@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
/*-- lowerフォルダの中の_index.scss --*/
.c-lower-kv {
  height: 100vh;
  background-color: #eef9f9;
  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;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv {
    padding-bottom: 32px;
  }
}
.c-lower-kv + .c-width {
  margin-top: 80px;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv + .c-width {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv + .c-width {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv + .c-width {
    margin-top: 32px;
  }
}

.c-lower-kv__wordCont {
  padding: 0 60px 0 80px;
  margin: 0px auto 0;
  width: 50%;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__wordCont {
    padding: 0 80px 0 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__wordCont {
    padding: 0 70px 0 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__wordCont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__wordCont {
    width: 100%;
    padding: 0 32px;
    height: 100%;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__wordCont {
    margin-top: 8px;
  }
}

.c-lower-kv__word {
  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;
  line-height: 1.5;
  max-width: 550px;
  margin: 0px auto 0;
  position: relative;
  padding: 0 0px 0 0px;
  font-size: 18px;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word {
    max-width: 100%;
    padding: 0 0px 0 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__word {
    padding: 0 10px 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word {
    width: 550px;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__word {
    max-width: 100%;
  }
}
.c-lower-kv__word strong {
  margin-top: 36px;
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word strong {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word strong {
    margin-top: 16px;
  }
}
.c-lower-kv__word::before {
  position: absolute;
  content: "";
  width: 127px;
  height: 3px;
  background-color: #68ccd0;
  top: -14px;
  left: -152px;
  -webkit-transform: translate(50%) rotate(-45deg);
          transform: translate(50%) rotate(-45deg);
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word::before {
    left: -72px;
    width: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word::before {
    width: 80px;
    left: -54px;
    top: -10px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word::before {
    height: 2px;
    width: 63px;
    left: -40px;
    top: 5px;
  }
}
.c-lower-kv__word::after {
  position: absolute;
  content: "";
  width: 127px;
  height: 3px;
  background-color: #68ccd0;
  bottom: 1px;
  right: -117px;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word::after {
    width: 100px;
    right: -98px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word::after {
    width: 80px;
    right: -73px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__word::after {
    width: 80px;
    right: -55px;
    bottom: -5px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word::after {
    height: 2px;
    width: 63px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__word {
    font-size: 14px;
  }
}

.c-lower-kv__ttl {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__ttl {
    font-size: 20px;
  }
}

.c-lower-kv__text {
  padding: 20px 0 0;
  font-size: 18px;
  line-height: 2.33;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__text {
    padding: 18px 0 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__text {
    font-size: 15px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__text {
    padding: 16px 0 0;
    font-size: 14px;
    line-height: 2.14;
  }
}

.c-lower-kv__imgCont {
  width: 50%;
  height: 100%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__imgCont {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__imgCont {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__imgCont {
    width: 95%;
    margin-left: auto;
    height: 100%;
    padding-bottom: 0px;
    position: relative;
  }
  .c-lower-kv__imgCont::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    top: 0;
    left: -60px;
    height: 50%;
    width: 100%;
    z-index: 1;
  }
}

.c-lower-kv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border-bottom-left-radius: 60px;
  aspect-ratio: 10/11;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__img {
    border-bottom-left-radius: 30px;
  }
}

.swiper {
  height: 100%;
}

.swiper-slide {
  opacity: 0 !important;
}

.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-pagination {
  text-align: end !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px !important;
  right: 80px !important;
  left: initial !important;
}
@media only screen and (max-width: 1537px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 50px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 18px !important;
    right: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 8px !important;
    right: 14px !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background: #27b7bc !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px !important;
  }
}

.swiper-pagination-bullet {
  background: #ffffff !important;
  height: 12px !important;
  width: 12px !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 1023px) {
  .swiper-pagination-bullet {
    height: 8px !important;
    width: 8px !important;
    pointer-events: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: #27b7bc !important;
  height: 12px !important;
  width: 12px !important;
  opacity: 1 !important;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .swiper-pagination-bullet-active {
    height: 8px !important;
    width: 8px !important;
  }
}

.c-width__inr {
  padding-top: 75px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1440px) {
  .c-width__inr {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width__inr {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.c-width__inr.l-ft__cont {
  margin-top: 0;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1440px) {
  .c-width__inr.l-ft__cont {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-width__inr.l-ft__cont {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width__inr.l-ft__cont {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .c-width__inr--ft {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width__inr--ft {
    margin-top: 0;
  }
}

.l-ft {
  padding-top: 0;
  padding-bottom: 0;
}

.l-ft__inr {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 1440px) {
  .c-lower-kv__wordCont {
    padding: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__wordCont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__wordCont {
    padding: 0 32px;
  }
}

.c-lower-kv.--noImg {
  padding-top: 186px;
  padding-bottom: 163px;
  height: auto;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv.--noImg {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv.--noImg {
    padding-top: 135px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv.--noImg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv + .c-width {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1537px) {
  .c-lower-kv__word.--noImg {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__word.--noImg {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.c-lower-kv__wordCont.--noImg {
  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;
}

.c-subttl:nth-child(n+2) {
  padding-top: 34px;
}
@media only screen and (max-width: 767px) {
  .c-subttl:nth-child(n+2) {
    padding-top: 20px;
  }
}

.p-privacy__word {
  padding-top: 16px;
  line-height: 2.33;
  font-size: 18px;
}
@media only screen and (max-width: 1537px) {
  .p-privacy__word {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy__word {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy__word {
    line-height: 1.92;
  }
}

.p-privacy__item {
  padding-left: 1em;
  line-height: 2.33;
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 1537px) {
  .p-privacy__item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy__item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy__item {
    line-height: 1.92;
  }
}
.p-privacy__item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.p-privacy__link {
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1024px) {
  .p-privacy__link:hover {
    opacity: 0.6;
  }
}

.p-privacy__contactLink {
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
  padding-top: 4px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1537px) {
  .p-privacy__contactLink {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy__contactLink {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-privacy__contactLink:hover {
    opacity: 0.6;
  }
}

.c-lower-kv + .c-width {
  margin-top: 0;
}