@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
.font-shuei-mgothic {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.c-wrap {
  position: relative;
}

.visual {
  overflow: hidden;
  position: relative;
  margin-bottom: -210px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 20px;
}
.visual img {
  vertical-align: bottom;
}
.visual .mark {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 54%;
  max-width: 355px;
}

.visual__mask {
  width: 100%;
  width: 1000px;
  width: 100vw;
  height: 1600px;
  height: 160vw;
  background: #fff;
  -webkit-mask-image: url(../../img/arch_sp.svg);
          mask-image: url(../../img/arch_sp.svg);
}
@media screen and (min-width: 641px), print {
  .visual__mask {
    width: 1600px;
    width: 100vw;
    height: 900px;
    height: 56.25vw;
    -webkit-mask-image: url(../../img/arch.svg);
            mask-image: url(../../img/arch.svg);
  }
}

.sec-02 {
  position: relative;
  width: 100%;
}
.sec-02 .content__bg {
  z-index: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.sec-02 .content__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-02 .content__bg:after {
  pointer-events: none;
  content: "";
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  width: 100%;
  max-width: 500px;
  height: 100%;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -20px;
  border-radius: 40px;
}
@media screen and (min-width: 641px), print {
  .sec-02 .content__bg:after {
    outline-offset: -30px;
    border-radius: 50px;
  }
}
.sec-02 .c-wrap {
  z-index: 5;
  position: relative;
  width: 100%;
  margin-top: -100vh;
  padding-top: 100vh;
  padding-bottom: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.sec-02 .content {
  pointer-events: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 60px 20px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 641px), print {
  .sec-02 .content p {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-02 .content p {
    font-size: 3.8888888889vw;
  }
}
.sec-02 .content p {
  font-weight: 500;
  line-height: 1.9;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.sec-02 .content p + p {
  margin-top: 1em;
}

.sec-03 .sec-ttl {
  padding-bottom: 0;
}
.sec-03 .content {
  padding-bottom: 50px;
  padding-bottom: 5vw;
  padding-inline: 70px;
  padding-inline: 7vw;
}
@media screen and (min-width: 641px), print {
  .sec-03 .content {
    padding-block: 0px 50px;
    padding-inline: 10.4651162791%;
  }
}
.sec-03 .content .content__inner {
  z-index: 2;
  position: relative;
  background-color: #fff;
  padding-top: 90px;
  padding-top: 9vw;
  padding-bottom: 90px;
  padding-bottom: 9vw;
  padding-inline: 85px;
  padding-inline: 8.5vw;
  border-radius: 60px;
  border-radius: 6vw;
  margin-top: -85px;
  margin-top: -8.5vw;
}
@media screen and (min-width: 641px), print {
  .sec-03 .content .content__inner {
    padding: 25px 40px 35px;
    margin-top: -40px;
    border-radius: 40px;
  }
}
.sec-03 .content .content__inner .ttl {
  position: relative;
  margin-block: -70px 20px;
  margin-inline: -10px;
}
@media screen and (min-width: 641px), print {
  .sec-03 .content .content__inner .txt {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-03 .content .content__inner .txt {
    font-size: 3.6111111111vw;
  }
}
.sec-03 .content .content__inner .txt {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
.sec-03 .bg-sec {
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
}
.sec-03 .bg-sec.--bg01 {
  background-image: url(../../img/sec03_1_bg.png);
}
.sec-03 .bg-sec.--bg02 {
  background-image: url(../../img/sec03_2_bg.png);
}
.sec-03 .bg-sec.--bg03 {
  background-image: url(../../img/sec03_3_bg.png);
}

.sec-04 .swiper-slide {
  background-color: #f0ebe6;
  height: auto;
  padding: 30px;
  border-radius: 30px;
}
.sec-04 .swiper-slide .ttl {
  color: #25599e;
}
@media screen and (min-width: 641px), print {
  .sec-04 .swiper-slide .ttl {
    font-size: min(2.2727272727vw, 2.5rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-04 .swiper-slide .ttl {
    font-size: 5.5555555556vw;
  }
}
.sec-04 .swiper-slide .ttl {
  margin-block: 0.5em 0.3em;
}
@media screen and (min-width: 641px), print {
  .sec-04 .swiper-slide .txt {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-04 .swiper-slide .txt {
    font-size: 4.0277777778vw;
  }
}
.sec-04 .swiper-slide .txt {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
.sec-04 .swiper-slide-item {
  height: 100%;
}

.sec-05 .swiper-slide {
  position: relative;
  background-color: #f0ebe6;
  height: auto;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-05 .swiper-slide .img {
  width: 43.5483870968%;
  margin-inline: auto;
}
.sec-05 .swiper-slide .ttl {
  color: #64559e;
}
@media screen and (min-width: 641px), print {
  .sec-05 .swiper-slide .ttl {
    font-size: min(2.2727272727vw, 2.5rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-05 .swiper-slide .ttl {
    font-size: 5vw;
  }
}
.sec-05 .swiper-slide .ttl {
  line-height: 1.5;
  margin-block: 0.5em 0.3em;
}
@media screen and (min-width: 641px), print {
  .sec-05 .swiper-slide .txt {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-05 .swiper-slide .txt {
    font-size: 4.1666666667vw;
  }
}
.sec-05 .swiper-slide .txt {
  margin-bottom: 1em;
}
.sec-05 .swiper-slide .btn {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.sec-05 .swiper-slide-item {
  height: 100%;
}

.step {
  position: absolute;
  top: 32px;
  left: -7px;
}

.step__txt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #64559e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  height: 50px;
  width: 100%;
  padding-left: 0.7em;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.step__txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 20px #64559e;
}
.step__txt .step__num {
  position: relative;
  font-size: 150%;
  margin-bottom: 0.1em;
  margin-left: 0.1em;
}

.sec-06 .sec-ttl.--title2 {
  padding-bottom: 1em;
}
.sec-06 .sec-ttl__ttl {
  color: #64559e;
}
.sec-06 .c-wrap {
  padding-block: 0px 2.5em;
}

.sec-07 .swiper-slide {
  position: relative;
  background-color: #f0ebe6;
  height: auto;
  padding: 75px;
  padding: 7.5vw;
  border-radius: 60px;
  border-radius: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 641px), print {
  .sec-07 .swiper-slide {
    padding: 30px;
    border-radius: 30px;
  }
}
.sec-07 .faq__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 2.7em;
}
@media screen and (min-width: 641px), print {
  .sec-07 .faq__ttl {
    font-size: min(2.2727272727vw, 2.5rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-07 .faq__ttl {
    font-size: 5.5555555556vw;
  }
}
.sec-07 .faq__ttl {
  line-height: 1.32;
  color: #eb647d;
  font-weight: 600;
}
@media screen and (min-width: 641px), print {
  .sec-07 .faq__copy {
    font-size: min(1.7272727273vw, 1.9rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-07 .faq__copy {
    font-size: 4.3055555556vw;
  }
}
.sec-07 .faq__copy {
  line-height: 1.5263157895;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 641px), print {
  .sec-07 .faq__txt {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-07 .faq__txt {
    font-size: 3.8888888889vw;
  }
}
.sec-07 .faq__txt {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}

.sec-08 .sec-ttl__img + .sec-ttl__img {
  margin-top: 1.5em;
}

.tab-btn {
  width: 86%;
  margin-inline: auto;
}
.tab-btn ul li {
  display: block;
  width: 48.8372093023%;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .tab-btn ul li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tab-btn ul li:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
  }
}

.tab-content {
  width: 86%;
  margin-inline: auto;
  margin-top: 10px;
}

.swiper-container {
  position: relative;
  background-color: #fff;
}
.swiper-container .swiper__capt {
  position: absolute;
  right: 20px;
  bottom: 27px;
  bottom: 2.7vw;
}
@media screen and (min-width: 641px), print {
  .swiper-container .swiper__capt {
    bottom: -2px;
  }
}

.swiper {
  position: relative;
  cursor: ew-resize;
  padding-left: 70px;
  padding-left: 7vw;
  padding-right: 70px;
  padding-right: 7vw;
  padding-bottom: 120px;
  padding-bottom: 12vw;
  margin-bottom: 60px;
  margin-bottom: 6vw;
}
@media screen and (min-width: 641px), print {
  .swiper {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}
.swiper .swiper-container {
  padding-left: 125px;
}

.swiper-pagination {
  line-height: 1;
  text-align: left;
  padding-left: 70px;
  padding-left: 7vw;
  padding-right: 70px;
  padding-right: 7vw;
}
@media screen and (min-width: 641px), print {
  .swiper-pagination {
    padding-left: 35px;
    padding-right: 35px;
    top: auto !important;
    bottom: 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  background-color: #b3b3b3;
  border-radius: 13px;
  border-radius: 1.3vw;
  max-width: 25px;
  max-height: 25px;
  width: 25px;
  width: 2.5vw;
  height: 25px;
  height: 2.5vw;
  margin-left: 0 !important;
  margin-right: 0.4em !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media screen and (min-width: 641px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  width: 6vw;
  background-color: var(--color-theme);
}
@media screen and (min-width: 641px), print {
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    max-width: 32px;
  }
}

.--swiper__blue .swiper-pagination-bullet-active {
  background-color: #25599e;
}
.--swiper__blue .swiper-slide {
  width: min(370px, 100%);
}

.--swiper__perple .swiper-pagination-bullet-active {
  background-color: #64559e;
}
.--swiper__perple .swiper-slide {
  width: min(370px, 100%);
}

.--swiper__pink .swiper-pagination-bullet-active {
  background-color: #eb647d;
}
.--swiper__pink .swiper-slide {
  width: min(370px, 100%);
}/*# sourceMappingURL=page-top.css.map */