@charset "UTF-8";
/**************************************/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  font-size: 1.6rem;
  color: #151515;
  background: #fff;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: normal;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  width: 100%;
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

/* -------------------------
 * 共通スタイル
 * ------------------------- */
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 834px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* -------------------------
 * フォントサイズのroot
 * ------------------------- */
:root {
  --f10: 1rem;
  --f11: 1.1rem;
  --f12: clamp(1rem, 12 / 1680 * 100vw, 1.2rem);
  --f13: clamp(1rem, 13 / 1680 * 100vw, 1.3rem);
  --f14: clamp(1rem, 14 / 1680 * 100vw, 1.4rem);
  --f15: clamp(1.3rem, 15 / 1680 * 100vw, 1.5rem);
  --f16: clamp(1.3rem, 16 / 1680 * 100vw, 1.6rem);
  --f17: clamp(1.4rem, 17 / 1680 * 100vw, 1.7rem);
  --f18: clamp(1.5rem, 18 / 1680 * 100vw, 1.8rem);
  --f19: clamp(1.5rem, 19 / 1680 * 100vw, 1.9rem);
  --f20: clamp(1.5rem, 20 / 1680 * 100vw, 2rem);
  --f21: clamp(1.5rem, 21 / 1680 * 100vw, 2.1rem);
  --f22: clamp(1.6rem, 22 / 1680 * 100vw, 2.2rem);
  --f23: clamp(1.6rem, 23 / 1680 * 100vw, 2.3rem);
  --f24: clamp(1.8rem, 24 / 1680 * 100vw, 2.4rem);
  --f25: clamp(1.8rem, 25 / 1680 * 100vw, 2.5rem);
  --f26: clamp(1.8rem, 26 / 1680 * 100vw, 2.6rem);
  --f27: clamp(1.8rem, 27 / 1680 * 100vw, 2.7rem);
  --f28: clamp(1.8rem, 28 / 1680 * 100vw, 2.8rem);
  --f29: clamp(1.8rem, 29 / 1680 * 100vw, 2.9rem);
  --f30: clamp(1.8rem, 30 / 1680 * 100vw, 3rem);
  --f31: clamp(1.8rem, 31 / 1680 * 100vw, 3.1rem);
  --f32: clamp(1.8rem, 32 / 1680 * 100vw, 3.2rem);
  --f33: clamp(2rem, 33 / 1680 * 100vw, 3.3rem);
  --f34: clamp(2rem, 34 / 1680 * 100vw, 3.4rem);
  --f35: clamp(2rem, 35 / 1680 * 100vw, 3.5rem);
  --f36: clamp(2rem, 36 / 1680 * 100vw, 3.6rem);
  --f37: clamp(2rem, 37 / 1680 * 100vw, 3.7rem);
  --f38: clamp(2rem, 38 / 1680 * 100vw, 3.8rem);
  --f39: clamp(2rem, 39 / 1680 * 100vw, 3.9rem);
  --f40: clamp(2rem, 40 / 1680 * 100vw, 4rem);
  --f41: clamp(2rem, 41 / 1680 * 100vw, 4.1rem);
  --f42: clamp(2rem, 42 / 1680 * 100vw, 4.2rem);
  --f43: clamp(2rem, 43 / 1680 * 100vw, 4.3rem);
  --f44: clamp(2rem, 44 / 1680 * 100vw, 4.4rem);
  --f45: clamp(2rem, 45 / 1680 * 100vw, 4.5rem);
  --f46: clamp(2rem, 46 / 1680 * 100vw, 4.6rem);
  --f47: clamp(2rem, 47 / 1680 * 100vw, 4.7rem);
  --f48: clamp(2rem, 48 / 1680 * 100vw, 4.8rem);
  --f49: clamp(2.5rem, 49 / 1680 * 100vw, 4.9rem);
  --f50: clamp(3rem, 50 / 1680 * 100vw, 5rem);
  --f60: clamp(3rem, 60 / 1680 * 100vw, 6rem);
  --f64: clamp(3rem, 64 / 1680 * 100vw, 6.4rem);
  --f70: clamp(3rem, 70 / 1680 * 100vw, 7rem);
  --f80: clamp(3rem, 80 / 1680 * 100vw, 8rem);
  --f90: clamp(3rem, 90 / 1680 * 100vw, 9rem);
  --f96: clamp(3rem, 96 / 1680 * 100vw, 9.6rem);
  --f104: clamp(3rem, 104 / 1680 * 100vw, 10.4rem);
  --f110: clamp(3rem, 110 / 1680 * 100vw, 11rem);
  --f114: clamp(3rem, 114 / 1680 * 100vw, 11.4rem);
  --f120: clamp(3rem, 120 / 1680 * 100vw, 12rem);
}

