/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*! http://meyerweb.com/eric/tools/css/reset/ */
/*!   v2.0 | 20110126 */
/*!   License: none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block;}body { line-height: 1;}ol,ul { list-style: none;}blockquote,q { quotes: none;}blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none;}table { border-collapse: collapse; border-spacing: 0;}

/*--------------------------------------------------------*/
/*! _font*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: normal;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: bold;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*--------------------------------------------------------*/
/*! _color*/
/*--------------------------------------------------------*/
:root {
  --c_orange01: #fa4f01;
  --c_orange02: #fe8317;
  --c_orange03: #fcdeba;
  --c_orange04: #faba04;
  --c_orange05: #fbf6ee;
  --c_orange06:#f9f6e6;
  --c_red: #dc0420;
  --c_yellow: #fee101;
  --c_black: #002b3c;
  --txt_black: #00293a;
  --c_gray: #eeeeee;
  --c_white: #FFF;
  --txt_white: var(--c_white);
  --bg_base:#f3f3f3;
  --bg_body: var(--c_white);
  --bg_footer: var(--c_gray);
  --bg_sec: var(--c_orange03);
  --btn_line: #06c755;
  --btn_line_shadow01: #024e34;
  --btn_line_shadow02: #016837;
  --btn_tel: var(--c_orange02);
  --btn_tel_shadow01: #c65400;
  --btn_tel_shadow02: #e55000;
  --shadow_black01: #262031;
  --shadow_black02: rgba(52, 52, 81, 0.6);
  --shadow_black03: #00293a;
  --shadow_brown01: #c65400;
  --shadow_brown02:#da6500;
  --gradient01: #faba04 0%, #f88117 66.7% 100%;
  --gradient02: #faba04 0% 65%, #f88117 90% 100%;
  --border: #ddd4d5;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0em;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: var(--bg_base);
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: var(--txt_black);
}

a {
  color: inherit;
  text-decoration: none;
}

span {
  display: inline-block;
  letter-spacing: inherit;
}

picture {
  display: block;
}

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

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-wrapper-limit {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: var(--bg_body);
}

/*離脱防止ポップアップ：PC表示*/
#WMUWeWtM1701823236 .wm-modal-window {
  max-width: 375px !important;
}

@media screen and (min-width: 500px) {
  #WMUWeWtM1701823236 .wm-modal .wm-modal-body-content {
    max-width: 375px !important;
  }
}

/*--------------------------------------------------------*/
/*! _footer*/
/*--------------------------------------------------------*/
.l-footer {
  margin-top: -4px;
  padding: 13px 0 15px;
  background-color: var(--bg_footer);
}
.l-footer__company {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
}
.l-footer__text {
  margin-top: 8px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}
.l-footer__list {
  margin-top: 8px;
}
.l-footer__li-item {
  text-align: center;
}
.l-footer__li-link {
  display: inline-block;
  width: 85px;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
.l-footer__li-link.hp {
  padding: 5px 0;
  background-color: var(--txt_black);
  font-weight: bold;
  color: var(--txt_white);
}
.l-footer__copy-right {
  margin-top: 7px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}


/*!--------------------------------------------------------*/
/*! _top*/
/*!--------------------------------------------------------*/
.p-summary__text, .p-flow__li-heading, .p-flow__li-num, .p-point__li-heading .num::before, .p-point__li-heading, .p-point__sec-title, .p-step__li-heading::before, .p-intro-bot__li-text, .p-intro-bot__li-heading, .p-intro-mid__sec-title, .p-intro-top__text, .p-cta__btn .bg-white, .p-cta__btn.tel .p-cta__btn-text, .p-cta__btn.line .p-cta__btn-text .fz-l, .p-cta__text, .p-flow__sec-title, .p-question__sec-title, .p-voice__sec-title, .p-step__sec-title {
  font-feature-settings: "palt";
}

.p-flow__sec-title, .p-question__sec-title, .p-voice__sec-title, .p-step__sec-title {
  width: 96%;
  padding: 12px 0;
  margin-inline: auto;
  border-top: 3px solid var(--c_orange01);
  border-bottom: 3px solid var(--c_orange01);
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--c_orange01);
  text-align: center;
}

/*--------------------------------------------------------*/
/*! <fv>*/
/*--------------------------------------------------------*/
.p-fv {}

