/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "UTF-8";

:root {
    --mh--contents--width: 1100px;
    --mh--contents--wide-width: 1400px;
    --mh--contents--padding--side: 30px;
    --mh--contents--small-padding--side: 20px;
    --mh--contents--col2-padding--side: 20px;
    --mh--contents--width-with-padding: calc(var(--mh--contents--width) + var(--mh--contents--padding--side) * 2);
    --mh--contents--wide-width-with-padding: calc(var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2)
}

:root {
    --mh--easing: ease;
    --mh--duration: .3s;
    --mh--duration2: .6s
}

@media(min-width: 768px) {
    :root {
        --mh--contents--padding--side: 70px;
        --mh--contents--small-padding--side: 70px;
        --mh--contents--col2-padding--side: 70px
    }
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  letter-spacing: 0.1em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

address a {
  font-weight: 700;
  color: #288cd2;
  cursor: pointer;
}

.text-red {
  color:#ff0000;
  display: unset !important;
  margin: auto !important;
  font-size: unset !important;
  font-weight: unset !important;
  letter-spacing: unset !important;
}

.text-corporate-color {
  color:#288CD2;
}

h1.section-title {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin: -4px 0;
}

.section-title__title {
  margin: 3px 0 0 30px;
}

.section-title__title img {
  width: auto;
  height: 53px;
}

.section-notice {
  padding: 10px 0 10px 47px;
  font-weight: bold;
}

.common-link-box__link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 11px;
}

.common-link-box__link:hover p {
  color: #29abe2;
}

.common-link-box__link:hover::before {
  width: calc(100% + 59px);
}

.common-link-box__link:hover::after {
  right: -51px;
}

.common-link-box__link::before {
  position: absolute;
  bottom: -14px;
  left: -2px;
  width: calc(100% + 52px);
  height: 2px;
  background: black;
  content: "";
  transition: width, .3s;
}

.common-link-box__link::after {
  position: absolute;
  right: -44px;
  bottom: -15px;
  height: 18px;
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg);
  width: 2px;
  background: black;
  content: "";
  transition: right, .3s;
}

.common-link-box__link p {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  transition: color, .3s;
}

.common-link-box__link p::before {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 15px 0 0;
  background-image: url("/img/index/common-arrow.png");
  background-position: center;
  background-size: cover;
  content: "";
}

.contact-content-box__title {
  margin: 0 0 102px;
  padding: 0 78px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.6px;
}

.contact-content-box__container {
  margin: 0 0 0 6px;
  border-bottom: 1px solid black;
}

.contact-tabs {
  display: flex;
  padding: 0 35px;
  border-bottom: 1px solid black;
}

.contact-tab {
  width: 400px;
  margin-bottom: -1px;
  padding: 25px 0 21px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid black;
  cursor: pointer;
  text-align: center;
}

.contact-tab:not(:first-child) {
  margin-left: -1px;
}

.contact-tab--line:hover .contact-tab__title::before {
  color: #00b900 !important;
}

.contact-tab--line.active .contact-tab__title::before {
  color: #00b900 !important;
}

.contact-tab:hover .contact-tab__title::before {
  color: #29abe2;
}

.contact-tab.active {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid white;
  z-index: 1;
}

.contact-tab.active .contact-tab__title::before {
  color: #29abe2;
}

.contact-tab__title {
  position: relative;
  display: inline-block;
}

.contact-tab__title::before {
  position: absolute;
  top: 6px;
  left: -31px;
  color: #999999;
  transition: color, .3s;
  content: "\25BC";
}

.contact-tab__title img {
  width: auto;
  height: 29px;
}

.contact-content {
  display: none;
  position: relative;
}

.contact-content.active {
  display: block;
}

.contact-line {
  display: flex;
  padding: 38px 72px 44px;
}

.contact-line__title {
  margin: 7px 39px 0 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.39;
  letter-spacing: 2.8px;
}

.contact-line__link {
  display: inline-block;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
}

.contact-line__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.contact-line__link img {
  width: 313px;
  height: auto;
}

.contact-tel {
  display: flex;
  padding: 38px 72px 44px;
}

.contact-tel__title {
  margin: 0 15px 0 0;
  padding: 21px 0 0;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact-tel__title span {
  font-size: 23px;
  margin: 0 0 0 13px;
  letter-spacing: 3px;
}

.contact-tel__link {
  display: inline-block;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
}

.contact-tel__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.contact-tel__link img {
  width: 313px;
  height: auto;
}

.contact-mail {
  padding: 60px 72px 98px;
}

.contact-mail-form__notice {
  margin: 0 0 34px;
  color: #ff6200;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
}

.contact-mail-form__notice span {
  font-size: 23px;
}

.contact-mail-form__privacy {
  padding: 48px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

.contact-mail-form__privacy a {
  color: #288CD2;
  text-decoration: underline;
}

.contact-mail-form submit {
  display: inline-block;
  margin: 48px 0 0 322px;
  padding: 20px 122px;
  font-size: 34px;
  font-weight: 700;
  background: white;
  color: #29abe2;
  border: 1px solid #29abe2;
  transition: background, color, .3s;
  cursor: pointer;
}

.contact-mail-form submit:hover {
  background: #29abe2;
  color: white;
}

.contact-mail-form-content {
  display: flex;
}

.contact-mail-form-content:not(:last-child) {
  margin: 0 0 40px;
}

.contact-mail-form-content__label-box {
  width: 322px;
  padding: 18px 0;
}

.contact-mail-form-content__label-box label {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 1.5px;
}

.contact-mail-form-content__label-box label span {
  font-size: 23px;
  color: #ff6200;
}

.contact-mail-form-content__input-box {
  flex: 1;
}

.contact-mail-form-content__input-box input,
.contact-mail-form-content__input-box button,
.contact-mail-form-content__input-box select,
.contact-mail-form-content__input-box textarea,
.contact-mail-form-content__input-box checkbox {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  line-height: 1;
}

.contact-mail-form-content__input-box input[type="text"],
.contact-mail-form-content__input-box textarea,
.contact-mail-form-content__input-box input[type="tel"],
.contact-mail-form-content__input-box input[type="mail"] {
  width: 100%;
  padding: 6px 23px;
  max-width: 700px;
  border: 1px solid black;
  font-size: 23px;
  font-weight: 700;
}

.contact-mail-form-content__input-box input[type="text"]::-webkit-input-placeholder,
.contact-mail-form-content__input-box textarea::-webkit-input-placeholder,
.contact-mail-form-content__input-box input[type="tel"]::-webkit-input-placeholder,
.contact-mail-form-content__input-box input[type="mail"]::-webkit-input-placeholder {
  color: #cccccc;
}

.contact-mail-form-content__input-box input[type="text"]::placeholder,
.contact-mail-form-content__input-box textarea::placeholder,
.contact-mail-form-content__input-box input[type="tel"]::placeholder,
.contact-mail-form-content__input-box input[type="mail"]::placeholder {
  color: #cccccc;
}

.contact-mail-form-content__input-box textarea {
  padding: 23px;
  line-height: 1.6;
}

.contact-mail-form-content-checkbox {
  position: relative;
  padding: 22px 0 25px;
}

.contact-mail-form-content-checkbox label {
  position: relative;
  display: block;
  padding: 0 0 0 50px;
  font-size: 20px;
  letter-spacing: 2.4px;
  font-weight: 700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.contact-mail-form-content-checkbox label:not(:last-child) {
  margin: 0 0 29px;
}

.contact-mail-form-content-checkbox label::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 31px;
  height: 31px;
  border: 1px solid black;
  content: "";
}

.contact-mail-form-content-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.contact-mail-form-content-checkbox input:checked + label::before {
  background: #29abe2;
  border: 1px solid #29abe2;
}

.page-title-box {
  padding: 185px 0 0;
  text-align: center;
}

.page-title-box__title {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 6px;
  margin: 0 0 38px;
}

.page-title-box__subtitle {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 6px;
}

.page-title-box__notice {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.plan__content-container {
  display: flex;
  margin: 0 0 39px;
  padding: 0 0 0 41px;
}

.plan-content {
  width: 578px;
}

.plan-content__container {
  margin: 0 0 51px;
  padding: 20px 57px 12px 37px;
  border-left: 1px solid #cccccc;
}

.plan-content-title-box {
  padding: 0 0 43px;
  border-bottom: 1px solid #cccccc;
}

.plan-content-title-box__subtitle {
  margin: 0 0 24px;
  font-size: 19px;
  font-weight: 700;
  color: #29abe2;
  letter-spacing: 2.2px;
}

.plan-content-title-box__title {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 5px;
}

.plan-content-title-box__title small {
  font-size: 40%;
}

.plan-content-price-box {
  padding: 44px 0;
}

.plan-content-price-box__price {
  margin: 0 0 40px;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 1px;
}

.plan-content-price-box__price span {
  font-size: 23px;
}

.plan-content-price-box__price span span {
  font-size: 10px;
}

.plan-content-price-box__price small {
  font-size: 15px;
  font-weight: normal;
}

.plan-content-price-box__description {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 2.6px;
  height: 200px;
}

.plan-content-price-box__description small {
  font-size: 15px;
  font-weight: normal;
}

.plan-content-cycle-box__title {
  position: relative;
  margin: 0 0 14px;
  padding: 0 29px 27px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 2px;
}

.plan-content-cycle-box__title::before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  color: #29abe2;
  content: "\25BC";
}

.plan-content-cycle-box__title small {
  font-size: 15px;
  font-weight: normal;
}

.plan-content-cycle-box__description {
  min-height: 26px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.plan-notice {
  padding: 0 41px;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.plan-notice span {
  font-size: 12px;
  font-weight: bold;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

* {
  box-sizing: border-box;
}

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

.wrapper {
  position: relative;
  top: 110px;
}

.resize-target-container {
  position: relative;
  /* overflow: hidden; */
}

.js-modal-hide.is-hide {
  display: none;
}

.js-resize-target {
  width: 1400px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.only-sp {
  display: none;
}

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

.t-mv-slider__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: clip;
  padding-top: 100px;
}

.t-mv-slider-item {
  width: 100%;
  height: 100%;
}

.t-mv-slider-item.swiper-slide-active img, .t-mv-slider-item.swiper-slide-duplicate-active img, .t-mv-slider-item.swiper-slide-prev img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  -webkit-transform: translateX(0) scale(1.2);
          transform: translateX(0) scale(1.2);
  -webkit-animation: move 24s linear 0s normal both;
          animation: move 24s linear 0s normal both;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0) scale(1.2);
            transform: translateX(0) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-10%) scale(1.2);
            transform: translateX(-10%) scale(1.2);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(0) scale(1.2);
            transform: translateX(0) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-10%) scale(1.2);
            transform: translateX(-10%) scale(1.2);
  }
}

@layer component {
  .js-swiper-fade-top {
    width: 100%;
    height: 100%;
  }
  /* スライドの動き等速 */
  .js-swiper-fade-top .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  
  /* 画像のサイズ調整 */
  .js-swiper-fade-top .swiper-slide img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

.wrapper--index .js-resize-target{
  width: 100%;
}

/* ファーストビューセクション */

@keyframes kv-slide-left {
  0%   { transform: translateX(0); }
  100%  { transform: translateX(-3%); }
}

/* ──────────────── */
/* 2. 対象クラスにアニメーションを割り当て */
/* ──────────────── */
/* 以下では、.js-kv-content の中の <img> にアニメーションをかけています。 */
.js-kv-content img {
  /* アニメーションの合計時間を 10 秒（例）に */
  animation: kv-slide-left 10s ease-in-out infinite;
  /* transform のアニメーションを滑らかにする */
  will-change: transform;
}

.wrapper--index .kv {
  position: relative;
  height: 930px;
  padding: 112px 0 0;
  margin: 0;
  box-sizing: content-box;
}

.wrapper--index .kv__content-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.wrapper--index .kv-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wrapper--index .kv-content:nth-child(1) {
  opacity: 1;
}

.wrapper--index .kv-content:nth-child(2) {
  animation: kv2 20s linear infinite;
}
@keyframes kv2 {
  0% { opacity: 0; }
  24% { opacity: 0; }
  26% { opacity: 1; }
  51% { opacity: 1; }
  100% { opacity: 0; }
}
.wrapper--index .kv-content:nth-child(3) {
  animation: kv3 20s linear infinite;
}
@keyframes kv3 {
  0% { opacity: 0; }
  49% { opacity: 0; }
  51% { opacity: 1; }
  76% { opacity: 1; }
  100% { opacity: 0; }
}

.wrapper--index .kv__container {
  animation: kvc 20s linear infinite;
}
@keyframes kvc {
  0% { opacity: 1; }
  48% { opacity: 1; }
  52% { opacity: 1; }
  98% { opacity: 0; }
  100% { opacity: 1; }
}

.wrapper--index .kv-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv-content {
  position: relative;
  display: inline-block; /* 画像サイズに合わせる */
  overflow: hidden;    /* はみ出し部分を隠す */
}

.kv-content img {
  display: block;
  width: 100%;
  height: auto;
}

.kv-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to left,
    #A9E7FF 0%,  
    #0075C700 100% 
  );
}

.t-mv-slider__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to left,
    #A9E7FF 0%,  
    #0075C700 100% 
  );
}

.wrapper--index .kv-logo {
  position: absolute;
  bottom: 64px;
  left: 40px;
}

.wrapper--index .kv-logo__content img {
  width: 216px;
  height: auto;
}

.wrapper--index .kv-batch {
  position: absolute;
  top: 170px;
  left: 40px;
  color: #fff;
  font-weight: bold;
  text-align:center;
}

