@charset "UTF-8";
/* ページ内共通パーツ
---------------------------------------------------------------------------- */
/*------------- m-ttl-lp -------------*/
.m-ttl-lp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  padding-bottom: 4.5rem;
  position: relative;
}

.m-ttl-lp:has(._img) {
  padding-bottom: 2.5rem;
}

.m-ttl-lp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6.2rem;
  aspect-ratio: 62/20.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_ttl_bottom.svg);
}

.m-ttl-lp ._img {
  display: inline-block;
  width: 41rem;
  aspect-ratio: 410/104;
}
.m-ttl-lp ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-ttl-lp ._txt {
  font-size: 5.2rem;
  line-height: 1.0961538462;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.m-ttl-lp ._flex {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

.m-ttl-lp ._exclamation {
  display: inline-block;
  transform: rotate(10deg);
}

@media screen and (max-width: 767px) {
  .m-ttl-lp {
    flex-direction: column;
    gap: 1.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
  .m-ttl-lp:has(._img) {
    gap: 3.2vw;
    padding-bottom: 6.1333333333vw;
  }
  .m-ttl-lp::after {
    width: 6.1333333333vw;
  }
  .m-ttl-lp ._img {
    width: 59.2vw;
  }
  .m-ttl-lp ._txt {
    font-size: 6.6666666667vw;
    line-height: 1.08;
  }
  .m-ttl-lp ._flex {
    gap: 0 1.3333333333vw;
  }
  .m-ttl-lp ._exclamation {
    margin-right: -5.3333333333vw;
  }
}
/*------------- m-cta-lp -------------*/
.m-cta-lp-container {
  padding-block: 2.6041666667vw;
  padding-left: 2.6041666667vw;
  background-image: linear-gradient(180deg, #FF8402 0, #FF2902 100%);
  background-repeat: no-repeat;
}

.m-cta-lp-inner {
  padding-block: 2.6041666667vw;
  padding-left: 8.8541666667vw;
  background-color: #fff;
  border-radius: 0.5208333333vw 0 0 0.5208333333vw;
  background-position: center left 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/top/bg_cta_pc.png);
}

.m-cta-lp-wrap-txt {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.5208333333vw;
}
.m-cta-lp-wrap-txt ._underline {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 1.4583333333vw;
  color: #FF2902;
  background-image: linear-gradient(to bottom, transparent 60%, #FEE85E 60%);
  background-repeat: no-repeat;
}

.m-cta-lp-wrap-txt::before,
.m-cta-lp-wrap-txt::after {
  content: "";
  width: 0.2083333333vw;
  height: 1.8229166667vw;
  background-color: #FF2902;
  border-radius: 10vmax;
}

.m-cta-lp-wrap-txt::before {
  transform: rotate(-30deg);
}

.m-cta-lp-wrap-txt::after {
  transform: rotate(30deg);
}

.m-cta-lp-wrap-txt ._ruby {
  position: relative;
  font-size: 1.875vw;
}

.m-cta-lp-wrap-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.m-cta-lp-wrap-ttl {
  font-size: 4.5rem;
  line-height: 1.5111111111;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 2.34375vw;
  margin-top: 0.5208333333vw;
}
.m-cta-lp-wrap-ttl ._colorGreen {
  color: #00C6A7;
}
.m-cta-lp-wrap-ttl ._colorPink {
  color: #FF0654;
}
.m-cta-lp-wrap-ttl small {
  font-size: 1.9270833333vw;
}
.m-cta-lp-wrap-ttl ._exclamation {
  display: inline-block;
  transform: rotate(10deg);
  margin-right: -1.0416666667vw;
}

.m-cta-lp-wrap-logo {
  width: 26.0416666667vw;
  aspect-ratio: 500/127;
  margin-top: 1.0416666667vw;
}
.m-cta-lp-wrap-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-cta-lp-wrap-lists {
  display: flex;
  gap: 0 1.0416666667vw;
  margin-top: 1.5625vw;
}

.m-cta-lp-wrap-list {
  font-size: 2.2rem;
  line-height: 1.4090909091;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.1458333333vw;
  color: #FF8402;
  padding-bottom: 0.15625vw;
  border-bottom: 0.15625vw dotted currentColor;
  padding-left: 1.7708333333vw;
  position: relative;
}
.m-cta-lp-wrap-list ._num {
  font-family: "Oswald", sans-serif;
  font-size: 1.875vw;
  line-height: 1;
}
.m-cta-lp-wrap-list em {
  font-size: 1.40625vw;
  font-weight: 900;
}

.m-cta-lp-wrap-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25vw;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_check_orange.svg);
}

.m-cta-lp-wrap-button {
  width: 24.7916666667vw;
  margin-top: 1.5625vw;
}

.m-cta-lp-wrap-btn {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 1.9270833333vw;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 1.3541666667vw;
  color: #fff;
  text-align: right;
  background-image: linear-gradient(135deg, #00D3C3 0, #01DDBB 100%);
  background-repeat: no-repeat;
  min-height: 4.375vw;
  padding-block: 0.5208333333vw;
  padding-inline: 1.4583333333vw;
  border-radius: 10vmax;
  filter: brightness(1) drop-shadow(0 0.2083333333vw 0 #06847B);
  transition: filter 0.3s ease;
}
.m-cta-lp-wrap-btn:hover {
  filter: brightness(1.1) drop-shadow(0 0.2083333333vw 0 #06847B);
}
.m-cta-lp-wrap-btn:hover ._arrow {
  transform: translateX(0.2604166667vw);
}

.m-cta-lp-wrap-btn ._arrow {
  width: 1.40625vw;
  height: 1.40625vw;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_btn_arrow_green.svg);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .m-cta-lp {
    padding-bottom: 41.4666666667vw;
    position: relative;
  }
  .m-cta-lp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 375/155.5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../../images/top/bg_cta_bottom_sp.png);
  }
  .m-cta-lp-container {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .m-cta-lp-inner {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-position: center;
    background-image: url(./../../images/top/bg_cta_sp.png);
  }
  .m-cta-lp-wrap {
    width: 100%;
  }
  .m-cta-lp-wrap-txt {
    justify-content: center;
    column-gap: 2.6666666667vw;
  }
  .m-cta-lp-wrap-txt ._underline {
    font-size: 4vw;
    line-height: 1.4666666667;
  }
  .m-cta-lp-wrap-txt::before,
  .m-cta-lp-wrap-txt::after {
    width: 0.8vw;
    height: 6.6666666667vw;
  }
  .m-cta-lp-wrap-txt ._ruby {
    font-size: 5.0666666667vw;
  }
  .m-cta-lp-wrap-ttl {
    font-size: 5.6vw;
    line-height: 1.5238095238;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  .m-cta-lp-wrap-ttl small {
    font-size: 4.5333333333vw;
  }
  .m-cta-lp-wrap-logo {
    width: 69.3333333333vw;
    margin-top: 3.2vw;
    margin-inline: auto;
  }
  .m-cta-lp-wrap-lists {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 4.5333333333vw;
    width: max-content;
    margin-inline: auto;
  }
  .m-cta-lp-wrap-list {
    font-size: 4vw;
    line-height: 1.7333333333;
    padding-bottom: 0.8vw;
    border-bottom-width: 0.8vw;
    padding-left: 7.4666666667vw;
  }
  .m-cta-lp-wrap-list ._num {
    font-size: 6.9333333333vw;
  }
  .m-cta-lp-wrap-list em {
    font-size: 5.0666666667vw;
    line-height: 1.2631578947;
  }
  .m-cta-lp-wrap-list::before {
    width: 5.3333333333vw;
  }
  .m-cta-lp-wrap-button {
    width: 100%;
    margin-top: 57.6vw;
  }
  .m-cta-lp-wrap-btn {
    gap: 0 1.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    min-height: 16vw;
    padding-block: 2.6666666667vw;
    padding-inline: 4.2666666667vw;
    filter: drop-shadow(0 0.8vw 0 #06847B);
  }
  .m-cta-lp-wrap-btn:hover ._arrow {
    transform: translateX(0.8vw);
  }
  .m-cta-lp-wrap-btn ._arrow {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
/*------------- m-speech-bubble-lp -------------*/
.m-speech-bubble-lp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  padding-bottom: 0.3rem;
  color: #fff;
  position: relative;
}
.m-speech-bubble-lp._green {
  background-color: #00C6A7;
}
.m-speech-bubble-lp._green::after {
  background-color: #00C6A7;
}
.m-speech-bubble-lp._orange {
  background-color: #FF8402;
}
.m-speech-bubble-lp._orange::after {
  background-color: #FF8402;
}
.m-speech-bubble-lp ._num {
  font-family: "Oswald", sans-serif;
}

.m-speech-bubble-lp._01 {
  width: 8.2rem;
  aspect-ratio: 82/83;
}
.m-speech-bubble-lp._01 ._en {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.m-speech-bubble-lp._01 ._num {
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.m-speech-bubble-lp._01::after {
  right: 2rem;
  width: 1.6rem;
}

.m-speech-bubble-lp._02 {
  width: 6.5rem;
  aspect-ratio: 65/66;
}
.m-speech-bubble-lp._02 ._en {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.m-speech-bubble-lp._02 ._num {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.m-speech-bubble-lp._02::after {
  right: 1.2rem;
  width: 1.2rem;
}

.m-speech-bubble-lp::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media screen and (max-width: 767px) {
  .m-speech-bubble-lp {
    border-radius: 1.3333333333vw;
    padding-bottom: 0.8vw;
  }
  .m-speech-bubble-lp._01,
  .m-speech-bubble-lp._02 {
    width: 14.6666666667vw;
  }
  .m-speech-bubble-lp._01 ._en,
  .m-speech-bubble-lp._02 ._en {
    font-size: 3.2vw;
  }
  .m-speech-bubble-lp._01 ._num,
  .m-speech-bubble-lp._02 ._num {
    font-size: 5.0666666667vw;
  }
  .m-speech-bubble-lp._01::after,
  .m-speech-bubble-lp._02::after {
    right: 4vw;
    width: 2.6666666667vw;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 12rem;
}

.p-mv-container {
  padding-block: 0.78125vw 4.4270833333vw;
  padding-inline: 1.5625vw;
  position: relative;
}

.p-mv-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/top/bg_mv_pc.png);
}

.p-mv-wrapper {
  width: 100%;
  max-width: 80.2083333333vw;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 1.5625vw;
}

.p-mv-wrap-txt {
  font-size: 1.8rem;
  line-height: 1.4166666667;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 0.9375vw;
  color: #FF8402;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.3645833333vw;
  margin-left: 1.8229166667vw;
}

.p-mv-wrap-txt::before,
.p-mv-wrap-txt::after {
  content: "";
  width: 0.1041666667vw;
  height: min(1.0416666667vw, 20px);
  background-color: #FF781A;
  border-radius: 10vmax;
}

.p-mv-wrap-txt::before {
  transform: rotate(-30deg);
}

.p-mv-wrap-txt::after {
  transform: rotate(30deg);
}

.p-mv-wrap-read {
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 1.1458333333vw;
  color: #fff;
  background-color: #FF781A;
  padding-block: 0.6770833333vw 0.5729166667vw;
  padding-inline: 3.3854166667vw 1.1979166667vw;
  border-radius: 2.6041666667vw 0.5208333333vw 0.5208333333vw 2.6041666667vw;
  position: relative;
  margin-top: 0.5208333333vw;
}

.p-mv-wrap-read::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.125vw;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_mv_read.svg);
}

.p-mv-wrap-read ._ruby {
  position: relative;
}

.p-mv-wrap-read ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-mv-wrap-ttl {
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 2.3958333333vw;
  margin-top: 1.0416666667vw;
}
.p-mv-wrap-ttl ._colorGreen {
  color: #00C6A7;
}
.p-mv-wrap-ttl .colorPink {
  color: #FF0654;
}
.p-mv-wrap-ttl ._exclamation {
  display: inline-block;
  transform: rotate(10deg);
}
.p-mv-wrap-ttl .small {
  font-size: 1.9791666667vw;
}

.p-mv-wrap-logo {
  width: 28.125vw;
  aspect-ratio: 540/137;
  margin-top: 2.6041666667vw;
}
.p-mv-wrap-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-wrap-lists {
  display: flex;
  align-items: center;
  gap: 0 1.0416666667vw;
  margin-top: 1.5625vw;
}

.p-mv-wrap-list {
  font-size: 1.8rem;
  line-height: 1.4166666667;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 0.9375vw;
  color: #FF8402;
  padding-left: 1.40625vw;
  padding-bottom: 0.1041666667vw;
  border-bottom: 0.15625vw dotted currentColor;
  position: relative;
}

.p-mv-wrap-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1458333333vw;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_check_orange.svg);
}

.p-mv-wrap-img {
  width: 43.6979166667vw;
  aspect-ratio: 839/128;
  margin-top: 4.6875vw;
}
.p-mv-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-button {
  width: 29.1666666667vw;
  margin-bottom: 0.5208333333vw;
}

.p-mv-btn {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 1.4583333333vw;
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 1.6666666667vw;
  color: #fff;
  text-align: right;
  background-image: linear-gradient(135deg, #00D3C3 0, #01DDBB 100%);
  background-repeat: no-repeat;
  min-height: 5.2083333333vw;
  padding-block: 0.5208333333vw;
  padding-inline: 1.7708333333vw;
  border-radius: 10vmax;
  filter: brightness(1) drop-shadow(0 0.2083333333vw 0 #06847B);
  position: relative;
  transition: filter 0.3s ease;
}
.p-mv-btn:hover {
  filter: brightness(1.1) drop-shadow(0 0.2083333333vw 0 #06847B);
}
.p-mv-btn:hover ._arrow {
  transform: translateX(0.2604166667vw);
}

.p-mv-btn::before {
  content: "";
  position: absolute;
  top: -3.3854166667vw;
  left: -2.34375vw;
  width: 6.71875vw;
  aspect-ratio: 129/126;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_mv_download.svg);
}

.p-mv-btn ._arrow {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_btn_arrow_green.svg);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 16vw;
  }
  .p-mv-container {
    padding-block: 1.8666666667vw 39.4666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-mv-container::after {
    background-position: center bottom;
    background-image: url(./../../images/top/bg_mv_sp.png);
  }
  .p-mv-wrapper {
    max-width: initial;
    flex-direction: column;
    align-items: initial;
    gap: 4.8vw;
  }
  .p-mv-wrap-txt {
    font-size: 3.2vw;
    line-height: 1.4166666667;
    text-align: center;
    justify-content: center;
    column-gap: 4vw;
    margin-left: initial;
  }
  .p-mv-wrap-txt::before,
  .p-mv-wrap-txt::after {
    width: 0.5333333333vw;
    height: 10.6666666667vw;
  }
  .p-mv-wrap-read {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
    text-align: center;
    padding-block: 1.8666666667vw 1.3333333333vw;
    padding-inline: 9.3333333333vw 2.6666666667vw;
    border-radius: 13.3333333333vw 2.6666666667vw 2.6666666667vw 13.3333333333vw;
    margin-top: 1.8666666667vw;
  }
  .p-mv-wrap-read::before {
    width: 13.0666666667vw;
  }
  .p-mv-wrap-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  .p-mv-wrap-ttl ._colorGreen {
    margin-left: 5.3333333333vw;
  }
  .p-mv-wrap-ttl small {
    font-size: 4.8vw;
  }
  .p-mv-wrap-logo {
    width: 78.6666666667vw;
    margin-top: 2.6666666667vw;
    margin-inline: auto;
  }
  .p-mv-wrap-lists {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
  .p-mv-wrap-list {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    padding-left: 5.6vw;
    padding-bottom: 0.5333333333vw;
    border-bottom-width: 0.8vw;
  }
  .p-mv-wrap-list::before {
    width: 4.5333333333vw;
  }
  .p-mv-wrap-img {
    width: 64.2666666667vw;
    aspect-ratio: 241/130;
    margin-top: 4vw;
  }
  .p-mv-button {
    width: 100%;
    margin-bottom: initial;
  }
  .p-mv-btn {
    gap: 0 4.5333333333vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    min-height: 16vw;
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
    filter: drop-shadow(0 1.0666666667vw 0 #06847B);
  }
  .p-mv-btn:hover ._arrow {
    transform: translateX(0.8vw);
  }
  .p-mv-btn::before {
    top: -4vw;
    left: -2.6666666667vw;
    width: 18.6666666667vw;
  }
  .p-mv-btn ._arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
/* p-worry
---------------------------------------------------------------------------- */
.p-worry {
  margin-top: 6rem;
}

.p-worry-container {
  padding-block: 7rem 12rem;
  position: relative;
}

.p-worry-container::before,
.p-worry-container::after {
  content: "";
  position: absolute;
}

.p-worry-container::before {
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  aspect-ratio: 80/60;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_01.svg);
}

.p-worry-container::after {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #E7EEF6;
  clip-path: polygon(100% 0, 100% calc(100% - 6rem), calc(50% + 25.5rem) calc(100% - 6rem), 50% 100%, calc(50% - 25.5rem) calc(100% - 6rem), 0 calc(100% - 6rem), 0 0);
}

.p-worry-box {
  width: fit-content;
  margin-inline: 4.5rem auto;
  padding-left: 18rem;
  position: relative;
}

.p-worry-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15.4rem;
  aspect-ratio: 154/138;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/img_worry_ttl.png);
}

.p-worry-box-txt {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #00408A;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 2.5rem;
  position: relative;
}

.p-worry-box-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 260/18;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_txt_bottom_worry.svg);
}

.p-worry-box-ttl {
  font-size: 5.2rem;
  line-height: 1.5192307692;
  letter-spacing: 0.02em;
  font-weight: 900;
}
.p-worry-box-ttl small {
  font-size: 4.6rem;
}

.p-worry-box-ttl em {
  display: inline-block;
  padding-inline: 0.2em 0.3em;
  margin-right: 0.3em;
  background-image: linear-gradient(180deg, #00408A 0, #3084E5 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.p-worry-box-ttl em::before,
.p-worry-box-ttl em::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 13/20;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_bracket_worry.svg);
}

.p-worry-box-ttl em::before {
  left: 0;
  top: 0.5rem;
}

.p-worry-box-ttl em::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.p-worry-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
  margin-top: 4rem;
}

.p-worry-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-worry-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/bg_worry_item.png);
  filter: drop-shadow(0 0 1.2rem rgba(0, 6, 13, 0.2));
}

.p-worry-item-body {
  flex: 1;
  padding-block: 3rem 6.5rem;
  padding-inline: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.p-worry-item-txt {
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #003572;
  text-align: center;
  align-content: center;
}
.p-worry-item-txt em {
  display: inline-block;
  color: #fff;
  background-color: #00408A;
  padding-inline: 0.1em;
  margin-inline: 0.1em;
}

.p-worry-item-img {
  width: 100%;
  aspect-ratio: 328/178;
}
.p-worry-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-worry-block {
  width: 100%;
  padding-block: 1.5rem 4.8rem;
  position: relative;
}

.p-worry-block::before,
.p-worry-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-worry-block::before {
  left: 0;
  width: 24.4rem;
  aspect-ratio: 244/181;
  background-image: url(./../../images/top/img_worry_block_01.png);
}

.p-worry-block::after {
  right: 3rem;
  width: 23.2rem;
  aspect-ratio: 232/206;
  background-image: url(./../../images/top/img_worry_block_02.png);
}

.p-worry-block-read {
  font-size: 5.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 0.6rem dotted #00D3C3;
  width: fit-content;
  margin-inline: auto;
}
.p-worry-block-read em {
  color: #FF0654;
}
.p-worry-block-read ._exclamation {
  display: inline-block;
  transform: rotate(10deg);
}

@media screen and (max-width: 767px) {
  .p-worry {
    margin-top: initial;
  }
  .p-worry-container {
    padding-block: 5.3333333333vw 20.5333333333vw;
  }
  .p-worry-container::before {
    bottom: -5.8666666667vw;
    width: 21.3333333333vw;
  }
  .p-worry-container::after {
    clip-path: polygon(100% 0, 100% calc(100% - 10.6666666667vw), calc(50% + 25.3333333333vw) calc(100% - 10.6666666667vw), 50% 100%, calc(50% - 25.3333333333vw) calc(100% - 10.6666666667vw), 0 calc(100% - 10.6666666667vw), 0 0);
  }
  .p-worry-box {
    padding-left: initial;
    padding-top: 18.1333333333vw;
  }
  .p-worry-box::before {
    left: 45%;
    transform: translateX(-50%);
    width: 17.3333333333vw;
  }
  .p-worry-box-txt {
    font-size: 4vw;
    line-height: 1.6;
    padding-bottom: 3.2vw;
  }
  .p-worry-box-ttl {
    font-size: 7.4666666667vw;
    line-height: 1.5;
    text-align: center;
  }
  .p-worry-box-ttl small {
    font-size: 6.4vw;
  }
  .p-worry-box-ttl em::before,
  .p-worry-box-ttl em::after {
    width: 2.6666666667vw;
  }
  .p-worry-box-ttl em::before {
    top: 1.3333333333vw;
  }
  .p-worry-items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-worry-item::after {
    background-image: none;
    background-color: #fff;
    border-radius: 2.6666666667vw;
  }
  .p-worry-item-body {
    padding-block: 5.3333333333vw 4vw;
    padding-inline: 5.3333333333vw;
    gap: 3.4666666667vw;
  }
  .p-worry-item-txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-worry-block {
    padding-block: 9.3333333333vw 23.4666666667vw;
  }
  .p-worry-block::before {
    left: 19%;
    width: 28vw;
  }
  .p-worry-block::after {
    right: 19%;
    width: 25.0666666667vw;
  }
  .p-worry-block-read {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    padding-bottom: 1.3333333333vw;
    border-bottom-width: 0.8vw;
  }
}
/* p-solution
---------------------------------------------------------------------------- */
.p-solution {
  padding-block: 8rem;
  padding-inline: min(4.1666666667vw, 80px);
  background-image: linear-gradient(180deg, #FF8402 0, #FF2902 100%);
  background-repeat: no-repeat;
  position: relative;
}

.p-solution::before,
.p-solution::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  aspect-ratio: 69.5/141.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_02.svg);
}

.p-solution::before {
  top: -2.5rem;
}

.p-solution::after {
  bottom: -3rem;
}

.p-solution-container {
  padding-block: 7rem;
  padding-inline: 2rem;
  background-color: #fff;
  border-radius: 2rem;
}

.p-solution-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.p-solution-box-txt {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}

.p-solution-box-txt::before,
.p-solution-box-txt::after {
  content: "";
  width: 0.2rem;
  height: 3.7rem;
  background-color: currentColor;
  border-radius: 10vmax;
}

.p-solution-box-txt::before {
  transform: rotate(-30deg);
}

.p-solution-box-txt::after {
  transform: rotate(30deg);
}

.p-solution-box-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
}
.p-solution-box-ttl ._colorGreen {
  color: #00C6A7;
}
.p-solution-box-ttl ._colorPink {
  color: #FF0654;
}
.p-solution-box-ttl small {
  font-size: 3.3rem;
}

