@charset "UTF-8";

.p-reform {
  padding-top: clamp(80px, 9.5168374817vw, 130px);
  padding-top: clamp(80px, 9.224011713vw, 126px);
  position: relative;
}

.p-reform__top {
  padding-bottom: clamp(100px, 9.5168374817vw, 130px);
  position: relative;
}

.p-reform__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 20px;
  max-width: 1146px;
  margin-inline: auto;
  gap: 32px;
    position: relative;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-reform__top-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1186px;
    padding-inline: 40px;
  }
}

.p-reform__text-content {
  max-width: 410px;
  color: #372710;
  position: relative;
  z-index: 1;
}

.p-reform__top-title {
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 700;
  border-bottom: 2px solid #372710;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-reform__top-texts {
  margin-top: clamp(48px, 5.8565153734vw, 80px);
  max-width: 369px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-reform__top-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.75px;
  font-weight: 500;
}
.p-reform__top-text + .p-reform__top-text {
  margin-top: 37px;
}

.p-reform__img-content {
  max-width: 570px;
  aspect-ratio: 570/400;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-reform__img-content {
    margin-left: 0;
    margin-top: 45px;
  }
}
.p-reform__img-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #372710;
  opacity: 0.09;
  z-index: 1;
  pointer-events: none;
}

.p-reform__bg-title {
  position: absolute;
  bottom: clamp(20px, 3.4407027818vw, 47px);
  left: 0;
  color: #ffffff;
  font-size: clamp(64px, 11.2737920937vw, 154px);
  line-height: 1.4805194805;
  letter-spacing: 4.62px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width:1367px) {
  .p-reform__bg-title {
    left: calc((100vw - 1366px) / 2);
  }
}

.p-reform__white {
  background: #ffffff;
  position: relative;
}

.p-reason {
  padding-top: clamp(80px, 8.78477306vw, 120px);
  position: relative;
  padding-inline: 20px;
  max-width: 1146px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-reason {
    max-width: 1186px;
    padding-inline: 40px;
  }
}

@media screen and (min-width:768px) {
  .p-reform__head {
    padding-left: 20px;
  }
}
@media screen and (min-width:1024px) {
  .p-reform__head {
    padding-left: 0;
  }
}

.p-reform__title-en {
  padding-left: 27px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 600;
  position: relative;
}
.p-reform__title-en::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 22px;
  background: url(../images/title-icon.svg) no-repeat center center/cover;
}

