@charset "UTF-8";
/*********************
/BASE
*********************/
html {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  overflow-wrap: break-word;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 599px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .hidden-xl {
    display: none;
  }
}

.link-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link-underline:hover {
  opacity: 0.7;
}

/*********************
共通
*********************/
.l-inner {
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .l-inner {
    max-width: 1200px;
  }
}

.l-inner-middle {
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .l-inner-middle {
    max-width: 800px;
  }
}

.l-inner-small {
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .l-inner-small {
    max-width: 800px;
  }
}

.l-inner-middle {
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .l-inner-middle {
    max-width: 800px;
  }
}

.text-s {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  overflow-wrap: break-word;
  font-style: normal;
  letter-spacing: 0.1em;
}

.text-m {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  overflow-wrap: break-word;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  .text-m {
    line-height: 1.7;
  }
}

.flex {
  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;
}
@media screen and (min-width: 800px) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 800px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.center {
  text-align: center;
}

/*********************
button
*********************/
.button-main {
  display: inline-block;
  width: 273px;
  height: 45px;
  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;
  gap: 16px;
  background: #ed3194;
}
@media screen and (min-width: 800px) {
  .button-main {
    width: 310px;
    height: 50px;
    gap: 20px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .button-main:hover {
    background: #ed3194;
  }
  .button-main:hover .button-main__icon {
    background: url(../images/common/icon-cart-white.svg) no-repeat center center/contain;
  }
  .button-main:hover .button-main__text {
    color: #fff;
  }
}

.button-main__icon {
  background: url(../images/common/icon-cart-white.svg) no-repeat center center/contain;
  width: 18px;
  height: 15px;
}
@media screen and (min-width: 800px) {
  .button-main__icon {
    background: url(../images/common/icon-cart-black.svg) no-repeat center center/contain;
    width: 20px;
    height: 17px;
  }
}

.button-main__text {
  font-size: clamp(0.75rem, 0.3362068966rem + 0.8620689655vw, 0.875rem);
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .button-main__text {
    color: #333;
  }
}

.link-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.link-main::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #ed3194;
}
@media screen and (min-width: 800px) {
  .link-main::before {
    background-color: D9D9D9;
  }
  .link-main::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-color: #ed3194;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  .link-main:hover::after {
    width: 72px;
  }
  .link-main:hover .link-main__text {
    color: #ed3194;
  }
  .link-main:hover svg {
    color: #ed3194;
  }
}

.link-main svg {
  color: #333;
  width: 5px;
  height: 8px;
}
@media screen and (min-width: 800px) {
  .link-main svg {
    width: 7px;
    height: 10px;
  }
}

.link-main-up svg {
  color: #333;
  width: 12px;
  height: 6px;
}

