@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  font: inherit;
  font-size: 100%;
  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;
}

body {
  color: #1f2124;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-padding-before: 90px;
            padding-block-start: 90px;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.c-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 768px) {
  .c-title {
    font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  }
}

.c-title__accent {
  color: #0057d9;
}

.c-title__slash {
  position: relative;
}
.c-title__slash::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/ashirai-slash-left.png) no-repeat top center/contain;
  width: 16px;
  height: 18px;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-title__slash::before {
    left: -18px;
    background: url(../img/ashirai-slash-left-pc.png) no-repeat top center/contain;
    width: 24px;
    height: 32px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .c-title__slash::before {
    left: -12px;
    width: 18px;
    height: 22px;
  }
}
.c-title__slash::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/ashirai-slash-right.png) no-repeat top center/contain;
  width: 16px;
  height: 18px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-title__slash::after {
    right: -40px;
    background: url(../img/ashirai-slash-right-pc.png) no-repeat top center/contain;
    width: 24px;
    height: 32px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .c-title__slash::after {
    right: -24px;
    width: 18px;
    height: 22px;
  }
}

.c-cta {
  position: relative;
}

.c-cta__image {
  width: 100%;
}

.c-cta__btn-wrap {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 43%;
  background: #fff;
  padding-block: 30px;
  padding-inline: 10px;
  border-radius: 5px;
  width: 90%;
}
@media (min-width: 768px) {
  .c-cta__btn-wrap {
    width: 70%;
    border-radius: 20px;
    padding-block: clamp(1.875rem, 0.5892857143rem + 2.6785714286vw, 3rem);
  }
}

.c-cta__btn-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .c-cta__btn-wrap-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(3.5rem, -1.7857142857rem + 11.0119047619vw, 8.125rem);
  }
}
.c-cta__btn-wrap-inner::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background: #7db0fd;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  translate: -50%;
}

.c-cta__btn--apple,
.c-cta__btn--google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, -0.7142857143rem + 3.5714285714vw, 2.5rem);
}
.c-cta__btn--apple .c-cta__btn,
.c-cta__btn--google .c-cta__btn {
  width: clamp(7.5rem, 2.9285714286rem + 9.5238095238vw, 11.5rem);
  height: clamp(2.5rem, 1.3571428571rem + 2.380952381vw, 3.5rem);
}
.c-cta__btn--apple .c-cta__qr,
.c-cta__btn--google .c-cta__qr {
  width: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
  height: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
}

.c-cta__btn {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-cta__btn:hover {
    opacity: 0.6;
  }
}

.c-page-fv {
  background: url(../img/page-bg-sp.png) no-repeat center center/cover;
  padding-top: 130px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .c-page-fv {
    padding-block: 100px;
  }
}

.c-page-fv__title {
  position: relative;
  font-weight: 500;
  line-height: 36px; /* 225% */
  color: #0057d9;
}

.c-page-fv__title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 200%; /* 72px */
  background: linear-gradient(83deg, #0057d9 8.22%, #4c34a1 92.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -50px;
  left: 0;
}

.c-breadcrumbs {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 276.923% */
  letter-spacing: 1.04px;
}
@media (min-width: 768px) {
  .c-breadcrumbs {
    font-size: 14px;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .c-pagination__list {
    gap: 26px;
  }
}

.c-pagination__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-pagination__item:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.c-pagination__item--number {
  font-weight: 400;
  letter-spacing: 0.32px;
  border: 1px solid #1f2124;
  border-radius: 50vmax;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-pagination__item--number {
    width: 38px;
    height: 38px;
  }
}
.c-pagination__item--number.is-current {
  background-color: #0057d9;
  color: #fff;
  border: 1px solid #0057d9;
}
.c-pagination__item--number:hover {
  background-color: #0057d9;
  color: #fff;
  border: 1px solid #0057d9;
}

.c-pagination__link--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-translator {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
@media (min-width: 768px) {
  .c-translator {
    bottom: 40px;
    right: 40px;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 16px;
  background: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-header.is-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .p-header {
    padding-inline: clamp(1.5rem, -0.3571428571rem + 3.869047619vw, 3.125rem);
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 2px;
}
@media (min-width: 768px) {
  .p-header__inner {
    padding-block: 20px;
  }
}

.p-header__logo {
  width: 95.07px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 95.07/36;
}
@media (min-width: 768px) {
  .p-header__logo {
    width: 129.401px;
    height: 49px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 129.4/49;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.6;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: clamp(2.25rem, 1.3928571429rem + 1.7857142857vw, 3rem);
     -moz-column-gap: clamp(2.25rem, 1.3928571429rem + 1.7857142857vw, 3rem);
          column-gap: clamp(2.25rem, 1.3928571429rem + 1.7857142857vw, 3rem);
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(2rem, 0rem + 4.1666666667vw, 3.75rem);
     -moz-column-gap: clamp(2rem, 0rem + 4.1666666667vw, 3.75rem);
          column-gap: clamp(2rem, 0rem + 4.1666666667vw, 3.75rem);
}
.p-header__list li a {
  font-weight: 500;
  line-height: normal;
  color: #292823;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-scrolled .p-header__list li a {
  color: #292823;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.6;
  }
}

.p-header__btn {
  color: #292823;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: #fdd23c;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
          box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
  width: 178px;
  padding-block: 11px;
  padding-inline: 18px;
  text-align: end;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__btn::before {
  content: "";
  position: absolute;
  background: url(../img/icon-mail.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  translate: 0 -50%;
  left: 18px;
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    opacity: 0.6;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 14px;
  right: 20px;
  width: 28px;
  height: 14px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #1f2124;
}
.p-drawer__icon--bar:nth-of-type(1) {
  width: 100%;
}
.p-drawer__icon--bar:nth-of-type(2) {
  width: 20px;
  margin-inline: auto 0;
}
.p-drawer__icon--bar:nth-of-type(3) {
  width: 12px;
  margin-inline: auto 0;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 6px;
  background: #fff;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -6px;
  width: 100%;
  background: #fff;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  height: 100svh;
  background: rgba(0, 87, 217, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding-left: 44px;
  padding-right: 20px;
  padding-top: 125px;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  text-align: start;
}
.p-drawer__list li a {
  font-weight: 500;
  line-height: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-block: 7.5px;
  position: relative;
}
.p-drawer__list li a::before {
  content: "";
  position: absolute;
  background: url(../img/icon-allow-drower.png) no-repeat center center/contain;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 12px;
  height: 24px;
}

.p-drawer__btn {
  margin-top: 80px;
  display: inline-block;
  border-radius: 10px;
  background: #fdd23c;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
          box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
  color: #292823;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 180px;
  padding-block: 11px;
  padding-inline: 18px;
  text-align: end;
  position: relative;
}
.p-drawer__btn::before {
  content: "";
  position: absolute;
  background: url(../img/icon-mail.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  translate: 0 -50%;
  left: 18px;
}

.p-footer {
  background: #083374;
  padding-top: 80px;
  padding-bottom: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .p-footer {
    padding-bottom: 40px;
  }
}

.p-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .p-footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 34px;
  }
}

.p-footer__main-body {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .p-footer__main-body {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-footer__main-body {
    width: 300px;
  }
}

.p-footer__main-body-logo {
  width: 213px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-footer__main-body-logo {
    margin-inline: 0;
    width: 176px;
  }
}

.p-footer__main-body-info {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
@media (min-width: 768px) {
  .p-footer__main-body-info {
    margin-top: 14px;
  }
}

.p-footer__info-tel-wrap {
  margin-top: 4px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-footer__info-tel {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__info-tel::before {
  content: "|";
  position: absolute;
  right: -9px;
}
@media (any-hover: hover) {
  .p-footer__info-tel:hover {
    opacity: 0.6;
  }
}

.p-footer__info-fax {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-footer__info-fax:hover {
    opacity: 0.6;
  }
}

.p-footer__info-contact-wrap {
  text-align: center;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .p-footer__info-contact-wrap {
    text-align: start;
  }
}

.p-footer__info-contact {
  width: 172px;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
          box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
  padding-block: 8px;
  text-align: end;
  padding-right: 18px;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__info-contact {
    margin-inline: auto;
  }
}
.p-footer__info-contact svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__info-contact:hover {
    background: #fff;
    color: #083374;
  }
  .p-footer__info-contact:hover svg {
    fill: #083374;
  }
}

.p-footer__info-text {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-footer__info-text {
    text-align: start;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    width: 104px;
    margin-inline: auto;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    width: 88px;
  }
}
@media (min-width: 768px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    padding-right: 30px;
  }
}

.p-footer__nav-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__nav-item svg {
  position: absolute;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__nav-item:hover svg {
  right: -28px;
}

.p-footer__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8px;
  }
}

.p-footer__bottom-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__bottom-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.p-footer__bottom-nav-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-footer__bottom-nav-link:hover {
    opacity: 0.6;
  }
}

.p-footer__bottom-copy {
  text-align: center;
}

.p-test {
  color: #fdd23c;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.p-fv {
  padding-top: 23px;
  padding-bottom: 43.5px;
  position: relative;
  z-index: 1;
}
.p-fv::before {
  content: "";
  position: absolute;
  background: url(../img/fv-ashirai-1.png) no-repeat center center/contain;
  width: 213px;
  height: 80px;
  top: -45px;
  left: -16px;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-fv::before {
    background: url(../img/fv-ashirai-1-pc.png) no-repeat center center/contain;
    width: 330px;
    height: 190px;
    top: -116px;
  }
}
.p-fv::after {
  content: "";
  position: absolute;
  background: url(../img/fv-ashirai-2-sp.png) no-repeat center center/contain;
  width: 300px;
  height: 200px;
  bottom: 0;
  left: -28px;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-fv::after {
    background: url(../img/fv-ashirai-2-pc.png) no-repeat center center/contain;
    width: 600px;
    height: 350px;
  }
}

.p-fv__inner {
  text-align: center;
}
@media (min-width: 768px) {
  .p-fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-inline: 16px;
    gap: 22px;
    max-width: 1600px;
    margin-inline: auto;
  }
}

.p-fv__image {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    margin-right: 37px;
  }
}
.p-fv__image::before {
  content: "";
  position: absolute;
  background: url(../img/fv-smartphone.png) no-repeat center center/contain;
  width: 114px;
  aspect-ratio: 211.12/419.03;
  bottom: -23px;
  right: -39px;
}
@media (min-width: 768px) {
  .p-fv__image::before {
    width: 28.5%;
    aspect-ratio: 211.12/419.03;
    bottom: -10px;
    right: 36px;
  }
}
@media (min-width: 768px) {
  .p-fv__image {
    width: 51%;
    margin-top: -31px;
  }
}

.p-fv__content {
  margin-top: 51px;
}
@media (min-width: 768px) {
  .p-fv__content {
    width: 35%;
    margin-top: 80px;
  }
}

.p-fv__content-text-sub {
  width: 100%;
  max-width: 263px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-fv__content-text-sub {
    max-width: 500px;
  }
}

.p-fv__content-title {
  margin-top: 4px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
.p-fv__content-title span {
  color: #0057d9;
}
@media (min-width: 768px) {
  .p-fv__content-title {
    margin-top: 8px;
    font-size: clamp(2.25rem, -0.1785714286rem + 5.0595238095vw, 4.375rem);
  }
}

.p-fv__content-text {
  position: relative;
  margin-top: 10px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  padding-inline: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-fv__content-text {
    margin-top: 20px;
    font-size: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
    padding-inline: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
  }
}
.p-fv__content-text::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1.5px;
  background: #1f2124;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .p-fv__content-text::before {
    width: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
    height: 2px;
  }
}
.p-fv__content-text::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: #1f2124;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .p-fv__content-text::after {
    width: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
    height: 2px;
  }
}

.p-fv__content-download {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 304px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-fv__content-download {
    margin-top: 18px;
    gap: clamp(1.5rem, 0.7142857143rem + 1.6369047619vw, 2.1875rem);
    max-width: 400px;
  }
}

.p-fv__content-download-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-fv__content-download-btn:hover {
    opacity: 0.7;
  }
}

