<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name:
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video,
figure,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

input[type=button], input[type=text], input[type=submit], input[type=image] {
  border-radius: 0;
}

textarea {
  border-radius: 0;
}

body {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

small {
  display: block;
}

address {
  font-style: normal;
}

article,
footer,
header,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  transition: 0.3s;
}
a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
b {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
@font-face {
  font-family: "DIN";
  src: url("assets/font/OSP-DIN.woff") format("woff"), url("assets/font/OSP-DIN.TTF") format("truetype");
  /* Safari, Android, iOS */
}
.din {
  font-family: "DIN";
  font-feature-settings: "normal";
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.bg {
  background: #faf5eb;
}

.green {
  color: #92c2c2;
}

.orange {
  color: #fdc424;
}

.more {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
  width: 100%;
}
.more.y_green {
  background: #d4dda2;
}
.more.green {
  background: #92c2c2;
}
.more.orange {
  background: #fdc424;
}
.more span {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.more span::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
}

/*//////////////////////////////
    header
//////////////////////////////*/
header {
  background: #fff;
  left: 0;
  height: auto;
  margin: auto;
  transition: 0.5s;
  top: 0;
  width: 100%;
  z-index: 102;
  height: 150px;
}
header::before {
  background: linear-gradient(to right, #92c2c2 33%, #faf5eb 33%, #faf5eb 67%, #fdc424 67%, #fdc424 100%);
  content: "";
  display: block;
  height: 20px;
}
header .logo {
  max-width: 292px;
}
header .c-more.c-green {
  max-width: 220px;
}
header .c-more.c-green span::after {
  width: 60px;
}

.head_top {
  padding: 15px 0;
  transition: 0.3s;
}

.globalnavi {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px 50px;
}

header h1 a {
  display: flex;
  align-items: center;
}

.pcnav li:hover::after,
#top .pcnav li:first-child::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 840px) {
  header .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 60px !important;
  }
  header {
    left: 0;
    max-width: none;
    padding: 0;
    top: 0;
    height: 60px;
  }
  header .logo {
    max-width: 200px;
    padding: 8px 20px;
  }
  header::before {
    height: 8px;
  }
  header #globalheader_sp h1 a {
    max-width: 140px;
  }
  .pcnav {
    display: none;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
footer {
  background: #faf5eb;
  box-sizing: border-box;
  margin-top: 150px;
  padding: 20px 0;
  width: 100%;
}

#pageTop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 55px;
  z-index: 100;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.item01 {
  border-bottom: 0.3px solid;
  padding-bottom: 20px;
}

footer small {
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 60px;
    padding: 0 0 20px;
  }
  .item02 {
    padding: 20px 5px;
    background: #fff;
    border-top: solid 1px #92c2c2;
    margin-bottom: 20px;
  }
  .item02 .mplus {
    color: #92c2c2;
  }
}
/* MV */
.mv img {
  width: 100%;
}

.bg_bdg img {
  width: 100%;
}

.top_item {
  background: #92c2c2;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.top_item img {
  max-width: 235px;
  display: block;
  margin: 20px auto;
}
.top_item .font77 span {
  font-size: 30px;
  margin-bottom: 10px;
}

.top_item02 {
  background: #0169b4;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.top_item02 .color_yellow {
  color: #ffe652;
}
.top_item02 .font20 {
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
  color: #0169b4;
}

.event-topic {
  display: flex;
  gap: 15px;
}

.top_event .top_event_item {
  border-bottom: solid 2px #92c2c2;
  border-top: solid 2px #92c2c2;
  position: relative;
  min-height: 260px;
}

.top_event_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top_event .event_img01 {
  max-width: 80px;
  margin-bottom: 20px;
}
.top_event .event_img02 {
  max-width: 200px;
}

.gray_bg {
  position: relative;
  margin-top: 65px;
}
.gray_bg::after {
  content: "";
  position: absolute;
  display: block;
  background: #efefef;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 80px);
  z-index: -1;
}

.md {
  margin: auto;
  text-align: center;
  display: block;
}

.bx-wrapper {
  margin-top: 65px !important;
  box-sizing: content-box;
}
.bx-wrapper * {
  box-sizing: content-box;
}
.bx-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: #efefef;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 80px);
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  overflow: visible;
}

/*
.bx_movie {
  .bx-prev {
    left: 10px;
  }

  .bx-next {
    right: 10px;
  }
}
*/
.lity-iframe-container {
  height: 90vh !important;
}