.link-main__text {
  padding-left: 92px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (min-width: 800px) {
  .link-main__text {
    padding-left: 114px;
  }
}

/*********************
ANIMATION
*********************/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-fadein-appear {
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
.c-fadein-appear.is-active {
  opacity: 1;
}

/*************************************************
header
*************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px;
}
@media screen and (min-width: 800px) {
  .header {
    height: 90px;
  }
}
.header.is-transparent {
  background-color: transparent;
}
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}

.header.is-open .header__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header.is-open .header-logo,
.header.is-open .header-icon__lists {
  display: none;
}

.header__inner {
  height: 60px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
}
@media screen and (min-width: 800px) {
  .header__inner {
    height: 90px;
    width: 90%;
  }
}

.header-logo {
  display: grid;
  place-items: center;
}

.header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.header-logo__link img {
  width: 90px;
}
@media screen and (min-width: 800px) {
  .header-logo__link img {
    width: 150px;
  }
}

.header-contact__link {
  display: block;
  background: #000;
  border-radius: 50px;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 600px) {
  .header-contact__link {
    padding: 8px 20px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 800px) {
  .header-contact__link {
    padding: 16px 20px;
    border-radius: 30px;
  }
}

.header-contact__link:hover {
  background: #fff;
  border: 1px solid #000;
}
.header-contact__link:hover .header-contact__text {
  color: #000;
}

.header-contact__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 600px) {
  .header-contact__icon {
    display: none;
  }
}

.header-contact__icon svg {
  width: 33px;
  height: 25px;
}

.header-contact__text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.75px;
}

.logo-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.logo-sub-en {
  color: #ed3194;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, -1.1939655172rem + 4.3103448276vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.48px;
}

.logo-sub--ja {
  color: #ed3194;
  font-size: clamp(0.75rem, -0.9051724138rem + 3.4482758621vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
}

/*********************
footer
*********************/
.footer {
  background: #000;
  padding-top: clamp(1.5rem, -6.775862069rem + 17.2413793103vw, 4rem);
  padding-bottom: clamp(1rem, -3.9655172414rem + 10.3448275862vw, 2.5rem);
}

.footer__content {
  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;
}

.footer__logo img {
  width: 200px;
  height: auto;
  display: block;
}
@media screen and (min-width: 800px) {
  .footer__logo img {
    width: 260px;
  }
}

.footer__service-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__service-name--en {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, -0.3232758621rem + 3.0172413793vw, 1.5625rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer__service-name--ja {
  font-size: clamp(0.875rem, -0.5732758621rem + 3.0172413793vw, 1.3125rem);
  font-weight: 500;
  color: #fff;
}

.footer__address {
  margin-top: 24px;
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}

.footer__number {
  margin-top: 12px;
  font-size: clamp(0.75rem, 0.5431034483rem + 0.4310344828vw, 0.8125rem);
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

.footer-nav__lists {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.footer-nav__list {
  position: relative;
}

.footer-nav__list:last-child .footer-nav__link::before {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  width: 1px;
  height: 14px;
  background-color: #fff;
}

.footer-nav__link {
  color: #fff;
  font-size: clamp(0.8125rem, 0.3987068966rem + 0.8620689655vw, 0.9375rem);
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 800px) {
  .footer-nav__link:hover {
    color: #ed3194;
  }
}

.footer__copyright_wrapper {
  text-align: center;
  margin-top: clamp(2.5rem, -3.7068965517rem + 12.9310344828vw, 4.375rem);
}

.footer__copyright {
  color: #fff;
  font-size: clamp(0.625rem, 0.2112068966rem + 0.8620689655vw, 0.75rem);
  line-height: 1.6;
}

/*********************
top 共通
*********************/
.t-section-title {
  text-align: center;
  margin-bottom: clamp(3.5rem, 1.8448275862rem + 3.4482758621vw, 4rem);
}

.t-section-title--en {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ed3194;
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}

.t-section-title--ja {
  font-size: clamp(1.625rem, 0.3836206897rem + 2.5862068966vw, 2rem);
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.t-section-title--ja-en {
  font-family: "Inter", sans-serif;
}

/*********************
top 背景
*********************/
:root {
  --slant: clamp(32px, 10vw, 72px);
  --section-pt: cal-clamp(60, 140); /* ← タイトル上の基準 */
  --section-pb: cal-clamp(60, 88); /* ← 下の基準（必要なら） */
}

.section-clip-path {
  --py: 40px;
  position: relative;
  z-index: 0;
  padding-block: calc(var(--py) + var(--slant));
}

.section-clip-path::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(0 var(--slant), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 var(--slant), 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

.section-clip-path--both {
  --py: 40px;
  position: relative;
  z-index: 0;
  padding-block: calc(var(--py) + var(--slant));
}

.section-clip-path--both::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(0 var(--slant), 100% 0, 100% calc(100% - var(--slant)), 0 100%);
          clip-path: polygon(0 var(--slant), 100% 0, 100% calc(100% - var(--slant)), 0 100%);
  z-index: -1;
}

/* compare：単色 */
.t-compare.section-clip-path::before {
  background: #ed3194;
}

.t-strength.section-clip-path--both::before {
  background: #f6f6f6;
}

.t-step.section-clip-path--both::before {
  background: #eff4ff;
}

.t-company.section-clip-path::before {
  background: #f6f6f6;
}

.t-about {
  --py: 80px;
  margin-top: calc(var(--slant) * -1);
  position: relative;
  padding-block: calc(var(--py) + var(--slant));
}

/* 背景レイヤー */
.t-about__bg {
  position: absolute;
  inset: -1px 0; /* 隙間対策 */
  background: url(../images/top/about-bg.jpg) center/cover no-repeat;
  -webkit-clip-path: polygon(0 var(--slant), 100% 0, 100% calc(100% - var(--slant)), 0 100%);
          clip-path: polygon(0 var(--slant), 100% 0, 100% calc(100% - var(--slant)), 0 100%);
  z-index: 0; /* ← -1やめる */
}

/* 中身を背景より前に */
.t-about > .l-inner {
  position: relative;
  z-index: 1;
}

.t-strength {
  margin-top: calc(var(--slant) * -1);
  position: relative;
  padding-block: calc(var(--py) + var(--slant));
}

/*********************
top
*********************/
.top {
  background: #fff;
}

/*********************
/MV Section
*********************/
.mv {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  padding-top: 84px;
}
@media screen and (min-width: 800px) {
  .mv {
    padding-top: 90px;
  }
}

.mv::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 83%;
  height: 62%;
  background: #ed3194;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
@media screen and (min-width: 800px) {
  .mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #ed3194;
    -webkit-clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%);
    width: 50%;
  }
}

.mv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mv__inner {
  position: relative;
  width: 90%;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .mv__inner {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    padding: 0 60px;
  }
}

.mv__content {
  position: relative;
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 800px) {
  .mv__content {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.mv__left {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .mv__left {
    width: 47vw;
    padding: 0;
  }
}

.mv__lead-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: clamp(1.25rem, -2.8879310345rem + 8.6206896552vw, 2.5rem);
}

.mv__lead1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.mv__lead-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background-color: #000;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 800px) {
  .mv__lead-icon {
    width: 35px;
    height: 35px;
  }
}

.mv__lead-icon svg {
  display: block;
  color: #fff;
  width: 11px;
  height: 9px;
}
@media screen and (min-width: 800px) {
  .mv__lead-icon svg {
    width: 18px;
    height: 14px;
  }
}

.mv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.mv__lead1-left,
.mv__lead1-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

.mv__lead-num,
.mv__lead-text {
  -webkit-transform: none;
          transform: none;
  color: #000;
  white-space: nowrap;
}

.mv__lead-num {
  font-size: clamp(1.375rem, -3.1767241379rem + 9.4827586207vw, 2.75rem);
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* 日本語側が少し上に見える/下に見える時の微調整 */
.mv__lead-text {
  font-size: clamp(1.25rem, -2.8879310345rem + 8.6206896552vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  position: relative;
  top: 0.02em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.mv__lead2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.mv__title {
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 800px) {
  .mv__title {
    margin-bottom: clamp(1.25rem, -0.8189655172rem + 4.3103448276vw, 1.875rem);
  }
}

.mv__title-text {
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  .mv__title-text {
    text-align: left;
  }
}

.mv__title-text,
.text-dotted {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.3;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: linear-gradient(181deg, #ed3194 18%, #c03880 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #fff;
  display: inline-block;
}
.mv__title-text span,
.text-dotted span {
  display: inline-block;
}
@media screen and (min-width: 383px) and (max-width: 400px) {
  .mv__title-text,
  .text-dotted {
    font-size: 50px;
  }
}
@media screen and (min-width: 800px) {
  .mv__title-text,
  .text-dotted {
    font-size: clamp(2rem, -4.6206896552rem + 13.7931034483vw, 4rem);
  }
}
@media screen and (min-width: 1000px) {
  .mv__title-text,
  .text-dotted {
    font-size: 66px;
  }
}
@media screen and (min-width: 1220px) {
  .mv__title-text,
  .text-dotted {
    font-size: 82px;
  }
}
@media screen and (min-width: 1441px) {
  .mv__title-text,
  .text-dotted {
    font-size: 86px;
  }
}
@media screen and (max-width: 360px) {
  .mv__title-text,
  .text-dotted {
    font-size: 45px;
  }
}
@media screen and (max-width: 360px) {
  .mv__title-text,
  .text-dotted {
    font-size: 40px;
  }
}

.text-dotted {
  margin-top: 2px;
  position: relative;
}

.text-dotted::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #ed3194;
  border-radius: 50%;
}
@media screen and (min-width: 800px) {
  .text-dotted::before {
    top: 2px;
    left: 46%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8px;
    height: 8px;
  }
}

.mv__note {
  margin-top: 4px;
  font-size: clamp(0.5625rem, -0.2650862069rem + 1.724137931vw, 0.8125rem);
  line-height: 1.2;
  text-align: right;
  margin-right: 16px;
}
@media screen and (min-width: 800px) {
  .mv__note {
    margin-top: 0;
  }
}

.mv-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  color: #000;
}
@media screen and (min-width: 800px) {
  .mv-point {
    gap: 12px;
    margin-bottom: 20px;
  }
}

.mv-point__item {
  width: clamp(7rem, -11.2068965517rem + 37.9310344828vw, 12.5rem);
  height: clamp(4.3125rem, -5.6185344828rem + 20.6896551724vw, 7.3125rem);
  position: relative;
}

.mv-point__text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mv-point__text {
    line-height: 1.2;
    top: 22%;
  }
}
@media screen and (min-width: 1220px) {
  .mv-point__text {
    top: 35%;
  }
}
@media screen and (max-width: 370px) {
  .mv-point__text {
    font-size: 12px;
  }
}

.mv__button--pc {
  display: none;
}
@media screen and (min-width: 800px) {
  .mv__button--pc {
    margin-bottom: 48px;
    display: inline-block;
    padding: 16px 42px;
    background: #000;
    border: 1px solid #000;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 0.05em;
  }
  .mv__button--pc:hover {
    background: #ed3194;
    border-color: #ed3194;
  }
}

.mv__button--sp {
  margin-top: 16px;
  margin-bottom: 40px;
  display: inline-block;
  padding: 16px 42px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 370px) {
  .mv__button--sp {
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 800px) {
  .mv__button--sp {
    display: none;
  }
}

.mv__right {
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 800px) {
  .mv__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: calc(50% - 50vw);
  }
  .mv__right::before {
    display: none;
  }
}

.mv__image {
  position: relative;
  width: 95%;
  overflow: visible;
}
@media screen and (min-width: 800px) {
  .mv__image {
    width: 43vw;
    max-width: 720px;
  }
}

.mv__image img {
  display: block;
  position: relative;
  z-index: 1;
}

/*********************
top page onayami section
*********************/
.t-onayami {
  background: #f6f6f6;
  padding-top: clamp(3.5rem, -5.6034482759rem + 18.9655172414vw, 6.25rem);
}

.t-onayami-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, -0.3275862069rem + 1.724137931vw, 0.75rem);
  position: relative;
  z-index: 1;
}

.t-onayami-grid__top {
  display: grid;
  row-gap: clamp(0.5rem, -0.3275862069rem + 1.724137931vw, 0.75rem);
  -webkit-column-gap: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
     -moz-column-gap: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
          column-gap: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
}
.t-onayami-grid__top .onayami-balloon:nth-child(1) {
  grid-column: 1/-1;
}
@media screen and (min-width: 800px) {
  .t-onayami-grid__top {
    grid-template-columns: repeat(3, 1fr);
    max-width: 820px;
  }
  .t-onayami-grid__top .onayami-balloon:nth-child(1) {
    grid-column: auto;
  }
}

.t-onayami-grid__bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: clamp(0.5rem, -0.3275862069rem + 1.724137931vw, 0.75rem);
  -webkit-column-gap: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
     -moz-column-gap: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
          column-gap: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .t-onayami-grid__bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.onayami-balloon {
  position: relative;
  width: 100%;
  height: 100px;
  display: grid;
  place-items: center;
  padding: 14px;
}
@media screen and (min-width: 800px) {
  .onayami-balloon {
    height: 160px;
    padding: 20px;
  }
}

.onayami-balloon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/speech-balloon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}

.onayami-balloon__text {
  position: relative;
  z-index: 1;
  font-size: clamp(0.875rem, -0.3663793103rem + 2.5862068966vw, 1.25rem);
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 370px) {
  .onayami-balloon__text {
    font-size: 13px;
  }
}

.onayami-balloon__text .pink {
  color: #ed3194;
}

.t-onayami__image {
  margin-top: -36px;
  max-width: 526px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 370px) {
  .t-onayami__image {
    margin-top: -16px;
  }
}

/*********************
top page message section
*********************/
.t-message {
  position: relative;
  background: #ed3194;
  padding-block: clamp(2.5rem, -1.6379310345rem + 8.6206896552vw, 3.75rem);
}
.t-message::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #ed3194;
}
@media screen and (min-width: 800px) {
  .t-message::after {
    bottom: -38px;
    border-left: 72px solid transparent;
    border-right: 72px solid transparent;
    border-top: 40px solid #ed3194;
  }
}

.t-message__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 800px) {
  .t-message__title {
    width: 100%;
  }
}

.t-message__title-brand {
  display: block;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: clamp(2rem, 0.7586206897rem + 2.5862068966vw, 2.375rem);
  font-weight: 700;
}

.t-message__title-text-small {
  color: #fff;
  font-size: clamp(1.25rem, -0.4051724138rem + 3.4482758621vw, 1.75rem);
  font-weight: 700;
}

.t-message__title-text-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: clamp(1.625rem, -1.2715517241rem + 6.0344827586vw, 2.5rem);
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-inline: 12px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 800px) {
  .t-message__title-text-large {
    padding-inline: 16px;
  }
}

.t-message__title-text-large::before {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}

.t-message__title-text-large::after {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}

/*********************
top page reason section
*********************/
.t-reason {
  padding-top: clamp(5rem, -3.275862069rem + 17.2413793103vw, 7.5rem);
  padding-bottom: clamp(3.125rem, -3.0818965517rem + 12.9310344828vw, 5rem);
  background: #fff;
}

.t-reason__content {
  margin-top: clamp(6.25rem, 4.1810344828rem + 4.3103448276vw, 6.875rem);
}

.t-reason__grid {
  margin-top: clamp(4.625rem, 3.3836206897rem + 2.5862068966vw, 5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 74px;
}
@media screen and (min-width: 800px) {
  .t-reason__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 80px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
@media screen and (min-width: 1220px) {
  .t-reason__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 80px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}

.t-reason-card {
  position: relative;
  background: #fff;
  border: 2px solid #ed3194;
}

.t-reason-card.point1 {
  max-width: 800px;
  margin-inline: auto;
}

.t-reason-card.point1 .card-box {
  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: 8%;
}
@media screen and (min-width: 800px) {
  .t-reason-card.point1 .card-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.t-reason-card.point1 .card-box .card__description {
  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;
}
@media screen and (min-width: 800px) {
  .t-reason-card.point1 .card-box .card__description {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
}

.t-reason-card__icon {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(5rem, 2.9310344828rem + 4.3103448276vw, 5.625rem);
  height: clamp(5rem, 2.9310344828rem + 4.3103448276vw, 5.625rem);
}

.t-reason-card__icon-text {
  padding-top: 4px;
  width: 100%;
  height: 100%;
  background: #ed3194;
  border-radius: 50%;
  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: 3px;
}
@media screen and (min-width: 800px) {
  .t-reason-card__icon-text {
    padding-top: 0;
  }
}

.t-reason-card__icon-point {
  font-size: clamp(0.75rem, 0.5431034483rem + 0.4310344828vw, 0.8125rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

.t-reason-card__icon-number {
  font-size: clamp(1.875rem, 1.0474137931rem + 1.724137931vw, 2.125rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}

.card-box {
  padding: 56px 24px 40px;
  padding-top: clamp(2.8125rem, 0.536637931rem + 4.7413793103vw, 3.5rem);
  padding-inline: clamp(0.75rem, -1.7327586207rem + 5.1724137931vw, 1.5rem);
  padding-bottom: clamp(1.5rem, -1.8103448276rem + 6.8965517241vw, 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, -2.8103448276rem + 6.8965517241vw, 1.5rem);
}

.card-box__image {
  width: 140px;
  margin-inline: auto;
}

.card-box__title {
  font-size: clamp(1.5rem, 1.0862068966rem + 0.8620689655vw, 1.625rem);
  font-weight: 700;
  color: #ed3194;
  text-align: center;
  letter-spacing: 1.2px;
}

.card-box__lists {
  margin-top: clamp(0.75rem, -0.0775862069rem + 1.724137931vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.card-box__list {
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  line-height: 1.7;
  padding-left: 24px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.card-box__list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 13px;
  background: url(../images/top/icon-check.svg) no-repeat center center/contain;
}

.card-box__note {
  margin-top: 10px;
  font-size: clamp(0.8125rem, 0.3987068966rem + 0.8620689655vw, 0.9375rem);
  color: #ed3194;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.t-reason-card.point6 {
  border: 2px solid #333;
}
.t-reason-card.point6 .card-box__title--highlight {
  background-color: #333;
  color: #fff;
}

.t-compare {
  padding-block: calc(var(--py) + var(--slant));
  padding-block: clamp(4.375rem, -5.9698275862rem + 21.5517241379vw, 7.5rem);
  color: #fff;
  position: relative;
  z-index: 0;
}

.t-compare__inner {
  max-width: 900px;
}

.t-compare .t-section-title--ja {
  display: block;
  color: #fff;
  letter-spacing: 0.01em;
  margin-bottom: clamp(0.5625rem, -0.0581896552rem + 1.2931034483vw, 0.75rem);
}

.t-compare__title-main {
  display: inline-block;
  font-size: clamp(1.625rem, -1.2715517241rem + 6.0344827586vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  background-color: #000;
  padding-block: clamp(0.375rem, -0.8663793103rem + 2.5862068966vw, 0.75rem);
  padding-inline: clamp(1.5rem, 1.0862068966rem + 0.8620689655vw, 1.625rem);
  max-width: 500px;
  width: 100%;
}

.price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
}

.size-num {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 0.4224137931rem + 1.724137931vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}

.size-text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 500;
  line-height: 1;
  display: block;
}

.size-text--middle {
  font-size: clamp(1rem, 0.5862068966rem + 0.8620689655vw, 1.125rem);
  padding-bottom: 2px;
}

.t-compare__th .size-num,
.t-compare__th .size-text {
  text-align: center;
}

.price-num {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.price-yen {
  font-size: clamp(1rem, 0.5862068966rem + 0.8620689655vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4;
}

/* 差額は数字を強調 */
.price--diff .price-num {
  font-size: 1.35em;
  font-weight: 700;
}

.t-compare__td--expensive .price--diff .price-num,
.t-compare__td--expensive .price--diff .price-label {
  font-weight: 500;
}

.t-compare .t-section-title {
  margin-bottom: clamp(2.5rem, 1.2586206897rem + 2.5862068966vw, 2.875rem);
}

.t-compare__scroll {
  padding-bottom: 80px;
  margin-right: -5%;
}
@media screen and (min-width: 800px) {
  .t-compare__scroll {
    padding-bottom: 0;
    margin-right: auto;
  }
}

.t-compare__scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2px;
}

.simplebar-content {
  margin-top: 32px;
}
@media screen and (min-width: 800px) {
  .simplebar-content {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .simplebar-track.simplebar-horizontal {
    display: none;
  }
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 12px !important;
  background-color: #333;
  border-radius: 24px;
  top: 0 !important;
  bottom: 0 !important;
}

.simplebar-track.simplebar-horizontal {
  height: 12px;
  background-color: #c9caca;
  border-radius: 22px;
}

.t-compare__table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 800px;
  border-collapse: collapse;
  background: #fafdff;
  margin-inline: auto;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 800px) {
  .t-compare__table {
    max-width: 902px;
  }
}

.t-compare__th {
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #d9d9d9;
  background: #f9fbff;
  color: #333;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  padding: 2px;
}
@media screen and (min-width: 800px) {
  .t-compare__th {
    width: 98px;
    height: 92px;
  }
}
.t-compare__th .size-num,
.t-compare__th .size-text {
  white-space: normal;
}

.t-compare__th:first-child {
  border-left: none;
}

.t-compare__th:last-child {
  border-right: none;
}

.t-compare__th--corner {
  background: #f9fbff;
  width: 160px;
  white-space: normal;
}
@media screen and (min-width: 800px) {
  .t-compare__th--corner {
    width: 216px;
  }
}

.t-compare__rowhead {
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #d9d9d9;
  background: #f9fbff;
  color: #333;
  vertical-align: middle;
  width: 160px;
  height: 80px;
}
@media screen and (min-width: 800px) {
  .t-compare__rowhead {
    width: 216px;
    height: 92px;
  }
}

.t-compare__rowhead--easy {
  background: #ed3194;
  color: #fff;
  border: 2px solid #fff400;
  font-weight: 700;
  font-size: clamp(1.1875rem, -0.2607758621rem + 3.0172413793vw, 1.625rem);
  line-height: 1.4;
}

.t-compare__rowhead--diff {
  background: #f6f6f6;
  width: 140px;
  height: 80px;
}
@media screen and (min-width: 800px) {
  .t-compare__rowhead--diff {
    width: 216px;
    height: 92px;
  }
}

.t-compare__td {
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #333;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
@media screen and (min-width: 800px) {
  .t-compare__td {
    width: 98px;
    height: 92px;
  }
}

.t-compare__td:first-child {
  border-left: none;
}

.t-compare__td:last-child {
  border-right: none;
}

.t-compare__td--easy {
  background: #ed3194;
  color: #fff;
  border: 2px solid #fff400;
}

.t-compare__td--diff {
  height: auto;
  vertical-align: middle;
}

.t-compare__td--cheaper {
  font-family: "Inter", sans-serif;
  background: #fff400;
  color: #ed3194;
  font-weight: 700;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 800px) {
  .t-compare__td--cheaper {
    width: 98px;
    height: 92px;
  }
}

.t-compare__td--expensive {
  background: #f6f6f6;
  color: #333;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 800px) {
  .t-compare__td--expensive {
    width: 98px;
    height: 92px;
  }
}

.t-compare__diffLabel {
  display: block;
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
}

.t-compare__td--expensive .price-num {
  font-size: clamp(1.125rem, 0.7112068966rem + 0.8620689655vw, 1.25rem);
  font-weight: 400;
}
.t-compare__td--expensive .t-compare__diffLabel {
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 400;
}

.t-compare__notes {
  margin-top: clamp(0.5rem, -1.1551724138rem + 3.4482758621vw, 1rem);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.375rem, -0.0387931034rem + 0.8620689655vw, 0.5rem);
}

.t-compare__note {
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.t-compare__attention {
  margin-top: 4px;
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .t-compare__attention {
    display: none;
  }
}

.t-compare-box {
  margin-top: clamp(3.5rem, 1.8448275862rem + 3.4482758621vw, 4rem);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 800px) {
  .t-compare-box {
    padding: 40px 32px;
  }
}

.t-compare-box__head {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.t-compare-box__icon {
  color: #ed3194;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  letter-spacing: 0;
  padding: 8px 10px;
  letter-spacing: 0;
}

.t-compare-box__title {
  color: #fff;
  text-align: center;
  font-size: clamp(1.125rem, -0.9439655172rem + 4.3103448276vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.t-compare-box__title-highlight {
  color: #fff400;
  font-weight: 700;
  display: block;
}

.t-compare-box__note {
  text-align: center;
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4;
}

.t-compare-box__label {
  color: #fff;
  text-align: center;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  border: 1px solid #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}
.t-compare-box__bottom {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.75rem, -0.0775862069rem + 1.724137931vw, 1rem);
}

.t-compare-box__text {
  font-size: clamp(0.9375rem, 0.5237068966rem + 0.8620689655vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*********************
/top page about section
*********************/
.t-about {
  padding-block: clamp(3.75rem, -16.9396551724rem + 43.1034482759vw, 10rem);
  color: #fff;
}

.t-about__title {
  background-color: #ed3194;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  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;
  padding: 8px 20px;
}
@media screen and (min-width: 800px) {
  .t-about__title {
    padding: 20px 24px;
  }
}

.t-about__title-large {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 0.7586206897rem + 2.5862068966vw, 2.375rem);
  font-weight: 700;
}

.t-about__title-small {
  display: block;
  font-size: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
  font-weight: 700;
}

.t-about__text {
  margin-top: clamp(2.5rem, -3.7068965517rem + 12.9310344828vw, 4.375rem);
  text-align: center;
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.t-about__text + .t-about__text {
  margin-top: clamp(0.75rem, -0.9051724138rem + 3.4482758621vw, 1.25rem);
}

/*********************
/top page price section
*********************/
.t-price {
  padding-block: clamp(2.5rem, -5.775862069rem + 17.2413793103vw, 5rem);
  margin-bottom: clamp(1.875rem, -8.4698275862rem + 21.5517241379vw, 5rem);
  background: #fff;
}

.t-price__inner {
  max-width: 1004px;
  margin-inline: auto;
}

.t-price .t-section-title {
  margin-bottom: clamp(2.5rem, -2.4655172414rem + 10.3448275862vw, 4rem);
}

.t-price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-price__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-price__section--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.t-price__section--picking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-price-icon {
  width: 49px;
  height: 49px;
  color: #ed3194;
  margin-inline: auto;
}

.t-price-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.t-price__section-title {
  font-size: clamp(1.125rem, -0.1163793103rem + 2.5862068966vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  padding: 12px;
  border-bottom: 2px solid #ed3194;
  text-align: left;
  margin-bottom: 20px;
}

.t-price__section-title--accordion {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.t-price__accordion-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ed3194;
  font-size: clamp(1.125rem, -0.1163793103rem + 2.5862068966vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: clamp(1.125rem, -0.1163793103rem + 2.5862068966vw, 1.5rem);
}
.t-price__accordion-button:hover {
  opacity: 0.8;
}

.t-price__accordion-icon {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 8px;
}

.t-price__accordion-button[aria-expanded=true] .t-price__accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.t-price__accordion-content {
  display: none;
  margin-top: 20px;
}
.t-price__accordion-content.is-open {
  display: block;
}

.t-price__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-inline: auto;
  width: 100%;
}
.t-price__scroll .t-price__table {
  min-width: 800px;
}

.t-price__tables-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .t-price__tables-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t-price__tables-wrapper .t-price__table {
  width: auto;
  min-width: auto;
  margin-inline: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.t-price__table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  background: #fafdff;
  margin-inline: auto;
}
@media screen and (min-width: 800px) {
  .t-price__table {
    min-width: auto;
    max-width: 1004px;
  }
}

.t-price__th {
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #d9d9d9;
  background: #f9fbff;
  color: #333;
  white-space: nowrap;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  padding: 2px;
}
@media screen and (max-width: 599px) {
  .t-price__th {
    width: 98px;
    height: 92px;
  }
}
.t-price__th .size-num,
.t-price__th .size-text {
  white-space: normal;
}

.t-price__th--corner {
  background: #f9fbff;
  white-space: normal;
  width: 140px;
}
@media screen and (min-width: 800px) {
  .t-price__th--corner {
    width: 220px;
  }
}

.t-price__td {
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #333;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
@media screen and (min-width: 800px) {
  .t-price__td {
    width: 98px;
    height: 92px;
  }
}

.t-price__td:first-child {
  border-left: none;
}

.t-price__td--label {
  background: #f9fbff;
  border-left: none;
  border-right: 1px solid #d9d9d9;
}

.t-price__rowhead {
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #d9d9d9;
  background: #f9fbff;
  color: #333;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  padding: 4px;
}

.t-price__rowhead--small {
  font-size: clamp(0.875rem, 0.2543103448rem + 1.2931034483vw, 1.0625rem);
}

.t-price__section--storage .t-price__th {
  width: 104px;
}

.t-price__section--storage .t-price__th--corner {
  width: 98px;
}
@media screen and (min-width: 800px) {
  .t-price__section--storage .t-price__th--corner {
    width: 220px;
  }
}

.t-price__section--storage .t-price__th--dimension {
  width: 168px;
}

.t-price__notes {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-price__note {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #666666;
  text-align: left;
}

.t-price__notes .t-price__note {
  margin-top: 0;
}

.t-price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #d9d9d9;
}

.t-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.t-price__item-header {
  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;
  border: 1px solid #d9d9d9;
}
@media screen and (min-width: 800px) {
  .t-price__item-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.t-price__section--option .t-price__item-header {
  border-bottom: none;
}

.t-price__item-title {
  width: 100%;
  padding-block: 12px;
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background: #f9fbff;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 800px) {
  .t-price__item-title {
    pdding-block: 0;
    width: 220px;
    height: auto;
    min-height: 92px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
}

.t-price__item-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background: #fff;
  color: #333;
  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;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 800px) {
  .t-price__item-price {
    padding: 8px;
  }
}

.t-price__item-price--text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

.t-price__item-price.t-price__item-price--table {
  padding-block: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 800px) {
  .t-price__item-price.t-price__item-price--table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.t-price__item-note {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #666666;
}

.t-price__sub-table {
  width: 252px;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
}

.t-price__sub-th {
  padding: 2px 10px;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  background: #f9fbff;
  color: #333;
  border: 1px solid #d9d9d9;
  font-family: "Inter", sans-serif;
}

.t-price__sub-th:first-child {
  width: 132px;
  border-right: 1px solid #d9d9d9;
}

.t-price__sub-th:last-child {
  text-align: right;
}

.t-price__sub-td {
  padding: 2px 10px;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  font-family: "Inter", sans-serif;
}

.t-price__sub-table--bg .t-price__sub-td {
  background: #f9fbff;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
}
.t-price__sub-table--bg .t-price__sub-td:first-child {
  text-align: left;
}

.t-price__sub-td:first-child {
  text-align: left;
  border-right: 1px solid #d9d9d9;
}

.t-price__sub-td:last-child {
  text-align: right;
}

.t-price__system-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-price__system-_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.t-price__system__image img {
  width: 200px;
}

/* ============================
  梱包用資材料金（packprice）
============================ */
.t-packprice__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 3px solid #ed3194;
}

/* 横スクロール */
.t-packprice__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 14px;
}

/* テーブル群 */
.t-packprice__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  min-width: 720px;
}

/* テーブル共通 */
.t-packprice__table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  table-layout: fixed;
}

/* th / td 共通 */
.t-packprice__th,
.t-packprice__td {
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  line-height: 1.35;
}

.t-packprice__rowhead {
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.35;
  width: 110px !important;
}
@media screen and (min-width: 800px) {
  .t-packprice__rowhead {
    width: 220px !important;
  }
}

/* ヘッダー */
.t-packprice__th {
  background: #f9fbff;
  font-size: clamp(0.9375rem, -0.0969827586rem + 2.1551724138vw, 1.25rem);
  font-weight: 600;
  height: 92px;
}
.t-packprice__th .size-num {
  font-size: 20px;
}

/* 左端（資材区分） */
.t-packprice__th--rowhead {
  width: 110px !important;
  white-space: nowrap;
  font-size: clamp(1rem, 0.1724137931rem + 1.724137931vw, 1.25rem);
}
@media screen and (min-width: 800px) {
  .t-packprice__th--rowhead {
    width: 220px !important;
  }
}

.t-packprice__th--small {
  font-size: clamp(0.875rem, 0.2543103448rem + 1.2931034483vw, 1.0625rem);
}

.t-packprice__rowhead-sub {
  font-size: clamp(0.875rem, 0.6681034483rem + 0.4310344828vw, 0.9375rem);
}

/* 金額セル */
.t-packprice__td {
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  width: 112px;
  height: 92px;
}

/* サイズ補足 */
.t-packprice__sub {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 1.2;
}

/* 注釈 */
.t-packprice__note {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #666666;
}

.t-packprice__wide {
  width: calc(100% - 110px);
}
@media screen and (min-width: 800px) {
  .t-packprice__wide {
    width: calc(100% - 220px);
  }
}

/*********************
/top page strength section
*********************/
.t-strength {
  padding-bottom: clamp(3.75rem, -8.6637931034rem + 25.8620689655vw, 7.5rem);
}

.t-strength__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 0.3448275862rem + 3.4482758621vw, 2.5rem);
}

.t-strength__card-bg {
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 800px) {
  .t-strength__card-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: 0;
  }
}

.t-strength__card-bg--right::after {
  right: calc(100% - 100vw);
}

.t-strength__card-bg--left::after {
  left: calc(100% - 100vw);
}

.t-strength__card-bg > .t-strength__card {
  position: relative;
  z-index: 1;
}

.t-strength__card {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1070px;
  margin-inline: auto;
  padding-block: 0;
}
@media screen and (min-width: 800px) {
  .t-strength__card {
    grid-template-columns: 6fr 5fr;
    gap: 6%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 6%;
    padding-block: clamp(1.5rem, -1.8103448276rem + 6.8965517241vw, 2.5rem);
  }
}

@media screen and (min-width: 800px) {
  .t-strength__card--reverse {
    grid-template-columns: 5fr 6fr;
  }
  .t-strength__card--reverse .t-strength__description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .t-strength__card--reverse .t-strength__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.t-strength__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 24px 40px 24px;
  gap: clamp(0.75rem, -0.9051724138rem + 3.4482758621vw, 1.25rem);
  position: relative;
}
@media screen and (min-width: 800px) {
  .t-strength__description {
    padding: 0;
  }
}

.t-strength__description::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .t-strength__description::after {
    content: none;
    position: static;
  }
}

.t-strength__card-bg--right .t-strength__description::after {
  right: calc(100% - 100vw);
}

.t-strength__card-bg--left .t-strength__description::after {
  left: calc(100% - 100vw);
}

.t-strength__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.t-strength__num {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.75rem, -0.9051724138rem + 3.4482758621vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #ed3194;
}

.t-strength__title {
  font-size: clamp(1.375rem, -0.6939655172rem + 4.3103448276vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}

.t-strength__text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.05em;
}

.t-strength__image {
  margin-top: -16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .t-strength__image {
    margin-top: 0;
    margin-left: 0;
  }
}

.t-strength__card-bg--right .t-strength__image {
  padding-left: 24px;
}
@media screen and (min-width: 800px) {
  .t-strength__card-bg--right .t-strength__image {
    padding-left: 0;
  }
}

.t-strength__card-bg--left .t-strength__image {
  padding-right: 24px;
}
@media screen and (min-width: 800px) {
  .t-strength__card-bg--left .t-strength__image {
    padding-right: 0;
  }
}

/*********************
/top page flow section
*********************/
.t-flow {
  padding-block: clamp(3.75rem, -0.3879310345rem + 8.6206896552vw, 5rem);
  background: #fff;
}

.t-flow__inner {
  max-width: 832px;
}

.t-flow .t-section-title {
  margin-bottom: clamp(2rem, 0.3448275862rem + 3.4482758621vw, 2.5rem);
}

.t-flow__intro {
  margin-bottom: clamp(4rem, 2.3448275862rem + 3.4482758621vw, 4.5rem);
  text-align: center;
}

.t-flow__intro-text {
  font-size: clamp(0.9375rem, -0.0969827586rem + 2.1551724138vw, 1.25rem);
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .t-flow__intro-text {
    text-align: center;
  }
}

.t-flow__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 800px) {
  .t-flow__lists {
    gap: 16px;
    max-width: 100%;
  }
}

.t-flow__item {
  position: relative;
  width: 100%;
}

.t-flow__item--other {
  margin-top: clamp(2.5rem, -2.4655172414rem + 10.3448275862vw, 4rem);
}

.t-flow__card {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, -2.3965517241rem + 6.0344827586vw, 1.375rem);
  padding-inline: 0;
  padding-block: clamp(1.5rem, -0.1551724138rem + 3.4482758621vw, 2rem) clamp(1.25rem, 0.4224137931rem + 1.724137931vw, 1.5rem);
  border-top: 1px solid #333;
  position: relative;
}
@media screen and (min-width: 800px) {
  .t-flow__card {
    padding-inline: clamp(0.75rem, -0.0775862069rem + 1.724137931vw, 1rem);
    grid-template-columns: 2fr 8fr;
  }
}

.t-flow__item:last-child .t-flow__card {
  border-bottom: 1px solid #333;
}

.t-flow__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  height: 130px;
  margin-inline: auto;
}
@media screen and (min-width: 800px) {
  .t-flow__image {
    margin-inline: 0;
  }
}

.t-flow__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.625rem, -0.2025862069rem + 1.724137931vw, 0.875rem);
}

.t-flow__title {
  font-size: clamp(1.3125rem, 0.6918103448rem + 1.2931034483vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .t-flow__title {
    letter-spacing: 0.1em;
    text-align: left;
  }
}

.t-flow__text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.t-flow__step {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  place-items: center;
  padding: 0 clamp(0.625rem, -0.6163793103rem + 2.5862068966vw, 1rem);
  height: 28px;
  background: #333;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.75rem, 0.3362068966rem + 0.8620689655vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .t-flow__step {
    top: -16px;
    height: 34px;
  }
}

.t-flow__item--other .t-flow__step {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}

/*********************
/top page step section
*********************/
.t-step {
  padding-block: clamp(5rem, -7.4137931034rem + 25.8620689655vw, 8.75rem);
}

.t-step__inner {
  max-width: 1100px;
}

.t-step .t-section-title {
  margin-bottom: clamp(2rem, 0.3448275862rem + 3.4482758621vw, 2.5rem);
}

.t-step__lead {
  font-size: clamp(1.25rem, -1.2327586207rem + 5.1724137931vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: clamp(2.5rem, -2.4655172414rem + 10.3448275862vw, 4rem);
}

.t-step__lists {
  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: 36px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .t-step__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    max-width: 1200px;
  }
}

.t-step__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .t-step__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-right: 21px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.t-step__item:last-child {
  padding-right: 0;
}

.t-step__card {
  height: 100%;
  background: #fff;
  border: 2px solid #ed3194;
  padding: 16px;
  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: clamp(0.75rem, -0.9051724138rem + 3.4482758621vw, 1.25rem);
  position: relative;
}
@media screen and (min-width: 1000px) {
  .t-step__card {
    padding: 30px 16px 24px;
  }
}

.t-step__num {
  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;
  padding: 4px 12px;
  background: #ed3194;
  color: #fff;
  border-radius: 40px;
  font-size: clamp(0.6875rem, 0.2737068966rem + 0.8620689655vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.t-step__description {
  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: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.t-step__title {
  font-size: clamp(1.3125rem, 1.1056034483rem + 0.4310344828vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .t-step__title {
    min-height: 2.8em;
    font-size: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .t-step__title {
    font-size: 23px;
  }
}

.hide-under-600 {
  display: none;
}
@media (max-width: 599px) {
  .hide-under-600 {
    display: inline;
  }
}

.t-step__text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  line-height: 1.7;
  text-align: left;
}

.t-step__arrow {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1000px) {
  .t-step__arrow {
    top: 50%;
    bottom: auto;
    right: 1px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.t-step__arrow svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1000px) {
  .t-step__arrow svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*********************
font
*********************/
.bold {
  font-weight: 700;
}

.pink {
  color: #ed3194;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*********************
下層　共通
*********************/
.page__fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0; /* 初期状態 */
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 0;
  pointer-events: none;
}

.page-head__title {
  font-size: clamp(2rem, 0.3448275862rem + 3.4482758621vw, 2.5rem);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.page-head__text {
  margin-top: clamp(2rem, -9.5862068966rem + 24.1379310345vw, 5.5rem);
  font-size: clamp(0.8125rem, 0.1918103448rem + 1.2931034483vw, 1rem);
  color: #fff;
  line-height: 1.75;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/*********************
ぱんくず
*********************/
.breadcrumb {
  margin-top: clamp(0.75rem, -0.0775862069rem + 1.724137931vw, 1rem);
  padding-bottom: clamp(3rem, -7.7586206897rem + 22.4137931034vw, 6.25rem);
}

.breadcrumb__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb__list {
  font-size: clamp(0.625rem, 0.0043103448rem + 1.2931034483vw, 0.8125rem);
  font-size: clamp(0.625rem, 0.2112068966rem + 0.8620689655vw, 0.75rem);
}

.breadcrumb__list + .breadcrumb__list::before {
  content: " >";
  margin: 0 10px;
}

.breadcrumb__link {
  display: inline-block;
  font-size: clamp(0.625rem, 0.2112068966rem + 0.8620689655vw, 0.75rem);
}

/*********************
form共通
*********************/
.base-form__inner {
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .base-form__inner {
    max-width: 800px;
  }
}

.base-form__box {
  width: 100%;
  margin-inline: auto;
  padding-bottom: 50px;
}

.base-form {
  margin-top: clamp(2.5rem, 0.8448275862rem + 3.4482758621vw, 3rem);
}

.base-form-confirmation {
  background: rgba(237, 49, 148, 0.1);
  padding-bottom: clamp(1.875rem, -22.9525862069rem + 51.724137931vw, 9.375rem);
}

input[type=email],
input[type=text],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
select,
textarea {
  margin-top: 0;
  padding: 11px 6px 10px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 100%;
  border-radius: 0;
  height: 60px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  border-radius: 6px;
}
input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  display: block;
  color: #cccccc;
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: clamp(0.04375rem, 0.0334051724rem + 0.0215517241vw, 0.046875rem);
  padding: 12px 13px 16px;
}
input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  display: block;
  color: #cccccc;
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: clamp(0.04375rem, 0.0334051724rem + 0.0215517241vw, 0.046875rem);
  padding: 12px 13px 16px;
}
input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  display: block;
  color: #cccccc;
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: clamp(0.04375rem, 0.0334051724rem + 0.0215517241vw, 0.046875rem);
  padding: 12px 13px 16px;
}
input[type=email]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  display: block;
  color: #cccccc;
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: clamp(0.04375rem, 0.0334051724rem + 0.0215517241vw, 0.046875rem);
  padding: 12px 13px 16px;
}
input[type=email]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=file]::placeholder,
select::placeholder,
textarea::placeholder {
  display: block;
  color: #cccccc;
  font-size: clamp(0.9375rem, 0.7306034483rem + 0.4310344828vw, 1rem);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: clamp(0.04375rem, 0.0334051724rem + 0.0215517241vw, 0.046875rem);
  padding: 12px 13px 16px;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #ed3194; /* 枠線の色を変える */
}
@media screen and (min-width: 800px) {
  input[type=email],
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=file],
  select,
  textarea {
    padding: 11px 22px 10px;
  }
}

input[type=number] {
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  width: calc(4em + 2rem);
}

.wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.75px;
  position: relative;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border: 1.5px solid #333;
  left: 0;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.wpcf7-list-item-label::after {
  width: 10px;
  height: 10px;
  background: #ed3194;
  left: 5px;
  opacity: 0;
}

input[type=submit] {
  display: inline-block;
  border: none;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 280px;
  height: 50px;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
}
@media screen and (min-width: 800px) {
  input[type=submit] {
    width: 310px;
  }
  input[type=submit]:hover {
    background-color: #ed3194;
    color: #fff;
  }
}

input[type=submit].enabled {
  background-color: #ed3194;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

.confirm-button__wrapper {
  text-align: center;
  margin-top: clamp(2.5rem, -1.6379310345rem + 8.6206896552vw, 3.75rem);
}

.confirm_button {
  margin-inline: auto;
  display: inline-block;
  position: relative;
  background: #fff;
  border: none;
  width: 280px;
  height: 50px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 800px) {
  .confirm_button {
    width: 310px;
  }
  .confirm_button:hover {
    background-color: #ed3194;
    color: #fff;
  }
}

.back-button__wrapper {
  margin-top: clamp(2.5rem, -1.6379310345rem + 8.6206896552vw, 3.75rem);
  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: 16px;
  text-align: center;
}

.back_button {
  margin-inline: auto;
  position: relative;
  border: none;
  width: 280px;
  height: 50px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  background: #ccc;
}
@media screen and (min-width: 800px) {
  .back_button {
    width: 310px;
  }
}

.button-white {
  background-color: #fff;
  color: #333;
  margin-inline: auto;
  text-align: center;
  border: 1px solid #ed3194;
}
@media screen and (min-width: 800px) {
  .button-white {
    background-color: #fff;
    color: #333;
    border: 1px solid #ed3194;
  }
  .button-white:hover {
    background-color: #ed3194;
    color: #fff;
  }
}

.acceptance-button {
  position: relative;
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
}

.acceptance-button__text {
  padding-left: 4px;
}

.base-form__intro-text {
  margin-block: clamp(1.5rem, -0.1551724138rem + 3.4482758621vw, 2rem);
  text-align: center;
}

.base-form__button-wrapper {
  margin-top: clamp(2.5rem, -1.6379310345rem + 8.6206896552vw, 3.75rem);
}

.base-form__item {
  margin-bottom: 28px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.base-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 800px) {
  .base-form__head {
    width: 160px;
  }
}

.base-form__field-name {
  font-size: clamp(0.875rem, 0.6681034483rem + 0.4310344828vw, 0.9375rem);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.75px;
}

.base-form__label {
  font-size: clamp(0.75rem, 0.5431034483rem + 0.4310344828vw, 0.8125rem);
  color: #fff;
  text-align: center;
  background: #df3f59;
  padding: 0 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.75px;
}

.base-form__detail {
  width: 100%;
  border-radius: 8px;
}

.label-gray {
  background: #848484;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label a {
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7-list-item-label a:hover {
  opacity: 0.7;
}

.acceptance-wrap__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-contact-thankyou__content {
  margin-top: clamp(2.375rem, 0.3060344828rem + 4.3103448276vw, 3rem);
}
.p-contact-thankyou__content p {
  color: #333;
  margin-top: clamp(1rem, 3.8965517241rem - 6.0344827586vw, 0.125rem);
  line-height: 24px;
}

.p-contact-thanks__link {
  text-decoration-line: underline;
  color: #0078dc;
}

/* プライバシーポリシーのチェックボックス */
input[type=checkbox][name=acceptance-privacy] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
input[type=checkbox][name=acceptance-privacy]:checked + .wpcf7-list-item-label::before {
  background: #fff;
}
input[type=checkbox][name=acceptance-privacy]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.acceptance-wrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .acceptance-wrap {
    margin-top: 83px;
  }
}

.wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  color: #333;
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  background: #fff;
  top: 13px;
  border: 1px solid #1c1c1c;
  border-radius: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  width: 14px;
  height: 7px;
  background: url(../images/common/icon-check.svg) no-repeat center center/contain;
  top: 14px;
  left: 2px;
  opacity: 0;
}
@media screen and (min-width: 800px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 15px;
  }
  .wpcf7-acceptance .wpcf7-list-item-label::after {
    width: 14px;
    height: 15px;
    top: 16px;
    left: 3px;
  }
}

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

.wpcf7-form-control.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/common/icon-arrow-gray.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
}

.wpcf7-form-control.wpcf7-select option {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: clamp(0.04375rem, 0.0334051724rem + 0.0215517241vw, 0.046875rem);
}

.wpcf7-textarea {
  height: 280px;
  resize: vertical;
  padding: 12px 13px 16px;
  font-weight: 400;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: clamp(0.875rem, 0.6681034483rem + 0.4310344828vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: clamp(0.04375rem, 0.0334051724rem + 0.0215517241vw, 0.046875rem);
  white-space: nowrap;
}

.grecaptcha-policy {
  margin-top: 16px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*********************
radio button
*********************/
.contact-radio-button label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

/* ここが肝：inputを左に配置して当たり判定を作る */
.contact-radio-button input {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0; /* 見えないだけ。クリックは生きる */
  z-index: 2; /* 疑似要素より上 */
}

.contact-radio-button .wpcf7-list-item-label {
  padding-left: 32px;
  position: relative;
  display: inline-block;
}

/* 外枠 */
.contact-radio-button input + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e2e2e2;
}

/* 中の赤丸 */
.contact-radio-button input + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #cc0c1c;
  opacity: 0;
}

.contact-radio-button input:checked + .wpcf7-list-item-label::after {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #cc0c1c;
  opacity: 1;
  background-color: #fff;
}

/*********************
form共通をアレンジ
*********************/
.base-form.contact .base-form__head {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .base-form.contact .base-form__head {
    width: 210px;
  }
}

input[type=submit].base-form__submit {
  margin-bottom: 48px;
  display: inline-block;
  padding: 16px 42px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.05em;
}

/*********************
p-contact-confirmation/thanks  p-recruit-confirmation/thanks
*********************/
/*確認画面と完了画面を非表示*/
.confirm_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.confirm__title {
  font-size: clamp(1.5rem, -0.1551724138rem + 3.4482758621vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ed3194;
  text-align: center;
}

.confirm__text {
  margin-bottom: clamp(1.5rem, -1.8103448276rem + 6.8965517241vw, 2.5rem);
}

.back_button {
  display: block;
  border-radius: 50px;
}

.thanks_area {
  padding-top: clamp(4rem, -11.724137931rem + 32.7586206897vw, 8.75rem);
}

/*********************
p-contact
*********************/
.p-contact__content {
  padding-top: clamp(4rem, -11.724137931rem + 32.7586206897vw, 8.75rem);
  padding-bottom: clamp(4rem, -11.724137931rem + 32.7586206897vw, 8.75rem);
}
.p-contact__content input[type=email],
.p-contact__content input[type=text],
.p-contact__content input[type=tel],
.p-contact__content input[type=url],
.p-contact__content input[type=number],
.p-contact__content input[type=date],
.p-contact__content select,
.p-contact__content textarea {
  border: none;
  background: #f2f2f2;
}
.p-contact__content input[type=email]:focus,
.p-contact__content input[type=text]:focus,
.p-contact__content input[type=tel]:focus,
.p-contact__content input[type=url]:focus,
.p-contact__content input[type=number]:focus,
.p-contact__content input[type=date]:focus,
.p-contact__content select:focus,
.p-contact__content textarea:focus {
  outline: none;
  border: 1px solid #ed3194; /* 枠線の色を変える */
}

.p-contact__wrapper {
  padding-top: clamp(2.5rem, -5.775862069rem + 17.2413793103vw, 5rem);
  padding-bottom: clamp(2.5rem, -5.775862069rem + 17.2413793103vw, 5rem);
}

.form-bottom {
  margin-top: clamp(1.5rem, -1.8103448276rem + 6.8965517241vw, 2.5rem);
  text-align: center;
}

.form-bottom__text {
  font-size: clamp(0.75rem, 0.3362068966rem + 0.8620689655vw, 0.875rem);
  color: #333;
  line-height: 1.7;
}

/*********************
/top page option section
*********************/
.t-option {
  padding-top: clamp(3.75rem, -0.3879310345rem + 8.6206896552vw, 5rem);
  padding-bottom: clamp(2.5rem, -5.775862069rem + 17.2413793103vw, 5rem);
  background: #fff;
}

.t-option .t-section-title {
  margin-bottom: clamp(2.5rem, -1.6379310345rem + 8.6206896552vw, 3.75rem);
}

.t-option__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 800px) {
  .t-option__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 80px;
    max-width: 1179px;
  }
}

.t-option__card {
  position: relative;
  border: 2px solid #ed3194;
  background: #fff;
  padding: 40px 24px 24px;
}
@media screen and (min-width: 800px) {
  .t-option__card {
    padding: 54px 24px 40px;
  }
}

.t-option__num {
  position: absolute;
  top: -22px;
  left: 22px;
  width: 60px;
  height: 40px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: rgba(237, 49, 148, 0.2);
  line-height: 1;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 800px) {
  .t-option__num {
    top: -40px;
    width: 108px;
    height: 80px;
    font-size: 80px;
    line-height: 1;
  }
}

.t-option__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: 20px;
}

.t-option__title {
  font-size: clamp(1.375rem, 0.5474137931rem + 1.724137931vw, 1.625rem);
  font-weight: 700;
  color: #fff;
  background: #ed3194;
  padding: 4px 10px;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}

.t-option__text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  color: #333;
  line-height: 1.7;
}

.t-option__image {
  width: 70%;
  margin-inline: auto;
  margin-top: 16px;
}
.t-option__image img {
  width: 100%;
  height: auto;
  display: block;
}

.t-option__image-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-option__logo {
  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: 26px;
}

.t-option__logo img {
  height: 22px;
  width: auto;
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 800px) {
  .t-option__image-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px 8px;
  }
  .t-option__logo {
    height: 42px;
  }
  .t-option__logo img {
    height: 36px;
  }
}
/*********************
/top page company section
*********************/
.t-company {
  padding-top: clamp(5rem, -7.4137931034rem + 25.8620689655vw, 8.75rem);
  padding-bottom: clamp(3.75rem, -2.0431034483rem + 12.0689655172vw, 5.5rem);
}

.t-company__inner {
  max-width: 800px;
}

.t-company .t-section-title {
  margin-bottom: clamp(2.5rem, -2.4655172414rem + 10.3448275862vw, 4rem);
}

.t-company__content {
  max-width: 900px;
  margin-inline: auto;
}

.t-company__lists {
  border-top: 1px solid #e0e0e0;
}

.t-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 800px) {
  .t-company__list {
    padding: 30px 24px;
  }
}

.t-company__list dt {
  width: 80px;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 800px) {
  .t-company__list dt {
    width: 250px;
  }
}
@media screen and (max-width: 370px) {
  .t-company__list dt {
    width: 70px;
  }
}

.t-company__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: clamp(0.875rem, 0.6681034483rem + 0.4310344828vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  margin: 0;
}

.t-company__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-top: 2px;
}

