@charset "utf8";


* {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  ._pc{ display: none; }
}

@media screen and (min-width: 768px) {
  ._sp{ display: none; }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

section {
  width: 100%;
  border: 0px solid;
}

picture {
  display: block;
  height: 100%;
}
/* section */
.spacer80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .spacer80 {
    margin-bottom: calc(40vw/3.6);
  }
}

.spacer60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .spacer60 {
    margin-bottom: calc(30vw/3.6);
  }
}

.spacer40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .spacer40 {
    margin-bottom: calc(20vw/3.6);
  }
}

.spacer20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spacer20 {
    margin-bottom: calc(10vw/3.6);
  }
}

.spacer10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .spacer10 {
    margin-bottom: calc(5vw/3.6);
  }
}

/*---------------------------
article
---------------------------*/
.article {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article {
    width: 100%;
  }
}

/* fv */
.item-fv {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-fv {
    width: 100%;
  }
}
.fv-cta {
  position: absolute;
  top: 83.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 704px;
}
@media screen and (max-width: 767px) {
  .fv-cta {
    width: calc(338vw / 3.6);
  }
}

/* item-01 */
.item-01_1 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-01_1 {
    width: 100%;
  }
}
.item-01_2 {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-01_2 {
    width: 100%;
  }
}
.cta-btn_1 {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
  width: 704px;
}
@media screen and (max-width: 767px) {
  .cta-btn_1 {
    width: calc(338vw / 3.6);
  }
}

/* item-02 */
.item-02_1 {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-02_1 {
    width: 100%;
  }
}

/* item-03 */
.item-03_1 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-03_1 {
    width: 100%;
  }
}
.item-03_2 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-03_2 {
    width: 100%;
  }
}
.item-03_3 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-03_3 {
    width: 100%;
  }
}
.item-03_4 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-03_4 {
    width: 100%;
  }
}

/* item-04 */
.item-04 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-04 {
    width: 100%;
  }
}

/* item-05 */
.item-05_1 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-05_1 {
    width: 100%;
  }
}
.item-05_2 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-05_2 {
    width: 100%;
  }
}
.item-05_3 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-05_3 {
    width: 100%;
  }
}
.item-05_4 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-05_4 {
    width: 100%;
  }
}

/* item-06 */
.item-06_1 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-06_1 {
    width: 100%;
  }
}

/* item-07 */
.item-07 {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-07 {
    width: 100%;
  }
}
.cta-btn_2 {
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
  width: 704px;
}
@media screen and (max-width: 767px) {
  .cta-btn_2 {
    width: calc(338vw / 3.6);
  }
}

/* swiper */
.feature-swiper-container {
  position: absolute;
  top: 10%;
  left: 0;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .feature-swiper-container {
    width: 100%;
  }
}
.feature-swiper-slide.swiper-slide {
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature-swiper-slide.swiper-slide {
    width: calc(330vw / 3.6);
  }
}
.feature-swiper-container .swiper-button-prev::after {
  content: "";
  position: absolute;
  left: -8px;
  width: 104px;
  height: 104px;
  background-image: url(../img/left_arrow.png?2604101730);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .feature-swiper-container .swiper-button-prev::after {
    left: -40%;
    width: calc(52vw / 3.6);
    height: calc(52vw / 3.6);
  }
}
.feature-swiper-container .swiper-button-next::after {
  content: "";
  position: absolute;
  right: -8px;
  width: 104px;
  height: 104px;
  background-image: url(../img/right_arrow.png?2604101730);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .feature-swiper-container .swiper-button-next::after {
    right: -40%;
    width: calc(52vw / 3.6);
    height: calc(52vw / 3.6);
  }
}

/* アコーディオンカスタム */

.accordion-wrap {
  width: 750px;
  padding: 0 30px 50px;
  margin: 0 auto;
  background-color: #F9F9F4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .accordion-wrap {
    width: 100%;
    padding: 0 calc(10vw / 3.6) calc(25vw / 3.6);
  }
}
.accordion-item {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .accordion-item {
    margin: 0 0 calc(8vw / 3.6);
  }
}
.question_1 {
  height: 117px;
  background-image: url('../img/btn-01_on.png?2604101730');
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .question_1 {
    height: calc(58vw / 3.6);
    border-radius: calc(4vw / 3.6);
    background-size: 100.1%;
  }
}
.question_2 {
  height: 117px;
  background-image: url('../img/btn-02_on.png?2604101730');
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .question_2 {
    height: calc(58vw / 3.6);
    border-radius: calc(4vw / 3.6);
    background-size: 100.1%;
  }
}
.question_3 {
  height: 117px;
  background-image: url('../img/btn-03_on.png?2604101730');
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .question_3 {
    height: calc(58vw / 3.6);
    border-radius: calc(4vw / 3.6);
    background-size: 100.1%;
  }
}
.question_4 {
  height: 117px;
  background-image: url('../img/btn-04_on.png?2604101730');
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .question_4 {
    height: calc(58vw / 3.6);
    border-radius: calc(4vw / 3.6);
    background-size: 100.1%;
  }
}
.__toggle:checked + .__Label.question_1 {
  background-image: url('../img/btn-01_off.png?2604101730');
  border-radius: 10px 10px 0 0;
}
.__toggle:checked + .__Label.question_2 {
  background-image: url('../img/btn-02_off.png?2604101730');
  border-radius: 10px 10px 0 0;
}
.__toggle:checked + .__Label.question_3 {
  background-image: url('../img/btn-03_off.png?2604101730');
  border-radius: 10px 10px 0 0;
}
.__toggle:checked + .__Label.question_4 {
  background-image: url('../img/btn-04_off.png?2604101730');
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .__toggle:checked + .__Label.question_1,
  .__toggle:checked + .__Label.question_2,
  .__toggle:checked + .__Label.question_3,
  .__toggle:checked + .__Label.question_4 {
    border-radius: calc(10vw / 3.6) calc(10vw / 3.6) 0 0;
  }
}
._clear {
  visibility: hidden;
}
/*---------------------------
アコーディオン
---------------------------*/
.__toggle {
  display: none;
}

.__Label {
  display: block;
  cursor: pointer;
}

.__Label,
.__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.__Label {
  transition: all 0.1s ease-out;
}
.__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out; /* max-heightをスムーズに変化 */
}

/* 開閉時のスタイル */
.__toggle:checked + .__Label + .__content {
  max-height: 4000px; /* 最大の高さを十分に大きく設定 */
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}