@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
:root {
  --base: #444444;
  --gray1: #EAEAEA;
  --gray2: #E7EAED;
  --gray3: #E6EAED;
  --gray4: #A3A3A3;
  --gray5: #D1D1D1;
  --gray6: rgba(243,245,246,.5);
  --gray7: #F2F5F6;
  --blue1: #01A1D6;
  --blue2: #CBECF7;
  --blue3: #00A2D6;
  --blue4: rgba(114,182,226,.13);
  --blue5: #EDF6FC;
  --blue6: rgba(237,246,252,.5);
  --blue7: #72B6E2;
  --blue8: #004EA1;
  --pink1: #FF8171;
  --pink2: #FFDAD5;
  --orange1: #F39734;
  --yellow1: #FFFF9E;
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "ShueiMGo";
  src: url(../fonts/A-OTF-ShueiMGoStd-B.otf) format("opentype"), url(../fonts/A-OTF-ShueiMGoStd-B.woff) format("woff");
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: var(--base);
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}
body.on-firstview {
  overflow-y: hidden;
}
body.l-body-home {
  padding-top: 100vh;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=checkbox] {
  border: 0.05rem solid var(--gray5);
  border-radius: 0;
  box-shadow: 0;
}

select {
  width: 100%;
  padding: 0.8rem 3rem 0.8rem 1.5rem;
  border: 1px solid var(--gray2);
  border-radius: 0.6rem;
  box-sizing: border-box;
  line-height: 1.375;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  select {
    padding: 1.1rem 3rem 1.2rem 0.95rem;
  }
}

label {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

a {
  transition: 0.3s linear;
}
a:hover {
  opacity: 0.7;
}

.l-main {
  display: block;
  margin-top: 64px;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .tab {
    display: block;
  }
}

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

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

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

.no-link {
  pointer-events: none;
}

.page-links {
  margin-top: -7.2rem;
  padding-top: 7.2rem;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-links {
    margin-top: -4.8rem;
    padding-top: 4.8rem;
  }
}

.l-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 12rem;
  }
}
.l-header__container {
  display: flex;
  justify-content: center;
}
.l-header__logo {
  width: 17.867rem;
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 26.8rem;
  }
}
.l-header__logo_link {
  display: block;
}

.l-footer {
  padding: 6rem 0 3.89rem;
  border-top: 1px solid var(--gray1);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 4rem;
  }
}
.l-footer__logo {
  width: 26.908rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 39.3rem;
  }
}
.l-footer__nav_list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .l-footer__nav_list {
    line-height: 1.4545454545;
    font-size: 2.2rem;
  }
}
.l-footer__nav_list a {
  text-decoration: none;
  color: var(--base);
}
.l-footer__copy {
  margin: 8rem auto 0;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 10rem;
    line-height: 1.45;
    font-size: 2rem;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
.l-container--ptn1 {
  max-width: 116rem;
}
.l-container--ptn2 {
  max-width: 116rem;
  padding-top: 16.05rem;
}

.l-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.8rem;
  background: var(--orange1);
  position: fixed;
  left: 0;
  bottom: 0;
}
.l-cta__content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
}
.l-cta__close {
  width: 4rem;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-cta__close {
    width: 5rem;
    top: -4rem;
    right: 1rem;
    transform: translateY(0);
  }
}

.c-text--color-blue3 {
  color: var(--blue3);
}
.c-text--underline-yellow1 {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0.3em, var(--yellow1) 0.3em, var(--yellow1) 0.8em, rgba(255, 255, 255, 0) 0.8em);
}

