@charset "UTF-8";
.l-container {
  min-width: var(--min-device-width);
}

.l-section {
  --l-section-inner-width-default: var(--site-width);
  --l-section-space-inline-default: var(--space-inline);
  --l-section-space-inline: var(--l-section-space-inline-override, var(--l-section-space-inline-default));
  --l-section-inner-width: var(--l-section-inner-width-override, var(--l-section-inner-width-default));
  --l-section-outer: max(0px, calc((var(--vw100) - var(--l-section-inner-width)) / 2));
  --l-section-gutter: max(var(--l-section-outer), var(--l-section-space-inline));
}
.l-section:where(._gutter) {
  padding-inline: var(--l-section-space-inline);
}
.l-section__inner {
  width: 100%;
  max-width: var(--l-section-inner-width);
  margin-inline: auto;
  background-clip: content-box;
}
.l-section__inner:where(._gutter) {
  max-width: calc( 						var(--l-section-inner-width) + 						(var(--l-section-space-inline) * 2) 					);
  padding-inline: var(--l-section-space-inline);
}
.l-section__inner:where(._gutter-wide) {
  max-width: calc( 						85.375rem + 						(var(--l-section-space-inline) * 2) 					);
  padding-inline: var(--l-section-space-inline);
}
.l-section__inner:where(._gutter-tight) {
  max-width: calc( 						75rem + 						(var(--l-section-space-inline) * 2) 					);
  padding-inline: var(--l-section-space-inline);
}
.l-section__inner:where(._gutter-tight2) {
  max-width: calc( 						68.75rem + 						(var(--l-section-space-inline) * 2) 					);
  padding-inline: var(--l-section-space-inline);
}
.l-section__full {
  margin-inline: calc(var(--l-section-gutter) * -1);
}

.l-row-gap {
  --l-row-gap-default: 60px;
  --l-row-gap: var(--l-row-gap-override, var(--l-row-gap-default));
  display: flex;
  flex-direction: column;
  row-gap: var(--l-row-gap);
}

.l-spacer._section {
  height: var(--space-block-section);
}
.l-spacer._xl {
  height: var(--space-block-xl);
}
.l-spacer._lg {
  height: var(--space-block-lg);
}
.l-spacer._md {
  height: var(--space-block-md);
}
.l-spacer._sm {
  height: var(--space-block-sm);
}
.l-spacer._xs {
  height: var(--space-block-xs);
}
.l-spacer._section-trim {
  height: var(--space-block-section-trim);
}
.l-spacer._xl-trim {
  height: var(--space-block-xl-trim);
}
.l-spacer._lg-trim {
  height: var(--space-block-lg-trim);
}
.l-spacer._md-trim {
  height: var(--space-block-md-trim);
}
.l-spacer._sm-trim {
  height: var(--space-block-sm-trim);
}
.l-spacer._xs-trim {
  height: var(--space-block-xs-trim);
}

.mw_confirm-show {
  display: none;
}

body:has(.mw_wp_form.mw_wp_form_confirm) .mw_confirm-hidden {
  display: none;
}
body:has(.mw_wp_form.mw_wp_form_confirm) .mw_confirm-show {
  display: revert;
}

/* pagenavi */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  text-decoration: none;
  transition: var(--sec);
}
:where(.wp-block-post-content, .wp-gutenberg) {
  font-size: 1rem;
  line-height: 2;
  --wp--preset--font-size--small: rem(14);
  --wp--preset--font-size--medium: rem(16);
  --wp--preset--font-size--large: rem(18);
  --wp--preset--font-size--x-large: rem(20);
}
:where(.wp-block-post-content, .wp-gutenberg) a:not([class]) {
  text-decoration: underline;
}
:where(.wp-block-post-content, .wp-gutenberg) a:not([class]):focus-visible {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  :where(.wp-block-post-content, .wp-gutenberg) a:not([class]):hover {
    text-decoration: none;
  }
}
:where(.wp-block-post-content, .wp-gutenberg) :where(p, ol, ul, table,
   [class*="wp-block"]):not(:last-child) {
  margin-bottom: 40px;
}

.wp-block-heading {
  margin-bottom: 40px;
  border-bottom: 2px solid;
  font-weight: 700;
}

h2.wp-block-heading {
  font-size: 1.5rem;
}

h3.wp-block-heading {
  font-size: 1.375rem;
}

h4.wp-block-heading {
  font-size: 1.25rem;
}

h5.wp-block-heading {
  font-size: 1.125rem;
}

h6.wp-block-heading {
  font-size: 1rem;
}

:where(.wp-gutenberg :is(ul,ol):not([class])),
.wp-block-list {
  padding-left: 1.4em;
}

:where(.wp-gutenberg ul:not([class])),
ul.wp-block-list {
  list-style-type: disc;
}

:where(.wp-gutenberg ol:not([class])),
ol.wp-block-list {
  list-style-type: decimal;
}

:where(.wp-gutenberg li:not([class])),
.wp-block-list-item {
  list-style-type: inherit;
}

:where(.wp-block-post-content, .wp-gutenberg) :is(th, td) {
  padding: 5px;
  border: 1px solid;
  text-align: left;
}

.c-bread__list {
  word-break: break-all;
}
.c-bread__list > li {
  display: inline;
  margin-right: 0.2em;
}
.c-bread__list > li + li:before {
  content: "＞";
  /*	content: ">";*/
}

.c-heading {
  display: flex;
  align-items: center;
  gap: 0 1.5625rem;
}
@media (width <= 51.75rem) {
  .c-heading {
    column-gap: 1.875rem;
  }
}
.c-heading._en .c-heading__jp {
  display: none;
}
.c-heading._center {
  justify-content: center;
}
.c-heading._light {
  color: var(--color-light);
}
.c-heading._light .c-heading__jp::before {
  background-color: var(--color-light);
}
.c-heading._small {
  flex-direction: column;
  align-items: flex-start;
}
.c-heading._small .c-heading__title {
  font-size: 1.75rem;
}
@media (width <= 51.75rem) {
  .c-heading._small .c-heading__title {
    font-size: 2.625rem;
  }
}
.c-heading._small .c-heading__jp {
  font-size: 1rem;
  gap: 0.625rem;
}
@media (width <= 51.75rem) {
  .c-heading._small .c-heading__jp {
    font-size: 2rem;
    gap: 1.5625rem;
  }
}
.c-heading._small .c-heading__jp::before {
  width: 1.25rem;
}
@media (width <= 51.75rem) {
  .c-heading._small .c-heading__jp::before {
    width: 4.5rem;
  }
}
.c-heading._big {
  flex-direction: column;
  align-items: flex-start;
}
.c-heading._big .c-heading__title {
  font-size: 5.375rem;
}
@media (width <= 51.75rem) {
  .c-heading._big .c-heading__title {
    font-size: 5.625rem;
  }
}
.c-heading._big .c-heading__sub {
  font-family: var(--ff-en);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .c-heading._big .c-heading__sub {
    font-size: 3.875rem;
  }
}
.c-heading._big .c-heading__jp {
  font-size: 1.125rem;
  gap: 1.625rem;
  margin-block-start: 2.5rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .c-heading._big .c-heading__jp {
    font-size: 2.375rem;
    margin-block-start: 1.25rem;
  }
}
@media (width <= 51.75rem) {
  .c-heading._pagetitle {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-heading._pagetitle .c-heading__title {
  font-size: 4.8125rem;
}
@media (width <= 51.75rem) {
  .c-heading._pagetitle .c-heading__title {
    font-size: 5.625rem;
  }
}
.c-heading._pagetitle .c-heading__jp {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .c-heading._pagetitle .c-heading__jp {
    font-size: 2.375rem;
    gap: 1.375rem;
  }
}
.c-heading__title {
  font-family: var(--ff-en);
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
  padding-block-start: 0.75rem;
}
@media (width <= 51.75rem) {
  .c-heading__title {
    font-size: 3.5625rem;
  }
}
.c-heading__jp {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}
@media (width <= 51.75rem) {
  .c-heading__jp {
    font-size: 2.1875rem;
    gap: 1.875rem;
  }
}
.c-heading__jp::before {
  content: "";
  display: inline-block;
  width: 4.375rem;
  height: 0.0625rem;
  background-color: var(--color-base);
}
@media (width <= 51.75rem) {
  .c-heading__jp::before {
    width: 6.25rem;
  }
}

.c-text-hover_trigger:focus-visible {
  opacity: 1;
}
.c-text-hover_trigger:focus-visible .c-text-hover-top {
  transform: translateY(-100%);
  opacity: 0;
}
.c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-1em);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-text-hover_trigger:hover {
    opacity: 1;
  }
  .c-text-hover_trigger:hover .c-text-hover-top {
    transform: translateY(-100%);
    opacity: 0;
  }
  .c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-1em);
    opacity: 1;
  }
}

.c-text-hover {
  position: relative;
  overflow: hidden;
}
.c-text-hover-top, .c-text-hover-bottom {
  transition: all var(--sec) ease;
}
.c-text-hover-top {
  transform: translateY(0);
}
.c-text-hover-bottom {
  position: absolute;
  left: 0;
  transform: translateY(1em);
  opacity: 0;
}

.c-img-hover_trigger:focus-visible {
  opacity: 1;
}
.c-img-hover_trigger:focus-visible .c-img-hover {
  scale: 1.04 !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-img-hover_trigger:hover {
    opacity: 1;
  }
  .c-img-hover_trigger:hover .c-img-hover {
    scale: 1.04 !important;
  }
}
.c-img-hover_trigger .c-img-hover {
  transition: scale var(--sec);
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.625rem 1.875rem;
}
@media (width <= 51.75rem) {
  .c-button {
    padding: 1.5rem 2.875rem;
  }
}
.c-button._primary {
  background-color: var(--color-primary);
}
.c-button._secondary {
  background-color: var(--color-secondary);
}
.c-button._dark {
  background-color: var(--color-dark);
  color: var(--color-light);
}
.c-button__text {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1;
  margin-block-start: 0.25rem;
}
@media (width <= 51.75rem) {
  .c-button__text {
    font-size: 1.5625rem;
    margin-block-start: 0.625rem;
  }
}
.c-button.c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-1.1em);
}
@media (hover: hover) and (pointer: fine) {
  .c-button.c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-1.1em);
  }
}
.c-button .c-text-hover-bottom {
  transform: translateY(1.1em);
}
.c-button__arrow {
  width: 0.875rem;
  display: flex;
}
@media (width <= 51.75rem) {
  .c-button__arrow {
    width: 1.375rem;
  }
}
.c-button__arrow .u-svg {
  width: 100%;
}

.c-plus-animation {
  width: 43.75rem;
  aspect-ratio: 1/1;
  position: relative;
}
@media (width <= 51.75rem) {
  .c-plus-animation {
    width: 26.0625rem;
  }
}
.c-plus-animation__yoko {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 22%;
  transform-origin: left center;
  translate: 0 -50%;
  scale: 0 1;
  background-color: var(--color-primary);
  mix-blend-mode: multiply;
  z-index: 2;
}
.c-plus-animation__tate {
  position: absolute;
  left: 50%;
  top: 0;
  width: 22%;
  height: 100%;
  transform-origin: center top;
  translate: -50% 0;
  scale: 1 0;
  background-color: var(--color-secondary);
  mix-blend-mode: multiply;
  z-index: 2;
}
.c-plus-animation__yoko_bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 22%;
  transform-origin: left center;
  translate: 0 -50%;
  scale: 0 1;
  background-color: color-mix(in srgb, var(--color-light) 70%, transparent);
  z-index: 1;
}
.c-plus-animation__tate_bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 22%;
  height: 100%;
  transform-origin: center top;
  translate: -50% 0;
  scale: 1 0;
  background-color: color-mix(in srgb, var(--color-light) 70%, transparent);
  z-index: 1;
}

.c-text {
  font-size: 1.125rem;
  text-align: justify;
  line-height: 2.2222222222;
}
@media (width <= 51.75rem) {
  .c-text {
    font-size: 2rem;
    line-height: 1.875;
  }
}

.c-heading3 {
  display: flex;
  align-items: start;
  gap: 1.25rem;
  margin-block-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .c-heading3 {
    gap: 1.875rem;
    margin-block-end: 2.5rem;
  }
}
.c-heading3__jp {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (width <= 51.75rem) {
  .c-heading3__jp {
    font-size: 3.25rem;
  }
}
.c-heading3__plus {
  width: 2.375rem;
  aspect-ratio: 1/1;
  position: relative;
  margin-block-start: 0.5rem;
}
@media (width <= 51.75rem) {
  .c-heading3__plus {
    width: 3.4375rem;
    margin-block-start: 0.375rem;
  }
}
.c-heading3__plus::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 22%;
  transform-origin: left center;
  translate: 0 -50%;
  background-color: var(--color-primary);
  mix-blend-mode: multiply;
}
.c-heading3__plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 22%;
  height: 100%;
  transform-origin: center top;
  translate: -50% 0;
  background-color: var(--color-secondary);
  mix-blend-mode: multiply;
}

.p-popup-movie video, .p-popup-movie iframe, .p-popup-movie img {
  max-width: calc(var(--vw) * 96);
  width: auto;
  height: 100%;
  max-height: 92svh;
  display: block;
  aspect-ratio: 16/9;
}
@media (width <= 51.75rem) {
  .p-popup-movie video, .p-popup-movie iframe, .p-popup-movie img {
    max-width: calc(var(--vw) * 96);
  }
}
.p-popup-movie iframe {
  width: calc(var(--vw) * 96);
}
.p-popup-movie img {
  height: auto;
  aspect-ratio: auto;
}

.u-break {
  letter-spacing: 0.01em;
}

.u-break2 {
  letter-spacing: 0.02em;
}

@media (width <= 51.75rem) {
  .u-break4 {
    letter-spacing: 0.04em;
  }
}

@media (width <= 51.75rem) {
  .u-break6 {
    letter-spacing: 0.06em;
  }
}

@media (width <= 51.75rem) {
  .u-break8 {
    letter-spacing: 0.08em;
  }
}

[data-tel] a {
  color: inherit;
}

[data-details] summary {
  cursor: pointer;
}
[data-details-panel] {
  overflow: hidden;
}

/*
   * 個別アニメーション
   */
[data-sa=fadeIn] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--sa-duration-override, var(--sec));
}
[data-sa=fadeIn].is-show {
  opacity: 1;
}

[data-sa=fadeInUp] {
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transform: translate(0, 40px);
}
[data-sa=fadeInUp].is-show {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, 0);
}

[data-sa=fadeZoom] {
  opacity: 0;
  transition-property: all;
  transition-duration: var(--sa-duration-override, var(--sec));
  transform: scale(0.7);
}
[data-sa=fadeZoom].is-show {
  opacity: 1;
  transform: scale(1);
}

[data-sa=fadeIn-infinite] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--sa-duration-override, var(--sec));
}
[data-sa=fadeIn-infinite].is-visible {
  opacity: 1;
}

/*
   * グループ
   */
[data-sa-trigger=fadeInUp].is-show {
  --sa-opacity: 1;
  --sa-translate: none;
}

[data-sa-group=fadeInUp] {
  --sa-translate-default: var(--sa-translate-override, 0 40px);
  opacity: var(--sa-opacity, 0);
  translate: var(--sa-translate, var(--sa-translate-default));
  transition-property: opacity, translate;
  transition-duration: var(--sa-duration-override, var(--sec));
}

/*
   * 遅延用のユーティリティクラス
   */
.u-Tdelay0 {
  transition-delay: 0s !important;
}

.u-Adelay0 {
  animation-delay: 0s !important;
}

.u-Tdelay1 {
  transition-delay: 0.1s !important;
}

.u-Adelay1 {
  animation-delay: 0.1s !important;
}

.u-Tdelay2 {
  transition-delay: 0.2s !important;
}

.u-Adelay2 {
  animation-delay: 0.2s !important;
}

.u-Tdelay3 {
  transition-delay: 0.3s !important;
}

.u-Adelay3 {
  animation-delay: 0.3s !important;
}

.u-Tdelay4 {
  transition-delay: 0.4s !important;
}

.u-Adelay4 {
  animation-delay: 0.4s !important;
}

.u-Tdelay5 {
  transition-delay: 0.5s !important;
}

.u-Adelay5 {
  animation-delay: 0.5s !important;
}

.u-Tdelay6 {
  transition-delay: 0.6s !important;
}

.u-Adelay6 {
  animation-delay: 0.6s !important;
}

.u-Tdelay7 {
  transition-delay: 0.7s !important;
}

.u-Adelay7 {
  animation-delay: 0.7s !important;
}

.u-Tdelay8 {
  transition-delay: 0.8s !important;
}

.u-Adelay8 {
  animation-delay: 0.8s !important;
}

.u-Tdelay9 {
  transition-delay: 0.9s !important;
}

.u-Adelay9 {
  animation-delay: 0.9s !important;
}

.u-Tdelay10 {
  transition-delay: 1s !important;
}

.u-Adelay10 {
  animation-delay: 1s !important;
}

.u-Tdelay11 {
  transition-delay: 1.1s !important;
}

.u-Adelay11 {
  animation-delay: 1.1s !important;
}

.u-Tdelay12 {
  transition-delay: 1.2s !important;
}

.u-Adelay12 {
  animation-delay: 1.2s !important;
}

.u-Tdelay13 {
  transition-delay: 1.3s !important;
}

.u-Adelay13 {
  animation-delay: 1.3s !important;
}

.u-Tdelay14 {
  transition-delay: 1.4s !important;
}

.u-Adelay14 {
  animation-delay: 1.4s !important;
}

.u-Tdelay15 {
  transition-delay: 1.5s !important;
}

.u-Adelay15 {
  animation-delay: 1.5s !important;
}

.u-Tdelay16 {
  transition-delay: 1.6s !important;
}

.u-Adelay16 {
  animation-delay: 1.6s !important;
}

.u-Tdelay17 {
  transition-delay: 1.7s !important;
}

.u-Adelay17 {
  animation-delay: 1.7s !important;
}

.u-Tdelay18 {
  transition-delay: 1.8s !important;
}

.u-Adelay18 {
  animation-delay: 1.8s !important;
}

.u-Tdelay19 {
  transition-delay: 1.9s !important;
}

.u-Adelay19 {
  animation-delay: 1.9s !important;
}

.u-Tdelay20 {
  transition-delay: 2s !important;
}

.u-Adelay20 {
  animation-delay: 2s !important;
}

.u-Tdelay21 {
  transition-delay: 2.1s !important;
}

.u-Adelay21 {
  animation-delay: 2.1s !important;
}

.u-Tdelay22 {
  transition-delay: 2.2s !important;
}

.u-Adelay22 {
  animation-delay: 2.2s !important;
}

.u-Tdelay23 {
  transition-delay: 2.3s !important;
}

.u-Adelay23 {
  animation-delay: 2.3s !important;
}

.u-Tdelay24 {
  transition-delay: 2.4s !important;
}

.u-Adelay24 {
  animation-delay: 2.4s !important;
}

.u-Tdelay25 {
  transition-delay: 2.5s !important;
}

.u-Adelay25 {
  animation-delay: 2.5s !important;
}

.u-Tdelay26 {
  transition-delay: 2.6s !important;
}

.u-Adelay26 {
  animation-delay: 2.6s !important;
}

.u-Tdelay27 {
  transition-delay: 2.7s !important;
}

.u-Adelay27 {
  animation-delay: 2.7s !important;
}

.u-Tdelay28 {
  transition-delay: 2.8s !important;
}

.u-Adelay28 {
  animation-delay: 2.8s !important;
}

.u-Tdelay29 {
  transition-delay: 2.9s !important;
}

.u-Adelay29 {
  animation-delay: 2.9s !important;
}

.u-Tdelay30 {
  transition-delay: 3s !important;
}

.u-Adelay30 {
  animation-delay: 3s !important;
}

.u-Tdelay31 {
  transition-delay: 3.1s !important;
}

.u-Adelay31 {
  animation-delay: 3.1s !important;
}

.u-Tdelay32 {
  transition-delay: 3.2s !important;
}

.u-Adelay32 {
  animation-delay: 3.2s !important;
}

.u-Tdelay33 {
  transition-delay: 3.3s !important;
}

.u-Adelay33 {
  animation-delay: 3.3s !important;
}

.u-Tdelay34 {
  transition-delay: 3.4s !important;
}

.u-Adelay34 {
  animation-delay: 3.4s !important;
}

.u-Tdelay35 {
  transition-delay: 3.5s !important;
}

.u-Adelay35 {
  animation-delay: 3.5s !important;
}

.u-Tdelay36 {
  transition-delay: 3.6s !important;
}

.u-Adelay36 {
  animation-delay: 3.6s !important;
}

.u-Tdelay37 {
  transition-delay: 3.7s !important;
}

.u-Adelay37 {
  animation-delay: 3.7s !important;
}

.u-Tdelay38 {
  transition-delay: 3.8s !important;
}

.u-Adelay38 {
  animation-delay: 3.8s !important;
}

.u-Tdelay39 {
  transition-delay: 3.9s !important;
}

.u-Adelay39 {
  animation-delay: 3.9s !important;
}

.u-Tdelay40 {
  transition-delay: 4s !important;
}

.u-Adelay40 {
  animation-delay: 4s !important;
}

.u-Tdelay41 {
  transition-delay: 4.1s !important;
}

.u-Adelay41 {
  animation-delay: 4.1s !important;
}

.u-Tdelay42 {
  transition-delay: 4.2s !important;
}

.u-Adelay42 {
  animation-delay: 4.2s !important;
}

.u-Tdelay43 {
  transition-delay: 4.3s !important;
}

.u-Adelay43 {
  animation-delay: 4.3s !important;
}

.u-Tdelay44 {
  transition-delay: 4.4s !important;
}

.u-Adelay44 {
  animation-delay: 4.4s !important;
}

.u-Tdelay45 {
  transition-delay: 4.5s !important;
}

.u-Adelay45 {
  animation-delay: 4.5s !important;
}

.u-Tdelay46 {
  transition-delay: 4.6s !important;
}

.u-Adelay46 {
  animation-delay: 4.6s !important;
}

.u-Tdelay47 {
  transition-delay: 4.7s !important;
}

.u-Adelay47 {
  animation-delay: 4.7s !important;
}

.u-Tdelay48 {
  transition-delay: 4.8s !important;
}

.u-Adelay48 {
  animation-delay: 4.8s !important;
}

.u-Tdelay49 {
  transition-delay: 4.9s !important;
}

.u-Adelay49 {
  animation-delay: 4.9s !important;
}

.u-Tdelay50 {
  transition-delay: 5s !important;
}

.u-Adelay50 {
  animation-delay: 5s !important;
}

/*
 * 左→右 クリップ表示 + 色変化（HTML / SVG対応）
 */
[data-sa^=clipText] {
  --clip-start: currentColor;
  --clip-end: currentColor;
  clip-path: inset(0 100% 0 0);
  color: var(--clip-start);
  fill: var(--clip-start);
}
[data-sa^=clipText].is-show {
  animation: clipTextReveal var(--sa-duration-override, 1.5s) ease forwards;
}

@keyframes clipTextReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    color: var(--clip-start);
    fill: var(--clip-start);
  }
  40% {
    color: var(--clip-start);
    fill: var(--clip-start);
  }
  100% {
    clip-path: inset(0 0 0 0);
    color: var(--clip-end);
    fill: var(--clip-end);
  }
}
[data-sa=clipText] {
  --clip-start: var(--color-primary);
  --clip-end: currentColor;
}

[data-sa=clipText2] {
  --clip-start: var(--color-quaternary);
  --clip-end: currentColor;
}

[data-sa=clipText3] {
  --clip-start: var(--color-secondary);
  --clip-end: currentColor;
}

[data-sa=clipText4] {
  --clip-start: var(--color-quaternary2);
  --clip-end: currentColor;
}

[data-sa=clipText5] {
  --clip-start: var(--color-primary);
  --clip-end: var(--color-secondary);
}

[data-sa=clipText6] {
  --clip-start: var(--color-primary);
  --clip-end: var(--color-light);
}

[data-sa=clipText7] {
  --clip-start: var(--color-primary);
  --clip-end: var(--color-dark);
}
[data-sa=clipText7].is-show {
  animation: clipTextReveal 1.5s ease forwards;
}
[data-sa=clipText7].is-show .color-change {
  animation: colorShift 1.5s ease forwards;
}

.color-change {
  --clip-start: var(--color-dark);
  --clip-end: var(--color-primary);
  color: var(--clip-start);
}

@keyframes colorShift {
  0%, 40% {
    color: var(--clip-start);
  }
  100% {
    color: var(--clip-end);
  }
}
/*
 * 画像アニメーション
 */
[data-sa=zoomFade] {
  overflow: hidden;
}

[data-sa=zoomFade] .sa-child {
  display: block;
  opacity: 0;
  scale: 1.1;
  will-change: scale, opacity;
}

[data-sa=zoomFade].is-show .sa-child {
  animation-name: zoomFadeIn;
  animation-duration: var(--sa-duration-override, 1s);
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  /* delayは .u-AdelayXX */
}