.p-solution-logo {
  width: 52rem;
  aspect-ratio: 520/132;
  margin-top: 3rem;
  margin-inline: auto;
}
.p-solution-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-solution-example {
  border: 0.3rem solid #002B5D;
  border-radius: 1rem;
  position: relative;
  margin-top: 5.5rem;
}

.p-solution-example::after {
  content: "";
  position: absolute;
  bottom: -9.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  aspect-ratio: 35/61;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_03.svg);
}

.p-solution-example-txt {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  line-height: 1.24;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #002B5D;
  border-radius: 10vmax;
  width: 24rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}

.p-solution-exampleBox {
  padding-block: 5rem 3.5rem;
  padding-inline: 2rem;
}

.p-solution-example-img {
  width: 91.6rem;
  aspect-ratio: 916/207;
  margin-inline: auto;
}
.p-solution-example-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-solution-example-read {
  padding-block: 1.5rem;
  padding-inline: 2rem;
  background-color: #E7F1FC;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 2.1rem;
  line-height: 1.5238095238;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #002B5D;
  text-align: center;
}
.p-solution-example-read em {
  font-weight: 900;
}

.p-solution-operation {
  padding-bottom: 9rem;
  margin-top: 14rem;
  position: relative;
}

.p-solution-operation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  aspect-ratio: 80/60;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_01.svg);
}