.p-project {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url(../img/project-bg-sp-gray.png) no-repeat bottom center/cover;
  position: relative;
}
.p-project::before {
  content: "";
  position: absolute;
  background: url(../img/project-pc-image-sp.png) no-repeat top center/contain;
  width: 250px;
  height: 360px;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-project::before {
    background: url(../img/project-pc-image-pc.png) no-repeat top center/contain;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1500px) {
  .p-project::before {
    background: url(../img/project-pc-image-pc.png) no-repeat top center/cover;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .p-project {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../img/project-bg-pc-gray.png) no-repeat bottom center/cover;
  }
}

.p-project__item {
  margin-top: 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-project__item {
    margin-top: 50px;
    max-width: 900px;
    margin-inline: auto;
  }
}

.p-project__item-title-area {
  padding-top: 18px;
  background: linear-gradient(95deg, #0057d9 1.06%, #4c34a1 100%);
  border-radius: 20px 20px 0 0;
  padding-inline: 19px;
  padding-bottom: 15px;
}
.p-project__item-title-sub {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  border: 1px solid #f3f5f9;
  padding-top: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 37px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-project__item-title-sub {
    padding-inline: 12px;
  }
}

.p-project__item-title {
  margin-top: 8.81px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding-inline: 16px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-project__item-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    margin-top: 8px;
  }
}
.p-project__item-title span {
  color: #fdd23c;
}

.p-project__item-content {
  margin-top: 40px;
  padding-inline: 35px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-project__item-content {
    margin-top: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1rem, 0rem + 2.0833333333vw, 1.875rem);
    padding-inline: clamp(1rem, -0.7142857143rem + 3.5714285714vw, 2.5rem);
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .p-project__item-content-image {
    width: 27%;
  }
  .p-project__item-content-image img {
    height: auto;
  }
}

.p-project__content-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-project__content-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-project__content-body-list {
    gap: 8px;
  }
}

.p-project__content-body-list-item {
  position: relative;
  font-weight: 500;
  line-height: 200%;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .p-project__content-body-list-item {
    font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
    padding-left: clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
  }
}
.p-project__content-body-list-item::before {
  content: "";
  position: absolute;
  background: url(../img/icon-check.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
}
@media (min-width: 768px) {
  .p-project__content-body-list-item::before {
    width: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    top: 50%;
    translate: 0 -50%;
  }
}
.p-project__content-body-list-item span {
  color: #0057d9;
  font-weight: 700;
  display: inline;
}

.p-project__text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-project__text {
    margin-top: 30px;
    font-size: clamp(1.375rem, 0.8035714286rem + 1.1904761905vw, 1.875rem);
  }
}
.p-project__text span {
  color: #0057d9;
}