/* -------------------------
 * インナー幅、余白
 * ------------------------- */
.inner--1200 {
  width: min(90%, 1200px);
  margin-inline: auto;
}

.inner--1300 {
  width: min(90%, 1300px);
  margin-inline: auto;
}

.inner--1600 {
  width: min(90%, 1600px);
  margin-inline: auto;
}

@media (max-width: 834px) {
  .sec {
    padding-block: 5rem !important;
  }
}

/* -------------------------
 * 改行
 * ------------------------- */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

/* -------------------------
 * 変数
 * ------------------------- */
:root {
  --ibm: "IBM Plex Sans JP", sans-serif;
  --inter: "Inter", sans-serif;
  --red: #ba000a;
  --white: #fff;
  --black: #151515;
  --navy: #242831;
}

/* -------------------------
 * 見出し
 * ------------------------- */
.sec__ttl-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}

.sec__ttl-wrap--white {
  color: var(--white);
}

.sec__ttl--ja {
  font-size: var(--f18);
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
  margin-bottom: 0.7em;
}
.sec__ttl--ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--red);
  border-radius: 100vmax;
}
.sec__ttl-wrap--white .sec__ttl--ja::before {
  background-color: var(--white);
}

.sec__ttl--en {
  font-size: var(--f96);
  font-family: var(--inter);
  line-height: 1;
}
@media (max-width: 834px) {
  .sec__ttl--en {
    line-height: 1.2;
  }
}

.sec__ttl--en-sp {
  display: none;
}

@media (max-width: 834px) {
  .sec__ttl--en:has(.sec__ttl--en-sp) .sec__ttl--en-pc {
    display: none;
  }
  .sec__ttl--en:has(.sec__ttl--en-sp) .sec__ttl--en-sp {
    display: block;
  }
}

.sec__ttl--en-row {
  overflow: hidden;
  display: block;
  padding-bottom: 0.1em;
}
.sec__ttl--en-row span {
  display: block;
}

.sec-head {
  display: grid;
  grid-template-columns: auto 58%;
  gap: 2rem 2%;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .sec-head {
    display: flex;
    flex-direction: column;
  }
}

.sec-head__catch {
  line-height: 1.58;
  font-size: var(--f24);
  font-weight: 600;
}

/* -------------------------
 * ボタン、リンク
 * ------------------------- */
/*  ボタン共通 */
.btn {
  width: fit-content;
  padding: 0.3rem 1.6rem 0.3rem 2rem;
  min-width: 14.6rem;
  border-radius: 100vmax;
  border: solid 1px #222;
  background: #fff;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: var(--f16);
  position: relative;
  transition: background 0.3s cubic-bezier(0.08, 0.355, 0.11, 1);
  margin-top: 3rem;
}
.btn:hover {
  background: #222;
  color: #fff;
}

.btn--center {
  margin-inline: auto;
}

/* -------------------------
 * キャッチコピー
 * ------------------------- */
.catch-copy {
  z-index: 1;
  color: var(--white);
}

.catch-copy__en {
  font-size: min(11vw, 12rem);
  font-family: var(--inter);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 834px) {
  .catch-copy__en {
    line-height: 1.2;
  }
}

.catch-copy__en-row {
  overflow: hidden;
  display: block;
  padding-bottom: 0.1em;
}
.catch-copy__en-row span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.03, 0.79, 0.53, 1.02) 0.5s;
}
.catch-copy__en-row span.is-visible {
  transform: translateY(0);
}

.catch-copy__ja {
  font-size: var(--f24);
  font-weight: 500;
  margin-top: 2.5rem;
}
@media (max-width: 834px) {
  .catch-copy__ja {
    margin-top: 1.5rem;
  }
}

