@charset "UTF-8";
@media screen and (max-width: 1151px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1152 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.fv {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .fv_bg {
    padding-left: 1rem;
  }
}

.fv_contents {
  position: absolute;
  top: 5.4166666667vw;
  left: 43.125vw;
}
@media screen and (max-width: 767px) {
  .fv_contents {
    top: 14.9333333333vw;
    left: 9.3333333333vw;
  }
}

.fv_title {
  color: #DF6436;
  font-family: "LINE Seed JP";
  font-size: 4.4444444444vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .fv_title {
    font-size: 10.6666666667vw;
  }
}

.fv_sub-title {
  color: #DF6436;
  font-family: "Noto Sans";
  font-size: 2.2222222222vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-left: 0.2777777778vw;
}
@media screen and (max-width: 767px) {
  .fv_sub-title {
    font-size: 5.3333333333vw;
    padding-left: 0;
  }
}

.fv_account {
  color: #1A1A1A;
  font-family: "LINE Seed JP";
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  background: #FFF;
  padding: 0.9722222222vw 1.9444444444vw;
  width: 100vw;
  -webkit-margin-before: 1.6666666667vw;
          margin-block-start: 1.6666666667vw;
  -webkit-margin-after: 1.6666666667vw;
          margin-block-end: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .fv_account {
    font-size: 4.2666666667vw;
    padding: 4.8vw 7.4666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    -webkit-margin-after: 5.3333333333vw;
            margin-block-end: 5.3333333333vw;
  }
}
.fv_account span {
  color: #00B900;
  leading-trim: both;
  text-edge: cap;
  font-family: "LINE Seed JP";
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .fv_account span {
    font-size: 4.2666666667vw;
  }
}

.fv_content-bottom {
  position: relative;
  padding-left: 2.7777777778vw;
  text-align: center;
  width: 31.5972222222vw;
}
@media screen and (max-width: 767px) {
  .fv_content-bottom {
    padding-left: 0;
    width: 82.6666666667vw;
  }
}
.fv_content-bottom::before {
  position: absolute;
  content: "";
  background-image: url(../img/polygon-1.png);
  width: 3.125rem;
  height: 6.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 2.0833333333vw;
  left: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .fv_content-bottom::before {
    width: 2.25rem;
    height: 5rem;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.fv_content-bottom::after {
  position: absolute;
  content: "";
  background-image: url(../img/polygon-2.png);
  width: 3.125rem;
  height: 6.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 2.0833333333vw;
  right: 0vw;
}
@media screen and (max-width: 767px) {
  .fv_content-bottom::after {
    width: 2.25rem;
    height: 5rem;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.fv_button-head {
  color: #DF6436;
  font-family: "LINE Seed JP";
  font-size: 2.2222222222vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .fv_button-head {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}

.fv_button-text {
  color: #DF6436;
  font-family: "LINE Seed JP";
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .fv_button-text {
    font-size: 4.2666666667vw;
  }
}

.fv_button {
  position: relative;
  -webkit-margin-before: 1.3888888889vw;
          margin-block-start: 1.3888888889vw;
}
.fv_button a {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1.5972222222vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 4.0277777778vw;
  border: 0.2777777778vw solid #FFF;
  background: #06C755;
  -webkit-box-shadow: 0 0 14.545px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 14.545px 0 rgba(51, 51, 51, 0.1);
  padding: 1.25vw 5.4166666667vw 1.1111111111vw 4.7222222222vw;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fv_button a {
    border-radius: 12.8vw;
    font-size: 4.2666666667vw;
    border: 0.8vw solid #FFF;
    padding: 3.2vw 17.3333333333vw;
    width: 82.6666666667vw;
    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;
    margin-inline: auto;
    white-space: nowrap;
  }
}
.fv_button a::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  right: 2.4305555556vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv_button a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 7.7333333333vw;
  }
}
.fv_button a:hover {
  background-color: #05b74c;
}

.coupon {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  .coupon {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
  }
}

.coupon_inner {
  width: min(72.375rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .coupon_inner {
    width: 100%;
    padding-inline: 0.9375rem;
  }
}

.coupon_title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "LINE Seed JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 64px */
}
@media screen and (max-width: 767px) {
  .coupon_title {
    font-size: 1.625rem;
  }
}

.coupon_sub-title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  -webkit-margin-after: 3.5rem;
          margin-block-end: 3.5rem;
}
@media screen and (max-width: 767px) {
  .coupon_sub-title {
    font-size: 1rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
  }
}

.coupon_box {
  border-radius: 29px;
  border: 5px solid #DF6436;
  background: #FFF;
  padding: 4rem 2.5rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .coupon_box {
    padding: 1.875rem 0.9375rem;
  }
}

.coupon_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.5rem;
}

.coupon_box-title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .coupon_box-title {
    font-size: 1.25rem;
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
  }
}

.coupon_box-text {
  color: #333;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  width: 30rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .coupon_box-text {
    width: 100%;
  }
}

