@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 1.1111111111vw, 20px);
  scroll-padding-top: 80px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #282022;
  background-color: #FFFFFF;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

summary {
  list-style: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

main.fixed {
  position: relative;
}
main.fixed::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 127, 189, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 90;
}

html.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.fixed {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.header__menu,
.js-drawer {
  position: relative;
  z-index: 101;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
  padding: 3.125vw 10.3472222222vw 3.125vw 9.7916666667vw;
}
.header:has(.header__navWrap.is-open) {
  background-color: #FFFFFF;
}

.header__inner {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  z-index: 2;
  width: 23.6805555556vw;
}
.header__logo img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.header__navWrap {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  background-color: #FFFFFF;
  padding-right: 10.3472222222vw;
  padding-bottom: 3.3333333333vw;
  padding-left: 9.7916666667vw;
  padding-top: calc(var(--header-height, 120px) + 5.5555555556vw);
  box-sizing: border-box;
  transform: translateY(-100%);
  pointer-events: none;
  visibility: hidden;
  transition: transform 0.35s ease, visibility 0.35s ease;
}
.header__navWrap.is-open {
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.header__navToggle {
  position: relative;
  z-index: 2;
  border: none;
  cursor: pointer;
}

.footer {
  padding-top: 6.4583333333vw;
  padding-bottom: 6.4583333333vw;
  background-color: #282022;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 73.6111111111vw !important;
}

.footer__logoWrap {
  width: 228px;
  aspect-ratio: 228/37;
}
.footer__logoWrap a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__company {
  margin-top: 24px;
}
.footer__company .footer__companyName {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.footer__company .footer__address {
  margin-top: 2px;
}
.footer__company .footer__address > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.footer__company .footer__address address > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  font-style: normal;
}
.footer__right .footer-nav {
  max-width: 520px;
  width: 100%;
}
.footer__right .footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.footer__right .footer-nav__list .footer-nav__break {
  flex-basis: 100%;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
.footer__right .footer-nav__list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.footer-bottom {
  margin-top: 71px;
}
.footer-bottom__inner {
  max-width: 73.6111111111vw !important;
}
.footer-bottom__right small {
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: right;
  display: block;
}

.inner {
  max-width: 79.17vw;
  padding-right: 1.67vw;
  padding-left: 1.67vw;
  margin-right: auto;
  margin-left: auto;
}

.header-nav__list {
  display: flex;
  -moz-column-gap: 4.1666666667vw;
  column-gap: 4.1666666667vw;
  row-gap: 3.4722222222vw;
  flex-wrap: wrap;
}
.header-nav__item a {
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #282022;
  width: 23.125vw;
  border-bottom: 1px solid #cecece;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}
.header-nav__item a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #D70930;
  border-radius: 50%;
  margin-right: 2.2222222222vw;
  flex-shrink: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.header__nav--btnWrap {
  display: flex;
  margin-top: 5.5555555556vw;
  justify-content: end;
  gap: 3.4027777778vw;
}
.header__nav--snsList {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  padding-left: 0.2777777778vw;
  padding-right: 0.2777777778vw;
}
.header__nav--snsList li a {
  width: 28px;
  display: block;
}
.header__nav--entryList {
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  padding: 9px 5px 9px 15px;
  font-size: clamp(12px, 0.9722222222vw, 9999px);
  line-height: 160%;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 3px;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 45px;
}
.header-btn--contact {
  background-color: #D70930;
}
.header-btn--contact .header-btn__arrow:before,
.header-btn--contact .header-btn__arrow:after {
  content: url('data:image/svg+xml;charset=utf-8,%3Csvg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 6.70703H10" stroke="%2343A8EA" stroke-width="2"/%3E%3Cpath d="M10.6562 0.707031L16.3131 6.36389L10.6562 12.0207" stroke="%2343A8EA" stroke-width="2"/%3E%3C/svg%3E');
}
.header-btn--diagnosis {
  background-color: #D70930;
}
.header-btn--diagnosis .header-btn__arrow:before,
.header-btn--diagnosis .header-btn__arrow:after {
  content: url('data:image/svg+xml;charset=utf-8,%3Csvg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 6.70703H10" stroke="%23FF7E1B" stroke-width="2"/%3E%3Cpath d="M10.6562 0.707031L16.3131 6.36389L10.6562 12.0207" stroke="%23FF7E1B" stroke-width="2"/%3E%3C/svg%3E');
}

.hamburger {
  background-color: #282022;
  gap: 34px;
  width: 13.1944444444vw;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  padding: 1.1805555556vw 0;
  display: flex;
}
.hamburger__text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: normal;
  color: #FFFFFF;
  display: block;
}
.hamburger__icon {
  position: relative;
  width: 1.5972222222vw;
  height: 1.8055555556vw;
  display: block;
  flex-shrink: 0;
}
.hamburger__icon picture,
.hamburger__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger__icon img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hamburger__iconLayer {
  transition: opacity 0.3s ease;
}
.hamburger__iconLayer--default {
  position: relative;
}
.hamburger__iconLayer--open {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.hamburger.open {
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #282022;
  color: #282022;
}
.hamburger.open .hamburger__text {
  color: #282022;
}
.hamburger.open .hamburger__iconLayer--default {
  opacity: 0;
  pointer-events: none;
}
.hamburger.open .hamburger__iconLayer--open {
  opacity: 1;
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14.5px 20px;
  width: 232px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.03em;
  border-radius: 3px;
  transition: all 0.3s ease;
  position: relative;
}
.common-btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-left: 0.6944444444vw;
  flex-shrink: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.common-btn.-black {
  background-color: #282022;
  color: #FFFFFF;
}
.common-btn.-gray {
  background-color: #3E4044;
  color: #FFFFFF;
}
.common-btn.-red {
  background-color: #D70930;
  color: #FFFFFF;
}

.common-btn__sinple {
  width: 117px;
  color: #282022;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.common-btn__sinple::after {
  content: "";
  display: block;
  margin-left: 2px;
  width: 7px;
  height: 7px;
  background-color: #D70930;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.small-inner {
  max-width: 69.4444444444vw;
  margin-right: auto;
  margin-left: auto;
}

/* 画像（スライド）が切り替わってからこの時間後に装飾SVGを表示 */
.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}

/* スライド（子要素で表示制御） */
.slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.55s;
}

.slide.active {
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
  transition: visibility 0s;
}

/* 背景（最背面） */
.bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.slide.active .bg {
  opacity: 1;
}

.bg1 {
  background-image: url("/assets/images/srcImg/top-mv-bg1.png");
}

.bg2 {
  background-image: url("/assets/images/srcImg/top-mv-bg2.png");
}

/* 人物（最前面） */
.person {
  position: absolute;
  bottom: 0;
  right: 16.2%;
  z-index: 3;
  width: 52.9861111111vw;
  aspect-ratio: 762/910;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.slide.active .person {
  opacity: 1;
}

.person1 {
  background-image: url("/assets/images/srcImg/top-mv-person1.png");
}

.person2 {
  background-image: url("/assets/images/srcImg/top-mv-person2.png");
}

/* 装飾SVG：アクティブになってから $mv-svg-show-after 後に表示（初回ロードでも animation は確実に走る） */
.top-mv__slide > svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  opacity: 0;
  animation: none;
}

.slide.active.top-mv__slide > svg {
  animation: top-mv-svg-show 0.35s ease 1s forwards;
}

@keyframes top-mv-svg-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-mv__slide > svg path {
  fill: #d70930;
}
.top-company {
  position: relative;
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
.top-company__inner {
  display: flex;
  align-items: flex-start;
  gap: 13.4027777778vw;
}
.top-company__title {
  position: sticky;
  top: calc(var(--header-height, 120px) + 1.3888888889vw);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 1.6666666667vw;
  margin-left: 4.7916666667vw;
  margin-bottom: 7.2222222222vw;
}
.top-company__title--en {
  order: -1;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.top-company__title--jp {
  display: block;
  writing-mode: vertical-rl;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.top-company__btn {
  margin-top: 32px;
  margin-left: auto;
}

.top-company__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.6111111111vw;
}
.top-company__list .top-company__content--item {
  display: flex;
  gap: 7.2222222222vw;
  padding-bottom: 3.6111111111vw;
  border-bottom: 1px solid #AEAEAE;
}
.top-company__list .top-company__content--item picture {
  display: block;
}
.top-company__list .top-company__content--item img {
  width: 14.5833333333vw;
  aspect-ratio: 210/205;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-company__list .top-company__cont {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.top-company__list .top-company__content--item--title {
  display: flex;
  gap: 0.625vw;
  align-items: stretch;
}
.top-company__list .top-company__content--item--title--jp {
  display: block;
  line-height: 0;
}
.top-company__list .top-company__content--item--title--jp svg {
  display: block;
  height: 2.9861111111vw;
  width: auto;
}
.top-company__list .top-company__content--item--title--en {
  display: flex;
  align-items: flex-end;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-company__list .top-company__content--item__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
}

.top-company__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36.3194444444vw;
  aspect-ratio: 523/254;
}
.top-company__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.section-title.-row {
  flex-direction: row;
  align-items: end;
  gap: 9px;
}
.section-title__en {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.725;
  letter-spacing: normal;
}
.section-title__jp {
  height: 30px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

/* タイトルSVG：デザイン幅1440px時に 355px 相当。狭い画面では縮小、1400px超でも355pxより大きくならない */
/* SP タイトルSVG（HTML の width="306" / viewBox 0 0 306 152）— MV の SP 基準幅 375 に合わせてリキッド */
.top-mv {
  padding-top: calc(var(--header-height, 120px) + 1.9444444444vw);
  position: relative;
  aspect-ratio: 1440/740;
  overflow: hidden;
  width: 100vw;
}
.top-mv__title svg {
  display: block;
  /* Sass が min 内の calc を畳むため、CSS としてそのまま出す */
  width: min(355px, calc(355 * 100vw / 1440));
  max-width: 100%;
  height: auto;
}
.top-mv__title-sp {
  display: none !important;
}

.top-about {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}

.top-about__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top-about__text {
  position: relative;
  font-size: 2.7777777778vw;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-about__text:nth-child(2) {
  margin-top: 2.7777777778vw;
}

.top-about__chars {
  display: block;
  width: 100%;
  min-width: 0;
  letter-spacing: 0;
}

.top-about__char {
  display: inline;
  letter-spacing: 0.05em;
  opacity: 0.5;
  will-change: opacity;
}

@keyframes top-movie-bg-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-movie {
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  background: #282022;
  position: relative;
  overflow: hidden;
}
html.is-top-movie-cinematic {
  overflow-x: hidden;
}

html.is-top-movie-body-lock,
html.is-top-movie-body-lock body {
  overflow: hidden;
}

.top-movie__inner {
  position: relative;
  z-index: 1;
}

.top-movie__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top-movie__trigger {
  display: block;
  width: 63.8888888889vw;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.top-movie__trigger .top-movie__img {
  display: block;
  width: 100%;
  height: auto;
}
.top-movie__trigger:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
body.is-top-movie-modal-open {
  overflow: hidden;
}

.top-movie-modal[hidden] {
  display: none;
}

.top-movie-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6666666667vw 2.7777777778vw;
}

.top-movie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.top-movie-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 66.6666666667vw;
  padding: 1.1111111111vw;
  background: #282022;
}

.top-movie-modal__close {
  position: absolute;
  top: 0.5555555556vw;
  right: 0.5555555556vw;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.0555555556vw;
  height: 3.0555555556vw;
  padding: 0;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  font-size: 1.9444444444vw;
  line-height: 1;
  cursor: pointer;
}
.top-movie-modal__close:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.top-movie-modal__iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin-top: 2.2222222222vw;
  overflow: hidden;
}

.top-movie-modal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.top-movie__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}

.top-movie__bg-track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: top-movie-bg-scroll 40s linear infinite;
}

.top-movie__bg-line {
  margin: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  color: #000000;
}

.top-voice {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  background-color: #EFEFEF;
}
.top-voice__leftBottom {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.top-voice__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
}
.top-voice__btn {
  margin-top: 32px;
}
.top-voice__img {
  flex-shrink: 0;
}

.top-zoom {
  background: url("/assets/images/distImg/top-zoom-bg.webp") no-repeat center center/cover;
}
.top-zoom__link {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
}
.top-zoom__title {
  color: #FFFFFF;
}
.top-zoom__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 280px;
  color: #FFFFFF;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
}

.top-faq {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
.top-faq__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.top-faq__accordion {
  margin-top: 2.7777777778vw;
}
.top-faq__item {
  border-bottom: 1px solid #999999;
}
.top-faq__item[open] .top-faq__summary::after {
  opacity: 0;
}
.top-faq__summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 42px;
  list-style: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.top-faq__summary::-webkit-details-marker {
  display: none;
}
.top-faq__summary::before, .top-faq__summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #282022;
}
.top-faq__summary::before {
  transform: translateY(-50%);
}
.top-faq__summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: opacity 0.2s ease;
}
.top-faq__summary:hover {
  cursor: pointer;
}
.top-faq__answer {
  padding-bottom: 32px;
}
.top-faq__answer p {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
  display: flex;
  align-items: start;
  gap: 24px;
  width: 100%;
  padding-right: 42px;
}
.top-faq__qa {
  flex-shrink: 0;
  min-width: 36px;
  width: 36px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: normal;
  color: #FFFFFF;
}
.top-faq__qa.-q {
  background-color: #282022;
}
.top-faq__qa.-a {
  background-color: #D70930;
}
.top-faq__btn.-sp {
  display: none;
}

.top-recruit {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  position: relative;
}
.top-recruit__inner > picture {
  display: block;
}
.top-recruit__img {
  display: block;
  width: 29.1666666667vw;
  aspect-ratio: 420/340;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-recruit__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
}
.top-recruit__btnWrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.top-recruit__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.top-news {
  padding-top: 10.4166666667vw;
  padding-bottom: 8.3333333333vw;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
}
.top-news__btn {
  margin-top: 64px;
}
.top-news__btn.-pc {
  display: flex !important;
}
.top-news__btn.-sp {
  display: none !important;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  max-width: 36.6666666667vw;
  width: 100%;
}
.top-news__item {
  padding-bottom: 56px;
  border-bottom: 1px solid #dddddd;
}
.top-news__listTop {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-news__time {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.top-news__cate {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  border: 1px solid #AEAEAE;
  padding: 4px 8px;
  border-radius: 4px;
}
.top-news__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    scroll-padding-top: 70px;
  }
  .header {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .header__logo {
    width: 50.9333333333vw;
  }
  .header__navWrap {
    padding-right: 6.4vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 4.2666666667vw;
    padding-top: calc(var(--header-height, 120px) + 10.6666666667vw);
  }
  .footer {
    padding-top: 24.2666666667vw;
    padding-bottom: 23.2vw;
  }
  .footer__inner {
    max-width: 73.6vw !important;
    flex-direction: column;
    align-items: start;
  }
  .footer__logoWrap {
    width: 100%;
  }
  .footer__company .footer__address {
    margin-top: 2px;
  }
  .footer__right {
    margin-top: 40px;
  }
  .footer__right .footer-nav {
    max-width: 100%;
  }
  .footer__right .footer-nav__list {
    gap: 5.3333333333vw;
    flex-direction: column;
  }
  .footer__right .footer-nav__list .footer-nav__break {
    display: none;
  }
  .footer-bottom {
    margin-top: 40px;
  }
  .footer-bottom__inner {
    max-width: 276px !important;
  }
  .footer-bottom__right small {
    text-align: left;
  }
  .inner {
    width: 100%;
    padding-right: 4.8vw;
    padding-left: 4.8vw;
    max-width: initial;
  }
  .header-nav__list {
    flex-direction: column;
    row-gap: 4.2666666667vw;
  }
  .header-nav__item a {
    width: 100%;
  }
  .header__nav--btnWrap {
    margin-top: 6.9333333333vw;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 6.9333333333vw;
  }
  .header__nav--snsList {
    gap: 8.2666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
  .header__nav--entryList {
    gap: 2.1333333333vw;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .header__nav--entryList li {
    width: 100%;
  }
  .header-btn {
    width: 100%;
  }
  .hamburger {
    width: initial;
    border-radius: 50%;
    padding: 3.0213333333vw 2.8453333333vw;
  }
  .hamburger__text {
    display: none;
  }
  .hamburger__icon {
    width: 4.9786666667vw;
    height: 4.6213333333vw;
  }
  .common-btn {
    width: 100%;
    padding: 4.9333333333vw 5.3333333333vw;
  }
  .small-inner {
    width: 100%;
    max-width: initial;
    padding-right: 4.8vw;
    padding-left: 4.8vw;
  }
  .bg1 {
    background-image: url("/assets/images/srcImg/top-mv-bg1-sp.png");
  }
  .person {
    width: 376px;
    aspect-ratio: 376/491;
    right: 0;
  }
  .person1 {
    background-image: url("/assets/images/srcImg/top-mv-person1-sp.png");
  }
  .top-mv__slide > svg {
    width: 142vw;
    max-width: none;
    min-width: 100%;
    left: 40%;
    bottom: 20%;
    transform: translateX(-50%);
  }
  .slider > .top-mv__slide ~ .top-mv__slide {
    display: none !important;
  }
  .top-company {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
  .top-company__inner {
    gap: 56px;
    flex-direction: column;
    align-items: initial;
  }
  .top-company__title {
    gap: 4.2666666667vw;
    top: calc(var(--header-height, 120px) + 3.2vw);
    position: initial;
    margin-bottom: 0;
    flex-direction: column;
  }
  .top-company__title--en {
    font-size: 14.6666666667vw;
    writing-mode: initial;
    text-orientation: initial;
    white-space: initial;
    text-align: left;
  }
  .top-company__title--jp {
    font-size: 6.6666666667vw;
    writing-mode: initial;
    letter-spacing: 0.05em;
  }
  .top-company__list {
    gap: 4.2666666667vw;
    flex: initial;
  }
  .top-company__list .top-company__content--item {
    gap: 8.5333333333vw;
    flex-direction: column;
  }
  .top-company__list .top-company__content--item picture {
    width: 100%;
  }
  .top-company__list .top-company__content--item img {
    width: 100%;
    aspect-ratio: 339/205;
  }
  .top-company__list .top-company__cont {
    flex: initial;
  }
  .top-company__list .top-company__content--item--title {
    gap: 2.4vw;
    flex-wrap: wrap;
  }
  .top-company__list .top-company__content--item--title--jp svg {
    height: 11.4666666667vw;
  }
  .top-company__list .top-company__content--item--title--en {
    font-size: 4.2666666667vw;
  }
  .top-company__list .top-company__content--item__text {
    font-size: 16px;
    margin-top: 16px;
  }
  .top-company__bg {
    display: none;
  }
  .section-title__en {
    font-size: 55px;
    line-height: 100%;
    letter-spacing: 0.05em;
  }
  .top-mv {
    padding-top: calc(var(--header-height, 120px) + 7.4666666667vw);
    aspect-ratio: 375/630;
    height: 100vh;
    max-height: 630px;
  }
  .top-mv__inner {
    width: 100%;
    max-width: initial;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
  .top-mv__title {
    max-width: min(306px, calc(306 * 100vw / 375));
    width: 100%;
  }
  .top-mv__title svg {
    width: 100%;
    height: auto;
  }
  .top-mv__title-pc {
    display: none !important;
  }
  .top-mv__title-sp {
    display: block !important;
  }
  .top-about {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
  .top-about__text {
    font-size: 5.8666666667vw;
    line-height: 160%;
    text-align: left;
  }
  .top-about__text:nth-child(2) {
    margin-top: 0;
  }
  .top-about__chars {
    overflow-wrap: anywhere;
  }
  .top-movie {
    padding-top: 16.2666666667vw;
    padding-bottom: 19.2vw;
  }
  .top-movie__cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  html.is-top-movie-cinematic {
    overflow-x: initial;
  }
  html.is-top-movie-body-lock,
  html.is-top-movie-body-lock body {
    overflow: initial;
  }
  .top-movie__trigger {
    width: 100%;
  }
  .top-movie-modal {
    padding: 4.2666666667vw 5.3333333333vw;
  }
  .top-movie-modal__box {
    max-width: 100%;
    padding: 3.2vw;
  }
  .top-movie-modal__close {
    top: 1.0666666667vw;
    right: 1.0666666667vw;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
  }
  .top-movie-modal__iframe-wrap {
    margin-top: 8.5333333333vw;
  }
  .top-movie__bg {
    position: initial;
  }
  .top-voice {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
  .top-voice__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: initial;
  }
  .top-voice__leftBottom {
    margin-top: 20px;
  }
  .top-voice__img {
    margin-top: 56px;
    width: 100%;
    aspect-ratio: 339/205;
  }
  .top-voice__img picture {
    display: block;
    width: 100%;
  }
  .top-voice__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 339/205;
    object-fit: cover;
  }
  .top-zoom {
    padding-top: 23.7333333333vw;
    padding-bottom: 10.9333333333vw;
    background: url("/assets/images/distImg/top-zoom-bg-sp.webp") no-repeat center center/cover;
  }
  .top-zoom__text {
    margin-top: 4.2666666667vw;
    margin-left: initial;
  }
  .top-zoom__btn {
    margin-top: 197px;
  }
  .top-faq {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
  .top-faq__accordion {
    margin-top: 5.3333333333vw;
  }
  .top-faq__summary {
    font-size: 22px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .top-faq__answer p {
    font-size: 16px;
  }
  .top-faq__qa.-q {
    align-items: center;
  }
  .top-faq__btn {
    margin-top: 5.3333333333vw;
  }
  .top-faq__btn.-pc {
    display: none;
  }
  .top-faq__btn.-sp {
    display: flex;
  }
  .top-recruit {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
  .top-recruit__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: initial;
  }
  .top-recruit__inner > picture {
    margin-top: 56px;
  }
  .top-recruit__img {
    aspect-ratio: 339/205;
  }
  .top-recruit__title {
    flex-direction: column !important;
    align-items: start !important;
  }
  .top-recruit__text {
    font-size: 16px;
    margin-top: 20px;
  }
  .top-recruit__btnWrap {
    margin-top: 32px;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .top-recruit__bg {
    width: 100%;
  }
  .top-news {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 56px;
    align-items: initial;
  }
  .top-news__btn {
    margin-top: 56px;
  }
  .top-news__btn.-pc {
    display: none !important;
  }
  .top-news__btn.-sp {
    display: flex !important;
  }
  .top-news__list {
    max-width: initial;
    gap: 40px;
  }
  .top-news__item {
    padding-bottom: 40px;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (hover: hover) {
  .header-nav__item a:hover {
    color: #D70930;
  }
  .header-nav__item a:hover::after {
    transform: scale(1.2857142857);
  }
  .common-btn:hover {
    box-shadow: inset 0 0 0 1px;
    background-color: transparent;
  }
  .common-btn:hover::after {
    transform: scale(1.2857142857);
  }
  .common-btn:hover.-black {
    color: #282022;
    border-color: #282022;
  }
  .common-btn:hover.-black::after {
    background-color: #282022;
  }
  .common-btn:hover.-gray {
    color: #3E4044;
    border-color: #3E4044;
  }
  .common-btn:hover.-gray::after {
    background-color: #3E4044;
  }
  .common-btn:hover.-red {
    color: #D70930;
    border-color: #D70930;
  }
  .common-btn:hover.-red::after {
    background-color: #D70930;
  }
  .common-btn__sinple:hover::after {
    transform: scale(2.1428571429);
  }
  .common-btn__sinple.-red:hover {
    color: #D70930;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slide.active.top-mv__slide > svg {
    animation: top-mv-svg-show-reduced 0.01ms ease 0.01ms forwards;
  }
  @keyframes top-mv-svg-show-reduced {
    to {
      opacity: 1;
    }
  }
}

@media screen and (min-width: 768px) {
  .top-movie--pc-scroll-expand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-movie--pc-scroll-expand:not(.top-movie--no-expand) {
    overflow: visible;
  }
  .top-movie__pc-scroll {
    min-height: 200vh;
    position: relative;
  }
  .top-movie__pc-sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    padding-top: calc(12.5vw * (1 - var(--top-movie-p, 0)));
    padding-bottom: calc(12.5vw * (1 - var(--top-movie-p, 0)));
  }
  .top-movie__inner {
    width: 100%;
  }
  .top-movie__trigger {
    transform: scale(1) translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
  }
  .top-movie--no-expand {
    padding-top: 12.5vw !important;
    padding-bottom: 12.5vw !important;
  }
  .top-movie--no-expand .top-movie__pc-scroll {
    min-height: 0 !important;
  }
  .top-movie--no-expand .top-movie__pc-sticky {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .top-movie__bg {
    opacity: calc(1 - var(--top-movie-p, 0) * 0.85);
  }
}

@media (min-width: 768px) {
  .top-voice__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42.9166666667vw;
    grid-template-rows: auto 1fr;
    grid-template-areas: "title img" "bottom img";
    column-gap: 4.375vw;
    row-gap: 2.0833333333vw;
    min-height: calc(42.9166666667vw * 530 / 618);
  }
  .top-voice__title {
    grid-area: title;
    min-width: 0;
  }
  .top-voice__leftBottom {
    grid-area: bottom;
    align-self: end;
  }
  .top-voice__img {
    grid-area: img;
    width: 100%;
    height: 100%;
    min-height: 0;
    align-self: stretch;
  }
  .top-voice__img picture {
    display: block;
    height: 100%;
  }
  .top-voice__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-zoom__link:hover {
    cursor: url("/assets/images/distImg/top-zoom-cursor.svg") 51 51, pointer;
  }
  .top-recruit__inner {
    display: grid;
    grid-template-columns: 29.1666666667vw minmax(0, 1fr);
    grid-template-areas: "img title" "img text" "img btn";
    column-gap: 2.7777777778vw;
    align-items: center;
  }
  .top-recruit__inner > picture {
    grid-area: img;
    width: 29.1666666667vw;
    min-width: 0;
    margin-top: 0;
  }
  .top-recruit__title {
    grid-area: title;
    max-width: 453px;
    width: 100%;
    justify-self: end;
  }
  .top-recruit__text {
    grid-area: text;
    max-width: 453px;
    width: 100%;
    justify-self: end;
    margin-top: 20px;
  }
  .top-recruit__btnWrap {
    grid-area: btn;
    max-width: 453px;
    width: 100%;
    justify-self: end;
  }
}
/*# sourceMappingURL=style.css.map */
