@charset "UTF-8";
/*
Theme Name: money-vitamin
*/
body {
  font-size: 16px;
  color: var(--text, #111);
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: visible !important;
  background: url(../img/fv_bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
  -webkit-transition: background 0.4s linear;
  transition: background 0.4s linear;
  --bg-fade: 0.5;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: var(--bg-fade);
  pointer-events: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: -1;
}
body.is-checked {
  overflow: hidden;
}

.bg-image {
  position: fixed;
  background: url(../img/fv_bg.jpg) no-repeat center center/cover;
  z-index: -1;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .sm {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md {
    display: inline;
  }
}

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

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

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

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

.inner {
  padding-inline: 9px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .heading {
    gap: 20px;
    padding-left: 12px;
  }
}

.heading.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.head-en {
  font-family: "REM", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .head-en {
    font-size: 16px;
  }
}
.head-en::before {
  content: "";
  position: absolute;
  background: url(../img/head-en-tag.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .head-en::before {
    width: 18px;
    height: 18px;
  }
}

.head-ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  background: var(--accent01, linear-gradient(90deg, #ff3e00 0%, #111 100%));
  background-size: 442px 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .head-ja {
    font-size: 30px;
  }
}

.l-fv {
  background: url(../img/l-fv-bg.png) no-repeat center center/cover;
  padding-top: 66px;
  padding-bottom: 71px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-fv {
    padding-top: 74px;
    padding-bottom: 80px;
    margin-top: 80px;
  }
}

.l-fv__gray {
  background: url(../img/l-fv-bg-gray.jpg) no-repeat center center/cover;
}

.l-fv__white {
  background: url(../img/l-fv-white-sm.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .l-fv__white {
    background: url(../img/l-fv-white.png) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .l-fv__inner {
    padding-inline: 6px;
  }
}

.l-fv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-fv__head {
    gap: 0px;
  }
}

.l-fv__head-en {
  color: #ff3e00;
  font-family: "REM", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-fv__head-en {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

.l-fv__head-en--legal {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .l-fv__head-en--legal {
    font-size: 26px;
    font-weight: 700;
    line-height: 160%; /* 41.6px */
    letter-spacing: 2.6px;
  }
}

.l-fv__head-ja {
  font-family: "REM", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-fv__head-ja {
    font-size: 20px;
    font-weight: 700;
  }
}

.fadein {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-out forwards;
          animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; /* 少し遅らせたい場合 */
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
Theme Name: money-vitamin
*/
.button {
  border-radius: 100px;
  background: var(--text, #111);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 30px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  gap: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.button::after {
  content: "";
  position: absolute;
  background: url(../img/button-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover {
  background: #ff3e00;
}
.button:hover::after {
  right: 24px;
}

.header__button {
  padding: 10px 24px;
  margin-left: 10px;
  color: #fff;
  font-family: "REM", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  padding: 10px 24px;
  width: 160px;
  gap: 10px;
  border-radius: 100px;
  background: var(--text, #111);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.header__button::after {
  content: "";
  position: absolute;
  background: url(../img/header-button-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__button:hover {
  background: #ff3e00;
}
.header__button:hover::after {
  right: 20px;
}

.fv__button {
  margin-top: 13px;
  text-align: center;
  opacity: 0; /* ← 最初は透明 */
  -webkit-transform: translateY(10px);
          transform: translateY(10px); /* ← 少し下にずらしておく */
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1); /* ← 自然な緩急 */
  position: relative;
  z-index: 15;
}
.fv__button.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .fv__button {
    margin-top: 50px;
    text-align: left;
  }
}

.fv__button-link {
  width: 290px;
  text-align: left;
  padding: 21px 30px;
}
@media screen and (min-width: 768px) {
  .fv__button-link {
    width: 318px;
    padding: 24px 30px;
    font-size: 16px;
  }
}

.service__button {
  margin-top: 36px;
  padding-inline: 12px;
  text-align: center;
}

.service__button-link {
  width: 277px;
  padding: 16px 84px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service__button-link::after {
    right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .service__button-link {
    width: 184px;
    padding: 18px 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__button-link:hover::after {
    right: 76px;
  }
}

.contact__buttons {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 12px;
}
@media screen and (min-width: 768px) {
  .contact__buttons {
    margin-top: 78px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 182px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__button {
  padding: 24px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  background: var(--text, #111);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__button {
    padding: 28px 30px;
    font-size: 16px;
  }
}

.contact__button::after {
  content: "";
  position: absolute;
  background: url(../img/button-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__button:nth-of-type(2)::after {
  right: 48px;
}
@media screen and (min-width: 768px) {
  .contact__button:nth-of-type(2)::after {
    right: 34px;
  }
}
.contact__button:hover::after {
  right: 26px;
}
.contact__button:hover:nth-of-type(2)::after {
  right: 44px;
}
@media screen and (min-width: 768px) {
  .contact__button:hover:nth-of-type(2)::after {
    right: 30px;
  }
}

.contact__button--inquiry {
  background: #ff3e00;
}
.contact__button--inquiry::before {
  content: "";
  position: absolute;
  background: url(../img/contact__button-icon1.png) no-repeat center center/contain;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 33px;
}
.contact__button--inquiry:hover {
  background: var(--text, #111);
}

.contact__button--document::before {
  content: "";
  position: absolute;
  background: url(../img/contact__button-icon2.png) no-repeat center center/contain;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 33px;
}
@media screen and (min-width: 768px) {
  .contact__button--document::before {
    left: 32px;
  }
}
.contact__button--document:hover {
  background: #ff3e00;
}
@media screen and (min-width: 768px) {
  .contact__button--document {
    max-width: 265px;
    width: 100%;
  }
}

.contact__submit {
  text-align: center;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .contact__submit {
    margin-top: 47px;
  }
}
.contact__submit .wpcf7-spinner {
  display: none;
}

.contact__button-wrap {
  border-radius: 100px;
  background: var(--text, #111);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.contact__button-wrap::after {
  content: "";
  position: absolute;
  background: url(../img/button-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .contact__button-wrap::after {
    right: 70px;
  }
}
.contact__button-wrap:hover {
  background: #ff3e00;
}
.contact__button-wrap:hover::after {
  right: 32px;
}
@media screen and (min-width: 768px) {
  .contact__button-wrap:hover::after {
    right: 66px;
  }
}

.submit {
  width: 166px;
  padding: 14px 34px;
  text-align: left;
  cursor: pointer;
  border-radius: 100px;
  background: var(--text, #111);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .submit {
    width: 238px;
    padding: 14px 74px;
  }
}
.submit:hover {
  background: #ff3e00;
}

/*
Theme Name: money-vitamin
*/
.header {
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
  top: -100px;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.header.is-visible {
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

/* ← 下層ページ専用設定（transition無効＆常に表示） */
body:not(.home) .header {
  top: 0 !important;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 13px 40px;
  }
}

.header__logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo a img {
  width: 160px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 183px;
    padding-left: 32px;
  }
}
.header__logo a:hover {
  opacity: 0.7;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__link {
  font-family: "REM", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.header__link::after {
  content: "";
  position: absolute;
  background: var(--text, #111);
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__link:hover {
  opacity: 0.7;
}
.header__link:hover::after {
  width: 100%;
}

.drawer-icon {
  width: 20px;
  height: 26px;
  position: relative;
  z-index: 120;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    width: 32px;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
    width: 32px;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: var(--text, #111);
  border-radius: 2px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-child(1) {
  top: 4px;
}
@media screen and (min-width: 768px) {
  .drawer-icon__bar:nth-child(1) {
    top: 0;
  }
}
.drawer-icon__bar:nth-child(2) {
  top: 10px;
}
@media screen and (min-width: 768px) {
  .drawer-icon__bar:nth-child(2) {
    top: 12px;
  }
}
.drawer-icon__bar:nth-child(3) {
  top: 16px;
}
@media screen and (min-width: 768px) {
  .drawer-icon__bar:nth-child(3) {
    top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-icon__bar {
    width: 32px;
  }
}

.drawer-content {
  background: #fff;
  padding: 100px 27px;
  min-width: 186px;
  width: 30%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(120%) scale(0.95);
          transform: translateX(120%) scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.45s ease, -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.45s ease;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.45s ease, -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    width: 30%;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.drawer-content__link {
  font-family: "REM", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline;
}
@media screen and (min-width: 768px) {
  .drawer-content__link {
    font-size: 18px;
  }
}
.drawer-content__link:last-child {
  color: #ff3e00;
  position: relative;
}
.drawer-content__link:last-child::after {
  content: "";
  position: absolute;
  background: url(../img/drawer-icon-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .drawer-content__link:last-child::after {
    right: -36px;
    width: 28px;
    height: 28px;
  }
}

/*
Theme Name: money-vitamin
*/
.footer {
  position: absolute;
  margin-top: -92px;
  background: #111;
  color: #fff;
  text-align: center;
  padding-top: 83px;
  padding-bottom: 20px;
  position: relative;
  border-radius: 60px 60px 0 0;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: -87px;
    padding-top: 114px;
    padding-bottom: 30px;
    border-radius: 60px 60px 0 0;
  }
}

@media screen and (min-width: 900px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .footer__content {
    gap: 240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 900px) {
  .footer__nav {
    gap: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav {
    gap: 200px;
  }
}

.footer__nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 900px) {
  .footer__nav-left {
    gap: 28px;
  }
}

.footer__nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .footer__nav-right {
    margin-top: 0;
  }
}

.footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "REM", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.footer__nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 26px;
  }
}
@media screen and (min-width: 900px) {
  .footer__nav-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-link:hover {
    opacity: 0.7;
  }
  .footer__nav-link:hover::after {
    width: 100%;
  }
}

.footer__nav-link span {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 768px) {
  .footer__nav-link span {
    font-size: 14px;
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
@media screen and (min-width: 900px) {
  .footer__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__logo {
  margin: 100px auto 0;
  padding-inline: 86px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    margin-top: 0;
    padding-inline: 0;
    width: 264px;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}

.footer__info {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.footer__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer__info-row {
    gap: 16px;
  }
}
.footer__info-row dt {
  width: 42px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer__info-row dt {
    width: 48px;
    font-size: 16px;
  }
}
.footer__info-row dd {
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
}
@media screen and (min-width: 768px) {
  .footer__info-row dd {
    font-size: 16px;
  }
}
.footer__info-row:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__info-row dd {
  margin: 0;
}

.footer__info-row a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.footer__info-row a::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__info-row a:hover {
  opacity: 0.7;
}
.footer__info-row a:hover::after {
  width: 100%;
}

.footer__copyright {
  margin-top: 40px;
  display: block;
  border-top: 1px solid #fff;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    text-align: right;
    margin-top: 225px;
    font-size: 14px;
    padding-top: 30px;
  }
}

/*
Theme Name: money-vitamin
*/
.breadcrumb {
  background: #fff;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
@media screen and (min-width: 900px) {
  .breadcrumb {
    padding-left: 50px;
  }
}

.breadcrumb--gray {
  background: #ecefef;
}

.breadcrumb--head {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .breadcrumb--head {
    padding-top: 10px;
  }
}

.breadcrumb__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  color: #888;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px; /* 141.667% */
}
@media screen and (min-width: 768px) {
  .breadcrumb__text {
    gap: 14px;
  }
}
.breadcrumb__text a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb__text a:hover {
  opacity: 0.7;
}

.breadcrumb__border {
  position: relative;
}
.breadcrumb__border::after {
  content: "＞";
  color: #888;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px; /* 141.667% */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.current-item {
  color: var(--text, #111);
  font-size: 12px;
  font-weight: 500;
  line-height: 17px; /* 141.667% */
}

/*
Theme Name: money-vitamin
*/
.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .news__pagination {
    gap: 8px;
    margin-top: 80px;
  }
}

.page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    width: 50px;
    height: 50px;
  }
}
.page-numbers:hover {
  background: #ff3e00;
  color: #fff;
}
.page-numbers.current {
  background: #ff3e00;
  color: #fff;
  pointer-events: none;
}
.page-numbers.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.prev,
.next {
  position: relative;
}

.prev::before,
.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.481px;
  height: 12.722px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.prev::before {
  background-image: url(../img/pagination-prev.png);
}

.next::before {
  background-image: url(../img/pagination-next.png);
}

@media screen and (min-width: 768px) {
  .prev {
    margin-right: 22px;
  }
}

@media screen and (min-width: 768px) {
  .next {
    margin-left: 22px;
  }
}

/* ページネーション */
.single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .single-pagination {
    margin-top: 236px;
  }
}

.single-pagination__all {
  background: #ff3e00;
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #ff3e00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .single-pagination__all {
    padding: 6px 30px;
    font-size: 16px;
  }
}
.single-pagination__all:hover {
  background: #fff;
  color: #ff3e00;
}

.single-pagination__all:hover {
  opacity: 0.7;
}

.single-pagination__prev,
.single-pagination__next {
  color: #ff3e00;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 6px 6px;
  border: 1px solid #ff3e00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .single-pagination__prev,
  .single-pagination__next {
    font-size: 16px;
    padding: 4px 16px;
  }
}
.single-pagination__prev:hover,
.single-pagination__next:hover {
  background: #ff3e00;
  color: #fff;
}
.single-pagination__prev.is-disabled,
.single-pagination__next.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

/*
Theme Name: money-vitamin
*/
.fv {
  overflow: hidden;
}
.fv .swiper {
  min-height: 500px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv .swiper {
    min-height: 744px;
  }
}
.swiper-slide__mv {
  padding-bottom: 70px;
}

.swiper-slide__mv:nth-of-type(1) {
  background: transparent;
}
.swiper-slide__mv:nth-of-type(1) .fv__circle-img {
  position: absolute;
  top: 30px;
  right: -38px;
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(1) .fv__circle-img {
    top: 376px;
  }
}
@media screen and (min-width: 900px) {
  .swiper-slide__mv:nth-of-type(1) .fv__circle-img {
    top: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide__mv:nth-of-type(1) .fv__circle-img {
    top: 40px;
    right: -110px;
  }
}
.swiper-slide__mv:nth-of-type(1) .fv__circle-img img {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .swiper-slide__mv:nth-of-type(1) .fv__circle-img img {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide__mv:nth-of-type(1) .fv__circle-img img {
    width: 795px;
  }
}

.swiper-slide__mv:nth-of-type(2) {
  background: #fff4e7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2)::before {
    content: "";
    position: absolute;
    background: url(../img/fv__circle3.png) no-repeat center center/contain;
    bottom: -180px;
    left: 0;
    width: 200px;
    height: 300px;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  .swiper-slide__mv:nth-of-type(2)::before {
    bottom: -146px;
    width: 236px;
    height: 341px;
  }
}
.swiper-slide__mv:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background: linear-gradient(146deg, #ff5823 17.06%, #f6760b 41.92%);
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 78%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .swiper-slide__mv:nth-of-type(2)::after {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2)::after {
    height: 59%;
    background: linear-gradient(87deg, #ff3e00 11.57%, #f6760b 39.86%);
  }
}
.swiper-slide__mv:nth-of-type(2) .fv__circle {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle::before {
    content: "";
    position: absolute;
    background: url(../img/fv-bg-circle-sm2.png) no-repeat center center/contain;
    top: 260px;
    right: 0px;
    width: 100%;
    aspect-ratio: 324/233.027;
    height: auto;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle::before {
    content: "";
    position: absolute;
    background: url(../img/fv__circle2.png) no-repeat center center/contain;
    top: 0px;
    right: 0;
    width: 100px;
    height: 150px;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle::before {
    top: -85px;
    width: 351px;
    height: 446px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle::after {
    content: "";
    position: absolute;
    background: url(../img/slide2-line.png) no-repeat center center/contain;
    top: -83px;
    right: 120px;
    width: 120px;
    height: 140px;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle::after {
    right: 320px;
    width: 188px;
    height: 176px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle {
    top: 0;
    right: 0;
  }
}
.swiper-slide__mv:nth-of-type(2) .fv__circle-img {
  position: absolute;
  top: 305px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle-img {
    inset-inline: 0;
    margin-inline: auto;
    width: 73.43vw;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle-img {
    top: 385px;
    right: 50px;
  }
}
@media screen and (min-width: 900px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle-img {
    top: 290px;
    right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle-img {
    top: 40px;
    right: 87px;
  }
}
.swiper-slide__mv:nth-of-type(2) .fv__circle-img img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle-img img {
    width: 275px;
  }
}
@media screen and (min-width: 900px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle-img img {
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide__mv:nth-of-type(2) .fv__circle-img img {
    width: 600px;
  }
}
.swiper-slide__mv:nth-of-type(2) .fv__slide {
  padding-top: 77px;
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__slide {
    padding-top: 37px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__content {
    padding-left: 110px;
  }
}
.swiper-slide__mv:nth-of-type(2) .fv__button {
  margin-top: 264px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .swiper-slide__mv:nth-of-type(2) .fv__button {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .fv__slide-ceo {
    text-align: left;
    padding-right: 12px;
  }
}
.fv__slide-ceo img {
  max-width: 689px;
  width: 100%;
}

.fv__slide-head {
  margin-top: 6px;
  font-size: 26px;
  font-size: clamp(25px, 7.6vw, 32px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .fv__slide-head {
    margin-top: 40px;
    font-size: 48px;
  }
}
@media screen and (min-width: 900px) {
  .fv__slide-head {
    font-size: 60px;
    line-height: 130%;
  }
}

@media screen and (min-width: 768px) {
  .fv__slide-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
    gap: 8px;
  }
}

.fv__slide-text--pc {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

.fv__slide-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .fv__slide-text {
    font-size: 16px;
  }
}

.service__swiper-container {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 88px;
}

.service__swiper {
  margin-top: 56px;
}

.service__swiper .swiper-slide {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .service__swiper .swiper-slide {
    min-width: 396px;
  }
}

.swiper-slide .service__item {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 244px;
}
.swiper-slide .service__item:hover {
  opacity: 0.7;
}
.swiper-slide .service__item:hover .service__item-img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.swiper-slide .service__item-img {
  width: 100%;
  min-height: 194px;
  overflow: hidden;
  aspect-ratio: 396/194;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide .service__item-img img {
  border-radius: 8px 8px 0 0;
  aspect-ratio: 396/194;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-button-next {
  position: absolute;
  right: 52px;
  top: 438px;
  padding-right: 50px;
  color: var(--text, #111);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 900px) {
  .swiper-button-next {
    top: max(438px, 92%);
  }
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  background: url(../img/swiper-arrow.png) no-repeat center center/contain;
  top: 15px;
  right: 0;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  -webkit-transition: background 0.3s ease, right 0.3s ease;
  transition: background 0.3s ease, right 0.3s ease;
}
.swiper-button-next:hover {
  color: #ff3e00;
}
.swiper-button-next:hover::after {
  background: url(../img/swiper-arrow-red.png) no-repeat center center/contain;
  right: -2px;
}

.works__swiper {
  margin-top: 45px;
}

.works__item-body {
  position: relative;
  padding: 12px 14px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .works__item-body {
    padding: 11px 15px 48px;
    height: 150px;
    gap: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.works__item-title--short {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  display: -webkit-box;
  -webkit-line-clamp: 1; /* ← 最大1行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .works__item-title--short {
    font-size: 16px;
  }
}

.works__item-date {
  color: #d9d9d9;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  position: absolute;
  bottom: 8px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .works__item-date {
    bottom: 12px;
  }
}

#loading {
  position: fixed;
  inset: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  white-space: nowrap; /* ←これを追加！ */
  padding-inline: 9px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .loading__inner {
    max-width: 1800px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.loading__text {
  color: #ff3e00;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

.loading__line {
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3e00), to(#111));
  background: linear-gradient(90deg, #ff3e00 0%, #111 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center; /* ← 左端を起点に */
  -webkit-animation: lineSlide 1.5s ease-out forwards;
          animation: lineSlide 1.5s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* 左から右へ線が伸びるアニメーション */
@-webkit-keyframes lineSlide {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes lineSlide {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* フェードアウト */
.fadeout {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

@media screen and (min-width: 768px) {
  .fv {
    padding-top: 80px;
    padding-bottom: 123px;
    background: transparent;
  }
}

.fv__inner {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    min-height: 872px;
  }
}

.fv__circle {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  /* フェードイン開始後 */
}
.fv__circle.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fv__circle::before {
  content: "";
  position: absolute;
  background: url(../img/fv-bg-circle-sm.png) no-repeat center center/contain;
  top: 0px;
  right: 0px;
  width: 284px;
  height: 229px;
  z-index: 3;
  /* ← フェードイン前の初期状態 */
  opacity: 0;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  -webkit-transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .fv__circle::before {
    content: "";
    position: absolute;
    background: url(../img/fv-bg-circle.png) no-repeat center center/contain;
    top: 0px;
    right: 0;
    width: 330px;
    height: 351px;
    z-index: 3;
  }
}
@media screen and (min-width: 1200px) {
  .fv__circle::before {
    width: 531px;
    height: 567px;
  }
}
.fv__circle.is-visible::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .fv__circle {
    top: 0;
    right: 0;
  }
}

.fv__content {
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__content {
    /* is-visible になった時のアニメーション */
  }
  .fv__content::before {
    content: "";
    position: absolute;
    background: url(../img/money-vitamin-sm1.png) no-repeat center center/contain;
    bottom: -30px;
    left: 0;
    width: 218px;
    height: 44px;
    z-index: 0;
  }
  .fv__content::after {
    content: "";
    position: absolute;
    background: url(../img/money-vitamin-sm2.png) no-repeat center center/contain;
    bottom: -73px;
    right: 0;
    width: 252.999px;
    height: 45.915px;
    z-index: 0;
  }
  .fv__content::before, .fv__content::after {
    opacity: 0; /* ← 最初は非表示 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /* ← 下にずらしておく */
    -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .fv__content.is-visible::before, .fv__content.is-visible::after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .fv__content {
    padding-left: 120px;
  }
}
@media screen and (min-width: 900px) {
  .fv__content {
    padding-left: 154px;
  }
}

.fv__lead {
  margin-top: 200px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 6.25vw, 32px);
  font-weight: 500;
  line-height: 150%;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fv__lead.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .fv__lead {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50.96%, rgba(255, 255, 255, 0.47)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.47) 50.96%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 768px) {
  .fv__lead {
    font-size: 42px;
    margin-top: 49px;
  }
}
.fv__lead span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 150%; /* 63px */
}

.fv__lead-big {
  font-size: clamp(42px, 13.1vw, 58px);
}
@media screen and (min-width: 768px) {
  .fv__lead-big {
    font-size: 72px;
  }
}

.fv__lead-middle {
  font-size: clamp(30px, 9.37vw, 46px);
}
@media screen and (min-width: 768px) {
  .fv__lead-middle {
    font-size: 56px;
  }
}

@media screen and (min-width: 768px) {
  .fv__lead-middle-pc {
    font-size: 42px;
  }
}

.fv__lead-accent {
  font-size: clamp(40px, 12.5vw, 56px);
  color: #ff5823;
}
@media screen and (min-width: 768px) {
  .fv__lead-accent {
    font-size: 56px;
  }
}

.fv__lead-line {
  margin-left: 18px;
  position: relative;
}
.fv__lead-line::after {
  content: "";
  position: absolute;
  background: linear-gradient(52deg, #ff5823 22.45%, #ff7c32 83.29%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .fv__lead-line {
    margin-left: 0;
  }
}

.fv__lead-line--short {
  margin-left: 65px;
  position: relative;
}
.fv__lead-line--short::after {
  content: "";
  position: absolute;
  background: linear-gradient(52deg, #ff5823 22.45%, #ff7c32 83.29%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .fv__lead-line--short {
    margin-left: 0;
  }
}

.fv__footer {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fv__footer.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .fv__footer {
    margin-top: 44px;
  }
}

.fv__footer-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media screen and (min-width: 768px) {
  .fv__footer-lead {
    font-size: 25px;
  }
}

.fv__footer-text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .fv__footer-text {
    margin-top: 17px;
    font-size: 16px;
    line-height: 200%;
  }
}

.fv__footer-title {
  margin-top: -90px;
  overflow: hidden;
  opacity: 0; /* ← 最初は非表示 */
  -webkit-transform: translateY(100px);
          transform: translateY(100px); /* ← 下にずらしておく */
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  position: relative;
  z-index: 10;
}
.fv__footer-title.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* ← 元の位置に戻る */
}
@media screen and (min-width: 768px) {
  .fv__footer-title {
    margin-top: -288px;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .fv__footer-title {
    padding-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .fv__footer-title img {
    height: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 659/52;
  }
}
@media screen and (min-width: 1200px) {
  .fv__footer-title img {
    width: 87.89vw;
  }
}

.fv__footer-title--sm {
  height: 85px;
}
@media screen and (min-width: 768px) {
  .fv__footer-title--sm {
    display: none;
  }
}

.about {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 80px;
    margin-left: 116px;
    margin-top: -124px;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .about::before {
    content: "";
    position: absolute;
    background: #ff3e00;
    top: 124px;
    left: -120px;
    width: 96%;
    height: 100%;
    z-index: -1;
  }
  .about::after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 30px 0 0 30px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .about__content {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 108px;
  }
}

@media screen and (min-width: 768px) {
  .about__content-head {
    padding-left: 36px;
  }
}

@media screen and (min-width: 768px) {
  .about__head {
    padding-left: 0;
  }
}

.about__text {
  margin-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__text {
    margin-top: 56px;
    padding-bottom: 80px;
  }
}
.about__text::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#ff3e00), to(#111));
  background: linear-gradient(90deg, #ff3e00 0%, #111 100%);
  bottom: 0;
  left: 0;
  width: 22%;
  height: 3px;
}
@media screen and (min-width: 768px) {
  .about__text::before {
    width: 98px;
  }
}

.about__text-big {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.about__text-accent {
  color: #ff3e00;
  font-weight: 500;
  line-height: 160%;
}

.about__graph {
  padding: 30px 36px 50px;
}
@media screen and (min-width: 768px) {
  .about__graph {
    padding: 0;
    width: 406px;
    height: 406px;
    aspect-ratio: 1/1;
  }
}
.about__footer {
  background: #ff3e00;
  padding: 21px 25px 56px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__footer {
    background: transparent;
    padding-inline: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .about__footer {
    padding-bottom: 80px;
  }
}

.about__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about__lists {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .about__lists {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 52px;
    gap: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .about__lists {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1072px;
    width: 100%;
    gap: 2.42%;
    margin-inline: auto;
  }
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 26px;
  border-radius: 0 30px 30px 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .about__list {
    width: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 117px;
    border-radius: 0 30px 30px 30px;
    border-bottom: 6px solid var(--accent01, #ff3e00);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    gap: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .about__list {
    padding: 20px;
    width: 31.71%;
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about__list::before {
  content: "";
  position: absolute;
  inset: 0; /* 全体を覆う */
  background: #fff;
  border-radius: 0 30px 30px 30px;
  z-index: -1;
}
.about__list::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 42px; /* 下線の太さ */
  background: -webkit-gradient(linear, left top, right top, from(#ff3e00), to(#111));
  background: linear-gradient(90deg, #ff3e00 0%, #111 100%);
  border-radius: 0 0 33px 33px;
  z-index: -3;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.about__list:last-child .about__list-text {
  font-family: "REM", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 768px) {
  .about__list:last-child .about__list-text {
    font-size: 16px;
  }
}

.about__list-lead {
  font-family: "REM", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  width: 90px;
}
@media screen and (min-width: 768px) {
  .about__list-lead {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .about__list-lead {
    position: relative;
  }
  .about__list-lead::before {
    content: "";
    position: absolute;
    background: #ff3e00;
    top: -28px;
    left: -12px;
    width: 29.5px;
    height: 29.5px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}

.about__list-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 768px) {
  .about__list-text {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
  }
}

body.bg-fade {
  opacity: 0.5;
}

.lineup {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding: 100px 0;
}

.lineup {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lineup {
    padding-top: 258px;
    padding-bottom: 170px;
  }
}
.lineup::after {
  content: "";
  position: absolute;
  background: url(../img/about-bg-sm.png) no-repeat center center/contain;
  top: -94px;
  left: 0;
  width: 95px;
  height: 177.666px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .lineup::after {
    top: -126px;
    width: 188px;
    height: 347px;
  }
}
@media screen and (min-width: 1200px) {
  .lineup::after {
    top: -244px;
    width: 309px;
    height: 579px;
  }
}
.lineup__lists {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .lineup__lists {
    margin: 114px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 160px 0px;
    position: relative;
  }
  .lineup__lists::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #ecefef;
    width: 100%;
    height: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .lineup__lists {
    max-width: 1096px;
  }
}

.lineup__list {
  padding-bottom: 22px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .lineup__list:not(:last-child) {
    border-bottom: 1px solid #ecefef;
  }
}
@media screen and (min-width: 768px) {
  .lineup__list {
    width: 33.3%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .lineup__list {
    width: 365px;
  }
}

.lineup__list.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lineup__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lineup__list-head {
    padding-left: 50px;
  }
}
@media screen and (min-width: 900px) {
  .lineup__list-head {
    padding-left: 0;
  }
}

.lineup__list-tag {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ff3e00;
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-family: "REM", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .lineup__list-tag {
    left: 10px;
    font-size: 24px;
  }
}

.lineup__list-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  background: var(--accent01, linear-gradient(90deg, #ff3e00 0%, #111 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .lineup__list-title {
    font-size: 24px;
  }
}

.lineup__list-img {
  margin: 34px auto 0;
  padding-inline: 76px;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .lineup__list-img {
    margin-top: 18px;
    padding-inline: 50px;
  }
}

.lineup__list-body {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .lineup__list-body {
    margin-top: 14px;
    font-size: 12px;
  }
}

.lineup__list-lead {
  color: #ff3e00;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lineup__list-lead {
    font-size: 16px;
  }
}

.lineup__list-text {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineup__list-text {
    font-size: 16px;
  }
}

.service {
  padding-top: 60px;
  background: #ecefef;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .service__inner.inner {
    padding-right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
  }
}

@media screen and (min-width: 768px) {
  .service__body-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 210px;
  }
}

.service__items {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .service__items {
    display: none;
  }
}

.service__items-sm .service__item {
  position: relative;
  border-radius: 8px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.service__items-sm .service__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.service__item-img img {
  max-width: 760px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.service__item-body {
  padding: 12px 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .service__item-body {
    padding: 11px 15px 28px;
    height: 155px;
    gap: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .service__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}

.service__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .service__item-tag {
    gap: 2px 8px;
  }
}

.service__item-category {
  color: #ff3e00;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  border: 1px solid #ff3e00;
  padding-inline: 8px;
}
@media screen and (min-width: 768px) {
  .service__item-category {
    font-size: 14px;
  }
}

.service__item-date {
  color: #d9d9d9;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .service__item-date {
    font-size: 16px;
    padding-right: 6px;
  }
}

.service__item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ← 最大2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .service__item-title {
    font-size: 16px;
  }
}

.works {
  padding-top: 128px;
  padding-bottom: 100px;
  background: #ecefef;
}
@media screen and (min-width: 768px) {
  .works {
    padding-top: 0px;
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 768px) {
  .works__inner.inner {
    padding-right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.contact {
  padding-top: 46px;
  padding-bottom: 153px;
  min-height: 488px;
  background: url(../img/contact_bg-sm.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 0;
    padding-bottom: 178px;
    background: url(../img/contact_bg.jpg) no-repeat center center/cover;
  }
}

.contact__head {
  color: #ff3e00;
  font-family: "REM", sans-serif;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 160%; /* 67.2px */
}
@media screen and (min-width: 768px) {
  .contact__head {
    font-size: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__head {
    font-size: 128px;
  }
}

.news {
  padding-top: 38px;
  padding-bottom: 120px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 76px;
    padding-bottom: 255px;
  }
}

.news__content {
  max-width: 788px;
  width: 100%;
  margin-inline: auto;
}

.news__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 8px;
}
@media screen and (min-width: 768px) {
  .news__categories {
    gap: 12px 23px;
  }
}

.news__category {
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/swiper-arrow-red.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .news__category {
    font-size: 16px;
  }
}
.news__category:hover {
  color: #ff3e00;
}

.news__items {
  margin-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .news__items {
    margin-top: 90px;
    gap: 40px;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .news__item {
    gap: 21px;
  }
}
.news__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news__item:hover {
  opacity: 0.7;
}
.news__item:hover .news__item-img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.news__item-new {
  position: relative;
}
.news__item-new::before {
  content: "NEW";
  position: absolute;
  top: -1px;
  left: 12px;
  width: 25px;
  height: 25px;
  padding: 5px 3px;
  background: #ff3e00;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .news__item-new::before {
    width: 46px;
    height: 46px;
    font-size: 12px;
    padding: 10px 8px;
  }
}

.news__item-img {
  border-radius: 8px;
  overflow: hidden;
  width: 116px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .news__item-img {
    width: 250px;
    height: 156px;
  }
}
.news__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .news__item-img img {
    width: 116px;
    height: 80px;
  }
}

.news__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__item-body {
    gap: 18px;
    position: relative;
  }
}

.news__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ff3e00;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__item-head {
    font-size: 14px;
  }
}

.news__item-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .news__item-categories {
    gap: 6px;
  }
}

.news__item-category {
  padding: 0px 8px;
  border: 1px solid #ff3e00;
  font-size: min(12px, 3.75vw);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__item-category {
    padding: 0 12px;
    font-size: 14px;
  }
}

.news__item-date {
  text-align: right;
  color: #d9d9d9;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .news__item-date {
    font-size: 16px;
  }
}

.news__item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .news__item-title {
    font-size: 16px;
  }
}

.company {
  background: #ecefef;
  padding-top: 144px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company {
    padding-bottom: 255px;
    overflow-x: hidden;
  }
}
.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  border-radius: 10px;
  background: #fff;
  padding: 50px 8px 40px;
  position: relative;
}
.company__list::before {
  content: "MONEY";
  position: absolute;
  top: -108px;
  left: 0;
  color: #fff;
  font-family: "REM", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 118%; /* 70.8px */
}
@media screen and (min-width: 768px) {
  .company__list::before {
    content: "MONEY VITAMIN";
    position: absolute;
    top: -108px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    font-family: "REM", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: min(128px, 10vw);
  }
}
.company__list::after {
  content: "VITAMIN";
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-family: "REM", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 118%; /* 70.8px */
}
@media screen and (min-width: 768px) {
  .company__list::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .company__list {
    border-radius: 20px;
    gap: 42px;
    max-width: 754px;
    margin-inline: auto;
    width: 100%;
    padding: 80px 62px;
  }
}

@media screen and (min-width: 768px) {
  .company__list::before, .company__list::after {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
}
.company__list.is-show::before, .company__list.is-show::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .company__list.is-show::before, .company__list.is-show::after {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .company__item {
    gap: 16px;
  }
}

.company__term {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .company__term {
    font-size: 24px;
    padding-bottom: 26px;
  }
}

.company__desc,
.company__desc-list {
  color: #000;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .company__desc,
  .company__desc-list {
    font-size: 16px;
  }
}

.l-service {
  background: #ecefef;
  padding-top: 38px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-service {
    padding-top: 73px;
    padding-bottom: 255px;
  }
}

.l-service__item-categories {
  max-width: 1126px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-service__item-categories {
    padding-left: 14px;
  }
}

.l-service__items {
  margin-top: 66px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-service__items {
    padding-inline: 5px;
  }
}
@media screen and (min-width: 768px) {
  .l-service__items {
    margin-top: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-service__items {
    max-width: 1124px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-service__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .l-service__item {
    width: 357px;
  }
}
.l-service__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-service__item:hover {
  opacity: 0.7;
}
.l-service__item:hover .l-service__item-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.service__item-new {
  position: relative;
}
.service__item-new::before {
  content: "NEW";
  position: absolute;
  top: -1px;
  left: 12px;
  width: 46px;
  height: 46px;
  padding: 10px 8px;
  background: #ff3e00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  z-index: 5;
}

.l-service__item-body {
  padding: 12px 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 142px;
}
@media screen and (min-width: 768px) {
  .l-service__item-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-service__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-service__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}

.l-service__item-img {
  width: 100%;
  min-height: 190px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 396/194;
}
.l-service__item-img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.news__category-name {
  color: #ff3e00;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
}
.news__category-name::before {
  content: "";
  position: absolute;
  background: url(../img/red-circle.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .news__category-name {
    font-size: 20px;
  }
}

.single {
  background: #fff;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .single {
    padding-top: 70px;
  }
}

.single__inner {
  padding-bottom: 120px;
  padding-inline: 9px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .single__inner {
    max-width: 764px;
    padding-bottom: 240px;
  }
}

.single__thumbnail {
  min-width: 297px;
  aspect-ratio: 297/167;
}
.single__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-top: 12px;
  color: #ff3e00;
}
@media screen and (min-width: 768px) {
  .single__meta {
    gap: 12px;
    margin-top: 20px;
  }
}

.single__date {
  color: #d9d9d9;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .single__date {
    font-size: 16px;
  }
}

.single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.single__category {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ff3e00;
  padding: 0px 10px;
}
@media screen and (min-width: 768px) {
  .single__category {
    font-size: 14px;
  }
}

.single__title {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--text, #111);
}
@media screen and (min-width: 768px) {
  .single__title {
    padding-bottom: 20px;
    margin-top: 25px;
    font-size: 32px;
  }
}

.single__content p {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .single__content p {
    margin-top: 50px;
    font-size: 16px;
  }
}
.single__content h2 {
  color: var(--text, #111);
  font-size: 16px;
  margin-top: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ecefef;
}
@media screen and (min-width: 768px) {
  .single__content h2 {
    font-size: 24px;
    margin-top: 44px;
    padding-bottom: 21px;
  }
}

.privacy {
  padding-top: 60px;
  padding-bottom: 200px;
  background: #ecefef;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding-top: 100px;
    padding-bottom: 255px;
  }
}

.privacy__content {
  background: #fff;
  border-radius: 12px;
  padding: 70px 10px 60px;
  border-radius: 20px;
  max-width: 754px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .privacy__content {
    padding: 120px 58px;
  }
}

.privacy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .privacy__items {
    gap: 24px;
  }
}

.privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .privacy__item {
    gap: 12px;
  }
}

.privacy__heading {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.privacy__text,
.privacy__list {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .privacy__text,
  .privacy__list {
    font-size: 16px;
  }
}

.privacy__lists {
  margin-top: 18px;
}

.privacy__list {
  text-indent: -1em;
  padding-left: 1em;
}

.legal {
  background: #ecefef;
  padding-top: 45px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .legal {
    padding-top: 100px;
    padding-bottom: 255px;
  }
}

.legal__items {
  border-radius: 20px;
  background: #fff;
  padding: 60px 20px;
  max-width: 754px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .legal__items {
    padding: 120px 62px;
  }
}

.legal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .legal__item {
    gap: 12px;
  }
}

.legal__term {
  padding-bottom: 8px;
  border-bottom: 1px solid #ecefef;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .legal__term {
    padding-bottom: 12px;
    font-size: 16px;
  }
}

.legal__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .legal__desc {
    font-size: 16px;
  }
}

.l-contact {
  background: #ecefef;
  padding-top: 50px;
  padding-bottom: 208px;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 90px;
    padding-bottom: 286px;
  }
}

.contact__box {
  border-radius: 10px;
  background: #fff;
  max-width: 754px;
  width: 100%;
  margin-inline: auto;
  padding: 40px 18px 56px;
}
@media screen and (min-width: 768px) {
  .contact__box {
    border-radius: 20px;
    padding: 60px 0px 140px;
  }
}

.l-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-contact__head {
    text-align: center;
  }
}

.contact__head-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .contact__head-text {
    font-size: 16px;
  }
}

.contact-form {
  margin-top: 40px;
  max-width: 404px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    gap: 42px;
    margin-top: 58px;
  }
}

.contact__text {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 16px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 14px;
  }
}

.flex-start {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.form-field__label {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #ff3e00;
  padding: 0px 8px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.form-text {
  border-radius: 4px;
  border-radius: 4px;
  background: #ecefef;
  padding: 8px 12px;
  width: 100%;
  border: none;
  color: var(--text, #111);
  font-size: 16px;
}
.form-text ::-webkit-input-placeholder {
  opacity: 0.4;
}
.form-text ::-moz-placeholder {
  opacity: 0.4;
}
.form-text :-ms-input-placeholder {
  opacity: 0.4;
}
.form-text ::-ms-input-placeholder {
  opacity: 0.4;
}
.form-text ::placeholder {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .form-text {
    font-size: 16px;
    padding: 8px 14px;
  }
}
.form-text:focus {
  outline: 1px solid #9ed0e0;
  background-color: #e9f6f8;
}

.form-field__select {
  position: relative;
}
.form-field__select span {
  display: block;
  height: auto;
}
.form-field__select span::before {
  position: absolute;
  content: "";
  background: url(../img/field__select-arrow.png) no-repeat center center/contain;
  top: 18px;
  right: 16px;
  width: 10.814px;
  height: 6.807px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form-field__select span::before {
    right: 18px;
  }
}

/* ✅ エラー時は矢印を消す */
.wpcf7-not-valid-tip::before {
  display: none;
}

.form-select {
  border-radius: 8px;
  background: #ecefef;
  padding: 10px 12px;
  width: 100%;
  border: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form-select ::-webkit-input-placeholder {
  opacity: 0.4;
}
.form-select ::-moz-placeholder {
  opacity: 0.4;
}
.form-select :-ms-input-placeholder {
  opacity: 0.4;
}
.form-select ::-ms-input-placeholder {
  opacity: 0.4;
}
.form-select ::placeholder {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .form-select {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.form-select:focus {
  outline: 1px solid #9ed0e0;
  background-color: #ecefef;
}

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

.form-textarea {
  border-radius: 8px;
  background: #ecefef;
  padding: 16px;
  width: 100%;
  height: 140px;
  border: none;
  color: var(--text, #111);
  font-size: 14px;
  resize: vertical;
}
.form-textarea ::-webkit-input-placeholder {
  color: #ccc;
}
.form-textarea ::-moz-placeholder {
  color: #ccc;
}
.form-textarea :-ms-input-placeholder {
  color: #ccc;
}
.form-textarea ::-ms-input-placeholder {
  color: #ccc;
}
.form-textarea ::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:focus {
  outline: 1px solid #9ed0e0;
  background: #e9f6f8;
}

.contact__privacy {
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 32px;
  }
}

.form-checkbox {
  text-align: center;
  /* チェック前のボタン */
  /* デフォルトのボタン */
}
.form-checkbox .wpcf7-list-item {
  margin: 0;
}
.form-checkbox .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
@media screen and (min-width: 768px) {
  .form-checkbox .wpcf7-list-item-label {
    padding-left: 20px;
  }
}
.form-checkbox .wpcf7-list-item-label a:focus {
  outline: 1px solid #ff3e00;
}
.form-checkbox .wpcf7-list-item-label::before, .form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.form-checkbox .wpcf7-list-item-label::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 22px;
  height: 22px;
  border: 1px solid var(--text, #111);
  left: -4px;
}
@media screen and (min-width: 768px) {
  .form-checkbox .wpcf7-list-item-label::before {
    left: -18px;
  }
}
.form-checkbox .wpcf7-list-item-label::after {
  background: url(../img/check-icon.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 5px;
  left: -2px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .form-checkbox .wpcf7-list-item-label::after {
    left: -16px;
  }
}
.form-checkbox input[type=checkbox] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-checkbox input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 1px solid #9ed0e0;
}

.privacy-link {
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.privacy-link:hover {
  opacity: 0.7;
}

.thanks {
  margin-top: 60px;
  padding-top: 36px;
  padding-bottom: 20px;
  background: url(../img/../img/fv_bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .thanks {
    margin-top: 80px;
    padding-bottom: 86px;
  }
}

.thanks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.thanks__inner::after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  background: url(../img/thanks__img-bg.png) no-repeat center center/contain;
  width: 179.33px;
  height: 243.414px;
}
@media screen and (min-width: 768px) {
  .thanks__inner::after {
    bottom: -166px;
    width: 361px;
    height: 490px;
  }
}
@media screen and (min-width: 768px) {
  .thanks__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding-left: 40px;
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .thanks__inner {
    padding-left: 120px;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .thanks__inner {
    padding-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  .thanks__content {
    padding-inline: 9px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}

.thanks__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .thanks__head {
    padding-top: 144px;
  }
}

.thanks__head-en {
  color: #ff3e00;
  font-family: "REM", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%; /* 64px */
}
@media screen and (min-width: 768px) {
  .thanks__head-en {
    font-size: 60px;
  }
}

.thanks__head-ja {
  color: #ff3e00;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .thanks__head-ja {
    font-size: 30px;
    margin-top: -7px;
  }
}

@media screen and (min-width: 768px) {
  .thanks__texts {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.thanks__text {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 767px) {
  .thanks__text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .thanks__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .thanks__img img {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .thanks__img img {
    width: 305px;
  }
}