.p-solution-operation-ttl {
  font-size: 4.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
}
.p-solution-operation-ttl ._colorGreen {
  color: #00C6A7;
}
.p-solution-operation-ttl ._colorPink {
  color: #FF0654;
}

.p-solution-operation-ttl ._num {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 6.5rem;
  line-height: 1;
  position: relative;
}

.p-solution-operation-ttl ._num::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -1.8rem;
  width: 2.6rem;
  aspect-ratio: 26/28;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_solution_star.svg);
}

.p-solution-operation-txt {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
.p-solution-operation-txt em {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #FF8402;
  border-bottom: 0.3rem dotted currentColor;
}

.p-solution-operation-box {
  position: relative;
  margin-top: 5.2rem;
}

.p-solution-operation-box-img {
  width: 99.8rem;
  aspect-ratio: 998/369;
  margin-left: 6.5rem;
}
.p-solution-operation-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-solution-operation-box-txt {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-size: 2.7rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-solution-operation-box-txt ._ruby {
  font-size: 3.7rem;
  line-height: 1.4594594595;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #FF0654;
  position: relative;
}

.p-solution-operation-box-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-solution-blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}

.p-solution-block {
  border: 0.3rem solid #FF8402;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.p-solution-block-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 21rem;
  height: 6.4rem;
  border-radius: 0.5rem 0 1rem 0;
  background-color: #FF8402;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  color: #fff;
  padding-bottom: 0.6rem;
  padding-right: 0.3rem;
}
.p-solution-block-txt ._txt {
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
}
.p-solution-block-txt ._num {
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-solution-block-wrapper {
  display: flex;
}

.p-solution-block-wrapper-img {
  width: min(40.0694444444vw, 577px);
  aspect-ratio: 580/325;
}
.p-solution-block-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .p-solution-block-wrapper-img {
    width: 58rem;
  }
}

.p-solution-block-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-solution-block-wrap-boxes {
  display: flex;
  gap: 0 2rem;
  padding-block: 0.8rem 1.5rem;
  padding-inline: 3rem;
  background-color: #FF8402;
}

.p-solution-block-wrap-boxes-img {
  width: 19.1rem;
  aspect-ratio: 191/81;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-solution-block-wrap-boxes-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-solution-block-wrap-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-solution-block-wrap-box._row {
  flex-direction: row-reverse;
  align-items: center;
  margin-inline: auto;
  gap: 0 1.5rem;
}

.p-solution-block-wrap-box-ttl {
  font-size: 3.2rem;
  line-height: 1.53125;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
}

.p-solution-block-wrap-box-txt {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.p-solution-block-wrap-box-txt ._txx01 {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #FF8402;
  border-radius: 10vmax;
  padding-block: 0.05rem 0.15rem;
  padding-inline: 1.9rem;
  background-color: #fff;
}
.p-solution-block-wrap-box-txt ._txt02 {
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
}

.p-solution-block-wrap-body {
  flex: 1;
  display: flex;
  align-items: center;
  padding-block: 2rem;
  padding-inline: 3rem 4rem;
}

.p-solution-block-wrap-body-read {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-left: 9.2rem;
  position: relative;
}
.p-solution-block-wrap-body-read em {
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 900;
}
.p-solution-block-wrap-body-read ._colorGreen {
  color: #00C6A7;
  border-bottom: 0.3rem dotted currentColor;
}
.p-solution-block-wrap-body-read ._colorPink {
  color: #FF0654;
  border-bottom: 0.3rem dotted currentColor;
}

.p-solution-block-wrap-body-read::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.2rem;
  aspect-ratio: 72/70;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_solution_surprised.svg);
}

@media screen and (max-width: 767px) {
  .p-solution {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-solution::before,
  .p-solution::after {
    width: 8vw;
  }
  .p-solution::before {
    top: -6.1333333333vw;
  }
  .p-solution::after {
    bottom: -6.1333333333vw;
  }
  .p-solution-container {
    padding-block: 9.3333333333vw 8vw;
    padding-inline: initial;
    border-radius: 1.3333333333vw;
  }
  .p-solution-box {
    gap: 1.8666666667vw;
  }
  .p-solution-box-txt {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    column-gap: 2.6666666667vw;
  }
  .p-solution-box-txt::before,
  .p-solution-box-txt::after {
    width: 0.5333333333vw;
    height: 4vw;
  }
  .p-solution-box-ttl {
    font-size: 5.0666666667vw;
    line-height: 1.5263157895;
  }
  .p-solution-box-ttl small {
    font-size: 4vw;
  }
  .p-solution-logo {
    width: 52vw;
    margin-top: 3.2vw;
  }
  .p-solution-example {
    border-width: 0.8vw;
    border-radius: 2.6666666667vw;
    margin-top: 8.8vw;
  }
  .p-solution-example::after {
    bottom: -16vw;
    width: 6.4vw;
  }
  .p-solution-example-txt {
    top: -3.4666666667vw;
    font-size: 4vw;
    line-height: 1.2;
    width: 41.3333333333vw;
    padding-block: 1.3333333333vw;
    padding-inline: 2.6666666667vw;
  }
  .p-solution-exampleBox {
    padding-block: 8vw;
    padding-inline: 5.8666666667vw;
  }
  .p-solution-example-img {
    width: 65.3333333333vw;
    aspect-ratio: 245/325;
  }
  .p-solution-example-read {
    padding-block: 4.5333333333vw;
    padding-inline: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  .p-solution-operation {
    padding-bottom: 21.3333333333vw;
    margin-top: 20vw;
  }
  .p-solution-operation::after {
    width: 21.3333333333vw;
  }
  .p-solution-operation-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
  .p-solution-operation-ttl ._num {
    font-size: 8vw;
  }
  .p-solution-operation-ttl ._num::before {
    top: -3.2vw;
    right: -3.4666666667vw;
    width: 4.1333333333vw;
  }
  .p-solution-operation-txt {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    margin-top: 5.3333333333vw;
  }
  .p-solution-operation-txt em {
    font-size: 4vw;
    line-height: 1.4666666667;
    border-bottom-width: 0.8vw;
  }
  .p-solution-operation-box {
    margin-top: 8vw;
  }
  .p-solution-operation-box-img {
    width: 100%;
    aspect-ratio: 295/320;
    margin-left: initial;
  }
  .p-solution-operation-box-txt {
    bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-solution-operation-box-txt ._ruby {
    font-size: 5.0666666667vw;
    line-height: 1.4210526316;
  }
  .p-solution-blocks {
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-solution-block {
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-solution-block-txt {
    width: 28.5333333333vw;
    height: 8vw;
    border-radius: 1.3333333333vw 0 2.6666666667vw 0;
    gap: 0 1.3333333333vw;
    padding-bottom: 0.8vw;
    padding-right: 0.5333333333vw;
  }
  .p-solution-block-txt ._txt {
    font-size: 3.4666666667vw;
  }
  .p-solution-block-txt ._num {
    font-size: 4.5333333333vw;
  }
  .p-solution-block-wrapper {
    flex-direction: column;
  }
  .p-solution-block-wrapper-img {
    width: 100%;
    height: 40vw;
  }
  .p-solution-block-wrap-boxes {
    align-items: center;
    gap: 0 2.6666666667vw;
    padding-block: 1.3333333333vw;
    padding-inline: 4vw;
  }
  .p-solution-block-wrap-boxes-img {
    width: 29.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .p-solution-block-wrap-box {
    gap: 0.5333333333vw;
  }
  .p-solution-block-wrap-box._row {
    gap: 0 2.6666666667vw;
  }
  .p-solution-block-wrap-box-ttl {
    font-size: 5.0666666667vw;
    line-height: 1.5789473684;
  }
  .p-solution-block-wrap-box-txt {
    gap: 0 1.3333333333vw;
  }
  .p-solution-block-wrap-box-txt ._txx01 {
    font-size: 2.4vw;
    padding-block: 0.1333333333vw 0.4vw;
    padding-inline: 2.6666666667vw;
  }
  .p-solution-block-wrap-box-txt ._txt02 {
    font-size: 2.4vw;
  }
  .p-solution-block-wrap-body {
    align-items: flex-start;
    padding-block: 4.8vw 6.6666666667vw;
    padding-inline: 4.8vw;
  }
  .p-solution-block-wrap-body-read {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    padding-left: 13.8666666667vw;
  }
  .p-solution-block-wrap-body-read em {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-solution-block-wrap-body-read ._colorGreen,
  .p-solution-block-wrap-body-read ._colorPink {
    border-bottom-width: 0.5333333333vw;
  }
  .p-solution-block-wrap-body-read::before {
    top: 0;
    transform: initial;
    width: 11.2vw;
  }
}
/* p-reason
---------------------------------------------------------------------------- */
.p-reason {
  padding-block: 9.5rem 10rem;
  position: relative;
}

.p-reason::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #FAEEE6;
}

.p-reason-blocks {
  display: flex;
  flex-direction: column;
  gap: 14.5rem;
  margin-top: 6rem;
}

.p-reason-block-container {
  position: relative;
  min-height: min(24.84375vw, 477px);
}

.p-reason-block-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: min(24.4270833333vw, 469px);
  aspect-ratio: 469/333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/bg_reason_block.svg);
}

.p-reason-block-container._odd::after {
  left: min(11.4583333333vw, 220px);
}

.p-reason-block-container._even::after {
  right: min(11.4583333333vw, 220px);
}

.p-reason-block-container-img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: min(39.5833333333vw, 760px);
  aspect-ratio: 760/477;
}
.p-reason-block-container-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-reason-block-container-img._odd {
  right: 0;
}

.p-reason-block-container-img._even {
  left: 0;
}

.p-reason-block-wrap {
  width: max-content;
}
.p-reason-block-wrap._odd {
  margin-right: auto;
}
.p-reason-block-wrap._even {
  margin-left: auto;
}

.p-reason-block-wrap-ttl {
  padding-left: 11.4rem;
  position: relative;
}
.p-reason-block-wrap-ttl span {
  font-size: 4rem;
  line-height: 1.525;
  letter-spacing: 0.04em;
  font-weight: 900;
  border-bottom: 0.6rem dotted #00D3C3;
  display: block;
}
.p-reason-block-wrap-ttl em {
  color: #FF0654;
}

.p-reason-block-wrap-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9.2rem;
  aspect-ratio: 92/96;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-reason-block-wrap-ttl._01::before {
  background-image: url(./../../images/top/icn_reason_block_ttl01.svg);
}

.p-reason-block-wrap-ttl._02::before {
  background-image: url(./../../images/top/icn_reason_block_ttl02.svg);
}

.p-reason-block-wrap-ttl._03::before {
  background-image: url(./../../images/top/icn_reason_block_ttl03.svg);
}

.p-reason-block-wrap-items {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 7rem;
  padding-left: 8rem;
}

.p-reason-block-wrap-item-ttl {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #FF2902;
  padding-left: 6.5rem;
  position: relative;
}
.p-reason-block-wrap-item-ttl ._num {
  font-family: "Oswald", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
}
.p-reason-block-wrap-item-ttl ._fz {
  font-size: 2.8rem;
  font-weight: 900;
}
.p-reason-block-wrap-item-ttl ._en {
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
}
.p-reason-block-wrap-item-ttl small {
  font-size: 1.9rem;
  margin-inline: 0.2em;
}
.p-reason-block-wrap-item-ttl ._fzLarge {
  font-size: 3.4rem;
}

.p-reason-block-wrap-item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-reason-block-wrap-item-ttl._01_01::before {
  background-image: url(./../../images/top/icn_reason_block_list01_01.svg);
}

.p-reason-block-wrap-item-ttl._01_02::before {
  background-image: url(./../../images/top/icn_reason_block_list01_02.svg);
}

.p-reason-block-wrap-item-ttl._01_03::before {
  background-image: url(./../../images/top/icn_reason_block_list01_03.svg);
}

.p-reason-block-wrap-item-ttl._02_01::before {
  background-image: url(./../../images/top/icn_reason_block_list02_01.svg);
}

.p-reason-block-wrap-item-ttl._02_02::before {
  background-image: url(./../../images/top/icn_reason_block_list02_02.svg);
}

.p-reason-block-wrap-item-ttl._03_01::before {
  top: -1rem;
  background-image: url(./../../images/top/icn_reason_block_list03_01.svg);
}

.p-reason-block-wrap-item-ttl._03_02::before {
  top: -1rem;
  background-image: url(./../../images/top/icn_reason_block_list03_02.svg);
}

.p-reason-block-wrap-item-txt {
  padding-left: 2.7rem;
  margin-left: 7rem;
  position: relative;
  margin-top: 1rem;
}
.p-reason-block-wrap-item-txt span {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-bottom: 0.3rem dotted currentColor;
}
.p-reason-block-wrap-item-txt em {
  font-weight: 900;
}

.p-reason-block-wrap-item-txt::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 2rem;
  aspect-ratio: 14.5/10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_arrow_right.svg);
}

.p-reason-group {
  margin-top: 12rem;
}

.p-reason-group-ttl {
  display: grid;
  place-content: center;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #fff;
  width: 63rem;
  height: 8rem;
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  margin-inline: auto;
  position: relative;
}

.p-reason-group-ttl::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 2.2rem;
  aspect-ratio: 1;
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.p-reason-group-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
  margin-top: 6rem;
}

.p-reason-group-item {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}

.p-reason-group-item-img {
  width: 25rem;
  aspect-ratio: 1;
}
.p-reason-group-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-reason-group-item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.p-reason-group-item-wrap-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #FF8402;
}

