@charset "UTF-8";
:root {
  --font-color: #333;
  --white-color: #FFFFFF;
  --gray-color: #F7F7F7;
  --background-accent-color: #4860E8;
  --background-sub-color: #F2F2F2;
  --accent-color: #1548D6;
  --info-color: #666DF2;
  --border-color-accent: #2750DC;
  --key-color: #DAFF1E;
  --sp-padding: 1rem;
  --pc-padding: 2rem;
  --pc-header-height: 5.625rem;
  --sp-header-height: 4rem;
  --ff-base: "Noto Sans JP", sans-serif;
  --ff-en: "Prompt", sans-serif;
  --ff-number: "Plus Jakarta Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body {
  background-color: var(--white-color);
  color: var(--font-color);
  font-family: var(--ff-base);
  font-weight: 400;
  font-size: 1rem;
}

.l-wrapper {
  overflow: hidden;
}

.is-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, var(--key-color)), color-stop(80%, var(--key-color)), color-stop(80%, transparent));
  background: linear-gradient(to bottom, transparent 50%, var(--key-color) 50%, var(--key-color) 80%, transparent 80%);
}

.is-marker--s {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--key-color)), color-stop(80%, var(--key-color)), color-stop(80%, transparent));
  background: linear-gradient(to bottom, transparent 60%, var(--key-color) 60%, var(--key-color) 80%, transparent 80%);
}

.is-bold {
  font-weight: bold;
}

.c-cta__btn a {
  text-align: center;
  max-width: 100%;
  width: 20rem;
  padding: 1.25rem;
  border-radius: 5.1875rem;
  border: 0.0625rem solid currentColor;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.12px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media screen and (max-width:767px) {
  .c-cta__btn a {
    width: 18.75rem;
    font-size: 1.125rem;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.09px;
  }
}

@media (any-hover: hover) {
  .c-cta__btn a:hover {
    opacity: 0.4;
  }
}
.c-cta__btn.is-download a {
  background: var(--key-color);
}

.c-cta__btn.is-contact a {
  background: var(--white-color);
}

.c-cta-btn__link--s {
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .c-cta-btn__link--s {
    font-size: 0.875rem;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.07px;
  }
}

.c-cta-btn__link--m {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.12px;
}
@media screen and (max-width:767px) {
  .c-cta-btn__link--m {
    font-size: 0.875rem;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.07px;
  }
}

.c-cta-btn__link--l {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.1px;
}
@media screen and (max-width:767px) {
  .c-cta-btn__link--l {
    font-size: 1.125rem;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.09px;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .u-sp-none {
    display: none;
  }
}

.u-dib {
  display: inline-block;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: #E5E5E5;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #7B79FF;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.75rem;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--pc-header-height);
  z-index: 100;
  background: var(--white-color);
}
@media screen and (max-width:767px) {
  .l-header {
    height: var(--sp-header-height);
  }
}

.l-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .l-header__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 4rem;
    padding-left: 2.6875rem;
  }
}

.p-logo {
  max-width: 100%;
  width: 8.4375rem;
}
@media screen and (max-width:767px) {
  .p-logo {
    width: 5.375rem;
  }
}
.p-header-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-header-btn__wrapper {
    display: none;
  }
}