.p-mv {
  position: relative;
}
.p-mv__head {
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-mv__sign {
  width: 62rem;
  padding: 4.54rem 0 2.46rem;
  box-sizing: border-box;
  background: #FFF;
  position: absolute;
  top: 6.14rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-mv__sign {
    width: 61.4rem;
    padding: 6.7rem 0 4rem;
    top: 8.5rem;
  }
}
.p-mv__sign_sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37.605rem;
  height: 4.276rem;
  background: var(--base);
  position: absolute;
  top: -2.14rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-mv__sign_sub {
    width: 51.8rem;
    height: 5.6rem;
    top: -2.6rem;
    font-size: 2.6rem;
  }
}
.p-mv__sign_main {
  line-height: 1.6428571429;
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-mv__sign_main {
    line-height: 1.4583333333;
    font-size: 4.8rem;
  }
}
.p-mv__sign_main strong {
  display: inline-block;
  line-height: 1.2777777778;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-mv__sign_main strong {
    line-height: 1.4464285714;
    font-size: 5.6rem;
  }
}
.p-mv__body {
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .p-mv__body {
    padding: 6rem 3rem 7.8rem;
    box-sizing: border-box;
  }
}
.p-mv__lead {
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-mv__lead {
    line-height: 1.6875;
    text-align: left;
    font-size: 3.2rem;
  }
}
.p-mv__ribon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
  width: 100%;
  height: 8.8rem;
  margin: 0 auto;
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.16);
  background: var(--orange1);
}
.p-mv__ribon_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  box-sizing: border-box;
  padding-right: 5.7rem;
  position: relative;
  line-height: 0.85;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
}
.p-mv__ribon_link::after {
  content: "";
  width: 1.45rem;
  height: 2.5rem;
  background: url(../img/arrow-right-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-mv__ribon_link small {
  font-size: 2.6rem;
  font-family: "ShueiMGo";
}
.p-mv__ribon_link small strong {
  font-size: 3.6rem;
}
.p-mv__btn {
  display: block;
  width: 18rem;
  position: fixed;
  right: calc((100vw - 110rem) / 2 - 15rem);
  bottom: 17.4rem;
  z-index: 10;
  filter: drop-shadow(0 0 1.2rem rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 767px) {
  .p-mv__btn {
    right: 3rem;
    bottom: 12.4rem;
  }
  .p-mv__btn:hover {
    opacity: 1;
  }
}

.p-from {
  padding: 20rem 0 17.18rem;
  background: linear-gradient(to bottom, #FFF 15.2rem, var(--gray2) 15.2rem);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-from {
    padding: 19.8rem 0 16.1rem;
    background: linear-gradient(to bottom, #FFF 14.4rem, var(--gray2) 14.4rem);
  }
}
.p-from::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/0.058;
  background: url(../img/wave-01.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 6.1rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-from::before {
    aspect-ratio: 1/0.061;
    background-image: url(../img/wave-01-sp.webp);
    top: 9.8rem;
  }
}
.p-from__title {
  margin: 0 auto 6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-from__title {
    margin-bottom: 4.7rem;
    line-height: 1.45;
    font-size: 4rem;
  }
}
.p-from__box {
  position: relative;
}
.p-from__box + .p-from__box {
  margin-top: 12.24rem;
}
@media only screen and (max-width: 767px) {
  .p-from__box + .p-from__box {
    margin-top: 12rem;
  }
}
.p-from__box_image {
  padding: 0 4.8rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-from__box_image {
    padding: 0 3rem;
  }
}
.p-from__box_content {
  display: flex;
  align-items: center;
  gap: 4.6rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -7.8rem;
}
@media only screen and (max-width: 767px) {
  .p-from__box_content {
    gap: 2.26rem;
    bottom: -8rem;
  }
}
.p-from__box_content.default {
  flex-direction: row-reverse;
}
.p-from__box_content.default .p-from__box_comment::before {
  content: "";
  width: 2.445rem;
  height: 4rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-from__box_content.default .p-from__box_comment::before {
    width: 1.453rem;
    height: 2.5rem;
  }
}
.p-from__box_content.reverse .p-from__box_comment::before {
  content: "";
  width: 2.445rem;
  height: 4rem;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-from__box_content.reverse .p-from__box_comment::before {
    width: 1.453rem;
    height: 2.5rem;
  }
}
.p-from__box_chara {
  width: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-from__box_chara {
    width: 16rem;
  }
}
.p-from__box_comment {
  width: calc(100% - 20rem - 4.6rem);
  padding: 4rem 5rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  line-height: 1.4545454545;
  letter-spacing: 0.03em;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-from__box_comment {
    width: calc(100% - 16rem - 2.26rem);
    padding: 4rem;
    line-height: 1.4285714286;
    font-size: 2.8rem;
  }
}

.p-image__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-image__head {
    height: 21.6rem;
  }
}
.p-image__head::after {
  content: "";
  width: 17.7rem;
  height: 5.7rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: -4.7rem;
  transform: translateX(-50%);
}
.p-image__title {
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-image__title {
    line-height: 1.4545454545;
    font-size: 4.4rem;
  }
}
.p-image__body {
  padding: 9.1rem 0 4.6rem;
  background: var(--blue3);
}
@media only screen and (max-width: 767px) {
  .p-image__body {
    padding: 8.1rem 3rem 4.4rem;
    box-sizing: border-box;
  }
}
.p-image__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-image__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-image__item {
  width: 24.5rem;
  height: 33.8rem;
  padding-top: 16.9rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-image__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 16rem;
    padding: 0 0 0 21.7rem;
    text-align: left;
  }
}
.p-image__item_image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-image__item_image {
    transform: translate(0, -50%);
  }
}
.p-image__item_image-01 {
  width: 8.8rem;
  top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .p-image__item_image-01 {
    top: 50%;
    left: 7rem;
  }
}
.p-image__item_image-02 {
  width: 8.8rem;
  top: 4.45rem;
}
@media only screen and (max-width: 767px) {
  .p-image__item_image-02 {
    top: 50%;
    left: 7rem;
  }
}
.p-image__item_image-03 {
  width: 9.954rem;
  top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-image__item_image-03 {
    top: 50%;
    left: 7.09rem;
  }
}
.p-image__item_image-04 {
  width: 11.674rem;
  top: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .p-image__item_image-04 {
    top: 50%;
    left: 5.64rem;
  }
}
.p-image__item_title {
  line-height: 1.5;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-image__item_title {
    font-size: 3rem;
  }
}
.p-image__item_title strong {
  line-height: 1.3333333333;
  font-size: 3rem;
  font-weight: 700;
  font-family: "ShueiMGo";
  color: var(--blue3);
}
@media only screen and (max-width: 767px) {
  .p-image__item_title strong {
    font-size: 4.6rem;
  }
}
.p-image__lead {
  margin: 5rem auto 0;
  line-height: 1.3888888889;
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-image__lead {
    margin-top: 4rem;
    font-size: 4rem;
  }
}

.p-about {
  padding: 17.4rem 0 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-about {
    padding: 10.6rem 0 8.2rem;
  }
}
.p-about::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/0.059;
  background: url(../img/wave-02.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.1rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-about::before {
    height: 4.6rem;
    background-image: url(../img/wave-02-sp.webp);
  }
}
.p-about__title {
  margin: 0 auto 6.8rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-about__title {
    margin-bottom: 7.1rem;
    font-size: 3.2rem;
  }
}
.p-about__title strong {
  display: inline-block;
  margin: 1rem auto 3rem;
  line-height: 1.4444444444;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-about__title strong {
    margin: 0 auto 3.4rem;
    font-size: 4rem;
  }
}
.p-about__tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44.7rem;
  height: 5.4rem;
  margin: 0 auto 4.1rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--blue3);
  line-height: 1.45;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-about__tag {
    width: 53.2rem;
    height: 6.4rem;
    margin-bottom: 2.8rem;
    font-size: 2.8rem;
  }
}
.p-about__logo {
  width: 40rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 767px) {
  .p-about__logo {
    width: 53.6rem;
    margin-bottom: 4rem;
  }
}
.p-about__slider {
  padding: 0 0 4.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-about__slider {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
    padding-bottom: 6.6rem;
  }
}
.p-about__slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-about__slider .slick-dots {
    gap: 3rem;
  }
}
.p-about__slider .slick-dots li {
  width: 1.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--gray3);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-about__slider .slick-dots li {
    width: 2.6rem;
  }
}
.p-about__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -99999px;
}
.p-about__slider .slick-dots li.slick-active {
  background: var(--blue3);
}
.p-about__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.8rem;
  margin: 6rem auto 0;
  background: var(--orange1);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-about__cta {
    width: calc(100% + 6rem);
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.p-about__spec {
  display: inline-block;
  margin: 4.2rem auto 0;
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-about__spec {
    margin-top: 5.4rem;
    font-size: 2.4rem;
  }
}
.p-about__spec::before, .p-about__spec::after {
  content: "";
  width: 2.148rem;
  height: 1.841rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--blue3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-about__spec::before, .p-about__spec::after {
    width: 2.1rem;
    height: 1.8rem;
  }
}
.p-about__spec::before {
  right: calc(100% + 1.35rem);
}
@media only screen and (max-width: 767px) {
  .p-about__spec::before {
    right: calc(100% + 1rem);
  }
}
.p-about__spec::after {
  left: calc(100% + 1.35rem);
}
@media only screen and (max-width: 767px) {
  .p-about__spec::after {
    left: calc(100% + 1rem);
  }
}
.p-about__spec a {
  color: var(--base);
}
.p-about-what {
  margin: 9.1rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-about-what {
    margin-top: 5.5rem;
  }
}
.p-about-what__title {
  margin: 0 auto 3.6rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid var(--blue3);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-about-what__title {
    margin-bottom: 6rem;
    font-size: 4.4rem;
  }
}
.p-about-what__lead {
  margin: 0 auto 3.6rem;
  line-height: 2.125;
  letter-spacing: 0.03em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-about-what__lead {
    margin-bottom: 6rem;
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}
.p-about-what__head {
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  .p-about-what__head {
    margin-bottom: 2rem;
  }
}
.p-about-what__head_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-about-what__head_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.6rem;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "ShueiMGo";
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-about-what__head_item {
    height: 8.6rem;
    font-size: 3.2rem;
  }
}
.p-about-what__head_item::after {
  content: "";
  width: 3.9rem;
  height: 2.4rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.6rem;
  transform: translateX(-50%);
}
.p-about-what__head_item:first-child {
  background: var(--blue3);
}
.p-about-what__head_item:first-child::after {
  background: var(--blue3);
}
.p-about-what__head_item:nth-child(2) {
  background: var(--gray4);
}
.p-about-what__head_item:nth-child(2)::after {
  background: var(--gray4);
}
.p-about-what__box + .p-about-what__box {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-about-what__box + .p-about-what__box {
    margin-top: 4rem;
  }
}
.p-about-what__box_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background: var(--base);
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-size: 2rem;
  font-weight: 400;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-about-what__box_title {
    height: 5.4rem;
    font-size: 2.8rem;
  }
}
.p-about-what__box_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-about-what__box_caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10.6rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-about-what__box_caption {
    height: 14rem;
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}
.p-about-what__box_caption:first-child {
  background: var(--blue4);
  font-weight: 700;
  color: var(--blue3);
}
.p-about-what__box_caption:nth-child(2) {
  background: var(--gray5);
}