@keyframes zoomFadeIn {
  0% {
    opacity: 0;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
/*
 * フリップアニメーション
 */
[data-sa-trigger=flipCard].is-show .sa-flip {
  animation: flipCardIn var(--sa-duration-override, 0.8s) ease-in-out forwards;
}

[data-sa-group=flipCard] {
  perspective: 1000px;
  overflow: visible;
}
[data-sa-group=flipCard] .sa-flip {
  display: grid;
  transform-style: preserve-3d;
  /* 初期：裏が正面 */
  rotate: y -180deg;
}
[data-sa-group=flipCard] .sa-face {
  grid-area: 1/1;
  backface-visibility: hidden;
}
[data-sa-group=flipCard] .sa-front {
  rotate: y 0deg;
}
[data-sa-group=flipCard] .sa-back {
  rotate: y -180deg;
  background: var(--color-primary);
}

@keyframes flipCardIn {
  0% {
    rotate: y -180deg;
  }
  100% {
    rotate: y 0deg;
  }
}
.lity {
  z-index: 9999 !important;
}

.lity-close {
  font-size: 0 !important;
  position: absolute !important;
  background: url(../img/cmn/close.png) no-repeat top left !important;
  background-size: contain !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  top: -1.875rem !important;
}

@media (51.75rem < width) {
  .scroll-hint {
    overflow: visible !important;
  }
}

.scroll-hint-icon {
  background: url(../img/development/scroll.png) no-repeat top left !important;
  background-size: contain !important;
  width: 11.9375rem !important;
  aspect-ratio: 1/1;
  top: 39% !important;
  left: 32% !important;
}
@media (51.75rem < width) {
  .scroll-hint-icon {
    display: none !important;
  }
}
.scroll-hint-icon::before, .scroll-hint-icon::after {
  content: none !important;
}
.scroll-hint-icon .scroll-hint-text {
  display: none !important;
}

[data-sa=plus].is-show .c-plus-animation__yoko, [data-sa=plus].is-show .c-plus-animation__yoko_bg {
  animation: plusYoko 0.4s ease-out forwards;
}
[data-sa=plus].is-show .c-plus-animation__tate, [data-sa=plus].is-show .c-plus-animation__tate_bg {
  animation: plusTate 0.4s ease-out forwards;
  animation-delay: calc(0.4s + var(--delay, 0s));
}

@keyframes plusYoko {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes plusTate {
  0% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}
html {
  scrollbar-gutter: stable;
  font-size: calc(100vw * 16 / 1600);
}
@media (width <= 51.75rem) {
  html {
    font-size: calc(100vw * 16 / 828);
  }
}

/*全画面*/
.g-wrapper._under {
  padding-block-start: var(--scroll-adjust);
}

body._fixed {
  overflow: hidden;
}

/*ヘッダー*/
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--scroll-adjust);
  background-color: var(--color-light);
  transition: background-color var(--sec);
  z-index: 9999;
}
.g-header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 51.75rem) {
  .g-header__info {
    height: var(--scroll-adjust);
  }
}
.g-header__inner {
  padding-inline-start: 2.1875rem;
  margin-inline-end: 5.9375rem;
}
.g-header__logo {
  width: 38.125rem;
}
.g-header__logo img {
  width: 100%;
}
.g-header__nav .entry {
  display: flex;
  align-items: center;
}
.g-header__nav .entry__insta {
  margin-inline-end: 3.4375rem;
  width: 2.125rem;
  transition: opacity var(--sec);
}
.g-header__nav .entry__insta img {
  width: 100%;
}
.g-header__nav .entry_inner {
  width: fit-content;
  margin-inline: auto;
}
.g-header__nav .entry__button {
  padding: 1.75rem 0.625rem 1.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
  min-width: 5.9375rem;
  min-height: var(--scroll-adjust);
}
.g-header__nav .entry__button._secondary {
  background-color: var(--color-secondary);
}
.g-header__nav .entry__button._primary {
  background-color: var(--color-primary);
}
.g-header__nav .entry__button._tertiary {
  background-color: var(--color-tertiary);
}
.g-header__nav .entry__text {
  font-size: 0.6875rem;
}
.g-header__nav .entry__text .small {
  font-size: 0.8125rem;
  line-height: 1;
}
.g-header__nav .entry__title {
  font-family: var(--ff-en);
  font-size: 0.75rem;
  line-height: 1.2;
}
.g-header._header-active {
  background-color: var(--color-light);
}
.g-header__hm-line {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 5.9375rem;
  height: var(--scroll-adjust);
  background-color: var(--color-dark);
  transition: background-color var(--sec);
}
@media (width <= 51.75rem) {
  .g-header__hm-line {
    width: 6.8125rem;
  }
}
.g-header__hm-line:focus-visible {
  background-color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .g-header__hm-line:hover {
    background-color: var(--color-primary);
  }
}
.g-header__hm-line._active .g-header__hm-line-inner {
  rotate: 360deg;
}
.g-header__hm-line._active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.25rem;
}
@media (width <= 51.75rem) {
  .g-header__hm-line._active span:nth-of-type(1) {
    width: 1.5625rem;
  }
}
.g-header__hm-line._active span:nth-of-type(2) {
  opacity: 0;
}
.g-header__hm-line._active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1.25rem;
}
@media (width <= 51.75rem) {
  .g-header__hm-line._active span:nth-of-type(3) {
    width: 1.5625rem;
  }
}
.g-header__hm-line span {
  position: absolute;
  display: inline-block;
  transition: all var(--sec);
  height: 0.0625rem;
  width: 1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-light);
}
@media (width <= 51.75rem) {
  .g-header__hm-line span {
    width: 1.25rem;
  }
}
.g-header__hm-line span:nth-of-type(1) {
  top: 2.1875rem;
}
@media (width <= 51.75rem) {
  .g-header__hm-line span:nth-of-type(1) {
    top: 2.5rem;
  }
}
.g-header__hm-line span:nth-of-type(2) {
  top: 2.6875rem;
}
@media (width <= 51.75rem) {
  .g-header__hm-line span:nth-of-type(2) {
    top: 3.0625rem;
  }
}
.g-header__hm-line span:nth-of-type(3) {
  top: 3.1875rem;
}
@media (width <= 51.75rem) {
  .g-header__hm-line span:nth-of-type(3) {
    top: 3.625rem;
  }
}
.g-header__hm-line-inner {
  transition: rotate var(--sec);
  position: relative;
  width: 100%;
  height: 100%;
}
.g-header__hm {
  position: fixed;
  top: var(--scroll-adjust);
  right: -120%;
  width: 100%;
  height: 100svh;
  transition: all var(--sec);
  z-index: 9999;
  background-color: var(--color-light);
  overflow: auto;
  max-height: 100svh;
}
.g-header__hm._panelactive {
  right: 0;
}
.g-header__hm .hm__menu {
  margin-block: 4.375rem 11.25rem;
  display: grid;
  grid-template-columns: 1fr 26.5625rem;
  gap: 3.75rem 4.375rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__menu {
    margin-block: 6.875rem 11.25rem;
    grid-template-columns: 1fr;
    gap: 4.375rem;
  }
}
.g-header__hm .hm__group._1 {
  display: grid;
  grid-area: 1/1/2/2;
  grid-template-columns: 1fr 1fr 1fr 1.1fr;
  gap: 2.625rem 1.125rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 {
    grid-template-columns: repeat(6, 1fr);
    gap: 4.375rem 1.4375rem;
  }
}
.g-header__hm .hm__group._1 .hm__image {
  height: 11.375rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__image {
    height: auto;
  }
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__item:nth-child(1) {
    grid-area: 1/1/2/3;
  }
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__item:nth-child(2) {
    grid-area: 1/3/2/5;
  }
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__item:nth-child(3) {
    grid-area: 1/5/2/7;
  }
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__item:nth-child(4) {
    grid-area: 2/1/3/4;
    margin-inline-end: 1.6875rem;
  }
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__item:nth-child(4) .hm__image {
    height: 12.6875rem;
  }
}
.g-header__hm .hm__group._1 .hm__item._column {
  grid-area: 2/1/3/3;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__item._column {
    flex-direction: column;
    gap: 0;
    grid-area: 2/4/3/7;
    margin-inline-start: 1.6875rem;
    align-items: stretch;
  }
}
.g-header__hm .hm__group._1 .hm__item._column .hm__image {
  width: 10.6875rem;
  height: auto;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._1 .hm__item._column .hm__image {
    width: auto;
    height: 12.6875rem;
  }
}
.g-header__hm .hm__group._2 {
  grid-area: 1/1/2/2;
  display: grid;
  justify-content: end;
  align-content: end;
  width: 27rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._2 {
    grid-area: 2/1/3/2;
    width: 100%;
  }
}
.g-header__hm .hm__group._2:focus-visible .hm__title {
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .g-header__hm .hm__group._2:hover .hm__title {
    color: var(--color-primary);
  }
}
.g-header__hm .hm__group._2 .hm__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5625rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._2 .hm__image {
    aspect-ratio: 233/172;
  }
}
.g-header__hm .hm__group._3 {
  grid-area: 2/1/3/2;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2.375rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._3 {
    grid-area: 4/1/5/2;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.g-header__hm .hm__group._3 .hm__title .title {
  font-size: 0.9375rem;
  margin-block-end: 0.25rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._3 .hm__title .title {
    font-size: 2.1875rem;
  }
}
.g-header__hm .hm__group._3 .hm__title .jp {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._3 .hm__title .jp {
    font-size: 1.875rem;
  }
}
.g-header__hm .hm__group._3 .hm__image {
  width: 5.8125rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._3 .hm__image {
    width: 15.8125rem;
  }
}
.g-header__hm .hm__group._4 {
  grid-area: 1/2/2/3;
  display: grid;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._4 {
    grid-area: 3/1/4/2;
  }
}
.g-header__hm .hm__group._4 .hm__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1rem;
}
.g-header__hm .hm__group._4 .hm__title .jp {
  margin-block-start: 0.5rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__group._5 {
    display: grid;
    grid-template-columns: 26.6875rem auto;
    margin-inline-end: 4.6875rem;
    align-items: center;
    justify-content: space-between;
  }
}
.g-header__hm .hm__item {
  position: relative;
}
.g-header__hm .hm__item:focus-visible .hm__title {
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .g-header__hm .hm__item:hover .hm__title {
    color: var(--color-primary);
  }
}
.g-header__hm .hm__item._column {
  display: flex;
  gap: 0.6875rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__item._column {
    align-items: center;
    gap: 1.25rem;
  }
}
.g-header__hm .hm__title {
  transition: color var(--sec);
  margin-block-end: 0.4375rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__title {
    margin-block-end: 0.9375rem;
  }
}
.g-header__hm .hm__title .title {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__title .title {
    font-size: 2.625rem;
    margin-inline-end: -1.125rem;
  }
}
.g-header__hm .hm__title .jp {
  line-height: 1.25;
}
.g-header__hm .hm__image {
  overflow: hidden;
  width: 100%;
  height: max-content;
}
.g-header__hm .hm__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.g-header__hm .hm__arrow {
  width: 1.375rem;
  aspect-ratio: 1/1;
  background-color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--color-light);
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__arrow {
    width: 2.5625rem;
  }
}
.g-header__hm .hm__arrow .u-svg {
  width: 0.625rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__arrow .u-svg {
    width: 1.125rem;
  }
}
.g-header__hm .hm__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.875rem;
  border: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__button {
    padding: 2.8125rem 1.25rem 2.8125rem 4rem;
  }
}
.g-header__hm .hm__button:focus-visible {
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .g-header__hm .hm__button:hover {
    color: var(--color-primary);
  }
}
.g-header__hm .hm__button .hm__title {
  width: fit-content;
  margin: 0 auto;
}
.g-header__hm .hm__button .hm__title .title {
  font-size: 1.375rem;
}
@media (width <= 51.75rem) {
  .g-header__hm .hm__button .hm__title .title {
    font-size: 2.5rem;
  }
}
.g-header__hm .hm__insta {
  width: 7.1875rem;
}
.g-header__hm .hm__insta img {
  width: 100%;
}
.g-header__hm .hm__entry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.g-header__hm .hm__entry .entry_inner {
  width: fit-content;
  margin-inline: auto;
}
.g-header__hm .hm__entry .entry__button {
  padding: 1.75rem 0.625rem 1.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
}
.g-header__hm .hm__entry .entry__button._secondary {
  background-color: var(--color-secondary);
}
.g-header__hm .hm__entry .entry__button._primary {
  background-color: var(--color-primary);
}
.g-header__hm .hm__entry .entry__button._tertiary {
  background-color: var(--color-tertiary);
}
.g-header__hm .hm__entry .entry__text {
  font-size: 1.8125rem;
}
.g-header__hm .hm__entry .entry__text .small {
  font-size: 2.0625rem;
  line-height: 1;
}
.g-header__hm .hm__entry .entry__title {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 2.5625rem;
  line-height: 1.1;
  text-align: center;
  margin-block-start: 0.125rem;
}

/*フッター*/
.g-footer .footer__inner {
  padding-inline: 4.75rem 6.25rem;
}
@media (width <= 51.75rem) {
  .g-footer .footer__inner {
    padding-inline: 3.125rem;
  }
}
.g-footer .footer__logo {
  display: block;
  width: 42rem;
  margin-block-end: 1.25rem;
  transition: opacity var(--sec);
}
@media (width <= 51.75rem) {
  .g-footer .footer__logo {
    width: 45.625rem;
    margin-block-end: 2.5rem;
  }
}
.g-footer .footer__logo img {
  width: 100%;
}
.g-footer .footer__content {
  background-color: var(--color-dark);
  padding-block: 20rem 4.0625rem;
  color: var(--color-light);
}
@media (width <= 51.75rem) {
  .g-footer .footer__content {
    padding-block: 5.3125rem 3.125rem;
  }
}
.g-footer .footer__column {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
@media (width <= 51.75rem) {
  .g-footer .footer__column {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 21.125rem;
  }
}
.g-footer .footer__copy {
  font-size: 0.75rem;
  font-family: var(--ff-en);
}
@media (width <= 51.75rem) {
  .g-footer .footer__copy {
    font-size: 1.125rem;
  }
}
.g-footer .footer__link {
  font-size: 0.875rem;
  font-family: var(--ff-en);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  line-height: 1.1;
}
@media (width <= 51.75rem) {
  .g-footer .footer__link {
    font-size: 2rem;
    gap: 2.375rem;
  }
}
.g-footer .footer__link img {
  width: 0.625rem;
  margin-block-end: 0.25rem;
  aspect-ratio: 23/24;
}
@media (width <= 51.75rem) {
  .g-footer .footer__link img {
    width: 1.4375rem;
    margin-block-end: 0.625rem;
  }
}

/*メイン*/
.g-main {
  display: block;
}
.g-main:after {
  content: " ";
  display: block;
  clear: both;
}

.q-business-fv {
  padding-block: 8.125rem 6.25rem;
}
@media (width <= 51.75rem) {
  .q-business-fv {
    padding-block: 8.75rem 6.875rem;
  }
}
.q-business-fv .c-heading {
  margin-inline-start: -1.875rem;
  margin-block-end: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-business-fv .c-heading {
    margin-inline-start: 0;
    margin-block-end: 3.125rem;
  }
}
.q-business-fv .fv img {
  width: 100%;
}

.q-business-about .about__head {
  position: relative;
  margin-block-end: 6.25rem;
}
.q-business-about .about__head .c-text {
  line-height: 2.3333333333;
}
@media (width <= 51.75rem) {
  .q-business-about .about__head .c-text {
    line-height: 1.875;
  }
}
.q-business-about .about__plus .c-plus-animation {
  width: 20.5rem;
  position: absolute;
  right: calc(50% - calc(var(--vw) * 50));
  top: -1.5625rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__plus .c-plus-animation {
    width: 19.5rem;
    top: -2.5rem;
  }
}
.q-business-about .about__title {
  font-size: 2.375rem;
  font-weight: 700;
  margin-block-end: 1.5625rem;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-business-about .about__title {
    font-size: 2.8125rem;
    line-height: 1.5555555556;
  }
}
.q-business-about .about__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.q-business-about .about__image .image {
  overflow: hidden;
}
.q-business-about .about__image .image img {
  width: 100.5%;
  max-width: 100.5%;
}
.q-business-about .about__content {
  background-color: var(--color-bg-ash2);
  padding-block: 6.25rem 7.5rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__content {
    padding-block: 7.5rem 10.625rem;
  }
}
.q-business-about .about__content .headline {
  font-size: 1.25rem;
  font-weight: 700;
  margin-block-end: 0.9375rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__content .headline {
    font-size: 2.1875rem;
  }
}
.q-business-about .about__anchor {
  margin-block-start: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin-inline: -1.5rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-inline: 0;
  }
}
.q-business-about .about__anchor .anchor {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-primary);
  aspect-ratio: 1/1;
  text-align: center;
  position: relative;
  transition: opacity var(--sec);
}
.q-business-about .about__anchor .anchor:nth-child(even) {
  background-color: var(--color-secondary);
}
.q-business-about .about__anchor .anchor .title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-block-end: 0.25rem;
  padding-block-start: 4.375rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__anchor .anchor .title {
    font-size: 2.6875rem;
    padding-block-start: 5.625rem;
  }
}
.q-business-about .about__anchor .anchor .sub {
  color: var(--color-light);
  font-weight: 700;
  border: 0.0625rem solid var(--color-light);
  padding: 0 0.875rem;
  margin-block-end: 0.625rem;
  min-width: 7.5rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__anchor .anchor .sub {
    min-width: 13.625rem;
  }
}
.q-business-about .about__anchor .anchor .kome {
  font-size: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__anchor .anchor .kome {
    font-size: 1.4375rem;
  }
}
.q-business-about .about__anchor .anchor .arrow {
  rotate: 90deg;
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  translate: -50% 0;
  display: flex;
}
@media (width <= 51.75rem) {
  .q-business-about .about__anchor .anchor .arrow {
    bottom: 3.4375rem;
  }
}
.q-business-about .about__anchor .anchor .arrow .u-svg {
  width: 1.0625rem;
}
@media (width <= 51.75rem) {
  .q-business-about .about__anchor .anchor .arrow .u-svg {
    width: 2rem;
  }
}

.q-business-content {
  position: relative;
  padding-block: 11rem 8.125rem;
}
@media (width <= 51.75rem) {
  .q-business-content {
    padding-block: 16.875rem 12.5rem;
  }
}
.q-business-content::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7.5rem;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-business-content::after {
    width: 11.875rem;
  }
}
.q-business-content._last {
  padding-block-end: 20.625rem;
}
@media (width <= 51.75rem) {
  .q-business-content._last {
    padding-block-end: 21.875rem;
  }
}
.q-business-content._last::after {
  content: none;
}
.q-business-content .content__plus .c-plus-animation {
  width: 12.375rem;
  position: absolute;
  top: 0;
  left: 0;
}
.q-business-content .content__head {
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (width <= 51.75rem) {
  .q-business-content .content__head {
    flex-direction: column;
    gap: 4.375rem;
    margin-inline-end: 0;
  }
}
.q-business-content .content__title {
  display: flex;
  gap: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__title {
    gap: 3.75rem;
  }
}
.q-business-content .content__text {
  width: 36.4375rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__text {
    width: 100%;
  }
}
.q-business-content .content__text .title {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: var(--ff-en);
  width: fit-content;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__text .title {
    font-size: 1.5rem;
  }
}
.q-business-content .content__text .title_sub {
  font-size: 1.375rem;
  font-weight: 700;
  margin-block-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__text .title_sub {
    font-size: 2.125rem;
    margin-block-start: 0.3125rem;
  }
}
.q-business-content .content__text .title_sub span {
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
}
@media (width <= 51.75rem) {
  .q-business-content .content__text .title_sub span {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
.q-business-content .content__text .en {
  margin: 0 0 -0.3125rem 0.3125rem;
}
.q-business-content .content__text .jp {
  font-size: 3.4375rem;
  font-weight: 700;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-business-content .content__text .jp {
    font-size: 5rem;
  }
}
.q-business-content .content__list {
  width: 43.0625rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__list {
    width: 100%;
  }
}
.q-business-content .content__list .list_title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-block-end: -0.4375rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__list .list_title {
    font-size: 2.375rem;
  }
}
.q-business-content .content__list .list_wrap {
  background-color: var(--color-bg-ash2);
  padding: 2.625rem 4.375rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__list .list_wrap {
    padding-inline: 3.75rem;
  }
}
.q-business-content .content__list .list_wrap .list {
  font-size: 1.0625rem;
  text-indent: -1em;
  padding-inline-start: 1em;
  line-height: 2;
}
@media (width <= 51.75rem) {
  .q-business-content .content__list .list_wrap .list {
    font-size: 2rem;
    line-height: 1.5625;
  }
}
.q-business-content .content__card {
  margin-inline-end: -7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-block-start: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__card {
    grid-template-columns: 1fr;
    margin-inline-end: 0;
    margin-block-start: 5.625rem;
  }
}
.q-business-content .content__card .card_item {
  background-color: var(--color-bg-ash2);
  padding: 1.75rem 1.25rem 1.375rem 1.875rem;
  border-inline-start: 0.4375rem solid var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-business-content .content__card .card_item {
    padding: 3.125rem 3.125rem 3.125rem 3.125rem;
    border-inline-start-width: 0.875rem;
  }
}
.q-business-content .content__card .card_item:nth-child(even) {
  border-inline-start-color: var(--color-secondary);
}
.q-business-content .content__card .card_title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-block-end: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__card .card_title {
    font-size: 2.25rem;
  }
}
.q-business-content .content__card .card_text {
  text-align: justify;
}
@media (width <= 51.75rem) {
  .q-business-content .content__card .card_text {
    font-size: 2rem;
  }
}
.q-business-content .content__foot {
  margin-inline-end: -7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-block-start: 4.75rem;
}
@media (width <= 51.75rem) {
  .q-business-content .content__foot {
    margin-block-start: 6.25rem;
    margin-inline-end: 0;
  }
}
@media (width <= 51.75rem) {
  .q-business-content .content__foot {
    grid-template-columns: 1fr;
    gap: 1.125rem;
  }
}
.q-business-content .content__foot .image img {
  width: 100%;
}

.q-career-fv .l-section__inner {
  grid-area: 1/1/2/2;
}
.q-career-fv .fv {
  display: grid;
}
.q-career-fv .fv__head {
  position: relative;
  top: 30%;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-career-fv .fv__head {
    top: 35%;
  }
}
.q-career-fv .fv__head .sub {
  font-size: 0.875rem;
  font-family: var(--ff-en);
  font-weight: 700;
  border-block-end: 0.0625rem solid var(--color-light);
  margin-block-end: 2.5rem;
  color: var(--color-light);
  display: inline-block;
}
@media (width <= 51.75rem) {
  .q-career-fv .fv__head .sub {
    font-size: 1.5625rem;
    margin-block-end: 1.875rem;
  }
}
.q-career-fv .fv__head .title {
  width: 32.4375rem;
}
@media (width <= 51.75rem) {
  .q-career-fv .fv__head .title {
    width: 35.25rem;
  }
}
.q-career-fv .fv__head .title .u-svg {
  width: 100%;
}
.q-career-fv .fv__body {
  position: relative;
  grid-area: 1/1/2/2;
}
.q-career-fv .fv__body .c-plus-animation {
  width: 21.5rem;
  position: absolute;
  bottom: -10.75rem;
  left: 3.75rem;
}
@media (width <= 51.75rem) {
  .q-career-fv .fv__body .c-plus-animation {
    width: 17.6875rem;
    left: 0;
    bottom: -8.8125rem;
  }
}
.q-career-fv .fv__image img {
  width: 100%;
}

.q-career-catch {
  padding-block: 6.25rem 8.75rem;
}
.q-career-catch .catch {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  gap: 3.75rem 5rem;
}
@media (width <= 51.75rem) {
  .q-career-catch .catch {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (width <= 51.75rem) {
  .q-career-catch .catch__head {
    margin-inline: auto 2.75rem;
  }
}
.q-career-catch .catch__head .en {
  font-size: 0.875rem;
  font-family: var(--ff-en);
  font-weight: 700;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-career-catch .catch__head .en {
    font-size: 1.5625rem;
  }
}
.q-career-catch .catch__head .title {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.036em;
  line-height: 1.7727272727;
}
@media (width <= 51.75rem) {
  .q-career-catch .catch__head .title {
    font-size: 3.4375rem;
  }
}
.q-career-catch .catch__body {
  margin-block-start: 2.75rem;
}
@media (width <= 51.75rem) {
  .q-career-catch .catch__body {
    margin-block-start: 0;
  }
}
.q-career-catch .catch__body .c-text {
  line-height: 2.3333333333;
}
@media (width <= 51.75rem) {
  .q-career-catch .catch__body .c-text {
    line-height: 1.875;
  }
}

.q-career-future .future {
  background-color: var(--color-bg-ash2);
  padding-block: 10.625rem 10rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future {
    padding-block: 9.375rem 15.625rem;
  }
}
.q-career-future .future__title {
  font-size: 1.6875rem;
  font-weight: 700;
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-block-end: -1.1875rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future__title {
    font-size: 2.5rem;
    align-items: flex-start;
    gap: 1.875rem;
  }
}
.q-career-future .future__title::before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 1.625rem;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-career-future .future__title::before {
    width: 2.0625rem;
    min-width: 2.0625rem;
    height: 13rem;
  }
}
.q-career-future .future__title p {
  letter-spacing: 0.05em;
}
.q-career-future .future__title .big {
  color: inherit;
  font-size: 4.75rem;
  font-family: var(--ff-en);
  margin-inline-start: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-career-future .future__title .big {
    font-size: 6.5rem;
    margin-inline-start: 0;
  }
}
.q-career-future .future__title .big2 {
  color: inherit;
  font-size: 3.75rem;
  line-height: 1;
  margin-inline-end: 0.375rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future__title .big2 {
    font-size: 5.125rem;
  }
}
.q-career-future .future__item {
  display: grid;
  grid-template-columns: 1fr 38.125rem;
  gap: 6.25rem 3.125rem;
  align-items: flex-start;
  margin-inline-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future__item {
    grid-template-columns: 1fr;
    margin-inline-end: 0;
    gap: 4.5rem;
  }
}
.q-career-future .future__item:not(:last-child) {
  margin-block-end: 5.625rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future__item:not(:last-child) {
    margin-block-end: 11.875rem;
  }
}
.q-career-future .future__item._1 .number {
  letter-spacing: 0.12em;
}
.q-career-future .future__item._2 .future__heading, .q-career-future .future__item._3 .future__heading {
  align-items: flex-end;
}
@media (width <= 51.75rem) {
  .q-career-future .future__item._2 .future__heading, .q-career-future .future__item._3 .future__heading {
    align-items: flex-start;
  }
}
.q-career-future .future__heading {
  margin-block-end: 1.875rem;
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  align-items: flex-start;
  gap: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future__heading {
    grid-template-columns: 14.5rem 1fr;
    margin-inline-start: calc(50% - calc(var(--vw) * 51));
  }
}
.q-career-future .future__heading .number {
  color: var(--color-primary);
  font-size: 11.4375rem;
  font-family: var(--ff-en);
  line-height: 1;
  text-align: justify;
  margin-block-end: -2.5rem;
  margin-block-start: -1rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future__heading .number {
    font-size: 11.875rem;
  }
}
.q-career-future .future__heading .heading {
  font-size: 1.75rem;
  line-height: 1.6071428571;
  font-weight: 700;
  margin-inline-end: -1.625rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future__heading .heading {
    font-size: 2.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-career-future .future__body {
    margin-inline-end: calc(50% - calc(var(--vw) * 50));
  }
}
.q-career-future .future__body img {
  width: 100%;
}
.q-career-future .future .c-text {
  margin-inline-start: 6.5rem;
  line-height: 2.0555555556;
}
@media (width <= 51.75rem) {
  .q-career-future .future .c-text {
    margin-inline-start: 0;
    line-height: 1.875;
  }
}
.q-career-future .future .kome {
  font-size: 0.875rem;
  vertical-align: top;
  margin-inline: -0.25rem;
  display: inline-block;
}
@media (width <= 51.75rem) {
  .q-career-future .future .kome {
    font-size: 1.5rem;
  }
}
.q-career-future .future .kome2 {
  font-size: 0.75rem;
  margin-block-start: 0.875rem;
  margin-inline-start: 6.5rem;
  text-indent: -1em;
  padding-inline-start: 1em;
}
@media (width <= 51.75rem) {
  .q-career-future .future .kome2 {
    font-size: 1.625rem;
    margin-inline-start: 0;
  }
}
.q-career-future .future .c-button {
  margin-inline-start: 6.5rem;
  width: 13.25rem;
  height: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-career-future .future .c-button {
    margin-inline-start: 0;
    width: 21.3125rem;
    height: 5rem;
  }
}

.q-career-voice {
  padding-block: 7.5rem;
}
@media (width <= 51.75rem) {
  .q-career-voice {
    padding-block-end: 18.75rem;
  }
}
.q-career-voice .voice {
  padding-block: 7.5rem 12.5rem;
  background: repeating-linear-gradient(16deg, var(--color-primary-dark) -37.5rem, var(--color-primary-dark) 12.5rem, var(--color-primary-dark2) 12.5rem, var(--color-primary-dark2) 62.5rem);
}
@media (width <= 51.75rem) {
  .q-career-voice .voice {
    padding-block: 9.375rem 16.25rem;
    background: repeating-linear-gradient(16deg, var(--color-primary-dark) 0, var(--color-primary-dark) 47.5rem, var(--color-primary-dark2) 47.5rem, var(--color-primary-dark2) 91.875rem);
  }
}
.q-career-voice .voice__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  margin-block-end: -1.75rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__head {
    margin-block-end: -2.125rem;
  }
}
.q-career-voice .voice__head .c-plus-animation {
  width: 8.125rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__head .c-plus-animation {
    width: 10.25rem;
  }
}
.q-career-voice .voice__head .sub {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__head .sub {
    font-size: 2.125rem;
  }
}
.q-career-voice .voice__head .en {
  font-size: 6.9375rem;
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__head .en {
    font-size: 8.5625rem;
  }
}
.q-career-voice .voice__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 3.75rem;
  margin-inline: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__body {
    grid-template-columns: 1fr;
    gap: 6.875rem;
    margin-inline: 0;
  }
}
@media (51.75rem < width) {
  .q-career-voice .voice__item:last-child {
    grid-area: 5/1/6/3;
  }
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(1) {
    order: 2;
  }
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(2) {
    order: 1;
  }
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(3) {
    order: 3;
  }
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(4) {
    order: 4;
  }
}
.q-career-voice .voice__item:nth-child(5) {
  margin-block-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(5) {
    order: 5;
    margin-block-start: 0;
  }
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(6) {
    order: 6;
  }
}
.q-career-voice .voice__item:nth-child(7) {
  margin-block-start: -2.5rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(7) {
    order: 7;
    margin-block-start: 0;
  }
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(8) {
    order: 8;
  }
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item:nth-child(9) {
    order: 9;
  }
}
.q-career-voice .voice__item .question {
  font-size: 2.25rem;
  margin-block-end: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding-block-start: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item .question {
    font-size: 2.8125rem;
    gap: 0.875rem;
  }
}
.q-career-voice .voice__item .question .q {
  color: var(--color-light);
  font-size: 6.75rem;
  font-family: var(--ff-en);
  line-height: 1;
  display: inline-block;
  margin-block-start: -1.875rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item .question .q {
    font-size: 7.1875rem;
  }
}
.q-career-voice .voice__item .answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.875rem;
  align-items: flex-start;
}
.q-career-voice .voice__item .answer .a {
  color: var(--color-light);
  font-size: 6.75rem;
  font-family: var(--ff-en);
  line-height: 1;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item .answer .a {
    font-size: 7.1875rem;
  }
}
.q-career-voice .voice__item .answer .box {
  padding: 3.125rem 3.75rem;
  border: 0.125rem solid var(--color-light);
  border-inline-start: 0;
  position: relative;
}
.q-career-voice .voice__item .answer .box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.125rem;
  height: calc(100% - 4.0625rem);
  bottom: 0;
  left: 0;
  background-color: var(--color-light);
}
.q-career-voice .voice__item .answer .box::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.25rem;
  height: 0.125rem;
  bottom: -0.875rem;
  left: 10rem;
  rotate: 45deg;
  background-color: var(--color-light);
}
.q-career-voice .voice__item .answer .box .c-text {
  line-height: 2.0555555556;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item .answer .box .c-text {
    line-height: 1.875;
  }
}
.q-career-voice .voice__item .answer .box .big {
  font-weight: 700;
  border-block-end: 0.125rem solid var(--color-secondary);
}
.q-career-voice .voice__item._img {
  margin-block-start: -11.25rem;
  width: 32.375rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__item._img {
    margin-block-start: 0;
    width: 100%;
  }
}
.q-career-voice .voice__image {
  border-block-start: 0.625rem solid var(--color-primary);
  position: relative;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__image {
    border-block-start-color: var(--color-secondary);
  }
}
.q-career-voice .voice__image::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 0.625rem;
  top: -0.625rem;
  left: 0;
  background-color: var(--color-dark);
}
.q-career-voice .voice__image img {
  width: 100%;
}
.q-career-voice .voice__name {
  background-color: var(--color-dark);
  padding: 2.5rem 2.25rem 2.875rem 2.5rem;
  color: var(--color-light);
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__name {
    flex-wrap: wrap;
  }
}
.q-career-voice .voice__name .name {
  font-family: var(--ff-en);
  font-weight: 700;
  color: var(--color-primary);
  font-size: 3.125rem;
  line-height: 0.8;
  margin-block-start: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__name .name {
    width: 100%;
    font-size: 4.375rem;
  }
}
.q-career-voice .voice__name .line {
  width: 0.0625rem;
  background-color: var(--color-light);
}
.q-career-voice .voice__name .year {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
@media (width <= 51.75rem) {
  .q-career-voice .voice__name .year {
    font-size: 1.75rem;
  }
}

.q-company-fv {
  padding-block: 8.125rem 9.375rem;
}
@media (width <= 51.75rem) {
  .q-company-fv {
    padding-block: 8.75rem 8.125rem;
  }
}
.q-company-fv .c-heading {
  margin-inline-start: -1.875rem;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-company-fv .c-heading {
    margin-inline-start: 0;
    margin-block-end: 3.125rem;
  }
}
.q-company-fv .text {
  font-size: 1.125rem;
  margin-inline-start: -1.875rem;
  letter-spacing: 0.06em;
}
@media (width <= 51.75rem) {
  .q-company-fv .text {
    font-size: 2rem;
    margin-inline-start: 0;
    letter-spacing: 0;
    line-height: 1.875;
    text-align: justify;
  }
}

.q-company-area .area__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-company-area .area__head {
    flex-direction: column;
  }
}
.q-company-area .area__body {
  margin-block-start: -14.6875rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-company-area .area__body {
    margin-block-start: -42.5rem;
  }
}
.q-company-area .area__body img {
  width: 100%;
}
.q-company-area .area__body .c-button {
  position: absolute;
  right: 6.875rem;
  bottom: 2.8125rem;
  width: 22.4375rem;
  height: 3.625rem;
}
@media (width <= 51.75rem) {
  .q-company-area .area__body .c-button {
    right: 3.125rem;
    bottom: -2.5rem;
    width: 22.9375rem;
    height: 5rem;
  }
}
.q-company-area .area__body .c-button__arrow {
  width: 0.9375rem;
  aspect-ratio: 1/1;
}
@media (width <= 51.75rem) {
  .q-company-area .area__body .c-button__arrow {
    width: 1.625rem;
  }
}
.q-company-area .area__body .c-button__arrow img {
  width: 100%;
}
.q-company-area .area__km {
  width: 20.125rem;
  margin-inline-end: 6.875rem;
  margin-block-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-company-area .area__km {
    display: none;
  }
}

.c-company__number {
  font-size: 18.125rem;
  font-family: var(--ff-en);
  font-weight: 100;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .c-company__number {
    font-size: 15rem;
  }
}
.c-company__number span {
  margin-inline-start: -0.625rem;
}
@media (width <= 51.75rem) {
  .c-company__number-wrap {
    display: flex;
    align-items: center;
    gap: 3.125rem;
  }
}
.c-company__detail {
  margin-block-start: 3.375rem;
}
@media (width <= 51.75rem) {
  .c-company__detail {
    margin-inline: 3.125rem;
  }
}
.c-company__en {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 1.125rem;
  border-block-end: 0.375rem solid var(--color-secondary);
  padding-inline: 0.125rem;
  display: inline-block;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .c-company__en {
    font-size: 2rem;
    border-block-end-width: 0.625rem;
    padding-block-end: 0;
    margin-block-end: 3.25rem;
  }
}
.c-company__title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.4736842105;
  margin-block-end: 1.25rem;
  width: fit-content;
  letter-spacing: 0.04em;
}
@media (width <= 51.75rem) {
  .c-company__title {
    font-size: 2.8125rem;
    margin-block-start: -1.25rem;
  }
}
.c-company__text {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  letter-spacing: 0.04em;
}
@media (width <= 51.75rem) {
  .c-company__text {
    font-size: 2rem;
    line-height: 1.875;
    text-align: justify;
    letter-spacing: 0;
  }
}