.wrapper--index .kv-batch .kv-batch__circle {
  position: relative;
  display: inline-block;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.wrapper--index .kv-batch .kv-batch__circle p {
  position: absolute;
  display: inline-block;
  width :225px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1.3;
}

.wrapper--index .kv-batch .kv-batch__circle p span {
  font-size: 53px;
}

.wrapper--index .kv-batch .kv-batch__note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.wrapper--index .kv-copy {
  position: absolute;
  bottom: 200px;
  left: 40px;
}

.wrapper--index .kv-copy--3 {
  top: 500px;
}

.wrapper--index .kv-copy__content img {
  width: 240px;
  height: auto;
}

/* 実績バッチ */
.stat-card {
  position: absolute;
  bottom: 0;
  right: 6.6%;
  width: 247px;
  padding: 23px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(90deg, #008FEF 0%, #76C8FF 100%);
  z-index: 1;
}
  
.stat-content {
  text-align: center;
  color: #ffffff;
}
  
.stat-label {
  font-size: 20px;
  margin-bottom: 6px;
}
  
.stat-number {
  font-family: 'DIN-2014', sans-serif;
  font-size: 48px;
  line-height: 1.0;
  margin: 0 0 4px;
  letter-spacing: 0;
}

.stat-number-unit{
  font-size: 20px;
  margin-left: 3px;
}

.kv-attention__description {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  display: block;
  color: #ffffff;
  margin-top: 4px;
  padding-left: 1em; /* 記号分（=1em）だけ、段落全体を右にずらす */
  text-indent: -1em; /* さらに1emだけ左に引っ張って、1行目の記号を左端におさめる */
}

.kv-attention__description .attention-symbol{
  margin-right: 4px;
}

.kv-attention__description.only-sp {
  display: none;
}

/* キャッチフレーズ */
.floating-hero {
  position: absolute;
  width: 460px;
  height: 133px;
  top: 286px;
  right: 6.6%;
  z-index: 1;
}

.floating-hero__bg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrapper--index .pick-up {
  margin: 0 0 12px;
  padding: 64px 0 0;

}

.wrapper--index .pick-up__container {
  padding: 91px 0 155px 40px;
}

.wrapper--index .pick-up-content {
  display: inline-block;
}

.wrapper--index .pick-up-content:hover .pick-up-content__thumbnail::before {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wrapper--index .pick-up-content:hover .pick-up-content-text-box__title {
  color: #29abe2;
}

.wrapper--index .pick-up-content__thumbnail {
  position: relative;
  width: 920px;
  height: 414px;
  margin: -2px -2px 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/index/pick-up-content-thumbnail_pc.jpg);
}

.wrapper--index .pick-up-content__thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #29abe2;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-duration: .3s;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  opacity: 0;
  content: "";
}

.wrapper--index .pick-up-content-text-box__subtitle {
  margin: 0 0 23px;
  color: #29abe2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.9px;
}

.wrapper--index .pick-up-content-text-box__title {
  margin: 0 0 29px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.422;
  letter-spacing: 2.7px;
  transition-property: color;
  transition-duration: .3s;
}

.wrapper--index .pick-up-content-text-box__notice {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
}

/* NORELのコンセプト説明*/
.wrapper--index .about {
  margin: 0 auto;
  background: linear-gradient( #ffffff, #D9F3FF);
  height: 100%;
  width: 100%;
  padding: 120px 140px 120px 140px;
  border-radius: 0 0 24px 24px;
}

 .about .section-title{
  max-width: 722px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto 32px;
}

.about-text{
  max-width: 722px;
  font-size: 20px;  
  line-height: 2.0;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

/* NORELの特徴の説明*/
.scroll-section {
  position: relative;
  margin-bottom: -40px;
}

.js-c-sticky01 {
  position: relative;
}

.js-c-sticky01-sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  min-height: 100lvh;
}

.js-c-sticky01-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  align-items: center;
  transition: all var(--mh--duration) var(--mh--easing);
}

.js-c-sticky01-marker {
  width: 100%;
  height: 100vh;
  min-height: 100lvh;
}

.js-c-sticky01-marker+.js-c-sticky01-marker {
  margin-top: 50vh;
}

.js-c-sticky01-marker:first-child {
  height: 200vh;
  min-height: 200lvh;
}

.js-c-sticky01-marker:last-child {
  height: 200vh;
  min-height: 200lvh;
}

.js-c-sticky01[data-num="1"] .js-c-sticky01-sec.is-1 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.js-c-sticky01[data-num="2"] .js-c-sticky01-sec.is-2 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.js-c-sticky01[data-num="3"] .js-c-sticky01-sec.is-3 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.home-purpose .js-c-sticky01[data-num="1"] .home-purpose__sec.is-1 .home-purpose__img-in {
  transform: scale(1);
}

.home-purpose .js-c-sticky01[data-num="2"] .home-purpose__sec.is-2 .home-purpose__img-in {
  transform: scale(1);
}

.home-purpose .js-c-sticky01[data-num="3"] .home-purpose__sec.is-3 .home-purpose__img-in {
  transform: scale(1);
}

.home-purpose__sec {
  display: grid;
  grid-template-rows: min-content minmax(50px, 1fr) max-content max-content;
  padding: 80px var(--mh--contents--padding--side) max(40px, env(safe-area-inset-bottom));
}

@media(min-width: 768px) {
  .home-purpose__con {
    max-width: calc(1320px + var(--mh--contents--padding--side)*2);
    margin-right: auto;
    margin-left: auto;
  }

  .home-purpose__sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: clamp(100px,155px,8.0729166667vw);
    padding-bottom: clamp(100px,200px,10.4166666667vw);
  }

  .home-purpose__sec:before {
    top: 45px;
    height: calc(100% - 80px);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

@media(min-width: 1280px) {
  .home-purpose__sec:before {
    left:50%;
    width: calc(100vw - var(--scrollbar));
    transform: translateX(-50%);
  }
}

.feature-image{
  width: 400px;
}

.feature-image img{
  margin-bottom: 24px;
  width: 100%;
  height: auto;;
}

.feature-attention__description {
  font-size: 14px;
  margin: 0;
  margin-bottom: 8px;
  text-align: left;
  display: flex;
  align-items: baseline;
}

.feature-attention__description .attention-symbol{
  margin-right: 4px;
}

.text-container{
  width: 420px;
}

.feature-text{
  padding: 110px 0;
}

.feature-text h2{
  font-size: 32px;
  color: #0075C7;
  margin-bottom: 32px;
  font-weight: 700;
}

.feature-text h2 span {
  font-size: 20px;
}

.feature-text p{
  font-size: 16px;
  line-height: 2.0;;
  margin-bottom: 16px;
}

.feature-text .feature-attention__description {
  line-height: 160%;
}

.slide-indicator {
  height: 257px;
  width: 22px; 
  margin-top: 143px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.slide-indicator__number {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
  
.slide-indicator__number--active {
  color: #0075C7;
}
  
.slide-indicator__number--total {
  color: #4C4C4C;
  font-weight: 400;
}
  
.slide-indicator__line {
  width: 1px; 
  flex: 1;   
  background-color: #4C4C4C;
  margin: 8px 0 8px 9px ;    
  height: 189px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #scroll-section{
    padding: 0 60px;
  }
}

/* NORELのコンセプト説明 */
:root {
  --duration: 2.4s;
  --delay: 0.6s;
  --ease: ease-out;
}

.fade-text{
  display: block;
  color: transparent;
  margin-bottom: 40px;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 300% 300%;
}

.fade-text.to__bottom {
  background-image: linear-gradient(
    to bottom,
    black 30%,
    rgba(255, 255, 255, 0) 50%
  );
  background-position: center 100%;
  transform: translate(0, -20px);
  animation: toBottom var(--duration, 2.4s) var(--ease) var(--delay, 0.6s) forwards;
}

@keyframes toBottom {
  100% {
  transform: translate(0, 0);
  background-position: center 0%;
  }
}

.concept {
  height: 100%;
  padding-top: 0.1px;
  background: linear-gradient(#ffffff, #D9F3FF);
  padding: 224px 0;
  width: 100%;
}

.concept-description{
  max-width: 50vw;
  width: 100%;
  font-size: 3vw;
  line-height: 200%;
  margin: 0 auto ;
  letter-spacing: 0.1em;
  font-weight: 300;
}

strong{
  font-weight: 600;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .concept{
    padding: 224px 100px;
  }
}

/* だれでもNORELのサービスページへのリンク */
.service-section {
  background-color: #0075C7;
  padding: 120px 140px;
  width: 100%;
  margin: 0 auto;
}
  
.service-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;;
}
  
.service-label {
  font-family: 'Montserrat', sans-serif !important;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
  
.service-title {
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
  
.service-card {
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.card-text {
  flex: 1;
  padding: 118px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50%;
}

.daredemonorel-logo{
  margin-bottom: 80px;
}

.card-button {
  background-color: #0070c0;
  color: #fff;
  padding: 16px 32px 16px 96px;
  font-size: 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  max-width: 300px;
  display: block;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  width: 300px;
}

.card-button .material-symbols-outlined {
  margin-left: 42px;
  vertical-align: middle;
}
  
.card-image {
  width: 50%;
}
  
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* クルマを探す */
.search-section {
  padding: 120px 140px;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
  
.search-section .section-title {
  color: black;
  font-size: 32px;
  display: inline;
  font-weight: bold;
}
  
.search-text {
  font-family: 'Montserrat', sans-serif;
  color: #0075C7;
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
  
.car-list {
  display: flex;
  margin-top: 20px;
  gap: 32px;
  margin-bottom: 84px;
}
  
.car-card {
  width: 100%;
  padding: 16px ;
  background-color: #F2F6F7;
  border-radius: 16px;
  position: relative;
  display: block;
}
  
.plan-badge {
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 10px;
}
  
.car-image {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
  
.car-name {
  font-weight: bold;
  font-size: 16px;
  margin-left: 8px;
  margin-bottom: 8px;
  line-height: 160%;
}
  
.car-price {
  font-size: 12px;
  margin-left: 8px;
}
  
.monthly{
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
}

.price {
  font-family: "din-2014", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
  
.yen {
  font-weight: 700;
  margin-left: 4px;
}

.car-card .details-link {
  width: 60px;
  height: 60px;
  display: block;
  padding: 18px;
  color: #007AC7;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 16px 0 0 0; 
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
}

.car-card-button {
  background-color: #0070c0;
  color: #fff;
  padding: 16px 32px 16px 173px;
  font-size: 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 450px;
  display: block;
  margin: 0 auto;
}

.car-card-button .material-symbols-outlined{
  margin-left: 117px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-section{
    padding: 120px 80px;
  }
}

/* NOREL GOサービスページへのリンク */
.norelgo-banner {
  width: 1000px;
  background-color: #fff5eb;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto 280px;
  height: 307px;
}

.norel-go-logo{
  width: 455px;
  padding: 114px 80px;
}
  
.logo-image {
  width: 100%;
  height: auto;
}
  
.text-block{
  width: 505px;
  padding: 80px 112px 80px 0;
}

.catch {
  font-size: 32px;
  font-weight: bold;
  line-height: 160%;
  color: #f76e5c;
  margin-bottom: 32px;
}
  
.desc {
  font-size: 16px;
  color: #000000;
  line-height: 160%;
  margin: 0;
}

.norelgo-banner .details-link{
  width: 60px;
  height: 60px;
  display: block;
  padding: 18px;
  color: #007AC7;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 16px 0 0 0; 
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
}

/* 画像ギャラリー */
.image-gallery {
  display: flex;      /* 画像を横並びにする */
  gap: 0;           /* 画像同士の隙間をなくす */
  width: 100%;       /* ビューポートいっぱい */
  overflow: hidden;     /* はみ出し部分を隠す */
  position: relative;
  margin: 0 auto 200px;   /* 下部余白はお好みで調整してください */
}

/* 各画像を幅 33.3333vw にして 3 枚並べる */
.image-gallery .gallery-image {
  flex-shrink: 0;       /* 指定した幅以下に縮めない */
  width: 33.3333vw;     /* 3 枚でビューポート幅いっぱいになる */
  height: auto;
  display: block;       /* ブラウザ標準のインライン余白を消す */
  object-fit: cover;    /* 画像アスペクトを維持して埋める */
  border-radius: 0;     /* お好みで角丸を付ける場合は変更 */
}

/* 中央の画像だけ少し持ち上げて “パララックスっぽい” 見た目 */
.image-gallery .middle-image {
  z-index: 1;          /* 中央が手前に来るように */
}

/* 左右の画像は奥に置く */
.image-gallery .left-image,
.image-gallery .right-image {
  transform: translateY(0);
  z-index: 0;
}

/* NORELの特徴ページへのリンク */
.feature-card {
  width: 1000px;
  margin: 0 auto 120px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #F2F6F7;
  position: relative;
}

.norel-feature-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.norel-feature-text {
  display: flex;
  flex-direction: column;
}

.feature-label {
  font-family: "Montserrat", sans-serif;
  color: #0075C7;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}

.norel-feature-title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
}

.feature-card .details-link{
  width: 80px;
  height: 80px;
  display: block;
  padding: 28px;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 16px 0 0 0; 
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
}

/* お客様の声セクション */
.user-voice{
  max-width: 1280px;
  margin: 0 auto 120px;
  padding: 0 140px;
  overflow: hidden;
}

.voice-section__label{
  color: #0075C7;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

.voice-section__title{
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}

.voice-section__subtitle{
  font-size: 20px;
  margin-bottom: 8px;
}

.voice-section__description{
  font-size: 14px;
  text-align: left;
  display: flex;
  line-height: 160%;
  align-items: baseline;
}

.user-voice .swiper {
  width: 100vw;
  margin: 40px auto;  
  padding: 0 140px;      
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: visible !important;
}

.user-voice .swiper-wrapper {
  display: flex;
}

.user-voice .swiper-slide {
  width: 484px !important;
  flex-shrink: 0;     
}

.voice-card {
  background-color: #F2F6F7;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voice-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.voice-card__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 24px;
}

.voice-card__user-info p {
  font-size: 16px;
  line-height: 160%;
}

.voice-card__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom:24px;
  line-height: 160%;
}

.voice-card__text {
  font-size: 16px;
  line-height: 160%;
}

.first-half{
  margin-bottom: 16px;
}

#num1{
  height: 472px;
}

#num2{
  height: 443px;
}

#num3{
  height: 443px;
}

#num4{
  height: 417px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;
}

.user-voice .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 60px;
}

.user-voice .swiper-pagination {
  margin: 0; 
}

.user-voice .swiper-button-prev,
.user-voice .swiper-button-next {
  position: static;
  transform: translateY(4px); 
  z-index: 999;
}

/* お知らせセクション */
.news-section {
  max-width: 1040px;
  margin: 0 auto 120px;
  padding: 40px 20px;
}
  
.news-title-en {
  color:#0075C7;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
  
.news-title-jp {
  font-size: 32px;
  margin-bottom: 44px;
  font-weight: 700;
}

.news-section .news__content-container {
  max-width: 1000px;
  margin: 0 140px;
  padding: 27px 44px 32px;
  border-left: 1px solid #cccccc;
}
 
.news-meta {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
  
.news-date {
  font-size: 14px;
  color: #000000;
  margin-right: 15px;
}
  
.news-tag {
  display: inline-block;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 30px;
  color: white;
  min-width: 100px;
  text-align: center;
}
  
.news-section .news-content-title {
  font-size: 16px;
  line-height: 1.6;
}

.news-section .car-card-button {
  background-color: #0070c0;
  color: #fff;
  padding: 16px 32px 16px 163px;
  font-size: 20px;
  border: none;
  border-radius: 78px;
  cursor: pointer;
  width: 472px;
  margin-left: 275px;
}

.car-card-button .material-symbols-outlined{
  margin-left: 106px;
  vertical-align: middle;
}

/* 法人のお客様向けページへのリンク */
.corporate-service-section {
  padding: 0 140px;
  margin: 0 auto;
  width: 100%;
}

.corporate-service-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.corporate-card {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  background-color: #F2F6F7;
  height: 295px
}

.corporate-image {
  width: 41.5%;
}

.corporate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.corporate-content {
  padding: 40px;
  background-color: #f5f7f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 58.5%;
}

.corporate-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #000000;
}

.corporate-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

.corporate-service-section .details-link{
  width: 80px;
  height: 80px;
  display: block;
  padding: 28px;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 16px 0 0 0; 
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .corporate-service-section {
    padding: 0 70px;
  } 
}

@media (max-width: 768px){
  
  .wrapper {
    top: 64px;
  }

  .t-mv-slider__inner {
    padding-top: 64px;
  }

  /* ファーストビューセクション */
  /* スマホ画面では .pc-only を強制非表示 */
  .pc-only {
    display: none !important;
  }
 /* ① .kv、.kv__content-container、.kv-content の overflow を解除 */
  .wrapper--index .kv {
  overflow: visible !important;
  }
  .wrapper--index .kv__content-container {
  overflow: visible !important;
  }
  .wrapper--index .kv-content {
  overflow: visible !important;
  }

  .wrapper--index .kv {
    height: 100%;
    padding: 63px 0 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .wrapper--index .kv__content-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
 .kv-content::after {
    /* もともと上部・右寄せで横幅43%だった PC 用設定をリセット */
    top: auto;
    right: auto;
    /* スマホ用に下寄せし、横幅100%、高さ30% に */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* 下から上へのグラデーションに差し替え */
    background: linear-gradient(
      to top,
      #A9E7FF 0%,
      #0075C700 100%
    );
    /* クリックを邪魔しない */
    pointer-events: none;
    /* 画像の上に表示する場合は適宜 z-index を調整 */
    z-index: 2;
  }

  .t-mv-slider__inner::after {
    /* 下から上へのグラデーションに差し替え */
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(
      to top,
      #A9E7FF 0%,
      #0075C700 100%
    );
  }

  .wrapper--index .kv-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .wrapper--index .kv-content img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: 1;
  }
  
  .stat-card {
    position: relative;
    right: 0;
    width: 100%;
    height: 56px;
    padding: 4px 40px;
    border-radius: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;   
  }

  .stat-content{
    display: flex;
    align-items: center;
  }
  .stat-label {
    font-size: 18px;
    margin: 0;
  }

  .stat-number{
    font-size: 36px;
    margin: 0 0 0 4px;
  }

  .stat-number-unit{
    font-size: 18px;
    margin-left: 2px;
  }

  .stat-card-sp {
    margin-top: 16px;
  }

  .kv-attention__description {
    width: 100%;
    font-size: 12px;
    color: #000;
    padding: 0 16px;
    text-align: left;
    margin-left: 1rem;
  }
  
  .kv-attention__description + .kv-attention__description {
    bottom: -52px;
  }

  /* キャッチフレーズ */
  .floating-hero {
    position: absolute;
    width: 65%;
    height: auto;
    bottom: 3rem;
    top: auto;
    right: 32px;
    z-index: 10;
  }

  .banner-container {
    display: flex;
    justify-content: center;
    gap: 18px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
  }

  .floating-banner-line img,
  .floating-banner-call img {
    position: static !important;
    width: 161px;
    height: 64px;
    object-fit: contain;
    border-radius: 16px 16px 0 0;
  }

  /* NORELのコンセプト説明*/
  .wrapper--index .about {
    height: 600px;
    padding: 0.1px 24px 80px;
    width: 100%;
    margin: 80px auto 0;
  }

  .about .section-title {
    width: 100%;
    height: 216px;
    margin-bottom:48px;
    font-size: 36px;
    padding: 0;
    line-height: 2.1 !important;
  }

  .about .section-title img {
    width: 250px;
  }

  .about-text{
    width: 100%;
    height: 256px;
    font-size: 16px;  
  }

  /* NORELの特徴の説明*/
  .home-purpose__sec {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .home-purpose__sec.is-2 {
    padding-top: 40%;
  }

  .feature-image{
    width: 88%;
    margin: 0 auto;
  }

  .feature-attention__description {
    font-size: 12px;
    text-align: left;
    display: flex;
    align-items: baseline;
  }

  .feature-text{
    padding:0;
    margin-top: 24px;
  }

  .feature-text h2{
    font-size: 20px;
    margin-bottom: 28px;
  }

  .text-container{
    width: 88%;
    margin: 0 auto;
  }

  .feature-text p{
    font-size: 14px;
    width: 100%;
  }

  #slide-3 .feature-attention__description{
    width: 281px;
  }

  .slide-indicator {
    position: absolute;
    top: 200px;
    right: 10px;
  }

  .slide-indicator__line {
    width: 1px; 
    flex: 1;   
    margin: 8px 0px 8px 9px;    
    height: 180px;
  }
  /* NORELのコンセプト説明 */
  .concept {
    padding: 286px 24px;
    margin: 0 auto;
  }

  .concept-description{
    width: 100%;
    max-width: 100%;
    font-size: 5.3vw;
    font-weight: 300;
  }

  strong{
    font-weight: 600;
  }

  /* だれでもNORELのサービスページへのリンク */
  .service-section {
    padding: 80px 40px;
  }
  
  .service-container {
    width: 100%;
    margin: 0 auto;
  }
  
  .service-label {
    font-size: 20px;
  }
  
  .service-title {
    font-size: 24px;
  }
  
  .service-card {
    display: inline;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    border-radius:24px;
  }

  .card-text {
    width: 100%;
    padding: 48px 24px 24px;
    background-color: #FFFFFF;
    margin: 0 auto;
    border-radius:24px;
  }

  .daredemonorel-logo{
    margin-bottom: 48px;
  }

  .daredemonorel-logo img{
    width: 160px;
  }

  .card-button {
    padding: 16px 24px 16px 77px;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
  }

  .card-button .material-symbols-outlined {
    margin-left: 32px;
    vertical-align: middle;
  }

  .car-image{
    width: 100%;
    height: auto;
  }

  .card-image img {
    width: 200%;
    height: auto;
    object-fit: cover;
  }

  /* クルマを探す */
  .search-section {
    padding: 72px 24px;
    margin: 0 auto 72px;
    width: 100%;
  }

  .search-section .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .search-text {
    font-size: 20px;
  }

  .car-list {
    display: inline;
  }

  .car-card {
    width: 100%;
    margin-top: 24px;
    position: relative;
    background-color: #F2F6F7;
  }
  
  .plan-badge {
    font-size: 12px;
  }
  
  .car-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  
  .car-name {
    margin-left: 8px;
    margin-bottom: 8px;
    line-height: 160%;
  }
  
  .car-price {
    font-size: 16px;
    margin-left: 8px;
  }

  .price {
    font-family: "din-2014", sans-serif;
    font-size: 32px;
    font-weight: bold;
  }

  .car-card-button {
    padding: 19px 20px 20px 117px;
    font-size: 18px;
    border-radius: 78px;
    cursor: pointer;
    width: 100%;
    margin: 0;
    margin-top: 48px;
  }

  .car-card-button .material-symbols-outlined{
    margin-left: 68px;
    vertical-align: middle;
  }


  /* お客様の声セクション */
  .user-voice{
    /* max-width: 375px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }


  .voice-section__label{
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
  }

  .voice-section__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
  }

  .voice-section__description{
    font-size: 12px;
  }

  .user-voice .swiper {
    width: 100vw;
    padding:0; 
    overflow: visible;
  }

  .user-voice .swiper-wrapper{
    margin-left: 0 !important;
  }

  .user-voice .swiper-slide {
    width: 87.2% !important;
    margin: 0 24px;
  }

  .voice-card__header {
    display: flex;
  }

  .voice-card__avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 16px;
  }
  
  .voice-card__user-info p {
    font-size: 14px;
  }
  
  .voice-card__text {
    font-size: 14px;
  }

  .first-half{
    margin-bottom: 16px;
  }

  #num1{
    height: 485px;
  }

  #num2{
    height: 485px;
  }

  #num3{
    height: 485px;
  }

  #num4{
    height: 485px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 14px !important;
  }

  /* 法人のお客様向けページへのリンク */
  .corporate-service-section {
    /* width: 375px; */
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
  }

  .corporate-service-container {
    margin: 0 auto;
  }

  .corporate-card {
    display: inline;
    border-radius: 24px;
  }

  .corporate-image {
    width: 100%;
    height: auto;
  }

  .corporate-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 24px 24px 0 0;
  }

  .corporate-content {
    padding: 32px 24px 96px ;
    width: 100%;
    border-radius: 0 0 24px 24px;
  }

  .corporate-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .corporate-text {
    font-size:14px;
  }
}

.wrapper--index .whats-new {
  margin: 0 0 14px;
}

.wrapper--index .whats-new__container {
  padding: 20px 0 177px 6px;
}

.wrapper--index .whats-new .common-link-box {
  padding: 0 43px;
}

.wrapper--index .whats-new-box {
  overflow: hidden;
}

.wrapper--index .whats-new-box__content-container {
  display: flex;
  padding: 0 41px;
  margin: 0 0 61px;
}

.wrapper--index .whats-new-content {
  position: relative;
  width: calc((100% - 75px) / 4);
}

.wrapper--index .whats-new-content:not(:last-child) {
  margin: 0 25px 0 0;
}

.wrapper--index .whats-new-content:hover .whats-new-content__picture-figure {
  opacity: 0.7;
}

.wrapper--index .whats-new-content:hover .whats-new-content-text-box__title {
  color: #29abe2;
}

.wrapper--index .whats-new-content:hover .whats-new-content-text-box__price {
  color: #29abe2;
}

.wrapper--index .whats-new-content__picture-figure {
  position: relative;
  margin: 0 0 30px;
  transition: opacity, .3s;
}

.wrapper--index .whats-new-content__picture-figure img {
  width: 100%;
  height: auto;
}

.wrapper--index .whats-new-content-text-box {
  padding: 0 11px;
}

.wrapper--index .whats-new-content-text-box__plan {
  position: relative;
  margin: 0 0 16px;
  font-size: 15px;
  color: #29abe2;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.wrapper--index .whats-new-content-text-box__plan::before {
  position: absolute;
  top: -10px;
  left: -11px;
  width: 17px;
  height: 17px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/index/title-deco.png");
  content: "";
}

.wrapper--index .whats-new-content-text-box__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.5px;
  transition: color, .3s;
}

.wrapper--index .whats-new-content-text-box__price {
  font-weight: 700;
  font-size: 20px;
  transition: color, .3s;
}

.wrapper--index .whats-new-content-text-box__price span {
  margin: 0 0 0 2px;
  font-size: 15px;
}

.wrapper--index .store {
  margin: 0 0 14px;
}

.wrapper--index .store__container {
  padding: 46px 41px 98px;
}

.wrapper--index .store-content__title {
  margin: 0 0 31px;
  font-size: 18px;
  line-height: 1.69;
  font-weight: 700;
  letter-spacing: 2.3px;
}

.wrapper--index .store-content__picture-box {
  position: relative;
  display: inline-block;
}

.wrapper--index .store-content__picture-figure img {
  width: 670px;
  height: auto;
}

.wrapper--index .news {
  margin: 0 0 12px;
}

.wrapper--index .news__container {
  padding: 49px 0 111px 40px;
}

.wrapper--index .news__content-container {
  max-width: 1200px;
  margin: 0 0 62px;
  padding: 27px 44px 32px;
  background: #f7f7f7;
  border-left: 1px solid #cccccc;
}

.wrapper--index .news .common-link-box {
  margin: 0 0 50px;
}

.wrapper--index .news .common-link-box + .common-link-box {
  margin: 0 0 94px;
}

.wrapper--index .news-content {
  display: flex;
}

.wrapper--index .news-content:not(:last-child) {
  margin: 0 0 38px;
}

.wrapper--index .news-content__date {
  width: 126px;
}

.wrapper--index .news-content__title {
  flex: 1;
}

.wrapper--index .news-content__date, .wrapper--index .news-content__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.5px;
}

.wrapper--index .topics {
  margin: 0 -23px;
}

.wrapper--index .topics-box {
  overflow: hidden;
}

.wrapper--index .topics-box__content-container {
  display: flex;
  width: 99999px;
}

.wrapper--index .topics-content {
  padding: 0 23px;
}

.wrapper--index .topics-content__thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 315px;
  margin: 0 0 27px;
}

.wrapper--index .topics-content-title-box__title {
  margin: 0 0 3px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.7px;
}

.wrapper--index .topics-content-title-box__description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

.wrapper--index .topics-dots {
  display: flex;
  padding: 31px 0 0 29px;
}

.wrapper--index .topics-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  cursor: pointer;
}

.wrapper--index .topics-dot:not(:last-child) {
  margin: 0 11px 0 0;
}

.wrapper--index .topics-dot.active {
  background: #b3b3b3;
}

.wrapper--flow input,
.wrapper--flow button,
.wrapper--flow select,
.wrapper--flow textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  line-height: 1;
}

.wrapper--flow .container {
  padding: 0 100px;
}

.wrapper--flow .flow-steps {
  padding: 150px 0 0;
}

.wrapper--flow .flow-steps__content-container {
  margin: 0 0 113px;
}

.wrapper--flow .flow-steps-content {
  position: relative;
  display: flex;
}

.wrapper--flow .flow-steps-content:not(:last-child)::before {
  position: absolute;
  left: 100px;
  height: 100%;
  width: 1px;
  background: black;
  top: 0;
  content: "";
}

.wrapper--flow .flow-steps-content:nth-child(1) .flow-steps-content-text-box {
  padding-top: 10px;
  padding-bottom: 62px;
}

.wrapper--flow .flow-steps-content:nth-child(1) .flow-steps-content-text-box__description {
  margin: 0 0 35px;
}

.wrapper--flow .flow-steps-content:nth-child(2) .flow-steps-content-text-box {
  padding-top: 35px;
  padding-bottom: 96px;
}

.wrapper--flow .flow-steps-content:nth-child(3) .flow-steps-content-text-box {
  padding-top: 18px;
  padding-bottom: 78px;
}

.wrapper--flow .flow-steps-content:nth-child(4) .flow-steps-content-text-box {
  padding-top: 22px;
  padding-bottom: 86px;
}

.wrapper--flow .flow-steps-content:nth-child(5) .flow-steps-content-text-box {
  padding-top: 10px;
}

.wrapper--flow .flow-steps-content-num-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid black;
  background: white;
}