.p-charm {
  padding: 5rem 0 0;
  background: var(--blue5);
}
@media only screen and (max-width: 767px) {
  .p-charm {
    padding: 4rem 0 0;
  }
}
.p-charm__title {
  margin: 0 auto 2.5rem;
  line-height: 1.6666666667;
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-charm__title {
    margin-bottom: 1.4rem;
    line-height: 1.4545454545;
    font-size: 3.2rem;
  }
}
.p-charm__title_main {
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-charm__title_main {
    font-size: 4.4rem;
  }
}
.p-charm__image {
  width: 51rem;
  margin: 0 auto;
}

.p-cost {
  padding: 8rem 0 28.1rem;
}
@media only screen and (max-width: 767px) {
  .p-cost {
    padding: 12.05rem 0 7.6rem;
  }
}
.p-cost-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare {
    gap: 2rem;
  }
}
.p-cost-compare__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  box-sizing: border-box;
}
.p-cost-compare__item:nth-child(1) {
  border-color: var(--blue3);
}
.p-cost-compare__item:nth-child(1) .p-cost-compare__item_title {
  background: var(--blue3);
}
.p-cost-compare__item:nth-child(1) .p-cost-compare__price {
  color: var(--blue3);
}
.p-cost-compare__item:nth-child(1) .p-cost-compare__price_sub {
  border-color: var(--blue3);
}
.p-cost-compare__item:nth-child(1) .p-cost-compare__amount {
  background: var(--blue6);
}
.p-cost-compare__item:nth-child(1) .p-cost-compare__amount_num {
  color: var(--blue3);
}
.p-cost-compare__item:nth-child(1) .p-cost-compare__lead {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--blue3);
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__item:nth-child(1) .p-cost-compare__lead {
    line-height: 1.5384615385;
    font-size: 2.6rem;
  }
}
.p-cost-compare__item:nth-child(2) {
  border-color: var(--gray4);
}
.p-cost-compare__item:nth-child(2) .p-cost-compare__item_title {
  background: var(--gray4);
}
.p-cost-compare__item:nth-child(2) .p-cost-compare__price_sub {
  border-color: var(--gray4);
  color: var(--gray4);
}
.p-cost-compare__item:nth-child(2) .p-cost-compare__amount {
  background: var(--gray6);
}
.p-cost-compare__item:nth-child(2) .p-cost-compare__lead {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__item:nth-child(2) .p-cost-compare__lead {
    margin-top: 4.2rem;
    line-height: 1.7272727273;
    letter-spacing: 0.025em;
    font-size: 2.2rem;
  }
}
.p-cost-compare__item_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 2rem;
  font-weight: 700;
  font-family: "ShueiMGo";
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__item_title {
    height: 8.6rem;
    line-height: 1.3333333333;
    font-size: 2.4rem;
  }
}
.p-cost-compare__item_content {
  padding: 2.5rem 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__item_content {
    padding: 4rem 2rem 3.9rem;
  }
}
.p-cost-compare__price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
  margin: 0 auto 0.9rem;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__price {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.p-cost-compare__price_sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.8rem;
  height: 3rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  box-sizing: border-box;
  transform: translateY(-0.3em);
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__price_sub {
    width: 10rem;
    height: 4.8rem;
    margin-bottom: 2rem;
    transform: translateY(0);
    font-size: 2.4rem;
  }
}
.p-cost-compare__price_main {
  line-height: 1.4444444444;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__price_main {
    line-height: 1.4375;
    font-size: 2.8rem;
  }
}
.p-cost-compare__price_main strong {
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__price_main strong {
    font-size: 6.4rem;
  }
}
.p-cost-compare__price_main b {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__price_main b {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__price_main span {
    writing-mode: vertical-rl;
  }
}
.p-cost-compare__price_att {
  margin: 0 auto 3rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__price_att {
    margin-bottom: 3.3rem;
    line-height: 1.45;
    font-size: 2rem;
  }
}
.p-cost-compare__amount {
  width: 43rem;
  margin: 0 auto;
  padding: 2.6rem 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__amount {
    width: 100%;
    padding: 3rem 2rem 3rem;
  }
}
.p-cost-compare__amount_title {
  margin: 0 auto;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__amount_title {
    font-size: 2.4rem;
  }
}
.p-cost-compare__amount_num {
  margin: 0 auto;
  line-height: 1.4444444444;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__amount_num {
    letter-spacing: -0.02em;
    font-size: 2.6rem;
  }
}
.p-cost-compare__amount_num strong {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__amount_num strong {
    font-size: 4.8rem;
  }
}
.p-cost-compare__amount_att {
  margin: 1rem auto 0;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__amount_att {
    margin-top: 2rem;
    line-height: 1.45;
    font-size: 2rem;
  }
}
.p-cost-compare__lead {
  margin: 3rem auto 0;
  line-height: 1.7272727273;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .p-cost-compare__lead {
    margin-top: 3.9rem;
    line-height: 1.5384615385;
  }
}
.p-cost__copy {
  margin: 10rem auto 0;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-cost__copy {
    margin-top: 6rem;
    line-height: 1.4545454545;
    font-size: 4.4rem;
  }
}
.p-cost__image {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-cost__image {
    margin-top: 5rem;
  }
}
.p-cost__image figcaption {
  margin: 2rem 0 0 auto;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-cost__image figcaption {
    margin-top: 0.95rem;
    font-size: 2.2rem;
  }
}

.p-bye {
  padding: 0 0 18.9rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-bye {
    padding-bottom: 14.4rem;
  }
}
.p-bye::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/0.064;
  background: url(../img/wave-03.webp) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
@media only screen and (max-width: 767px) {
  .p-bye::after {
    aspect-ratio: 1/0.065;
    background-image: url(../img/wave-03-sp.webp);
  }
}
.p-bye__container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.p-bye__image-ptn1 {
  margin: 0 auto 3.3rem;
}
@media only screen and (max-width: 767px) {
  .p-bye__image-ptn1 {
    margin-bottom: 6rem;
  }
}
.p-bye__image-ptn2 {
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .p-bye__image-ptn2 {
    margin-bottom: 6rem;
  }
}
.p-bye__image-ptn3 {
  margin: 0 auto;
}
.p-bye__lead {
  margin: 0 auto 3.5rem;
  line-height: 2.125;
  letter-spacing: 0.03em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-bye__lead {
    margin-bottom: 6rem;
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}
.p-bye__copy {
  margin: 8rem auto 0;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-bye__copy {
    margin-top: 12rem;
    line-height: 1.6;
    font-size: 4rem;
  }
}
.p-bye__comment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.38rem 4rem;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-bye__comment {
    gap: 3.95rem 4rem;
    margin-top: 6rem;
  }
}
.p-bye__comment_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.4rem;
  width: 100%;
  padding: 4rem 2rem 4.4rem;
  border: 0.2rem solid var(--blue7);
  border-radius: 2rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-bye__comment_box {
    gap: 4.5rem;
    padding: 3.5rem 1rem 4.1rem;
    border-width: 0.4rem;
  }
}
.p-bye__comment_box::before {
  content: "";
  width: 4.077rem;
  height: 2.519rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--blue7);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-bye__comment_box::before {
    width: 2.5rem;
    height: 1.453rem;
  }
}
.p-bye__comment_box::after {
  content: "";
  width: 4.077rem;
  height: 2.519rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
  position: absolute;
  top: calc(100% - 0.4rem);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-bye__comment_box::after {
    width: 2.5rem;
    height: 1.453rem;
    top: calc(100% - 0.6rem);
  }
}
.p-bye__comment_title {
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-bye__comment_title {
    line-height: 1.5;
    font-size: 3.2rem;
  }
}
.p-bye__comment_caption {
  display: block;
  width: 100%;
  padding: 1.2rem 0;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--blue5);
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-bye__comment_caption {
    padding: 1.3rem 0 1.5rem;
    line-height: 1.4545454545;
    font-size: 2.2rem;
  }
}