.p-reason-group-item-wrap-txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason {
    padding-block: 9.3333333333vw 16vw;
  }
  .p-reason-blocks {
    gap: 18.6666666667vw;
    margin-top: 8vw;
  }
  .p-reason-block-container {
    min-height: initial;
  }
  .p-reason-block-container::after {
    bottom: 23rem;
    width: 78.6666666667vw;
  }
  .p-reason-block-container._odd::after {
    left: 10.6666666667vw;
  }
  .p-reason-block-container._even::after {
    right: initial;
    left: 10.6666666667vw;
  }
  .p-reason-block-container-img {
    position: initial;
    width: 89.3333333333vw;
    margin-top: 8vw;
  }
  .p-reason-block-container-img._odd {
    margin-left: auto;
  }
  .p-reason-block-container-img._even {
    margin-right: auto;
  }
  .p-reason-block-wrap {
    width: 100%;
  }
  .p-reason-block-wrap-ttl {
    padding-left: 16vw;
  }
  .p-reason-block-wrap-ttl span {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    border-bottom-width: 0.8vw;
    width: max-content;
  }
  .p-reason-block-wrap-ttl::before {
    width: 13.3333333333vw;
  }
  .p-reason-block-wrap-items {
    gap: 6.6666666667vw;
    margin-top: 8vw;
    padding-left: 5.3333333333vw;
  }
  .p-reason-block-wrap-item-ttl {
    font-size: 4.2666666667vw;
    padding-left: 12.5333333333vw;
  }
  .p-reason-block-wrap-item-ttl ._num {
    font-size: 7.2vw;
  }
  .p-reason-block-wrap-item-ttl ._fz {
    font-size: 4.2666666667vw;
  }
  .p-reason-block-wrap-item-ttl ._en {
    font-size: 7.2vw;
  }
  .p-reason-block-wrap-item-ttl small {
    font-size: 3.4666666667vw;
  }
  .p-reason-block-wrap-item-ttl ._fzLarge {
    font-size: 5.3333333333vw;
  }
  .p-reason-block-wrap-item-ttl ._spmt {
    display: inline-block;
    margin-top: 1.8666666667vw;
  }
  .p-reason-block-wrap-item-ttl::before {
    width: 9.8666666667vw;
  }
  .p-reason-block-wrap-item-ttl._03_01::before {
    top: -1.3333333333vw;
  }
  .p-reason-block-wrap-item-ttl._03_02::before {
    top: -1.3333333333vw;
  }
  .p-reason-block-wrap-item-txt {
    padding-left: 5.8666666667vw;
    margin-left: 12vw;
    margin-top: 4.8vw;
  }
  .p-reason-block-wrap-item-txt span {
    font-size: 4vw;
    line-height: 1.5333333333;
    border-bottom-width: 0.5333333333vw;
  }
  .p-reason-block-wrap-item-txt::before {
    top: 1.8666666667vw;
    width: 3.7333333333vw;
  }
  .p-reason-group {
    margin-top: 16vw;
  }
  .p-reason-group-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    width: 73.3333333333vw;
    height: 13.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .p-reason-group-ttl::after {
    width: 4vw;
  }
  .p-reason-group-items {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-top: 8.8vw;
  }
  .p-reason-group-item {
    gap: 0 2.6666666667vw;
  }
  .p-reason-group-item-img {
    width: 34.6666666667vw;
  }
  .p-reason-group-item-wrap {
    gap: 2.6666666667vw;
  }
  .p-reason-group-item-wrap-ttl {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-reason-group-item-wrap-txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
/* p-repeater
---------------------------------------------------------------------------- */
.p-repeater {
  padding-block: 7rem 6rem;
}

.p-repeater-blocks {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 6rem;
}

.p-repeater-block {
  position: relative;
  padding-bottom: 6.5rem;
}

.p-repeater-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: calc(50% + 60rem);
  height: calc(100% - 7rem);
  background-color: #FFF6EC;
}

.p-repeater-block._odd::after {
  left: 0;
  border-radius: 0 1rem 1rem 0;
}

.p-repeater-block._even::after {
  right: 0;
  border-radius: 1rem 0 0 1rem;
}

.p-repeater-block-wrapper {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 4rem;
}
.p-repeater-block-wrapper._even {
  flex-direction: row-reverse;
  gap: 0 2rem;
}

.p-repeater-block-wrapper-img {
  width: 41.8rem;
  aspect-ratio: 418/352;
}
.p-repeater-block-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-repeater-block-wrap {
  width: max-content;
  padding-top: 4.5rem;
}