/*--------------------------------------------------------*/
/*! <cta>*/
/*--------------------------------------------------------*/
.p-cta {
  padding: 37px 0;
}
.p-cta__text {
  margin-bottom: 12px;
  font-size: 19.5px;
  font-size: 1.21875rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
}
.p-cta__text .text-orange {
  color: var(--c_orange02);
}
.p-cta__btn {
  display: block;
  width: 92%;
  max-width: 400px;
  padding: 12px 6.66% 7px 0;
  margin: 0 auto 6px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.p-cta__btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-cta__btn::after {
  content: "";
  width: 53px;
  aspect-ratio: 1/1;
  background-color: var(--c_white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translate(-50%, -50%);
}
.p-cta__btn.line {
  margin-top: 5px;
  background-color: var(--btn_line);
  box-shadow: 0 2px 0 var(--btn_line_shadow01), 0 6px 0 var(--btn_line_shadow02);
  animation: move 2s linear infinite;
}
.p-cta__btn.line .bg-white {
  color: var(--btn_line);
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
.p-cta__btn.line .p-cta__btn-text {
  margin-top: 5px;
  margin-bottom: 9px;
  font-size: 21.5px;
  font-size: 1.34375rem;
  font-weight: 600;
}
.p-cta__btn.line .p-cta__btn-text .fz-l {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-cta__btn.line .p-cta__btn-text .mr-ng10 {
  margin-right: -0.1em;
}
.p-cta__btn.line::before {
  background-image: url(../img/icon-line.webp);
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.p-cta__btn.tel {
  margin-top: 19px;
  background-color: var(--btn_tel);
  box-shadow: 0 2px 0 var(--btn_tel_shadow01), 0 6px 0 var(--btn_tel_shadow02);
}
.p-cta__btn.tel .bg-white {
  color: var(--btn_tel);
}
.p-cta__btn.tel .p-cta__btn-text {
  margin-top: 5px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  letter-spacing: 0.03em;
}
.p-cta__btn.tel::before {
  background-image: url(../img/icon-phone.webp?02);
}
.p-cta__btn .bg-white {
  display: block;
  width: 255px;
  width: 80%;
  padding: 5px 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 100vh;
  background-color: var(--c_white);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.p-cta__btn-text {
  display: block;
  width: 255px;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  color: var(--txt_white);
}

/*--------------------------------------------------------*/
/*! <intro>*/
/*--------------------------------------------------------*/
.p-intro-top {
  height: min(106.6vw, 533px);
  background-image: url(../img/intro-top-bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-intro-top__list {
  padding: 8.13% 6% 0;
}
.p-intro-top__li-item:nth-child(2) {
  margin-top: 20%;
}
.p-intro-top__li-item:nth-child(3) {
  margin-top: 19%;
}
.p-intro-top__li-text {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: var(--txt_white);
  text-shadow: 1px 2px 2.5px var(--shadow_black01);
  position: relative;
}
.p-intro-top__li-text::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 3px;
  background-image: url(../img/icon-check.webp);
  background-size: cover;
}
.p-intro-top__li-text::after {
  content: "";
  width: 30%;
  aspect-ratio: 1/1;
  background-size: cover;
  filter: drop-shadow(0 0 14px var(--shadow_black02));
  position: absolute;
  transform: translateY(-100%);
}
.p-intro-top__li-text .fz-s {
  font-size: 21.5px;
  font-size: 1.34375rem;
  align-self: end;
}
.p-intro-top__li-text.phone::after {
  content: none;
}
.p-intro-top__li-text.money {
  transform: translateX(154px);
  transform: translateX(min(41vw, 205px));
}
.p-intro-top__li-text.money::after {
  background-image: url(../img/intro-img01.webp);
  top: max(-1.86vw, -9px);
  left: 65px;
}
.p-intro-top__li-text.home::after {
  background-image: url(../img/intro-img02.webp);
  top: max(-4.66vw, -23px);
  left: 11.5px;
}
.p-intro-top__text {
  margin-top: 50px;
  margin-top: 15%;
  font-size: 17.5px;
  font-size: 1.09375rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  text-shadow: 0 0 13.5px var(--c_white), 0 0 13.5px var(--c_white);
}
.p-intro-top__text .text-red {
  display: inline-block;
  margin-top: 5px;
  font-size: 29px;
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
  color: var(--c_red);
  position: relative;
}
.p-intro-top__text .text-red::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c_red);
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
}
.p-intro-mid {
  height: min(70.8vw, 354px);
  padding-top: min(14.8vw, 74px);
  margin-top: max(-14.8vw, -74px);
  background-image: url(../img/intro-mid-bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.p-intro-mid__sec-title {
  width: fit-content;
  font-size: 29px;
  font-size: 1.8125rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.1;
  color: var(--c_orange01);
  text-align: center;
  position: absolute;
  bottom: min(25.7vw, 128px);
  left: min(10.26vw, 51px);
}
.p-intro-mid__sec-title::before, .p-intro-mid__sec-title::after {
  content: "";
  width: 22px;
  height: 51.5px;
  margin: 0 4px;
  background-image: url(../img/intro-heading-dec.webp);
  background-size: cover;
  position: absolute;
  bottom: 3px;
}
.p-intro-mid__sec-title::before {
  right: 100%;
}
.p-intro-mid__sec-title::after {
  left: 100%;
  scale: -1 1;
}
.p-intro-bot {
  padding: 25px 0;
  background: linear-gradient(to right, var(--gradient01));
  position: relative;
}
.p-intro-bot::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/intro-bot-bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-intro-bot__heading {
  width: 266px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.p-intro-bot__cont {
  padding-top: 37.5px;
  padding-bottom: 16px;
  margin-top: -27.5px;
  background-color: var(--c_white);
  position: relative;
}
.p-intro-bot__cont::before {
  content: "";
  width: 66.5px;
  height: 68.5px;
  background-image: url(../img/intro-bot-dec01.webp);
  background-size: cover;
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(-116px);
}
.p-intro-bot__cont::after {
  content: "";
  width: 75.5px;
  height: 67px;
  background-image: url(../img/intro-bot-dec02.webp);
  background-size: cover;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(111px);
}
.p-intro-bot__list {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.p-intro-bot__li-item {
  width: 33.2%;
  border: 0.5px solid var(--c_black);
}
.p-intro-bot__li-heading {
  padding: 7px 0;
  background-color: var(--c_black);
  font-size: 19.5px;
  font-size: 1.21875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--txt_white);
  text-align: center;
  position: relative;
}
.p-intro-bot__li-heading::after {
  content: "";
  width: 39.5px;
  height: 14px;
  background-image: url(../img/intro-bot-arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -4px);
}
.p-intro-bot__li-cont {
  padding: 16px 0 11.5px;
}
.p-intro-bot__li-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--c_red);
}
.p-intro-bot__li-img {
  margin: 8.5px auto 0;
  width: 92%;
}

/*--------------------------------------------------------*/
/*! <step>*/
/*--------------------------------------------------------*/
.p-step {
  padding: 20px 0 23px;
  background-color: var(--bg_sec);
}
.p-step__sec-title {
  -webkit-text-stroke: 3px var(--c_white);
  text-stroke: 3px var(--c_white);
  position: relative;
}
.p-step__sec-title::before {
  content: attr(data-title);
  -webkit-text-stroke: 0;
  text-stroke: 0;
  letter-spacing: 0.05em;
  position: absolute;
}
.p-step__list {
  width: 96%;
  max-width: 400px;
  margin: 22px auto 0;
}
.p-step__li-item {
  counter-increment: num;
}
.p-step__li-item:nth-child(1) .p-step__li-heading {
  background-color: var(--c_orange01);
}
.p-step__li-item:nth-child(1) .p-step__li-heading::after {
  background-color: var(--c_orange01);
}
.p-step__li-item:nth-child(1) .p-step__li-img {
  width: 66px;
}
.p-step__li-item:nth-child(2) .p-step__li-heading {
  background-color: var(--c_orange02);
}
.p-step__li-item:nth-child(2) .p-step__li-heading::after {
  background-color: var(--c_orange02);
}
.p-step__li-item:nth-child(2) .p-step__li-img {
  width: 118px;
}
.p-step__li-item:nth-child(3) .p-step__li-heading {
  background-color: var(--c_orange04);
}
.p-step__li-item:nth-child(3) .p-step__li-heading::after {
  background-color: var(--c_orange04);
}
.p-step__li-item:nth-child(3) .p-step__li-img {
  width: 78px;
}
.p-step__li-item:nth-child(4) .p-step__li-heading {
  background-color: var(--c_yellow);
}
.p-step__li-item:nth-child(4) .p-step__li-heading::after {
  background-color: var(--c_yellow);
}
.p-step__li-item:nth-child(4) .p-step__li-img {
  width: 67px;
}
.p-step__li-heading {
  padding: 4px 0;
  position: relative;
}
.p-step__li-heading::before {
  display: inline-block;
  content: "step" counter(num);
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--txt_white);
  text-transform: uppercase;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-step__li-heading::after {
  content: "";
  width: 115px;
  height: 26.5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-step__li-cont {
  height: 116.5px;
  padding: 32.5px 20px 0 35px;
  padding: 32.5px 5.6% 0 9.72%;
  background-color: var(--c_white);
  position: relative;
}
.p-step__li-img {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(180px);
}
.p-step__li-text01 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}
.p-step__li-text01 .text-red {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 800;
  color: var(--c_red);
}
.p-step__li-text02 {
  margin-top: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.p-step__li-text02 .text-red {
  font-size: 22.5px;
  font-size: 1.40625rem;
  color: var(--c_red);
}

/*--------------------------------------------------------*/
/*! <point>*/
/*--------------------------------------------------------*/
.p-point {
  padding-top: 45px;
  background-image: url(../img/point-bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-point__sec-title {
  width: fit-content;
  margin: 0 auto;
  font-size: 32.5px;
  font-size: 2.03125rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.p-point__sec-title::before, .p-point__sec-title::after {
  content: "";
  width: 28.5px;
  height: 88.5px;
  margin: 0 8px;
  background-image: url(../img/point-title-dec.webp);
  background-size: cover;
  position: absolute;
  top: 2px;
}
.p-point__sec-title::before {
  right: 100%;
}
.p-point__sec-title::after {
  left: 100%;
  scale: -1 1;
}
.p-point__sec-title .fz-s {
  font-size: 24.5px;
  font-size: 1.53125rem;
}
.p-point__sec-title .fz-m {
  font-size: 47px;
  font-size: 2.9375rem;
}
.p-point__sec-title .fz-l {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 68px;
  font-size: 4.25rem;
  color: var(--c_red);
}
.p-point__list {
  margin-top: 42.5px;
  background-color: var(--c_yellow);
}
.p-point__li-item {
  counter-increment: num;
}
.p-point__li-item:nth-child(3) .p-point__li-heading {
  padding-left: 16.5px;
}
.p-point__li-item:last-child .p-point__li-cont {
  padding-bottom: 25px;
}
.p-point__li-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55.5px;
  background-color: var(--c_orange01);
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--txt_white);
  text-align: center;
  position: relative;
}
.p-point__li-heading .num {
  display: block;
  width: 62.5px;
  aspect-ratio: 1/1;
  background-color: var(--c_orange02);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(-117px, -50%);
}
.p-point__li-heading .num::before {
  content: "Point" counter(num);
  padding: 0 2px;
  background: linear-gradient(transparent 0 75%, var(--c_yellow) 75% 100%);
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: var(--c_orange01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-point__li-heading .num::after {
  content: "";
  width: 68.5%;
  aspect-ratio: 1/1;
  background-color: var(--c_white);
  border-radius: 50%;
  box-shadow: 1px 1.5px 6.5px 0.5px var(--shadow_brown01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-point__li-heading .fz-s {
  margin-bottom: 3px;
  font-size: 18.5px;
  font-size: 1.15625rem;
}
.p-point__li-cont {
  width: 93.33%;
  max-width: 400px;
  padding: 18.5px 0 47.5px;
  margin: 0 auto;
  background-color: var(--c_white);
  box-shadow: 0 0 6.5px rgba(0, 41, 58, 0.31);
}
.p-point__li-text {
  width: fit-content;
  margin: 0 auto;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.45;
}
.p-point__li-text .highlight {
  background: linear-gradient(transparent 0 65%, var(--c_yellow) 65% 90%, transparent 90% 100%);
}
.p-point__li-img {
  width: 92.3%;
  margin: 22px auto 0;
}
.p-point__textArea {
  padding: 18.5px 0 38px;
  clip-path: polygon(0 0, 100% 0, 100% 76%, 50% 100%, 0 76%);
  background-color: var(--c_orange01);
}
.p-point__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: var(--txt_white);
}
.p-point__text .text-yellow {
  font-size: 27.5px;
  font-size: 1.71875rem;
  color: var(--c_yellow);
}
.p-point__text .fz-m {
  margin: 5px 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-point__text .fz-l {
  font-size: 25px;
  font-size: 1.5625rem;
}
.p-point + .p-cta {
  margin-top: -12px;
}

/*--------------------------------------------------------*/
/*! <voice>*/
/*--------------------------------------------------------*/
.p-voice__list {
  width: 92.5%;
  max-width: 347px;
  margin: 25px auto 0;
}
.p-voice__li-item {
  display: flex;
  padding: 8.5px 5px 16.5px 4.5px;
  background-color: var(--c_orange05);
  border: 1px solid var(--border);
}
.p-voice__li-item:not(:first-child) {
  margin-top: 13.5px;
}
.p-voice__li-img {
  width: 70.5px;
  margin-right: 3.5px;
}
.p-voice__li-img img {
  border-radius: 50%;
}
.p-voice__li-name {
  margin-top: 3px;
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 500;
  text-align: center;
}
.p-voice__li-cont {
  flex: 1;
  padding-top: 2.5px;
}
.p-voice__li-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.266;
}
.p-voice__li-text .mr-ng46 {
  margin-right: -0.46em;
}
.p-voice__li-text + .p-voice__li-text {
  margin-top: 24px;
}

/*--------------------------------------------------------*/
/*! <question>*/
/*--------------------------------------------------------*/
.p-question {
  padding-top: 25px;
}
.p-question__ac {
  width: 92.5%;
  max-width: 347px;
  margin: 25px auto 0;
}
.p-question__ac-item:not(:first-child) {
  margin-top: 16px;
}
.p-question__ac-item[open] .p-question__question::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-question__question {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 18px;
  background-color: var(--c_orange02);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.266;
  color: var(--txt_white);
  position: relative;
  cursor: pointer;
}
.p-question__question::-webkit-details-marker {
  display: none;
}
.p-question__question::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9.5px;
  clip-path: polygon(0 0, 15% 0, 50% 75%, 85% 0, 100% 0, 50% 100%);
  background-color: var(--c_white);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.p-question__question-text {
  padding-left: 30px;
  position: relative;
}
.p-question__question-text::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.p-question__answer {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 11px 10px 15px 16px;
  background-color: var(--c_orange06);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-question__answer-text {
  padding-left: 30px;
  position: relative;
}
.p-question__answer-text::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}
.p-question__answer-text .text-red {
  font-weight: bold;
  color: var(--c_red);
}

/*--------------------------------------------------------*/
/*! <flow>*/
/*--------------------------------------------------------*/
.p-flow {
  padding-top: 26px;
}
.p-flow__container {
  padding: 21px 0 30px;
  margin-top: 19px;
  background-color: var(--c_orange02);
}
.p-flow__list {
  width: 87.7%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.p-flow__li-item {
  display: flex;
  align-items: start;
  counter-increment: num;
  position: relative;
}
.p-flow__li-item:not(:last-child) {
  padding-bottom: 13px;
}
.p-flow__li-item:not(:last-child)::before {
  content: "";
  width: 2.5px;
  height: 100%;
  background-color: var(--c_yellow);
  position: absolute;
  top: 0;
  left: 31.5px;
}
.p-flow__li-item:nth-child(1) .p-flow__li-img {
  width: 97.5px;
}
.p-flow__li-item:nth-child(2) .p-flow__li-img {
  width: 150.5px;
}
.p-flow__li-item:nth-child(3) .p-flow__li-img {
  width: 124px;
}
.p-flow__li-item:nth-child(4) .p-flow__li-img {
  width: 91px;
}
.p-flow__li-item:nth-child(5) .p-flow__li-img {
  width: 71px;
}
.p-flow__li-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  aspect-ratio: 1/1;
  margin-right: 12.5px;
  background-color: var(--c_yellow);
  border-radius: 50%;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--c_red);
  z-index: 2;
}
.p-flow__li-num::before {
  content: "step" counter(num);
  text-transform: uppercase;
}
.p-flow__li-cont {
  flex: 1;
  height: 161.5px;
  background-color: var(--c_white);
  border: 1px solid var(--c_white);
  position: relative;
}
.p-flow__li-heading {
  padding: 5px 0;
  background-color: var(--c_orange01);
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--txt_white);
}
.p-flow__li-text {
  padding: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22;
}
.p-flow__li-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*--------------------------------------------------------*/
/*! <summary>*/
/*--------------------------------------------------------*/
.p-summary {
  padding-top: 30px;
  margin-bottom: -5px;
  position: relative;
}
.p-summary::before {
  content: "";
  width: 177.5px;
  height: 20.5px;
  background-image: url(../img/summary-arrow.webp);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 5.5px);
}
.p-summary__img {
  width: 93.33%;
  margin: 0 auto;
}
.p-summary__textArea {
  padding: 14px 0;
  background: linear-gradient(to bottom, var(--gradient02));
  text-align: center;
}
.p-summary__text {
  display: inline-block;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--txt_white);
  text-shadow: 1px 2px 2.5px var(--shadow_brown02);
}