.p-event {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/event-bg-sp.png) no-repeat top center/cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-event {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-event::before {
  content: "";
  position: absolute;
  background: url(../img/event-ashirai-1.png) no-repeat top center/contain;
  width: 360px;
  height: 500px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .p-event::before {
    width: 470px;
    height: 700px;
    background: url(../img/event-ashirai-1-pc.png) no-repeat top center/contain;
  }
}
.p-event::after {
  content: "";
  position: absolute;
  background: url(../img/event-ashirai-2.png) no-repeat top center/contain;
  width: 300px;
  height: 340px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-event::after {
    width: 550px;
    height: 540px;
    background: url(../img/event-ashirai-2-pc.png) no-repeat top center/contain;
  }
}

.p-event__cards {
  margin-top: 38px;
  padding-inline: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}
@media (min-width: 768px) {
  .p-event__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1rem, -1.8571428571rem + 5.9523809524vw, 3.5rem);
    max-width: 900px;
    margin-inline: auto;
    padding-inline: 0;
    gap: 40px;
  }
}

.p-event__card {
  background: #f3f5f9;
  padding-bottom: 24px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #dfe3e9;
}
@media (min-width: 768px) {
  .p-event__card {
    padding-bottom: 32px;
  }
}

.p-event__card-body {
  position: relative;
  padding-top: 39px;
}
@media (min-width: 768px) {
  .p-event__card-body {
    padding-top: 40px;
  }
}

.p-event__card-title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background: #0057d9;
  padding-inline: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  border-radius: 10px;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-event__card-title {
    font-size: clamp(0.9375rem, 0.5803571429rem + 0.744047619vw, 1.25rem);
    padding-inline: clamp(0.875rem, 0.4464285714rem + 0.8928571429vw, 1.25rem);
  }
}

.p-event__card-text {
  font-weight: 500;
  line-height: 150%;
}
.p-event__card-text span {
  color: #0057d9;
  font-weight: 700;
}

.p-event__youtube {
  margin-top: 60px;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-event__youtube {
    margin-top: 80px;
    max-width: 900px;
    margin-inline: auto;
  }
}
.p-event__youtube iframe {
  width: 100%;
  height: 100%;
}

.p-system {
  background: url(../img/system-bg-sp.png) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-system {
    background: url(../img/system-bg-pc.png) no-repeat center center/cover;
  }
}

@media (min-width: 768px) {
  .p-system__inner {
    max-width: 1440px;
    padding-inline: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
  }
}

@media screen and (max-width: 767px) {
  .p-system__title {
    font-size: 23.5px;
  }
}
.p-system__content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-system__content {
    margin-top: 80px;
  }
}

.p-system__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-system__content-items {
    gap: clamp(4rem, -0.3571428571rem + 9.0773809524vw, 7.8125rem);
  }
}

.p-system__content-item {
  border-radius: 20px;
  background: #fff;
  padding-top: 49px;
  padding-bottom: 50px;
  padding-inline: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-system__content-item {
    border-radius: 40px;
    padding-left: clamp(1.5rem, -3.6428571429rem + 10.7142857143vw, 6rem);
    padding-right: clamp(3.75rem, -3.3928571429rem + 14.880952381vw, 10rem);
    padding-top: clamp(3.75rem, 1.6071428571rem + 4.4642857143vw, 5.625rem);
    padding-bottom: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
    width: 92%;
    margin-inline: auto 0;
    display: grid;
    grid-template-areas: "title img" "text img";
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .p-system__content-item.-reverse {
    padding-right: clamp(1.5rem, -3.2142857143rem + 9.8214285714vw, 5.625rem);
    padding-left: clamp(3.75rem, -4.8214285714rem + 17.8571428571vw, 11.25rem);
    margin-inline: 0 auto;
    grid-template-areas: "img title" "img text";
    grid-template-columns: 1fr 1fr;
  }
  .p-system__content-item.-reverse .p-system__content-item-image {
    left: 0;
    right: unset;
  }
}

.p-system__content-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  padding-left: 49px;
  position: relative;
}
.p-system__content-item-title.--2 {
  padding-left: 56px;
}
@media (min-width: 768px) {
  .p-system__content-item-title.--2 {
    padding-left: clamp(3.375rem, -1.7678571429rem + 10.7142857143vw, 7.875rem);
  }
}
.p-system__content-item-title.--3 {
  padding-left: 56px;
}
@media (min-width: 768px) {
  .p-system__content-item-title.--3 {
    padding-left: clamp(3.375rem, -0.7678571429rem + 8.630952381vw, 7rem);
  }
}
.p-system__content-item-title.--4 {
  padding-left: 60px;
}
@media (min-width: 768px) {
  .p-system__content-item-title.--4 {
    padding-left: clamp(3.5rem, -2.2142857143rem + 11.9047619048vw, 8.5rem);
  }
}
.p-system__content-item-title.--5 {
  padding-left: 56px;
}
@media (min-width: 768px) {
  .p-system__content-item-title.--5 {
    padding-left: clamp(3.375rem, -0.7678571429rem + 8.630952381vw, 7rem);
  }
}
@media (min-width: 768px) {
  .p-system__content-item-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    padding-left: clamp(3rem, -3.2857142857rem + 13.0952380952vw, 8.5rem);
    grid-area: title;
  }
}

.p-system__content-item-title-accent {
  color: #0057d9;
}