.p-repeater-block-wrapBox {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-repeater-block-wrap-ttl {
  flex: 1;
  font-size: 4rem;
  line-height: 1.525;
  letter-spacing: 0.06em;
  font-weight: 900;
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-repeater-block-wrap-ttl small {
  font-size: 2.9rem;
}

.p-repeater-block-wrap-lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.7rem;
}

.p-repeater-block-wrap-list {
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 3.8rem;
  position: relative;
}
.p-repeater-block-wrap-list em {
  font-weight: 700;
  color: #FF0654;
  border-bottom: 0.3rem dotted currentColor;
}

.p-repeater-block-wrap-list::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_check_green.svg);
}

.p-repeater-block-group {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  margin-top: 4rem;
  padding-right: 7rem;
}

.p-repeater-block-group-items {
  column-count: 2;
  column-gap: 6.5rem;
}

.p-repeater-block-group-item {
  break-inside: avoid;
}

.p-repeater-block-group-item:nth-child(2) {
  margin-top: 2rem;
}

.p-repeater-block-group-item-txt {
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 3.8rem;
  position: relative;
}
.p-repeater-block-group-item-txt em {
  font-weight: 700;
  color: #FF0654;
}

.p-repeater-block-group-item-txt::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_check_green.svg);
}

.p-repeater-block-group-item-box {
  padding-block: 3rem;
  padding-inline: 4rem;
  background-color: #DDF6F2;
  border-radius: 0.5rem;
  margin-top: 3rem;
}

.p-repeater-block-group-item-box-read {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #06847B;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-repeater-block-group-item-box-txt {
  padding-block: 1.2rem;
  padding-inline: 3rem;
  background-color: #fff;
  border-radius: 10vmax;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 1rem;
}

.p-repeater-hedge {
  margin-top: 8rem;
  position: relative;
}

.p-repeater-hedge::before,
.p-repeater-hedge::after {
  content: "";
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 80/60;
}

.p-repeater-hedge::before {
  z-index: 1;
  width: 8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_01.svg);
}

.p-repeater-hedge::after {
  width: 9rem;
  background-color: #fff;
}

.p-repeater-hedge-container {
  position: relative;
  padding-block: 1rem;
  padding-inline: 1rem;
}

.p-repeater-hedge-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  border-radius: 1rem;
}

.p-repeater-hedge-inner {
  width: 100%;
  height: 24.5rem;
  padding-left: 3.5rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.p-repeater-hedge-inner::before,
.p-repeater-hedge-inner::after {
  content: "";
  position: absolute;
}

.p-repeater-hedge-inner::before {
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  z-index: -1;
  width: 33.5rem;
  aspect-ratio: 335/262;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/bg_repeater_hedge_pc.png);
}

.p-repeater-hedge-inner::after {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
}

.p-repeater-hedge-read {
  font-size: 3.5rem;
  line-height: 1.5142857143;
  letter-spacing: 0.02em;
  font-weight: 900;
}
.p-repeater-hedge-read em {
  font-size: 3rem;
  color: #FF0654;
}

.p-repeater-hedge-read span {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  padding-block: 1.2rem;
  padding-inline: 2.6rem;
  background-color: #00C6A7;
  border-radius: 10vmax;
  position: relative;
  margin-inline: 0.2em;
  margin-top: 1rem;
}

.p-repeater-hedge-read span::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 6.5rem;
  width: 1.6rem;
  aspect-ratio: 1;
  background-color: #00C6A7;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media screen and (max-width: 767px) {
  .p-repeater {
    padding-block: 10.6666666667vw 8vw;
  }
  .p-repeater-blocks {
    gap: 9.3333333333vw;
    margin-top: 8vw;
  }
  .p-repeater-block {
    padding-bottom: 10.6666666667vw;
  }
  .p-repeater-block._odd {
    padding-inline: 5.3333333333vw 9.3333333333vw;
  }
  .p-repeater-block._even {
    padding-inline: 9.3333333333vw 5.3333333333vw;
  }
  .p-repeater-block::after {
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 13.3333333333vw);
  }
  .p-repeater-block._odd::after {
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .p-repeater-block._even::after {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
  .p-repeater-block-wrapper {
    max-width: initial;
  }
  .p-repeater-block-wrapper._odd, .p-repeater-block-wrapper._even {
    gap: 5.3333333333vw;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  .p-repeater-block-wrapper-img {
    width: 73.3333333333vw;
  }
  .p-repeater-block-wrapper-img._odd {
    margin-left: 8vw;
  }
  .p-repeater-block-wrapper-img._even {
    margin-left: 4vw;
  }
  .p-repeater-block-wrap {
    width: 100%;
    padding-top: initial;
  }
  .p-repeater-block-wrapBox {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 1.8666666667vw;
  }
  .p-repeater-block-wrap-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-top: -1.8666666667vw;
  }
  .p-repeater-block-wrap-ttl small {
    font-size: 4.8vw;
  }
  .p-repeater-block-wrap-lists {
    gap: 3.7333333333vw;
    margin-top: 8vw;
  }
  .p-repeater-block-wrap-list {
    font-size: 4vw;
    line-height: 1.5333333333;
    padding-left: 8vw;
  }
  .p-repeater-block-wrap-list em {
    border-bottom-width: 0.5333333333vw;
  }
  .p-repeater-block-wrap-list::before {
    top: 0.5333333333vw;
    width: 5.8666666667vw;
  }
  .p-repeater-block-group {
    max-width: initial;
    padding-right: initial;
    margin-top: 8vw;
  }
  .p-repeater-block-group-items {
    column-count: initial;
  }
  .p-repeater-block-group-item:nth-child(n+2) {
    margin-top: 4vw;
  }
  .p-repeater-block-group-item-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
    padding-left: 8vw;
  }
  .p-repeater-block-group-item-txt::before {
    top: 0.5333333333vw;
    width: 5.8666666667vw;
  }
  .p-repeater-block-group-item-box {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-repeater-block-group-item-box-read {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  .p-repeater-block-group-item-box-txt {
    padding-block: 2.4vw;
    padding-inline: 4.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-top: 2.6666666667vw;
  }
  .p-repeater-hedge {
    margin-top: 14.1333333333vw;
  }
  .p-repeater-hedge::before,
  .p-repeater-hedge::after {
    top: -4.8vw;
  }
  .p-repeater-hedge::before {
    width: 21.3333333333vw;
  }
  .p-repeater-hedge::after {
    width: 24vw;
  }
  .p-repeater-hedge-container {
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
  .p-repeater-hedge-container::after {
    border-radius: 2.6666666667vw;
  }
  .p-repeater-hedge-inner {
    height: 96vw;
    padding-left: initial;
    padding-top: 10.6666666667vw;
    align-items: initial;
    justify-content: center;
  }
  .p-repeater-hedge-inner::before {
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
    width: 56.8vw;
    aspect-ratio: 213/174;
    background-image: url(./../../images/top/bg_repeater_hedge_sp.png);
  }
  .p-repeater-hedge-inner::after {
    border-radius: 2.6666666667vw;
  }
  .p-repeater-hedge-read {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    text-align: center;
  }
  .p-repeater-hedge-read em {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-repeater-hedge-read span {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    padding-block: 1.6vw;
    padding-inline: 3.4666666667vw;
    margin-block: 2.6666666667vw 1.3333333333vw;
  }
  .p-repeater-hedge-read span::after {
    left: 9.3333333333vw;
    width: 2.6666666667vw;
  }
}
/* p-use
---------------------------------------------------------------------------- */
.p-use {
  padding-block: 7.8rem 16rem;
  position: relative;
}

.p-use::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  clip-path: polygon(100% 0, 100% calc(100% - 10rem), 50% 100%, 0 calc(100% - 10rem), 0 0);
}

.p-use-items {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin-top: 6rem;
}

.p-use-item {
  display: flex;
  gap: 0 3rem;
  padding-block: 3rem;
  padding-inline: 3rem 6rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 6, 13, 0.2);
  position: relative;
}

.p-use-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 7.2rem;
  height: 2.6rem;
  background-color: #5E5E5E;
  clip-path: polygon(50% 2.6rem, 0% 0%, 7.2rem 0%);
}

.p-use-item-img {
  width: 27rem;
  aspect-ratio: 270/166;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-use-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-use-item-wrap {
  flex: 1;
}

.p-use-item-wrap-box {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}

.p-use-item-wrap-box-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 900;
}

.p-use-item-wrap-txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-use {
    padding-block: 8.8vw 13.3333333333vw;
  }
  .p-use::after {
    clip-path: polygon(100% 0, 100% calc(100% - 5.3333333333vw), 50% 100%, 0 calc(100% - 5.3333333333vw), 0 0);
  }
  .p-use-items {
    gap: 6.6666666667vw;
    margin-top: 8vw;
    padding-inline: 5.3333333333vw;
  }
  .p-use-item {
    flex-direction: column;
    gap: initial;
    padding-block: 5.3333333333vw 6.9333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 6, 13, 0.2);
  }
  .p-use-item:not(:last-child)::after {
    width: 11.7333333333vw;
    height: 4.2666666667vw;
    clip-path: polygon(50% 4.2666666667vw, 0% 0%, 11.7333333333vw 0%);
  }
  .p-use-item-img {
    width: 100%;
    border-radius: 1.3333333333vw;
    order: 2;
    margin-top: 4vw;
  }
  .p-use-item-wrap {
    display: contents;
  }
  .p-use-item-wrap-box {
    gap: 0 2.6666666667vw;
    order: 1;
  }
  .p-use-item-wrap-box-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-use-item-wrap-txt {
    font-size: 4vw;
    line-height: 1.6;
    order: 3;
    margin-top: 4vw;
  }
}
/* p-all
---------------------------------------------------------------------------- */
.p-all {
  padding-block: 5rem 10rem;
}

.p-all-txt {
  width: fit-content;
  margin-inline: auto;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #FF8402;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.p-all-txt em {
  color: #FF2902;
}

.p-all-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 488/17;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_txt_bottom_all.svg);
}

.p-all-items {
  display: grid;
  grid-template-areas: "item01 item01 item01 item02 item02 item02" "item03 item03 item04 item04 item05 item05";
  grid-template-columns: repeat(6, 1fr);
  gap: 9rem 5rem;
  margin-top: 6rem;
}
.p-all-items > .p-all-item:nth-child(1) {
  grid-area: item01;
}
.p-all-items > .p-all-item:nth-child(2) {
  grid-area: item02;
}
.p-all-items > .p-all-item:nth-child(3) {
  grid-area: item03;
}
.p-all-items > .p-all-item:nth-child(4) {
  grid-area: item04;
}
.p-all-items > .p-all-item:nth-child(5) {
  grid-area: item05;
}

.p-all-item-wrap {
  position: relative;
}

.p-all-item-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 0.3rem solid #FF7317;
  border-radius: 2rem;
  box-sizing: border-box;
}