.p-but {
  padding: 4.8rem 0 10rem;
  background: var(--gray2);
}
@media only screen and (max-width: 767px) {
  .p-but {
    padding: 6.8rem 0 6rem;
  }
}
.p-but__title {
  margin: 0 auto 3.3rem;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-but__title {
    margin-bottom: 3rem;
    line-height: 1.45;
    font-size: 4rem;
  }
}
.p-but__item {
  display: flex;
  align-items: center;
  gap: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .p-but__item {
    gap: 2.26rem;
  }
  .p-but__item + .p-but__item {
    margin-top: 4.8rem;
  }
}
.p-but__item.default .p-but__item_comment::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 100%;
}
.p-but__item.reverse {
  flex-direction: row-reverse;
}
.p-but__item.reverse .p-but__item_comment::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  right: 100%;
}
.p-but__item_image {
  width: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-but__item_image {
    width: 16rem;
  }
}
.p-but__item_content {
  width: calc(100% - 24.6rem);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-but__item_content {
    width: calc(100% - 18.26rem);
  }
}
.p-but__item_comment {
  padding: 4rem 5rem;
  background: #FFF;
  position: relative;
  line-height: 1.4545454545;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-but__item_comment {
    padding: 4rem;
    line-height: 1.4285714286;
    font-size: 2.8rem;
  }
}
.p-but__item_comment::after {
  content: "";
  width: 2.324rem;
  height: 4rem;
  background: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-maintenance__head {
  padding: 6rem 0;
  position: relative;
}
.p-maintenance__head::after {
  content: "";
  width: 17.7rem;
  height: 5.7rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
  position: absolute;
  top: calc(100% - 1rem);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-maintenance__head::after {
    top: calc(100% - 1.9rem);
  }
}
.p-maintenance__head_title {
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__head_title {
    font-size: 4rem;
  }
}
.p-maintenance__body {
  padding: 8.7rem 0 3rem;
  background: var(--blue3);
}
@media only screen and (max-width: 767px) {
  .p-maintenance__body {
    padding: 7.2rem 0 7.5rem;
  }
}
.p-maintenance__body_copy {
  margin: 4rem auto 0;
  line-height: 1.4444444444;
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__body_copy {
    line-height: 1.45;
    font-size: 4rem;
  }
}
.p-maintenance__body_spec {
  display: inline-block;
  margin: 5.5rem auto 0;
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__body_spec {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.p-maintenance__body_spec::before, .p-maintenance__body_spec::after {
  content: "";
  width: 2.148rem;
  height: 1.841rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-maintenance__body_spec::before, .p-maintenance__body_spec::after {
    width: 2.1rem;
    height: 1.8rem;
  }
}
.p-maintenance__body_spec::before {
  right: calc(100% + 1.35rem);
}
@media only screen and (max-width: 767px) {
  .p-maintenance__body_spec::before {
    right: calc(100% + 1rem);
  }
}
.p-maintenance__body_spec::after {
  left: calc(100% + 1.35rem);
}
@media only screen and (max-width: 767px) {
  .p-maintenance__body_spec::after {
    left: calc(100% + 1rem);
  }
}
.p-maintenance__body_spec a {
  color: #FFF;
}
.p-maintenance__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
.p-maintenance__grid_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 26.8rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid_item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 16rem;
    position: relative;
    text-align: left;
  }
}
.p-maintenance__grid_item:nth-child(1) {
  padding: 0 0 4.2rem;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid_item:nth-child(1) {
    padding: 0 0 0 21.7rem;
  }
}
.p-maintenance__grid_item:nth-child(1) .p-maintenance__grid_image {
  width: 6.915rem;
  margin: 0 auto 2.45rem;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid_item:nth-child(1) .p-maintenance__grid_image {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 7.94rem;
    transform: translateY(-50%);
  }
}
.p-maintenance__grid_item:nth-child(2) {
  padding: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid_item:nth-child(2) {
    padding: 0 0 0 21.7rem;
  }
}
.p-maintenance__grid_item:nth-child(2) .p-maintenance__grid_image {
  width: 10rem;
  margin: 0 auto 3.66rem;
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid_item:nth-child(2) .p-maintenance__grid_image {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 6.4rem;
    transform: translateY(-50%);
  }
}
.p-maintenance__grid_title {
  line-height: 1.5;
  font-size: 2rem;
  font-family: "ShueiMGo";
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid_title {
    line-height: 1.25;
    font-size: 3rem;
  }
}
.p-maintenance__grid_title strong {
  font-size: 3rem;
  font-weight: 700;
  color: var(--blue3);
}
@media only screen and (max-width: 767px) {
  .p-maintenance__grid_title strong {
    font-size: 4.6rem;
  }
}

.p-start {
  padding: 17.2rem 0 18.4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-start {
    padding: 12.5rem 0 12.5rem;
  }
}
.p-start::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/0.058;
  background: url(../img/wave-04.webp) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: -0.1rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-start::before {
    aspect-ratio: 1/0.06;
    background-image: url(../img/wave-04-sp.webp);
  }
}
.p-start-tokai {
  margin: 5.2rem auto 0;
  padding: 3.9rem 7.3rem 4rem;
  border: 1px solid var(--blue8);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai {
    margin-top: 6rem;
    padding: 4rem;
  }
}
.p-start-tokai__lead {
  margin: 0 auto 3.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__lead {
    margin-bottom: 4rem;
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}
.p-start-tokai__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__wrap {
    flex-direction: column;
    gap: 6.05rem;
  }
}
.p-start-tokai__logo {
  width: 26.682rem;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__logo {
    width: 45.74rem;
    margin: 0 auto;
  }
}
.p-start-tokai__group {
  width: 60rem;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__group {
    width: 100%;
  }
}
.p-start-tokai__group_title {
  margin: 0 auto 1.65rem;
  padding: 0.7rem 0 0.9rem;
  box-sizing: border-box;
  background: var(--gray7);
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__group_title {
    margin-bottom: 3rem;
    padding: 1rem 0 1.4rem;
    font-size: 2.8rem;
  }
}
.p-start-tokai__group_content {
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__group_content {
    line-height: 1.7142857143;
    font-size: 2.8rem;
  }
}
.p-start-tokai__group_list li {
  padding-left: 3.4rem;
  position: relative;
}
.p-start-tokai__group_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.8;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--blue8);
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__group_list li::before {
    line-height: 1.7142857143;
  }
}
.p-start-tokai__group_list li + li {
  margin-top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-start-tokai__group_list li + li {
    margin-top: 1.6rem;
  }
}
.p-start-compare {
  margin: 10rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-start-compare {
    margin-top: 11.95rem;
  }
}
.p-start-compare__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 6rem;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__links {
    width: calc(100% + 6rem);
    margin: 0 -3rem 8rem;
  }
}
.p-start-compare__links_item {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.p-start-compare__links_item:nth-child(1) {
  background: var(--blue1);
}
.p-start-compare__links_item:nth-child(2) {
  background: var(--pink1);
}
.p-start-compare__links_img {
  display: block;
}
.p-start-compare__links_content {
  display: block;
  padding: 1rem 0 3.1rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__links_content {
    padding: 3rem 0 7.3rem;
  }
}
.p-start-compare__links_content::after {
  content: "";
  width: 2rem;
  height: 1.144rem;
  background: url(../img/arrow-down-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0.98rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-start-compare__links_content::after {
    width: 3.348rem;
    height: 1.914rem;
    bottom: 2.09rem;
  }
}
.p-start-compare__links_title {
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__links_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.7142857143;
    font-size: 2.8rem;
  }
}
.p-start-compare__links_title strong {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__links_title strong {
    display: inline-block;
    line-height: 1.0909090909;
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-start-compare__block {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
  }
}
.p-start-compare__block + .p-start-compare__block {
  margin-top: 12rem;
}
.p-start-compare__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-start-compare__head_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  background: var(--gray2);
  line-height: 1.4666666667;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 700;
  color: var(--gray4);
}
@media only screen and (max-width: 767px) {
  .p-start-compare__head_item {
    height: 12rem;
    font-size: 4rem;
  }
}
.p-start-compare__head_item:nth-child(1).current {
  background: var(--blue3);
  color: #FFF;
}
.p-start-compare__head_item:nth-child(2).current {
  background: var(--pink1);
  color: #FFF;
}
.p-start-compare__recommend {
  display: flex;
  align-items: center;
  margin: 4rem auto 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__recommend {
    flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
    padding: 0 3rem;
    box-sizing: border-box;
  }
}
.p-start-compare__recommend_title {
  width: 40rem;
  padding-left: 5rem;
  box-sizing: border-box;
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__recommend_title {
    width: 100%;
    padding: 0;
    line-height: 1.45;
    text-align: center;
    font-size: 4rem;
  }
}
.p-start-compare__recommend_title strong {
  display: inline-block;
  line-height: 1.4444444444;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__recommend_title strong {
    font-size: 4.8rem;
  }
}
.p-start-compare__recommend_title.skitto strong {
  color: var(--blue3);
}
.p-start-compare__recommend_title.pitto strong {
  color: var(--pink1);
}
.p-start-compare__recommend_list {
  width: calc(100% - 40rem);
  padding: 3rem 6rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  box-sizing: border-box;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__recommend_list {
    width: 100%;
    padding: 1rem 4rem;
    line-height: 1.4285714286;
    font-size: 2.8rem;
  }
}
.p-start-compare__recommend_list li {
  padding: 2rem 1rem 2rem 6rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__recommend_list li {
    padding: 3rem 1rem 3rem 8.7rem;
  }
}
.p-start-compare__recommend_list li::before {
  content: "";
  width: 3rem;
  height: 2.646rem;
  background: 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2.2rem;
  left: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__recommend_list li::before {
    width: 4.047rem;
    height: 3.6rem;
    top: 3.4rem;
    left: 2.1rem;
  }
}
.p-start-compare__recommend_list li + li {
  border-top: 1px solid var(--gray1);
}
.p-start-compare__recommend_list.skitto {
  border-color: var(--blue3);
}
.p-start-compare__recommend_list.skitto li::before {
  background-image: url(../img/icon_check-01.svg);
}
.p-start-compare__recommend_list.pitto {
  border-color: var(--pink1);
}
.p-start-compare__recommend_list.pitto li::before {
  background-image: url(../img/icon_check-02.svg);
}
.p-start-compare__btn {
  margin: 6rem auto 0;
}
.p-start-compare__btn_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52rem;
  height: 9rem;
  margin: 0 auto;
  border-radius: 1rem;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-start-compare__btn_link {
    width: calc(100% - 6rem);
    height: 12rem;
    font-size: 3.2rem;
  }
}
.p-start-compare__btn_link::after {
  content: "";
  width: 1.483rem;
  height: 2.594rem;
  background: url(../img/arrow-right-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-start-compare__btn_link::after {
    width: 1.914rem;
    height: 3.348rem;
    right: 4rem;
  }
}
.p-start-compare__btn_link.skitto {
  background: var(--blue3);
}
.p-start-compare__btn_link.pitto {
  background: var(--pink1);
}

.p-feature {
  padding: 0 0 14.11rem;
}
@media only screen and (max-width: 767px) {
  .p-feature {
    padding: 0 0 16.05rem;
  }
}
.p-feature__block + .p-feature__block {
  margin-top: 11rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__block + .p-feature__block {
    margin-top: 16.07rem;
  }
}
.p-feature__block_title {
  margin: 0 auto 3.5rem;
  padding: 0 0 2rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-feature__block_title {
    margin-bottom: 8rem;
    font-size: 4.4rem;
  }
}
.p-feature__block_title.skitto {
  border-color: var(--blue3);
}
.p-feature__block_title.skitto strong {
  color: var(--blue3);
}
.p-feature__block_title.pitto {
  border-color: var(--pink1);
}
.p-feature__block_title.pitto strong {
  color: var(--pink1);
}
.p-feature__block_lead {
  margin: 0 0 3.7rem;
  line-height: 2.125;
  letter-spacing: 0.03em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-feature__block_lead {
    margin-bottom: 8rem;
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}
.p-feature__box {
  text-align: left;
}
.p-feature__box_title {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0;
  border-top: 1px solid var(--gray1);
  box-sizing: border-box;
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-feature__box_title {
    gap: 2rem;
    padding: 3.85rem 0;
    line-height: 1.5625;
    font-size: 3.2rem;
  }
}
.p-feature__box_title::after {
  content: "";
  width: 1.5rem;
  height: 0.858rem;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-feature__box_title::after {
    width: 3rem;
    height: 1.715rem;
  }
}
.p-feature__box_title.show::after {
  transform: translateY(-50%) rotate(0);
}
.p-feature__box_title span {
  display: inline-block;
  padding: 0 1.6rem 0.1rem;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "ShueiMGo", sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-feature__box_title span {
    padding: 0 2.8rem 0.2rem;
    font-size: 2.8rem;
  }
}
.p-feature__box_title span strong {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__box_title span strong {
    font-size: 4rem;
  }
}
.p-feature__box_title.skitto::after {
  background: url(../img/arrow-down-blue.svg) 50% 50% no-repeat;
}
.p-feature__box_title.skitto span {
  background: var(--blue3);
}
.p-feature__box_title.pitto::after {
  background: url(../img/arrow-down-pink.svg) 50% 50% no-repeat;
}
.p-feature__box_title.pitto span {
  background: var(--pink1);
}
.p-feature__box_content {
  display: none;
  padding: 0 0 8rem;
}
.p-feature__box_lead {
  margin: 0 0 3.8rem;
  line-height: 2.125;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-feature__box_lead {
    margin-bottom: 8rem;
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}
.p-feature__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-feature__table {
    white-space: nowrap;
  }
}
.p-feature__table_wrap {
  overflow: hidden;
  overflow-x: auto;
}
.p-feature__table_wrap::-webkit-scrollbar {
  height: 1.6rem;
}
.p-feature__table_wrap::-webkit-scrollbar-track {
  border-radius: 50px;
  background: var(--gray2);
}
.p-feature__table_wrap::-webkit-scrollbar-thumb {
  background: var(--blue3);
  border-radius: 50px;
}
.p-feature__table_logo {
  width: 17.768rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__table_logo {
    width: 22.9rem;
  }
}
.p-feature__table thead tr {
  display: grid;
  grid-template-columns: 15rem 23.75rem 23.75rem 23.75rem 23.75rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__table thead tr {
    grid-template-columns: 19.6rem 29.65rem 29.65rem 29.65rem 29.65rem;
  }
}
.p-feature__table thead th {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 9.31rem;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--gray1);
  background: var(--gray5);
  line-height: 1.6363636364;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-feature__table thead th {
    height: 12rem;
    font-size: 2.8rem;
  }
}
.p-feature__table thead th.empty {
  border: 0;
  background: none;
}
.p-feature__table thead th.skitto {
  border: 0 1px 0 0;
  background: var(--blue3);
}
.p-feature__table tbody tr {
  display: grid;
  grid-template-columns: 15rem 23.75rem 23.75rem 23.75rem 23.75rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__table tbody tr {
    grid-template-columns: 19.6rem 29.65rem 29.65rem 29.65rem 29.65rem;
  }
}
.p-feature__table tbody th,
.p-feature__table tbody td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-feature__table tbody th {
  padding: 2.89rem 0 3.09rem;
  background: var(--blue5);
  line-height: 2.125;
  letter-spacing: 0.03em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-feature__table tbody th {
    font-size: 2.8rem;
  }
}
.p-feature__table tbody td {
  padding: 2.89rem 0 3.09rem;
  line-height: 2.5625;
  letter-spacing: 0.03em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-feature__table tbody td {
    padding: 5.2rem 0;
    font-size: 2.8rem;
  }
}
.p-feature__table tbody td b {
  display: inline-block;
  line-height: 2.2222222222;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--blue3);
}
@media only screen and (max-width: 767px) {
  .p-feature__table tbody td b {
    font-size: 2.8rem;
  }
}
.p-feature__table tbody td b strong {
  display: inline-block;
  line-height: 1.6666666667;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__table tbody td b strong {
    font-size: 4.4rem;
  }
}
.p-feature__table tbody td b small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__table tbody td b small {
    font-size: 2.8rem;
  }
}
.p-feature__table tbody tr:nth-child(1) th, .p-feature__table tbody tr:nth-child(2) th, .p-feature__table tbody tr:nth-child(3) th {
  border-bottom: 1px solid #FFF;
}
.p-feature__table tbody tr:nth-child(1) td, .p-feature__table tbody tr:nth-child(2) td, .p-feature__table tbody tr:nth-child(3) td, .p-feature__table tbody tr:nth-child(4) td {
  border-bottom: 1px solid var(--gray1);
}
.p-feature__table tbody tr td {
  border-right: 1px solid var(--gray1);
}
.p-feature__design {
  max-width: 71rem;
  width: 100%;
  margin: 0 auto;
}
.p-feature__space {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.p-feature__space figcaption {
  display: block;
  padding: 1.425rem 0;
  background: var(--blue2);
  line-height: 1.5454545455;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "ShueiMGo", sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-feature__space figcaption {
    padding: 1.65rem 0;
    line-height: 1.4666666667;
    font-size: 3rem;
  }
}
.p-feature__filter {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
.p-feature__onetouch {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.p-feature__tray {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.p-feature__sign {
  margin: 6.77rem auto 0;
  padding: 8.75rem 0 5.73rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign {
    margin-top: 8rem;
    padding: 13.95rem 4rem 7rem;
  }
}
.p-feature__sign.skitto {
  border-color: var(--blue2);
}
.p-feature__sign.pitto {
  border-color: var(--pink2);
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_head {
    display: flex;
    flex-direction: column;
  }
}
.p-feature__sign_image.skitto {
  width: 31.146rem;
  position: absolute;
  top: 7rem;
  left: 15.45rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_image.skitto {
    width: 27.7rem;
    top: 8.1rem;
    left: 6rem;
  }
}
.p-feature__sign_image.pitto {
  width: 34rem;
  position: absolute;
  top: 6.07rem;
  left: 13.05rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_image.pitto {
    top: 4rem;
    left: 3rem;
  }
}
.p-feature__sign_content {
  width: 50.1rem;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_content {
    order: 1;
    width: 25.5rem;
    margin: 0 0 12.75rem auto;
  }
}
.p-feature__sign_title {
  margin: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_title {
    margin-bottom: 6rem;
  }
}
.p-feature__sign_title.skitto {
  width: 25.195rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_title.skitto {
    margin-left: -1.7rem;
  }
}
.p-feature__sign_title.pitto {
  width: 20.247rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_title.pitto {
    width: 22.4rem;
  }
}
.p-feature__sign_color {
  display: flex;
  gap: 1rem;
  margin: 0 auto 3.02rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_color {
    flex-direction: column;
    margin: 0 auto;
  }
}
.p-feature__sign_color p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.092rem;
  height: 4.566rem;
  border: 1px solid var(--base);
  box-sizing: border-box;
  line-height: 1.4444444444;
  font-size: 2rem;
  font-weight: 400;
}
.p-feature__sign_color p:last-child {
  background: var(--base);
  color: #FFF;
}
.p-feature__sign_lead {
  width: 50.1rem;
  margin: 0 0 3.2rem auto;
  line-height: 2.1153846154;
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_lead {
    order: 2;
    width: 100%;
    margin: 0 auto 6rem;
    line-height: 1.5625;
    text-align: center;
    font-size: 3.2rem;
  }
}
.p-feature__sign_lead span strong {
  display: inline-block;
  line-height: 1.4473684211;
  font-size: 3.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_lead span strong {
    line-height: 1.0416666667;
    font-size: 4.8rem;
  }
}
.p-feature__sign_lead.skitto span {
  background: linear-gradient(to top, var(--blue2) 2.4rem, rgba(255, 255, 255, 0) 2.4rem);
}
.p-feature__sign_lead.pitto span {
  background: linear-gradient(to top, var(--pink2) 2.4rem, rgba(255, 255, 255, 0) 2.4rem);
}
.p-feature__sign_icons {
  width: 50.1rem;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_icons {
    order: 3;
    width: 100%;
    margin: 0 auto 6rem;
  }
}
.p-feature__sign_icons.skitto img {
  width: 31.45rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_icons.skitto img {
    width: 100%;
  }
}
.p-feature__sign_icons.pitto img {
  width: 45.107rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_icons.pitto img {
    width: 100%;
  }
}
.p-feature__sign_link {
  margin: 5.63rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_link {
    order: 5;
    margin-top: 6rem;
  }
}
.p-feature__sign_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56rem;
  height: 15rem;
  margin: 0 auto;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--orange1);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_btn {
    width: 61;
    height: 16rem;
  }
}
.p-feature__sign_btn::after {
  content: "";
  width: 1.483rem;
  height: 2.594rem;
  background: url(../img/arrow-right-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-feature__sign_btn::after {
    width: 1.914rem;
    height: 3.348rem;
    right: 4rem;
  }
}
.p-feature__sign_btn span {
  display: inline-block;
  line-height: 1.1538461538;
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-feature__sign_btn span strong {
  display: inline-block;
  line-height: 0.8333333333;
  font-size: 3.6rem;
}
.p-feature__rental {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 5.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-feature__rental {
    order: 4;
    gap: 3rem;
    margin: 0 auto;
  }
}
.p-feature__rental_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  line-height: 1.4285714286;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "ShueiMGo", sans-serif;
}
.p-feature__rental_title.skitto {
  background: var(--blue2);
}
.p-feature__rental_title.pitto {
  background: var(--pink2);
}
.p-feature__rental_price {
  margin: 0 0 1rem;
  line-height: 2.145;
  letter-spacing: 0.03em;
  font-size: 2.8rem;
  font-weight: 400;
}
.p-feature__rental_price span strong {
  display: inline-block;
  line-height: 0.625;
  font-size: 8rem;
  font-weight: 600;
}
.p-feature__rental_price.skitto span {
  background: linear-gradient(to top, var(--blue2) 2.4rem, rgba(255, 255, 255, 0) 2.4rem);
}
.p-feature__rental_price.pitto span {
  background: linear-gradient(to top, var(--pink2) 2.4rem, rgba(255, 255, 255, 0) 2.4rem);
}
.p-feature__rental_att {
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-feature__rental_att {
    font-size: 2rem;
  }
}
.p-feature__spec {
  margin: 11.95rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-feature__spec {
    margin-top: 16rem;
  }
}
.p-feature__spec_table {
  width: 100%;
  border-collapse: collapse;
}
.p-feature__spec_table thead tr,
.p-feature__spec_table tbody tr {
  display: grid;
  grid-template-columns: 15rem 47.5rem 47.5rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__spec_table thead tr,
  .p-feature__spec_table tbody tr {
    grid-template-columns: 8.6rem 1fr 1fr;
  }
}
.p-feature__spec_table tbody tr th {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--gray2);
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-feature__spec_table tbody tr th {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    line-height: 1.2142857143;
    font-size: 2.8rem;
  }
}
.p-feature__spec_table tbody tr th:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.p-feature__spec_table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--gray2);
  box-sizing: border-box;
  line-height: 2.25;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-feature__spec_table tbody tr td {
    padding: 4rem 0;
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}
.p-feature__spec_table tbody tr td strong {
  display: inline-block;
  line-height: 1.2857142857;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-feature__spec_table tbody tr td strong {
    line-height: 1.25;
    font-size: 4rem;
  }
}
.p-feature__spec_icon {
  width: 6rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .p-feature__spec_icon {
    width: 10rem;
    margin-bottom: 2rem;
  }
}
.p-feature__table_image.skitto {
  width: 18.4rem;
}
.p-feature__table_image.pitto {
  width: 20.4rem;
}
.p-feature__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.8rem;
  margin: 6rem auto 0;
  background: var(--orange1);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-feature__cta {
    width: calc(100% + 6rem);
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.p-faq {
  padding: 0 0 16rem;
}
.p-faq__title {
  border-bottom-color: var(--blue1);
}
.p-faq__block {
  padding: 6rem 0;
  border-width: 0.2rem 0 0.2rem 0;
  border-style: solid;
  border-color: var(--gray1);
  box-sizing: border-box;
  text-align: left;
}
.p-faq__block + .p-faq__block {
  border-width: 0 0 0.2rem 0;
}
.p-faq__block_title {
  padding: 0 4.8rem 0 0;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5625;
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-faq__block_title {
    font-size: 3.2rem;
  }
}
.p-faq__block_title::before, .p-faq__block_title::after {
  content: "";
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--blue1);
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transition: 0.3s;
}
.p-faq__block_title::before {
  transform: translateY(-50%);
}
.p-faq__block_title::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-faq__block_title.show::after {
  transform: translateY(-50%) rotate(0);
  opacity: 0;
}
.p-faq__block_title span {
  display: block;
  padding-left: 6.5rem;
  position: relative;
}
.p-faq__block_title span::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "ShueiMGo", sans-serif;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-faq__block_title span::before {
    font-size: 3.6rem;
  }
}
.p-faq__block_content {
  display: none;
  padding: 4rem 0 0 0;
  line-height: 1.7857142857;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-faq__block_content {
    font-size: 2.8rem;
  }
}
.p-faq__block_content.show {
  display: block;
}
.p-faq__block_content * + * {
  margin-top: 1.6em;
}
.p-faq__block_content a {
  color: var(--blue1);
}


