@charset "UTF-8";
html {
  font-size: calc(16 / 393 * 393px);
  scroll-behavior: smooth;
}
@media screen and (max-width: 392px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}

[lang=en] {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #2e2e2e;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

img,
svg {
  width: 100%;
  height: 100%;
}

button {
  color: inherit;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

.l-inner {
  position: relative;
  width: 100%;
  height: inherit;
  margin: auto;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 392px) {
  .l-inner {
    width: 100%;
    max-width: 100%;
  }
}

.l-inner__narrow {
  max-width: 55rem;
}
@media screen and (max-width: 392px) {
  .l-inner__narrow {
    padding: 0 3.125rem;
    max-width: 100%;
  }
}

.l-pc__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.l-pc__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-pc__side__head {
  display: none;
}
@media (min-width: 1100px) {
  .l-pc__side__head {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    top: 0;
    left: 0;
    z-index: 1;
    width: 41vw;
  }
}
@media (min-width: 1385px) {
  .l-pc__side__head {
    width: 45vw;
  }
}
@media (min-width: 1450px) {
  .l-pc__side__head {
    width: 49vw;
  }
}

.l-pc__side__copy {
  width: 30vw;
  height: auto;
  transform: translateX(-3vw);
}
@media (min-width: 1100px) {
  .l-pc__side__copy {
    width: 30vw;
  }
}
@media (min-width: 1385px) {
  .l-pc__side__copy {
    width: r30vw;
  }
}

.l-pc__main__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 393px;
  height: 100vh;
  height: 100svh;
  background: #dbebff;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .l-pc__main__container {
    margin-left: 100px;
  }
}
@media (min-width: 960px) {
  .l-pc__main__container {
    margin-right: auto;
    margin-left: 200px;
  }
}
@media (min-width: 1100px) {
  .l-pc__main__container {
    margin-left: auto;
    margin-right: 350px;
  }
}
@media (min-width: 1385px) {
  .l-pc__main__container {
    margin-right: 400px;
  }
}