.q-company-group {
  padding-block-start: 8rem;
}
@media (width <= 51.75rem) {
  .q-company-group {
    padding-block-start: 15rem;
  }
}
.q-company-group .group__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-block-end: 5.625rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__head {
    flex-direction: column;
    margin-block-end: 9.375rem;
  }
}
.q-company-group .group__detail {
  width: 65.625rem;
  margin-inline-end: 6.25rem;
  margin-block-start: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__detail {
    width: 100%;
    padding-inline: 3.125rem;
    margin-block-start: 2.5rem;
    margin-inline-end: 0;
  }
}
.q-company-group .group__detail-head {
  display: flex;
  align-items: center;
  gap: 5.375rem;
  margin-block-end: 2.8125rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__detail-head {
    gap: 0;
  }
}
.q-company-group .group__body {
  position: relative;
  background-color: var(--color-bg-ash2);
  padding-block: 5.9375rem 36.25rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body {
    padding-block: 13.125rem 14.375rem;
  }
}
.q-company-group .group__body .body {
  width: 65.625rem;
  margin-inline: auto 6.25rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body {
    width: 100%;
    margin-inline-end: 0;
  }
}
.q-company-group .group__body .body__head {
  margin-block-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body__head {
    margin-inline: 3.125rem;
    margin-block-end: 3.75rem;
  }
}
.q-company-group .group__body .body__head .title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-block-end: 1.25rem;
  letter-spacing: 0.06em;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body__head .title {
    font-size: 2.375rem;
    margin-block-end: 2.5rem;
  }
}
.q-company-group .group__body .body__head .text {
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body__head .text {
    font-size: 2rem;
    line-height: 1.875;
    text-align: justify;
  }
}
.q-company-group .group__body .body__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body__list {
    margin-inline: 3.125rem;
  }
}
.q-company-group .group__body .body__list .list-wrap {
  display: grid;
  gap: 0.625rem;
}
.q-company-group .group__body .body__list .list-wrap._2 {
  grid-template-columns: repeat(4, 1fr);
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body__list .list-wrap._2 .list {
    height: 10.375rem;
  }
}
.q-company-group .group__body .body__list .list-wrap._3 {
  grid-template-columns: repeat(5, 1fr);
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body__list .list-wrap._3 .list {
    height: 10.375rem;
  }
}
.q-company-group .group__body .body__list .list {
  background-color: var(--color-light);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.875rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body__list .list {
    font-size: 2rem;
    height: 6.5rem;
    line-height: 1.25;
  }
}
.q-company-group .group__body .body__list .list._primary {
  background-color: var(--color-primary);
  color: var(--color-light);
}
.q-company-group .group__body .body .c-button {
  width: 22.4375rem;
  height: 3.5625rem;
  margin: 3.75rem 0 0 auto;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body .c-button {
    width: 22.9375rem;
    height: 5rem;
    margin: 2.5rem 3.125rem 0 auto;
  }
}
.q-company-group .group__body .body .c-button__arrow {
  width: 0.9375rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__body .body .c-button__arrow {
    width: 1.5625rem;
  }
}
.q-company-group .group__body .body .c-button__arrow img {
  width: 100%;
}
.q-company-group .group__logo {
  width: 16.625rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__logo {
    width: 16.25rem;
    margin-block-start: -8.75rem;
  }
}
.q-company-group .group__logo img {
  width: 100%;
}
.q-company-group .group__plus {
  position: absolute;
  left: 0;
  top: -7.375rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__plus {
    top: -6.125rem;
  }
}
.q-company-group .group__plus .c-plus-animation {
  width: 19rem;
}
@media (width <= 51.75rem) {
  .q-company-group .group__plus .c-plus-animation {
    width: 15.875rem;
  }
}
.q-company-group .c-company__title {
  margin-block-end: 0;
}

.p-company-column {
  margin-block: -30rem 6.25rem;
  position: relative;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .p-company-column {
    margin-block: -7.1875rem 7.75rem;
  }
}
.p-company-column__title {
  border-inline-start: 113px solid var(--color-primary);
  padding-inline-start: 1.625rem;
  line-height: 1;
  font-size: 2.125rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .p-company-column__title {
    border-inline-start-width: 3.3125rem;
    font-size: 2.5rem;
    line-height: 1.3;
    padding-block-end: 0.375rem;
  }
}
.p-company-column__title span {
  width: fit-content;
  letter-spacing: 0.06em;
  display: inline-block;
}
.p-company-column__content {
  padding: 5.625rem 7.5rem 6.625rem 8.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.0625rem;
  margin-inline-end: 6.25rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .p-company-column__content {
    padding: 7.5rem 3.125rem 9.375rem 3.125rem;
    grid-template-columns: 1fr;
    gap: 5.625rem;
    margin-inline-end: 0;
  }
}
.p-company-column__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-secondary);
  z-index: -1;
}
.p-company-column__content::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 3.25rem);
  height: 33.125rem;
  top: 7.5rem;
  left: 9.5rem;
  z-index: -2;
  background: url(../img/company/check-bg.png) top left;
  background-size: 1.125625rem;
}
@media (width <= 51.75rem) {
  .p-company-column__content::after {
    width: 43.75rem;
    height: 7.75rem;
    left: auto;
    right: 0;
    top: auto;
    bottom: -7.75rem;
    background-size: 1.4375rem;
  }
}
.p-company-column__item {
  padding-block-end: 2.5rem;
  border-block-end: 0.0625rem solid var(--color-dark);
}
.p-company-column__head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .p-company-column__head {
    gap: 1.875rem;
    margin-block-end: 1.875rem;
  }
}
.p-company-column__head .number {
  font-size: 5rem;
  color: var(--color-light);
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1;
  margin-block-end: -0.625rem;
  letter-spacing: 0.03em;
}
@media (width <= 51.75rem) {
  .p-company-column__head .number {
    font-size: 7.375rem;
  }
}
.p-company-column__head .headline {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (width <= 51.75rem) {
  .p-company-column__head .headline {
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.4166666667;
  }
}
.p-company-column__text {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  text-align: justify;
}
@media (width <= 51.75rem) {
  .p-company-column__text {
    font-size: 2rem;
    line-height: 1.875;
  }
}

.q-company-industry {
  padding-block: 8.75rem 10rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-company-industry {
    padding-block: 13.75rem 16.25rem;
  }
}
.q-company-industry .industry__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-block-end: -1.25rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__head {
    flex-direction: column;
  }
}
.q-company-industry .industry__detail {
  width: 65.625rem;
  margin-inline-end: 6.25rem;
  margin-block-start: 2.8125rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__detail {
    width: 100%;
    padding-inline: 3.125rem;
    margin-block-start: 2rem;
    margin-inline-end: 0;
  }
}
.q-company-industry .industry__title {
  margin-block-end: 2.8125rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__title {
    margin-block-end: 5rem;
  }
}
.q-company-industry .industry__body {
  position: relative;
}
.q-company-industry .industry__body::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 26.25rem;
  background-color: var(--color-bg-ash2);
  position: absolute;
  bottom: -10.9375rem;
  left: 0;
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body::after {
    bottom: -6.25rem;
    height: 17.5rem;
  }
}
.q-company-industry .industry__body .body {
  width: 65.625rem;
  margin-inline: auto 6.25rem;
  padding-block-end: 11.25rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body {
    width: 100%;
    padding-block-end: 9.375rem;
  }
}
.q-company-industry .industry__body .body__head {
  margin-block-end: 3.75rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__head {
    margin-inline: 3.125rem;
    margin-block-end: 5rem;
  }
}
.q-company-industry .industry__body .body__head .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__head .title {
    font-size: 2.375rem;
    letter-spacing: 0.06em;
    margin-block-end: 1.25rem;
  }
}
.q-company-industry .industry__body .body__head .text {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  letter-spacing: 0.04em;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__head .text {
    font-size: 2rem;
    line-height: 1.875;
  }
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra {
    margin-inline: 3.125rem;
  }
}
.q-company-industry .industry__body .body__infra:nth-child(2) {
  margin-block-end: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra:nth-child(2) {
    margin-block-end: 4.375rem;
  }
}
.q-company-industry .industry__body .body__infra .title {
  font-size: 1.4375rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.625rem;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra .title {
    font-size: 2.1875rem;
    margin-block-end: 1.25rem;
  }
}
.q-company-industry .industry__body .body__infra .title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--color-dark);
}
.q-company-industry .industry__body .body__infra .infra_wrap._1 {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra .infra_wrap._1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.q-company-industry .industry__body .body__infra .infra_wrap._2 {
  display: flex;
  gap: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra .infra_wrap._2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.q-company-industry .industry__body .body__infra .infra_wrap._2 .infra {
  width: 20%;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra .infra_wrap._2 .infra {
    width: 32%;
  }
}
.q-company-industry .industry__body .body__infra .infra_text {
  letter-spacing: 0.2em;
  font-size: 1.125rem;
  padding: 0.25rem 0 0.25rem 0.375rem;
  width: 6.6875rem;
  margin-block-end: -1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: color-mix(in srgb, var(--color-bg-ash2) 90%, transparent);
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra .infra_text {
    font-size: 2rem;
    width: 10.375rem;
    padding-inline-start: 0.25rem;
    margin-block-end: -1.875rem;
  }
}
.q-company-industry .industry__body .body__infra .infra_text._primary {
  font-size: 1.25rem;
  font-weight: 700;
  background-color: color-mix(in srgb, var(--color-primary) 90%, transparent);
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__body .body__infra .infra_text._primary {
    font-size: 2.125rem;
  }
}
.q-company-industry .industry__body .body__infra .infra_text._tight {
  letter-spacing: 0;
}
.q-company-industry .industry__body .body__infra .infra_image img {
  width: 100%;
}
.q-company-industry .industry__plus {
  position: absolute;
  right: 0;
  top: 4.8125rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__plus {
    top: 19.25rem;
  }
}
.q-company-industry .industry__plus .c-plus-animation {
  width: 19rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .industry__plus .c-plus-animation {
    width: 14.4375rem;
  }
}
.q-company-industry .c-company__title {
  margin-block-end: 0;
}
.q-company-industry .p-company-column {
  margin-block-start: 0;
}
.q-company-industry .p-company-column__head .headline {
  font-size: 1.4375rem;
}
@media (width <= 51.75rem) {
  .q-company-industry .p-company-column__head .headline {
    font-size: 2.25rem;
  }
}
@media (width <= 51.75rem) {
  .q-company-industry .p-company-column__title {
    border-inline-start-width: 7.0625rem;
  }
}

.q-concept-fv {
  position: relative;
  padding-block: 6.25rem 5rem;
}
@media (width <= 51.75rem) {
  .q-concept-fv {
    padding-block: 14.375rem 10.625rem;
  }
}
.q-concept-fv .fv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv {
    margin-inline-end: 0;
  }
}
.q-concept-fv .fv__head {
  margin-inline: 1.25rem -1.25rem;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__head {
    margin-inline: 0;
  }
}
.q-concept-fv .fv__title {
  position: relative;
  z-index: 3;
}
.q-concept-fv .fv__title .en {
  font-family: var(--ff-en);
  font-weight: 700;
  margin-block-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__title .en {
    font-size: 2rem;
    margin-block-end: 1.875rem;
  }
}
.q-concept-fv .fv__title .title {
  margin-block-end: 2.375rem;
  display: block;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__title .title {
    margin-block-end: 3.75rem;
  }
}
.q-concept-fv .fv__title .title .u-svg {
  width: 100%;
}
.q-concept-fv .fv__title .title._1 {
  margin-block-end: 2.75rem;
  width: 47.3125rem;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__title .title._1 {
    margin-block-end: 0.625rem;
    width: 44.9375rem;
  }
}
.q-concept-fv .fv__title .title._2 {
  width: 23.875rem;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__title .title._2 {
    width: 22.625rem;
  }
}
.q-concept-fv .fv__text {
  font-size: 1.125rem;
  line-height: 2.4444444444;
  margin-block-end: 2.125rem;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__text {
    font-size: 2rem;
    line-height: 1.875;
    text-align: justify;
  }
}
.q-concept-fv .fv__text sup {
  font-size: 0.625rem;
  vertical-align: top;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__text sup {
    font-size: 1.25rem;
  }
}
.q-concept-fv .fv__kome {
  font-size: 0.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__kome {
    font-size: 1.625rem;
    line-height: 1.1923076923;
    text-indent: -1.5em;
    padding-inline-start: 1.5em;
  }
}
@media (width <= 51.75rem) {
  .q-concept-fv .fv__body {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.q-concept-content {
  margin-inline-end: 10rem;
  padding: 11.875rem 8.75rem 6.25rem 8.75rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-concept-content {
    margin-inline-end: 0;
    padding: 17.5rem 0 12.5rem;
  }
}
.q-concept-content:nth-child(even) {
  padding: 10.625rem 8.75rem 10rem 8.75rem;
  background-color: var(--color-secondary);
}
@media (width <= 51.75rem) {
  .q-concept-content:nth-child(even) {
    padding: 8.125rem 0 5rem;
  }
}
.q-concept-content:nth-child(even) .content__plus {
  left: auto;
  right: -10rem;
  top: -10rem;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-concept-content:nth-child(even) .content__plus {
    right: 0;
    top: -6.5625rem;
  }
}
.q-concept-content:nth-child(even) .content__plus .c-plus-animation {
  width: 25.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content:nth-child(even) .content__plus .c-plus-animation {
    width: 17rem;
  }
}
.q-concept-content:last-child {
  margin-block-end: 13.75rem;
}
@media (51.75rem < width) {
  .q-concept-content:last-child {
    padding-block-end: 6.25rem;
  }
}
.q-concept-content .content__plus {
  position: absolute;
  top: 3rem;
  left: -0.125rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__plus {
    top: 7rem;
    left: 0;
  }
}
.q-concept-content .content__plus .c-plus-animation {
  width: 14.5625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__plus .c-plus-animation {
    width: 10.5625rem;
  }
}
.q-concept-content .content__plus._1 {
  top: -8.875rem;
  left: 8.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__plus._1 {
    top: -6.625rem;
    left: 0;
  }
}
.q-concept-content .content__plus._1 .c-plus-animation {
  width: 23rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__plus._1 .c-plus-animation {
    width: 17rem;
  }
}
.q-concept-content .content__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-end: -3.5rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__image {
    margin-block-end: -2.4375rem;
  }
}
.q-concept-content .content__image .image {
  overflow: hidden;
  aspect-ratio: 577/421;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__image .image {
    aspect-ratio: 414/548;
  }
}
.q-concept-content .content__image .image img {
  width: 100.8%;
  max-width: 100.8%;
}
.q-concept-content .content__catch {
  margin-block-end: 2.125rem;
  display: flex;
  gap: 1.6875rem;
  align-items: center;
  justify-content: center;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch {
    gap: 0.9375rem;
    margin-block-end: 2.75rem;
  }
}
.q-concept-content .content__catch .catch {
  height: 6.9375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch {
    height: 4.875rem;
  }
}
.q-concept-content .content__catch .catch:first-child {
  background-color: color-mix(in srgb, var(--color-light) 90%, transparent);
}
.q-concept-content .content__catch .catch:first-child::before, .q-concept-content .content__catch .catch:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.625rem;
  left: 0;
  mix-blend-mode: multiply;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch:first-child::before, .q-concept-content .content__catch .catch:first-child::after {
    height: 0.4375rem;
  }
}
.q-concept-content .content__catch .catch:first-child::before {
  top: 0;
}
.q-concept-content .content__catch .catch:first-child::after {
  bottom: 0;
}
.q-concept-content .content__catch .catch:last-child {
  background-color: color-mix(in srgb, var(--color-light) 90%, transparent);
  margin-inline: 0.625rem;
}
.q-concept-content .content__catch .catch:last-child::before, .q-concept-content .content__catch .catch:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.625rem;
  height: 100%;
  top: 0;
  mix-blend-mode: multiply;
  background-color: var(--color-secondary);
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch:last-child::before, .q-concept-content .content__catch .catch:last-child::after {
    width: 0.4375rem;
  }
}
.q-concept-content .content__catch .catch:last-child::before {
  left: -0.625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch:last-child::before {
    left: -0.4375rem;
  }
}
.q-concept-content .content__catch .catch:last-child::after {
  right: -0.625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch:last-child::after {
    right: -0.4375rem;
  }
}
.q-concept-content .content__catch .catch .text_animation {
  display: flex;
}
.q-concept-content .content__catch .catch .text_animation svg {
  width: 100%;
  height: auto;
}
.q-concept-content .content__catch .catch .text_animation._1 {
  width: 19.5625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._1 {
    width: 15.25rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._2 {
  width: 19.125rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._2 {
    width: 14.8125rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._3 {
  width: 15.1875rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._3 {
    width: 11.8125rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._4 {
  width: 18.5rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._4 {
    width: 13.75rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._5 {
  width: 15rem;
  margin-inline-start: 6.875rem;
  margin-block-start: -1rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._5 {
    width: 10.625rem;
    margin-inline-start: 4.25rem;
    margin-block-start: -0.625rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._6 {
  width: 24.4375rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._6 {
    width: 18.375rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._7 {
  width: 13.125rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._7 {
    width: 9rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._8 {
  width: 22.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._8 {
    width: 16.875rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._9 {
  width: 8.9375rem;
  margin-block-start: -0.375rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._9 {
    width: 6.5rem;
  }
}
.q-concept-content .content__catch .catch .text_animation._10 {
  width: 9.0625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .catch .text_animation._10 {
    width: 6.625rem;
  }
}
.q-concept-content .content__catch .catch #svgMask, .q-concept-content .content__catch .catch #svgMask2, .q-concept-content .content__catch .catch #svgMask3, .q-concept-content .content__catch .catch #svgMask4, .q-concept-content .content__catch .catch #svgMask5, .q-concept-content .content__catch .catch #svgMask6, .q-concept-content .content__catch .catch #svgMask7, .q-concept-content .content__catch .catch #svgMask8, .q-concept-content .content__catch .catch #svgMask9, .q-concept-content .content__catch .catch #svgMask10 {
  fill: #fff;
}
.q-concept-content .content__catch .catch #base1 path, .q-concept-content .content__catch .catch #base2 path, .q-concept-content .content__catch .catch #base3 path, .q-concept-content .content__catch .catch #base4 path, .q-concept-content .content__catch .catch #base5 path, .q-concept-content .content__catch .catch #base6 path, .q-concept-content .content__catch .catch #base7 path, .q-concept-content .content__catch .catch #base8 path, .q-concept-content .content__catch .catch #base9 path, .q-concept-content .content__catch .catch #base10 path {
  fill: var(--color-dark);
}
.q-concept-content .content__catch .catch #mask1 path, .q-concept-content .content__catch .catch #mask2 path, .q-concept-content .content__catch .catch #mask4 path, .q-concept-content .content__catch .catch #mask7 path, .q-concept-content .content__catch .catch #mask8 path, .q-concept-content .content__catch .catch #mask9 path, .q-concept-content .content__catch .catch #mask10 path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10.5px;
}
.q-concept-content .content__catch .catch #mask3 path, .q-concept-content .content__catch .catch #mask5 path, .q-concept-content .content__catch .catch #mask6 path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 11px;
}
.q-concept-content .content__catch._1 .catch {
  width: 25rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._1 .catch {
    width: 21.25rem;
  }
}
.q-concept-content .content__catch._1 .catch:first-child img {
  width: 19.5625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._1 .catch:first-child img {
    width: 15.25rem;
  }
}
.q-concept-content .content__catch._1 .catch:last-child {
  width: 23.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._1 .catch:last-child {
    width: 20.375rem;
  }
}
.q-concept-content .content__catch._1 .catch:last-child img {
  width: 19.125rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._1 .catch:last-child img {
    width: 14.8125rem;
  }
}
.q-concept-content .content__catch._2 .catch {
  width: 25rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._2 .catch {
    width: 21.25rem;
  }
}
.q-concept-content .content__catch._2 .catch:first-child img {
  width: 15.1875rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._2 .catch:first-child img {
    width: 11.8125rem;
  }
}
.q-concept-content .content__catch._2 .catch:last-child {
  width: 23.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._2 .catch:last-child {
    width: 20.375rem;
  }
}
.q-concept-content .content__catch._2 .catch:last-child img {
  width: 17.875rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._2 .catch:last-child img {
    width: 13.75rem;
  }
}
.q-concept-content .content__catch._3 .catch {
  width: 29.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._3 .catch {
    width: 21.25rem;
  }
}
.q-concept-content .content__catch._3 .catch:first-child img {
  width: 8rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._3 .catch:first-child img {
    width: 5.9375rem;
  }
}
.q-concept-content .content__catch._3 .catch:last-child {
  width: 28.5rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._3 .catch:last-child {
    width: 20.375rem;
  }
}
.q-concept-content .content__catch._3 .catch:last-child img {
  width: 24.375rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._3 .catch:last-child img {
    width: 18.375rem;
  }
}
.q-concept-content .content__catch._4 .catch {
  width: 29.0625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._4 .catch {
    width: 21.25rem;
  }
}
.q-concept-content .content__catch._4 .catch:first-child img {
  width: 12.1875rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._4 .catch:first-child img {
    width: 9rem;
  }
}
.q-concept-content .content__catch._4 .catch:last-child {
  width: 27.8125rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._4 .catch:last-child {
    width: 20.375rem;
  }
}
.q-concept-content .content__catch._4 .catch:last-child img {
  width: 22.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._4 .catch:last-child img {
    width: 16.875rem;
  }
}
.q-concept-content .content__catch._5 .catch {
  width: 21.8125rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._5 .catch {
    width: 15.8125rem;
  }
}
.q-concept-content .content__catch._5 .catch:first-child img {
  width: 7.9375rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._5 .catch:first-child img {
    width: 5.8125rem;
  }
}
.q-concept-content .content__catch._5 .catch:last-child {
  width: 20.5625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._5 .catch:last-child {
    width: 14.9375rem;
  }
}
.q-concept-content .content__catch._5 .catch:last-child img {
  width: 8.0625rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch._5 .catch:last-child img {
    width: 5.9375rem;
  }
}
.q-concept-content .content__catch .c-plus-animation {
  width: 4.5rem;
  aspect-ratio: 1/1;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__catch .c-plus-animation {
    width: 3.125rem;
  }
}
.q-concept-content .content__catch .c-plus-animation .c-plus-animation__tate, .q-concept-content .content__catch .c-plus-animation .c-plus-animation__yoko, .q-concept-content .content__catch .c-plus-animation .c-plus-animation__tate_bg, .q-concept-content .content__catch .c-plus-animation .c-plus-animation__yoko_bg {
  scale: 1 1;
  animation: none;
}
.q-concept-content .content__text {
  display: grid;
  grid-template-columns: repeat(2, 32.125rem);
  align-items: flex-start;
  justify-content: space-between;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__text {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 3.125rem;
    gap: 3.125rem;
  }
}
@media (width <= 51.75rem) {
  .q-concept-content .content__text .text-wrap {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
.q-concept-content .content__text .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__text .title {
    font-size: 2.3125rem;
  }
}
.q-concept-content .content__text .text {
  font-size: 1.125rem;
  line-height: 2.1111111111;
  text-align: justify;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__text .text {
    font-size: 2rem;
    line-height: 1.875;
  }
}
.q-concept-content .content__text sup {
  font-size: 0.75rem;
  vertical-align: top;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__text sup {
    font-size: 1.25rem;
  }
}
.q-concept-content .content__text .kome {
  display: block;
  font-size: 0.75rem;
  margin-block-start: 0.75rem;
}
@media (width <= 51.75rem) {
  .q-concept-content .content__text .kome {
    text-indent: -1em;
    padding-inline-start: 1em;
    font-size: 1.375rem;
  }
}

.q-diversity-fv {
  position: relative;
  padding-block: 5rem 6.25rem;
}
@media (width <= 51.75rem) {
  .q-diversity-fv {
    padding-block: 6.25rem 8.75rem;
  }
}
.q-diversity-fv .fv {
  display: flex;
  align-items: flex-start;
  gap: 4.375rem;
}
@media (width <= 51.75rem) {
  .q-diversity-fv .fv {
    margin-inline-end: 0;
    flex-direction: column-reverse;
  }
}
.q-diversity-fv .fv__image {
  width: 53.5625rem;
  margin-inline-start: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-diversity-fv .fv__image {
    width: calc(100% + var(--l-section-space-inline));
  }
}
.q-diversity-fv .fv__image img {
  width: 100%;
}
.q-diversity-fv .fv__body {
  margin-block-start: 2.75rem;
}
.q-diversity-fv .fv__body .c-heading__title {
  font-size: 4.8125rem;
  padding-block-start: 0;
}
@media (width <= 51.75rem) {
  .q-diversity-fv .fv__body .c-heading__title {
    font-size: 5.625rem;
  }
}
.q-diversity-fv .fv__body .c-text {
  margin-block-start: 3.125rem;
  line-height: 2.3333333333;
}
@media (width <= 51.75rem) {
  .q-diversity-fv .fv__body .c-text {
    margin-block-start: 2.5rem;
    line-height: 1.875;
  }
}

.q-diversity-catch {
  position: relative;
  margin-block-end: 5.75rem;
}
@media (width <= 51.75rem) {
  .q-diversity-catch {
    margin-block-end: 8.75rem;
  }
}
.q-diversity-catch .catch {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.q-diversity-catch .catch__head {
  width: 59.3125rem;
}
@media (width <= 51.75rem) {
  .q-diversity-catch .catch__head {
    width: 100%;
  }
}
.q-diversity-catch .catch__head .title {
  font-size: 2rem;
  font-weight: 700;
  margin-block-end: 2.5rem;
  letter-spacing: 0.03em;
}
@media (width <= 51.75rem) {
  .q-diversity-catch .catch__head .title {
    font-size: 2.8125rem;
    margin-block-end: 1.875rem;
  }
}
.q-diversity-catch .catch__body {
  margin-block-start: -1.875rem;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
.q-diversity-catch .catch__body .c-plus-animation {
  width: 18.75rem;
}
@media (width <= 51.75rem) {
  .q-diversity-catch .catch__body .c-plus-animation {
    width: 17.5rem;
    position: absolute;
    top: -5.9375rem;
    right: 0;
  }
}

.q-diversity-column {
  position: relative;
  padding-block: 5rem 5rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column {
    padding-block: 5rem 0;
  }
}
.q-diversity-column::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 67.1875rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-bg-ash2);
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-diversity-column::before {
    width: 100%;
    height: 70.625rem;
  }
}
.q-diversity-column._reverse {
  padding-block: 6.875rem 8.125rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column._reverse {
    padding-block: 8.75rem;
  }
}
.q-diversity-column._reverse::before {
  content: none;
}
.q-diversity-column._reverse .column {
  flex-direction: row-reverse;
  gap: 4.0625rem 6.875rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column._reverse .column {
    flex-direction: column;
  }
}
.q-diversity-column._reverse .column__body {
  width: 39.375rem;
  margin-inline-end: 0;
}
@media (width <= 51.75rem) {
  .q-diversity-column._reverse .column__body {
    width: 100%;
  }
}
.q-diversity-column._wide {
  background-color: var(--color-bg-ash2);
  padding-block: 6.875rem 11.25rem;
  margin-block-end: 5.9375rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column._wide {
    padding-block-end: 8.75rem;
    margin-block-end: 20rem;
  }
}
.q-diversity-column._wide::before {
  content: none;
}
.q-diversity-column._wide .column {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3125rem 6.875rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column._wide .column {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}
.q-diversity-column._wide .column__head {
  width: auto;
}
.q-diversity-column._wide .column__body {
  width: auto;
  margin-inline-end: 0;
}
.q-diversity-column._wide .column__detail {
  height: 100%;
}
@media (width <= 51.75rem) {
  .q-diversity-column .c-heading3 {
    margin-inline-start: calc(50% - calc(var(--vw) * 50));
  }
}
.q-diversity-column .c-heading3__jp {
  font-size: 2.25rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column .c-heading3__jp {
    font-size: 3.375rem;
  }
}
.q-diversity-column .column {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 4.0625rem 5.625rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column .column {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.q-diversity-column .column__head {
  width: 39.5rem;
  margin-block-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column .column__head {
    width: 100%;
  }
}
.q-diversity-column .column__detail {
  padding: 0.375rem 0 0.375rem 3rem;
  margin-inline-start: 1.25rem;
  border-inline-start: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-diversity-column .column__detail {
    margin-inline-start: 0;
  }
}
.q-diversity-column .column__detail .title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-block-end: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-diversity-column .column__detail .title {
    font-size: 2.375rem;
  }
}
.q-diversity-column .column__body {
  width: 47.5rem;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-diversity-column .column__body {
    width: calc(100% + var(--l-section-space-inline));
  }
}
.q-diversity-column .column__body img {
  width: 100%;
}

.q-dev-fv {
  position: relative;
  margin-block: 5rem 10.625rem;
}
@media (width <= 51.75rem) {
  .q-dev-fv {
    margin-block: 6.25rem 13.75rem;
  }
}
.q-dev-fv .c-heading._big .c-heading__jp {
  margin-block-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-dev-fv .c-heading._big .c-heading__jp {
    margin-block-start: 0.375rem;
  }
}
.q-dev-fv .fv {
  display: flex;
  align-items: flex-start;
  gap: 4.375rem;
}
@media (width <= 51.75rem) {
  .q-dev-fv .fv {
    margin-inline-end: 0;
    flex-direction: column-reverse;
    gap: 6.25rem;
  }
}
.q-dev-fv .fv__image {
  width: 50.625rem;
  margin-inline-start: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-dev-fv .fv__image {
    width: calc(100% + var(--l-section-space-inline));
  }
}
.q-dev-fv .fv__image img {
  width: 100%;
}
.q-dev-fv .fv__body {
  margin-block-start: 2.75rem;
}
.q-dev-fv .fv__body .c-heading__title {
  font-size: 4.8125rem;
  padding-block-start: 0;
}
@media (width <= 51.75rem) {
  .q-dev-fv .fv__body .c-heading__title {
    font-size: 5.625rem;
  }
}
.q-dev-fv .fv__body .c-text {
  margin-block-start: 3.125rem;
  line-height: 2.3333333333;
}
@media (width <= 51.75rem) {
  .q-dev-fv .fv__body .c-text {
    margin-block-start: 2.5rem;
    line-height: 1.875;
  }
}
.q-dev-fv .c-plus-animation {
  width: 20.875rem;
  position: absolute;
  right: 0;
  bottom: -12.75rem;
}
@media (width <= 51.75rem) {
  .q-dev-fv .c-plus-animation {
    width: 17.9375rem;
    bottom: -17.9375rem;
  }
}

.q-dev-column._3 {
  position: relative;
  padding-block: 7.1875rem 5rem;
  margin-block-end: 8.75rem;
}
@media (width <= 51.75rem) {
  .q-dev-column._3 {
    margin-block-end: 7.5rem;
    padding-block: 5.5rem 7rem;
  }
}
.q-dev-column._3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 76.4375rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-bg-ash3);
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-dev-column._3::before {
    width: 100%;
  }
}
.q-dev-column._5 {
  position: relative;
  padding-block: 6.25rem 7.5rem;
  margin-block-end: 10rem;
}
@media (width <= 51.75rem) {
  .q-dev-column._5 {
    margin-block-end: 7.5rem;
  }
}
.q-dev-column._5::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 76.4375rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-bg-ash3);
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-dev-column._5::before {
    width: 100%;
  }
}
@media (width <= 51.75rem) {
  .q-dev-column .c-heading3 {
    margin-inline-start: calc(var(--l-section-space-inline) * -1);
  }
}
.q-dev-column .column {
  display: grid;
  grid-template-columns: 23.875rem 1fr;
  gap: 3.125rem 3.875rem;
  margin-inline-start: 1.25rem;
  padding-inline-start: 3.125rem;
  border-inline-start: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-dev-column .column {
    grid-template-columns: 1fr;
    margin-inline-start: 0;
    gap: 2.5rem;
  }
}
.q-dev-column .column__body._zu {
  margin-inline-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column__body._zu {
    margin-inline-end: 0;
  }
}
.q-dev-column .column__body img {
  width: 100%;
}
.q-dev-column .column__list {
  margin-block-start: -0.625rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column__list {
    margin-block-start: 0;
  }
}
.q-dev-column .column__list .list {
  text-indent: -1em;
  padding-inline-start: 1em;
}
.q-dev-column .column._1 {
  margin-block-end: 6.25rem;
  border-inline-start: 0;
  position: relative;
  padding-block-start: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._1 {
    margin-inline-start: 0;
    padding-inline-start: 0;
    padding-block-start: 0;
    margin-block-end: 8rem;
    gap: 0;
  }
}
.q-dev-column .column._1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.0625rem;
  height: 90%;
  top: 0;
  left: 0;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-dev-column .column._1::before {
    content: none;
  }
}
.q-dev-column .column._1 .text {
  grid-area: 1/1/2/3;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._1 .text {
    grid-area: 1/1/2/2;
    margin-block-end: 2.5rem;
  }
}
.q-dev-column .column._1 .column__head {
  grid-area: 2/1/3/2;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._1 .column__head {
    grid-area: 2/1/3/2;
    padding-inline-start: 2.5rem;
    border-inline-start: 0.0625rem solid var(--color-dark);
    margin-block-end: 3.75rem;
  }
}
.q-dev-column .column._1 .column__body {
  grid-area: 2/2/3/3;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._1 .column__body {
    grid-area: 3/1/4/2;
  }
}
.q-dev-column .column._2 {
  margin-block-end: 8.75rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._2 {
    margin-block-end: 7.5rem;
  }
}
.q-dev-column .column._2 .column__head .c-text {
  padding-block: 0.625rem;
}
.q-dev-column .column._2 .column__body {
  display: grid;
  grid-template-columns: 21.625rem 21.625rem;
  gap: 1.5625rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._2 .column__body {
    grid-template-columns: 1fr;
  }
}
.q-dev-column .column._2 .column__body .image img {
  width: 100.5%;
  max-width: 100.5%;
}
.q-dev-column .column._3 {
  margin-inline-start: 0;
  padding-inline-start: 0;
  border-inline-start: 0;
  grid-template-columns: 28.125rem 1fr;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._3 {
    grid-template-columns: 1fr;
    padding-inline-start: 2.5rem;
    border-inline-start: 0.0625rem solid var(--color-dark);
    gap: 5.625rem;
  }
}
.q-dev-column .column._3 .c-text {
  margin-inline-start: 1.25rem;
  padding-inline-start: 3.125rem;
  border-inline-start: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-dev-column .column._3 .c-text {
    margin-inline-start: 0;
    padding-inline-start: 0;
    border-inline-start: 0;
  }
}
.q-dev-column .column._3 .c-button {
  width: 22.4375rem;
  height: 3.5625rem;
  margin-block-start: 4.0625rem;
  margin-inline-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._3 .c-button {
    width: 22.9375rem;
    height: 5rem;
    margin-inline-start: 0;
  }
}
.q-dev-column .column._3 .c-button__arrow {
  aspect-ratio: 1/1;
}
.q-dev-column .column._3 .c-button img {
  width: 100%;
}
.q-dev-column .column._3 .column__body {
  display: grid;
  grid-template-columns: 1fr;
  margin-block-start: -6.25rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._3 .column__body {
    margin-inline-end: calc(var(--l-section-space-inline) * -1);
    margin-block-start: 0;
  }
}
.q-dev-column .column._3 .column__body .image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.q-dev-column .column._3 .column__body .image img {
  width: 100.5%;
  max-width: 100.5%;
}
.q-dev-column .column._3 .column__body .detail {
  margin-block-start: 0.625rem;
  margin-block-end: 1.5625rem;
  display: flex;
  align-items: flex-start;
}
.q-dev-column .column._3 .column__body .detail .logo {
  width: 12.6875rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._3 .column__body .detail .logo {
    width: 16.9375rem;
  }
}
.q-dev-column .column._3 .column__body .detail .logo img {
  width: 100%;
  margin-inline-start: -0.25rem;
}
.q-dev-column .column._3 .column__body .detail .logo_text {
  font-weight: 700;
}
.q-dev-column .column._3 .column__body .detail .text {
  font-size: 1.25rem;
  margin-block-start: 0.125rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._3 .column__body .detail .text {
    font-size: 2rem;
  }
}
.q-dev-column .column._4 {
  margin-block-end: 8.75rem;
}
.q-dev-column .column._4 .column__body {
  width: 37rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (width <= 51.75rem) {
  .q-dev-column .column._4 .column__body {
    width: 100%;
  }
}
.q-dev-column .column._5 {
  display: block;
}
.q-dev-column .column._5 .column__head {
  width: 57.375rem;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._5 .column__head {
    width: 100%;
  }
}
.q-dev-column .column._5 .column__body {
  width: 61.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (width <= 51.75rem) {
  .q-dev-column .column._5 .column__body {
    width: 100%;
  }
}
.q-dev-column .column._6 {
  grid-template-columns: 1fr;
  gap: 5.625rem;
  margin-block-end: 16.25rem;
  margin-inline-start: 0;
  padding-inline-start: 0;
  border-inline-start: 0;
}
@media (width <= 51.75rem) {
  .q-dev-column .column._6 {
    gap: 2.5rem;
    padding-inline-start: 2.5rem;
    border-inline-start: 0.0625rem solid var(--color-dark);
  }
}
.q-dev-column .column._6 .column__head {
  margin-inline-start: 1.25rem;
  padding-inline-start: 3.125rem;
  border-inline-start: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-dev-column .column._6 .column__head {
    margin-inline-start: 0;
    padding-inline-start: 0;
    border-inline-start: 0;
  }
}
@media (width <= 51.75rem) {
  .q-dev-column .column._6 .column__body {
    overflow: auto;
    margin-inline-end: calc(var(--l-section-space-inline) * -1);
    padding-inline-end: var(--l-section-space-inline);
  }
}
@media (width <= 51.75rem) {
  .q-dev-column .column._6 .column__body .image {
    width: 141.5625rem;
  }
}

.q-info-fv {
  position: relative;
  padding-block: 10.625rem 16.25rem;
}
@media (width <= 51.75rem) {
  .q-info-fv {
    padding-block: 8.125rem 13.75rem;
  }
}
.q-info-fv .fv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-info-fv .fv {
    margin-inline-end: 0;
  }
}
.q-info-fv .fv__body .c-plus-animation {
  width: 18.75rem;
  margin-block-start: -3.75rem;
}
@media (width <= 51.75rem) {
  .q-info-fv .fv__body .c-plus-animation {
    margin-block-start: 0;
  }
}
@media (width <= 51.75rem) {
  .q-info-fv .fv__body {
    position: absolute;
    bottom: 0.625rem;
    right: 0;
  }
}

.q-info-table {
  margin-block-end: 8.75rem;
}
@media (width <= 51.75rem) {
  .q-info-table {
    margin-block-end: 11.875rem;
  }
}
.q-info-table .info {
  width: 72.5rem;
}
@media (width <= 51.75rem) {
  .q-info-table .info {
    width: 100%;
  }
}
.q-info-table .info__tr {
  display: grid;
  grid-template-columns: 5.75rem 1fr;
  gap: 3.9375rem;
}
@media (width <= 51.75rem) {
  .q-info-table .info__tr {
    grid-template-columns: 5.5rem 1fr;
    gap: 1.4375rem;
  }
}
.q-info-table .info__tr:last-child .info__th, .q-info-table .info__tr:last-child .info__td {
  padding-block-end: 0;
}
.q-info-table .info__th {
  border-block-start: 0.1875rem solid var(--color-primary);
  padding-block: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-info-table .info__th {
    font-size: 2rem;
    line-height: 1.25;
    padding-block: 2.5rem;
  }
}
@media (width <= 51.75rem) {
  .q-info-table .info__th ._width {
    display: inline-block;
    margin-inline-end: -0.625rem;
  }
}
.q-info-table .info__td {
  border-block-start: 0.0625rem solid var(--color-dark);
  padding-block: 1.5625rem;
  font-size: 1.125rem;
  line-height: 2;
  text-align: justify;
}
@media (width <= 51.75rem) {
  .q-info-table .info__td {
    font-size: 2rem;
    line-height: 1.5625;
    padding-block: 2.5rem;
  }
}
@media (width <= 51.75rem) {
  .q-info-table .info__td .indent {
    margin-inline-start: 0.5em;
  }
}
.q-info-table .info__td .small {
  font-size: 0.9375rem;
  margin-inline-start: 2.5rem;
  position: relative;
  top: -1px;
}
@media (width <= 51.75rem) {
  .q-info-table .info__td .small {
    font-size: 1.75rem;
    display: block;
    margin-inline-start: 0;
    margin-block-end: 0.625rem;
    text-indent: -1em;
    padding-inline-start: 1em;
  }
}
.q-info-table .info__td .title {
  font-weight: 700;
}
.q-info-table .info__td .link {
  margin-block-end: 1.25rem;
  line-height: 1.4;
}
.q-info-table .info__td .link:nth-child(2) {
  margin-block-start: 1em;
}
.q-info-table .info__td .link:last-child {
  margin-block-end: 0;
}
.q-info-table .info__td .link a {
  margin-inline-start: 1em;
  display: block;
  width: fit-content;
  word-break: break-all;
}
@media (width <= 51.75rem) {
  .q-info-table .info__td .link a {
    line-height: 1.09375;
  }
}
.q-info-table .info__td a {
  color: var(--color-primary);
  position: relative;
}
.q-info-table .info__td a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  opacity: 0;
  transition: opacity var(--sec);
}
.q-info-table .info__td a:focus-visible {
  opacity: 1;
}
.q-info-table .info__td a:focus-visible::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .q-info-table .info__td a:hover {
    opacity: 1;
  }
  .q-info-table .info__td a:hover::after {
    opacity: 1;
  }
}

.q-info-contact {
  background-color: var(--color-bg-ash2);
  padding-block: 5.625rem;
  width: 79.375rem;
  margin-block-end: 12.8125rem;
}
@media (width <= 51.75rem) {
  .q-info-contact {
    width: 100%;
    margin-block-end: 13.125rem;
    padding-block: 7.5rem 8.75rem;
  }
}
@media (51.75rem < width) {
  .q-info-contact .l-section__inner {
    padding-inline: 6.875rem 8.75rem;
  }
}
.q-info-contact .c-heading3 {
  margin-block-end: 0.5rem;
}
.q-info-contact .c-heading3 [data-sa=clipText] {
  display: contents;
  color: var(--color-dark);
}
.q-info-contact .c-heading3__plus {
  width: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-info-contact .c-heading3__plus {
    width: 3.125rem;
  }
}
.q-info-contact .c-heading3__jp {
  font-size: 1.75rem;
}
@media (width <= 51.75rem) {
  .q-info-contact .c-heading3__jp {
    font-size: 2.8125rem;
  }
}
.q-info-contact .contact {
  background-color: var(--color-light);
  padding: 3.375rem 4.0625rem;
  font-size: 1.125rem;
  line-height: 1.2777777778;
}
@media (width <= 51.75rem) {
  .q-info-contact .contact {
    padding: 4.375rem 3.125rem;
    font-size: 2rem;
  }
}
.q-info-contact .contact .title {
  font-weight: 700;
  margin-block-end: 0.875rem;
}
.q-info-contact .contact .text {
  display: flex;
  margin-block-end: 0.875rem;
}
.q-info-contact .contact .text .text_title {
  min-width: max-content;
}
.q-info-contact .contact .text:last-child {
  margin-block-end: 0;
}

.q-interview-top-fv {
  position: relative;
  padding-block: 9.375rem 4.375rem;
}
@media (width <= 51.75rem) {
  .q-interview-top-fv {
    padding-block: 8.125rem 6.875rem;
  }
}
.q-interview-top-fv .c-heading._big {
  align-items: center;
}
.q-interview-top-fv .c-heading._big .c-heading__jp {
  margin-block-start: -1rem;
  font-size: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-top-fv .c-heading._big .c-heading__jp {
    margin-block-start: 0;
    font-size: 2.375rem;
  }
}
.q-interview-top-fv .c-heading._big .c-heading__title {
  font-size: 6.1875rem;
}
@media (width <= 51.75rem) {
  .q-interview-top-fv .c-heading._big .c-heading__title {
    font-size: 5.625rem;
  }
}
.q-interview-top-fv .c-heading__jp::before {
  content: none;
}

.q-interview-top {
  padding-block-end: 14.75rem;
}
.q-interview-top .interview-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.375rem 3.75rem;
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top {
    grid-template-columns: 1fr;
    gap: 6.25rem;
  }
}
.q-interview-top .interview-top__item {
  display: block;
}
.q-interview-top .interview-top__item:focus-visible {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .q-interview-top .interview-top__item:hover {
    opacity: 1;
  }
}
.q-interview-top .interview-top__job {
  display: flex;
  font-size: 1.125rem;
}
.q-interview-top .interview-top__job .join {
  padding: 0 2.25rem;
  font-weight: 700;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__job .join {
    padding: 0.25rem 2.75rem;
    font-size: 2rem;
  }
}
.q-interview-top .interview-top__job .job {
  padding: 0 1.5rem;
  background-color: var(--color-tertiary);
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__job .job {
    font-size: 2rem;
    padding: 0.25rem 2.125rem;
  }
}
.q-interview-top .interview-top__image {
  aspect-ratio: 609/355;
}
.q-interview-top .interview-top__image img {
  width: 100.5%;
  max-width: 100.5%;
}
.q-interview-top .interview-top__title {
  background-color: var(--color-dark);
  font-size: 1.4375rem;
  font-weight: 700;
  color: var(--color-light);
  line-height: 1.4782608696;
  padding: 1.5rem 2.5rem;
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__title {
    font-size: 2.5rem;
    padding: 2.5rem 1.25rem 2.5rem 2.875rem;
  }
}
.q-interview-top .interview-top__body {
  padding-block-start: 1.5rem;
  padding-inline-end: 2.5rem;
  border-block-end: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__body {
    padding-block-start: 2.1875rem;
  }
}
.q-interview-top .interview-top__body-inner {
  padding-inline-start: 2.5rem;
  padding-block-end: 1.5rem;
  width: fit-content;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__body-inner {
    width: 100%;
    padding-block-end: 2.1875rem;
    padding-inline-start: 2rem;
  }
}
.q-interview-top .interview-top__body-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  bottom: -0.09375rem;
  left: 0;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__body-inner::after {
    width: 53%;
  }
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__join {
    font-size: 2rem;
  }
}
.q-interview-top .interview-top__name {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__name {
    gap: 1.875rem;
    margin-block-start: 0.5rem;
  }
}
.q-interview-top .interview-top__name .name {
  font-size: 1.5rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__name .name {
    font-size: 2.6875rem;
    align-self: center;
  }
}
.q-interview-top .interview-top__name .year {
  font-size: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-interview-top .interview-top__name .year {
    font-size: 1.75rem;
  }
}

.q-interview-fv {
  padding-block: 8.4375rem 3.75rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv {
    padding-block: 4.375rem 6.25rem;
  }
}
.q-interview-fv .interview__head {
  display: flex;
  align-items: center;
  gap: 0 5rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__head {
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: 2.25rem;
  }
}
.q-interview-fv .interview__number {
  font-family: var(--ff-en);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-inline-start: 2.5rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__number {
    padding-inline-start: var(--l-section-space-inline);
    align-items: baseline;
    margin-block-end: -0.625rem;
  }
}
.q-interview-fv .interview__number::before {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 2.3125rem;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__number::before {
    width: 1rem;
    height: 2.875rem;
    bottom: 2.5rem;
  }
}
.q-interview-fv .interview__number .text {
  font-size: 2.5rem;
  line-height: 1;
  padding-block-start: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__number .text {
    font-size: 3.25rem;
  }
}
.q-interview-fv .interview__number .number {
  font-size: 10.125rem;
  line-height: 1;
  padding-block-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__number .number {
    font-size: 10.625rem;
  }
}
.q-interview-fv .interview__body {
  position: relative;
}
.q-interview-fv .interview__job {
  display: flex;
  font-size: 1.4375rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__job {
    margin-inline-start: var(--l-section-space-inline);
  }
}
.q-interview-fv .interview__job .join {
  padding: 0.125rem 2.875rem;
  font-weight: 700;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__job .join {
    font-size: 2rem;
    padding-inline: 4.0625rem;
  }
}
.q-interview-fv .interview__job .job {
  padding: 0.125rem 2rem;
  background-color: var(--color-tertiary);
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__job .job {
    font-size: 2rem;
    padding-inline: 2.5rem;
  }
}
.q-interview-fv .interview__plus {
  position: absolute;
  top: -10.4375rem;
  right: -10.4375rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__plus {
    right: 0;
    top: -7.75rem;
  }
}
.q-interview-fv .interview__plus .c-plus-animation {
  width: 17.1875rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__plus .c-plus-animation {
    width: 12.8125rem;
  }
}
.q-interview-fv .interview__fv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline-end: 7.5rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__fv {
    flex-direction: column-reverse;
    gap: 2.8125rem;
    align-items: flex-start;
    margin-inline-end: 0;
  }
}
@media (51.75rem < width) {
  .q-interview-fv .interview__fv._2 {
    margin-inline-end: 11.5rem;
  }
}
@media (51.75rem < width) {
  .q-interview-fv .interview__fv._3 {
    margin-inline-end: 9.625rem;
  }
}
@media (51.75rem < width) {
  .q-interview-fv .interview__fv._4 {
    margin-inline-end: 12.25rem;
  }
}
@media (51.75rem < width) {
  .q-interview-fv .interview__fv._6 {
    margin-inline-end: 12.5rem;
  }
}
@media (51.75rem < width) {
  .q-interview-fv .interview__fv._7 {
    margin-inline-end: 12.5rem;
  }
}
.q-interview-fv .interview__image {
  position: relative;
  width: 78.75rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__image {
    width: 100%;
    padding-inline-end: var(--l-section-space-inline);
  }
}
.q-interview-fv .interview__image img {
  width: 100%;
}
.q-interview-fv .interview__title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 2.0952380952;
  margin-inline-start: -25rem;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__title {
    font-size: 3.125rem;
    line-height: 1.56;
    margin-inline-start: var(--l-section-space-inline);
  }
}
.q-interview-fv .interview__name {
  margin: -4.625rem 9.5rem 0 auto;
  background-color: color-mix(in srgb, var(--color-bg-ash2) 80%, transparent);
  position: relative;
  z-index: 1;
  width: fit-content;
  min-width: 19.125rem;
  padding: 1.625rem 2.875rem 2.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__name {
    min-width: auto;
    margin: -7.25rem 0 0 auto;
  }
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__name .job {
    line-height: 1.1666666667;
  }
}
.q-interview-fv .interview__name .name {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__name .name {
    font-size: 2.375rem;
  }
}
.q-interview-fv .interview__name .year {
  font-size: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-interview-fv .interview__name .year {
    font-size: 1.75rem;
  }
}

@media (width <= 51.75rem) {
  .q-interview-column {
    padding-inline: var(--l-section-space-inline);
  }
}
.q-interview-column .column1 {
  margin-inline-start: 7.5rem;
  display: grid;
  grid-template-columns: 29.8125rem 1fr;
  gap: 4.6875rem 5.875rem;
  margin-block-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-interview-column .column1 {
    grid-template-columns: 1fr;
    margin-inline-start: 0;
    margin-block-end: 6.25rem;
  }
}
.q-interview-column .column1__body {
  margin-block-start: 4rem;
}
@media (width <= 51.75rem) {
  .q-interview-column .column1__body {
    margin-block-start: 0;
  }
}
.q-interview-column .column1__body img {
  width: 100%;
}
.q-interview-column .column__title .sub {
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 700;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-column .column__title .sub {
    font-size: 2.1875rem;
  }
}
.q-interview-column .column__title .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 1.5625rem;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-interview-column .column__title .title {
    font-size: 2.8125rem;
  }
}
.q-interview-column .column2 {
  margin-inline-end: 6.5625rem;
  display: grid;
  grid-template-columns: 39.375rem 1fr;
  align-items: center;
  gap: 8.125rem 4.375rem;
  margin-block-end: 1.875rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-interview-column .column2 {
    display: flex;
    flex-direction: column-reverse;
    margin-inline-end: 0;
    margin-block-end: 6.25rem;
  }
}
.q-interview-column .column2__plus {
  position: absolute;
  left: 3.9375rem;
  top: -4.6875rem;
}
@media (width <= 51.75rem) {
  .q-interview-column .column2__plus {
    left: 1.75rem;
    top: auto;
    bottom: 39rem;
  }
}
.q-interview-column .column2__plus .c-plus-animation {
  width: 9.4375rem;
}
@media (width <= 51.75rem) {
  .q-interview-column .column2__plus .c-plus-animation {
    width: 11.5625rem;
  }
}
.q-interview-column .column2__plus .c-plus-animation .c-plus-animation__tate, .q-interview-column .column2__plus .c-plus-animation .c-plus-animation__yoko, .q-interview-column .column2__plus .c-plus-animation .c-plus-animation__tate_bg, .q-interview-column .column2__plus .c-plus-animation .c-plus-animation__yoko_bg {
  scale: 1 1;
  animation: none;
}
.q-interview-column .column2__head {
  margin-block-start: 1.5rem;
}
@media (width <= 51.75rem) {
  .q-interview-column .column2__head {
    margin-block-start: 0;
  }
}
@media (width <= 51.75rem) {
  .q-interview-column .column2__body {
    margin-inline-start: calc(50% - calc(var(--vw) * 50));
  }
}
.q-interview-column .column3 {
  margin-inline-start: 7.5rem;
  display: grid;
  grid-template-columns: 1fr 35.5rem;
  gap: 0 4.8125rem;
  margin-block-end: 11.875rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-interview-column .column3 {
    grid-template-columns: 1fr;
    margin-inline-start: 0;
    margin-block-end: 0;
  }
}
.q-interview-column .column3__head {
  margin-block-start: 6.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-column .column3__head {
    margin-block-start: 0;
  }
}
.q-interview-column .column3__plus .c-plus-animation {
  width: 100%;
}
@media (width <= 51.75rem) {
  .q-interview-column .column3__plus .c-plus-animation {
    width: 19.6875rem;
    margin-inline: auto calc(var(--l-section-space-inline) * -1);
  }
}

.q-interview-schedule .schedule__fv img {
  width: 100%;
}
.q-interview-schedule .schedule .l-section__inner {
  max-width: calc(75rem + var(--l-section-space-inline) * 2);
}
.q-interview-schedule .schedule__content {
  background-color: var(--color-secondary);
  padding-block: 8.125rem 9.375rem;
  overflow: hidden;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__content {
    padding-block-end: 13.75rem;
  }
}
.q-interview-schedule .schedule__head {
  display: grid;
  grid-template-columns: 27.125rem 1fr;
  gap: 4.375rem;
  margin-block-end: 5rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__head {
    grid-template-columns: 1fr;
    margin-block-end: 15.5rem;
    gap: 5rem;
  }
}
.q-interview-schedule .schedule__item .item_title {
  font-size: 1.375rem;
  font-weight: 700;
  width: fit-content;
  padding-inline: 1.875rem;
  border-block-end: 0.5rem solid var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__item .item_title {
    font-size: 2.375rem;
  }
}
.q-interview-schedule .schedule__item .item_text {
  background-color: var(--color-light);
  padding: 2.5rem 3.125rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__item .item_text {
    padding-block: 2.75rem;
  }
}
.q-interview-schedule .schedule__item .item_text .c-text {
  line-height: 2.0555555556;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__item .item_text .c-text {
    line-height: 1.8125;
  }
}
.q-interview-schedule .schedule__body {
  position: relative;
}
.q-interview-schedule .schedule__plus {
  position: absolute;
  right: -12rem;
  top: -8.125rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__plus {
    right: calc(var(--l-section-space-inline) * -1);
    top: -15.5rem;
  }
}
.q-interview-schedule .schedule__plus .c-plus-animation {
  width: 19.75rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__plus .c-plus-animation {
    width: 12.75rem;
  }
}
.q-interview-schedule .schedule__title {
  display: flex;
  align-items: center;
  margin-block-end: -0.6875rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__title {
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: 1.25rem;
  }
}
.q-interview-schedule .schedule__title .title {
  font-size: 2.625rem;
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__title .title {
    font-size: 2.9375rem;
  }
}
.q-interview-schedule .schedule__title .sub {
  font-size: 1.125rem;
  font-weight: 700;
  border-inline-start: 0.0625rem solid var(--color-dark);
  padding-inline-start: 1.875rem;
  margin-inline-start: 1.875rem;
  margin-block-end: 0.5rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__title .sub {
    font-size: 2rem;
    border-inline-start: 0;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    padding-inline-start: 0;
    margin-inline-start: 0;
  }
  .q-interview-schedule .schedule__title .sub::before {
    content: "";
    display: inline-block;
    width: 2.25rem;
    height: 0.0625rem;
    background-color: var(--color-dark);
  }
}
.q-interview-schedule .schedule__table {
  background-color: var(--color-light);
  padding: 2.8125rem 5.625rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__table {
    padding: 3.75rem 2.8125rem 8.125rem;
  }
}
.q-interview-schedule .schedule__tr {
  display: grid;
  grid-template-columns: 3.125rem 1fr;
  gap: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__tr {
    grid-template-columns: 5.375rem 1fr;
    gap: 0.625rem;
  }
}
.q-interview-schedule .schedule__tr:last-child .schedule__td {
  padding-block-end: 0;
  margin-block-end: 0;
  border-block-end: 0;
}
.q-interview-schedule .schedule__th {
  font-size: 1.125rem;
  font-family: var(--ff-en);
  margin-block-start: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__th {
    font-size: 2rem;
  }
}
.q-interview-schedule .schedule__td {
  display: grid;
  grid-template-columns: 14.75rem 1fr;
  padding-block-end: 1.4375rem;
  margin-block-end: 1.4375rem;
  border-block-end: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__td {
    grid-template-columns: 1fr;
    padding-block-end: 3rem;
    margin-block-end: 3rem;
  }
}
.q-interview-schedule .schedule__td .th {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__td .th {
    font-size: 2.125rem;
  }
}
.q-interview-schedule .schedule__td .td {
  margin-block-start: 0.25rem;
  font-size: 0.9375rem;
}
@media (width <= 51.75rem) {
  .q-interview-schedule .schedule__td .td {
    font-size: 1.875rem;
    margin-block-start: 0;
  }
}

.q-interview-contribution {
  margin-block-end: 11.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution {
    margin-block-end: 23.75rem;
  }
}
.q-interview-contribution .contribution {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.q-interview-contribution .contribution__image img {
  width: 100.5%;
  max-width: 100.5%;
}
.q-interview-contribution .contribution__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.q-interview-contribution .contribution__detail {
  width: 35.875rem;
  padding: 1.875rem 3.4375rem;
  background-color: color-mix(in srgb, var(--color-bg-ash2) 80%, transparent);
  margin: -6.25rem auto 0 auto;
  position: relative;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__detail {
    width: 24.5625rem;
    margin-block-start: -8.75rem;
  }
}
.q-interview-contribution .contribution__detail .title {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-block-end: 0.125rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__detail .title {
    font-size: 2.25rem;
    margin-block-end: 1.5625rem;
    margin-inline-end: -2.5rem;
  }
}
.q-interview-contribution .contribution__detail .text {
  text-align: justify;
  line-height: 1.8125;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__detail .text {
    line-height: 1.8666666667;
  }
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__detail._1 {
    margin-inline-start: 0;
    padding: 3.4375rem 2.5rem 5.625rem 3.125rem;
  }
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__detail._2 {
    margin-inline-end: 0;
    padding: 3.4375rem 3.125rem 5.625rem 2.5rem;
  }
}
.q-interview-contribution .contribution__catch {
  display: flex;
  gap: 0.875rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 16rem;
  translate: -49% 0;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch {
    gap: 0.9375rem;
    top: 22.8125rem;
  }
}
.q-interview-contribution .contribution__catch._7 {
  top: 25.625rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch._7 {
    top: 36.25rem;
  }
}
.q-interview-contribution .contribution__catch .catch {
  height: 4.5625rem;
  width: 17rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch {
    height: 5.3125rem;
    width: 19.8125rem;
  }
}
.q-interview-contribution .contribution__catch .catch:first-child {
  background-color: color-mix(in srgb, var(--color-light) 90%, transparent);
}
.q-interview-contribution .contribution__catch .catch:first-child::before, .q-interview-contribution .contribution__catch .catch:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.375rem;
  left: 0;
  mix-blend-mode: multiply;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch:first-child::before, .q-interview-contribution .contribution__catch .catch:first-child::after {
    height: 0.4375rem;
  }
}
.q-interview-contribution .contribution__catch .catch:first-child::before {
  top: 0;
}
.q-interview-contribution .contribution__catch .catch:first-child::after {
  bottom: 0;
}
.q-interview-contribution .contribution__catch .catch:first-child img {
  width: 12.6875rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch:first-child img {
    width: 14.75rem;
  }
}
.q-interview-contribution .contribution__catch .catch:last-child {
  background-color: color-mix(in srgb, var(--color-light) 90%, transparent);
  margin-inline: 0.375rem;
}
.q-interview-contribution .contribution__catch .catch:last-child::before, .q-interview-contribution .contribution__catch .catch:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.375rem;
  height: 100%;
  top: 0;
  mix-blend-mode: multiply;
  background-color: var(--color-secondary);
  opacity: 0.9;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch:last-child::before, .q-interview-contribution .contribution__catch .catch:last-child::after {
    width: 0.4375rem;
  }
}
.q-interview-contribution .contribution__catch .catch:last-child::before {
  left: -0.375rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch:last-child::before {
    left: -0.4375rem;
  }
}
.q-interview-contribution .contribution__catch .catch:last-child::after {
  right: -0.375rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch:last-child::after {
    right: -0.4375rem;
  }
}
.q-interview-contribution .contribution__catch .catch:last-child img {
  width: 12.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch:last-child img {
    width: 14.3125rem;
  }
}
.q-interview-contribution .contribution__catch .catch .text_animation {
  display: flex;
}
.q-interview-contribution .contribution__catch .catch .text_animation svg {
  width: 100%;
  height: auto;
}
.q-interview-contribution .contribution__catch .catch .text_animation._1 {
  width: 12.6875rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch .text_animation._1 {
    width: 14.75rem;
  }
}
.q-interview-contribution .contribution__catch .catch .text_animation._2 {
  width: 12.25rem;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .catch .text_animation._2 {
    width: 14.3125rem;
  }
}
.q-interview-contribution .contribution__catch .catch #svgMaskShakai, .q-interview-contribution .contribution__catch .catch #svgMaskZibun {
  fill: #fff;
}
.q-interview-contribution .contribution__catch .catch #bshakai path, .q-interview-contribution .contribution__catch .catch #bzibun path {
  fill: var(--color-dark);
}
.q-interview-contribution .contribution__catch .catch #mshakai path, .q-interview-contribution .contribution__catch .catch #mzibun path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7px;
}
.q-interview-contribution .contribution__catch .plus {
  width: 2.9375rem;
  aspect-ratio: 1/1;
  position: relative;
  opacity: 0.9;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .plus {
    width: 3.4375rem;
  }
}
.q-interview-contribution .contribution__catch .plus::before, .q-interview-contribution .contribution__catch .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  mix-blend-mode: multiply;
}
.q-interview-contribution .contribution__catch .plus::before {
  width: 100%;
  height: 0.625rem;
  background-color: var(--color-primary);
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .plus::before {
    height: 0.6875rem;
  }
}
.q-interview-contribution .contribution__catch .plus::after {
  width: 0.625rem;
  height: 100%;
  background-color: var(--color-secondary);
  left: 50%;
  top: 0;
  translate: -50% 0;
}
@media (width <= 51.75rem) {
  .q-interview-contribution .contribution__catch .plus::after {
    width: 0.6875rem;
  }
}