/*-------追記2024.6---------*/

.inner {
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
}

/*ヘッダー箇所*/
.gHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.gHeader .headerLogo {
  margin: 0 2rem;
}
.gHeader .contactArea {
  margin: 0.7rem 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 1.5px;
}
.gHeader .contactArea .btnCont {
  width: 200px;
  margin-right: 1em;
  background: var(--orange1);
  padding: 2px;
}
.gHeader .contactArea .btnCont .btn {
  display: block;
  text-decoration: none;
  font-weight: 600;  
  font-size: 15.75px;
  /*padding: 0.5em;*/
  line-height: 1;
  background: var(--orange1);
  color: #FFF;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gHeader .contactArea .btnCont .btn i {
  vertical-align: middle;
  margin-right: 5px;
}
.gHeader .contactArea .btnCont .btn.-tel {
  background: #FFF;
  color: var(--orange1);
}
.gHeader .contactArea .btnCont .btn:hover {
  opacity: 1;
}
.gHeader .contactArea .btnCont:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .gHeader .contactArea {
    margin: 0.7rem 1.5rem;
  }
  .gHeader .contactArea .btnCont .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .gHeader .contactArea .text {
    display: none;
  }
  .gHeader .contactArea .tel a span {
    display: none;
  }
  .gHeader .contactArea .tel a::before {
    margin-right: 0;
  }
  .gHeader .contactArea .btnCont {
    width: 150px;
  }
  .gHeader .contactArea .btnCont .btn {
    height: 36px;
    font-size: 13px;
  }
  .gHeader .contactArea .btnCont .btn i {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .gHeader .contactArea .btnCont {
    width: 130px;
  }
  .gHeader .contactArea .btnCont .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1170px) {
  .gHeader {
    height: 70px;
  }
  .gHeader .headerLogo {
    margin: 0 1.5rem;
  }
}

.-spNone {
  display: none;
}
@media screen and (min-width: 861px) {
  .-spNone {
    display: block;
  }
}
.-pcNone {
  display: none;
}
@media screen and (max-width: 860px) {
  .-pcNone {
    display: block;
  }
}
.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .-sp {
    display: block;
  }
}
.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .-pc {
    display: block;
  }
}

/*ヘッダー特典箇所*/
.benefits {
  background-color: #EDF6FC;
  margin-bottom: 5em;
  margin-top: 64px;
}
.benefits a {
  padding: 12px 20px;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .benefits a img {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .benefits {
    margin-bottom: 0;
  }
  .benefits a img {
    height: 64px;
  }
}

/*現在実施中のおトクなキャンペーン箇所*/
.banner_ttl {
  margin: 0 auto 4em;
}

.banner_ttl .heading02 {
  font-size: 364%;
  text-align: center;
  font-weight: 600;
  margin: 0 0 1.5em;
  padding: 0.9em 0;
  border-top: 1px solid var(--blue3);
  border-bottom: 1px solid var(--blue3);
  letter-spacing: 1.5px;
}

.banner_ttl .heading02 .br-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .banner_ttl {
    padding: 0 2em;
  }
  
  .banner_ttl .heading02 {
    font-size: 330%;
    padding: 0.6em 0;
  }
}

@media screen and (max-width: 560px) {
  .banner_ttl .heading02 .br-sp{
    display: block;
  }
}



.modaal-container {
  width: 800px;
  color: #444444 !important;
}
@media (max-width: 900px) {
  .modaal-container {
    width: calc(100vw - 100px);
  }
}
.modaal-content-container {
  padding: 0;
}

/*-------
modal banner CSS
---------*/
.banner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .banner_wrap {
    gap: 2em;
    padding: 0 2em;
  }
}
@media screen and (max-width: 480px) {
  .banner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.m-banner img {
  width: 100%;
}

.text {
  text-align: center;
  color: #629ade;
  margin: 2em;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .text {
    font-size: 77%;
  }
}
.text br {
  display: none;
}
@media (max-width: 720px) {
  .text br {
    display: block;
  }
}

.read {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .read {
    font-size: 180%;
  }
}
@media (max-width: 1024px) {
  .read {
    font-size: 160%;
  }
}
@media (max-width: 900px) {
  .read {
    font-size: 158%;
  }
}
@media (max-width: 720px) {
  .read {
    font-size: 140%;
  }
}
@media (max-width: 480px) {
  .read {
    font-size: 128%;
  }
}
.read .spShow {
  display: none;
}
@media (max-width: 650px) {
  .read .spShow {
    display: block;
  }
}

.sub {
  text-align: center;
  margin-top: 2em;
  font-size: 100%;
}

.banner-ttl01 {
  margin: 1em 0 0;
}
@media (max-width: 650px) {
  .banner-ttl01 {
    margin: 2em 0 0;
  }
}

.monthly {
  text-align: center;
  margin: 4rem 0;
}
@media (max-width: 550px) {
  .monthly {
    margin: 2rem 0;
  }
}
.monthly .monthlyFuki {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0.1em 3em;
  background-color: #629ade;
  font-size: 167%;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .monthly .monthlyFuki {
    padding: 0.1em 0.5em;
  }
}
@media (max-width: 550px) {
  .monthly .monthlyFuki {
    width: 94%;
    font-size: 150%;
  }
}
.monthly .monthlyFuki::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #629ade transparent;
  border-width: 13px 25px 0 0;
  bottom: -12px;
  left: 80%;
}
.monthly .amountWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monthly .amountWrap .circle {
  font-size: 207%;
  font-weight: bold;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  background: #ffd126;
  text-align: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .monthly .amountWrap .circle {
    font-size: 190%;
    min-width: 80px;
    min-height: 80px;
  }
}
@media (max-width: 480px) {
  .monthly .amountWrap .circle {
    font-size: 140%;
    min-width: 60px;
    min-height: 60px;
  }
}
.monthly .amountWrap .amount {
  font-weight: bold;
  line-height: 1.2;
  font-size: 160%;
}
.monthly .amountWrap .amount span {
  font-size: 375%;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .monthly .amountWrap .amount span {
    font-size: 320%;
  }
}
@media (max-width: 480px) {
  .monthly .amountWrap .amount span {
    font-size: 230%;
  }
}

