@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  background-color: #fafaf9;
  font-weight: 500;
  margin: 0;
  color: #262626; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 1.4rem; } }
  body::before {
    content: '';
    pointer-events: none;
    background-image: url(../img/top/mv-bg.png);
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0; }

img {
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none !important;
  color: #2B2826;
  text-decoration: none; }

a:focus {
  outline: none !important; }

.nav a {
  user-select: none;
  -webkit-user-select: none;
  tap-highlight-color: transparent; }

address {
  font-style: normal; }

section {
  position: relative;
  z-index: 1; }

.inner {
  max-width: 1351px;
  width: 90%;
  margin: 0 auto; }

.inner.inner-s {
  max-width: 1099px; }

.inner.inner-l {
  max-width: 1510px; }

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

.pc {
  display: block; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.fadein.scroll-activate {
  opacity: 0;
  visibility: hidden;
  /* これを追加 */
  transition: opacity 0.8s ease, visibility 0.8s ease;
  transition-delay: 0.3s; }

.fadein.scroll-activate.active {
  opacity: 1;
  visibility: visible;
  /* アクティブ時に表示 */ }

/*fadein bottom*/
/* アニメーション定義 */
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* 初期状態（非アクティブ）では何も表示しない */
.scroll-activate span {
  opacity: 0;
  display: inline-block; }

/* activeがついたらアニメーション開始 */
.scroll-activate.active span {
  animation: fadeInBottom 0.3s ease-out forwards; }

/* 遅延タイミング（手動バージョン、30文字対応） */
.scroll-activate.active span:nth-child(1) {
  animation-delay: 0.05s; }

.scroll-activate.active span:nth-child(2) {
  animation-delay: 0.10s; }

.scroll-activate.active span:nth-child(3) {
  animation-delay: 0.15s; }

.scroll-activate.active span:nth-child(4) {
  animation-delay: 0.20s; }

.scroll-activate.active span:nth-child(5) {
  animation-delay: 0.25s; }

.scroll-activate.active span:nth-child(6) {
  animation-delay: 0.30s; }

.scroll-activate.active span:nth-child(7) {
  animation-delay: 0.35s; }

.scroll-activate.active span:nth-child(8) {
  animation-delay: 0.40s; }

.scroll-activate.active span:nth-child(9) {
  animation-delay: 0.45s; }

.scroll-activate.active span:nth-child(10) {
  animation-delay: 0.50s; }

.scroll-activate.active span:nth-child(11) {
  animation-delay: 0.55s; }

.scroll-activate.active span:nth-child(12) {
  animation-delay: 0.60s; }

.scroll-activate.active span:nth-child(13) {
  animation-delay: 0.65s; }

.scroll-activate.active span:nth-child(14) {
  animation-delay: 0.70s; }

.scroll-activate.active span:nth-child(15) {
  animation-delay: 0.75s; }

.scroll-activate.active span:nth-child(16) {
  animation-delay: 0.80s; }

.scroll-activate.active span:nth-child(17) {
  animation-delay: 0.85s; }

.scroll-activate.active span:nth-child(18) {
  animation-delay: 0.90s; }

.scroll-activate.active span:nth-child(19) {
  animation-delay: 0.95s; }

.scroll-activate.active span:nth-child(20) {
  animation-delay: 1.00s; }

.scroll-activate.active span:nth-child(21) {
  animation-delay: 1.05s; }

.scroll-activate.active span:nth-child(22) {
  animation-delay: 1.10s; }

.scroll-activate.active span:nth-child(23) {
  animation-delay: 1.15s; }

.scroll-activate.active span:nth-child(24) {
  animation-delay: 1.20s; }

.scroll-activate.active span:nth-child(25) {
  animation-delay: 1.25s; }

.scroll-activate.active span:nth-child(26) {
  animation-delay: 1.30s; }

.scroll-activate.active span:nth-child(27) {
  animation-delay: 1.35s; }

.scroll-activate.active span:nth-child(28) {
  animation-delay: 1.40s; }

.scroll-activate.active span:nth-child(29) {
  animation-delay: 1.45s; }

.scroll-activate.active span:nth-child(30) {
  animation-delay: 1.50s; }

/*btn*/
.btn {
  -webkit-transition: 0.8s cubic-bezier(0.12, 1, 0.5, 1) 1.7s;
  -o-transition: 0.8s cubic-bezier(0.12, 1, 0.5, 1) 1.7s;
  transition: 0.8s cubic-bezier(0.12, 1, 0.5, 1) 1.7s; }

.btn {
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid #999999;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  transition: background-color 0.3s, color 0.3s; }
  @media screen and (max-width: 834px) {
    .btn {
      width: clamp(13rem, 3vw, 23rem);
      font-size: 1.3rem; } }

.button-text-wrapper {
  position: relative;
  height: 54px;
  width: 100%; }
  @media screen and (max-width: 834px) {
    .button-text-wrapper {
      height: 40px; } }

/* 初期テキストのスタイル */
.button-text {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-align: center; }
  .button-text img {
    padding-left: 9px;
    height: auto;
    width: 18px; }
    @media screen and (max-width: 834px) {
      .button-text img {
        padding-left: 8px;
        height: auto;
        width: 20px; } }

/* 最初のテキスト */
.button-text.first {
  transform: translateY(0%);
  opacity: 1; }

/* 2つ目のテキスト */
.button-text.second {
  transform: translateY(100%);
  opacity: 0; }

/* ホバー時のアニメーション */
.btn:hover .button-text.first {
  transform: translateY(-100%);
  opacity: 0; }
  .btn:hover .button-text.first img {
    filter: invert(1); }

.btn:hover .button-text.second {
  transform: translateY(0%);
  opacity: 1; }
  .btn:hover .button-text.second img {
    filter: invert(1); }

/* ボタンのホバースタイル */
.btn:hover {
  background-color: #2e2e2e;
  color: #fff; }

.header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  padding: 3vh 4% 10px;
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 1000; }
  @media screen and (min-width: 835px) {
    .header {
      margin: 0 auto;
      position: fixed;
      top: 0;
      right: 0;
      transition: transform 0.6s ease, opacity 0.6s ease; } }
  @media screen and (max-width: 834px) {
    .header {
      flex-direction: row;
      top: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      right: 0;
      left: 0;
      padding: 20px 5% 0;
      position: fixed; } }

@media screen and (min-width: 835px) {
  .header.hidden {
    transform: translateY(-100%);
    /* 上部に隠す */
    opacity: 0; } }
.header-logo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 11vw, 2.8rem); }
  @media screen and (max-width: 834px) {
    .header-logo {
      font-size: clamp(1.4rem, 3vw, 2.8rem); } }