.p-reform__title-ja {
  margin-top: 6px;
  font-size: clamp(24px, 2.196193265vw, 30px);
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.p-reason__items {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-reason__items {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-reason__item {
  max-width: 420px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width:1024px) {
  .p-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 342px;
  }
}

.p-reason__item-title {
  font-size: clamp(20px, 2.8645833333vw, 22px);
  line-height: 1.5;
  letter-spacing: 1.1px;
  font-weight: 700;
}

.p-reason__item-text {
  margin-top: 19px;
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.75px;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-reason__item-text {
    padding-bottom: 49px;
  }
}

.p-reason__item-img {
  margin-top: 24px;
  aspect-ratio: 342/260;
  max-width: 420px;
  border-radius: 5px;
}
@media screen and (min-width:1024px) {
  .p-reason__item-img {
    max-width: 342px;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.p-reason__item-img img {
  aspect-ratio: 342/260;
  border-radius: 5px;
}

.p-works {
  padding-top: clamp(80px, 8.78477306vw, 120px);
  position: relative;
}
.p-works .p-reform__head,
.p-works .p-works__swiper {
  padding-left: clamp(20px, 5.2083333333vw, 40px);
}
@media screen and (min-width:768px) {
  .p-works .p-reform__head,
  .p-works .p-works__swiper {
    padding-left: clamp(20px, 9.5168374817vw, 130px);
  }
}
@media screen and (min-width:1367px) {
  .p-works .p-reform__head,
  .p-works .p-works__swiper {
    padding-left: calc(130px + (100vw - 1366px) / 2);
  }
}

.p-works__desc {
  margin-top: 30px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.75px;
  font-weight: 500;
  max-width: 470px;
  margin-left: clamp(20px, 5.2083333333vw, 40px);
}
@media screen and (min-width:768px) {
  .p-works__desc {
    margin-left: clamp(20px, 9.5168374817vw, 130px);
  }
}
@media screen and (min-width:1367px) {
  .p-works__desc {
    margin-left: calc(130px + (100vw - 1366px) / 2);
  }
}

.p-works__swiper-container {
  margin-top: 88px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-works__swiper-container {
    margin-top: 52px;
  }
}


.p-works__swiper-slide {
  padding: 21px 20px 24px;
  background: #f7f7f7;
  width: min(354px, 100%);
}
@media (any-hover: hover) {
  .p-works__swiper-slide:hover .p-works__slide-head img {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-works__slide-head {
  aspect-ratio: 314/260;
  border-radius: 5px;
  overflow: hidden;
}
.p-works__slide-head img {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-works__slide-body {
  margin-top: 15px;
}

.p-works__tag span {
  display: inline-block;
  padding: 2px 7px;
  color: #b9a57b;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
}

.p-works__title {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 1.2px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: -72px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width:768px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: -103px;
  }
}

.swiper-button-prev {
  right: 90px;
  background: url(../images/swiper-prev.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .swiper-button-prev {
    right: 201px;
  }
}

.swiper-button-next {
  right: 20px;
  background: url(../images/swiper-next.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .swiper-button-next {
    right: 131px;
  }
}

.p-flow {
  padding-top: clamp(80px, 8.78477306vw, 120px);
  padding-bottom: clamp(94px, 10.1756954612vw, 139px);
  position: relative;
  padding-inline: clamp(20px, 5.2083333333vw, 40px);
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-flow {
    padding-left: clamp(60px, 9.3704245974vw, 128px);
    padding-right: clamp(90px, 13.17715959vw, 180px);
    margin-inline: 0;
  }
}
@media screen and (min-width:1367px) {
  .p-flow {
    max-width: 1366px;
    margin-inline: auto;
  }
}

.p-flow__items {
  margin-top: clamp(60px, 5.7833089312vw, 79px);
}
@media screen and (min-width:1200px) {
  .p-flow__items {
    margin-left: 34px;
  }
}

.p-flow__item {
  padding-bottom: clamp(40px, 4.1727672035vw, 57px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-border-after: 2px solid #dddddd;
          border-block-end: 2px solid #dddddd;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:1200px) {
  .p-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    margin-inline: 0;
  }
}
.p-flow__item::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  translate: -50%;
  width: 40px;
  height: 19px;
  background: url(../images/flow-arrow.svg) no-repeat center center/cover;
}
.p-flow__item:nth-of-type(n + 2) {
  padding-top: clamp(40px, 4.39238653vw, 60px);
}

.p-flow__item:last-of-type {
  border: none;
}
.p-flow__item:last-of-type::after {
  content: none;
}

.p-flow__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex: 0.5;
}

.p-flow__item-num {
  width: 50px;
  height: 50px;
  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: #372710;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-flow__item-num::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fdcf00;
  border-radius: 50%;
  z-index: -1;
}
.p-flow__item-num.num1::before {
  opacity: 0.38;
}
.p-flow__item-num.num2::before {
  opacity: 0.48;
}
.p-flow__item-num.num3::before {
  opacity: 0.6;
}
.p-flow__item-num.num4::before {
  opacity: 0.8;
}
.p-flow__item-title {
  color: #372710;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-weight: 700;
}

.p-flow__item-text {
  max-width: 692px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.75px;
  font-weight: 500;
  flex:1;
}

.p-faq {
  padding-top: clamp(80px, 8.78477306vw, 120px);
  padding-bottom: clamp(80px, 9.224011713vw, 126px);
  position: relative;
  padding-inline: clamp(20px, 5.2083333333vw, 40px);
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-faq {
    padding-left: clamp(60px, 9.3704245974vw, 128px);
    padding-right: clamp(90px, 13.17715959vw, 180px);
    margin-inline: 0;
  }
}
@media screen and (min-width:1367px) {
  .p-faq {
    max-width: 1366px;
    margin-inline: auto;
  }
}

.p-faq__items {
  margin-top: clamp(40px, 4.3191800878vw, 59px);
}
@media screen and (min-width:1200px) {
  .p-faq__items {
    margin-left: 34px;
  }
}

.p-faq__item {
  padding-block: 33px 32px;
  padding-inline: 43px 38px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.p-faq__item + .p-faq__item {
  margin-top: 20px;
}

.p-faq__item-head,
.p-faq__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__q {
  width: 28px;
  height: 28px;
  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-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-faq__q::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fdcf00;
  border-radius: 50%;
  opacity: 0.38;
  z-index: -1;
}

.p-faq__q-text {
  padding-left: clamp(20px, 4.7584187408vw, 65px);
  padding-bottom: 21px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-faq__q-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/faq-line.svg) repeat center center/cover;
}

.p-faq__item-body {
  padding-top: 21px;
}

.p-faq__a {
  width: 28px;
  height: 28px;
  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-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-faq__a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fdcf00;
  border-radius: 50%;
  z-index: -1;
}

.p-faq__a-text {
  padding-left: clamp(20px, 4.7584187408vw, 65px);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 908px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}