.banner_inner {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 1.5px;
}

@media (max-width: 860px) {
  .banner_inner {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner_inner {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .banner_inner {
    font-size: 12.2318px;
  }
}

.condition {
  padding: 2em;
  background-color: rgba(98, 154, 222, 0.1);
}
.condition p {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.condition li {
  margin-bottom: 0.5em;
}
.condition li:last-child {
  margin-bottom: 0;
}

.note {
  padding: 3em 0;
}
.note-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  line-height: 2;
}

/*モーダルウィンドウ*/
.modalWindow {
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
  min-height: 150px;
  max-height: 800px;
  background: #FFFFFF;
  position: fixed;
  top: calc(50% - (100vh - 100px) / 2);
  left: calc(50% - (100vw - 100px) / 2);
  z-index: 999;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.modalWindow.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (min-width: 900px) {
  .modalWindow {
    width: 800px;
    left: calc(50% - 400px);
  }
}
/*モーダルウインドウ内*/
/*メイン*/
.modalContents {
  height: 50px;
  overflow-y: scroll;
}

/*モーダルウインドウ内ボタン*/
.modalBtn-close {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 50%;
  cursor: pointer;
}

/*オーバーレイ*/
.modalOverRay {
  display: none;
  width: 100%;
  height: 100%;
  background: #666;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0.5;
}

.modalOverRay.active {
  display: block;
}

/*----- モーダル -----*/
.modalBtn {
  max-width: 260px;
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 4em;
  padding: 2px;
  text-align: center;
  margin-top: 3em;
}
.modalBtn .modalOpen {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 105%;
  font-weight: 600;
  padding: 0.8em;
  line-height: 1;
  border-radius: 4em;
  color: #fff;
  width: 100%;
  background: none;
  border: 0;
}
.modalBtn .modalOpen:hover {
  background-color: #FFFFFF;
  color: #629ADE;
}
.modalBtn .modalOpen:hover::before {
  background-image: url(../images/icon-arrow_b.svg);
}
.modalBtn .modalOpen::before {
  position: absolute;
  content: "";
  width: 17.5px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-arrow_w.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
}