@charset "UTF-8";
/*Theme Name : common_template*/
/* その後、他の変数、関数、CSSコードを記述します */
html body [class*=" c1"], html body [class*=" c2"], html body [class*=" c3"], html body [class*=" c4"], html body [class*=" c5"], html body [class*=" c6"], html body [class*=" c7"], html body [class*=" c8"], html body [class*=" c9"], html body [class^=c1], html body [class^=c2], html body [class^=c3], html body [class^=c4], html body [class^=c5], html body [class^=c6], html body [class^=c7], html body [class^=c8], html body [class^=c9] {
  padding: 0;
  margin: 0;
}
html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
html body p {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 100%;
}

html body .title_en p {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #91a4ad;
}
@media (min-width: 768px) {
  html body .title_en p {
    font-size: clamp(18px, 12.6782307025px + 0.6938421509vw, 26px);
  }
}
html body .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 768px) {
  html body .content {
    font-size: clamp(14px, 10.0086730269px + 0.5203816132vw, 20px);
  }
}
html body .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 768px) {
  html body .title_flex {
    -moz-column-gap: clamp(10px, 6px + 0.5208333333vw, 16px);
         column-gap: clamp(10px, 6px + 0.5208333333vw, 16px);
  }
}
html body .title_flex .title_head p {
  padding: 6px 11px;
  background: #91a4ad;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 5px;
  font-size: clamp(20px, 10.0584795322px + 2.3391812865vw, 28px);
}
@media (min-width: 768px) {
  html body .title_flex .title_head p {
    font-size: clamp(18px, 11.3333333333px + 0.8680555556vw, 28px);
  }
}
html body .title_jp {
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  letter-spacing: 0.04em;
}
@media (min-width: 426px) {
  html body .title_jp {
    font-size: clamp(34px, 16.5102639296px + 4.1055718475vw, 48px);
  }
}
@media (min-width: 768px) {
  html body .title_jp {
    font-size: 3.125vw;
  }
}
@media (min-width: 768px) {
  html body .title_jp br:nth-child(2) {
    display: none;
  }
}
html body .main_button {
  text-decoration: none;
  display: block;
}
html body .main_button p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 250px;
  height: 55px;
  margin: 0 auto;
  padding: 0 20px !important;
  border: 1px solid #91a4ad;
  background: #91a4ad;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  transition: background 0.4s;
}
html body .main_button p::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
html body .main_button p:hover {
  background: #afc9d0;
}
html body .main_header {
  z-index: 999;
  position: fixed;
  width: 100%;
  background: #fff;
}
html body .main_header.fixed {
  background: #fff;
}
html body .main_header .col-md-6 {
  padding: 0 !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  flex: unset !important;
}
html body .main_header {
  transform: none;
  max-width: 100%;
}
html body .main_header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin: 0;
}
html body .main_header .row .logo_wrap .main_logo {
  display: flex;
  max-width: 132px;
}
html body .main_header .row .logo_wrap .main_logo img {
  width: 100%;
  height: auto;
}
html body .main_header .row .header_wrap .header_inner {
  display: flex;
  align-items: center;
}
html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) {
  display: none;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap {
  display: block;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  background-image: linear-gradient(#91a4ad, #91a4ad);
  background-position: center;
  background-size: 80% 1.5px;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::before, html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::after {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 1.5px;
  background-color: #91a4ad;
  border-radius: 4px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::before {
  top: calc(50% - 7px - 1.5px / 2);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::after {
  bottom: calc(50% - 7px - 1.5px / 2);
}
@media (hover: hover) {
  html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger:hover::before {
    transform: translateY(-2px);
  }
  html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger:hover::after {
    transform: translateY(2px);
  }
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active {
  background-size: 0 1.5px;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::before, html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::after {
  top: 50%;
  bottom: 50%;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::before {
  transform: translateY(-50%) rotate(45deg);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::after {
  transform: translateY(50%) rotate(-45deg);
}
html body .main_header.fixed {
  top: 0;
  padding: 0;
}
html body .main_header.fixed .row {
  border-radius: 0;
}
@media (min-width: 1200px) {
  html body .main_header {
    max-width: 100%;
  }
  html body .main_header.fixed {
    max-width: 100%;
    padding: 0;
    top: 0;
  }
  html body .main_header.fixed .row {
    border-radius: 0;
    padding: 0;
  }
  html body .main_header .row {
    padding: 0;
  }
  html body .main_header .row .logo_wrap .main_logo {
    max-width: 125px;
    margin-left: clamp(20px, 0px + 1.6666666667vw, 32px);
  }
  html body .main_header .row .header_wrap {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  html body .main_header .row .header_wrap .header_inner {
    gap: 0;
  }
  html body .main_header .row .header_wrap .header_inner .burger_wrap {
    display: none;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) {
    display: block;
    padding: 0;
    min-height: unset;
    text-decoration: none;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) > div {
    padding: 0;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) > div p {
    color: #333333;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 10.6666666667px + 0.2777777778vw, 16px);
    line-height: normal;
    margin: 0;
    padding-right: clamp(12px, -21.3333333333px + 2.7777777778vw, 32px);
    text-align: center;
    transition: 0.4s all;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) > div p:hover {
    opacity: 0.7;
  }
  html body .main_header .row .header_wrap .header_inner .contact_button1 img {
    width: clamp(160px, 53.3333333333px + 8.8888888889vw, 224px);
    height: clamp(63px, 14.6666666667px + 4.0277777778vw, 92px);
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.4s all;
  }
  html body .main_header .row .header_wrap .header_inner .contact_button1 img:hover {
    opacity: 0.7;
  }
  html body .main_header .row .header_wrap .header_inner .contact_button2 img {
    width: clamp(180px, 80px + 8.3333333333vw, 240px);
    height: clamp(63px, 14.6666666667px + 4.0277777778vw, 92px);
    transition: 0.4s all;
  }
  html body .main_header .row .header_wrap .header_inner .contact_button2 img:hover {
    opacity: 0.7;
  }
}
html body .container.carousel {
  max-width: 100%;
  padding: 0;
}
html body .container.carousel .controlArea .carousel-item {
  display: block;
  opacity: 1;
}
html body .container.carousel .carousel_title {
  position: absolute;
  z-index: 1;
  left: clamp(20px, -8.9966555184px + 6.8227424749vw, 122px);
  bottom: clamp(40px, 13.8461538462px + 6.1538461538vw, 132px);
}
html body .container.carousel .carousel_title h1 {
  width: -moz-max-content;
  width: max-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: clamp(32px, 21.1973244147px + 2.5418060201vw, 70px);
}
@media (min-width: 768px) {
  html body .container.carousel .carousel_title h1 br:nth-child(odd) {
    display: none;
  }
}
html body .container.carousel .carousel_title p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(4px, 2.8628762542px + 0.2675585284vw, 8px);
  border-radius: 5px;
  font-size: clamp(20px, 14.3143812709px + 1.3377926421vw, 40px);
  color: #fff;
  background: #afc9d0;
  margin-bottom: clamp(15px, 10.7357859532px + 1.0033444816vw, 30px);
}
html body .sp_nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 900;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
  pointer-events: none;
}
html body .sp_nav_wrap.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html body .sp_nav_wrap a {
  display: block;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s all;
  padding: 0 !important;
  min-height: unset !important;
}
html body .sp_nav_wrap a > div p {
  color: #333333 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
html body .sp_nav_wrap a[href*=contact] > div p {
  background: #91a4ad !important;
  color: #fff !important;
  width: 200px;
  height: 55px;
  border-radius: 50vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .sp_nav_wrap.open a {
  opacity: 1;
  transform: translateY(0);
}
html body .sp_nav_wrap.open a:nth-child(1) {
  transition-delay: 0.15s;
}
html body .sp_nav_wrap.open a:nth-child(2) {
  transition-delay: 0.2s;
}
html body .sp_nav_wrap.open a:nth-child(3) {
  transition-delay: 0.25s;
}
html body .sp_nav_wrap.open a:nth-child(4) {
  transition-delay: 0.3s;
}
html body .sp_nav_wrap.open a:nth-child(5) {
  transition-delay: 0.35s;
}
html body .sp_nav_wrap.open a:nth-child(6) {
  transition-delay: 0.4s;
}
html body .sp_nav_wrap.open a:nth-child(7) {
  transition-delay: 0.45s;
}
html body .sp_nav_wrap.open a:nth-child(8) {
  transition-delay: 0.5s;
}
html body .sp_nav_wrap.open a:nth-child(9) {
  transition-delay: 0.55s;
}
html body .sp_nav_wrap.open a:nth-child(10) {
  transition-delay: 0.6s;
}
html body .sp_nav_wrap.open a:nth-child(11) {
  transition-delay: 0.65s;
}
html body .sp_nav_wrap.open a:nth-child(12) {
  transition-delay: 0.7s;
}
html body .sp_nav_wrap.open a:nth-child(13) {
  transition-delay: 0.75s;
}
html body .sp_nav_wrap.open a:nth-child(14) {
  transition-delay: 0.8s;
}
html body .sp_nav_wrap.open a:nth-child(15) {
  transition-delay: 0.85s;
}
html body .sp_nav_wrap.open a:nth-child(16) {
  transition-delay: 0.9s;
}
html body .sp_nav_wrap.open a:nth-child(17) {
  transition-delay: 0.95s;
}
html body .sp_nav_wrap.open a:nth-child(18) {
  transition-delay: 1s;
}
html body .sp_nav_wrap.open a:nth-child(19) {
  transition-delay: 1.05s;
}
html body .sp_nav_wrap.open a:nth-child(20) {
  transition-delay: 1.1s;
}
html body .sp_nav_wrap .contact_button1,
html body .sp_nav_wrap .contact_button2 {
  max-width: clamp(220px, 180px + 5.2083333333vw, 280px);
  width: 100%;
  margin: 0 auto;
}
html body .sp_nav_wrap .contact_button1 img,
html body .sp_nav_wrap .contact_button2 img {
  width: 100%;
}
html body .s_news {
  padding: 0 0 clamp(60px, 25.8862876254px + 8.0267558528vw, 180px);
}
html body .s_news .container {
  max-width: calc(1232px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
html body .s_news .container p,
html body .s_news .container h2,
html body .s_news .container div {
  margin: 0;
  padding: 0;
}
html body .s_news .container .main_flex {
  flex-wrap: unset;
  justify-content: start;
  align-items: flex-start;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  margin: 0 0 clamp(30px, 3.513909224vw, 48px);
  flex-direction: column;
  row-gap: clamp(20px, 12.841163311px + 2.2371364653vw, 30px);
}
@media (min-width: 768px) {
  html body .s_news .container .main_flex {
    flex-direction: unset;
    justify-content: space-between;
    align-items: flex-end;
  }
}
html body .s_news .container .main_flex .title_jp {
  color: #333333;
}
html body .s_news .container article {
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d4dadd;
}
@media (min-width: 768px) {
  html body .s_news .container article {
    padding: clamp(20px, 2.3426061493vw, 32px);
  }
}
html body .s_news .container article .news_inner {
  flex-direction: column;
  row-gap: 10px;
  -moz-column-gap: clamp(20px, 3.6603221083vw, 50px);
       column-gap: clamp(20px, 3.6603221083vw, 50px);
}
@media (min-width: 768px) {
  html body .s_news .container article .news_inner {
    align-items: center;
    flex-direction: unset;
  }
}
html body .s_news .container article .news_inner .col-12:first-child p {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  color: #91a4ad;
}
html body .s_news .container article .news_inner .col-12:last-child p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: normal;
}
html body .s_news .container article:last-of-type {
  margin-bottom: 0;
}
html body .s_news .container [class*=col-] {
  padding: 0 !important;
  max-width: unset !important;
  flex: unset !important;
  width: unset;
}

.footer {
  /* リンクのフレックスコンテナ（横並びや折り返し調整） */
}
.footer .link_flex {
  padding: 40px 0;
}
@media (min-width: 770px) {
  .footer .link_flex {
    padding: 0;
  }
}
.footer .link_flex {
  flex-direction: column;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  -moz-column-gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
       column-gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .footer .link_flex {
    flex-direction: row;
  }
}
.footer .link_flex a p {
  padding: 10px 0;
}
@media (min-width: 770px) {
  .footer .link_flex a p {
    padding: 20px 0;
  }
}
.footer .link_flex a p {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}
.footer .link_flex a p:hover {
  color: #91a4ad;
}
.footer {
  /* コピーライトエリア */
}
.footer .copy_area p {
  padding: 20px;
  background: #91a4ad;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}

#root {
  overflow: hidden;
}

.main_mv {
  position: relative;
  margin-top: 81.73px;
}
@media (min-width: 768px) {
  .main_mv {
    height: calc(100vh - 81.73px);
  }
}
@media (min-width: 1200px) {
  .main_mv {
    height: calc(100vh - 90px);
    margin-top: clamp(63px, 18px + 3.75vw, 90px);
  }
}
.main_mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120vw;
}
@media (min-width: 768px) {
  .main_mv img {
    height: calc(100vh - 81.73px);
  }
}
@media (min-width: 1200px) {
  .main_mv img {
    height: calc(100vh - 92px);
  }
}
.main_mv .mv_catch {
  position: absolute;
  bottom: 30px;
  left: 6%;
}
@media (min-width: 768px) {
  .main_mv .mv_catch {
    bottom: 4.6875vw;
    left: 6.25vw;
  }
}
.main_mv .mv_catch .mv_header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  font-weight: 500;
  font-size: 7vw;
}
@media (min-width: 768px) {
  .main_mv .mv_catch .mv_header {
    font-size: clamp(42px, 23.3333333333px + 2.4305555556vw, 70px);
  }
}
.main_mv .mv_catch .mv_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 3vw;
}
@media (min-width: 768px) {
  .main_mv .mv_catch .mv_content {
    font-size: clamp(18px, 14px + 0.5208333333vw, 24px);
  }
}
.main_mv .mv_pc_only {
  display: none;
}
@media (min-width: 768px) {
  .main_mv .mv_pc_only {
    display: block;
  }
}
.main_mv .mv_sp_only {
  display: block;
}
@media (min-width: 768px) {
  .main_mv .mv_sp_only {
    display: none;
  }
}

.bg_wrap {
  background: url(/system_panel/uploads/images/top_bg.jpg) no-repeat;
  background-size: cover;
}

.sp_only br {
  display: block;
}
@media (min-width: 768px) {
  .sp_only br {
    display: none;
  }
}

.pc_only br {
  display: none;
}
@media (min-width: 768px) {
  .pc_only br {
    display: block;
  }
}

.sp_img {
  display: block;
}
@media (min-width: 768px) {
  .sp_img {
    display: none;
  }
}

.pc_img {
  display: none;
}
@media (min-width: 768px) {
  .pc_img {
    display: block;
  }
}

.s_info {
  padding-bottom: clamp(100px, 79.5317725753px + 4.8160535117vw, 172px);
}
.s_info .container {
  max-width: calc(1240px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s_info .container > .row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .s_info .container > .row {
    grid-template-columns: 577fr 608fr;
    -moz-column-gap: clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
         column-gap: clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
  }
}
.s_info .container > .row .title_en {
  margin-bottom: 8px;
}
.s_info .container > .row .header_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(20px, 3.5871156662vw, 49px);
       column-gap: clamp(20px, 3.5871156662vw, 49px);
  margin-bottom: 32px;
}
.s_info .container > .row .header_flex .title_jp {
  color: #333333;
}
.s_info .container > .row .header_flex a {
  width: clamp(29px, 2.8550512445vw, 39px);
  height: clamp(29px, 2.8550512445vw, 39px);
  display: block;
  min-width: unset;
}
.s_info .container > .row .header_flex img {
  width: clamp(29px, 2.8550512445vw, 39px);
  height: clamp(29px, 2.8550512445vw, 39px);
}
.s_info .container > .row .row {
  margin-left: 0;
  margin-right: 0;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #d4dadd;
}
@media (min-width: 768px) {
  .s_info .container > .row .row {
    flex-direction: row;
    border-bottom: 1px solid #d4dadd;
    padding: clamp(12px, 8px + 0.5208333333vw, 18px) 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .s_info .container > .row .row .address_head {
    min-width: clamp(100px, 90.6666666667px + 1.2152777778vw, 114px);
    max-width: clamp(100px, 90.6666666667px + 1.2152777778vw, 114px);
    width: 100%;
  }
}
.s_info .container > .row .row .address_head > div p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .s_info .container > .row .row .address_head > div p {
    margin-bottom: 0;
  }
}
.s_info .container > .row .row .address_body a {
  color: #333333;
}
.s_info .container > .row .row .address_body > div p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  color: #333333;
  letter-spacing: 0.02em;
}
.s_info .container > .row .main_button {
  margin-top: 32px;
}
.s_info .container > .row .main_button > div p {
  margin: 0;
}
.s_info .container > .row .map_area > div {
  width: 100%;
  height: clamp(320px, 274.5150501672px + 10.7023411371vw, 480px);
}
@media (min-width: 768px) {
  .s_info .container > .row .map_area > div {
    width: 100%;
    height: 100%;
  }
}
.s_info .container > .row .map_area > div iframe {
  width: 100%;
  height: 100%;
}

.s01 {
  background: #ebf4f6;
  padding: clamp(83px, 64.8060200669px + 4.2809364548vw, 147px) 0 clamp(132px, 104.7090301003px + 6.4214046823vw, 228px);
  clip-path: polygon(50% 0%, 100% 0%, 100% 92.5%, 50% 100%, 0% 92.5%, 0% 0%);
}
@media (min-width: 768px) {
  .s01 {
    clip-path: polygon(50% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%, 0% 0%);
  }
}
.s01 .container {
  padding: 0 6%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .s01 .container {
    max-width: calc(900px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
  }
}
.s01 .container .title_en {
  text-align: center;
  margin-bottom: 8px;
}
.s01 .container .title_jp {
  text-align: center;
  margin-bottom: clamp(32px, 22.9030100334px + 2.1404682274vw, 64px);
}
.s01 .container .check_box {
  background: #fff;
  padding: clamp(16px, 2.3545150502px + 3.2107023411vw, 64px);
}
.s01 .container .check_box .check_text p {
  position: relative;
  padding-left: clamp(50px, 44.6666666667px + 0.6944444444vw, 58px);
  margin-bottom: clamp(16px, 11.4515050167px + 1.0702341137vw, 32px);
  font-size: clamp(17px, 11px + 0.78125vw, 26px);
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.s01 .container .check_box .check_text p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(34px, 28.6666666667px + 0.6944444444vw, 42px);
  height: clamp(34px, 28.6666666667px + 0.6944444444vw, 42px);
  background: url(/system_panel/uploads/images/check_icon.svg) no-repeat;
  background-size: contain;
}

.s_menu {
  padding: clamp(80px, 57.2575250836px + 5.3511705686vw, 160px) 0 64px;
}
.s_menu .container {
  padding: 0 6%;
}
@media (min-width: 768px) {
  .s_menu .container {
    max-width: calc(1050px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 6%;
  }
}
.s_menu .container .title_flex {
  justify-content: center;
  margin-bottom: 24px;
}
.s_menu .container .title_jp {
  text-align: center;
  margin-bottom: 40px;
}
.s_menu .container .content {
  margin-bottom: 40px;
  text-align: start;
}
@media (min-width: 860px) {
  .s_menu .container .content {
    text-align: center;
  }
}
.s_menu .container .main_button P {
  margin: 0 auto;
}

.s_img .img_pc_only {
  display: none;
}
@media (min-width: 768px) {
  .s_img .img_pc_only {
    display: block;
  }
}
.s_img .img_sp_only {
  display: block;
}
@media (min-width: 768px) {
  .s_img .img_sp_only {
    display: none;
  }
}
.s_img img {
  width: 100%;
  height: auto;
}

.s_kodawari {
  background: url(/system_panel/uploads/images/top_kodawari_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(80px, 57.2575250836px + 5.3511705686vw, 160px) 0;
}
.s_kodawari .container {
  padding: 0 6%;
}
@media (min-width: 768px) {
  .s_kodawari .container {
    padding: 0 9.4791666667vw;
  }
}
.s_kodawari .container .title_flex {
  justify-content: center;
  margin-bottom: 24px;
}
.s_kodawari .container .title_jp {
  text-align: center;
  margin-bottom: 40px;
  font-size: 7.4666666667vw;
}
@media (min-width: 426px) {
  .s_kodawari .container .title_jp {
    font-size: clamp(28px, 3.0146627566px + 5.8651026393vw, 48px);
  }
}
@media (min-width: 768px) {
  .s_kodawari .container .title_jp {
    font-size: 3.125vw;
  }
}
.s_kodawari .container .flex_box {
  /* 画像とテキストのフレックスコンテナ */
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: clamp(80px, 78.5785953177px + 0.3344481605vw, 85px);
}
@media (min-width: 768px) {
  .s_kodawari .container .flex_box {
    -moz-column-gap: 6.5625vw;
         column-gap: 6.5625vw;
    flex-direction: unset;
    align-items: center;
  }
}
.s_kodawari .container .flex_box.reverse {
  /* 反転レイアウト用 */
  flex-direction: column-reverse;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .s_kodawari .container .flex_box.reverse {
    -moz-column-gap: 8.2291666667vw;
         column-gap: 8.2291666667vw;
    flex-direction: unset;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .s_kodawari .container .flex_box.reverse .text_area {
    max-width: 27.0833333333vw;
  }
}
@media (min-width: 768px) {
  .s_kodawari .container .flex_box .img_area {
    max-width: 39.8958333333vw;
    width: 100%;
  }
}
.s_kodawari .container .flex_box .img_area img {
  width: 100%;
}
@media (min-width: 768px) {
  .s_kodawari .container .flex_box .text_area {
    max-width: 25.1041666667vw;
  }
}
.s_kodawari .container .flex_box .text_area .flex_title {
  font-size: clamp(26px, -3.8245614035px + 7.0175438596vw, 50px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 768px) {
  .s_kodawari .container .flex_box .text_area .flex_title {
    font-size: 2.6041666667vw;
  }
}
.s_gallery {
  padding: clamp(80px, 51.5719063545px + 6.6889632107vw, 180px) 0 64px;
}
.s_gallery .container {
  padding: 0 6%;
}
@media (min-width: 768px) {
  .s_gallery .container {
    max-width: calc(1050px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 6%;
  }
}
.s_gallery .container .title_flex {
  justify-content: center;
  margin-bottom: 24px;
}
.s_gallery .container .title_jp {
  text-align: center;
  margin-bottom: 40px;
}
.s_gallery .container .content {
  margin-bottom: 40px;
  text-align: start;
}
@media (min-width: 860px) {
  .s_gallery .container .content {
    text-align: center;
  }
}
.s_gallery .container .main_button P {
  margin: 0 auto;
}

.swiper {
  width: 100%;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  width: auto;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .swiper-slide {
    margin-right: clamp(16px, 0px + 2.0833333333vw, 40px);
  }
}
.swiper-slide img {
  width: clamp(165px, 98.1939799331px + 15.7190635452vw, 400px);
  height: auto;
  display: block;
}

/* =========================================
   s_faq
========================================= */
.s_faq {
  padding: clamp(80px, 51.5719063545px + 6.6889632107vw, 180px) 0 clamp(60px, 25.8862876254px + 8.0267558528vw, 180px);
}
.s_faq .container {
  max-width: calc(1240px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s_faq .container .inner {
  background: #ebf4f6;
  padding: 80px 6%;
}
.s_faq .container .inner .title_en {
  text-align: center;
}
.s_faq .container .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
  color: #333333;
  font-size: 6.9333333333vw;
}
@media (min-width: 426px) {
  .s_faq .container .inner .title_jp {
    font-size: clamp(34px, 16.5102639296px + 4.1055718475vw, 48px);
  }
}
@media (min-width: 768px) {
  .s_faq .container .inner .title_jp {
    font-size: 3.6458333333vw;
  }
}
.s_faq .container .inner .content {
  text-align: start;
  color: #333333;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
@media (min-width: 768px) {
  .s_faq .container .inner .content {
    text-align: center;
  }
}

.s_contact {
  background: #91a4ad;
  padding: 80px 0;
}
.s_contact .container {
  padding: 0 6%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .s_contact .container {
    max-width: calc(1270px + 12%);
    width: 100%;
    margin: 0 auto;
  }
}
.s_contact .container .title_en {
  margin-bottom: 8px;
}
.s_contact .container .title_en p {
  text-align: center;
  color: #fff;
}
.s_contact .container .title_jp {
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
.s_contact .container .content {
  text-align: center;
  margin-bottom: 32px;
}
.s_contact .container .content.mb0 {
  margin-bottom: 0;
}
.s_contact .container .content p {
  color: #fff;
}
.s_contact .container .grid_box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .s_contact .container .grid_box {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: clamp(20px, 12px + 1.0416666667vw, 32px);
         column-gap: clamp(20px, 12px + 1.0416666667vw, 32px);
  }
}
.s_contact .container .grid_box .grid_col {
  /* 各リンク要素 */
  max-width: clamp(350px, 330.1003344482px + 4.6822742475vw, 420px);
  width: 100%;
  margin: 0 auto;
}
.s_contact .container .grid_box .grid_col img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */