@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;
  margin-top: 0 !important; }

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 {
  color: #2F3742;
  will-change: transform, opacity;
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

body {
  margin: 0;
  overflow: hidden;
  color: #2F3742;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 1.5rem; } }

.inner {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 834px) {
    .inner {
      width: 85%; } }

.inner1100 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto; }

.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.ja {
  font-family: "IBM Plex Sans JP", sans-serif; }

.en {
  font-family: "Red Hat Display", sans-serif;
  font-stretch: semi-expanded; }

.fadein.scroll-activate {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
  transition-delay: 0.2s; }

.fadein.scroll-activate.active {
  opacity: 1;
  transform: translateY(0); }

.btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #2F3742;
  width: 220px;
  overflow: hidden;
  border-radius: 30px;
  padding: 2rem 2rem 2rem 2.8rem; }
  @media screen and (max-width: 1200px) {
    .btn {
      width: 180px; } }
  @media screen and (max-width: 834px) {
    .btn {
      width: 190px;
      padding: 1.5rem 1.5rem 1.5rem 2.2rem; } }
  .btn span.en {
    line-height: 1;
    font-size: 15px; }
  .btn .dotted {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2F3742;
    transition: 0.4s ease; }

.hover-loop {
  position: relative;
  overflow: hidden;
  height: 1.2em;
  display: inline-block;
  padding: 1rem 4.2rem; }

.loop-text {
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  transform: translateY(0%);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s ease;
  will-change: transform, opacity; }

.btn:hover .dotted {
  transform: scale(1.5);
  transition: 0.4s ease; }

.l-header__nav-text {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 1.1em;
  align-items: center;
  flex-direction: column; }

.l-header__nav-text .first,
.l-header__nav-text .second {
  display: flex; }

.l-header__nav-text .second {
  transform: translateY(100%); }

.l-header__nav-text .first span,
.l-header__nav-text .second span {
  display: inline-block;
  transition: transform 0.6s ease, opacity 0.6s ease; }

.btn span.first, .btn span.second {
  display: inline-block;
  line-height: 1.05;
  white-space: nowrap; }

@media (any-hover: hover) {
  .btn:hover .first span {
    transform: translateY(-100%); }

  .btn:hover .second span {
    transform: translateY(-204%); } }
@media (any-hover: hover) {
  .btn:hover span.second span:not([class]) {
    opacity: 1; } }
.scroll-move {
  transition: transform 0.1s linear; }