.t-company__link-text {
  font-size: clamp(0.8125rem, 0.6056034483rem + 0.4310344828vw, 0.875rem);
  font-weight: 400;
  line-height: 1.3;
  color: #ed3194;
  text-decoration: none;
}
.t-company__link-text:hover {
  text-decoration: underline;
}

.t-company__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
  color: #ed3194;
}

.t-company__business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.t-company__business-list li {
  font-size: clamp(0.875rem, 0.6681034483rem + 0.4310344828vw, 0.9375rem);
  line-height: 1.3;
  position: relative;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}

.t-company__business-list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

/*********************
下層共通
*********************/
.page-head {
  min-height: 220px;
  background-image: url("../images/common/page-head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 800px) {
  .page-head {
    min-height: 350px;
  }
}

.page-head__inner {
  position: relative;
  min-height: 220px;
}
@media screen and (min-width: 800px) {
  .page-head__inner {
    min-height: 350px;
  }
}

.page-title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .page-title {
    top: 50%;
  }
}

.page-title__en {
  margin-top: 11px;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, -1.4310344828rem + 8.1896551724vw, 3.6875rem);
  font-weight: 700;
  line-height: 1;
}

.page-title__ja {
  font-size: clamp(0.75rem, 0.3362068966rem + 0.8620689655vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #ed3194;
}

/*********************
/Privacy Policy Page
*********************/
.p-privacy__content {
  padding: clamp(2.5rem, -5.775862069rem + 17.2413793103vw, 5rem) 20px;
}
@media screen and (min-width: 800px) {
  .p-privacy__content {
    padding: clamp(3.75rem, -8.6637931034rem + 25.8620689655vw, 7.5rem) 60px;
  }
}

.p-privacy__intro {
  margin-bottom: clamp(2.5rem, 0.8448275862rem + 3.4482758621vw, 3rem);
}

.p-privacy__intro-text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.p-privacy__section {
  margin-bottom: clamp(3rem, 0.5172413793rem + 5.1724137931vw, 3.75rem);
}

.p-privacy__section-headline {
  border-left: 5px solid #ed3194;
  padding-left: 8px;
  margin-bottom: clamp(1.5rem, -0.1551724138rem + 3.4482758621vw, 2rem);
}

.p-privacy__section-title {
  font-size: clamp(1.125rem, 0.7112068966rem + 0.8620689655vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
  padding-bottom: 8px;
  padding-left: 6px;
}

.p-privacy__section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, -1.3103448276rem + 6.8965517241vw, 3rem);
}