.coupon_box-text--red {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .coupon_box-text--red {
    text-align: left;
  }
}

.benefits {
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
  -webkit-padding-after: 96px;
          padding-block-end: 96px;
}
@media screen and (max-width: 767px) {
  .benefits {
    -webkit-padding-before: 3.5rem;
            padding-block-start: 3.5rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.benefits_inner {
  width: min(72.6875rem, 100%);
  padding-inline: 3.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .benefits_inner {
    width: 100%;
    padding-inline: 1rem;
  }
}

.benefits_title {
  color: #DF6436;
  leading-trim: both;
  text-edge: cap;
  font-family: "LINE Seed JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits_title {
    font-size: 1.5rem;
  }
}

.benefits_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  -webkit-margin-before: 3.3125rem;
          margin-block-start: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .benefits_cards {
    grid-template-columns: repeat(1, 1fr);
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    row-gap: 2.5rem;
  }
}

.benefits_card-img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.benefits_card-title {
  color: #DF6436;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  text-align: center;
  -webkit-margin-before: 27px;
          margin-block-start: 27px;
  -webkit-margin-after: 18px;
          margin-block-end: 18px;
}

.benefits_card-text {
  color: #363636;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}

.flow {
  background: #F4F4EE;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-after: 96px;
          padding-block-end: 96px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-block: 3.5625rem;
  }
}

.flow_inner {
  position: relative;
  width: min(72rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .flow_inner {
    width: 100%;
    padding-inline: 1rem;
  }
}

.flow_title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "LINE Seed JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  -webkit-margin-after: 1.6875rem;
          margin-block-end: 1.6875rem;
}

.flow_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.75rem;
}

.flow_sub-title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  -webkit-margin-after: 46px;
          margin-block-end: 46px;
}
@media screen and (max-width: 767px) {
  .flow_sub-title {
    display: none;
  }
}

.flow_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 2rem;
}

.flow_card {
  width: 21.5rem;
}

.flow_card-head {
  background: #DF6436;
  text-align: center;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 0.375rem 1.25rem 0.375rem;
}

.flow_card-bottom {
  background: #FFF;
  height: 30.1875rem;
}

.flow_card-img {
  min-height: 21.375rem;
  display: grid;
  place-items: center;
}

.flow_card-img img {
  height: auto;
  display: block;
}

.flow_card-text {
  padding: 1rem;
}

.flow_decoration {
  position: absolute;
  bottom: 0.75rem;
  right: 1.25rem;
  width: 43.125rem;
  height: 32.0625rem;
}

.step1-1 {
  width: 16.0625rem;
  margin-inline: auto;
}

.step1-2 {
  width: 12.6875rem;
  margin-inline: auto;
}

.step1-3 {
  width: 20.25rem;
  margin-inline: auto;
}

.step2-1 {
  width: 14.0625rem;
  margin-inline: auto;
}

.step2-2 {
  width: 14.9375rem;
  margin-inline: auto;
}

.step2-3 {
  width: 15rem;
  margin-inline: auto;
}

.step2-4 {
  width: 21.5rem;
  margin-inline: auto;
}

.step2-5 {
  width: 14.5rem;
  margin-inline: auto;
}

.step2-6 {
  width: 20.875rem;
  margin-inline: auto;
  padding-left: 0.625rem;
}

