@charset "UTF-8";
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: 1.5;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

html {
  --hamburger-line: #27f665;
  --hamburger-bg: #2ae265;
  --primary-color: #27e465;
  --bg-green: #27e465;
  --btn-bg: #2ae265;
  --btn-arrow: #27e465;
  --entry-txt: #2ae265;
  --entry-bg: #2bf465;
  --primary-red: #ff0000;
  --bg-gray: rgba(227, 227, 226, 0.9);
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }
}
html.lenis, html.lenis body {
  height: auto;
}
html.lenis.lenis-smooth {
  scroll-behavior: auto;
}
html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
html.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  font-feature-settings: "palt";
}
body.is-active {
  overflow: hidden;
}
body.is-top {
  background: rgba(227, 227, 226, 0.9);
}
body.is-gray {
  background: rgba(227, 227, 226, 0.9);
}

:focus-visible {
  outline: 2px solid #76f177;
  outline-offset: 2px;
}

:target {
  scroll-margin-top: 5rem;
}
@media (min-width: 768px) {
  :target {
    scroll-margin-top: 6.25rem;
  }
}

::selection {
  background: #011D54;
  color: #fff;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  line-height: inherit;
  vertical-align: middle;
}

.u-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
  max-width: 72.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .u-inner {
    padding: 0 1.875rem;
  }
}

.u-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.u-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-img.--contain img {
  object-fit: contain;
}

.u-en {
  font-family: "almarai", sans-serif;
}

.u-en2 {
  font-family: "Roboto", sans-serif;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.js-scroll {
  opacity: 0;
  transform: translateY(1.875rem) scale(1.05);
  transition: 0.6s ease-out;
  transition-property: opacity, transform;
}
.js-scroll.is-inview {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.js-scroll.--fade {
  opacity: 0;
  filter: blur(1.25rem);
  transform: translateY(1.25rem) scale(0.98);
  transition: 0.6s ease-out;
  transition-property: opacity, transform, filter;
}
.js-scroll.--fade.is-inview {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.js-typing {
  position: relative;
  display: inline-block;
}
.js-typing:not(.is-ready) {
  visibility: hidden;
}
.js-typing.--bg .typing-char {
  display: none;
}
.js-typing.--bg .typing-char.is-visible {
  display: inline-block;
}
.js-typing .typing-char {
  position: relative;
  opacity: 0;
}
.js-typing .typing-char.is-visible {
  opacity: 1;
}
.js-typing .typing-char::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1em;
  background: currentColor;
  opacity: 0;
}
.js-typing .typing-char.is-current::after {
  opacity: 1;
  animation: typing-blink 0.7s infinite;
}

@keyframes typing-blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.u-scale {
  --progress: 0;
  transform: scale(calc(1.2 - var(--progress) * 0.2));
  opacity: calc(1 - var(--progress) * 0.2);
  will-change: transform, opacity;
}

.u-blur {
  filter: blur(1.25rem);
  transform: translate(-1.25rem, 0);
  opacity: 0;
  transition: 1.2s ease-out;
  transition-property: filter, opacity, transform;
  animation-delay: 0.4s;
}
.u-blur.is-inview {
  transform: translate(0, 0);
  filter: blur(0);
  opacity: 1;
}

.u-opacity {
  opacity: 0;
  transition: opacity 1.2s ease-out;
}
.u-opacity.is-inview {
  opacity: 1;
}

@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-3deg);
  }
  20% {
    transform: rotate(3deg);
  }
  30% {
    transform: rotate(-3deg);
  }
  40% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(2deg);
  }
  70% {
    transform: rotate(-1deg);
  }
  80% {
    transform: rotate(1deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}
@keyframes wiggle-soft {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-1deg);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: top center;
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(0);
  }
}
@keyframes bounce-small {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes bounce-scale {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.05);
  }
  85% {
    transform: scale(0.98);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes jello {
  0%, 100% {
    transform: skewX(0deg) skewY(0deg);
  }
  11.1% {
    transform: skewX(-4deg) skewY(-4deg);
  }
  22.2% {
    transform: skewX(3deg) skewY(3deg);
  }
  33.3% {
    transform: skewX(-2deg) skewY(-2deg);
  }
  44.4% {
    transform: skewX(1deg) skewY(1deg);
  }
  55.5% {
    transform: skewX(-0.5deg) skewY(-0.5deg);
  }
  66.6% {
    transform: skewX(0.25deg) skewY(0.25deg);
  }
  77.7% {
    transform: skewX(-0.125deg) skewY(-0.125deg);
  }
  88.8% {
    transform: skewX(0deg) skewY(0deg);
  }
}
@keyframes rubber-band {
  0%, 100% {
    transform: scaleX(1) scaleY(1);
  }
  30% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  40% {
    transform: scaleX(0.9) scaleY(1.1);
  }
  50% {
    transform: scaleX(1.08) scaleY(0.92);
  }
  65% {
    transform: scaleX(0.98) scaleY(1.02);
  }
  75% {
    transform: scaleX(1.02) scaleY(0.98);
  }
}
@keyframes tada {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.5;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes spin-pop {
  0% {
    transform: rotate(-180deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@media (hover: hover) {
  .u-hover-wiggle:hover {
    animation: wiggle 0.6s ease-in-out;
  }
}
@media (hover: none) {
  .u-hover-wiggle:active {
    animation: wiggle 0.6s ease-in-out;
  }
}

@media (hover: hover) {
  .u-hover-bounce:hover {
    animation: bounce 0.5s ease-in-out;
  }
}
@media (hover: none) {
  .u-hover-bounce:active {
    animation: bounce 0.5s ease-in-out;
  }
}

@media (hover: hover) {
  .u-hover-pulse:hover {
    animation: pulse 0.4s ease-in-out;
  }
}
@media (hover: none) {
  .u-hover-pulse:active {
    animation: pulse 0.4s ease-in-out;
  }
}

@media (hover: hover) {
  .u-hover-jello:hover {
    animation: jello 0.8s ease-in-out;
  }
}
@media (hover: none) {
  .u-hover-jello:active {
    animation: jello 0.8s ease-in-out;
  }
}

@media (hover: hover) {
  .u-hover-pop:hover {
    animation: pop 0.3s ease-out;
  }
}
@media (hover: none) {
  .u-hover-pop:active {
    animation: pop 0.3s ease-out;
  }
}

@media (hover: hover) {
  .u-hover-rubber:hover {
    animation: rubber-band 0.8s ease-in-out;
  }
}
@media (hover: none) {
  .u-hover-rubber:active {
    animation: rubber-band 0.8s ease-in-out;
  }
}

@media (hover: hover) {
  .u-hover-shake:hover {
    animation: shake 0.5s ease-in-out;
  }
}
@media (hover: none) {
  .u-hover-shake:active {
    animation: shake 0.5s ease-in-out;
  }
}

@media (hover: hover) {
  .u-hover-float:hover {
    animation: float 0.4s ease-in-out;
  }
}
@media (hover: none) {
  .u-hover-float:active {
    animation: float 0.4s ease-in-out;
  }
}

.u-animate-float {
  animation: float 2s ease-in-out infinite;
}

.u-animate-pulse {
  animation: pulse 1.5s ease-in-out infinite;
}

.u-animate-bounce {
  animation: bounce-small 1s ease-in-out infinite;
}

.c-btn {
  position: relative;
  background: #000;
  color: #fff;
  display: inline-flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.375rem;
  max-width: 13.75rem;
  padding: 0.5rem;
  transition: 0.3s ease-out;
  transition-property: background, color;
  line-height: 1;
}
@media (hover: hover) {
  .c-btn.--green:hover {
    background: var(--primary-color);
  }
}
@media (hover: none) {
  .c-btn.--green:active {
    background: var(--primary-color);
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background: #fff;
    color: #000;
  }
  .c-btn:hover .c-btn__arrow .arrow1,
  .c-btn:hover .c-btn__arrow .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .c-btn:hover .c-btn__arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .c-btn:hover .c-btn__arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .c-btn:active {
    background: #fff;
    color: #000;
  }
  .c-btn:active .c-btn__arrow .arrow1,
  .c-btn:active .c-btn__arrow .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .c-btn:active .c-btn__arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .c-btn:active .c-btn__arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .c-btn {
    max-width: 20.125rem;
    min-height: 4.875rem;
  }
}
.c-btn__txt {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .c-btn__txt {
    font-size: 1.375rem;
  }
}
.c-btn__arrow {
  aspect-ratio: 44/17;
  width: 2.75rem;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-btn__arrow {
    width: 3.875rem;
    aspect-ratio: 62/28;
  }
}
.c-btn__arrow .arrow1,
.c-btn__arrow .arrow2 {
  aspect-ratio: 24/17;
  background: url("../images/common/btn_arrow_sp.svg") no-repeat center center/contain;
  width: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
}
@media (min-width: 768px) {
  .c-btn__arrow .arrow1,
  .c-btn__arrow .arrow2 {
    width: 2.125rem;
  }
}
.c-btn__arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.c-btn__arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}

.c-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .c-head {
    margin-bottom: 3.75rem;
  }
}
.c-head__en {
  color: #27e465;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 0.1875rem;
}
@media (min-width: 768px) {
  .c-head__en {
    font-size: 4.375rem;
    letter-spacing: 0.01em;
    margin-bottom: 1.25rem;
  }
}
.c-head__ttl {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-head__ttl {
    font-size: 1.25rem;
    padding-left: 0.1875rem;
    letter-spacing: 0.06em;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 0.9375rem;
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-modal.is-even .c-modal__body {
  border-color: #ff0000;
}
.c-modal.is-even .c-modal__img {
  background-color: #ff0000;
}
.c-modal.is-even .c-modal__img-2 {
  background: #ff0000;
}
.c-modal.is-even .c-modal__close::before, .c-modal.is-even .c-modal__close::after {
  background: #ff0000;
}
.c-modal.is-even .c-modal__title {
  color: #ff0000;
}
.c-modal.is-even .c-modal__qa-q-icon {
  color: #ff0000;
}
.c-modal.is-even .c-modal__message-label::before {
  color: #ff0000;
}
.c-modal__inner {
  width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  max-width: 61.25rem;
}
.c-modal__container {
  position: relative;
}
.c-modal__body {
  background: #fff;
  max-height: 90vh;
  border: 0.375rem solid #27e465;
  padding: 1rem 1rem 1.75rem;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal__body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .c-modal__body {
    padding: 1.5rem 3.3125rem 6.25rem;
  }
}
.c-modal__header {
  display: flex;
  align-items: center;
  height: 3rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-modal__header {
    height: 4.5rem;
    margin-bottom: 1rem;
  }
}
.c-modal__header-ttl {
  font-size: 0.65625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  bottom: 0.25rem;
}
@media (min-width: 768px) {
  .c-modal__header-ttl {
    font-size: 1.125rem;
    bottom: 0;
  }
}
.c-modal__close {
  width: 3rem;
  aspect-ratio: 1/1;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.375rem;
  right: 1.4375rem;
  background: #000;
  border-radius: 50%;
  z-index: 2;
  transition: background 0.3s ease-out;
}
@media (hover: hover) {
  .c-modal__close:hover {
    background: #fff;
  }
  .c-modal__close:hover::before, .c-modal__close:hover::after {
    background: #000;
  }
}
@media (hover: none) {
  .c-modal__close:active {
    background: #fff;
  }
  .c-modal__close:active::before, .c-modal__close:active::after {
    background: #000;
  }
}
@media (min-width: 768px) {
  .c-modal__close {
    top: 1.875rem;
    right: 2rem;
    width: 4.5rem;
  }
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 1.3125rem;
  height: 0.125rem;
  background: var(--hamburger-line);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-modal__close::before, .c-modal__close::after {
    width: 2rem;
    height: 0.1875rem;
  }
}
.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .c-modal__top {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    gap: 3.4375rem;
  }
}
.c-modal__img {
  aspect-ratio: 1/1;
  margin-bottom: 1.875rem;
  background: #27e465;
}
@media (min-width: 768px) {
  .c-modal__img {
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 26.8125rem;
  }
}
.c-modal__img-2 {
  aspect-ratio: 124/173;
  margin: 0 auto 1.875rem;
  width: 7.75rem;
  background: #27e465;
}
@media (min-width: 768px) {
  .c-modal__img-2 {
    aspect-ratio: 276/386;
    margin: 0;
    flex: 0 0 auto;
    width: 17.25rem;
    margin-top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .c-modal__info {
    padding-top: 4rem;
  }
}
.c-modal__copy {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-right: -0.625rem;
}
@media (min-width: 768px) {
  .c-modal__copy {
    font-size: 1.375rem;
    line-height: 1.6818181818;
    margin-bottom: 0.9375rem;
  }
}
.c-modal__title {
  font-size: 2.3125rem;
  font-weight: 700;
  color: #27e465;
  line-height: 1.2432432432;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-modal__title {
    font-size: 3.3125rem;
    line-height: 1.358490566;
    margin-bottom: 1.875rem;
  }
}
.c-modal__name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: -0.0625rem;
  padding-left: 0.4375rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .c-modal__name {
    font-size: 1.875rem;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.c-modal__year {
  font-size: 0.65625rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
  padding-left: 0.4375rem;
}
@media (min-width: 768px) {
  .c-modal__year {
    font-size: 1rem;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .c-modal__main {
    display: flex;
    align-items: flex-start;
    gap: 3.75rem;
    margin-bottom: 4.0625rem;
    padding-right: 0.9375rem;
  }
}
.c-modal__qa {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .c-modal__qa {
    margin-bottom: 0;
    gap: 2.25rem;
    flex: 1 1 auto;
  }
}
.c-modal__qa-q {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .c-modal__qa-q {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    gap: 1.125rem;
  }
}
.c-modal__qa-q-icon {
  flex-shrink: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #27e465;
  line-height: 1;
  width: 1.75rem;
  position: relative;
  left: 0.125rem;
}
@media (min-width: 768px) {
  .c-modal__qa-q-icon {
    font-size: 4.375rem;
    width: 4.0625rem;
  }
}
.c-modal__qa-a {
  font-size: 0.65625rem;
  line-height: 2;
  padding-left: 1.625rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .c-modal__qa-a {
    font-size: 1rem;
    line-height: 2;
    padding-left: 5.25rem;
  }
}
.c-modal__message {
  display: grid;
  grid-template-columns: 7.125rem 1fr;
  grid-template-areas: "label label" "image text";
  gap: 0.875rem 1rem;
}
@media (min-width: 768px) {
  .c-modal__message {
    grid-template-columns: 14.25rem 1fr;
    padding-left: 5.25rem;
    gap: 1.875rem 3.375rem;
    grid-template-areas: "image label" "image text";
  }
}
.c-modal__message-label {
  grid-area: label;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  position: relative;
  letter-spacing: 0.09em;
}
@media (min-width: 768px) {
  .c-modal__message-label {
    font-size: 1.25rem;
    padding-left: 0.75rem;
    letter-spacing: 0.06em;
  }
}
.c-modal__message-label::before {
  content: "・";
  color: #27e465;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c-modal__message-icon {
  grid-area: image;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.c-modal__message-txt {
  grid-area: text;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .c-modal__message-txt {
    font-size: 1.5625rem;
    line-height: 1.76;
  }
}
.c-modal--video {
  padding: 0;
}
@media (min-width: 768px) {
  .c-modal--video {
    padding: 3.75rem 1.875rem 1.875rem;
  }
}
.c-modal--video .c-modal__inner {
  max-width: 62.5rem;
}
.c-modal--video .c-modal__container {
  position: relative;
  margin: 0 auto;
  position: relative;
  height: 100%;
  aspect-ratio: 16/9;
  background: #000;
  max-height: calc(100vh - 5rem);
}
.c-modal--video .c-modal__close {
  top: -3.75rem;
  right: 0;
}
@media (min-width: 768px) {
  .c-modal--video .c-modal__close {
    top: -2.25rem;
    right: -2.25rem;
  }
}
.c-modal--video__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-bg {
  position: fixed;
  top: -10vh;
  left: 0;
  right: 0;
  height: 120vh;
  z-index: 1;
  background-image: url("../images/common/object.svg");
  background-repeat: repeat;
  background-size: 11.875rem auto;
  background-position: left 9.125rem top 2.75rem;
  opacity: 0.2;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .c-bg {
    background-size: 27.375rem;
    background-position: left 22rem top 9.9375rem;
    opacity: 0.15;
  }
}
.c-bg.is-gray, .c-bg.is-top {
  background-image: url("../images/common/object-white.svg");
  opacity: 1;
}
@media (min-width: 768px) {
  .c-bg.is-gray, .c-bg.is-top {
    opacity: 0.6;
  }
}
.c-bg__contents {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s ease-out;
  transition-property: background, box-shadow;
  pointer-events: none;
}
.l-header.on-dark .logo-black {
  opacity: 0;
  visibility: hidden;
}
.l-header.on-dark .logo-white {
  opacity: 1;
  visibility: visible;
}
.l-header.on-dark .l-header__menu-link {
  color: #fff;
}
@media (hover: hover) {
  .l-header.on-dark .l-header__menu-link:hover {
    color: #2ae265;
  }
}
@media (hover: none) {
  .l-header.on-dark .l-header__menu-link:active {
    color: #2ae265;
  }
}
.l-header.is-active .logo-black {
  opacity: 0;
  visibility: hidden;
}
.l-header.is-active .logo-white {
  opacity: 1;
  visibility: visible;
}
.l-header .logo-black,
.l-header .logo-white {
  transition: 0.3s ease-out;
  transition-property: opacity, visibility;
  position: absolute;
  inset: 0;
}
.l-header .logo-white {
  opacity: 0;
  visibility: hidden;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.5rem;
  padding: 0 0.9375rem;
}
@media (min-width: 768px) {
  .l-header__inner {
    height: 10.625rem;
    padding: 1.875rem;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.625rem;
  }
}
.l-header__logo {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 8rem;
  padding-left: 0.25rem;
  padding-top: 0.3125rem;
}
@media (min-width: 768px) {
  .l-header__logo {
    width: 15.5rem;
    padding-left: 0;
    padding-top: 0.125rem;
  }
}
.l-header__logo-link {
  pointer-events: auto;
  aspect-ratio: 112.64/46.29;
}
@media (min-width: 768px) {
  .l-header__logo-link {
    aspect-ratio: 75/32;
  }
}
.l-header__nav {
  position: fixed;
  z-index: 1;
  inset: 0;
  visibility: hidden;
  background: #000000;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.6s;
}
.l-header__nav::-webkit-scrollbar {
  display: none;
}
.l-header__nav.is-active {
  pointer-events: auto;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0s;
}
.l-header__nav-inner {
  padding-top: 5.625rem;
  padding-bottom: 3.75rem;
  max-width: 78.75rem;
}
@media (min-width: 768px) {
  .l-header__nav-inner {
    padding-top: 11.875rem;
    padding-bottom: 5.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
  }
}
.l-header__nav-list {
  margin-bottom: 2.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .l-header__nav-list {
    margin-bottom: 7.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
    gap: 4rem 2.625rem;
  }
}
.l-header__nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .l-header__nav-item {
    border: none;
  }
  .l-header__nav-item:nth-child(1) {
    order: 1;
  }
  .l-header__nav-item:nth-child(3) {
    order: 2;
  }
  .l-header__nav-item:nth-child(5) {
    order: 3;
  }
  .l-header__nav-item:nth-child(7) {
    order: 4;
  }
  .l-header__nav-item:nth-child(2) {
    order: 5;
  }
  .l-header__nav-item:nth-child(4) {
    order: 6;
  }
  .l-header__nav-item:nth-child(6) {
    order: 7;
  }
  .l-header__nav-item:nth-child(8) {
    order: 8;
  }
}
.l-header__nav-group {
  display: block;
}
@media (min-width: 768px) {
  .l-header__nav-group {
    padding-bottom: 1.9375rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.l-header__nav-head {
  min-height: 5.8125rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .l-header__nav-head {
    min-height: auto;
    gap: 0.625rem;
  }
}
@media (hover: hover) {
  .l-header__nav-head.--link:hover .head-arrow {
    background: #fff;
  }
  .l-header__nav-head.--link:hover .head-arrow .arrow1,
  .l-header__nav-head.--link:hover .head-arrow .arrow2 {
    background-image: url(../images/common/arrow_nav_sp.svg);
  }
  .l-header__nav-head.--link:hover .head-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-header__nav-head.--link:hover .head-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-header__nav-head.--link:active .head-arrow {
    background: #fff;
  }
  .l-header__nav-head.--link:active .head-arrow .arrow1,
  .l-header__nav-head.--link:active .head-arrow .arrow2 {
    background-image: url(../images/common/arrow_nav_sp.svg);
  }
  .l-header__nav-head.--link:active .head-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-header__nav-head.--link:active .head-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.l-header__nav-head .head-en {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-header__nav-head .head-en {
    font-size: 2rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.l-header__nav-head .head-txt {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-header__nav-head .head-txt {
    font-size: 0.9375rem;
  }
}
.l-header__nav-head .head-arrow {
  background: var(--primary-color);
  width: 1.75rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  pointer-events: none;
  transition: 0.3s ease-out;
  transition-property: background;
  margin-top: 0.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-header__nav-head .head-arrow {
    width: 2.0625rem;
  }
}
.l-header__nav-head .head-arrow .arrow1,
.l-header__nav-head .head-arrow .arrow2 {
  aspect-ratio: 24/17;
  background: url(../images/common/arrow_nav_sp.svg) no-repeat center center/contain;
  width: 0.9375rem;
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .l-header__nav-head .head-arrow .arrow1,
  .l-header__nav-head .head-arrow .arrow2 {
    width: 1.1875rem;
  }
}
.l-header__nav-head .head-arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.l-header__nav-head .head-arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}
.l-header__nav-entry {
  position: relative;
  background: var(--entry-bg);
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  min-height: 4.625rem;
  padding: 0.5rem;
  transition: 0.3s ease-out;
  transition-property: background, color;
  line-height: 1;
}
@media (hover: hover) {
  .l-header__nav-entry:hover {
    background: #fff;
    color: var(--entry-txt);
  }
}
@media (hover: none) {
  .l-header__nav-entry:active {
    background: #fff;
    color: var(--entry-txt);
  }
}
@media (min-width: 768px) {
  .l-header__nav-entry {
    max-width: 30.9375rem;
    min-height: 6.25rem;
    gap: 1.125rem;
  }
}
.l-header__nav-entry--en {
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-header__nav-entry--en {
    font-size: 2.9375rem;
  }
}
.l-header__nav-entry--txt {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  top: 0.1875rem;
}
@media (min-width: 768px) {
  .l-header__nav-entry--txt {
    font-size: 1rem;
  }
}
.l-header__nav-entry--box {
  width: 100%;
  text-align: center;
}
.l-header__nav-links {
  display: none;
}
@media (min-width: 768px) {
  .l-header__nav-links {
    color: #fff;
    display: block;
    margin-top: 1.625rem;
    text-align: center;
    margin-bottom: 1.375rem;
  }
}
.l-header__nav-links-item {
  letter-spacing: 0.06em;
  font-weight: 500;
  opacity: 0.6;
  font-size: 0.75rem;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-header__nav-links-item:hover {
    color: var(--primary-color);
  }
}
@media (hover: none) {
  .l-header__nav-links-item:active {
    color: var(--primary-color);
  }
}
.l-header__sub {
  display: grid;
  grid-template-columns: repeat(3, minmax(6.25rem, 1fr));
  padding-bottom: 1.1875rem;
  margin-top: -0.375rem;
  gap: 0.9375rem 0;
  padding-left: 0.125rem;
}
@media (min-width: 768px) {
  .l-header__sub {
    grid-template-columns: auto 1fr;
    padding-bottom: 0;
    padding-top: 0.9375rem;
    margin-top: 0.3125rem;
    gap: 1.375rem 0.9375rem;
  }
}
.l-header__sub-item {
  line-height: 0;
}
.l-header__sub-link {
  color: #fff;
  padding-left: 0.5rem;
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (min-width: 768px) {
  .l-header__sub-link {
    font-size: 0.9375rem;
  }
}
@media (hover: hover) {
  .l-header__sub-link:hover {
    color: var(--primary-color);
  }
}
@media (hover: none) {
  .l-header__sub-link:active {
    color: var(--primary-color);
  }
}
.l-header__sub-link::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--primary-color);
}
.l-header__hamburger {
  position: fixed;
  top: 0.8125rem;
  right: 0.9375rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.8125rem;
  aspect-ratio: 1/1;
  background: #000000;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s ease-out;
  transition-property: background;
}
@media (min-width: 768px) {
  .l-header__hamburger {
    width: 4.5rem;
    flex: 0 0 auto;
    top: 1.875rem;
    right: 1.875rem;
  }
}
.l-header__hamburger.is-active {
  background: var(--hamburger-bg);
}
.l-header__hamburger.is-active .hamburger-line::before, .l-header__hamburger.is-active .hamburger-line::after {
  top: 50%;
  background: #000000;
}
.l-header__hamburger.is-active .hamburger-line::before {
  transform: translate(-50%, -50%) rotate(23deg);
}
.l-header__hamburger.is-active .hamburger-line::after {
  transform: translate(-50%, -50%) rotate(-23deg);
}
.l-header__hamburger .hamburger-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.8125rem;
}
@media (min-width: 768px) {
  .l-header__hamburger .hamburger-line {
    width: 2rem;
  }
}
.l-header__hamburger .hamburger-line::before, .l-header__hamburger .hamburger-line::after {
  content: "";
  width: 2.8125rem;
  height: 0.1875rem;
  background: var(--hamburger-line);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s ease-out;
  transition-property: transform, top;
}
@media (min-width: 768px) {
  .l-header__hamburger .hamburger-line::before, .l-header__hamburger .hamburger-line::after {
    width: 2rem;
  }
}
.l-header__hamburger .hamburger-line::before {
  top: -0.25rem;
}
.l-header__hamburger .hamburger-line::after {
  top: 0.25rem;
}
.l-header__menu {
  display: none;
}
@media (min-width: 768px) {
  .l-header__menu {
    display: flex;
    align-items: center;
    min-height: 4.5rem;
    margin-left: auto;
    padding-right: 6.125rem;
  }
}
.l-header__menu-list {
  display: flex;
  margin-left: auto;
  gap: 2rem;
}
.l-header__menu-item {
  position: relative;
}
.l-header__menu-item.--has-dropdown .l-header__menu-link {
  cursor: pointer;
}
@media (hover: hover) {
  .l-header__menu-item.--has-dropdown:hover .l-header__menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0.625rem);
  }
}
@media (hover: none) {
  .l-header__menu-item.--has-dropdown:active .l-header__menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0.625rem);
  }
}
.l-header__menu-link {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  gap: 0.5rem;
  transition: 0.3s ease-out;
  transition-property: color;
  pointer-events: auto;
}
@media (hover: hover) {
  .l-header__menu-link:hover {
    color: var(--primary-color);
  }
}
@media (hover: none) {
  .l-header__menu-link:active {
    color: var(--primary-color);
  }
}
.l-header__menu-link .menu-en {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.l-header__menu-link .menu-txt {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.l-header__menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(0) translateY(1.25rem);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.625rem);
  padding: 1.25rem 1.5rem;
  min-width: 12.5rem;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility, transform;
  pointer-events: auto;
}
.l-header__menu-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.625rem;
  height: 0.625rem;
}
.l-header__menu-dropdown-item:not(:last-child) {
  margin-bottom: 1rem;
}
.l-header__menu-dropdown-link {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  color: #fff;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-header__menu-dropdown-link:hover {
    color: var(--primary-color);
  }
}
@media (hover: none) {
  .l-header__menu-dropdown-link:active {
    color: var(--primary-color);
  }
}
.l-header__menu-dropdown-link .dropdown-en {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.l-header__menu-dropdown-link .dropdown-txt {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.l-footer {
  position: relative;
  z-index: 2;
  background: #000000;
  color: #ffffff;
  padding: 3.875rem 0 2.5rem;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 6.25rem 0 4.6875rem;
  }
}
.l-footer__inner {
  max-width: 78.75rem;
}
.l-footer__entry {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  min-height: 4.625rem;
  margin: 0 auto 1rem;
  gap: 0.9375rem;
  line-height: 1;
  padding: 0.5rem 1.25rem;
  transition: 0.3s ease-out;
  transition-property: backgrond, color;
}
@media (hover: hover) {
  .l-footer__entry:hover {
    color: var(--primary-color);
  }
  .l-footer__entry:hover .entry-arrow {
    background-color: #fff;
  }
  .l-footer__entry:hover .entry-arrow .arrow1,
  .l-footer__entry:hover .entry-arrow .arrow2 {
    background-image: url(../images/common/arrow_entry_green.svg);
  }
  .l-footer__entry:hover .entry-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-footer__entry:hover .entry-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-footer__entry:active {
    color: var(--primary-color);
  }
  .l-footer__entry:active .entry-arrow {
    background-color: #fff;
  }
  .l-footer__entry:active .entry-arrow .arrow1,
  .l-footer__entry:active .entry-arrow .arrow2 {
    background-image: url(../images/common/arrow_entry_green.svg);
  }
  .l-footer__entry:active .entry-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-footer__entry:active .entry-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-footer__entry {
    min-height: 8.125rem;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 4.0625rem;
  }
}
.l-footer__entry .entry-en {
  font-size: 2.1875rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer__entry .entry-en {
    font-size: 3.4375rem;
    letter-spacing: 0.08em;
  }
}
.l-footer__entry .entry-txt {
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-footer__entry .entry-txt {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
  }
}
.l-footer__entry .entry-arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
  background: var(--primary-color);
  overflow: hidden;
  width: 2.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: -0.25rem;
  transition: 0.3s ease-out;
  transition-property: background-color, background-image;
}
@media (min-width: 768px) {
  .l-footer__entry .entry-arrow {
    width: 3.0625rem;
    right: 2.5rem;
  }
}
.l-footer__entry .entry-arrow .arrow1,
.l-footer__entry .entry-arrow .arrow2 {
  aspect-ratio: 24/17;
  background: url("../images/common/arrow_entry_black.svg") no-repeat center center/contain;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  transition-property: transform, background-image;
}
@media (min-width: 768px) {
  .l-footer__entry .entry-arrow .arrow1,
  .l-footer__entry .entry-arrow .arrow2 {
    width: 1.75rem;
  }
}
.l-footer__entry .entry-arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.l-footer__entry .entry-arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}
.l-footer__main {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .l-footer__main {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .l-footer__nav {
    flex: 1 1 auto;
    max-width: 48.75rem;
    margin-top: -1.5rem;
  }
}
.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
  gap: 0 1.5625rem;
}
@media (min-width: 768px) {
  .l-footer__nav-list {
    gap: 0 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer__nav-list::after {
    content: "";
  }
}
.l-footer__nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1.375rem;
  padding-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .l-footer__nav-item {
    padding-top: 1.25rem;
    padding-bottom: 1.4375rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .l-footer__nav-item:last-child {
    order: 100;
  }
}
.l-footer__nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-footer__nav-link.--hover:hover {
    color: rgba(39, 228, 101, 0.6);
  }
  .l-footer__nav-link.--hover:hover .nav-arrow {
    background: #fff;
  }
  .l-footer__nav-link.--hover:hover .nav-arrow .arrow1,
  .l-footer__nav-link.--hover:hover .nav-arrow .arrow2 {
    background-image: url(../images/common/arrow_nav_sp.svg);
    width: 0.875rem;
  }
  .l-footer__nav-link.--hover:hover .nav-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-footer__nav-link.--hover:hover .nav-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-footer__nav-link.--hover:active {
    color: rgba(39, 228, 101, 0.6);
  }
  .l-footer__nav-link.--hover:active .nav-arrow {
    background: #fff;
  }
  .l-footer__nav-link.--hover:active .nav-arrow .arrow1,
  .l-footer__nav-link.--hover:active .nav-arrow .arrow2 {
    background-image: url(../images/common/arrow_nav_sp.svg);
    width: 0.875rem;
  }
  .l-footer__nav-link.--hover:active .nav-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-footer__nav-link.--hover:active .nav-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-footer__nav-link {
    flex: 1 1 auto;
  }
}
.l-footer__nav-link .nav-en {
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer__nav-link .nav-en {
    font-size: 1.375rem;
  }
}
.l-footer__nav-link .nav-txt {
  font-size: 0.5625rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footer__nav-link .nav-txt {
    font-size: 0.75rem;
  }
}
.l-footer__nav-link .nav-arrow {
  width: 1.4375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: var(--primary-color);
  transition: 0.3s ease-out;
  transition-property: background;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-footer__nav-link .nav-arrow {
    right: 0.3125rem;
  }
}
.l-footer__nav-link .nav-arrow .arrow1,
.l-footer__nav-link .nav-arrow .arrow2 {
  background-image: url(../images/common/arrow_nav_sp.svg);
  width: 0.875rem;
  aspect-ratio: 24/17;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  transition-property: background-image, transform;
}
.l-footer__nav-link .nav-arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.l-footer__nav-link .nav-arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}
.l-footer__sub {
  display: flex;
  gap: 0.5625rem;
  margin-top: 0.625rem;
  margin-bottom: -0.625rem;
}
@media (min-width: 768px) {
  .l-footer__sub {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    position: relative;
    bottom: 0.1875rem;
    gap: 0.5625rem;
  }
}
.l-footer__sub-item {
  line-height: 0;
}
.l-footer__sub-link {
  padding-left: 0.375rem;
  position: relative;
  font-size: 0.6875rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-footer__sub-link:hover {
    color: rgba(39, 228, 101, 0.6);
  }
}
@media (hover: none) {
  .l-footer__sub-link:active {
    color: rgba(39, 228, 101, 0.6);
  }
}
@media (min-width: 768px) {
  .l-footer__sub-link {
    letter-spacing: 0.02em;
    font-size: 0.8125rem;
    padding-left: 0.5rem;
  }
}
.l-footer__sub-link::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.l-footer__logo {
  aspect-ratio: 162.99/75.26;
  max-width: 10.25rem;
  margin: 0 auto 2.625rem;
}
@media (min-width: 768px) {
  .l-footer__logo {
    aspect-ratio: 75/32;
    margin: 0;
    max-width: 15.5rem;
    flex: 0 0 auto;
  }
}
.l-footer__tagline {
  aspect-ratio: 304.16/100.85;
  width: 100%;
  max-width: 19rem;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .l-footer__tagline {
    aspect-ratio: 602.46/199.76;
    max-width: 37.625rem;
    margin: 0;
    order: 2;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .l-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: -1.25rem;
  }
}
.l-footer__links {
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  font-weight: 100;
  margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .l-footer__links {
    order: 1;
    width: 100%;
    flex: 0 0 auto;
    text-align: left;
    font-size: 0.75rem;
    margin-bottom: 3.375rem;
  }
}
.l-footer__links-item {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-footer__links-item:hover {
    color: rgba(39, 228, 101, 0.6);
  }
}
@media (hover: none) {
  .l-footer__links-item:active {
    color: rgba(39, 228, 101, 0.6);
  }
}
.l-footer__copy {
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__copy {
    text-align: right;
    order: 3;
    margin-left: auto;
  }
}
.l-footer__copy-txt {
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer__copy-txt {
    font-size: 0.8125rem;
    position: relative;
    top: 0.375rem;
  }
}

.l-top__head {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .l-top__head {
    padding-left: 0;
    margin-bottom: 3.375rem;
  }
}
.l-top__head-label {
  position: absolute;
  left: 0.75rem;
  top: 0.125rem;
  font-size: 0.6875rem;
  transform: rotate(90deg);
  white-space: nowrap;
  transform-origin: left top;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-top__head-label {
    left: -1.75rem;
    top: 0.375rem;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
  }
}
.l-top__head-en {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.375rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-top__head-en {
    font-size: 5.9375rem;
    margin-bottom: 1.0625rem;
    letter-spacing: 0.02em;
  }
}
.l-top__head-ttl {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-top__head-ttl {
    font-size: 1.5625rem;
  }
}
.l-top__more {
  display: inline-flex;
  align-items: center;
  position: relative;
  left: 0.625rem;
}
@media (min-width: 768px) {
  .l-top__more {
    left: 0.875rem;
  }
}
.l-top__more-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.03em;
  position: relative;
}
@media (min-width: 768px) {
  .l-top__more-txt {
    font-size: 1.375rem;
  }
}
.l-top__more-txt::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: 0.0625rem;
  background: #000;
  transition: 0.3s ease-out;
  transition-property: width;
}
.l-top__more-arrow {
  position: relative;
  aspect-ratio: 44/17;
  overflow: hidden;
  width: 2.75rem;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .l-top__more-arrow {
    width: 3.875rem;
    aspect-ratio: 62/28;
  }
}
.l-top__more-arrow .arrow1,
.l-top__more-arrow .arrow2 {
  aspect-ratio: 24/17;
  background: url("../images/common/btn_arrow_sp.svg") no-repeat center center/contain;
  width: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
}
@media (min-width: 768px) {
  .l-top__more-arrow .arrow1,
  .l-top__more-arrow .arrow2 {
    width: 2.125rem;
  }
}
.l-top__more-arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.l-top__more-arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}