.wrapper--flow .flow-steps-content-num-box__title {
  position: relative;
  top: 2px;
  left: 2px;
  font-size: 28px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 5px;
}

.wrapper--flow .flow-steps-content-num-box__title::before {
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 30px;
  height: 1px;
  background: black;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
}

.wrapper--flow .flow-steps-content-num-box__num {
  position: relative;
  top: 18px;
  text-align: center;
}

.wrapper--flow .flow-steps-content-num-box__num img {
  width: auto;
  height: 66px;
}

.wrapper--flow .flow-steps-content-text-box {
  flex: 1;
  padding-left: 108px;
}

.wrapper--flow .flow-steps-content-text-box__title {
  margin: 0 0 31px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.wrapper--flow .flow-steps-content-text-box__description {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.wrapper--flow .flow-steps-content-text-box__notice {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.4px;
}

.wrapper--flow .flow-steps-contact-box {
  display: flex;
}

.wrapper--flow .flow-steps-contact-box__content:nth-child(2) {
  flex: 1;
  padding: 19px 0 0 103px;
}

.wrapper--flow .flow-steps-contact-line {
  text-align: center;
  border: 1px solid #ccc;
  width: 299px;
  padding: 51px 28px 69px;
}

.wrapper--flow .flow-steps-contact-line__title {
  margin: 0 0 77px;
}

.wrapper--flow .flow-steps-contact-line__title img {
  width: auto;
  height: 90px;
}

.wrapper--flow .flow-steps-contact-line__link-box a {
  display: block;
  padding: 14px 0;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background: #00B900;
  border-radius: 25px;
  letter-spacing: 2px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
}

.wrapper--flow .flow-steps-contact-line__link-box a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper--flow .flow-steps-contact-mail__title,
.wrapper--flow .flow-steps-contact-tel__title {
  position: relative;
  padding: 0 0 0 34px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.wrapper--flow .flow-steps-contact-mail__title::before,
.wrapper--flow .flow-steps-contact-tel__title::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 30px;
  background-image: url("/img/flow/title-deco.png");
  background-size: cover;
  background-position: center;
  content: "";
}

.wrapper--flow .flow-steps-contact-mail {
  margin: 0 0 62px;
}

.wrapper--flow .flow-steps-contact-mail__title {
  margin: 0 0 32px;
}

.wrapper--flow .flow-steps-contact-mail__link-box {
  margin: 0 0 20px;
}

.wrapper--flow .flow-steps-contact-mail__link-box a {
  display: inline-block;
  width: 400px;
  padding: 19px;
  background: #288CD2;
  color: white;
  text-align: center;
  font-size: 22px;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
}

.wrapper--flow .flow-steps-contact-mail__link-box a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper--flow .flow-steps-contact-mail__description {
  font-size: 14px;
  letter-spacing: 1.4px;
}

.wrapper--flow .flow-steps-contact-tel__title {
  margin: 0 0 8px;
}

.wrapper--flow .flow-steps-contact-tel__link-box {
  margin: 0 0 10px;
}

.wrapper--flow .flow-steps-contact-tel__link-box a {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #288CD2;
  letter-spacing: 5px;
}

.wrapper--flow .flow-steps-contact-tel__description {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.wrapper--flow .store-search {
  padding: 60px 80px 51px 78px;
  background: #F7F7F7;
  border-left: 5px solid #B3B3B3;
}

.wrapper--flow .store-search__container {
  display: flex;
}

.wrapper--flow .store-search-content:nth-child(1) {
  flex: 1;
}

.wrapper--flow .store-search-content__description {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.wrapper--flow .store-search-title-box {
  margin: 0 0 53px;
}

.wrapper--flow .store-search-title-box__title {
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.wrapper--flow .store-search-title-box__sub-title {
  font-size: 18px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.wrapper--flow .store-search-form-select-box {
  position: relative;
  width: 400px;
  margin: 0 0 20px;
}

.wrapper--flow .store-search-form-select-box::after {
  position: absolute;
  top: 50%;
  right: 29px;
  width: 20px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-image: url("/img/flow/select-arrow.png");
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}

.wrapper--flow .store-search-form-select-box select {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 3px;
  letter-spacing: 3.8px;
  font-weight: 700;
  border: 1px solid #707070;
  background: white;
  cursor: pointer;
}

.wrapper--flow .store-search-form-submit {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
}

.wrapper--flow .store-search-form-submit:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper--flow .store-search-form-submit::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 37px;
  margin-top: 1px;
  background-position: center;
  background-size: cover;
  background-image: url("/img/common/search.png");
  -webkit-transform: translate(-84px, -50%);
  transform: translate(-84px, -50%);
  content: "";
}

.wrapper--flow .store-search-form-submit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  line-height: 60px;
  color: white;
  font-weight: 700;
  content: "\691C\7D22\3059\308B";
  -webkit-transform: translate(-29px, -50%);
  transform: translate(-29px, -50%);
  letter-spacing: 2px;
}

.wrapper--flow .store-search-form-submit__link {
  width: 100%;
  height: 60px;
  color: #288CD2;
  background: #288CD2;
  border-radius: 30px;
}

.wrapper--flow .common-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.wrapper--flow .continue-and-return {
  padding: 120px 0;
}

.wrapper--flow .continue-and-return__notice {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.4px;
}

.wrapper--flow .continue-and-return .common-title {
  margin: 0 0 52px;
}

.wrapper--flow .continue-and-return__content-container {
  margin: 0 0 29px;
}

.wrapper--flow .continue-and-return-content:not(:last-child) {
  margin: 0 0 35px;
}

.wrapper--flow .continue-and-return-content__title {
  position: relative;
  font-size: 26px;
  margin: 0 0 12px;
  padding: 0 0 0 34px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--flow .continue-and-return-content__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 30px;
  background-image: url("/img/flow/title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--flow .continue-and-return-content__description {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 2.25;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.wrapper--flow .continue-and-return-content__description a {
  color: #288CD2;
  text-decoration: underline;
  transition: opacity, .3s;
}

.wrapper--flow .continue-and-return-content__description a:hover {
  opacity: 0.7;
}

.wrapper--flow .continue-and-return-content__notice {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.4px;
}

.wrapper--flow .continue-and-return-content__notice small {
  font-size: 10px;
}

.wrapper--flow .flow-process {
  padding: 24px 0;
}

.wrapper--flow .flow-process__title {
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.6px;
}

.wrapper--flow .flow-process__notice {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.4px;
}

.wrapper--flow .flow-process .common-title {
  margin: 0 0 49px;
}

.wrapper--flow .flow-process__content-container {
  margin: 94px 0 0;
  padding: 0 36px 0 50px;
}

.wrapper--flow .flow-process-content__picture-figure img {
  width: 100%;
  height: auto;
}

.wrapper--flow .flow-banner {
  padding: 258px 0 200px;
  text-align: center;
}

.wrapper--flow .flow-banner__title {
  display: inline-block;
  position: relative;
  margin: 0 0 66px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
}

.wrapper--flow .flow-banner__title::after {
  position: relative;
  display: block;
  width: 706px;
  height: 10px;
  margin: 34px 0 0 6px;
  background-image: url("/img/flow/flow-banner_title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--flow .flow-banner-link-box__link {
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 19px 0;
  background: #288CD2;
  border-radius: 30px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
}

.wrapper--flow .flow-banner-link-box__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper--flow .flow-banner-link-box__link p {
  position: relative;
  right: -25px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--flow .flow-banner-link-box__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: auto;
  margin-top: 1px;
  -webkit-transform: translate(-95px, -50%);
  transform: translate(-95px, -50%);
}

.wrapper--forbiz .container {
  padding: 0 100px;
}

.wrapper--forbiz .forbiz-kv {
  position: relative;
  padding: 60px 0 225px;
}

.wrapper--forbiz .forbiz-kv-picture-box {
  position: relative;
}

.wrapper--forbiz .forbiz-kv-picture-box__picture-figure img {
  width: 100%;
  height: auto;
}

.wrapper--forbiz .forbiz-kv-title-box {
  position: relative;
  margin: -33px 0 111px;
  padding: 0 0 0 40px;
}

.wrapper--forbiz .forbiz-kv-title-box__title {
  margin: 0 0 27px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 5px;
}

.wrapper--forbiz .forbiz-kv-title-box__description {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.8px;
}

.wrapper--forbiz .forbiz-kv-title-box__description a {
  color: #29abe2;
  transition: opacity, .3s;
}

.wrapper--forbiz .forbiz-kv-title-box__description small {
  font-size: 12px;
}

.wrapper--forbiz .forbiz-points__content-container {
  display: flex;
  max-width: 820px;
  margin: auto;
}

.wrapper--forbiz .forbiz-points-content {
  text-align: center;
  position: relative;
  width: calc((100% - 420px) / 4);
}

.wrapper--forbiz .forbiz-points-content:not(:last-child) {
  margin: 0 140px 0 0;
}

.wrapper--forbiz .forbiz-points-content__picture {
  margin: 0 0 11px;
}

.wrapper--forbiz .forbiz-points-content__picture img {
  width: 100px;
  height: auto;
}

.wrapper--forbiz .forbiz-points-content-text-box {
  position: absolute;
  top: 113px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.wrapper--forbiz .forbiz-points-content-text-box__title {
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.4px;
  white-space: nowrap;
}

.wrapper--forbiz .forbiz-points-content-text-box__notice {
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
}

.wrapper--forbiz .forbiz-merit-content {
  border-bottom: 1px solid #B3B3B3;
}

.wrapper--forbiz .forbiz-merit-content:nth-child(1) {
  padding: 112px 0 174px;
  border-top: 1px solid #B3B3B3;
}

.wrapper--forbiz .forbiz-merit-content:nth-child(1) .forbiz-merit-title-box {
  margin: 0 0 77px;
}

.wrapper--forbiz .forbiz-merit-content:nth-child(2) {
  padding: 112px 0 89px;
}

.wrapper--forbiz .forbiz-merit-content:nth-child(3) {
  padding: 112px 0 118px;
}

.wrapper--forbiz .forbiz-merit-content:nth-child(3) .forbiz-merit-title-box__title {
  margin: 0 0 30px;
}

.wrapper--forbiz .forbiz-merit-content__container {
  display: flex;
  flex-wrap: wrap;
}

.wrapper--forbiz .forbiz-merit-title-box {
  position: relative;
  padding: 0 0 0 305px;
}

.wrapper--forbiz .forbiz-merit-title-box-num {
  position: absolute;
  top: -40px;
  left: 0;
}

.wrapper--forbiz .forbiz-merit-title-box-num__container {
  position: relative;
}

.wrapper--forbiz .forbiz-merit-title-box-num__container::after {
  position: absolute;
  bottom: -21px;
  right: -47px;
  width: 88px;
  height: 88px;
  background-position: center;
  background-image: url("/img/forbiz/forbiz-merit-title-box-num-deco.png");
  background-size: cover;
  content: "";
}

.wrapper--forbiz .forbiz-merit-title-box-num__title {
  margin: 0 0 17px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
}

.wrapper--forbiz .forbiz-merit-title-box-num__title span {
  position: relative;
  top: 10px;
  left: -5px;
  font-size: 85px;
  font-family: aktiv-grotesk, sans-serif;
}

.wrapper--forbiz .forbiz-merit-title-box-num__subtitle {
  padding: 0 0 0 9px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 18px;
  letter-spacing: 3.6px;
}

.wrapper--forbiz .forbiz-merit-title-box__title {
  margin: 0 0 42px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.6px;
}

.wrapper--forbiz .forbiz-merit-title-box__description {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.8px;
  font-weight: 700;
}

.wrapper--forbiz .forbiz-merit-title-box__description span {
  font-size: 14px;
  letter-spacing: 1.4px;
}

.wrapper--forbiz .forbiz-merit-title-box__description small {
  font-size: 10px;
}

.wrapper--forbiz .forbiz-merit-content-title {
  position: relative;
  margin: 0 0 29px;
  padding: 0 0 0 34px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.wrapper--forbiz .forbiz-merit-content-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 30px;
  background-image: url("/img/flow/title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--forbiz .forbiz-loan__picture-figure img,
.wrapper--forbiz .forbiz-lease__picture-figure img {
  width: 540px;
  height: auto;
}

.wrapper--forbiz .forbiz-loan {
  margin: 0 84px 105px 0;
}

.wrapper--forbiz .forbiz-lease__picture-figure {
  height: 332px;
  display: flex;
  align-items: flex-end;
}

.wrapper--forbiz .forbiz-norel .forbiz-merit-content-title {
  margin: 0 0 53px;
  font-size: 36px;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 7px;
}

.wrapper--forbiz .forbiz-norel .forbiz-merit-content-title::before {
  top: 6px;
}

.wrapper--forbiz .forbiz-norel .forbiz-merit-content-description {
  padding: 13px 0 0;
  font-size: 14px;
}

.wrapper--forbiz .forbiz-norel__picture-figure img {
  width: 915px;
  height: auto;
}

.wrapper--forbiz .account-processing {
  margin: 105px 0 0;
  padding: 0 0 0 135px;
}

.wrapper--forbiz .account-processing__picture-figure {
  margin: 0 0 52px;
}

.wrapper--forbiz .account-processing__picture-figure img {
  width: 931px;
  height: auto;
}

.wrapper--forbiz .account-processing__description {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.4px;
}

.wrapper--forbiz .persona {
  margin: 78px 0 0;
  padding: 0 0 0 115px;
}

.wrapper--forbiz .persona__title {
  margin: 0 0 19px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3px;
}

.wrapper--forbiz .persona__picture-figure img {
  width: 970px;
  height: auto;
}

.wrapper--forbiz .forbiz-common-title-box {
  text-align: center;
}

.wrapper--forbiz .forbiz-common-title-box__title {
  position: relative;
  left: 13px;
  margin: 0 0 38px;
  font-size: 60px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 12px;
}

.wrapper--forbiz .forbiz-common-title-box__subtitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.wrapper--forbiz .forbiz-common-title-box__description {
  margin: 41px 0 0;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--forbiz .forbiz-voice {
  padding: 159px 0 0;
}

.wrapper--forbiz .forbiz-voice .forbiz-common-title-box {
  margin: 0 0 100px;
}

.wrapper--forbiz .forbiz-voice-content {
  display: flex;
  margin: 0 0 78px;
}

.wrapper--forbiz .forbiz-voice-content__picture-figure img {
  width: 440px;
  height: 320px;
  object-fit: contain;
}

.wrapper--forbiz .forbiz-voice-content-text-box {
  position: relative;
  flex: 1;
  padding: 0 0 0 78px;
}

.wrapper--forbiz .forbiz-voice-content-text-box__title {
  margin: -5px 0 27px;
  font-size: 26px;
  font-weight: 700;
  line-height: 2.08;
  letter-spacing: 2.6px;
}

.wrapper--forbiz .forbiz-voice-content-text-box__description {
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.wrapper--forbiz .forbiz-voice-content-text-box__name {
  position: absolute;
  bottom: -4px;
  left: 78px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 1.6px;
}

.wrapper--forbiz .forbiz-plan {
  padding: 80px 0 212px;
}

.wrapper--forbiz .forbiz-plan .forbiz-common-title-box__title {
  left: 6px;
}

.wrapper--forbiz .forbiz-plan__container {
  padding: 63px 0 0;
  margin: 0 -100px 0 -90px
}

.wrapper--forbiz .forbiz-contact {
  background: #F7F7F7;
  padding: 0 100px 80px;
}

.wrapper--forbiz .forbiz-contact .forbiz-common-title-box {
  position: relative;
  top: -30px;
}

.wrapper--forbiz .forbiz-contact .forbiz-common-title-box__title {
  position: relative;
  left: 7px;
}

.wrapper--forbiz .forbiz-contact .forbiz-common-title-box__subtitle {
  position: relative;
  left: -7px;
}

.wrapper--forbiz .forbiz-contact-tel {
  display: flex;
  max-width: 700px;
  margin: 51px auto 67px;
  padding: 0 0 0 7px;
}

.wrapper--forbiz .forbiz-contact-tel-title-box {
  width: 267px;
  text-align: center;
}

.wrapper--forbiz .forbiz-contact-tel-title-box__title {
  display: block;
  padding: 26px 0;
  background: white;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}

.wrapper--forbiz .forbiz-contact-tel-link-box {
  flex: 1;
  padding: 15px 0 0 31px;
  margin: -4px 0 0;
}

.wrapper--forbiz .forbiz-contact-tel-link-box__link {
  display: inline-block;
  margin: 0 0 14px;
  color: #288CD2;
  font-weight: 700;
  font-size: 50px;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 4.9px;
}

.wrapper--forbiz .forbiz-contact-tel-link-box__notice {
  font-size: 14px;
  letter-spacing: 1.4px;
}

.wrapper--forbiz .forbiz-contact-box {
  background: white;
  padding: 60px 50px;
}

.wrapper--forbiz .forbiz-contact-box__title {
  margin: 0 0 38px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
}

.wrapper--forbiz .forbiz-banner {
  padding: 100px 0;
}

.wrapper--forbiz .forbiz-banner-title-box {
  margin: 0 0 85px;
  text-align: center;
}

.wrapper--forbiz .forbiz-banner-title-box__title {
  position: relative;
  display: inline-block;
  margin: 0 0 47px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
}

.wrapper--forbiz .forbiz-banner-title-box__title::after {
  position: relative;
  display: block;
  width: 566px;
  height: 9px;
  margin: 34px 0 0;
  background-image: url("/img/forbiz/forbiz-banner-title-box_title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--forbiz .forbiz-banner-title-box__description {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.wrapper--forbiz .forbiz-banner-title-box__notice {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.4px;
  padding: 8px 0 0;
}

.wrapper--forbiz .forbiz-banner-content {
  display: block;
  margin: 0 auto 72px;
  max-width: 700px;
  transition: opacity, .3s;
}

.wrapper--forbiz .forbiz-banner-content:hover {
  opacity: 0.7;
}

.wrapper--forbiz .forbiz-banner-content__picture-figure img {
  width: 100%;
  height: auto;
}

.wrapper--forbiz .forbiz-case__title {
  position: relative;
  margin: 0 0 42px;
  padding: 0 0 0 34px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.wrapper--forbiz .forbiz-case__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 30px;
  background-image: url("/img/flow/title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--forbiz .forbiz-case__content-container {
  display: flex;
  flex-wrap: wrap;
}

.wrapper--forbiz .forbiz-case-content {
  width: calc((100% - 40px) / 2);
  margin: 0 0 40px;
}

.wrapper--forbiz .forbiz-case-content:not(:nth-child(2n)) {
  margin: 0 40px 40px 0;
}

.wrapper--forbiz .forbiz-case-content__picture-figure {
  margin: 0 0 20px;
}

.wrapper--forbiz .forbiz-case-content__picture-figure img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}

.wrapper--forbiz .forbiz-case-content__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 2.2px;
}

.wrapper--forbiz .forbiz-notice {
  font-weight: bold;
  text-align: center;
  margin: 24px 0 10px;
  font-size: 30px;
  line-height: 1.6;
}

.wrapper--about .container {
  padding: 0 100px;
}

.wrapper--about .about-kv {
  position: relative;
  padding: 70px 0 148px;
}

.wrapper--about .about-kv-picture-box {
  position: relative;
}

.wrapper--about .about-kv-picture-box__picture-figure img {
  width: 100%;
  height: auto;
}

.wrapper--about .about-kv-title-box {
  position: relative;
  margin: -33px 0 188px;
  padding: 0 0 0 40px;
}

.wrapper--about .about-kv-title-box__title {
  margin: 0 0 27px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 5px;
}

.wrapper--about .about-kv-title-box__description {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.8px;
  padding: 0 0 0 68px;
}

.wrapper--about .about-kv-title-box__description img {
  position: absolute;
  top: 9px;
  left: 2px;
  width: 36px;
  height: auto;
}

.wrapper--about .whats-norel-content {
  display: flex;
}

.wrapper--about .whats-norel-content:not(:last-child) {
  margin: 0 0 97px;
}

.wrapper--about .whats-norel-content:nth-child(even) {
  flex-direction: row-reverse;
}

.wrapper--about .whats-norel-content:nth-child(2) .whats-norel-content__picture-figure {
  padding: 0 116px 0 0;
}

.wrapper--about .whats-norel-content:nth-child(2) .whats-norel-content__picture-figure img {
  width: 261px;
}

.wrapper--about .whats-norel-content:nth-child(2) .whats-norel-content-text-box {
  padding: 0;
}

.wrapper--about .whats-norel-content__picture-figure {
  padding: 0 0 0 40px;
}

.wrapper--about .whats-norel-content__picture-figure img {
  width: 468px;
  height: auto;
}

.wrapper--about .whats-norel-content-text-box {
  flex: 1;
  margin: -7px 0 0;
  padding: 0 0 0 100px;
}

.wrapper--about .whats-norel-content-text-box__title {
  margin: 0 0 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 1.5px;
}

.wrapper--about .whats-norel-content-text-box__description {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

.wrapper--about .whats-norel-content-text-box__description span {
  display: block;
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4px;
}

.wrapper--about .whats-norel-content-text-box__description small {
  font-size: 10px;
}

.wrapper--about .whats-norel-content-text-box__description a {
  color: #29abe2;
  transition: opacity, .3s;
}

.wrapper--about .whats-norel-content-text-box__description a:hover {
  opacity: 0.7;
}

.wrapper--about .whats-norel-content-link-box {
  margin: 33px 0 0 -8px;
}

.wrapper--about .whats-norel-content-link-box__link {
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 19px 0;
  background: #288CD2;
  border-radius: 30px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
  text-align: center;
}

.wrapper--about .whats-norel-content-link-box__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper--about .whats-norel-content-link-box__link p {
  position: relative;
  right: -34px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--about .whats-norel-content-link-box__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: auto;
  margin-top: 1px;
  -webkit-transform: translate(-106px, -50%);
  transform: translate(-106px, -50%);
}

.wrapper--about .table-section--about-first {
  padding: 0 0 193px;
}

.wrapper--about .table-section__title {
  position: relative;
  left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 81px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.wrapper--about .table-section__title img {
  height: auto;
  margin: 0 20px 0 0;
}

.wrapper--about .table-section__title img.funding {
  width: 39px;
}

.wrapper--about .table-section__title img.office {
  width: 28px;
}

.wrapper--about .table-head {
  padding: 0 0 0 200px;
  border-bottom: 1px solid #B3B3B3;
}

.wrapper--about .table-head__content-container {
  display: flex;
}

.wrapper--about .table-head-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #B3B3B3;
  text-align: center;
  width: 220px;
}

.wrapper--about .table-head-content:not(:last-child) {
  border-right: 1px solid #fff;
}

.wrapper--about .table-head-content.norel {
  width: 280px;
  background: #288CD2;
}

.wrapper--about .table-head-content__title {
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 1.444;
}

.wrapper--about .table-head-content__title small {
  font-size: 12px;
}

.wrapper--about .table-head-content__title img {
  position: relative;
  top: 3px;
  width: auto;
  height: 38px;
}

.wrapper--about .table-section-content table {
  width: 100%;
  border-collapse: collapse;
}

.wrapper--about .table-section-content table tbody tr {
  border-bottom: 1px solid #B3B3B3;
}

.wrapper--about .table-section-content table tbody tr td {
  text-align: center;
  line-height: 1.25;
  height: 91px;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
  width: 220px;
}

.wrapper--about .table-section-content table tbody tr td:first-child {
  width: 200px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--about .table-section-content table tbody tr td.norel {
  width: 280px;
  background: #EDF8FF;
  color: #288CD2;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--about .table-section-content table tbody tr td span {
  display: block;
  position: relative;
  top: 5px;
  letter-spacing: 0;
  font-size: 11px;
}

.wrapper--about .table-section-content table tbody tr td small {
  display: inline-block;
  -webkit-transform: scale(0.7) translate(0px, 6px);
  -webkit-transform-origin: 0 0;
  margin-right: -25px;
}

.wrapper--about .table-section-content__notice {
  margin: 28px 0 0;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.wrapper--about .suggestion {
  padding: 150px 0 217px;
}

.wrapper--about .suggestion-content {
  display: flex;
}

.wrapper--about .suggestion-content--reverse {
  flex-direction: row-reverse;
}

.wrapper--about .suggestion-content--1 {
  margin: 0 0 97px;
}

.wrapper--about .suggestion-content--1 .suggestion-content__picture-figure {
  padding: 0 91px 0 0;
}

.wrapper--about .suggestion-content--1 .suggestion-content__picture-figure img {
  width: 298px;
}

.wrapper--about .suggestion-content--1 .suggestion-content-text-box {
  padding: 0;
}

.wrapper--about .suggestion-content--2 {
  margin: 0 0 97px;
}

.wrapper--about .suggestion-content--2 .suggestion-content__picture-figure {
  padding: 0 0 0 128px;
}

.wrapper--about .suggestion-content--2 .suggestion-content__picture-figure img {
  width: 290px;
}

.wrapper--about .suggestion-content--2 .suggestion-content-text-box {
  padding: 20px 0 0 196px;
}

.wrapper--about .suggestion-content--3 .suggestion-content__picture-figure {
  padding: 0 59px 0 0;
}

.wrapper--about .suggestion-content--3 .suggestion-content__picture-figure img {
  width: 344px;
}

.wrapper--about .suggestion-content--3 .suggestion-content-text-box {
  padding: 0;
}

.wrapper--about .suggestion-content__picture-figure {
  padding: 0 0 0 40px;
}

.wrapper--about .suggestion-content__picture-figure img {
  width: 468px;
  height: auto;
}

.wrapper--about .suggestion-content-text-box {
  flex: 1;
  margin: -3px 0 0;
  padding: 0 0 0 100px;
}

.wrapper--about .suggestion-content-text-box__title {
  margin: 0 0 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 1.5px;
}

.wrapper--about .suggestion-content-text-box__title sup {
  font-size: 25px;
  vertical-align: super;
}

.wrapper--about .suggestion-content-text-box__description {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

.wrapper--about .suggestion-content-text-box__description sup {
  font-size: 15px;
  vertical-align: super;
}

.wrapper--about .suggestion-content-text-box__description span {
  display: block;
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4px;
}

.wrapper--about .suggestion-content-text-box__description span.text-bold {
  font-weight: 700;
}

.wrapper--about .suggestion-content-text-box__description small {
  font-size: 10px;
}

.wrapper--about .suggestion-items {
  padding: 57px 0 32px;
}

.wrapper--about .suggestion-items__container:not(:last-child) {
  margin: 0 0 22px;
}

.wrapper--about .suggestion-items__content-container {
  display: flex;
  flex-wrap: wrap;
}

.wrapper--about .suggestion-items-title {
  margin: 0 0 90px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
}

.wrapper--about .suggestion-items-content {
  display: flex;
  align-items: center;
  margin: 0 0 82px;
}

.wrapper--about .suggestion-items-content:nth-child(odd) {
  width: 628px;
}

.wrapper--about .suggestion-items-content:nth-child(even) {
  flex: 1;
}

.wrapper--about .suggestion-items-content__picture-figure {
  position: relative;
  top: -5px;
}

.wrapper--about .suggestion-items-content__picture-figure img {
  width: 120px;
  height: auto;
}

.wrapper--about .suggestion-items-content-text-box {
  flex: 1;
  padding: 0 0 0 40px;
}

.wrapper--about .suggestion-items-content-text-box__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.3px;
}

.wrapper--about .suggestion-items-content-text-box__description {
  line-height: 2.25;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.wrapper--about .suggestion-items-content-text-box__description span {
  display: block;
  margin: 2px 0 0;
  font-weight: normal;
  font-size: 14px;
}

.wrapper--about .cycle-box {
  padding: 69px 0 194px;
}

.wrapper--about .cycle-box__picture-figure img {
  width: 100%;
  height: auto;
}

.wrapper--about .separate-banner {
  margin: 0 -100px;
  padding: 91px 0 105px;
  background-image: url("/img/about/separate-banner.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.wrapper--about .separate-banner-content__title {
  margin: 0 0 31px;
  font-size: 36px;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4px;
}

.wrapper--about .separate-banner-content__subtitle {
  margin: 0 0 83px;
  font-size: 22px;
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--about .separate-banner-content-link-box {
  position: relative;
}

.wrapper--about .separate-banner-content-link-box::before {
  position: absolute;
  top: -54px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: white;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
}

.wrapper--about .separate-banner-content-link-box__link {
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 19px 0;
  background: #288CD2;
  border-radius: 30px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
  text-align: center;
}

.wrapper--about .separate-banner-content-link-box__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper--about .separate-banner-content-link-box__link p {
  position: relative;
  right: -20px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--about .separate-banner-content-link-box__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: auto;
  margin-top: 1px;
  -webkit-transform: translate(-127px, -50%);
  transform: translate(-127px, -50%);
}

.wrapper--about .norel-details {
  padding: 200px 0 138px;
}

.wrapper--about .norel-details__title {
  margin: 0 0 80px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
}

.wrapper--about .norel-details__title span {
  margin: 0 0 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.wrapper--about .norel-details-table-content table {
  border-collapse: collapse;
  width: 100%;
}

.wrapper--about .norel-details-table-content table tbody tr {
  border-bottom: 1px solid #B3B3B3;
}

.wrapper--about .norel-details-table-content table tbody tr:first-child {
  border-top: 1px solid #B3B3B3;
}

.wrapper--about .norel-details-table-content table tbody tr td {
  height: 91px;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.53;
}

.wrapper--about .norel-details-table-content table tbody tr td.col-1 {
  width: 282px;
  padding: 0 0 0 60px !important;
}

.wrapper--about .norel-details-table-content table tbody tr td.title {
  width: 200px;
  font-size: 15px;
  font-weight: 700;
  background: #F7F7F7;
  text-align: center;
}

.wrapper--about .norel-details-table-content table tbody tr td:not(.title) {
  padding: 0 40px 0 61px;
}

.wrapper--about .norel-details-table-content a {
  color: #29abe2;
  transition: opacity, .3s;
}

.wrapper--about .norel-details-table-content a:hover {
  opacity: 0.7;
}

.wrapper--plan .container {
  padding: 0 100px;
}

.wrapper--plan .plan-top {
  padding: 170px 0 100px;
  margin: 0 -100px 0 -90px;
}

.wrapper--plan .plan-section-title-box {
  margin: 0 0 81px;
  text-align: center;
}

.wrapper--plan .plan-section-title-box__title {
  position: relative;
  left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.wrapper--plan .plan-section-title-box__title img {
  height: auto;
  margin: 0 20px 0 0;
}

.wrapper--plan .plan-section-title-box__title img.human {
  width: 30px;
}

.wrapper--plan .plan-section-title-box__title img.cog {
  width: 34px;
}

.wrapper--plan .plan-section-title-box__title img.lamp {
  width: 28px;
}

.wrapper--plan .plan-section-title-box__title img.calculator {
  width: 34px;
}

.wrapper--plan .plan-section-title-box__description {
  margin: 43px 0 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 700;
}

.wrapper--plan .plan-section-title-box__description span {
  display: block;
  margin: -21px 0 0;
  font-size: 14px;
  font-weight: normal;
}

.wrapper--plan .recommend {
  padding: 0 0 151px;
}

.wrapper--plan .recommend-content {
  padding: 70px 0 60px;
  background: #F7F7F7;
}

.wrapper--plan .recommend-content:not(:last-child) {
  margin: 0 0 83px;
}

.wrapper--plan .recommend-content:nth-child(2) {
  padding: 90px 0 61px;
}

.wrapper--plan .recommend-content:nth-child(2) .recommend-content-head {
  margin: 0 0 88px;
  padding: 0 92px;
}

.wrapper--plan .recommend-content:nth-child(2) .recommend-content-head__title {
  top: -1px;
  width: 398px;
}

.wrapper--plan .recommend-content:nth-child(2) .recommend-content-head__title img {
  top: -26px;
}

.wrapper--plan .recommend-content:nth-child(2) .recommend-content-head__description {
  padding: 0 0 0 43px;
}

.wrapper--plan .recommend-content:nth-child(2) .recommend-item__picture-figure {
  margin: 0 0 30px;
}

.wrapper--plan .recommend-content-head {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
  padding: 0 73px;
}

.wrapper--plan .recommend-content-head__title {
  position: relative;
  top: -9px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8.4px;
  width: 462px;
}

.wrapper--plan .recommend-content-head__title small {
  font-size: 40%;
}

.wrapper--plan .recommend-content-head__title img {
  position: absolute;
  top: -17px;
  right: 0;
  width: 29px;
  height: auto;
}

.wrapper--plan .recommend-content-head__description {
  flex: 1;
  padding: 0 0 0 28px;
  letter-spacing: 1.8px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
}

.wrapper--plan .recommend-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 27px;
}

.wrapper--plan .recommend-item {
  width: calc(100% / 6);
  margin: 0 0 54px;
  text-align: center;
}

.wrapper--plan .recommend-item__picture-figure {
  margin: 0 0 10px;
}

.wrapper--plan .recommend-item__picture-figure img {
  width: 100px;
  height: auto;
}

.wrapper--plan .recommend-item__title {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1px;
}

.wrapper--plan .recommend-content-notice {
  margin: auto;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 14px;
}

.wrapper--plan .recommend-content-link-box {
  margin: -1px 0 0;
  text-align: center;
}

.wrapper--plan .recommend-content-link-box__link {
  display: inline-block;
  width: 500px;
  background: #288CD2;
  color: white;
  font-weight: 700;
  font-size: 22px;
  padding: 19px 0;
  border-radius: 30px;
  letter-spacing: 2px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
}

.wrapper--plan .recommend-content-link-box__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper--plan .support__content-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 955px;
  margin: -22px auto 0;
}

.wrapper--plan .support-content {
  margin: 0 0 53px;
}

.wrapper--plan .support-content:nth-child(odd) {
  width: 50%;
}

.wrapper--plan .support-content:nth-child(even) {
  flex: 1;
}

.wrapper--plan .support-content__title {
  position: relative;
  padding: 0 0 0 63px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}

.wrapper--plan .support-content__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  background-image: url("/img/plan/check.png");
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}

.wrapper--plan .support-content__title small {
  font-size: 14px;
}

.wrapper--plan .support-content__notice {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.86;
}

.wrapper--plan .warranty {
  padding: 102px 0;
}

.wrapper--plan .warranty .plan-section-title-box {
  margin: 0 0 30px;
}

.wrapper--plan .warranty-content:nth-child(1) {
  padding: 0 0 81px;
}

.wrapper--plan .warranty-content:nth-child(2) {
  padding: 0 0 127px;
}

.wrapper--plan .warranty-title {
  position: relative;
  font-size: 26px;
  margin: 0 0 12px;
  padding: 0 0 0 34px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrapper--plan .warranty-title--1 {
  margin: 0 0 131px;
}

.wrapper--plan .warranty-title--2 {
  margin: 0 0 82px;
}

.wrapper--plan .warranty-title--3 {
  margin: 0 0 72px;
}

.wrapper--plan .warranty-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 30px;
  background-image: url("/img/flow/title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--plan .warranty-table-box {
  padding: 0 100px;
}

.wrapper--plan .warranty-table-box--1 {
  margin: 0 0 80px;
}

.wrapper--plan .warranty-table-head {
  padding: 0 0 0 200px;
}

.wrapper--plan .warranty-table-head-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #B3B3B3;
  text-align: center;
  width: 100%;
  background: #288CD2;
}

.wrapper--plan .warranty-table-head-content__title {
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 1.444;
  letter-spacing: 2px;
}

.wrapper--plan .warranty-table-head-content__title img {
  position: relative;
  top: 3px;
  width: auto;
  height: 38px;
}

.wrapper--plan .warranty-table-content table {
  border-collapse: collapse;
  width: 100%;
}

.wrapper--plan .warranty-table-content table thead tr th {
  width: 350px;
  background: #B3B3B3;
  color: white;
  height: 91px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.wrapper--plan .warranty-table-content table thead tr th:not(:last-child) {
  border-right: 1px solid white;
}

.wrapper--plan .warranty-table-content table thead tr th:first-child {
  width: 300px;
}

.wrapper--plan .warranty-table-content table tbody tr {
  border-bottom: 1px solid #B3B3B3;
}

.wrapper--plan .warranty-table-content table tbody tr:first-child {
  border-top: 1px solid #B3B3B3;
}

.wrapper--plan .warranty-table-content table tbody tr td {
  height: 91px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.25;
}

.wrapper--plan .warranty-table-content table tbody tr td.title {
  width: 200px;
  font-weight: 700;
  background: #F7F7F7;
}

.wrapper--plan .warranty-care {
  padding: 170px 0 0;
  text-align: center;
}

.wrapper--plan .warranty-care__title {
  position: relative;
  display: inline-block;
  margin: 0 0 58px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
}

.wrapper--plan .warranty-care__title::after {
  position: relative;
  display: block;
  width: 566px;
  height: 10px;
  margin: 34px 0 0 6px;
  background-image: url("/img/plan/warranty-care_title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--plan .warranty-care-plan__title {
  position: relative;
  left: 5px;
  margin: 0 0 41px;
  color: #288CD2;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 7px;
}

.wrapper--plan .warranty-care-plan__title span {
  font-size: 56px;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 11px;
}

.wrapper--plan .warranty-care-plan__price {
  margin: 0 0 52px;
  color: #288CD2;
  font-weight: 700;
  font-size: 39px;
}

.wrapper--plan .warranty-care-plan__price span {
  font-size: 52px;
  font-family: aktiv-grotesk, sans-serif;
}

.wrapper--plan .warranty-care-plan__price small {
  font-size: 15px;
  font-weight: normal;
}

.wrapper--plan .warranty-care-plan__description {
  margin: 0 0 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 3px;
}

.wrapper--plan .warranty-care-plan__description small {
  font-size: 15px;
  font-weight: normal;
}

.wrapper--plan .warranty-care-plan__notice {
  text-align: left;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.86;
  padding: 0 88px;
}

.wrapper--plan .table-section {
  padding: 0 88px;
}

.wrapper--plan .table-head {
  padding: 0 0 0 200px;
  border-bottom: 1px solid #B3B3B3;
}

.wrapper--plan .table-head__content-container {
  display: flex;
}

.wrapper--plan .table-head-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #B3B3B3;
  text-align: center;
  width: 400px;
}

.wrapper--plan .table-head-content:not(:last-child) {
  border-right: 1px solid #fff;
}

.wrapper--plan .table-head-content.norel {
  width: 280px;
  background: #288CD2;
}

.wrapper--plan .table-head-content__title {
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 1.444;
}

.wrapper--plan .table-head-content__title img {
  position: relative;
  top: 3px;
  width: auto;
  height: 38px;
}

.wrapper--plan .table-section-content--1 table tbody tr td:not(:first-child) {
  width: 400px;
}

.wrapper--plan .table-section-content table {
  width: 100%;
  border-collapse: collapse;
}

.wrapper--plan .table-section-content table thead tr:not(:last-child) {
  border-bottom: 1px solid white;
}

.wrapper--plan .table-section-content table thead tr th {
  height: 50px;
  align-items: center;
  vertical-align: middle;
  font-weight: 700;
}

.wrapper--plan .table-section-content table thead tr th small {
  font-size: 12px;
  font-weight: normal;
}

.wrapper--plan .table-section-content table thead tr th:first-child {
  width: 200px;
}

.wrapper--plan .table-section-content table thead tr th:not(:last-child) {
  border-right: 1px solid white;
}

.wrapper--plan .table-section-content table thead tr th.norel {
  background: #288CD2;
  color: white;
}

.wrapper--plan .table-section-content table thead tr th.cospa {
  background: #505050;
  color: white;
  width: 183px;
}

.wrapper--plan .table-section-content table thead tr th.plan {
  color: white;
  background: #B3B3B3;
  height: 70px;
  line-height: 1.44;
}

.wrapper--plan .table-section-content table thead tr th.normal {
  width: 204px;
}

.wrapper--plan .table-section-content table tbody tr {
  border-bottom: 1px solid #B3B3B3;
}

.wrapper--plan .table-section-content table tbody tr td {
  text-align: center;
  line-height: 1.25;
  height: 91px;
  align-items: center;
  vertical-align: middle;
  font-size: 16px;
}

.wrapper--plan .table-section-content table tbody tr td:first-child {
  font-weight: 700;
  letter-spacing: 2px;
  background: #F7F7F7;
}

.wrapper--plan .table-section-content table tbody tr td.norel {
  background: #EDF8FF;
}

.wrapper--plan .table-section-content table tbody tr td.separate {
  height: 70px;
  background: black;
  color: white;
}

.wrapper--plan .table-section-content table tbody tr td.icon img {
  width: 24px;
  height: auto;
}

.wrapper--plan .table-section-content table tbody tr td span {
  display: block;
  position: relative;
  top: 5px;
  letter-spacing: 0;
  font-size: 11px;
}

.wrapper--plan .table-section-content table tbody tr td.blank {
  background: #505050;
}

.wrapper--plan .warranty-content .table-section-notice {
  line-height: 25px;
  margin-top: 10px;
  padding: 0 0 0 100px;
}

.wrapper--plan .warranty-content .table-section-callcenter {
  font-size: large;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 0 0 100px;
}

.wrapper--plan .table-section-content__notice {
  margin: 33px 0 0;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.86;
}

.wrapper--plan .table-section-content__notice span {
  font-size: large;
}

.wrapper--plan .table-section-content__notice a {
  color: #29abe2;
  transition: opacity, .3s;
}

.wrapper--plan .norelgo-banner-section {
  padding: 15px 0 137px;
}

.wrapper--plan .norelgo-banner-text-box {
  text-align: center;
  margin: 0 0 75px;
}

.wrapper--plan .norelgo-banner-text-box__title {
  display: inline-block;
  position: relative;
  margin: 0 0 50px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
}

.wrapper--plan .norelgo-banner-text-box__title::after {
  position: relative;
  display: block;
  width: 730px;
  height: 10px;
  margin: 28px 0 0 3px;
  background-image: url("/img/plan/norelgo-banner-text-box_title-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.wrapper--plan .norelgo-banner-text-box__description {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.wrapper--plan .norelgo-banner-text-box__notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.2px;
}

.wrapper--plan .norelgo-banner-link-box__link {
  display: block;
  max-width: 700px;
  margin: auto;
  transition: opacity, .3s;
}

.wrapper--plan .norelgo-banner-link-box__link:hover {
  opacity: 0.7;
}

.wrapper--plan .norelgo-banner-link-box__link img {
  width: 100%;
  height: auto;
  border: solid;
}

@media (max-width: 767px) {
  div.section-title {
    position: relative;
    display: block;
    padding: 0 0 0 28px;
    margin: 0;
  }

  div.section-title::before {
    position: absolute;
    bottom: 6px;
    left: 28px;
    width: 100%;
    height: 1px;
    background: #cccccc;
    content: "";
  }

  .section-title__title {
    margin: 0 0 8px;
  }

  .section-title__title img {
    height: 25px;
  }

  .section-notice {
    padding: 16px 28px 0 28px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .common-link-box__link {
    padding: 0 0 0 9px;
  }

  .common-link-box__link::before {
    bottom: -6px;
    left: 1px;
    height: 1px;
    width: calc(100% + 33px);
  }

  .common-link-box__link::after {
    right: -30px;
    bottom: -7px;
    width: 1px;
    height: 12px;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
  }

  .common-link-box__link p {
    display: flex;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .common-link-box__link p::before {
    margin: -1px 6px 0 0;
    width: 7px;
    height: 7px;
  }

  .contact-content-box__title {
    margin: 0 0 22px;
    padding: 0;
    font-size: 16px;
    line-height: 1.84;
    letter-spacing: 1px;
  }

  .contact-content-box__container {
    padding: 0;
  }

  .contact-tabs {
    padding: 0;
    border-bottom: 1px solid black;
  }

  .contact-tab {
    width: calc(100% / 3);
    margin-bottom: -1px;
    padding: 12px 0 10px;
  }

  .contact-tab:not(:first-child) {
    margin-left: -1px;
  }

  .contact-tab:first-child {
    border-left: none;
  }

  .contact-tab__title {
    text-align: center;
  }

  .contact-tab__title::before {
    top: 3px;
    left: -15px;
    font-size: 10px;
  }

  .contact-tab__title img {
    width: auto;
    height: 12px;
  }

  .contact-line {
    display: block;
    padding: 30px 20px 30px;
  }

  .contact-line__title {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.39;
    letter-spacing: 1px;
  }

  .contact-line__link img {
    width: 156px;
  }

  .contact-tel {
    display: block;
    padding: 34px 20px 30px;
  }

  .contact-tel__title {
    margin: 0 0 11px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .contact-tel__title span {
    display: block;
    font-size: 11px;
    margin: 7px 0 0;
    letter-spacing: 1.7px;
  }

  .contact-tel__link img {
    width: 156px;
  }

  .contact-mail {
    padding: 36px 20px 64px;
  }

  .contact-mail-form__notice {
    margin: 0 0 8px;
    font-size: 10px;
  }

  .contact-mail-form__notice span {
    font-size: 10px;
  }

  .contact-mail-form__privacy {
    padding: 16px 0 0;
    text-align: left;
    font-size: 10px;
    line-height: 1.6;
  }

  .contact-mail-form submit {
    margin: 16px 0 0;
    padding: 9px 60px;
    font-size: 17px;
  }

  .contact-mail-form-content {
    display: block;
  }

  .contact-mail-form-content:not(:last-child) {
    margin: 0 0 19px;
  }

  .contact-mail-form-content__label-box {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }

  .contact-mail-form-content__label-box label {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .contact-mail-form-content__label-box label span {
    font-size: 12px;
  }

  .contact-mail-form-content__input-box input[type="text"],
  .contact-mail-form-content__input-box textarea,
  .contact-mail-form-content__input-box input[type="tel"],
  .contact-mail-form-content__input-box input[type="mail"] {
    padding: 4px 10px;
    font-size: 16px;
  }

  .contact-mail-form-content__input-box textarea {
    padding: 6px 10px;
    line-height: 1.6;
  }

  .contact-mail-form-content-checkbox {
    padding: 2px 0 15px;
  }

  .contact-mail-form-content-checkbox label {
    padding: 0 0 0 25px;
    font-size: 10px;
    letter-spacing: 1.3px;
  }

  .contact-mail-form-content-checkbox label:not(:last-child) {
    margin: 0 0 19px;
  }

  .contact-mail-form-content-checkbox label::before {
    top: -4px;
    width: 15px;
    height: 15px;
  }

  .page-title-box {
    padding: 99px 0 0;
  }

  .page-title-box__title {
    font-size: 20px;
    letter-spacing: 4px;
    margin: 0 0 26px;
  }

  .page-title-box__subtitle {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .plan__content-container {
    display: block;
    margin: 0 25px 25px;
    padding: 0;
  }

  .plan-content {
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .plan-content__container {
    margin: 0 0 11px;
    padding: 15px 24px 12px;
    border-right: 1px solid #cccccc;
  }

  .plan-content:not(:last-child) {
    margin: 0 0 72px;
  }

  .plan-content-title-box {
    padding: 0 0 28px;
    border-bottom: 1px solid #cccccc;
  }

  .plan-content-title-box__subtitle {
    margin: 0 0 15px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .plan-content-title-box__title {
    font-size: 25px;
    letter-spacing: 2.4px;
  }

  .plan-content-price-box {
    padding: 28px 0 32px;
  }

  .plan-content-price-box__price {
    margin: 0 0 26px;
    font-size: 25px;
  }

  .plan-content-price-box__price span {
    font-size: 15px;
  }

  .plan-content-price-box__price small {
    font-size: 12px;
  }

  .plan-content-price-box__description {
    font-size: 15px;
    letter-spacing: 1px;
    height: auto;
  }

  .plan-content-price-box__description small {
    font-size: 12px;
  }

  .plan-content-cycle-box__title {
    margin: 0 0 9px;
    padding: 0 18px 13px;
    font-size: 13px;
  }

  .plan-content-cycle-box__title::before {
    top: 2px;
    left: 0;
    font-size: 10px;
  }

  .plan-content-cycle-box__title small {
    font-size: 12px;
  }

  .plan-content-cycle-box__description {
    font-size: 15px;
    min-height: auto;
  }

  .plan-notice {
    padding: 0;
    font-size: 10px;
  }

  .js-resize-target {
    width: initial;
  }

  .t-mv-slider {
    height: 100%;
    overflow: hidden;
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }
  
  .kv-attention__description.only-sp {
    display: block;
  }
  .wrapper--index .pick-up {
    margin: 0 0 54px;
    padding: 0;
  }

  .wrapper--index .pick-up__container {
    padding: 25px 25px;
  }

  .wrapper--index .pick-up-content__thumbnail {
    width: 100%;
    height: 286px;
    margin: 0 0 21px;
    background-image: url(/img/index/pick-up-content-thumbnail_sp.jpg);
  }

  .wrapper--index .pick-up-content-text-box__subtitle {
    margin: 0 0 5px;
    font-size: 12px;
    letter-spacing: 1.1px;
    line-height: 1.4;
  }

  .wrapper--index .pick-up-content-text-box__title {
    margin: 0 0 11px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.36;
  }

  .wrapper--index .pick-up-content-text-box__notice {
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .wrapper--index .about__container {
    padding: 21px 25px 0;
  }

  .wrapper--index .about .section-title__title img {
    height: 21px;
  }

  .wrapper--index .about-content__title {
    margin: 0 0 26px;
    font-size: 24px;
    letter-spacing: 6px;
    line-height: 1.5;
  }

  .wrapper--index .about-content__text-box {
    display: block;
    padding: 0;
  }

  .wrapper--index .about-content__description {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 2.2px;
  }

  .wrapper--index .about-content__picture-figure {
    padding: 0;
    margin: 0 -25px;
  }

  .wrapper--index .about-content__picture-figure img {
    width: 100%;
    height: 249px;
    object-fit: cover;
  }

  .wrapper--index .service {
    margin: 0 0 90px;
  }

  .wrapper--index .service__container {
    padding: 25px 25px 0;
  }

  .wrapper--index .service__content-container {
    padding: 0;
  }

  .wrapper--index .service-content {
    display: block;
  }

  .wrapper--index .service-content:nth-child(1) {
    margin: 0 0 78px;
  }

  .wrapper--index .service-content:nth-child(1) .service-content-text-box {
    padding: 0;
  }

  .wrapper--index .service-content:nth-child(2) {
    margin: 0 0 79px;
  }

  .wrapper--index .service-content:nth-child(2) .service-content-text-box {
    padding: 0;
  }

  .wrapper--index .service-content:nth-child(3) {
    margin: 0 0 87px;
    padding: 0;
  }

  .wrapper--index .service-content:nth-child(3) .service-content-text-box {
    padding: 0;
  }

  .wrapper--index .service-content:nth-child(4) .service-content-text-box {
    padding: 0;
  }

  .wrapper--index .service-content-picture-box {
    margin: 0 0 19px;
  }

  .wrapper--index .service-content-picture-box__big-picture-figure img {
    width: 100%;
  }

  .wrapper--index .service-content-text-box__title {
    margin: 0 0 6px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .wrapper--index .service-content-text-box__title sup {
    font-size: 15px;
  }

  .wrapper--index .service-content-text-box__title small {
    font-size: 14px;
  }

  .wrapper--index .service-content-text-box__title span {
    display: inline-block;
    position: relative;
  }

  .wrapper--index .service-content-text-box__title span::before {
    bottom: 0;
    left: -1px;
    height: 4px;
  }

  .wrapper--index .service-content-text-box__description {
    margin: 0 0 19px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .wrapper--index .plan {
    margin: 0 0 94px;
  }

  .wrapper--index .plan__container {
    padding: 37px 0 0;
  }

  .wrapper--index .plan__content-container {
    display: block;
    margin: 0 25px 25px;
    padding: 0;
  }

  .wrapper--index .plan .common-link-box {
    padding: 0 25px;
  }

  .wrapper--index .plan .contact-content-box {
    padding: 85px 0 0;
  }

  .wrapper--index .plan .contact-content-box__title {
    padding: 0 25px;
  }

  .wrapper--index .voice {
    margin: 0 0 106px;
  }

  .wrapper--index .voice__container {
    padding: 39px 0 0;
  }

  .wrapper--index .voice .section-title__title img {
    height: 24px;
  }

  .wrapper--index .voice .common-link-box {
    padding: 0 25px;
  }

  .wrapper--index .voice-box {
    overflow: initial;
  }

  .wrapper--index .voice-box__content-container {
    padding: 0 0 20px;
  }

  .wrapper--index .voice-arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 74px;
    left: 50%;
    width: 175px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
  }

  .wrapper--index .voice-arrow {
    pointer-events: auto;
  }

  .wrapper--index .voice-arrow img {
    width: 8px;
    height: auto;
  }

  .wrapper--index .voice-content {
    padding: 0 18px;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .5s;
  }

  .wrapper--index .voice-content.active {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  .wrapper--index .voice-content.active .voice-content-picture-box::before {
    height: 17px;
  }

  .wrapper--index .voice-content.active .voice-content-picture-box__thumbnail {
    border: 3px solid #29abe2;
  }

  .wrapper--index .voice-content-picture-box::before {
    top: 123px;
  }

  .wrapper--index .voice-content-picture-box__thumbnail {
    width: 125px;
    height: 125px;
    border: 3px solid white;
  }

  .wrapper--index .voice-content-picture-box__plan img {
    top: -20px;
    width: 230px;
  }

  .wrapper--index .voice-content-text-box {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 50px);
    padding: 15px;
    opacity: 1;
    transition: height, .5s;
  }

  .wrapper--index .voice-content-text-box__title {
    margin: 0 0 19px;
    font-size: 18px;
    line-height: 1.3;
  }

  .wrapper--index .voice-content-text-box__description {
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.44;
  }

  .wrapper--index .voice-content-car__title, .wrapper--index .voice-content-car__name {
    font-size: 13px;
  }

  .wrapper--index .whats-new {
    margin: 0 0 107px;
  }

  .wrapper--index .whats-new__container {
    padding: 36px 0 0;
  }

  .wrapper--index .whats-new .common-link-box {
    padding: 0 25px;
  }

  .wrapper--index .whats-new-box {
    position: relative;
    margin: 0 0 27px;
  }

  .wrapper--index .whats-new-box__content-container {
    flex-wrap: wrap;
    padding: 0 25px;
    margin: 0;
  }

  .wrapper--index .whats-new-content {
    width: calc((100% - 15px) / 2);
  }

  .wrapper--index .whats-new-content:not(:last-child) {
    margin: 0 0 30px;
  }

  .wrapper--index .whats-new-content:not(:nth-child(2n)) {
    margin: 0 15px 30px 0 !important;
  }

  .wrapper--index .whats-new-content__picture-figure {
    margin: 0 0 23px;
  }

  .wrapper--index .whats-new-content-text-box__plan {
    margin: 0 0 10px;
    font-size: 12px;
  }

  .wrapper--index .whats-new-content-text-box__plan::before {
    top: -10px;
    left: -11px;
    width: 10px;
    height: 10px;
  }

  .wrapper--index .whats-new-content-text-box__title {
    font-size: 12px;
  }

  .wrapper--index .whats-new-content-text-box__price {
    font-size: 14px;
  }

  .wrapper--index .whats-new-content-text-box__price span {
    font-size: 11px;
  }

  .wrapper--index .for-biz {
    margin: 0 0 125px;
  }

  .wrapper--index .for-biz__container {
    padding: 11px 0 0;
  }

  .wrapper--index .for-biz-content {
    display: block;
  }

  .wrapper--index .for-biz-content-text-box {
    margin: 0 0 30px;
    padding: 10px 25px 0;
  }

  .wrapper--index .for-biz-content-text-box__title {
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 1.4;
  }

  .wrapper--index .for-biz-content-picture-box__picture-figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .wrapper--index .store {
    margin: 0 0 99px;
  }

  .wrapper--index .store__container {
    padding: 21px 0 0;
  }

  .wrapper--index .store-content__title {
    margin: 0 0 25px;
    padding: 0 27px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1.5px;
  }

  .wrapper--index .store-content__picture-figure img {
    width: 100%;
  }

  .wrapper--index .news {
    margin: 0 0 68px;
  }

  .wrapper--index .news__container {
    padding: 19px 25px 0;
  }

  .wrapper--index .news__content-container {
    margin: 0 0 32px;
    padding: 14px 12px 18px;
  }

  .wrapper--index .news .common-link-box {
    margin: 0 0 30px;
  }

  .wrapper--index .news .common-link-box + .common-link-box {
    margin: 0 0 80px;
  }

  .wrapper--index .news-content:not(:last-child) {
    margin: 0 0 28px;
  }

  .wrapper--index .news-content__date {
    width: 86px;
  }

  .wrapper--index .news-content__date, .wrapper--index .news-content__title {
    font-size: 12px;
  }

  .wrapper--index .topics {
    margin: 0;
  }

  .wrapper--index .topics-box__content-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .wrapper--index .topics-content {
    width: calc((100% - 15px) / 2);
    padding: 0;
    margin: 0 0 13px 0;
  }

  .wrapper--index .topics-content:not(:nth-child(2n)) {
    margin: 0 15px 13px 0;
  }

  .wrapper--index .topics-content__thumbnail {
    width: 100%;
    height: 98px;
    margin: 0 0 7px;
  }

  .wrapper--index .topics-content-title-box__title {
    margin: 0 0 2px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }

  .wrapper--index .topics-content-title-box__description {
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.2;
  }

  .wrapper--index .topics-dots {
    display: none;
  }

  .wrapper--flow .container {
    padding: 0;
  }

  .wrapper--flow .flow-steps {
    padding: 96px 0 0;
  }

  .wrapper--flow .flow-steps__content-container {
    padding: 0 15px;
    margin: 0 0 89px;
  }

  .wrapper--flow .flow-steps-content:not(:last-child)::before {
    left: 40px;
  }

  .wrapper--flow .flow-steps-content:nth-child(1) .flow-steps-content-text-box {
    padding-top: 6px;
    padding-bottom: 40px;
  }

  .wrapper--flow .flow-steps-content:nth-child(1) .flow-steps-content-text-box__description {
    margin: 0 0 43px;
  }

  .wrapper--flow .flow-steps-content:nth-child(2) .flow-steps-content-text-box {
    padding-top: 25px;
    padding-bottom: 33px;
  }

  .wrapper--flow .flow-steps-content:nth-child(3) .flow-steps-content-text-box {
    padding-top: 0;
    padding-bottom: 33px;
  }

  .wrapper--flow .flow-steps-content:nth-child(4) .flow-steps-content-text-box {
    padding-top: 19px;
    padding-bottom: 46px;
  }

  .wrapper--flow .flow-steps-content:nth-child(5) .flow-steps-content-text-box {
    padding-top: 19px;
  }

  .wrapper--flow .flow-steps-content-num-box {
    width: 80px;
    height: 80px;
  }

  .wrapper--flow .flow-steps-content-num-box__title {
    top: 1px;
    left: 2px;
    font-size: 12px;
    letter-spacing: 3px;
  }

  .wrapper--flow .flow-steps-content-num-box__title::before {
    bottom: -7px;
    width: 15px;
  }

  .wrapper--flow .flow-steps-content-num-box__num {
    top: 8px;
  }

  .wrapper--flow .flow-steps-content-num-box__num img {
    height: 38px;
  }

  .wrapper--flow .flow-steps-content-text-box {
    padding-left: 16px;
  }

  .wrapper--flow .flow-steps-content-text-box__title {
    margin: 0 0 11px;
    font-size: 26px;
    line-height: 1.54;
    letter-spacing: 2.4px;
  }

  .wrapper--flow .flow-steps-content-text-box__description {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .wrapper--flow .flow-steps-content-text-box__notice {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 2;
  }

  .wrapper--flow .flow-steps-contact-box {
    display: block;
    padding: 0 30px 0 0;
  }

  .wrapper--flow .flow-steps-contact-box__content:nth-child(2) {
    padding: 0;
  }

  .wrapper--flow .flow-steps-contact-line {
    border: none;
    width: 100%;
    margin: 0 0 38px;
    padding: 0;
  }

  .wrapper--flow .flow-steps-contact-line__title {
    margin: 0 0 18px;
    text-align: left;
  }

  .wrapper--flow .flow-steps-contact-line__title img {
    height: 64px;
  }

  .wrapper--flow .flow-steps-contact-mail__title,
  .wrapper--flow .flow-steps-contact-tel__title {
    padding: 0 0 0 26px;
    font-size: 20px;
    letter-spacing: 2.3px;
  }

  .wrapper--flow .flow-steps-contact-mail__title::before,
  .wrapper--flow .flow-steps-contact-tel__title::before {
    top: -2px;
    left: 0;
    width: 18px;
    height: 23px;
  }

  .wrapper--flow .flow-steps-contact-mail {
    margin: 0 0 31px;
  }

  .wrapper--flow .flow-steps-contact-mail__title {
    margin: 0 0 11px;
  }

  .wrapper--flow .flow-steps-contact-mail__link-box {
    margin: 0 0 13px;
  }

  .wrapper--flow .flow-steps-contact-mail__link-box a {
    width: 100%;
    padding: 17px 0;
    font-size: 16px;
    border-radius: 25px;
    letter-spacing: 2px;
  }

  .wrapper--flow .flow-steps-contact-mail__description {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .wrapper--flow .flow-steps-contact-tel__title {
    margin: 0 0 12px;
  }

  .wrapper--flow .flow-steps-contact-tel__link-box {
    margin: 0 0 8px;
  }

  .wrapper--flow .flow-steps-contact-tel__link-box a {
    font-size: 27px;
    letter-spacing: 2.7px;
  }

  .wrapper--flow .flow-steps-contact-tel__description {
    font-size: 11px;
    letter-spacing: 1.1px;
  }

  .wrapper--flow .store-search {
    padding: 50px 15px 54px;
    border-left: none;
  }

  .wrapper--flow .store-search__container {
    display: block;
  }

  .wrapper--flow .store-search-content:nth-child(1) {
    margin: 0 0 21px;
  }

  .wrapper--flow .store-search-content__description {
    font-size: 16px;
    line-height: 2.25;
  }

  .wrapper--flow .store-search-title-box {
    margin: 0 0 23px;
  }

  .wrapper--flow .store-search-title-box__title {
    margin: 0 0 24px;
    font-size: 26px;
    letter-spacing: 2.6px;
  }

  .wrapper--flow .store-search-form-select-box {
    width: 100%;
    margin: 0 0 10px;
  }

  .wrapper--flow .store-search-form-select-box::after {
    right: 18px;
    width: 16px;
    height: 26px;
  }

  .wrapper--flow .store-search-form-select-box select {
    height: 50px;
    letter-spacing: 3.8px;
  }

  .wrapper--flow .store-search-form-submit {
    margin: 26px 0 0;
  }

  .wrapper--flow .store-search-form-submit::before {
    margin-top: 1px;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .wrapper--flow .store-search-form-submit::after {
    font-size: 20px;
    line-height: 50px;
    -webkit-transform: translate(-26px, -50%);
    transform: translate(-26px, -50%);
    content: "\691C\7D22\3059\308B";
  }

  .wrapper--flow .store-search-form-submit__link {
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }

  .wrapper--flow .common-title {
    font-size: 26px;
    letter-spacing: 2.7px;
  }

  .wrapper--flow .continue-and-return {
    padding: 60px 15px 0;
  }

  .wrapper--flow .continue-and-return .common-title {
    margin: 0 0 46px;
  }

  .wrapper--flow .continue-and-return__content-container {
    margin: 0 0 29px;
  }

  .wrapper--flow .continue-and-return-content:not(:last-child) {
    margin: 0 0 36px;
  }

  .wrapper--flow .continue-and-return-content__title {
    font-size: 22px;
    margin: 0 0 12px;
    padding: 0 0 0 25px;
    letter-spacing: 2px;
  }

  .wrapper--flow .continue-and-return-content__title::before {
    top: -2px;
    left: -3px;
    width: 19px;
    height: 26px;
  }

  .wrapper--flow .continue-and-return-content__description {
    margin: 0 0 4px;
    letter-spacing: 1.5px;
  }

  .wrapper--flow .flow-process {
    padding: 34px 15px;
  }

  .wrapper--flow .flow-process__title {
    margin: 0 0 14px;
    font-size: 22px;
    letter-spacing: 2.6px;
    line-height: 1.9;
  }

  .wrapper--flow .flow-process .common-title {
    padding: 0 0 0 4px;
    margin: 0 0 26px;
  }

  .wrapper--flow .flow-process__content-container {
    margin: 44px 0 0;
    padding: 0;
  }

  .wrapper--flow .flow-banner {
    padding: 26px 15px;
  }

  .wrapper--flow .flow-banner__title {
    margin: 0 0 29px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.77;
  }

  .wrapper--flow .flow-banner__title::after {
    width: 100%;
    height: 9px;
    margin: 22px 0 0;
  }

  .wrapper--flow .flow-banner-link-box__link {
    width: 100%;
    padding: 15px 0;
    border-radius: 25px;
  }

  .wrapper--flow .flow-banner-link-box__link p {
    right: -17px;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .wrapper--flow .flow-banner-link-box__link img {
    left: 30px;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .wrapper--forbiz .container {
    padding: 0;
  }

  .wrapper--forbiz .forbiz-kv {
    padding: 38px 0 72px;
  }

  .wrapper--forbiz .forbiz-kv-picture-box::before {
    height: 30px;
    top: -15px;
  }

  .wrapper--forbiz .forbiz-kv-title-box {
    margin: -16px 0 97px;
    padding: 0 0 0 15px;
  }

  .wrapper--forbiz .forbiz-kv-title-box__title {
    margin: 0 0 19px;
    font-size: 26px;
    line-height: 1.54;
    letter-spacing: 2.6px;
  }

  .wrapper--forbiz .forbiz-kv-title-box__description {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
  }

  .wrapper--forbiz .forbiz-points__content-container {
    display: block;
  }

  .wrapper--forbiz .forbiz-points-content {
    width: 100%;
  }

  .wrapper--forbiz .forbiz-points-content:not(:last-child) {
    margin: 0 0 68px;
  }

  .wrapper--forbiz .forbiz-points-content__picture {
    margin: 0 0 9px;
  }

  .wrapper--forbiz .forbiz-points-content__picture img {
    width: 120px;
  }

  .wrapper--forbiz .forbiz-points-content-text-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .wrapper--forbiz .forbiz-points-content-text-box__title {
    margin: 0 0 11px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .wrapper--forbiz .forbiz-points-content-text-box__notice {
    font-size: 10px;
  }

  .wrapper--forbiz .forbiz-merit {
    padding: 0 15px;
  }

  .wrapper--forbiz .forbiz-merit-content:nth-child(1) {
    padding: 14px 0 44px;
  }

  .wrapper--forbiz .forbiz-merit-content:nth-child(1) .forbiz-merit-title-box {
    margin: 0 0 36px;
  }

  .wrapper--forbiz .forbiz-merit-content:nth-child(2) {
    padding: 12px 0 38px;
  }

  .wrapper--forbiz .forbiz-merit-content:nth-child(2) .forbiz-merit-title-box__title {
    margin: 0 0 15px;
  }

  .wrapper--forbiz .forbiz-merit-content:nth-child(2) .forbiz-merit-title-box__description {
    line-height: 2;
  }

  .wrapper--forbiz .forbiz-merit-content:nth-child(3) {
    padding: 12px 0 46px;
  }

  .wrapper--forbiz .forbiz-merit-content:nth-child(3) .forbiz-merit-title-box__title {
    margin: 0 0 17px;
  }

  .wrapper--forbiz .forbiz-merit-content__container {
    display: block;
  }

  .wrapper--forbiz .forbiz-merit-title-box {
    padding: 0;
  }

  .wrapper--forbiz .forbiz-merit-title-box-num {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 52px;
  }

  .wrapper--forbiz .forbiz-merit-title-box-num__container::after {
    bottom: -14px;
    right: -38px;
    width: 59px;
    height: 59px;
  }

  .wrapper--forbiz .forbiz-merit-title-box-num__title {
    margin: 0 0 12px;
    font-size: 24px;
    letter-spacing: 2px;
  }

  .wrapper--forbiz .forbiz-merit-title-box-num__title span {
    top: 8px;
    left: 1px;
    font-size: 58px;
  }

  .wrapper--forbiz .forbiz-merit-title-box-num__subtitle {
    padding: 0 0 0 5px;
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .wrapper--forbiz .forbiz-merit-title-box__title {
    margin: 0 0 7px;
    font-size: 26px;
    letter-spacing: 2.7px;
    line-height: 1.57;
  }

  .wrapper--forbiz .forbiz-merit-title-box__description {
    font-size: 14px;
    line-height: 1.76;
    letter-spacing: 1.5px;
  }

  .wrapper--forbiz .forbiz-merit-title-box__description span {
    font-size: 12px;
    line-height: 2;
  }

  .wrapper--forbiz .forbiz-merit-content-title {
    margin: 0 0 21px;
    padding: 0 0 0 28px;
    font-size: 22px;
  }

  .wrapper--forbiz .forbiz-merit-content-title::before {
    top: -3px;
    width: 19px;
    height: 26px;
  }

  .wrapper--forbiz .forbiz-loan__picture-figure img,
  .wrapper--forbiz .forbiz-lease__picture-figure img {
    width: 100%;
  }

  .wrapper--forbiz .forbiz-loan {
    margin: 0 0 40px;
  }

  .wrapper--forbiz .forbiz-lease {
    margin: 0 0 40px;
  }

  .wrapper--forbiz .forbiz-lease__picture-figure {
    height: auto;
    display: block;
  }

  .wrapper--forbiz .forbiz-norel .forbiz-merit-content-title {
    margin: 0 0 23px;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .wrapper--forbiz .forbiz-norel .forbiz-merit-content-title::before {
    top: -1px;
  }

  .wrapper--forbiz .forbiz-norel__picture-figure img {
    width: 100%;
  }

  .wrapper--forbiz .account-processing {
    margin: 33px 0 0;
    padding: 0;
  }

  .wrapper--forbiz .account-processing__picture-figure {
    margin: 0 0 32px;
  }

  .wrapper--forbiz .account-processing__picture-figure img {
    width: 100%;
  }

  .wrapper--forbiz .account-processing__description {
    font-size: 13px;
  }

  .wrapper--forbiz .persona {
    margin: 66px 0 0;
    padding: 0;
  }

  .wrapper--forbiz .persona__title {
    padding: 0 0 0 22px;
  }

  .wrapper--forbiz .persona__picture-figure {
    padding: 0 21px;
  }

  .wrapper--forbiz .persona__picture-figure img {
    width: 100%;
  }

  .wrapper--forbiz .forbiz-common-title-box__title {
    left: 7px;
    margin: 0 0 26px;
    font-size: 50px;
    letter-spacing: 10px;
  }

  .wrapper--forbiz .forbiz-common-title-box__description {
    margin: 33px 0 0;
    font-size: 16px;
    line-height: 2.25;
  }

  .wrapper--forbiz .forbiz-voice {
    padding: 44px 15px 0;
  }

  .wrapper--forbiz .forbiz-voice .forbiz-common-title-box {
    margin: 0 0 44px;
  }

  .wrapper--forbiz .forbiz-voice-content {
    display: block;
    margin: 0 0 34px;
  }

  .wrapper--forbiz .forbiz-voice-content__picture-figure {
    margin: 0 0 17px;
  }

  .wrapper--forbiz .forbiz-voice-content__picture-figure img {
    width: 100%;
    height: auto;
  }

  .wrapper--forbiz .forbiz-voice-content-text-box {
    padding: 0;
  }

  .wrapper--forbiz .forbiz-voice-content-text-box__title {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 2px;
  }

  .wrapper--forbiz .forbiz-voice-content-text-box__description {
    margin: 0 0 24px;
    line-height: 2.25;
    font-size: 14px;
  }

  .wrapper--forbiz .forbiz-voice-content-text-box__name {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.86;
  }

  .wrapper--forbiz .forbiz-plan {
    padding: 50px 15px 59px;
  }

  .wrapper--forbiz .forbiz-plan .forbiz-common-title-box__title {
    left: 6px;
  }

  .wrapper--forbiz .forbiz-plan__container {
    padding: 26px 0 0;
    margin: 0;
  }

  .wrapper--forbiz .forbiz-plan__container .plan__content-container {
    margin: 0 0 25px;
  }

  .wrapper--forbiz .forbiz-contact {
    padding: 0 15px 50px;
  }

  .wrapper--forbiz .forbiz-contact .forbiz-common-title-box {
    top: -30px;
  }

  .wrapper--forbiz .forbiz-contact .forbiz-common-title-box__title {
    left: 7px;
  }

  .wrapper--forbiz .forbiz-contact .forbiz-common-title-box__subtitle {
    left: -7px;
  }

  .wrapper--forbiz .forbiz-contact-tel {
    display: block;
    max-width: 100%;
    margin: 19px auto 25px;
    padding: 0;
  }

  .wrapper--forbiz .forbiz-contact-tel-title-box {
    width: 100%;
    margin: 0 0 13px;
  }

  .wrapper--forbiz .forbiz-contact-tel-title-box__title {
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .wrapper--forbiz .forbiz-contact-tel-link-box {
    padding: 0;
    margin: 0;
  }

  .wrapper--forbiz .forbiz-contact-tel-link-box__link {
    font-size: 43px;
    letter-spacing: 4.3px;
  }

  .wrapper--forbiz .forbiz-contact-tel-link-box__notice {
    text-align: center;
  }

  .wrapper--forbiz .forbiz-contact-box {
    padding: 30px 20px 35px;
  }

  .wrapper--forbiz .forbiz-contact-box__title {
    margin: 0 0 25px;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .wrapper--forbiz .forbiz-banner {
    padding: 29px 15px 0;
  }

  .wrapper--forbiz .forbiz-banner-title-box {
    margin: 0 0 40px;
  }

  .wrapper--forbiz .forbiz-banner-title-box__title {
    display: block;
    margin: 0 0 31px;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 3px;
  }

  .wrapper--forbiz .forbiz-banner-title-box__title::after {
    width: 100%;
    margin: 22px 0 0;
  }

  .wrapper--forbiz .forbiz-banner-title-box__description {
    font-size: 15px;
    line-height: 2.25;
    text-align: justify;
  }

  .wrapper--forbiz .forbiz-banner-title-box__notice {
    font-size: 11px;
    text-align: justify;
  }

  .wrapper--forbiz .forbiz-banner-content {
    margin: 0 0 41px;
  }

  .wrapper--forbiz .forbiz-banner-content__picture-figure img {
    height: 280px;
    object-fit: cover;
  }

  .wrapper--forbiz .forbiz-case__title {
    margin: 0 0 31px;
    padding: 0 0 0 28px;
    font-size: 22px;
  }

  .wrapper--forbiz .forbiz-case__title::before {
    top: -3px;
    width: 19px;
    height: 26px;
  }

  .wrapper--forbiz .forbiz-case__content-container {
    display: block;
  }

  .wrapper--forbiz .forbiz-case-content {
    width: 100%;
    margin: 0;
  }

  .wrapper--forbiz .forbiz-case-content:not(:nth-child(2n)) {
    margin: 0;
  }

  .wrapper--forbiz .forbiz-case-content:not(:last-child) {
    margin: 0 0 32px;
  }

  .wrapper--forbiz .forbiz-case-content__picture-figure {
    margin: 0 0 9px;
  }

  .wrapper--forbiz .forbiz-case-content__picture-figure img {
    height: auto;
  }

  .wrapper--forbiz .forbiz-case-content__title {
    line-height: 1.8;
    letter-spacing: 2.2px;
  }

  .wrapper--forbiz .forbiz-notice {
    font-weight: bold;
    text-align: center;
    margin: 24px 10px 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  .wrapper--about .container {
    padding: 0;
  }

  .wrapper--about .about-kv {
    padding: 38px 0 30px;
  }

  .wrapper--about .about-kv-picture-box::before {
    height: 30px;
    top: -15px;
  }

  .wrapper--about .about-kv-title-box {
    margin: -16px 0 54px;
    padding: 0 0 0 15px;
  }

  .wrapper--about .about-kv-title-box__title {
    margin: 0 0 19px;
    font-size: 26px;
    line-height: 1.54;
    letter-spacing: 2.6px;
  }

  .wrapper--about .about-kv-title-box__description {
    padding: 0 15px 0 30px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
  }

  .wrapper--about .about-kv-title-box__description img {
    top: 7px;
    left: -4px;
    width: 23px;
  }

  .wrapper--about .whats-norel-content {
    display: block;
    padding: 0 15px;
  }

  .wrapper--about .whats-norel-content:not(:last-child) {
    margin: 0 0 66px;
  }

  .wrapper--about .whats-norel-content:nth-child(2) .whats-norel-content__picture-figure {
    margin: 0 0 31px;
    padding: 0;
    text-align: center;
  }

  .wrapper--about .whats-norel-content:nth-child(2) .whats-norel-content__picture-figure img {
    width: 226px;
  }

  .wrapper--about .whats-norel-content__picture-figure {
    margin: 0 0 37px;
    padding: 0 21px;
  }

  .wrapper--about .whats-norel-content__picture-figure img {
    width: 100%;
  }

  .wrapper--about .whats-norel-content-text-box {
    margin: 0;
    padding: 0;
  }

  .wrapper--about .whats-norel-content-text-box__title {
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 1.54;
    letter-spacing: 2.6px;
  }

  .wrapper--about .whats-norel-content-text-box__description {
    font-size: 14px;
    white-space: initial;
    letter-spacing: 1.4px;
  }

  .wrapper--about .whats-norel-content-text-box__description span {
    margin: 9px 0 0;
    font-size: 12px;
  }

  .wrapper--about .whats-norel-content-link-box {
    margin: 28px 0 0;
  }

  .wrapper--about .whats-norel-content-link-box__link {
    width: 100%;
    padding: 15px 0;
    border-radius: 25px;
  }

  .wrapper--about .whats-norel-content-link-box__link p {
    right: -17px;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .wrapper--about .whats-norel-content-link-box__link img {
    left: 30px;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .wrapper--about .table-section--about-first {
    padding: 0 0 47px;
  }

  .wrapper--about .table-section__title {
    margin: 0 0 31px;
    font-size: 26px;
    left: 2px;
    letter-spacing: 3px;
  }

  .wrapper--about .table-section__title img {
    margin: 0 10px 0 0;
  }

  .wrapper--about .table-section__title img.funding {
    width: 30px;
  }

  .wrapper--about .table-section__title img.office {
    width: 23px;
  }

  .wrapper--about .table-head {
    position: relative;
    padding: 0 0 0 90px;
    border-bottom: none;
  }

  .wrapper--about .table-head__content-container {
    margin: 0 0 10px;
    width: 9999px;
  }

  .wrapper--about .table-head-arrows {
    position: absolute;
    top: 50%;
    left: 73px;
    width: 235px;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .wrapper--about .table-head-arrows__container {
    display: flex;
    justify-content: space-between;
  }

  .wrapper--about .table-head-arrow {
    pointer-events: auto;
    transition: opacity, .3s;
  }

  .wrapper--about .table-head-arrow:first-child {
    opacity: 0;
  }

  .wrapper--about .table-head-arrow img {
    pointer-events: none;
    width: 25px;
    height: auto;
  }

  .wrapper--about .table-head-content {
    width: 200px;
  }

  .wrapper--about .table-head-content:not(:last-child) {
    margin: 0 11px 0 0;
    border-right: none;
  }

  .wrapper--about .table-head-content.norel {
    width: 200px;
  }

  .wrapper--about .table-head-content__title {
    height: auto;
  }

  .wrapper--about .table-head-content__title small {
    display: block;
    margin-bottom: -20px;
  }

  .wrapper--about .table-head-content__title img {
    width: 88px;
    height: auto;
  }

  .wrapper--about .table-section-content {
    padding: 0 15px;
  }

  .wrapper--about .table-section-content .table-section-content-wrapper {
    overflow: hidden;
  }

  .wrapper--about .table-section-content .table-section-content-box {
    width: 9999px;
  }

  .wrapper--about .table-section-content table {
    width: auto;
  }

  .wrapper--about .table-section-content table tbody tr:first-child {
    border-top: 1px solid #B3B3B3;
  }

  .wrapper--about .table-section-content table tbody tr td {
    line-height: 1.25;
    height: 91px;
    width: calc(100vw - 30px - 90px);
    letter-spacing: 0;
  }

  .wrapper--about .table-section-content table tbody tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 90px;
    background: white;
    z-index: 1;
  }

  .wrapper--about .table-section-content table tbody tr td.norel {
    width: calc(100vw - 30px - 90px);
  }

  .wrapper--about .table-section-content__notice {
    margin: 12px 0 0;
    font-size: 10px;
    line-height: 1.4;
  }

  .wrapper--about .suggestion {
    padding: 41px 15px 37px;
  }

  .wrapper--about .suggestion-content {
    display: block;
  }

  .wrapper--about .suggestion-content--1 {
    margin: 0;
  }

  .wrapper--about .suggestion-content--1 .suggestion-content__picture-figure {
    margin: 0 0 31px;
    padding: 0;
  }

  .wrapper--about .suggestion-content--1 .suggestion-content__picture-figure img {
    width: 242px;
  }

  .wrapper--about .suggestion-content--2 {
    margin: 0;
  }

  .wrapper--about .suggestion-content--2 .suggestion-content__picture-figure {
    margin: 0 0 61px;
    padding: 0;
  }

  .wrapper--about .suggestion-content--2 .suggestion-content__picture-figure img {
    width: 228px;
  }

  .wrapper--about .suggestion-content--2 .suggestion-content-text-box {
    padding: 0;
  }

  .wrapper--about .suggestion-content--3 .suggestion-content__picture-figure {
    margin: 0 0 40px;
    padding: 0;
  }

  .wrapper--about .suggestion-content--3 .suggestion-content__picture-figure img {
    width: 204px;
  }

  .wrapper--about .suggestion-content--3 .suggestion-content-text-box__title {
    margin: 0 0 16px;
  }

  .wrapper--about .suggestion-content__picture-figure {
    padding: 0;
    text-align: center;
  }

  .wrapper--about .suggestion-content-text-box {
    margin: 0;
    padding: 0;
  }

  .wrapper--about .suggestion-content-text-box__title {
    margin: 0 0 31px;
    font-size: 26px;
    line-height: 1.54;
  }

  .wrapper--about .suggestion-content-text-box__title sup {
    font-size: 20px;
  }

  .wrapper--about .suggestion-content-text-box__description {
    font-size: 14px;
    white-space: initial;
    letter-spacing: 1.4px;
  }

  .wrapper--about .suggestion-content-text-box__description sup {
    font-size: 12px;
  }

  .wrapper--about .suggestion-content-text-box__description span {
    margin: 12px 0 0;
    font-size: 12px;
  }

  .wrapper--about .suggestion-items {
    padding: 88px 0 96px;
  }

  .wrapper--about .suggestion-items__container:not(:last-child) {
    margin: 0 0 70px;
  }

  .wrapper--about .suggestion-items__content-container {
    display: block;
  }

  .wrapper--about .suggestion-items-title {
    margin: 0 0 55px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.4;
  }

  .wrapper--about .suggestion-items-content {
    display: block;
    text-align: center;
    margin: 0;
  }

  .wrapper--about .suggestion-items-content:nth-child(odd) {
    width: 100%;
  }

  .wrapper--about .suggestion-items-content:not(:last-child) {
    margin: 0 0 57px;
  }

  .wrapper--about .suggestion-items-content__picture-figure {
    margin: 0 0 28px;
    top: 0;
  }

  .wrapper--about .suggestion-items-content__picture-figure img {
    width: 100px;
  }

  .wrapper--about .suggestion-items-content-text-box {
    padding: 0;
  }

  .wrapper--about .suggestion-items-content-text-box__title {
    margin: 0 0 14px;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .wrapper--about .suggestion-items-content-text-box__description {
    line-height: 2;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .wrapper--about .suggestion-items-content-text-box__description span {
    margin: -2px 0 0;
    font-size: 12px;
  }

  .wrapper--about .cycle-box {
    margin: 0 -15px;
    padding: 54px 0 40px;
  }

  .wrapper--about .separate-banner {
    margin: 0;
    padding: 71px 15px 66px;
    background-image: url("/img/about/separate-banner.sp.jpg");
  }

  .wrapper--about .separate-banner-content__title {
    margin: 0 0 40px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.55;
  }

  .wrapper--about .separate-banner-content__subtitle {
    position: relative;
    left: 14px;
    margin: 0 0 83px;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .wrapper--about .separate-banner-content-link-box {
    position: relative;
  }

  .wrapper--about .separate-banner-content-link-box::before {
    top: -52px;
    margin: 0 0 0 13px;
  }

  .wrapper--about .separate-banner-content-link-box__link {
    width: 100%;
    padding: 15px 0;
    border-radius: 25px;
  }

  .wrapper--about .separate-banner-content-link-box__link p {
    right: -20px;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .wrapper--about .separate-banner-content-link-box__link img {
    left: 45px;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .wrapper--about .norel-details {
    padding: 80px 15px 33px;
  }

  .wrapper--about .norel-details__title {
    margin: 0 0 32px;
    font-size: 26px;
    letter-spacing: 2px;
  }

  .wrapper--about .norel-details-table-content {
    display: none;
  }

  .wrapper--about .norel-details-content:not(:last-child) {
    margin: 0 0 26px;
  }

  .wrapper--about .norel-details-content__title {
    margin: 0 0 18px;
    padding: 22px 20px;
    font-weight: 700;
    background: #F7F7F7;
    letter-spacing: -1px;
  }

  .wrapper--about .norel-details-content__description {
    font-size: 14px;
    line-height: 1.43;
  }

  .wrapper--about .norel-details-content__description a {
    color: #29abe2;
    transition: opacity, .3s;
  }

  .wrapper--about .norel-details-content__description a:hover {
    opacity: 0.7;
  }

  .wrapper--about .norel-details-content__description b {
    display: block;
    margin: 0 0 13px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .wrapper--about .norel-details-content__description b:not(:first-child) {
    margin: 25px 0 13px;
  }

  .wrapper--plan .container {
    padding: 0;
  }

  .wrapper--plan .plan-top {
    padding: 64px 0 26px;
    margin: 0;
  }

  .wrapper--plan .plan-section-title-box {
    margin: 0 0 47px;
  }

  .wrapper--plan .plan-section-title-box__title {
    left: 2px;
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 1.54;
  }

  .wrapper--plan .plan-section-title-box__title img {
    margin: 0 10px 0 0;
  }

  .wrapper--plan .plan-section-title-box__title img.human {
    width: 22px;
  }

  .wrapper--plan .plan-section-title-box__title img.cog {
    width: 34px;
  }

  .wrapper--plan .plan-section-title-box__title img.lamp {
    width: 21px;
  }

  .wrapper--plan .plan-section-title-box__title img.calculator {
    width: 23px;
  }

  .wrapper--plan .plan-section-title-box__description {
    margin: 43px 0 0;
    font-size: 14px;
  }

  .wrapper--plan .plan-section-title-box__description span {
    margin: -21px 0 0;
    font-size: 12px;
  }

  .wrapper--plan .recommend {
    padding: 0 0 52px;
  }

  .wrapper--plan .recommend__content-container {
    padding: 0 15px;
  }

  .wrapper--plan .recommend-content {
    padding: 44px 0 50px;
  }

  .wrapper--plan .recommend-content:not(:last-child) {
    margin: 0 0 20px;
  }

  .wrapper--plan .recommend-content:nth-child(2) {
    padding: 44px 0 50px;
  }

  .wrapper--plan .recommend-content:nth-child(2) .recommend-content-head {
    margin: 0 0 39px;
    padding: 0;
  }

  .wrapper--plan .recommend-content:nth-child(2) .recommend-content-head__title {
    top: 0;
    width: 100%;
  }

  .wrapper--plan .recommend-content:nth-child(2) .recommend-content-head__description {
    padding: 0 26px;
  }

  .wrapper--plan .recommend-content:nth-child(2) .recommend-item {
    margin: 0 0 34px;
  }

  .wrapper--plan .recommend-content:nth-child(2) .recommend-item__picture-figure {
    margin: 0 0 13px;
  }

  .wrapper--plan .recommend-content:nth-child(2) .recommend-content-link-box {
    margin: 8px 0 0;
  }

  .wrapper--plan .recommend-content-head {
    display: block;
    margin: 0 0 41px;
    padding: 0 25px;
  }

  .wrapper--plan .recommend-content-head__title {
    margin: 0 0 40px;
    top: 0;
    font-size: 27px;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
  }

  .wrapper--plan .recommend-content-head__title img {
    display: none;
  }

  .wrapper--plan .recommend-content-head__description {
    padding: 0;
    letter-spacing: 1.8px;
    white-space: initial;
    font-size: 14px;
    line-height: 1.86;
  }

  .wrapper--plan .recommend-items {
    padding: 0 17px;
  }

  .wrapper--plan .recommend-item {
    width: 50%;
    margin: 0 0 44px;
  }

  .wrapper--plan .recommend-item__picture-figure {
    margin: 0 0 12px;
  }

  .wrapper--plan .recommend-item__title {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .wrapper--plan .recommend-content-notice {
    font-size: 12px;
    margin: auto;
    padding: 10px 17px 0 17px;
    letter-spacing: 0.5px;
    text-align: left;
  }

  .wrapper--plan .recommend-content-link-box {
    margin: 0;
    padding: 0 26px;
  }

  .wrapper--plan .recommend-content-link-box__link {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 16px 0;
    border-radius: 45px;
    letter-spacing: 2px;
    line-height: 1.625;
  }

  .wrapper--plan .support {
    padding: 0 15px;
  }

  .wrapper--plan .support .plan-section-title-box {
    text-align: left;
    margin: 0 0 27px;
  }

  .wrapper--plan .support .plan-section-title-box__title {
    text-align: left;
    justify-content: flex-start;
  }

  .wrapper--plan .support .plan-section-title-box__title img {
    margin: 0 15px 0 0;
  }

  .wrapper--plan .support .plan-section-title-box__description {
    margin: 21px 0 0;
    padding: 0 3px;
    letter-spacing: 1.4px;
    font-size: 14px;
  }

  .wrapper--plan .support__content-container {
    display: block;
    margin: 0;
  }

  .wrapper--plan .support-content {
    margin: 0 0 25px;
  }

  .wrapper--plan .support-content:nth-child(odd) {
    width: 100%;
  }

  .wrapper--plan .support-content__title {
    padding: 0 0 0 46px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .wrapper--plan .support-content__title::before {
    width: 30px;
    height: 30px;
    margin-top: -2px;
  }

  .wrapper--plan .support-content__notice {
    font-size: 12px;
    line-height: 1.86;
    text-align: left;
    letter-spacing: 1.4px;
  }

  .wrapper--plan .warranty {
    padding: 28px 0;
  }

  .wrapper--plan .warranty .plan-section-title-box {
    margin: 0 0 46px;
    padding: 0 15px;
  }

  .wrapper--plan .warranty .plan-section-title-box__title {
    justify-content: flex-start;
    text-align: left;
    padding: 0 0 0 10px;
  }

  .wrapper--plan .warranty .plan-section-title-box__title img {
    margin: 0 19px 0 0;
  }

  .wrapper--plan .warranty .plan-section-title-box__description {
    margin: 28px 0 0;
    text-align: left;
    letter-spacing: 1.2px;
  }

  .wrapper--plan .warranty-content:nth-child(1) {
    padding: 0 0 57px;
  }

  .wrapper--plan .warranty-content:nth-child(2) {
    padding: 0 0 77px;
  }

  .wrapper--plan .warranty-title-box {
    padding: 0 15px;
  }

  .wrapper--plan .warranty-title {
    font-size: 22px;
    padding: 0 0 0 29px;
  }

  .wrapper--plan .warranty-title--1 {
    margin: 0 0 69px;
  }

  .wrapper--plan .warranty-title--2 {
    margin: 0 0 31px;
  }

  .wrapper--plan .warranty-title--3 {
    margin: 0 0 91px;
  }

  .wrapper--plan .warranty-title::before {
    top: -3px;
    width: 19px;
    height: 26px;
  }

  .wrapper--plan .warranty-table-box {
    padding: 0 15px;
  }

  .wrapper--plan .warranty-table-box--1 {
    margin: 0 0 53px;
  }

  .wrapper--plan .warranty-table-box__title {
    letter-spacing: 1.5px;
  }

  .wrapper--plan .warranty-table-head {
    padding: 0;
  }

  .wrapper--plan .warranty-table-head-content {
    height: 73px;
    margin: 0 0 10px;
  }

  .wrapper--plan .warranty-table-content table thead tr th {
    width: auto;
    height: 91px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
  }

  .wrapper--plan .warranty-table-content table thead tr th:first-child {
    width: 90px;
  }

  .wrapper--plan .warranty-table-content table tbody tr td {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.43;
  }

  .wrapper--plan .warranty-table-content table tbody tr td.title {
    width: 90px;
  }

  .wrapper--plan .warranty-table-content table tbody tr td small {
    font-size: 12px;
    line-height: 1.66;
  }

  .wrapper--plan .warranty-table-content table tbody tr td span {
    display: block;
    font-size: 16px;
    margin: 7px 0 0;
  }

  .wrapper--plan .warranty-care {
    padding: 69px 15px 0;
  }

  .wrapper--plan .warranty-care__title {
    display: block;
    margin: 0 0 48px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.77;
  }

  .wrapper--plan .warranty-care__title::after {
    width: 345px;
    height: 9px;
    margin: 22px 0 0;
  }

  .wrapper--plan .warranty-care-plan__title {
    margin: 0 0 36px;
    font-size: 40px;
    letter-spacing: 5px;
  }

  .wrapper--plan .warranty-care-plan__title span {
    display: block;
    margin: 0 0 13px;
    font-size: 50px;
  }

  .wrapper--plan .warranty-care-plan__price {
    margin: 0 0 36px;
    font-size: 28px;
  }

  .wrapper--plan .warranty-care-plan__price span {
    font-size: 40px;
  }

  .wrapper--plan .warranty-care-plan__price small {
    font-size: 12px;
    font-weight: normal;
  }

  .wrapper--plan .warranty-care-plan__description {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.8px;
  }

  .wrapper--plan .warranty-care-plan__description small {
    font-size: 12px;
    font-weight: normal;
  }

  .wrapper--plan .warranty-care-plan__notice {
    font-size: 12px;
    line-height: 1.86;
    text-align: left;
    letter-spacing: 1.4px;
    padding: 0;
  }

  .wrapper--plan .table-section {
    padding: 0;
  }

  .wrapper--plan .table-head {
    position: relative;
    padding: 0 0 0 89px;
    border-bottom: none;
  }

  .wrapper--plan .table-head__content-container {
    margin: 0 0 10px;
    width: 9999px;
  }

  .wrapper--plan .table-head-arrows {
    position: absolute;
    top: 50%;
    left: 71px;
    width: 235px;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .wrapper--plan .table-head-arrows__container {
    display: flex;
    justify-content: space-between;
  }

  .wrapper--plan .table-head-arrow {
    pointer-events: auto;
    transition: opacity, .3s;
  }

  .wrapper--plan .table-head-arrow:first-child {
    opacity: 0;
  }

  .wrapper--plan .table-head-arrow img {
    pointer-events: none;
    width: 25px;
    height: auto;
  }

  .wrapper--plan .table-head-contents .table-head-content {
    height: 60px;
  }

  .wrapper--plan .table-head-contents .table-head-content.norel {
    background: #288CD2;
  }

  .wrapper--plan .table-head-content {
    height: 100px;
    width: 200px;
  }

  .wrapper--plan .table-head-content:not(:last-child) {
    margin: 0 11px 0 0;
    border-right: none;
  }

  .wrapper--plan .table-head-content.norel {
    width: 200px;
  }

  .wrapper--plan .table-head-content__title {
    letter-spacing: 2px;
  }

  .wrapper--plan .table-head-content__title img {
    top: -1px;
    height: 69px;
  }

  .wrapper--plan .table-section-content {
    padding: 0 15px;
  }

  .wrapper--plan .table-section-content .table-section-content-wrapper {
    overflow: hidden;
  }

  .wrapper--plan .table-section-content .table-section-content-box {
    width: 9999px;
  }

  .wrapper--plan .table-section-content--1 table tbody tr td:first-child {
    width: 90px !important;
  }

  .wrapper--plan .table-section-content--1 table tbody tr td:not(:first-child) {
    width: calc(100vw - 30px - 90px);
  }

  .wrapper--plan .table-section-content table {
    width: auto;
  }

  .wrapper--plan .table-section-content table thead {
    display: none;
  }

  .wrapper--plan .table-section-content table tbody tr:first-child {
    border-top: 1px solid #B3B3B3;
  }

  .wrapper--plan .table-section-content table tbody tr td {
    line-height: 1.25;
    font-size: 14px;
    padding: 0 10px;
    width: calc(100vw - 30px - 120px);
  }

  .wrapper--plan .table-section-content table tbody tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 120px;
    z-index: 1;
  }

  .wrapper--plan .table-section-content table tbody tr td.separate {
    height: 60px;
  }

  .wrapper--plan .table-section-content table tbody tr td.icon img {
    width: 24px;
    height: auto;
  }

  .wrapper--plan .table-section-content table tbody tr td span {
    display: block;
    position: relative;
    top: 5px;
    letter-spacing: 0;
    font-size: 11px;
  }

  .wrapper--plan .table-section-content table tbody tr td.blank {
    background: #505050;
  }

  .wrapper--plan .table-section-content__notice {
    margin: 13px 0 0;
    font-size: 12px;
    letter-spacing: 1.4px;
    line-height: 1.86;
  }

  .wrapper--plan .table-section-content__notice span {
    font-size: 16px;
  }

  .wrapper--plan .warranty-content .table-section-notice {
    font-size: 12px;
    line-height: 1.86;
    margin-top: 10px;
    padding: 15px 15px 0;
    letter-spacing: 1.4px;
  }

  .wrapper--plan .warranty-content .table-section-callcenter {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 15px 15px 0;
    text-align: center;
    line-height: 1.86;
  }

  .wrapper--plan .payment-cycle {
    padding: 75px 15px 0;
  }

  .wrapper--plan .payment-cycle .plan-section-title-box {
    margin: 0 0 28px;
  }

  .wrapper--plan .payment-cycle-content__title {
    padding: 0 0 0 26px;
  }

  .wrapper--plan .norelgo-banner-section {
    padding: 64px 15px 0;
  }

  .wrapper--plan .norelgo-banner-text-box {
    margin: 0 0 88px;
  }

  .wrapper--plan .norelgo-banner-text-box__title {
    display: block;
    margin: 0 0 37px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.77;
  }

  .wrapper--plan .norelgo-banner-text-box__title::after {
    width: 100%;
    height: 9px;
    margin: 21px 0 0;
  }

  .wrapper--plan .norelgo-banner-text-box__description {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    text-align: left;
  }

  .wrapper--plan .norelgo-banner-text-box__notice {
    font-size: 12px;
    line-height: 1.74;
    text-align: justify;
  }

  .wrapper--plan .norelgo-banner-link-box__link img {
    height: 280px;
    object-fit: contain;
  }
}

.top-news {
  margin-bottom: 50px;
  padding: 40px 80px;
  background: #f7f7f7;
  color: #ff6200;
  line-height: 1.8;
}

.top-news a {
  color: #ff6200;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .top-news {
    margin-bottom: 25px;
    padding: 17px 25px;
    font-size: 2.4vw;
  }
}

.reserve-status {
  padding: 0 140px;
  margin: 120px auto 0;
}

.reserve-status .contact__container {
  margin-bottom: 40px;
}

.reserve-status .common-link-box {
  padding: 0 43px 100px;
}

.reserve-status .under-review {
  margin-left: 6px;
  margin-bottom: 40px;
  padding: 50px 35px;
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .reserve-status {
    width: 100%;
    padding: 0 24px;
    margin: 40px auto 0;
  }

  .reserve-status .common-link-box {
    padding: 0 25px 50px;
  }

  .reserve-status .under-review {
    margin-left: 0;
    padding: 25px;
  }

  .reserve-status .under-review__title {
    font-size: 4.8vw !important;
  }

  .reserve-status .under-review dl {
    overflow: scroll;
  }

  .reserve-status .under-review div {
    margin-right: 20px;
  }
}

.reserve-status .under-review__title {
  margin-bottom: 35px;
  font-size: 27px;
  font-weight: 700;
}

.reserve-status .under-review dl {
  display: flex;
  justify-content: flex-start;
}

.reserve-status .under-review div {
  display: flex;
  min-width: 400px;
  max-width: 400px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  border: solid 1px #000;
}

.reserve-status .under-review div:not(:last-child) {
  margin-right: 35px;
}

.reserve-status .under-review div a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
}

.reserve-status .under-review div dt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.reserve-status .under-review {
  font-size: 15px;
  font-weight: 700;
}

.reserve-status .under-review .under-review__date {
  margin-bottom: 20px;
}

.reserve-status .under-review .under-review__car {
  margin-bottom: 25px;
  padding-bottom: 23px;
  font-size: 23px;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
  flex-grow: 1;
}

.reserve-status .under-review ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reserve-status .under-review li:not(:first-child) {
  padding-left: 20px;
}

.reserve-status .use-container {
  padding: 50px 75px 70px;
}

.reserve-status .use-container .use-status {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: solid 1px #ccc;
}

.reserve-status .use-container .use-status__title {
  font-size: 39px;
  font-weight: 700;
}

.reserve-status .use-container .use-status__term {
  margin-top: 25px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.reserve-status .use-container .use-status__link {
  display: block;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #288cd2;
  text-decoration: underline;
}

.reserve-status .use-container .use-status__link-underline {
  display: block;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #288cd2;
  text-decoration: underline;
}

.reserve-status .use-container .use-status__reserve-box {
  display: inline-flex;
  align-items: center;
  margin-top: 50px;
  padding: 30px;
  background: #edf8ff;
}

.reserve-status .use-container .use-status__reserve-label {
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  font-size: 19px;
  font-weight: 700;
  color: #288cd2;
  background: #fff;
  border: solid 1px #288cd2;
}

.reserve-status .use-container .use-status__reserve-label::after {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -14px;
  width: 27px;
  height: 27px;
  background: #fff;
  border-right: 1px solid #288cd2;
  border-bottom: 1px solid #288cd2;
  transform: rotate(-45deg);
  visibility: visible;
  content: "";
}

.reserve-status .use-container .use-status__reserve-date {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
}

.reserve-status .use-container .use-status__reserve-date-other {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
}

.reserve-status .use-container .use-status__reserve-date .txt-blue {
  margin-top: 15px;
  color: #288cd2;
}

.reserve-status .use-container .use-status__reserve-date-other .txt-blue {
  margin-left: 50px;
  font-size: 40px;
  color: #288cd2;
}

.reserve-status .use-container .use-status__reserve-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 0;
  margin-left: 60px;
  min-width: 250px;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  background: #288cd2;
}

.reserve-status .use-container .use-status__txt {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.reserve-status .use-container .use-bottom-box dt {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
}

.reserve-status .use-container .use-bottom-box__car {
  position: relative;
  display: block;
  margin-bottom: 35px;
  padding: 25px 30px;
  font-size: 19px;
  font-weight: 700;
  background: #f7f7f7;
  border: solid 1px;
}

.reserve-status .use-container .use-bottom-box__car::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -13px;
  width: 19px;
  height: 19px;
  border-bottom: #2d91d6 5px solid;
  border-right: #2d91d6 5px solid;
  transform: rotate(-45deg);
}

.reserve-status .use-container .use-bottom-box__container {
  border: solid 1px;
}

.reserve-status .use-container .use-bottom-box__shop {
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  padding: 25px 30px;
  font-size: 19px !important;
  font-weight: 700;
  background: #f7f7f7;
}

.reserve-status .use-container .use-bottom-box__shop::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -29px;
  width: 25px;
  height: 4px;
  font-size: 45px;
  font-weight: 700;
  color: #288CD2;
}

.reserve-status .use-container .use-bottom-box__shop.is-active::after {
  content: "−";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -29px;
  width: 25px;
  height: 4px;
  font-size: 45px;
  font-weight: 700;
  color: #288CD2;
}

.reserve-status .use-container .use-bottom-box__duble {
  display: none;
  align-items: flex-start;
  padding: 40px;
}

.reserve-status .use-container .use-bottom-box__shop.is-active + .use-bottom-box__duble {
  display: flex !important;
}

.reserve-status .use-container .use-bottom-box__duble .use-bottom-box__address {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.reserve-status .use-container .use-bottom-box__duble .use-bottom-box__duble-inner {
  padding-left: 40px;
  width: 100%;
}

.reserve-status .use-container .use-bottom-box__duble .use-bottom-box__map {
  display: block;
  margin-bottom: 40px;
  padding: 15px 0;
  max-width: 190px;
  background: #288cd2;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.reserve-status .use-container .use-bottom-box__duble .use-bottom-box__map span {
  position: relative;
  padding-left: 20px;
}

.reserve-status .use-container .use-bottom-box__duble .use-bottom-box__map span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 20px;
  background: url("/img/index/icon_map.png") no-repeat left center;
  background-size: 14px;
}

.ShopDetail_shopBusinessHours, .ShopDetail_shopRegularHoliday {
  display: flex;
  align-items: baseline;
}

.ShopDetail_shopBusinessHours dt, .ShopDetail_shopRegularHoliday dt {
  margin-bottom: 10px !important;
  padding: 15px 0;
  width: 160px;
  text-align: center;
  background: #f7f7f7;
  width: 30%;
}

.ShopDetail_shopBusinessHours dt, .ShopDetail_shopBusinessHours dd, .ShopDetail_shopRegularHoliday dt, .ShopDetail_shopRegularHoliday dd {
  font-size: 16px !important;
  font-weight: bold;
}

.ShopDetail_shopBusinessHours dd, .ShopDetail_shopRegularHoliday dd {
  margin-left: 20px;
  width: 70%;
}

.reserve-status .use-container .use-bottom-box__duble .use-bottom-box__note {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .reserve-status .use-container .use-status {
    margin-bottom: 22px;
    padding-bottom: 15px;
  }

  .reserve-status .use-container {
    padding: 20px 25px 25px;
  }

  .reserve-status .use-container .use-status__title {
    font-size: 5.33vw;
    line-height: 1.5;
  }

  .reserve-status .use-container .use-status__term {
    margin-top: 15px;
    font-size: 2.67vw;
  }

  .reserve-status .use-container .use-status__link {
    padding-top: 15px;
    font-size: 2.4vw;
  }

  .reserve-status .use-container .use-status__txt {
    margin-top: 30px;
    font-size: 19px;
  }

  .reserve-status .use-container .use-bottom-box dt {
    margin-bottom: 10px;
    font-size: 3.73vw;
  }

  .reserve-status .use-container .use-bottom-box__car {
    margin-bottom: 17px;
    padding: 10px 12px;
    font-size: 3.2vw;
  }

  .reserve-status .use-container .use-bottom-box__car::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-bottom: #2d91d6 2px solid;
    border-right: #2d91d6 2px solid;
  }

  .reserve-status .use-container .use-bottom-box__shop {
    margin-bottom: 0 !important;
    padding: 10px 12px;
    font-size: 3.2vw !important;
  }

  .reserve-status .use-container .use-bottom-box__shop::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -18px;
    width: 25px;
    height: 4px;
    font-size: 30px;
    color: #288CD2;
  }

  .reserve-status .use-container .use-bottom-box__shop.is-active::after {
    content: "−";
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -18px;
    width: 25px;
    height: 4px;
    font-size: 30px;
    color: #288CD2;
  }

  .reserve-status .use-container .use-bottom-box__duble {
    display: none;
    padding: 25px;
  }

  .reserve-status .use-container .use-bottom-box__shop.is-active + .use-bottom-box__duble {
    display: block !important;
    padding: 25px;
  }

  .reserve-status .use-container .use-bottom-box__duble img {
    margin-bottom: 25px;
    width: 100%;
  }

  .reserve-status .use-container .use-bottom-box__duble .use-bottom-box__duble-inner {
    padding-left: 0;
  }

  .reserve-status .use-container .use-bottom-box__duble .use-bottom-box__address {
    margin-bottom: 15px;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .reserve-status .use-container .use-bottom-box__duble .use-bottom-box__map {
    margin-bottom: 25px;
    font-size: 3.33vw;
  }

  .reserve-status .use-container .use-bottom-box__duble .use-bottom-box__map span::before {
    top: 50%;
    margin-top: -10px;
  }

  .ShopDetail_shopBusinessHours dt, .ShopDetail_shopRegularHoliday dt {
    margin-bottom: 10px !important;
    padding: 15px 0;
    width: 32vw;
  }

  .ShopDetail_shopBusinessHours dt, .ShopDetail_shopBusinessHours dd, .ShopDetail_shopRegularHoliday dt, .ShopDetail_shopRegularHoliday dd {
    font-size: 3.2vw !important;
  }

  .reserve-status .use-container .use-bottom-box__duble .use-bottom-box__note {
    font-size: 2.93vw;
  }

  .reserve-status .use-container .use-status__txt {
    margin-top: 15px;
    font-size: 2.67vw;
  }

  .reserve-status .use-container .use-status__reserve-box {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
    padding: 20px;
    background: #edf8ff;
  }

  .reserve-status .use-container .use-status__reserve-label {
    position: relative;
    text-align: center;
    margin-right: 10px;
    width: 20vw;
    height: 5.07vw;
    font-size: 2.67vw;
  }

  .reserve-status .use-container .use-status__reserve-label::after {
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -7px;
    width: 3.1vw;
    height: 3.1vw;
    background: #fff;
    border-right: 1px solid #288cd2;
    border-bottom: 1px solid #288cd2;
    visibility: visible;
    content: "";
  }

  .reserve-status .use-container .use-status__reserve-date-other {
    margin-left: 10px;
    font-size: 3.2vw;
  }

  .reserve-status .use-container .use-status__reserve-date-other .txt-blue {
    margin-left: 12px;
    font-size: 5.33vw;
  }

  .reserve-status .use-container .use-status__link-underline {
    padding-top: 15px;
    font-size: 2.67vw;
  }

  .reserve-status .use-container .use-status__reserve-date {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .reserve-status .use-container .use-status__reserve-date .txt-blue {
    margin-top: 0;
  }

  .reserve-status .use-container .use-status__reserve-link {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    padding: 12px 0;
    margin-left: 25vw;
    min-width: 33.33vw;
    font-size: 4.4vw;
  }
}

.reserve-status .reserve-status__container {
  padding: 100px 0 100px;
}

@media (max-width: 767px) {
  .reserve-status .reserve-status__container {
    padding: 35px 0 90px;
  }
}

.reserve-status .reserve-status__container .contact-tab.nonactive {
  pointer-events: none;
}

.reserve-status .reserve-status__container .contact-tab.nonactive .contact-tab__title img {
  opacity: 0.4;
}

/* 開発T追加分 8c421234656dc0fd9728be454f008ce6d41675bb */
.FormParts_errorText {
  display: inline-block;
  padding: 10px 0 0;
  font-size: 14px;
  color: red;
}

.whats-new-content__picture-figure .label {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  width: 100%;
}

.whats-new-content__picture-figure .label li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  min-width: 80px;
  height: 26px;
  background: #288CD2;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .whats-new-content__picture-figure .label li {
    margin-right: 8px;
    padding: 0 13px;
    min-width: initial;
    height: 6.93vw;
    font-size: 3.73vw;
  }
}

@media screen and (max-width: 768px) {
  .dispPC {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .dispSP {
    display: none !important;
  }
}


.table thead tr th {
  background: #288CD2;
  color: white;
}

.table thead tr.width th {
  width: 16.667%;
  background: #b3b3b3;
}

.table thead tr th:first-child {
  background: white;
  color: white;
}

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

@media screen and (max-width: 767px) {
  .wrapper--plan .table-section-content table thead {
    display: table-header-group;
  }

  .wrapper--plan .table-section-content .table-section-content-wrapper {
    overflow: auto;
  }

  .wrapper--plan .table-section-content .table-section-content-box {
    position: relative;
    width: 100%;
    overflow: scroll;
  }

  .wrapper--plan .table-section-content .table-section-content-box .table {
    width: 330vw;
  }

  .wrapper--plan .table-section-content table tbody tr:first-child {
    border-top: none;
  }

  .wrapper--plan .table-section-content table thead tr th:first-child {
    width: 30vw !important;
  }

  .wrapper--plan .table-section-content table thead tr th,
  .wrapper--plan .table-section-content table tbody tr td {
    padding: 20px 10px;
    line-height: 1.4;
    height: auto;
  }

  .wrapper--plan .table-section-content table thead tr th:last-child {
    border-left: 1px solid #fff;
  }

  .table-hint {
    position: absolute;
    top: 140px;
    left: calc(50% - 20vw);
    display: block;
    margin: auto;
    width: 40vw;
    height: 40vw;
    z-index: 10;
  }

  .table-hint img {
    width: 100%;
  }

  .table thead tr.width th {
    padding: 20px 10px;
    width: 54vw;
  }

  .table thead tr.width th:first-child {
    width: 30vw !important;
  }

  .table tbody tr td {
    width: inherit !important;
  }

  .table tbody tr td:first-child {
    background: white;
  }

  .-fixed01,
  .-fixed02 {
    position: sticky;
    top: 0;
    left: 0;
  }

  .-fixed01::before,
  .-fixed02::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }

  .-fixed01 {
    z-index: 2;
  }

  .-fixed02 {
    z-index: 1;
  }
}

.banner {
  margin: 0 auto 100px;
  max-width: 1000px;
}

.banner_list {
  display: flex;
  align-content: center;
  justify-content: center;
}

.banner_list li {
  flex: 0 0 40%;
  margin: 30px;
}

.banner_list li img {
  width: 100%;
  height: auto;
}

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

.kv-tvCm {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.kv-tvCm p {
  background-color: #ff694f;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
  padding: 6px 0;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 55px;
}

.kv-tvCm img {
  padding: 8px 0;
  width: 400px;
}

@media (max-width: 767px) {
  .kv-tvCm {
    bottom: 8px;
    right: 8px;
  }

  .kv-tvCm p {
    font-size: 11px;
    margin: 0px 23px;
    padding: 3px 0;
    letter-spacing: 2px;
    top: -2px;
  }
  
  .kv-tvCm img {
    padding: 4px 0;
    width: 200px;
  }
}