.step2-7 {
  width: 14.9375rem;
  margin-inline: auto;
}

.sp-flow {
  background: #F4F4EE;
  padding-block: 3.5625rem;
  overflow: hidden;
}

.sp-flow__inner {
  padding-inline: 0.9375rem;
}

.sp-flow_title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "LINE Seed JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  -webkit-margin-after: 2.1875rem;
          margin-block-end: 2.1875rem;
}

.sp-flow__swiper-container2 {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}

.sp-flow__swiper {
  overflow: visible;
}

.sp-flow__swiper-slide {
  width: 21.5rem;
}

.sp-flow_card {
  width: 100%;
}

.sp-flow_card-head {
  background: #DF6436;
  text-align: center;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 0.375rem 1.25rem 0.375rem;
}

.flow_button {
  position: relative;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  border-radius: 2.5rem;
  background: #06C755;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 0.625rem 0 rgba(51, 51, 51, 0.1);
  width: 16rem;
  margin-inline: auto;
  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;
  padding: 0.9375rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.flow_button::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.875rem;
  height: 0.875rem;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow_button::after {
    width: 0.875rem;
    height: 0.875rem;
    right: 1.8125rem;
  }
}
.flow_button:hover {
  background-color: #05b74c;
}

.sp-flow_card-bottom {
  background: #FFF;
  height: 30.1875rem;
}

.sp-flow_card-img {
  min-height: 21.375rem;
  display: grid;
  place-items: center;
}

.sp-flow_card-img img {
  height: auto;
  display: block;
}

.sp-flow_card-text {
  padding: 1rem;
}

.flow__swiper-container,
.flow__swiper,
.flow__swiper-wrapper,
.flow__swiper-slide {
  position: relative;
}

.flow__swiper {
  overflow: visible;
}

/* ================================
   本題のCSS
=============================== */
.sp-flow__swiper-container,
.sp-flow__swiper,
.sp-flow__swiper-wrapper,
.sp-flow__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  bottom: -40px !important; /* ここを増減 */
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #BDBDBD;
  margin-inline: 5.5px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #DF6436;
}

.sp-flow-decoration {
  width: 100%;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}

.service {
  overflow: hidden;
  -webkit-padding-before: 4.125rem;
          padding-block-start: 4.125rem;
  -webkit-padding-after: 5.8125rem;
          padding-block-end: 5.8125rem;
  background: linear-gradient(109deg, #F5F0DB 0.63%, #F5E4DB 99.66%);
}
@media screen and (max-width: 767px) {
  .service {
    -webkit-padding-before: 3.5rem;
            padding-block-start: 3.5rem;
    -webkit-padding-after: 4.625rem;
            padding-block-end: 4.625rem;
  }
}

.service_inner {
  width: min(55rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .service_inner {
    width: 100%;
    padding-inline: 0.9375rem;
  }
}

.service_title {
  color: #DF6436;
  leading-trim: both;
  text-edge: cap;
  font-family: "LINE Seed JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service_title {
    font-size: 1.5rem;
  }
}

.service_sub-title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  -webkit-margin-after: 2.5625rem;
          margin-block-end: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .service_sub-title {
    font-size: 1.25rem;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.service_note {
  color: #333;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}

/* ================================
タブ切り替え
=============================== */
.service-tabs {
  padding-block: 7.5rem;
}

.service-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .service-tabs__list {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 1.5rem;
  }
}

.service-tabs__item {
  padding: 0.625rem 3rem;
  width: 12rem;
  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;
  border-radius: 0.3125rem;
  border: 0.1875rem solid #DF6436;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  color: #DF6436;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service-tabs__item {
    width: 10.4375rem;
  }
}
.service-tabs__item[aria-selected=true] {
  background: #DF6436;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  color: #fff;
  pointer-events: none;
}
.service-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .service-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.service-tabs__contents {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  margin-inline: auto;
}

.service-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 1.25rem;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.service-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.service-tabs__title {
  color: #DF6436;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  -webkit-margin-after: 1.375rem;
          margin-block-end: 1.375rem;
}

/* ================================
アコーディオン
=============================== */
summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.service__item {
  border-bottom: 1px solid #000;
  font-size: 1rem;
  line-height: normal;
  border-radius: 0.3125rem;
  border: 3px solid #DF6436;
}

.service__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
  background: #DF6436;
}
@media (any-hover: hover) {
  .service__question:hover {
    cursor: pointer;
  }
}