/* -------------------------
 * ヘッダー
 * ------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.3s, visibility 0.3s, color 0.1s;
  color: var(--white);
}
.header.is-light-bg:not(.is-active) {
  color: var(--black);
}
.header.is-active {
  color: var(--black) !important;
}
.header.is-active.is-scrolled {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header.is-scrolled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem min(5%, 7.5rem);
}
@media (max-width: 834px) {
  .header__inner {
    align-items: center;
  }
}

.header__logo-wrap {
  display: flex;
  gap: 3rem;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
  align-items: center;
  width: 100%;
  max-width: 32.9rem;
}
@media (max-width: 834px) {
  .header__logo-wrap {
    width: 70%;
    gap: 2rem;
    justify-content: flex-start;
  }
}
@media (max-width: 499px) {
  .header__logo-wrap {
    width: 21rem;
  }
}

.header__logo-wrap:has(.header__logo-img--mt) {
  justify-content: space-between;
}

.header__logo {
  width: 20rem;
  height: auto;
  display: block;
  position: relative;
  z-index: 999;
}

.header__logo-link {
  max-width: 16rem;
}

.header__logo-img {
  width: 100%;
  height: auto;
}

.header__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 2.5em;
}
@media (max-width: 834px) {
  .header__nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 1.5em;
  }
}

@media (max-width: 834px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 24vw 5% 2rem;
    background: #14161b;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header__nav.is-active .header__nav-link {
    color: var(--white);
  }
}

.header__nav-link {
  position: relative;
}
@media (max-width: 834px) {
  .header__nav-link {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    width: fit-content;
  }
}
@media (max-width: 834px) {
  .header__nav-link::before {
    content: attr(data-en);
    display: block;
    font-size: clamp(2.4rem, 4.7961630695vw, 4rem);
    font-family: var(--inter);
  }
}
.header__nav-link::after {
  content: "";
  background: var(--white);
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 0%;
  height: 0.1rem;
  transition: 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.header.is-light-bg .header__nav-link::after {
  background: var(--black);
}
.header.is-active .header__nav-link::after {
  background: var(--white);
}
.header__nav-link:hover::after {
  width: 100%;
}

.header__nav-item {
  font-size: var(--f14);
  line-height: 1.4;
  color: inherit;
  text-align: left;
  font-weight: 500;
}
.nav-btn.is-active .header__nav-item {
  color: var(--white);
}
@media (max-width: 834px) {
  .header__nav-item {
    font-size: 1.3rem;
  }
}
@media (max-width: 834px) {
  .header__nav-item:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 834px) {
  .header__nav-item:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 834px) {
  .header__nav-item:nth-child(3) {
    order: 6;
  }
}
@media (max-width: 834px) {
  .header__nav-item:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 834px) {
  .header__nav-item:nth-child(5) {
    order: 2;
  }
}
@media (max-width: 834px) {
  .header__nav-item:nth-child(6) {
    order: 5;
  }
}

/* -------------------------
 * ナビボタン
 * ------------------------- */
.nav-btn {
  text-align: center;
  z-index: 100;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: none;
  cursor: pointer;
  width: fit-content;
  position: relative;
}
@media (max-width: 834px) {
  .nav-btn {
    display: flex;
  }
}

.nav-btn__txt {
  font-size: var(--f18);
  color: var(--white);
  font-weight: 500;
  font-family: var(--inter);
  transition: 0.3s ease;
  line-height: 1.6;
}
.header.is-dark-bg .nav-btn__txt {
  color: var(--white);
}
.header.is-light-bg .nav-btn__txt {
  color: var(--black);
}
.nav-btn.is-active .nav-btn__txt {
  color: var(--white);
}
.nav-btn__txt:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--white);
  transition: 0.3s ease;
}
.header.is-dark-bg .nav-btn__txt:before {
  background: var(--white);
}
.header.is-light-bg .nav-btn__txt:before {
  background: var(--black);
}
.nav-btn.is-active .nav-btn__txt:before {
  background: var(--white);
}

/* -------------------------
 * フッター
 * ------------------------- */
.footer {
  width: 100%;
  height: 113.4rem;
  padding-bottom: clamp(1rem, 7.4404761905vw, 12.5rem);
  padding-inline: 6.5%;
  background: url(../img/footer_01.webp) no-repeat center center/cover;
  position: relative;
  z-index: 10;
  color: var(--white);
  display: grid;
  grid-template-columns: auto auto;
  gap: 3rem 2%;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .footer {
    height: 110vw;
    display: flex;
    flex-direction: column;
    padding-inline: 5%;
  }
}

.footer__catch-copy {
  margin-top: auto;
}

.footer__copy {
  margin-top: auto;
  font-size: var(--f12);
  text-align: right;
}/*# sourceMappingURL=style.css.map */