.p-all-item-wrap-speech-bubble {
  position: absolute;
  top: -3rem;
  left: 2rem;
}

.p-all-item-wrap-box {
  height: 21rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-all-item-wrap-box-img {
  width: 15.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-all-item-wrap-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-all-item-wrap-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  align-content: center;
  padding-block: 0.8rem;
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  border-radius: 0 0 2rem 2rem;
  min-height: 7rem;
}

.p-all-item-txt {
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 3rem;
}
.p-all-item-txt em {
  font-weight: 900;
  color: #FF0654;
}

@media screen and (max-width: 767px) {
  .p-all {
    padding-block: 10.6666666667vw 13.3333333333vw;
  }
  .p-all-txt {
    font-size: 4vw;
    line-height: 1.6;
    padding-bottom: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-all-items {
    display: flex;
    flex-direction: column;
    gap: 16vw;
    margin-top: 10.6666666667vw;
  }
  .p-all-item-wrap::after {
    border-radius: 5.3333333333vw;
    border-width: 0.8vw;
  }
  .p-all-item-wrap-speech-bubble {
    top: -8vw;
    left: 5.3333333333vw;
  }
  .p-all-item-wrap-box {
    height: 40vw;
  }
  .p-all-item-wrap-box-img {
    width: 28.8vw;
  }
  .p-all-item-wrap-ttl {
    font-size: 5.0666666667vw;
    line-height: 1.5263157895;
    padding-block: 1.3333333333vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    min-height: 13.3333333333vw;
  }
  .p-all-item-txt {
    font-size: 4vw;
    line-height: 1.6;
    margin-top: 4.8vw;
  }
}
/* p-function
---------------------------------------------------------------------------- */
.p-function {
  padding-block: 8rem 10rem;
  position: relative;
}

.p-function::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #FAEEE6;
}

.p-function-blocks {
  display: flex;
  flex-direction: column;
  gap: 7.7rem;
  margin-top: 9rem;
}

.p-function-block {
  display: flex;
  align-items: center;
  gap: 0 5rem;
}

.p-function-block._even {
  flex-direction: row-reverse;
}

.p-function-block-img {
  width: 53rem;
  aspect-ratio: 530/328;
}
.p-function-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-function-block-img._01 {
  width: 36rem;
  aspect-ratio: 360/511;
}

.p-function-block-video {
  width: 36rem;
  aspect-ratio: 360/530;
  position: relative;
  cursor: pointer;
}
.p-function-block-video img,
.p-function-block-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-function-block-wrap {
  flex: 1;
  position: relative;
  padding-bottom: 1rem;
}

.p-function-block-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 47rem;
  aspect-ratio: 470/333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/bg_function_block.svg);
}

.p-function-block-wrap._odd::after {
  right: max(-140px, -7.2916666667vw);
}

.p-function-block-wrap._even::after {
  left: max(-140px, -7.2916666667vw);
}

.p-function-block-wrap-box {
  display: flex;
  align-items: flex-start;
  gap: 0 2rem;
  position: relative;
}

.p-function-block-wrap-box._01,
.p-function-block-wrap-box._04,
.p-function-block-wrap-box._05,
.p-function-block-wrap-box._06 {
  width: fit-content;
  padding-right: 10rem;
}

.p-function-block-wrap-box::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  z-index: 1;
  width: 8.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.p-function-block-wrap-box._01::after {
  background-image: url(./../../images/top/icn_function_01.svg);
}

.p-function-block-wrap-box._02::after {
  background-image: url(./../../images/top/icn_function_02.svg);
}

.p-function-block-wrap-box._03::after {
  background-image: url(./../../images/top/icn_function_03.svg);
}

.p-function-block-wrap-box._04::after {
  background-image: url(./../../images/top/icn_function_04.svg);
}

.p-function-block-wrap-box._05::after {
  background-image: url(./../../images/top/icn_function_05.svg);
}

.p-function-block-wrap-box._06::after {
  background-image: url(./../../images/top/icn_function_06.svg);
}

.p-function-block-wrap-box-speech-bubble {
  margin-top: 1rem;
}

.p-function-block-wrap-box-ttl {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-self: center;
}

.p-function-block-wrap-txt {
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 3rem;
}

.p-function-group {
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  padding-block: 0.6rem;
  padding-inline: 0.6rem;
  margin-top: 6.3rem;
}

.p-function-group-container {
  height: 10.8rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

.p-function-group-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4rem;
  height: 100%;
}

.p-function-group-list {
  display: flex;
  align-items: center;
  gap: 0 1.4rem;
}

.p-function-group-list-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  align-content: center;
  width: 14.8rem;
  height: 3.4rem;
  background-color: #FF0654;
  border-radius: 10vmax;
}

.p-function-group-list-txt {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-function {
    padding-block: 12.5333333333vw 13.3333333333vw;
  }
  .p-function-blocks {
    gap: 10.6666666667vw;
    margin-top: 7.2vw;
  }
  .p-function-block,
  .p-function-block._even {
    flex-direction: column-reverse;
    gap: 6.6666666667vw;
  }
  .p-function-block-img {
    width: 100%;
  }
  .p-function-block-img._01 {
    width: 57.3333333333vw;
  }
  .p-function-block-video {
    width: 57.3333333333vw;
  }
  .p-function-block-wrap {
    padding-bottom: initial;
    width: 100%;
  }
  .p-function-block-wrap::after {
    bottom: 2.6666666667vw;
    width: 78.6666666667vw;
  }
  .p-function-block-wrap._odd::after,
  .p-function-block-wrap._even::after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-function-block-wrap-box,
  .p-function-block-wrap-box._01,
  .p-function-block-wrap-box._04,
  .p-function-block-wrap-box._05,
  .p-function-block-wrap-box._06 {
    width: 100%;
    gap: 2.6666666667vw;
    padding-right: initial;
  }
  .p-function-block-wrap-box::after {
    top: 1.3333333333vw;
    width: 14.4vw;
  }
  .p-function-block-wrap-box-speech-bubble {
    margin-top: 1.3333333333vw;
  }
  .p-function-block-wrap-box-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .p-function-block-wrap-txt {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 4.8vw;
  }
  .p-function-group {
    border-radius: 1.3333333333vw;
    padding-block: 1.3333333333vw;
    padding-inline: 1.3333333333vw;
    margin-top: 8vw;
  }
  .p-function-group-container {
    height: 25.8666666667vw;
    padding-inline: 5.3333333333vw 0;
  }
  .p-function-group-lists {
    flex-direction: column;
    align-content: flex-start;
    gap: 2.6666666667vw;
  }
  .p-function-group-list {
    gap: 0 2.6666666667vw;
  }
  .p-function-group-list-ttl {
    font-size: 3.7333333333vw;
    width: 26.6666666667vw;
    height: 6.4vw;
  }
  .p-function-group-list-txt {
    font-size: 4vw;
  }
}
/* p-flow
---------------------------------------------------------------------------- */
.p-flow {
  padding-block: 7.7rem 13rem;
  position: relative;
}

.p-flow::before,
.p-flow::after {
  content: "";
  position: absolute;
}

.p-flow::before {
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  aspect-ratio: 80/60;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_01.svg);
}

.p-flow::after {
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  clip-path: polygon(100% 0, 100% calc(100% - 10rem), 50% 100%, 0 calc(100% - 10rem), 0 0);
}

.p-flow-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4.3rem;
  margin-top: 6.5rem;
}

.p-flow-block {
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-flow-block:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 37%;
  left: calc(100% + 1.4rem);
  width: 1.6rem;
  height: 3.2rem;
  background-color: #06847B;
  clip-path: polygon(1.6rem 50%, 0% 0%, 0% 3.2rem);
}

.p-flow-block-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-flow-block-item::before,
.p-flow-block-item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
}

.p-flow-block-item::before {
  border: 0.2rem solid #00C6A7;
}

.p-flow-block-item::after {
  z-index: -2;
  background-color: #fff;
}

.p-flow-block-item-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: #00C6A7;
  border: 0.3rem solid currentColor;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
  padding-bottom: 0.2rem;
}

.p-flow-block-item-ttl {
  height: 13rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #00C6A7;
  font-size: 2.9rem;
  line-height: 1.3793103448;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #fff;
  display: grid;
  place-content: center;
  padding-top: 2rem;
}

.p-flow-block-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
}

.p-flow-block-item-lists {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-inline: 2rem;
}

.p-flow-block-item-list {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 3.2rem;
  position: relative;
}

.p-flow-block-item-list::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/top/icn_check_orange.svg);
}

.p-flow-block-item-box {
  flex: 1;
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: #E1F1EE;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  margin-inline: 2rem;
}

.p-flow-block-item-box-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #06847B;
}

.p-flow-block-item-box-lists {
  margin-top: 0.5rem;
}

.p-flow-block-item-box-list {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}

.p-flow-block-item-img {
  margin-inline: auto;
}
.p-flow-block-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-flow-block-item-img._03 {
  width: 25rem;
  aspect-ratio: 250/180;
}

.p-flow-block-item-img._04 {
  width: 26.6rem;
  aspect-ratio: 266/180;
}

.p-flow-block-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
  height: 6rem;
  background-color: #FF8402;
  border-radius: 0.5rem;
  margin-top: 1.2rem;
}

.p-flow-block-group-ttl {
  width: 10.2rem;
  height: 2.7rem;
  background-color: #fff;
  border-radius: 10vmax;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #FF8402;
  text-align: center;
  align-content: center;
}

