@charset "UTF-8";
/*--------------------------
文字に対して、一括でfont-size、line-height、letter-spacing、font-weightを指定する
---------------------------*/
/*--------------------------------
    remの換算
--------------------------------*/
/*--------------------------------
    vwにする
--------------------------------*/
/*--------------------------------
    親要素に対する割合
--------------------------------*/
/*--------------------------------
    親要素に対する割合
--------------------------------*/
/*--------------------------------
背景のグラデーション
--------------------------------*/
/*--------------------------------
一次関数
画面幅 1440pxの時は、120pxで、そこからどんどん小さくなり、1000pxの時に20pxになるという実装の際に使える関数。
--------------------------------*/
/*--------------------------------
擬似要素の背景
--------------------------------*/
/*--------------------------------
三角形
--------------------------------*/
/*--------------------------------
リキッドの設定
--------------------------------*/
html {
  font-size: 16px;
}
@media (max-width: 1103px) {
  html {
    font-size: 1.4505893019vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/*--------------------------
  フォント読み込み
---------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1153px;
}
@media (max-width: 767.98px) {
  .inner {
    max-width: 500px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .hide-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

/* FV (TOPページはtop.scss) */
.fv {
  padding: 10rem 0 16.125rem;
}
@media (max-width: 767.98px) {
  .fv {
    padding: 2.8125rem 0 20.625rem;
  }
}

.fv__inner {
  position: relative;
  max-width: 1150px;
}
.fv__inner::after {
  position: absolute;
  content: "";
  background: url(/img/common/fv-deco.svg) no-repeat center/contain;
  width: 23.75rem;
  height: 16.875rem;
  z-index: 5;
  right: -12.7%;
  bottom: -140px;
}
@media (max-width: 1439.98px) {
  .fv__inner::after {
    right: clamp(-130px, -130 * (100vw - 1200px) / 235 + 0px, 0px);
  }
}
@media (max-width: 767.98px) {
  .fv__inner::after {
    width: 15.625rem;
  }
}
@media (max-width: 599.98px) {
  .fv__inner::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .fv__inner {
    max-width: 600px;
  }
}

.fv__art {
  position: absolute;
  bottom: 0;
  top: var(--art-top);
  right: var(--art-right);
  width: var(--art-w);
  aspect-ratio: var(--art-ar);
  z-index: 10;
}
@media (max-width: 1439.98px) {
  .fv__art {
    right: clamp(-130px, -130 * (100vw - 1200px) / 235 + 0px, 0px);
  }
}
@media (max-width: 767.98px) {
  .fv__art {
    top: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(88vw, 450px);
  }
}

.fv__art-inner {
  display: block;
}

/* 各セクションタイトル */
.section__title {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 6.25rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .section__title {
    font-size: 3.75rem;
  }
}

.section__subtitle {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section__subtitle {
    font-size: 1.25rem;
  }
}

/* アニメーション */
html.has-anim .js-sub-fv .fv__title-en,
html.has-anim .js-sub-fv .fv__title-ja,
html.has-anim .js-sub-fv .fv__art-inner,
html.has-anim .section__subtitle,
html.has-anim .section__title {
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  will-change: opacity, transform;
}

.fv__title-en.is-show,
.section__subtitle.is-show {
  -webkit-animation: fadeUp 0.45s ease-out both;
          animation: fadeUp 0.45s ease-out both;
}

.fv__title-ja.is-show,
.section__title.is-show {
  -webkit-animation: slideInLeft 0.9s cubic-bezier(0.2, 0.7, 0.1, 1) both;
          animation: slideInLeft 0.9s cubic-bezier(0.2, 0.7, 0.1, 1) both;
}

.fv__art-inner.is-show {
  -webkit-animation: fadeUp 0.6s ease-out both;
          animation: fadeUp 0.6s ease-out both;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.has-anim .section__subtitle,
  html.has-anim .section__title,
  html.has-anim .js-sub-fv .fv__title-en,
  html.has-anim .js-sub-fv .fv__title-ja,
  html.has-anim .js-sub-fv .fv__art-inner {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
/* fvタイトル */
.fv__title-en {
  color: #1e522f;
  mix-blend-mode: color-burn;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .fv__title-en {
    font-size: 1.75rem;
  }
}

.fv__title-ja {
  font-size: 3rem;
  line-height: 1.5979166667;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .fv__title-ja {
    font-size: 2rem;
  }
}

/* 黒ボタン */
.cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  background: #000;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.2, 0.6, 0.2, 1), -webkit-box-shadow 0.18s ease, -webkit-filter 0.18s ease;
  transition: -webkit-transform 0.18s cubic-bezier(0.2, 0.6, 0.2, 1), -webkit-box-shadow 0.18s ease, -webkit-filter 0.18s ease;
  transition: transform 0.18s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.18s ease, filter 0.18s ease;
  transition: transform 0.18s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.18s ease, filter 0.18s ease, -webkit-transform 0.18s cubic-bezier(0.2, 0.6, 0.2, 1), -webkit-box-shadow 0.18s ease, -webkit-filter 0.18s ease;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .cta-btn {
    font-size: 0.875rem;
  }
}
.cta-btn::after {
  content: "";
  background: url(/img/top/fsw-cta-arrow.svg) no-repeat center/contain;
  width: 0.5rem;
  height: 0.9375rem;
  margin-left: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: transform 0.18s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: transform 0.18s cubic-bezier(0.2, 0.7, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.2, 0.7, 0.1, 1);
}
@media (max-width: 767.98px) {
  .cta-btn::after {
    margin-left: 1.25rem;
  }
}
@media (hover: hover) {
  .cta-btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    -webkit-filter: saturate(1.05);
            filter: saturate(1.05);
  }
  .cta-btn:hover::after {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .cta-btn:active {
    -webkit-transform: translateY(1);
            transform: translateY(1);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
  }
  .cta-btn:active::after {
    -webkit-transform: none;
            transform: none;
  }
}

.sub-content-wrap {
  overflow-x: clip;
}

.masthead {
  position: relative;
  overflow-x: clip;
}
.masthead:before {
  content: "";
  position: absolute;
  inset: clamp(-180px, 180 * (100vw - 2600px) / -1160 - 180px, 0px) 0 auto 0;
  z-index: 0;
  aspect-ratio: 1439/463;
  background: url("/img/common/header-bg-top.png") no-repeat center/cover;
}

.sub-content-wrap .masthead:before {
  background: url("/img/common/header-bg.png") no-repeat center/cover;
  aspect-ratio: 1440/412;
  inset: clamp(-200px, 200 * (100vw - 2600px) / -1160 - 200px, 0px) 0 auto 0;
}
@media (max-width: 599.98px) {
  .sub-content-wrap .masthead:before {
    aspect-ratio: 375/180;
  }
}
.sub-content-wrap .masthead:after {
  content: "";
  position: absolute;
  background: url(/img/common/fv-bg-tile.jpg) no-repeat center/cover;
  inset: 0;
  z-index: -1;
}

.site-header {
  position: relative;
  padding: 1.6875rem 0.9375rem 0 1.5rem;
}
@media (max-width: 767.98px) {
  .site-header {
    padding: 0.9375rem 0.5rem 0 0.5rem;
  }
}

.site-header__inner {
  max-width: 2300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 3.40625rem;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  gap: 1rem;
  height: 4.3125rem;
  position: relative;
  overflow: visible;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .site-header__inner {
    height: 2.8125rem;
  }
}

.site-header__logo {
  padding-left: 4.5625rem;
}
@media (max-width: 767.98px) {
  .site-header__logo {
    padding-left: 1.25rem;
  }
}

.site-header__logo-link {
  display: block;
  width: 16.3125rem;
  aspect-ratio: 261/34.8;
}
@media (max-width: 767.98px) {
  .site-header__logo-link {
    width: 7.5rem;
  }
}

.header-hamburger {
  position: relative;
  z-index: 999;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  justify-self: end;
  margin-right: 1.25rem;
}
@media (max-width: 767.98px) {
  .header-hamburger {
    display: grid;
  }
}

.header-hamburger span {
  background-color: #000;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 0.125rem;
  border-radius: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-hamburger span:nth-child(1) {
  top: 0.5625rem;
}

.header-hamburger span:nth-child(2) {
  top: 0.4375rem;
}

.header-hamburger span:nth-child(3) {
  top: 0.25rem;
}

.header-hamburger.is-open span:nth-of-type(1) {
  top: 1.1875rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header-hamburger.is-open span:nth-of-type(3) {
  top: -0.3125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header-drawer {
  position: absolute;
  top: calc(100% + 8px);
  right: 0.5rem;
  width: min(92vw, 360px);
  max-height: min(70vh, 520px);
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  overflow: auto;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.22s ease, visibility 0s linear 0.22s, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, visibility 0s linear 0.22s, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s, -webkit-transform 0.22s ease;
  z-index: 900;
}
.header-drawer.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
}

.header-drawer__list {
  margin: 0.25rem 0 0;
  padding: 0;
  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.5rem;
}

.header-drawer__item a {
  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: 2.75rem;
  padding: 0 0.875rem;
  color: #000;
  font-weight: 700;
  background: #fff;
  border-radius: 9999px;
  border: 1px solid #eceff4;
}

.header-drawer__item > .header-drawer__cta {
  background: #fe800b;
  color: #ffffff;
}

.site-header__inner {
  grid-template-columns: auto 1fr;
}

.site-header__nav {
  padding-right: 1rem;
}

.site-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__nav-item a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
}

.site-header__nav-item > .site-header__cta {
  color: #ffffff;
  width: 9.375rem;
  height: 3.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24.5px;
  background: #fe800b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1.4375rem;
}

.site-footer {
  position: relative;
  padding: 3.5rem 0 3.625rem;
  overflow: clip;
}
@media (max-width: 599.98px) {
  .site-footer {
    padding-bottom: 7.5rem;
  }
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1147px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 599.98px) {
  .site-footer__inner {
    max-width: 500px;
  }
}

.site-footer__content {
  display: grid;
  gap: 14px;
}

.site-footer__logo {
  width: 27.0625rem;
  aspect-ratio: 433/58;
}
@media (max-width: 767.98px) {
  .site-footer__logo {
    width: 18.75rem;
  }
}

.site-footer__nav {
  margin: 1.25rem 0 0;
}

.site-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
}
.site-footer__nav-list a {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (max-width: 599.98px) {
  .site-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 1.25rem;
  }
}

.site-footer__links {
  margin: 3.4375rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.site-footer__links a {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 600;
}

.site-footer__copy {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-top: 1.5625rem;
}

.site-footer__deco {
  position: absolute;
  right: -0.125rem;
  bottom: -0.5rem;
  width: min(51vw, 725px);
  aspect-ratio: 932/406;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .site-footer__deco {
    margin: 10px auto 0;
    pointer-events: auto;
  }
}
@media (max-width: 599.98px) {
  .site-footer__deco {
    width: min(55vw, 400px);
  }
}

@-webkit-keyframes fv-fade-up-soft {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fv-fade-up-soft {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fv-cta-pop {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.98);
            transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes fv-cta-pop {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.98);
            transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.fv__top .fv__lead,
.fv__top .fv__title,
.fv__top .fv__badges,
.fv__top .fv-cta__btn,
.fv__top .fv__art-inner {
  opacity: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.fv__top.is-animated .fv__lead {
  -webkit-animation: fv-fade-up-soft 0.8s ease-out 0.05s forwards;
          animation: fv-fade-up-soft 0.8s ease-out 0.05s forwards;
}
.fv__top.is-animated .fv__title {
  -webkit-animation: fv-fade-up-soft 0.8s ease-out 0.15s forwards;
          animation: fv-fade-up-soft 0.8s ease-out 0.15s forwards;
}
.fv__top.is-animated .fv__badges {
  -webkit-animation: fv-fade-up-soft 0.8s ease-out 0.25s forwards;
          animation: fv-fade-up-soft 0.8s ease-out 0.25s forwards;
}
.fv__top.is-animated .fv-cta__btn {
  -webkit-animation: fv-cta-pop 0.8s ease-out 0.38s forwards;
          animation: fv-cta-pop 0.8s ease-out 0.38s forwards;
}
.fv__top.is-animated .fv__art-inner {
  -webkit-animation: fv-fade-up-soft 0.8s ease-out 0.3s forwards;
          animation: fv-fade-up-soft 0.8s ease-out 0.3s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .fv__top .fv__lead,
  .fv__top .fv__title,
  .fv__top .fv__badges,
  .fv__top .fv-cta__btn,
  .fv__top .fv__art-inner {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fv__top {
  --art-ar: 776.8/485.5;
  --art-w: clamp(320px, 55vw, 785px);
  --art-top: -17px;
  --art-right: -135px;
  padding-top: 7.8125rem;
  padding-bottom: 8.875rem;
}
@media (max-width: 767.98px) {
  .fv__top {
    padding-top: 4.0625rem;
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 767.98px) {
  .fv__top .fv__art {
    position: static;
    margin: 1.5625rem auto 0;
    -webkit-transform: none;
            transform: none;
  }
}

.fv__top > .fv__inner {
  max-width: 1170px;
}
.fv__top > .fv__inner::before {
  position: absolute;
  content: "";
  background: url(/img/top/fv-deco-left.svg) no-repeat center/contain;
  width: 20rem;
  height: 10.3125rem;
  left: -10.75rem;
  bottom: 5.125rem;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .fv__top > .fv__inner::before {
    height: 8.4375rem;
    left: -9.75rem;
  }
}
@media (max-width: 599.98px) {
  .fv__top > .fv__inner::before {
    display: none;
  }
}
.fv__top > .fv__inner::after {
  right: -8.5rem;
  bottom: clamp(-140px, -80 * (100vw - 1200px) / 235 - 60px, -85px);
}
@media (max-width: 767.98px) {
  .fv__top > .fv__inner::after {
    width: 12.5rem;
    bottom: 11.25rem;
    right: clamp(-120px, -120 * (100vw - 500px) / 250 + 0px, 0px);
  }
}

.fv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .fv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv__lead {
  font-size: 1.6948125rem;
  line-height: 1.4999815614;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fv__lead::before, .fv__lead::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.375rem;
  width: 22px;
  aspect-ratio: 22/36;
  background: #000;
  -webkit-clip-path: polygon(98.41% 98.16%, 0% 19.69%, 48.17% 0%);
          clip-path: polygon(98.41% 98.16%, 0% 19.69%, 48.17% 0%);
}
@media (max-width: 767.98px) {
  .fv__lead::before, .fv__lead::after {
    width: 0.875rem;
  }
}
.fv__lead::before {
  left: -2.25rem;
}
@media (max-width: 767.98px) {
  .fv__lead::before {
    left: -1.25rem;
  }
}
.fv__lead::after {
  right: -2rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 767.98px) {
  .fv__lead::after {
    right: -1rem;
  }
}
@media (max-width: 767.98px) {
  .fv__lead {
    font-size: 1.0625rem;
    text-align: center;
  }
}

.fv__title {
  width: 33.6875rem;
  aspect-ratio: 539/179;
  margin-top: 0.6875rem;
  position: relative;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .fv__title {
    width: clamp(300px, 70vw, 400px);
  }
}

.fv__badges {
  display: grid;
  grid-template-columns: 9.9375rem 9.4375rem 11.75rem;
  gap: 0.6875rem;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .fv__badges {
    grid-template-columns: 7.5rem 5rem 9.375rem;
    gap: 0.3125rem;
  }
}

.fv__badge {
  color: #ffffff;
  background: #000;
  position: relative;
  min-height: 5.3125rem;
  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;
  text-align: center;
}
@media (max-width: 767.98px) {
  .fv__badge {
    min-height: 4.0625rem;
  }
}

.fv__badge:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.5px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 2rem;
  height: 2rem;
  background: url("/img/top/fv-badge-icon.svg") center/contain no-repeat;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .fv__badge:not(:last-child)::after {
    width: 1.125rem;
    height: 1.125rem;
    right: -2.5px;
  }
}

.fv__badge-label {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .fv__badge-label {
    font-size: 0.75rem;
  }
}

.fv__badge-text {
  font-weight: 500;
  letter-spacing: -1.4px;
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  .fv__badge-text {
    font-size: 1rem;
  }
}

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

.fv__badge-num {
  font-size: 2rem;
  letter-spacing: -1.6px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .fv__badge-num {
    font-size: 1.375rem;
  }
}

.fv__badge-num-text {
  font-size: 0.625rem;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.fv__badge-num-text span {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .fv__badge-num-text span {
    font-size: 0.75rem;
  }
}

.fv-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9b3f), to(#fd7a00));
  background: linear-gradient(180deg, #ff9b3f 0%, #fd7a00 100%);
  -webkit-box-shadow: 0 6px 0 0 #a0531b;
          box-shadow: 0 6px 0 0 #a0531b;
  padding-left: 1.125rem;
  padding-bottom: 0.375rem;
  margin-top: 3.75rem;
  width: 25.8125rem;
  height: 5.375rem;
  color: #ffffff;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1), -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1), -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1), box-shadow 0.22s ease, filter 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1), box-shadow 0.22s ease, filter 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1), -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  z-index: 10;
}
.fv-cta__btn::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 70%;
  height: 180%;
  -webkit-transform: skewX(-20deg) translateX(-120%);
          transform: skewX(-20deg) translateX(-120%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.1, 1), opacity 0.2s;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.1, 1), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.1, 1);
  opacity: 0;
  pointer-events: none;
}
.fv-cta__btn::after {
  content: "";
  background: url(/img/common/arrow-icon-white.svg) no-repeat center/contain;
  width: 0.625rem;
  height: 1rem;
  margin-left: 1.4375rem;
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: -webkit-transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1), -webkit-transform 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
}
@media (hover: hover) {
  .fv-cta__btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 9px 0 0 #8a4719, 0 14px 24px rgba(0, 0, 0, 0.22);
            box-shadow: 0 9px 0 0 #8a4719, 0 14px 24px rgba(0, 0, 0, 0.22);
    -webkit-filter: saturate(1.06);
            filter: saturate(1.06);
  }
  .fv-cta__btn:hover::after {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .fv-cta__btn:hover::before {
    opacity: 0.9;
    -webkit-transform: skewX(-20deg) translateX(220%);
            transform: skewX(-20deg) translateX(220%);
  }
  .fv-cta__btn:active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 6px 0 0 #a0531b, 0 8px 16px rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 0 0 #a0531b, 0 8px 16px rgba(0, 0, 0, 0.18);
  }
  .fv-cta__btn:active::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767.98px) {
  .fv-cta__btn {
    width: clamp(200px, 80vw, 350px);
    font-size: 1rem;
    padding: 0;
    height: 3.125rem;
    margin-top: 1.875rem;
  }
}

/* ===== Recommend ===== */
.recommend {
  position: relative;
  background: #fffacf;
  padding-bottom: 0.875rem;
  z-index: 2;
}
.recommend::before {
  content: "";
  position: absolute;
  top: -5.4375rem;
  width: 100%;
  height: 7.5rem;
  pointer-events: none;
  background: url("/img/top/recommend-wave.svg") repeat-x top center/1442px 100%;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .recommend::before {
    background-size: 767px 100%;
  }
}
.recommend::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -69px;
  width: 70vw;
  height: 70px;
  background: inherit;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .recommend::after {
    height: 40px;
    bottom: -39px;
  }
}

.recommend__inner {
  position: relative;
  z-index: 20;
}

.recommend .section__title {
  color: #f7e978;
  letter-spacing: -0.02em;
}

.recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2.9375rem auto;
  gap: 0.6875rem;
  max-width: 514px;
}
@media (max-width: 1023.98px) {
  .recommend__list {
    max-width: clamp(400px, 50vw, 480px);
  }
}
@media (max-width: 767.98px) {
  .recommend__list {
    max-width: 500px;
    margin: 1.875rem auto;
  }
}

.recommend__list li {
  position: relative;
  padding-left: 1.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url("/img/top/recommend-check-icon.svg") no-repeat 0 0.25em;
  background-size: 1.125rem auto;
}
.recommend__list li span {
  color: #da4242;
}
@media (max-width: 767.98px) {
  .recommend__list li {
    font-size: 1rem;
  }
}

.recommend__deco {
  position: absolute;
  z-index: 0;
}

.recommend__deco--left {
  width: 26.5625rem;
  aspect-ratio: 425/580;
  top: -26%;
  left: 2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recommend__deco--left img {
  height: 100%;
}
@media (max-width: 767.98px) {
  .recommend__deco--left {
    width: 15rem;
    top: 0;
    left: -19%;
  }
}
@media (max-width: 599.98px) {
  .recommend__deco--left {
    display: none;
  }
}

.recommend__deco--right {
  bottom: -38%;
  right: 2.7%;
  width: 45.9375rem;
  height: 18.4375rem;
  -webkit-transform: translateX(72%);
          transform: translateX(72%);
}
@media (max-width: 767.98px) {
  .recommend__deco--right {
    bottom: -72%;
    right: -4.3%;
    width: 22.9375rem;
  }
}
@media (max-width: 599.98px) {
  .recommend__deco--right {
    display: none;
  }
}

/* ===== Features ===== */
.features {
  position: relative;
  background: #e5faec;
  padding: 4.5rem 0 2.0625rem;
}
.features::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -8.0625rem;
  width: 100vw;
  height: 8.125rem;
  background: inherit;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .features::after {
    height: 2.8125rem;
    bottom: -2.75rem;
  }
}

.features__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}
@media (max-width: 767.98px) {
  .features__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 600px;
  }
}

.features .section__title {
  color: #98e0b0;
}

.features__lead {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.feature-cards {
  margin-top: 4.125rem;
  margin-inline: auto;
  display: grid;
  gap: 3rem;
  max-width: 990px;
}
@media (max-width: 767.98px) {
  .feature-cards {
    margin-top: 2.5rem;
    gap: 2.1875rem;
    max-width: 450px;
  }
}

.feature-card {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr;
  gap: 2.1875rem;
}
@media (max-width: 1023.98px) {
  .feature-card {
    gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .feature-card {
    grid-template-columns: 1fr;
  }
}

.feature-card--right {
  max-width: 940px;
  gap: 2.5rem;
  margin-left: 1.1875rem;
}
@media (max-width: 1023.98px) {
  .feature-card--right {
    gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .feature-card--right {
    margin-left: 0;
  }
}

.feature-card--right .feature-card__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.feature-card--right .feature-card__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767.98px) {
  .feature-card--right .feature-card__media,
  .feature-card--right .feature-card__body {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.feature-card__media {
  width: min(380px, 40vw);
  aspect-ratio: 380/257;
}
@media (max-width: 767.98px) {
  .feature-card__media {
    width: min(400px, 75vw);
    margin: 0 auto;
  }
}

.feature-card__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 6px;
}

.feature-card__title span {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #50c275;
  padding: 0rem 1.25rem 0.125rem 0.8125rem;
}
@media (max-width: 767.98px) {
  .feature-card__title span {
    font-size: 1.25rem;
    padding: 0rem 0.625rem;
  }
}

.feature-card__text {
  margin-top: 1.5rem;
  margin-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}

.features__plus {
  display: grid;
  place-items: center;
  margin: 4.4375rem 0 4.125rem;
}
@media (max-width: 767.98px) {
  .features__plus {
    margin: 1.875rem 0 2.8125rem;
  }
}

.features__plus span {
  width: 4.125rem;
  height: 4.125rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #000;
  color: #ffffff;
  font-size: 2.75rem;
}
@media (max-width: 767.98px) {
  .features__plus span {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}

.features-bottom {
  background: #98e0b0;
  padding: 3.4375rem 0 2.9375rem;
}
@media (max-width: 767.98px) {
  .features-bottom {
    padding: 2.1875rem 0rem;
  }
}

.features-bottom__inner {
  width: clamp(600px, 85vw, 961px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .features-bottom__inner {
    width: clamp(270px, 85vw, 500px);
  }
}

.features-bottom__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 13px);
}
@media (max-width: 767.98px) {
  .features-bottom__list {
    grid-template-columns: 1fr;
  }
}

.features-bottom__item {
  background: #ffffff;
  padding: 0.625rem;
  min-height: 7.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .features-bottom__item {
    min-height: 4.375rem;
  }
}

.features-bottom__title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .features-bottom__title {
    font-size: 0.875rem;
  }
}

.features-bottom__text {
  color: #da4242;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .features-bottom__text {
    font-size: 1.125rem;
  }
}

.features-bottom__note {
  display: grid;
  grid-template-columns: 22% 1fr;
  margin-top: 1.0625rem;
}
@media (max-width: 767.98px) {
  .features-bottom__note {
    grid-template-columns: 1fr;
    grid-template-rows: 22% 1fr;
  }
}

.features-bottom__note-title {
  color: #ffffff;
  background: #000;
  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;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .features-bottom__note-title {
    font-size: 1.125rem;
  }
}

.features-bottom__note-list {
  background: #ffffff;
  padding: 0.625rem 0.9375rem;
}

.features-bottom__note-list li + li {
  margin-top: 0.5rem;
}

.features-bottom__note-item {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}

.features__deco {
  position: absolute;
  z-index: -1;
}
@media (max-width: 599.98px) {
  .features__deco {
    display: none;
  }
}

.features__deco-left--01 {
  left: -9%;
  top: 12.2%;
  width: clamp(120px, 16vw, 220px);
}
@media (max-width: 767.98px) {
  .features__deco-left--01 {
    left: -10%;
    top: 3%;
  }
}

.features__deco-left--02 {
  left: -1%;
  top: 32.5%;
  width: clamp(70px, 8vw, 95px);
}
@media (max-width: 767.98px) {
  .features__deco-left--02 {
    left: -5%;
    top: 24.5%;
  }
}

.features__deco-left--03 {
  left: -12%;
  bottom: 40%;
  width: clamp(140px, 13vw, 173px);
}
@media (max-width: 767.98px) {
  .features__deco-left--03 {
    left: -13%;
  }
}

.features__deco-left--04 {
  left: -2.4%;
  bottom: 16.6%;
  width: clamp(80px, 9vw, 106px);
}
@media (max-width: 767.98px) {
  .features__deco-left--04 {
    left: -9.4%;
  }
}

.features__deco-right--01 {
  right: -9%;
  top: 36.5%;
  width: clamp(170px, 15vw, 212px);
}
@media (max-width: 767.98px) {
  .features__deco-right--01 {
    right: -15%;
    top: 35.5%;
  }
}

.features__deco-right--02 {
  right: -3%;
  bottom: 38%;
  width: clamp(100px, 10vw, 131px);
}
@media (max-width: 767.98px) {
  .features__deco-right--02 {
    right: -9%;
    bottom: 29%;
  }
}

.features-slider {
  margin-top: 3.9375rem;
  padding: 5.3125rem 0;
  background: #ffffff;
  position: relative;
  width: clamp(700px, 96vw, 1300px);
  max-width: 1300px;
}
.features-slider::before, .features-slider::after {
  position: absolute;
  content: "";
}
@media (max-width: 599.98px) {
  .features-slider::before, .features-slider::after {
    display: none;
  }
}
.features-slider::before {
  background: url(/img/top/feature-swiper-deco-01.svg) no-repeat center/contain;
  width: 16.25rem;
  height: 12.3125rem;
  right: -9rem;
  top: -5.1875rem;
}
@media (max-width: 767.98px) {
  .features-slider::before {
    width: 10.625rem;
    right: -19%;
  }
}
.features-slider::after {
  background: url(/img/top/feature-swiper-deco-02.svg) no-repeat center/contain;
  z-index: 15;
  width: 16.875rem;
  height: 11.875rem;
  left: -6.625rem;
  bottom: -7.0625rem;
}
@media (max-width: 767.98px) {
  .features-slider::after {
    width: 10.625rem;
  }
}
@media (max-width: 767.98px) {
  .features-slider {
    max-width: 700px;
    width: clamp(280px, 90vw, 700px);
    padding: 2.5rem 0;
  }
}

.features-slider__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #50c275;
  font-size: 2.625rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
}
.features-slider__title::before, .features-slider__title::after {
  position: absolute;
  content: "";
  bottom: -10%;
  width: 60px;
  aspect-ratio: 60/82;
  background: #50c275;
  -webkit-clip-path: polygon(99.41% 98.16%, 0% 20.69%, 42.17% 0%);
          clip-path: polygon(99.41% 98.16%, 0% 20.69%, 42.17% 0%);
}
@media (max-width: 1023.98px) {
  .features-slider__title::before, .features-slider__title::after {
    width: clamp(40px, 6vw, 55px);
  }
}
@media (max-width: 767.98px) {
  .features-slider__title::before, .features-slider__title::after {
    display: none;
  }
}
.features-slider__title::before {
  left: -4.75rem;
}
@media (max-width: 767.98px) {
  .features-slider__title::before {
    left: -1.25rem;
  }
}
.features-slider__title::after {
  right: -4.75rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .features-slider__title::after {
    right: -1rem;
  }
}
@media (max-width: 767.98px) {
  .features-slider__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 599.98px) {
  .features-slider__title {
    font-size: 1.25rem;
  }
}

.features-slider__title em {
  color: #da4242;
  font-style: normal;
}

.features-slider__lead {
  margin-top: 1.5625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .features-slider__lead {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
}

/* ===== Swiper ===== */
.features-swiper {
  position: relative;
  margin-left: auto;
  width: clamp(600px, 84vw, 1200px);
  padding: 3.8125rem 0 5rem;
}
@media (max-width: 767.98px) {
  .features-swiper {
    padding: 1.875rem 0 3.75rem;
    width: clamp(200px, 75vw, 600px);
  }
}

.fsw {
  overflow: hidden;
}

.fsw .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fsw .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tpl-card {
  width: min(32vw, 455px);
  aspect-ratio: 455/587;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.tpl-card img {
  height: 100%;
}
@media (max-width: 767.98px) {
  .tpl-card {
    width: min(65vw, 423px);
  }
}

.fsw-btn {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.375rem;
  height: 3.375rem;
  background: url(/img/top/swiper-prev.svg) no-repeat center/contain;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .fsw-btn {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
  }
}

.fsw-btn--prev {
  left: -4.875rem;
}
@media (max-width: 599.98px) {
  .fsw-btn--prev {
    left: -3rem;
  }
}

.fsw-btn--next {
  right: 0.9375rem;
}

.fsw-btn--next {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.fsw-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-4.3%);
          transform: translateX(-4.3%);
  gap: 0.25rem;
}

.fsw-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5rem;
  background: #d9d9d9;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.fsw-pagination .swiper-pagination-bullet-active {
  width: 2rem;
  background: #50c275;
}

.features-slider__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.8125rem;
}
@media (max-width: 767.98px) {
  .features-slider__actions {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}
@media (max-width: 599.98px) {
  .features-slider__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.fsw-cta {
  width: min(25vw, 269px);
}
@media (max-width: 767.98px) {
  .fsw-cta {
    padding: 0 0.75rem;
    width: min(36vw, 220px);
  }
}
@media (max-width: 599.98px) {
  .fsw-cta {
    width: min(65vw, 269px);
  }
}

/* ===== pickup ===== */
.pickup {
  position: relative;
  background: #ccf3ff;
  padding: 8.125rem 0 6.625rem;
  overflow-x: clip;
}
@media (max-width: 767.98px) {
  .pickup {
    padding: 4.375rem 0 3.125rem;
  }
}

.pickup__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .pickup__inner {
    max-width: 700px;
  }
}

.pickup .section__title {
  color: #87d0f4;
}

.pickup .section__subtitle {
  margin-top: 0.625rem;
}

.pickup__grid {
  list-style: none;
  margin: 3.875rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-column-gap: clamp(20px, 2.4vw, 28px);
     -moz-column-gap: clamp(20px, 2.4vw, 28px);
          column-gap: clamp(20px, 2.4vw, 28px);
  row-gap: 2.5rem;
}
@media (max-width: 767.98px) {
  .pickup__grid {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    margin-top: 2.5rem;
  }
}

.work-card {
  display: block;
}

.work-card__thumb {
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.work-card__thumb:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.work-card__thumb img {
  aspect-ratio: 350/218;
  height: 100%;
}

.work-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.work-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #2fa3dc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.4375rem;
  padding: 0 0.625rem;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 5.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-card__type {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.pickup__deco {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 599.98px) {
  .pickup__deco {
    display: none;
  }
}

.pickup__deco--lt {
  left: -3.9375rem;
  top: 3.375rem;
  width: clamp(60px, 6vw, 83px);
}

.pickup__deco--lb {
  left: -25.5%;
  bottom: -5.5%;
  width: clamp(200px, 20vw, 275px);
}

.pickup__deco--rt {
  right: -20.5%;
  top: 4.6%;
  width: clamp(190px, 16vw, 231px);
}

.pickup__deco--rb {
  right: -5.5625rem;
  bottom: 42.5%;
  width: clamp(50px, 5vw, 70px);
}

/* ===== Premium ===== */
.premium {
  position: relative;
  background: linear-gradient(151deg, #363063 9.56%, #0a0724 95.99%);
  color: #ffffff;
  padding: 11.25rem 0 10rem;
}
.premium::before {
  content: "Premium";
  position: absolute;
  inset: auto 0 81%;
  text-align: center;
  color: #3c385a;
  font-family: "Sorts Mill Goudy";
  font-size: 9.375rem;
  font-weight: 400;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .premium::before {
    font-size: 5rem;
    inset: auto 0 89.5%;
  }
}
@media (max-width: 767.98px) {
  .premium {
    padding: 7.5rem 0;
  }
}

.premium__inner {
  max-width: 1256px;
}
@media (max-width: 767.98px) {
  .premium__inner {
    max-width: 620px;
  }
}

.premium__heading {
  position: relative;
  z-index: 2;
  color: #dfdfe2;
  text-align: center;
}

.premium__catch {
  color: #dfdfe2;
  font-family: "Shippori Mincho", YuMincho, "Yu Mincho", "Noto Serif JP", serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .premium__catch {
    font-size: 1.625rem;
  }
}

.premium__lead {
  margin-top: 2.3125rem;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .premium__lead {
    margin-top: 1.25rem;
  }
}

.premium-block {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .premium-block {
    grid-template-columns: 1fr;
    margin-top: 3.125rem;
  }
}

.premium-block--lacms {
  margin-inline: 3.375rem;
}
@media (max-width: 767.98px) {
  .premium-block--lacms {
    margin: 4.375rem auto 0;
  }
}

.premium-block--lacms .premium-block__subtitle {
  margin-block: 2.25rem;
}
@media (max-width: 767.98px) {
  .premium-block--lacms .premium-block__subtitle {
    margin: 0 auto 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .premium-block--lacms .premium-block__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767.98px) {
  .premium-block--lacms .premium-block__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.premium-block--premium .premium-block__media {
  width: min(40vw, 530px);
  aspect-ratio: 530/430;
  margin: 3.375rem 2.3125rem 5.0625rem 3rem;
}
@media (max-width: 767.98px) {
  .premium-block--premium .premium-block__media {
    width: clamp(280px, 70vw, 350px);
    margin: 0 auto;
  }
}

.premium-block__media {
  width: min(40vw, 526px);
  aspect-ratio: 526/389;
}
@media (max-width: 767.98px) {
  .premium-block__media {
    width: clamp(280px, 70vw, 350px);
    margin: 0 auto;
  }
}

.premium-block__title {
  color: #b69f75;
  font-family: "Sorts Mill Goudy", Inter;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
.premium-block__title span {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-left: 1.3125rem;
}
@media (max-width: 767.98px) {
  .premium-block__title {
    text-align: center;
    font-size: 1.625rem;
  }
}

.premium-block__subtitle {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .premium-block__subtitle {
    text-align: center;
    font-size: 1.125rem;
  }
}

.premium-block__text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}

.premium-block--premium .premium-block__text {
  margin-block: 2.25rem;
}
@media (max-width: 767.98px) {
  .premium-block--premium .premium-block__text {
    margin-block: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .premium-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.premium-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  height: 3.5rem;
  padding: 0.9375rem 1.5rem;
  background: #b69f75;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.premium-btn a::after {
  content: "";
  background: url(/img/top/fsw-cta-arrow.svg) no-repeat center/contain;
  width: 0.5rem;
  height: 0.9375rem;
  margin-left: 1.9375rem;
}

.premium-btn:hover {
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}

/* ===== flow ===== */
.flow {
  background: #fef4ff;
  padding: 5.5rem 0 4.375rem;
}

.flow__inner {
  position: relative;
  z-index: 1;
  max-width: 1350px;
}
.flow__inner::before {
  content: "";
  position: absolute;
  left: clamp(-168px, -68 * (100vw - 768px) / 672 - 100px, -100px);
  top: -1%;
  width: clamp(250px, 32vw, 459px);
  aspect-ratio: 459/331;
  background: url("/img/top/flow-deco.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 599.98px) {
  .flow__inner::before {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .flow__inner {
    max-width: 800px;
  }
}
@media (max-width: 599.98px) {
  .flow__inner {
    max-width: 500px;
  }
}

.flow .section__title {
  color: #f6c0fb;
}

.flow .section__subtitle {
  margin-top: 0.6875rem;
}

.flow__lead {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}

.flow__panel {
  background: #ffffff;
  padding: 3.5625rem 0.5625rem 3.875rem 1rem;
  margin-top: 2.5rem;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: center;
  gap: 1.25rem;
}
@media (max-width: 1439.98px) {
  .flow-steps {
    gap: 0.625rem;
  }
}
@media (max-width: 1023.98px) {
  .flow-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem;
  }
}
@media (max-width: 599.98px) {
  .flow-steps {
    grid-template-columns: 1fr;
  }
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-rows: 7.75rem 1fr;
  gap: 1.6875rem;
  max-width: 280px;
}

.flow-step__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-step__num {
  width: 47px;
  height: 47px;
  justify-self: center;
  vertical-align: middle;
}
@media (max-width: 1023.98px) {
  .flow-step__num {
    width: 3.125rem;
    height: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .flow-step__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.flow-step:not(:last-child) .flow-step__head::after {
  content: "";
  position: absolute;
  top: 22.5px;
  left: calc(50% + 23.5px);
  width: calc(100% - 47px + 50px);
  height: 3px;
  background: #f6c0fb;
}
@media (max-width: 1023.98px) {
  .flow-step:not(:last-child) .flow-step__head::after {
    display: none;
  }
}

.flow-step__label {
  text-align: center;
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (max-width: 1439.98px) {
  .flow-step__label {
    font-size: 1rem;
  }
}

.flow-step__text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media (max-width: 1439.98px) {
  .flow-step__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023.98px) {
  .flow-step__text {
    text-align: center;
  }
}

.flow-step__text a {
  color: #1f98c6;
}

/* ===== contact ===== */
.contact {
  position: relative;
  background: url("/img/common/contact-bg.jpg") no-repeat center top/cover;
  padding: 7.6875rem 0 12.625rem;
}
@media (max-width: 767.98px) {
  .contact {
    padding: 4.375rem 0 10rem;
  }
}

.contact__inner {
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact__inner {
    max-width: 1153px;
  }
}
.contact__inner::after {
  position: absolute;
  content: "";
  background: url(/img/top/contact-deco.svg) no-repeat center/contain;
  width: 21.6875rem;
  height: 27.1875rem;
  bottom: -17.5625rem;
  right: -3.2%;
  z-index: 10;
}
@media (max-width: 1439.98px) {
  .contact__inner::after {
    width: clamp(220px, 25vw, 350px);
    right: 0;
  }
}
@media (max-width: 599.98px) {
  .contact__inner::after {
    display: none;
  }
}

.contact .section__title {
  color: #f87d4a;
}

.contact .section__subtitle {
  margin-top: 0.625rem;
}

.contact__lead {
  margin-top: 1.3125rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}

.contact .fv-cta__btn {
  margin-top: 2.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(220px, 42vw, 413px);
  height: clamp(44px, 7vw, 78px);
}
@media (max-width: 767.98px) {
  .contact .fv-cta__btn {
    width: 18.125rem;
  }
}

/* ===== faq ===== */
.faq {
  position: relative;
  background: #fffacf;
  padding-bottom: 4rem;
}
.faq::before {
  content: "";
  position: absolute;
  top: -5.5625rem;
  width: 100%;
  height: 5.625rem;
  background: url("/img/top/recommend-wave.svg") repeat-x top center/cover;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .faq::before {
    background-size: 767px 100%;
    top: -4.375rem;
  }
}

.faq__inner {
  max-width: 930px;
}
@media (max-width: 767.98px) {
  .faq__inner {
    max-width: 660px;
  }
}

.faq .section__title {
  color: #f7c057;
}

.faq .section__subtitle {
  margin-top: 0.6875rem;
}

.faq__lead {
  margin-top: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}

.faq__lead a {
  color: #1f98c6;
}

.faq-list {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  text-align: left;
  color: #333;
}

.faq-item {
  background: #ffffff;
}

.faq-item__toggle {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
  color: #333;
}
@media (max-width: 767.98px) {
  .faq-item__toggle {
    padding: 0.75rem 1rem;
    gap: 1rem;
  }
}

.faq-item__qmark {
  background: url(/img/top/faq-q-icon.svg) no-repeat center/contain;
  width: 2.25rem;
  height: 2.25rem;
}

.faq-item__icon {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1rem;
  height: 0.125rem;
  background: #333;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.faq-item__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-item.is-open .faq-item__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-item__a {
  display: none;
  padding: 1.0625rem 1.625rem;
  background: #f5f5f5;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .faq-item__a {
    padding: 0.875rem 1rem;
  }
}

.faq-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .faq-item__row {
    gap: 1rem;
  }
}

.faq-item__amark {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(/img/top/faq-a-icon.svg) no-repeat center/contain;
  width: 2.25rem;
  height: 2.25rem;
}

.faq-item__atext {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.fv__template {
  --art-ar: 641/481;
  --art-w: clamp(320px, 55vw, 641px);
  --art-top: -124px;
  --art-right: -74px;
}

.sub-template {
  position: relative;
  background: #e5faec;
  padding-bottom: 3.6875rem;
}
.sub-template::before {
  content: "";
  position: absolute;
  top: -7.3125rem;
  width: 100%;
  height: 7.375rem;
  pointer-events: none;
  background: url("/img/common/wave-green.svg") repeat-x top center/1442px 100%;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .sub-template::before {
    background-size: 767px 100%;
    top: -5.5rem;
  }
}

.sub-template__inner {
  max-width: 1352px;
  position: relative;
}
.sub-template__inner:before, .sub-template__inner:after {
  position: absolute;
  content: "";
  width: 13.25rem;
  height: 10rem;
  top: 2.2%;
}
@media (max-width: 767.98px) {
  .sub-template__inner:before, .sub-template__inner:after {
    display: none;
  }
}
.sub-template__inner:before {
  background: url(/img/top/feature-deco-left-01.svg) no-repeat center/contain;
  left: -2.7%;
}
.sub-template__inner:after {
  background: url(/img/top/feature-deco-right-01.svg) no-repeat center/contain;
  right: -2%;
}

.sub-template__lead {
  margin-top: 1.5625rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
}

.sub-template__panel {
  background: #ffffff;
  padding: 4rem;
  margin-top: 3.8125rem;
}
@media (max-width: 767.98px) {
  .sub-template__panel {
    padding: 4rem 1.875rem;
    margin-top: 2.5rem;
  }
}

.sub-template__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 6.6875rem;
  justify-items: center;
}
@media (max-width: 767.98px) {
  .sub-template__grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 5rem;
  }
}

.sub-template-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub-template-card__thumb {
  cursor: pointer;
}
.sub-template-card__thumb img {
  height: 100%;
  aspect-ratio: 365/470;
}

.sub-template-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.5px;
  margin-top: 1rem;
}

.sub-template-badge {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  line-height: 23px;
}

.sub-template-badge b {
  color: #ffffff;
  text-align: center;
  background: #50c275;
  width: 4.5rem;
}

.sub-template-card__desc {
  padding: 1rem;
  background: #fffacf;
  margin-top: 0.9375rem;
}

.sub-template-card__desc-title {
  color: #a0861d;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.sub-template-card__desc-text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}

.sub-template-card__actions {
  margin: 1rem 0 0;
}

.sub-template__demo-btn {
  width: 100%;
}
.sub-template__demo-btn::after {
  width: 0.375rem;
  height: 0.6875rem;
  margin-left: 1.9375rem;
}
@media (max-width: 767.98px) {
  .sub-template__demo-btn::after {
    margin-left: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .sub-template__demo-btn {
    padding: 0.625rem;
  }
}

.pagination {
  margin: 4.5625rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -10px;
}

.pagination__link {
  display: inline-grid;
  place-items: center;
  min-width: 3.125rem;
  height: 3.125rem;
  padding: 0 0.375rem;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .pagination__link {
    min-width: 1.875rem;
    height: 1.875rem;
    font-size: 1rem;
  }
}

.pagination__link.is-current {
  background: #50c275;
  color: #ffffff;
}

.pagination__link[aria-current=page] {
  background: #50c275;
  color: #ffffff;
}

.pagination__prev,
.pagination__next {
  padding: 0 10px;
}

.pagination__prev {
  margin-right: 11px;
}

.pagination__next {
  padding: 0 10px;
  margin-left: 11px;
}

/* モーダル */
.tpl-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.tpl-modal.is-open {
  display: block;
}

.tpl-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 2, 2, 0.9);
}

.tpl-modal__dialog {
  position: fixed;
  max-height: 53.75rem;
  inset: clamp(8px, 10vh, 80px) max(40px, 50% - 550px) clamp(8px, 10vh, 80px) max(40px, 50% - 550px);
  background: #ffffff;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media (max-width: 599.98px) {
  .tpl-modal__dialog {
    max-height: none;
    inset: 2.5rem 0.9375rem 6.25rem;
  }
}

.tpl-scroll {
  aspect-ratio: 900/550;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  margin: 0 auto;
  border: 1px solid #000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.tpl-modal__close {
  position: absolute;
  top: 0.625rem;
  right: 1.0625rem;
  z-index: 10;
  width: 4.0625rem;
  height: 4.0625rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .tpl-modal__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.tpl-modal__body {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1439.98px) {
  .tpl-modal__body {
    width: min(65vw, 850px);
  }
}
@media (max-width: 599.98px) {
  .tpl-modal__body {
    width: min(75vw, 500px);
  }
}

.tpl-modal__preview {
  width: 100%;
}

.tpl-modal__preview img {
  height: auto;
}

.tpl-modal__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 1.3125rem;
}
@media (max-width: 767.98px) {
  .tpl-modal__badges {
    gap: 0.9375rem;
  }
}

.tpl-modal__badge {
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
.tpl-modal__badge b {
  font-size: 1rem;
  background: #50c275;
  color: #ffffff;
  width: 4.5rem;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .tpl-modal__badge b {
    width: 3.4375rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .tpl-modal__badge {
    font-size: 1rem;
    gap: 0.3125rem;
  }
}

.tpl-modal__note {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.1875rem;
}

.tpl-modal__demo {
  margin: 4rem auto 0;
  width: min(30vw, 362px);
}
@media (max-width: 767.98px) {
  .tpl-modal__demo {
    margin-top: 2.5rem;
    width: min(65vw, 300px);
  }
}

html.is-locked,
body.is-locked {
  overflow: hidden;
}

.tpl-scroll::-webkit-scrollbar {
  width: 11px;
}

.tpl-scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.tpl-scroll::-webkit-scrollbar-thumb {
  background: #50c275;
  border-radius: 10px;
  border: 3px solid #ffffff;
  background-clip: padding-box;
}

@supports (-moz-appearance: none) {
  .tpl-scroll {
    scrollbar-width: thin;
    scrollbar-color: #50c275 #ffffff;
  }
}
.sub-content-wrap .premium {
  padding-top: 12.1875rem;
  padding-bottom: 4.625rem;
}
@media (max-width: 767.98px) {
  .sub-content-wrap .premium {
    padding: 7.5rem 0;
  }
}

.sub-content-wrap .premium::before {
  bottom: 69%;
}
@media (max-width: 767.98px) {
  .sub-content-wrap .premium::before {
    bottom: 84%;
  }
}

.sub-content-wrap .premium-block {
  margin-top: 0.3125rem;
}
@media (max-width: 767.98px) {
  .sub-content-wrap .premium-block {
    margin-top: 3.125rem;
  }
}

.sub-content-wrap .contact {
  padding: 3.3125rem 0 4.5rem;
}

.sub-content-wrap .contact__inner::after {
  width: 14.375rem;
  height: 18.75rem;
  bottom: -4.5625rem;
  right: clamp(-75px, -105 * (100vw - 1024px) / 416 + 30px, 35px);
}
@media (max-width: 767.98px) {
  .sub-content-wrap .contact__inner::after {
    display: none;
  }
}

.fv__demo {
  padding-bottom: 16.125rem;
}
@media (max-width: 767.98px) {
  .fv__demo {
    padding-bottom: 20.625rem;
  }
}

.fv__demo .fv__art {
  top: clamp(-124px, 54 * (100vw - 1440px) / -672 - 124px, -70px);
}
@media (max-width: 767.98px) {
  .fv__demo .fv__art {
    top: auto;
  }
}

.tpl-demo__summary {
  padding: 2.6875rem 0 11.5625rem;
}
@media (max-width: 767.98px) {
  .tpl-demo__summary {
    padding-bottom: 4.8125rem;
  }
}

.tpl-demo__summary-inner {
  display: grid;
  grid-template-columns: min(50%, 540px) 1fr;
  gap: 2.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
@media (max-width: 1439.98px) {
  .tpl-demo__summary-inner {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767.98px) {
  .tpl-demo__summary-inner {
    gap: 1.5rem;
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__summary-inner {
    grid-template-columns: 1fr;
  }
}

.tpl-demo__summary-mock {
  position: relative;
  width: 504px;
  aspect-ratio: 504/407;
}
.tpl-demo__summary-mock::before {
  position: absolute;
  content: "";
  background: url(/img/demo/summary-deco.svg) no-repeat center/contain;
  width: 60.9375rem;
  aspect-ratio: 831/552;
  z-index: -1;
  top: -43%;
  left: -63%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tpl-demo__summary-mock::before {
    width: 500px;
    top: -33%;
    left: -18%;
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__summary-mock::before {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .tpl-demo__summary-mock {
    width: min(450px, 45vw);
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__summary-mock {
    justify-self: center;
    width: min(300px, 65vw);
    min-width: 230px;
  }
}

.tpl-demo__summary-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.tpl-demo__summary-screen {
  position: absolute;
  left: 19px;
  top: 20px;
  width: 466px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  z-index: 1;
  aspect-ratio: 466/261;
}
@media (max-width: 1023.98px) {
  .tpl-demo__summary-screen {
    left: 15px;
    top: 15px;
    width: clamp(330px, 100 * (100vw - 768px) / 255 + 330px, 430px);
  }
}
@media (max-width: 767.98px) {
  .tpl-demo__summary-screen {
    left: 12px;
    top: 12px;
    width: clamp(250px, 70 * (100vw - 600px) / 167 + 250px, 320px);
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__summary-screen {
    left: 7px;
    top: 7px;
    width: clamp(215px, 50 * (100vw - 375px) / 85 + 230px, 280px);
  }
}

.tpl-demo__summary-info {
  margin-top: 1.625rem;
}
@media (max-width: 599.98px) {
  .tpl-demo__summary-info {
    margin-top: 0;
  }
}

.tpl-demo__badges {
  display: grid;
  gap: 0.9375rem;
}
@media (max-width: 599.98px) {
  .tpl-demo__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tpl-demo__badge {
  display: grid;
  grid-template-columns: 6.625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .tpl-demo__badge {
    font-size: 1rem;
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__badge {
    grid-template-columns: 4.375rem 1fr;
  }
}

.tpl-demo__badge dt {
  background: #50c275;
  color: #ffffff;
  text-align: center;
}

.tpl-demo__recommend {
  position: relative;
  background: #fffacf;
  padding: 19px 27px 26px;
  margin-top: 1.5625rem;
}

.tpl-demo__recommend-label {
  color: #a0861d;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .tpl-demo__recommend-label {
    font-size: 1.375rem;
  }
}

.tpl-demo__recommend-text {
  margin-top: 0.8125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .tpl-demo__recommend-text {
    font-size: 1rem;
  }
}

/* プレビュー */
.tpl-demo__viewer {
  padding: 5rem 3.75rem 0;
  position: relative;
  background: #ccf3ff;
}
.tpl-demo__viewer:before {
  content: "";
  position: absolute;
  left: 0;
  top: -117px;
  width: 100%;
  height: 119px;
  background: inherit;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .tpl-demo__viewer:before {
    height: 40px;
    top: -38px;
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__viewer {
    padding: 3.125rem 0 0;
  }
}

.tpl-demo__viewer-inner {
  max-width: 1154px;
  position: relative;
}

@media (max-width: 446px) {
  .br-demo {
    display: none;
  }
}

.tpl-demo__viewer-head {
  text-align: center;
}

.tpl-demo__viewer-lead {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .tpl-demo__viewer-lead {
    font-size: 1.375rem;
  }
}

.tpl-demo__viewer-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.1875rem;
  margin: 2.5rem auto;
}
@media (max-width: 767.98px) {
  .tpl-demo__viewer-tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.tpl-demo__viewer-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #2fa3dc;
  background: #ffffff;
  color: #2fa3dc;
  font-weight: 700;
  padding: 0.3125rem 0.75rem;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .tpl-demo__viewer-tab {
    font-size: 1.125rem;
  }
}

.tpl-demo__viewer-tab:hover,
.tpl-demo__viewer-tab:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(83, 169, 230, 0.25) inset;
          box-shadow: 0 0 0 3px rgba(83, 169, 230, 0.25) inset;
}

.tpl-demo__viewer-tab.is-current {
  background: #2fa3dc;
  color: #ffffff;
  outline: none;
}

.tpl-demo__viewer-stage {
  width: min(75vw, 900px);
  aspect-ratio: 900/594;
  margin: 0 auto;
}
.tpl-demo__viewer-stage img {
  height: 100%;
}

.tpl-demo__viewer-cta {
  margin: 2.5rem auto 0;
  width: min(68vw, 362px);
}
.tpl-demo__viewer-cta a {
  width: 100%;
}

.tpl-viewer::before {
  right: max(0px, 50% - 650px);
  top: -18px;
  width: 160px;
  height: 120px;
  background: url(./img/template/deco-right.svg) no-repeat center/contain;
}

.tpl-viewer::after {
  left: max(0px, 50% - 650px);
  bottom: -14px;
  width: 160px;
  height: 120px;
  background: url(./img/template/deco-left.svg) no-repeat center/contain;
}

.tpl-demo__view-deco {
  position: absolute;
}
@media (max-width: 767.98px) {
  .tpl-demo__view-deco {
    display: none;
  }
}

.tpl-demo__view-deco--01 {
  top: -3.5%;
  left: clamp(-30px, 34.6 * (100vw - 767px) / 673 - 30px, 4.6px);
  width: clamp(135px, 17vw, 244px);
}

.tpl-demo__view-deco--02 {
  top: 88%;
  left: -17.4%;
  width: clamp(170px, 19vw, 266px);
}

.tpl-demo__view-deco--03 {
  top: -6%;
  right: 11%;
  width: clamp(35px, 5vw, 55px);
}

.tpl-demo__view-deco--04 {
  top: -6%;
  right: -16%;
  width: clamp(135px, 16vw, 226px);
}

.tpl-demo__view-deco--05 {
  top: 81%;
  right: -7.5%;
}

.tpl-demo__pricing {
  background: #ccf3ff;
  padding: 4rem 1.875rem 9.5rem;
}
@media (max-width: 767.98px) {
  .tpl-demo__pricing {
    padding: 4rem 1.25rem 6.25rem;
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__pricing {
    padding: 4rem 0.625rem 6.25rem;
  }
}

.tpl-demo__pricing-inner {
  max-width: 1300px;
  background: #ffffff;
  padding: 3.5625rem 1.5625rem 4rem;
}
@media (max-width: 767.98px) {
  .tpl-demo__pricing-inner {
    padding: 2.5rem 0.75rem 3.125rem;
  }
}

.tpl-demo__pricing-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .tpl-demo__pricing-title {
    font-size: 1.375rem;
  }
}

.pricing__blocks {
  max-width: 1115px;
  margin: 3.6875rem auto 0;
}
@media (max-width: 767.98px) {
  .pricing__blocks {
    margin-top: 2.5rem;
  }
}

.pricing-block + .pricing-block {
  margin-top: 2.1875rem;
}

.pricing-block__head {
  margin-left: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .pricing-block__head {
    font-size: 1.125rem;
    gap: 0.75rem;
  }
}
.pricing-block__head::before {
  content: "";
  width: 0.5625rem;
  height: 3.125rem;
  background: #2fa3dc;
}
@media (max-width: 767.98px) {
  .pricing-block__head::before {
    width: 0.375rem;
    height: 2.1875rem;
  }
}

.pricing-block--green .pricing-block__head::before {
  background: #30cd4a;
}

.pricing-table-wrap {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .pricing-table-wrap {
    margin-top: 0.625rem;
  }
}
@media (max-width: 599.98px) {
  .pricing-table-wrap {
    overflow-x: auto;
  }
}

.pricing-table {
  width: 100%;
  border-spacing: 6px;
}
@media (max-width: 599.98px) {
  .pricing-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 1000px;
  }
}

.pricing-table thead th {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 7px 16px;
  text-align: center;
  background: #2fa3dc;
}
@media (max-width: 767.98px) {
  .pricing-table thead th {
    font-size: 1.125rem;
  }
}

.pricing-block--green .pricing-table thead th {
  background: #43b75c;
}

.pricing-table .is-plan {
  width: 27%;
}
@media (max-width: 599.98px) {
  .pricing-table .is-plan {
    width: 22%;
  }
}

.pricing-table .is-price {
  width: 27.3%;
}
@media (max-width: 599.98px) {
  .pricing-table .is-price {
    width: 13.125rem;
  }
}

.pricing-table .is-note {
  width: auto;
}

.pricing-table tbody th,
.pricing-table tbody td {
  padding: 0.625rem 1.25rem;
  background: #f6f6f6;
  text-align: left;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  height: 4.375rem;
}
@media (max-width: 1439.98px) {
  .pricing-table tbody th,
  .pricing-table tbody td {
    padding: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .pricing-table tbody th,
  .pricing-table tbody td {
    font-size: 1rem;
  }
}

.pricing-table .is-price tbody td {
  text-align: left;
}

.pricing-table tbody td.is-note {
  vertical-align: top;
}

.pricing-table__note-list li {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-indent: 0.25rem;
}
@media (max-width: 767.98px) {
  .pricing-table__note-list li {
    font-size: 0.875rem;
  }
}
.pricing-table__note-list li:before {
  content: "";
  display: inline-block;
  vertical-align: 0.3125rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  margin-right: 5px;
}

.tpl-demo__total {
  max-width: 1105px;
  height: 6.5625rem;
  margin: 1.875rem auto 2.375rem;
  padding: 1.5625rem 1.25rem;
  background: #fffacf;
  border: 3px solid #febd3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media (max-width: 767.98px) {
  .tpl-demo__total {
    height: 5.625rem;
    gap: 3.125rem;
  }
}
@media (max-width: 599.98px) {
  .tpl-demo__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.tpl-demo__total-label {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 2.5625rem;
}
@media (max-width: 767.98px) {
  .tpl-demo__total-label {
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.tpl-demo__total-price {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .tpl-demo__total-price {
    font-size: 1.375rem;
  }
}
.tpl-demo__total-price span {
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  .tpl-demo__total-price span {
    font-size: 1.375rem;
  }
}

.tpl-demo__total-price b {
  color: #f41513;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .tpl-demo__total-price b {
    font-size: 1.625rem;
  }
}

.tpl-demo__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tpl-demo__btn a {
  width: min(28vw, 362px);
}
@media (max-width: 767.98px) {
  .tpl-demo__btn a {
    width: min(65vw, 280px);
  }
}

.tpl-demo__slider {
  background: #e5faec;
  padding: 0 0 7.5rem;
  position: relative;
}
.tpl-demo__slider::before {
  content: "";
  position: absolute;
  top: -7.3125rem;
  width: 100%;
  height: 7.375rem;
  pointer-events: none;
  background: url("/img/common/wave-green.svg") repeat-x top center/1442px 100%;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .tpl-demo__slider::before {
    background-size: 767px 100%;
    top: -5.5rem;
  }
}

.tpl-demo__slider .features-slider {
  margin-top: 0;
}
.tpl-demo__slider .features-slider::before, .tpl-demo__slider .features-slider:after {
  display: none;
}

.fv__plan {
  padding-bottom: 17.8125rem;
}
@media (max-width: 767.98px) {
  .fv__plan {
    padding-bottom: 19.375rem;
  }
}

.sub-plan__system {
  position: relative;
  background: url(/img/plan/system-bg.jpg);
  padding: 1.6875rem 0 9.375rem;
}
@media (max-width: 767.98px) {
  .sub-plan__system {
    padding-bottom: 5.625rem;
  }
}
.sub-plan__system:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7.9375rem;
  width: 100%;
  height: 8.125rem;
  background: #ffe9ad;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .sub-plan__system:before {
    height: 40px;
    top: -38px;
  }
}
.sub-plan__system:after {
  content: "";
  position: absolute;
  background: url(/img/plan/system-bg-deco.svg) no-repeat center/contain;
  top: -19px;
  left: -2px;
  right: -2px;
  aspect-ratio: 1444/483;
}

.sub-plan__system-inner {
  max-width: 1350px;
}

.sub-plan__system .section__title {
  color: #f87d4a;
}

.sub-plan__system .section__subtitle {
  margin-top: 0.625rem;
}

.sub-plan__system-grid {
  position: relative;
  background: #ffffff;
  padding: 2.5rem;
  margin-top: 2.5rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .sub-plan__system-grid {
    padding: 1.25rem;
  }
}

.system-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 985px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .system-cards {
    gap: 1.5625rem;
  }
}
@media (max-width: 599.98px) {
  .system-cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.sub-plan__system-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -36%);
          transform: translate(-50%, -36%);
  width: 4.8125rem;
  height: 4.8125rem;
  display: grid;
  place-items: center;
  background: #000;
  border-radius: 50%;
  pointer-events: none;
}
.sub-plan__system-plus img {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 767.98px) {
  .sub-plan__system-plus img {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
@media (max-width: 767.98px) {
  .sub-plan__system-plus {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
@media (max-width: 599.98px) {
  .sub-plan__system-plus {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: -8px auto 0;
  }
}

.system-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 29.4375rem;
}
@media (max-width: 767.98px) {
  .system-card {
    height: auto;
    min-height: 22.5rem;
  }
}

.system-card__tab {
  background: #19b5ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 3.5625rem;
}
@media (max-width: 767.98px) {
  .system-card__tab {
    font-size: 1.125rem;
    height: 2.5rem;
  }
}

.system-card__tab--green {
  background: #30cd4a;
}

.system-card__body {
  background: #eaf6fb;
  padding: 2.3125rem 0.9375rem;
  display: grid;
  place-items: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .system-card__body {
    margin-top: 0.625rem;
    padding: 1.25rem 0.625rem;
  }
}

.system-card--option .system-card__body {
  background: #edfff0;
}

.system-card__mock {
  display: grid;
  place-items: center;
  width: min(226px, 53%);
  padding: 19.669px 13.968px 22px 17.599px;
}
@media (max-width: 767.98px) {
  .system-card__mock {
    width: min(230px, 75%);
  }
}

.system-card__label {
  text-align: center;
  font-size: 1.4875rem;
  letter-spacing: 0.0504201681em;
  font-weight: 700;
  margin-top: 0.9875rem;
}
@media (max-width: 767.98px) {
  .system-card__label {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.system-card__price {
  text-align: center;
  font-size: 1.4875rem;
  letter-spacing: 0.0504201681em;
  margin-top: 0.375rem;
}
@media (max-width: 767.98px) {
  .system-card__price {
    font-size: 1.0625rem;
  }
}

.system-card__price b {
  color: #fb0907;
}

.system-card__note {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 1.1125rem;
  font-weight: 500;
  letter-spacing: 0.0505617978em;
}
@media (max-width: 767.98px) {
  .system-card__note {
    font-size: 0.875rem;
  }
}

.system-card__list {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 1.25rem;
}
@media (max-width: 767.98px) {
  .system-card__list {
    font-size: 0.9375rem;
    padding-left: 2.1875rem;
  }
}

.system-card__list li {
  list-style: disc;
}

.system-card__list li + li {
  margin-top: 0.625rem;
}

.system-card__list li::marker {
  font-size: 0.6875rem;
}

.sub-plan__plan {
  background: #fbf9e8;
  padding: 5.6875rem 1.875rem 7.5rem;
}
@media (max-width: 767.98px) {
  .sub-plan__plan {
    padding: 3.125rem 1.25rem 5rem;
  }
}
@media (max-width: 599.98px) {
  .sub-plan__plan {
    padding: 3.125rem 0.5rem 5rem;
  }
}

.sub-plan__plan .section__title {
  color: #eed720;
}

.sub-plan__plan .section__subtitle {
  margin-top: 0.625rem;
}

.sub-plan__plan-inner {
  max-width: 1300px;
  background: #ffffff;
  padding: 2.75rem 1.5625rem 6.1875rem;
  margin-top: 3.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .sub-plan__plan-inner {
    padding: 1.25rem 0.75rem 3.125rem;
    margin-top: 2.1875rem;
  }
}
.sub-plan__plan-inner:before, .sub-plan__plan-inner:after {
  content: "";
  position: absolute;
}
@media (max-width: 599.98px) {
  .sub-plan__plan-inner:before, .sub-plan__plan-inner:after {
    display: none;
  }
}
.sub-plan__plan-inner:before {
  background: url(/img/plan/plan-deco-left.svg) no-repeat center/contain;
  width: min(32vw, 452px);
  aspect-ratio: 4/3;
  top: -15%;
  left: 2%;
}
@media (max-width: 767.98px) {
  .sub-plan__plan-inner:before {
    top: calc(35 * (100vw - 768px) / -168 - 230px);
  }
}
.sub-plan__plan-inner:after {
  background: url(/img/plan/plan-deco-right.svg) no-repeat center/contain;
  width: min(65vw, 792px);
  aspect-ratio: 792/345;
  top: -18.5%;
  right: -22%;
  mix-blend-mode: darken;
}
@media (max-width: 767.98px) {
  .sub-plan__plan-inner:after {
    top: calc(43 * (100vw - 768px) / -168 - 288px);
  }
}

.pricing-block--yellow .pricing-block__head::before {
  background: #e3ce2b;
}

.pricing-block--yellow .pricing-table thead th {
  background: #e3ce2b;
}

.sub-plan__plan .pricing-block--green .pricing-table thead th {
  padding: 4px 16px;
}

.sub-plan__plan .pricing-table tbody th,
.sub-plan__plan .pricing-table tbody td {
  padding: 0.5625rem 1.25rem;
  height: 4.4375rem;
}
@media (max-width: 1439.98px) {
  .sub-plan__plan .pricing-table tbody th,
  .sub-plan__plan .pricing-table tbody td {
    padding: 0.625rem;
  }
}

.fv__contact {
  --art-ar: 641/481;
  --art-w: clamp(320px, 55vw, 641px);
  --art-right: -124px;
  padding-bottom: 14.375rem;
}
@media (max-width: 599.98px) {
  .fv__contact {
    padding-bottom: 18.75rem;
  }
}

.fv__contact .fv__art {
  top: clamp(-166px, 56 * (100vw - 1440px) / -672 - 166px, -110px);
}
@media (max-width: 767.98px) {
  .fv__contact .fv__art {
    top: 14%;
    left: 29%;
    -webkit-transform: none;
            transform: none;
    width: min(88vw, 370px);
  }
}
@media (max-width: 599.98px) {
  .fv__contact .fv__art {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(85vw, 354px);
  }
}

.sub-contact {
  padding: 7.625rem 4.375rem 10.0625rem;
  background: url(/img/contact/contact-bg.png) no-repeat center/cover;
}
@media (max-width: 767.98px) {
  .sub-contact {
    background-size: 767px 100%;
    padding: 3.75rem 0.9375rem 5rem;
  }
}
@media (max-width: 599.98px) {
  .sub-contact {
    background-size: 600px 100%;
  }
}

.sub-contact__content {
  background: #fffde6;
  margin-top: 2.875rem;
  max-width: 930px;
  padding: 5rem 3.75rem;
  position: relative;
}
.sub-contact__content::before {
  position: absolute;
  content: "";
  background: url(/img/contact/contact-deco.svg) no-repeat center/contain;
  width: min(33vw, 460px);
  aspect-ratio: 460/331;
  left: clamp(-288px, -218 * (100vw - 768px) / 672 - 70px, -70px);
  top: -32%;
}
@media (max-width: 767.98px) {
  .sub-contact__content::before {
    left: -21%;
    top: -23%;
  }
}
@media (max-width: 599.98px) {
  .sub-contact__content::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sub-contact__content {
    max-width: 600px;
    padding: 3.125rem 0.625rem;
  }
}

.sub-contact__inner {
  max-width: 690px;
  padding: 0 1.25rem;
}
@media (max-width: 767.98px) {
  .sub-contact__inner {
    max-width: 520px;
    padding: 0 0.625rem;
  }
}

.sub-contact__lead {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .sub-contact__lead {
    font-size: 0.875rem;
  }
}

.sub-contact__field + .sub-contact__field {
  margin-top: 2rem;
}

.sub-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

.sub-contact__label--select {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
  gap: 0.875rem;
}

.sub-contact__badge {
  padding: 0.125rem 0.625rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.sub-contact__badge.is-required {
  border-radius: 5px;
  background: #f65e5d;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .sub-contact__badge.is-required {
    font-size: 0.5625rem;
    padding: 0.125rem 0.4375rem;
  }
}

.sub-contact__badge-company span {
  font-size: 0.75rem;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .sub-contact__badge-company span {
    font-size: 0.625rem;
  }
}

.sub-contact__input,
.sub-contact__textarea {
  border: 1px solid #ddd;
  background: #ffffff;
  width: 100%;
  padding: 10px 12px;
  font: inherit;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  margin-top: 0.5rem;
}

.sub-contact__textarea {
  margin-top: 0.5rem;
  resize: vertical;
  min-height: 140px;
  height: 240px;
}

.sub-contact__input:focus,
.sub-contact__textarea:focus,
.sub-contact__select select:focus {
  border-color: #9fc7ff;
  -webkit-box-shadow: 0 0 0 3px rgba(80, 156, 255, 0.18);
          box-shadow: 0 0 0 3px rgba(80, 156, 255, 0.18);
}

.sub-contact__checks {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.sub-contact__check {
  display: inline-grid;
  grid-template-columns: 24px auto;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sub-contact__check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sub-contact__check-ui {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ddd;
  background: #ffffff;
  display: inline-block;
}

.sub-contact__check input:focus + .sub-contact__check-ui {
  outline: 2px solid rgba(80, 156, 255, 0.35);
  outline-offset: 2px;
}

.sub-contact__check input:checked + .sub-contact__check-ui::after {
  content: "";
  position: relative;
  left: 0.375rem;
  top: 0.1875rem;
  width: 0.5rem;
  height: 0.875rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.sub-contact__check-text {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

.sub-contact__select {
  position: relative;
  margin-top: 0.5rem;
}

.sub-contact__select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dcdcdc));
  background: linear-gradient(180deg, #f9f9f9 0%, #dcdcdc 100%);
}

.sub-contact__select-arrow {
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5625rem;
  height: 2.375rem;
  color: #ffffff;
  font-size: 0.625rem;
  border-radius: 0 5px 5px 0;
  border: 1px solid #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#706f6f), to(#333));
  background: linear-gradient(180deg, #706f6f 0%, #333 100%);
  display: grid;
  place-items: center;
  pointer-events: none;
}

.sub-contact__privacy {
  margin-top: 1.5rem;
}

.sub-contact__agree {
  display: inline-grid;
  grid-template-columns: 15px auto;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sub-contact__agree-ui {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  background: #ffffff;
  display: inline-block;
}

.sub-contact__agree input:checked + .sub-contact__agree-ui::after {
  content: "";
  position: relative;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.sub-contact__agree-text {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
}

.sub-contact__agree-text a {
  color: #5d81f6;
  text-decoration: underline;
}

.sub-contact__submit {
  margin-top: 1.8125rem;
}

.sub-contact__btn {
  width: 100%;
  height: 3.625rem;
  cursor: pointer;
  color: #ffffff;
  background: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.sub-contact__btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}

.fv__company {
  --art-ar: 600/450;
  --art-w: clamp(320px, 45vw, 604px);
  --art-top: -97px;
  --art-right: -64px;
  padding-bottom: 14.4375rem;
}
@media (max-width: 599.98px) {
  .fv__company {
    padding-bottom: 17.5rem;
  }
}

.fv__company .fv__art {
  right: clamp(-64px, -164 * (100vw - 768px) / 672 + 100px, 100px);
  top: clamp(-97px, -45 * (100vw - 768px) / 672 - 52px, -52px);
}
@media (max-width: 767.98px) {
  .fv__company .fv__art {
    top: 16%;
    left: 65%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(82vw, 360px);
  }
}
@media (max-width: 599.98px) {
  .fv__company .fv__art {
    top: auto;
    bottom: auto;
    left: 50%;
  }
}

.sub-company {
  padding-top: 5rem;
  overflow: clip;
}

.sub-company__inner {
  max-width: 1370px;
  padding: 0 2.1875rem;
}

.sub-company__content {
  display: grid;
  grid-template-columns: min(40vw, 553px) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  padding-bottom: 8.75rem;
}
@media (max-width: 1439.98px) {
  .sub-company__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .sub-company__content {
    gap: 1.25rem;
  }
}
@media (max-width: 599.98px) {
  .sub-company__content {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    padding-bottom: 5.625rem;
  }
}

.sub-company__gallery {
  width: 100%;
  aspect-ratio: 553/614;
}
@media (max-width: 599.98px) {
  .sub-company__gallery {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 75vw;
    margin: 0 auto;
  }
}

.sub-company__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .sub-company__title {
    font-size: 1.5rem;
  }
}
.sub-company__title:before {
  content: "";
  width: 0.5625rem;
  height: 3.125rem;
  background: #8376e8;
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .sub-company__title:before {
    width: 0.375rem;
    height: 2.5rem;
  }
}

.company-table {
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .company-table {
    margin-top: 1.5rem;
  }
}

.company-table__row {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 12.25rem 24.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439.98px) {
  .company-table__row {
    gap: 1.875rem;
    grid-template-columns: 9.375rem 1fr;
  }
}
@media (max-width: 767.98px) {
  .company-table__row {
    grid-template-columns: 35% 1fr;
    gap: 0.9375rem;
  }
}

.company-table__row dt {
  padding: 2rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.company-table__row dd {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.company-table__row dt,
.company-table__row dd {
  padding: 2rem 0;
  border-bottom: 1px solid #b8b8b8;
}
@media (max-width: 1439.98px) {
  .company-table__row dt,
  .company-table__row dd {
    padding: 1.75rem 0;
  }
}
@media (max-width: 767.98px) {
  .company-table__row dt,
  .company-table__row dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
    height: 3.3125rem;
  }
}

.company-table__row:first-child > dt,
.company-table__row:first-child > dd {
  border-top: 1px solid #b8b8b8;
}

.sub-company__promo {
  position: relative;
  background: #fae2e2;
  padding-bottom: 2.1875rem;
}
.sub-company__promo:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7.9375rem;
  width: 100%;
  height: 8.125rem;
  background: inherit;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .sub-company__promo:before {
    height: 3.4375rem;
    top: -3.375rem;
  }
}

.promo {
  display: grid;
  grid-template-columns: 1fr minmax(0, 508px);
  gap: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1123px;
  padding-top: 1.875rem;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
@media (max-width: 1439.98px) {
  .promo {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 1fr minmax(auto, 1fr);
    gap: 0.3125rem;
  }
}
@media (max-width: 599.98px) {
  .promo {
    -webkit-transform: none;
            transform: none;
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
.promo:before {
  position: absolute;
  content: "";
  background: url(/img/company/promo-deco.svg) no-repeat center/contain;
  width: 13.25rem;
  aspect-ratio: 212/160;
  left: -12%;
  top: -24%;
}
@media (max-width: 767.98px) {
  .promo:before {
    width: 11.875rem;
    left: -12%;
    top: -44%;
  }
}
@media (max-width: 599.98px) {
  .promo:before {
    display: none;
  }
}

@media (max-width: 599.98px) {
  .promo__text {
    text-align: center;
  }
}

.promo__title {
  display: inline-block;
  background: #f6675d;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 900;
  padding: 0.25rem 1.25rem;
}
@media (max-width: 767.98px) {
  .promo__title {
    font-size: 1.25rem;
    padding: 0.25rem 0.625rem;
  }
}

.promo__title-en {
  color: #f6675d;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 900;
  margin-top: 0.625rem;
}
@media (max-width: 767.98px) {
  .promo__title-en {
    font-size: 0.6875rem;
  }
}

.promo__lead {
  margin-top: 1.5625rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .promo__lead {
    margin-top: 1.125rem;
    font-size: 0.875rem;
  }
}

.promo__image {
  width: min(40vw, 570px);
  height: auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .promo__image {
    width: min(70vw, 300px);
  }
}
@media (max-width: 599.98px) {
  .promo__image {
    margin: 0 auto;
  }
}
.promo__image::before {
  position: absolute;
  content: "";
  background: url(/img/company/promo-shadow-deco.svg) no-repeat center/contain;
  width: min(55vw, 742px);
  aspect-ratio: 742/530;
  z-index: -1;
  top: -13%;
  right: -25%;
}

.fv__legal {
  padding-bottom: 14.375rem;
}
@media (max-width: 767.98px) {
  .fv__legal {
    padding-bottom: 7.1875rem;
  }
}
@media (max-width: 599.98px) {
  .fv__legal {
    padding-bottom: 4.375rem;
  }
}

@media (max-width: 767.98px) {
  .fv__legal .fv__inner:after {
    right: -5rem;
    bottom: -10.625rem;
  }
}

@media (max-width: 599.98px) {
  .fv__legal .fv__title-ja {
    font-size: 1.75rem;
  }
}

.legal {
  padding: 0 0 6.375rem;
}
@media (max-width: 767.98px) {
  .legal {
    padding-bottom: 5rem;
  }
}

.legal__inner {
  max-width: 1180px;
  padding: 0 2.5rem;
}
@media (max-width: 767.98px) {
  .legal__inner {
    padding: 0 0.9375rem;
    max-width: 600px;
  }
}

.legal-section {
  padding-top: 4rem;
}

.legal-section--privacy {
  padding-bottom: 2.125rem;
  border-bottom: 1px solid #9f9e9e;
}

.legal-section__title {
  background: #000;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .legal-section__title {
    font-size: 1.375rem;
  }
}

.legal-section__lead {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  margin: 4rem 0 3.75rem;
}
@media (max-width: 767.98px) {
  .legal-section__lead {
    font-size: 0.8125rem;
    margin: 2.1875rem 0 2.5rem;
  }
}

.legal-article + .legal-article {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .legal-article + .legal-article {
    margin-top: 1.5625rem;
  }
}

.legal-article__heading {
  color: #2993c5;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .legal-article__heading {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.legal-section--terms .legal-article__heading {
  letter-spacing: 0.02em;
}

.legal-list {
  margin: 0;
}

.legal-list li,
.legal-article p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767.98px) {
  .legal-list li,
  .legal-article p {
    font-size: 0.875rem;
  }
}