.p-privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 0.4224137931rem + 1.724137931vw, 1.5rem);
}

.p-privacy__list-headline {
  border-bottom: 1px solid #ed3194;
  padding-bottom: 8px;
}

.p-privacy__list-title {
  font-size: clamp(1rem, 0.5862068966rem + 0.8620689655vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.p-privacy__list-text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.p-privacy__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-privacy__table {
  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;
}

.p-privacy__table-header {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
}

.p-privacy__table-content {
  margin-top: 0;
}

.p-privacy__table-text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.p-privacy__table-list {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding-left: 1.5em;
  list-style: decimal;
  list-style-position: outside;
}
.p-privacy__table-list li {
  margin-bottom: 0;
  padding-left: 0.5em;
  display: list-item;
}
.p-privacy__table-list li:not(:last-child) {
  margin-bottom: 0.01em;
}

.p-privacy__footer {
  margin-top: clamp(1.5rem, -0.1551724138rem + 3.4482758621vw, 2rem);
}

.p-privacy__footer-text {
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
}

/*********************
p-404
*********************/
.p-404__title {
  font-size: clamp(1rem, -0.6551724138rem + 3.4482758621vw, 1.5rem);
  font-weight: 700;
  color: #ed3194;
}

.base-form__button-wrapper {
  margin-top: clamp(2rem, 0.3448275862rem + 3.4482758621vw, 2.5rem);
  margin-bottom: clamp(2.5rem, -5.775862069rem + 17.2413793103vw, 5rem);
}

.button-main {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 10px 20px;
  font-size: clamp(0.875rem, 0.4612068966rem + 0.8620689655vw, 1rem);
  display: inline-block;
  width: 240px;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.button-main:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}