html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  min-height: 100vh;
}
body.is-fixed {
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background-color: #ffe8c1;
}

.c-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-title__en {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px;
  background: -webkit-gradient(linear, left top, right top, from(#fd8c0c), to(#ef6805));
  background: linear-gradient(90deg, #fd8c0c 0%, #ef6805 100%);
  background-clip: text;
  font-weight: 400;
  font-size: 29px;
  line-height: 1;
  font-family: Roboto;
  letter-spacing: 0.03em;
}
.c-title__en--sm {
  font-size: 24px;
}

.p-cta {
  height: 0;
}
.p-cta__inner {
  -webkit-transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -130px;
          align-items: center;
          justify-content: center;
  max-width: 928px;
  margin: 0 auto;
  padding: 56px 0 40px;
  overflow: hidden;
  gap: 47px;
  border-radius: 50px;
  background: radial-gradient(54.3% 95.86% at 0% 0%, #ffffff 0%, #ffd602 16.35%, #ff6b12 75%);
  color: #fff;
  transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-cta__inner::before {
  -webkit-transition: opacity 0.3s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-cta__inner:hover {
  -webkit-box-shadow: 0 0 0 2px #fb6d0e;
          box-shadow: 0 0 0 2px #fb6d0e;
  color: #fb6d0e;
}
.p-cta__inner:hover::before {
  opacity: 0.85;
}
.p-cta__inner:hover .p-cta__btn {
  background: radial-gradient(50.54% 430.27% at 107.14% -225%, #ffffff 0%, #ffd602 16.35%, #ff6b12 75%);
  color: #fff;
}
.p-cta__inner:hover .p-cta__btn::before {
  background-color: #fff;
}
.p-cta__left {
  z-index: 2;
  position: relative;
  font-weight: 300;
  font-size: 105px;
  line-height: 1.3;
  font-family: "Bellota Text", cursive;
}
.p-cta__right {
  z-index: 2;
  position: relative;
  width: 371px;
}
.p-cta__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.125em;
}
.p-cta__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding: 20px 0;
  gap: 12px;
  border-radius: 999px;
  background: #fff;
  color: #fb6d0e;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  transition: color 0.3s ease, background 0.3s ease;
}
.p-cta__btn::before {
  -webkit-mask-image: url(../img/common/contact.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  aspect-ratio: 28/18;
  -webkit-transition: background-color 0.3s ease;
  display: block;
  width: 28px;
  background-color: #fb6d0e;
  content: "";
          mask-image: url(../img/common/contact.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: background-color 0.3s ease;
}

.u-bg--yellow {
  background-color: #fff7da;
}
.u-bg--orange {
  background-color: #ffe8c1;
}

.l-footer {
  padding-bottom: 200px;
  background-color: #ffe8c1;
}
.l-footer__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: space-between;
}
.l-footer__logo {
  width: 142px;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: flex-end;
  margin-top: 8px;
  gap: 20px;
  color: #485b5a;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.l-footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  margin-top: 15px;
  gap: 30px;
}
.l-footer__pdf-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 8px;
}
.l-footer__pdf-link::after {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 34px;
  height: 16px;
  border-radius: 5px;
  background: linear-gradient(84.29deg, #ef6805 0.68%, #ffa641 99.32%);
  content: "PDF";
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.l-footer__expand-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 8px;
  color: #485b5a;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.l-footer__expand-link::after {
  aspect-ratio: 1/1;
  display: block;
  width: 14px;
  background-image: url(../img/common/expand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-footer__info {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  margin-top: 24px;
  gap: 16px;
  color: #485b5a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.l-footer__info li:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #485b5a;
}

.l-header {
  -webkit-transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  position: fixed;
  top: 12px;
  left: 50%;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  height: 68px;
  padding: 8px 13px 8px 27px;
          transform: translateX(-50%);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}
.l-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-negative: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 1;
          align-items: center;
  min-width: 0;
  max-width: 282px;
  gap: 14px;
}
.l-header__logo-img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  min-width: 0;
}
.l-header__logo-kineya {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  min-width: 0;
}
.l-header__logo-bar {
  -ms-flex-negative: 0;
  display: block;
      flex-shrink: 0;
  width: 1px;
  height: 10px;
  background: #464747;
}
.l-header__nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  gap: 18px;
}
.l-header__nav-link {
  -webkit-transition: color 0.3s ease-in;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in;
}
.l-header__nav-link:hover {
  color: #9e9e9e;
}
.l-header__nav-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  margin-left: 7px;
  padding: 17px 21.5px;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(95.07deg, #ffd602 0.88%, #ff6b12 68.76%);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.l-header__nav-contact:hover::after {
  opacity: 0.4;
}
.l-header__nav-contact::before {
  display: block;
  width: 19px;
  height: 12px;
  background-image: url(../img/common/contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-header__nav-contact::after {
  -webkit-transition: opacity 0.3s ease-in;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.l-header__hamburger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
  width: 2.6rem;
  height: 2.2rem;
}
.l-header__hamburger-line {
  display: block;
  width: 100%;
  height: 0.4rem;
  border-radius: 999rem;
  background: -webkit-gradient(linear, left top, right top, from(#fd8c0c), to(#ef6805));
  background: linear-gradient(90deg, #fd8c0c 0%, #ef6805 100%);
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.9rem) rotate(45deg);
          transform: translateY(0.9rem) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-0.9rem) rotate(-45deg);
          transform: translateY(-0.9rem) rotate(-45deg);
}

.l-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-thanks .contact {
  height: 100%;
  padding: 120px 0 50px;
  background-color: #ffe8c1;
}
.page-thanks .contact__inner {
  height: 100%;
  padding: 60px 8.5% 66px;
  border-radius: 30px;
  background-color: #fff;
}
.page-thanks .contact__desc {
  margin: 88px 0 100px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.page-thanks .contact__desc span {
  display: block;
  margin-top: -5px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.page-thanks .contact__btn {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 189px;
  height: 54px;
  margin: 0 auto;
  border-radius: 4px;
  background: linear-gradient(94.71deg, #fd8c0c 8.5%, #ef6805 82.89%);
  color: #fff;
  font-size: 16px;
}
.page-thanks .contact__btn::before {
  -webkit-transition: opacity 0.3s ease-in, background-color 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in, background-color 0.3s ease-in;
}
.page-thanks .l-footer {
  padding-bottom: 20px;
}

.page-top .kv {
  position: relative;
  background-color: #ffe8c1;
}
.page-top .kv__bg {
  -o-object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
     object-fit: cover;
}
.page-top .kv__inner {
  z-index: 2;
  position: relative;
  padding: 239px 0 133px;
}
.page-top .kv__title {
  width: 59%;
}
.page-top .kv__title img {
  width: 100%;
}
.page-top .kv__text {
  margin-top: 25px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.page-top .kv__img {
  -webkit-transform: translateY(-50%);
  -o-object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 53%;
  right: 0;
  width: 50%;
  max-width: 720px;
  height: auto;
     object-fit: cover;
          transform: translateY(-50%);
  border-radius: 40px 0 0 40px;
}
.page-top .reason {
  background-color: #ffe8c1;
}
.page-top .reason__inner {
  z-index: 2;
  position: relative;
  padding: 67px 8.5% 79px;
  border-radius: 20px;
  background-color: #fff;
}
.page-top .reason__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 62px;
  gap: 68px;
}
.page-top .reason__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.page-top .reason__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 37.9%;
}
.page-top .reason__item-point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
}
.page-top .reason__item-title {
  margin-top: 23px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.page-top .reason__item-text {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.page-top .reason__item-img {
  -o-object-fit: cover;
  position: relative;
  width: 58.6%;
  height: auto;
     object-fit: cover;
}
.page-top .reason__item-img img {
  border-radius: 30px;
}
.page-top .reason__item-img::before {
  -webkit-transform: rotate(-3deg);
  -webkit-transform-origin: center;
  z-index: -1;
  position: absolute;
  top: -15px;
  left: -5px;
  width: 100%;
  height: 100%;
          transform: rotate(-3deg);
          transform-origin: center;
  border-radius: 30px;
  background: linear-gradient(122.1deg, #ffd602 32.46%, #ffa36b 69.27%);
  content: "";
}
.page-top .feature {
  padding: 70px 0 225px;
  background-color: #ffe8c1;
}
.page-top .feature__items {
  -ms-grid-columns: (1fr)[3];
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  gap: 28px;
}
.page-top .feature__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 28px 35px 37px;
  border-radius: 20px;
  background-color: #fff;
}
.page-top .feature__item-img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
  border-radius: 20px;
}
.page-top .feature__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
.page-top .feature__item-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.page-top .system {
  padding: 167px 0 0;
  background-color: #fff7da;
}
.page-top .system__inner {
  z-index: 2;
  position: relative;
  padding: 67px 8.5% 79px;
  border-radius: 20px;
  background-color: #fff;
}
.page-top .system__desc {
  margin-top: 31px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.page-top .system__table {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 64px;
}
.page-top .system__table thead th {
  height: 88px;
  border-radius: 30px 30px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  text-align: center;
}
.page-top .system__table thead th:first-child {
  width: 27.8%;
}
.page-top .system__table thead th:not(:first-child) {
  width: 36.1%;
}
.page-top .system__table thead th:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#ffcc02), to(#ffb20d));
  background: linear-gradient(90deg, #ffcc02 0%, #ffb20d 100%);
}
.page-top .system__table thead th:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(#fd8c0c), color-stop(55%, #ef6805));
  background: linear-gradient(90deg, #fd8c0c 0%, #ef6805 55%);
}
.page-top .system__table tbody th,
.page-top .system__table tbody td {
  height: 88px;
  border: 1px solid #d9d9d9;
}
.page-top .system__table tbody th {
  background-color: #efefef;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.125em;
  text-align: center;
}
.page-top .system__table tbody td {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.125em;
  text-align: center;
}
.page-top .system__table tbody td span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
}
.page-top .type__desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
.page-top .type__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 37px;
  gap: 27px;
}
.page-top .type__item {
  padding: 19px 0 13px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background-color: #fff;
}
.page-top .type__item-img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 51px;
}
.page-top .type__item-title {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
.page-top .type__item-title:has(br) {
  margin-top: -15px;
}
.page-top .benefit {
  padding: 61px 0 207px;
  background-color: #fff7da;
}
.page-top .benefit__items {
  -ms-grid-columns: (1fr)[4];
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 47px;
  gap: 3%;
}
.page-top .benefit__item {
  -webkit-box-shadow: 0px 12px 12px 0px #0000000d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  padding: 35px 0 0;
  border-radius: 30px;
  background-color: #fff;
          box-shadow: 0px 12px 12px 0px #0000000d;
}
.page-top .benefit__item-num {
  -webkit-transform: translateY(-50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#fd8c0c), to(#ef6805));
  background: linear-gradient(90deg, #fd8c0c 0%, #ef6805 100%);
  background-clip: text;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}
.page-top .benefit__item-title {
  padding: 0 29px;
  color: #ff870e;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  word-break: break-all;
}
.page-top .benefit__item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 4px 25px 0px 29px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.page-top .benefit__item img {
  width: 100%;
  height: auto;
  margin-top: 31px;
  border-radius: 0 0 30px 30px;
}
.page-top .voice {
  padding-top: 181px;
  overflow: hidden;
  background-color: #f3f1f1;
}
.page-top .voice__swiper {
  position: relative;
  margin-top: 38px;
  padding-bottom: 115px;
}
.page-top .voice__swiper-item {
  -webkit-box-shadow: 0px 12px 12px 0px #0000000d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: space-between;
  height: auto;
  padding: 23px 22px 49px;
  border-radius: 25px;
  background-color: #fff;
          box-shadow: 0px 12px 12px 0px #0000000d;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
}
.page-top .voice__swiper-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -54px;
  left: 0;
          align-items: flex-end;
          justify-content: space-between;
  width: 100%;
}
.page-top .voice__swiper-bottom img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  -webkit-box-shadow: 0px 4px 8px 0px #0000001a;
  width: 101px;
     object-fit: cover;
  border-radius: 50%;
          box-shadow: 0px 4px 8px 0px #0000001a;
}
.page-top .voice__swiper-name {
  margin-right: 21px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.page-top .voice__swiper-scrollbar {
  height: 7px;
  border-radius: 5px;
  background-color: #e0e0e0;
  cursor: pointer;
}
.page-top .voice__swiper-scrollbar .swiper-scrollbar-drag {
  -webkit-transition: all 0.2s ease;
  border-radius: 5px;
  background: linear-gradient(88.81deg, #ffc70d 44.49%, #ffee02 123.24%);
  cursor: -webkit-grab;
  cursor: grab;
  transition: all 0.2s ease;
}
.page-top .voice__swiper-scrollbar .swiper-scrollbar-drag:active {
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.page-top .flow {
  padding: 121px 0 63px;
  background-color: #f3f1f1;
}
.page-top .flow__inner {
  padding: 67px 8.5% 105px;
  border-radius: 30px;
  background-color: #fff;
}
.page-top .flow__desc {
  margin-top: 50px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.page-top .flow__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 35px 4px 0;
  padding: 52px 10% 47px;
  gap: 20px;
  border-radius: 15px;
  background-color: #ffe8c1;
}
.page-top .flow__item {
  -ms-grid-columns: 40px 1fr;
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  padding: 31px 38px 27px;
  gap: 16px;
  background-color: #fff;
}
.page-top .flow__item:not(:last-child)::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 71px;
  left: 55px;
  width: 3px;
  height: 100%;
  background-image: radial-gradient(ellipse 1.5px 2.5px at center, #fb6d0e 100%, transparent 100%);
  background-size: 3px 8px;
  background-repeat: repeat-y;
  content: "";
}
.page-top .flow__num {
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  place-content: center;
  border-radius: 3px;
  background: linear-gradient(146.98deg, #fd8c0c 7.39%, #ef6805 93.6%);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  font-family: Roboto;
}
.page-top .flow__title {
  color: #ff870e;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.page-top .flow__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.page-top .flow__support {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-top: 23px;
  padding: 23px 39px 16px;
  border-radius: 10px;
  background-color: #efefef;
}
.page-top .flow__support-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  text-align: center;
}
.page-top .flow__support-items {
  -ms-grid-columns: (1fr)[2];
  -ms-grid-rows: (1fr)[5];
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[5];
  grid-template-rows: repeat(5, 1fr);
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
  padding: 34px;
  gap: 13px 34px;
  background-color: #fff;
}
.page-top .flow__support-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.page-top .flow__support-num {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  display: -ms-grid;
  display: grid;
      flex-shrink: 0;
  place-content: center;
  width: 18px;
  border: 1px solid #ff870e;
  border-radius: 50%;
  color: #ff870e;
  font-weight: 500;
  font-size: 10px;
  font-family: "Fira Sans", sans-serif;
}
.page-top .faq {
  padding: 157px 0 0;
  background-color: #ffe8c1;
}
.page-top .faq__inner {
  padding: 67px 8.5% 79px;
  border-radius: 30px;
  background-color: #fff;
}
.page-top .faq__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 41px;
  gap: 16px;
}
.page-top .faq__item {
  -webkit-box-shadow: 0px 0px 12px 0px #0000001a;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  border-radius: 10px;
          box-shadow: 0px 0px 12px 0px #0000001a;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-top .faq__item.is-open .faq__question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-top .faq__question {
  -webkit-transition: color 0.3s ease;
  position: relative;
  width: 100%;
  margin: -10px 0;
  padding: 32px 75px 19px 64px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.3s ease;
}
.page-top .faq__question::before {
  position: absolute;
  top: 34px;
  left: 31px;
  content: "Q. ";
  color: #fd8c0c;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.page-top .faq__question::after {
  aspect-ratio: 19/10;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 26px;
  background-image: url(../img/common/chevron.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-top .faq__answer {
  max-height: 0;
  margin-top: 16px;
  margin-right: 75px;
  margin-bottom: 0;
  margin-left: 66px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
}
.page-top .faq__answer.is-open {
  max-height: 1000px;
  margin-bottom: 16px;
}
.page-top .contact {
  padding: 52px 0 31px;
  background-color: #ffe8c1;
}
.page-top .contact__inner {
  padding: 60px 8.5% 66px;
  border-radius: 30px;
  background-color: #fff;
}
.page-top .contact__desc {
  margin-top: 25px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.page-top .contact__desc span {
  display: block;
  margin-top: -5px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.page-top .contact__attention {
  margin-top: 6px;
  color: #f50124;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: right;
}
.page-top .contact__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 10px;
  gap: 40px;
}
.page-top .contact__form-item-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
.page-top .contact__form-item-title span {
  color: #f50124;
  font-size: 10px;
}
.page-top .contact__form-item-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6;
}
.page-top .contact__form-item-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
  margin-top: 6px;
  gap: 20px 67px;
}
.page-top .contact__form-item-checkbox input {
  display: none;
}
.page-top .contact__form-item-checkbox input:checked + label::before {
  background: linear-gradient(122.1deg, #ffd602 7.01%, #ff6b12 53.71%);
}
.page-top .contact__form-item-checkbox label {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}
.page-top .contact__form-item-checkbox label::before {
  aspect-ratio: 1/1;
  display: block;
  width: 16px;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  background-color: #f7f7f7;
  content: "";
}
.page-top .contact__form-item-textarea {
  width: 100%;
  height: 108px;
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6;
}
.page-top .contact__form-item-link {
  -webkit-transition: color 0.3s ease-in;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 10%;
  text-decoration: underline;
  transition: color 0.3s ease-in;
}
.page-top .contact__form-item-link:hover {
  color: #9e9e9e;
}
.page-top .contact__form-item-error {
  display: none;
  width: 100%;
  margin-top: 5px;
  color: #f50124;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
.page-top .contact__form-item.error .contact__form-item-input,
.page-top .contact__form-item.error .contact__form-item-textarea {
  border-color: #f50124;
}
.page-top .contact__form-item.error .contact__form-item-error {
  display: block;
}
.page-top .contact__form-btn {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 189px;
  height: 54px;
  border-radius: 4px;
  background: linear-gradient(94.71deg, #fd8c0c 8.5%, #ef6805 82.89%);
  color: #fff;
  font-size: 16px;
}
.page-top .contact__form-btn::before {
  -webkit-transition: opacity 0.3s ease-in, background-color 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in, background-color 0.3s ease-in;
}
.page-top .contact__form-btn:disabled {
  pointer-events: none;
}
.page-top .contact__form-btn:disabled::before {
  background-color: #00000033;
  opacity: 1;
}
.page-top .contact__form-btn:not(:disabled):hover::before {
  background-color: #fff;
  opacity: 0.4;
}
.page-top .fixed-content {
  aspect-ratio: 280/160;
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 280px;
}
.page-top .fixed-content:hover .fixed-content__inner::before {
  opacity: 0.5;
}
.page-top .fixed-content:hover .fixed-content__inner .fixed-content__icon {
  background-image: url(../img/common/contact-after.svg);
}
.page-top .fixed-content.is-close {
  display: none;
}
.page-top .fixed-content__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 17px;
  border-radius: 20px 0 0 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fd8c0c), to(#ef6805));
  background: linear-gradient(90deg, #fd8c0c 0%, #ef6805 100%);
  color: #fff;
}
.page-top .fixed-content__inner::before {
  -webkit-transition: opacity 0.3s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-color: #b5b5b5;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-top .fixed-content__close {
  aspect-ratio: 1/1;
  z-index: 3;
  position: absolute;
  top: -15px;
  right: 4px;
  width: 30px;
}
.page-top .fixed-content__close img {
  width: 100%;
  height: auto;
}
.page-top .fixed-content__top {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 0px 2px 2px #00000040;
}
.page-top .fixed-content__top::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/fixed-bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-top .fixed-content__bottom {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0px 2px 2px #00000040;
}
.page-top .fixed-content__icon {
  aspect-ratio: 77/55;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 23px;
  width: 77px;
  background-image: url(../img/common/contact-before.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-top .fixed-content__arrow {
  aspect-ratio: 1/1;
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.5641025641vw;
  }
  .c-title {
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
  .c-title__en {
    margin: 0 auto 0.4rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-cta {
    height: auto;
  }
  .p-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    top: 0;
            flex-direction: column;
    padding: 0.9rem 0 1.8rem;
    gap: 0;
    border-radius: 0;
  }
  .p-cta__inner::before {
    border-radius: 0;
  }
  .p-cta__inner:hover {
    -webkit-box-shadow: 0 0 0 0.2rem #fb6d0e;
            box-shadow: 0 0 0 0.2rem #fb6d0e;
  }
  .p-cta__inner:hover .p-cta__btn {
    background: linear-gradient(264.83deg, #ffd602 -12.39%, #ff6b12 52.05%);
  }
  .p-cta__left {
    font-weight: 700;
    font-size: 3.7rem;
  }
  .p-cta__right {
    width: 100%;
  }
  .p-cta__text {
    font-size: 1.2rem;
    letter-spacing: 0.17em;
    text-align: center;
  }
  .p-cta__btn {
    width: 21.7rem;
    margin: 0.8rem auto 0;
    padding: 0.9rem 0;
    font-size: 1.8rem;
  }
  .l-footer {
    padding-bottom: 16rem;
  }
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__logo {
    width: 15.2rem;
    margin: 0 auto;
  }
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            flex-direction: column;
            align-items: flex-start;
    margin-top: 3.4rem;
    gap: 0.9rem;
    font-size: 1.4rem;
  }
  .l-footer__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 3.1rem;
    gap: 2.6rem;
  }
  .l-footer__pdf-link {
    gap: 0.8rem;
  }
  .l-footer__pdf-link::after {
    width: 3.4rem;
    height: 1.6rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
  }
  .l-footer__expand-link {
    gap: 0.8rem;
    font-size: 1.4rem;
  }
  .l-footer__expand-link::after {
    width: 1.4rem;
  }
  .l-footer__info {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
        flex-wrap: wrap;
            justify-content: flex-start;
    margin-top: 2.4rem;
    gap: 1.6rem;
    font-size: 1.4rem;
  }
  .l-footer__info li:not(:last-child) {
    padding-right: 1.6rem;
  }
  .l-header {
    top: 1rem;
    width: 35.8rem;
    height: 5.6rem;
    padding: 1.1rem 1.9rem 1.1rem 1.7rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
  }
  .l-header:has(.is-active) {
    border-radius: 1rem 1rem 0 0;
  }
  .l-header__logo {
    max-width: unset;
    gap: 1rem;
  }
  .l-header__logo-img {
    width: 9rem;
  }
  .l-header__logo-kineya {
    width: 11.9rem;
  }
  .l-header__logo-bar {
    height: 0.8rem;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__nav.is-active {
    -webkit-transform: translateY(100%);
    display: block;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.8rem 3rem;
            transform: translateY(100%);
    border-radius: 0 0 1rem 1rem;
    background: rgba(255, 255, 255, 0.98);
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            flex-direction: column;
            align-items: flex-start;
    gap: 1.2rem;
  }
  .l-header__nav-item {
    width: 100%;
  }
  .l-header__nav-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    width: 100%;
    font-size: 1.6rem;
  }
  .l-header__nav-link::after {
    aspect-ratio: 1/1;
    width: 2.4rem;
    background-image: url(../img/common/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .l-header__nav-contact {
    width: 16rem;
    margin: auto;
    padding: 2rem 2.1rem;
    gap: 1rem;
    font-size: 1.5rem;
  }
  .l-header__nav-contact::before {
    width: 1.9rem;
    height: 1.2rem;
  }
  .l-inner {
    padding: 0 1.6rem;
  }
  .page-thanks .contact {
    padding: 10rem 0 2rem;
  }
  .page-thanks .contact__inner {
    padding: 3.2rem 1.9rem 5.2rem;
    border-radius: 1.5rem;
  }
  .page-thanks .contact__desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-thanks .contact__desc span {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-thanks .contact__btn {
    width: 18.9rem;
    height: 5.4rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }
  .page-top .kv__inner {
    padding: 8.3rem 1.6rem 1.7rem;
  }
  .page-top .kv__title {
    width: 33.4rem;
  }
  .page-top .kv__text {
    margin-top: 0.6rem;
    padding-left: 0;
    font-size: 1.65rem;
    letter-spacing: 0.12em;
  }
  .page-top .kv__img {
    -webkit-transform: unset;
    position: relative;
    top: 0;
    width: 37.4rem;
    margin-left: 1.6rem;
            transform: unset;
    border-radius: 4rem 0 0 4rem;
  }
  .page-top .reason {
    padding-top: 6rem;
  }
  .page-top .reason .c-title {
    font-size: 3.9rem;
  }
  .page-top .reason .c-title__en {
    font-size: 2.4rem;
  }
  .page-top .reason__inner {
    padding: 3rem 1.9rem 3.2rem;
    border-radius: 1.5rem;
  }
  .page-top .reason__items {
    margin-top: 2.8rem;
    gap: 3rem;
  }
  .page-top .reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-top .reason__item-content {
    width: 100%;
  }
  .page-top .reason__item-point {
    height: 1.4rem;
    margin: 0 auto;
  }
  .page-top .reason__item-title {
    margin-top: 1rem;
    font-size: 2.5rem;
    text-align: center;
  }
  .page-top .reason__item-text {
    margin-top: 0.3rem;
    font-size: 1.6rem;
  }
  .page-top .reason__item-img {
    width: 100%;
    margin-top: 2.8rem;
  }
  .page-top .reason__item-img img {
    border-radius: 2rem;
  }
  .page-top .reason__item-img::before {
    -webkit-transform: none;
    top: -1rem;
    left: 0;
            transform: none;
    border-radius: 2rem;
  }
  .page-top .feature {
    padding: 2.8rem 0 3.9rem;
  }
  .page-top .feature .c-title {
    font-size: 3.3rem;
  }
  .page-top .feature__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
    gap: 2rem;
  }
  .page-top .feature__item {
    padding: 2.1rem 2.3rem 2.4rem;
    border-radius: 1.5rem;
  }
  .page-top .feature__item:nth-child(1) .feature__item-img {
    width: 19rem;
  }
  .page-top .feature__item:nth-child(2) .feature__item-img {
    width: 26.4rem;
    margin-top: -1.6rem;
  }
  .page-top .feature__item:nth-child(3) .feature__item-img {
    width: 20.8rem;
    margin-top: -1.2rem;
  }
  .page-top .feature__item-img {
    margin: auto;
  }
  .page-top .feature__item-title {
    margin-top: -0.3rem;
    font-size: 2.4rem;
  }
  .page-top .feature__item-text {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-top .system {
    padding-top: 2.8rem;
  }
  .page-top .system__inner {
    padding: 4rem 1.9rem 3.8rem;
    border-radius: 1.5rem;
  }
  .page-top .system__desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-top .system__table {
    margin-top: 2.5rem;
    margin-bottom: 3.2rem;
  }
  .page-top .system__table thead th {
    height: 5.6rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .page-top .system__table thead th:first-child {
    width: 26.875%;
  }
  .page-top .system__table thead th:not(:first-child) {
    width: 36.5625%;
  }
  .page-top .system__table tbody th,
.page-top .system__table tbody td {
    height: 9.8rem;
  }
  .page-top .system__table tbody th {
    font-size: 1.3rem;
  }
  .page-top .system__table tbody td {
    font-size: 1.3rem;
  }
  .page-top .system__table tbody td span {
    font-size: 1.1rem;
  }
  .page-top .type__desc {
    margin-top: 0.8rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .page-top .type__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
    gap: 0.7rem;
  }
  .page-top .type__item {
    padding: 1.4rem 0 0.6rem;
    border-radius: 0.5rem;
  }
  .page-top .type__item:last-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .page-top .type__item-img {
    padding: 0 1.7rem;
  }
  .page-top .type__item-title:has(br) {
    margin-top: -10px;
  }
  .page-top .type__item-title {
    margin-top: 0;
    font-size: 0.9rem;
  }
  .page-top .benefit {
    padding: 3.1rem 0 3.9rem;
  }
  .page-top .benefit__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 4.1rem;
    gap: 3.1rem;
  }
  .page-top .benefit__item {
    -ms-grid-columns: 197fr 161fr;
    -ms-grid-rows: auto 1fr;
    -webkit-box-shadow: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 197fr 161fr;
    grid-template-columns: 197fr 161fr;
    height: 22.4rem;
    padding: 0;
    border-radius: 1rem;
            box-shadow: none;
  }
  .page-top .benefit__item-num {
    left: 1.9rem;
    font-size: 2.8rem;
  }
  .page-top .benefit__item-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding: 2rem 0 0 2.2rem;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .page-top .benefit__item-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding: 0 1.9rem 0 2.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .page-top .benefit__item img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
    border-radius: 0 1.5rem 1.5rem 0;
  }
  .page-top .voice {
    padding-top: 3.2rem;
  }
  .page-top .voice__swiper {
    margin-top: 3.5rem;
    padding-bottom: 6rem;
  }
  .page-top .voice__swiper-item {
    -webkit-box-shadow: 0px 1.2rem 1.2rem 0px #0000000d;
    padding: 2.3rem 2.2rem 4.9rem;
    border-radius: 2.5rem;
            box-shadow: 0px 1.2rem 1.2rem 0px #0000000d;
    font-size: 1.6rem;
  }
  .page-top .voice__swiper-bottom {
    bottom: -5.4rem;
  }
  .page-top .voice__swiper-bottom img {
    width: 10.1rem;
  }
  .page-top .voice__swiper-name {
    margin-right: 2.1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .page-top .voice__swiper-scrollbar {
    display: none;
  }
  .page-top .flow {
    padding: 3.2rem 0 3.8rem;
  }
  .page-top .flow__inner {
    padding: 3rem 1.9rem 2.2rem;
    border-radius: 1.5rem;
  }
  .page-top .flow__desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-top .flow__items {
    margin: 1.9rem 0 0;
    padding: 2.7rem 1.5rem 3.1rem;
    gap: 1.8rem;
    border-radius: 1rem;
  }
  .page-top .flow__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 2.2rem 3.2rem 2.3rem;
    gap: 1.8rem;
    border-radius: 1rem;
  }
  .page-top .flow__item:not(:last-child)::before {
    top: 2.6rem;
    left: 0.3rem;
    width: 0.3rem;
    height: 100%;
    background-image: radial-gradient(ellipse 0.15rem 0.25rem at center, #fb6d0e 100%, transparent 100%);
    background-size: 0.3rem 0.8rem;
  }
  .page-top .flow__num {
    aspect-ratio: 1/1;
    position: absolute;
    top: -1rem;
    left: -1.5rem;
    width: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
  }
  .page-top .flow__title {
    font-size: 2.2rem;
  }
  .page-top .flow__text {
    margin-top: -0.1rem;
    font-size: 1.4rem;
  }
  .page-top .flow__support {
    width: 25.6rem;
    margin-top: 0;
    margin-left: -1.9rem;
    padding: 1.8rem 1.5rem 1.6rem;
  }
  .page-top .flow__support-title {
    font-size: 1.4rem;
  }
  .page-top .flow__support-items {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: (1fr)[10];
    grid-template-rows: repeat(10, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1.4rem;
    padding: 1.4rem 0.8rem;
    gap: 0.6rem;
  }
  .page-top .flow__support-item {
    gap: 0.7rem;
    font-size: 1.2rem;
  }
  .page-top .flow__support-num {
    width: 1.6rem;
    font-size: 0.8rem;
  }
  .page-top .faq {
    padding: 3.8rem 0 0;
  }
  .page-top .faq__inner {
    padding: 3rem 1.9rem 3.8rem;
    border-radius: 1.5rem;
  }
  .page-top .faq__items {
    margin-top: 2rem;
    gap: 1.6rem;
  }
  .page-top .faq__item {
    border-radius: 1rem;
  }
  .page-top .faq__question {
    margin: 0 0 -2.2rem;
    padding: 2.4rem 6.3rem 2.4rem 6.6rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .page-top .faq__question::before {
    top: 1.9rem;
    left: 3rem;
    font-size: 2rem;
  }
  .page-top .faq__question::after {
    top: 2.5rem;
    right: 2rem;
    width: 2.7rem;
  }
  .page-top .faq__answer {
    margin-top: 1.6rem;
    margin-right: 7.5rem;
    margin-left: 6.6rem;
    font-size: 1.4rem;
  }
  .page-top .contact {
    padding: 3.8rem 0 2.8rem;
  }
  .page-top .contact__inner {
    padding: 3.2rem 1.9rem 5.2rem;
    border-radius: 1.5rem;
  }
  .page-top .contact__desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
  .page-top .contact__desc span {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-top .contact__attention {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
  .page-top .contact__form {
    margin-top: 1rem;
    gap: 4rem;
  }
  .page-top .contact__form-item-title {
    font-size: 1.5rem;
  }
  .page-top .contact__form-item-title span {
    font-size: 1rem;
  }
  .page-top .contact__form-item-input {
    padding: 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
  .page-top .contact__form-item-checkbox {
    margin-top: 0.6rem;
    gap: 1.6rem 3.6rem;
  }
  .page-top .contact__form-item-checkbox label {
    gap: 1rem;
    font-size: 1.5rem;
  }
  .page-top .contact__form-item-checkbox label::before {
    width: 1.6rem;
    border-radius: 0.4rem;
  }
  .page-top .contact__form-item-textarea {
    height: 10.8rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
  .page-top .contact__form-item-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .page-top .contact__form-item-error {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
  .page-top .contact__form-btn {
    width: 18.9rem;
    height: 5.4rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }
  .page-top .fixed-content {
    bottom: 1rem;
    width: 22rem;
  }
  .page-top .fixed-content__inner {
    border-radius: 2rem 0 0 2rem;
  }
  .page-top .fixed-content__inner::before {
    border-radius: 2rem 0 0 2rem;
  }
  .page-top .fixed-content__close {
    top: -1.5rem;
    right: 0.4rem;
    width: 3rem;
  }
  .page-top .fixed-content__top {
    font-size: 1.2rem;
  }
  .page-top .fixed-content__bottom {
    font-size: 2.6rem;
  }
  .page-top .fixed-content__icon {
    left: 2.3rem;
    width: 5.99rem;
  }
  .page-top .fixed-content__arrow {
    width: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
  .c-title--left {
    text-align: left;
  }
  .c-title--left span {
    margin-left: 0;
  }
  .l-header__hamburger {
    display: none;
  }
  .page-top .reason__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-top .flow__support-item:nth-child(n+6) {
    -ms-grid-column: 2;
    grid-row: calc(var(--index) - 5);
    grid-column: 2;
  }
  .page-top .flow__support-item:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-top .flow__support-item:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-top .flow__support-item:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-top .flow__support-item:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-top .flow__support-item:nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .page-top .flow__support-item:nth-child(6) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .page-top .flow__support-item:nth-child(7) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .page-top .flow__support-item:nth-child(8) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page-top .flow__support-item:nth-child(9) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .page-top .flow__support-item:nth-child(10) {
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