.tag-news-ct {
  background-color: #9ECE91; }

.tag-press-ct {
  background-color: #5CA2AC; }

.tag-important-ct {
  background-color: #CB6C6C; }

.tag-other-ct {
  background-color: #ADADAD; }

.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000; }
  @media screen and (min-width: 835px) {
    .header {
      margin: 0 auto;
      align-items: center;
      position: fixed;
      padding: 24px 6% 5px;
      top: 0px;
      right: 0;
      transition: transform 0.6s ease, opacity 0.6s ease; } }
  @media screen and (max-width: 834px) {
    .header {
      flex-direction: row;
      top: 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      right: 0;
      left: 0;
      padding: 10px 3% 5px;
      position: fixed; } }

@media screen and (min-width: 835px) {
  .header.hidden {
    transform: translateY(-100%);
    opacity: 0; } }
.header-left {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000; }

.header-right {
  width: 50%; }
  @media screen and (max-width: 834px) {
    .header-right {
      width: fit-content; } }

.company__logo {
  width: 200px;
  opacity: 1;
  transition: width 0.4s ease, opacity 0.4s ease; }
  @media screen and (max-width: 834px) {
    .company__logo {
      width: 100px; } }

.company__logo.shrink {
  width: 150px; }
  @media screen and (max-width: 834px) {
    .company__logo.shrink {
      width: 120px; } }

.header-nav {
  padding-left: 3%; }
  @media screen and (max-width: 834px) {
    .header-nav {
      padding-left: 0;
      display: none; } }

.header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 30px; }
  @media screen and (max-width: 1350px) {
    .header-nav ul {
      column-gap: 10px; } }

.header-nav ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  color: #2F3742; }

.hamburger {
  display: none; }
  @media screen and (max-width: 834px) {
    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      background: none;
      border: none;
      position: relative;
      z-index: 1000;
      padding: unset;
      border: 1px solid #2F3742;
      padding: 3px 2rem;
      border-radius: 30px; } }

.hamburger__text {
  font-family: "Red Hat Display", sans-serif;
  color: #2F3742;
  font-size: 12px;
  display: flex;
  align-items: center; }
  .hamburger__text .dotted {
    margin-right: 6px;
    background-color: #2F3742;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%; }

.menu-overlay {
  background-image: url(../img/top/mv-sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 12rem 10% 5vh;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s; }
  .menu-overlay::before {
    content: '';
    position: absolute;
    z-index: 1000;
    background-color: rgba(27, 28, 30, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.menu-overlay.openNav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0s; }

.menu-overlay.closeNav {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s; }

.hamburger-nav {
  position: relative;
  z-index: 1001;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .hamburger-nav .global-navigation__list {
    display: flex;
    flex-direction: column;
    gap: 3rem 0; }
    .hamburger-nav .global-navigation__list a {
      color: #fff;
      line-height: 1.2; }
    .hamburger-nav .global-navigation__list .ja {
      font-size: 18px; }
    .hamburger-nav .global-navigation__list .en {
      display: block;
      color: #9ECE91;
      font-size: 10px; }
  .hamburger-nav .hamburger-bottom__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 1rem 0; }
    .hamburger-nav .hamburger-bottom__nav .global-navigation__list2 {
      display: flex;
      color: #ffffff;
      align-items: center; }
      .hamburger-nav .hamburger-bottom__nav .global-navigation__list2 li {
        line-height: 1; }
      .hamburger-nav .hamburger-bottom__nav .global-navigation__list2 li:first-child {
        padding: 0 10px 0 0;
        border-right: 1px solid #fff; }
      .hamburger-nav .hamburger-bottom__nav .global-navigation__list2 li:nth-child(2) {
        padding: 0 10px 0;
        border-right: 1px solid #fff; }
      .hamburger-nav .hamburger-bottom__nav .global-navigation__list2 li:nth-child(3) {
        padding: 0 0 0 10px; }
      .hamburger-nav .hamburger-bottom__nav .global-navigation__list2 a {
        color: #fff;
        font-size: 12px; }
    .hamburger-nav .hamburger-bottom__nav .hamburger-text {
      color: #cccccc;
      font-size: 10px; }

.header.mix {
  background-color: #fff; }
  .header.mix .header-nav ul li a {
    color: #2F3742; }
  .header.mix .hamburger {
    border: 1px solid #2F3742; }
  .header.mix .hamburger__text {
    color: #2F3742; }
    .header.mix .hamburger__text .dotted {
      background-color: #2F3742; }
  .header.mix .hamburger.openNav {
    border: 1px solid #fff; }
    .header.mix .hamburger.openNav .hamburger__text {
      color: #fff; }
      .header.mix .hamburger.openNav .hamburger__text .dotted {
        background-color: #fff; }

/* サブメニューのスタイル（PC） */
.header-nav ul.submenu {
  position: absolute;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
  left: auto;
  right: 7%;
  flex-direction: column;
  top: 110px;
  padding: 20px 10px;
  border-radius: 5px;
  align-items: baseline; }

.header-nav ul.submenu li {
  margin: 0; }

.header-nav ul.submenu a {
  display: block;
  padding: 7px 16px;
  font-size: 1.2rem;
  color: #559F40;
  text-decoration: none; }

.header-nav ul.submenu a:hover {
  background-color: #f8f9fa; }

/* PC用ホバー効果 */
@media screen and (min-width: 835px) {
  .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible; } }
/* SP用アコーディオンメニュー */
.sp-accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0; }

.sp-accordion-icon {
  color: #9ECE91;
  font-size: 12px;
  transition: transform 0.3s ease; }

.sp-accordion-item.active .sp-accordion-icon {
  transform: rotate(180deg); }

.sp-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 20px; }

.sp-accordion-item.active .sp-submenu {
  max-height: 300px;
  margin-top: 1rem; }

.sp-submenu a {
  display: block;
  padding: 0.8rem 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }

.footer {
  background-color: #1B1C1E;
  padding: 8rem 0 4.5rem; }
  @media screen and (max-width: 834px) {
    .footer {
      padding: 6rem 0 3rem; } }
  .footer__upper-box {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13rem;
    /*.footer__nav.sp {
        display: none;
        @include mq() {
            flex-direction: column;
            gap: 1rem 0;
            display: flex;
        display: none;
        }
    }*/ }
    @media screen and (max-width: 834px) {
      .footer__upper-box {
        flex-direction: column;
        padding-bottom: 5rem;
        justify-content: flex-start;
        align-items: flex-start; } }
    @media screen and (max-width: 834px) {
      .footer__upper-box .footer__title-box {
        margin: 0 auto 0 0; } }
    .footer__upper-box .footer-logo {
      display: block;
      margin-bottom: 2rem; }
      @media screen and (max-width: 834px) {
        .footer__upper-box .footer-logo {
          margin-bottom: 1rem; } }
    .footer__upper-box .footer__info {
      font-size: 14px; }
    .footer__upper-box .footer__nav {
      display: flex;
      gap: 0 6rem; }
      @media screen and (max-width: 1200px) {
        .footer__upper-box .footer__nav {
          gap: 0 2rem; } }
      @media screen and (max-width: 834px) {
        .footer__upper-box .footer__nav {
          margin-bottom: 3rem;
          flex-wrap: wrap;
          flex-direction: row;
          display: flex;
          gap: 0 2rem; } }
    @media screen and (max-width: 834px) {
      .footer__upper-box .footer__list {
        display: flex;
        margin-top: 3rem;
        width: 45%;
        flex-direction: column;
        align-items: flex-start; } }
    @media screen and (max-width: 834px) {
      .footer__upper-box .footer__list:first-child {
        order: 1; } }
    @media screen and (max-width: 834px) {
      .footer__upper-box .footer__list:nth-child(2) {
        order: 3; } }
    @media screen and (max-width: 834px) {
      .footer__upper-box .footer__list:nth-child(3) {
        order: 2; } }
    @media screen and (max-width: 834px) {
      .footer__upper-box .footer__list:nth-child(4) {
        order: 4; } }
    @media screen and (max-width: 834px) {
      .footer__upper-box .footer__list li {
        width: 45%; }
        .footer__upper-box .footer__list li .loop-text {
          text-align: left; } }
    .footer__upper-box ul li a {
      color: #fff;
      font-size: 15px; }
      @media screen and (max-width: 834px) {
        .footer__upper-box ul li a {
          font-size: 14px; } }
      .footer__upper-box ul li a .loop-text {
        text-align: left; }
      .footer__upper-box ul li a .hover-loop {
        padding: 1rem 8.2rem; }
        @media screen and (max-width: 1200px) {
          .footer__upper-box ul li a .hover-loop {
            padding: 1rem 7.5rem; } }
        @media screen and (max-width: 834px) {
          .footer__upper-box ul li a .hover-loop {
            padding: 1rem 8.2rem; } }
    .footer__upper-box .company__list--title {
      font-size: 15px; }
      @media screen and (max-width: 834px) {
        .footer__upper-box .company__list--title {
          font-size: 14px; } }
    .footer__upper-box .company__child--list {
      margin-top: 1rem; }
      .footer__upper-box .company__child--list li a {
        font-size: 12px; }
      .footer__upper-box .company__child--list .hover-loop {
        padding: 1rem 5.2rem; }
  .footer small {
    width: 100%;
    display: block;
    border-top: 1px solid #49494b;
    text-align: center;
    padding-top: 4.4rem;
    color: #cccccc; }
    @media screen and (max-width: 834px) {
      .footer small {
        padding-top: 2rem; } }

.under-page .header.mix .company__logo.shrink {
  filter: none; }
.under-page .header-right .header-nav ul li a {
  color: #2F3742; }
.under-page .header-right .header-nav ul.submenu li a {
  color: #559F40; }
.under-page .header-right .hamburger {
  border: 1px solid #2F3742; }
  .under-page .header-right .hamburger .hamburger__text {
    color: #2F3742; }
  .under-page .header-right .hamburger .dotted {
    background-color: #2F3742; }

.under-mv {
  padding: 22.4rem 0 18rem; }
  @media screen and (max-width: 834px) {
    .under-mv {
      padding: 12rem 0 4rem; } }
  .under-mv__title {
    color: #559F40;
    font-size: 20px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .under-mv__title {
        font-size: 15px; } }
  .under-mv__title--en {
    font-size: 96px;
    font-weight: 400;
    line-height: 1.3; }
    @media screen and (max-width: 834px) {
      .under-mv__title--en {
        font-size: 38px; } }