.p-system__content-item-number {
  color: #0057d9;
  position: absolute;
  left: 0;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 72px */
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-system__content-item-number {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .p-system__content-item-number {
    line-height: 100%;
    top: 0;
    font-size: clamp(2.25rem, -0.8928571429rem + 6.5476190476vw, 5rem);
  }
  .p-system__content-item-number.--5 {
    left: -8px;
  }
}

.p-system__content-item-image-wrap {
  position: relative;
}
.p-system__content-item-image-wrap.--img::before {
  content: "";
  position: absolute;
  background: url(../img/system-ashirai-1.png) no-repeat center center/contain;
  width: 50px;
  height: 116px;
  bottom: 20px;
  left: 0;
}
@media (min-width: 768px) {
  .p-system__content-item-image-wrap.--img::before {
    width: clamp(6rem, 1.8571428571rem + 8.630952381vw, 9.625rem);
    height: clamp(6rem, 1.8571428571rem + 8.630952381vw, 9.625rem);
    bottom: -90px;
    left: -120px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1280px) {
  .p-system__content-item-image-wrap.--img::before {
    bottom: -70px;
    left: -90px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-system__content-item-image-wrap.--img::before {
    bottom: -50px;
    left: -70px;
  }
}
.p-system__content-item-image-wrap.--img2::before {
  content: "";
  position: absolute;
  background: url(../img/system-ashirai-2.png) no-repeat center center/contain;
  width: 34px;
  height: 115px;
  bottom: 20px;
  left: 0;
}
@media (min-width: 768px) {
  .p-system__content-item-image-wrap.--img2::before {
    width: clamp(2.5rem, 1.7857142857rem + 1.4880952381vw, 3.125rem);
    height: clamp(7.8125rem, 4.9553571429rem + 5.9523809524vw, 10.3125rem);
    bottom: -70px;
    left: unset;
    right: 50px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) and (max-width: 1280px) {
  .p-system__content-item-image-wrap.--img2::before {
    bottom: -70px;
    right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-system__content-item-image-wrap.--img2::before {
    bottom: -50px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .p-system__content-item-image-wrap {
    grid-area: img;
  }
}

.p-system__content-item-image {
  margin-top: 44px;
  width: 91%;
  margin-inline: auto 0;
  padding-inline: 30px;
}
@media (min-width: 768px) {
  .p-system__content-item-image {
    position: absolute;
    width: clamp(12.5rem, 5.3571428571rem + 14.880952381vw, 18.75rem);
    padding: 0;
    right: clamp(0rem, -3.1428571429rem + 6.5476190476vw, 2.75rem);
    bottom: -100px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-system__content-item-image {
    bottom: -40px;
  }
}
@media (min-width: 768px) {
  .p-system__content-item-image.--2 {
    bottom: -100px;
    left: 17px !important;
  }
  .p-system__content-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-system__content-item-image.--3 {
  margin-top: 37px;
  width: 97%;
}
@media (min-width: 768px) {
  .p-system__content-item-image.--3 {
    width: 77%;
    bottom: -80px;
  }
}
@media (min-width: 768px) {
  .p-system__content-item-image.--4 {
    bottom: -50px;
  }
}

.p-system__content-item-text {
  margin-top: 29px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-system__content-item-text {
    margin-top: 20px;
    padding-left: clamp(3rem, -1.1428571429rem + 8.630952381vw, 6.625rem);
    padding-right: 0;
    grid-area: text;
  }
  .p-system__content-item-text.--2 {
    padding-left: clamp(3rem, -2.5714285714rem + 11.6071428571vw, 7.875rem);
  }
  .p-system__content-item-text.--3 {
    padding-left: clamp(3rem, -3.2857142857rem + 13.0952380952vw, 8.5rem);
  }
  .p-system__content-item-text.--4 {
    padding-bottom: clamp(0.9375rem, 0.5803571429rem + 0.744047619vw, 1.25rem);
    padding-left: clamp(3rem, -3.2857142857rem + 13.0952380952vw, 8.5rem);
  }
}

.p-explanation {
  background: url(../img/explanation-bg-sp.png) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-explanation {
    background: url(../img/explanation-bg-pc.png) no-repeat top center/cover;
  }
}

.p-explanation__content {
  position: relative;
  margin-top: 68px;
  padding-top: 68px;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-explanation__content {
    margin-top: 47px;
    padding-bottom: 60px;
  }
}

.p-explanation__content-balloon-wrap {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -68px;
}
@media (min-width: 768px) {
  .p-explanation__content-balloon-wrap {
    top: -47px;
  }
}

.p-explanation__content-balloon {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(91deg, #0057d9 -10.05%, #4c34a1 111.81%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  padding-block: 32px;
  width: 335px;
}
@media (min-width: 768px) {
  .p-explanation__content-balloon {
    width: clamp(31.25rem, 19.3214285714rem + 24.8511904762vw, 41.6875rem);
    font-size: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
    padding-block: 14px;
  }
}
.p-explanation__content-balloon::before {
  content: "";
  position: absolute;
  background: url(../img/explanation-balloon-tryangle.png) no-repeat center center/cover;
  bottom: -14px;
  left: 50%;
  translate: -50%;
  width: 70.526px;
  height: 38px;
  z-index: -1;
}

.p-explanation__content-text-top {
  margin-top: 54px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
}
.p-explanation__content-text-top.-bottom {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-explanation__content-text-top.-bottom {
    margin-top: 43px;
  }
}
@media (min-width: 768px) {
  .p-explanation__content-text-top {
    margin-top: 0;
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}

.p-explanation__content-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-explanation__content-lists {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  }
}

.p-explanation__content-list {
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  background: #fdd23c;
  font-weight: 700;
  line-height: 200%; /* 36px */
  padding: 2px 31.818px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-explanation__content-list {
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    padding: clamp(0.125rem, 0.0535714286rem + 0.1488095238vw, 0.1875rem) clamp(1.875rem, 1.3035714286rem + 1.1904761905vw, 2.375rem);
    border-radius: 15.909px;
  }
}

.p-explanation__content-text {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  padding-inline: 35.5px;
}
.p-explanation__content-text span {
  display: inline;
}
@media (min-width: 768px) {
  .p-explanation__content-text {
    margin-top: 10px;
    text-align: center;
    font-size: clamp(1.1875rem, 1.1160714286rem + 0.1488095238vw, 1.25rem);
  }
}

.p-explanation__item {
  position: relative;
  margin-top: 66px;
  padding-inline: 35.5px;
}
@media (min-width: 768px) {
  .p-explanation__item {
    margin-top: 84px;
    padding-inline: clamp(3.375rem, 0.8035714286rem + 5.3571428571vw, 5.625rem);
  }
}
.p-explanation__item::before {
  content: "";
  position: absolute;
  background: url(../img/explanation-allow.png) no-repeat center center/cover;
  top: -40px;
  left: 50%;
  translate: -50%;
  width: 194px;
  height: 63px;
}
.p-explanation__item::after {
  content: "";
  position: absolute;
  background: url(../img/explanation-ahirai.png) no-repeat center center/cover;
  top: 7px;
  right: 40px;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 10/7;
}
@media (min-width: 768px) {
  .p-explanation__item::after {
    width: clamp(6.25rem, 2.2704285714rem + 8.2907738095vw, 9.732125rem);
    right: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
    top: 10px;
  }
}

.p-explanation__item-lists {
  border-radius: 10px;
  background: #f3f5f9;
  padding-top: 60px;
  padding-inline: 15px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-explanation__item-lists {
    padding-top: 40px;
    padding-bottom: 34px;
    padding-inline: clamp(3rem, -4.7142857143rem + 16.0714285714vw, 9.75rem);
    gap: 8px;
  }
}

.p-explanation__item-list {
  font-weight: 500;
  line-height: 200%; /* 32px */
  padding-left: 26px;
  position: relative;
}
@media (min-width: 768px) {
  .p-explanation__item-list {
    font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
    padding-left: clamp(3rem, 2.1428571429rem + 1.7857142857vw, 3.75rem);
  }
}
.p-explanation__item-list::before {
  content: "";
  position: absolute;
  background: url(../img/icon-check.png) no-repeat center center/cover;
  top: 7.5px;
  left: 0;
  width: 18.865px;
  height: 18.865px;
}
@media (min-width: 768px) {
  .p-explanation__item-list::before {
    width: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    top: 50%;
    translate: 0 -50%;
  }
}
.p-explanation__item-list span {
  display: inline;
  font-weight: 700;
}

.p-explanation__item-bottom {
  border-radius: 0 0 10px 10px;
  background: #dfe5f3;
  padding-block: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-explanation__item-bottom {
    padding-block: 18px 14px;
  }
}

.p-explanation__item-bottom-text {
  font-weight: 500;
  line-height: 200%; /* 36px */
  padding-inline: 35.5px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-explanation__item-bottom-text {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}
.p-explanation__item-bottom-text span {
  display: inline;
  font-weight: 700;
}

.explanation__item-text-dot {
  font-weight: 500 !important;
  position: relative;
}
.explanation__item-text-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -2px;
  background: #7db0fd;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.p-flow {
  background: #f3f5f9;
}

.p-flow__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 28px;
  position: relative;
  line-height: 200%;
}
@media (min-width: 768px) {
  .p-flow__title {
    padding-inline: 56px;
  }
}

.p-flow__title-accent {
  position: absolute;
  top: -6px;
}
@media (min-width: 768px) {
  .p-flow__title-accent {
    width: 40px;
    top: -10px;
  }
}
.p-flow__title-accent.--left {
  left: 0;
}
.p-flow__title-accent.--right {
  right: 0;
}

.p-flow__title-sub {
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__title-sub {
    font-weight: 700;
    line-height: 200%;
  }
}

.p-flow__cards {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
  padding-inline: 35px;
}
@media (min-width: 768px) {
  .p-flow__cards {
    margin-top: 91px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1rem, 0rem + 2.0833333333vw, 1.875rem);
    max-width: 900px;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.p-flow__card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dfe3e9;
  background: #fff;
  padding-top: 55px;
  padding-bottom: 37px;
  padding-inline: 35px;
}
@media (min-width: 768px) {
  .p-flow__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 15px;
    padding-top: 48px;
    padding-inline: clamp(1rem, -0.3571428571rem + 2.8273809524vw, 2.1875rem);
  }
}

.p-flow__card-number {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.p-flow__card-image {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-flow__card-image {
    height: 125px;
  }
  .p-flow__card-image img {
    height: auto;
  }
}
.p-flow__card-image.--1 {
  width: 76px;
}
.p-flow__card-image.--2 {
  width: 50px;
}
.p-flow__card-image.--3 {
  width: 82px;
}

.p-flow__card-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  text-align: center;
  color: #0057d9;
}
@media (min-width: 768px) {
  .p-flow__card-title {
    font-size: clamp(1.375rem, 1.2321428571rem + 0.2976190476vw, 1.5rem);
  }
}

.p-flow__card-text {
  margin-top: 8px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-align: center;
}
.p-flow__card-text span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-flow__card-text {
    margin-top: 4px;
  }
}

.p-flow__text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__text {
    margin-top: 60px;
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}

.p-flow__text-large {
  font-size: 24px;
}
@media (min-width: 768px) {
  .p-flow__text-large {
    font-size: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
  }
}
.p-flow__text-large.--accent {
  color: #0057d9;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-flow__text-large.--accent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/flow-text-ashirai.png) no-repeat center center/contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-flow__text-large.--accent::before {
    background: url(../img/flow-text-ashirai-pc.png) no-repeat center center/contain;
    height: 24px;
    bottom: -8px;
  }
}

.p-comparison {
  position: relative;
  overflow: hidden;
}
.p-comparison::before {
  content: "";
  position: absolute;
  background: url(../img/comparison-ashirai-1-sp.png) no-repeat center center/contain;
  width: 252px;
  aspect-ratio: 112/153;
  top: -60px;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-comparison::before {
    background: url(../img/comparison-ashirai-1-pc.png) no-repeat center center/contain;
    width: clamp(30rem, 14.2857142857rem + 32.7380952381vw, 43.75rem);
    aspect-ratio: 682/708;
    top: -10px;
    right: -100px;
    z-index: -1;
  }
}
.p-comparison::after {
  content: "";
  position: absolute;
  background: url(../img/comparison-ashirai-2-sp.png) no-repeat center center/contain;
  aspect-ratio: 1/1;
  width: 380px;
  left: -24px;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-comparison::after {
    background: url(../img/comparison-ashirai-2-pc.png) no-repeat center center/contain;
    aspect-ratio: 1/1;
    width: clamp(37.5rem, 30.3571428571rem + 14.880952381vw, 43.75rem);
    left: -24px;
    bottom: -60px;
    z-index: -1;
  }
}

.p-comparison__title {
  line-height: 200%;
}
.p-comparison__title span {
  position: relative;
}
.p-comparison__title span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  translate: -50%;
  width: 5px;
  height: 5px;
  background: #0057d9;
  border-radius: 50%;
}

.p-comparison__title-sub {
  font-weight: 500;
  line-height: 200%; /* 32px */
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-comparison__title-sub {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}
.p-comparison__title-sub svg {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -21px;
  width: 24px;
  height: 4px;
}
@media (min-width: 768px) {
  .p-comparison__title-sub svg {
    bottom: -20px;
    width: 40px;
    height: 8px;
  }
}

.p-comparison__table {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-comparison__table {
    margin-top: 60px;
    max-width: 900px;
    margin-inline: auto;
  }
}
.p-comparison__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media (min-width: 768px) {
  .p-comparison__table table {
    border-spacing: 9px 0;
  }
}
.p-comparison__table th {
  border-radius: 3px 3px 0 0;
  border: 0.729px solid #fff;
  background: #dfe3e9;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  width: 29.85%;
  margin-right: 1px;
  border: 0.729px solid #fff;
}
@media (min-width: 768px) {
  .p-comparison__table th {
    font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  }
}
.p-comparison__table th.bl {
  border-radius: 0 0 3px 3px;
  border-right: 0.729px solid #fff;
  border-bottom: 0.729px solid #fff;
  border-left: 0.729px solid #fff;
}
.p-comparison__table th.none {
  opacity: 0;
}
.p-comparison__table th.hukidashi {
  background: none;
  border: none;
}
.p-comparison__table td {
  width: 34.6%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  position: relative;
}
@media (min-width: 768px) {
  .p-comparison__table td {
    padding-bottom: 14px;
    padding-top: 45px;
    font-size: 16px;
  }
}
.p-comparison__table td::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 7px;
  background: url(../img/icon-tryangle.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .p-comparison__table td::before {
    width: clamp(1.5rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
    height: clamp(1.5rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
    top: 12px;
  }
}
.p-comparison__table td.bc {
  border-radius: 0 0 3px 3px;
  border-right: 0.729px solid #dfe3e9;
  border-bottom: 0.729px solid #dfe3e9;
  border-left: 0.729px solid #dfe3e9;
}
.p-comparison__table td.br {
  border-radius: 0 0 3px 3px;
  border-right: 0.729px solid #dfe3e9;
  border-bottom: 0.729px solid #dfe3e9;
  border-left: 0.729px solid #dfe3e9;
}
.p-comparison__table .traditional {
  border-radius: 3px 3px 0 0;
  border: 0.729px solid #dfe3e9;
  background: #fff;
}
.p-comparison__table .chomel {
  border-radius: 3px 3px 0 0;
  border: 0.729px solid #dfe3e9;
  background: #e6f0ff;
  font-weight: 700;
}
.p-comparison__table .chomel::before {
  background: url(../img/icon-circle.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-comparison__table .chomel::before {
    width: clamp(1.5rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
    height: clamp(1.5rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
  }
}

.p-reason {
  background: #f3f5f9;
}

@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-inline: 20px;
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .p-reason__inner {
    padding-left: clamp(2.5rem, -7.5rem + 20.8333333333vw, 11.25rem);
    padding-right: clamp(2.5rem, -2.0714285714rem + 9.5238095238vw, 6.5rem);
    max-width: 1440px;
    margin-inline: auto;
  }
}

.p-reason__content {
  display: grid;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .p-reason__content {
    grid-template-areas: "image title" "image lists";
    grid-template-columns: clamp(12.5rem, -5.9285714286rem + 38.3928571429vw, 28.625rem) 1fr;
    -webkit-column-gap: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
       -moz-column-gap: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
            column-gap: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-reason__content {
    grid-template-areas: "title" "image" "lists";
    grid-template-columns: 1fr;
  }
}

.p-reason__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  text-align: center;
}
@media (min-width: 768px) {
  .p-reason__title {
    grid-area: title;
    font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
    text-align: left;
    white-space: nowrap;
    align-self: end;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-reason__title {
    text-align: center;
  }
}
.p-reason__title span {
  font-size: 24px;
}
@media (min-width: 768px) {
  .p-reason__title span {
    font-size: 40px;
  }
}

.p-reason__image {
  padding-inline: 35px;
}
@media (min-width: 768px) {
  .p-reason__image {
    grid-area: image;
    padding-inline: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-reason__image {
    width: 50%;
    margin-inline: auto;
  }
}

.p-reason__lists {
  padding-inline: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-reason__lists {
    grid-area: lists;
    padding-inline: 0;
    gap: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-reason__lists {
    width: 80%;
    margin-inline: auto;
  }
}

.p-reason__list {
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 768px) {
  .p-reason__list {
    padding-left: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
  }
}
.p-reason__list span {
  display: inline;
}
.p-reason__list::before {
  content: "";
  position: absolute;
  background: url(../img/icon-check-yellow.png) no-repeat center center/contain;
  left: 0;
  top: 6px;
  width: 19px;
  height: 19px;
}
@media (min-width: 768px) {
  .p-reason__list::before {
    width: 28px;
    height: 28px;
    top: 50%;
    translate: 0 -50%;
  }
}

.p-needs__inner {
  padding-inline: 20px;
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-needs__inner {
    max-width: 1248px;
    padding-inline: 40px;
  }
}

.p-needs__title {
  font-weight: 500;
  margin-top: 8px;
}

.p-needs__title-sub {
  color: #878c93;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.p-needs__text {
  margin-top: 40px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-needs__text {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}

.p-needs__text-bold {
  font-weight: 700;
  display: inline;
}

.p-needs__text-accent {
  font-weight: 700;
  color: #0057d9;
  display: inline;
  position: relative;
}
.p-needs__text-accent::before {
  content: "";
  position: absolute;
  background: url(../img/needs-text-ashirai.png) no-repeat center center/contain;
  width: 100%;
  height: 10.5px;
  bottom: 1px;
  left: 0;
  z-index: -1;
}

.p-needs__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-inline: 25px;
}
@media (min-width: 768px) {
  .p-needs__items {
    padding-inline: 0;
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}

.p-needs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-needs__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-needs__item-hukidashi {
  background: linear-gradient(92deg, #0057d9 0.49%, #4c34a1 104.84%);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  color: #fff;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 11px;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .p-needs__item-hukidashi {
    padding-block: 15px;
  }
}
.p-needs__item-hukidashi::before {
  content: "";
  position: absolute;
  background: url(../img/explanation-balloon-tryangle.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  left: 50%;
  translate: -50%;
  bottom: -16px;
  z-index: -1;
}

.p-needs__item-content {
  border-radius: 10px;
  border: 1px solid #dfe3e9;
  background: #f3f5f9;
  padding-top: 16px;
  padding-inline: 15px;
  padding-bottom: 20px;
  margin-top: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-needs__item-content {
    padding-top: 15px;
  }
}

.p-needs__item-text {
  margin-top: 20px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-needs__link {
  margin-top: 40px;
  text-align: end;
  font-weight: 500;
  line-height: 200%; /* 32px */
  display: block;
  padding-right: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .p-needs__link {
    padding-right: 37px;
  }
}
.p-needs__link::before {
  content: "";
  position: absolute;
  background: url(../img/icon-allow-bule.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media (min-width: 768px) {
  .p-needs__link::before {
    width: 28px;
    height: 28px;
  }
}

.p-needs__text-bottom {
  margin-top: 60px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  text-align: center;
}
@media (min-width: 768px) {
  .p-needs__text-bottom {
    margin-top: 48px;
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}

.p-need__text-dot {
  color: #0057d9;
  position: relative;
}
.p-need__text-dot::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #7db0fd;
  border-radius: 50px;
  left: 50%;
  translate: -50%;
  top: -1px;
}
@media (min-width: 768px) {
  .p-need__text-dot::before {
    width: 6px;
    height: 6px;
  }
}

.p-needs__btn-text {
  margin-top: 40px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  position: relative;
  padding-inline: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-needs__btn-text {
    margin-top: 20px;
  }
}
.p-needs__btn-text::before {
  content: "";
  position: absolute;
  background: url(../img/ashirai-slash-left.png) no-repeat center center/contain;
  width: 12px;
  height: 16px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
@media (min-width: 768px) {
  .p-needs__btn-text::before {
    background: url(../img/ashirai-slash-left-pc.png) no-repeat center center/contain;
  }
}
.p-needs__btn-text::after {
  content: "";
  position: absolute;
  background: url(../img/ashirai-slash-right.png) no-repeat center center/contain;
  width: 12px;
  height: 16px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media (min-width: 768px) {
  .p-needs__btn-text::after {
    background: url(../img/ashirai-slash-right-pc.png) no-repeat center center/contain;
  }
}

.p-needs__btn-wrap {
  margin-top: 8px;
  text-align: center;
}

.p-needs__btn {
  width: 100%;
  max-width: 334px;
  display: inline-block;
  border-radius: 10px;
  background: #fdd23c;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
          box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.4);
  padding-block: 11px;
  font-weight: 700;
  line-height: normal;
  padding-left: 33px;
  position: relative;
  text-align: start;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .p-needs__btn {
    padding-block: 25.5px;
    max-width: 340px;
  }
}
.p-needs__btn::before {
  content: "";
  position: absolute;
  background: url(../img/icon-allow-white.png) no-repeat center center/contain;
  width: 34px;
  height: 34px;
  top: 50%;
  translate: 0 -50%;
  right: 33px;
}
.p-needs__btn:hover {
  opacity: 0.6;
}

.p-faq {
  background: #f3f5f9;
}

@media (min-width: 768px) {
  .p-faq__inner {
    max-width: 980px;
    margin-inline: auto;
  }
}

.p-faq__title {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-faq__title {
    font-weight: 500;
  }
}

.p-faq__title-en {
  position: absolute;
  left: 50%;
  translate: -50%;
  font-size: 64px;
  font-weight: 500;
  line-height: 150%; /* 96px */
  color: #fff;
  top: -50px;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-faq__title-en {
    font-size: clamp(4rem, 1.4285714286rem + 5.3571428571vw, 6.25rem);
    top: unset;
    bottom: 0;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.faq__item {
  font-size: 16px;
  line-height: normal;
  padding-left: 12px;
  border-radius: 10px;
  border: 1px solid #dfe3e9;
  background: #fff;
}
@media (min-width: 768px) {
  .faq__item {
    padding-left: 30px;
  }
}

.faq__question {
  padding-block: 21px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .faq__question {
    padding-block: 30px;
  }
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
}
.faq__question::before {
  right: 20px;
  width: 10px;
  height: 2px;
}
@media (min-width: 768px) {
  .faq__question::before {
    right: 37px;
    width: 20px;
  }
}
.faq__question::after {
  right: 24px;
  width: 2px;
  height: 10px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media (min-width: 768px) {
  .faq__question::after {
    right: 45.5px;
    height: 20px;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

details[open] .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 42px 37px;
  width: 100%;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .faq__question-text {
    padding-inline: 44px 88px;
  }
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: 1.5px;
  font-size: 24px;
  color: #0057d9;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .faq__question-text::before {
    font-size: 30px;
    line-height: 36px; /* 150% */
    letter-spacing: 1.5px;
  }
}

.faq__answer {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .faq__answer {
    padding-bottom: 30px;
  }
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 42px 37px;
  width: 100%;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (min-width: 768px) {
  .faq__answer-text {
    padding-inline: 44px 88px;
  }
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 6px;
  left: 0;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: 1.5px;
  font-size: 24px;
  color: #ff0302;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .faq__answer-text::before {
    font-size: 30px;
    line-height: 36px; /* 150% */
    letter-spacing: 1.5px;
    top: -3px;
  }
}

.p-faq__link {
  margin-top: 40px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  text-align: end;
  display: block;
  padding-right: 29px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .p-faq__link {
    margin-top: 60px;
    padding-right: 37px;
  }
}
.p-faq__link::before {
  content: "";
  position: absolute;
  background: url(../img/icon-allow-bule.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media (min-width: 768px) {
  .p-faq__link::before {
    width: 28px;
    height: 28px;
  }
}
@media (any-hover: hover) {
  .p-faq__link:hover {
    opacity: 0.6;
  }
}

.p-case {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 150px;
}
.p-case::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .p-case::before {
    height: 50px;
    top: -50px;
  }
}

.p-case__inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-case__inner {
    max-width: 1020px;
    margin-inline: auto;
    padding-inline: 60px;
  }
}

.p-case__items {
  margin-top: 40px;
  padding-inline: 36px;
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .p-case__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
       -moz-column-gap: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
            column-gap: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
    row-gap: 99px;
    padding-inline: 0;
  }
}

.p-case__item {
  position: relative;
  z-index: 1;
}

.p-case__item-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  background: linear-gradient(92deg, #0057d9 0.49%, #4c34a1 104.84%);
  padding-block: 14.5px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .p-case__item-title {
    font-size: clamp(2.5rem, 3.0714285714rem - 1.1904761905vw, 2rem);
    font-weight: 700;
    line-height: 200%; /* 80px */
    padding-block: 0;
  }
}
.p-case__item-title::before {
  content: "";
  position: absolute;
  background: url(../img/case-hukidasi-arrow.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -7px;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-case__item-title::before {
    bottom: -12px;
  }
}

.p-case__item-main {
  border-radius: 5px;
  border: 1px solid #7db0fd;
  margin-top: 13px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 34px;
}
@media (min-width: 768px) {
  .p-case__item-main {
    margin-top: 33px;
    border: 3px solid #7db0fd;
    padding-top: 44px;
  }
}

.p-case__item-number-num {
  color: #fd3c3c;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
}

.p-case__item-number-unit {
  color: #0057d9;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  padding-left: 4px;
}

.p-case__item-image {
  margin-top: 5px;
  width: 100px;
  height: 100px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-case__item-image {
    width: 150px;
    height: 150px;
    margin-top: 25px;
  }
}
.p-case__item-image img {
  height: auto;
}

.p-news-archive {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 150px;
}
.p-news-archive::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .p-news-archive::before {
    height: 50px;
    top: -50px;
  }
}

.p-news-archive__inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-news-archive__inner {
    max-width: 1020px;
    margin-inline: auto;
    padding-inline: 60px;
  }
}

.p-news-archive-content {
  padding-inline: 36px;
  margin-top: 49px;
}
@media (min-width: 768px) {
  .p-news-archive-content {
    padding-inline: 0;
    margin-top: 62px;
  }
}

.p-news-archive__cate-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .p-news-archive__cate-items {
    padding-left: 20px;
    padding-bottom: 21px;
  }
}
.p-news-archive__cate-items::before {
  content: "";
  position: absolute;
  background: #878c93;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.p-news-archive__cate-item {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-news-archive__cate-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-news-archive__cate-link:hover {
    opacity: 0.6;
  }
}
.p-news-archive__cate-link.is-current {
  position: relative;
}
.p-news-archive__cate-link.is-current::before {
  content: "";
  position: absolute;
  background: #0057d9;
  width: 100%;
  height: 4px;
  bottom: -12px;
  border-radius: 50vmax;
}

.p-news-archive__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media (min-width: 768px) {
  .p-news-archive__items {
    gap: 0;
  }
}

.p-news-archive__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .p-news-archive__item {
    padding-top: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
    padding-bottom: 20px;
    padding-inline: 10px;
  }
}
.p-news-archive__item::before {
  content: "";
  position: absolute;
  background: #878c93;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
@media (any-hover: hover) {
  .p-news-archive__item:hover {
    opacity: 0.6;
  }
}

.p-news-archive__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-news-archive__item-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2rem, 0rem + 4.1666666667vw, 3.75rem);
  }
}

.p-news-archive__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-news-archive__item-head {
    gap: 40px;
    width: 261px;
  }
}

.p-news-archive__item-date {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 22.1px */
}
@media (min-width: 768px) {
  .p-news-archive__item-date {
    font-size: clamp(0.8125rem, 0.5982142857rem + 0.4464285714vw, 1rem);
  }
}

.p-news-archive__item-cate {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 22.1px */
  color: #fff;
  border-radius: 5px;
  background: #0057d9;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .p-news-archive__item-cate {
    font-size: clamp(0.8125rem, 0.5982142857rem + 0.4464285714vw, 1rem);
  }
}

.p-news-archive__item-title {
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}

.p-news-archive__pagination {
  margin-top: 65px;
}

.p-single {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 150px;
}
.p-single::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .p-single::before {
    height: 50px;
    top: -50px;
  }
}

.p-single__inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-single__inner {
    max-width: 1020px;
    margin-inline: auto;
    padding-inline: 60px;
  }
}

.p-single-content {
  padding-top: 60px;
  padding-inline: 36px;
}
@media (min-width: 768px) {
  .p-single-content {
    padding-inline: 0;
  }
}
.p-single-content h2 {
  margin-top: 20px;
  background: #0057d9;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  padding-block: 4px;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .p-single-content h2 {
    margin-top: 40px;
    font-size: 24px;
  }
}
.p-single-content h3 {
  margin-top: 20px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 32.3px */
  padding-left: 7px;
  border-left: 3px solid #0057d9;
}
@media (min-width: 768px) {
  .p-single-content h3 {
    margin-top: 40px;
    font-size: 22px;
  }
}
.p-single-content h4 {
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  padding-left: 10px;
  border-bottom: 3px solid #0057d9;
}
@media (min-width: 768px) {
  .p-single-content h4 {
    margin-top: 40px;
    font-size: 20px;
  }
}
.p-single-content h5 {
  margin-top: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 28.9px */
  padding-left: 10px;
  background: #e6f0ff;
}
@media (min-width: 768px) {
  .p-single-content h5 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.p-single-content p {
  margin-top: 20px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
@media (min-width: 768px) {
  .p-single-content p {
    margin-top: 40px;
  }
}
.p-single-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .p-single-content ul {
    margin-top: 40px;
  }
}
.p-single-content li {
  list-style: disc;
}
.p-single-content img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-single-content img {
    margin-top: 40px;
  }
}

.p-single-content__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 154.545% */
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-single-content__title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 40px;
  }
}

.p-single__btn-wrap {
  margin-top: 40px;
  text-align: end;
}
@media (min-width: 768px) {
  .p-single__btn-wrap {
    margin-top: 100px;
  }
}

.p-single__btn {
  font-weight: 500;
  line-height: 200%; /* 32px */
  position: relative;
  padding-right: 37px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-single__btn:hover {
    opacity: 0.6;
  }
}
.p-single__btn::before {
  content: "";
  position: absolute;
  background: url(../img/icon-allow-bule.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}

.p-faq-archive {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 150px;
}
.p-faq-archive::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .p-faq-archive::before {
    height: 50px;
    top: -50px;
  }
}

.p-faq-archive__search-wrap {
  margin-top: 40px;
}

.p-faq-archive__search {
  position: relative;
}
.p-faq-archive__search input {
  width: 100%;
  padding: 10px 10px 10px 40px !important;
  border-radius: 10px;
  border: 1px solid #dfe3e9;
  background: #f3f5f9;
  position: relative;
}
.p-faq-archive__search svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 12px;
}

.p-faq-archive__cate-wrap {
  margin-top: 40px;
}

.p-faq-archive__cate-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 1.92px;
}
@media (min-width: 768px) {
  .p-faq-archive__cate-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-faq-archive__cate-items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .p-faq-archive__cate-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-faq-archive__cate-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-faq-archive__cate-link {
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 1.12px;
  color: #fff;
  background: #0057d9;
  width: 204px;
  padding-block: 12.5px;
  border-radius: 40px;
  padding-left: 26px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq-archive__cate-link {
    margin-inline: auto;
    width: 140px;
    padding-block: 5px;
    padding-left: 10px;
  }
}
.p-faq-archive__cate-link::before {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow-bottom.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq-archive__cate-link::before {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
@media (any-hover: hover) {
  .p-faq-archive__cate-link:hover {
    background: #fff;
    border: 1px solid #0057d9;
    color: #0057d9;
  }
  .p-faq-archive__cate-link:hover::before {
    background: url(../img/icon-bule-bottom.png) no-repeat center center/contain;
  }
}

.p-faq-archive__content {
  margin-top: 60px;
}

.p-faq-archive__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-faq-archive__content-cate {
  padding: 10px;
  border-radius: 10px;
  background: #7db0fd;
  font-size: 20px;
  line-height: 180%;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-faq-archive__content-cate {
    padding-inline: 20px;
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}
.p-faq-archive__content-cate::before {
  content: "";
  position: absolute;
  background: url(../img/icon-faq-arrow-bottom.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .p-faq-archive__content-cate:hover {
    opacity: 0.6;
  }
}

.p-faq-archive__content-item .faq__items {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.p-faq-archive__content-item.is-opened .faq__items {
  margin-top: 40px;
}

.p-faq-archive__content-item.is-opened .p-faq-archive__content-cate::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__answer-more {
  color: #0057d9;
  text-decoration: underline;
}

.p-contact {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 150px;
}
.p-contact::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .p-contact::before {
    height: 50px;
    top: -50px;
  }
}

.p-contact__content {
  margin-top: 40px;
}
.p-contact__content.--thanks {
  margin-top: 200px;
}

.p-contact__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 154.545% */
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__title {
    font-size: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    font-weight: 700;
    line-height: 36px; /* 90% */
    letter-spacing: 3.2px;
  }
}

.p-contact__text {
  margin-top: 20px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 1.28px;
  padding-inline: 36px;
  text-align: center;
}

.p-contact__form {
  margin-top: 40px;
  border-radius: 10px;
  background: #e6f0ff;
  padding-top: 40px;
  padding-inline: 36px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-contact__form {
    margin-top: 80px;
    padding-top: 70px;
    padding-inline: clamp(3.125rem, 0.2678571429rem + 5.9523809524vw, 5.625rem);
    padding-bottom: 80px;
  }
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.contact__head {
  font-weight: 500;
  line-height: normal;
  padding-inline: 10px;
}

.--must {
  position: relative;
  display: inline-block;
}
.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 14px);
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 4px;
  background: #fd3c3c;
  color: #fff;
  white-space: nowrap;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  padding-inline: 10px;
  padding-block: 20.5px;
  border-radius: 5px;
  border: 1px solid #878c93;
  background: #fff;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    padding-inline: 16px;
    padding-block: 18px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #878c93;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #878c93;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #878c93;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #878c93;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #878c93;
}

textarea {
  resize: vertical;
  height: 200px;
}

.contact__data-radio {
  margin-inline: 0 auto !important;
}
.wpcf7-form-control {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 768px) {
  .wpcf7-form-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  padding-top: 10px;
  position: absolute;
  left: -16px;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.wpcf7-form-control-wrap a {
  color: #038cfd;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  text-align: center;
  position: relative;
  width: 264px;
  margin-inline: auto;
  margin-top: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .contact__submit:hover {
    opacity: 0.6;
  }
}
.contact__submit::before {
  content: "";
  position: absolute;
  background: url(../img/icon-contact.png) no-repeat center center/contain;
  width: 23px;
  height: 23px;
  right: 41px;
  top: 18px;
}
.contact__submit input[type=submit] {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding-block: 16px;
  border-radius: 10px;
  padding-left: 55px;
  padding-right: 81px;
  background: #fdd23c;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.5);
          box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.5);
  color: #292823;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .contact__row-textarea {
    margin-top: 12px;
  }
}

.p-contact__btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.p-contact__btn-thanks {
  border-radius: 10px;
  background: #fdd23c;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.5);
          box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.5);
  padding: 20px 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-contact__btn-thanks:hover {
    opacity: 0.6;
  }
}

.confirm_button {
  border-radius: 10px;
  background: #fdd23c !important;
  -webkit-box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.5);
          box-shadow: 0 0 4px 0 rgba(41, 40, 35, 0.5);
  padding: 20px 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .confirm_button:hover {
    opacity: 0.6;
  }
}

.confirm_area {
  margin-top: 40px;
  border-radius: 10px;
  background: #e6f0ff;
  padding: 40px 36px;
}
@media (min-width: 768px) {
  .confirm_area {
    margin-top: 80px;
    padding: 70px clamp(3.125rem, 0.2678571429rem + 5.9523809524vw, 5.625rem);
  }
}

.confirm_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .confirm_title {
    font-size: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 3.2px;
    margin-bottom: 30px;
  }
}

.confirm_text {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.28px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .confirm_text {
    margin-bottom: 60px;
  }
}

.confirm_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .confirm_content {
    margin-bottom: 60px;
  }
}

.confirm_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .confirm_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.confirm_label {
  font-weight: 500;
  line-height: normal;
  padding-inline: 10px;
  min-width: 200px;
}
@media (min-width: 768px) {
  .confirm_label {
    min-width: 250px;
  }
}

.confirm_value {
  padding: 20.5px 10px;
  border-radius: 5px;
  border: 1px solid #878c93;
  background: #fff;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
}
@media (min-width: 768px) {
  .confirm_value {
    padding: 18px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.confirm_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .confirm_buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.back_button {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 40px;
  border-radius: 10px;
  background: #878c93;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .back_button:hover {
    opacity: 0.6;
  }
}

.confirm_area .contact__submit {
  margin-top: 0;
}

.p-privacy-policy {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 150px;
}
.p-privacy-policy::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .p-privacy-policy::before {
    height: 50px;
    top: -50px;
  }
}

.p-privacy-policy__content {
  padding-inline: 30px;
  padding-top: 60px;
}

.p-privacy-policy__title {
  background: #0057d9;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 180% */
  text-align: center;
  padding-block: 12px;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .p-privacy-policy__title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    line-height: 150%;
    border-radius: 20px 20px 0 0;
    padding-block: 20px;
  }
}

.p-privacy-policy__text {
  margin-top: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media (min-width: 768px) {
  .p-privacy-policy__text {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
    line-height: 170%;
    margin-top: 50px;
  }
}

.p-privacy-policy__lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .p-privacy-policy__lists {
    margin-top: 50px;
    gap: 50px;
  }
}

.p-privacy-policy__list-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #1f2124;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 32.3px */
}
@media (min-width: 768px) {
  .p-privacy-policy__list-title {
    font-size: clamp(1.25rem, 1.1071428571rem + 0.2976190476vw, 1.375rem);
    line-height: 170%;
    padding-bottom: 10px;
  }
}

.p-privacy-policy__list-text {
  margin-top: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
.p-privacy-policy__list-text a {
  color: #0057d9;
  text-decoration: underline;
  display: block;
  white-space: normal;
  word-wrap: break-word;
}

.p-terms {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 150px;
}
.p-terms::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .p-terms::before {
    height: 50px;
    top: -50px;
  }
}

.p-terms__content {
  padding-inline: 30px;
  padding-top: 60px;
}

.p-terms__title {
  background: #0057d9;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 180% */
  text-align: center;
  padding-block: 12px;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .p-terms__title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    line-height: 150%;
    border-radius: 20px 20px 0 0;
    padding-block: 20px;
  }
}

.p-terms__text {
  margin-top: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media (min-width: 768px) {
  .p-terms__text {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
    line-height: 170%;
    margin-top: 50px;
  }
}

.p-terms__lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .p-terms__lists {
    margin-top: 50px;
    gap: 50px;
  }
}

.p-terms__list-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #1f2124;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 32.3px */
}
@media (min-width: 768px) {
  .p-terms__list-title {
    font-size: clamp(1.25rem, 1.1071428571rem + 0.2976190476vw, 1.375rem);
    line-height: 170%;
    padding-bottom: 10px;
  }
}

.p-terms__list-text {
  margin-top: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
.p-terms__list-text a {
  color: #0057d9;
  text-decoration: underline;
  display: inline;
  white-space: normal;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Montserrat", sans-serif;
}

.u-en {
  font-family: "Montserrat", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

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

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.u-accent-color {
  color: #0057d9;
  font-weight: 700;
}