html {
  font-size: 0.65104vw;
  scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  font-family: YakuHanRP,"Shuei MaruGo B", "Shuei MaruGo L", sans-serif;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #3a3a3a;
}

img {
  max-width: 100%;
  height: auto;
}

main img{
  width: 100%;
}

.lp_contents {
  max-width: 1536px;
  margin: auto;
  font-feature-settings: "palt";
  background-color: #fff;
}

@media screen and (max-width: 1536px) {
  .lp_contents {
    font-size: 0.651vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_contents {
    font-size: 1.333vw;
  }
}

.l-inner {
  max-width: 120em;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .l-inner {
    padding: 0 2.5em;
    margin: auto;
  }
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-red {
  color: #e03c54;
}

.u-txt-white {
  color: #fff;
}

.u-txt-center {
  text-align: center;
}

.u-position {
  position: relative;
}

.u-sp-only {
  display: none;
}

@media (max-width: 750px) {
  .u-pc-only {
    display: none;
  }

  .u-sp-only {
    display: inline-block;
  }
}

/* PC:横、SP:縦 */
.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-flex-center {
  align-items: center;
}

@media screen and (max-width: 750px) {
  .u-flex {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

/* 文字に背景色黄色 */
.u-txt-bg {
  display: inline-block;
  background: linear-gradient(180deg, #fff39f 0%, #fff39f 80%, transparent 80%, transparent 100%);
}

.u-txt-link {
  border-bottom: .1rem solid #3a3a3a;
}

/* ================== cta ========================== */
.p-cta {
  background-color: #fff39f;
  text-align: center;
  padding: 4.5rem 0 3rem;
}

.p-cta__ttl {
  font-size: 3.1rem;
}

.p-cta__txt {
  font-size: 2rem;
  padding: 1.5rem 0 1rem;
  line-height: 1;
}

.p-cta__phone {
  margin-top: 1.5rem;
}

.p-cta__web-pc-img {
  width: 78.2rem;
}

.p-cta__web-sp-img {
  width: 70.4rem;
  margin: 0 auto;
}

.p-cta__phone-pc-img {
  width: 78.4rem;
}

.p-cta__phone-sp-img {
  width: 70rem;
  margin: 0 auto;
}

.p-cta-bottom {
  padding: 2.5rem 0 3rem;
}

@media screen and (max-width: 750px) {

  .p-cta__ttl-dot {
    text-decoration: underline dotted #fff;
    text-decoration-thickness: .8rem;
    text-underline-offset: 1.3rem;
    padding-bottom: 1rem;
  }

  .p-cta__ttl {
    font-size: 4.8rem;
  }

  .p-cta__txt {
    font-size: 3rem;
    padding: 3.5rem 0 1rem;
    line-height: 1;
  }

  .p-cta-bottom {
    padding: 0.5rem 0 3rem;
  }

  .p-cta__ttl-sub {
    font-size: .8em;
  }
}

/* ================== reason ========================== */
.p-reason__container {
  margin: 5rem auto;
  background: linear-gradient(175deg,
      #003271 0%,
      #003271 55%,
      #12448a 55%,
      #12448a 100%);
  border-radius: .85rem;
}

.p-reason__wrap {
  padding: 3.6rem 8rem 3rem;
  position: relative;
}

.p-reason__wrap-parts {
  position: absolute;
  bottom: -3rem;
  right: 2rem;
  z-index: 10;
  width: 18.6rem;
}

.p-reason__ttl {
  display: block;
  margin: 0 auto;
  width: 49.4rem;
}

.p-reason-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 4rem 2rem 0;
  gap: .5rem;
}

.p-reason-list__item {
  position: relative;
  flex: 1;
  background-color: #fff;
  border: 2px solid #174087;
  border-radius: .7rem;
  padding: 4rem 0rem 2rem;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 18rem;
  width: 33.5rem;
}

.p-reason-list__index {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
  background-color: #174087;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  font-style: italic;
}

.p-reason-list__index-num {
  line-height: 1;
  margin-left: -0.8rem;
  margin-top: -.2rem;
}

.p-reason-list__text {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
}

.p-reason-list__txt-big {
  font-size: 3rem;
}

.p-reason-list__txt-bottom {
  font-size: 2.7rem;
}

.p-reason-list__title {
  font-size: 4.3rem;
  font-weight: bold;
}

.p-reason-list__note {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.p-reason__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 2.4rem;
  padding-top: 1.5rem;
}

.p-reason__btn a {
  display: inline-flex;
  align-items: baseline;
  gap: 1.5rem;
  border-bottom: 1px solid #fff;
  padding-bottom: .5rem;
}

.p-reason__icon {
  width: 1rem;
  height: 1.5rem;
  flex-shrink: 0;
}

/* modal */
.c-modal_link {
  text-decoration: underline dotted #cecece;
  text-decoration-thickness: .4rem;
  text-underline-offset: .5rem;
  cursor: pointer;
  text-decoration-thickness: .2rem;
}

.c-modal_link::after {
  content: "";
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-1em);
  background-image: url(../images/modal-parts.svg);
  margin-left: .4rem;
  background-repeat: no-repeat;
}

.l-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.l-modal.is-open {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.l-modal__content {
  background: #fff;
  padding: 2rem;
  position: relative;
  width: 80%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}

.p-modal {
  background-color: #f6f5e9;
  border-radius: 1.6rem;
  max-width: 148rem;
  padding: 5rem 5rem;
}

.p-modal__title {
  text-align: center;
  font-size: 4.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
}

.p-modal__separator {
  border-top: .6rem dotted #ccc;
  margin: 0 auto 3rem;
  width: 100%;
}

.p-modal__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.p-modal__list-item {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.8;
  font-size: 1.9rem;
  color: #333;
  text-align: left;
}

.p-modal__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #174087;
  border-radius: 50%;
}

.p-modal__list-item:last-child {
  margin-bottom: 0;
}

.l-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  color: #666;
}


.p-modal-kaigo__level-label {
  display: inline-block;
  background-color: #1a4a9c;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.p-modal-kaigo__sub-note {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 15px;
  font-size: 0.85rem;
  border-radius: 8px;
}

.p-modal-kaigo__note {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.p-levels {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-level-card {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  padding: 3.5rem 7rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 3rem;
}

.p-level-card__label {
  position: absolute;
  top: -2rem;
  left: 10rem;
  background-color: #1a4a9c;
  color: #fff;
  padding: 1rem 0rem;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.7rem;
  width: 17rem;
  text-align: center;
}

.p-level-card__content {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
}

.p-level-card__img {
  flex: 0 0 14rem;
  text-align: center;
}

.p-level-card__img-1 {
  width: 5rem;
}

.p-level-card__img-2,
.p-level-card__img-3 {
  width: 6.8rem;
}

.p-level-card__img-4 {
  width: 9.4rem;
}

.p-level-card__img-5 {
  width: 10.8rem;
}

.p-level-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-level-card__note {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.4;
}

.p-level-card__note-ttl {
  font-weight: bold;
  margin-bottom: 2px;
}

@media screen and (max-width: 750px) {
  .c-modal_link {
    text-decoration-thickness: .4rem;
  }

  .c-modal_link::after {
    width: 2rem;
    height: 2rem;
  }

  .p-level-card__content {
    flex-direction: row;
    ;
    text-align: left;
  }

  .p-level-card__img {
    flex: 0 0 auto;
    width: 8rem;
  }

  .p-reason__container {
    margin: 5rem auto 13rem;
    border-radius: 1rem;
  }

  .p-reason__wrap {
    padding: 3.6rem 8rem 4rem;
  }

  .p-reason-list {
    align-items: center;
    gap: 5rem;
  }

  .p-reason-list__item {
    width: 65rem;
  }

  .p-reason-list__index {
    width: 9rem;
    height: 9rem;
    font-size: 5rem;
  }

  .p-reason-list__text {
    font-size: 3.2rem;
  }

  .p-reason-list__title {
    font-size: 5.3rem;
    font-weight: bold;
  }

  .p-reason-list__note {
    font-size: 2rem;
  }

  .p-reason-list__txt-bottom {
    font-size: 3.8rem;
  }

  .p-reason-list__txt-big {
    font-size: 3.8rem;
  }

  .p-reason__btn {
    padding-top: 3.5rem;
  }

  .p-reason__wrap-parts {
    bottom: -11rem;
    right: 0rem;
    z-index: 10;
    width: 27.7rem;
  }

  .p-modal {
    border-radius: 1.6rem;
    max-width: 73rem;
    padding: 5rem 2.5rem;
    border-radius: 2rem
  }

  .l-modal__content {
    width: 90%;
  }

  .l-modal__close {
    top: 1rem;
    right: 1rem;
    font-size: 3.5rem;
  }

  .p-modal__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }

  .p-modal-kaigo__note {
    font-size: 2rem;
    letter-spacing: -.03em;
    padding-left: 2rem;
    text-indent: -2rem;
  }

  .p-level-card__content {
    gap: 1.5rem;
    justify-content: flex-start;
    padding-top: 2rem;
  }

  .p-level-card {
    margin-top: 4rem;
    border-radius: 1.5rem;
    padding: 3.5rem 3rem 3.5rem 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
  }

  .p-modal__list-item {
    padding-left: 2.5rem;
    line-height: 1.4;
    font-size: 2.7rem;
    text-align: left;
    margin-bottom: 1.5rem;
    letter-spacing: -.2rem;
  }

  .p-level-card__label {
    top: -2rem;
    left: 2rem;
    font-size: 2rem;
    width: 19rem;
  }

  .p-level-card__note {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 4rem;
    text-indent: -.5em;
  }
}

/* ================== risk  ========================== */
.p-risk__wrapper {
  background-color: #efdebd;
  padding: 3rem;
}

.p-risk__container {
  background-color: #fff;
  padding: 5rem 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.p-risk__container::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  width: 100%;
  height: 52%;
  background-color: #f0f2f5;
  clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

.p-risk__top-img,
.p-risk-wrap {
  position: relative;
  z-index: 2;
}

.p-risk__top-img {
  margin: 0 auto;
  width: 7.4rem;
  display: block;
}

.p-risk-wrap {
  padding: 5rem 20rem;
}

.p-risk__people-content {
  gap: 5.5rem;
  margin-bottom: 2.5rem;
}

.p-risk__people-ttl {
  font-size: 4.6rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}

.p-risk__txt-bg {
  background: linear-gradient(180deg,
      transparent 10%,
      #fff39f 19%,
      #fff39f 90%,
      transparent 90%);
}

.p-risk__txt-area-bg {
  background: linear-gradient(180deg,
      transparent 0%,
      #fff39f 0%,
      #fff39f 100%,
      transparent 100%);
  padding-top: .35em;
  padding-bottom: .05em;
}

.p-risk__people-dot {
  text-decoration: underline dotted #efdebd;
  text-decoration-thickness: .8rem;
  text-underline-offset: 1.3rem;
}

.p-risk__people-txt,
.p-risk__money-txt {
  font-size: 2rem;
  line-height: 1.3
}

.p-risk__txt-big {
  font-size: 2.8rem
}

.p-risk__people-img {
  width: 29.3rem;
}

.p-risk__note {
  font-size: 60%;
}

.p-risk__note-txt {
  font-size: .95rem;
  line-height: 1.4;
  display: flex;
  gap: .8em;
}

.p-risk__money-content {
  gap: 3.5rem;
  padding-bottom: 2.5rem;
}

.p-risk__money-ttl {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.4;

}

.p-risk__money-ttl-big {
  font-size: 4rem;
}

.p-risk__money-ttl-parts {
  position: absolute;
  width: 15.3rem;
  top: -6rem;
  right: -2rem;
}

.p-risk__money-img {
  width: 36.8rem;
}

.p-risk__money-txt-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .p-risk__top-img {
    width: 10rem;
  }

  .p-risk-wrap {
    padding: 6rem 1rem;
  }

  .p-risk__people-content {
    align-items: center;
  }

  .p-risk__people-ttl {
    font-size: 6.8rem;
    text-align: center;
    line-height: 1.3;
  }

  .p-risk__people-txt,
  .p-risk__money-txt {
    font-size: 3.1rem
  }

  .p-risk__note-txt {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: -0.07em;
    margin-left: .3em;
  }

  .p-risk__note-txt-top {
    margin: 0 0 .2em 3em;
  }

  .p-risk__people-img {
    width: 67%;
  }

  .p-risk__money-ttl {
    font-size: 4rem;
    margin-bottom: 3rem;
    padding-left: 1rem;
    line-height: 1.3;
  }

  .p-risk__money-ttl-big {
    font-size: 5.9rem;
  }

  .p-risk__money-txt {
    padding-left: 1rem;
  }

  .p-risk__txt-big {
    font-size: 4.2rem;
  }

  .p-risk__money-img {
    width: 94%;
    margin: 0 auto 3rem;
  }

  .p-risk__money-txt-pc {
    display: none;
  }

  .p-risk__money-txt-sp {
    display: inline-block;
  }

  .p-risk__container::before {
    top: 47%;
    height: 54%;
    clip-path: polygon(0 0, 50% 6%, 100% 0, 100% 100%, 0 100%);
  }

  .p-risk__money-ttl-parts {
    position: absolute;
    width: 22rem;
    top: -8rem;
    right: -2rem;
  }
}

/* ================== reason--bottom ========================== */
.p-reason__container--bottom {
  margin: 0 auto 4rem;
}

/* ================== payment ========================== */
.p-payment {
  padding: 6rem 0;
  text-align: center;
}

.p-payment__header {
  margin-bottom: 1.6rem;
}

.p-payment__title {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-payment__lead {
  font-size: 1.6rem;
}

.p-payment__table-wrapper {
  background-color: #f2f2f2;
  max-width: 104rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.p-payment__table-category {
  background-color: #54c3f1;
  color: #fff;
  padding: 1rem;
  font-weight: bold;
  font-size: 2.6rem;
}

.p-payment__table-caption {
  font-size: 1.4rem;
  margin-top: 1.3rem;
}

.p-payment__table {
  border-collapse: separate;
  border-spacing: 0 .8rem;
  width: 68rem;
  margin: 0 auto;
}

.p-payment__label-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 6rem auto 0;
  padding: .3rem 0;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.p-payment__label-container {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

.p-payment__label-text {
  display: inline-block;
  padding-left: 2rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.p-payment__label-container--man {
  background-color: #1d4488;
  margin-top: 3rem;
}

.p-payment__label-container--woman {
  background-color: #e62e45;
  margin-top: 3rem;
}

.p-payment__illustration {
  position: absolute;
  bottom: 0;
  left: 35%;
  transform: translateX(-50%);
  width: 4.8rem;
  line-height: 0;
}

.p-payment__illustration-man {
  width: 5.4rem;
}

.p-payment__age {
  padding-right: 1rem;
  width: 9.5rem;
}

.p-payment__age-box {
  background-color: #3eacf7;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2.3rem;
  width: 9.5rem;
  border-radius: .8rem;
  font-size: 2rem;
}

.p-payment__price {
  font-weight: bold;
  font-size: 2.6rem;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
}

.p-payment__price:last-child {
  border-radius: .4rem;
  border-right: none;
}

.p-payment__footer {
  text-align: left;
  width: 68rem;
  margin: 1rem auto 0;
}

.p-payment__note {
  font-size: 1rem;
  line-height: 1.6;
}

.p-payment__price {
  background-color: #fff;
  border-left: .4rem solid #f2f2f2;
  padding: 1rem;
  background-clip: padding-box;
}

.p-payment__price:last-child {
  border-right: none;
}

@media screen and (max-width: 750px) {
  .p-payment {
    padding: 6rem 2.5rem;
  }

  .p-payment__title {
    font-size: 5.6rem;
  }

  .p-payment__table-caption {
    font-size: 2.6rem;
  }

  .p-payment__lead {
    font-size: 2.2rem;
    padding-bottom: 1rem;

  }

  .p-payment__table-category {
    font-size: 4rem;
  }

  .p-payment__note {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 3rem;
    text-indent: -1.5rem;
  }

  .p-payment__table {
    width: 66rem
  }

  .p-payment__price {
    font-size: 4rem;
  }

  .p-payment__label-container {
    font-size: 2.7rem;
  }

  .p-payment__illustration {
    left: 28%;
    width: 7rem;
  }

  .p-payment__age-box {
    width: 13rem;
    border-radius: 1rem;
    font-size: 3.4rem;
  }
}

/* ================== benefits ========================== */
.p-benefits {
  background-color: #f6f5e9;
  padding: 4rem 0 5rem;
}

.p-benefits__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.4rem;
  font-weight: bold;
  padding-bottom: 4rem;
}

.p-benefits__ttl-red {
  color: #e64c5f;
}

.p-benefits__ttl-black {
  color: #333;
}

.p-benefits__bracket {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
}

.p-benefits__bracket-svg {
  width: 1.8rem;
  height: 4rem;
  fill: none;
  stroke: #e64c5f;
  stroke-width: 0.2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-benefits__bracket-svg--right {
  transform: scaleX(-1);
}

.p-benefits__bracket-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #e64c5f;
  padding: 0 4px;
}

.p-benefits__container {
  background-color: #fff;
  width: 118rem;
  margin: 0 auto;
  padding: 2rem 3rem;
  position: relative;
  border-radius: 1.8rem;
}

.p-benefits__top-img {
  width: 41.3rem;
  margin: 0 auto 2.5rem;
  display: block;
}

.p-benefits__wrapper {
  display: flex;
  position: relative;
  width: 100%;
}

.p-benefits__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .4rem;
  height: 100%;
  background-image: linear-gradient(to bottom, #ccc 50%, transparent 50%);
  background-size: .2rem 1rem;
  background-repeat: repeat-y;
}

.p-benefits__item {
  width: 50%;
  padding: 0 4.5rem 3rem 4.5rem;
  box-sizing: border-box;
}

.p-benefits__item-txt {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
}

.p-benefits__item-dot {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #e64c5f;
  border-radius: 50%;
}

.p-benefits__item-top {
  width: 45.1rem;
}

.p-benefits__item-bottom {
  width: 44.3rem;
}

@media screen and (max-width: 750px) {
  .p-benefits__ttl {
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 6.5rem;
  }

  .u-sp-only {
    display: block;
  }

  .p-benefits__bracket-inner {
    font-size: 2.5rem;
  }

  .p-benefits__bracket {
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
  }

  .p-benefits__top-img {
    width: 66.2rem;
  }

  .p-benefits__wrapper {
    flex-direction: column;
    gap: 3rem;
  }

  .p-benefits__container {
    width: 70rem;
    border-radius: 2rem;
    padding: 1rem 2.5rem;
  }

  .p-benefits__item:nth-child(2) {
    padding-left: 0;
    padding-top: 3rem;
    border-left: none;
    border-top: .8rem dotted #ccc;
  }

  .p-benefits__wrapper::after {
    background-image: none;
  }

  .p-benefits__item {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .p-benefits__item-top {
    width: 64rem;
  }

  .p-benefits__item-dot {
    top: 1.2rem;
    left: 0;
    width: 2rem;
    height: 2rem;
  }

  .p-benefits__item-txt {
    font-size: 2.8rem;
    letter-spacing: -.2rem;
  }

  .p-benefits__item-bottom {
    width: 63.7rem;
    padding-bottom: 2rem;
  }
}

/* ================== faq ========================== */
.p-faq__ttl {
  padding-top: 8.5rem;
  font-weight: bold;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1;
}

.p-faq__ttl-en {
  width: 3.3rem;
}

.p-faq__container {
  max-width: 115rem;
  margin: 0 auto;
  padding: 6.5rem;
}

.p-faq__question-text {
  flex: 1;
  text-align: left;
  color: #645978;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.p-faq__answer-text {
  color: #353535;
  font-size: 1.9rem;
  padding-left: 1.2em;
  text-indent: -1.9rem;
  line-height: 1.4;
}

.c-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.5rem 2.4rem;
  background-color: #f5f5ed;
  border-radius: .8rem;
  gap: 1rem;
  transition: border-radius 0.3s ease;
}

.c-accordion__inner {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 1.5rem 4.8rem 1.5rem 2.5rem;
  margin-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.c-accordion__item {
  padding-bottom: 2rem;
}

.c-accordion__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  position: relative;
}

.c-accordion__icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #645978;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.c-accordion__icon::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #645978;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.js-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.js-accordion-item.is-open .c-accordion__header {
  border-radius: .8rem .8rem 0 0;
}

.js-accordion-item.is-open .c-accordion__icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.js-accordion-item.is-open .c-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media (max-width: 750px) {
  .p-faq__ttl {
    font-size: 5.2rem;
  }

  .p-faq__container {
    padding: 6.5rem 2.5rem;
  }

  .p-faq__ttl-en {
    width: 6rem;
  }

  .p-faq__question-text {
    font-size: 2.7rem;
    letter-spacing: -.1rem;
    line-height: 1.4;
  }

  .p-faq__answer-text {
    font-size: 2.5rem;
    letter-spacing: -.1rem;
    line-height: 1.4;
  }

  .js-accordion-content {
    margin-right: 10rem;
    width: 100%;
  }

  .c-accordion__header {
    padding: 2.5rem 2.4rem;
  }

  .c-accordion__inner {
    padding: 2rem 2rem 2.5rem;
  }

  .c-accordion__item {
    padding-bottom: 2.8rem;
  }

  .c-accordion__icon::before,
  .c-accordion__icon::after {
    width: 3rem;
  }
}


/* ================== flow ========================== */
.p-flow__content {
  width: 83rem;
  margin: auto;
}

.p-flow__annotation {
  font-size: 11px;
  text-align: center;
  padding: 3rem 0;
}

.p-flow__number {
  font-size: 11px;
  max-width: 89em;
  text-align: right;
  display: block;
  margin: 0 auto;
  padding-right: 5em;
}


@media (max-width: 750px) {
  .p-flow__content {
    width: 100%;
    padding: 0 3rem;
  }

  .p-flow__number {
    padding-right: 3em;
  }

  .p-flow__annotation {
    text-align: left;
    padding: 3rem 3rem 5rem;
  }

  .p-flow__number {
    max-width: 70em;
  }
}

/* ================== 追従ボタン ========================== */
.p-floating__btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.p-floating__btn.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* PC用ボタン */
.p-floating__btn-img-wrapper {
  position: relative;
  display: block;
  line-height: 0;
}

.p-floating__btn-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}

.p-floating__btn-link-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  text-decoration: none;
  z-index: 101;
  background: transparent;
  cursor: pointer;
}

/* スマートフォン用ボタン */
.p-floating__btn-sp {
  display: none;
}

/* メディアクエリ：750px以下のスマートフォン画面 */
@media (max-width: 750px) {
  /* PC用ボタンを非表示 */
  .p-floating__btn-img-wrapper {
    display: none;
  }

  /* SP用ボタンを表示 */
  .p-floating__btn-sp {
    display: flex;
    align-items: stretch;
    width: 100%;
  }

  .p-floating__btn-sp a {
    flex: 1;
    display: flex;
  }

  .p-floating__btn-sp img {
    width: 100%;
    height: auto;
    object-fit: contain;
    align-self: center;
  }
}


}