.l-pc__side__right {
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 1.25rem;
  display: none;
}
@media (min-width: 900px) {
  .l-pc__side__right {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.l-pc__side__title {
  color: #ff6f61;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.1875rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.l-pc__side__title::after {
  content: "";
  background: #ff6f61;
  width: 10rem;
  height: 1px;
}

.l-pc__side__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.l-pc__side__list li {
  list-style: none;
}
.l-pc__side__list li a {
  color: #ff6f61;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #ff6f61;
  border-radius: 0.625rem;
}
.l-pc__side__list li a::after {
  content: "";
  mask-image: url(../img/icon_arrow.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #ff6f61;
  width: 0.6875rem;
  height: 1.375rem;
}
@media (any-hover: hover) {
  .l-pc__side__list li a:hover {
    background: #ff6f61;
    color: #ffffff;
  }
  .l-pc__side__list li a:hover::after {
    background: #ffffff;
  }
}

.l-pc__side__cta {
  width: 18.75rem;
  height: auto;
}
@media (any-hover: hover) {
  .l-pc__side__cta:hover {
    opacity: 0.8;
  }
}

.l-pink {
  background-color: #DDF5FD;
  position: relative;
}

.l-pink__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* アニメーション前の初期状態 */
.animated__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* アニメーション後の表示状態 */
.animated__fadeIn.js-show {
  opacity: 1;
  transform: translateY(0);
}

.p-fv {
  position: relative;
  z-index: 10;
}

.p-fv__title {
  position: absolute;
  top: 4.375rem;
  right: 0.625rem;
  width: 7.1875rem;
  height: auto;
}

.p-fv__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  position: absolute;
  bottom: 13.6875rem;
  left: 50%;
  translate: -50%;
  width: 92%;
}

.fv_cta {
  position: absolute;
  bottom: 6.25rem;
  left: 50%;
  translate: -50%;
  width: 95%;
  height: auto;
}
@media (any-hover: hover) {
  .fv_cta:hover {
    opacity: 0.8;
  }
}

.p-worries {
  z-index: 9;
  margin-top: -6.25rem;
  padding-block: 5rem 6.25rem;
  background: url(../img/bg_worries.png) no-repeat center bottom/cover;
  position: relative;
}

.p-worries__title {
  display: block;
  width: 80%;
  margin-inline: auto;
}

.p-worries__text {
  margin-top: 1.25rem;
  width: 90%;
  margin-inline: auto;
  display: block;
}

.p-worries__img {
  margin-top: 3.125rem;
}

.p-worries__questionnaire {
  width: 94%;
  margin: -0.0625rem auto 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.3);
}

.p-worries__questionnaire-head {
  padding: 1.0625rem 2.5rem;
  background: #1478ff;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0;
  text-align: center;
}

.p-worries__list {
  padding: 1.1875rem 0.8125rem;
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}
.p-worries__list li {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.p-worries__list-num {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: #1478ff;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  line-height: 2;
  display: flex;
  justify-content: center;
}

.p-worries__list-text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.04em;
}
.p-worries__list-text span {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #ffff00 0%);
  display: inline;
  padding: 0 1px 0px;
}

.p-worries__bottom {
  margin-top: 1.875rem;
  width: 90%;
  margin-inline: auto;
  display: block;
}

.p-point {
  position: relative;
  z-index: 8;
  margin-top: -7.5rem;
  padding-block: 8.4375rem 9.375rem;
  background: url(../img/bg_point.png) no-repeat center bottom/cover;
}

.p-point__head {
  width: 90%;
  margin-inline: auto;
  display: block;
}

.p-point__wrap {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: calc(100% - 0.309375rem + 0.1875rem);
}

.p-point__item {
  padding: 1.5625rem 1.1875rem 1.875rem;
  background: #ffffff;
  border: 0.125rem solid #ff5e8a;
  box-shadow: 0.309375rem 0.309375rem 0 0 #ff5e8a;
  border-radius: 1.25rem;
}

.p-point__item-point {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
  color: #ff5e8a;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-point__item-point::before, .p-point__item-point::after {
  content: "";
  background: #ff5e8a;
  width: 0.6875rem;
  height: 0.0625rem;
}

.p-point__item-title {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-point__item-img {
  display: block;
  margin: 0.9375rem auto 0;
  width: 19.5625rem;
  height: auto;
}

.p-point__item-text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

.p-point__cta {
  margin-top: 3.75rem;
}
@media (any-hover: hover) {
  .p-point__cta:hover {
    opacity: 0.8;
  }
}

.p-step {
  z-index: 7;
  margin-top: -12.5rem;
  padding-block: 13.75rem 7.5rem;
  background: url(../img/bg_step.png) no-repeat center bottom/cover;
  position: relative;
}

.p-step__head {
  width: 80%;
}

.p-step__wrap {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 4.0625rem;
}
.p-step__wrap li {
  margin-right: -0.9375rem;
  position: relative;
}

.p-step__item-num {
  color: #2d86ff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 1px #ffffff;
  position: absolute;
  top: 2.25rem;
  left: 0;
}

.p-step__item {
  margin-top: -125px;
  padding: 8.625rem 0.9375rem 1.5625rem 1.3125rem;
  background: #2d86ff;
  border-radius: 0.75rem 0 0 0.75rem;
  border: 0.125rem solid #ffffff;
  border-right: none;
  color: #ffffff;
  max-width: 22.5rem;
  margin-left: auto;
}

.p-step__item-img {
  width: 20rem;
  display: block;
  margin-left: auto;
}

.p-step__item-title {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-step__item-text {
  margin-top: 1.3125rem;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.p-step__item-text.--lh01 {
  line-height: 1;
}
.p-step__item-text span {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.p-step__list02 {
  margin-right: unset !important;
  margin-left: -0.9375rem;
}
.p-step__list02 .p-step__item-num {
  left: unset;
  right: 0;
  text-align: right;
}
.p-step__list02 .p-step__item-img {
  margin-left: unset;
}
.p-step__list02 .p-step__item {
  border-radius: 0 0.75rem 0.75rem 0;
  border: 0.125rem solid #ffffff;
  border-left: none;
  margin-left: unset;
}

.p-footer {
  background-color: #676767;
  color: #ffffff;
  padding-block: 35px 26px;
}

.p-footer__logo {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.8;
  }
}

.p-footer__address {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}

.p-footer__address-tel {
  display: flex;
  gap: 0.1875rem;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 0.75rem;
}
.p-footer__address-tel svg {
  width: 1.125rem;
  height: 1.125rem;
}

/* .p-footer__bottom {
  padding-top: 0.6875rem;
  border-top: 1px solid #ffffff;
} */

.p-footer__bottom-item:not(:first-of-type) {
  margin-top: 1rem;
}

.p-footer__bottom-ttl {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.p-footer__bottom-sentence {
  margin-top: 0rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.p-footer__bottom-sentence-note {
  font-size: 0.75rem;
}

.p-faq {
  padding-top: 3.875rem;
  padding-bottom: 4.625rem;
  background-color: #ddf5fd;
}

.p-faq__hgroup-ttl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-faq__hgroup-subttl {
  font-size: 2.098125rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.75rem;
  text-align: center;
  color: #74dcff;
}

.p-faq__content {
  margin-top: 2.875rem;
}

.p-faq__items {
  width: 100%;
  margin-inline: auto;
}

.p-faq__item {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  padding-top: 0.625rem;
  padding-inline: 0.5rem 0.625rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.p-faq__item:not(:first-child) {
  margin-top: 1rem;
}
.p-faq__item.is-opened .p-faq__question-item-toggle::after {
  rotate: 90deg;
}

.p-faq__item-summary {
  display: flex;
  cursor: pointer;
  padding-bottom: 0.625rem;
  align-items: center;
}

.p-faq__question-item-icon {
  font-size: 1rem;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 10px;
  background-color: #fd848d;
  border-radius: calc(infinity * 1px);
  color: #fff;
  display: grid;
  place-content: center;
}
.p-faq__question-item-icon span {
  translate: 0 -1px;
}

.p-faq__question-item-ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.p-faq__question-item-toggle {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
}
.p-faq__question-item-toggle::before {
  content: "";
  position: absolute;
  width: 0.8125rem;
  height: 1px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fd848d;
}
.p-faq__question-item-toggle::after {
  transition: rotate 0.3s;
  content: "";
  position: absolute;
  height: 0.8125rem;
  width: 0.0625rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fd848d;
}

.p-faq__answer {
  display: flex;
  align-items: start;
  padding-block: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.p-faq__answer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-faq__answer-item-icon {
  margin-top: 0.125rem;
  font-size: 1rem;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  font-weight: 900;
  margin-right: 10px;
  background-color: #1478ff;
  border-radius: calc(infinity * 1px);
  color: #fff;
  display: grid;
  place-content: center;
}

.p-faq__cta-btn {
  margin-top: 3.75rem;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-faq__cta-btn:hover {
    opacity: 0.8;
  }
}

.p-reason__box {
  background-color: #f67e6c;
  border-radius: 1.875rem;
  padding-top: 1.75rem;
  padding-bottom: 2.8125rem;
}

.p-reason__ttl-label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  border-radius: calc(infinity / 16 * 1rem);
  border: 0.0625rem solid #ffffff;
  width: fit-content;
  margin-inline: auto;
  padding: 0.1875rem 1.25rem;
  color: #ffffff;
}

.p-reason__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.125rem;
  color: #ffffff;
  text-align: center;
}
.p-reason__ttl .--kanji {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7825rem;
  line-height: 4.3125rem;
  color: #ffffff;
}

.p-reason__ttl--big {
  font-size: 3.229375rem;
  font-weight: 900;
  line-height: 3.75rem;
  margin-inline: 0.125rem;
}

.p-reason__content {
  margin-top: 0.5rem;
}

.p-reason__bottom {
  margin-top: 2.5rem;
}

.p-reason__bottom-sentence1 {
  text-align: center;
  font-size: 1.238125rem;
  font-weight: bold;
  color: #ffffff;
}

.p-reason__bottom-sentence2 {
  font-size: 1.37375rem;
  text-align: center;
  font-weight: 700;
  margin-top: 0.625rem;
  color: #ffffff;
}

.p-reason__bottom-sentence3 {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  margin-inline: auto;
  width: fit-content;
  padding-inline: 0.5625rem;
  padding-block: 0.4375rem;
  background-color: #ffffff;
  margin-top: 2.0625rem;
  color: #f67e6c;
}

.p-reason__bottom-sentence4 {
  margin-top: 0.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.1875rem;
  text-align: center;
  color: #ffffff;
}

.p-reason__cta-btn {
  margin-top: 2.5625rem;
  padding-bottom: 7.5rem;
}

.p-reason__cta-btn-img {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-reason__cta-btn-img:hover {
    opacity: 0.8;
  }
}

.p-reason__item {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
  box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.35);
  border-radius: 1rem;
  background-image: linear-gradient(to top, rgb(255, 156, 160), #fecfee);
  overflow: hidden;
}

.p-reason__item-top {
  position: relative;
}

.p-reason__item-top-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.375rem;
  height: 4.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f56c87;
  border-bottom-right-radius: 1rem;
}

.p-reason__item-top-label {
  font-size: 0.84375rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fddbd4;
}

.p-reason__item-top-number {
  margin: 0.125rem 0 0;
  font-size: 2.3125rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: left;
  color: #fddbd4;
}

.p-reason__item-img {
  width: auto;
  display: block;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  translate: 0 -1.125rem;
}
.p-reason__item-img.--1 {
  height: 17.4375rem;
}
.p-reason__item-img.--2 {
  height: 17.25rem;
}
.p-reason__item-img.--3 {
  height: 15.875rem;
  left: 50%;
  translate: -50%;
}
.p-reason__item-img.--4 {
  height: 16.8125rem;
}

.p-reason__item-body {
  position: relative;
  z-index: 2;
  background-color: #fddbd4;
  padding-top: 2.3125rem;
  padding-bottom: 1.875rem;
  margin-top: -4.375rem;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.p-reason__item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.p-reason__item-ttl span {
  position: relative;
  inset: 0;
  z-index: 1;
}
.p-reason__item-ttl span:last-child {
  position: absolute;
  -webkit-text-stroke: 0.1875rem #f56c87;
  z-index: 0;
}

.p-reason__item-list {
  margin-top: 1.25rem;
  padding-inline: 1rem;
}

.p-reason__item-list-item {
  display: flex;
  gap: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
}
.p-reason__item-list-item:not(:first-child) {
  margin-top: 0.25rem;
}

.p-reason__item-list-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  translate: 0 0.25rem;
}

.p-voice {
  padding-top: 1.6875rem;
}

.p-voice__ttl {
  text-align: center;
  color: #fd848d;
  position: relative;
}

.p-voice__ttl--big {
  font-size: 2.16875rem;
  font-weight: 700;
  line-height: 1;
}

.p-voice__ttl--small {
  margin-top: 0.8125rem;
  font-size: 1.5275rem;
}

.p-voice__content {
  width: 100%;
  margin-inline: auto;
}

.p-voice__swiper {
  padding-top: 3.5rem;
  padding-bottom: 6.3125rem;
  position: relative;
}

.p-voice__swiper-slide {
  background-color: #ffffff;
  border-radius: 1rem;
  padding-inline: 0.9375rem 0.5rem;
  padding-block: 1.25rem;
  border: 2px solid #fd848d;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  max-width: 350px;
  width: 100%;
}

.p-voice__item {
  position: relative;
}

.p-voice__item-en {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.14em;
  color: #fd848d;
  position: relative;
}
.p-voice__item-en::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1px;
  background-color: #fd848d;
  bottom: -1.375rem;
  display: block;
}

.p-voice__item-icon-wrap {
  position: absolute;
  top: -3.375rem;
  right: 2.0625rem;
}

.p-voice__item-icon {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: calc(infinity * 1px);
  border: 1px solid #fd848d;
}

.p-voice__item-icon-en {
  position: absolute;
  right: -0.8125rem;
  bottom: 0;
  z-index: 1;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  -webkit-text-stroke: 1.4px #fd848d;
}

.p-voice__item-text-body {
  margin-top: 2.75rem;
}

.p-voice__item-ttl {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  font-weight: 700;
  color: #fd848d;
}

.p-voice__item-sentence {
  margin-top: 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.5px;
  max-width: 321px;
  margin-inline: auto;
  width: 100%;
  font-weight: 500;
}

.p-voice__item-img {
  margin-top: 1.25rem;
  object-fit: cover;
  object-position: center;
  max-width: 321px;
  width: 100%;
  height: auto;
  translate: -0.25rem 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none !important;
}

.p-voice__prev {
  scale: -1 1;
  height: max-content;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}
@media (any-hover: hover) {
  .p-voice__prev:hover path:last-child {
    translate: 0.1875rem 0;
  }
}
.p-voice__prev svg {
  height: 4.1875rem;
  scale: 1.2;
}
.p-voice__prev path:last-child {
  transition: translate 0.2s ease-in-out;
}

.p-voice__next {
  height: max-content;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}
@media (any-hover: hover) {
  .p-voice__next:hover path:last-child {
    translate: 0.1875rem 0;
  }
}
.p-voice__next svg {
  height: 4.1875rem;
  scale: 1.2;
}
.p-voice__next path:last-child {
  transition: translate 0.2s ease-in-out;
}

.p-consultation__cta-btn {
  margin-top: 1.4375rem;
}

.p-consultation {
  margin-top: -6.25rem;
  padding-top: 8.875rem;
}

.p-consultation__ttl-text01 {
  font-size: 1.41875rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 0.0625rem solid;
}

.p-consultation__ttl-text02 {
  margin-top: 0.875rem;
  font-size: 1.59375rem;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  display: flex;
  justify-content: center;
}

.p-consultation__ttl-img {
  width: 15rem;
  height: auto;
  margin-inline: auto;
  display: flex;
  margin-top: 0.125rem;
}

.p-consultation__body {
  margin-top: 1.5625rem;
}

.p-consultation__body-img {
  translate: -0.625rem 0;
  width: 95%;
  margin-inline: auto;
  display: block;
}

.p-consultation__body-text {
  margin-top: 1rem;
}

.p-consultation__swiper-wrapper {
  transition-timing-function: linear;
}

@media (min-width: 393px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 392px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 392px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 393px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}