.p-flow-block-group-txt {
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 11.7333333333vw 18.6666666667vw;
  }
  .p-flow::before {
    bottom: -5.3333333333vw;
    width: 21.3333333333vw;
  }
  .p-flow::after {
    clip-path: polygon(100% 0, 100% calc(100% - 5.3333333333vw), 50% 100%, 0 calc(100% - 5.3333333333vw), 0 0);
  }
  .p-flow-blocks {
    grid-template-columns: 1fr;
    gap: 16vw;
    margin-top: 14.6666666667vw;
  }
  .p-flow-block:not(:last-child)::before {
    top: calc(100% + 2.6666666667vw);
    left: 50%;
    transform: translateX(-50%);
    width: 9.6vw;
    height: 4.2666666667vw;
    clip-path: polygon(50% 4.2666666667vw, 0% 0%, 9.6vw 0%);
  }
  .p-flow-block-item::before,
  .p-flow-block-item::after {
    border-radius: 2.6666666667vw;
  }
  .p-flow-block-item::before {
    border-width: 0.5333333333vw;
  }
  .p-flow-block-item-num {
    width: 12.8vw;
    height: 12.8vw;
    border-width: 0.8vw;
    font-size: 5.3333333333vw;
    padding-bottom: 0.5333333333vw;
  }
  .p-flow-block-item-ttl {
    height: 17.8666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 5.3333333333vw;
    line-height: 1.35;
    padding-top: 4vw;
  }
  .p-flow-block-item-body {
    gap: 3.4666666667vw;
    padding-top: 5.3333333333vw;
  }
  .p-flow-block-item-lists {
    gap: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-flow-block-item-list {
    font-size: 4vw;
    line-height: 1.5333333333;
    padding-left: 8vw;
  }
  .p-flow-block-item-list::before {
    top: 0.5333333333vw;
    width: 5.8666666667vw;
  }
  .p-flow-block-item-box {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-inline: 5.3333333333vw;
  }
  .p-flow-block-item-box-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-flow-block-item-box-lists {
    margin-top: 1.3333333333vw;
  }
  .p-flow-block-item-box-list {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  .p-flow-block-item-img {
    margin-top: 1.3333333333vw;
  }
  .p-flow-block-item-img._03 {
    width: 45.3333333333vw;
    aspect-ratio: 170/123;
  }
  .p-flow-block-item-img._04 {
    width: 77.3333333333vw;
    aspect-ratio: 290/115;
  }
  .p-flow-block-group {
    gap: 0 2.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-flow-block-group-ttl {
    width: 25.3333333333vw;
    height: 6.6666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .p-flow-block-group-txt {
    font-size: 4.5333333333vw;
    line-height: 1.5294117647;
  }
}
/* p-price
---------------------------------------------------------------------------- */
.p-price {
  padding-block: 6rem 8rem;
}

.p-price-txt {
  width: fit-content;
  margin-inline: auto;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #FF2902;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 1rem;
}

.p-price-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 202/17;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_txt_bottom_price.svg);
}

.p-price-hedge {
  background-image: linear-gradient(180deg, #FF8402 0, #FF2902 100%);
  background-repeat: no-repeat;
  border-radius: 2rem;
  padding-block: 3.5rem 3rem;
  padding-inline: 8rem;
  margin-top: 6rem;
}

.p-price-hedge-container {
  display: grid;
  grid-template-areas: "img ttl ttl" "img read txt";
  grid-template-columns: repeat(3, auto);
  gap: 1rem 4rem;
  align-items: center;
  justify-content: flex-start;
}

.p-price-hedge-img {
  width: 14.9rem;
  aspect-ratio: 149/146;
  grid-area: img;
}
.p-price-hedge-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-price-hedge-ttl {
  width: fit-content;
  padding-block: 1rem;
  padding-inline: 6rem;
  border-radius: 0.5rem;
  background-color: rgba(13, 24, 36, 0.24);
  font-size: 3.4rem;
  line-height: 1.4117647059;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-left: 3.5rem;
  grid-area: ttl;
}

.p-price-hedge-read {
  font-size: 2.6rem;
  line-height: 1.6538461538;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  margin-left: 0.5rem;
  grid-area: read;
}
.p-price-hedge-read ._num {
  font-family: "Oswald", sans-serif;
  font-size: 4.1rem;
  line-height: 1;
  margin-inline: 0.1em;
}

.p-price-hedge-txt {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  border-bottom: 0.3rem dotted currentColor;
  grid-area: txt;
}

.p-price-hedge-txt ._ruby {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  position: relative;
}

.p-price-hedge-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-price-lists {
  margin-top: 1.7rem;
}

.p-price-list {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

.p-price-block {
  background-color: #DDF6F2;
  border-radius: 1rem;
  border-top: 1rem solid #00C6A7;
  padding-block: 9rem 4rem;
  padding-inline: 6rem;
  margin-top: 14rem;
  position: relative;
}

.p-price-block-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding-block: 2.7rem;
  padding-inline: 13rem 2rem;
  border-radius: 0.5rem;
  background-color: #00C6A7;
  font-size: 4rem;
  line-height: 1.175;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.p-price-block-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%);
  width: 17rem;
  aspect-ratio: 154/151;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/img_price_block_ttl.png);
}

.p-price-block-read {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #FF0654;
  text-align: center;
  padding-inline: 1.5rem;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-price-block-read ._fzLarge {
  font-size: 2.4rem;
  line-height: 1.1666666667;
}

.p-price-block-read::before,
.p-price-block-read::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: 0.2rem;
  height: 2rem;
  background-color: #FF0654;
  border-radius: 10vmax;
}

.p-price-block-read::before {
  left: 0;
  transform: rotate(-30deg);
}

.p-price-block-read::after {
  right: 0;
  transform: rotate(30deg);
}

.p-price-block-read ._ruby {
  position: relative;
}

.p-price-block-read ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-price-block-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 2rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.5rem;
}

.p-price-block-wrap {
  padding-block: 2.65rem;
  padding-inline: 6.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
}

.p-price-block-wrap::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 4rem;
  width: 2.5rem;
  aspect-ratio: 25/20;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.p-price-block-wrap-txt {
  font-size: 2.1rem;
  line-height: 1.5238095238;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-price-block-wrap-txt ._colorPink {
  color: #FF0654;
}
.p-price-block-wrap-txt ._colorGreen {
  color: #00C6A7;
  border-bottom: 0.3rem dotted currentColor;
}

.p-price-block-wrap-img {
  width: 17.8rem;
  aspect-ratio: 178/146;
}
.p-price-block-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-price-block-package {
  border-top: 0.4rem solid #00C6A7;
  border-radius: 0.5rem;
  padding-block: 3.3rem 3.5rem;
  padding-inline: 2rem;
  background-color: #fff;
  position: relative;
  margin-top: 4rem;
}

.p-price-block-package::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 3.3rem;
  aspect-ratio: 33/46;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_04.svg);
}

.p-price-block-package-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 2rem;
  margin-left: 1.5rem;
}

.p-price-block-package-box-img {
  width: 34.6rem;
  aspect-ratio: 346/65;
}
.p-price-block-package-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-price-block-package-box-ttl {
  font-size: 3.1rem;
  line-height: 1.5806451613;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: -0.5rem;
}
.p-price-block-package-box-ttl ._colorPink {
  color: #FF0654;
  margin-left: 0.8rem;
}
.p-price-block-package-box-ttl ._num {
  font-family: "Oswald", sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.p-price-block-package-box-ttl ._fzLarge {
  font-size: 3.8rem;
  line-height: 1.2894736842;
  letter-spacing: normal;
}

.p-price-block-package-box-ttl ._ruby {
  position: relative;
}

.p-price-block-package-box-ttl ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.9em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-price-block-package-txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}

.p-price-group {
  margin-top: 6rem;
  position: relative;
}

.p-price-group::before {
  content: "";
  position: absolute;
  top: -9rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 7.5rem;
  aspect-ratio: 59.5/107.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_arrow_bottom_05.svg);
}

.p-price-group-container {
  position: relative;
  padding-block: 1rem;
  padding-inline: 1rem;
}

.p-price-group-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #FF8402 0, #FF2902 60%, #FF0654 100%);
  background-repeat: no-repeat;
  border-radius: 1rem;
}

.p-price-group-inner {
  width: 100%;
  height: 24.5rem;
  padding-left: 6.5rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.p-price-group-inner::before,
.p-price-group-inner::after {
  content: "";
  position: absolute;
}

.p-price-group-inner::before {
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  z-index: -1;
  width: 33.5rem;
  aspect-ratio: 335/262;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/bg_price_group_pc.png);
}

.p-price-group-inner::after {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
}

.p-price-group-read {
  font-size: 3.5rem;
  line-height: 1.5142857143;
  letter-spacing: 0.02em;
  font-weight: 900;
}
.p-price-group-read ._colorPink {
  font-size: 2.5rem;
  color: #FF0654;
}
.p-price-group-read ._fzLarge {
  font-size: 3.6rem;
  line-height: 1.3611111111;
}
.p-price-group-read ._underline {
  background-image: linear-gradient(to bottom, transparent 60%, #FEE85E 60%);
  background-repeat: no-repeat;
  position: relative;
}
.p-price-group-read ._underline::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  width: 4.1rem;
  aspect-ratio: 41/44;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icn_price_group_read.svg);
}

.p-price-group-read ._bubble {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  padding-block: 1.2rem;
  padding-inline: 2.6rem;
  background-color: #00C6A7;
  border-radius: 10vmax;
  position: relative;
  margin-inline: 0.2em;
  margin-top: 1rem;
}