.q-job-fv {
  margin-block: 8.125rem 4.375rem;
}
@media (width <= 51.75rem) {
  .q-job-fv {
    margin-block-end: 5rem;
  }
}
.q-job-fv .c-heading__title {
  font-size: 4.8125rem;
  margin-inline-start: -1.25rem;
}
@media (width <= 51.75rem) {
  .q-job-fv .c-heading__title {
    font-size: 5.625rem;
    margin-inline-start: 0;
  }
}
@media (width <= 51.75rem) {
  .q-job-fv .c-heading__jp::before {
    width: 2.5rem;
  }
}
.q-job-fv .job {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-job-fv .job {
    grid-template-columns: 1fr;
  }
}
.q-job-fv .job__head {
  margin-block-end: 1.875rem;
  grid-area: 1/1/2/2;
}
@media (width <= 51.75rem) {
  .q-job-fv .job__head {
    margin-block-end: 1.25rem;
  }
}
.q-job-fv .job__body {
  margin-inline-start: calc(100% - calc(var(--vw) * 100));
  grid-area: 2/1/3/3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (width <= 51.75rem) {
  .q-job-fv .job__body {
    grid-area: 2/1/3/2;
    grid-template-columns: 1fr;
  }
}
.q-job-fv .job__title {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem;
}
@media (width <= 51.75rem) {
  .q-job-fv .job__title {
    font-size: 2.5rem;
    padding-block: 0.125rem;
  }
}
.q-job-fv .job__title._primary {
  background-color: var(--color-primary);
}
.q-job-fv .job__title._secondary {
  background-color: var(--color-secondary);
}
.q-job-fv .job__title._tertiary {
  background-color: var(--color-tertiary);
}
@media (width <= 51.75rem) {
  .q-job-fv .job__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .q-job-fv .job__item .job__title {
    grid-area: 1/1/2/3;
  }
}
.q-job-fv .job__item._2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: 1/2/2/4;
}
@media (width <= 51.75rem) {
  .q-job-fv .job__item._2 {
    grid-area: auto;
  }
}
.q-job-fv .job__item._2 .job__title {
  grid-area: 1/1/2/3;
}
@media (width <= 51.75rem) {
  .q-job-fv .job__item._office {
    display: block;
  }
  .q-job-fv .job__item._office .job__card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.q-job-fv .job__card {
  position: relative;
  display: block;
}
.q-job-fv .job__image {
  aspect-ratio: 400/277;
}
@media (width <= 51.75rem) {
  .q-job-fv .job__image {
    aspect-ratio: 414/268;
  }
}
.q-job-fv .job__image img {
  display: inline-block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 101%;
  max-width: 101%;
}
.q-job-fv .job__image .c-img-hover {
  height: 100%;
}
.q-job-fv .job__name-wrap {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.25rem 1.25rem;
  position: absolute;
  left: 50%;
  bottom: 0.9375rem;
  translate: -50% 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.4375rem;
  border-inline-start: 0.0625rem solid var(--color-dark);
  border-inline-end: 0.3125rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-job-fv .job__name-wrap {
    font-size: 2rem;
    bottom: 1.875rem;
    border-inline-end-width: 0.625rem;
    padding-inline: 1.875rem;
    gap: 5.3125rem;
    width: max-content;
  }
}
.q-job-fv .job__name-wrap._primary {
  background-color: color-mix(in srgb, var(--color-primary) 90%, transparent);
}
.q-job-fv .job__name-wrap._secondary {
  background-color: color-mix(in srgb, var(--color-secondary) 90%, transparent);
}
.q-job-fv .job__name-wrap._tertiary {
  background-color: color-mix(in srgb, var(--color-tertiary) 90%, transparent);
}
.q-job-fv .job__name-wrap._3 {
  bottom: 50%;
  translate: -50% 50%;
  z-index: 2;
}
@media (width <= 51.75rem) {
  .q-job-fv .job__name-wrap._3 {
    translate: 50% 0;
    bottom: 1.875rem;
    right: 50%;
    left: auto;
  }
}
.q-job-fv .job__name-wrap .u-svg {
  rotate: 90deg;
  width: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-job-fv .job__name-wrap .u-svg {
    width: 1.5625rem;
  }
}

.q-job-headline {
  margin-block-end: 6.875rem;
}
@media (width <= 51.75rem) {
  .q-job-headline {
    margin-block-end: 12rem;
  }
}
.q-job-headline .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline-end: 5rem;
}
@media (width <= 51.75rem) {
  .q-job-headline .headline {
    margin-inline-end: 2.5rem;
  }
}
.q-job-headline .headline__plus .c-plus-animation {
  width: 14.6875rem;
}
@media (width <= 51.75rem) {
  .q-job-headline .headline__plus .c-plus-animation {
    width: 10rem;
  }
}
.q-job-headline .headline__image {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}
@media (width <= 51.75rem) {
  .q-job-headline .headline__image {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
.q-job-headline .headline__image .en {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 0.9375rem;
}
@media (width <= 51.75rem) {
  .q-job-headline .headline__image .en {
    font-size: 1.75rem;
  }
}
.q-job-headline .headline__image .image {
  width: 41rem;
}
@media (width <= 51.75rem) {
  .q-job-headline .headline__image .image {
    width: 34.9375rem;
  }
}

.q-job-content {
  margin-block-end: 16.875rem;
}
@media (width <= 51.75rem) {
  .q-job-content {
    margin-block-end: 10rem;
  }
}
.q-job-content:last-child {
  margin-block-end: 12.5rem;
}
@media (width <= 51.75rem) {
  .q-job-content:last-child {
    margin-block-end: 22.125rem;
  }
}
.q-job-content .content {
  position: relative;
}
.q-job-content .content._primary::after {
  background-color: var(--color-primary);
}
.q-job-content .content._secondary::after {
  background-color: var(--color-secondary);
}
.q-job-content .content._secondary .content__title .title {
  border-block-end-color: var(--color-secondary);
}
.q-job-content .content._secondary .content__item .heading {
  background-color: var(--color-secondary);
}
.q-job-content .content._secondary .content__item .interview {
  border-inline-end-color: var(--color-secondary);
}
.q-job-content .content._secondary .content__movie .movie_title {
  border-block-end-color: var(--color-secondary);
}
.q-job-content .content._secondary .content__qa .qa_title {
  background-color: var(--color-secondary);
}
.q-job-content .content._secondary .content__snap {
  grid-template-columns: repeat(4, 1fr);
}
@media (width <= 51.75rem) {
  .q-job-content .content._secondary .content__snap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.q-job-content .content._tertiary::after {
  background-color: var(--color-tertiary);
}
.q-job-content .content._tertiary .content__title .title {
  border-block-end-color: var(--color-tertiary);
}
.q-job-content .content._tertiary .content__item .heading {
  background-color: var(--color-tertiary);
}
.q-job-content .content._tertiary .content__item .interview {
  border-inline-end-color: var(--color-tertiary);
}
.q-job-content .content._tertiary .content__movie .movie_title {
  border-block-end-color: var(--color-tertiary);
}
.q-job-content .content._tertiary .content__qa .qa_title {
  background-color: var(--color-tertiary);
}
.q-job-content .content._tertiary .content__detail {
  display: block;
}
.q-job-content .content._tertiary .content__detail .content__item {
  grid-template-columns: 34.4375rem 1fr;
  gap: 5.3125rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content._tertiary .content__detail .content__item {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.q-job-content .content._tertiary .content__item .text {
  margin-block-end: 0;
}
.q-job-content .content._tertiary .content__title .text .c-text {
  margin-inline-end: auto;
}
.q-job-content .content::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.25rem;
  height: calc(100% - 30rem);
  top: 15.625rem;
  right: 0;
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-job-content .content::after {
    width: 0.9375rem;
    top: 12.5rem;
  }
}
.q-job-content .content__plus {
  position: absolute;
  top: 1.25rem;
  right: 0;
}
@media (width <= 51.75rem) {
  .q-job-content .content__plus {
    top: -0.625rem;
  }
}
.q-job-content .content__plus .c-plus-animation {
  width: 13.4375rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__plus .c-plus-animation {
    width: 10.25rem;
  }
}
.q-job-content .content__inner {
  margin-inline-start: 7.25rem;
  width: 74.75rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__inner {
    width: 100%;
    margin-inline-start: 0;
    padding-inline: var(--l-section-space-inline) 3.75rem;
  }
}
.q-job-content .content__title {
  margin-block-end: 6.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0.75rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__title {
    grid-template-columns: 1fr;
    gap: 2.1875rem;
  }
}
.q-job-content .content__title .title {
  border-block-end: 0.25rem solid var(--color-primary);
  padding-block-end: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__title .title {
    width: fit-content;
    border-block-end-width: 0.375rem;
    padding-block-end: 1.25rem;
  }
}
.q-job-content .content__title .title .en {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.5rem 0.375rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__title .title .en {
    font-size: 1.375rem;
    margin-block-end: 0;
  }
}
.q-job-content .content__title .title .jp {
  font-size: 5.3125rem;
  font-weight: 700;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-job-content .content__title .title .jp {
    font-size: 5.625rem;
  }
}
.q-job-content .content__title .title .jp .small {
  font-size: 2.5rem;
  margin-inline-start: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__title .title .jp .small {
    font-size: 3.125rem;
  }
}
.q-job-content .content__title .text {
  border-block-end: 0.0625rem solid var(--color-dark);
  padding-block-end: 1.875rem;
}
.q-job-content .content__title .text .c-text {
  width: fit-content;
  margin-inline: auto 0;
}
.q-job-content .content__detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.125rem 5rem;
  margin-block-end: 5.3125rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__detail {
    grid-template-columns: 1fr;
    gap: 8.125rem;
    margin-block-end: 10rem;
  }
}
.q-job-content .content__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.q-job-content .content__item .heading {
  background-color: var(--color-primary);
  border-inline-start: 0.0625rem solid var(--color-dark);
  border-inline-end: 0.4375rem solid var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
  padding-inline-end: 1.75rem;
  margin-block-end: 2.8125rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__item .heading {
    height: 5.625rem;
    border-inline-end-width: 0.625rem;
  }
}
.q-job-content .content__item .heading_head {
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-inline-end: 0.0625rem solid var(--color-dark);
  padding: 0 2.1875rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (width <= 51.75rem) {
  .q-job-content .content__item .heading_head {
    font-size: 3.125rem;
  }
}
.q-job-content .content__item .heading_body {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (width <= 51.75rem) {
  .q-job-content .content__item .heading_body {
    font-size: 2.25rem;
  }
}
.q-job-content .content__item .text {
  margin-block-end: 2.75rem;
}
.q-job-content .content__item .text_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__item .text_title {
    font-size: 2.375rem;
    margin-inline-end: -1.875rem;
  }
}
.q-job-content .content__item .image img {
  width: 100%;
}
.q-job-content .content__item .interview {
  width: 22.6875rem;
  display: grid;
  grid-template-columns: 6.375rem 1fr;
  align-items: center;
  gap: 1.375rem;
  background-color: var(--color-bg-ash2);
  border-inline-end: 0.3125rem solid var(--color-primary);
  border-inline-start: 0.125rem solid var(--color-dark);
  margin: 1.5625rem 0 0 auto;
}
@media (width <= 51.75rem) {
  .q-job-content .content__item .interview {
    width: 35rem;
    grid-template-columns: 10.625rem 1fr;
    border-inline-end-width: 0.5625rem;
    border-inline-start-width: 0.1875rem;
    margin-block-start: 2.375rem;
    gap: 2.125rem;
  }
}
.q-job-content .content__item .interview_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline-end: 1.5625rem;
}
.q-job-content .content__item .interview_text .button {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-job-content .content__item .interview_text .button {
    font-size: 2rem;
  }
}
.q-job-content .content__item .interview_image img {
  width: 100%;
}
.q-job-content .content__item .interview .u-svg {
  width: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__item .interview .u-svg {
    width: 1.4375rem;
  }
}
.q-job-content .content__item .interview.c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-1.6em);
}
@media (hover: hover) and (pointer: fine) {
  .q-job-content .content__item .interview.c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-1.6em);
  }
}
.q-job-content .content__movie {
  width: 60.25rem;
  margin-inline: auto;
  margin-block-end: 6.25rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__movie {
    width: 100%;
    margin-block-end: 10rem;
  }
}
.q-job-content .content__movie .movie_title {
  font-family: var(--ff-en);
  font-size: 1.875rem;
  font-weight: 700;
  border-block-end: 0.375rem solid var(--color-primary);
  width: fit-content;
  line-height: 1.4;
}
@media (width <= 51.75rem) {
  .q-job-content .content__movie .movie_title {
    font-size: 2.3125rem;
    border-block-end-width: 0.4375rem;
  }
}
.q-job-content .content__movie .movie_title span {
  display: inline-block;
  letter-spacing: 0.06em;
}
.q-job-content .content__movie .movie {
  overflow: hidden;
}
.q-job-content .content__movie .movie img {
  width: 100%;
}
.q-job-content .content__qa {
  background-color: var(--color-bg-ash2);
}
.q-job-content .content__qa .qa {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4.375rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa {
    gap: 4.1875rem;
  }
}
.q-job-content .content__qa .qa_inner {
  width: 82rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_inner {
    width: 100%;
    padding-inline-end: var(--l-section-space-inline);
  }
}
.q-job-content .content__qa .qa_title {
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 5.5rem;
  height: 100%;
  padding-block-start: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_title {
    width: 8.375rem;
    gap: 0;
    justify-content: flex-start;
    padding-block: 8.125rem;
  }
}
.q-job-content .content__qa .qa_title .q {
  font-size: 4.25rem;
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_title .q {
    font-size: 5.3125rem;
  }
}
.q-job-content .content__qa .qa_title .title {
  font-size: 1.375rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 0.06em;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_title .title {
    font-size: 2.5rem;
  }
}
.q-job-content .content__qa .qa_body {
  padding-block: 7.25rem 5.625rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_body {
    padding-block: 5.75rem 5.625rem;
    flex-direction: column;
    gap: 5rem;
    padding-block-end: 9.0625rem;
  }
}
.q-job-content .content__qa .qa_item .c-text {
  font-size: 1rem;
  line-height: 2;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_item .c-text {
    font-size: 1.875rem;
    line-height: 1.7666666667;
  }
}
.q-job-content .content__qa .qa_heading {
  border-block-end: 0.0625rem solid var(--color-dark);
  padding-block-end: 0.625rem;
  margin-block-end: 1.25rem;
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  gap: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_heading {
    gap: 1.5rem;
    grid-template-columns: 7rem 1fr;
    align-items: flex-end;
    padding-block-end: 1.25rem;
  }
}
.q-job-content .content__qa .qa_heading .a {
  font-size: 4.25rem;
  font-weight: 700;
  font-family: var(--ff-en);
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_heading .a {
    font-size: 5.3125rem;
    margin-block-end: -1.25rem;
  }
}
.q-job-content .content__qa .qa_heading .a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.0625rem;
  height: 0.4375rem;
  bottom: -0.625rem;
  right: 0;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_heading .a::after {
    height: 0.625rem;
    bottom: 0;
  }
}
.q-job-content .content__qa .qa_heading .heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_heading .heading {
    line-height: 1.3333333333;
    font-size: 2.25rem;
  }
}
.q-job-content .content__qa .qa_item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 19.4375rem);
  gap: 2.9375rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_item-wrap {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.q-job-content .content__qa .qa_memo {
  width: 25.25rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_memo {
    width: 100%;
  }
}
.q-job-content .content__qa .qa_memo .heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-block-end: -0.375rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_memo .heading {
    font-size: 2.25rem;
  }
}
.q-job-content .content__qa .qa_memo .text {
  background-color: var(--color-light);
  padding: 1.625rem 2.1875rem;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_memo .text {
    padding: 1.75rem 3.75rem;
  }
}
.q-job-content .content__qa .qa_memo .text .c-text {
  font-size: 0.9375rem;
  line-height: 2;
}
@media (width <= 51.75rem) {
  .q-job-content .content__qa .qa_memo .text .c-text {
    font-size: 1.875rem;
    line-height: 1.7666666667;
  }
}
.q-job-content .content__snap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (width <= 51.75rem) {
  .q-job-content .content__snap {
    grid-template-columns: 1fr;
  }
}
.q-job-content .content__snap .snap_text {
  position: absolute;
  right: 0;
  top: -1.05em;
  font-size: 3.125rem;
  font-family: var(--ff-en);
  font-weight: 100;
}
@media (width <= 51.75rem) {
  .q-job-content .content__snap .snap_text {
    font-size: 4.5rem;
  }
}
.q-job-content .content__snap .snap {
  overflow: hidden;
}
.q-job-content .content__snap .snap img {
  width: 100.5%;
  max-width: 100.5%;
}

.q-journey-fv {
  padding-block: 5rem 5.5rem;
}
@media (width <= 51.75rem) {
  .q-journey-fv {
    padding-block: 8.125rem 6.25rem;
  }
}
.q-journey-fv .fv {
  position: relative;
}
.q-journey-fv .fv__title {
  margin-block-end: 5rem;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__title {
    margin-block-end: 8.75rem;
  }
}
.q-journey-fv .fv__title .en {
  font-size: 4.8125rem;
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__title .en {
    font-size: 5.625rem;
    padding-block-end: 7.5rem;
  }
}
.q-journey-fv .fv__title .number {
  font-size: 12.375rem;
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__title .number {
    font-size: 14rem;
    margin-inline-start: -5rem;
    letter-spacing: -0.01em;
  }
}
.q-journey-fv .fv__title .en-wrap {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  margin-block-end: -3.125rem;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__title .en-wrap {
    gap: 0;
    justify-content: space-between;
    align-items: flex-end;
    margin-block-end: -1.25rem;
  }
}
.q-journey-fv .fv__title .jp {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  letter-spacing: 0.09em;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__title .jp {
    font-size: 2.375rem;
  }
}
.q-journey-fv .fv__title .jp::before {
  content: "";
  display: inline-block;
  width: 4.375rem;
  height: 0.0625rem;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__title .jp::before {
    width: 5.25rem;
  }
}
.q-journey-fv .fv__text {
  margin-inline-start: calc(50% - calc(var(--vw) * 50));
  border-inline-start: 1.0625rem solid var(--color-secondary);
  padding-inline-start: 6.25rem;
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.8918918919;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__text {
    font-size: 3.125rem;
    line-height: 1.82;
    padding-inline-start: 1.875rem;
    margin-block-end: 6.25rem;
  }
}
.q-journey-fv .fv__text span {
  display: block;
}
.q-journey-fv .fv__body {
  position: absolute;
  top: 16.25rem;
  right: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__body {
    position: static;
  }
}
.q-journey-fv .fv__image {
  width: 41.125rem;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__image {
    width: calc(100% + var(--l-section-space-inline));
    margin-inline: 0 calc(50% - calc(var(--vw) * 50));
  }
}
.q-journey-fv .fv__image img {
  width: 100%;
}
.q-journey-fv .fv__plus {
  margin: -8.375rem 0 -3.5rem auto;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__plus {
    margin: -7.3125rem calc(50% - calc(var(--vw) * 50)) -6.25rem auto;
  }
}
.q-journey-fv .fv__plus .c-plus-animation {
  width: 21.375rem;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__plus .c-plus-animation {
    width: 18.5625rem;
  }
}
.q-journey-fv .fv__name {
  border-inline-start: 0.0625rem solid var(--color-dark);
  padding-inline-start: 1.625rem;
}
.q-journey-fv .fv__name .job {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__name .job {
    font-size: 2.125rem;
  }
}
.q-journey-fv .fv__name .name {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-block-end: 1.625rem;
}
@media (width <= 51.75rem) {
  .q-journey-fv .fv__name .name {
    font-size: 2.8125rem;
  }
}

.page-journey {
  overflow: hidden;
}

.q-journey-column {
  position: relative;
  padding-block-start: 6.25rem;
  margin-block-end: 12.5rem;
}
@media (width <= 51.75rem) {
  .q-journey-column {
    padding-block-start: 8.125rem;
    margin-block-end: 19.25rem;
  }
}
.q-journey-column::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 4.25rem);
  height: calc(100% - 17.5rem);
  top: 0;
  left: 0;
  background-color: var(--color-bg-ash2);
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-journey-column::before {
    width: 100%;
    height: calc(100% - 14.1875rem);
  }
}
.q-journey-column::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5625rem;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--color-secondary);
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-journey-column::after {
    top: -23.875rem;
    width: 0.6875rem;
  }
}
@media (width <= 51.75rem) {
  .q-journey-column._2::after, .q-journey-column._3::after {
    top: -20.8125rem;
  }
}
.q-journey-column .column__item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 9.6875rem 1fr;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__item {
    grid-template-columns: 1fr;
  }
}
.q-journey-column .column__item:not(:last-child) {
  margin-block-end: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__item:not(:last-child) {
    margin-block-end: 6.25rem;
  }
}
.q-journey-column .column__number {
  position: relative;
  border-block-end: 0.375rem solid var(--color-primary);
  padding-block-end: 0.375rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__number {
    width: 13.4375rem;
    padding-block-end: 0;
  }
}
@media (width <= 51.75rem) {
  .q-journey-column .column__number::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.0625rem;
    background-color: var(--color-dark);
    left: calc(var(--l-section-space-inline) * -1);
    width: calc(100vw - var(--l-section-space-inline));
    bottom: 0;
  }
}
.q-journey-column .column__number::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.0625rem;
  height: 0.9375rem;
  bottom: 0;
  right: 0;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-journey-column .column__number::after {
    height: 1.75rem;
  }
}
.q-journey-column .column__number .number {
  font-size: 4.375rem;
  font-family: var(--ff-en);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__number .number {
    font-size: 5.3125rem;
  }
}
.q-journey-column .column__number .year {
  font-size: 1.5625rem;
  font-weight: 700;
  padding-inline-start: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__number .year {
    font-size: 2.5rem;
  }
}
.q-journey-column .column__body .c-text {
  padding-inline-start: 2rem;
  line-height: 2.1111111111;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__body .c-text {
    padding-inline-start: 0;
    line-height: 1.875;
  }
}
.q-journey-column .column__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.375rem 0 0.9375rem 2rem;
  margin-block-end: 1.25rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__title {
    font-size: 2.8125rem;
    line-height: 1.3333333333;
    padding: 3.125rem 0 2.5rem 1.875rem;
    margin-block-end: 2.5rem;
  }
}
.q-journey-column .column__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.0625rem;
  background-color: var(--color-dark);
  left: calc(50% - calc(var(--vw) * 50));
  right: 0;
  bottom: 0;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__title::before {
    left: 0;
  }
}
@media (width <= 51.75rem) {
  .q-journey-column .column__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.0625rem;
    height: 1.75rem;
    bottom: 0;
    left: 0;
    background-color: var(--color-dark);
  }
}
.q-journey-column .column__title span {
  width: fit-content;
  display: block;
}
.q-journey-column .column__mv {
  position: relative;
}
.q-journey-column .column__mv .image {
  width: 80.75rem;
  margin-inline: auto calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-journey-column .column__mv .image {
    width: 43.125rem;
  }
}
.q-journey-column .column__mv .image img {
  width: 100%;
}
.q-journey-column .column__mv .plus {
  position: absolute;
  bottom: 0;
  left: 1.3125rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__mv .plus {
    left: calc(50% - calc(var(--vw) * 50));
  }
}
.q-journey-column .column__mv .plus .c-plus-animation {
  width: 17.4375rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column__mv .plus .c-plus-animation {
    width: 14.1875rem;
  }
}
.q-journey-column .column1 {
  width: 46.125rem;
  margin-block-end: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column1 {
    width: 100%;
    margin-block-end: 7.5rem;
  }
}
.q-journey-column .column2 {
  display: grid;
  grid-template-columns: 27rem 1fr;
  gap: 5.375rem 4.75rem;
  align-items: flex-start;
  margin-block-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 {
    grid-template-columns: 1fr;
    margin-block-end: 6.25rem;
  }
}
.q-journey-column .column2 .column__image {
  margin-block-start: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__image {
    margin-block-start: 0;
    margin-inline-start: calc(50% - calc(var(--vw) * 50));
  }
}
.q-journey-column .column2 .column__image .image._1 {
  margin-block-end: 0.9375rem;
}
.q-journey-column .column2 .column__item {
  grid-template-columns: 1fr 9.6875rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__item {
    display: flex;
    flex-direction: column-reverse;
  }
}
.q-journey-column .column2 .column__title {
  padding-inline: 0 2rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__title {
    padding-inline: 1.875rem 0;
  }
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__title span {
    margin-inline-end: -1.875rem;
  }
}
.q-journey-column .column2 .column__title::before {
  left: 0;
  right: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__title::before {
    right: 0;
  }
}
.q-journey-column .column2 .column__number {
  text-align: right;
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__number {
    margin-inline: auto 0;
  }
}
.q-journey-column .column2 .column__number::after {
  right: auto;
  left: 0;
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__number::before {
    left: auto;
    right: calc(var(--l-section-space-inline) * -1);
  }
}
.q-journey-column .column2 .column__body .c-text {
  padding-inline: 0 2.375rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column2 .column__body .c-text {
    padding-inline: 0;
  }
}
.q-journey-column .column3 {
  width: 73.75rem;
  margin-block-end: 6.25rem;
}
@media (width <= 51.75rem) {
  .q-journey-column .column3 {
    width: 100%;
    margin-block-end: 8.75rem;
  }
}

.q-kiden-fv .fv {
  position: relative;
}
.q-kiden-fv .fv__head {
  position: absolute;
  left: 0;
  top: 5.75rem;
  z-index: 1;
}
.q-kiden-fv .fv__title .en {
  font-family: var(--ff-en);
  font-size: 0.875rem;
  font-weight: 700;
  border-block-end: 0.0625rem solid var(--color-dark);
  margin-block-end: 2.25rem;
  display: inline-block;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-kiden-fv .fv__title .en {
    font-size: 1.5625rem;
    margin-block-end: 4.25rem;
  }
}
.q-kiden-fv .fv__title .jp {
  margin-block-end: 1.875rem;
  margin-inline-start: -0.5rem;
}
@media (width <= 51.75rem) {
  .q-kiden-fv .fv__title .jp {
    margin-block-end: 2.5rem;
    margin-inline-start: 0;
  }
}
.q-kiden-fv .fv__title .jp .u-svg {
  width: 31rem;
}
@media (width <= 51.75rem) {
  .q-kiden-fv .fv__title .jp .u-svg {
    width: 36.75rem;
  }
}
.q-kiden-fv .fv .c-text {
  line-height: 2.3333333333;
}
@media (width <= 51.75rem) {
  .q-kiden-fv .fv .c-text {
    line-height: 1.875;
  }
}
.q-kiden-fv .fv__body {
  width: calc(var(--vw) * 100);
  margin-inline: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-kiden-fv .fv__body {
    margin-inline: calc(var(--l-section-space-inline) * -1);
  }
}
.q-kiden-fv .fv__body img {
  width: 100%;
}

.q-kiden-catch {
  margin-block: 4.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-catch {
    margin-block: 5rem;
  }
}
.q-kiden-catch .catch {
  display: flex;
  align-items: center;
  gap: 4.125rem;
}
@media (width <= 51.75rem) {
  .q-kiden-catch .catch {
    flex-direction: column;
    gap: 4.375rem;
    align-items: flex-start;
  }
}
.q-kiden-catch .catch__head {
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 1.5675675676;
}
@media (width <= 51.75rem) {
  .q-kiden-catch .catch__head {
    font-size: 3.25rem;
    line-height: 1.5576923077;
  }
}
.q-kiden-catch .catch__body {
  padding-inline-start: 2.5rem;
  border-inline-start: 0.0625rem solid var(--color-dark);
}
.q-kiden-catch .catch__body .c-text {
  font-weight: 500;
}

.q-kiden-map .map {
  position: relative;
}
.q-kiden-map .map__image img {
  width: 100%;
}
.q-kiden-map .map__area {
  position: absolute;
  width: 24.75rem;
  height: 24.4375rem;
}
@media (width <= 51.75rem) {
  .q-kiden-map .map__area {
    width: 13.875rem;
    height: 13.625rem;
  }
}
.q-kiden-map .map__area:focus-visible {
  opacity: 1;
}
.q-kiden-map .map__area:focus-visible img {
  opacity: var(--opacity);
}
@media (hover: hover) and (pointer: fine) {
  .q-kiden-map .map__area:hover {
    opacity: 1;
  }
  .q-kiden-map .map__area:hover img {
    opacity: var(--opacity);
  }
}
.q-kiden-map .map__area img {
  width: 100%;
  transition: opacity var(--sec);
}
.q-kiden-map .map__area._1 {
  top: 7.1875rem;
  left: 25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-map .map__area._1 {
    top: 1.6875rem;
    left: 12.8125rem;
  }
}
.q-kiden-map .map__area._2 {
  bottom: 3.125rem;
  left: 14.375rem;
}
@media (width <= 51.75rem) {
  .q-kiden-map .map__area._2 {
    bottom: 1.25rem;
    left: 5.5rem;
  }
}
.q-kiden-map .map__area._3 {
  top: 4.5625rem;
  right: 2.1875rem;
}
@media (width <= 51.75rem) {
  .q-kiden-map .map__area._3 {
    top: 1.6875rem;
    right: 2.25rem;
  }
}
.q-kiden-map .map__area._4 {
  bottom: 5rem;
  right: 19.0625rem;
}
@media (width <= 51.75rem) {
  .q-kiden-map .map__area._4 {
    bottom: 1.6875rem;
    right: 9.625rem;
  }
}

