@charset "UTF-8";
.clr-main02 {
  color: #58B0DB;
}

.clr-act01 {
  color: #F28479;
}

.ff-en {
  font-family: "Quicksand", sans-serif;
}

.fw-m {
  font-weight: 500;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.clr-main02 {
  color: #58B0DB;
}

.clr-act01 {
  color: #F28479;
}

.ff-en {
  font-family: "Quicksand", sans-serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
html {
  scroll-padding-top: 137px; /* PC用 */
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 64px; /* スマホ用 */
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4B4F55;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

body.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.f-wbr {
  word-break: keep-all;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  word-wrap: break-word;
  margin: 0;
}

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

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

p, span, strong, small {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

.txt {
  line-height: 2.3em;
}

li, td, th, dt, dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
a, button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a, button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

.d-ib {
  display: inline-block;
}

.clr-main02 {
  color: #58B0DB;
}

.clr-act01 {
  color: #F28479;
}

.ff-en {
  font-family: "Quicksand", sans-serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.cmn-inner.w-980 {
  max-width: 980px;
}
.cmn-inner.w-1080 {
  max-width: 1080px;
}
.cmn-inner.w-1160 {
  max-width: 1160px;
}
.cmn-inner.w-1440 {
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .cmn-inner.w-980 {
    max-width: 580px;
  }
  .cmn-inner.w-1080 {
    max-width: 580px;
  }
  .cmn-inner.w-1160 {
    max-width: 580px;
  }
  .cmn-inner.w-1440 {
    max-width: 580px;
  }
}

.c-inner01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-inner01 {
    margin: 0 auto 20px;
  }
}

.cmn-ttl {
  color: #4A4E57;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px;
}
.cmn-ttl.is_clr-wh {
  color: #fff;
}
.cmn-ttl-en {
  color: #58B0DB;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 140%;
  letter-spacing: 10%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cmn-ttl-en {
    font-size: 40px;
  }
}
.cmn-ttl.is_alignLeft {
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmn-ttl.is_alignLeft .cmn-ttl-en {
  text-align: left;
}

.cmn-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  width: 320px;
  height: 64px;
  background: #58B0DB;
  border-radius: 500px;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
}
.cmn-bt:before {
  background: url(../img/cmn/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 769px) {
  .cmn-bt {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .cmn-bt::after {
    background: #68bde6;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .cmn-bt:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.cmn-bt.is_center {
  margin: 0 auto;
}
.cmn-bt.is_crl02 {
  background: #ffffff;
  border: 0.5px solid #58b0db;
  color: #58B0DB;
}
.cmn-bt.is_crl02::before {
  background: url(../img/cmn/ico_arrow03-lbl.svg) no-repeat;
}
@media screen and (min-width: 769px) {
  .cmn-bt.is_crl02 {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .cmn-bt.is_crl02::after {
    background: #f5fcff;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .cmn-bt.is_crl02:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .cmn-bt.is_crl02 {
    /* btn */
  }
}

.more-bt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0;
  margin-right: 32px;
  position: relative;
}
.more-bt::after {
  content: "";
  background: url(../img/cmn/ico_arrow02.svg) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -32px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 769px) {
  .more-bt:hover::after {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .more-bt {
    font-size: 14px;
  }
}

.btBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    padding: 0 16px;
  }
}
.btBox.is_mt40 {
  margin-top: 40px;
}
.btBox .ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #4A4E57;
  position: relative;
  padding-left: 24px;
  margin-bottom: 24px;
}
.btBox .ttl::before {
  content: "";
  background-color: #F28479;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btBox .ttl {
    font-size: 18px;
  }
}

.telBt-box {
  width: 260px;
  height: 67px;
}
.telBt-box .tel-bt {
  border: 1px solid #58B0DB;
  background-color: #fff;
  color: #58B0DB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 260px;
  height: 100%;
  border-radius: 50px;
  text-align: right;
  position: relative;
  padding-right: 24px;
}
.telBt-box .tel-bt .ico-tel {
  font-size: 20px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  padding-left: 0;
  text-align: center;
  line-height: 125%;
  position: relative;
}
.telBt-box .tel-bt .ico-tel::before {
  content: "";
  background: url(../img/cmn/ico_tel.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.telBt-box .tel-bt .note {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.bt02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .bt02 {
    gap: 4px;
    padding: 16px;
  }
}
.bt02.is_border {
  border: 1px solid #e6e6e6;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .bt02.is_border {
    border-radius: 8px;
  }
}
.bt02 .note {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
}
.bt02 .ico {
  font-weight: 600;
  font-size: 30px;
  line-height: 170%;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .bt02 .ico {
    padding-left: 46px;
  }
}
.bt02 .ico-tel::before {
  content: "";
  background: url(../img/cmn/ico_tel.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bt02 .ico-tel {
    font-size: 26px;
  }
}
.bt02 .ico-mail::before {
  content: "";
  background: url(../img/cmn/ico_web02.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bt02 .ico-mail {
    font-size: 20px;
  }
  .bt02 .ico-mail .ff-en {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .bt02.mail-bt02 {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .bt02.mail-bt02::after {
    background: #ffe9e6;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .bt02.mail-bt02:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

.mail-bt, .mail-bt02 {
  pointer-events: none;
}

.priceBox {
  padding: 0 40px 0;
}
.priceBox.is_pt110 {
  padding: 111px 40px 0;
}
@media screen and (max-width: 768px) {
  .priceBox.is_pt110 {
    padding: 26px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .priceBox {
    padding: 26px 0 0;
  }
}
.priceBox .cmn-inner {
  background: url(../img/top/price/price_img01.webp);
  background-size: cover;
  height: 363px;
  padding: 70px 30px 49px;
}
.priceBox .cmn-inner .cmn-ttl {
  color: #29405B;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .priceBox .cmn-inner {
    background: url(../img/top/price/price_img01-sp.webp);
    background-size: cover;
    height: 279px;
    padding: 39px 0 32px;
  }
  .priceBox .cmn-inner .cmn-ttl {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 769px) {
  .is_hover {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .is_hover::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 0.5px;
    background: #4B4F55;
    bottom: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .is_hover:hover {
    opacity: 0.7;
  }
  .is_hover:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.fuwafuwa {
  border-radius: 50%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  /* バッジの縮小（例: 80% サイズ） */
  .grecaptcha-badge {
    -webkit-transform: scale(0.7) !important;
            transform: scale(0.7) !important;
    -webkit-transform-origin: right bottom !important;
            transform-origin: right bottom !important; /* ←ここが重要 */
    right: -130px !important;
  }
}
.clr-main02 {
  color: #58B0DB;
}

.clr-act01 {
  color: #F28479;
}

.ff-en {
  font-family: "Quicksand", sans-serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  height: 137px;
  background-color: #fff;
  padding: 30px 222px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 0 0 16px;
    min-width: 100%;
    z-index: 2000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
    visibility: visible;
    min-width: initial;
  }
  .header h1 {
    line-height: 1;
  }
}
.header-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bt {
  background-color: #58B0DB;
  display: grid;
  place-content: center;
  position: absolute;
  inset: 0 0 auto auto;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  height: 1px;
  width: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -28px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: -19px 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: -10px 0 0 0;
}
.header-bt::before {
  content: "MENU";
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-bt.is-navOn span:nth-child(1) {
  inset: -21px 0 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-bt.is-navOn span:nth-child(2) {
  inset: 0 0 0 0;
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  inset: -21px 0 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-bt.is-navOn::before {
  content: "CLOSE";
}
.header-logo {
  position: relative;
  width: 350px;
}
.header-logo a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 157px;
  }
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  .header-nav {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    background: #eaf9ff;
    color: #29405B;
    display: block;
    position: fixed;
    top: 64px;
    right: -100%;
    width: calc(100% - 40px);
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
    padding: 40px 24px 164px;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 1000;
}
.header-nav-link {
  position: relative;
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .header-nav-list {
    gap: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .header-nav-list-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.05em;
    color: #4A4E57;
  }
}
.header-nav-list .link {
  display: block;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-nav-list .link::after {
    content: "";
    background: url(../img/cmn/ico_arrow04-gy.svg);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 9px;
    height: 13px;
  }
}
.header-nav-list .hd-en {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-nav-list .hd-en {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.1em;
    color: #58B0DB;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list .is-subLink:before {
    content: "";
    background-color: #4B4F55;
    display: block;
    margin: auto;
    position: absolute;
    top: 9.5px;
    right: 27px;
    width: 1px;
    height: 40px;
  }
  .header-nav-list .is-subLink::after {
    content: "";
    background: url(../img/cmn/ico_arrow04-gy.svg);
    display: block;
    position: absolute;
    top: 20px;
    right: 44px;
    margin: auto;
    width: 9px;
    height: 13px;
  }
}
.header-nav-list.is_sub {
  gap: 16px;
}
.header-nav-list.is_sub .link {
  color: #7e8188;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
}
.header-nav-list.is_sub .link.ico::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
.header-nav-list.is_sub .link.ico.ico_map::before {
  background: url(../img/cmn/ico_map.svg);
  background-size: 100% auto;
}
.header-nav-list.is_sub .link.ico.ico_p::before {
  background: url(../img/cmn/ico_p.svg);
  background-size: 100% auto;
}
.header-nav-list.is_sub .link.ico.ico_recruit::before {
  background: url(../img/cmn/ico_recruit.svg);
  background-size: 100% auto;
}
.header-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.header .telBt-box {
  width: 260px;
  height: 67px;
}
.header .telBt-box .tel-bt {
  width: 260px;
}
.header .telBt-box .tel-bt .ico-tel {
  font-size: 20px;
}
.header .mailBt-box {
  width: 198px;
  height: 137px;
  position: absolute;
  top: 0;
  right: 0;
}
.header .mail-bt {
  background-color: #F28479;
  border: none;
  border-radius: 0 0 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header .mail-bt {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .header .mail-bt::after {
    background: #ff7869;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .header .mail-bt:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.header .mail-bt .ico-mail {
  width: 40px;
  height: 40px;
  padding-left: 0;
}
.header .mail-bt .text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
}
.header .mail-bt .text .f-en {
  font-size: 20px;
  font-weight: 600;
}
.header .mail-bt .note {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .header .btBox {
    margin-top: 24px;
    padding: 0;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header .ml {
    margin-left: -4px;
  }
}

.js-accordion-content {
  display: none;
}

.js-accordion-content {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 72px;
  padding: 16px 10px;
  z-index: 3000;
  text-align: center;
}
.js-accordion-content.subMenu01 {
  left: -16px;
  width: 130px;
}
.js-accordion-content.subMenu02 {
  left: -58px;
  width: 190px;
}
.js-accordion-content.subMenu03 {
  left: -98px;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.js-accordion-content .cmn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.js-accordion-content .accordion__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    margin-left: 16px;
  }
}
.js-accordion-content .accordion__list-item {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    color: #4A4E57;
    font-size: 14px;
    line-height: 170%;
    text-align: left;
    margin: 0;
    padding-left: 16px;
  }
  .js-accordion-content .accordion__list-item::before {
    content: "";
    background: url(../img/cmn/ico_arrow04-gy.svg);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 13px;
  }
}
.js-accordion-content .accordion__list-item:hover {
  opacity: 0.8;
}
.js-accordion-content .accordion__list-item:hover span {
  background: rgba(191, 220, 238, 0.7);
}
.js-accordion-content .accordion__list-item img {
  width: 129px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item img {
    display: none;
  }
}
.js-accordion-content .accordion__list-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
.js-accordion-content .accordion__list-item span::before {
  background: url(../img/cmn/ico_arrow01.svg);
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item span {
    padding-left: 27px;
  }
  .js-accordion-content .accordion__list-item span::before {
    background-image: none;
    background-color: #29405B;
    width: 17px;
    height: 1px;
    right: auto;
    left: 0;
  }
}

.js-accordion-title {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion-title:before {
  content: "";
  background: url(../img/cmn/ico_arrow01.svg) no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 7px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .js-accordion-title {
    color: #4A4E57;
    display: block;
    padding: 0;
    font-size: 18px;
  }
  .js-accordion-title:before {
    content: "";
    background: url(../img/cmn/ico_prus.svg) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0;
    position: absolute;
    top: 21px;
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .js-accordion-title.open {
    opacity: 1;
  }
  .js-accordion-title.open::before {
    background: url(../img/cmn/ico_minus.svg) no-repeat;
    background-size: 100% auto;
    height: 1px;
    top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .js-accordion-title::after {
    content: none;
  }
  .js-accordion-title:hover::after {
    content: none;
  }
}

.header-nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

body.is-navOn .header-nav-link.open {
  opacity: 1;
}

.clr-main02 {
  color: #58B0DB;
}

.clr-act01 {
  color: #F28479;
}

.ff-en {
  font-family: "Quicksand", sans-serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: #EAF9FF;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 24px 16px 80px;
  }
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-content {
    display: none;
  }
}
.footer-nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.footer-nav-link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.05em;
  position: relative;
}
.footer-nav-link.parent {
  font-weight: 500;
  margin-left: 15px;
}
.footer-nav-link.parent::before {
  background: url(../img/cmn/ico_arrow01-right.svg);
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 7px;
  height: 12px;
}
.footer-nav-link.child {
  margin-left: 23px;
}
.footer-nav-link.child::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
}
.footer-nav .is_mt8 {
  margin-top: 8px;
}
.footer .copyrights {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
}

.visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .visual {
    margin-top: 64px;
  }
}
.visual.is-lower {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .visual.is-lower {
    margin-top: 64px;
  }
}
.visual__txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual__title {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.visual__title span {
  display: block;
  font-size: 64px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .visual__title {
    font-size: 16px;
  }
  .visual__title span {
    font-size: 36px;
  }
}
.visual__imgBox {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .visual__imgBox {
    height: 200px;
  }
}
.visual__imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#topic_path {
  color: #382410;
  padding: 10px 0;
  font-weight: 400;
  word-break: break-all;
  margin: auto;
  max-width: 1266px;
  width: 100%;
}

#topic_path li {
  display: inline-block;
  font-size: 16px;
}

#topic_path li:not(:first-child) {
  margin-left: 0.5em;
}
#topic_path li:not(:first-child)::before {
  content: ">";
  margin-right: 0.5em;
  vertical-align: 2px;
}

#topic_path li br {
  display: none;
}

#topic_path a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  display: inline-block;
}

#topic_path a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.newsList {
  margin-top: 60px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 40px;
    padding-bottom: 32px;
  }
}
.newsList-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.newsList-list.is_clr-wh {
  color: #fff;
}
.newsList-list.is_clr-wh-item {
  border-bottom: 0.5px solid #f1f3f7;
}
@media screen and (max-width: 768px) {
  .newsList-list {
    width: 100%;
  }
}
.newsList-heading {
  color: #182437;
  display: block;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsList-heading {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}
.newsList-item {
  width: 100%;
}
.newsList-item a .thum {
  display: block;
  margin-bottom: 16px;
}
.newsList-item a .thum img {
  border-radius: 8px;
}
.newsList-item a .date {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-right: 16px;
}
.newsList-item a .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #58B0DB;
  border-radius: 50px;
  color: #58B0DB;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  letter-spacing: 0.1em;
  min-width: 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  margin-right: 24px;
}
.newsList-item a .ttl {
  display: inline-block;
  color: #646a6f;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}
.newsList-item a .box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .newsList-item a .ttl::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 0.5px;
    background: #4B4F55;
    bottom: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .newsList-item a:hover .ttl {
    opacity: 1;
  }
  .newsList-item a:hover .ttl::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (max-width: 768px) {
  .newsList-item a .date {
    font-size: 14px;
  }
  .newsList-item a .ttl {
    font-size: 14px;
    width: 100%;
    margin-top: 16px;
  }
  .newsList-item a .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.newsList-list.is_clr-wh {
  color: #fff;
}
.newsList-list.is_clr-wh .newsList-item {
  border-bottom: 0.5px solid #f1f3f7;
}
.newsList-list.is_clr-wh .newsList-item-date {
  color: #fff;
}

.newsList_wrp {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.newsList_wrp .newsList {
  max-width: 770px;
  margin-top: 0;
}
.newsList_wrp .newsList li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}
.newsList_wrp .newsList li a .ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .newsList_wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto 0;
  }
  .newsList_wrp .newsList {
    padding: 0 16px;
  }
  .newsList_wrp .newsList li {
    padding-bottom: 16px;
  }
  .newsList_wrp .newsList li a .ttl {
    font-size: 14px;
    margin-top: 0;
  }
}

.newsBox {
  margin: 100px auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .newsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto 0;
  }
}
.newsBox__pageLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 60px auto 0;
  max-width: 474px;
  width: 100%;
}
.newsBox__pageLink__item {
  min-width: 118px;
}
.newsBox__pageLink__item a {
  border: solid 1px #29405B;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 6px 10px;
}
.newsBox__pageLink__item.is_prev a {
  text-align: right;
  position: relative;
}
.newsBox__pageLink__item.is_prev a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 8px 3.5px 0;
  border-color: transparent #382410 transparent transparent;
}
.newsBox__pageLink__item.is_center {
  text-align: center;
}
.newsBox__pageLink__item.is_next a {
  position: relative;
}
.newsBox__pageLink__item.is_next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #382410;
}
@media screen and (max-width: 768px) {
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#navi {
  max-width: 215px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #navi {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  #content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news_sub .date {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin: 0 !important;
}
.news_sub .cate_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #58b0db;
  border-radius: 500px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #58b0db;
}
@media screen and (max-width: 768px) {
  .news_sub .date {
    font-size: 14px;
  }
}

.news_tt {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
}

.news_cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 16px auto 24px;
}
.news_cate li {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding-left: 16px;
}

.navi-date {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  position: relative;
}

.year_tit {
  cursor: pointer;
  position: relative;
}

.monthlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 16px auto 24px;
}
.monthlist li {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding-left: 16px;
}

.content_post .news_img {
  background-color: #fbf5ef;
  text-align: center;
  margin: 0 auto 70px;
  max-width: 1080px;
  height: 420px;
}
.content_post .news_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content_post .news_img {
    margin: 0 auto 60px;
    max-width: 100%;
    height: 233px;
  }
}

.content_post {
  max-width: 740px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: initial;
  }
}
.content_post .cmn-bt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .content_post .cmn-bt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content_post .section {
    padding: 0 16px;
  }
}
.content_post__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.content_post p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.content_post p a {
  color: #29405B;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
  }
  .content_post p {
    font-size: 14px;
  }
  .content_post p a {
    color: #29405B;
    text-decoration: underline;
  }
}

.section.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.wp-pagenavi span.current {
  border: 1px solid #58b0db;
  width: 56px;
  height: 56px;
  background: #58b0db;
  border-radius: 28px;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 1px solid #4b4f55;
  border-radius: 28px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  border: 1px solid #58b0db;
  background: #58b0db;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #f5f5f5;
  border: 1px solid #bfd6e9;
  position: relative;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 17px;
  height: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border: none;
}
.wp-pagenavi .previouspostslink {
  margin-right: 16px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 12px;
}
.wp-pagenavi .nextpostslink::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 0 0 40px;
  }
}
.single-post__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single-post__sidebar {
  display: block;
  width: 270px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .single-post__sidebar {
    display: none;
  }
}
.single-post__sidebar-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #eee;
  padding: 15px;
  margin-top: 15px;
}
.single-post__sidebar-title:first-child {
  margin-top: 0;
}
.single-post__card {
  display: block;
  margin-top: 15px;
}
.single-post__card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post__card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-post__card-item:last-child .single-post__card-inner:after {
  display: none;
}
.single-post__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.single-post__card-inner:after {
  background-color: #ccc;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .single-post__card-inner:hover {
    opacity: 0.5;
  }
}
.single-post__card-date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.single-post__card-title {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.single-post__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-post__content {
  display: block;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .single-post__content {
    background-color: transparent;
    padding: 0;
  }
}
.single-post__content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-post__content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post__content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.single-post__content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-post__content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post__content p,
.single-post__content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content p,
  .single-post__content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-post__content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .single-post__content a:hover {
    text-decoration: none;
  }
}

.pagination {
  display: block;
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination__item {
  display: block;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  color: #182437;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #182437;
    background-color: #eee;
  }
}

.form__field-name label,
.form__field-name span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .form__field-name label,
  .form__field-name span {
    font-size: 14px;
  }
}

.form__field textarea, .form__field input[type=text],
.form__field input[type=tel],
.form__field input[type=email],
.form__field input[type=date],
.form__field select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-weight: 500;
  height: 56px;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0 14px;
  resize: none;
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #32373B;
}
@media screen and (max-width: 768px) {
  .form__field textarea, .form__field input[type=text],
  .form__field input[type=tel],
  .form__field input[type=email],
  .form__field input[type=date],
  .form__field select {
    height: 36px;
    font-size: 12px;
  }
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form {
    gap: 20px;
    padding: 0 16px;
  }
}
.form ::-webkit-input-placeholder {
  color: #B9B9B9;
}
.form ::-moz-placeholder {
  color: #B9B9B9;
}
.form :-ms-input-placeholder {
  color: #B9B9B9;
}
.form ::-ms-input-placeholder {
  color: #B9B9B9;
}
.form ::placeholder {
  color: #B9B9B9;
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form__inner {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inner {
    border-top: 0;
    border-left: 0;
  }
}
.form__inner.is_margin {
  margin-top: 50px;
}
.form__group {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .form__group {
    margin-bottom: 0;
  }
}
.form__group .ttl {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #32373B;
  margin-top: 12px;
}
.form__group .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.form__group .box .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  min-width: 0;
}
.form__group .box input, .form__group .box select, .form__group .box textarea {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .form__group .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__group .box .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form__group .ttl {
    font-size: 12px;
    margin-top: 0;
  }
}
.form__col {
  position: relative;
}
.form__col:first-child {
  background-color: rgba(180, 173, 169, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .form__col:first-child {
    width: 100%;
  }
}
.form__col:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  .form__col:last-child {
    padding: 20px 10px;
  }
}
.form__field {
  width: 100%;
}
.form__field-name {
  width: 100%;
}
.form__field .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__field .box {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }
  .form__field .box .ttl {
    width: 100%;
  }
  .form__field .box .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  .form__field .box input[type=date],
  .form__field .box select {
    display: block;
    width: 100% !important;
    max-width: 100%;
  }
}
.form-scheduleBox {
  margin: 60px auto 0;
  text-align: center;
  max-width: 892px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-scheduleBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  .form-scheduleBox iframe {
    width: 100%;
  }
}
.form__field-name label .indispensable,
.form__field-name span .indispensable {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 4px;
  background: #F28479;
  border-radius: 2px;
  margin-bottom: 0;
}
.form__field textarea {
  height: 180px;
}
.form__field.is_flex, .form__field .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    padding: 0 15px;
  }
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../img/cmn/ico_arrow07_dwn.svg");
  background-repeat: no-repeat;
  background-size: 12px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
}
.form .wpcf7-checkbox,
.form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 16px;
  height: 56px;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.form .wpcf7-checkbox .wpcf7-list-item label,
.form .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form .wpcf7-checkbox .wpcf7-list-item label input,
.form .wpcf7-radio .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
}
.form .wpcf7-checkbox .wpcf7-list-item label span,
.form .wpcf7-radio .wpcf7-list-item label span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox,
  .form .wpcf7-radio {
    gap: 8px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item,
  .form .wpcf7-radio .wpcf7-list-item {
    height: 36px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label input,
  .form .wpcf7-radio .wpcf7-list-item label input {
    width: 16px;
    height: 16px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label span,
  .form .wpcf7-radio .wpcf7-list-item label span {
    font-size: 12px;
  }
}
.form .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form .wpcf7-radio {
  /* デフォルトのボタン */
}
.form .wpcf7-radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.form .wpcf7-radio {
  /* チェック前のボタン */
}
.form .wpcf7-radio .wpcf7-list-item-label::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 24px;
  margin-top: auto;
  margin-right: 8px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 24px;
}
.form .wpcf7-radio {
  /* チェック後のボタン */
}
.form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #4B4F55; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
@media screen and (max-width: 768px) {
  .form .wpcf7-radio .wpcf7-list-item-label::before {
    height: 16px;
    width: 16px;
  }
}
.form .wpcf7-acceptance {
  font-size: 16px;
}
.form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-acceptance {
    font-size: 14px;
  }
  .form .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    text-align: center;
    margin: 20px auto 0;
  }
}
.form .submit-btn {
  position: relative;
  width: 320px;
  height: 64px;
  margin: 40px auto 0;
}
.form .submit-btn:before {
  background: url(../img/cmn/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.form input[type=submit] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  width: 320px;
  height: 64px;
  background: #58B0DB;
  border-radius: 500px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .form input[type=submit] {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .form input[type=submit]::after {
    background: #68bde6;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .form input[type=submit]:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.form span.wpcf7-spinner {
  display: none;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}

.clr-main02 {
  color: #58B0DB;
}

.clr-act01 {
  color: #F28479;
}

.ff-en {
  font-family: "Quicksand", sans-serif;
}

.fw-m {
  font-weight: 500;
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.cv-list {
  display: grid;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cv-list-item {
  width: 100%;
  height: auto;
}
.cv-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cv-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    width: 100%;
    height: 56px;
    top: auto;
    z-index: 9999;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  .cv-list-item {
    width: 50%;
  }
  .cv-list.is-headerOn {
    opacity: 1;
    visibility: visible;
  }
}
.cv-list-item .bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-right: none;
  gap: 4px;
  padding: 8px;
}
.cv-list-item .bt .ico {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 32px;
}
.cv-list-item .bt .ico-tel {
  font-size: 16px;
}
.cv-list-item .bt .ico-tel::before {
  content: "";
  background: url(../img/cmn/ico_tel.svg) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cv-list-item .bt .ico-mail::before {
  content: "";
  background: url(../img/cmn/ico_web02.svg) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cv-list-item .bt .ico-mail {
  font-size: 12px;
}
.cv-list-item .bt .ico-mail .ff-en {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .cv-list-item .bt.mail-bt02 {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .cv-list-item .bt.mail-bt02::after {
    background: #ffe9e6;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .cv-list-item .bt.mail-bt02:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

.grecaptcha-badge {
  z-index: 9999;
}

.topMv {
  padding: 161px 64px 0;
  position: relative;
  overflow: hidden;
}
.topMv.is_lower {
  min-height: 320px;
  max-height: 320px;
  margin-top: 177px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    min-height: 240px;
    max-height: 240px;
    margin-top: 64px;
  }
}
.topMv.is_lower::before {
  content: "";
  background: -webkit-linear-gradient(356.03deg, rgba(26, 168, 237, 0.5) 13.45%, rgba(33, 135, 218, 0.5) 86.55%);
  background: linear-gradient(93.97deg, rgba(26, 168, 237, 0.5) 13.45%, rgba(33, 135, 218, 0.5) 86.55%);
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower::before {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}
.topMv.is_lower .topMv-imgBox {
  border-radius: 0;
  width: 100%;
  height: 320px;
}
.topMv.is_lower .topMv-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-position: top right;
     object-position: top right;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: 240px;
  }
}
.topMv.is_lower .topMv-title {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.topMv.is_lower .topMv-title .ttl_en {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.topMv.is_lower .topMv-title .ttl_jp {
  font-weight: 500;
  font-size: 36px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    width: 100%;
  }
  .topMv.is_lower .topMv-title .ttl_en {
    font-size: 18px;
  }
  .topMv.is_lower .topMv-title .ttl_jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .topMv {
    height: auto;
    padding: 96px 16px 60px;
  }
}
.topMv-imgBox {
  border-radius: 80px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.topMv-imgBox img {
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    width: 100%;
    border-radius: 40px;
  }
  .topMv-imgBox img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topMv-mainImg {
  height: calc(100vh - 180px);
}
@media screen and (max-width: 768px) {
  .topMv-mainImg {
    height: calc(100svh - 100px);
  }
}
.topMv-mainImg picture,
.topMv-mainImg img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) and (max-height: 700px) {
  .topMv-mainImg img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .topMv-ttl01 {
    bottom: 44px;
  }
}
.topMv-ttl01 {
  position: absolute;
  bottom: 72px;
  left: 76px;
  width: 39.375%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv-ttl01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 86.9333333333vw;
    bottom: 58.9333333333vw;
  }
}
.topMv-ttl02 {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 28.54166%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv-ttl02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 83.7333333333vw;
    z-index: 100;
  }
}
.topMv .fuwafuwa {
  border-radius: 50%;
  position: absolute;
}
.topMv .fuwafuwa.fuwa01 {
  background-color: rgba(199, 229, 240, 0.5);
  -webkit-animation: float02 8s ease-in-out infinite;
          animation: float02 8s ease-in-out infinite;
  width: 19.4444444444vw;
  height: 19.4444444444vw;
  top: 40%;
  left: -7.7777777778vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topMv .fuwafuwa.fuwa01 {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    top: 40vh;
    left: -22.4vw;
  }
}
.topMv .fuwafuwa.fuwa02 {
  background-color: rgba(199, 229, 240, 0.5);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
  width: 19.4444444444vw;
  height: 19.4444444444vw;
  top: 50%;
  right: -8.125vw;
}
@media screen and (max-width: 768px) {
  .topMv .fuwafuwa.fuwa02 {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    bottom: 63px;
    top: auto;
    right: -4.2666666667vw;
    -webkit-transform: none;
            transform: none;
    z-index: -1px;
  }
}
.topMv .fuwafuwa.fuwa03 {
  background-color: rgba(232, 249, 255, 0.5);
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  top: 76%;
  right: -4.4444444444vw;
}
@media screen and (max-width: 768px) {
  .topMv .fuwafuwa.fuwa03 {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    bottom: 21px;
    top: auto;
    right: -4.2666666667vw;
    z-index: -1px;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes float02 {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  50% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@keyframes float02 {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  50% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

.tp-news {
  padding: 120px 40px 0;
}
@media screen and (max-width: 768px) {
  .tp-news {
    padding: 0 16px 0;
  }
}
.tp-news .hdBox {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tp-news .hdBox {
    margin: 0 auto 32px;
  }
}
.tp-news .hdBox .cmn-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  margin: 0 auto 0 0;
}
.tp-news .hdBox .cmn-ttl-hd {
  font-size: 16px;
}
.tp-news .hdBox .cmn-ttl-en {
  font-size: 32px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .tp-news .hdBox .cmn-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .tp-news .hdBox .cmn-ttl-hd {
    font-size: 18px;
  }
}
.tp-news-content {
  position: relative;
}
.tp-news-content .newsList-list {
  border-bottom: 1px solid #e6e6e6;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.tp-about {
  margin-top: 120px;
  padding-right: 0.972222222%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-about {
    margin-top: 64px;
  }
}
.tp-about .fuwafuwa.fuwa04 {
  background-color: rgba(199, 229, 240, 0.5);
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
  width: 30.9722222222vw;
  height: 30.9722222222vw;
  top: 0;
  left: -9.0972222222vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-about .fuwafuwa.fuwa04 {
    width: 59.4666666667vw;
    height: 59.4666666667vw;
    top: 23px;
    left: -27.4666666667vw;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.tp-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.444444444%;
}
@media screen and (max-width: 768px) {
  .tp-about-content {
    display: block;
  }
}
.tp-about-content .imgBox {
  display: block;
  width: 47.7777777%;
}
@media screen and (max-width: 768px) {
  .tp-about-content .imgBox {
    width: calc(100% - 16px);
  }
}
.tp-about-content .textBox {
  max-width: 548px;
  min-width: 437px;
  width: 38.055555555%;
}
@media screen and (max-width: 768px) {
  .tp-about-content .textBox {
    width: 100%;
    max-width: initial;
    min-width: initial;
    padding: 0 16px;
  }
}
.tp-about-content .textBox .hd {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
.tp-about-content .textBox .text {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
  text-align: justify;
}
.tp-about-content .textBox .ttl {
  font-weight: 500;
  line-height: 200%;
  margin: 24px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-about-content .textBox .hd {
    font-size: 20px;
    letter-spacing: -0.05em;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .tp-about-content .textBox .ttl {
    margin: 16px auto;
    text-align: center;
  }
}
.tp-about-content .textBox .point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tp-about-content .textBox .point-list-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  background: #eff8fb;
  border-radius: 16px;
  padding: 16px 8px 16px 36px;
  position: relative;
}
.tp-about-content .textBox .point-list-item::before {
  content: "";
  background: url(../img/cmn/ico_check.svg) no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .tp-about-content .textBox .point-list {
    gap: 8px;
  }
  .tp-about-content .textBox .point-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 16px 12px 44px;
  }
  .tp-about-content .textBox .point-list-item::before {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}

.tp-reason {
  margin-top: 120px;
  padding: 120px 0px 120px 9.722222222%;
  background: -webkit-linear-gradient(310.92deg, #d9f8ff 3.56%, #ffc6c0 96.44%);
  background: linear-gradient(139.08deg, #d9f8ff 3.56%, #ffc6c0 96.44%);
}
@media screen and (max-width: 768px) {
  .tp-reason {
    padding: 64px 0 64px 16px;
    margin-top: 64px;
  }
}
.tp-reason-content {
  padding: 115px 80px;
  background: #ffffff;
  border-radius: 64px 0px 0px 64px;
}
@media screen and (max-width: 768px) {
  .tp-reason-content {
    padding: 64px 16px;
  }
}
.tp-reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.tp-reason-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
.tp-reason-list-item img {
  display: block;
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tp-reason-list-item img {
    max-width: initial;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tp-reason-list-item .inner {
  width: calc(100% - 424px);
  position: relative;
  z-index: 100;
}
.tp-reason-list-item .inner .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.05em;
  /* i-main02 */
  color: #58B0DB;
}
.tp-reason-list-item .inner .ttl .num {
  color: #C7E5F0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.tp-reason-list-item .inner .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item .inner {
    width: 100%;
  }
  .tp-reason-list-item .inner .ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .tp-reason-list-item .inner .ttl .num {
    font-size: 40px;
  }
  .tp-reason-list-item .inner .text {
    font-size: 16px;
    line-height: 200%;
  }
}

.fuwa-wrap {
  position: relative;
  overflow: hidden;
}
.fuwa-wrap .fuwafuwa.fuwa05 {
  background-color: rgba(199, 229, 240, 0.5);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
  width: 71.5277777778vw;
  height: 71.5277777778vw;
  top: -113px;
  left: -18.9583333333vw;
  z-index: -1;
}
.fuwa-wrap .fuwafuwa.fuwa06 {
  background-color: rgba(195, 239, 255, 0.5);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
  width: 94.0277777778vw;
  height: 94.0277777778vw;
  top: 140px;
  right: -25.0694444444vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fuwa-wrap .fuwafuwa.fuwa05 {
    -webkit-animation: float 7s ease-in-out infinite;
            animation: float 7s ease-in-out infinite;
    width: 137.3333333333vw;
    height: 137.3333333333vw;
    top: 36px;
    left: -74.6666666667vw;
  }
  .fuwa-wrap .fuwafuwa.fuwa06 {
    -webkit-animation: float 8s ease-in-out infinite;
            animation: float 8s ease-in-out infinite;
    width: 180.5333333333vw;
    height: 180.5333333333vw;
    top: 157px;
    right: -70.6666666667vw;
    z-index: -1;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes float {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes float {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    50% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
}

.tp-case {
  padding: 120px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-case {
    padding: 64px 16px;
  }
}
.tp-case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .tp-case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 40px;
  }
}
.tp-case-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 272px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .tp-case-list-item {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .tp-case-list-item::after {
    background: #f5fcff;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .tp-case-list-item:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .tp-case-list-item:hover::after {
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
}
.tp-case-list-item:before {
  background: url(../img/cmn/ico_arrow05.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  margin: auto;
  width: 71px;
  height: 71px;
}
.tp-case-list-item .pict {
  width: 80px;
}
.tp-case-list-item .ttl {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
}
.tp-case-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.tp-case-list-item a .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-case-list-item {
    min-height: 62px;
    height: auto;
    border-radius: 8px;
    padding: 8px;
  }
  .tp-case-list-item:before {
    background: url(../img/cmn/ico_arrow06.svg) no-repeat;
    background-size: 100% auto;
    bottom: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
  }
  .tp-case-list-item .pict {
    width: 24px;
  }
  .tp-case-list-item .ttl {
    font-size: 12px;
    line-height: 150%;
  }
  .tp-case-list-item a {
    padding: 8px;
  }
  .tp-case-list-item a .inner {
    gap: 4px;
  }
}

.tp-price {
  padding: 0 40px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-price {
    padding: 0 16px 40px;
  }
}
.tp-price .cmn-ttl {
  margin-bottom: 24px;
}
.tp-price .bg {
  position: relative;
}
.tp-price .bg::before {
  content: "";
  background: url(../img/top/price/price_bg01.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 323px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tp-price-content {
  padding: 40px 64px;
  max-width: 876px;
  background: rgba(255, 255, 255, 0.5);
  background-blend-mode: soft-light;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 40px;
  margin: 0 auto;
}
.tp-price .lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .tp-price-content {
    max-width: initial;
    width: calc(100% - 32px);
    padding: 40px 16px;
    border-radius: 24px;
  }
  .tp-price .lead {
    font-size: 16px;
  }
  .tp-price .cmn-bt {
    width: 100%;
    max-width: 320px;
  }
}

.tp-medical {
  background: url(../img/top/medical/medical_bg01.webp) no-repeat;
  background-size: cover;
  padding: 120px 40px;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .tp-medical {
    background: url(../img/top/medical/medical_bg01-sp.webp) no-repeat;
    background: url(../img/top/medical/medical_bg01.webp) no-repeat;
    padding: 64px 16px;
    margin-top: 64px;
  }
}

.tp-medical-list, .p-medical-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .tp-medical-list, .p-medical-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.tp-medical-list-item, .p-medical-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  position: relative;
}
.tp-medical-list-item:before, .p-medical-list-item:before {
  background: url(../img/cmn/ico_arrow05.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  margin: auto;
  width: 71px;
  height: 71px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tp-medical-list-item:before, .p-medical-list-item:before {
    background: url(../img/cmn/ico_arrow05-sp.svg) no-repeat;
    background-size: 100% auto;
    width: 48px;
    height: 48px;
  }
}
.tp-medical-list-item .mask-wrap img, .p-medical-list-item .mask-wrap img {
  -webkit-mask-image: url("../img/top/medical/mask.svg");
  mask-image: url("../img/top/medical/mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}
@media screen and (max-width: 768px) {
  .tp-medical-list-item .mask-wrap img, .p-medical-list-item .mask-wrap img {
    -webkit-mask-image: url("../img/top/medical/mask-sp.svg");
    mask-image: url("../img/top/medical/mask-sp.svg");
  }
}
.tp-medical-list-item .inner, .p-medical-list-item .inner {
  padding: 32px 40px 64px;
  border-radius: 0px 0px 24px 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-medical-list-item .inner, .p-medical-list-item .inner {
    padding: 24px 16px 48px;
    border-radius: 0px 0px 16px 16px;
  }
}
@media screen and (min-width: 769px) {
  .tp-medical-list-item, .p-medical-list-item {
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    z-index: 2;
  }
  .tp-medical-list-item::after, .p-medical-list-item::after {
    background: #f5fcff;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out;
    transition: opacity 0.5s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .tp-medical-list-item:hover::after, .p-medical-list-item:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .tp-medical-list-item:hover::after, .p-medical-list-item:hover::after {
    -webkit-transform: translateY(-50%) scale(1.6);
            transform: translateY(-50%) scale(1.6);
  }
}
.tp-medical-list-item .pict, .p-medical-list-item .pict {
  display: block;
  margin: 28px auto;
  width: 64px;
  position: absolute;
  top: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
.tp-medical-list-item .ttl, .p-medical-list-item .ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1000;
}
.tp-medical-list-item .ttl-en, .p-medical-list-item .ttl-en {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #58B0DB;
}
.tp-medical-list-item .text, .p-medical-list-item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 10;
  margin-top: 16px;
}
.tp-medical-list-item a, .p-medical-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tp-medical-list-item .pict, .p-medical-list-item .pict {
    margin: 24px auto 0;
    width: 48px;
    top: -60px;
  }
  .tp-medical-list-item .ttl, .p-medical-list-item .ttl {
    font-size: 20px;
  }
  .tp-medical-list-item .ttl-en, .p-medical-list-item .ttl-en {
    font-size: 14px;
  }
}

.tp-gree {
  overflow-x: hidden;
  padding: 120px 0 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-gree {
    padding: 64px 0;
  }
}
.tp-gree .fuwafuwa.fuwa07 {
  background-color: rgba(199, 229, 240, 0.5);
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
  width: 30.9722222222vw;
  height: 30.9722222222vw;
  top: -70px;
  right: -8.0555555556vw;
  z-index: -1;
}
.tp-gree .fuwafuwa.fuwa08 {
  background-color: rgba(195, 239, 255, 0.5);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
  width: 14.5833333333vw;
  height: 14.5833333333vw;
  top: 105px;
  right: 18.3333333333vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-gree .fuwafuwa.fuwa07 {
    width: 59.4666666667vw;
    height: 59.4666666667vw;
    top: -10px;
    right: -29.0666666667vw;
  }
  .tp-gree .fuwafuwa.fuwa08 {
    width: 28vw;
    height: 28vw;
    top: 112px;
    right: 21.8666666667vw;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.tp-gree::before {
  content: "";
  background-color: #f3fcff;
  width: calc(100% - 76px);
  height: 568px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 64px 0px 0px 64px;
}
@media screen and (max-width: 768px) {
  .tp-gree::before {
    border-radius: 40px 0px 0px 40px;
    height: 172.8vw;
    width: calc(100% - 16px);
  }
}
.tp-gree .cmn-ttl {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .tp-gree .cmn-ttl {
    margin-bottom: 40px;
    padding-left: 16px;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tp-gree .cmn-ttl-en {
    text-align: left;
  }
}
@media screen and (min-width: 789px) and (max-width: 1200px) {
  .tp-gree .cmn-ttl {
    padding-left: 40px;
  }
}
.tp-gree .imgBox {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .tp-gree .imgBox {
    width: calc(100% - 16px);
  }
}
.tp-gree-inner {
  position: relative;
  padding: 0 40px 0 116px;
}
.tp-gree-inner .text {
  width: 100%;
  max-width: 1160px;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .tp-gree-inner {
    padding: 64px 16px 0 32px;
    max-width: initial;
    margin-top: -40px;
  }
  .tp-gree-inner .text {
    margin: 0 auto 40px;
  }
}

.tp-faci {
  margin-top: 140px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tp-faci {
    margin-top: 64px;
    margin-bottom: 16px;
  }
}
.tp-faci .fuwafuwa.fuwa09 {
  background-color: rgba(199, 229, 240, 0.5);
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
  width: 22.5vw;
  height: 22.5vw;
  bottom: -139px;
  left: -8.1944444444vw;
  z-index: -1;
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.tp-faci .slider02 {
  margin-bottom: 64px;
}
.tp-faci .slider02__inner {
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  .tp-faci .slider02 {
    margin-bottom: 40px;
  }
}

.infoBox {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .infoBox {
    padding: 48px 0 64px;
  }
}
.infoBox .logo {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .infoBox .logo {
    width: 193px;
  }
}
.infoBox-hd {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #58B0DB;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .infoBox-hd {
    font-size: 28px;
    margin-bottom: 24px;
    padding-left: 16px;
  }
}
.infoBox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 67px;
}
@media screen and (max-width: 768px) {
  .infoBox-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 0 16px;
  }
}
.infoBox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  width: 491px;
}
@media screen and (max-width: 768px) {
  .infoBox-inner {
    width: 100%;
    gap: 16px;
  }
}
.infoBox iframe {
  border-radius: 16px 16px 0 0;
  width: 580px;
  height: 344px;
}
@media screen and (max-width: 768px) {
  .infoBox iframe {
    width: 100%;
    height: 208px;
  }
}
.infoBox .map-guide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 24px 24px 76px;
  margin-top: -10px;
  background: #eff8fb;
  border-radius: 0px 0px 16px 16px;
  position: relative;
}
.infoBox .map-guide::before {
  background: url(../img/cmn/ico_map02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 40px;
  height: 40px;
}
.infoBox .map-guide .text {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.infoBox .map-guide .text .is_large {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .infoBox .map-guide {
    padding: 16px 16px 16px 68px;
  }
  .infoBox .map-guide::before {
    left: 16px;
  }
  .infoBox .map-guide .text {
    line-height: 160%;
  }
}
.infoBox .more-bt {
  margin: 16px 32px 0 auto;
}
.infoBox .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.infoBox .telBt-box {
  width: 100%;
  height: 85px;
}
.infoBox .telBt-box .tel-bt {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}
.infoBox .telBt-box .tel-bt .ico-tel {
  font-size: 28px;
  margin-left: 48px;
}
.infoBox .schedule .text {
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .infoBox .schedule {
    margin-top: 8px;
  }
  .infoBox .schedule .text {
    margin-top: 12px;
    line-height: 2;
  }
}

.reseveBox {
  padding: 80px 40px;
  background: url(../img/cmn/reserve_bg01.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .reseveBox {
    background: url(../img/cmn/reserve_bg01-sp.webp) no-repeat;
    background-size: cover;
    padding: 40px 16px;
  }
}
.reseveBox .cmn-ttl {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
}
.reseveBox .cmn-ttl-en {
  font-size: 44px;
  line-height: 140%;
  color: #4B4F55;
}
@media screen and (max-width: 768px) {
  .reseveBox .cmn-ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .reseveBox .cmn-ttl-en {
    font-size: 40px;
  }
}
.reseveBox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  background-blend-mode: soft-light;
  -webkit-box-shadow: 0px 0px 16px rgba(61, 61, 61, 0.16);
          box-shadow: 0px 0px 16px rgba(61, 61, 61, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .reseveBox-content {
    width: 89.3333333333vw;
    padding: 32px 16px;
  }
}

.local {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local .cmn-inner {
    padding: 0 16px;
  }
}
.local .not-found {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto;
}
.local .mb80--48 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .local .mb80--48 {
    margin-bottom: 48px;
  }
}
.local .mb40--24 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local .mb40--24 {
    margin-bottom: 24px;
  }
}
.local .mt8 {
  margin-top: 8px;
}
.local .mt16 {
  margin-top: 16px;
}
.local .mb16 {
  margin-bottom: 16px;
}
.local .mb0 {
  margin-bottom: 0;
}
.local .mt80 {
  margin-top: 80px;
}
.local .mt40--48 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .local .mt40--48 {
    margin-top: 48px;
  }
}
.local .link {
  color: #58B0DB;
  text-decoration: underline;
}
.local__content {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}
.local__content .sec {
  padding: 80px 0;
}
.local__content .sec:nth-child(2n+1) {
  background: #f2fbff;
}
.local__content .sec:nth-child(2n+1) .qaaBox {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .local__content .sec {
    padding: 48px 0;
  }
}
.local__content .sec.is_bgNone {
  background-color: transparent;
}
.local__content .sec.is_bg {
  background-color: #f2fbff;
}
.local__content h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 64px;
}
.local__content h2::before {
  width: 40px;
  height: 2px;
  background: #58b0db;
  border-radius: 50px;
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 28px;
    margin-bottom: 46px;
  }
}
.local__content h3 {
  border-bottom: 2px solid #dfdfdf;
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 16px;
  margin-top: 32px;
  margin-bottom: 48px;
}
.local__content h3::before {
  width: 120px;
  height: 2px;
  background: #58b0db;
  content: "";
  display: block;
  position: absolute;
  bottom: -1.8px;
  left: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .local__content h3::before {
    width: 80px;
  }
}
.local__content h3.box-hd {
  border: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #58b0db;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 0;
}
.local__content h3.box-hd::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .local__content h3.box-hd {
    font-size: 18px;
  }
}
.local__content h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}
.local__content h4::before {
  background: #f28479;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.local__content h4.clr-bl::before {
  background: #58B0DB;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: -0.05em;
  }
}
.local__content h5,
.local__content h6 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .local__content p {
    font-weight: 500;
    font-size: 16px;
  }
}
.local__content .indentList {
  font-size: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .local__content .indentList {
    font-weight: 500;
    font-size: 16px;
  }
}
.local__content .note {
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .note {
    font-size: 14px;
  }
}
.local__content table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content table {
    table-layout: auto;
  }
  .local__content table td,
  .local__content table th {
    display: block;
  }
}
.local__content table tr:first-child {
  border-top: solid 1px #dfdfdf;
}
@media screen and (max-width: 768px) {
  .local__content table tr {
    border-top: none;
  }
}
.local__content table th {
  background-color: #f2fbff;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  vertical-align: middle;
  width: 320px;
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.05em;
  text-align: center;
}
.local__content table th.is_blue {
  background-color: #fff;
}
.local__content table th.is_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    font-size: 14px;
    padding: 8px;
    width: 100%;
  }
}
.local__content table td {
  background-color: #fff;
  border-bottom: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 14px;
    padding: 8px;
    border-left: solid 1px #dfdfdf;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content table.is_formal tr {
  border: none;
}
.local__content table.is_formal th {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #58B0DB;
  width: 240px;
}
.local__content table.is_formal td {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .local__content table.is_formal th,
  .local__content table.is_formal td {
    display: table-cell;
  }
  .local__content table.is_formal th {
    width: 100px;
  }
  .local__content table.is_formal td {
    border-left: none;
    width: calc(100% - 100px);
    table-layout: fixed;
  }
}
.local__content table.is_price {
  margin-bottom: 40px;
}
.local__content table.is_price th, .local__content table.is_price td {
  padding: 16px;
  vertical-align: middle;
}
.local__content table.is_price td {
  font-weight: 400;
  text-align: center;
}
.local__content table.is_price td:first-child {
  border-left: 1px solid #dfdfdf;
}
.local__content table.is_price tr {
  border-left: 1px solid #dfdfdf;
}
.local__content table.is_price.is_row3 td {
  width: calc((100% - 100px) / 2);
}
.local__content table.is_price.is_row5 td {
  width: calc((100% - 100px) / 4);
}
@media screen and (max-width: 768px) {
  .local__content table.is_price tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .local__content table.is_price .th:first-child {
    width: 50%;
  }
  .local__content table.is_price td {
    vertical-align: middle;
  }
  .local__content table.is_price td:first-child {
    border: none;
    background-color: #f2fbff;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    font-weight: 700;
    width: 100%;
  }
  .local__content table.is_price th {
    width: 40%;
  }
  .local__content table.is_price td {
    width: 60%;
  }
  .local__content table.is_price th, .local__content table.is_price td {
    background-color: #fff;
    border: none;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}
.local__content .imgBox {
  max-width: 640px;
  margin: 0 auto 48px;
}
.local__content .imgBox img {
  width: 100%;
  height: 396px;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
}
.local__content .imgBox.imgFit img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox {
    margin: 0 auto 20px;
  }
  .local__content .imgBox img {
    height: 221px;
  }
}
.local__content .imgBox.w-80 {
  width: 80%;
}
.local__content .imgBox.w-70 {
  width: 60%;
}
.local__content .imgBox.w1080 {
  max-width: 1080px;
}
.local__content .imgBox.w1080 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w1080 {
    width: 100%;
  }
}
.local__content .imgBox.w480 {
  width: 480px;
}
.local__content .imgBox.w480 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w480 {
    width: 100%;
  }
}
.local__content .imgBox.is_mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.is_mb0 {
    margin-bottom: 80px;
  }
}
.local__content .imgBox .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 40px / 2 * 1);
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 32px 32px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 32px / 1 * 0);
  }
}
.local__content .card__list .imgBox {
  width: 312px;
  margin-bottom: 0;
}
.local__content .card__list .imgBox img {
  display: block;
  height: auto;
  width: 100%;
}
.local__content .card__list .imgBox.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.local__content .card__list .imgBox.flex-box .item {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 768px) {
  .local__content .card__list .imgBox.flex-box figcaption {
    font-size: 14px;
  }
}
.local__content .card__list .innerBox {
  width: calc(100% - 352px);
}
.local__content .card__list.d-block .innerBox {
  width: 100%;
}
.local__content .card__list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .card__list .imgBox,
  .local__content .card__list .innerBox {
    width: 100%;
  }
  .local__content .card__list img {
    height: 221px;
  }
}
.local__content .card__list.is_doctor .position {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.local__content .card__list.is_doctor h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
.local__content .card__list.is_doctor .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .card__list.is_doctor .ttl {
    font-size: 16px;
  }
}
.local__content .card__2list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3,
.local__content .card__2list h4,
.local__content .card__2list h5,
.local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    grid-template-columns: 1fr;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local__content .card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.local__content .line {
  border-top: solid 1px #d4d8e3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #d4d8e3;
  padding: 48px;
}
.local__content .borderBox h2,
.local__content .borderBox h3,
.local__content .borderBox h4,
.local__content .borderBox h5,
.local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
.local__content .tabMenu {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px 0;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .local__content .tabMenu {
    padding: 16px 0;
  }
}
.local__content .tabMenu-item {
  position: relative;
}
.local__content .tabMenu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding: 0 45px 0 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .tabMenu-item a {
    letter-spacing: -0.05em;
  }
}
.local__content .tabMenu-item:before {
  content: "";
  background-color: #dfdfdf;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 16px;
}
.local__content .tabMenu-item::after {
  content: "";
  background: url(../img/cmn/ico_arrow04-gy-dwn.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 12px;
  height: 7px;
}
.local__content .bg-wrap {
  background-color: #fff;
  border: 1px solid #c9ebf8;
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .local__content .bg-wrap {
    padding: 16px;
  }
}
.local__content .pointList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  margin-top: 32px;
  margin-bottom: 24px;
}
.local__content .pointList-item {
  padding: 32px;
  background: #ffffff;
  border: 1px solid #c9ebf8;
  border-radius: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.local__content .pointList.type02 {
  border-radius: 8px;
  margin-top: 0;
}
.local__content .pointList.type02 .pointList-item {
  border: 2px solid #58b0db;
}
@media screen and (max-width: 768px) {
  .local__content .pointList-item {
    font-size: 14px;
    padding: 16px;
  }
  .local__content .pointList.type02 .pointList-item {
    border: 2px solid #58b0db;
  }
}
.local__content .qaaBox {
  padding: 32px;
  background: #f2fbff;
  border-radius: 16px;
  margin-bottom: 16px;
}
.local__content .qaaBox:last-child {
  margin-bottom: 0;
}
.local__content .qaaBox .q {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 56px;
}
.local__content .qaaBox .q::before {
  content: "";
  background: url(../img/local/ico_q.webp) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local__content .qaaBox .q::after {
  content: "";
  background: url(../img/cmn/ico_prus.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local__content .qaaBox .q.js-open::after {
  background: url(../img/cmn/ico_minus.svg) no-repeat;
  background-size: 100% auto;
  height: 1px;
}
.local__content .qaaBox .a {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.05em;
  display: none;
  position: relative;
  padding-top: 16px;
  padding-left: 56px;
}
.local__content .qaaBox .a::before {
  content: "";
  background: url(../img/local/ico_a.webp) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .local__content .qaaBox {
    padding: 16px 36px 16px 16px;
  }
  .local__content .qaaBox .q {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  .local__content .qaaBox .q::after {
    right: -16px;
  }
  .local__content .qaaBox .a {
    font-size: 16px;
  }
}
.local__content .closing {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .closing {
    font-size: 16px;
    text-align: left;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .local .is-sp-mb80 {
    margin-bottom: 80px;
  }
}
.local .step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-bottom: 40px;
}
.local .step-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}
.local .step-list-item::after {
  background: url(../img/cmn/ico_arrow07_dwn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 20px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .local .step-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.local .step-list-item:last-child {
  padding-bottom: 0;
}
.local .step-list-item:last-child::after {
  content: none;
}
.local .step-list-item .num {
  width: 160px;
  height: 160px;
  line-height: 160px;
  position: relative;
  background-color: #eaf9ff;
  border-radius: 50%;
}
.local .step-list-item .num p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Quicksand", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #f28479;
}
.local .step-list-item .num p span {
  color: #4B4F55;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local .step-list-item .num {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .local .step-list-item .num p {
    font-size: 28px;
  }
  .local .step-list-item .num p span {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.local .step-list-item .inner {
  max-width: 835px;
}
@media screen and (max-width: 768px) {
  .local .step-list-item .inner {
    max-width: initial;
    width: 100%;
  }
  .local .step-list-item .inner p {
    font-size: 14px;
    line-height: 150%;
  }
}
.local .step-list-item .inner .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local .step-list-item .inner .ttl {
    font-size: 16px;
  }
}
.local .custom-wrap {
  padding: 80px 0;
  text-align: center;
}
.local .p-about .card__list .innerBox {
  width: 100%;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  max-width: 980px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 16px;
  }
}
.breadcrumb__list {
  display: inline;
}
.breadcrumb__list__item {
  display: inline;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list__item {
    font-size: 14px;
  }
}
.breadcrumb__list__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list__item a {
    font-size: 14px;
  }
}
.breadcrumb__list__item + li {
  padding-left: 21px;
}
.breadcrumb__list__item + li::before {
  content: "";
  background: url(../img/cmn/ico_arrow04-gy.svg);
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 13px;
}
.breadcrumb__list__item:last-child {
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */