html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #00060D;
  font-size: 1.5rem;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

.l-content {
  max-width: 120rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .l-content {
    max-width: 100%;
    padding-inline: 5.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

.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(../image/function/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;
}

@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-cta-lp -------------*/
/*------------- 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 ._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-worry
---------------------------------------------------------------------------- */
/* p-solution
---------------------------------------------------------------------------- */
/* p-reason
---------------------------------------------------------------------------- */
/* p-repeater
---------------------------------------------------------------------------- */
/* p-use
---------------------------------------------------------------------------- */
/* p-all
---------------------------------------------------------------------------- */
/* 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(../image/function/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(../image/function/icn_function_01.svg);
}

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

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

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

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

.p-function-block-wrap-box._06::after {
  background-image: url(../image/function/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;
  background-color: #F6F6F6;
}

.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(../image/function/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;
  }
}