.q-kiden-study {
  padding-block: 4.625rem;
  background-color: var(--color-bg-ash3);
}
@media (width <= 51.75rem) {
  .q-kiden-study {
    padding-block: 5.875rem 14.6875rem;
  }
}
.q-kiden-study .study {
  display: grid;
  grid-template-columns: 25.875rem 1fr;
  gap: 7.5rem;
  align-items: flex-start;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.q-kiden-study .study__head {
  position: relative;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study__head {
    width: fit-content;
  }
}
.q-kiden-study .study__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6.25rem;
  height: 0.0625rem;
  bottom: -2.25rem;
  left: 11.625rem;
  background-color: var(--color-dark);
  rotate: 45deg;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study__head::after {
    left: 15rem;
    bottom: -2.1875rem;
  }
}
.q-kiden-study .study__head .line {
  border-block-end: 0.0625rem solid var(--color-dark);
  font-size: 2.125rem;
  font-weight: 700;
  display: block;
  padding-block: 0.5rem;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study__head .line {
    font-size: 2.9375rem;
    padding-block: 0.875rem;
  }
}
.q-kiden-study .study__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375rem 2.75rem;
  margin-block-start: 1rem;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study__body {
    grid-template-columns: 1fr;
    gap: 4.75rem;
  }
}
.q-kiden-study .study__title {
  font-size: 1.625rem;
  font-weight: 700;
  padding: 0.125rem 1.0625rem;
  margin-block-end: 1.25rem;
  display: flex;
  align-items: center;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study__title {
    font-size: 2.9375rem;
    padding: 0.375rem 1.875rem;
  }
}
.q-kiden-study .study__title .sub {
  margin-inline-start: 0.75rem;
  font-size: 1rem;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study__title .sub {
    margin-inline-start: 1.5rem;
    font-size: 2rem;
  }
}
.q-kiden-study .study__item._1 .study__title {
  background-color: var(--color-primary);
}
.q-kiden-study .study__item._1 .study__list .dots {
  color: var(--color-primary);
}
.q-kiden-study .study__item._2 .study__title {
  background-color: var(--color-quaternary);
}
.q-kiden-study .study__item._2 .study__list .dots {
  color: var(--color-quaternary);
}
.q-kiden-study .study__item._3 .study__title {
  background-color: var(--color-secondary);
}
.q-kiden-study .study__item._3 .study__list .dots {
  color: var(--color-secondary);
}
.q-kiden-study .study__item._4 .study__title {
  background-color: var(--color-quaternary2);
}
.q-kiden-study .study__item._4 .study__list .dots {
  color: var(--color-quaternary2);
}
.q-kiden-study .study__list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.375rem 0.625rem;
  font-size: 1.125rem;
}
@media (width <= 51.75rem) {
  .q-kiden-study .study__list {
    font-size: 2rem;
    gap: 0.625rem 0;
    grid-template-columns: 1fr 1fr;
  }
}

.q-kiden-voice .voice__plus {
  margin-inline-start: -2.5rem;
  margin-block-start: -9.875rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__plus {
    margin-inline-start: -5rem;
    margin-block-start: -9.25rem;
  }
}
.q-kiden-voice .voice__plus .c-plus-animation {
  width: 25.3125rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__plus .c-plus-animation {
    width: 23.6875rem;
  }
}
.q-kiden-voice .voice__title {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  margin-inline-start: 8.125rem;
  margin-block-start: -7.5rem;
  margin-block-end: 10.625rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__title {
    margin-inline-start: 8.75rem;
    margin-block-start: -12.5rem;
    margin-block-end: 11.25rem;
    align-items: end;
    gap: 0.9375rem;
  }
}
.q-kiden-voice .voice__title .en {
  font-size: 6.625rem;
  font-family: var(--ff-en);
  font-weight: 700;
  line-height: 1;
  margin-block-start: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__title .en {
    font-size: 5.9375rem;
    width: min-content;
    margin-block-start: 2.5rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__title .en .sub {
    font-size: 1.5rem;
    display: inline-block;
  }
}
.q-kiden-voice .voice__title .title .sub {
  font-family: var(--ff-en);
  font-weight: 700;
}
.q-kiden-voice .voice__title .title .jp {
  font-size: 2rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__title .title .jp {
    font-size: 2.5rem;
    margin-block-end: 0.875rem;
  }
}
.q-kiden-voice .voice__headline {
  border-inline-start: 2.5rem solid var(--color-primary);
  padding-inline-start: 1rem;
  margin-inline-start: calc(50% - calc(var(--vw) * 50));
  margin-block-end: 2.1875rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__headline {
    margin-block-end: 2.5rem;
    border-inline-start-width: 3.25rem;
    padding-inline-start: 1.25rem;
    margin-inline-start: calc(var(--l-section-space-inline) * -1);
  }
}
.q-kiden-voice .voice__headline .headline {
  font-size: 2.375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.1;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__headline .headline {
    font-size: 3.4375rem;
  }
}
.q-kiden-voice .voice__headline .headline .sub {
  font-size: 1rem;
  border-block-end: 0.125rem solid var(--color-primary);
  padding-block-end: 0.375rem;
  margin-block-end: -0.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__headline .headline .sub {
    font-size: 2.125rem;
  }
}
.q-kiden-voice .voice__headline._quaternary {
  border-inline-start-color: var(--color-quaternary);
}
.q-kiden-voice .voice__headline._quaternary .sub {
  border-block-end-color: var(--color-quaternary);
}
.q-kiden-voice .voice__headline._secondary {
  border-inline-start-color: var(--color-secondary);
}
.q-kiden-voice .voice__headline._secondary .sub {
  border-block-end-color: var(--color-secondary);
}
.q-kiden-voice .voice__headline._quaternary2 {
  border-inline-start-color: var(--color-quaternary2);
}
.q-kiden-voice .voice__headline._quaternary2 .sub {
  border-block-end-color: var(--color-quaternary2);
}
.q-kiden-voice .voice__column {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 2.625rem;
  padding-inline-end: 3.75rem;
  margin-block-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__column {
    grid-template-columns: 1fr;
    padding-inline-end: 0;
  }
}
.q-kiden-voice .voice__column .plus {
  position: absolute;
  right: -2.8125rem;
  top: -6.5625rem;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__column .plus {
    right: -3.125rem;
    top: -4.8125rem;
  }
}
.q-kiden-voice .voice__column .plus .c-plus-animation {
  width: 10.75rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__column .plus .c-plus-animation {
    width: 7.875rem;
  }
}
.q-kiden-voice .voice__column._quaternary .voice__item::before {
  background-color: var(--color-quaternary);
}
.q-kiden-voice .voice__column._secondary .voice__item::before {
  background-color: var(--color-secondary);
}
.q-kiden-voice .voice__column._quaternary2 .voice__item::before {
  background-color: var(--color-quaternary2);
}
.q-kiden-voice .voice__body {
  margin-block-end: 15.625rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__body {
    margin-block-end: 21.25rem;
  }
}
.q-kiden-voice .voice__item {
  background-color: var(--color-bg-ash3);
  padding: 4.1875rem 1.875rem 3.125rem 3rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item {
    margin-inline-start: calc(var(--l-section-space-inline) * -1);
    padding: 3.75rem 3.125rem;
    margin-inline-end: 1.6875rem;
  }
}
.q-kiden-voice .voice__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.625rem;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  z-index: 1;
}
.q-kiden-voice .voice__item .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item .title {
    font-size: 2.5rem;
    margin-block-end: 2.1875rem;
  }
}
.q-kiden-voice .voice__item .c-text {
  background-color: color-mix(in srgb, var(--color-light) 80%, transparent);
  padding: 1.875rem 3rem;
  width: 24.1875rem;
  margin-block-end: 1.25rem;
  position: relative;
  z-index: 2;
  line-height: 1.9444444444;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item .c-text {
    width: 30.6875rem;
    font-size: 2rem;
    line-height: 1.75;
    margin-block-end: 2.5rem;
    padding: 1.875rem 2.5rem;
  }
}
.q-kiden-voice .voice__item .info {
  position: relative;
  z-index: 1;
}
.q-kiden-voice .voice__item .info .gradu {
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item .info .gradu {
    font-size: 2rem;
  }
}
.q-kiden-voice .voice__item .info .name {
  font-size: 1.625rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item .info .name {
    font-size: 2.5rem;
  }
}
.q-kiden-voice .voice__item .info .job {
  font-size: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item .info .job {
    font-size: 1.75rem;
  }
}
.q-kiden-voice .voice__item._1 .image {
  width: 21.625rem;
  right: -2.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._1 .image {
    width: 24.375rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._1::before {
    width: 101%;
  }
}
.q-kiden-voice .voice__item._2 .image {
  width: 22.125rem;
  right: -4.5rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._2 .image {
    width: 24.375rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._2::before {
    width: 104%;
  }
}
.q-kiden-voice .voice__item._3 {
  z-index: 3;
}
.q-kiden-voice .voice__item._3 .image {
  width: 22.25rem;
  right: -5.1875rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._3 .image {
    width: 28.25rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._3::before {
    width: 107%;
  }
}
.q-kiden-voice .voice__item._4 .image {
  width: 25.3125rem;
  right: -2.8125rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._4 .image {
    width: 24.375rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._4::before {
    width: 109%;
  }
}
.q-kiden-voice .voice__item._5 {
  z-index: 3;
}
.q-kiden-voice .voice__item._5 .image {
  width: 25.3125rem;
  right: -8.1875rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._5 .image {
    width: 28.25rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._5::before {
    width: 109%;
  }
}
.q-kiden-voice .voice__item._6 .image {
  width: 24.5625rem;
  right: -7.0625rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._6 .image {
    width: 24.375rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._6::before {
    width: 104%;
  }
}
.q-kiden-voice .voice__item._7 .image {
  width: 24.3125rem;
  right: -3.375rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._7 .image {
    width: 28.9375rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._7::before {
    width: 106%;
  }
}
.q-kiden-voice .voice__item._8 .image {
  width: 26.75rem;
  right: -7.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._8 .image {
    width: 27.5rem;
    right: -4.8125rem;
  }
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__item._8::before {
    width: 109%;
  }
}
.q-kiden-voice .voice__item .image {
  position: absolute;
  bottom: 0.3125rem;
}
.q-kiden-voice .voice__item .image img {
  width: 100%;
}
.q-kiden-voice .voice__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  border-block-end: 0.3125rem solid var(--color-dark);
  padding-inline: 2.375rem 4rem;
  padding-block-end: 0.375rem;
  margin-inline: auto calc(50% - calc(var(--vw) * 50));
  width: 50.125rem;
  position: relative;
  margin-block-end: 10.3125rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__button {
    width: 39.1875rem;
    align-items: end;
    padding-block-end: 2.1875rem;
    padding-inline: 3.625rem 1.875rem;
    margin-inline-end: calc(var(--l-section-space-inline) * -1);
    margin-block-end: 12.5rem;
  }
}
.q-kiden-voice .voice__button:focus-visible {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .q-kiden-voice .voice__button:hover {
    opacity: 1;
  }
}
.q-kiden-voice .voice__button:last-child {
  margin-block-end: 0;
}
.q-kiden-voice .voice__button::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.875rem;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__button::before {
    width: 2.5rem;
    top: 0.5rem;
  }
}
.q-kiden-voice .voice__button .text-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__button .text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.q-kiden-voice .voice__button .text {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__button .text {
    font-size: 2.5rem;
  }
}
.q-kiden-voice .voice__button .sub {
  font-size: 1.125rem;
  font-weight: 700;
  margin-block-start: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-kiden-voice .voice__button .sub {
    font-size: 2rem;
    margin-block-end: 0;
  }
}
.q-kiden-voice .voice__button.c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-1.65em);
}
@media (hover: hover) and (pointer: fine) {
  .q-kiden-voice .voice__button.c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-1.65em);
  }
}
.q-kiden-voice .voice__button._quaternary::before {
  background-color: var(--color-quaternary);
}
.q-kiden-voice .voice__button._secondary::before {
  background-color: var(--color-secondary);
}
.q-kiden-voice .voice__button._quaternary2::before {
  background-color: var(--color-quaternary2);
}

.q-program-fv {
  position: relative;
  margin-block-start: 7.75rem;
  overflow: hidden;
}
@media (width <= 51.75rem) {
  .q-program-fv {
    margin-block: 6.25rem 7.875rem;
  }
}
.q-program-fv .fv {
  display: grid;
  grid-template-columns: 28.5rem 1fr;
  gap: 4.875rem 3.4375rem;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv {
    grid-template-columns: 1fr;
    row-gap: 6.25rem;
  }
}
.q-program-fv .fv__head {
  grid-area: 1/1/2/3;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__head {
    grid-area: 1/1/2/2;
  }
}
.q-program-fv .fv__head .sub {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__head .sub {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.q-program-fv .fv__head .sub .en {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 0.875rem;
  border-block-end: 0.0625rem solid var(--color-dark);
  margin-block-start: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__head .sub .en {
    font-size: 1.5625rem;
  }
}
.q-program-fv .fv__head .sub .jp {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__head .sub .jp {
    font-size: 2.5rem;
  }
}
.q-program-fv .fv__head .title {
  font-size: 4.3125rem;
  font-weight: 700;
  width: fit-content;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__head .title {
    font-size: 5.625rem;
    line-height: 1.2391304348;
  }
}
.q-program-fv .fv__body {
  grid-area: 2/1/3/2;
  margin-block-start: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__body {
    grid-area: 3/1/4/2;
    margin-block-start: 0;
  }
}
.q-program-fv .fv__image {
  grid-area: 2/2/3/3;
  margin-inline-end: calc(50% - calc(var(--vw) * 34.2));
  position: relative;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__image {
    grid-area: 2/1/3/2;
    margin-inline-end: calc(50% - calc(var(--vw) * 50));
  }
}
.q-program-fv .fv__image img {
  width: 100%;
}
.q-program-fv .fv__image .c-plus-animation {
  width: 21.625rem;
  position: absolute;
  top: -13.1875rem;
  right: 0;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__image .c-plus-animation {
    width: 17.1875rem;
    top: -10.5rem;
  }
}
.q-program-fv .fv__title {
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__title {
    margin-block-end: 2.5rem;
  }
}
.q-program-fv .fv__title .sub {
  font-family: var(--ff-en);
  font-size: 0.875rem;
  font-weight: 500;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__title .sub {
    font-size: 1.75rem;
  }
}
.q-program-fv .fv__title .heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8125;
}
@media (width <= 51.75rem) {
  .q-program-fv .fv__title .heading {
    font-size: 2.8125rem;
    line-height: 1.5555555556;
  }
}
.q-program-fv .c-plus-animation {
  width: 20.875rem;
  position: absolute;
  right: 0;
  bottom: -12.75rem;
}
@media (width <= 51.75rem) {
  .q-program-fv .c-plus-animation {
    width: 17.9375rem;
    bottom: -17.9375rem;
  }
}

.q-program-future {
  padding-block: 14.375rem 17.5rem;
  margin-block-start: -7.1875rem;
  background-color: var(--color-bg-ash3);
}
@media (width <= 51.75rem) {
  .q-program-future {
    padding-block: 5rem 20.625rem;
    margin-block-start: 0;
  }
}
.q-program-future .future__title {
  text-align: right;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__title {
    margin-block-end: 8.125rem;
  }
}
.q-program-future .future__title .title {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: end;
}
@media (width <= 51.75rem) {
  .q-program-future .future__title .title {
    font-size: 2.8125rem;
    gap: 0;
    align-items: flex-start;
    margin-block-end: 0.875rem;
  }
}
.q-program-future .future__title .title::before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 0.0625rem;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-program-future .future__title .title::before {
    width: 6rem;
    margin-block-start: 2.5rem;
  }
}
.q-program-future .future__title .sub {
  font-size: 0.75rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__title .sub {
    font-size: 1.5625rem;
    width: fit-content;
    margin-inline: auto 0;
    text-align: left;
    text-indent: -1em;
    padding-inline-start: 1em;
  }
}
.q-program-future .future__number {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
  position: relative;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-program-future .future__number {
    grid-template-columns: 1fr;
    gap: 8.125rem;
  }
}
.q-program-future .future__item {
  background-color: color-mix(in srgb, var(--color-primary) 80%, transparent);
  padding: 0 2.75rem 3.75rem;
}
.q-program-future .future__item:nth-child(2) {
  background-color: color-mix(in srgb, var(--color-secondary) 80%, transparent);
  margin-block-start: 3.375rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__item:nth-child(2) {
    margin-block-start: 0;
  }
}
.q-program-future .future__item:nth-child(3) {
  margin-block-start: 6.75rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__item:nth-child(3) {
    margin-block-start: 0;
  }
}
.q-program-future .future__item .number {
  font-family: var(--ff-en);
  font-size: 7.9375rem;
  font-weight: 700;
  color: var(--color-light);
  line-height: 1;
  margin-block-start: -3.125rem;
  margin-inline-start: -0.625rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__item .number {
    font-size: 11.125rem;
    margin-block-start: -4.375rem;
    margin-block-end: -1.25rem;
  }
}
.q-program-future .future__item .heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__item .heading {
    font-size: 2.375rem;
    line-height: 1.2894736842;
    margin-block-end: 0.5rem;
  }
}
.q-program-future .future__item .c-text {
  line-height: 1.9444444444;
  line-break: strict;
}
.q-program-future .future__image {
  margin: -13.125rem auto 2.5rem auto;
  max-width: 66.75rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__image {
    margin: -8.375rem calc(50% - calc(var(--vw) * 50)) 3.75rem calc(50% - calc(var(--vw) * 50));
  }
}
.q-program-future .future__image img {
  width: 100%;
}
.q-program-future .future__learn {
  text-align: center;
  margin-block-end: 6.25rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__learn {
    margin-block-end: 7.5rem;
  }
}
.q-program-future .future__learn .arrow {
  width: 1.8125rem;
  margin-block-end: 1.5625rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__learn .arrow {
    width: 6.4375rem;
    margin-block-end: 1.25rem;
  }
}
.q-program-future .future__learn .text {
  font-size: 2.5rem;
  font-weight: 700;
  width: fit-content;
  margin-inline: auto;
}
@media (width <= 51.75rem) {
  .q-program-future .future__learn .text {
    font-size: 3.4375rem;
  }
}
.q-program-future .future__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375rem 2.625rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__column {
    grid-template-columns: 1fr;
    gap: 5.9375rem;
  }
}
.q-program-future .future__block {
  background-color: var(--color-light);
  padding: 4.125rem 3.125rem 3.125rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-program-future .future__block {
    padding-block-end: 4.125rem;
  }
}
.q-program-future .future__block .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 0.625rem;
  margin-inline-end: -0.625rem;
}
@media (width <= 51.75rem) {
  .q-program-future .future__block .title {
    font-size: 2.375rem;
    margin-block-end: 1.25rem;
  }
}
.q-program-future .future__block .c-text {
  line-height: 1.9444444444;
}
.q-program-future .future__block .plus {
  position: absolute;
  width: 4.4375rem;
  aspect-ratio: 1/1;
  top: -2.1875rem;
  right: 0;
}
@media (width <= 51.75rem) {
  .q-program-future .future__block .plus {
    width: 7.625rem;
    top: -3.8125rem;
  }
}
.q-program-future .future__block .plus::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 22%;
  transform-origin: left center;
  translate: 0 -50%;
  background-color: var(--color-primary);
  mix-blend-mode: multiply;
}
.q-program-future .future__block .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 22%;
  height: 100%;
  transform-origin: center top;
  translate: -50% 0;
  background-color: var(--color-secondary);
  mix-blend-mode: multiply;
}

.q-program-voice {
  margin-block-start: -7.1875rem;
}
@media (width <= 51.75rem) {
  .q-program-voice {
    margin-block-start: -7.8125rem;
  }
}
.q-program-voice .voice__title {
  display: flex;
  align-items: start;
  gap: 2.1875rem;
  margin-block-end: -2.375rem;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__title {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.q-program-voice .voice__title .big {
  display: flex;
  align-items: start;
  gap: 1rem;
}
.q-program-voice .voice__title .big .c-plus-animation {
  width: 7.0625rem;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__title .big .c-plus-animation {
    width: 7.6875rem;
  }
}
.q-program-voice .voice__title .big .heading {
  font-family: var(--ff-en);
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__title .big .heading {
    font-size: 10.3125rem;
  }
}
.q-program-voice .voice__title .title {
  margin-block-start: 0.5rem;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__title .title {
    margin-inline: var(--l-section-space-inline);
  }
}
.q-program-voice .voice__title .title .jp {
  font-size: 2.3125rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__title .title .jp {
    font-size: 3.3125rem;
    margin-block-end: 0.625rem;
  }
}
.q-program-voice .voice__title .title .sub {
  font-size: 1.1875rem;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__title .title .sub {
    font-size: 2rem;
  }
}
.q-program-voice .voice__block {
  background-color: var(--color-secondary);
  padding-block: 8.4375rem;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__block {
    padding-block: 28.125rem 27.5rem;
    margin-block-start: -20.5rem;
  }
}
.q-program-voice .voice__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.0625rem 1.875rem;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__column {
    grid-template-columns: 1fr;
    gap: 5.625rem;
  }
}
.q-program-voice .voice__item {
  background-color: var(--color-light);
  border-radius: 1.875rem;
  padding: 2.8125rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__item {
    padding: 3.125rem 2.8125rem 3.75rem;
  }
}
.q-program-voice .voice__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 1.0625rem;
  bottom: -0.9375rem;
  left: 45%;
  background-color: var(--color-light);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__item::before {
    width: 2.9375rem;
    height: 2.0625rem;
    bottom: -1.875rem;
    left: 46%;
  }
}
.q-program-voice .voice__item:nth-child(even) .title {
  color: var(--color-secondary);
}
.q-program-voice .voice__item .title {
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-program-voice .voice__item .title {
    font-size: 2.375rem;
  }
}
.q-program-voice .voice__item .c-text {
  line-height: 1.8888888889;
}

.q-program-link {
  padding-block: 6.875rem 13.75rem;
}
@media (width <= 51.75rem) {
  .q-program-link {
    padding-block: 7.5rem 16.875rem;
  }
}
.q-program-link .link {
  font-size: 2.125rem;
  font-weight: 700;
  width: 56.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 5rem 2.5rem 4.375rem;
  margin-inline: auto;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-program-link .link {
    width: 100%;
    font-size: 2.8125rem;
    padding: 2.5rem 3.125rem 2.5rem 3.125rem;
  }
}
.q-program-link .link:focus-visible {
  opacity: 1;
}
.q-program-link .link:focus-visible .text {
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .q-program-link .link:hover {
    opacity: 1;
  }
  .q-program-link .link:hover .text {
    color: var(--color-primary);
  }
}
.q-program-link .link .kakko {
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: var(--color-dark);
}
.q-program-link .link .kakko::before, .q-program-link .link .kakko::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.875rem;
  height: 0.0625rem;
  top: 0;
  left: 0;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-program-link .link .kakko::before, .q-program-link .link .kakko::after {
    width: 1.125rem;
  }
}
.q-program-link .link .kakko::after {
  top: auto;
  bottom: 0;
}
.q-program-link .link .kakko._1 {
  left: 0;
}
.q-program-link .link .kakko._2 {
  right: 0;
}
.q-program-link .link .kakko._2::before, .q-program-link .link .kakko._2::after {
  left: auto;
  right: 0;
}
.q-program-link .link .text {
  transition: color var(--sec);
}
.q-program-link .link .arrow {
  width: 3.125rem;
  aspect-ratio: 1/1;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 51.75rem) {
  .q-program-link .link .arrow {
    width: 5rem;
  }
}
.q-program-link .link .u-svg {
  width: 0.875rem;
  aspect-ratio: 21/14;
}
@media (width <= 51.75rem) {
  .q-program-link .link .u-svg {
    width: 1.375rem;
  }
}

.q-qa-fv {
  padding-block: 5rem 7.1875rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv {
    padding-block: 3.75rem 11.875rem;
  }
}
.q-qa-fv .fv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv {
    flex-direction: column;
  }
}
.q-qa-fv .fv__head {
  margin-block-start: 2.25rem;
  margin-inline-start: 2.375rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__head {
    margin-inline-start: 0;
  }
}
.q-qa-fv .fv__title {
  margin-block-end: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__title {
    margin-block-end: 3.75rem;
  }
}
.q-qa-fv .fv__title .sub {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: var(--ff-en);
  border-block-end: 0.0625rem solid var(--color-dark);
  display: inline-block;
  margin-block-end: 2.25rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__title .sub {
    font-size: 1.5625rem;
    margin-block-end: 3.125rem;
  }
}
.q-qa-fv .fv__title .title {
  width: 34.125rem;
  margin-block-end: 2.25rem;
  margin-inline-start: -0.375rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__title .title {
    width: 39.5rem;
  }
}
.q-qa-fv .fv__title .title .u-svg {
  width: 100%;
}
.q-qa-fv .fv .c-text {
  line-height: 2.4117647059;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv .c-text {
    line-height: 1.875;
  }
}
.q-qa-fv .fv__body {
  width: 53.0625rem;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
  position: relative;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__body {
    width: auto;
    margin-inline-start: 1.125rem;
  }
}
.q-qa-fv .fv__image img {
  width: 100%;
}
.q-qa-fv .fv__name {
  position: absolute;
  left: 50%;
  bottom: 4.0625rem;
  translate: -50% 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.0625rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__name {
    gap: 4rem;
    bottom: 4.5rem;
    left: 53%;
  }
}
.q-qa-fv .fv__name .box {
  width: max-content;
}
.q-qa-fv .fv__name .box:nth-child(1) .tag {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.q-qa-fv .fv__name .tag {
  font-weight: 700;
  padding: 0.125rem 0.8125rem;
  border-radius: 99px;
  background-color: var(--color-dark);
  color: var(--color-light);
  display: block;
  width: fit-content;
  margin-inline-start: 2.1875rem;
  position: relative;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__name .tag {
    font-size: 1.875rem;
    margin-inline: auto;
    padding-inline: 1.625rem;
  }
}
.q-qa-fv .fv__name .name_wrap {
  background-color: color-mix(in srgb, var(--color-light) 90%, transparent);
  padding: 1.125rem 2.1875rem;
  margin-block-start: -0.9375rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__name .name_wrap {
    padding: 2.8125rem 1.25rem 1.875rem 2.25rem;
    margin-block-start: -1.25rem;
  }
}
.q-qa-fv .fv__name .name {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__name .name {
    font-size: 2.375rem;
    line-height: 1.6;
  }
}
.q-qa-fv .fv__name .job {
  font-size: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__name .job {
    font-size: 1.875rem;
    line-height: 1.1666666667;
  }
}
.q-qa-fv .fv__plus {
  position: absolute;
  bottom: -4.4375rem;
  left: -4.4375rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__plus {
    bottom: -4.25rem;
    left: -4.25rem;
  }
}
.q-qa-fv .fv__plus .c-plus-animation {
  width: 11.5625rem;
}
@media (width <= 51.75rem) {
  .q-qa-fv .fv__plus .c-plus-animation {
    width: 10.8125rem;
  }
}

.page-qa {
  overflow: hidden;
}

.q-qa-content {
  background-image: linear-gradient(0deg, transparent calc(100% - 0.0625rem), var(--color-bg-ash3) calc(100% - 0.0625rem)), linear-gradient(90deg, transparent calc(100% - 0.0625rem), var(--color-bg-ash3) calc(100% - 0.0625rem));
  background-size: 3.125rem 3.125rem;
  background-repeat: repeat;
  background-position: top left;
  padding-block-end: 18.75rem;
  margin-block-end: -4.875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content {
    padding-block: 7.5rem 22.5rem;
    background-size: 2.4625rem 2.4625rem;
    margin-block-end: -7.6875rem;
    background-position: top left;
  }
}
.q-qa-content .l-section__inner {
  max-width: calc(81.25rem + (var(--l-section-space-inline) * 2));
}
@media (width <= 51.75rem) {
  .q-qa-content .l-section__inner {
    padding-inline: 2.5rem;
  }
}
.q-qa-content .qa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa {
    grid-template-columns: 1fr;
  }
}
.q-qa-content .qa__item {
  position: relative;
}
.q-qa-content .qa__item:nth-child(1) {
  margin-block-start: -3.125rem;
  margin-inline-end: -3.125rem;
  width: 43.75rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(1) {
    margin-block-start: 0;
    width: 39.375rem;
    order: 1;
  }
}
.q-qa-content .qa__item:nth-child(1) .qa__question {
  width: 28.125rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(1) .qa__question {
    width: 37rem;
  }
}
.q-qa-content .qa__item:nth-child(1) .qa__question::before {
  right: 41%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(1) .qa__question::before {
    right: 36%;
  }
}
.q-qa-content .qa__item:nth-child(1) .qa__answer {
  padding-block: 2.75rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(1) .qa__answer {
    padding-block: 3.5rem;
  }
}
.q-qa-content .qa__item:nth-child(1) .qa__answer::before {
  left: 24.4%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(1) .qa__answer::before {
    left: 33%;
  }
}
.q-qa-content .qa__item:nth-child(2) {
  margin-block-start: 6.25rem;
  width: 31.25rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(2) {
    margin-block-start: 5rem;
    width: 41.875rem;
    order: 2;
  }
}
.q-qa-content .qa__item:nth-child(2) .qa__question {
  background-color: var(--color-secondary);
  margin-inline: auto 3.125rem;
  width: 21.875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(2) .qa__question {
    margin-inline-end: 0;
    width: 29.5625rem;
  }
}
.q-qa-content .qa__item:nth-child(2) .qa__question::before {
  background-color: var(--color-secondary);
  right: 18%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(2) .qa__question::before {
    right: 12%;
  }
}
.q-qa-content .qa__item:nth-child(2) .qa__answer {
  padding-block: 3.5rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(2) .qa__answer {
    padding: 4rem 4rem;
  }
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(2) .qa__answer .title {
    margin-inline-end: -1.25rem;
  }
}
.q-qa-content .qa__item:nth-child(2) .qa__answer::before {
  left: 34%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(2) .qa__answer::before {
    left: 37%;
  }
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(3) {
    order: 4;
  }
}
.q-qa-content .qa__item:nth-child(3) .qa__image {
  width: 53.125rem;
  margin-inline-start: -9.375rem;
  margin-block-start: -9.375rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(3) .qa__image {
    margin: 7.5rem 0 0 -2.5rem;
    width: 46.8125rem;
    height: 29.375rem;
  }
}
@media (width <= 51.75rem) and (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(3) .qa__image {
    left: 49%;
  }
}
.q-qa-content .qa__item:nth-child(3) .qa__plus {
  right: -7.625rem;
  bottom: -4.5rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(3) .qa__plus {
    right: -2.5rem;
    bottom: -4.875rem;
  }
}
.q-qa-content .qa__item:nth-child(4) {
  margin-block-start: 6.125rem;
  width: 31.25rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(4) {
    margin-block-start: 5rem;
    width: 41.9375rem;
    margin-inline: 0;
    order: 3;
  }
}
.q-qa-content .qa__item:nth-child(4) .qa__question {
  margin-inline: auto 3.125rem;
  width: 21.875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(4) .qa__question {
    margin-inline: 0;
    width: 27rem;
  }
}
.q-qa-content .qa__item:nth-child(4) .qa__question::before {
  right: 24.4%;
}
.q-qa-content .qa__item:nth-child(4) .qa__answer {
  padding-block: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(4) .qa__answer {
    padding-block: 3.375rem;
  }
}
.q-qa-content .qa__item:nth-child(4) .qa__answer::before {
  left: 36%;
  width: 1.25rem;
  height: 1.25rem;
  top: -1.1875rem;
}
.q-qa-content .qa__item:nth-child(5) {
  width: 37.625rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(5) {
    order: 5;
    width: 100%;
    margin-block-start: 7.5rem;
  }
}
.q-qa-content .qa__item:nth-child(5) .qa__question {
  background-color: var(--color-secondary);
  padding-inline: 1.875rem 0.625rem;
  width: 37.625rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(5) .qa__question {
    padding-inline: 2.3125rem;
    width: 46.8125rem;
  }
}
.q-qa-content .qa__item:nth-child(5) .qa__question::before {
  background-color: var(--color-secondary);
  right: 47.8%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(5) .qa__question::before {
    right: 24%;
  }
}
.q-qa-content .qa__item:nth-child(5) .qa__answer {
  width: 31.25rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(5) .qa__answer {
    width: 36.9375rem;
    margin-inline: auto 0;
    padding-block: 4.375rem;
  }
}
.q-qa-content .qa__item:nth-child(5) .qa__answer::before {
  left: 36%;
  width: 1.25rem;
  height: 1.25rem;
  top: -1.1875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(5) .qa__answer::before {
    right: 24%;
  }
}
.q-qa-content .qa__item:nth-child(6) {
  margin-block-start: 9.375rem;
  width: 40.625rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(6) {
    order: 6;
    margin-block-start: 5rem;
    width: 100%;
  }
}
.q-qa-content .qa__item:nth-child(6) .qa__question {
  width: 31.25rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(6) .qa__question {
    width: 44.375rem;
  }
}
.q-qa-content .qa__item:nth-child(6) .qa__question::before {
  right: 37%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(6) .qa__question::before {
    right: 41%;
  }
}
.q-qa-content .qa__item:nth-child(6) .qa__answer {
  margin-inline-start: 3.125rem;
  padding-block: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(6) .qa__answer {
    width: 39.25rem;
    margin-inline-start: 0;
    padding-block: 3.5rem 6.25rem;
  }
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(6) .qa__answer .title {
    margin-inline-end: -1.25rem;
  }
}
.q-qa-content .qa__item:nth-child(6) .qa__answer::before {
  left: 22%;
  width: 1.25rem;
  height: 1.25rem;
  top: -1.1875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(6) .qa__answer::before {
    left: 33%;
  }
}
.q-qa-content .qa__item:nth-child(7) {
  margin-block-start: 3.125rem;
  width: 40.625rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(7) {
    order: 7;
    margin-block-start: 5rem;
    width: 41.875rem;
    margin-inline: auto 0;
  }
}
.q-qa-content .qa__item:nth-child(7) .qa__question {
  margin-inline-start: 6.25rem;
  background-color: var(--color-secondary);
  width: 25rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(7) .qa__question {
    margin-inline: auto 0;
    width: 36.875rem;
  }
}
.q-qa-content .qa__item:nth-child(7) .qa__question::before {
  background-color: var(--color-secondary);
  right: 34%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(7) .qa__question::before {
    right: 23%;
  }
}
.q-qa-content .qa__item:nth-child(7) .qa__answer {
  padding-block: 2.8125rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(7) .qa__answer {
    padding-block: 3.375rem;
  }
}
.q-qa-content .qa__item:nth-child(7) .qa__answer::before {
  left: 28%;
  width: 2.5rem;
  height: 2.5rem;
  top: -2.4375rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(7) .qa__answer::before {
    left: 23%;
    top: -1.875rem;
  }
}
.q-qa-content .qa__item:nth-child(8) {
  margin-block-start: 6.25rem;
  margin-inline: 6.25rem -9.375rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(8) {
    order: 8;
    margin-block-start: 7.5rem;
    margin-inline: 2.5rem -2.5rem;
  }
}
.q-qa-content .qa__item:nth-child(8) .qa__image {
  width: 43.75rem;
  height: 31.25rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(8) .qa__image {
    width: auto;
    height: 34.375rem;
  }
}
.q-qa-content .qa__item:nth-child(8) .qa__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.q-qa-content .qa__item:nth-child(8) .qa__plus {
  left: -4.5rem;
  bottom: -4.5rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(8) .qa__plus {
    left: -5rem;
    bottom: -5rem;
  }
}
.q-qa-content .qa__item:nth-child(9) {
  width: 37.5rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(9) {
    order: 9;
    margin-block-start: 7.5rem;
    width: 100%;
  }
}
.q-qa-content .qa__item:nth-child(9) .qa__question {
  margin-inline-start: 9.375rem;
  width: 21.875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(9) .qa__question {
    margin-inline-start: 0;
    width: 32rem;
  }
}
.q-qa-content .qa__item:nth-child(9) .qa__question::before {
  right: 25%;
}
.q-qa-content .qa__item:nth-child(9) .qa__answer {
  padding-block: 3.3125rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(9) .qa__answer {
    padding-block: 4.125rem;
  }
}
.q-qa-content .qa__item:nth-child(9) .qa__answer::before {
  left: 36.5%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(9) .qa__answer::before {
    left: 16.5%;
  }
}
.q-qa-content .qa__item:nth-child(10) {
  margin-block-start: 6.25rem;
  width: 34.375rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(10) {
    order: 10;
    margin-block-start: 5rem;
    width: 44.3125rem;
  }
}
.q-qa-content .qa__item:nth-child(10) .qa__question {
  margin-inline-start: 6.25rem;
  background-color: var(--color-secondary);
  margin-inline: auto 0;
  width: 28.125rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(10) .qa__question {
    width: 44.375rem;
  }
}
.q-qa-content .qa__item:nth-child(10) .qa__question::before {
  background-color: var(--color-secondary);
  right: 41%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(10) .qa__question::before {
    right: 19%;
  }
}
.q-qa-content .qa__item:nth-child(10) .qa__answer {
  margin-inline-end: 3.125rem;
  padding-block: 3.3125rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(10) .qa__answer {
    width: 36.875rem;
    margin-inline: auto 0;
    padding-block: 4.125rem;
  }
}
.q-qa-content .qa__item:nth-child(10) .qa__answer::before {
  left: 36%;
  width: 1.25rem;
  height: 1.25rem;
  top: -1.1875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(10) .qa__answer::before {
    left: 56%;
  }
}
.q-qa-content .qa__item:nth-child(11) {
  width: 40.5rem;
  margin-inline: auto 0;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(11) {
    order: 12;
    margin-block-start: 5rem;
    width: 100%;
    margin-inline: 0;
  }
}
.q-qa-content .qa__item:nth-child(11) .qa__question {
  background-color: var(--color-secondary);
  margin-inline: auto 0;
  width: 31.25rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(11) .qa__question {
    width: 46.875rem;
  }
}
.q-qa-content .qa__item:nth-child(11) .qa__question::before {
  background-color: var(--color-secondary);
  right: 47%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(11) .qa__question::before {
    right: 34%;
  }
}
.q-qa-content .qa__item:nth-child(11) .qa__answer {
  margin-inline-end: 9.375rem;
  padding-block: 3.625rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(11) .qa__answer {
    width: 41.875rem;
    margin-inline: auto 0;
    padding: 3.75rem 5rem 5.75rem;
  }
}
.q-qa-content .qa__item:nth-child(11) .qa__answer::before {
  left: 46%;
  width: 1.25rem;
  height: 1.25rem;
  top: -1.1875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(11) .qa__answer::before {
    left: 44%;
  }
}
.q-qa-content .qa__item:nth-child(12) {
  margin-block-start: 6.25rem;
  width: 43.75rem;
  margin-inline-start: -6.25rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(12) {
    order: 11;
    margin-block-start: 5rem;
    width: 44.375rem;
    margin-inline-start: 0;
  }
}
.q-qa-content .qa__item:nth-child(12) .qa__question {
  margin-inline: auto 0;
  width: 28.125rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(12) .qa__question {
    margin-inline: 0;
    width: 41.875rem;
  }
}
.q-qa-content .qa__item:nth-child(12) .qa__question::before {
  right: 41%;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(12) .qa__question::before {
    right: 32%;
  }
}
.q-qa-content .qa__item:nth-child(12) .qa__answer {
  margin-inline-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(12) .qa__answer {
    margin-inline-end: 0;
    padding-block: 4.625rem;
  }
}
.q-qa-content .qa__item:nth-child(12) .qa__answer::before {
  left: 59%;
  width: 1.25rem;
  height: 1.25rem;
  top: -1.1875rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__item:nth-child(12) .qa__answer::before {
    left: 30%;
  }
}
.q-qa-content .qa__image img {
  width: 100%;
}
.q-qa-content .qa__question {
  padding: 1rem 1.875rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.2962962963;
  margin-block-end: 3.0625rem;
  width: fit-content;
  position: relative;
  min-height: 6.25rem;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__question {
    font-size: 2.625rem;
    padding: 1.25rem 1rem;
    min-height: 9.75rem;
    margin-block-end: 2.4375rem;
  }
}
.q-qa-content .qa__question::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.9375rem;
  height: 1.0625rem;
  bottom: -1rem;
  right: 40%;
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__question::before {
    width: 1.5rem;
    height: 1.5rem;
    bottom: -1.4375rem;
    right: 30%;
  }
}
.q-qa-content .qa__answer {
  background-color: var(--color-bg-ash3);
  padding: 3.125rem 4.125rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__answer {
    padding: 3.75rem 3.125rem;
  }
}
.q-qa-content .qa__answer::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.875rem;
  height: 1.75rem;
  top: -1.6875rem;
  left: 22%;
  background-color: var(--color-bg-ash3);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__answer::before {
    left: 30%;
  }
}
.q-qa-content .qa__answer .title {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-block-end: 0.375rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__answer .title {
    font-size: 2.625rem;
    line-height: 1.2619047619;
    margin-block-end: 0.625rem;
  }
}
.q-qa-content .qa__plus {
  position: absolute;
}
.q-qa-content .qa__plus .c-plus-animation {
  width: 11.5625rem;
}
@media (width <= 51.75rem) {
  .q-qa-content .qa__plus .c-plus-animation {
    width: 12.625rem;
  }
}

.q-top-mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 8.75rem);
  margin-block-start: 8.75rem;
  margin-block-end: -6.25rem;
  min-height: 32.8125rem;
}
@media (width <= 51.75rem) {
  .q-top-mv {
    margin-block-start: 11.25rem;
    margin-block-end: -8.125rem;
    min-height: 37.5rem;
    height: calc(100svh - 15.125rem);
  }
}
.q-top-mv .mv__deco {
  position: absolute;
  z-index: 999;
  display: flex;
  opacity: 0;
  transform: translateY(10px) scale(0.95);
}
.q-top-mv .mv__deco._1 {
  top: -0.5625rem;
  left: 6.25rem;
  width: 5.0625rem;
  max-width: 21vh;
  animation: float-in 0.8s ease-out forwards, float-y 3s ease-in-out infinite;
  animation-delay: 1s, 1.2s;
}
.q-top-mv .mv__deco._2 {
  top: 0;
  right: 31.25rem;
  width: 13rem;
  max-width: 23vh;
  animation: float-in 0.8s ease-out forwards, float-y 3s ease-in-out infinite;
  animation-delay: 1s, 3.2s;
}
@media (width <= 51.75rem) {
  .q-top-mv .mv__deco._2 {
    right: 1.875rem;
    top: -4.375rem;
    max-width: 21vh;
  }
}
.q-top-mv .mv__deco._3 {
  bottom: 0;
  left: 9.375rem;
  width: 13rem;
  max-width: 22vh;
  animation: float-in 0.8s ease-out forwards, float-y 3s ease-in-out infinite;
  animation-delay: 1s, 4.2s;
}
@media (width <= 51.75rem) {
  .q-top-mv .mv__deco._3 {
    left: 0;
    bottom: -5rem;
    max-width: 21vh;
  }
}
.q-top-mv .mv__deco._4 {
  bottom: -2.5rem;
  right: 10.625rem;
  width: 1.125rem;
  max-width: 18px;
  animation: float-in 0.8s ease-out forwards, float-y 3s ease-in-out infinite;
  animation-delay: 1s, 2s;
}
.q-top-mv .mv__deco img {
  width: 100%;
}
@keyframes float-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  60% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
    transform: scale(1);
  }
}
@keyframes float-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.625rem);
  }
  100% {
    transform: translateY(0);
  }
}
.q-top-mv .slideshow {
  position: relative;
  z-index: 10;
  height: 100%;
}
.q-top-mv .slide {
  position: absolute;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s ease;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide {
    flex-direction: column;
  }
}
.q-top-mv .slide.active {
  opacity: 1;
  z-index: 10;
}
.q-top-mv .slide__image {
  position: relative;
  top: 0;
  width: 50%;
  height: calc(100vh - 15rem);
  min-height: 26.5625rem;
  overflow: hidden;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  overflow: hidden;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__image {
    width: calc(100% - 3.125rem);
    min-height: auto;
    height: 50%;
  }
}
.q-top-mv .slide__image._1 {
  left: 0;
  margin-block-end: 6.25rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__image._1 {
    margin-block-end: 0;
    margin-inline-start: 3.125rem;
  }
}
.q-top-mv .slide__image._1 img {
  animation-name: float-down;
}
.q-top-mv .slide__image._2 {
  right: 0;
  margin-block-start: 6.25rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__image._2 {
    margin-block-start: 0;
    margin-inline-end: 3.125rem;
  }
}
.q-top-mv .slide__image._2 img {
  animation-name: float-up;
}
.q-top-mv .slide__image img {
  max-width: none;
  width: 101%;
  height: 110%;
  object-fit: cover;
  object-position: top center;
}
.q-top-mv .slide:nth-child(1) .slide__text .text {
  width: 26.9375rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide:nth-child(1) .slide__text .text {
    width: 24.3125rem;
  }
}
.q-top-mv .slide:nth-child(1) .slide__text .text._left .text_animation {
  width: 22.5rem;
}
.q-top-mv .slide:nth-child(1) .slide__text .text._right .text_animation {
  width: 23.1875rem;
}
.q-top-mv .slide:nth-child(2) .slide__text .text {
  width: 24.875rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide:nth-child(2) .slide__text .text {
    width: 24.3125rem;
  }
}
.q-top-mv .slide:nth-child(2) .slide__text .text._left {
  padding-block-end: 0.625rem;
}
.q-top-mv .slide:nth-child(2) .slide__text .text._left .text_animation {
  width: 17.375rem;
}
.q-top-mv .slide:nth-child(2) .slide__text .text._right .text_animation {
  width: 21.0625rem;
}
.q-top-mv .slide:nth-child(3) .slide__text .text {
  width: 31.0625rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide:nth-child(3) .slide__text .text {
    width: 27.8125rem;
  }
}
.q-top-mv .slide:nth-child(3) .slide__text .text._left {
  padding-block-end: 1.25rem;
  padding-inline-start: 8.125rem;
}
.q-top-mv .slide:nth-child(3) .slide__text .text._left .text_animation {
  width: 17.375rem;
}
.q-top-mv .slide:nth-child(3) .slide__text .text._right .text_animation {
  width: 27.5rem;
}
.q-top-mv .slide:nth-child(4) .slide__text .text {
  width: 30.0625rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide:nth-child(4) .slide__text .text {
    width: 26.6875rem;
  }
}
.q-top-mv .slide:nth-child(4) .slide__text .text._left {
  padding-block-end: 0.625rem;
  padding-inline-start: 1.25rem;
}
.q-top-mv .slide:nth-child(4) .slide__text .text._left .text_animation {
  width: 15.375rem;
}
.q-top-mv .slide:nth-child(4) .slide__text .text._right {
  padding-inline-end: 0.625rem;
}
.q-top-mv .slide:nth-child(4) .slide__text .text._right .text_animation {
  width: 26rem;
}
.q-top-mv .slide:nth-child(5) .slide__text .text {
  width: 17.375rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide:nth-child(5) .slide__text .text {
    width: 14.875rem;
  }
}
.q-top-mv .slide:nth-child(5) .slide__text .text._left {
  padding-block-end: 0.5rem;
}
.q-top-mv .slide:nth-child(5) .slide__text .text._left .text_animation {
  width: 10.25rem;
}
.q-top-mv .slide:nth-child(5) .slide__text .text._right .text_animation {
  width: 10.4375rem;
}
.q-top-mv .slide__text {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__text {
    top: 51%;
  }
}
.q-top-mv .slide__text .text_top {
  width: 24.125rem;
  margin-block-end: 1.5rem;
  margin-inline: auto;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__text .text_top {
    width: 32.5rem;
  }
}
.q-top-mv .slide__text .text_top img {
  width: 100%;
}
.q-top-mv .slide__text .text_bottom {
  font-family: var(--ff-en);
  text-align: center;
  font-weight: 600;
  color: var(--color-light);
  margin-block-start: 1.5rem;
}
.q-top-mv .slide__text .text_bottom .small {
  font-size: 0.5625rem;
  margin-block-end: 0.9375rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__text .text_bottom .small {
    font-size: 0.875rem;
    margin-block-end: 0;
  }
}
.q-top-mv .slide__text .text_bottom .big {
  font-size: 1.125rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__text .text_bottom .big {
    font-size: 2rem;
  }
}
.q-top-mv .slide__text .text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__text .text_wrap {
    flex-direction: column;
    gap: 0.3125rem;
  }
}
.q-top-mv .slide__text .text_wrap .text {
  background-color: color-mix(in srgb, var(--color-light) 80%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.9375rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__text .text_wrap .text {
    height: 6.25rem;
  }
}
.q-top-mv .slide__text .text_wrap .text._left {
  border-block: 0.625rem solid var(--color-primary);
  padding-inline: 0.625rem;
}
.q-top-mv .slide__text .text_wrap .text._right {
  border-inline: 0.625rem solid var(--color-secondary);
  padding-block: 0.625rem;
}
.q-top-mv .slide__text .text_wrap .plus {
  width: 2.75rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__text .text_wrap .plus {
    width: 3.25rem;
  }
}
.q-top-mv .slide__text .text_wrap .plus img {
  width: 100%;
}
.q-top-mv .slide__text .text_animation {
  display: flex;
}
.q-top-mv .slide__text .text_animation svg {
  width: 100%;
  height: auto;
}
.q-top-mv .slide__text #svgMask, .q-top-mv .slide__text #svgMask2, .q-top-mv .slide__text #svgMask3, .q-top-mv .slide__text #svgMask4, .q-top-mv .slide__text #svgMask5, .q-top-mv .slide__text #svgMask6, .q-top-mv .slide__text #svgMask7, .q-top-mv .slide__text #svgMask8, .q-top-mv .slide__text #svgMask9, .q-top-mv .slide__text #svgMask10 {
  fill: #fff;
}
.q-top-mv .slide__text #base1 path, .q-top-mv .slide__text #base2 path, .q-top-mv .slide__text #base3 path, .q-top-mv .slide__text #base4 path, .q-top-mv .slide__text #base5 path, .q-top-mv .slide__text #base6 path, .q-top-mv .slide__text #base7 path, .q-top-mv .slide__text #base8 path, .q-top-mv .slide__text #base9 path, .q-top-mv .slide__text #base10 path {
  fill: var(--color-dark);
}
.q-top-mv .slide__text #mask1 path, .q-top-mv .slide__text #mask2 path, .q-top-mv .slide__text #mask4 path, .q-top-mv .slide__text #mask7 path, .q-top-mv .slide__text #mask8 path, .q-top-mv .slide__text #mask9 path, .q-top-mv .slide__text #mask10 path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10.5px;
}
.q-top-mv .slide__text #mask3 path, .q-top-mv .slide__text #mask5 path, .q-top-mv .slide__text #mask6 path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 11px;
}
.q-top-mv .slide__button {
  width: 13.25rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: color-mix(in srgb, var(--color-base) 85%, transparent);
  z-index: 99;
  color: var(--color-light);
  padding: 0.875rem 1.875rem;
  transition: var(--sec);
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__button {
    width: 16.4375rem;
    height: 3.875rem;
    padding: 0.875rem 2.1875rem;
    bottom: -3.875rem;
    right: 3.125rem;
    left: auto;
  }
}
.q-top-mv .slide__button .text {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  margin-block-start: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__button .text {
    font-size: 1.375rem;
  }
}
.q-top-mv .slide__button .c-button__arrow {
  display: flex;
}
@media (width <= 51.75rem) {
  .q-top-mv .slide__button .c-button__arrow {
    width: 1.0625rem;
  }
}

/* 左：下 → 上 */
@keyframes float-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1.25rem);
  }
}
/* 右：上 → 下 */
@keyframes float-down {
  from {
    transform: translateY(-1.25rem);
  }
  to {
    transform: translateY(0);
  }
}
.q-top-catch {
  position: relative;
}
.q-top-catch .catch {
  position: absolute;
  top: 15rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  width: max-content;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch {
    top: 21.25rem;
  }
}
.q-top-catch .catch__bg img {
  width: 100%;
}
.q-top-catch .catch__text {
  text-align: center;
}
.q-top-catch .catch__text .u-svg {
  width: 100%;
}
.q-top-catch .catch__text .title {
  margin-inline: auto;
  width: 47.6875rem;
  margin-block-end: 4.0625rem;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .title {
    width: 39.875rem;
    margin-block-end: 4.75rem;
  }
}
.q-top-catch .catch__text .text {
  margin-inline: auto;
}
.q-top-catch .catch__text .text:not(:last-child) {
  margin-block-end: 2rem;
}
.q-top-catch .catch__text .text._2 {
  width: 21.75rem;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._2 {
    width: 32.1875rem;
  }
}
.q-top-catch .catch__text .text._3 {
  width: 18.6875rem;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._3 {
    width: 27.6875rem;
  }
}
.q-top-catch .catch__text .text._4 {
  width: 37.125rem;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._4 {
    width: 15.375rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._4-2 {
    width: 38.375rem;
  }
}
.q-top-catch .catch__text .text._5 {
  width: 33.3125rem;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._5 {
    width: 16.625rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._5-2 {
    width: 31.5625rem;
  }
}
.q-top-catch .catch__text .text._6 {
  width: 17.25rem;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._6 {
    width: 25.5625rem;
  }
}
.q-top-catch .catch__text .text._7 {
  width: 57rem;
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._7 {
    width: 34.875rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-catch .catch__text .text._8 {
    width: 24.5rem;
  }
}

.q-top-news {
  position: relative;
  margin-block-end: 8.75rem;
  padding-inline: 5.3125rem 4.375rem;
}
@media (width <= 51.75rem) {
  .q-top-news {
    margin-block-end: 11.25rem;
    padding-inline: 3.125rem 3.125rem;
  }
}
.q-top-news::before, .q-top-news::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(var(--vw) * 50);
  height: 100%;
  top: 0;
}
.q-top-news::before {
  left: 0;
  background-color: var(--color-primary);
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-top-news::before {
    width: 100%;
  }
}
.q-top-news::after {
  right: 0;
  background-color: var(--color-secondary);
  width: 100%;
  z-index: -2;
}
@media (width <= 51.75rem) {
  .q-top-news::after {
    width: 9.0625rem;
    z-index: -1;
  }
}
.q-top-news .news {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.875rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.5rem;
}
@media (width <= 51.75rem) {
  .q-top-news .news {
    padding-block: 2.25rem 2.125rem;
    gap: 6.25rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-news .news .text {
    font-size: 2rem;
  }
}
.q-top-news .news.c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-0.77em);
}
@media (hover: hover) and (pointer: fine) {
  .q-top-news .news.c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-0.77em);
  }
}
.q-top-news .news .c-text-hover-bottom {
  transform: translateY(0.77em);
}
.q-top-news .news__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.375rem 2.1875rem;
  align-items: center;
}
@media (width <= 51.75rem) {
  .q-top-news .news__head {
    grid-template-columns: 1fr;
  }
}
.q-top-news .news__head .title {
  font-family: var(--ff-en);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-block-end: -0.5rem;
}
@media (width <= 51.75rem) {
  .q-top-news .news__head .title {
    font-size: 3.25rem;
  }
}
.q-top-news .news__body {
  display: inline-flex;
}
.q-top-news .news__body img {
  width: 1.125rem;
  aspect-ratio: 18/19;
}
@media (width <= 51.75rem) {
  .q-top-news .news__body img {
    width: 2.5rem;
  }
}

.q-top-concept {
  margin-block-end: 9.375rem;
}
@media (width <= 51.75rem) {
  .q-top-concept {
    margin-block-end: 10rem;
  }
}
.q-top-concept .concept {
  width: 58rem;
  margin-inline: auto;
}
@media (width <= 51.75rem) {
  .q-top-concept .concept {
    width: 100%;
  }
}
.q-top-concept .movie img {
  width: 100%;
}
.q-top-concept .c-heading {
  margin-block-end: 0.3125rem;
}

.q-top-cb {
  margin-block-end: 10.375rem;
}
@media (width <= 51.75rem) {
  .q-top-cb {
    margin-block-end: 12.5rem;
  }
}
.q-top-cb .cb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.625rem 6.25rem;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-top-cb .cb {
    grid-template-columns: 1fr;
    margin-inline-end: 0;
    row-gap: 9.75rem;
  }
}
.q-top-cb .cb .c-heading {
  margin-block-end: 1.875rem;
}
.q-top-cb .cb__column {
  display: flex;
  justify-content: space-between;
}
@media (width <= 51.75rem) {
  .q-top-cb .cb__column {
    flex-direction: column-reverse;
    align-items: start;
    gap: 1.875rem;
  }
}
.q-top-cb .cb__head {
  margin-inline-end: -8.75rem;
  position: relative;
  z-index: 1;
  margin-block-start: 2.25rem;
}
@media (width <= 51.75rem) {
  .q-top-cb .cb__head {
    margin-inline-end: 0;
    margin-block-start: 0;
  }
}
.q-top-cb .cb__body {
  width: 28.5rem;
}
@media (width <= 51.75rem) {
  .q-top-cb .cb__body {
    width: 100%;
  }
}
.q-top-cb .cb__body img {
  width: 100%;
}
.q-top-cb .cb__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7857142857;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-top-cb .cb__title {
    font-size: 2.5rem;
    line-height: 1.55;
    margin-block-end: 1rem;
  }
}
.q-top-cb .cb__text {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  margin-block-end: 3.125rem;
  width: 13.3125rem;
  text-align: justify;
}
@media (width <= 51.75rem) {
  .q-top-cb .cb__text {
    font-size: 2rem;
    line-height: 1.75;
    width: 100%;
    margin-block-end: 2rem;
  }
}
.q-top-cb .cb .c-button {
  width: 13.3125rem;
  padding-block: 0.9375rem;
  padding-inline-end: 1.625rem;
}
@media (width <= 51.75rem) {
  .q-top-cb .cb .c-button {
    width: 21.25rem;
    margin-inline: auto 0;
    padding-inline-end: 2.5rem;
    padding-block: 1.375rem;
  }
}

.q-top-job {
  margin-block-end: 7.5rem;
}
@media (width <= 51.75rem) {
  .q-top-job {
    margin-block-end: 11.875rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-job .c-heading {
    gap: 0.75rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-job .c-heading__jp {
    gap: 0.75rem;
  }
}
.q-top-job .job {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-top-job .job {
    grid-template-columns: 1fr;
  }
}
.q-top-job .job__head {
  margin-block-end: 0.8125rem;
  grid-area: 1/1/2/2;
}
@media (width <= 51.75rem) {
  .q-top-job .job__head {
    margin-block-end: 0;
  }
}
.q-top-job .job__body {
  margin-inline-start: calc(100% - calc(var(--vw) * 100));
  grid-area: 2/1/3/3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (width <= 51.75rem) {
  .q-top-job .job__body {
    grid-area: 2/1/3/2;
    grid-template-columns: 1fr;
  }
}
.q-top-job .job__title {
  font-size: 1.1875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1875rem;
}
@media (width <= 51.75rem) {
  .q-top-job .job__title {
    font-size: 2rem;
  }
}
.q-top-job .job__title._primary {
  background-color: var(--color-primary);
}
.q-top-job .job__title._secondary {
  background-color: var(--color-secondary);
}
.q-top-job .job__title._tertiary {
  background-color: var(--color-tertiary);
}
@media (width <= 51.75rem) {
  .q-top-job .job__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .q-top-job .job__item .job__title {
    grid-area: 1/1/2/3;
  }
}
.q-top-job .job__item._2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: 1/2/2/4;
}
@media (width <= 51.75rem) {
  .q-top-job .job__item._2 {
    grid-area: auto;
  }
}
.q-top-job .job__item._2 .job__title {
  grid-area: 1/1/2/3;
}
@media (width <= 51.75rem) {
  .q-top-job .job__item._office {
    display: block;
  }
  .q-top-job .job__item._office .job__card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.q-top-job .job__card {
  position: relative;
  display: block;
}
.q-top-job .job__image {
  aspect-ratio: 400/277;
}
@media (width <= 51.75rem) {
  .q-top-job .job__image {
    aspect-ratio: 414/223;
  }
}
.q-top-job .job__image img {
  width: 101%;
  max-width: 101%;
}
.q-top-job .job__name {
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 0 1.875rem;
  position: absolute;
  left: 50%;
  bottom: 0.9375rem;
  translate: -50% 0;
  z-index: 1;
}
@media (width <= 51.75rem) {
  .q-top-job .job__name {
    font-size: 2rem;
    bottom: 1.25rem;
  }
}
.q-top-job .job__name._primary {
  background-color: color-mix(in srgb, var(--color-primary) 90%, transparent);
}
.q-top-job .job__name._secondary {
  background-color: color-mix(in srgb, var(--color-secondary) 90%, transparent);
}
.q-top-job .job__name._tertiary {
  background-color: color-mix(in srgb, var(--color-tertiary) 90%, transparent);
}
.q-top-job .job__name._3 {
  bottom: 50%;
  translate: -50% 50%;
  z-index: 2;
}
@media (width <= 51.75rem) {
  .q-top-job .job__name._3 {
    translate: 50% 0;
    bottom: 1.25rem;
    right: 50%;
    left: auto;
  }
}
.q-top-job .job__foot {
  grid-area: 1/2/2/3;
  align-self: end;
  justify-self: flex-end;
  width: 28.5625rem;
}
@media (width <= 51.75rem) {
  .q-top-job .job__foot {
    grid-area: 3/1/4/2;
    width: calc(var(--vw) * 100);
    margin-inline: calc(50% - calc(var(--vw) * 50)) 0;
  }
}
.q-top-job .job .c-button {
  padding-block: 1.5rem;
}
@media (width <= 51.75rem) {
  .q-top-job .job .c-button {
    width: 50%;
    margin-inline: auto 0;
    padding-block: 1.25rem;
  }
}

.q-top-interview {
  padding-block-end: 10.625rem;
  overflow: hidden;
}
@media (width <= 51.75rem) {
  .q-top-interview {
    padding-block-end: 11.875rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-interview .c-heading {
    gap: 0.75rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-interview .c-heading__jp {
    gap: 0.75rem;
  }
}
.q-top-interview .interview {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
  row-gap: 2.8125rem;
}
@media (width <= 51.75rem) {
  .q-top-interview .interview {
    grid-template-columns: 1fr;
  }
}
.q-top-interview .interview__head {
  grid-area: 1/1/2/2;
}
.q-top-interview .interview__body {
  margin-inline-start: calc(100% - calc(var(--vw) * 100));
  grid-area: 2/1/3/3;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-top-interview .interview__body {
    grid-area: 2/1/3/2;
  }
}
.q-top-interview .interview__item {
  display: block;
  width: 23.4375rem;
  transition: opacity var(--sec);
  margin-inline: 0.75rem;
}
@media (width <= 51.75rem) {
  .q-top-interview .interview__item {
    width: 21.25rem;
  }
}
.q-top-interview .interview__item img {
  width: 100%;
}
.q-top-interview .interview .slick-cloned {
  transform: none !important;
}
.q-top-interview .interview .slick-cloned .sa-flip {
  rotate: y 0deg !important;
  transform: rotateY(0deg) !important;
}
.q-top-interview .interview .slick-list {
  overflow: visible !important;
}
.q-top-interview .interview .slick-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  width: 3.5rem;
  aspect-ratio: 1/1;
  border: none;
  background: url(../img/cmn/slide-arrow.png) no-repeat top left;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
}
@media (width <= 51.75rem) {
  .q-top-interview .interview .slick-arrow {
    width: 4.125rem;
  }
}
.q-top-interview .interview .slick-arrow.slick-prev {
  left: 10.625rem;
  rotate: 180deg;
}
@media (width <= 51.75rem) {
  .q-top-interview .interview .slick-arrow.slick-prev {
    left: 1rem;
  }
}
.q-top-interview .interview .slick-arrow.slick-next {
  right: 10.625rem;
}
@media (width <= 51.75rem) {
  .q-top-interview .interview .slick-arrow.slick-next {
    right: 1rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-interview .interview__image {
    aspect-ratio: 340/474;
  }
}
.q-top-interview .interview__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.q-top-interview .interview__job {
  display: flex;
  font-size: 1.125rem;
}
.q-top-interview .interview__job .join {
  padding: 0.125rem 2.25rem;
  font-weight: 700;
  background-color: var(--color-primary);
}
@media (width <= 51.75rem) {
  .q-top-interview .interview__job .join {
    font-size: 2rem;
  }
}
.q-top-interview .interview__job .job {
  padding: 0.125rem 1.5rem;
  background-color: var(--color-tertiary);
}
@media (width <= 51.75rem) {
  .q-top-interview .interview__job .job {
    font-size: 2rem;
  }
}
.q-top-interview .interview__name {
  font-family: var(--ff-en);
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
  margin-block-start: 0.75rem;
}
.q-top-interview .interview__name p {
  padding-block-start: 0.0625rem;
}
.q-top-interview .interview__foot {
  grid-area: 1/2/2/3;
  align-self: center;
  justify-self: flex-end;
  width: 28.5625rem;
}
@media (width <= 51.75rem) {
  .q-top-interview .interview__foot {
    grid-area: 3/1/4/2;
    width: calc(var(--vw) * 100);
    margin-inline: calc(50% - calc(var(--vw) * 50)) 0;
  }
}
@media (51.75rem < width) {
  .q-top-interview .interview__foot .c-button {
    padding-block: 1.125rem;
  }
}
@media (width <= 51.75rem) {
  .q-top-interview .interview__foot .c-button {
    width: 50%;
    margin-inline: auto 0;
  }
}

.q-top-work {
  background-color: var(--color-bg-ash2);
  padding-block: 7.5rem 8.375rem;
}
@media (width <= 51.75rem) {
  .q-top-work {
    padding-block: 8.75rem 9rem;
  }
}
.q-top-work .c-heading {
  margin-block-end: 2.1875rem;
}
@media (width <= 51.75rem) {
  .q-top-work .c-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.q-top-work .work {
  margin-inline: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-top-work .work {
    margin-inline: 0;
  }
}
.q-top-work .work__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (width <= 51.75rem) {
  .q-top-work .work__column {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.q-top-work .work__thumb {
  position: relative;
  margin-block-end: 0.9375rem;
}
.q-top-work .work__image img {
  width: 100.8%;
  max-width: 100.8%;
}
.q-top-work .work__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-secondary);
  width: 2.625rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 51.75rem) {
  .q-top-work .work__arrow {
    width: 4.75rem;
  }
}
.q-top-work .work__arrow .u-svg {
  width: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-top-work .work__arrow .u-svg {
    width: 1.5625rem;
  }
}
.q-top-work .work__job {
  font-size: 1.125rem;
  margin-block-end: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-top-work .work__job {
    font-size: 2rem;
    margin-block-end: 0.625rem;
  }
}
.q-top-work .work__name {
  font-family: var(--ff-en);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-top-work .work__name {
    font-size: 2.8125rem;
  }
}

.q-top-special {
  margin-block-start: 8.75rem;
}
@media (width <= 51.75rem) {
  .q-top-special {
    margin-block-start: 13.125rem;
  }
}
.q-top-special .c-heading {
  margin-block-end: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-top-special .c-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.q-top-special .special__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (width <= 51.75rem) {
  .q-top-special .special__column {
    grid-template-columns: 1fr;
  }
}
.q-top-special .special__item:nth-child(1) .special__title {
  width: 23.125rem;
}
@media (width <= 51.75rem) {
  .q-top-special .special__item:nth-child(1) .special__title {
    width: 31.75rem;
  }
}
.q-top-special .special__item:nth-child(1).c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-1.875rem);
}
@media (hover: hover) and (pointer: fine) {
  .q-top-special .special__item:nth-child(1).c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-1.875rem);
  }
}
.q-top-special .special__item:nth-child(1) .c-text-hover-bottom {
  transform: translateY(1.75rem);
}
.q-top-special .special__item:nth-child(2) .special__title {
  width: 29.875rem;
}
@media (width <= 51.75rem) {
  .q-top-special .special__item:nth-child(2) .special__title {
    width: 28rem;
  }
}
.q-top-special .special__item:nth-child(2).c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-1.875rem);
}
@media (hover: hover) and (pointer: fine) {
  .q-top-special .special__item:nth-child(2).c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-1.875rem);
  }
}
.q-top-special .special__item:nth-child(2) .c-text-hover-bottom {
  transform: translateY(1.75rem);
}
.q-top-special .special__item:nth-child(3) .special__title {
  width: 10.9375rem;
}
@media (width <= 51.75rem) {
  .q-top-special .special__item:nth-child(3) .special__title {
    width: 14.9375rem;
  }
}
.q-top-special .special__item:nth-child(3).c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-3.875rem);
}
@media (hover: hover) and (pointer: fine) {
  .q-top-special .special__item:nth-child(3).c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-3.875rem);
  }
}
.q-top-special .special__item:nth-child(3) .c-text-hover-bottom {
  transform: translateY(3.75rem);
}
.q-top-special .special__item:nth-child(4) .special__title {
  width: 20.5rem;
}
@media (width <= 51.75rem) {
  .q-top-special .special__item:nth-child(4) .special__title {
    width: 28.1875rem;
  }
}
.q-top-special .special__item:nth-child(4).c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-3.875rem);
}
@media (hover: hover) and (pointer: fine) {
  .q-top-special .special__item:nth-child(4).c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-3.875rem);
  }
}
.q-top-special .special__item:nth-child(4) .c-text-hover-bottom {
  transform: translateY(3.75rem);
}
.q-top-special .special__item:nth-child(2) .special__info, .q-top-special .special__item:nth-child(3) .special__info {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-top-special .special__item:nth-child(3) .special__info {
    background-color: var(--color-base);
    color: var(--color-light);
    fill: var(--color-light);
  }
}
@media (width <= 51.75rem) {
  .q-top-special .special__item:nth-child(4) .special__info {
    background-color: var(--color-primary);
    color: var(--color-dark);
  }
}
.q-top-special .special__title p, .q-top-special .special__title img, .q-top-special .special__title .u-svg {
  width: 100%;
}
.q-top-special .special__image {
  aspect-ratio: 800/486;
}
@media (width <= 51.75rem) {
  .q-top-special .special__image {
    aspect-ratio: 828/451;
    overflow: hidden;
  }
}
.q-top-special .special__image img {
  width: 100.5%;
  max-width: 100.5%;
}
.q-top-special .special__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.75rem 3.375rem 2.75rem 2.9375rem;
  background-color: var(--color-dark);
  color: var(--color-light);
}
@media (width <= 51.75rem) {
  .q-top-special .special__info {
    padding-block: 2rem 1.75rem;
  }
}
.q-top-special .special__number {
  font-family: var(--ff-en);
}
.q-top-special .special__number .small {
  font-weight: 700;
  display: block;
  line-height: 1.6;
  margin-block-end: 0.25rem;
}
@media (width <= 51.75rem) {
  .q-top-special .special__number .small {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.q-top-special .special__number .number {
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1;
  display: block;
  letter-spacing: 0.04em;
  margin-block-end: -0.625rem;
}
@media (width <= 51.75rem) {
  .q-top-special .special__number .number {
    font-size: 4.375rem;
  }
}

.q-top-talk {
  background-color: var(--color-bg-ash);
  padding-block: 8.75rem 9.375rem;
}
@media (width <= 51.75rem) {
  .q-top-talk {
    padding-block: 10.625rem 12.5rem;
  }
}
.q-top-talk .c-heading {
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-top-talk .c-heading {
    margin-block-end: 3.75rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.q-top-talk .talk__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.125rem 1.5rem;
}
@media (width <= 51.75rem) {
  .q-top-talk .talk__column {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.q-top-talk .talk__image img {
  width: 100%;
}
.q-top-talk .talk__info {
  color: var(--color-light);
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-block-start: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-top-talk .talk__info {
    align-items: flex-start;
  }
}
@media (width <= 51.75rem) {
  .q-top-talk .talk__title {
    text-indent: -1.2em;
    padding-inline-start: 1.2em;
  }
}
.q-top-talk .talk__number {
  font-family: var(--ff-en);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  margin-block-start: 0.375rem;
}
@media (width <= 51.75rem) {
  .q-top-talk .talk__number {
    font-size: 2.5rem;
  }
}
.q-top-talk .talk__number .c-text-hover-bottom {
  margin-block-start: -0.25rem;
}

.q-top-button {
  padding-block: 8.75rem 10.4375rem;
}
@media (width <= 51.75rem) {
  .q-top-button {
    padding-block: 7.5rem 13.75rem;
  }
}
.q-top-button .c-heading {
  margin-block-end: 1.875rem;
}
.q-top-button .button__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  align-items: flex-end;
}
@media (width <= 51.75rem) {
  .q-top-button .button__column {
    grid-template-columns: 1fr;
    gap: 6.25rem;
  }
}
.q-top-button .button__image img {
  width: 100%;
}
.q-top-button .button__arrow {
  margin-block-start: 1.875rem;
  display: flex;
  justify-content: flex-end;
}
.q-top-button .button__arrow .u-svg {
  width: 4.125rem;
}
@media (width <= 51.75rem) {
  .q-top-button .button__arrow .u-svg {
    width: 7.375rem;
  }
}

.q-top-recruit {
  margin-block-end: 15.625rem;
}
@media (width <= 51.75rem) {
  .q-top-recruit {
    margin-block-end: 18.125rem;
  }
}
.q-top-recruit .recruit {
  max-width: 69.625rem;
  margin-inline: auto;
}
.q-top-recruit .recruit .c-heading {
  flex-direction: row;
  align-items: center;
  gap: 0 2.8125rem;
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit .c-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit .c-heading__title {
    font-size: 2.4375rem;
  }
}
.q-top-recruit .recruit .c-heading__jp {
  gap: 1.0625rem;
}
.q-top-recruit .recruit .c-heading__jp::before {
  width: 5rem;
}
.q-top-recruit .recruit__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 3rem;
  border-block: 0.0625rem solid var(--color-dark);
  margin-block-end: 6.5rem;
}
.q-top-recruit .recruit__button.c-text-hover_trigger:focus-visible .c-text-hover-bottom {
  transform: translateY(-1.55em);
}
@media (hover: hover) and (pointer: fine) {
  .q-top-recruit .recruit__button.c-text-hover_trigger:hover .c-text-hover-bottom {
    transform: translateY(-1.55em);
  }
}
.q-top-recruit .recruit__button .c-text-hover-bottom {
  transform: translateY(1.55em);
}
.q-top-recruit .recruit__arrow {
  background-color: var(--color-dark);
  width: 3.1875rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-light);
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit__arrow {
    width: 4.1875rem;
  }
}
.q-top-recruit .recruit__arrow .u-svg {
  width: 0.875rem;
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit__arrow .u-svg {
    width: 1.125rem;
  }
}
.q-top-recruit .recruit__entry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit__entry {
    gap: 0.75rem;
  }
}
.q-top-recruit .recruit__entry .entry__button {
  padding: 1.625rem 2.3125rem 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit__entry .entry__button {
    padding: 3.4375rem 0.625rem 3.4375rem;
    gap: 0.375rem;
  }
}
.q-top-recruit .recruit__entry .entry__button._secondary {
  background-color: var(--color-secondary);
}
.q-top-recruit .recruit__entry .entry__button._primary {
  background-color: var(--color-primary);
}
.q-top-recruit .recruit__entry .entry__button._tertiary {
  background-color: var(--color-tertiary);
}
.q-top-recruit .recruit__entry .entry__text {
  font-size: 1.125rem;
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit__entry .entry__text {
    font-size: 1.8125rem;
    text-align: center;
  }
}
.q-top-recruit .recruit__entry .entry__text .small {
  font-size: 1.25rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit__entry .entry__text .small {
    font-size: 2.0625rem;
  }
}
.q-top-recruit .recruit__entry .entry__title {
  font-family: var(--ff-en);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-top-recruit .recruit__entry .entry__title {
    font-size: 2.5625rem;
    text-align: center;
  }
}

.q-workstyle-fv {
  position: relative;
  padding-block: 5rem 6.5rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-fv {
    padding-block: 8.125rem 8.75rem;
  }
}
.q-workstyle-fv .c-heading._big .c-heading__jp {
  margin-block-start: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-fv .c-heading._big .c-heading__jp {
    margin-block-start: 0.625rem;
  }
}
.q-workstyle-fv .fv {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-fv .fv {
    margin-inline-end: 0;
    flex-direction: column-reverse;
  }
}
.q-workstyle-fv .fv__image {
  width: 53.5625rem;
  margin-inline-start: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-workstyle-fv .fv__image {
    width: calc(100% + var(--l-section-space-inline));
    margin-inline-start: calc(var(--l-section-space-inline) * -1);
  }
}
.q-workstyle-fv .fv__image img {
  width: 100%;
}
.q-workstyle-fv .fv__body {
  margin-block-start: 2.1875rem;
}
.q-workstyle-fv .fv__body .c-heading__title {
  font-size: 4.8125rem;
  padding-block-start: 0;
}
@media (width <= 51.75rem) {
  .q-workstyle-fv .fv__body .c-heading__title {
    font-size: 5.625rem;
  }
}
.q-workstyle-fv .fv__body .c-text {
  margin-block-start: 3.125rem;
  line-height: 2.3333333333;
}
@media (width <= 51.75rem) {
  .q-workstyle-fv .fv__body .c-text {
    margin-block-start: 2.5rem;
    line-height: 1.875;
  }
}

.q-workstyle-catch {
  position: relative;
  margin-block-end: 7rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-catch {
    margin-block-end: 11.875rem;
  }
}
.q-workstyle-catch .catch {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.q-workstyle-catch .catch__head {
  width: 59.3125rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-catch .catch__head {
    width: 100%;
  }
}
.q-workstyle-catch .catch__head .title {
  font-size: 2rem;
  font-weight: 700;
  margin-block-end: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-catch .catch__head .title {
    font-size: 2.8125rem;
    margin-block-end: 1.25rem;
  }
}
.q-workstyle-catch .catch__head .c-text {
  line-height: 2.0555555556;
}
@media (width <= 51.75rem) {
  .q-workstyle-catch .catch__head .c-text {
    line-height: 1.875;
  }
}
.q-workstyle-catch .catch__head .c-button {
  width: 22.5rem;
  height: 3.5625rem;
  margin-block-start: 3.75rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-catch .catch__head .c-button {
    width: 22.9375rem;
    height: 5rem;
    margin-block-start: 3.125rem;
  }
}
@media (width <= 51.75rem) {
  .q-workstyle-catch .catch__head .c-button__arrow {
    width: 1.5625rem;
  }
}
.q-workstyle-catch .catch__head .c-button img {
  aspect-ratio: 14/13;
  width: 100%;
}
.q-workstyle-catch .catch__body {
  margin-block-start: -1.875rem;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
.q-workstyle-catch .catch__body .c-plus-animation {
  width: 20.875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-catch .catch__body .c-plus-animation {
    width: 16.25rem;
    position: absolute;
    top: -3.75rem;
    right: 0;
  }
}

.q-workstyle-column {
  position: relative;
  padding-block: 8.125rem;
}
.q-workstyle-column:last-child {
  padding-block-end: 16.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column:last-child {
    padding-block-end: 14.375rem;
  }
}
.q-workstyle-column._bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 76.4375rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-bg-ash3);
  z-index: -1;
}
@media (width <= 51.75rem) {
  .q-workstyle-column._bg::before {
    width: 100%;
  }
}
.q-workstyle-column._bg .c-plus-animation {
  width: 17.4375rem;
  position: absolute;
  bottom: -10.625rem;
  right: 12.9375rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column._bg .c-plus-animation {
    width: 12.375rem;
    right: 0;
    bottom: -7.5rem;
  }
}
@media (width <= 51.75rem) {
  .q-workstyle-column .c-heading3 {
    margin-inline-start: calc(50% - calc(var(--vw) * 50));
  }
}
.q-workstyle-column .c-heading3__sub {
  font-size: 1.75rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .c-heading3__sub {
    font-size: 2.625rem;
  }
}
@media (width <= 51.75rem) {
  .q-workstyle-column .c-heading3__jp {
    line-height: 1.2;
  }
}
.q-workstyle-column .line {
  padding-inline-start: 3.125rem;
  margin-inline-start: 1.25rem;
  border-inline-start: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-workstyle-column .line {
    margin-inline-start: 0;
    padding-inline-start: 2.5rem;
  }
}
@media (width <= 51.75rem) {
  .q-workstyle-column .line._pc {
    padding-inline-start: 0;
    margin-inline-start: 0;
    border-inline-start: 0;
  }
}
@media (51.75rem < width) {
  .q-workstyle-column .line._sp {
    padding-inline-start: 0;
    margin-inline-start: 0;
    border-inline-start: 0;
  }
}
.q-workstyle-column .column:not(:last-child) {
  margin-block-end: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column:not(:last-child) {
    margin-block-end: 9.375rem;
  }
}
.q-workstyle-column .column._flex1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex1 {
    flex-direction: column;
  }
}
.q-workstyle-column .column._flex1 .column__body {
  width: 43.5625rem;
  margin-inline-end: calc(50% - calc(var(--vw) * 50));
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex1 .column__body {
    width: calc((var(--vw) * 100) - var(--l-section-space-inline));
    margin-block-start: 4.0625rem;
    margin-inline-end: calc(var(--l-section-space-inline) * -1);
  }
}
.q-workstyle-column .column._flex1 .column__body img {
  width: 100%;
}
.q-workstyle-column .column._flex2 {
  display: flex;
  align-items: flex-start;
  gap: 5.9375rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex2 {
    flex-direction: column;
    gap: 3.125rem;
  }
}
.q-workstyle-column .column._flex2 .column__body {
  width: 14.9375rem;
  margin-block-start: 6.875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex2 .column__body {
    width: 100%;
    margin-block-start: 3.125rem;
  }
}
.q-workstyle-column .column._flex2 .column__body img {
  width: 100.5%;
  max-width: 100.5%;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex2 .column__body .image_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.q-workstyle-column .column._flex2 .line:not(:last-child) {
  margin-block-end: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex2 .line:not(:last-child) {
    margin-block-end: 5rem;
  }
}
.q-workstyle-column .column._flex3 .c-text {
  max-width: 57.5rem;
}
.q-workstyle-column .column._flex6 {
  display: grid;
  grid-template-columns: 1fr 28.9375rem;
  align-items: flex-end;
  margin-inline-end: 3.5rem;
  margin-block-end: 3.75rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex6 {
    grid-template-columns: 1fr;
    margin-inline-end: 0;
    margin-block-end: 2.5rem;
  }
}
.q-workstyle-column .column._flex6 .heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex6 .heading {
    font-size: 2rem;
  }
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex6 .text {
    font-size: 2rem;
    margin-inline-end: -1.875rem;
  }
}
.q-workstyle-column .column._flex6 .kome {
  font-size: 0.8125rem;
  margin-block-start: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex6 .kome {
    font-size: 1.75rem;
  }
}
.q-workstyle-column .column._flex6 .info {
  width: fit-content;
  margin-inline: auto 0;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex6 .info {
    margin-inline-start: 4.375rem;
    margin-block-end: 1.875rem;
  }
}
.q-workstyle-column .column._flex7 .c-text {
  max-width: 57.5rem;
}
.q-workstyle-column .column._flex8 div.c-text {
  margin-block-end: 3.125rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex8 div.c-text {
    margin-block-end: 5rem;
  }
}
.q-workstyle-column .column._flex8 .column__wrap {
  display: grid;
  grid-template-columns: 28.5rem 1fr;
  gap: 1.875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex8 .column__wrap {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
.q-workstyle-column .column._flex8 .column__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-inline-end: -7.1875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex8 .column__body {
    grid-template-columns: 1fr;
    margin-inline-end: 0;
    gap: 1.25rem;
  }
}
.q-workstyle-column .column._flex8 .column__body img {
  width: 100.5%;
  max-width: 100.5%;
}
.q-workstyle-column .column._flex8 .column__list {
  font-size: 1rem;
  row-gap: 0.375rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column._flex8 .column__list {
    font-size: 2rem;
    row-gap: 0.75rem;
  }
}
.q-workstyle-column .column__detail .holiday {
  font-weight: 700;
  line-height: 1;
  margin-block-end: 2.1875rem;
  margin-block-start: -0.625rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .holiday {
    margin-block-end: 2.5rem;
  }
}
.q-workstyle-column .column__detail .holiday .text {
  font-size: 1.25rem;
  vertical-align: super;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .holiday .text {
    font-size: 2.5rem;
  }
}
.q-workstyle-column .column__detail .holiday .day {
  font-size: 3.75rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .holiday .day {
    font-size: 6.875rem;
  }
}
.q-workstyle-column .column__detail .holiday .text2 {
  font-size: 1.875rem;
  vertical-align: super;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .holiday .text2 {
    font-size: 3.5rem;
  }
}
.q-workstyle-column .column__detail .holiday .kome {
  font-size: 0.75rem;
  display: block;
  margin-block-start: 0.625rem;
  font-weight: 400;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .holiday .kome {
    font-size: 1.75rem;
    text-indent: -1em;
    padding-inline-start: 1em;
    margin-block-start: 1.25rem;
    line-height: 1.25;
  }
}
.q-workstyle-column .column__detail .money {
  font-weight: 700;
  line-height: 1;
  margin-block-end: 1.875rem;
}
.q-workstyle-column .column__detail .money span:nth-last-child(3) {
  margin-inline-start: 0.625rem;
}
.q-workstyle-column .column__detail .money .small {
  font-size: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .money .small {
    font-size: 2.5rem;
  }
}
.q-workstyle-column .column__detail .money .big {
  font-size: 3.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .money .big {
    font-size: 5.9375rem;
  }
}
.q-workstyle-column .column__detail .money .middle {
  font-size: 2.5rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .money .middle {
    font-size: 4.375rem;
  }
}
.q-workstyle-column .column__detail .title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-block-end: 1.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .title {
    font-size: 2.375rem;
  }
}
.q-workstyle-column .column__detail .box {
  background-color: var(--color-light);
  padding: 2.5rem 3.125rem;
  margin-block-start: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 3.125rem;
  width: 39.0625rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .box {
    width: 100%;
    padding: 3.125rem;
    gap: 1.25rem 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
.q-workstyle-column .column__detail .box .sub {
  display: inline-block;
  line-height: 1.125;
}
.q-workstyle-column .column__detail .box .price {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .box .price {
    font-size: 4.375rem;
  }
}
.q-workstyle-column .column__detail .box .big {
  font-weight: 700;
  font-size: 3.1875rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .box .big {
    font-size: 5.875rem;
  }
}
.q-workstyle-column .column__detail .box .yen {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .box .yen {
    font-size: 2.875rem;
  }
}
.q-workstyle-column .column__detail .box .box_item:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0 0.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .box .box_item:last-child {
    flex-wrap: wrap;
  }
}
.q-workstyle-column .column__detail .box .box_item:last-child .sub {
  margin-block-end: 0.125rem;
}
.q-workstyle-column .column__detail .box .box_item:last-child .sub._1 {
  margin-block-end: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__detail .box .box_item:last-child .sub._1 {
    margin-block-end: 0;
    display: block;
    width: 100%;
  }
}
.q-workstyle-column .column__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.5625rem;
  max-width: 30.625rem;
  font-size: 1.125rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__list {
    font-size: 2rem;
    max-width: none;
    gap: 1rem 1.75rem;
  }
}
.q-workstyle-column .column__list .list:nth-child(2) {
  width: 40%;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__list .list:nth-child(2) {
    width: auto;
  }
}
.q-workstyle-column .column__title {
  font-weight: 700;
  margin-block-end: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  padding-block-start: 0.625rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__title {
    margin-block-end: 2.5rem;
  }
}
.q-workstyle-column .column__title .kakko {
  font-size: 1.25rem;
  border: 0.0625rem solid var(--color-dark);
  padding: 0 1.125rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__title .kakko {
    font-size: 2.375rem;
    padding: 0.125rem 1.375rem;
  }
}
.q-workstyle-column .column__title .small {
  font-size: 1.25rem;
  vertical-align: super;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__title .small {
    font-size: 2.5rem;
  }
}
.q-workstyle-column .column__title .big {
  font-size: 2.8125rem;
  line-height: 1;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__title .big {
    font-size: 5.9375rem;
  }
}
.q-workstyle-column .column__title .info {
  margin-block-start: -0.25rem;
}
.q-workstyle-column .column__item:not(:last-child) {
  margin-block-end: 2.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__item:not(:last-child) {
    margin-block-end: 3.125rem;
  }
}
.q-workstyle-column .column__menu {
  margin-block-start: 4.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__menu {
    margin-block-start: 5rem;
  }
}
.q-workstyle-column .column__menu .menu {
  padding-block: 1rem;
  position: relative;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__menu .menu {
    padding-block: 3.75rem;
  }
}
.q-workstyle-column .column__menu .menu::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6.25rem;
  height: 0.0625rem;
  top: 0;
  left: 0;
  background-color: var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__menu .menu::before {
    width: 10.3125rem;
  }
}
.q-workstyle-column .column__menu .menu._arrow .arrow {
  width: 33.1875rem;
  border-block-end: 0.0625rem dashed var(--color-dark);
  position: absolute;
  top: 2rem;
  left: 11.875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__menu .menu._arrow .arrow {
    width: auto;
    height: 22.875rem;
    border-block-end: 0;
    border-inline-end: 0.125rem dashed var(--color-dark);
    top: 14.375rem;
    left: 1.875rem;
  }
}
.q-workstyle-column .column__menu .menu._arrow .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5625rem;
  aspect-ratio: 1/1;
  top: -0.25rem;
  right: 0;
  rotate: 45deg;
  border-block-start: 0.0625rem solid var(--color-dark);
  border-inline-end: 0.0625rem solid var(--color-dark);
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__menu .menu._arrow .arrow::after {
    width: 1.875rem;
    top: auto;
    bottom: 0;
    left: -0.9375rem;
    rotate: 135deg;
    border-block-start-width: 0.125rem;
    border-inline-end-width: 0.125rem;
  }
}
.q-workstyle-column .column__menu .menu .menu_title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__menu .menu .menu_title {
    font-size: 2.375rem;
  }
}
.q-workstyle-column .column__menu .menu .c-text {
  line-height: 1.6666666667;
}
.q-workstyle-column .column__table {
  width: 65rem;
  overflow-x: auto;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table {
    width: 100%;
  }
}
.q-workstyle-column .column__table table {
  width: 100%;
  font-size: 1.125rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table table {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
.q-workstyle-column .column__table th, .q-workstyle-column .column__table td {
  border: 0.0625rem solid var(--color-light);
  padding: 0.5rem 1.25rem;
  text-align: center;
  vertical-align: middle;
  height: 4.6875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table th, .q-workstyle-column .column__table td {
    height: 9.875rem;
    padding: 0;
    border-width: 0.125rem;
  }
}
.q-workstyle-column .column__table thead th {
  font-weight: 700;
  background-color: var(--color-bg-ash4);
  height: 3rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table thead th {
    height: 6.0625rem;
  }
}
.q-workstyle-column .column__table .head-left {
  text-align: left;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table .head-left {
    text-align: center;
  }
}
.q-workstyle-column .column__table .row-head {
  font-weight: 700;
  background-color: var(--color-bg-ash4);
  text-align: left;
  height: 4.6875rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table .row-head {
    height: 9.875rem;
    text-align: center;
  }
}
.q-workstyle-column .column__table .row-head-2 {
  width: 5rem;
  font-weight: 700;
  background-color: var(--color-bg-ash4);
  text-align: left;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table .row-head-2 {
    width: 3.125rem;
    text-align: center;
  }
}
.q-workstyle-column .column__table .sub-head {
  width: 10rem;
  font-weight: 700;
  background-color: var(--color-bg-ash5);
  text-align: left;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table .sub-head {
    width: 7.875rem;
    text-align: center;
  }
}
.q-workstyle-column .column__table td {
  background-color: var(--color-bg-ash2);
}
.q-workstyle-column .column__table .r2 {
  width: 12.25rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table .r2 {
    width: 7.8125rem;
  }
}
.q-workstyle-column .column__table .r3 {
  width: 18.75rem;
}
@media (width <= 51.75rem) {
  .q-workstyle-column .column__table .r3 {
    width: 13.4375rem;
  }
}