@media screen and (max-width: 834px) {
  .header-nav {
    display: none; } }

.header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 30px; }

.header-nav ul li a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 1.6rem; }

.hamburger {
  display: none; }
  @media screen and (max-width: 834px) {
    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      position: relative;
      z-index: 1000; } }

.hamburger__line {
  display: none; }
  @media screen and (max-width: 834px) {
    .hamburger__line {
      display: block;
      width: 30px;
      height: 1px;
      background-color: #111;
      transition: transform 0.3s ease, background-color 0.3s ease; } }

@media screen and (max-width: 834px) {
  .header.fixed .hamburger__line {
    background-color: #121212; } }

@media screen and (max-width: 834px) {
  .hamburger.openNav .hamburger__line:nth-child(1) {
    transform: rotate(15deg) translate(0, 6px); } }

@media screen and (max-width: 834px) {
  .hamburger.openNav .hamburger__line:nth-child(2) {
    transform: rotate(-15deg) translate(0px, 0); } }

.menu-overlay {
  display: none; }
  @media screen and (max-width: 834px) {
    .menu-overlay {
      position: fixed;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0s linear 0.4s;
      top: 0;
      left: 0;
      width: 100%;
      padding-top: 50px;
      height: 100vh;
      background-color: #FFFFFF;
      transition: top 0.3s ease;
      z-index: 999;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      .menu-overlay img {
        width: 113px;
        height: auto;
        width: 90px; } }

.menu-overlay.openNav {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s linear 0s; }

.menu-overlay ul {
  display: none; }
  @media screen and (max-width: 834px) {
    .menu-overlay ul {
      list-style: none;
      padding: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 80%;
      grid-row-gap: 19px;
      margin: 20px 0 0; } }

@media screen and (max-width: 834px) {
  .menu-overlay ul.global-navigation__list {
    padding-bottom: 3rem;
    border-bottom: 1px solid #C4C4C4; } }

@media screen and (max-width: 834px) {
  .menu-overlay ul.global-navigation__list2 {
    flex-direction: row;
    margin-top: 38px; } }

.menu-overlay ul li {
  line-height: 1;
  border: 0;
  background: transparent; }

.menu-overlay ul li a {
  text-decoration: none;
  color: #111111;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  border: 0;
  background: transparent; }

.menu-overlay ul.global-navigation__list2 li:first-child {
  padding-right: 10px;
  border-right: 1px solid #C4C4C4; }

.menu-overlay ul.global-navigation__list2 li:last-child {
  padding-left: 10px; }

.menu-overlay ul.global-navigation__list2 li a {
  font-size: 1.4rem; }

.hum__title {
  padding-top: 3rem; }
  @media screen and (max-width: 834px) {
    .hum__title {
      padding-top: 1rem; } }
  .hum__title .title-en {
    font-size: 3rem;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 500;
    letter-spacing: 0.025en;
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .hum__title .title-en {
        font-size: 1.8rem; } }
    .hum__title .title-en span {
      font-size: 5rem; }
      @media screen and (max-width: 834px) {
        .hum__title .title-en span {
          font-size: 3.2rem; } }
  .hum__title .title-jp {
    text-align: right;
    font-size: 1.4rem; }

.c-btn__01 {
  font-family: "Bricolage Grotesque", sans-serif; }
  .c-btn__01 > span {
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 834px) {
      .c-btn__01 > span {
        padding: 0; } }
    .c-btn__01 > span::after {
      content: '';
      width: 100%;
      height: 10px;
      background: url("../img/common/img-bgbtn.png") no-repeat center center;
      background-size: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -5px; }
      @media screen and (max-width: 834px) {
        .c-btn__01 > span::after {
          content: none; } }
  .c-btn__01--wrap {
    height: 30px;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    .c-btn__01--wrap > * {
      white-space: nowrap; }
  .c-btn__01--nm {
    display: block;
    bottom: 0;
    position: relative;
    transition: bottom 0.3s ease-in; }
  .c-btn__01--hv {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    transition: top 0.3s ease-in; }

.c-btn__01.on .c-btn__01--nm {
  bottom: calc(100% + 5px); }
.c-btn__01.on .c-btn__01--hv {
  top: 0; }

.footer {
  position: relative;
  z-index: 1;
  padding: 15rem 0 8rem;
  background-color: #6C6B6A; }
  @media screen and (max-width: 834px) {
    .footer {
      padding: 5rem 0; } }
  .footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .footer .inner {
        grid-row-gap: 3rem; } }
  .footer__upper-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .footer__upper-box {
        flex-direction: column; } }
    .footer__upper-box .footer__logo {
      font-size: 2.4rem;
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      color: #fff; }
      @media screen and (max-width: 834px) {
        .footer__upper-box .footer__logo {
          font-size: 1.8rem; } }
    .footer__upper-box .footer__right-box {
      width: 50%; }
      @media screen and (max-width: 834px) {
        .footer__upper-box .footer__right-box {
          width: 100%; } }
    .footer__upper-box .catch {
      display: block;
      font-size: clamp(6rem, 11vw, 8rem);
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      padding-bottom: 12px;
      line-height: 1;
      color: #fff;
      border-bottom: 2px solid #767676; }
      @media screen and (max-width: 834px) {
        .footer__upper-box .catch {
          font-size: clamp(4.5rem, 4vw, 6rem); } }
    .footer__upper-box .footer__nav {
      padding-top: 4rem; }
      @media screen and (max-width: 834px) {
        .footer__upper-box .footer__nav {
          padding-top: 2rem; } }
      .footer__upper-box .footer__nav ul {
        display: flex; }
        @media screen and (max-width: 834px) {
          .footer__upper-box .footer__nav ul {
            flex-direction: column; } }
        .footer__upper-box .footer__nav ul li {
          padding-right: 2%; }
        .footer__upper-box .footer__nav ul li:last-child {
          padding: 0; }
        .footer__upper-box .footer__nav ul li a {
          font-size: 14px;
          font-family: "Bricolage Grotesque", sans-serif;
          font-weight: 400;
          color: #fff; }
          @media screen and (max-width: 834px) {
            .footer__upper-box .footer__nav ul li a {
              display: block; } }
  .footer__lower-box.inner {
    padding-top: 23rem; }
    @media screen and (max-width: 834px) {
      .footer__lower-box.inner {
        padding-top: 2rem;
        align-items: flex-end; } }
    .footer__lower-box.inner .lower-list {
      display: flex;
      align-items: center;
      width: 69%; }
      @media screen and (max-width: 834px) {
        .footer__lower-box.inner .lower-list {
          padding-bottom: 5rem; } }
      .footer__lower-box.inner .lower-list li {
        border-right: 1px solid #fff;
        padding: 0 2%;
        line-height: 1; }
        @media screen and (max-width: 834px) {
          .footer__lower-box.inner .lower-list li {
            padding-right: 0.5rem;
            margin-right: 0.5rem; } }
        .footer__lower-box.inner .lower-list li a {
          line-height: 1;
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          font-family: "Bricolage Grotesque", sans-serif; }
      .footer__lower-box.inner .lower-list li:last-child {
        border-right: 0px;
        padding-right: 0rem;
        margin-right: 0rem; }
  .footer small {
    color: #BBBBBB;
    font-size: 12px;
    font-weight: 400;
    font-family: "Bricolage Grotesque", sans-serif; }
    @media screen and (max-width: 834px) {
      .footer small {
        font-size: 1.1rem; } }