.p-header__btn a {
  text-align: center;
  color: var(--font-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1px;
  padding: 0.8125rem;
  border-radius: 3.75rem;
  width: 13.75rem;
  max-width: 100%;
  border: 0.0625rem solid #000;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.p-header__btn.is-download a {
  background: var(--key-color);
}

.p-header__btn.is-contact a {
  background: var(--white-color);
}

.p-header-btn__link--s {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.07px;
}

.p-header-btn__link--m {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.09px;
}

@media (any-hover: hover) {
  .p-header__btn a:hover {
    opacity: 0.6;
  }
}
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  padding: 0.5rem 1.25rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-drawer.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-drawer-list__item a {
  color: var(--accent-color);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.09px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-drawer-icon {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    display: none;
  }
}
.p-drawer-icon.is-active .p-drawer-icon__bar {
  background: rgba(21, 72, 214, 0.6);
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.5rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.5rem;
}

.p-drawer-icon__bars {
  background: transparent;
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1.5rem;
}

.p-drawer-icon__bar {
  position: absolute;
  display: block;
  content: "";
  width: 2.5rem;
  height: 0.125rem;
  background: var(--accent-color);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-drawer-icon__bar1 {
  top: 0;
  left: 0;
}

.p-drawer-icon__bar2 {
  top: 0.625rem;
}

.p-drawer-icon__bar3 {
  top: 1.25rem;
}

.p-drawer-btn__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-fv {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background: var(--gray-color);
  position: relative;
  overflow: hidden;
  margin-top: var(--pc-header-height);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-fv {
    background: url("../img/fv/bg-fv_sp.webp") no-repeat center center/cover;
  }
}
@media screen and (max-width:767px) {
  .l-fv {
    margin-top: var(--sp-header-height);
    background: url("../img/fv/bg-fv_sp.webp") no-repeat center 60%/cover;
  }
}
.l-fv::before, .l-fv::after {
  content: "RECRUIT!RECRUIT!RECRUIT!";
  position: absolute;
  mix-blend-mode: overlay;
  color: #D0D0D0;
  font-family: Prompt;
  font-size: 8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 38.4px;
  z-index: 1;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-fv::before, .l-fv::after {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .l-fv::before, .l-fv::after {
    display: none;
  }
}
.l-fv::before {
  top: -4rem;
  left: 0.3125rem;
}
.l-fv::after {
  bottom: -3.75rem;
  right: -1.1875rem;
}

.l-fv__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-fv__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width:374px) {
  .l-fv__inner {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.p-fv-cont__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv-cont__wrapper {
    width: 78.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: clamp(5.9vw, 5.972vw, 5.375rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv-cont__wrapper {
    padding-left: 0;
    width: 42.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .p-fv-cont__wrapper {
    width: 25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__cont {
  width: 64%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__cont {
    width: 100%;
    display: contents;
  }
}
@media screen and (max-width:767px) {
  .p-fv__cont {
    width: 100%;
    display: contents;
  }
}

.p-fv__lead {
  color: var(--accent-color);
  font-size: clamp(4rem, 5.5vw, 5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width:767px) {
  .p-fv__lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.25rem;
    font-weight: 700;
    /* 50.4px */
    letter-spacing: 0.18px;
  }
}

.p-fv-inline--dark {
  color: var(--font-color);
}

.p-fv-lead__inline--s {
  font-size: clamp(3rem, 4.167vw, 3.75rem);
  letter-spacing: 0.298px;
  color: var(--font-color);
}
@media screen and (max-width:767px) {
  .p-fv-lead__inline--s {
    font-size: 2.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-fv-lead__inline--s.is-sp--s {
    font-size: 1.75rem;
  }
}

.p-fv-lead__inline--m {
  font-size: clamp(3rem, 5.21vw, 3.75rem);
}
@media screen and (max-width:767px) {
  .p-fv-lead__inline--m {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.14px;
  }
}

.p-fv-lead__inline--number {
  font-family: var(--ff-number);
  font-size: clamp(4.0625rem, 5.694vw, 5.125rem);
}
@media screen and (max-width:767px) {
  .p-fv-lead__inline--number {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -2.52px;
  }
}

.p-fv-lead__inline--xm {
  font-size: clamp(3rem, 4.167vw, 3.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 3.3px;
}
@media screen and (max-width:767px) {
  .p-fv-lead__inline--xm {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.14px;
  }
}

.p-fv__text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: clamp(1.1875rem, 1.667vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width:767px) {
  .p-fv__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 180%;
    margin-top: 1.375rem;
    font-size: 1rem;
  }
}

.p-fv-btn__wrapper {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv-btn__wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width:767px) {
  .p-fv-btn__wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6875rem;
    margin-top: 1.9375rem;
  }
}

.p-fv__img {
  width: 46%;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__img {
    width: 60%;
    margin-inline: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .p-fv__img {
    width: 14.625rem;
    margin-inline: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.25rem;
  }
}
.p-fv__bg {
  position: absolute;
  right: -2.5625rem;
  bottom: -2rem;
  z-index: 0;
  width: 43.375rem;
  height: 49rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__bg {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .p-fv__bg {
    display: none;
  }
}

.l-intro__section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-intro__section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-intro__section::before {
  content: "";
  position: absolute;
  background: url("../img/intro/deco-intro-arrow--l.webp") no-repeat center center/contain;
  bottom: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13.9375rem;
  height: 5.0625rem;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .l-intro__section::before {
    width: 10.375rem;
    height: 3.75rem;
    bottom: -2.5rem;
  }
}

.l-intro-section__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-intro-section__inner {
    padding-right: 0.96875rem;
    padding-left: 0.96875rem;
  }
}

.p-intro-section__title {
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 46.8px */
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-intro-section__title {
    font-size: 20px;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}

.p-intro-section-title__inline {
  color: var(--accent-color);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-intro-section-title__inline {
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0.12px;
  }
}

@media screen and (min-width: 768px) {
  .p-intro-section-title__inline--s {
    font-size: 2.25rem;
    letter-spacing: 0.18px;
  }
}

.p-intro__list {
  margin-top: 4rem;
  max-width: 100%;
  margin-inline: auto;
  width: 68.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-intro__list {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .p-intro__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-intro-list__item {
    width: 31.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-intro-list__item02 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-intro-list__item03 {
    margin-top: 4.5rem;
  }
}

.p-intro-list-item__wrapper {
  border-radius: 0.3125rem;
  border: 0.0625rem solid var(--border-color-accent);
  background: var(--gray-color);
}

.p-intro-item__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding: 2.5rem 1.5rem 1.5rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-intro-item__head {
    padding-top: 1.5rem;
    gap: 0.75rem;
  }
}
.p-intro-item__head::before {
  content: "";
  position: absolute;
  background: url("../img/intro/deco-intro-arrow.webp") no-repeat center center/contain;
  width: 4.5625rem;
  height: 1.5625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -1.125rem;
}

.p-intro-item__title {
  font-size: clamp(1rem, 1.66vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-intro-item__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:374px) {
  .p-intro-item__title {
    font-size: 1.125rem;
  }
}

.p-intro-item-title__inline {
  color: var(--background-accent-color);
}

.p-intro-item__img {
  max-width: 100%;
  width: 12.5rem;
}
.p-intro-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-intro-item__text {
  font-size: clamp(0.875rem, 1.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-intro-item__text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.07px;
  }
}

.p-intro-item__body {
  padding: 2rem 1.5rem 1.5rem;
  background: var(--background-accent-color);
}
@media screen and (max-width:767px) {
  .p-intro-item__body {
    padding-top: 1.625rem;
  }
}

.p-intro-item__lead {
  color: var(--background-sub-color);
  font-size: clamp(0.875rem, 1.11vw, 1rem);
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-intro-item__lead {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    /* 25.2px */
    letter-spacing: 0.07px;
  }
}

.l-answer__block {
  background-color: var(--gray-color);
  position: relative;
}
.l-answer__block::before, .l-answer__block::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.l-answer__block::before {
  top: 0;
}
.l-answer__block::after {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-answer__block {
    min-height: 50rem;
    padding-top: 6.625rem;
    padding-bottom: 4.6875rem;
  }
  .l-answer__block::before {
    background: url("../img/answer/bg-answer-top.webp") no-repeat center center/cover;
    aspect-ratio: 1440/444;
  }
  .l-answer__block::after {
    background: url("../img/answer/bg-answer-bottom.webp") no-repeat center center/cover;
    aspect-ratio: 1440/435;
  }
}
@media screen and (max-width:767px) {
  .l-answer__block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .l-answer__block::before {
    background: url("../img/answer/bg-answer-top_sp.webp") no-repeat center center/cover;
    aspect-ratio: 750/278;
  }
  .l-answer__block::after {
    background: url("../img/answer/bg-answer-bottom_sp.webp") no-repeat center center/cover;
    aspect-ratio: 750/268;
  }
}

.l-answer-block__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-answer-block__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.p-answer__cont {
  margin-inline: auto;
  max-width: 100%;
  width: 68.25rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-answer__cont {
    width: 30rem;
    margin-inline: auto;
  }
}

.p-answer__lead {
  font-size: clamp(2.0625rem, 3.33vw, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-answer__lead {
    font-size: clamp(0.875rem, 5.333vw, 1.25rem);
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}

.p-answer__inline--m {
  color: var(--accent-color);
  font-size: clamp(3.125rem, 5vw, 4.5rem);
}
@media screen and (max-width:767px) {
  .p-answer__inline--m {
    font-size: clamp(1rem, 6.4vw, 1.5rem);
    letter-spacing: 0.12px;
  }
}

.p-answer-text__wrapper {
  margin-top: clamp(2.75rem, 4.44vw, 4rem);
}
@media screen and (max-width:767px) {
  .p-answer-text__wrapper {
    margin-top: clamp(1.75rem, 10.66vw, 2.5rem);
    text-align: left;
  }
}

.p-answer__text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  font-style: normal;
  line-height: 220%;
  letter-spacing: 0.09px;
}
@media screen and (max-width:767px) {
  .p-answer__text {
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.08px;
    font-size: clamp(0.875rem, 4.266vw, 1rem);
  }
}

.p-answer__text02 {
  margin-top: clamp(1.6875rem, 2.71vw, 2.4375rem);
}
@media screen and (max-width:767px) {
  .p-answer__text02 {
    margin-top: clamp(1.25rem, 7.733vw, 1.8125rem);
  }
}

.p-answer__text03 {
  margin-top: clamp(1.6875rem, 2.71vw, 2.4375rem);
}
@media screen and (max-width:767px) {
  .p-answer__text03 {
    margin-top: clamp(1.3125rem, 8vw, 1.875rem);
  }
}

.p-answer__text04 {
  margin-top: clamp(1.6875rem, 2.71vw, 2.4375rem);
}
@media screen and (max-width:767px) {
  .p-answer__text04 {
    margin-top: clamp(1.3125rem, 8vw, 1.875rem);
  }
}

.p-answer-text__inline {
  font-weight: 700;
  letter-spacing: 0.09px;
}
@media screen and (max-width:767px) {
  .p-answer-text__inline {
    letter-spacing: 0.08px;
  }
}

.p-answer__sublead {
  margin-top: clamp(2.8125rem, 4.5139vw, 4.0625rem);
  text-align: center;
  font-size: clamp(1.1875rem, 1.944vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.14px;
}
@media screen and (max-width:767px) {
  .p-answer__sublead {
    margin-top: 2.625rem;
    white-space: nowrap;
    line-height: 1;
  }
}

.p-answer-sublead__inline {
  color: var(--accent-color);
  font-size: clamp(1.1875rem, 1.944vw, 1.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.14px;
}
@media screen and (max-width:767px) {
  .p-answer-sublead__inline {
    font-size: clamp(1rem, 6.4vw, 1.5rem);
    letter-spacing: 0.12px;
  }
}

.p-answer-sublead__inline--color {
  color: var(--font-color);
}

.p-answer-sublead__inline--s {
  font-size: clamp(1rem, 1.66vw, 1.5rem);
  letter-spacing: 0.12px;
}

.l-features__section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .l-features__section {
    padding-top: 2.5rem;
    padding-bottom: 0.9375rem;
  }
}

.l-features-section__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-features-section__inner {
    padding-right: var(--sp-padding);
    padding-left: var(--sp-padding);
  }
}

.p-features__title {
  color: var(--accent-color);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-features__title {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}

.p-features-title__inline {
  color: var(--font-color);
  font-size: 2.25rem;
  font-style: normal;
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-features-title__inline {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0.1px;
  }
}

.p-features__list {
  margin-top: 3.6875rem;
  max-width: 100%;
  width: 68.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-features__list {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .p-features__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-features-list__item {
  border-radius: 0.3125rem;
  border: 0.0625rem solid var(--background-accent-color);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-features-list__item {
    width: 31.5%;
  }
}

.p-features-item__head {
  background: var(--background-accent-color);
  padding: 1.0625rem 1.5rem 1.375rem;
}
@media screen and (max-width:767px) {
  .p-features-item__head {
    padding: 1.25rem 1.5rem;
  }
}

.p-features-item__title {
  color: var(--white-color);
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 1.66vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-features-item__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}
@media screen and (min-width: 768px) {
  .p-features-item__title {
    white-space: nowrap;
  }
}

.p-features-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  padding: 1.5rem 1.25rem 2.1875rem;
  background: var(--white-color);
}
@media screen and (max-width:767px) {
  .p-features-item__body {
    padding-top: 1rem;
    padding-bottom: 1.3125rem;
  }
}

.p-features-item__img {
  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;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .p-features-item__img {
    width: 68.26%;
  }
}
@media screen and (min-width: 768px) {
  .p-features-item__img {
    width: 15.625rem;
    max-width: 100%;
    aspect-ratio: 250/183;
  }
}
.p-features-item__text {
  color: var(--font-color);
  font-style: normal;
  line-height: 180%;
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-features-item__text {
    font-size: 0.875rem;
    letter-spacing: 0.07px;
    font-weight: 500;
  }
}

.p-features-item-text__inline {
  font-size: inherit;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-features-item-text__inline {
    letter-spacing: 0.07px;
  }
}

.l-cta__block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: -webkit-gradient(linear, right top, left top, from(var(--accent-color)), to(#666DF2));
  background: linear-gradient(270deg, var(--accent-color) 0%, #666DF2 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-cta__block {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width:767px) {
  .l-cta__block {
    padding-top: 2.5rem;
    padding-bottom: 15.1875rem;
  }
}
.l-cta__block::before, .l-cta__block::after {
  content: "";
  position: absolute;
  z-index: 0;
}
@media screen and (max-width:767px) {
  .l-cta__block::before {
    background: url("../img/cta/img-cta_sp.webp") no-repeat center center/contain;
    width: 19.0625rem;
    height: 19.0625rem;
    bottom: -0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-cta__block::before {
    background: url("../img/cta/img-cta01.webp") no-repeat center center/contain;
    width: clamp(15.625rem, 19.93vw, 17.9375rem);
    height: clamp(9.375rem, 13.54vw, 12.1875rem);
    bottom: 0;
    left: 2.75rem;
  }
}
.l-cta__block::after {
  background: url("../img/cta/img-cta02.webp") no-repeat center center/contain;
  width: clamp(15.625rem, 24.17vw, 21.75rem);
  height: clamp(9.375rem, 15.21vw, 13.6875rem);
  max-height: 13.6875rem;
  bottom: 0;
  right: 2.3125rem;
}
@media screen and (max-width:767px) {
  .l-cta__block::after {
    display: none;
  }
}

.l-cta-block__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-cta-block__inner {
    padding-right: var(--sp-padding);
    padding-left: var(--sp-padding);
  }
}

.p-cta__lead {
  text-align: center;
}

.p-cta__lead--inline {
  color: var(--white-color);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 46.8px */
  letter-spacing: 0.18px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__lead--inline {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-cta__lead--inline {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width:374px) {
  .p-cta__lead--inline {
    font-size: 1.375rem;
  }
}
.p-cta__lead--inline::before, .p-cta__lead--inline::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-cta__lead--inline::before {
  background: url("../img/cta/deco-cta--left.webp") no-repeat center center/contain;
  width: 3.0625rem;
  height: 5.125rem;
  left: 0;
}
@media screen and (max-width:767px) {
  .p-cta__lead--inline::before {
    width: 1.875rem;
    height: 3.375rem;
  }
}
.p-cta__lead--inline::after {
  background: url("../img/cta/deco-cta--right.webp") no-repeat center center/contain;
  width: 3.0625rem;
  height: 5.125rem;
  right: 0;
}
@media screen and (max-width:767px) {
  .p-cta__lead--inline::after {
    width: 1.875rem;
    height: 3.375rem;
  }
}

.p-cta__lead--logo {
  font-size: 3rem;
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-cta__lead--logo {
    font-size: 1.875rem;
    letter-spacing: 0.15px;
  }
}
@media screen and (max-width:374px) {
  .p-cta__lead--logo {
    font-size: 1.75rem;
  }
}

.p-cta__info {
  display: none;
}
@media screen and (max-width:767px) {
  .p-cta__info {
    display: block;
    text-align: center;
    margin-top: 1.8125rem;
    color: var(--white-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.09px;
  }
}

.p-cta-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .p-cta-btn__wrapper {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cta-btn__wrapper {
    margin-top: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}

.l-service__section {
  padding-top: 5.375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width:767px) {
  .l-service__section {
    padding-top: 2.5rem;
    padding-bottom: 0.8125rem;
  }
}

.l-service-section__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-service-section__inner {
    padding: 0;
  }
}

.p-service-section__title {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-service-section__title {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}

.p-service-section-title__inline {
  color: var(--accent-color);
}

@media screen and (max-width:767px) {
  .p-service-list__wrapper {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.375rem;
  }
}
@media screen and (max-width:374px) {
  .p-service-list__wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__list {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.74%;
       -moz-column-gap: 2.74%;
            column-gap: 2.74%;
    max-width: 100%;
    width: 55rem;
    margin-inline: auto;
  }
}

.p-service-list__item {
  border-radius: 0.3125rem;
  background: var(--gray-color);
  border: 0.0625rem solid var(--background-accent-color);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-service-list__item {
    width: 19.3125rem;
    max-width: 100%;
  }
}
@media screen and (max-width:374px) {
  .p-service-list__item {
    width: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-list__item {
    width: 48.63%;
  }
  .p-service-list__item:nth-child(2n) {
    margin-top: 3rem;
  }
}

.p-service-item__head {
  padding: 1.5rem 2.25rem;
  background: var(--background-accent-color);
}
@media screen and (max-width:767px) {
  .p-service-item__head {
    padding: 1rem 1.5rem;
  }
}

.p-service-item__title {
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-service-item__title {
    gap: 1.125rem;
  }
}

.p-service-item__number {
  font-family: var(--ff-number);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-service-item__number {
    font-size: 2.25rem;
    letter-spacing: 0.18px;
  }
}

.p-service-item-title__inline {
  font-size: clamp(1.375rem, 1.944vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .p-service-item-title__inline {
    font-size: 1.25rem;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width:374px) {
  .p-service-item-title__inline {
    font-size: 1.125rem;
  }
}

.p-service-item__body {
  padding: 1.5rem 1.9375rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-service-item__body {
    padding: 1rem 1.875rem 1.5rem;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-item__img {
    margin-inline: auto;
    width: 21.875rem;
    max-width: 100%;
  }
}
.p-service-item__lead {
  color: var(--background-accent-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-service-item__lead {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.09px;
  }
}

.p-service-item__text {
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-service-item__text {
    font-size: 0.875rem;
    letter-spacing: 0.07px;
  }
}

.l-price__section {
  padding-top: 0.9375rem;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width:767px) {
  .l-price__section {
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
  }
}

.l-price-section__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-price-section__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .l-price-section__inner.is-slider-inner--sp {
    padding: 0;
  }
}

.p-price-section__title {
  color: var(--accent-color);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-price-section__title {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}

.p-price-section-title__inline {
  color: var(--font-color);
}

.p-price__cont {
  border: 0.125rem solid var(--accent-color);
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .p-price__cont {
    margin-top: 1.5rem;
    width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .p-price__cont {
    margin-top: 4rem;
    width: 67.5rem;
  }
}

.p-price-cont__head {
  background: var(--background-accent-color);
  padding: 2.25rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-price-cont__head {
    padding: 1.5rem;
  }
}

.p-price-cont__title {
  color: var(--white-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  letter-spacing: 0.16px;
}
@media screen and (max-width:767px) {
  .p-price-cont__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}

.p-price-cont__body {
  background: var(--white-color);
  padding: 2.0625rem 1.625rem 2.375rem;
}
@media screen and (max-width:767px) {
  .p-price-cont__body {
    padding: 1.5rem 1.5rem 2.0625rem;
  }
}

.p-price-cont__lead {
  text-align: center;
  color: #7B79FF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.12px;
}
@media screen and (max-width:767px) {
  .p-price-cont__lead {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}

.p-price-cont__box {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .p-price-cont__box {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-price-cont__box {
    gap: 1.75rem;
    width: 44.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-price-cont__price {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  color: var(--accent-color);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 86.4px */
  letter-spacing: 0.24px;
  font-size: 3rem;
}
@media screen and (max-width:767px) {
  .p-price-cont__price {
    line-height: 1;
    letter-spacing: 1.68px;
    text-align: center;
  }
}
@media screen and (max-width:374px) {
  .p-price-cont__price {
    font-size: 2.625rem;
  }
}
.p-price-cont__price .is-bold {
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .is-wrapper--pc {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .is-wrapper--sp {
    display: contents;
  }
}

.p-price-cont__inline {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 2.4px;
}
@media screen and (max-width:767px) {
  .p-price-cont__inline {
    line-height: 1;
  }
}

.p-price-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767px) {
  .p-price-box__list {
    width: 12.8125rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.p-price-box-list__item {
  line-height: 180%;
  letter-spacing: 0.08px;
}

.p-price-box-item--deco {
  color: #7B79FF;
  position: relative;
}
.p-price-box-item--deco::before {
  content: "";
  position: absolute;
  background: url("../img/price/icon-price-checkbox.webp") no-repeat center center/contain;
  width: 1.25em;
  height: 1.25em;
  left: -0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.p-price-cont__text {
  margin-top: 2.3125rem;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-price-cont__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.07px;
    text-align: left;
  }
}

.p-price__plus {
  display: block;
  margin-top: 1.25rem;
  color: #7B79FF;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 104px */
  letter-spacing: 0.4px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-price__plus {
    margin-top: 0.4375rem;
    font-size: 3rem;
    letter-spacing: 0.24px;
  }
}

.p-price-option__lead {
  margin-top: 1.25rem;
  text-align: center;
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
  font-weight: 600;
  line-height: 130%;
  font-style: normal;
}
@media screen and (max-width:767px) {
  .p-price-option__lead {
    margin-top: 0.9375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-price-option-lead__inline {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  /* 46.8px */
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-price-option-lead__inline {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.09px;
  }
}

.p-price-option__lead--m {
  color: var(--accent-color);
  font-family: var(--ff-number);
  font-size: clamp(2.75rem, 4.44vw, 4rem);
  letter-spacing: 0.32px;
}
@media screen and (max-width:767px) {
  .p-price-option__lead--m {
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: 0.2px;
  }
}

.p-price-option__lead--s {
  color: var(--accent-color);
  font-family: var(--ff-number);
  font-size: clamp(1.5625rem, 2.5vw, 2.25rem);
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-price-option__lead--s {
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: 0.09px;
  }
}

@media screen and (max-width:767px) {
  .p-price-list__wrapper {
    margin-top: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.375rem;
  }
}
@media screen and (max-width:374px) {
  .p-price-list__wrapper {
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-price__list {
    margin-top: 4.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.75%;
    max-width: 100%;
    width: 68.25rem;
    margin-inline: auto;
    min-height: auto;
    overflow: visible;
  }
}

.p-price-list__item {
  border-radius: 0.3125rem;
  background: var(--gray-color);
  border: 0.0625rem solid var(--accent-color);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-price-list__item {
    width: 19.3125rem;
    max-width: 100%;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width:374px) {
  .p-price-list__item {
    width: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-price-list__item {
    width: 31.5%;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width:767px) {
  .p-price-list__item01 .p-price-item-img__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-price-item__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-price-item__wrapper {
    gap: 2rem;
  }
}

.p-price-item__head {
  padding: 1rem 2.25rem;
  text-align: center;
  background: var(--font-color);
}
@media screen and (max-width:767px) {
  .p-price-item__head {
    padding: 1.375rem 2.25rem 1.3125rem;
  }
}

.p-price-item__title {
  color: var(--white-color);
  font-size: clamp(1.25rem, 1.66vw, 1.5rem);
  white-space: nowrap;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.12px;
}
@media screen and (max-width:767px) {
  .p-price-item__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}

.p-price-item__lead {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: var(--accent-color);
  font-size: clamp(1.125rem, 1.66vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.12px;
}
@media screen and (max-width:767px) {
  .p-price-item__lead {
    margin-top: 2.1875rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.p-price-item__text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: clam(0.875rem, 1.11vw, 1rem);
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-price-item__text {
    margin-top: 3rem;
    letter-spacing: 0.07px;
    font-size: 0.875rem;
  }
}
.p-price-item__text .is-bold {
  font-weight: bold;
}

.p-price-item-img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 5.52%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-price-item-img__wrapper {
    margin-top: 2.1875rem;
  }
}

.p-price-item__img {
  width: 47.24%;
  aspect-ratio: 1/1;
}
.p-price-item__img.u-deco__img {
  width: 6.375rem;
  max-width: 100%;
  aspect-ratio: 102/110;
  margin-top: 0.625rem;
}
.p-price-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.l-use__section {
  padding-top: 4rem;
  padding-bottom: 2.625rem;
}
@media screen and (max-width:767px) {
  .l-use__section {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
}

.l-use-section__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-use-section__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-use-section__title {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-use-section__title {
    font-size: 1.5rem;
    /* 31.2px */
    letter-spacing: 0.12px;
  }
}

.p-use-section-title__inline {
  color: var(--accent-color);
}

.p-use-list__wrapper {
  padding-bottom: 3.1875rem;
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .p-use-list__wrapper {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.375rem;
  }
}
@media screen and (max-width:374px) {
  .p-use-list__wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-use-list__item {
  border-radius: 0.3125rem;
  border: 0.1875rem solid rgba(21, 72, 214, 0.6);
  background: var(--white-color);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-use-list__item {
    width: 19.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-use-list__item {
    width: clamp(29.3125rem, 61.11vw, 55rem);
  }
}
@media screen and (max-width:374px) {
  .p-use-list__item {
    width: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-use-list__item.u-small .p-use-item__img {
    width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-use-list__item.u-small .p-use-item__img {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .p-use-list__item.u-small .p-use-item__body {
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-use-list__item.u-small .p-use-item__body {
    width: 65%;
  }
}

.p-use-item__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-use-item__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-use-item__wrapper {
    gap: 5%;
  }
}
@media screen and (max-width:767px) {
  .p-use-item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.0625rem;
    padding: 1.5rem 1.375rem;
  }
}
@media screen and (max-width:374px) {
  .p-use-item__wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-use-item__img {
    width: 43.625%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-use-item__img {
    width: 35%;
  }
}
@media screen and (max-width:767px) {
  .p-use-item__img {
    height: 10rem;
    max-height: 100%;
  }
}
@media screen and (max-width:767px) {
  .p-use-item__img img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-use-item__body {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-use-item__body {
    width: 60%;
  }
}

.p-use-item__title {
  color: var(--accent-color);
  font-size: clamp(1.125rem, 1.81vw, 1.625rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 48px */
  letter-spacing: 0.15px;
}
@media screen and (max-width:767px) {
  .p-use-item__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.09px;
  }
}

.p-use-item__text {
  margin-top: 1.3125rem;
  line-height: 180%;
  font-style: normal;
  /* 28.8px */
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-use-item__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.07px;
  }
}

.p-use-item__text--inline {
  font-weight: 700;
}

.p-use-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-use-tag__list {
    gap: clamp(0.75rem, 1.66vw, 1.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-use-tag__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .p-use-tag__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.375rem;
  }
}

.p-use-tag {
  color: #666DF2;
  font-size: clamp(0.875rem, 1.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-use-tag {
    font-size: 0.875rem;
    letter-spacing: 0.07px;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .swiper03 .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .swiper03 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.75rem;
  }
}

.l-skill__section {
  padding-top: 2.1875rem;
  padding-bottom: 3.6875rem;
}
@media screen and (max-width:767px) {
  .l-skill__section {
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }
}

.l-skill-section__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-skill-section__inner {
    padding-right: 0.96875rem;
    padding-left: 0.96875rem;
  }
}

.p-skill-section__title {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-skill-section__title {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}

.p-skill-section-title__inline--s {
  font-size: 2.25rem;
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-skill-section-title__inline--s {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0.1px;
  }
}

.p-skill-section-title__inline {
  color: var(--accent-color);
  font-size: 3rem;
}
@media screen and (max-width:767px) {
  .p-skill-section-title__inline {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}

.p-skill__list {
  margin-top: 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 68.25rem;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .p-skill__list {
    margin-top: 1.5rem;
    width: 30rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-skill__list {
    gap: 2.75%;
  }
}

.p-skill-list__item {
  border-radius: 0.3125rem;
  background: var(--white-color);
  border: 0.0625rem solid #7B79FF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-skill-list__item {
    width: 31.5%;
    gap: 2.75%;
  }
}

.p-skill-item__head {
  background: #7B79FF;
  padding: 0.5rem 1rem;
  text-align: center;
  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;
  height: 7.25rem;
  max-height: 100%;
}
@media screen and (max-width:767px) {
  .p-skill-item__head {
    height: 5.375rem;
  }
}

.p-skill-item__title {
  color: var(--white-color);
  font-size: clamp(1.125rem, 1.66vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
}
@media screen and (max-width:767px) {
  .p-skill-item__title {
    font-size: clamp(1.125rem, 5.33vw, 1.25rem);
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}

.p-skill-item__body {
  padding: 1.5rem 1.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-skill-item__body {
    padding: 1.5rem;
  }
}

.p-skill-item__img {
  height: 11.4375rem;
  max-height: 100%;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .p-skill-item__img {
    height: 10rem;
  }
}
.p-skill-item__img img {
  height: 100%;
}

.p-skill-item__text {
  font-size: clamp(0.875rem, 1.11vw, 1rem);
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-skill-item__text {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.07px;
  }
}

.p-skill__info {
  color: #7B79FF;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.08px;
  margin-top: 2.875rem;
  margin-top: 1rem;
}
@media screen and (max-width:767px) {
  .p-skill__info {
    margin-top: 0.75rem;
    margin-inline: auto;
    width: 30rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-skill__info {
    text-align: center;
  }
}

.l-tips__section {
  padding-top: 4.875rem;
  padding-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .l-tips__section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-tips-section__inner {
    padding-right: var(--pc-padding);
    padding-left: var(--pc-padding);
  }
}

.tips-section-title__lead {
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 46.8px */
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .tips-section-title__lead {
    font-size: 1.25rem;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width:374px) {
  .tips-section-title__lead {
    font-size: 1rem;
  }
}

.p-tips-section__title {
  text-align: center;
  color: var(--accent-color);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-tips-section__title {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}
@media screen and (max-width:374px) {
  .p-tips-section__title {
    font-size: 1.25rem;
  }
}

.p-tips-section__title--s {
  font-size: 2.25rem;
  /* 46.8px */
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-tips-section__title--s {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}
@media screen and (max-width:374px) {
  .p-tips-section__title--s {
    font-size: 1.375rem;
  }
}
.p-tips-section__title--s.is-font-color {
  color: var(--font-color);
}
@media screen and (max-width:767px) {
  .p-tips-section__title--s.is-font-color {
    font-size: 1.25rem;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width:374px) {
  .p-tips-section__title--s.is-font-color {
    font-size: 1.125rem;
  }
}

@media screen and (max-width:767px) {
  .p-tips-list__wrapper {
    margin-top: 1rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 2.8125rem;
  }
}

.p-tips__list {
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .p-tips__list {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-tips__list {
    display: grid;
    margin-top: 2.75rem;
    width: 68.25rem;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.p-tip-list__item {
  border-radius: 0.3125rem;
  border: 0.0625rem solid var(--accent-color);
  background: var(--gray-color);
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width:767px) {
  .p-tip-list__item {
    width: 20.25rem;
  }
}
@media screen and (max-width:374px) {
  .p-tip-list__item {
    width: 17.75rem;
  }
}
.p-tips-item__link {
  display: block;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1.5rem;
  padding: 2.5rem 1.5rem;
  height: 100%;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media screen and (max-width:767px) {
  .p-tips-item__link {
    padding: 1.5rem 1.875rem;
    gap: 1rem;
  }
}
@media screen and (max-width:374px) {
  .p-tips-item__link {
    padding: 1.5rem 1rem;
  }
}

.p-tips-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tips-item__title {
  color: var(--accent-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
}
@media screen and (max-width:767px) {
  .p-tips-item__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.1px;
  }
}

.p-tips-item__text {
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08px;
}
@media screen and (max-width:767px) {
  .p-tips-item__text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.07px;
  }
}

.p-tips-btn__wrapper {
  margin-top: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-tips-btn__wrapper {
    margin-top: 1.1875rem;
  }
}

.p-tips__btn {
  width: 20rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .p-tips__btn {
    width: 18.75rem;
  }
}
.p-tips__btn a {
  border-radius: 5.1875rem;
  border: 0.0625rem solid currentColor;
  background: var(--key-color);
  padding: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.12px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media screen and (max-width:767px) {
  .p-tips__btn a {
    font-size: 1.125rem;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: 0.09px;
  }
}

@media (any-hover: hover) {
  .p-tips__btn a:hover {
    opacity: 0.6;
  }
}
@media (any-hover: hover) {
  .p-tips-item__link:hover {
    opacity: 0.6;
  }
}
.l-faq__section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .l-faq__section {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-faq-section__inner {
    padding-right: var(--pc-padding);
    padding-left: var(--pc-padding);
  }
}

.p-faq-section__title {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-faq-section__title {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}

.p-faq-section-title__inline {
  color: var(--accent-color);
}

.p-faq__list {
  width: 68.125rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width:767px) {
  .p-faq__list {
    margin-top: 2rem;
  }
}

summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
  padding-top: 0.3125rem;
  padding-bottom: 0.9375rem;
  padding-left: 4.333em;
  padding-right: 4.333em;
}
@media screen and (max-width:767px) {
  summary {
    padding-top: 0.5rem;
    padding-bottom: 0.6875rem;
    padding-left: 3.929em;
    padding-right: 3.929em;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.07px;
    font-size: 0.875rem;
  }
}
summary::before, summary::after {
  position: absolute;
  color: #7B79FF;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 130%;
  /* 46.8px */
  letter-spacing: 0.18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  summary::before, summary::after {
    font-size: 1.714em;
    letter-spacing: 0.12px;
  }
}
summary::before {
  content: "Q";
  left: 0.833em;
}
@media screen and (max-width:767px) {
  summary::before {
    left: 0.833em;
  }
}
summary::after {
  content: "＋";
  right: 1em;
}
@media screen and (max-width:767px) {
  summary::after {
    right: 1em;
  }
}

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

.p-faq-answer {
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12px;
  background: var(--gray-color);
  padding: 0.78125rem 1.5rem 0.78125rem 0rem;
  padding-left: 4.333em;
}
@media screen and (max-width:767px) {
  .p-faq-answer {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 3.929em;
    padding-right: 3.929em;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.07px;
    font-size: 0.875rem;
  }
}
.p-faq-answer::before {
  content: "A";
  position: absolute;
  color: #1548D6;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 130%;
  /* 46.8px */
  letter-spacing: 0.18px;
  left: 0.833em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .p-faq-answer::before {
    font-size: 1.714em;
    letter-spacing: 0.12px;
    left: 0.833em;
  }
}

/* アイコン切り替え */
details[open] summary::after {
  content: "ー";
}

.p-faq-answer {
  visibility: hidden;
  /* 初期状態で非表示、DOM上では存在 */
  opacity: 0;
  /* 初期状態で透明 */
}

/* アニメーションのスタイル */
details[open] .p-faq-answer {
  visibility: visible;
  opacity: 1;
  /* 開いたときに透明度を戻す */
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  /* アニメーション */
}

.l-closing__block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--gray-color);
}
@media screen and (max-width:767px) {
  .l-closing__block {
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
  }
}

.l-closing-block__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
}
@media screen and (max-width:767px) {
  .l-closing-block__inner {
    padding-right: var(--sp-padding);
    padding-left: var(--sp-padding);
  }
}

.p-closing__text {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.p-closing__text--logo {
  font-size: 3rem;
  /* 62.4px */
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-closing__text--logo {
    font-size: 1.5rem;
  }
}

.p-closing__text--s {
  font-size: 2.25rem;
  letter-spacing: 0.18px;
}
@media screen and (max-width:767px) {
  .p-closing__text--s {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0.1px;
  }
}

.p-closing__text--color {
  color: var(--accent-color);
  font-size: 3rem;
  letter-spacing: 0.24px;
}
@media screen and (max-width:767px) {
  .p-closing__text--color {
    font-size: 1.5rem;
    letter-spacing: 0.12px;
  }
}

.p-closing__info {
  margin-top: 3rem;
  text-align: center;
  color: var(--info-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.12px;
}
@media screen and (max-width:767px) {
  .p-closing__info {
    margin-top: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.07px;
  }
}

.l-footer {
  background: var(--gray-color);
  padding-top: 1.9375rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-footer {
    padding-top: 1.5625rem;
    padding-bottom: 0.5rem;
  }
}
.l-footer::before, .l-footer::after {
  content: "RECRUIT!RECRUIT!RECRUIT!";
  position: absolute;
  opacity: 0.5;
  color: var(--white-color);
  font-family: var(--ff-en);
  font-size: 8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 204.8px */
  letter-spacing: 38.4px;
  z-index: 0;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (max-width:767px) {
  .l-footer::before, .l-footer::after {
    font-size: 5rem;
    /* 128px */
    letter-spacing: 24px;
  }
}
@media screen and (max-width:767px) {
  .l-footer::before {
    top: -13%;
    left: -0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer::before {
    top: -3.125rem;
    left: -3.125rem;
  }
}
@media screen and (max-width:767px) {
  .l-footer::after {
    bottom: -0.5rem;
    right: -3%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer::after {
    bottom: -3.4375rem;
    left: -22%;
  }
}

.l-footer__inner {
  padding-right: var(--pc-padding);
  padding-left: var(--pc-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .l-footer__inner {
    padding-right: var(--sp-padding);
    padding-left: var(--sp-padding);
  }
}

.p-footer__logo {
  max-width: 100%;
  width: 8.4375rem;
}
@media screen and (max-width:767px) {
  .p-footer__logo {
    width: 7.5rem;
  }
}
.p-footer__nav {
  margin-top: 3.8125rem;
}
@media screen and (max-width:767px) {
  .p-footer__nav {
    margin-top: 0.9375rem;
  }
}

.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .p-footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

.p-footer-nav-list__item a {
  color: var(--accent-color);
  font-size: 0.875rem;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .p-footer-nav-list__item a {
    letter-spacing: 0.07px;
  }
}

.c-copyright__text {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .c-copyright__text {
    margin-top: 2rem;
  }
}