.service__icon {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}
.service__icon img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.icon-open {
  display: none;
}

/* open時 */
details[open] .icon-close {
  display: none;
}
details[open] .icon-open {
  display: block;
}

.service__question-text {
  list-style: none;
  position: relative;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.service__answer {
  padding-bottom: 1.25rem;
  background: #FFF;
  padding: 1.25rem 1.4375rem 2.5rem 1.5rem;
}

.service__answer-text {
  list-style: none;
  position: relative;
  color: #333;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.service__answer-text a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.service__answer-text a:hover {
  border-bottom-color: transparent;
}

/* ================================
スライダー
=============================== */
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

.card__swiper-container {
  -webkit-margin-before: 3.5rem;
          margin-block-start: 3.5rem;
}

.card__swiper {
  overflow: visible;
}

.card__swiper-wrapper {
  overflow: visible;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.card__swiper-slide:nth-child(odd) {
  width: 23.5875rem;
}
@media screen and (max-width: 767px) {
  .card__swiper-slide:nth-child(odd) {
    width: 16.875rem;
  }
}

.card__swiper-slide:nth-child(even) {
  width: 21.625rem;
  -webkit-margin-before: 0.6875rem;
          margin-block-start: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .card__swiper-slide:nth-child(even) {
    width: 15.5rem;
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
  }
}

.card__swiper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
  -webkit-column-gap: 14.5px;
     -moz-column-gap: 14.5px;
          column-gap: 14.5px;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.qa {
  -webkit-padding-before: 70px;
          padding-block-start: 70px;
  -webkit-padding-after: 132px;
          padding-block-end: 132px;
}
@media screen and (max-width: 767px) {
  .qa {
    -webkit-padding-before: 3.5625rem;
            padding-block-start: 3.5625rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.qa_inner {
  width: min(55rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .qa_inner {
    width: 100%;
    padding-inline: 0.9375rem;
  }
}

.qa_banner-title {
  color: #998542;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media screen and (max-width: 767px) {
  .qa_banner-title {
    font-size: 1.25rem;
  }
}

.qa_banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 4.25rem;
          margin-block-start: 4.25rem;
  -webkit-margin-after: 5.875rem;
          margin-block-end: 5.875rem;
}
@media screen and (max-width: 767px) {
  .qa_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qa_banner-decoration {
  position: absolute;
  width: 8.25rem;
  left: -27px;
  top: -55px;
}
@media screen and (max-width: 767px) {
  .qa_banner-decoration {
    width: 5.9578125rem;
    left: calc(50% - 10.3125rem);
    top: -2.5rem;
  }
}

.qa_banner-left {
  width: 50%;
  background: #F4F4EE;
  padding: 2.625rem 2.375rem 2rem 2.375rem;
}
@media screen and (max-width: 767px) {
  .qa_banner-left {
    width: 18.125rem;
    margin-inline: auto;
    padding: 1.875rem 0.4375rem 0.75rem;
  }
}

.qa_banner-logo {
  width: 11.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .qa_banner-logo {
    width: 8.5625rem;
  }
}

.qa_banner-text {
  color: #333;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  -webkit-margin-before: 0.5625rem;
          margin-block-start: 0.5625rem;
  -webkit-margin-after: 1.375rem;
          margin-block-end: 1.375rem;
}
@media screen and (max-width: 767px) {
  .qa_banner-text {
    font-size: 0.875rem;
  }
}

.qa_banner-button {
  position: relative;
  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;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 2.5rem;
  background: #998542;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  padding: 0.8125rem 1.375rem;
  width: 17.5rem;
  margin-inline: auto;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .qa_banner-button {
    font-size: 0.875rem;
    width: 12.625rem;
  }
}
.qa_banner-button::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5625rem;
  height: 0.875rem;
}
.qa_banner-button:hover {
  background-color: #857437;
}

.qa_banner-img {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .qa_banner-img {
    width: 18.125rem;
    margin-inline: auto;
  }
}

.qa_title {
  color: #DF6436;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "LINE Seed JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .qa_title {
    font-size: 1.5rem;
  }
}

.qa_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .qa_boxes {
    -webkit-margin-before: 2.0625rem;
            margin-block-start: 2.0625rem;
  }
}

.qa_box {
  border-radius: 5px;
  border: 2px solid #DF6436;
  background: #FFF;
  padding: 1.8125rem 2.75rem 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .qa_box {
    padding: 1.8125rem 1.125rem 0.9375rem;
    row-gap: 0.5rem;
  }
}

.qa_question {
  color: #DF6436;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.qa_answer {
  color: #333;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.qa_answer-cautionary {
  color: #6E6E6E;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.cta {
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
  -webkit-padding-after: 3.4375rem;
          padding-block-end: 3.4375rem;
  background: var(--bg, linear-gradient(109deg, #F5F0DB 0.63%, #F5E4DB 99.66%));
}
@media screen and (max-width: 767px) {
  .cta {
    -webkit-padding-before: 2.8125rem;
            padding-block-start: 2.8125rem;
    -webkit-padding-after: 3.5rem;
            padding-block-end: 3.5rem;
  }
}

.cta_inner {
  width: min(49rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta_inner {
    width: 100%;
    padding-inline: 0.9375rem;
  }
}

.cta_title {
  width: 482px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta_title {
    width: 21.375rem;
  }
}

.cta_text {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.2px; /* 170% */
  text-align: center;
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .cta_text {
    -webkit-margin-before: 1.1875rem;
            margin-block-start: 1.1875rem;
    -webkit-margin-after: 1.75rem;
            margin-block-end: 1.75rem;
  }
}

.cta_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .cta_links {
    row-gap: 0.75rem;
  }
}

.cta_link {
  width: 31rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cta_link {
    width: 19.3125rem;
  }
}
.cta_link a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta_link a:hover {
  opacity: 0.85;
}

.footer {
  text-align: center;
}

.footer_inner {
  padding-block: 2.0625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding-block: 0.875rem 0.6875rem;
  }
}

.footer_link a {
  position: relative;
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  border-bottom: 1px solid #1A1A1A;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer_link a {
    font-size: 0.75rem;
    line-height: 1.3125rem;
  }
}
.footer_link a::before {
  position: absolute;
  content: "";
  background: #1A1A1A;
  width: 0.0625rem;
  height: 1rem;
  left: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer_link a::before {
    height: 0.75rem;
    left: -0.625rem;
  }
}
.footer_link a::after {
  position: absolute;
  content: "";
  background: #1A1A1A;
  width: 0.0625rem;
  height: 1rem;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer_link a::after {
    height: 0.75rem;
    right: -0.625rem;
  }
}
.footer_link a:hover {
  border-bottom-color: transparent;
}

.footer__copyright {
  padding-block: 1.375rem;
  background: #F4F5F6;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0.95rem; /* 126.667% */
  letter-spacing: 0.0225rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 170%;
    padding-block: 1rem;
  }
}

.floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 -10px 30px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 -10px 30px 0 rgba(51, 51, 51, 0.2);
  backdrop-filter: blur(5px);
  padding-block: 0.75rem 0.8125rem;
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: filter 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: filter 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-filter 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .floating-cta {
    padding-block: 0.5rem;
  }
}

.floating-cta.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.floating-cta__btn {
  position: relative;
  border-radius: 2.5rem;
  background: #06C755;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 0.625rem 0 rgba(51, 51, 51, 0.1);
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 1.375rem 2.5625rem;
}
@media screen and (max-width: 767px) {
  .floating-cta__btn {
    padding: 0.75rem 3.5rem;
  }
}
.floating-cta__btn:hover {
  -webkit-filter: brightness(0.92);
          filter: brightness(0.92);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.floating-cta__btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.875rem;
  height: 0.875rem;
  right: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .floating-cta__btn::after {
    width: 1rem;
    height: 1rem;
    right: 1.4375rem;
  }
}