.l-top-hero {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 43.625rem;
  width: 100%;
}
@media (min-width: 768px) {
  .l-top-hero {
    max-height: 62.5rem;
  }
}
.l-top-hero__ttl {
  aspect-ratio: 342/113;
  width: 21.375rem;
  position: absolute;
  bottom: 2.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  animation: pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}
@media (min-width: 768px) {
  .l-top-hero__ttl {
    aspect-ratio: 100/33;
    width: 75.3125rem;
    bottom: 3.625rem;
    margin-left: 0.3125rem;
  }
}
@keyframes pop-in {
  0% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
  }
  70% {
    transform: translateX(-50%) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.l-top-hero__scroll {
  position: absolute;
  z-index: 5;
  bottom: 10.75rem;
  right: 1.6875rem;
  width: 3.9375rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .l-top-hero__scroll {
    width: 8.75rem;
    bottom: 3.75rem;
    right: 5.125rem;
  }
}
.l-top-hero__scroll picture {
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}
.l-top-hero__scroll picture.is-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .l-top-hero__scroll:hover picture.is-default {
    opacity: 0;
  }
  .l-top-hero__scroll:hover picture.is-hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .l-top-hero__scroll:active picture.is-default {
    opacity: 0;
  }
  .l-top-hero__scroll:active picture.is-hover {
    opacity: 1;
  }
}
.l-top-hero__scroll-circle {
  aspect-ratio: 1/1;
  width: 100%;
  width: 3.9375rem;
  animation: rotate 10s linear infinite;
}
@media (min-width: 768px) {
  .l-top-hero__scroll-circle {
    width: 8.75rem;
  }
}
.l-top-hero__scroll-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 29/41;
  width: 1.8125rem;
}
@media (min-width: 768px) {
  .l-top-hero__scroll-arrow {
    width: 4.1875rem;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-top-hero__noise {
  background: url("../images/hero/noise.png") repeat center center/contain;
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.5;
  mix-blend-mode: hard-light;
}
.l-top-hero__bg {
  position: absolute;
  z-index: 1;
  top: calc(50% - 6.25rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .l-top-hero__bg {
    top: 50%;
    grid-auto-flow: column;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: auto;
    height: 100%;
    aspect-ratio: 4900/1000;
    transform: translate(-50%, -50%) scale(-1, 1);
  }
}
.l-top-hero__bg-container {
  min-height: 50rem;
  aspect-ratio: 375/800;
  position: absolute;
  top: -0.125rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .l-top-hero__bg-container {
    top: 0;
    width: auto;
    height: 100%;
    min-height: 0;
    aspect-ratio: 1960/1000;
  }
}
.l-top-hero__bg .cell {
  position: relative;
  aspect-ratio: 187.5/199;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .l-top-hero__bg .cell {
    aspect-ratio: 490/500;
  }
}
.l-top-hero__bg .cell:nth-child(4n+1)::before, .l-top-hero__bg .cell:nth-child(4n+4)::before {
  content: "";
  width: 99%;
  aspect-ratio: 1/1;
  background: var(--primary-red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-top-hero__bg .cell:nth-child(4n+2), .l-top-hero__bg .cell:nth-child(4n+3) {
  background: var(--primary-color);
}
.l-top-hero__bg .cell:nth-child(n+19) {
  display: none;
}
@media (min-width: 768px) {
  .l-top-hero__bg .cell:nth-child(n+19) {
    display: block;
  }
}
.l-top-hero__pictures {
  position: absolute;
  top: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/700;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .l-top-hero__pictures {
    top: 0;
    aspect-ratio: 1960/1000;
    min-height: 0;
    grid-template-columns: repeat(2, 1fr);
    width: auto;
    height: 100%;
  }
}
.l-top-hero__pictures .parts {
  position: relative;
  overflow: hidden;
}
.l-top-hero__pictures .parts__img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.l-top-hero__pictures .parts__img.is-active {
  opacity: 1;
}
.l-top-hero__pictures .parts__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-top-hero__pictures .parts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-top-hero__pictures .parts:nth-child(1), .l-top-hero__pictures .parts:nth-child(2) {
  aspect-ratio: 187.5/200;
}
@media (min-width: 768px) {
  .l-top-hero__pictures .parts:nth-child(1), .l-top-hero__pictures .parts:nth-child(2) {
    aspect-ratio: 980/500;
  }
}
.l-top-hero__pictures .parts:nth-child(3), .l-top-hero__pictures .parts:nth-child(4), .l-top-hero__pictures .parts:nth-child(5), .l-top-hero__pictures .parts:nth-child(6) {
  aspect-ratio: 187.5/200;
}
@media (min-width: 768px) {
  .l-top-hero__pictures .parts:nth-child(3), .l-top-hero__pictures .parts:nth-child(4), .l-top-hero__pictures .parts:nth-child(5), .l-top-hero__pictures .parts:nth-child(6) {
    aspect-ratio: 980/500;
  }
}
.l-top-hero__pictures .parts:nth-child(7), .l-top-hero__pictures .parts:nth-child(8) {
  aspect-ratio: 187.5/100;
}
@media (min-width: 768px) {
  .l-top-hero__pictures .parts:nth-child(n+5) {
    display: none;
  }
}

.l-top-message {
  padding-top: 3.3125rem;
  padding-bottom: 2.8125rem;
  position: relative;
}
@media (min-width: 768px) {
  .l-top-message {
    padding-top: 6.5625rem;
    padding-bottom: 10.625rem;
  }
}
.l-top-message__bg {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  z-index: 1;
}
.l-top-message__inner {
  position: relative;
  z-index: 2;
}
.l-top-message__label {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #6ddf74;
  margin-bottom: 1.25rem;
  letter-spacing: 0.03em;
  padding-left: 0.3125rem;
}
@media (min-width: 768px) {
  .l-top-message__label {
    font-size: 1.4375rem;
  }
}
.l-top-message__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5714285714;
  margin-bottom: 1.25rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-top-message__ttl {
    font-size: 4.5rem;
    line-height: 1.4583333333;
    margin-bottom: 3.3125rem;
    position: relative;
    left: -0.3125rem;
  }
}
@media (min-width: 768px) {
  .l-top-message__body {
    text-align: right;
  }
}
.l-top-message__txt {
  font-size: 1rem;
  line-height: 2.3125;
  font-weight: 700;
  letter-spacing: 0.091em;
  padding-left: 0.1875rem;
}
@media (min-width: 768px) {
  .l-top-message__txt {
    font-size: 2.3125rem;
    line-height: 1.972972973;
    display: inline-block;
    text-align: left;
  }
}

.l-top-video {
  overflow: hidden;
  z-index: 2;
  position: relative;
  aspect-ratio: 375/261;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 1.875rem 0, 1.875rem 1.875rem, 5.625rem 1.875rem, 5.625rem 0, 100% 0, 100% 100%, 21.5625rem 100%, 21.5625rem 14.4375rem, 17.8125rem 14.4375rem, 17.8125rem 100%, 0 100%);
}
@media (min-width: 768px) {
  .l-top-video {
    aspect-ratio: 1366/673;
    clip-path: polygon(0 0, 5.1875rem 0, 5.1875rem 5.1875rem, 26.625rem 5.1875rem, 26.625rem 0, 100% 0, 100% 100%, 80.1875rem 100%, 80.1875rem 36.875rem, 58.75rem 36.875rem, 58.75rem 100%, 0 100%);
  }
}
.l-top-video::before {
  content: "";
  width: 1.875rem;
  top: 1.875rem;
  position: absolute;
  left: 0;
  background: #e0e0df;
  aspect-ratio: 1/1;
  z-index: 4;
}
@media (min-width: 768px) {
  .l-top-video::before {
    width: 5.1875rem;
    top: 5.1875rem;
  }
}
.l-top-video::after {
  content: "";
  width: 1.875rem;
  bottom: 1.875rem;
  position: absolute;
  right: 0;
  background: var(--primary-color);
  aspect-ratio: 1/1;
  z-index: 4;
}
@media (min-width: 768px) {
  .l-top-video::after {
    width: 5.1875rem;
    bottom: 5.1875rem;
  }
}
.l-top-video__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.l-top-video__mov {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.l-top-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: 0.25rem;
}
@media (hover: hover) {
  .l-top-video__btn:hover {
    animation: flash 0.6s ease-in-out;
  }
  .l-top-video__btn:hover .l-top-video__btn-icon {
    background-image: url("../images/top/btn_icon_green.png");
  }
  .l-top-video__btn:hover .l-top-video__btn-txt {
    color: var(--primary-color);
  }
}
@media (hover: none) {
  .l-top-video__btn:active {
    animation: flash 0.6s ease-in-out;
  }
  .l-top-video__btn:active .l-top-video__btn-icon {
    background-image: url("../images/top/btn_icon_green.png");
  }
  .l-top-video__btn:active .l-top-video__btn-txt {
    color: var(--primary-color);
  }
}
@media (min-width: 768px) {
  .l-top-video__btn {
    margin-top: 0.0625rem;
  }
}
.l-top-video__btn-icon {
  aspect-ratio: 44/55;
  width: 2.8125rem;
  left: 0.375rem;
  margin: 0 auto 0.0625rem;
  background: url("../images/top/btn_icon_white.png") no-repeat center center/contain;
  transition: 0.3s ease-out;
  transition-property: background-image;
}
@media (min-width: 768px) {
  .l-top-video__btn-icon {
    aspect-ratio: 104/128;
    width: 6.5rem;
    margin-bottom: 1.1875rem;
  }
}
.l-top-video__btn-txt {
  font-size: 0.53125rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (min-width: 768px) {
  .l-top-video__btn-txt {
    left: -0.375rem;
    font-size: 1.25rem;
  }
}

.l-top-interview {
  padding-top: 3.375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-top-interview {
    padding-top: 7rem;
  }
}
@media (min-width: 768px) {
  .l-top-interview__header {
    margin-bottom: 6rem;
  }
}
.l-top-interview__slider {
  margin: 0 auto;
  max-width: 19.125rem;
}
@media (min-width: 768px) {
  .l-top-interview__slider {
    max-width: 100%;
  }
}
.l-top-interview__slider .splide__list,
.l-top-interview__slider .splide__track {
  overflow: visible;
}
@media (hover: hover) {
  .l-top-interview__item:hover .l-top-interview__item-img {
    outline: 0.25rem solid var(--primary-color);
  }
}
@media (hover: hover) and (min-width: 768px) {
  .l-top-interview__item:hover .l-top-interview__item-img {
    outline: 0.3125rem solid var(--primary-color);
  }
}
@media (hover: hover) {
  .l-top-interview__item:hover .l-top-interview__item-img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media (hover: none) {
  .l-top-interview__item:active .l-top-interview__item-img {
    outline: 0.25rem solid var(--primary-color);
  }
}
@media (hover: none) and (min-width: 768px) {
  .l-top-interview__item:active .l-top-interview__item-img {
    outline: 0.3125rem solid var(--primary-color);
  }
}
@media (hover: none) {
  .l-top-interview__item:active .l-top-interview__item-img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.l-top-interview__item-num {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.1875rem;
  left: -0.5rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-top-interview__item-num {
    font-size: 2.5rem;
  }
}
.l-top-interview__item-img {
  aspect-ratio: 140/192;
  border-radius: 4.375rem;
  margin-bottom: 0.625rem;
  outline: 0.25rem solid transparent;
  transition: 0.3s ease-out;
  transition-property: outline;
}
.l-top-interview__item-img img {
  transition: 0.3s ease-out;
  transition-property: transform;
}
@media (min-width: 768px) {
  .l-top-interview__item-img {
    aspect-ratio: 343/471;
    border-radius: 10.625rem;
    margin-bottom: 1.875rem;
  }
}
.l-top-interview__item-catch {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: 0.06em;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 768px) {
  .l-top-interview__item-catch {
    font-size: 1.5625rem;
    line-height: 1.44;
    margin-bottom: 1.25rem;
  }
}
.l-top-interview__item-name {
  font-size: 0.65625rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.1875rem;
  letter-spacing: 0.03em;
  position: relative;
  left: -0.1875rem;
}
@media (min-width: 768px) {
  .l-top-interview__item-name {
    font-size: 1.125rem;
  }
}
.l-top-interview__item-info {
  font-size: 0.65625rem;
  line-height: 1.7142857143;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-top-interview__item-info {
    font-size: 1rem;
  }
}
.l-top-interview__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 5.75rem;
  transform: translate(0, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .l-top-interview__arrows {
    top: 14.6875rem;
  }
}
.l-top-interview__arrow {
  overflow: hidden;
  width: 1.75rem;
  aspect-ratio: 1/1;
  background: #000;
  position: relative;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .l-top-interview__arrow {
    width: 3.5625rem;
  }
}
.l-top-interview__arrow .arrow1,
.l-top-interview__arrow .arrow2 {
  aspect-ratio: 24/17;
  background: url("../images/common/btn_arrow_sp.svg") no-repeat center center/contain;
  width: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
}
@media (min-width: 768px) {
  .l-top-interview__arrow .arrow1,
  .l-top-interview__arrow .arrow2 {
    width: 1.6875rem;
  }
}
.l-top-interview__arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.l-top-interview__arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}
.l-top-interview__arrow.--prev {
  left: -1.0625rem;
  transition: 0.3s ease-out;
  transition-property: background;
}
@media (hover: hover) {
  .l-top-interview__arrow.--prev:hover {
    background-color: #2ae265;
  }
  .l-top-interview__arrow.--prev:hover .arrow1,
  .l-top-interview__arrow.--prev:hover .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-top-interview__arrow.--prev:hover .arrow1 {
    transform: translate(-250%, -50%) scale(-1, -1);
    opacity: 0;
  }
  .l-top-interview__arrow.--prev:hover .arrow2 {
    transform: translate(-50%, -50%) scale(-1, -1);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-top-interview__arrow.--prev:active {
    background-color: #2ae265;
  }
  .l-top-interview__arrow.--prev:active .arrow1,
  .l-top-interview__arrow.--prev:active .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-top-interview__arrow.--prev:active .arrow1 {
    transform: translate(-250%, -50%) scale(-1, -1);
    opacity: 0;
  }
  .l-top-interview__arrow.--prev:active .arrow2 {
    transform: translate(-50%, -50%) scale(-1, -1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-top-interview__arrow.--prev {
    left: -2.9375rem;
  }
}
.l-top-interview__arrow.--prev .arrow1 {
  transform: translate(-50%, -50%) scale(-1, -1);
}
.l-top-interview__arrow.--prev .arrow2 {
  transform: translate(100%, -50%) scale(-1, -1);
  opacity: 0;
}
.l-top-interview__arrow.--next {
  right: -1.0625rem;
}
@media (hover: hover) {
  .l-top-interview__arrow.--next:hover {
    background-color: #2ae265;
  }
  .l-top-interview__arrow.--next:hover .arrow1,
  .l-top-interview__arrow.--next:hover .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-top-interview__arrow.--next:hover .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-top-interview__arrow.--next:hover .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-top-interview__arrow.--next:active {
    background-color: #2ae265;
  }
  .l-top-interview__arrow.--next:active .arrow1,
  .l-top-interview__arrow.--next:active .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-top-interview__arrow.--next:active .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-top-interview__arrow.--next:active .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-top-interview__arrow.--next {
    right: -2.9375rem;
  }
}

.l-top-people {
  padding-top: 2.3125rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-top-people {
    padding-top: 10.9375rem;
  }
}
.l-top-people__inner {
  margin-bottom: -10.625rem;
}
@media (min-width: 768px) {
  .l-top-people__inner {
    margin-bottom: -15.125rem;
  }
}
.l-top-people__head {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .l-top-people__head {
    margin-bottom: 3rem;
  }
}
.l-top-people__txt {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.08em;
  position: relative;
  left: 0.1875rem;
}
@media (min-width: 768px) {
  .l-top-people__txt {
    font-size: 1.125rem;
    line-height: 2.0555555556;
    margin-bottom: 3.125rem;
  }
}
.l-top-people__img {
  aspect-ratio: 310/192;
  width: 100%;
  max-width: 19.375rem;
  margin: 0 auto 1.375rem;
}
@media (min-width: 768px) {
  .l-top-people__img {
    aspect-ratio: 1100/676;
    max-width: 100%;
  }
}
.l-top-people__btn {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .l-top-people__btn {
    text-align: right;
    position: absolute;
    top: 3.75rem;
    right: 1.875rem;
  }
  .l-top-people__btn .c-btn {
    max-width: 20.875rem;
  }
}

.l-top-philosophy {
  position: relative;
  background: var(--primary-color);
  padding-top: 5.875rem;
  margin-top: -2.5rem;
  padding-bottom: 3.3125rem;
}
@media (min-width: 768px) {
  .l-top-philosophy {
    padding-top: 13.4375rem;
    padding-bottom: 15.9375rem;
    margin-top: -6.25rem;
  }
}
.l-top-philosophy__inner {
  position: static;
}
.l-top-philosophy__label {
  color: #fff;
}
.l-top-philosophy__en {
  color: #fff;
}
.l-top-philosophy__ttl {
  color: #fff;
}
.l-top-philosophy__img {
  aspect-ratio: 345/316;
}
@media (min-width: 768px) {
  .l-top-philosophy__img {
    aspect-ratio: 724/661;
  }
}
.l-top-philosophy__img-box {
  margin-right: -1.875rem;
  margin-bottom: 2.4375rem;
}
@media (min-width: 768px) {
  .l-top-philosophy__img-box {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 45.25rem;
  }
}
.l-top-philosophy__body-ttl {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.52;
  margin-bottom: 0.875rem;
  letter-spacing: 0.06em;
  position: relative;
  left: 0.3125rem;
}
@media (min-width: 768px) {
  .l-top-philosophy__body-ttl {
    font-size: 2.5rem;
    line-height: 1.45;
    margin-bottom: 1.75rem;
    left: 0;
  }
}
.l-top-philosophy__body-txt {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 700;
  margin-bottom: 1.625rem;
  letter-spacing: 0.08em;
  padding-left: 0.375rem;
}
@media (min-width: 768px) {
  .l-top-philosophy__body-txt {
    font-size: 1.125rem;
    line-height: 2.0555555556;
    margin-bottom: 3rem;
    max-width: 28.125rem;
    padding-left: 0;
  }
}
.l-top-philosophy__body-btn {
  text-align: center;
}
@media (min-width: 768px) {
  .l-top-philosophy__body-btn {
    text-align: left;
  }
}

.l-top-special {
  background: #fff;
  position: relative;
  padding-top: 14.0625rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .l-top-special {
    padding-top: 25.3125rem;
    padding-bottom: 11.625rem;
  }
}
.l-top-special::before, .l-top-special::after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  z-index: 2;
}
.l-top-special::before {
  width: 1.875rem;
  bottom: 1.875rem;
  aspect-ratio: 1/1;
  right: 0;
}
@media (min-width: 768px) {
  .l-top-special::before {
    width: 5.1875rem;
    bottom: 5.1875rem;
  }
}
.l-top-special::after {
  width: 3.75rem;
  height: 1.9375rem;
  bottom: -0.0625rem;
  right: 1.875rem;
}
@media (min-width: 768px) {
  .l-top-special::after {
    width: 21.4375rem;
    height: 5.25rem;
    right: 5.1875rem;
  }
}
.l-top-special__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.3125rem;
}
@media (min-width: 768px) {
  .l-top-special__list {
    grid-template-columns: 1fr 1fr;
    gap: 7.5rem;
  }
}
.l-top-special__item {
  display: block;
  padding-left: 1.875rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-top-special__item:hover .l-top-special__item-img img {
    transform: translate(-50%, -50%) scale(1.05);
    filter: brightness(1.1);
  }
  .l-top-special__item:hover .l-top__more-txt::before {
    width: 100%;
  }
  .l-top-special__item:hover .l-top__more-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-top-special__item:hover .l-top__more-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-top-special__item:active .l-top-special__item-img img {
    transform: translate(-50%, -50%) scale(1.05);
    filter: brightness(1.1);
  }
  .l-top-special__item:active .l-top__more-txt::before {
    width: 100%;
  }
  .l-top-special__item:active .l-top__more-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-top-special__item:active .l-top__more-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-top-special__item {
    padding-left: 0;
  }
}
.l-top-special__item-top {
  position: relative;
}
.l-top-special__item-img {
  aspect-ratio: 283/203;
  max-width: 17.6875rem;
  flex: 0 0 auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .l-top-special__item-img {
    aspect-ratio: 490/350;
    max-width: 100%;
    margin-bottom: 2.625rem;
  }
}
.l-top-special__item-img img {
  transition: 0.3s ease-out;
  transition-property: transform, filter;
}
.l-top-special__item-label {
  position: absolute;
  z-index: 2;
  left: -1.1875rem;
  top: 0rem;
  letter-spacing: 0.03em;
  font-size: 0.65625rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media (min-width: 768px) {
  .l-top-special__item-label {
    font-size: 1.25rem;
    left: -2.125rem;
    top: -0.125rem;
  }
}
.l-top-special__item-en {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.875rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-top-special__item-en {
    font-size: 4.375rem;
    margin-bottom: 1.0625rem;
    letter-spacing: 0.01em;
  }
}
.l-top-special__item-txt {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  position: relative;
  letter-spacing: 0.08em;
  left: 0.1875rem;
}
@media (min-width: 768px) {
  .l-top-special__item-txt {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 1.875rem;
  }
}
.l-top-special__item-btn {
  text-align: right;
}

.l-top-info {
  padding-top: 3.3125rem;
  padding-bottom: 6.25rem;
  background: var(--primary-color);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-top-info {
    padding-top: 8.875rem;
    padding-bottom: 13.75rem;
  }
}
.l-top-info__scroll {
  position: absolute;
  bottom: -1rem;
  left: 0;
  display: flex;
  animation: marquee 50s linear infinite;
}
@media (min-width: 768px) {
  .l-top-info__scroll {
    bottom: -1.75rem;
    animation: marquee 60s linear infinite;
  }
}
.l-top-info__scroll-txt {
  font-weight: 700;
  font-size: 5.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  opacity: 0.4;
  padding-right: 1.875rem;
}
@media (min-width: 768px) {
  .l-top-info__scroll-txt {
    font-size: 10.625rem;
    letter-spacing: 0.014em;
    padding-right: 3.75rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .l-top-info__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.625rem;
  }
}
.l-top-info__item {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .l-top-info__item:hover .l-top-info__more .more-txt::before {
    width: 100%;
  }
  .l-top-info__item:hover .l-top-info__more .more-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-top-info__item:hover .l-top-info__more .more-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-top-info__item:active .l-top-info__more .more-txt::before {
    width: 100%;
  }
  .l-top-info__item:active .l-top-info__more .more-arrow .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-top-info__item:active .l-top-info__more .more-arrow .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.l-top-info__item:nth-child(n+2) {
  margin-top: 2.375rem;
  padding-top: 1.8125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .l-top-info__item:nth-child(n+2) {
    border: none;
    margin: 0;
    padding: 0;
  }
  .l-top-info__item:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.3125rem;
    transform: translate(-50%, 0);
    width: 1px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
  }
}
.l-top-info__item-head {
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .l-top-info__item-head {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.375rem;
    gap: 1.3125rem;
  }
}
.l-top-info__item-en {
  line-height: 1;
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (min-width: 768px) {
  .l-top-info__item-en {
    font-size: 4.375rem;
  }
}
.l-top-info__item-ttl {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  position: relative;
  bottom: 0.375rem;
  letter-spacing: 0.06em;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (min-width: 768px) {
  .l-top-info__item-ttl {
    font-size: 1.5625rem;
  }
}
.l-top-info__item-txt {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  margin-bottom: 0.8125rem;
  letter-spacing: 0.08em;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (min-width: 768px) {
  .l-top-info__item-txt {
    font-size: 1rem;
    line-height: 1.9375;
    margin-bottom: 2.125rem;
  }
}
.l-top-info__more {
  display: inline-flex;
  align-items: center;
}
.l-top-info__more .more-txt {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.03em;
  position: relative;
}
@media (min-width: 768px) {
  .l-top-info__more .more-txt {
    font-size: 1.375rem;
  }
}
.l-top-info__more .more-txt::before {
  content: "";
  transition: 0.3s ease-out;
  transition-property: width;
  width: 0;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
}
.l-top-info__more .more-arrow {
  aspect-ratio: 44/17;
  width: 2.75rem;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .l-top-info__more .more-arrow {
    width: 3.875rem;
    aspect-ratio: 62/28;
  }
}
.l-top-info__more .more-arrow .arrow1,
.l-top-info__more .more-arrow .arrow2 {
  aspect-ratio: 24/17;
  background: url("../images/common/btn_arrow_white_sp.svg") no-repeat center center/contain;
  width: 1.5rem;
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .l-top-info__more .more-arrow .arrow1,
  .l-top-info__more .more-arrow .arrow2 {
    width: 2.125rem;
  }
}
.l-top-info__more .more-arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.l-top-info__more .more-arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}

.l-philosophy-hero {
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-philosophy-hero {
    display: flex;
    flex-direction: column;
    height: 62.75rem;
    padding-bottom: 4.6875rem;
  }
}
.l-philosophy-hero__bg {
  height: 27.8125rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 21.5625rem 100%, 21.5625rem 25.9375rem, 17.8125rem 25.9375rem, 17.8125rem 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .l-philosophy-hero__bg {
    height: 62.75rem;
    clip-path: polygon(100% 0, 100% 100%, 80.25rem 100%, 80.25rem 57.625rem, 58.8125rem 57.625rem, 58.8125rem 100%, 0 100%, 0 0);
  }
}
.l-philosophy-hero__bg::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 1.875rem;
  background: #fff;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-philosophy-hero__bg::before {
    width: 5.125rem;
    bottom: 5.125rem;
  }
}
.l-philosophy-hero__inner, .l-philosophy-hero__top {
  position: relative;
  z-index: 2;
  max-width: 78.75rem;
}
.l-philosophy-hero__breadcrumbs {
  font-weight: 500;
  font-size: 0.65625rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-philosophy-hero__breadcrumbs {
    font-size: 0.75rem;
  }
}
.l-philosophy-hero__en {
  font-weight: 700;
  font-size: 1rem;
  color: #00d564;
  margin-top: auto;
  margin-bottom: 1.4375rem;
  padding-left: 0.25rem;
}
@media (min-width: 768px) {
  .l-philosophy-hero__en {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }
}
.l-philosophy-hero__ttl {
  aspect-ratio: 297/101;
  width: 18.5625rem;
}
@media (min-width: 768px) {
  .l-philosophy-hero__ttl {
    width: 47.5625rem;
  }
}
.l-philosophy-hero__top {
  height: 27.8125rem;
  padding-top: 7.125rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .l-philosophy-hero__top {
    height: auto;
    padding-top: 12rem;
    padding-bottom: 1.75rem;
    flex: 1 1 auto;
  }
}
.l-philosophy-hero__inner {
  padding-top: 1.625rem;
}
@media (min-width: 768px) {
  .l-philosophy-hero__inner {
    padding-top: 0;
  }
}
.l-philosophy-hero__tagline {
  font-size: 1.5625rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-philosophy-hero__tagline {
    font-size: 2.5rem;
    line-height: 1.45;
    color: #fff;
    letter-spacing: 0.06em;
  }
}
.l-philosophy-hero__txt {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media (min-width: 768px) {
  .l-philosophy-hero__txt {
    color: #fff;
    font-size: 1.125rem;
    line-height: 2.0555555556;
    max-width: 50rem;
  }
}

.l-philosophy-top {
  padding-top: 2.375rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .l-philosophy-top {
    padding-top: 5.625rem;
    padding-bottom: 9.0625rem;
  }
}
@media (min-width: 768px) {
  .l-philosophy-top__inner {
    display: flex;
    align-items: flex-start;
    gap: 3.4375rem;
    max-width: 73.75rem;
    left: -0.5625rem;
  }
}
@media (min-width: 768px) {
  .l-philosophy-top__content {
    flex: 1 1 auto;
    padding-top: 2.5rem;
  }
}
.l-philosophy-top__head {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-philosophy-top__head {
    margin-bottom: 1.875rem;
  }
}
.l-philosophy-top__head-en {
  color: #27e465;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.03em;
  position: relative;
  left: -0.25rem;
}
@media (min-width: 768px) {
  .l-philosophy-top__head-en {
    font-size: 4.375rem;
    margin-bottom: 1.625rem;
  }
}
.l-philosophy-top__head-ttl {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-philosophy-top__head-ttl {
    font-size: 1.25rem;
  }
}
.l-philosophy-top__txt {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 400;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-philosophy-top__txt {
    font-size: 1rem;
    line-height: 2;
  }
}
.l-philosophy-top__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .l-philosophy-top__list {
    gap: 2.375rem;
    width: 47.25rem;
    flex: 0 0 auto;
  }
}
.l-philosophy-top__item {
  flex: 0 0 auto;
}
.l-philosophy-top__item-img {
  aspect-ratio: 93/128;
  border-radius: 2.9375rem;
  margin: 0 auto 0.625rem;
}
@media (min-width: 768px) {
  .l-philosophy-top__item-img {
    aspect-ratio: 225/309;
    border-radius: 7.0625rem;
    margin-bottom: 1.5625rem;
  }
}
.l-philosophy-top__item-name {
  font-size: 0.65625rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-philosophy-top__item-name {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
.l-philosophy-top__item-position, .l-philosophy-top__item-year {
  text-align: center;
  font-size: 0.65625rem;
  line-height: 1.619047619;
  font-weight: 400;
  white-space: nowrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-philosophy-top__item-position, .l-philosophy-top__item-year {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.l-philosophy-theme {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  will-change: transform, opacity, filter;
}
@media (min-width: 768px) {
  .l-philosophy-theme__outer {
    padding: 0 1.875rem;
    background: #fff;
  }
}
.l-philosophy-theme__img {
  aspect-ratio: 375/234;
}
@media (min-width: 768px) {
  .l-philosophy-theme__img {
    display: none;
  }
}
.l-philosophy-theme__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .l-philosophy-theme__wrapper {
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
  }
}
.l-philosophy-theme__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-philosophy-theme__inner {
    max-width: 60rem;
  }
}
.l-philosophy-theme__num {
  color: #00d564;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-philosophy-theme__num {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}
.l-philosophy-theme__ttl {
  font-size: 1.4375rem;
  line-height: 1.4782608696;
  font-weight: 700;
  margin-bottom: 1.1875rem;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-philosophy-theme__ttl {
    font-size: 2.5rem;
    line-height: 1.35;
    margin-bottom: 1.375rem;
    letter-spacing: 0.06em;
  }
}
.l-philosophy-theme__content {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .l-philosophy-theme__content {
    padding-top: 4.875rem;
    padding-bottom: 7.5rem;
    min-height: 50.875rem;
    display: flex;
    align-items: center;
    min-height: 100svh;
  }
}
.l-philosophy-theme__body {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .l-philosophy-theme__body {
    gap: 0;
    max-width: 53.125rem;
    padding-left: 0.5rem;
  }
}
.l-philosophy-theme__txt {
  font-size: 0.75rem;
  font-weight: 100;
  color: #fff;
  line-height: 2.0833333333;
  letter-spacing: 0.08em;
  padding-left: 0.1875rem;
}
@media (min-width: 768px) {
  .l-philosophy-theme__txt {
    font-size: 1rem;
    line-height: 1.875;
    padding-left: 0;
    margin: 0.8125rem 0;
  }
  .l-philosophy-theme__txt:first-child {
    margin-top: 0;
  }
  .l-philosophy-theme__txt:last-child {
    margin-bottom: 0;
  }
}
.l-philosophy-theme__talk {
  display: flex;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .l-philosophy-theme__talk {
    gap: 0.9375rem;
  }
}
.l-philosophy-theme__talk-name, .l-philosophy-theme__talk-txt {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  letter-spacing: 0.08em;
  color: #fff;
  margin-right: -0.25rem;
}
@media (min-width: 768px) {
  .l-philosophy-theme__talk-name, .l-philosophy-theme__talk-txt {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.l-philosophy-theme__talk-name {
  flex: 0 0 auto;
  white-space: nowrap;
}
.l-philosophy-theme__talk-name .strong {
  color: #27e465;
}

.l-philosophy-related {
  background: #000;
  padding-top: 0.25rem;
  position: relative;
  overflow: hidden;
  height: 17.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy-related {
    height: 28.125rem;
    padding-top: 0.625rem;
  }
}
.l-philosophy-related__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-philosophy-related__bg img {
    height: 100%;
    width: auto;
    max-width: 99999px;
  }
}
.l-philosophy-related__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.l-philosophy-related__inner {
  position: relative;
  z-index: 2;
}
.l-philosophy-related__label {
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-philosophy-related__label {
    font-size: 4.375rem;
    margin-bottom: 1.25rem;
  }
}
.l-philosophy-related__ttl {
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #fff;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-philosophy-related__ttl {
    font-size: 1.5625rem;
    margin-bottom: 2.5rem;
  }
}

.l-people {
  padding-top: 2.8125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .l-people {
    padding-top: 5.625rem;
    padding-bottom: 10rem;
  }
}
.l-people__inner {
  max-width: 78.75rem;
}
.l-people__list {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .l-people__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7.5rem 3.875rem;
  }
}
.l-people__item {
  display: flex;
  align-items: center;
  gap: 1.3125rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
  color: #000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .l-people__item {
    flex-direction: column;
    width: calc(33.3333333333% - 2.5833333333rem);
    gap: 2.0625rem;
  }
}
@media (hover: hover) {
  .l-people__item:hover .l-people__item-img .is-hover {
    opacity: 1;
    visibility: visible;
  }
}
.l-people__item:nth-child(odd) .l-people__item-img {
  background: #27e465;
}
.l-people__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .l-people__item:nth-child(even) {
    flex-direction: column;
  }
}
.l-people__item:nth-child(even) .l-people__item-img {
  background: #ff0000;
  border-radius: 50%;
}
.l-people__item-img {
  flex: 0 0 auto;
  width: 10.9375rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .l-people__item-img {
    width: 100%;
  }
}
.l-people__item-img .is-normal,
.l-people__item-img .is-hover {
  transition: 0.3s ease-out;
  transition-property: opacity, visibility;
}
.l-people__item-img .is-hover {
  visibility: hidden;
  opacity: 0;
}
.l-people__item-body {
  flex: 1 1 auto;
  text-align: left;
  width: 100%;
}
.l-people__item-title {
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 700;
  margin-bottom: 1.125rem;
  margin-right: -1.25rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-people__item-title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.l-people__item-name {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-people__item-name {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.l-people__item-year {
  font-size: 0.65625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 0.4375rem;
}
@media (min-width: 768px) {
  .l-people__item-year {
    font-size: 1rem;
  }
}

.l-people-hero {
  padding-top: 7rem;
}
@media (min-width: 768px) {
  .l-people-hero {
    padding-top: 12rem;
  }
}
.l-people-hero__inner {
  max-width: 78.75rem;
}
.l-people-hero__breadcrumbs {
  font-size: 0.65625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-people-hero__breadcrumbs {
    font-size: 0.75rem;
  }
}
.l-people-hero__main {
  text-align: right;
  margin-top: 2.5625rem;
}
@media (min-width: 768px) {
  .l-people-hero__main {
    margin-top: 7rem;
  }
}
.l-people-hero__en {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 1.25rem;
  margin-bottom: 0.6875rem;
  position: relative;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-people-hero__en {
    font-size: 8.75rem;
    padding-right: 2.9375rem;
    margin-bottom: 0.625rem;
  }
}
.l-people-hero__en::before {
  content: "";
  width: 0.9375rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  border-radius: 50%;
  background: #6ee174;
}
@media (min-width: 768px) {
  .l-people-hero__en::before {
    width: 2.25rem;
    bottom: 1.5rem;
  }
}
.l-people-hero__ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-people-hero__ttl {
    font-size: 1.5625rem;
  }
}

.l-interview {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .l-interview {
    padding-top: 3.75rem;
    padding-bottom: 8.75rem;
  }
}
.l-interview__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
  margin: 0 auto;
  max-width: 19.125rem;
}
@media (min-width: 768px) {
  .l-interview__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.25rem 2.1875rem;
    max-width: 100%;
  }
}
.l-interview__item {
  position: relative;
  text-align: center;
}
@media (hover: hover) {
  .l-interview__item:hover .l-interview__item-img {
    outline: 0.25rem solid #27e465;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .l-interview__item:hover .l-interview__item-img {
    outline: 0.3125rem solid #27e465;
  }
}
@media (hover: hover) {
  .l-interview__item:hover .l-interview__item-img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media (hover: none) {
  .l-interview__item:active .l-interview__item-img {
    outline: 0.25rem solid #27e465;
  }
}
@media (hover: none) and (min-width: 768px) {
  .l-interview__item:active .l-interview__item-img {
    outline: 0.3125rem solid #27e465;
  }
}
@media (hover: none) {
  .l-interview__item:active .l-interview__item-img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.l-interview__item-img {
  aspect-ratio: 140/192;
  border-radius: 4.375rem;
  width: 100%;
  margin-bottom: 0.625rem;
  transition: 0.3s ease-out;
  transition-property: outline;
  outline: 0.25rem solid transparent;
}
.l-interview__item-img img {
  transition: 0.3s ease-out;
  transition-property: transform;
}
@media (min-width: 768px) {
  .l-interview__item-img {
    aspect-ratio: 343/471;
    border-radius: 10.75rem;
    margin-bottom: 1.875rem;
    outline: 0.3125rem solid transparent;
  }
}
.l-interview__item-num {
  position: absolute;
  top: 0;
  left: -0.5625rem;
  color: #27e465;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-interview__item-num {
    font-size: 2.5rem;
    left: -0.3125rem;
  }
}
.l-interview__item-catch {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  letter-spacing: 0.06em;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 768px) {
  .l-interview__item-catch {
    font-size: 1.5625rem;
    margin-bottom: 0.5625rem;
  }
}
.l-interview__item-name {
  font-weight: 700;
  font-size: 0.65625rem;
  line-height: 1;
  margin-bottom: 0.125rem;
  letter-spacing: 0.03em;
  position: relative;
  left: -0.1875rem;
}
@media (min-width: 768px) {
  .l-interview__item-name {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    left: -0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.l-interview__item-info {
  font-weight: 400;
  font-size: 0.65625rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-interview__item-info {
    font-size: 1rem;
  }
}

.l-interview-hero {
  padding-top: 7rem;
}
@media (min-width: 768px) {
  .l-interview-hero {
    padding-top: 12rem;
  }
}
.l-interview-hero__inner {
  max-width: 78.75rem;
}
.l-interview-hero__breadcrumbs {
  font-size: 0.65625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-interview-hero__breadcrumbs {
    font-size: 0.75rem;
  }
}
.l-interview-hero__main {
  text-align: right;
  margin-top: 2.5625rem;
}
@media (min-width: 768px) {
  .l-interview-hero__main {
    margin-top: 6rem;
  }
}
.l-interview-hero__en {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 1rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.02em;
  position: relative;
}
@media (min-width: 768px) {
  .l-interview-hero__en {
    font-size: 10rem;
    padding-right: 3.1875rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
  }
}
.l-interview-hero__en::before {
  content: "";
  width: 0.9375rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  border-radius: 50%;
  background: #27e565;
}
@media (min-width: 768px) {
  .l-interview-hero__en::before {
    width: 2.25rem;
    bottom: 1.6875rem;
  }
}
.l-interview-hero__ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.625rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-interview-hero__ttl {
    font-size: 1.5625rem;
    margin-bottom: 4.0625rem;
  }
}

.l-iv-hero__inner {
  padding-top: 7rem;
  max-width: 78.75rem;
}
@media (min-width: 768px) {
  .l-iv-hero__inner {
    padding-top: 12rem;
  }
}
.l-iv-hero__breadcrumbs {
  font-size: 0.65625rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-iv-hero__breadcrumbs {
    font-size: 0.75rem;
    margin-bottom: 3.5625rem;
  }
}
@media (min-width: 768px) {
  .l-iv-hero__body {
    display: flex;
    flex-direction: column;
  }
}
.l-iv-hero__content {
  padding-left: 1.625rem;
  position: relative;
}
@media (min-width: 768px) {
  .l-iv-hero__content {
    padding-left: 3.125rem;
    order: 1;
    margin-bottom: 2rem;
  }
}
.l-iv-hero__label {
  font-size: 0.65625rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0.625rem;
  top: 0.1875rem;
  letter-spacing: 0.03em;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media (min-width: 768px) {
  .l-iv-hero__label {
    font-size: 1.25rem;
    left: 1rem;
    top: 0.3125rem;
  }
}
.l-iv-hero__name {
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.5625rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-iv-hero__name {
    font-size: 4.5rem;
    letter-spacing: 0;
    margin-bottom: 0.375rem;
  }
}
.l-iv-hero__info {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-iv-hero__info {
    font-size: 1rem;
  }
}
.l-iv-hero__num {
  color: #27e465;
  text-align: right;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .l-iv-hero__num {
    font-size: 10rem;
    order: 3;
    margin-top: -6.5625rem;
    margin-bottom: 2.625rem;
  }
}
.l-iv-hero__img {
  aspect-ratio: 374/191;
  clip-path: polygon(100% 0, 100% 100%, 21.5625rem 100%, 21.5625rem 10.0625rem, 17.8125rem 10.0625rem, 17.8125rem 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .l-iv-hero__img {
    aspect-ratio: 1366/675;
    clip-path: polygon(100% 0, 100% 100%, 80.25rem 100%, 80.25rem 37rem, 58.8125rem 37rem, 58.8125rem 100%, 0 100%, 0 0);
  }
}
.l-iv-hero__img::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 1.875rem;
  background: #fff;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-iv-hero__img::before {
    width: 5.125rem;
    bottom: 5.125rem;
  }
}
.l-iv-hero__img-container {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .l-iv-hero__img-container {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 0;
    order: 4;
  }
}
@media (min-width: 768px) {
  .l-iv-hero__detail {
    order: 2;
  }
}
.l-iv-hero__tagline {
  font-size: 1.5625rem;
  line-height: 1.52;
  font-weight: 700;
  margin-bottom: 1.1875rem;
  letter-spacing: 0.06em;
  margin-right: -0.625rem;
}
@media (min-width: 768px) {
  .l-iv-hero__tagline {
    font-size: 2.5rem;
    padding-left: 3.125rem;
    margin-bottom: 1.9375rem;
  }
  .l-iv-hero__tagline br {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-iv-hero__profile {
    padding-left: 3.125rem;
  }
}
.l-iv-hero__profile-label {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #27e465;
  padding-left: 0.5625rem;
  position: relative;
  letter-spacing: 0.03em;
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .l-iv-hero__profile-label {
    font-size: 1.25rem;
    padding-left: 1rem;
    margin-bottom: 0.625rem;
  }
}
.l-iv-hero__profile-label::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.l-iv-hero__profile-txt {
  font-size: 0.65625rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
  left: 0.25rem;
}
@media (min-width: 768px) {
  .l-iv-hero__profile-txt {
    font-size: 1rem;
    line-height: 2;
    max-width: 45rem;
    letter-spacing: 0.08em;
  }
}

.l-iv-section {
  padding-top: 1.8125rem;
}
@media (min-width: 768px) {
  .l-iv-section {
    padding-top: 6.25rem;
  }
}
@media (min-width: 768px) {
  .l-iv-section.--personality .l-iv-section__inner {
    display: flex;
    align-items: flex-start;
    gap: 4.5rem;
  }
}
@media (min-width: 768px) {
  .l-iv-section.--personality .l-iv-section__body {
    padding-top: 3.75rem;
  }
}
.l-iv-section.--important .l-iv-section {
  padding-top: 3rem;
}
.l-iv-section.--important .l-iv-section__img {
  aspect-ratio: 318/156;
}
@media (min-width: 768px) {
  .l-iv-section.--important .l-iv-section__img {
    aspect-ratio: 1200/610;
  }
}
.l-iv-section.--important .l-iv-section__img-container {
  max-width: 19.875rem;
}
@media (min-width: 768px) {
  .l-iv-section.--important .l-iv-section__img-container {
    max-width: calc(100% + 6.25rem);
    width: calc(100% + 6.25rem);
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    margin-bottom: 5.9375rem;
  }
}
@media (min-width: 768px) {
  .l-iv-section.--important .l-iv-section__body {
    max-width: 50rem;
    margin: 0 auto;
  }
}
.l-iv-section.--message {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .l-iv-section.--message {
    padding-bottom: 7.8125rem;
    padding-top: 7.6875rem;
  }
}
@media (min-width: 768px) {
  .l-iv-section.--message .l-iv-section__inner {
    display: flex;
    gap: 4.5rem;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .l-iv-section.--message .l-iv-section__body {
    padding-top: 3.75rem;
    margin-right: -0.75rem;
  }
}
.l-iv-section__img {
  aspect-ratio: 201/251;
}
@media (min-width: 768px) {
  .l-iv-section__img {
    aspect-ratio: 560/698;
  }
}
.l-iv-section__img-container {
  width: 100%;
  max-width: 12.5625rem;
  margin: 0 auto 1.875rem;
}
@media (min-width: 768px) {
  .l-iv-section__img-container {
    max-width: 35rem;
    margin: 0;
    flex: 0 0 auto;
  }
}
.l-iv-section__body {
  flex: 1 1 auto;
}
.l-iv-section__header {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .l-iv-section__header {
    margin-bottom: 3.625rem;
  }
}
.l-iv-section__label {
  font-size: 1.875rem;
  line-height: 1;
  color: #27e465;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  left: 0.1875rem;
}
@media (min-width: 768px) {
  .l-iv-section__label {
    font-size: 4.375rem;
    letter-spacing: 0.01em;
    margin-bottom: 1.875rem;
  }
}
.l-iv-section__ttl {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  left: 0.125rem;
}
@media (min-width: 768px) {
  .l-iv-section__ttl {
    font-size: 1.25rem;
  }
}
.l-iv-section__tagline {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-iv-section__tagline {
    font-size: 1.5625rem;
    line-height: 1.52;
    letter-spacing: 0.08em;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .l-iv-section__qas {
    padding-left: 0.4375rem;
  }
}
.l-iv-section__qa {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-iv-section__qa {
    font-size: 1rem;
    line-height: 2;
  }
}
.l-iv-section__q {
  font-weight: 700;
}
.l-iv-section__q .line {
  color: var(--primary-color);
}

.l-iv-history {
  position: relative;
  background: #27e465;
  padding-top: 4.5625rem;
  clip-path: polygon(1.875rem 0, 1.875rem 1.875rem, 5.625rem 1.875rem, 5.625rem 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .l-iv-history {
    padding-top: 12.8125rem;
    clip-path: polygon(5.1875rem 0, 5.1875rem 5.1875rem, 26.625rem 5.1875rem, 26.625rem 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.l-iv-history::before {
  content: "";
  width: 1.875rem;
  top: 1.875rem;
  position: absolute;
  left: 0;
  background: #fff;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-iv-history::before {
    width: 5.1875rem;
    top: 5.1875rem;
  }
}
.l-iv-history__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0.5625rem;
}
@media (min-width: 768px) {
  .l-iv-history__header {
    margin-bottom: 0;
  }
}
.l-iv-history__label {
  display: inline-flex;
  align-items: center;
  min-height: 2.375rem;
  padding-top: 0.125rem;
  padding: 0 0.5rem;
  background: #000;
  color: #27e465;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-iv-history__label {
    font-size: 3.75rem;
    min-height: 4.75rem;
    padding-left: 1.25rem;
    padding-right: 1.5rem;
  }
}
.l-iv-history__ttl {
  margin-top: -0.0625rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.9375rem;
  padding: 0 0.5rem;
  background: #000;
  color: #27e465;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 0.1875rem;
  padding-right: 0.6875rem;
}
@media (min-width: 768px) {
  .l-iv-history__ttl {
    min-height: 2.25rem;
    font-size: 1.25rem;
    max-width: 10rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.l-iv-history__content {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-iv-history__content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .l-iv-history__content {
    overflow: visible;
    margin: 0;
    padding: 0;
  }
}
.l-iv-history__list {
  display: flex;
  gap: 1.75rem;
  padding-top: 1.625rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .l-iv-history__list {
    gap: 2.1875rem;
    padding-top: 4.0625rem;
    margin-bottom: 9.375rem;
  }
}
.l-iv-history__list::after {
  content: "";
  flex: 0 0 auto;
  width: 0.125rem;
}
@media (min-width: 768px) {
  .l-iv-history__list::after {
    display: none;
  }
}
.l-iv-history__item {
  position: relative;
  flex: 0 0 auto;
  width: 8.875rem;
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .l-iv-history__item {
    width: calc(25% - 1.640625rem);
    padding-top: 2.625rem;
  }
}
.l-iv-history__item:last-child:before {
  right: 0;
}
.l-iv-history__item::before {
  content: "";
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -1.75rem;
  transform: translateY(-50%);
}
.l-iv-history__item::after {
  content: "";
  position: absolute;
  width: 0.3125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0.25rem;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .l-iv-history__item::after {
    width: 0.5rem;
    left: 0;
  }
}
.l-iv-history__item-ttl {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 768px) {
  .l-iv-history__item-ttl {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.l-iv-history__item-txt {
  font-size: 0.65625rem;
  line-height: 1.9047619048;
  font-weight: 400;
  margin-bottom: 0.75rem;
  flex: 1 1 auto;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-iv-history__item-txt {
    font-size: 0.8125rem;
    line-height: 1.9230769231;
    margin-bottom: 1.5rem;
    letter-spacing: 0.08em;
  }
}
.l-iv-history__item-img {
  aspect-ratio: 142/96;
}
@media (min-width: 768px) {
  .l-iv-history__item-img {
    aspect-ratio: 245/163;
  }
}
.l-iv-history__bottom-img {
  aspect-ratio: 374/214;
}
@media (min-width: 768px) {
  .l-iv-history__bottom-img {
    aspect-ratio: 1366/615;
  }
}
.l-iv-history__icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .l-iv-history__icon {
    margin-top: -5.4375rem;
    gap: 1.5625rem;
  }
}
.l-iv-history__info {
  text-align: right;
}
.l-iv-history__name {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .l-iv-history__name {
    font-size: 1.625rem;
    margin-bottom: 0.5rem;
  }
}
.l-iv-history__department {
  line-height: 1.5;
  font-weight: 40;
  font-size: 0.65625rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-iv-history__department {
    font-size: 0.75rem;
  }
}
.l-iv-history__img {
  flex: 0 0 auto;
  width: 3.25rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .l-iv-history__img {
    width: 5.375rem;
  }
}

.l-iv-others {
  overflow: hidden;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .l-iv-others {
    padding-top: 6.125rem;
    padding-bottom: 6.875rem;
  }
}
.l-iv-others__header {
  padding-left: 1.625rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .l-iv-others__header {
    padding-left: 0;
    margin-bottom: 5.9375rem;
  }
}
.l-iv-others__label {
  position: absolute;
  left: 0.625rem;
  top: 0.0625rem;
  transform: rotate(90deg);
  transform-origin: left top;
  font-size: 0.65625rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-iv-others__label {
    font-size: 1.25rem;
    left: -2.125rem;
    top: 0.25rem;
  }
}
.l-iv-others__en {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.03em;
  margin-right: -1.25rem;
}
@media (min-width: 768px) {
  .l-iv-others__en {
    font-size: 5.9375rem;
    letter-spacing: 0.014em;
    margin-bottom: 0.9375rem;
  }
}
.l-iv-others__ttl {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-iv-others__ttl {
    font-size: 1.5625rem;
  }
}
.l-iv-others__slider {
  width: 19.125rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-iv-others__slider {
    width: 100%;
  }
}
.l-iv-others__slider .splide__list,
.l-iv-others__slider .splide__track {
  overflow: visible;
}
.l-iv-others__arrows {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  aspect-ratio: 306/192;
  width: 19.125rem;
  padding-top: 0.4375rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .l-iv-others__arrows {
    aspect-ratio: 1100/471;
    width: 100%;
  }
}
.l-iv-others__arrow {
  position: absolute;
  top: 50%;
  width: 1.75rem;
  aspect-ratio: 1/1;
  background: #000;
  pointer-events: auto;
  overflow: hidden;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .l-iv-others__arrow {
    width: 3.5625rem;
    background-size: 1.6875rem auto;
  }
}
.l-iv-others__arrow .arrow1,
.l-iv-others__arrow .arrow2 {
  aspect-ratio: 24/17;
  background: url("../images/common/btn_arrow_sp.svg") no-repeat center center/contain;
  width: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  transition-property: transform, opacity;
}
@media (min-width: 768px) {
  .l-iv-others__arrow .arrow1,
  .l-iv-others__arrow .arrow2 {
    width: 1.6875rem;
  }
}
.l-iv-others__arrow .arrow1 {
  transform: translate(-50%, -50%);
}
.l-iv-others__arrow .arrow2 {
  transform: translate(-150%, -50%);
  opacity: 0;
}
.l-iv-others__arrow.--next {
  right: -1rem;
  transform: translate(0, -50%);
}
@media (hover: hover) {
  .l-iv-others__arrow.--next:hover {
    background-color: #2ae265;
  }
  .l-iv-others__arrow.--next:hover .arrow1,
  .l-iv-others__arrow.--next:hover .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-iv-others__arrow.--next:hover .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-iv-others__arrow.--next:hover .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-iv-others__arrow.--next:active {
    background-color: #2ae265;
  }
  .l-iv-others__arrow.--next:active .arrow1,
  .l-iv-others__arrow.--next:active .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-iv-others__arrow.--next:active .arrow1 {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .l-iv-others__arrow.--next:active .arrow2 {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-iv-others__arrow.--next {
    right: -3.1875rem;
  }
}
.l-iv-others__arrow.--prev {
  left: -1rem;
}
@media (hover: hover) {
  .l-iv-others__arrow.--prev:hover {
    background-color: #2ae265;
  }
  .l-iv-others__arrow.--prev:hover .arrow1,
  .l-iv-others__arrow.--prev:hover .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-iv-others__arrow.--prev:hover .arrow1 {
    transform: translate(-250%, -50%) scale(-1, -1);
    opacity: 0;
  }
  .l-iv-others__arrow.--prev:hover .arrow2 {
    transform: translate(-50%, -50%) scale(-1, -1);
    opacity: 1;
  }
}
@media (hover: none) {
  .l-iv-others__arrow.--prev:active {
    background-color: #2ae265;
  }
  .l-iv-others__arrow.--prev:active .arrow1,
  .l-iv-others__arrow.--prev:active .arrow2 {
    background-image: url("../images/common/btn_arrow_black.svg");
  }
  .l-iv-others__arrow.--prev:active .arrow1 {
    transform: translate(-250%, -50%) scale(-1, -1);
    opacity: 0;
  }
  .l-iv-others__arrow.--prev:active .arrow2 {
    transform: translate(-50%, -50%) scale(-1, -1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-iv-others__arrow.--prev {
    left: -3.1875rem;
  }
}
.l-iv-others__arrow.--prev .arrow1 {
  transform: translate(-50%, -50%) scale(-1, -1);
}
.l-iv-others__arrow.--prev .arrow2 {
  transform: translate(100%, -50%) scale(-1, -1);
  opacity: 0;
}

.l-ct-hero__inner {
  padding-top: 7rem;
  padding-bottom: 0.5rem;
  max-width: 78.75rem;
}
@media (min-width: 768px) {
  .l-ct-hero__inner {
    padding-top: 12rem;
    padding-bottom: 4.375rem;
  }
}
.l-ct-hero__breadcrumbs {
  font-size: 0.65625rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-ct-hero__breadcrumbs {
    font-size: 0.75rem;
    margin-bottom: 3.75rem;
  }
}
.l-ct-hero__content {
  padding-left: 1.75rem;
  position: relative;
}
@media (min-width: 768px) {
  .l-ct-hero__content {
    padding-left: 3.125rem;
  }
}
.l-ct-hero__label {
  font-size: 0.65625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  position: absolute;
  left: 0.625rem;
  top: 0.5rem;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media (min-width: 768px) {
  .l-ct-hero__label {
    font-size: 1.25rem;
    left: 1.125rem;
    top: 0.0625rem;
  }
}
.l-ct-hero__tagline {
  font-size: 0.75rem;
  line-height: 1.9166666667;
  font-weight: 700;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-ct-hero__tagline {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 1.0625rem;
  }
}
.l-ct-hero__ttl {
  font-size: 1.6875rem;
  line-height: 1.4074074074;
  font-weight: 700;
  margin-bottom: 1.125rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-ct-hero__ttl {
    font-size: 4.5rem;
    line-height: 1.3888888889;
    margin-left: -0.375rem;
    margin-bottom: 2.25rem;
  }
}
.l-ct-hero__img {
  position: relative;
  aspect-ratio: 374/191;
  clip-path: polygon(100% 0, 100% 100%, 21.5625rem 100%, 21.5625rem 10.0625rem, 17.8125rem 10.0625rem, 17.8125rem 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .l-ct-hero__img {
    aspect-ratio: 1233/629;
    clip-path: polygon(100% 0, 100% 100%, 71.875rem 100%, 71.875rem 34.125rem, 50.5rem 34.125rem, 50.5rem 100%, 0 100%, 0 0);
  }
}
.l-ct-hero__img::before {
  content: "";
  position: absolute;
  bottom: 1.875rem;
  width: 1.875rem;
  right: 0;
  aspect-ratio: 1/1;
  background: #fff;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-ct-hero__img::before {
    bottom: 5.1875rem;
    width: 5.1875rem;
  }
}
@media (min-width: 768px) {
  .l-ct-hero__img-container {
    margin-left: 9.7364568082%;
  }
}
@media (min-width: 768px) {
  .l-ct-hero__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3.125rem;
  }
}
.l-ct-hero__en {
  color: #27e465;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-ct-hero__en {
    font-size: 2.5rem;
    position: relative;
    bottom: -1.1875rem;
  }
}
.l-ct-hero__overview {
  display: none;
}
@media (min-width: 768px) {
  .l-ct-hero__overview {
    display: block;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    max-width: 44.875rem;
    letter-spacing: 0.08em;
  }
}

.l-ct-members {
  padding-top: 1.125rem;
}
@media (min-width: 768px) {
  .l-ct-members {
    padding-top: 5.3125rem;
  }
}
.l-ct-members__overview {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 400;
  margin-bottom: 1.3125rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-ct-members__overview {
    display: none;
  }
}
.l-ct-members__label {
  color: #27e465;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
  font-weight: 700;
  position: relative;
  padding-left: 0.5625rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-ct-members__label {
    font-size: 1.25rem;
    margin-bottom: 2.375rem;
    padding-left: 1.1875rem;
  }
}
.l-ct-members__label::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.l-ct-members__list {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .l-ct-members__list {
    gap: 3.75rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-ct-members__item-info {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .l-ct-members__item-info {
    gap: 1.0625rem;
    margin-bottom: 1.25rem;
  }
}
.l-ct-members__item-img {
  flex: 0 0 auto;
  border: 0.125rem solid #27e465;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 4.125rem;
}
@media (min-width: 768px) {
  .l-ct-members__item-img {
    width: 5.625rem;
  }
}
.l-ct-members__item-position {
  font-size: 0.65625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.375rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-ct-members__item-position {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 768px) {
  .l-ct-members__item-body {
    padding-top: 1.3125rem;
  }
}
.l-ct-members__item-name {
  color: #27e465;
  line-height: 1;
}
.l-ct-members__item-name .txt {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-ct-members__item-name .txt {
    font-size: 1.0625rem;
  }
}
.l-ct-members__item-name .en {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  margin-bottom: -0.3125rem;
}
@media (min-width: 768px) {
  .l-ct-members__item-name .en {
    font-size: 1.125rem;
  }
}
.l-ct-members__item-txt {
  font-size: 0.65625rem;
  line-height: 2.0952380952;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-left: 0.1875rem;
}
@media (min-width: 768px) {
  .l-ct-members__item-txt {
    font-size: 0.8125rem;
    line-height: 1.9230769231;
  }
}

.l-ct-theme {
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .l-ct-theme {
    padding-top: 6.25rem;
  }
}
.l-ct-theme__img {
  aspect-ratio: 314/154;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .l-ct-theme__img {
    aspect-ratio: 1100/540;
    margin-bottom: 6.25rem;
  }
}
.l-ct-theme__label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.6875rem;
  color: #27e465;
  padding-left: 0.5625rem;
  position: relative;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-ct-theme__label {
    font-size: 1.25rem;
    padding-left: 1.25rem;
    margin-bottom: 2rem;
  }
}
.l-ct-theme__label::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .l-ct-theme__label::before {
    left: 0.1875rem;
  }
}
.l-ct-theme__ttl {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-ct-theme__ttl {
    font-size: 3.125rem;
    margin-bottom: 6rem;
  }
}
.l-ct-theme__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .l-ct-theme__content {
    max-width: 60.9375rem;
    gap: 2.3125rem;
  }
}
.l-ct-theme__talk {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 0.3125rem;
}
@media (min-width: 768px) {
  .l-ct-theme__talk {
    gap: 2.6875rem;
    padding-left: 0;
  }
}
.l-ct-theme__talk-icon {
  flex: 0 0 auto;
  width: 3.5rem;
}
@media (min-width: 768px) {
  .l-ct-theme__talk-icon {
    width: 7.875rem;
  }
}
.l-ct-theme__talk-img {
  aspect-ratio: 1/1;
  border: 0.125rem solid #27e465;
  border-radius: 50%;
}
.l-ct-theme__talk-name {
  color: #27e465;
  text-align: center;
  margin-top: 0.3125rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-ct-theme__talk-name {
    margin-top: 0.75rem;
  }
}
.l-ct-theme__talk-name .txt {
  font-size: 0.65625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-ct-theme__talk-name .txt {
    font-size: 1.0625rem;
  }
}
.l-ct-theme__talk-name .en {
  font-size: 0.65625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-ct-theme__talk-name .en {
    font-size: 1.125rem;
  }
}
.l-ct-theme__talk-txt {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-ct-theme__talk-txt {
    min-height: 7.875rem;
    align-items: flex-start;
    padding-top: 0.8125rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.l-ct-theme__bottom {
  aspect-ratio: 375/184;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .l-ct-theme__bottom {
    margin-top: 9.375rem;
    aspect-ratio: 1366/670;
  }
}

.l-pj-hero__inner {
  padding-top: 7rem;
  max-width: 78.75rem;
}
@media (min-width: 768px) {
  .l-pj-hero__inner {
    padding-top: 12rem;
  }
}
.l-pj-hero__breadcrumbs {
  font-size: 0.65625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-pj-hero__breadcrumbs {
    font-size: 0.75rem;
  }
}
.l-pj-hero__content {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 0.5625rem;
}
@media (min-width: 768px) {
  .l-pj-hero__content {
    padding-left: 0;
    padding-left: 2.75rem;
    margin-bottom: 3.4375rem;
  }
}
.l-pj-hero__label {
  font-size: 0.65625rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0.625rem;
  top: 0.8125rem;
  transform: rotate(90deg);
  transform-origin: left top;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-pj-hero__label {
    font-size: 1.25rem;
    left: 1.125rem;
    top: 1.125rem;
  }
}
.l-pj-hero__tagline {
  font-size: 1.6875rem;
  line-height: 1.4074074074;
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.08em;
  margin-top: 2.125rem;
}
@media (min-width: 768px) {
  .l-pj-hero__tagline {
    font-size: 4.5rem;
    line-height: 1.3888888889;
    margin-top: 2.75rem;
    margin-bottom: 5.8125rem;
    letter-spacing: 0.06em;
  }
}
.l-pj-hero__en {
  color: #ff0000;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-pj-hero__en {
    font-size: 2.5rem;
  }
}
.l-pj-hero__img {
  aspect-ratio: 374/191;
}
@media (min-width: 768px) {
  .l-pj-hero__img {
    aspect-ratio: 896/625;
  }
}
.l-pj-hero__img-wrapper {
  clip-path: polygon(1.875rem 0, 1.875rem 1.875rem, 5.625rem 1.875rem, 5.625rem 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .l-pj-hero__img-wrapper {
    clip-path: polygon(5.1875rem 0, 5.1875rem 5.1875rem, 26.625rem 5.1875rem, 26.625rem 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.l-pj-hero__img-wrapper::before {
  content: "";
  width: 1.875rem;
  top: 1.875rem;
  position: absolute;
  left: 0;
  background: #fff;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-pj-hero__img-wrapper::before {
    width: 5.1875rem;
    top: 5.1875rem;
  }
}
.l-pj-hero__img-container {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
@media (min-width: 768px) {
  .l-pj-hero__img-container {
    width: calc(50vw + 13.3125rem);
    margin-right: 0;
    margin-left: calc(50% - 50vw);
    flex: 0 0 auto;
  }
}
.l-pj-hero__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .l-pj-hero__bottom {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .l-pj-hero__overview {
    padding-bottom: 1.5rem;
  }
}
.l-pj-hero__overview-label {
  font-size: 0.65625rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 0.5625rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-pj-hero__overview-label {
    font-size: 1.25rem;
    margin-bottom: 3.4375rem;
    padding-left: 1.125rem;
  }
}
.l-pj-hero__overview-label::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff0000;
}
.l-pj-hero__overview-txt {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-pj-hero__overview-txt {
    font-size: 1rem;
    line-height: 2;
  }
}

.l-pj-members {
  padding-top: 1.5625rem;
}
@media (min-width: 768px) {
  .l-pj-members {
    padding-top: 5.125rem;
  }
}
.l-pj-members__overview {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .l-pj-members__overview {
    display: none;
  }
}
.l-pj-members__label {
  color: #ff0000;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding-left: 0.5625rem;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-pj-members__label {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    padding-left: 1.125rem;
  }
}
.l-pj-members__label::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .l-pj-members__label::before {
    left: 0.1875rem;
  }
}
.l-pj-members__list {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .l-pj-members__list {
    gap: 3.75rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-pj-members__item-info {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  margin-bottom: 0.5625rem;
}
@media (min-width: 768px) {
  .l-pj-members__item-info {
    gap: 1.125rem;
    margin-bottom: 1.0625rem;
  }
}
.l-pj-members__item-img {
  flex: 0 0 auto;
  border: 0.125rem solid #ff0000;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 4rem;
}
@media (min-width: 768px) {
  .l-pj-members__item-img {
    width: 5.625rem;
  }
}
.l-pj-members__item-position {
  font-size: 0.65625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.375rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-pj-members__item-position {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 768px) {
  .l-pj-members__item-body {
    padding-top: 1.3125rem;
  }
}
.l-pj-members__item-name {
  color: #ff0000;
  line-height: 1;
}
.l-pj-members__item-name .txt {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-pj-members__item-name .txt {
    font-size: 1.0625rem;
  }
}
.l-pj-members__item-name .en {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  margin-bottom: -0.3125rem;
}
@media (min-width: 768px) {
  .l-pj-members__item-name .en {
    font-size: 1.125rem;
  }
}
.l-pj-members__item-txt {
  font-size: 0.65625rem;
  line-height: 2.0952380952;
  font-weight: 400;
  padding-left: 0.1875rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-pj-members__item-txt {
    font-size: 0.8125rem;
    line-height: 1.9230769231;
    padding-left: 0;
    letter-spacing: 0.08em;
  }
}

.l-pj-chapter {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .l-pj-chapter {
    padding-top: 6.25rem;
  }
}
.l-pj-chapter__img {
  aspect-ratio: 314/154;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .l-pj-chapter__img {
    aspect-ratio: 1100/540;
    margin-bottom: 5.5625rem;
  }
}
.l-pj-chapter__header {
  position: relative;
  padding-left: 6rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .l-pj-chapter__header {
    gap: 1.875rem;
    padding-left: 10.75rem;
    margin-bottom: 3.75rem;
    align-items: center;
    min-height: 8.125rem;
  }
}
.l-pj-chapter__label {
  font-size: 0.65625rem;
  line-height: 1;
  color: #ff0000;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  left: 0.8125rem;
  top: 0.1875rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-pj-chapter__label {
    font-size: 1.25rem;
    left: -1.875rem;
    top: 0.6875rem;
  }
}
.l-pj-chapter__num {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  color: #ff0000;
  position: absolute;
  left: 1.125rem;
  top: 0;
  top: -0.1875rem;
}
@media (min-width: 768px) {
  .l-pj-chapter__num {
    font-size: 9.375rem;
    left: 0;
    top: -0.25rem;
  }
}
.l-pj-chapter__ttl {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-pj-chapter__ttl {
    font-size: 3.125rem;
    line-height: 1.3;
  }
}
.l-pj-chapter__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .l-pj-chapter__content {
    max-width: 52.625rem;
    margin-left: auto;
    margin-right: 0;
    gap: 2.5rem;
  }
}
.l-pj-chapter__talk {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.l-pj-chapter__talk-name {
  color: #ff0000;
  text-align: left;
  flex: 0 0 auto;
  width: 5.3125rem;
}
@media (min-width: 768px) {
  .l-pj-chapter__talk-name {
    width: 8.875rem;
    flex: 0 0 auto;
  }
}
.l-pj-chapter__talk-name .en {
  font-size: 0.65625rem;
  line-height: 2.2857142857;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-pj-chapter__talk-name .en {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.l-pj-chapter__talk-txt {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .l-pj-chapter__talk-txt {
    font-size: 1rem;
    line-height: 2;
  }
}
.l-pj-chapter__bottom {
  aspect-ratio: 376/157;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .l-pj-chapter__bottom {
    margin-top: 9.375rem;
    aspect-ratio: 1366/571;
  }
}

.l-career {
  padding-top: 2.25rem;
}
@media (min-width: 768px) {
  .l-career {
    padding-top: 4.875rem;
  }
}
.l-career.--support {
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .l-career.--support {
    padding-bottom: 7.25rem;
  }
}
.l-career__inner {
  max-width: 78.75rem;
}
.l-career__ttl {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5625rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-career__ttl {
    font-size: 2.5rem;
    margin-bottom: 4.5625rem;
  }
}
.l-career__list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .l-career__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.5rem 4.375rem;
  }
}
.l-career__item {
  padding-bottom: 1.125rem;
  border-bottom: 0.03125rem solid #000000;
}
@media (min-width: 768px) {
  .l-career__item {
    flex: 0 0 auto;
    width: calc(50% - 2.1875rem);
    padding-bottom: 3.375rem;
    border-bottom: 0.0625rem solid #000000;
  }
}
.l-career__item-header {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: flex-end;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .l-career__item-header {
    margin-bottom: 1.375rem;
    gap: 1.0625rem;
  }
}
.l-career__item-ttl {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-career__item-ttl {
    font-size: 2.1875rem;
  }
}
.l-career__item-tag {
  font-size: 0.65625rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-career__item-tag {
    font-size: 1rem;
  }
}
.l-career__item-txt {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-career__item-txt {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }
}

.l-career-hero {
  padding-top: 7rem;
}
@media (min-width: 768px) {
  .l-career-hero {
    padding-top: 12rem;
  }
}
.l-career-hero__inner {
  max-width: 78.75rem;
}
.l-career-hero__breadcrumbs {
  font-size: 0.65625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-career-hero__breadcrumbs {
    font-size: 0.75rem;
  }
}
.l-career-hero__main {
  text-align: right;
  margin-top: 2.5625rem;
}
@media (min-width: 768px) {
  .l-career-hero__main {
    margin-top: 6.0625rem;
  }
}
.l-career-hero__en {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 1.25rem;
  margin-bottom: 0.625rem;
  position: relative;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-career-hero__en {
    font-size: 10rem;
    padding-right: 2.625rem;
    margin-bottom: 0.5rem;
  }
}
.l-career-hero__en::before {
  content: "";
  width: 0.9375rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  border-radius: 50%;
  background: #27e465;
}
@media (min-width: 768px) {
  .l-career-hero__en::before {
    width: 2.25rem;
    bottom: 1.75rem;
  }
}
.l-career-hero__ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-career-hero__ttl {
    font-size: 1.5625rem;
    margin-bottom: 4.0625rem;
  }
}
.l-career-hero__nav {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .l-career-hero__nav {
    margin-top: -8.125rem;
    margin-bottom: 5.125rem;
  }
}
.l-career-hero__nav .dot {
  color: #27e465;
}
.l-career-hero__nav-link {
  display: inline-block;
  font-size: 0.65625rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: relative;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .l-career-hero__nav-link {
    font-size: 1rem;
    line-height: 2.1875;
    padding-left: 1rem;
  }
}
.l-career-hero__nav-link::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #27e465;
}
.l-career-hero__bg {
  width: 100%;
  height: 100%;
}
.l-career-hero__bg-container {
  aspect-ratio: 375/192;
  clip-path: polygon(1.875rem 0, 1.875rem 1.875rem, 5.625rem 1.875rem, 5.625rem 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .l-career-hero__bg-container {
    aspect-ratio: 1366/566;
    clip-path: polygon(5.1875rem 0, 5.1875rem 5.125rem, 26.625rem 5.125rem, 26.625rem 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.l-career-dev {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .l-career-dev {
    padding-top: 4.375rem;
  }
}
.l-career-dev__inner {
  max-width: 78.75rem;
}
.l-career-dev__header {
  margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .l-career-dev__header {
    margin-bottom: 4.875rem;
  }
}
.l-career-dev__en {
  color: #27e365;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-career-dev__en {
    font-size: 4.375rem;
    margin-bottom: 1.5625rem;
  }
}
.l-career-dev__ttl {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-career-dev__ttl {
    font-size: 1.25rem;
    margin-left: 0.1875rem;
  }
}
.l-career-dev__container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-career-dev__container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .l-career-dev__container {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
}
.l-career-dev__figure {
  aspect-ratio: 535/370;
  width: 33.4375rem;
}
@media (min-width: 768px) {
  .l-career-dev__figure {
    width: 100%;
    aspect-ratio: 1200/830;
  }
}

.l-data-hero {
  padding-top: 7rem;
}
@media (min-width: 768px) {
  .l-data-hero {
    padding-top: 11.875rem;
  }
}
.l-data-hero__inner {
  max-width: 78.75rem;
}
.l-data-hero__breadcrumbs {
  font-size: 0.65625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-data-hero__breadcrumbs {
    font-size: 0.75rem;
  }
}
.l-data-hero__main {
  text-align: right;
  margin-top: 2.5625rem;
}
@media (min-width: 768px) {
  .l-data-hero__main {
    margin-top: 6.0625rem;
  }
}
.l-data-hero__en {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 1.1875rem;
  margin-bottom: 0.6875rem;
  position: relative;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-data-hero__en {
    font-size: 10rem;
    padding-right: 2.8125rem;
    margin-bottom: 0.5rem;
  }
}
.l-data-hero__en::before {
  content: "";
  width: 0.9375rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  border-radius: 50%;
  background: #27e565;
}
@media (min-width: 768px) {
  .l-data-hero__en::before {
    width: 2.25rem;
    bottom: 1.625rem;
  }
}
.l-data-hero__ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.75rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-data-hero__ttl {
    font-size: 1.5625rem;
    margin-bottom: 5rem;
  }
}
.l-data-hero__date {
  font-size: 0.65625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .l-data-hero__date {
    font-size: 0.875rem;
  }
}

.l-data-cards {
  padding-top: 1rem;
  padding-bottom: 3.25rem;
}
@media (min-width: 768px) {
  .l-data-cards {
    padding-top: 1.25rem;
    padding-bottom: 9.375rem;
  }
}
.l-data-cards__inner {
  max-width: 78.75rem;
}
.l-data-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .l-data-cards__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
}
.l-data-cards__item {
  background: #f0efef;
  padding: 1rem 1.3125rem;
  min-height: 12.1875rem;
}
@media (min-width: 768px) {
  .l-data-cards__item {
    padding: 1.25rem 2.1875rem;
  }
  .l-data-cards__item:nth-child(4) {
    grid-row: 2/4;
    grid-column: 2/3;
    min-height: 27.3125rem;
  }
}
.l-data-cards__item.--gender .l-data-cards__item-ttl {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--gender .l-data-cards__item-ttl {
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 768px) {
  .l-data-cards__item.--age {
    padding-bottom: 2.25rem;
  }
}
.l-data-cards__item.--age .l-data-cards__item-ttl {
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--age .l-data-cards__item-ttl {
    margin-bottom: 1.125rem;
  }
}
.l-data-cards__item.--reason {
  padding-bottom: 2.5rem;
}
.l-data-cards__item.--reason .l-data-cards__item-head {
  margin-bottom: 2.625rem;
  padding-top: 0.375rem;
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .l-data-cards__item.--reason .l-data-cards__item-head {
    padding-top: 1.0625rem;
    gap: 0.625rem;
    margin-bottom: 5rem;
  }
}
.l-data-cards__item.--reason .l-data-cards__item-main {
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--reason .l-data-cards__item-main {
    padding-left: 1.3125rem;
  }
}
.l-data-cards__item.--reason .l-data-cards__ranking {
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--reason .l-data-cards__ranking {
    gap: 2.3125rem;
  }
}
.l-data-cards__item.--worth {
  padding-bottom: 1.3125rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--worth {
    padding-bottom: 2.5rem;
  }
}
.l-data-cards__item.--like {
  padding-bottom: 1.3125rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--like {
    padding-bottom: 2.25rem;
  }
}
.l-data-cards__item.--boss {
  padding-bottom: 1.1875rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--boss {
    padding-bottom: 2.125rem;
  }
}
.l-data-cards__item.--boss .l-data-cards__item-head {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--boss .l-data-cards__item-head {
    margin-bottom: 1.1875rem;
  }
}
.l-data-cards__item.--boss .l-data-cards__ranking {
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .l-data-cards__item.--boss .l-data-cards__ranking {
    gap: 0.5625rem;
  }
}
.l-data-cards__item-ttl {
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 1.6875rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-data-cards__item-ttl {
    font-size: 2rem;
    padding-left: 1.6875rem;
    margin-bottom: 4.875rem;
  }
}
.l-data-cards__item-ttl::before {
  content: "";
  width: 0.3125rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #27e565;
}
@media (min-width: 768px) {
  .l-data-cards__item-ttl::before {
    width: 0.5625rem;
  }
}
.l-data-cards__item-head {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding-top: 0.125rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .l-data-cards__item-head {
    gap: 0.4375rem;
    padding-top: 0.875rem;
    margin-bottom: 1.625rem;
  }
}
.l-data-cards__item-sub {
  font-size: 0.5625rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 0.625rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-data-cards__item-sub {
    font-size: 1.0625rem;
    padding-left: 1.3125rem;
  }
}
.l-data-cards__item-sub::before {
  content: "";
  width: 0.3125rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ff0000;
}
@media (min-width: 768px) {
  .l-data-cards__item-sub::before {
    width: 0.5625rem;
  }
}
.l-data-cards__item-main {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-data-cards__item-main {
    font-size: 2rem;
  }
}
.l-data-cards__years {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 1.8125rem;
}
@media (min-width: 768px) {
  .l-data-cards__years {
    gap: 2.1875rem;
    padding-bottom: 6.9375rem;
  }
}
.l-data-cards__years-icon {
  aspect-ratio: 44/51;
  width: 2.8125rem;
}
@media (min-width: 768px) {
  .l-data-cards__years-icon {
    width: 5.1875rem;
  }
}
.l-data-cards__years-num .num {
  color: #27e565;
  font-size: 5.375rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  left: -0.375rem;
}
@media (min-width: 768px) {
  .l-data-cards__years-num .num {
    font-size: 10rem;
    left: -0.875rem;
  }
}
.l-data-cards__years-num .unit {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-data-cards__years-num .unit {
    font-size: 3rem;
  }
}
.l-data-cards__gender {
  display: flex;
  gap: 1.125rem;
  margin: 0 auto;
  max-width: 15.375rem;
}
@media (min-width: 768px) {
  .l-data-cards__gender {
    gap: 2.75rem;
    max-width: 27.9375rem;
  }
}
.l-data-cards__gender-item {
  flex: 0 0 auto;
  width: calc(50% - 0.5625rem);
  text-align: center;
}
@media (min-width: 768px) {
  .l-data-cards__gender-item {
    width: calc(50% - 1.375rem);
  }
}
.l-data-cards__gender-icon {
  aspect-ratio: 18/52;
  width: 1.125rem;
  text-align: center;
  margin: 0 auto 0.625rem;
  position: relative;
}
@media (min-width: 768px) {
  .l-data-cards__gender-icon {
    margin-bottom: 0.9375rem;
  }
}
.l-data-cards__gender-icon.--male {
  aspect-ratio: 20.51/52.87;
  width: 1.3125rem;
}
@media (min-width: 768px) {
  .l-data-cards__gender-icon.--male {
    width: 2.375rem;
  }
}
.l-data-cards__gender-icon.--female {
  aspect-ratio: 19.32/52.93;
  width: 1.25rem;
  left: -0.4375rem;
}
@media (min-width: 768px) {
  .l-data-cards__gender-icon.--female {
    width: 2.1875rem;
    left: -0.6875rem;
  }
}
.l-data-cards__gender-icon img {
  height: 100%;
  width: auto;
}
.l-data-cards__gender-num .num {
  font-size: 2.6875rem;
  font-weight: 700;
  color: #27e565;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-data-cards__gender-num .num {
    font-size: 5rem;
    margin-right: 0.3125rem;
  }
}
.l-data-cards__gender-num .num.--female {
  color: #ff0000;
}
.l-data-cards__gender-num .unit {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-data-cards__gender-num .unit {
    font-size: 3.125rem;
  }
}
.l-data-cards__gender-label {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}
.l-data-cards__gender-label.--female {
  left: -0.4375rem;
}
@media (min-width: 768px) {
  .l-data-cards__gender-label.--female {
    left: -0.6875rem;
  }
}
@media (min-width: 768px) {
  .l-data-cards__gender-label {
    font-size: 1.5625rem;
    margin-top: 0.1875rem;
  }
}
.l-data-cards__age {
  position: relative;
  left: 0.1875rem;
  width: 10.5625rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-data-cards__age {
    width: 19.5625rem;
    left: 0.3125rem;
  }
}
.l-data-cards__age img {
  width: 100%;
  height: auto;
}
.l-data-cards__reason-icon {
  aspect-ratio: 61.69/57.79;
  width: 3.8125rem;
  margin: 0 auto 2.125rem;
  position: relative;
  left: -0.5rem;
}
@media (min-width: 768px) {
  .l-data-cards__reason-icon {
    width: 7.0625rem;
    left: -0.9375rem;
    margin-bottom: 3.875rem;
  }
}
.l-data-cards__ranking {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 15.9375rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-data-cards__ranking {
    gap: 1.125rem;
    max-width: 30.375rem;
    position: relative;
    left: 0.3125rem;
  }
}
.l-data-cards__ranking-item {
  display: flex;
  align-items: center;
}
.l-data-cards__ranking-item .rank {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 1.9375rem;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-data-cards__ranking-item .rank {
    margin-right: 1.125rem;
    width: 3.5625rem;
  }
}
.l-data-cards__ranking-item .rank .u-en {
  font-size: 1.1875rem;
}
@media (min-width: 768px) {
  .l-data-cards__ranking-item .rank .u-en {
    font-size: 2.25rem;
  }
}
.l-data-cards__ranking-item .rank .unit {
  font-size: 0.625rem;
  font-weight: 500;
  position: relative;
  top: 0.125rem;
  left: 0.125rem;
}
@media (min-width: 768px) {
  .l-data-cards__ranking-item .rank .unit {
    font-size: 1.125rem;
    top: 0.3125rem;
    left: 0.25rem;
  }
}
.l-data-cards__ranking-item .rank.--rank1 {
  background: #ff0000;
}
.l-data-cards__ranking-item .rank.--rank2 {
  background: #c80000;
}
.l-data-cards__ranking-item .rank.--rank3 {
  background: #960000;
}
.l-data-cards__ranking-item .rank.--rank4 {
  background: #640000;
}
.l-data-cards__ranking-item .rank.--rank5 {
  background: #320000;
}
.l-data-cards__ranking-item .body {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-data-cards__ranking-item .text {
  display: flex;
  align-items: center;
  min-height: 1.9375rem;
  font-size: 0.65625rem;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-right: 0.625rem;
  flex: 1 1 auto;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-data-cards__ranking-item .text {
    font-size: 1.375rem;
    line-height: 1.5909090909;
    margin-right: 0.75rem;
  }
}
.l-data-cards__ranking-item .value {
  position: relative;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .l-data-cards__ranking-item .value {
    padding-right: 0;
  }
}
.l-data-cards__ranking-item .value .percent {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #ff0000;
  line-height: 1;
  display: inline-block;
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .l-data-cards__ranking-item .value .percent {
    font-size: 2.25rem;
    margin-right: 0.5rem;
  }
}
.l-data-cards__ranking-item .value .unit {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-data-cards__ranking-item .value .unit {
    font-size: 1.5625rem;
  }
}
.l-data-cards__commute {
  width: 11.4375rem;
  aspect-ratio: 184/167;
  margin: 0 auto;
  position: relative;
  left: -0.3125rem;
}
@media (min-width: 768px) {
  .l-data-cards__commute {
    width: 21.4375rem;
    left: -0.5625rem;
  }
}
.l-data-cards__commute img {
  width: 100%;
  height: auto;
}

.l-recruit-header {
  text-align: right;
  padding-top: 6.875rem;
}
@media (min-width: 768px) {
  .l-recruit-header {
    padding-top: 11.875rem;
  }
}
.l-recruit-header__inner {
  max-width: 78.75rem;
}
.l-recruit-header__main {
  display: flex;
  flex-direction: column;
}
.l-recruit-header__en {
  color: #000;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  padding-right: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .l-recruit-header__en {
    font-size: 10rem;
    padding-right: 3.3125rem;
    letter-spacing: 0.01em;
    margin-bottom: 0.125rem;
  }
}
.l-recruit-header__en::before {
  content: "";
  background: #27e565;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  border-radius: 50%;
  width: 0.9375rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .l-recruit-header__en::before {
    width: 2.25rem;
    bottom: 1.6875rem;
  }
}
.l-recruit-header__ttl {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-recruit-header__ttl {
    font-size: 1.5625rem;
  }
}
.l-recruit-header__breadcrumbs {
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 2.625rem;
  text-align: left;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-recruit-header__breadcrumbs {
    margin-bottom: 6rem;
    font-size: 0.75rem;
  }
}
.l-recruit-header__breadcrumbs a {
  color: inherit;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-recruit-header__breadcrumbs a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-recruit-header__breadcrumbs a:active {
    opacity: 0.7;
  }
}
.l-recruit-header__side-nav {
  text-align: left;
  margin-top: -0.3125rem;
}
@media (min-width: 768px) {
  .l-recruit-header__side-nav {
    margin-top: -6.125rem;
  }
}
@media (min-width: 768px) {
  .l-recruit-header__side-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.6875rem;
  }
}
.l-recruit-header__side-nav-link {
  display: inline-block;
  position: relative;
  font-size: 0.6875rem;
  font-weight: 400;
  padding-left: 0.5rem;
  letter-spacing: 0.06em;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-recruit-header__side-nav-link:hover {
    color: #27e565;
  }
}
@media (hover: none) {
  .l-recruit-header__side-nav-link:active {
    color: #27e565;
  }
}
@media (min-width: 768px) {
  .l-recruit-header__side-nav-link {
    font-size: 1rem;
    padding-left: 1rem;
  }
}
.l-recruit-header__side-nav-link::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #27e565;
}

.l-recruit-welfare {
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .l-recruit-welfare {
    padding-top: 7rem;
  }
}
.l-recruit-welfare__inner {
  max-width: 78.75rem;
}
.l-recruit-welfare__tagline {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .l-recruit-welfare__tagline {
    font-size: 2.5rem;
    margin-bottom: 3.875rem;
  }
}
.l-recruit-welfare__container {
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .l-recruit-welfare__container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.75rem 4.125rem;
  }
}
.l-recruit-welfare__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.0625rem;
  border-bottom: 0.03125rem solid #000;
}
@media (min-width: 768px) {
  .l-recruit-welfare__item {
    width: calc(50% - 2.0625rem);
    padding-bottom: 3.1875rem;
    gap: 2.1875rem;
  }
}
.l-recruit-welfare__item-icon {
  flex: 0 0 auto;
  background: #27e565;
  flex: 0 0 auto;
  width: 4.6875rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .l-recruit-welfare__item-icon {
    width: 8.8125rem;
    margin-top: 0.625rem;
  }
}
.l-recruit-welfare__item-ttl {
  margin-top: -0.125rem;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-recruit-welfare__item-ttl {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
    letter-spacing: 0.06em;
    margin-right: -1.25rem;
  }
}
.l-recruit-welfare__item-txt {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-recruit-welfare__item-txt {
    font-size: 1.125rem;
    line-height: 1.8333333333;
    letter-spacing: 0.06em;
  }
}

.l-recruit-faq {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .l-recruit-faq {
    padding-top: 5.75rem;
  }
}
.l-recruit-faq__inner {
  max-width: 78.75rem;
}
.l-recruit-faq__category-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .l-recruit-faq__category-wrap {
    gap: 4.375rem;
  }
}
.l-recruit-faq__category-ttl {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-recruit-faq__category-ttl {
    font-size: 2.5rem;
    margin-bottom: 3.75rem;
    letter-spacing: 0.06em;
  }
}
.l-recruit-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .l-recruit-faq__list {
    gap: 0.3125rem;
  }
}
.l-recruit-faq__item {
  background: #f1f0f0;
  width: 100%;
}
.l-recruit-faq__item-q {
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0.8125rem;
  padding-left: 2.4375rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
  color: #000;
}
@media (hover: hover) {
  .l-recruit-faq__item-q:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-recruit-faq__item-q:active {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .l-recruit-faq__item-q {
    padding: 2.5625rem 8.0625rem;
  }
}
.l-recruit-faq__item-q-icon {
  color: #27e465;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .l-recruit-faq__item-q-icon {
    font-size: 4.375rem;
    left: 2.625rem;
  }
}
.l-recruit-faq__item-q-txt {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-recruit-faq__item-q-txt {
    font-size: 1.5625rem;
  }
}
.l-recruit-faq__item-q-toggle {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translate(0, -50%);
  width: 0.8125rem;
}
@media (min-width: 768px) {
  .l-recruit-faq__item-q-toggle {
    right: 3.125rem;
    width: 1.625rem;
  }
}
.l-recruit-faq__item-q-toggle::before, .l-recruit-faq__item-q-toggle::after {
  content: "";
  width: 0.8125rem;
  height: 0.09375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .l-recruit-faq__item-q-toggle::before, .l-recruit-faq__item-q-toggle::after {
    width: 1.625rem;
    height: 0.1875rem;
  }
}
.l-recruit-faq__item-q-toggle::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-recruit-faq__item-q-toggle::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.l-recruit-faq__item-q.is-active .l-recruit-faq__item-q-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-recruit-faq__item-a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  transition-property: max-height, opacity;
}
.l-recruit-faq__item-a.is-active {
  max-height: 31.25rem;
  opacity: 1;
}
.l-recruit-faq__item-a-txt {
  font-size: 0.625rem;
  line-height: 2.1;
  font-weight: 400;
  padding: 0 0.75rem 0.75rem 2.25rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-recruit-faq__item-a-txt {
    font-size: 1.125rem;
    line-height: 1.8333333333;
    padding: 0 2.625rem 2.9375rem 8.0625rem;
    position: relative;
    top: -0.375rem;
  }
}
.l-recruit-faq__item-a-txt a {
  text-decoration: underline;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-recruit-faq__item-a-txt a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-recruit-faq__item-a-txt a:active {
    opacity: 0.7;
  }
}

.l-recruit-requirements {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .l-recruit-requirements {
    padding-top: 5.75rem;
    padding-bottom: 9.375rem;
  }
}
.l-recruit-requirements__inner {
  max-width: 78.75rem;
}
.l-recruit-requirements__head {
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .l-recruit-requirements__head {
    margin-bottom: 4.25rem;
  }
}
.l-recruit-requirements__table .table-row {
  border-bottom: 0.0625rem solid #000;
  display: flex;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-row {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-row:first-child {
    position: relative;
  }
  .l-recruit-requirements__table .table-row:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.0625rem;
    background: #000;
  }
}
.l-recruit-requirements__table .table-head {
  flex: 0 0 auto;
  text-align: left;
  font-weight: 700;
  width: 4.8125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-left: 0.125rem;
  padding-top: 0.21875rem;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-head {
    width: 12.8125rem;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.l-recruit-requirements__table .table-cell {
  display: block;
  text-align: left;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 400;
  flex: 1 1 auto;
  letter-spacing: 0.08em;
}
.l-recruit-requirements__table .table-cell .white-space {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-cell {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.l-recruit-requirements__table .table-job {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-job {
    gap: 0;
  }
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-job-item {
    display: flex;
  }
}
.l-recruit-requirements__table .table-job-ttl {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-job-ttl {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 0;
    width: 8.75rem;
    flex: 0 0 auto;
  }
}
.l-recruit-requirements__table .table-job-txt {
  margin: 0;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-job-txt {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.l-recruit-requirements__table .table-salary {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-recruit-requirements__table .table-salary-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-salary-wrap {
    gap: 1rem;
  }
}
.l-recruit-requirements__table .table-salary-item {
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}
.l-recruit-requirements__table .table-salary-ttl, .l-recruit-requirements__table .table-salary-txt, .l-recruit-requirements__table .table-salary-caution {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-salary-ttl, .l-recruit-requirements__table .table-salary-txt, .l-recruit-requirements__table .table-salary-caution {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.l-recruit-requirements__table .table-salary-caution {
  letter-spacing: 0;
}
.l-recruit-requirements__table .table-salary-ttl {
  flex: 0 0 auto;
  width: 4.0625rem;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-salary-ttl {
    width: 9.1875rem;
  }
}
.l-recruit-requirements__table .table-salary-note {
  text-align: right;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .l-recruit-requirements__table .table-salary-note {
    font-size: 0.875rem;
    margin-top: 0.6875rem;
    margin-bottom: -1.25rem;
  }
}