.movie li {
  text-align: center;
  width: 295px !important;
  margin-left: 5px;
}
.movie video {
  background-color: #c8c8c8;
  box-sizing: border-box;
  padding: 0 90px;
  max-width: 320px;
  width: 100%;
  margin: auto;
  height: 16vw;
}
.movie a {
  /* background-color: #c8c8c8; */
  box-sizing: border-box;
  /* padding: 0 90px; */
  max-width: 320px;
  width: 100%;
  margin: auto;
  /* height: 13vw; */
  display: block;
}
.movie img {
  width: 100% !important;
  margin: 0 auto;
}

.slide {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .slide {
    margin-top: 60px;
  }
}

.gallery {
  box-sizing: border-box;
  margin: 50px auto 5px;
  padding: 0 50px;
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.gallery li {
  list-style: none;
}
.gallery li div {
  height: 590px;
}
.gallery::after {
  content: "";
  position: absolute;
  display: block;
  background: #efefef;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 180px;
  z-index: -1;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .gallery::after {
    height: 100px;
  }
}

.slick-prev, .slick-next {
  top: 50%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  position: absolute;
  /*絶対配置にする*/
  width: 25px;
  z-index: 3;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 0;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 0;
  transform: rotate(45deg);
}

.slick-track {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choice-btn {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
.choice-btn li {
  cursor: pointer;
  outline: none;
  position: relative;
  width: calc((100% - 40px) / 8) !important;
  list-style: none;
  margin-bottom: 5px;
}
@media screen and (max-width: 1050px) {
  .choice-btn {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .choice-btn {
    padding: 0;
  }
}

.slick-track:before, .slick-track:after {
  content: none !important;
}

.choice-btn li::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.choice-btn li.slick-current::after {
  content: none;
}
.choice-btn li div {
  height: 68px;
}
.choice-btn li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}
.choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

@media screen and (max-width: 1200px) {
  .choice-btn li {
    margin-bottom: 6px;
    width: calc((100% - 20px) / 4) !important;
  }
  .bx-wrapper {
    padding: 0 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .top_item02 .font32 {
    margin-top: 10px;
    font-size: 28px !important;
  }
  .top_item02 .font26 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .top_event .top_event_item {
    min-height: 100%;
    padding: 20px 0;
    margin-top: 20px;
  }
  .top_event_txt {
    position: static;
    transform: unset;
  }
  .top_item img {
    max-width: 80px;
    margin: 0px auto;
  }
  .top_item .font44 {
    font-size: 24px !important;
  }
  .link_list li {
    margin-bottom: 10px;
  }
  .top_item .font32 {
    font-size: 22px !important;
  }
  .top_item .font77 {
    font-size: 40px !important;
  }
  .top_item .font77 span {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .gallery {
    max-width: 90%;
    margin: 50px auto 10px;
  }
  .choice-btn {
    max-width: 90%;
    margin: auto;
  }
  .bx-next {
    right: 20px;
  }
  .bx-prev {
    left: 20px;
  }
  .slick-prev, .slick-next {
    top: 50%;
    height: 20px;
    width: 20px;
  }
  .slick-prev {
    left: -23px;
  }
  .slick-next {
    right: -23px;
  }
  .gallery {
    padding: 0;
  }
  .gallery li div {
    height: 200px;
  }
  .choice-btn li div {
    height: 48px;
  }
}
@media screen and (max-width: 420px) {
  .movie li {
    height: 45vw;
    width: 290px !important;
    margin-left: 5px;
  }
  .movie video {
    height: 45vw;
  }
  .movie a {
    /* background-color: #c8c8c8; */
    box-sizing: border-box;
    /* padding: 0 90px; */
    max-width: 320px;
    width: 100%;
    margin: auto;
    height: 40vw;
    display: block;
  }
  .movie img {
    width: 70% !important;
    margin: 0 auto;
    /* height: 40vw; */
  }
}
/* ã‚µãƒ–ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
.sub_mv {
  background: url(img/common/bg01.png) no-repeat center/cover;
  color: #fff;
  height: 424px;
}
.sub_mv .abs_center {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.yellow_txt {
  color: #fdc424;
  font-size: 62px;
  text-align: center;
  margin: 40px auto;
}

.sub_menu li {
  border-left: solid 1px #969696;
  box-sizing: border-box;
  padding: 2px 10px;
  text-align: center;
  width: 20%;
}
.sub_menu li p:first-of-type {
  font-size: 18px;
}
.sub_menu li p:last-of-type {
  font-size: 15px;
  font-family: "Pacifico", cursive;
  color: #92c2c2;
}
.sub_menu li a {
  display: block;
}
.sub_menu li img {
  height: 20px;
}
.sub_menu li:last-child {
  border-right: solid 1px #969696;
}

.brand_active .sub_menu li:first-child,
.plan_active .sub_menu li:nth-child(2),
.location_active .sub_menu li:nth-child(3),
.safe_active .sub_menu li:nth-child(4),
.works_active .sub_menu li:nth-child(5) {
  background: #92c2c2;
  color: #fff;
}
.brand_active .sub_menu li:first-child p:last-of-type,
.plan_active .sub_menu li:nth-child(2) p:last-of-type,
.location_active .sub_menu li:nth-child(3) p:last-of-type,
.safe_active .sub_menu li:nth-child(4) p:last-of-type,
.works_active .sub_menu li:nth-child(5) p:last-of-type {
  background: #92c2c2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sub_mv {
    height: 180px;
  }
  .sub_menu li {
    padding: 2px;
  }
  .sub_menu li p:first-of-type {
    font-size: 12px;
  }
  .sub_menu li p:last-of-type {
    font-size: 10px;
  }
  .w-800.sub_menu {
    padding: 10px;
  }
}
/* ãƒ–ãƒ©ãƒ³ãƒ‰ */
.content_ttl img {
  display: block;
  margin: auto;
  max-height: 70px;
}

.brand {
  background: #92c2c2;
}
.brand ul {
  padding-bottom: 60px;
  margin: 200px auto 0;
  max-width: 1000px;
  width: 100%;
}
.brand li {
  position: relative;
  width: 33%;
}
.brand li:last-child .w-90 {
  margin-left: auto;
  margin-bottom: 70px;
}
.brand li:nth-child(2) .w-90 {
  margin: auto;
}
.brand li p:first-of-type {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.brand li p:last-of-type {
  line-height: 2;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.brand .brand_mainimg {
  display: block;
  position: relative;
}
.brand .brand_mainimg::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}
.brand li:first-child .brand_mainimg {
  margin-top: 50px;
}
.brand li:first-child .brand_mainimg::after {
  height: 45px;
  top: -45px;
}
.brand .brand_img01 {
  position: absolute;
  left: -100px;
  bottom: 100px;
  max-width: 300px;
}

.brand_img03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  max-width: 300px;
}

.brand li:nth-child(2) {
  padding-top: 180px;
}
.brand li:nth-child(2) .brand_mainimg {
  margin-bottom: 120px;
}
.brand li:nth-child(2) .brand_mainimg::after {
  height: 100px;
  bottom: -100px;
}

.brand_img05 {
  left: 80px;
  bottom: 40px;
  position: absolute;
  max-width: 320px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .brand_img05 {
    left: 20px;
    width: 80%;
  }
}
.brand li:last-child .brand_mainimg::after {
  height: 60px;
  top: -60px;
}

.brand_link.more {
  box-sizing: border-box;
  display: flex;
  margin: auto;
  padding: 40px 0 40px 10px;
  max-width: 325px;
}
.brand_link.more span::after {
  width: 40%;
}

.more_link .brand_link.more {
  margin: auto 10px;
}

@media screen and (max-width: 767px) {
  .brand_link.more {
    padding: 30px 0 30px 10px;
    max-width: 240px;
  }
  .brand .link_btn span {
    margin-left: 100px;
  }
  .brand ul {
    padding-bottom: 60px;
    margin: 40px auto 60px;
  }
  .brand li {
    padding-top: 100px;
    position: relative;
    width: 100%;
  }
  .brand li:nth-child(2) {
    padding-top: 100px;
  }
  .brand .brand_img01,
  .brand .brand_img03,
  .brand .brand_img05 {
    position: absolute;
    right: 0px;
    left: auto;
    bottom: auto;
  }
  .brand .brand_img01 {
    top: -10px;
    max-width: 120px;
  }
  .brand .brand_img03 {
    top: 0;
    max-width: 120px;
    transform: none;
  }
  .brand .brand_img05 {
    top: 0;
    max-width: 140px;
  }
  .brand .link_btn {
    border: solid 1px #fff;
    color: #fff;
    margin: 20px auto;
    padding: 20px 10px 20px 0;
    max-width: 260px;
  }
  .brand .link_btn::after, .brand .link_btn::before {
    background: #fff !important;
  }
  .brand li p:last-of-type {
    margin-bottom: 20px;
  }
}
/* ãƒ—ãƒ©ãƒ³ */
.gray_ttl {
  color: #5a5a5a;
  font-size: 15px;
  text-align: center;
}

.plan .w-1100 img {
  box-sizing: border-box;
  display: block;
  margin: 20px auto 130px;
  width: 100%;
}

.kukakuzu {
  max-width: 700px;
}

.plan_img10 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .plan .w-1100 img {
    margin: 20px auto 40px;
  }
}
/* ãƒ­ã‚±ãƒ¼ã‚·ãƒ§ãƒ³ */
.location h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.location .txtarea {
  width: 47%;
}
.location .txtarea p {
  font-size: 14px;
  line-height: 1.8;
}
.location .sc01 {
  height: 580px;
  position: relative;
}
.location .sc01 img {
  bottom: 0;
  position: absolute;
  right: 0;
  max-width: 800px;
  width: 80%;
}
.location .sc03 {
  height: 540px;
  position: relative;
}
.location .sc03 img {
  top: 0;
  position: absolute;
  left: 0;
}
.location .sc03 .txtarea {
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .location .sc03 img {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .location .txtarea {
    text-align: center;
    width: 100%;
  }
  .location section {
    margin-top: 40px;
  }
  .location section img {
    margin-top: 20px;
  }
}
.map p {
  color: #5a5a5a;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.lifeinfo {
  background: #faf5eb;
  color: #5a5a5a;
}
.lifeinfo .w-700 {
  margin: auto;
  max-width: 700px;
  width: 100%;
}
.lifeinfo .flex img {
  max-width: 336px;
}

/* å®‰å¿ƒãƒ»å®‰å…¨ */
.green_ttl {
  background: #92c2c2;
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.safe_list li {
  background: #92c2c2;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  width: 49%;
}

.green_ttl .line {
  background: #fff;
  height: 1px;
  margin: 0 20px;
  width: 100%;
}
.green_ttl.flex {
  white-space: nowrap;
}

.safe_list02 li {
  margin-bottom: 30px;
  width: 30%;
}
.safe_list02 li p:first-of-type {
  font-size: 20px;
  margin: 10px 0 8px;
}
.safe_list02 li p:last-of-type {
  font-size: 14px;
  line-height: 1.8;
}

.link_btn {
  align-items: center;
  border: solid 1px;
  box-sizing: border-box;
  display: flex;
  margin: auto 10px;
  padding: 20px 10px 20px 0;
  max-width: 325px;
  width: 100%;
  position: relative;
}
.link_btn span {
  margin-left: 120px;
}
.link_btn::after {
  content: "";
  background: #000;
  position: absolute;
  height: 1px;
}
.link_btn::before {
  content: "";
  background: #000;
  position: absolute;
  height: 1px;
  left: 0;
  top: 40%;
  width: 30%;
}
.link_btn::after {
  left: 28%;
  top: 37%;
  transform: rotate(45deg);
  width: 10px;
}

@media screen and (max-width: 860px) {
  .link_btn::before {
    width: 20%;
  }
  .link_btn::after {
    left: 18%;
  }
  .link_btn span {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .link_btn {
    margin: 10px auto;
  }
}
/* æ–½å·¥äº‹ä¾‹ */
.works_img01,
.works_img03 {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
}

.works_img01 {
  max-width: 450px;
}

.works_img03 {
  max-width: 324px;
}

.safe_link.more {
  box-sizing: border-box;
  display: flex;
  padding: 30px 0 30px 10px;
  max-width: 325px;
}
.safe_link.more span::after {
  width: 40%;
}

.more_link .safe_link.more,
.more_link .brand_link.more {
  height: 90px;
}

@media screen and (max-width: 767px) {
  .more_link .brand_link.more {
    margin: 10px auto;
    max-width: 325px;
  }
  .works_img01,
  .works_img03 {
    margin: 0 auto 20px;
  }
  .works_img01 {
    max-width: 250px;
  }
  .works_img03 {
    max-width: 180px;
  }
  .safe_link.more {
    margin: auto;
    max-width: 325px;
  }
}
/* 20220209ã‚¤ãƒ™ãƒ³ãƒˆæƒ…å&nbsp;±ã®æ›´æ–° */
.event_main_copy {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.event_main_copy .left {
  width: 50%;
}
.event_main_copy .left .place,
.event_main_copy .left .date {
  font-size: 34px;
  font-weight: 700;
  text-align: left;
}
.event_main_copy .event_link {
  width: 45%;
  display: block;
  border: 1px solid #fff;
  height: 90px;
  font-size: 20px;
  text-align: left;
  padding: 10px 10px;
  box-sizing: border-box;
  margin-top: 20px;
}

.yellow {
  color: #fdcf50;
}

@media screen and (max-width: 768px) {
  .event_main_copy {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .event_main_copy .left {
    width: 90%;
    margin: 0 auto;
  }
  .event_main_copy .left .place,
  .event_main_copy .left .date {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }
  .event_main_copy .event_link {
    width: 90%;
    display: block;
    border: 1px solid #fff;
    height: 75px;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 20px auto;
  }
}
.p-submv {
  background: url(../img/common/bg01.png) no-repeat center/cover;
  color: #fff;
  height: 424px;
  margin-top: 110px;
  position: relative;
  text-align: center;
}
.p-submv .c-absolute {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 95%;
}

@media screen and (max-width: 520px) {
  .p-submv .c-absolute .c-font27 {
    font-size: 23px;
  }
  .p-submv .c-absolute .c-font20 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-submv {
    height: 240px;
    margin-top: 40px;
  }
}
.p-green-text_wrap {
  width: 100%;
  background-color: #8ebaba;
  text-align: center;
}

.p-green-text {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.p-submenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 20px;
  margin: 0 auto;
  max-width: 800px;
}
.p-submenu li {
  border-left: solid 1px #969696;
  padding: 10px;
  text-align: center;
  width: 20%;
}
.p-submenu li:last-child {
  border-right: solid 1px #969696;
}
.p-submenu li a {
  display: block;
}
.p-submenu li p:first-of-type {
  font-size: 18px;
}
.p-submenu li p:last-of-type {
  font-size: 15px;
  font-family: "Pacifico", cursive;
  color: #92c2c2;
}

@media screen and (max-width: 768px) {
  .p-submenu {
    display: none;
  }
}
.bland-text_yellow {
  background-color: #fff462;
}

.p-brand {
  margin-top: 100px;
}

@media screen and (max-width: 520px) {
  .p-brand {
    margin-top: 40px;
  }
}
.p-brand__title img {
  max-width: 500px;
  display: block;
  margin: auto;
  width: 100%;
}
.p-brand__title p {
  margin-top: 20px;
  font-size: 17px;
  text-align: center;
}

.p-brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 150px;
  margin-top: 60px;
}
.p-brand-list li {
  width: 33.3333333333%;
}
.p-brand-list li p {
  margin: auto;
  width: 95%;
}
.p-brand-list li p:first-of-type {
  margin-top: 30px;
  font-size: 18px;
}
.p-brand-list li p:last-child {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 520px) {
  .p-brand-list {
    margin: 40px auto;
  }
}
@media screen and (max-width: 520px) {
  .p-brand-list li {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.p-brand-list_ttl {
  text-align: center;
}

.plan-map_back {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #efefef;
}
.plan-map_back img {
  max-width: 800px;
  padding-bottom: 50px;
}
.plan-map_back .plan-map_box {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.plan-map_back .plan-map_box .map-link {
  display: block;
  width: 15%;
  height: 180px;
  position: absolute;
  right: 12.5%;
  transform: translateX(-50%);
}
.plan-map_back .plan-map_box .map-link.p02 {
  top: 8%;
}
@media screen and (max-width: 768px) {
  .plan-map_back .plan-map_box .map-link.p02 {
    height: 25%;
  }
}
.plan-map_back .plan-map_box .map-link.p03 {
  top: 39%;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .plan-map_back .plan-map_box .map-link.p03 {
    top: 37%;
    height: 21%;
  }
}
.plan-map_back .plan-map_box .map-link.p04 {
  top: 66%;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .plan-map_back .plan-map_box .map-link.p04 {
    top: 62%;
    height: 18%;
  }
}

.p-plan {
  margin-top: 150px;
}

@media screen and (max-width: 520px) {
  .p-plan {
    margin-top: 40px;
  }
}
.p-plan__title {
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 50px 0 20px;
  background-color: #efefef;
}
.p-plan__title img {
  max-width: 500px;
}
.p-plan__title p {
  color: #5a5a5a;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .p-plan__title img {
    max-width: 400px;
  }
}
.p-plan__text {
  font-size: 12.5px;
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-plan__img {
  margin-top: 180px;
  margin-bottom: 10px;
}

@media screen and (max-width: 520px) {
  .p-plan__img {
    margin-top: 40px;
  }
}
.p-location {
  margin: 150px 0;
}

@media screen and (max-width: 520px) {
  .p-location {
    margin: 40px 0;
  }
}
.p-location__title {
  margin-bottom: 60px;
}
.p-location__title img {
  max-width: 500px;
  display: block;
  margin: auto;
  width: 100%;
}
.p-location__title p {
  color: #5a5a5a;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .p-location__title {
    margin-bottom: 20px;
  }
}
.p-location h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 520px) {
  .p-location h2 {
    text-align: justify;
  }
}
.p-location-detail01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.p-location-detail01 p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
}

.p-location-detail01__text {
  width: 38%;
}

@media screen and (max-width: 520px) {
  .p-location-detail01__text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-location-detail01__image {
  width: 60%;
}

@media screen and (max-width: 520px) {
  .p-location-detail01__image {
    width: 100%;
  }
}
.p-location-detail02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.p-location-detail02 p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
}

.p-location-detail02__text {
  text-align: right;
  width: 38%;
}

@media screen and (max-width: 520px) {
  .p-location-detail02__text {
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-location-detail02__image {
  width: 60%;
}

@media screen and (max-width: 520px) {
  .p-location-detail02__image {
    width: 100%;
  }
}
.p-location-detail03 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.p-location-detail03 p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
}

.p-location-detail03__text {
  width: 38%;
}

@media screen and (max-width: 520px) {
  .p-location-detail03__text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-location-detail03__image {
  width: 60%;
}

@media screen and (max-width: 520px) {
  .p-location-detail03__image {
    width: 100%;
  }
}
.p {
  margin: 120px auto;
}

@media screen and (max-width: 520px) {
  .p-map {
    margin: 40px auto;
  }
}
.p-map__title {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
}
.p-map__title p {
  color: #5a5a5a;
  font-size: 15px;
  text-align: center;
}

.p-map__item {
  margin: 30px auto 60px;
  text-align: center;
}
.p-map__item p {
  color: #5a5a5a;
  font-size: 20px;
  margin-bottom: 40px;
}
.p-map__item p:first-child {
  margin-bottom: 10px;
}
.p-map__item img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 520px) {
  .p-map__item {
    margin: 20px auto;
  }
}
.p-map-redtext {
  border: solid 2px #b50004;
  color: #b50004;
  font-size: 18px;
  padding: 20px;
  margin: auto;
  max-width: 800px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 520px) {
  .p-map-redtext {
    font-size: 14px;
    padding: 10px;
  }
}
.lifeinfo-map_img {
  margin-top: 40px;
}

.lifeinfo_imgsp {
  margin-top: 30px;
}

.p-lifeinfo {
  background: #efefef;
  color: #5a5a5a;
  margin-bottom: 60px;
}

.p-lifeinfo-inner {
  padding: 0 20px;
  margin: auto;
  max-width: 1040px;
  width: 100%;
  padding: 60px 20px 80px;
}
.p-lifeinfo-inner p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
}
.p-lifeinfo-inner .caution {
  font-weight: lighter;
  color: #595a5a;
}

.p-lifeinfo__item {
  margin: auto;
  width: 100%;
}
.p-lifeinfo__item p {
  font-size: 11px;
  margin: 40px auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-lifeinfo__item .c-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-lifeinfo__item .c-flex img {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-lifeinfo__item .c-flex img {
    width: 100%;
  }
}
.p-safe {
  text-align: justify;
  padding: 0 20px;
  margin: auto;
  max-width: 1040px;
  width: 100%;
  margin-top: 150px;
}
.p-safe section {
  margin-bottom: 130px;
}
.p-safe .c-font14 {
  font-weight: lighter;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-safe .c-width-48,
  .p-safe .c-width-45,
  .p-safe .c-width-40 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .p-safe {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  .p-safe section {
    margin-bottom: 40px;
  }
}
.p-safe__title {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
  margin-bottom: 100px;
}
.p-safe__title p {
  color: #5a5a5a;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .p-safe__title {
    margin-bottom: 40px;
  }
}
.p-safe h2 {
  background: #92c2c2;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.p-safe .c-heading__option {
  background: #fff;
  color: #000;
  font-size: 15px;
  padding: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-safe h2 {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .p-safe .c-heading__option {
    font-size: 12px;
    top: auto;
    bottom: 6px;
    transform: none;
  }
}
.p-safe-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-safe-detail01__item01 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}

.p-safe-detail01 .c-green__text {
  font-size: 17px;
  margin-bottom: 24px;
}

.p-safe-detail02 .c-font17,
.p-safe-detail02 .c-font14 {
  margin-bottom: 25px;
}

@media screen and (max-width: 520px) {
  .p-safe-detail02 .c-font17,
  .p-safe-detail02 .c-font14 {
    margin-bottom: 10px;
  }
}
.p-safe-detail02__title02 {
  border: solid 1px #92c2c2;
  color: #92c2c2;
  font-size: 20px;
  padding: 4px 10px;
  margin: 30px auto;
}

.p-safe-detail03 h2 {
  text-align: center;
  position: relative;
}

.p-safe-detail03__item01 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}

.p-safe-detail03 .c-green__text {
  font-size: 17px;
}
.p-safe-detail03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.p-safe-detail03 ul li {
  background: #92c2c2;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 24%;
}

@media screen and (max-width: 768px) {
  .p-safe-detail03 ul li {
    margin-bottom: 10px;
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .p-safe-detail03 ul li {
    width: 100%;
  }
}
.p-safe-detail04__heading {
  background: #92c2c2;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.p-safe-detail04__heading div {
  width: calc(100% - 94px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.p-safe-detail04__heading div span {
  text-align: right;
  font-size: 17px;
}
.p-safe-detail04__heading div hr {
  content: "";
  background: #fff;
  display: flex;
  flex: 1 1 auto;
  height: 1px;
  margin: 0 10px;
  padding: 0;
  border: 0;
  outline: 0;
}

@media screen and (max-width: 768px) {
  .p-safe-detail04__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .p-safe-detail04__heading div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-safe-detail04__heading div span {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .p-safe-detail04__heading div hr {
    display: none;
  }
}
.p-safe-detail04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-safe-detail04 ul li {
  margin-bottom: 30px;
  width: 31%;
}
.p-safe-detail04 ul li img {
  margin-bottom: 20px;
}
.p-safe-detail04 ul li p:first-of-type {
  font-size: 20px;
  margin-bottom: 10px;
}
.p-safe-detail04 ul li .c-font14 {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .p-safe-detail04 ul li {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .p-safe-detail04 ul li {
    width: 100%;
  }
}
.p-safe-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
}

@media screen and (max-width: 520px) {
  .p-safe-link {
    margin-top: 30px;
  }
}
.p-works {
  margin-top: 150px;
}
.p-works img {
  margin-bottom: 5px;
}

@media screen and (max-width: 520px) {
  .p-works {
    margin-top: 40px;
  }
}
.p-works__title {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}
.p-works__title p {
  color: #5a5a5a;
  font-size: 15px;
  text-align: center;
}

.p-works__text {
  font-size: 17px;
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .p-works__text {
    margin-bottom: 40px;
  }
}
.p-works__image01 {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 450px;
  margin-bottom: 40px;
}

@media screen and (max-width: 520px) {
  .p-works__image01 {
    width: 90%;
  }
}
.p-works__image02 {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 324px;
  margin-bottom: 40px;
  margin-top: 100px;
}

@media screen and (max-width: 520px) {
  .p-works__image02 {
    margin-top: 40px;
    width: 90%;
  }
}
.p-works-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
.p-works-link .c-more {
  box-sizing: border-box;
  display: flex;
  padding: 30px 0 30px 10px;
  max-width: 325px;
}
.p-works-link .c-more span::after {
  width: 40%;
}

.c-width-20 {
  width: 20%;
}

.c-width-40 {
  width: 40%;
}

.c-width-45 {
  width: 45%;
}

.c-width-48 {
  width: 48%;
}

.c-width-55 {
  width: 55%;
}

.c-width1000 {
  padding: 0 20px;
  margin: auto;
  max-width: 1040px;
  width: 100%;
}

.c-flex {
  display: flex;
}

.c-font11 {
  font-size: 11px;
}

.c-font14 {
  font-size: 14px;
}

.c-font17 {
  font-size: 17px;
}

.c-font18 {
  font-size: 18px;
}

.c-font20 {
  font-size: 20px;
}

.c-font23 {
  font-size: 23px;
}

.c-font27 {
  font-size: 27px;
}

.c-font28 {
  font-size: 28px;
}

.c-font32 {
  font-size: 32px;
}

@media screen and (max-width: 520px) {
  .c-font32 {
    font-size: 24px;
  }
}
.c-font48 {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .c-font48 {
    font-size: 35px;
  }
}
@media screen and (max-width: 520px) {
  .c-font48 {
    font-size: 28px;
  }
}
.c-green__text {
  color: #92c2c2;
}

.c-textcenter {
  text-align: center;
}

.c-more {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
  width: 100%;
}
.c-more.c-green {
  background: #92c2c2;
}
.c-more.c-orange {
  background: #fdc424;
}
.c-more span {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-more span::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
}
.c-more.c-brand-link {
  box-sizing: border-box;
  display: flex;
  padding: 40px 0 40px 10px;
  margin: auto;
  max-width: 325px;
}
.c-more.c-brand-link span::after {
  width: 40%;
}

@media screen and (max-width: 520px) {
  .c-more.c-brand-link {
    padding: 30px 0 30px 10px;
    max-width: 240px;
  }
}
.c-absolute {
  position: absolute;
}

.c-margin-bottom30 {
  margin-bottom: 30px;
}

.c-margin-bottom60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 520px) {
  .c-margin-bottom60 {
    margin-bottom: 20px;
  }
}
.c-margin-bottom100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 520px) {
  .c-margin-bottom100 {
    margin-bottom: 40px;
  }
}
.c-margin-bottom160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 520px) {
  .c-margin-bottom160 {
    margin-bottom: 40px;
  }
}
.c-linkbtn {
  align-items: center;
  border: solid 1px;
  box-sizing: border-box;
  display: flex;
  margin: auto 10px;
  padding: 20px 10px 20px 0;
  max-width: 325px;
  width: 100%;
  position: relative;
}
.c-linkbtn span {
  margin-left: 120px;
}
.c-linkbtn::after {
  left: 28%;
  top: 37%;
  transform: rotate(45deg);
  width: 10px;
}
.c-linkbtn::before {
  left: 0;
  top: 42%;
  width: 31%;
}
.c-linkbtn::after, .c-linkbtn::before {
  content: "";
  background: #000;
  position: absolute;
  height: 1px;
}

@media screen and (max-width: 520px) {
  .c-linkbtn {
    margin: 10px;
  }
}
.u-display-pc {
  display: block;
}

.u-display-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
  .u-display-sp {
    display: block;
  }
}
.instagram-link {
  max-width: 160px;
  margin: 60px auto 0;
}
.instagram-link p {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instagram-link {
    margin: 40px auto 20px;
  }
}

.sns {
  background: #E6E6E6;
}

.sns a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .sns a {
    width: 90%;
  }
}
/* 固定フッター */
#fixBottom {
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: -1px -3px 3px -3px #000;
  z-index: 10;
  box-sizing: border-box;
}

#fixBottom #bottomContact {
  position: fixed;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

#fixBottom #bottomContact ul li:last-child a {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
  width: 200px;
  background: #92C2C2;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.3s;
}

#fixBottom #bottomContact ul li:last-child a span {
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#fixBottom #bottomContact ul li:last-child a span::after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
}

footer {
  /* 固定フッターがあるとき */
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  footer {
    /* 固定フッターがあるとき */
    margin-bottom: 130px;
  }
  #fixBottom {
    height: 130px;
  }
  #fixBottom #bottomContact ul {
    flex-direction: column;
  }
  #fixBottom #bottomContact ul li:last-child a {
    margin-top: 10px;
    width: 260px;
  }
  #fixBottom #bottomContact ul li:last-child a span {
    justify-content: center;
  }
  #fixBottom #bottomContact ul li:last-child a span::after {
    content: none;
  }
}
/* 固定フッターここまで *//*# sourceMappingURL=style.css.map */</pre></body></html>