.p-price-group-read ._bubble::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 6.5rem;
  width: 1.6rem;
  aspect-ratio: 1;
  background-color: #00C6A7;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media screen and (max-width: 767px) {
  .p-price {
    padding-block: 13.3333333333vw 8vw;
  }
  .p-price-txt {
    font-size: 4vw;
    line-height: 1.6;
    padding-bottom: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-price-hedge {
    border-radius: 2.6666666667vw;
    padding-block: 5.3333333333vw 6.6666666667vw;
    padding-inline: 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-price-hedge-container {
    grid-template-areas: "ttl ttl" "img read" "txt txt";
    grid-template-columns: auto 1fr;
    gap: 2.6666666667vw 4vw;
  }
  .p-price-hedge-img {
    width: 21.3333333333vw;
  }
  .p-price-hedge-ttl {
    width: 100%;
    padding-block: 2.1333333333vw;
    padding-inline: 2.6666666667vw;
    border-radius: 0.8vw;
    font-size: 4.5333333333vw;
    line-height: 1.4117647059;
    margin-left: initial;
  }
  .p-price-hedge-read {
    font-size: 4vw;
    line-height: 1.6666666667;
    margin-left: initial;
  }
  .p-price-hedge-read ._num {
    font-size: 5.8666666667vw;
  }
  .p-price-hedge-txt {
    font-size: 4vw;
    line-height: 1.8666666667;
    border-bottom-width: 0.8vw;
    width: fit-content;
    margin-inline: auto;
  }
  .p-price-hedge-txt ._ruby {
    font-size: 5.0666666667vw;
    line-height: 1.4736842105;
  }
  .p-price-lists {
    margin-top: 2.6666666667vw;
  }
  .p-price-list {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  .p-price-block {
    border-radius: 2.6666666667vw;
    border-top-width: 1.3333333333vw;
    padding-block: 16vw 8vw;
    padding-inline: 5.3333333333vw;
    margin-top: 17.3333333333vw;
  }
  .p-price-block-ttl {
    padding-block: 2.1333333333vw;
    padding-inline: 18.6666666667vw 8vw;
    border-radius: 1.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }
  .p-price-block-ttl::before {
    left: -5.3333333333vw;
    width: 21.6vw;
  }
  .p-price-block-read {
    font-size: 4.2666666667vw;
    line-height: 1.375;
    padding-inline: 6.6666666667vw;
  }
  .p-price-block-read ._fzLarge {
    font-size: 5.0666666667vw;
    line-height: 1.1578947368;
  }
  .p-price-block-read::before,
  .p-price-block-read::after {
    bottom: 0;
    width: 0.5333333333vw;
    height: 12vw;
  }
  .p-price-block-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
    width: 100%;
    margin-top: 2.6666666667vw;
  }
  .p-price-block-wrap {
    width: 100%;
    padding-block: 3.4666666667vw;
    padding-inline: 4.8vw;
    border-radius: 1.3333333333vw;
  }
  .p-price-block-wrap::after {
    right: 8vw;
    width: 5.3333333333vw;
  }
  .p-price-block-wrap-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  .p-price-block-wrap-txt ._colorGreen {
    border-bottom-width: 0.8vw;
  }
  .p-price-block-wrap-img {
    width: 33.3333333333vw;
    margin-left: 4vw;
  }
  .p-price-block-package {
    border: 1.0666666667vw solid #00C6A7;
    border-radius: 1.3333333333vw;
    padding-block: 4.8vw 7.4666666667vw;
    padding-inline: 4.8vw;
    margin-top: 21.3333333333vw;
  }
  .p-price-block-package::before {
    top: -16vw;
    width: 8.8vw;
  }
  .p-price-block-package-box {
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
    margin-left: initial;
  }
  .p-price-block-package-box-img {
    width: 64.8vw;
  }
  .p-price-block-package-box-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.55;
    margin-top: initial;
  }
  .p-price-block-package-box-ttl ._colorPink {
    margin-left: 1.3333333333vw;
  }
  .p-price-block-package-box-ttl ._num {
    font-size: 11.2vw;
  }
  .p-price-block-package-box-ttl ._fzLarge {
    font-size: 6.4vw;
  }
  @supports (-moz-appearance: none) {
    .p-price-block-package-box-ttl ._fzLarge {
      font-size: 4.8vw;
    }
  }
  @supports (-webkit-hyphens: none) {
    .p-price-block-package-box-ttl ._fzLarge {
      font-size: 4.8vw;
    }
  }
  .p-price-block-package-txt {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    text-align: left;
    margin-top: 4vw;
  }
  .p-price-group {
    margin-top: 5.3333333333vw;
  }
  .p-price-group::before {
    top: -8.8vw;
    width: 8.8vw;
  }
  .p-price-group-container {
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
  .p-price-group-container::after {
    border-radius: 2.6666666667vw;
  }
  .p-price-group-inner {
    height: 93.3333333333vw;
    padding-left: initial;
    padding-top: 8.8vw;
    align-items: initial;
    justify-content: center;
  }
  .p-price-group-inner::before {
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
    width: 56.8vw;
    aspect-ratio: 213/174;
    background-image: url(./../../images/top/bg_price_group_sp.png);
  }
  .p-price-group-inner::after {
    border-radius: 2.6666666667vw;
  }
  .p-price-group-read {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    text-align: center;
  }
  .p-price-group-read ._colorPink {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-price-group-read ._fzLarge {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
  .p-price-group-read ._underline::before {
    top: -2.6666666667vw;
    left: -4.8vw;
    width: 5.8666666667vw;
  }
  .p-price-group-read ._bubble {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    padding-block: 1.6vw;
    padding-inline: 3.4666666667vw;
    margin-block: 2.6666666667vw 1.3333333333vw;
  }
  .p-price-group-read ._bubble::after {
    left: 9.3333333333vw;
    width: 2.6666666667vw;
  }
}
/* p-cta-second
---------------------------------------------------------------------------- */
.p-cta-second {
  padding-block: 5rem 6.5rem;
  position: relative;
}

.p-cta-second::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/top/bg_cta_second_pc.png);
}

.p-cta-second-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 4rem;
}

.p-cta-second-wrap-img {
  width: 50.9rem;
  aspect-ratio: 509/130;
}
.p-cta-second-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-cta-second-wrap-txt {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #FF2902;
  background-color: #fff;
  padding-block: 3.3rem;
  padding-inline: 2.3rem;
  border-radius: 0.5rem;
  position: relative;
}
.p-cta-second-wrap-txt ._num {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
}
.p-cta-second-wrap-txt small {
  font-size: 2.8rem;
  font-weight: 700;
}

.p-cta-second-wrap-txt::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 3rem;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.p-cta-second-wrap-txt ._ruby {
  font-size: 3.6rem;
  position: relative;
}

.p-cta-second-wrap-txt ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.4em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-cta-second-txt {
  font-size: 2.3rem;
  line-height: 1.4347826087;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.2rem;
  margin-top: 2.5rem;
  margin-left: 2rem;
  width: fit-content;
}

.p-cta-second-txt::before,
.p-cta-second-txt::after {
  content: "";
  width: 0.2rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 10vmax;
}

.p-cta-second-txt::before {
  transform: rotate(-30deg);
}

.p-cta-second-txt::after {
  transform: rotate(30deg);
}

.p-cta-second-button {
  width: 47.35rem;
  margin-top: 1rem;
}

.p-cta-second-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 1rem;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-inline: 6rem 2.8rem;
  height: 8.5rem;
  border-radius: 10vmax;
  background-color: #004A9F;
  filter: brightness(1) drop-shadow(0 0.4rem 0 #00060D);
  transition: filter 0.3s ease;
}
.p-cta-second-btn:hover {
  filter: brightness(1.1) drop-shadow(0 0.4rem 0 #00060D);
}
.p-cta-second-btn:hover ._arrow {
  transform: translateX(0.5rem);
}

.p-cta-second-btn ._arrow {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_btn_arrow_blue.svg);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-cta-second {
    padding-block: 10.6666666667vw 57.3333333333vw;
  }
  .p-cta-second::after {
    background-image: url(./../../images/top/bg_cta_second_sp.png);
  }
  .p-cta-second-wrap {
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .p-cta-second-wrap-img {
    width: 78.6666666667vw;
  }
  .p-cta-second-wrap-txt {
    font-size: 4.8vw;
    padding-block: 4.5333333333vw 4vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .p-cta-second-wrap-txt ._num {
    font-size: 5.0666666667vw;
  }
  .p-cta-second-wrap-txt small {
    font-size: 4.8vw;
  }
  .p-cta-second-wrap-txt::after {
    left: 5.3333333333vw;
    width: 4vw;
  }
  .p-cta-second-wrap-txt ._ruby {
    font-size: 6.1333333333vw;
  }
  .p-cta-second-txt {
    font-size: 4vw;
    line-height: 1.4;
    column-gap: 3.4666666667vw;
    margin-top: 6.6666666667vw;
    margin-inline: auto;
  }
  .p-cta-second-txt::before,
  .p-cta-second-txt::after {
    width: 0.5333333333vw;
    height: 6.1333333333vw;
  }
  .p-cta-second-button {
    width: 78.6666666667vw;
    margin-inline: auto;
    margin-top: 2.6666666667vw;
  }
  .p-cta-second-btn {
    gap: 0 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    padding-inline: 9.3333333333vw 4vw;
    height: 16vw;
    filter: brightness(1) drop-shadow(0 0.8vw 0 #00060D);
  }
  .p-cta-second-btn:hover {
    filter: brightness(1.1) drop-shadow(0 0.8vw 0 #00060D);
  }
  .p-cta-second-btn:hover ._arrow {
    transform: translateX(0.8vw);
  }
  .p-cta-second-btn ._arrow {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
/* p-faq
---------------------------------------------------------------------------- */
.p-faq {
  padding-block: 8rem;
}

.p-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 4rem;
}

.p-faq-accordion-item {
  border: 1px solid #EEEFF0;
  border-radius: 0.5rem;
  background-color: #fff;
}

.p-faq-accordion-title {
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 100%;
  padding-block: 2.1rem;
  padding-inline: 9rem 7rem;
  position: relative;
}

.p-faq-accordion-title::after {
  content: "";
  width: 4rem;
  aspect-ratio: 40/46;
  background-image: url(./../../images/top/icn_faq_q.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2rem;
  left: 3rem;
}

.p-faq-accordion-title.open .p-faq-accordion-icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-faq-accordion-icon {
  display: block;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #FF8402;
  border-radius: 50%;
}

.p-faq-accordion-icon::before,
.p-faq-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%;
  width: 1.3rem;
  height: 0.3rem;
  background-color: #fff;
  transition: transform 0.3s ease 0s;
  border-radius: calc(infinity * 1px);
}

.p-faq-accordion-icon::before {
  transform: translateY(-50%);
}

.p-faq-accordion-icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-faq-accordion-content {
  display: none;
  padding-block: 1.3rem 3.4rem;
  padding-inline: 9rem 3rem;
  position: relative;
}

.p-faq-accordion-content-txt {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-faq-accordion-content-txt::after {
  content: "";
  width: 4rem;
  aspect-ratio: 40/46;
  background-image: url(./../../images/top/icn_faq_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0rem;
  left: 3rem;
  transition: all 0.3s ease-in-out;
}

.p-faq-accordion-item.open .p-faq-accordion-content-txt::after {
  top: 1rem;
  translate: 0 0;
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 10.6666666667vw 13.3333333333vw;
  }
  .p-faq-accordion {
    gap: 2.4vw;
    margin-top: 8vw;
  }
  .p-faq-accordion-item {
    border-radius: 1.3333333333vw;
  }
  .p-faq-accordion-title {
    font-size: 4vw;
    line-height: 1.5333333333;
    padding-block: 5.6vw;
    padding-inline: calc(5.3333333333vw + 9.3333333333vw + 3.2vw) calc(2.1333333333vw + 5.8666666667vw + 5.3333333333vw);
  }
  .p-faq-accordion-title::after {
    width: 9.3333333333vw;
    aspect-ratio: 40/46;
    top: 50%;
    left: 5.3333333333vw;
    translate: 0 -50%;
  }
  .p-faq-accordion-icon {
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .p-faq-accordion-icon::before,
  .p-faq-accordion-icon::after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
  .p-faq-accordion-content {
    padding-block: 1.0666666667vw 5.3333333333vw;
    padding-inline: calc(5.3333333333vw + 9.3333333333vw + 3.2vw) 5.3333333333vw;
  }
  .p-faq-accordion-content-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  .p-faq-accordion-content-txt::after {
    width: 9.3333333333vw;
    top: 0vw;
    left: 5.3333333333vw;
  }
  .p-faq-accordion-item.open .p-faq-accordion-content-txt::after {
    top: 0.2666666667vw;
  }
}
/* p-bnr
---------------------------------------------------------------------------- */
.p-bnr {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 33rem;
  aspect-ratio: 330/230;
  z-index: 9999;
}
.p-bnr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-bnr {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 58.6666666667vw;
    aspect-ratio: 220/164.78;
  }
}
