@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP"), local("Noto Sans CJK JP Regular");
}
/*-----------------------------------------
reset
-----------------------------------------*/
body, div, dl, dt, dd, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, button, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: unset;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

iframe {
  border: none;
  vertical-align: top;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

button {
  background: none;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}

input,
textarea {
  border: none;
  outline: none;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ol li,
ul li {
  list-style-type: none;
}

summary {
  list-style: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
summary::-webkit-details-marker {
  display: none;
}

/*-----------------------------------------
base
-----------------------------------------*/
*:focus {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-gutter: stable;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.81;
  text-align: left;
  text-size-adjust: 100%;
  background-color: #fbfbfb;
}
@media (width < 768px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.67;
  }
}
body.is-locked {
  position: fixed;
  overflow: hidden;
  width: 100%;
  touch-action: none;
}

/*-----------------------------------------
utility
-----------------------------------------*/
/* ----- 上下左右中央寄せ ----- */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.item-left {
  justify-content: flex-start !important;
}

.item-center {
  justify-content: center !important;
}

.item-right {
  justify-content: flex-end !important;
}

.item-left {
  justify-content: flex-start !important;
}

.item-center {
  justify-content: center !important;
}

.item-right {
  justify-content: flex-end !important;
}

.item-top {
  align-items: flex-start !important;
}

.item-middle {
  align-items: center !important;
}

.item-bottom {
  align-items: flex-end !important;
}

@media (min-width: 768px) {
  .pc-left {
    text-align: left !important;
  }
  .pc-center {
    text-align: center !important;
  }
  .pc-right {
    text-align: right !important;
  }
}
@media (width < 768px) {
  .sp-left {
    text-align: left !important;
  }
  .sp-center {
    text-align: center !important;
  }
  .sp-right {
    text-align: right !important;
  }
}
/* ----- 表示／非表示 ----- */
@media (min-width: 768px) {
  .show-sp {
    display: none !important;
  }
}
@media (width < 768px) {
  .show-pc {
    display: none !important;
  }
  .sp-left {
    text-align: left !important;
  }
}
/* ----- 文字サイズ ----- */
.xs {
  font-size: 0.75rem !important;
  line-height: 1.92 !important;
}

.sm {
  font-size: 0.875rem !important;
  line-height: 1.79 !important;
}

.md {
  font-size: 1rem !important;
  line-height: 1.81 !important;
}

.lg {
  font-size: 1.125rem !important;
  line-height: 1.78 !important;
}

.xl {
  font-size: 1.375rem !important;
  line-height: 1.73 !important;
}

.xxl {
  font-size: 1.625rem !important;
  line-height: 1.38 !important;
}

@media (width < 768px) {
  .xs {
    font-size: 0.75rem !important;
    line-height: 1.67 !important;
  }
  .sm {
    font-size: 0.875rem !important;
    line-height: 1.64 !important;
  }
  .md {
    font-size: 0.9375rem !important;
    line-height: 1.67 !important;
  }
  .lg {
    font-size: 1.0625rem !important;
    line-height: 1.53 !important;
  }
  .xl {
    font-size: 1.1875rem !important;
    line-height: 1.58 !important;
  }
  .xxl {
    font-size: 1.3125rem !important;
    line-height: 1.52 !important;
  }
}
/* ----- 文字装飾 ----- */
.normal {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.oblique {
  font-style: oblique !important;
}

/* -----上余白 ----- */
.mt0 {
  margin-top: 0 !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.mt104 {
  margin-top: 104px !important;
}

.mt112 {
  margin-top: 112px !important;
}

.mt120 {
  margin-top: 120px !important;
}

@media (width < 768px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt4 {
    margin-top: 4px !important;
  }
  .sp-mt8 {
    margin-top: 8px !important;
  }
  .sp-mt16 {
    margin-top: 16px !important;
  }
  .sp-mt24 {
    margin-top: 24px !important;
  }
  .sp-mt32 {
    margin-top: 32px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt48 {
    margin-top: 48px !important;
  }
  .sp-mt56 {
    margin-top: 56px !important;
  }
  .sp-mt64 {
    margin-top: 64px !important;
  }
  .sp-mt72 {
    margin-top: 72px !important;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mt88 {
    margin-top: 88px !important;
  }
  .sp-mt96 {
    margin-top: 96px !important;
  }
  .sp-mt104 {
    margin-top: 104px !important;
  }
  .sp-mt112 {
    margin-top: 112px !important;
  }
  .sp-mt120 {
    margin-top: 120px !important;
  }
}
/* ----- 下余白 ----- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mb104 {
  margin-bottom: 104px !important;
}

.mb112 {
  margin-bottom: 112px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

@media (width < 768px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb4 {
    margin-bottom: 4px !important;
  }
  .sp-mb8 {
    margin-bottom: 8px !important;
  }
  .sp-mb16 {
    margin-bottom: 16px !important;
  }
  .sp-mb24 {
    margin-bottom: 24px !important;
  }
  .sp-mb32 {
    margin-bottom: 32px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-mb48 {
    margin-bottom: 48px !important;
  }
  .sp-mb56 {
    margin-bottom: 56px !important;
  }
  .sp-mb64 {
    margin-bottom: 64px !important;
  }
  .sp-mb72 {
    margin-bottom: 72px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .sp-mb88 {
    margin-bottom: 88px !important;
  }
  .sp-mb96 {
    margin-bottom: 96px !important;
  }
  .sp-mb104 {
    margin-bottom: 104px !important;
  }
  .sp-mb112 {
    margin-bottom: 112px !important;
  }
  .sp-mb120 {
    margin-bottom: 120px !important;
  }
}
.w-fit {
  width: fit-content;
}

@media (min-width: 768px) {
  .pc-w-fit {
    width: fit-content;
  }
}
@media (width < 768px) {
  .sp-w-fit {
    width: fit-content;
  }
}
.hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 3px solid #000;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------------
header
-----------------------------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 clamp(1rem, -0.778rem + 3.7vw, 2rem);
  z-index: 999;
}
.header_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1312px;
  height: 78px;
  margin: 50px auto 0;
  padding: 0 clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
}
.header_base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  border-radius: 16px;
}
.header_overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.header_logo {
  margin: 0 auto 0 0;
  width: clamp(10rem, 7.222rem + 5.79vw, 11.563rem);
  flex-shrink: 0;
}
.header_logo .logo_img {
  display: block;
  aspect-ratio: 6.16;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/common/logo_h.svg) no-repeat left center/contain;
}
.header_nav {
  display: flex;
  align-items: center;
}
.header_nav .nav_menu {
  display: flex;
  gap: 16px clamp(1rem, -0.778rem + 3.7vw, 2rem);
  margin: 0 0 0 32px;
}
.header_nav .nav_menu li {
  min-width: 0;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav .nav_menu li:hover .nav_button::after {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
.header_nav .nav_menu li.nav_contact .nav_button {
  margin-left: clamp(0.5rem, -10.5rem + 16vw, 1.5rem);
  font-size: clamp(0.688rem, 0.576rem + 0.23vw, 0.75rem);
}
.header_nav .nav_menu li.nav_contact .nav_button a {
  padding-left: 24px;
  background: url(../images/common/icon_contact.svg) no-repeat left center/15px;
}
.header_nav .nav_button {
  position: relative;
  font-size: clamp(0.688rem, 0.354rem + 0.69vw, 0.875rem);
  line-height: 1.6;
}
.header_nav .nav_button::after {
  content: "";
  position: absolute;
  display: block;
  inset: auto auto 0 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.9, 0, 0, 1);
}
.header_nav .nav_button a {
  display: flex;
  align-items: center;
  height: 78px;
}
.header_nav .nav_button a br {
  display: none;
}
.header_nav .nav_button:has(+ .megamenu) {
  cursor: pointer;
}
.header_nav .nav_button:has(+ .megamenu) a {
  pointer-events: none;
}
.header_nav .nav_button:has(+ .megamenu.is-active)::after, .header_nav .nav_button.is-current::after {
  transform: scaleX(1);
}
.header a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media (hover: hover) and (pointer: fine) {
  .header a:hover {
    color: #000;
  }
}
.header .nav_lang {
  margin: 0 0 0 clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  flex-shrink: 0;
}
.header .nav_lang a {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.header .nav_lang a.lang_en {
  padding: 0.2em 0 0;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(0.688rem, 0.354rem + 0.69vw, 0.875rem);
  font-weight: 600;
}
.header .nav_lang a::before {
  content: "";
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  inset: -0.1em 0 0 0;
  background: url(../images/common/icon_lang.svg) no-repeat left center/contain;
}
.header .nav_sub {
  margin: 24px 0 0;
  padding: 8px 24px 32px;
  background-color: #eaeaea;
  border-radius: 12px;
}
.header .nav_sub .link_groups {
  margin: 0;
  padding: 0;
}
.header .nav_sub .link_groups li {
  margin: 0;
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.header .nav_sub .link_groups a {
  display: inline-block;
}
.header .nav_sub .link_utility {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 22px auto 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
}
.header .nav_sub .link_utility a {
  font-weight: inherit;
}
.header .megamenu {
  position: absolute;
  display: block;
  inset: 0 auto auto 0;
  width: 100%;
  margin: 0;
  padding: 118px clamp(1.5rem, 0.611rem + 1.85vw, 2rem) 24px;
}
.header .megamenu_inner {
  display: flex;
  gap: 0 clamp(2rem, -0.667rem + 5.56vw, 3.5rem);
  padding: 0 clamp(2rem, -0.667rem + 5.56vw, 3.5rem);
}
.header .megamenu_title {
  flex: 1;
}
.header .megamenu_title a {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  padding: 0;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  line-height: 1.78;
  letter-spacing: 0.04em;
}
.header .megamenu_title a .text_en {
  width: 100%;
  font-family: "League Spartan", sans-serif;
  font-feature-settings: "halt" on;
  font-size: clamp(2.5rem, 1.611rem + 1.85vw, 3rem);
  line-height: 0.79;
  letter-spacing: -0.01em;
}
.header .megamenu_title a .link-icon::before {
  background-image: url(../images/common/icon_arrow.svg);
}
.header .megamenu_list {
  width: 67.34%;
}
.header .megamenu_list ul {
  margin: -16px 0 0;
  column-count: 2;
  column-gap: clamp(2rem, -0.667rem + 5.56vw, 3.5rem);
}
.header .megamenu_list ul li {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  break-inside: avoid;
  border-bottom: 1px solid #eaeaea;
}
.header .megamenu_list a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 2;
}
.header .megamenu_list a .link-icon {
  position: absolute;
  inset: calc(50% - 12.5px) 0 auto auto;
}
@media (pointer: coarse) {
  .header .megamenu_list a .link-icon::before {
    background-image: url(../images/common/icon_arrow.svg);
  }
}
.header .megamenu_list a[target=_blank] .link-icon::before {
  background-image: url(../images/common/icon_blank.svg);
}
@media (hover: hover) and (pointer: fine) {
  .header .header_wrapper:hover .header_base {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .header_nav .nav_button + .megamenu_title {
    display: none;
  }
  .header_nav .nav_sub {
    display: none;
  }
  .header .megamenu {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    clip-path: inset(0 0 100% 0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .header .megamenu.is-active {
    opacity: 1;
    pointer-events: all;
    clip-path: inset(0);
  }
  .header .megamenu_title button {
    display: none;
  }
  .header .megamenu_list ul:has(> :nth-child(3):last-child) {
    display: flex;
    gap: clamp(2rem, -0.667rem + 5.56vw, 3.5rem);
  }
  .header .megamenu .menu_close {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 40px 0 0 auto;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.79;
    letter-spacing: 0.04em;
  }
  .header .megamenu .menu_close .link-icon::before, .header .megamenu .menu_close .link-icon::after {
    background: url(../images/common/icon_minus.svg) no-repeat center/contain;
  }
  .header .gnav_control {
    display: none;
  }
  .header .header_wrapper:has(.megamenu.is-active) .header_base {
    background: #fff;
    box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
  }
}
@media (width < 768px) {
  .header_base {
    border-radius: 12px;
  }
  .header_wrapper {
    top: 0;
    height: 58px;
    margin: 16px 0 0;
    padding: 16px 24px;
    transition: top 0.3s;
  }
  .header_wrapper:has(.gnav_control.is-open) {
    top: 20px;
  }
  .header_nav {
    position: fixed;
    display: block;
    inset: 120px 0 0 40px;
    width: calc(100% - 80px);
    height: calc(100svh - 120px - 40px);
    padding: 54px 0 0;
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 0 100% 0);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .header_nav::-webkit-scrollbar {
    display: none;
  }
  .header_nav::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .header_nav .nav_menu {
    flex-direction: column;
    margin: 0;
    padding: 0 16px;
  }
  .header_nav .nav_menu li {
    border-bottom: 1px solid #000;
  }
  .header_nav .nav_menu li:last-child {
    border-bottom: none;
  }
  .header_nav .nav_button {
    display: none;
  }
  .header .nav_lang {
    position: absolute;
    width: fit-content;
    inset: 2px 0 auto auto;
    margin: 0;
    padding: 0 0 0 24px;
    line-height: 1;
    background-color: #fff;
    opacity: 0;
  }
  .header .nav_lang a.lang_en {
    font-size: 1.25rem;
  }
  .header .nav_lang a::before {
    width: 16px;
    height: 16px;
    inset: -0.05em 0 0;
  }
  .header .megamenu {
    position: relative;
    inset: 0;
    padding: 0;
  }
  .header .megamenu_inner {
    display: block;
    padding: 0;
  }
  .header .megamenu_title {
    display: flex;
    justify-content: space-between;
    padding: 6px 0 8px;
  }
  .header .megamenu_title a {
    gap: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    flex: 1;
  }
  .header .megamenu_title a .text_en {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }
  .header .megamenu_title a .text_en br {
    display: none;
  }
  .header .megamenu_title a .link-icon {
    display: none;
  }
  .header .megamenu_title a:not(:has(+ button)) {
    padding-right: 57px;
    background: url(../images/common/icon_arrow.svg) no-repeat right 16px center/25px;
  }
  .header .megamenu_title button {
    display: flex;
    width: 57px;
    height: inherit;
    background: url(../images/common/icon_plus.svg) no-repeat center/25px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .header .megamenu_title button.is-open {
    background-image: url(../images/common/icon_minus.svg);
  }
  .header .megamenu_list {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    visibility: hidden;
  }
  .header .megamenu_list.is-active {
    grid-template-rows: 1fr;
    visibility: visible;
  }
  .header .megamenu_list ul {
    margin: 0;
    padding: 0 16px;
    column-count: unset;
    border-top: 1px solid #eaeaea;
    overflow: hidden;
  }
  .header .megamenu_list ul li {
    padding: 0;
    border-bottom: none;
    border-top: 1px solid #eaeaea;
  }
  .header .megamenu_list ul li:first-child {
    border-top: none;
  }
  .header .megamenu_list a {
    padding: 16px 32px 16px 0;
  }
  .header .megamenu_list a .link-icon::before {
    background-image: url(../images/common/icon_arrow.svg);
    animation: none;
  }
  .header .megamenu_list a .link-icon::after {
    content: none;
  }
  .header .megamenu .menu_close {
    display: none;
  }
  .header .gnav_control {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_hamburger.svg) no-repeat center/contain;
  }
  .header .gnav_control.is-open {
    background-image: url(../images/common/icon_close.svg);
  }
  .header .gnav_control.is-open ~ .header_nav {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0);
  }
  .header .gnav_control.is-open ~ .header_nav .nav_lang {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  }
  .header .gnav_control.is-open ~ .header_base {
    position: fixed;
    display: block;
    top: 20px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100svh - 40px);
    background: #fff;
    box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
  }
}
.header.is-hidden {
  transform: translateY(-100%);
  transition: transform 0.6s 0.1s cubic-bezier(0.58, 0.24, 0.4, 1);
}
.header.is-visible {
  transform: translateY(0);
  transition: transform 0.8s 0s cubic-bezier(0.08, 0.56, 0.2, 1);
}
.header.is-visible:not(.header_white) .header_base {
  background-color: #fff;
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
}
.header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)):not(:has(.header_wrapper:hover)) a {
  color: #fff;
}
.header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)):not(:has(.header_wrapper:hover)) .header_logo .logo_img {
  background-image: url(../images/common/logo_h_wht.svg);
}
.header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)):not(:has(.header_wrapper:hover)) .nav_lang a::before {
  background-image: url(../images/common/icon_lang_wht.svg);
}
.header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)):not(:has(.header_wrapper:hover)) .header_nav .nav_menu li.nav_contact .nav_button a {
  background-image: url(../images/common/icon_contact_wht.svg);
}
.header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)):not(:has(.header_wrapper:hover)) .gnav_control {
  background-image: url(../images/common/icon_hamburger_wht.svg);
}
@media (pointer: coarse) {
  .header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)) a {
    color: #fff;
  }
  .header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)) .header_logo .logo_img {
    background-image: url(../images/common/logo_h_wht.svg);
  }
  .header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)) .nav_lang a::before {
    background-image: url(../images/common/icon_lang_wht.svg);
  }
  .header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)) .header_nav .nav_menu li.nav_contact .nav_button a {
    background-image: url(../images/common/icon_contact_wht.svg);
  }
  .header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)) .gnav_control {
    background-image: url(../images/common/icon_hamburger_wht.svg);
  }
}
@media (min-width: 768px) {
  .header.header_white .header_nav .nav_button.is-current::after {
    background-color: #fff;
  }
}

body.is-locked .header_overlay {
  pointer-events: all;
}

/*-----------------------------------------
footer
-----------------------------------------*/
.footer {
  position: relative;
  padding: clamp(5.5rem, 1.944rem + 7.41vw, 7.5rem) clamp(2rem, -5.556rem + 15.74vw, 6.25rem);
  color: #57585a;
  font-size: 0.75rem;
  background-color: #000;
  border-radius: 16px 16px 0 0;
  z-index: 5;
}
@media (width < 768px) {
  .footer {
    border-radius: 12px 12px 0 0;
  }
}
.footer a {
  color: color-mix(in srgb, #fff 77%, transparent);
  text-decoration: none;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer a:hover {
    color: #fff;
  }
}
.footer_wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 104px 80px;
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
}
@media (width < 768px) {
  .footer_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.footer_logo {
  width: 220px;
}
.footer_copyright {
  margin: 32px 0 0;
  padding: 32px 0 0;
  font-family: "League Spartan", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border-top: 1px solid #363637;
}
@media (width < 768px) {
  .footer_copyright {
    text-align: center;
  }
}
.footer_elem {
  width: 71.72%;
}
@media (width < 1200px) {
  .footer_elem {
    width: inherit;
  }
}
.footer_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 0;
}
@media (width < 1200px) {
  .footer_link {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width < 768px) {
  .footer_link {
    align-items: center;
    gap: 40px 0;
  }
}
.footer_link .link_groups {
  display: flex;
  gap: 40px min(2vw, 2.5rem);
}
.footer_link .link_groups img {
  opacity: 0.77;
  transition: opacity 0.3s;
}
@media (width < 1200px) {
  .footer_link .link_groups {
    gap: 40px;
  }
}
@media (width < 768px) {
  .footer_link .link_groups {
    flex-direction: column;
    align-items: center;
  }
  .footer_link .link_groups img {
    width: 220px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_link .link_groups a:hover img {
    opacity: 1;
  }
}
.footer_link .link_utility {
  display: flex;
  gap: 0 min(2vw, 2.5rem);
}
@media (width < 1200px) {
  .footer_link .link_utility {
    gap: 0 40px;
  }
}
@media (width < 768px) {
  .footer_link .link_utility {
    justify-content: space-between;
    gap: 0;
    width: 366px;
    max-width: 100%;
    margin-inline: auto;
  }
}

/*-----------------------------------------
main
-----------------------------------------*/
.main > .content {
  position: relative;
  padding: clamp(8.375rem, 1.042rem + 15.28vw, 12.5rem) 0;
  background-color: #fbfbfb;
  z-index: 1;
}
.main > .content.has-symbol {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221412%22%20height%3D%22736%22%20viewBox%3D%220%200%201412%20736%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M706%20736L1412%20460.447C1298.9%20190.783%201025.13%200%20706%200C386.871%200%20113.104%20190.783%200%20460.447L706.1%20736H706Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-position: right -2088px bottom 100px;
  background-repeat: no-repeat;
  background-size: 4176px 2178px;
}
@media (width < 768px) {
  .main > .content.has-symbol {
    background-image: none;
  }
}

.section {
  position: relative;
  padding: 0 40px;
}
.section .inner {
  width: 100%;
  max-width: 1088px;
  margin-inline: auto;
}
.section .inner > *:first-child {
  margin-top: 0;
}
.section .inner > *:last-child {
  margin-bottom: 0;
}
.section.section_wide .inner {
  max-width: 1312px;
}

.container_frame {
  position: relative;
  padding: clamp(3rem, -0.556rem + 7.41vw, 5rem) clamp(1rem, -9.667rem + 22.22vw, 7rem);
  background: #fff;
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
  border-radius: 16px;
}
@media (width < 768px) {
  .container_frame {
    border-radius: 12px;
  }
}
.container_frame > *:last-child {
  margin-bottom: 0;
}

.container_m {
  width: 100%;
  max-width: 1088px;
  margin-inline: auto;
}

.container_ml {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.content_block {
  margin-top: clamp(8.438rem, -6.563rem + 31.25vw, 16.875rem);
}
.content_block > *:first-child {
  margin-top: 0;
}

/*-----------------------------------------
page title
-----------------------------------------*/
.category-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 380px;
  padding: 147px clamp(2rem, -5.556rem + 15.74vw, 6.25rem) 64px;
  background-color: #fff;
  overflow: hidden;
}
.category-header::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 auto auto;
  width: 1512px;
  height: 100%;
  background: radial-gradient(100% 336.22% at 0% 100%, #fff 48.35%, #eaeaea 100%);
}
.category-header::after {
  content: "";
  position: absolute;
  display: block;
  inset: -57px -336px auto auto;
  width: 1216px;
  aspect-ratio: 2.2;
  background: url(../images/common/bg_categoryheader.svg) no-repeat center/contain;
}
@media (width < 768px) {
  .category-header {
    min-height: 240px;
    padding-top: 87px;
    padding-bottom: 26px;
  }
  .category-header::before {
    width: 430px;
  }
  .category-header::after {
    inset: 30px -152px auto auto;
    width: 508px;
  }
}
.category-header_wrapper {
  position: relative;
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  z-index: 1;
}
.category-header_title {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  gap: 16px 32px;
  color: #808284;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.73;
}
.category-header_title .text_en {
  color: #000;
  font-family: "League Spartan", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 0.74;
}
@media (width < 768px) {
  .category-header_title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 1.0625rem;
  }
  .category-header_title .text_en {
    font-size: 3.375rem;
  }
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -40px clamp(4rem, -2.222rem + 12.96vw, 7.5rem);
  padding: 74px 40px 76px;
  color: #fff;
  background: #000 url(../images/common/bg_pageheader.webp) no-repeat center/cover;
}
.page-header_wrapper {
  width: 100%;
  max-width: 1088px;
  margin-inline: auto;
}
.page-header_wrapper > *:first-child {
  margin-top: 0;
}
.page-header_title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.6;
}
.page-header .topics-meta {
  margin-top: 30px;
  border-top-color: #57585a;
}
.page-header .topics-meta_date {
  color: #808284;
}
.page-header:has(.topics-meta) {
  padding-bottom: 66px;
}
@media (width < 768px) {
  .page-header {
    min-height: 178px;
    padding: 34px 40px 36px;
  }
  .page-header_title {
    font-size: 1.5rem;
    line-height: 1.38;
  }
  .page-header .topics-meta {
    margin-top: 26px;
  }
  .page-header:has(.topics-meta) {
    padding-bottom: 32px;
  }
}

.content:has(.page-header) {
  padding-top: 0;
}

/*-----------------------------------------
breadcrumb
-----------------------------------------*/
.breadcrumb {
  position: relative;
  padding: 0 40px;
  color: #000;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 400;
  z-index: 1;
}
.breadcrumb_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1312px;
  gap: 8px 16px;
  margin: 0 auto;
  padding: 42px 0 42px;
  border-top: 1px solid #eaeaea;
}
.breadcrumb_list li {
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
}
.breadcrumb_list li::after {
  content: "";
  position: absolute;
  display: block;
  inset: calc(50% - 2px) 0 auto auto;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
}
.breadcrumb_list li:last-child {
  padding-right: 0;
  font-weight: 700;
}
.breadcrumb_list li:last-child::after {
  content: none;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    color: #808284;
  }
}
@media (width < 768px) {
  .breadcrumb_list {
    padding: 36px 0;
  }
}

/*-----------------------------------------
localnavi
-----------------------------------------*/
.page_wrapper:has(.localnavi):not(:has(.cv-content)) main > .content {
  padding-bottom: 0;
}

.localnavi {
  margin: 200px 0 0;
  padding: 0 40px;
  background-color: #f8f8f8;
  border-radius: 0 0 16px 16px;
}
.localnavi .localnavi_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 96px 0 120px;
}
.localnavi .localnavi_title {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin: 0;
}
.localnavi .localnavi_title_jp {
  font-size: 2rem;
  line-height: 1.5;
}
.localnavi .localnavi_title_en {
  color: #808284;
  font-family: "League Spartan", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.33;
}
.localnavi .localnavi_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 40px 32px;
}
.localnavi .localnavi_list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 26px;
  min-height: 89px;
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.64;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.3s;
  overflow: hidden;
}
.localnavi .localnavi_list a .link-icon::before, .localnavi .localnavi_list a .link-icon::after {
  background-image: url(../images/common/icon_arrow.svg);
}
.localnavi .localnavi_list a[target=_blank] .link-icon::before, .localnavi .localnavi_list a[target=_blank] .link-icon::after {
  background-image: url(../images/common/icon_blank.svg);
}
.localnavi .localnavi_list:has(.link-thumb) {
  grid-template-columns: repeat(2, 1fr);
}
.localnavi .localnavi_list:has(.link-thumb) a:has(.link-thumb) {
  align-items: stretch;
  gap: 0 32px;
  min-height: 0;
  height: 188px;
  max-height: 12.4vw;
  padding: 0 40px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.56;
  border-radius: 16px;
}
.localnavi .localnavi_list:has(.link-thumb) a:has(.link-thumb) .link-thumb {
  width: 41.625%;
}
.localnavi .localnavi_list:has(.link-thumb) a:has(.link-thumb) .link-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.localnavi .localnavi_list:has(.link-thumb) a:has(.link-thumb) .link-name {
  align-self: center;
  flex: 1;
}
.localnavi .localnavi_list:has(.link-thumb) a:has(.link-thumb) .link-icon {
  position: absolute;
  inset: auto 0 0 auto;
  width: 57px;
  height: 57px;
  border: 16px solid transparent;
}
.localnavi .localnavi_list + .localnavi_list {
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
@media (hover: hover) and (pointer: fine) {
  .localnavi .localnavi_list a:hover {
    color: #fff;
    background-color: #000;
  }
  .localnavi .localnavi_list a:hover .link-icon::before, .localnavi .localnavi_list a:hover .link-icon::after {
    background-image: url(../images/common/icon_arrow_wht.svg);
  }
  .localnavi .localnavi_list a:hover[target=_blank] .link-icon::before, .localnavi .localnavi_list a:hover[target=_blank] .link-icon::after {
    background-image: url(../images/common/icon_blank_wht.svg);
  }
}
@media (width < 768px) {
  .localnavi {
    margin-top: 112px;
  }
  .localnavi .localnavi_wrapper {
    gap: 32px;
    padding: 88px 0 112px;
  }
  .localnavi .localnavi_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
  }
  .localnavi .localnavi_list a {
    min-height: 77px;
    border-radius: 6px;
  }
  .localnavi .localnavi_list:has(.link-thumb) {
    grid-template-columns: repeat(1, 1fr);
  }
  .localnavi .localnavi_list:has(.link-thumb) a:has(.link-thumb) {
    gap: 0 16px;
    min-height: 0;
    height: 120px;
    max-height: 27.907vw;
    font-size: 0.9375rem;
    line-height: 1.53;
    border-radius: 12px;
  }
  .localnavi .localnavi_list:has(.link-thumb) a:has(.link-thumb) .link-thumb {
    width: 51.61%;
    max-width: 160px;
  }
  .localnavi .localnavi_list + .localnavi_list {
    padding-top: 32px;
  }
  .localnavi .localnavi_title_jp {
    font-size: 1.375rem;
    line-height: 1.18;
  }
  .localnavi .localnavi_title_en {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

/*-----------------------------------------
related-contents
-----------------------------------------*/
.page_wrapper:has(.related-contents):not(:has(.cv-content)) main > .content {
  padding-bottom: 0;
}

.related-contents {
  margin: 200px 0 0;
  padding: 0 40px;
  background-color: #f8f8f8;
  border-radius: 0 0 16px 16px;
}
.related-contents .contents_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 96px 0 120px;
}
.related-contents .contents_title {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin: 0;
}
.related-contents .contents_title_jp {
  font-size: 2rem;
  line-height: 1.5;
}
.related-contents .contents_title_en {
  color: #808284;
  font-family: "League Spartan", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.33;
}
@media (width < 768px) {
  .related-contents {
    margin-top: 112px;
  }
  .related-contents .contents_wrapper {
    gap: 32px;
    padding: 88px 0 112px;
  }
  .related-contents .contents_title_jp {
    font-size: 1.375rem;
    line-height: 1.18;
  }
  .related-contents .contents_title_en {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.related-contents.is-challenge {
  background-color: #eaeaea;
}

.cv-content {
  padding: 0 40px;
  background-color: #eaeaea;
}
.cv-content:has(+ .related-contents.is-challenge) {
  background-color: #f8f8f8;
}
.cv-content + * {
  margin-top: 0;
}
.cv-content .contents_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 120px 0;
}

/*-----------------------------------------
animation
-----------------------------------------*/
@keyframes Left-to-Right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes Right-to-Left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes Bottom-to-Top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes Top-to-Bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes LowerLeft-to-UpperRight {
  0% {
    transform: translate(-100%, 100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes UpperRight-to-LowerLeft {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(100%, -100%);
  }
}
@keyframes zoomIN {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes IndicatorMove {
  0% {
    bottom: 140px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes IndicatorOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
h2,
.hd-lv2 {
  margin: 56px 0 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.6;
}

h3,
.hd-lv3 {
  margin: 56px 0 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
}

h4,
.hd-lv4 {
  margin: 56px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.58;
}

h5,
.hd-lv5 {
  margin: 56px 0 0;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.55;
}

h6,
.hd-lv6 {
  margin: 56px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.6;
}

@media (width < 768px) {
  h2,
  .hd-lv2 {
    margin-top: 48px;
    font-size: 1.5rem;
    line-height: 1.38;
  }
  h3,
  .hd-lv3 {
    margin-top: 48px;
    font-size: 1.375rem;
    line-height: 1.45;
  }
  h4,
  .hd-lv4 {
    margin-top: 48px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  h5,
  .hd-lv5 {
    margin-top: 48px;
    font-size: 1.1875rem;
    line-height: 1.58;
  }
  h6,
  .hd-lv6 {
    margin-top: 48px;
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
p {
  margin: 56px 0 0;
}
@media (width < 768px) {
  p {
    margin-top: 48px;
  }
}

.section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  line-height: 1;
  z-index: 2;
}
.section-title.is-left {
  align-items: flex-start;
}
.section-title.w-fit.is-center {
  margin-inline: auto;
}
.section-title.is-middle {
  flex-direction: row;
  align-items: baseline;
  gap: 16px 0;
}
.section-title.is-middle.is-left {
  justify-content: flex-start;
}
.section-title.is-middle.is-center {
  justify-content: center;
}
.section-title.is-overlay {
  margin-bottom: calc(clamp(1.313rem, -0.799rem + 4.4vw, 2.5rem) * -1);
}
.section-title.is-overlay + * {
  margin-top: 0;
}
.section-title .section-title_jp {
  color: #808284;
  font-size: clamp(1.188rem, 0.854rem + 0.69vw, 1.375rem);
  letter-spacing: 0.04em;
}
.section-title .section-title_jp.is-right {
  align-self: flex-end;
}
.section-title .section-title_en {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.125rem, -3.986rem + 14.81vw, 7.125rem);
  font-weight: 600;
  letter-spacing: normal;
  line-height: 0.83;
}
@media (min-width: 768px) {
  .section-title.w-fit.is-pc-center {
    margin-inline: auto;
  }
}
@media (width < 768px) {
  .section-title {
    gap: 8px 0;
  }
  .section-title.is-middle {
    flex-direction: column-reverse;
  }
  .section-title.is-sp-left {
    align-items: flex-start;
  }
  .section-title .section-title_jp.is-sp-left {
    align-self: flex-start;
  }
  .section-title .section-title_jp.is-sp-right {
    align-self: flex-end;
  }
}

.sidebar-title {
  display: flex;
  align-items: center;
  gap: 0 clamp(1.5rem, -3.389rem + 10.19vw, 4.25rem);
  font-size: 2.5rem;
}
.sidebar-title::before, .sidebar-title::after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background-color: #000;
  border-radius: 9999px;
}
@media (width < 768px) {
  .sidebar-title {
    font-size: 1.5rem;
  }
}

.notice {
  color: #da4343;
  font-weight: 700;
}

.note {
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  gap: 0 8px;
  font-size: 0.875rem;
  line-height: 2;
}
.note::before {
  content: "※";
  flex-shrink: 0;
}
.note.is-center {
  justify-content: center;
  text-align: left !important;
}
.note.is-right {
  justify-content: flex-end;
  text-align: left !important;
}
@media (min-width: 768px) {
  .note.is-pc-right {
    justify-content: flex-end;
    text-align: left !important;
  }
}
@media (width < 768px) {
  .note {
    font-size: 0.75rem;
    line-height: 1.67;
  }
}

.link-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  flex-shrink: 0;
}
.link-icon::before, .link-icon::after {
  content: "";
  position: absolute;
  display: block;
  inset: auto auto 0 0;
  width: 25px;
  height: 25px;
  background: no-repeat center/contain;
  will-change: transform;
}
.link-icon::before {
  background-image: url(../images/common/icon_arrow_wht.svg);
}
.link-icon::after {
  background-image: url(../images/common/icon_arrow.svg);
  transform: translateX(-100%);
}

@media (hover: hover) and (pointer: fine) {
  a.is-in .link-icon::before, a.is-in .link-icon::after,
  button.is-in .link-icon::before,
  button.is-in .link-icon::after {
    animation-fill-mode: both;
    animation-duration: 0.4s;
  }
  a.is-in .link-icon::before,
  button.is-in .link-icon::before {
    animation-name: Right-to-Left;
  }
  a.is-in .link-icon::after,
  button.is-in .link-icon::after {
    animation-name: Left-to-Right;
  }
  a.is-out .link-icon::before, a.is-out .link-icon::after,
  button.is-out .link-icon::before,
  button.is-out .link-icon::after {
    animation-fill-mode: both;
    animation-duration: 0.4s;
  }
  a.is-out .link-icon::before,
  button.is-out .link-icon::before {
    animation-name: Left-to-Right;
  }
  a.is-out .link-icon::after,
  button.is-out .link-icon::after {
    animation-name: Right-to-Left;
  }
  a[target=_blank].is-in .link-icon::before,
  button[target=_blank].is-in .link-icon::before {
    animation-name: UpperRight-to-LowerLeft;
  }
  a[target=_blank].is-in .link-icon::after,
  button[target=_blank].is-in .link-icon::after {
    animation-name: LowerLeft-to-UpperRight;
  }
  a[target=_blank].is-out .link-icon::before,
  button[target=_blank].is-out .link-icon::before {
    animation-name: LowerLeft-to-UpperRight;
  }
  a[target=_blank].is-out .link-icon::after,
  button[target=_blank].is-out .link-icon::after {
    animation-name: UpperRight-to-LowerLeft;
  }
  a.menu_close.is-in .link-icon::before,
  button.menu_close.is-in .link-icon::before {
    animation-name: Bottom-to-Top;
  }
  a.menu_close.is-in .link-icon::after,
  button.menu_close.is-in .link-icon::after {
    animation-name: Top-to-Bottom;
  }
  a.menu_close.is-out .link-icon::before,
  button.menu_close.is-out .link-icon::before {
    animation-name: Top-to-Bottom;
  }
  a.menu_close.is-out .link-icon::after,
  button.menu_close.is-out .link-icon::after {
    animation-name: Bottom-to-Top;
  }
}
a {
  color: #000;
  text-underline-offset: 0.5ex;
  overflow-wrap: anywhere;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #000;
    text-decoration: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
a[target=_blank] .link-icon::before {
  background-image: url(../images/common/icon_blank_wht.svg);
}
a[target=_blank] .link-icon::after {
  background-image: url(../images/common/icon_blank.svg);
}
a[href$=".pdf"] .link-icon::before {
  background-image: url(../images/common/icon_pdf_wht.svg);
}
a[href$=".pdf"] .link-icon::after {
  background-image: url(../images/common/icon_pdf.svg);
}
a.no-icon::after {
  content: none !important;
}

.textlink.icon[target=_blank]::after,
.content-topics a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 25px;
  vertical-align: middle;
  background: url(../images/common/icon_blank.svg) no-repeat center left/25px;
}
.textlink.icon[href$=".pdf"]::after,
.content-topics a[href$=".pdf"]::after {
  background-image: url(../images/common/icon_pdf.svg);
}

.link-list_lower {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 32px 0 0;
}
.link-list_lower a {
  font-size: 1.125rem;
  line-height: 1.39;
}
@media (width < 768px) {
  .link-list_lower {
    flex-direction: column;
  }
  .link-list_lower a {
    font-size: 1.0625rem;
    line-height: 1.35;
  }
}

.related-links {
  margin: 56px 0 0;
  padding: 32px;
  background-color: #eaeaea;
  border-radius: 16px;
}
.related-links .related-links_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px 32px;
  margin: 0;
  padding: 0;
}
.related-links .related-links_wrapper > * {
  margin: 0;
  padding: 0;
}
.related-links .related-links_wrapper dt {
  flex-shrink: 0;
}
.related-links .related-links_wrapper dd > *:first-child {
  margin-top: 0;
}
.related-links .related-links_wrapper dd .btn {
  justify-content: flex-end;
}
@media (width < 768px) {
  .related-links {
    margin: 48px 0 0;
    border-radius: 12px;
  }
  .related-links .related-links_wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .related-links .related-links_wrapper dd .btn {
    flex-direction: row;
  }
}
@media (hover: hover) and (pointer: fine) {
  .related-links .related-links_wrapper dd .btn a:hover {
    background-color: #fff;
  }
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  margin: 56px 0 0;
  padding: 32px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.contact-info > * {
  margin: 0;
  padding: 0;
}
.contact-info .contact-info_body > *:first-child {
  margin-top: 0;
}
.contact-info .contact-info_title + * {
  margin-top: 16px;
}
.contact-info .btn {
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  margin-top: 0;
}
@media (width < 768px) {
  .contact-info {
    flex-direction: column;
    align-items: stretch;
    margin: 48px 0 0;
  }
  .contact-info .btn {
    align-items: flex-end;
  }
}

.anchor-link {
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
}
.anchor-link > *:first-child {
  margin-top: 0;
}
.anchor-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.anchor-link ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 57px;
  padding: 0 24px 0 32px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}
.anchor-link ul a .link-icon {
  rotate: 90deg;
}
.anchor-link ul a .link-icon::before, .anchor-link ul a .link-icon::after {
  background-image: url(../images/common/icon_arrowhead.svg);
}
@media (width < 768px) {
  .anchor-link {
    padding: 12px 8px;
  }
  .anchor-link ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .anchor-link ul a {
    height: 50px;
    padding: 0 24px 0 24px;
    border-radius: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchor-link ul a:hover {
    background-color: #f8f8f8;
  }
}

.sitemap a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .sitemap a:hover {
    text-decoration: underline;
  }
}

.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 80px 0 0;
}
.btn.is-left {
  justify-content: flex-start;
}
.btn.is-right {
  justify-content: flex-end;
}
.btn.is-back {
  margin-top: clamp(4rem, -2.222rem + 12.96vw, 7.5rem);
}
.btn.is-back a .link-icon {
  transform: scaleX(-1);
}
.btn.btn-icon a {
  justify-content: center;
  gap: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 100%;
}
.btn.btn-icon a > span:not([class]) {
  width: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .btn.is-pc-left {
    justify-content: flex-start;
  }
  .btn.is-pc-right {
    justify-content: flex-end;
  }
}
@media (width < 768px) {
  .btn {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 64px;
  }
  .btn.is-sp-left {
    justify-content: flex-start;
  }
  .btn.is-sp-right {
    justify-content: flex-end;
  }
}
.btn a {
  display: flex;
  align-items: center;
  gap: 0 32px;
  width: fit-content;
  max-width: 100%;
  height: 57px;
  padding: 16px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  background-color: #000;
  border-radius: 8px;
  transition: color 0.3s, background-color 0.3s;
}
.btn a::after {
  content: none !important;
}
.btn a .link-icon::before, .btn a .link-icon::after {
  background-image: url(../images/common/icon_arrow_wht.svg);
}
.btn a[target=_blank] .link-icon::before {
  background-image: url(../images/common/icon_blank_wht.svg);
}
.btn a[href$=".pdf"] .link-icon::before {
  background-image: url(../images/common/icon_pdf_wht.svg);
}
.btn a .link-icon.icon-pin::before {
  background-image: url(../images/common/icon_pin_wht.svg);
}
@media (width < 768px) {
  .btn a {
    gap: 0 26px;
    border-radius: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn a:hover {
    color: #000;
    background-color: #eaeaea;
  }
  .btn a:hover .link-icon::before, .btn a:hover .link-icon::after {
    background-image: url(../images/common/icon_arrow.svg);
  }
  .btn a:hover[target=_blank] .link-icon::after {
    background-image: url(../images/common/icon_blank.svg);
  }
  .btn a:hover[href$=".pdf"] .link-icon::after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  .btn a:hover .link-icon.icon-pin::after {
    background-image: url(../images/common/icon_pin.svg);
  }
}
.btn.btn-white a {
  color: #000;
  background-color: #fff;
}
.btn.btn-white a .link-icon::before, .btn.btn-white a .link-icon::after {
  background-image: url(../images/common/icon_arrow.svg);
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-white a:hover {
    color: #fff;
    background-color: #000;
  }
  .btn.btn-white a:hover .link-icon::before, .btn.btn-white a:hover .link-icon::after {
    background-image: url(../images/common/icon_arrow_wht.svg);
  }
}
.btn.btn-cv {
  margin: 0;
}
.btn.btn-cv a {
  position: relative;
  width: 100%;
  height: 217px;
  padding: 0 44px 0 64px;
  border-radius: 16px;
  overflow: hidden;
}
.btn.btn-cv a > * {
  position: relative;
  z-index: 2;
}
.btn.btn-cv a::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-out;
}
.btn.btn-cv a .text_en {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.125rem, -3.986rem + 14.81vw, 7.125rem);
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
}
.btn.btn-cv a .text_jp {
  margin-left: auto;
  font-size: clamp(0.938rem, 0.16rem + 1.62vw, 1.375rem);
}
@media (width < 768px) {
  .btn.btn-cv a {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    height: 162px;
    padding: 32px;
    border-radius: 12px;
  }
  .btn.btn-cv a .text_en {
    width: 100%;
    margin-bottom: auto;
  }
  .btn.btn-cv a .text_jp {
    margin-top: auto;
    flex: 1;
  }
  .btn.btn-cv a .link-icon {
    margin-top: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-cv a:hover::before {
    clip-path: inset(0 0 0 0);
  }
}
.btn.btn-lg {
  margin: 0;
  padding: 40px;
  gap: 24px 32px;
  background-color: #eaeaea;
  border-radius: 16px;
}
.btn.btn-lg a {
  position: relative;
  width: calc(50% - 16px);
  height: 116px;
  padding: 0 32px;
  border-radius: 16px;
  overflow: hidden;
}
.btn.btn-lg a > * {
  position: relative;
  z-index: 2;
}
.btn.btn-lg a::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-out;
}
.btn.btn-lg a .text_wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.btn.btn-lg a .text_main {
  font-size: clamp(1.375rem, 0.264rem + 2.31vw, 2rem);
  font-weight: 700;
}
.btn.btn-lg a .text_sub {
  margin-left: auto;
}
@media (width < 768px) {
  .btn.btn-lg {
    padding: 32px;
    border-radius: 12px;
  }
  .btn.btn-lg a {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    height: 147px;
    padding: 32px 24px;
    border-radius: 12px;
  }
  .btn.btn-lg a .text_wrapper {
    height: 100%;
  }
  .btn.btn-lg a .text_main {
    width: 100%;
    margin-bottom: auto;
  }
  .btn.btn-lg a .text_sub {
    margin-top: auto;
    text-align: right;
    flex: 1;
  }
  .btn.btn-lg a .link-icon {
    margin-top: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-lg a:hover::before {
    clip-path: inset(0 0 0 0);
  }
}
.btn.btn-on-kv {
  position: absolute;
  inset: auto 0 0 auto;
  margin: 0;
}
.btn.btn-on-kv a {
  justify-content: space-between;
  width: 192px;
  height: 69px;
  padding: 0 16px;
  color: #000;
  background-color: #fff;
  border-radius: 16px 0 0;
}
.btn.btn-on-kv a .text_wrapper {
  display: flex;
  flex-direction: column;
}
.btn.btn-on-kv a .text_wrapper .text_en {
  font-family: "League Spartan", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.btn.btn-on-kv a .text_wrapper .text_jp {
  font-weight: 700;
  line-height: 1;
}
.btn.btn-on-kv a .link-icon::before, .btn.btn-on-kv a .link-icon::after {
  background-image: url(../images/common/icon_arrow.svg);
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-on-kv a:hover {
    color: #fff;
    background-color: #000;
  }
  .btn.btn-on-kv a:hover .link-icon::before, .btn.btn-on-kv a:hover .link-icon::after {
    background-image: url(../images/common/icon_arrow_wht.svg);
  }
}
@media (width < 768px) {
  .btn.btn-on-kv a {
    height: 65px;
    border-radius: 12px 0 0;
  }
  .btn.btn-on-kv a .text_en {
    font-size: 1.3125rem;
  }
}
.btn.btn-on-kv.is-dark a {
  color: #fff;
  background-color: #000;
}
.btn.btn-on-kv.is-dark a .link-icon::before, .btn.btn-on-kv.is-dark a .link-icon::after {
  background-image: url(../images/common/icon_arrow_wht.svg);
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn-on-kv.is-dark a:hover {
    color: #000;
    background-color: #fff;
  }
  .btn.btn-on-kv.is-dark a:hover .link-icon::before, .btn.btn-on-kv.is-dark a:hover .link-icon::after {
    background-image: url(../images/common/icon_arrow.svg);
  }
}

/*-----------------------------------------
image
-----------------------------------------*/
figure {
  display: table;
  width: fit-content;
  margin: 56px auto 0;
}
figure img {
  border-radius: 16px;
}
@media (width < 768px) {
  figure img {
    border-radius: 12px;
  }
}
figure.is-left {
  margin-left: 0;
}
figure.is-center {
  margin-inline: auto;
}
figure.is-right {
  margin-right: 0;
}
figure.is-widescreen img {
  aspect-ratio: 16/9;
}
figure.is-landscape img {
  aspect-ratio: 4/3;
}
figure.is-portrait img {
  aspect-ratio: 3/4;
}
figure.is-widescreen img, figure.is-landscape img, figure.is-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure.is-radius0 img {
  border-radius: 0 !important;
}
figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin: 32px 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.64;
}
@media (width < 768px) {
  figure {
    margin-top: 48px;
  }
}

.img-groups {
  display: flex;
  gap: 32px;
  margin: 56px 0 0;
}
.img-groups figure {
  width: 100%;
  margin: 0;
}
.img-groups figure img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-groups:has(> :only-child) {
  justify-content: center;
}
.img-groups:has(> :only-child) figure {
  width: fit-content;
  max-width: 100%;
}
@media (width < 768px) {
  .img-groups {
    flex-direction: column;
    margin-top: 48px;
  }
}

.img-set {
  display: flex;
  gap: 32px clamp(2.5rem, 0.722rem + 3.7vw, 3.5rem);
  margin: 56px 0 0;
}
.img-set figure {
  margin: 0;
  margin-block-end: auto;
}
.img-set .text {
  flex: 1;
}
.img-set .text > *:first-child {
  margin-top: 0;
}
.img-set .btn {
  margin-top: 32px;
}
.img-set .box {
  width: 100%;
  margin-top: 32px;
  padding: 32px;
}
@media (min-width: 768px) {
  .img-set {
    align-items: center;
  }
  .img-set:has(figure.is-right) {
    flex-direction: row-reverse;
  }
  .section_wide .img-set {
    gap: 32px clamp(2.5rem, -1.944rem + 9.26vw, 5rem);
  }
  .img-set figure {
    max-width: calc(50% - clamp(2.5rem, 0.722rem + 3.7vw, 3.5rem) / 2);
  }
  .img-set figure.is-small, .img-set figure.is-portrait {
    width: 38.235%;
  }
  .img-set .btn {
    justify-content: flex-start;
  }
  .img-set .btn.is-right {
    justify-content: flex-end;
  }
}
@media (width < 768px) {
  .img-set {
    margin-top: 48px;
    flex-direction: column;
  }
  .img-set figure figcaption {
    margin-top: 26px;
  }
  .img-set figure:empty {
    display: none;
  }
  .img-set .text .img-set_title + * {
    margin-top: 24px;
  }
  .img-set .btn {
    margin-top: 24px;
  }
  .img-set .box {
    margin-top: 24px;
  }
}

.embed-video {
  position: relative;
  margin: 56px auto 0;
  width: 100%;
  max-width: 864px;
  border-radius: 16px;
  overflow: hidden;
}
.embed-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (width < 768px) {
  .embed-video {
    margin-top: 48px;
    border-radius: 12px;
  }
}

.fullwidth-img {
  margin: 0 calc(50% - 50vw);
}
figure:has(.fullwidth-img) {
  margin-block-end: unset;
}
figure .fullwidth-img img {
  border-radius: 0;
}
.fullwidth-img + * {
  margin-top: 120px;
}
@media (width < 768px) {
  .fullwidth-img + * {
    margin-top: 80px;
  }
}
.fullwidth-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullwidth-left-img {
  margin-left: calc(50% - 50vw);
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .img-set .fullwidth-left-img {
    margin-left: calc((50vw - 100%) * -1);
  }
}
figure:has(.fullwidth-left-img) {
  margin-block-end: unset;
}
figure .fullwidth-left-img img {
  border-radius: 0;
}
.fullwidth-left-img .is-landscape {
  aspect-ratio: 4/3;
}
@media (width < 768px) {
  .fullwidth-left-img {
    border-radius: 0 12px 12px 0;
  }
}
.fullwidth-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullwidth-right-img {
  margin-right: calc(50% - 50vw);
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.img-set .fullwidth-right-img {
  margin-right: calc((50vw - 100%) * -1);
}
figure:has(.fullwidth-right-img) {
  margin-block-end: unset;
}
figure .fullwidth-right-img img {
  border-radius: 0;
}
.fullwidth-right-img .is-landscape {
  aspect-ratio: 4/3;
}
@media (width < 768px) {
  .fullwidth-right-img {
    border-radius: 0 0 12px 12px;
  }
}
.fullwidth-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-credit {
  position: absolute;
  inset: auto 40px 40px auto;
  margin: 0 0 0 auto;
  padding: 0;
  color: color-mix(in srgb, #fff 50%, transparent);
  font-family: "League Spartan", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.photo-credit.is-black50 {
  color: color-mix(in srgb, #000 50%, transparent);
}
*:has(> .photo-credit) {
  position: relative;
}

ul.list_desc,
.content-topics ul {
  margin: 56px 0 0;
  padding: 0;
}
ul.list_desc > li,
.content-topics ul > li {
  position: relative;
  margin: 8px 0 0;
  padding: 0 0 0 26px;
  line-height: 1.44;
}
ul.list_desc > li::before,
.content-topics ul > li::before {
  content: "";
  position: absolute;
  display: block;
  inset: calc(0.72em - 3px) auto auto 10px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
}
ul.list_desc > li:first-child,
.content-topics ul > li:first-child {
  margin-top: 0;
}
@media (width < 768px) {
  ul.list_desc,
  .content-topics ul {
    margin-top: 48px;
  }
  ul.list_desc li,
  .content-topics ul li {
    line-height: 1.33;
  }
}

ol.list_num,
.content-topics ol {
  margin: 56px 0 0;
  padding: 0;
  counter-reset: listnum;
}
ol.list_num > li,
.content-topics ol > li {
  counter-increment: listnum;
  position: relative;
  margin: 8px 0 0;
  padding: 0 0 0 26px;
  line-height: 1.44;
}
ol.list_num > li:first-child,
.content-topics ol > li:first-child {
  margin-top: 0;
}
ol.list_num > li::before,
.content-topics ol > li::before {
  content: counter(listnum) ".";
  position: absolute;
  inset: 0 auto auto 0;
}
@media (width < 768px) {
  ol.list_num,
  .content-topics ol {
    margin-top: 48px;
  }
  ol.list_num li,
  .content-topics ol li {
    line-height: 1.33;
  }
}

li ul.list_desc,
.content-topics li ul,
li ol.list_num,
.content-topics li ol {
  margin-top: 8px;
}

.doc-list {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  margin: 56px 0 0;
}
.doc-list .doc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  margin: 0;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}
.doc-list .doc-item > * {
  margin: 0;
  padding: 0;
}
.doc-list .doc-item .item_body > *:first-child {
  margin-top: 0;
}
.doc-list .doc-item .item_body .item_title + * {
  margin-top: 16px;
}
.doc-list .doc-item .btn {
  flex-shrink: 0;
}
@media (width < 768px) {
  .doc-list {
    gap: 24px 0;
    margin: 48px 0 0;
  }
  .doc-list .doc-item {
    flex-direction: column;
    align-items: stretch;
    border-radius: 12px;
  }
  .doc-list .doc-item .btn {
    align-items: flex-end;
  }
}

/*-----------------------------------------
box
-----------------------------------------*/
.box {
  width: 100%;
  margin: 56px 0 0;
  padding: 48px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
}
.box > *:first-child {
  margin-top: 0;
}
.box-groups {
  display: flex;
  gap: 26px 32px;
  margin: 56px 0 0;
}
.box-groups .box {
  margin: 0;
}
@media (width < 768px) {
  .box-groups {
    flex-direction: column;
  }
}
.box .box_title + * {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .box-groups .box {
    width: calc(50% - 16px);
  }
  .box-groups:has(> :only-child) .box {
    width: 100%;
  }
}
@media (width < 768px) {
  .box {
    margin-top: 48px;
    padding: 32px;
    border-radius: 12px;
  }
  .box-groups {
    margin-top: 48px;
  }
  .box .box_title + * {
    margin-top: 26px;
  }
}

.box-stickynote {
  padding: 32px;
}
.box-stickynote .box_wrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 8px 24px;
}
.box-stickynote .box_wrapper .icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background-color: #f8f8f8;
  border-radius: 100%;
}
.box-stickynote .box_wrapper:has(.text) {
  align-items: start;
  grid-template-rows: auto auto;
}
.box-stickynote .box_wrapper:has(.text) .text > * {
  margin: 0;
}
.box-stickynote .box_wrapper > * {
  margin: 0;
}
@media (min-width: 768px) {
  .box-groups:has(.box-stickynote) {
    flex-wrap: wrap;
  }
  .box-stickynote:has(.text) {
    min-height: 180px;
  }
  .box-stickynote:has(.text) .icon {
    grid-area: 1/1/3/2;
  }
}
@media (width < 768px) {
  .box-stickynote {
    padding: 24px;
  }
  .box-groups:has(.box-stickynote) .box_wrapper {
    gap: 16px;
  }
  .box-groups:has(.box-stickynote) .box_wrapper .box_title {
    align-self: center;
  }
  .box-groups:has(.box-stickynote) .box_wrapper .text {
    grid-area: 2/1/3/3;
  }
}

/*-----------------------------------------
panel
-----------------------------------------*/
.panel {
  position: relative;
}
.panel a {
  text-decoration: none;
}
.panel a .link-icon {
  position: absolute;
  inset: auto 0 0 auto;
  width: 57px;
  height: 57px;
  background-color: #000;
  border: 16px solid transparent;
  border-radius: 8px 0 0 0;
}
.panel a .link-icon::before, .panel a .link-icon::after {
  background-image: url(../images/common/icon_arrow_wht.svg);
}
.panel a[target=_blank] .link-icon::before, .panel a[target=_blank] .link-icon::after {
  background-image: url(../images/common/icon_blank_wht.svg);
}
.panel .panel_img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
}
.panel .panel_img.is-portrait {
  aspect-ratio: 3/4;
}
.panel .panel_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
@media (width < 768px) {
  .panel .panel_img {
    border-radius: 12px;
  }
  .panel .panel_img .link-icon {
    border-radius: 6px 0 0 0;
  }
}
.panel .panel_body {
  margin: 24px 0 0;
}
.panel .panel_body h4,
.panel .panel_body .hd-lv4 {
  margin: 0;
}
.panel .panel_body p {
  margin: 20px 0 0;
  line-height: 1.56;
}
@media (width < 768px) {
  .panel .panel_body {
    margin-top: 20px;
  }
  .panel .panel_body p {
    margin-top: 16px;
    line-height: 1.53;
  }
}
.panel .panel_body > *:first-child {
  margin-top: 0;
}

/*-----------------------------------------
column
-----------------------------------------*/
.col-set {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 32px;
  margin: 56px 0 0;
}
.col-set .btn {
  margin-top: 32px;
}
.col-set .box {
  width: 100%;
  margin-top: 32px;
  padding: 32px;
}
.col-set > *,
.col-set > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .col-set .col1-1 {
    width: 100%;
  }
  .col-set .col1-2 {
    width: calc(50% - 16px);
  }
  .col-set .col1-3 {
    width: calc(33.3333333333% - 21.3333333333px);
  }
  .col-set .col2-3 {
    width: calc(66.6666666667% - 21.3333333333px);
  }
  .col-set .col1-4 {
    width: calc(25% - 24px);
  }
  .col-set .btn {
    justify-content: flex-start;
  }
}
@media (width < 768px) {
  .col-set {
    flex-direction: column;
    gap: 48px 0;
  }
  .col-set .btn {
    margin-top: 24px;
  }
  .col-set .box {
    margin-top: 24px;
  }
  .col-set > * {
    width: 100%;
  }
}

/*-----------------------------------------
bubble
-----------------------------------------*/
.bubble {
  position: relative;
  padding: 16px 24px;
  background-color: #eaeaea;
  border-radius: 16px;
}
.bubble > * {
  margin: 0;
}
.bubble::before {
  content: "";
  position: absolute;
  inset: -8px auto auto 30px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #eaeaea;
  border-radius: 4px;
  rotate: 45deg;
}
.bubble.is-tail_lm::before {
  inset: 50% auto auto -8px;
  translate: 0 -50%;
}
.bubble.is-tail_rm::before {
  inset: 50% -8px auto auto;
  translate: 0 -50%;
}
.bubble.is-tail_lt::before {
  inset: -8px auto auto 30px;
}
.bubble.is-tail_rt::before {
  inset: -8px 30px auto auto;
}
.bubble.is-tail_lb::before {
  inset: auto auto -8px 30px;
}
.bubble.is-tail_rb::before {
  inset: auto 30px -8px auto;
}
.bubble.is-black {
  color: #fff;
  background-color: #000;
}
.bubble.is-black::before {
  background-color: #000;
}
.bubble.is-blue2 {
  color: #fff;
  background-color: #1c5ba9;
}
.bubble.is-blue2::before {
  background-color: #1c5ba9;
}
.bubble.is-blue3 {
  color: #fff;
  background-color: #06aeef;
}
.bubble.is-blue3::before {
  background-color: #06aeef;
}
@media (width < 768px) {
  .bubble {
    border-radius: 12px;
  }
  .bubble::before {
    border-radius: 2px;
  }
}

.bubble-groups {
  margin: 32px 0 0;
  display: flex;
  gap: 32px 0;
  flex-direction: column;
}
.bubble-groups .bubble:nth-child(even)::before {
  inset: -8px 30px auto auto;
}
.bubble-groups.is-tail-side .bubble::before {
  inset: 50% auto auto -8px;
  translate: 0 -50%;
}
.bubble-groups.is-tail-side .bubble:nth-child(even)::before {
  inset: 50% -8px auto auto;
}
@media (width < 768px) {
  .bubble-groups {
    margin: 24px 0 0;
    gap: 24px 0;
  }
}

/*-----------------------------------------
accordion
-----------------------------------------*/
.accordion {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.accordion::details-content {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.3s;
  transition-property: content-visibility, grid-template, opacity;
  transition-behavior: allow-discrete;
}
.accordion-groups {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin: 56px 0 0;
}
.accordion .accordion_trigger {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}
.accordion .accordion_trigger .link-icon {
  position: absolute;
  display: block;
  inset: 0 32px 0 auto;
  width: 25px;
  height: 25px;
  margin: auto;
}
.accordion .accordion_trigger .link-icon::before, .accordion .accordion_trigger .link-icon::after {
  background: url(../images/common/icon_plus.svg) no-repeat center/25px;
}
.accordion .accordion_trigger_inner {
  display: flex;
  align-items: center;
  min-height: 75px;
  padding: 24px 67px 24px 32px;
}
.accordion .accordion_trigger_inner > *:first-child {
  margin-top: 0;
}
.accordion .accordion_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.accordion .accordion_body {
  overflow: hidden;
}
.accordion .accordion_body_inner {
  padding: 0 32px;
  transition: padding 0.3s;
  overflow: hidden;
}
.accordion .accordion_body_inner > * {
  margin-top: 32px;
}
.accordion .accordion_body_inner > *:first-child {
  margin-top: 0;
}
.accordion:not([open]) .accordion_trigger .link-icon::after {
  content: none;
}
.accordion[open] {
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent), 0 0 0 2px #000 inset;
}
.accordion[open]::details-content {
  opacity: 1;
  grid-template-rows: 1fr;
}
.accordion[open] .accordion_trigger .link-icon::before, .accordion[open] .accordion_trigger .link-icon::after {
  background-image: url(../images/common/icon_minus.svg);
}
.accordion[open] .accordion_body_inner {
  padding: 12px 32px 24px;
}
@media (hover: hover) and (pointer: fine) {
  .accordion:not([open]) .accordion_trigger:hover {
    color: #fff;
    background-color: #000;
  }
  .accordion:not([open]) .accordion_trigger:hover .link-icon::before, .accordion:not([open]) .accordion_trigger:hover .link-icon::after {
    background-image: url(../images/common/icon_plus_wht.svg);
  }
  .accordion:not([open]) .accordion_trigger .link-icon::before, .accordion:not([open]) .accordion_trigger .link-icon::after {
    animation: none;
  }
  .accordion[open] .accordion_trigger:hover .link-icon::before, .accordion[open] .accordion_trigger:hover .link-icon::after {
    background-image: url(../images/common/icon_minus.svg);
    animation-fill-mode: both;
    animation-duration: 0.4s;
  }
  .accordion[open] .accordion_trigger:hover .link-icon::before {
    animation-name: Bottom-to-Top;
  }
  .accordion[open] .accordion_trigger:hover .link-icon::after {
    animation-name: Top-to-Bottom;
  }
  .accordion[open].just-opened .accordion_trigger:hover .link-icon::before, .accordion[open].just-opened .accordion_trigger:hover .link-icon::after {
    animation: none;
  }
}
@media (width < 768px) {
  .accordion {
    border-radius: 6px;
  }
  .accordion-groups {
    margin-top: 48px;
  }
  .accordion .accordion_trigger {
    border-radius: 6px;
  }
  .accordion .accordion_trigger::after {
    inset: 0 26px 0 auto;
  }
  .accordion .accordion_trigger_inner {
    padding: 24px 61px 24px 26px;
  }
  .accordion .accordion_title {
    font-size: 1.0625rem;
  }
  .accordion .accordion_body_inner {
    padding: 0 26px;
  }
  .accordion .accordion_body_inner > * {
    margin-top: 26px;
  }
  .accordion[open] .accordion_body_inner {
    padding: 2px 26px 24px;
  }
}

/*-----------------------------------------
tab
-----------------------------------------*/
.tabs {
  margin: 56px 0 0;
}
@media (width < 768px) {
  .tabs {
    margin-top: 48px;
  }
}
.tabs .tab-list {
  display: flex;
  gap: 0 24px;
  padding: 0 32px;
}
.tabs .tab-list_wrapper {
  border-bottom: 2px solid #000;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs .tab-list_wrapper::-webkit-scrollbar {
  display: none;
}
.tabs .tab-list button[role=tab] {
  display: grid;
  align-content: center;
  width: 100%;
  min-width: 116px;
  height: 56px;
  font-weight: 700;
  line-height: 1.44;
  background-color: #eaeaea;
  border-radius: 8px 8px 0 0;
  transition: 0.3s;
}
.tabs .tab-list button[role=tab][aria-selected=true] {
  color: #fff;
  background-color: #000;
}
@media (width < 768px) {
  .tabs .tab-list {
    gap: 0 8px;
    padding: 0 8px;
  }
  .tabs .tab-list button[role=tab] {
    max-width: 150px;
    line-height: 1.33;
    border-radius: 6px 6px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tabs .tab-list button[role=tab]:hover {
    color: #fff;
    background-color: #000;
  }
}
.tabs .tab-panel {
  padding: 80px 0 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.tabs .tab-panel:not([hidden]) {
  opacity: 1;
}
@starting-style {
  .tabs .tab-panel:not([hidden]) {
    opacity: 0;
  }
}
.tabs .tab-panel > *:first-child {
  margin-top: 0;
}
.tabs .tab-panel_title + * {
  margin-top: 56px;
}
@media (width < 768px) {
  .tabs .tab-panel {
    padding-top: 72px;
  }
  .tabs .tab-panel_title + * {
    margin-top: 48px;
  }
}

table {
  margin: 56px 0 0;
  width: 100%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
table .scroll-elem * {
  margin-top: 0;
}
table:has(thead) {
  table-layout: fixed;
}
table tr > *:last-child {
  border-right: none;
}
table th,
table td {
  padding: 24px;
  font-size: 0.875rem;
  line-height: 1.79;
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #808284;
  border-right: 1px solid #808284;
}
@media (width < 768px) {
  table th,
  table td {
    padding: 24px;
    line-height: 1.64;
  }
}
table th > *:first-child,
table td > *:first-child {
  margin-top: 0;
}
table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0;
}
table th {
  background-color: #f8f8f8;
  font-weight: 700;
}
table td {
  background-color: #fff;
}
table thead th {
  background-color: #eaeaea;
}
@media (width < 768px) {
  table {
    margin-top: 48px;
  }
}

.scroll-elem {
  margin: 56px 0 0;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #808284 #eaeaea;
  overflow-y: auto;
}
.scroll-elem::-webkit-scrollbar {
  height: 7px;
}
.scroll-elem::-webkit-scrollbar-button {
  display: none;
}
.scroll-elem::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-radius: 9999px;
}
.scroll-elem::-webkit-scrollbar-thumb {
  background-color: #808284;
  border-radius: 9999px;
}
.scroll-elem table {
  width: 1088px;
  margin-top: 0;
}
@media (width < 768px) {
  .scroll-elem {
    margin-top: 48px;
    margin-right: -40px;
  }
}

.table-underline {
  padding: 32px 0;
  border-collapse: separate;
}
.table-underline th,
.table-underline td {
  padding: 40px 24px;
  font-size: 1rem;
  line-height: 1.56;
  background-color: transparent;
  border: none;
}
.table-underline th {
  text-align: center;
  border-bottom: 1px solid #000;
}
.table-underline td {
  border-bottom: 1px solid #eaeaea;
}
.table-underline tr:last-child th,
.table-underline tr:last-child td {
  border: none;
}
@media (width < 768px) {
  .table-underline {
    padding: 16px 0;
  }
  .table-underline th,
  .table-underline td {
    padding: 24px 0;
    vertical-align: top;
  }
  .table-underline th {
    padding-right: 8px;
    font-size: 1.0625rem;
    text-align: left;
  }
  .table-underline td {
    padding-left: 8px;
    font-size: 0.9375rem;
  }
}

.form_container input[type=text],
.form_container input[type=email],
.form_container input[type=tel],
.form_container textarea {
  width: 100%;
  max-width: none;
  min-width: 120px;
  padding: 24px;
  color: #808284;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.81;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 1px #eaeaea inset;
  transition: all 0.3s;
}
@media (width < 768px) {
  .form_container input[type=text],
  .form_container input[type=email],
  .form_container input[type=tel],
  .form_container textarea {
    font-size: 0.9375rem;
    line-height: 1.67;
    border-radius: 6px;
  }
}
.form_container input[type=text]:hover, .form_container input[type=text]:focus,
.form_container input[type=email]:hover,
.form_container input[type=email]:focus,
.form_container input[type=tel]:hover,
.form_container input[type=tel]:focus,
.form_container textarea:hover,
.form_container textarea:focus {
  background-color: #fff;
  box-shadow: 0 0 0 1px #000 inset;
}
.form_container input[type=text]:not(:placeholder-shown),
.form_container input[type=email]:not(:placeholder-shown),
.form_container input[type=tel]:not(:placeholder-shown),
.form_container textarea:not(:placeholder-shown) {
  color: #808284;
  background-color: #fff;
  box-shadow: 0 0 0 2px #000 inset;
}
.form_container input[type=text][aria-invalid=true],
.form_container input[type=email][aria-invalid=true],
.form_container input[type=tel][aria-invalid=true],
.form_container textarea[aria-invalid=true] {
  color: #808284;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 1px #da4343 inset;
}
.form_container textarea {
  min-height: 200px;
  resize: vertical;
}
.form_container .input-group {
  margin: 0;
}
.form_container .input-group .option {
  position: relative;
}
.form_container .input-group .option input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form_container .input-group .option input[type=checkbox][aria-invalid=true] + .option-text::before {
  background-color: #fff;
  box-shadow: 0 0 0 1px #da4343 inset;
}
.form_container .input-group .option input[type=checkbox]:checked + .option-text::after {
  opacity: 1;
}
.form_container .input-group .option .option-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 32px;
  cursor: pointer;
}
.form_container .input-group .option .option-text::before, .form_container .input-group .option .option-text::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  transition: all 0.3s;
}
.form_container .input-group .option .option-text::before {
  background: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 0 0 #eaeaea inset;
  flex-shrink: 0;
}
.form_container .input-group .option .option-text::after {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(/assets/images/common/icon_check.png) no-repeat center/26px 20px;
  translate: 0 -50%;
  opacity: 0;
}
.form_container .input-group .option .option-text:hover::before, .form_container .input-group .option .option-text:focus::before {
  background-color: #fff;
  box-shadow: 0 0 0 1px #000 inset;
}
.form_container .button {
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 417px;
  height: 77px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.61;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  background-color: #000;
}
.form_container .button.button-back {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 1px #000 inset;
}
@media (min-width: 768px) {
  .form_container .button.button-back {
    max-width: 257px;
  }
}
.form_container .button .icon {
  display: none;
}
.form_container .button.button-back-top {
  display: flex;
  align-items: center;
  gap: 0 32px;
  width: fit-content;
  padding: 16px;
  transition: color 0.3s, background-color 0.3s;
}
.form_container .button.button-back-top .link-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  flex-shrink: 0;
}
.form_container .button.button-back-top .link-icon::before, .form_container .button.button-back-top .link-icon::after {
  content: "";
  position: absolute;
  display: block;
  inset: auto auto 0 0;
  width: 25px;
  height: 25px;
  background: url(/assets/images/common/icon_arrow_wht.png) no-repeat center/contain;
  will-change: transform;
  animation-fill-mode: both;
  animation-duration: 0.4s;
}
.form_container .button.button-back-top .link-icon::before {
  animation-name: Left-to-Right;
}
.form_container .button.button-back-top .link-icon::after {
  animation-name: Right-to-Left;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  .form_container .button.button-back-top:hover {
    color: #000;
    background-color: #eaeaea;
  }
  .form_container .button.button-back-top:hover .link-icon::before, .form_container .button.button-back-top:hover .link-icon::after {
    background-image: url(/assets/images/common/icon_arrow.png);
  }
  .form_container .button.button-back-top:hover .link-icon::before {
    animation-name: Right-to-Left;
  }
  .form_container .button.button-back-top:hover .link-icon::after {
    animation-name: Left-to-Right;
  }
}
@media (width < 768px) {
  .form_container .button {
    max-width: 274px;
    height: 64px;
    font-size: 1.0625rem;
    line-height: 1.47;
    border-radius: 6px;
  }
}
.form_container .form-column {
  margin: 40px 0 0;
}
.form_container .form-column:first-child {
  margin-top: 0;
}
.form_container .form-column .label {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.04;
  letter-spacing: 0.04em;
}
.form_container .form-column .label:has(> *:empty) {
  display: none;
}
.form_container .form-column .label .badge {
  display: inline-block;
  margin: 0 0 0 1em;
  color: #da4343;
  font-size: 1rem;
  vertical-align: middle;
}
.form_container .form-column .label .badge-required {
  color: #da4343;
}
.form_container .form-column .label .badge-required::before {
  content: "※";
}
.form_container .form-column .label + * {
  margin-top: 24px;
}
.form_container .form-column .label:has(> *:empty) + * {
  margin-top: 0;
}
@media (width < 768px) {
  .form_container .form-column {
    margin-top: 32px;
  }
  .form_container .form-column .label {
    font-size: 1.25rem;
    line-height: 1.15;
  }
  .form_container .form-column .label .badge {
    font-size: 0.9375rem;
  }
}
.form_container .description-block,
.form_container .error-message {
  color: inherit;
  margin: 16px 0 0;
  font-weight: 500;
  line-height: 1.56;
}
.form_container .description-block:empty,
.form_container .error-message:empty {
  display: none;
}
.form_container .error-message {
  color: #da4343;
}
.form_container .button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 60px 0 0;
}
.form_container .button-group > :empty {
  display: none;
}
.form_container .button-group .help-block {
  width: 100%;
  margin: 0;
  text-align: center;
}
@media (width < 768px) {
  .form_container .button-group {
    flex-direction: column;
    margin-top: 40px;
  }
}
.form_container .form-column-checkbox[data-column=利用規約] fieldset {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.form_container .form-column-checkbox[data-column=利用規約] fieldset legend.label {
  display: none;
}
.form_container .form-column-checkbox[data-column=利用規約] fieldset .input-group {
  margin: 0 0 auto;
}
.form_container .form-column-checkbox[data-column=利用規約] fieldset .input-group .option-text {
  display: block;
  width: 44px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.form_container .form-column-checkbox[data-column=利用規約] fieldset .description-block {
  margin: 0;
}
.form_container .form-column-checkbox[data-column=利用規約] fieldset .description-block * {
  margin: 0;
}
.form_container .form-column-checkbox[data-column=利用規約]:not(:has(:checked)) ~ .button-group .button-confirm {
  color: #808284;
  background-color: #eaeaea;
  pointer-events: none;
}
.form_container .form-column-checkbox[data-column=利用規約]:has(.preview-block) {
  display: none;
}
.form_container #message-container {
  margin: 0 0 80px;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.61;
}
@media (width < 768px) {
  .form_container #message-container {
    margin-bottom: 64px;
    font-size: 1.0625rem;
    line-height: 1.47;
  }
}
.form_container #message-container #error-container {
  position: relative;
  padding: 56px 72px 0;
  background: url(/assets/images/common/icon_alert.png) no-repeat left top/40px;
}
.form_container #message-container #error-container::before {
  content: "";
  position: absolute;
  display: block;
  left: 72px;
  top: 20px;
  width: calc(100% - 72px);
  height: 2px;
  background-color: #000;
}
.form_container #message-container #error-container ul {
  margin: 1em 0 0;
  padding-left: 24px;
  color: #da4343;
}
.form_container #message-container #error-container ul li {
  list-style-type: disc;
}
.form_container #message-container #error-container ul li a {
  color: inherit;
}
.form_container #message-container .message-block-confirmation {
  margin: 0;
  font-weight: 700;
}
.form_container .preview-block {
  min-height: 80px;
  padding: 24px;
  line-height: 1.81;
  background: #f8f8f8;
  border: 2px solid #f8f8f8;
  border-radius: 8px;
}
.form_container #message-container .message-block-complete {
  text-align: center;
}
.form_container #message-container .message-block-complete p {
  margin: 2em 0 0;
  line-height: 1.56;
}
.form_container #message-container .message-block-complete h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.46;
}
.form_container #message-container .message-block-complete h2 + * {
  margin-top: 80px;
}
@media (width < 768px) {
  .form_container #message-container .message-block-complete h2 {
    font-size: 1.625rem;
    line-height: 1.38;
  }
  .form_container #message-container .message-block-complete h2 + * {
    margin-top: 72px;
  }
}
.form_container #message-container .message-block-complete .message-note {
  font-size: 0.875rem;
}
@media (width < 768px) {
  .form_container #message-container .message-block-complete .message-note {
    font-size: 0.75rem;
  }
}
.form_container .recaptcha-v3-badge {
  margin: 40px 0 0;
}
@media (width < 768px) {
  .form_container .recaptcha-v3-badge {
    margin-top: 32px;
  }
}

/*-----------------------------------------
slider
-----------------------------------------*/
.slider-wrap {
  position: relative;
  container-type: inline-size;
}
.slider-wrap.is-overflow-r {
  position: relative;
  padding-left: 113px;
  margin-right: calc(50% - 50cqw);
}
@media (width < 768px) {
  .slider-wrap.is-overflow-r {
    padding-left: 0;
  }
  .slider-wrap.is-overflow-r .slider_control {
    display: none;
  }
}

.swiper-slide > *:first-child {
  margin-top: 0;
}

.slider_control {
  display: flex;
  gap: 8px;
  margin: 48px 0 0;
}
.slider_control .swiper-button-prev,
.slider_control .swiper-button-next {
  position: relative;
  inset: unset;
  width: 57px;
  height: 57px;
  margin: 0;
  background-color: #000;
  border-radius: 8px;
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.slider_control .swiper-button-prev > .swiper-navigation-icon,
.slider_control .swiper-button-next > .swiper-navigation-icon {
  display: none;
}
.slider_control .swiper-button-prev .link-icon::before, .slider_control .swiper-button-prev .link-icon::after,
.slider_control .swiper-button-next .link-icon::before,
.slider_control .swiper-button-next .link-icon::after {
  background-image: url(../images/common/icon_arrowhead_wht.svg);
}
@media (width < 768px) {
  .slider_control .swiper-button-prev,
  .slider_control .swiper-button-next {
    border-radius: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slider_control .swiper-button-prev .link-icon::before, .slider_control .swiper-button-prev .link-icon::after,
  .slider_control .swiper-button-next .link-icon::before,
  .slider_control .swiper-button-next .link-icon::after {
    animation-fill-mode: both;
    animation-duration: 0.4s;
  }
  .slider_control .swiper-button-prev .link-icon::before,
  .slider_control .swiper-button-next .link-icon::before {
    animation-name: Left-to-Right;
  }
  .slider_control .swiper-button-prev .link-icon::after,
  .slider_control .swiper-button-next .link-icon::after {
    animation-name: Right-to-Left;
  }
  .slider_control .swiper-button-prev:hover,
  .slider_control .swiper-button-next:hover {
    background-color: #eaeaea;
  }
  .slider_control .swiper-button-prev:hover .link-icon::before, .slider_control .swiper-button-prev:hover .link-icon::after,
  .slider_control .swiper-button-next:hover .link-icon::before,
  .slider_control .swiper-button-next:hover .link-icon::after {
    background-image: url(../images/common/icon_arrowhead.svg);
    animation-fill-mode: both;
    animation-duration: 0.4s;
  }
  .slider_control .swiper-button-prev:hover .link-icon::before,
  .slider_control .swiper-button-next:hover .link-icon::before {
    animation-name: Right-to-Left;
  }
  .slider_control .swiper-button-prev:hover .link-icon::after,
  .slider_control .swiper-button-next:hover .link-icon::after {
    animation-name: Left-to-Right;
  }
}
.slider_control .swiper-button-prev {
  scale: -1 1;
}
.slider_control .swiper-pagination {
  position: relative;
  display: flex;
  inset: initial;
}
.slider_control .swiper-pagination.swiper-pagination-fraction {
  justify-content: space-between;
  width: 52px;
  aspect-ratio: 1.2;
  margin: 0 24px 0 0;
  color: #57585a;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.slider_control .swiper-pagination.swiper-pagination-fraction::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 28px);
  width: 56px;
  height: 1px;
  background-color: #eaeaea;
  rotate: -45deg;
}
.slider_control .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
  align-self: flex-end;
}
@media (width < 768px) {
  .slider_control .swiper-pagination.swiper-pagination-fraction {
    width: 33px;
    aspect-ratio: 3/2;
    font-size: 0.75rem;
    font-weight: 600;
  }
  .slider_control .swiper-pagination.swiper-pagination-fraction::before {
    left: calc(50% - 15px);
    width: 30px;
  }
}
.slider_control .swiper-pagination.swiper-pagination-bullets {
  justify-content: center;
  gap: 12px;
  margin: 16px 0 0;
}
.slider_control .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #eaeaea;
  opacity: 1;
}
.slider_control .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .slider_control .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #000;
  }
}
.slider_control.is-right {
  max-width: 1088px;
  justify-content: flex-end;
}
.slider_control.is-side {
  position: absolute;
  flex-direction: column;
  inset: auto auto 0 24px;
  gap: 8px;
  margin: 0;
}
.slider_control.is-on-picture .swiper-button-prev,
.slider_control.is-on-picture .swiper-button-next {
  position: absolute;
  top: 37.5cqw;
  background-color: transparent;
  transform: translateY(-50%);
  z-index: 10;
}
.slider_control.is-on-picture .swiper-button-prev .link-icon::before, .slider_control.is-on-picture .swiper-button-prev .link-icon::after,
.slider_control.is-on-picture .swiper-button-next .link-icon::before,
.slider_control.is-on-picture .swiper-button-next .link-icon::after {
  background-image: url(../images/common/icon_arrowhead_wht.svg);
}
.js-slider:has(.is-widescreen) + .slider_control.is-on-picture .swiper-button-prev,
.js-slider:has(.is-widescreen) + .slider_control.is-on-picture .swiper-button-next {
  top: 28.125cqw;
}
.slider_control.is-on-picture .swiper-button-prev {
  left: clamp(0.625rem, -1.597rem + 4.63vw, 1.875rem);
}
.slider_control.is-on-picture .swiper-button-next {
  right: clamp(0.625rem, -1.597rem + 4.63vw, 1.875rem);
}
@media (min-width: 768px) {
  .slider_control.is-on-picture figcaption {
    width: 50%;
  }
  .slider_control.is-on-picture .swiper-pagination-bullets {
    position: absolute;
    inset: auto 0 8px auto;
    width: fit-content;
  }
}
.slider_control:has(.btn) {
  margin: 56px 0 0;
}
.slider_control:has(.btn) .btn {
  margin: 0 0 0 auto;
}
@media (width < 768px) {
  .slider_control:has(.btn) {
    margin-top: 48px;
  }
  .slider_control:has(.btn) .swiper-button-prev,
  .slider_control:has(.btn) .swiper-button-next {
    display: none;
  }
  .slider_control:has(.btn) .btn {
    margin-inline: auto;
  }
}
@media (width < 768px) {
  .slider_control:not(:has(.btn)) {
    display: none;
  }
}

/*-----------------------------------------
home
-----------------------------------------*/
.content:has(.home-section) {
  padding: 0 0 clamp(9.5rem, 8.611rem + 1.85vw, 10rem);
}
.content:has(.home-section)::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
  background-color: #fbfbfb;
}
.content:has(.home-section) .section-title {
  margin-top: 0;
}

.home-fv {
  position: relative;
  color: #fff;
  z-index: 0;
}
.home-fv .fv-img {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}
.home-fv .swiper-slide {
  width: 100%;
  height: 100dvh;
  opacity: 0;
  transition: opacity 1s ease;
}
.home-fv .swiper-slide .fv_item {
  width: 100%;
  height: 100vh;
}
.home-fv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.home-fv .swiper-slide.swiper-slide-prev .fv_item, .home-fv .swiper-slide.swiper-slide-active .fv_item, .home-fv .swiper-slide.swiper-slide-duplicate-active .fv_item {
  animation: zoomIN 7s linear 0s normal both;
}
.home-fv .home-intro {
  position: relative;
  padding: 0 40px;
  z-index: 5;
}
.home-fv .home-intro_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  padding: 0 0 94px;
}
.home-fv .home-intro_lead {
  font-size: clamp(2.5rem, -0.167rem + 5.56vw, 4rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
.home-fv .home-intro_text {
  max-width: 31.5em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
.home-fv .home-intro_text p {
  margin-top: 2em;
}
.home-fv .home-intro_text .intro-row1 {
  padding: 0 0 94px;
}
.home-fv .home-intro_text .intro-row1 > *:first-child,
.home-fv .home-intro_text .intro-row2 > *:first-child {
  margin-top: 0;
}
.home-fv .home-intro .btn {
  position: absolute;
  inset: auto auto 94px 0;
}
@media (width < 768px) {
  .home-fv .home-intro_content {
    flex-direction: column;
    gap: 48px;
  }
  .home-fv .home-intro .btn {
    position: relative;
    inset: 0;
  }
}
.home-fv .scroll-indicator {
  position: fixed;
  display: block;
  inset: auto 40px 73px auto;
  width: 7px;
  height: 140px;
  z-index: 10;
}
.home-fv .scroll-indicator::before, .home-fv .scroll-indicator::after {
  content: "";
  position: absolute;
  display: block;
}
.home-fv .scroll-indicator::before {
  inset: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: color-mix(in srgb, #fff 20%, transparent);
}
.home-fv .scroll-indicator::after {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  animation: IndicatorMove 2s ease-in-out infinite, IndicatorOpacity 2s ease-out infinite;
}
.home-fv .scroll-indicator.is-bottom {
  position: absolute;
}
@media (width < 1440px) {
  .home-fv .scroll-indicator {
    right: 20px;
  }
}
@media (width < 768px) {
  .home-fv .scroll-indicator {
    display: none;
  }
}

.home-section {
  padding-top: clamp(11.25rem, -8.75rem + 41.67vw, 22.5rem);
  background-color: #fbfbfb;
  z-index: 2;
}
.home-section.section_solution {
  container-type: inline-size;
  padding-top: clamp(9.5rem, 8.611rem + 1.85vw, 10rem);
}
.home-section.section_solution .inner {
  max-width: 1312px;
}
.home-section.section_solution .home-solution_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px clamp(2.5rem, -1.944rem + 9.26vw, 5rem);
  margin: 0 0 -2em;
  z-index: 2;
}
.home-section.section_solution .home-solution_head .section-title {
  flex-shrink: 0;
  align-items: flex-start;
  width: fit-content;
  min-width: calc(clamp(3.125rem, -3.986rem + 14.81vw, 7.125rem) * 2 + 150px);
}
.home-section.section_solution .home-solution_head .section-title .section-title_jp {
  position: absolute;
  inset: calc(50% - 2em) 0 auto auto;
}
.home-section.section_solution .home-solution_head .home-solution_text {
  flex: 1;
  padding: 40px 0;
}
.home-section.section_solution .home-solution_head .home-solution_text > *:first-child {
  margin-top: 0;
}
@media (width < 768px) {
  .home-section.section_solution .home-solution_head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .home-section.section_solution .home-solution_head .section-title {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .home-section.section_solution .home-solution_head .section-title .section-title_jp {
    position: unset;
    margin-bottom: 0.5em;
  }
  .home-section.section_solution .home-solution_head .home-solution_text {
    padding: 0;
  }
}
.home-section.section_solution .home-solution_content {
  position: relative;
  padding-left: 113px;
  margin-right: calc(50% - 50cqw - 40px);
}
.home-section.section_solution .home-solution_content .slider_control {
  top: calc(49.5cqw - 122px);
  bottom: auto;
}
@media (width < 768px) {
  .home-section.section_solution .home-solution_content {
    padding-left: 0;
  }
  .home-section.section_solution .home-solution_content .slider_control {
    position: unset;
    align-items: flex-end;
    margin: 24px 40px 0 0;
  }
  .home-section.section_solution .home-solution_content .slider_control .swiper-button-prev,
  .home-section.section_solution .home-solution_content .slider_control .swiper-button-next {
    display: none;
  }
  .home-section.section_solution .home-solution_content .slider_control .swiper-pagination {
    margin: 0;
  }
  .home-section.section_solution .home-solution_content + .btn {
    margin-top: 32px;
  }
}
.home-section.section_about {
  container-type: inline-size;
  padding: clamp(11.25rem, 4.583rem + 13.89vw, 15rem) 40px clamp(11.25rem, -8.75rem + 41.67vw, 22.5rem);
  background: #fbfbfb url(../images/top/bg_about.svg) no-repeat center/2234px auto;
}
@media (width < 768px) {
  .home-section.section_about {
    background-position: center top;
    background-size: 1800px auto;
  }
}
.home-section.section_about .inner {
  max-width: 1448px;
}
.home-section.section_about .home-about_content:not(:has(.swiper-initialized)) .home-about-index {
  display: flex;
  gap: 80px 32px;
  width: 100%;
  margin: 80px 0 0;
}
.home-section.section_about .home-about_content:not(:has(.swiper-initialized)) .home-about-index .about-index_item {
  flex: 1;
}
.home-section.section_about .home-about_content:not(:has(.swiper-initialized)) .home-about-index .about-index_item:nth-child(even) {
  margin-top: -80px;
}
@media (width < 1200px) {
  .home-section.section_about .home-about_content:not(:has(.swiper-initialized)) .home-about-index {
    flex-wrap: wrap;
    max-width: 800px;
    margin-inline: auto;
  }
  .home-section.section_about .home-about_content:not(:has(.swiper-initialized)) .home-about-index .about-index_item {
    width: calc(50% - 16px);
    flex: none;
  }
}
@media (min-width: 768px) {
  .home-section.section_about .home-about_content .slider_control {
    display: none;
  }
}
@media (width < 768px) {
  .home-section.section_about .home-about_content {
    margin-right: calc(50% - 50cqw - 40px);
    margin-top: -1.5em;
  }
  .home-section.section_about .home-about_content .slider_control {
    position: unset;
    align-items: flex-end;
    margin: 24px 40px 0 0;
  }
  .home-section.section_about .home-about_content .slider_control .swiper-pagination {
    margin: 0 0 0 auto;
  }
  .home-section.section_about .home-about_content + .btn {
    margin-top: 32px;
  }
}
.home-section.section_sustainability {
  padding: 339px 40px 88px;
  color: #fff;
  background: url(../images/top/sustainability.webp) no-repeat center/cover;
}
.home-section.section_sustainability .section-title {
  align-items: flex-start;
}
.home-section.section_sustainability .section-title .section-title_jp {
  color: #fff;
}
.home-section.section_sustainability .home-sustainability_content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px 40px;
  margin: 80px 0 0;
}
.home-section.section_sustainability .home-sustainability_content .home-sustainability_body {
  flex: 1;
}
.home-section.section_sustainability .home-sustainability_content .home-sustainability_body > *:first-child {
  margin-top: 0;
}
.home-section.section_sustainability .home-sustainability_content .btn {
  margin: 0;
}
@media (width < 768px) {
  .home-section.section_sustainability {
    padding: 421px 40px 80px;
  }
  .home-section.section_sustainability .home-sustainability_content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .home-section.section_sustainability .home-sustainability_content .btn {
    align-self: center;
  }
}
.home-section.section_recruit {
  container-type: inline-size;
}
.home-section.section_recruit .inner {
  max-width: 1312px;
}
.home-section.section_recruit .inner .home-recruit_primary {
  display: grid;
  grid-template-columns: 61.28% 1fr;
  align-items: start;
}
.home-section.section_recruit .inner .home-recruit_primary .home-recruit_kv {
  display: block;
  grid-area: 1/1/3/2;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
.home-section.section_recruit .inner .home-recruit_primary .home-recruit_kv img {
  border-radius: 0;
}
.home-section.section_recruit .inner .home-recruit_primary .home-recruit_head .section-title {
  align-items: flex-start;
  width: fit-content;
  left: calc(clamp(3.125rem, -3.986rem + 14.81vw, 7.125rem) / 4 * -1);
  padding: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem) 0;
  gap: clamp(1.625rem, 0.958rem + 1.39vw, 2rem);
}
.home-section.section_recruit .inner .home-recruit_primary .home-recruit_head .section-title .section-title_jp {
  font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
  align-self: flex-end;
}
.home-section.section_recruit .inner .home-recruit_primary .home-recruit_text {
  grid-row: auto;
  align-self: self-end;
  padding: 0 0 0 clamp(2rem, -2rem + 8.33vw, 4.25rem);
}
.home-section.section_recruit .inner .home-recruit_primary .home-recruit_text > *:first-child {
  margin-top: 0;
}
.home-section.section_recruit .inner .home-recruit_primary .home-recruit_text .xl + * {
  margin-top: clamp(1.5rem, -1.167rem + 5.56vw, 3rem);
}
@media (width < 768px) {
  .home-section.section_recruit .inner .home-recruit_primary {
    grid-template-columns: 59.78% 1fr;
    gap: 32px 0;
    margin: 0 -40px;
  }
  .home-section.section_recruit .inner .home-recruit_primary .home-recruit_kv {
    grid-area: auto;
    height: 336px;
    border-radius: 0 12px 12px 0;
  }
  .home-section.section_recruit .inner .home-recruit_primary .home-recruit_kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85% center;
  }
  .home-section.section_recruit .inner .home-recruit_primary .home-recruit_head {
    align-self: center;
  }
  .home-section.section_recruit .inner .home-recruit_primary .home-recruit_text {
    grid-area: 2/1/3/3;
    padding: 0 40px;
  }
}
.home-section.section_recruit .home-recruit_challenge {
  margin: clamp(4rem, -1.333rem + 11.11vw, 7rem) 0 0;
}
.home-section.section_recruit .home-recruit_challenge .challenge-index {
  display: flex;
  margin: 40px 0 0;
}
@media (width < 768px) {
  .home-section.section_recruit .home-recruit_challenge .challenge-index {
    margin-top: 32px;
  }
}
.home-section.section_topics .inner {
  max-width: 1312px;
}
.home-section.section_topics .home-topics_head {
  container-type: inline-size;
}
.home-section.section_topics .section-title {
  position: relative;
  z-index: 1;
}
.home-section.section_topics .section-title .section-title_en {
  position: relative;
  padding: 0 clamp(1.625rem, -3.153rem + 9.95vw, 4.313rem);
  background-color: #fbfbfb;
}
.home-section.section_topics .section-title .section-title_en::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - clamp(0.188rem, -0.035rem + 0.46vw, 0.313rem) / 2);
  left: calc(50% - 50cqw);
  width: 100cqw;
  height: clamp(0.188rem, -0.035rem + 0.46vw, 0.313rem);
  background-color: #000;
  z-index: -1;
}
.home-section.section_topics .topics-index {
  gap: 44px;
}
@media (width < 768px) {
  .home-section.section_topics .topics-index {
    gap: 32px;
  }
}
.home-section.section_topics .topics-index_item {
  padding: clamp(1rem, -0.778rem + 3.7vw, 2rem) clamp(1rem, -6.111rem + 14.81vw, 5rem);
  background-color: transparent;
}
.home-section.section_topics .topics-index_item::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -22px;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
@media (width < 768px) {
  .home-section.section_topics .topics-index_item::before {
    top: -16px;
  }
}
.home-section.section_topics .topics-index_item:first-child::before {
  content: none;
}
.home-section.section_topics .topics-index_item .link-icon {
  inset: 0 0 0 auto;
}
@media (width < 768px) {
  .home-section.section_topics .topics-index_item .link-icon {
    display: none;
  }
}
.home-section.section_topics .topics-index_body {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px clamp(2rem, 0.222rem + 3.7vw, 3rem);
  padding: 0 73px 0 0;
}
@media (width < 768px) {
  .home-section.section_topics .topics-index_body {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.home-section.section_topics .topics-index_title {
  flex: 1;
  height: auto;
}
.home-section.section_topics .topics-meta {
  margin: 0;
  padding: 0;
  border: none;
}

@media (width < 768px) {
  .challenge_content {
    margin-right: -40px;
  }
}
.challenge_content .js-challenge-slider:not(.swiper-initialized) .challenge-index {
  gap: 0 32px;
}
.challenge_content .js-challenge-slider:not(.swiper-initialized) .challenge-index .challenge-index_item {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media (width < 768px) {
  .challenge_content .js-challenge-slider:not(.swiper-initialized) .challenge-index {
    gap: 0;
  }
  .challenge_content .js-challenge-slider:not(.swiper-initialized) .challenge-index .challenge-index_item {
    width: 100%;
  }
}
.challenge_content .js-challenge-slider:not(.swiper-initialized) .challenge-index_tool {
  justify-content: flex-end;
}
.challenge_content .js-challenge-slider:not(.swiper-initialized) .challenge-index_tool .slider_control {
  display: none;
}
.challenge_content .challenge-index_tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 56px 0 0;
}
.challenge_content .challenge-index_tool .slider_control {
  align-items: center;
  gap: 8px;
  margin: 0;
}
.challenge_content .challenge-index_tool .btn {
  width: fit-content;
  margin: 0;
}
@media (width < 768px) {
  .challenge_content .challenge-index_tool {
    flex-direction: column;
    margin: 8px 40px 0 0;
  }
  .challenge_content .challenge-index_tool .slider_control {
    align-self: flex-end;
    margin: 0;
  }
  .challenge_content .challenge-index_tool .swiper-button-prev,
  .challenge_content .challenge-index_tool .swiper-button-next {
    display: none;
  }
  .challenge_content .challenge-index_tool .btn {
    margin-top: 32px;
  }
}

/*-----------------------------------------
about
-----------------------------------------*/
.officers_list {
  table-layout: fixed;
  padding: 32px 0;
  border-collapse: separate;
}
.officers_list td {
  padding: 40px 0;
  font-size: 1.125rem;
  background-color: transparent;
  border: none;
  border-top: 1px solid #808284;
}
.officers_list .officers_item {
  display: flex;
  flex-direction: column;
  gap: 8px 32px;
}
.officers_list .officers_item.is-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.officers_list .officers_post {
  color: #363637;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.officers_list .officers_name {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .officers_list tr:first-child td {
    border: none;
  }
}
@media (width < 768px) {
  .officers_list {
    padding: 16px 0;
  }
  .officers_list td {
    padding: 24px 0;
    font-size: 1.0625rem;
  }
  .officers_list .officers_item {
    gap: 8px 26px;
  }
  .officers_list tr.is-single-col {
    display: grid;
    grid-template-columns: 1fr;
  }
  .officers_list tr.is-single-col td {
    display: block;
    width: 100%;
  }
  .officers_list tr.is-double-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .officers_list tr.is-double-col td {
    display: block;
  }
  .officers_list tr:first-child td:first-child {
    border: none;
  }
}

.office_list > * {
  padding: 0 24px 24px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.office_list figure {
  margin: 0 -24px;
}
.office_list figure img {
  border-radius: 0;
}
.office_list .office_name {
  margin: 24px 0 0;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.44;
}
.office_list .office_name + .branch_name {
  margin-top: 16px;
}
.office_list .branch_name {
  margin: 24px 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.office_list .branch_name + .office_address {
  margin-top: 8px;
}
.office_list .office_address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 32px;
  margin: 16px 0 0;
  font-size: 0.875rem;
  line-height: 1.43;
}
.office_list .office_address .btn {
  flex-shrink: 0;
}
.office_list .office_address > * {
  margin-top: 0;
}
@media (width < 768px) {
  .office_list > * {
    border-radius: 12px;
  }
  .office_list .office_name {
    line-height: 1.28;
  }
}
.office_list .office_tel {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #eaeaea;
}
.office_list .office_tel .branch_name {
  width: 100%;
  margin: 16px 0 8px;
  color: #808284;
}
.office_list .office_tel .branch_name:first-child {
  margin-top: 0;
}
.office_list .office_tel dl {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 16px 0 0;
  font-size: 0.75rem;
  line-height: 1;
}
.office_list .office_tel dl dt {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  flex-shrink: 0;
}

.history-timeline {
  margin: 136px 0 0;
}
.history-timeline .timeline-wrapper {
  position: relative;
  display: grid;
  container-type: inline-size;
  grid-template-rows: 1fr;
  gap: 80px;
  margin: 80px 0 0;
}
.history-timeline .timeline-label {
  display: grid;
  place-items: center;
  width: fit-content;
  height: 54px;
  padding: 0 40px;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #eaeaea;
  border-radius: 8px;
}
.history-timeline .timeline-body {
  display: flex;
  gap: 24px 32px;
  margin: 40px 0 0;
}
.history-timeline .timeline-body .list_desc {
  font-weight: 700;
}
.history-timeline .timeline-date {
  position: relative;
}
.history-timeline .timeline-date .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2.063rem, -1.16rem + 6.71vw, 3.875rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 0.85;
}
.history-timeline .timeline-date .separator {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 0.264rem + 2.31vw, 2rem);
}
.history-timeline .timeline-date .text_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem);
}
.history-timeline .timeline-content > *:first-child {
  margin-top: 0;
}
.history-timeline .timeline-content .timeline-title {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: normal;
}
.history-timeline .timeline-img {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .history-timeline .timeline-date {
    position: relative;
    display: flex;
    flex-direction: column;
    width: clamp(6.25rem, -3.972rem + 21.3vw, 12rem);
  }
  .history-timeline .timeline-date .date {
    padding-bottom: 32px;
    flex: 0 0 auto;
  }
  .history-timeline .timeline-date .date .separator {
    margin-right: auto;
  }
  .history-timeline .timeline-date::before, .history-timeline .timeline-date::after {
    content: "";
    display: block;
    background-color: #000;
    order: 1;
  }
  .history-timeline .timeline-date::before {
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border-radius: 100%;
  }
  .history-timeline .timeline-date::after {
    width: 2px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    flex: 1 1 auto;
  }
  .history-timeline .timeline-content {
    width: calc(59.76% - 64px - clamp(6.25rem, -3.972rem + 21.3vw, 12rem));
    padding: 0 0 200px;
  }
  .history-timeline .timeline-img {
    position: absolute;
    inset: 194px auto auto calc(50% - 50cqw + 59.74cqw);
    width: 40.24cqw;
    opacity: 0;
    transition: opacity 1s ease-in-out, top 0.5s, bottom 0.5s;
  }
  .history-timeline .timeline-img.is-fixed {
    position: fixed;
    top: 194px;
  }
  .history-timeline .timeline-img.is-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  .history-timeline .timeline-wrapper > .timeline-item:last-child .timeline-date::before, .history-timeline .timeline-wrapper > .timeline-item:last-child .timeline-date::after {
    content: none;
  }
  .history-timeline .timeline-wrapper > .timeline-item:last-child .timeline-content {
    padding-bottom: 0;
  }
  .history-timeline .timeline-wrapper > .timeline-item:first-child .timeline-img {
    opacity: 1;
  }
  .history-timeline .timeline-item.is-in .timeline-img {
    opacity: 1;
    z-index: 1;
  }
  .history-timeline .timeline-item.is-out .timeline-img {
    opacity: 0;
  }
}
@media (width < 768px) {
  .history-timeline {
    margin: 130px 0 0;
  }
  .history-timeline .timeline-wrapper {
    gap: 72px;
    margin: 72px 0 0;
  }
  .history-timeline .timeline-label {
    height: 46px;
    padding: 0 32px;
    font-size: 1.25rem;
    border-radius: 6px;
  }
  .history-timeline .timeline-date .date {
    gap: 0 10px;
    justify-content: flex-start;
  }
  .history-timeline .timeline-date::before, .history-timeline .timeline-date::after {
    content: none;
  }
  .history-timeline .timeline-body {
    position: relative;
    flex-direction: column;
    margin: 24px 0 0;
    padding: 0 0 120px 28px;
  }
  .history-timeline .timeline-body::before, .history-timeline .timeline-body::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
  }
  .history-timeline .timeline-body::before {
    inset: 0 auto auto 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
  }
  .history-timeline .timeline-body::after {
    inset: 6px auto auto 5px;
    width: 2px;
    height: calc(100% - 6px);
  }
  .history-timeline .timeline-content {
    padding: 0;
  }
  .history-timeline .timeline-content > * {
    margin-top: 24px;
  }
  .history-timeline .timeline-content .timeline-title {
    font-size: 1.3125rem;
  }
  .history-timeline .timeline-img {
    border-radius: 12px;
  }
  .history-timeline .timeline-wrapper > .timeline-item:last-child .timeline-body {
    padding-bottom: 0;
  }
  .history-timeline .timeline-wrapper > .timeline-item:last-child .timeline-body::before, .history-timeline .timeline-wrapper > .timeline-item:last-child .timeline-body::after {
    content: none;
  }
}

.philosophy-1st {
  position: relative;
}
@media (width < 768px) {
  .philosophy-1st::before {
    content: "";
    position: absolute;
    display: block;
    left: calc(50% - 50vw);
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221512%22%20height%3D%222178%22%20viewBox%3D%220%200%201512%202178%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M756%202178L2844%201362.57C2509.49%20564.572%201699.83%200%20756%200C-187.826%200%20-997.495%20564.572%20-1332%201362.57L756.295%202178H756Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom/2200px auto;
  }
}

.philosophy-intro {
  position: relative;
  padding: 170px 0 270px;
}
.philosophy-intro .intro_wrapper {
  position: relative;
}
.philosophy-intro .intro_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/logo_t.svg) no-repeat center/322px auto;
}
.philosophy-intro .intro_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 auto auto 50%;
  width: calc(100% + 80px);
  max-width: 1312px;
  height: 100%;
  background: #fff url(../images/common/logo_symbol.svg) no-repeat center/cover;
  translate: -50% 0;
}
.philosophy-intro .intro_canvas {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 684px;
  z-index: 1;
}
.philosophy-intro .intro_canvas .section-title {
  margin-top: 0;
}
.philosophy-intro .intro_canvas .philosophy-intro_lead {
  margin: 120px 0 0;
  font-size: clamp(1.375rem, 0.264rem + 2.31vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .philosophy-intro::after {
    content: "";
    position: absolute;
    display: block;
    left: calc(50% - 50vw);
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221512%22%20height%3D%222178%22%20viewBox%3D%220%200%201512%202178%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M756%202178L2844%201362.57C2509.49%20564.572%201699.83%200%20756%200C-187.826%200%20-997.495%20564.572%20-1332%201362.57L756.295%202178H756Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom 52px/2178px auto;
    z-index: -1;
  }
}
@media (width < 768px) {
  .philosophy-intro {
    padding: 100px 0 0;
  }
  .philosophy-intro .intro_wrapper::before {
    background-size: 226px auto;
  }
  .philosophy-intro .intro_canvas {
    justify-content: flex-start;
    height: 510px;
    padding-top: 48px;
  }
  .philosophy-intro .intro_canvas .philosophy-intro_lead {
    margin: 64px 0 0;
    font-size: min(5.2vw, 1.375rem);
    line-height: 1.82;
  }
}
.philosophy-intro.js-inview .intro_wrapper::before,
.philosophy-intro.js-inview .intro_wrapper::after,
.philosophy-intro.js-inview .intro_canvas {
  opacity: 0;
}
.philosophy-intro.js-inview.is-in .intro_wrapper::before,
.philosophy-intro.js-inview.is-in .intro_wrapper::after,
.philosophy-intro.js-inview.is-in .intro_canvas {
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.5, 0, 0.5, 1);
}
.philosophy-intro.js-inview.is-in .intro_wrapper::before {
  transition-delay: 0.5s;
}
.philosophy-intro.js-inview.is-in .intro_wrapper::after {
  transition-delay: 2.5s;
}
.philosophy-intro.js-inview.is-in .intro_canvas {
  transition-delay: 4.5s;
}
.content:has(.philosophy-intro) {
  padding-top: 0;
}
.content:has(.philosophy-intro) .page-header {
  margin-bottom: 0;
}

.philosophy-2nd {
  margin-top: 120px;
}
.philosophy-2nd .sidebar-title {
  margin-top: 0;
}

.philosophy-vision {
  position: relative;
  display: flex;
  gap: 24px clamp(2.5rem, -9.5rem + 25vw, 9.25rem);
}
.philosophy-vision .vision_head {
  flex-shrink: 0;
}
.philosophy-vision .vision_head > *:first-child {
  margin-top: 0;
}
.philosophy-vision .vision_body {
  flex: 1;
}
.philosophy-vision .vision_body > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .philosophy-vision .section-title {
    align-items: flex-end;
  }
}
@media (width < 768px) {
  .philosophy-vision {
    flex-direction: column;
    padding-bottom: 16px;
  }
  .philosophy-vision .vision_head {
    align-self: center;
  }
  .philosophy-vision .section-title {
    flex-direction: column-reverse;
  }
}

.philosophy-motto h4 {
  position: relative;
  margin: 0 0 -0.7em;
  font-size: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem);
  line-height: 1.6;
  z-index: 1;
}
.philosophy-motto.motto-1st {
  margin: clamp(8.5rem, 5.389rem + 6.48vw, 10.25rem) calc(50% - 50cqw) 0 0;
  padding-left: 113px;
}
.philosophy-motto.motto-1st h4 {
  padding-left: clamp(1.5rem, -1.167rem + 5.56vw, 3rem);
}
.philosophy-motto.motto-1st .slider_control {
  inset: auto auto 0 -81px;
}
@media (width < 768px) {
  .philosophy-motto.motto-1st {
    padding-left: 0;
  }
}
.philosophy-motto.motto-2nd {
  margin: clamp(5.25rem, -3.639rem + 18.52vw, 10.25rem) 0 0 calc(50% - 50cqw);
  padding-right: 113px;
}
.philosophy-motto.motto-2nd h4 {
  padding-right: clamp(1.5rem, -1.167rem + 5.56vw, 3rem);
  text-align: right;
}
.philosophy-motto.motto-2nd .slider_control {
  inset: auto -81px 0 auto;
}
@media (width < 768px) {
  .philosophy-motto.motto-2nd {
    padding-right: 0;
  }
}
@media (width < 768px) {
  .philosophy-motto .slider_control {
    display: none;
  }
}

.philosophy-slider {
  padding: clamp(1.25rem, -1.417rem + 5.56vw, 2.75rem) 0 clamp(2.5rem, -0.167rem + 5.56vw, 4rem) clamp(1.5rem, -1.167rem + 5.56vw, 3rem);
  background-color: #eaeaea;
  border-radius: clamp(0.75rem, 0.306rem + 0.93vw, 1rem) 0 0 clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.philosophy-slider:has([dir=rtl]) {
  padding: clamp(1.25rem, -1.417rem + 5.56vw, 2.75rem) clamp(1.5rem, -1.167rem + 5.56vw, 3rem) clamp(2.5rem, -0.167rem + 5.56vw, 4rem) 0;
  border-radius: 0 clamp(0.75rem, 0.306rem + 0.93vw, 1rem) clamp(0.75rem, 0.306rem + 0.93vw, 1rem) 0;
}
.philosophy-slider:has([dir=rtl]) figcaption {
  direction: ltr;
}

.philosophy-card {
  position: relative;
  padding: 20px 0 0;
}
.philosophy-card figure {
  margin: 0;
}
.philosophy-card figure::before {
  content: attr(data-num);
  position: absolute;
  display: block;
  inset: 0 0 auto 0;
  width: 40px;
  height: 40px;
  margin: auto;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.25;
  text-align: center;
  background-color: #000;
  border-radius: 100%;
}
.philosophy-card figure img {
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
}
.philosophy-card figure figcaption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  height: clamp(3.125rem, 1.569rem + 3.24vw, 4rem);
  margin: calc(clamp(3.125rem, 1.569rem + 3.24vw, 4rem) / 2 * -1) auto 0;
  padding: 0 16px;
  color: #fff;
  font-size: clamp(0.9375rem, 0.604rem + 0.69vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  background-color: #000;
  border-radius: 16px;
}

.content:has(.value_beyond) .page-header {
  margin-bottom: clamp(6.25rem, -4.861rem + 23.15vw, 12.5rem);
}
.value_beyond .timeline-wrapper {
  position: relative;
  container-type: inline-size;
}
.value_beyond .timeline-body p + p {
  margin-top: 2em;
}
.value_beyond .timeline-body > *:first-child {
  margin-top: 0;
}
.value_beyond .timeline-img {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .value_beyond .section-title {
    gap: 0;
    padding-right: 14%;
    margin-bottom: max(-5vw, -2em);
  }
  .value_beyond .timeline-item {
    padding: calc(clamp(5rem, 3.409rem + 7.95vw, 9.375rem) / 2) 0 calc(clamp(5rem, 3.409rem + 7.95vw, 9.375rem) / 2) 42.68%;
  }
  .value_beyond .timeline-item:first-child {
    padding-top: 173px;
  }
  .value_beyond .timeline-item:first-child .timeline-img {
    opacity: 1;
  }
  .value_beyond .timeline-item.is-in .timeline-img {
    opacity: 1;
    z-index: 1;
  }
  .value_beyond .timeline-item.is-out .timeline-img {
    opacity: 0;
  }
  .value_beyond .timeline-body {
    max-width: 640px;
  }
  .value_beyond .timeline-img {
    position: absolute;
    width: 40.24cqw;
    inset: 0 auto auto 0;
    opacity: 0;
    transition: opacity 1s ease-in-out, top 0.5s, bottom 0.5s;
  }
  .value_beyond .timeline-img.is-fixed {
    position: fixed;
    top: 194px;
    left: calc(50% - 50cqw);
  }
  .value_beyond .timeline-img.is-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
@media (width < 768px) {
  .value_beyond .section-title {
    flex-direction: column-reverse;
  }
  .value_beyond .timeline-item {
    margin-top: 80px;
  }
  .value_beyond .timeline-item:first-child {
    margin-top: 0;
  }
  .value_beyond .timeline-img {
    border-radius: 12px;
  }
  .value_beyond .timeline-body {
    margin-top: 32px;
  }
  .value_beyond .timeline-title + * {
    margin-top: 16px;
  }
}

.value_create .img-set {
  margin-top: 24px;
}
.value_create .section-title + .img-set {
  margin-top: 0;
}
@media (min-width: 768px) {
  .value_create .section-title .section-title_jp {
    margin-left: max(-10vw, -7em);
  }
  .value_create figure {
    padding-left: 17%;
  }
}
@media (width < 768px) {
  .value_create .img-set {
    margin-top: 64px;
  }
}

.value_spirit p + p {
  margin-top: 2em;
}
.value_spirit .text {
  margin-top: clamp(2.5rem, -6.389rem + 18.52vw, 7.5rem);
}
@media (min-width: 768px) {
  .value_spirit .section-title {
    margin-left: 45%;
  }
  .value_spirit .section-title .section-title_jp {
    margin-left: -1em;
  }
}
@media (width < 768px) {
  .value_spirit .text {
    margin-top: 0;
  }
}

/*-----------------------------------------
sustainability
-----------------------------------------*/
@media (min-width: 768px) {
  .page_wrapper:has(.category-header_sustainability) .header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)):not(:has(.header_wrapper:hover)) .header_logo .logo_img {
    background-image: url(../images/common/logo_h.svg);
  }
  .page_wrapper:has(.category-header_sustainability) .header.header_white:not(:has(.gnav_control.is-open)):not(:has(.megamenu.is-active)):not(:has(.header_wrapper:hover)) .header_nav .nav_button.is-current::after {
    background-color: #fff;
  }
}

.category-header_sustainability {
  height: 100vh;
  margin: 0;
  padding-bottom: 100px;
  background: #fff;
}
.category-header_sustainability::before, .category-header_sustainability::after {
  content: none;
}
.category-header_sustainability + .content {
  padding-top: 0;
}
.category-header_sustainability .category-header_kv {
  position: absolute;
  inset: 0 0 auto auto;
  width: 73.28%;
  height: 100%;
}
.category-header_sustainability .category-header_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.category-header_sustainability .category-header_title {
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  gap: clamp(3.5rem, 2.611rem + 1.85vw, 4rem) 0;
}
.category-header_sustainability .category-header_title .text_sub {
  font-size: clamp(1.188rem, 0.854rem + 0.69vw, 1.375rem);
  font-weight: 500;
  line-height: 1.45;
}
.category-header_sustainability .category-header_title .text_main {
  font-size: clamp(1.875rem, -1.903rem + 7.87vw, 4rem);
  line-height: 1.25;
}
@media (width < 768px) {
  .category-header_sustainability {
    flex-direction: column;
    padding: 0;
    background: #fbfbfb;
  }
  .category-header_sustainability .category-header_kv {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
  }
  .category-header_sustainability .category-header_wrapper {
    flex: 0 0 auto;
  }
  .category-header_sustainability .category-header_title {
    padding: 40px;
  }
  .category-header_sustainability .category-header_title .text_sub {
    line-height: 1.37;
  }
  .category-header_sustainability .category-header_title .text_main {
    line-height: 1.33;
  }
}

.sustainability_index {
  background: #fff url(../images/common/logo_symbol.svg) no-repeat center clamp(10.188rem, 0.188rem + 20.83vw, 15.813rem)/2195px auto;
}
.sustainability_index .inner {
  padding: clamp(6.25rem, -4.861rem + 23.15vw, 12.5rem) 0 clamp(3rem, -9.444rem + 25.93vw, 10rem);
}
.sustainability_index_head {
  position: sticky;
  left: 0;
  top: 100px;
}
.sustainability_index_head > *:first-child {
  margin-top: 0;
}
@media (width < 768px) {
  .sustainability_index {
    background-size: 2481px auto;
  }
}

.sustainability_topics .inner {
  padding: clamp(3rem, -9.444rem + 25.93vw, 10rem) 0 0;
}

/*-----------------------------------------
recruit
-----------------------------------------*/
.category-header_recruit {
  height: 100vh;
  margin: 0;
  padding-bottom: 100px;
  background-color: #fbfbfb;
}
.category-header_recruit::before, .category-header_recruit::after {
  content: none;
}
.category-header_recruit .category-header_kv {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.category-header_recruit .category-header_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.category-header_recruit .category-header_kv .kv_inner {
  width: 64.75%;
  height: 100%;
}
.category-header_recruit .category-header_title {
  flex-direction: column;
  align-items: flex-start;
  margin-inline-start: auto;
  width: fit-content;
  font-size: inherit;
  font-weight: inherit;
  color: #000;
  gap: clamp(2.5rem, 0.722rem + 3.7vw, 3.5rem) 0;
}
.category-header_recruit .category-header_title > * {
  margin: 0;
}
.category-header_recruit .category-header_title .header_title {
  font-size: clamp(1.188rem, 0.854rem + 0.69vw, 1.375rem);
  font-weight: 500;
  line-height: 1.45;
}
.category-header_recruit .category-header_title .header_lead {
  margin-right: 1.5em;
  font-size: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem);
  font-weight: 700;
  line-height: 1.32;
}
.category-header_recruit .category-header_title .header_text {
  width: min(25.4vw, 384px);
  align-self: flex-end;
  font-size: clamp(1.063rem, 0.951rem + 0.23vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.78;
}
@media (width < 768px) {
  .category-header_recruit {
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .category-header_recruit .category-header_kv {
    position: relative;
    width: 100%;
    height: auto;
  }
  .category-header_recruit .category-header_kv img {
    object-position: 75% center;
  }
  .category-header_recruit .category-header_kv .kv_inner {
    width: 100%;
    height: 430px;
  }
  .category-header_recruit .category-header_title {
    width: 100%;
    padding: 48px 40px 0;
  }
  .category-header_recruit .category-header_title .header_title {
    line-height: 1.37;
  }
  .category-header_recruit .category-header_title .header_lead {
    margin-right: 0;
  }
  .category-header_recruit .category-header_title .header_text {
    width: auto;
    line-height: 1.53;
    align-self: flex-start;
  }
}

.recruit_challenge-slider .slider_control {
  top: calc(49.5cqw - 122px);
  bottom: auto;
}

@media (min-width: 768px) {
  .recruit_people .section-title .section-title_jp {
    margin-left: max(-2vw, -2em);
  }
  .recruit_people .slider-wrap {
    margin-left: clamp(0rem, -12.444rem + 25.93vw, 7rem);
  }
}

.recruit_people-index .slider_control,
.recruit_people-slider .slider_control {
  top: calc(36cqw - 122px);
  bottom: auto;
}
.recruit_people-index .panel_body,
.recruit_people-slider .panel_body {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.recruit_people-index .panel_body p,
.recruit_people-slider .panel_body p {
  margin-top: 0;
}
.recruit_people-index .panel_body .people_dept,
.recruit_people-slider .panel_body .people_dept {
  color: #363637;
  font-size: 0.875rem;
  line-height: 1.79;
}
.recruit_people-index .panel_body .people_jobrole,
.recruit_people-slider .panel_body .people_jobrole {
  font-weight: 700;
  line-height: 1.44;
}
.recruit_people-index .panel_body .people_name,
.recruit_people-slider .panel_body .people_name {
  font-family: "League Spartan", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.72;
}
.recruit_people-index .panel_body .people_year,
.recruit_people-slider .panel_body .people_year {
  color: #363637;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.67;
}
@media (width < 768px) {
  .recruit_people-index .panel_body,
  .recruit_people-slider .panel_body {
    margin-top: 24px;
  }
  .recruit_people-index .panel_body .people_dept,
  .recruit_people-slider .panel_body .people_dept {
    line-height: 1.64;
  }
  .recruit_people-index .panel_body .people_jobrole,
  .recruit_people-slider .panel_body .people_jobrole {
    line-height: 1.33;
  }
  .recruit_people-index .panel_body .people_name,
  .recruit_people-slider .panel_body .people_name {
    font-size: 1.5rem;
    line-height: 1.04;
  }
  .recruit_people-index .panel_body .people_year,
  .recruit_people-slider .panel_body .people_year {
    line-height: 2.17;
  }
}

.recruit_data .img-set {
  gap: 0 clamp(2.5rem, -4.167rem + 13.89vw, 6.25rem);
}
.recruit_data .img-set .hd-lv5 {
  line-height: 1.73;
}
@media (min-width: 768px) {
  .recruit_data {
    padding-left: clamp(0rem, -12.444rem + 25.93vw, 7rem);
  }
  .recruit_data .img-set {
    align-items: flex-start;
  }
  .recruit_data .img-set figure {
    width: 53.33%;
    max-width: none;
  }
  .recruit_data .img-set .section-title {
    margin-left: calc((clamp(2.5rem, -4.167rem + 13.89vw, 6.25rem) + 15px) * -1);
  }
}
@media (width < 768px) {
  .recruit_data .section-title {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: -10px !important;
  }
}

.category-header_people {
  height: 650px;
  margin: 0;
  padding-bottom: 88px;
  color: #fff;
  background: #000;
}
.category-header_people::before, .category-header_people::after {
  content: none;
}
.category-header_people + .content {
  padding-top: 0;
}
.category-header_people .category-header_kv {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.category-header_people .category-header_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-header_people .category-header_title {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #fff;
  letter-spacing: 0.04em;
}
.category-header_people .category-header_title .people_head {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
}
.category-header_people .category-header_title .people_dept {
  margin: 48px 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
}
.category-header_people .category-header_title .people_name {
  margin: 40px 0 0;
  font-size: 4rem;
  letter-spacing: normal;
  line-height: 1.14;
}
.category-header_people .category-header_title .people_year {
  margin: 8px 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.29;
}
@media (width < 768px) {
  .category-header_people {
    padding-bottom: 80px;
  }
  .category-header_people .category-header_title .people_head {
    font-size: 1.1875rem;
    line-height: 1.37;
  }
  .category-header_people .category-header_title .people_dept {
    margin: 40px 0 0;
    font-size: 1.0625rem;
    line-height: 1.53;
  }
  .category-header_people .category-header_title .people_name {
    margin: 32px 0 0;
    font-size: 1.875rem;
    line-height: 1.07;
  }
  .category-header_people .category-header_title .people_year {
    line-height: 1.86;
  }
}

.page-header_people {
  position: relative;
  margin-bottom: clamp(6.063rem, -5.382rem + 23.84vw, 12.5rem);
  padding: 88px 40px;
  background: #000;
  border-radius: 0 0 16px 16px;
}
.page-header_people .page-header_wrapper {
  position: relative;
  max-width: 1312px;
  padding: 0 clamp(0rem, -11.111rem + 23.15vw, 6.25rem);
  z-index: 1;
}
.page-header_people .page-header_wrapper::before, .page-header_people .page-header_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(6.25rem, 0.694rem + 11.57vw, 9.375rem);
  aspect-ratio: 1.5/1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22150%22%20height%3D%2299%22%20viewBox%3D%220%200%20150%2099%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M120.752%2036.3418C129.109%2036.3418%20136.072%2039.5443%20141.643%2045.9494C147.214%2052.3544%20150%2059.5949%20150%2067.6709C150%2077.1392%20146.657%2084.7975%20139.972%2090.6456C133.287%2096.2152%20126.184%2099%20118.663%2099C111.142%2099%20103.76%2095.7975%2096.5181%2089.3924C89.5543%2082.7089%2086.0724%2074.076%2086.0724%2063.4937C86.0724%2047.0633%2091.3649%2032.8608%20101.95%2020.8861C112.535%208.63291%20123.398%201.67089%20134.54%200L137.883%206.68354C131.476%209.18987%20124.095%2014.0633%20115.738%2021.3038C107.66%2028.5443%20103.343%2035.6456%20102.786%2042.6076C109.749%2038.4304%20115.738%2036.3418%20120.752%2036.3418ZM34.6797%2036.3418C43.0362%2036.3418%2050%2039.5443%2055.571%2045.9494C61.1421%2052.3544%2063.9276%2059.5949%2063.9276%2067.6709C63.9276%2077.1392%2060.585%2084.7975%2053.8997%2090.6456C47.2145%2096.2152%2040.1114%2099%2032.5905%2099C25.3482%2099%2018.1058%2095.7975%2010.8635%2089.3924C3.62117%2082.7089%200%2074.076%200%2063.4937C0%2047.0633%205.29248%2032.8608%2015.8774%2020.8861C26.4624%208.63291%2037.3259%201.67089%2048.468%200L51.8106%206.68354C45.4039%209.18987%2038.0223%2014.0633%2029.6657%2021.3038C21.5877%2028.5443%2017.2702%2035.6456%2016.7131%2042.6076C23.6769%2038.4304%2029.6657%2036.3418%2034.6797%2036.3418Z%22%20fill%3D%22%23151515%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  z-index: -1;
}
.page-header_people .page-header_wrapper::before {
  inset: -28px auto auto 0;
}
.page-header_people .page-header_wrapper::after {
  inset: auto 0 -28px auto;
  scale: -1 -1;
}
@media (width < 768px) {
  .page-header_people {
    padding: 64px 40px;
    border-radius: 0 0 12px 12px;
  }
  .page-header_people .page-header_wrapper::before {
    inset: -14px auto auto -20px;
  }
  .page-header_people .page-header_wrapper::after {
    inset: auto -10px -21px auto;
  }
}

.people_block .section-title {
  margin-bottom: calc(clamp(1.313rem, -0.799rem + 4.4vw, 2.5rem) * -1);
}
.people_block .section-title + * {
  margin-top: 0;
}
.people_block .section-title > *:first-child {
  margin-top: 0;
}
.people_block.people_day {
  margin: clamp(6.25rem, -12.639rem + 39.35vw, 16.875rem) 0 0;
}
.people_block.people_challenge {
  margin: clamp(8.438rem, -6.563rem + 31.25vw, 16.875rem) 0 0;
}

.people_workstyle .img-set {
  margin-left: clamp(0rem, -12.444rem + 25.93vw, 7rem);
}

.people_challenge .img-set {
  margin-left: clamp(0rem, -12.444rem + 25.93vw, 7rem);
  margin-right: 0;
}
.people_challenge .img-set:has(.is-right) {
  margin-left: 0;
  margin-right: clamp(0rem, -12.444rem + 25.93vw, 7rem);
}

.challenge-index_item .photo-credit {
  inset: auto auto 20px 20px;
}

.people_day {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .people_day .section-title {
    padding-right: 12.25%;
  }
}
.people_day .day-content {
  display: flex;
  gap: 56px 32px;
}
@media (width < 768px) {
  .people_day .day-content {
    flex-direction: column-reverse;
  }
}
.people_day .day-img {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  flex: 1;
}
.people_day .day-img figure {
  margin: 0;
}
.people_day .day-timeline {
  width: 60%;
  padding: 112px 0 0;
}
.people_day .day-timeline dl {
  position: relative;
  padding: 0 0 0 112px;
}
.people_day .day-timeline dl::before {
  content: "";
  position: absolute;
  display: block;
  inset: 24px auto auto 5px;
  width: 2px;
  height: calc(100% - 24px);
  background-image: linear-gradient(to bottom, #808284 2px, transparent 2px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: left top;
}
.people_day .day-timeline dl dt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 24px;
  margin: 0;
  padding: 8px 0 0;
}
.people_day .day-timeline dl dt::before, .people_day .day-timeline dl dt::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
}
.people_day .day-timeline dl dt::before {
  inset: 24px auto auto -112px;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.people_day .day-timeline dl dt::after {
  inset: 30px auto auto -112px;
  width: 80px;
  height: 1px;
}
.people_day .day-timeline dl dt .time {
  font-family: "League Spartan", sans-serif;
  line-height: 1.28;
}
.people_day .day-timeline dl dt .title {
  margin: 0;
}
.people_day .day-timeline dl dd {
  padding: 16px 0 32px;
}
.people_day .day-timeline dl:last-of-type::before {
  content: none;
}
.people_day .day-timeline dl:last-of-type dd {
  padding-bottom: 0;
}
@media (width < 768px) {
  .people_day .day-timeline {
    width: 100%;
    padding-top: 40px;
  }
  .people_day .day-timeline dl {
    padding-left: 48px;
  }
  .people_day .day-timeline dl::before {
    inset: 16px auto auto 3px;
  }
  .people_day .day-timeline dl dt {
    flex-direction: column;
    align-items: flex-start;
  }
  .people_day .day-timeline dl dt::before {
    inset: 15px auto auto -48px;
    width: 8px;
  }
  .people_day .day-timeline dl dt::after {
    inset: 19px auto auto -48px;
    width: 32px;
  }
  .people_day .day-timeline dl dd {
    padding-bottom: 24px;
  }
}

.people_career {
  max-width: 1222px;
  margin-top: 80px;
  margin-left: auto;
}
.people_career .career-content {
  display: flex;
  align-items: center;
}
.people_career .section-title {
  width: max-content;
  margin: 0 calc(clamp(3.125rem, -3.986rem + 14.81vw, 7.125rem) * 0.9 * -1) 0 0;
}
.people_career .career-box {
  width: 100%;
  padding: 40px 48px 40px calc(clamp(3.125rem, -3.986rem + 14.81vw, 7.125rem) * 0.9 + 60px);
}
.people_career .career-box dt {
  font-weight: 700;
}
.people_career .career-box dd {
  margin: 16px 0 0;
}
.people_career .career-box dd + dt {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #eaeaea;
}
@media (width < 768px) {
  .people_career {
    margin-top: 88px;
  }
  .people_career .career-content {
    flex-direction: column;
  }
  .people_career .section-title {
    margin: 0 0 -21px;
  }
  .people_career .section-title .section-title_jp {
    align-self: center;
  }
  .people_career .career-box {
    padding: 32px;
  }
  .people_career .career-box dd + dt {
    margin-top: 26px;
    padding-top: 24px;
  }
}

.related_people .people_item .panel_body {
  margin-top: 32px;
}
.related_people .people_item .panel_body .people_dept {
  font-weight: 700;
}
.related_people .people_item .panel_body .people_name {
  margin: 16px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.21;
}
.related_people .people_item .panel_body .people_lead {
  margin: 16px 0 0;
}
@media (width < 768px) {
  .related_people {
    margin-right: -40px;
  }
  .related_people .people_item .panel_body {
    margin-top: 24px;
  }
  .related_people .people_item .panel_body .people_name {
    font-size: 1.25rem;
  }
  .related_people .people_item .panel_body .people_lead {
    margin-top: 24px;
  }
}

.category-header_interview {
  height: 100vh;
  margin: 0;
  padding-bottom: 100px;
  color: #fff;
  background: #000;
}
.category-header_interview::before, .category-header_interview::after {
  content: none;
}
.category-header_interview + .content {
  padding-top: 0;
  padding-bottom: 120px;
}
.category-header_interview .category-header_kv {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.category-header_interview .category-header_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.category-header_interview .category-header_title {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #fff;
  letter-spacing: 0.04em;
}
.category-header_interview .category-header_title .header_sub {
  font-size: clamp(1.188rem, 0.854rem + 0.69vw, 1.375rem);
  font-weight: 500;
  line-height: 1.45;
}
.category-header_interview .category-header_title .header_main {
  margin: 40px 0 0;
  font-size: clamp(1.063rem, 0.951rem + 0.23vw, 1.125rem);
  font-weight: 500;
  line-height: 1.78;
}
.category-header_interview .category-header_title .header_lead {
  margin: 32px 0 0;
  font-size: clamp(1.875rem, -1.903rem + 7.87vw, 4rem);
  letter-spacing: normal;
  line-height: 1.14;
}
.category-header_interview .photo-credit {
  inset: auto 140px 140px auto;
}
@media (width < 768px) {
  .category-header_interview {
    padding-bottom: 104px;
  }
  .category-header_interview + .content {
    padding-bottom: 100px;
  }
  .category-header_interview .category-header_kv {
    height: 80vh;
  }
  .category-header_interview .category-header_title .header_sub {
    line-height: 1.37;
  }
  .category-header_interview .category-header_title .header_main {
    margin-top: 56px;
    line-height: 1.53;
  }
  .category-header_interview .category-header_title .header_lead {
    margin-top: 40px;
    line-height: 1.07;
  }
  .category-header_interview .photo-credit {
    inset: auto 40px 100px auto;
  }
}

.page-header_interview {
  position: relative;
  margin-top: -1px;
  margin-bottom: 78px;
  padding: clamp(4rem, -0.444rem + 9.26vw, 6.5rem) 40px;
  background: #000;
  border-radius: 0 0 16px 16px;
}
.page-header_interview .page-header_wrapper {
  position: relative;
  max-width: 1312px;
  padding: 0 clamp(0rem, -11.111rem + 23.15vw, 6.25rem);
  z-index: 1;
}
.page-header_interview .page-header_wrapper::before, .page-header_interview .page-header_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(6.25rem, 0.694rem + 11.57vw, 9.375rem);
  aspect-ratio: 1.5/1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22150%22%20height%3D%2299%22%20viewBox%3D%220%200%20150%2099%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M120.752%2036.3418C129.109%2036.3418%20136.072%2039.5443%20141.643%2045.9494C147.214%2052.3544%20150%2059.5949%20150%2067.6709C150%2077.1392%20146.657%2084.7975%20139.972%2090.6456C133.287%2096.2152%20126.184%2099%20118.663%2099C111.142%2099%20103.76%2095.7975%2096.5181%2089.3924C89.5543%2082.7089%2086.0724%2074.076%2086.0724%2063.4937C86.0724%2047.0633%2091.3649%2032.8608%20101.95%2020.8861C112.535%208.63291%20123.398%201.67089%20134.54%200L137.883%206.68354C131.476%209.18987%20124.095%2014.0633%20115.738%2021.3038C107.66%2028.5443%20103.343%2035.6456%20102.786%2042.6076C109.749%2038.4304%20115.738%2036.3418%20120.752%2036.3418ZM34.6797%2036.3418C43.0362%2036.3418%2050%2039.5443%2055.571%2045.9494C61.1421%2052.3544%2063.9276%2059.5949%2063.9276%2067.6709C63.9276%2077.1392%2060.585%2084.7975%2053.8997%2090.6456C47.2145%2096.2152%2040.1114%2099%2032.5905%2099C25.3482%2099%2018.1058%2095.7975%2010.8635%2089.3924C3.62117%2082.7089%200%2074.076%200%2063.4937C0%2047.0633%205.29248%2032.8608%2015.8774%2020.8861C26.4624%208.63291%2037.3259%201.67089%2048.468%200L51.8106%206.68354C45.4039%209.18987%2038.0223%2014.0633%2029.6657%2021.3038C21.5877%2028.5443%2017.2702%2035.6456%2016.7131%2042.6076C23.6769%2038.4304%2029.6657%2036.3418%2034.6797%2036.3418Z%22%20fill%3D%22%23151515%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  z-index: -1;
}
.page-header_interview .page-header_wrapper::before {
  inset: -28px auto auto 0;
}
.page-header_interview .page-header_wrapper::after {
  inset: auto 0 -28px auto;
  scale: -1 -1;
}
@media (width < 768px) {
  .page-header_interview {
    margin-bottom: 75px;
    border-radius: 0 0 12px 12px;
  }
  .page-header_interview .page-header_wrapper::before {
    inset: -14px auto auto -20px;
  }
  .page-header_interview .page-header_wrapper::after {
    inset: auto -10px -21px auto;
  }
}

.interview_speaker {
  width: fit-content;
  height: 28px;
  padding: 3px 16px 0;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 25px;
  background-color: #000;
}
* + .interview_speaker {
  margin-top: 88px;
}
@media (width < 768px) {
  * + .interview_speaker {
    margin-top: 56px;
  }
}
.interview_speaker + * {
  margin-top: 40px;
}
@media (width < 768px) {
  .interview_speaker + * {
    margin-top: 32px;
  }
}

.challenge_block_kv + * {
  margin-top: 120px;
}
@media (width < 768px) {
  .challenge_block_kv + * {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .img-set.has-fullimg {
    justify-content: space-between;
  }
  .img-set.has-fullimg figure {
    width: 50%;
    max-width: none;
  }
}

.challenge_member {
  position: relative;
  display: flex;
  gap: 20px 16px;
}
.challenge_member::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: calc(100% + 16px);
  inset: -94px 112px auto auto;
  background-color: #eaeaea;
  pointer-events: none;
  z-index: -1;
}
.challenge_member .member_head {
  flex: 1;
  align-self: flex-end;
  padding: 0 32px 0 0;
}
.challenge_member .member_head .section-title {
  margin: 0 0 0 auto;
}
.challenge_member .member_head .section-title .section-title_en {
  font-size: clamp(2.5rem, -1.056rem + 7.41vw, 4.5rem);
}
.challenge_member .member_item {
  display: flex;
  width: 34.15%;
  background-color: #f8f8f8;
  border-radius: 16px;
  overflow: hidden;
}
.challenge_member .member_item .member_img {
  display: block;
  width: 100%;
  margin: 0;
}
.challenge_member .member_item .member_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.challenge_member .member_item .member_body {
  width: 100%;
  padding: 24px;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
.challenge_member .member_item .member_body .member_jobrole {
  margin: 0;
  font-weight: 700;
  line-height: 2.07;
}
.challenge_member .member_item .member_body .member_name {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.58;
}
.challenge_member .member_item .member_body .member_text {
  margin-top: 24px;
  line-height: 1.64;
}
@media (width < 1200px) {
  .challenge_member {
    flex-wrap: wrap;
  }
  .challenge_member .member_head {
    width: 100%;
    flex: auto;
  }
  .challenge_member .member_head .section-title {
    margin: 0;
  }
  .challenge_member .member_item {
    width: calc(50% - 8px);
  }
}
@media (width < 768px) {
  .challenge_member::before {
    height: 98%;
    inset: -94px auto auto calc(50% - 50vw);
  }
  .challenge_member {
    flex-direction: column;
    gap: 24px 0;
  }
  .challenge_member .member_item {
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 12px;
  }
}

.challenge_challenge {
  position: relative;
}
.challenge_challenge::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 83.7%;
  inset: 8.125% auto auto calc(50% - 50vw);
  background-color: #eaeaea;
  pointer-events: none;
  z-index: -1;
}
@media (width < 768px) {
  .challenge_challenge::before {
    height: 82.2%;
    inset: 10% auto auto calc(50% - 50vw);
  }
}

.challenge_outcome {
  position: relative;
}
.challenge_outcome::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 82%;
  inset: 9% auto auto calc(50% - 50vw);
  background-color: #eaeaea;
  pointer-events: none;
  z-index: -1;
}

.challenge_next .fullwidth-img + h3 {
  margin-bottom: 88px;
}
.challenge_next .img-set {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .challenge_next h3 + .img-set {
    margin-top: 88px;
  }
  .challenge_next .img-set figure {
    width: 45.15%;
  }
}
@media (width < 768px) {
  .challenge_next .fullwidth-img + h3 {
    margin-bottom: 80px;
  }
  .challenge_next .img-set {
    gap: 56px 0;
    margin-top: 80px;
  }
}

.box-testimonials {
  padding: 32px;
}
.box-testimonials .testimonials_head {
  display: flex;
  align-items: center;
  gap: 24px 32px;
}
.box-testimonials .testimonials_head .testimonials_thumb {
  width: 160px;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.box-testimonials .testimonials_head .testimonials_desc dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 16px 0;
}
.box-testimonials .testimonials_head .testimonials_desc dl dt {
  width: 8em;
  padding: 0 1em 0 0;
  font-weight: 700;
}
.box-testimonials .testimonials_head .testimonials_desc dl dd {
  width: calc(100% - 8em);
}
.box-testimonials .testimonials_q {
  display: flex;
  font-weight: 700;
}
.box-testimonials .testimonials_q::before {
  content: "Q:";
  flex-shrink: 0;
}
@media (width < 768px) {
  .box-testimonials .testimonials_head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.slider-wrap.workspace-slider {
  padding-left: 0;
}

.box-benefits {
  padding: 40px;
}
.box-benefits .box_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.box-benefits .box_wrapper .icon {
  display: grid;
  place-items: center;
  width: 100px;
  aspect-ratio: 1;
}
.box-benefits .box_wrapper .box_title {
  margin: 24px 0 0;
}
.box-benefits .box_wrapper .text {
  margin: 16px 0 0;
}
.box-benefits .box_wrapper .text > * {
  margin: 0;
}
.box-benefits .box_wrapper > * {
  margin: 0;
}
.box-benefits .col-set {
  gap: 8px 24px;
}
@media (min-width: 768px) {
  .box-benefits {
    width: calc(50% - 16px);
  }
  .box-groups:has(.box-benefits) {
    flex-wrap: wrap;
  }
  .box-benefits .col-set .col1-2 {
    width: calc(50% - 12px);
  }
}
@media (width < 768px) {
  .box-benefits {
    padding: 32px;
  }
  .box-benefits .box_wrapper .box_title {
    margin: 16px 0 0;
  }
  .box-benefits .box_wrapper .text {
    margin: 8px 0 0;
  }
}

.data_data {
  position: relative;
  margin: 80px 0 0;
  padding: 0 0 clamp(6.25rem, 4.917rem + 2.78vw, 7rem);
}
.data_data::before {
  content: "";
  position: absolute;
  inset: clamp(1.75rem, -2.583rem + 9.03vw, 4.188rem) 0 0 calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: calc(100% - clamp(1.75rem, -2.583rem + 9.03vw, 4.188rem));
  background-color: #eaeaea;
  z-index: -1;
}
@media (width < 768px) {
  .data_data {
    margin-top: 64px;
  }
}
.data_data .list_data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1088px;
  margin: 56px auto 0;
}
.data_data .list_data .data-box {
  display: flex;
  flex-direction: column;
  gap: 8px 32px;
  margin: 0;
  padding: 48px 48px 24px;
}
.data_data .list_data .data-box.fullwidth {
  grid-column: 1/3;
}
.data_data .list_data .data-box .data_head > *:first-child,
.data_data .list_data .data-box .data_img > *:first-child,
.data_data .list_data .data-box .data_note > *:first-child {
  margin-top: 0;
}
.data_data .list_data .data-box .data_head {
  margin: 0 0 16px;
}
.data_data .list_data .data-box .data_head h3 {
  font-size: clamp(1.375rem, 0.264rem + 2.31vw, 2rem);
  letter-spacing: 0.01em;
  line-height: 1;
}
.data_data .list_data .data-box .data_note {
  margin-top: auto;
}
.data_data .list_data .data-box .data_note .note {
  justify-content: center;
  margin: 0;
  color: #808284;
  font-size: 0.75rem;
}
.data_data .list_data .data-box .data_img {
  display: grid;
  place-items: center;
  aspect-ratio: 3/2;
}
.data_data .list_data .data-box .data_img.ht-s {
  aspect-ratio: 2.286;
}
.data_data .list_data .data-box.fullwidth .data_img {
  aspect-ratio: 1.91;
}
.data_data .list_data .data-box.fullwidth .data_img.ht-l {
  aspect-ratio: 1.79;
}
.data_data .list_data .data-box.fullwidth .data_img.ht-s {
  aspect-ratio: 5.25;
}
.data_data .list_data .data-box .data_note .note {
  justify-content: flex-start;
}
.data_data .list_data .data-box.js-inview {
  translate: 0 80px;
  opacity: 0;
}
.data_data .list_data .data-box.js-inview.is-in {
  translate: 0 0;
  opacity: 1;
  transition: opacity 0.6s ease-in-out, translate 0.6s ease-out;
}
@media (min-width: 768px) {
  .data_data .list_data .data-box.is-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .data_data .list_data .data-box.is-horizontal .data_head {
    flex-shrink: 0;
  }
  .data_data .list_data .data-box.is-horizontal .data_img {
    flex: 1;
  }
  .data_data .list_data .data-box.is-horizontal .data_note {
    width: 100%;
  }
  .data_data .list_data .data-box.js-inview.is-in[data-num="1"] {
    transition-delay: 0.3s;
  }
  .data_data .list_data .data-box.js-inview.is-in[data-num="2"] {
    transition-delay: 0.6s;
  }
}
@media (width < 768px) {
  .data_data .list_data {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }
  .data_data .list_data .data-box {
    padding: 32px 32px 24px;
  }
  .data_data .list_data .data-box.fullwidth {
    grid-column: 1;
  }
  .data_data .list_data .data-box .data_img {
    aspect-ratio: 1.3;
  }
  .data_data .list_data .data-box .data_img.ht-s {
    aspect-ratio: 1.72;
  }
  .data_data .list_data .data-box.fullwidth .data_img {
    aspect-ratio: 1.3;
  }
  .data_data .list_data .data-box.fullwidth .data_img.ht-l, .data_data .list_data .data-box.fullwidth .data_img.ht-s {
    aspect-ratio: 1.3;
  }
  .data_data .list_data .data-box.fullwidth .data_img.ht-sp-auto {
    aspect-ratio: unset;
  }
  .data_data .list_data .data-box.js-inview {
    transition-delay: 0.3s;
  }
}

.data_voices {
  position: relative;
  margin: 0;
  padding: clamp(8.125rem, 2.569rem + 11.57vw, 11.25rem) 0 clamp(14.125rem, 2.792rem + 23.61vw, 20.5rem);
  z-index: 1;
}
.data_voices::before, .data_voices::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1.5/1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22150%22%20height%3D%2299%22%20viewBox%3D%220%200%20150%2099%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M120.752%2036.3418C129.109%2036.3418%20136.072%2039.5443%20141.643%2045.9494C147.214%2052.3544%20150%2059.5949%20150%2067.6709C150%2077.1392%20146.657%2084.7975%20139.972%2090.6456C133.287%2096.2152%20126.184%2099%20118.663%2099C111.142%2099%20103.76%2095.7975%2096.5181%2089.3924C89.5543%2082.7089%2086.0724%2074.076%2086.0724%2063.4937C86.0724%2047.0633%2091.3649%2032.8608%20101.95%2020.8861C112.535%208.63291%20123.398%201.67089%20134.54%200L137.883%206.68354C131.476%209.18987%20124.095%2014.0633%20115.738%2021.3038C107.66%2028.5443%20103.343%2035.6456%20102.786%2042.6076C109.749%2038.4304%20115.738%2036.3418%20120.752%2036.3418ZM34.6797%2036.3418C43.0362%2036.3418%2050%2039.5443%2055.571%2045.9494C61.1421%2052.3544%2063.9276%2059.5949%2063.9276%2067.6709C63.9276%2077.1392%2060.585%2084.7975%2053.8997%2090.6456C47.2145%2096.2152%2040.1114%2099%2032.5905%2099C25.3482%2099%2018.1058%2095.7975%2010.8635%2089.3924C3.62117%2082.7089%200%2074.076%200%2063.4937C0%2047.0633%205.29248%2032.8608%2015.8774%2020.8861C26.4624%208.63291%2037.3259%201.67089%2048.468%200L51.8106%206.68354C45.4039%209.18987%2038.0223%2014.0633%2029.6657%2021.3038C21.5877%2028.5443%2017.2702%2035.6456%2016.7131%2042.6076C23.6769%2038.4304%2029.6657%2036.3418%2034.6797%2036.3418Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  z-index: -1;
}
.data_voices::before {
  inset: 130px auto auto calc(clamp(2.5rem, -0.278rem + 5.79vw, 4.063rem) * -1);
  width: clamp(18.75rem, -53.917rem + 151.39vw, 59.625rem);
}
.data_voices::after {
  inset: auto -26px 135px auto;
  width: clamp(18.75rem, -6.583rem + 52.78vw, 33rem);
  scale: -1 -1;
}
.data_voices .bubble {
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.61;
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
}
.data_voices .bubble.fz-xl {
  font-size: 1.375rem;
  line-height: 1.45;
}
.data_voices .bubble.fz-xxl {
  font-size: 1.625rem;
  line-height: 1.38;
}
.data_voices .bubble_wrapper {
  position: relative;
  container-type: inline-size;
  margin: 104px 0 0;
}
@media (min-width: 768px) {
  .data_voices .bubble {
    padding: 24px clamp(1.5rem, 0.885rem + 1.28vw, 2rem);
    font-size: min(1.9vw, 1.125rem);
  }
  .data_voices .bubble.fz-xl {
    font-size: min(2vw, 1.375rem);
  }
  .data_voices .bubble.fz-xxl {
    font-size: min(2.1vw, 1.625rem);
  }
  .data_voices .bubble.bubble01 {
    left: -1em;
    margin: 0 auto;
  }
  .data_voices .bubble.bubble02 {
    margin: -22px 0 0 clamp(1rem, -18.077rem + 39.74vw, 16.5rem);
  }
  .data_voices .bubble.bubble03 {
    position: absolute;
    inset: 2em clamp(0rem, -13.846rem + 28.85vw, 11.25rem) auto auto;
  }
  .data_voices .bubble.bubble04 {
    margin: 0 0 0 clamp(24.5rem, 2.192rem + 46.47vw, 42.625rem);
    z-index: 1;
  }
  .data_voices .bubble.bubble05 {
    margin: -50px clamp(16.625rem, -10.298rem + 56.09vw, 38.5rem) auto auto;
  }
  .data_voices .bubble.bubble06 {
    margin: 11px 0 0 50%;
  }
  .data_voices .bubble.bubble07 {
    margin: -64px 0 0 0;
  }
  .data_voices .bubble.bubble08 {
    margin: calc(clamp(0.75rem, -1.096rem + 3.85vw, 2.25rem) * -1) 0 0 clamp(5.25rem, -8.596rem + 28.85vw, 16.5rem);
  }
  .data_voices .bubble.bubble09 {
    margin: -64px auto 0;
  }
  .data_voices .bubble.bubble10 {
    margin: -48px 13% 0 auto;
  }
  .data_voices .bubble.bubble11 {
    left: -3em;
    margin: 0.5em auto 0;
  }
}
@media (width < 768px) {
  .data_voices .bubble {
    padding: 24px;
    font-size: 1.0625rem;
    line-height: 1.47;
  }
  .data_voices .bubble.fz-xl {
    font-size: 1.1875rem;
    line-height: 1.37;
  }
  .data_voices .bubble.fz-xxl {
    font-size: 1.3125rem;
    line-height: 1.52;
  }
  .data_voices::before {
    inset: 426px auto auto -38px;
  }
  .data_voices::after {
    inset: auto -38px 78px auto;
  }
  .data_voices .bubble_wrapper {
    margin: 66px auto 0;
  }
  .data_voices .bubble.bubble01 {
    margin: 0 auto;
  }
  .data_voices .bubble.bubble02 {
    margin: -10px 0 0 38px;
  }
  .data_voices .bubble.bubble03 {
    margin: 10px 0 0 auto;
  }
  .data_voices .bubble.bubble04 {
    margin: 10px auto 0;
  }
  .data_voices .bubble.bubble05 {
    margin: 20px 0 0;
  }
  .data_voices .bubble.bubble06 {
    margin: -4px 0 0 auto;
  }
  .data_voices .bubble.bubble07 {
    margin: 15px 0 0;
  }
  .data_voices .bubble.bubble08 {
    margin: -10px 0 0 auto;
    z-index: -1;
  }
  .data_voices .bubble.bubble09 {
    margin: -15px 0 0 25px;
  }
  .data_voices .bubble.bubble10 {
    margin: 15px 0 0 auto;
  }
  .data_voices .bubble.bubble11 {
    margin: 8px auto 0;
  }
}
.data_voices .bubble_wrapper.js-inview .bubble {
  transition: opacity 0.6s ease-in-out, translate 0.6s ease-in;
}
.data_voices .bubble_wrapper.js-inview .bubble.is-tail_lt {
  translate: 0 30px;
  opacity: 0;
}
.data_voices .bubble_wrapper.js-inview .bubble.is-tail_lm {
  translate: -30px 0;
  opacity: 0;
}
.data_voices .bubble_wrapper.js-inview .bubble.is-tail_lb {
  translate: 0 -30px;
  opacity: 0;
}
.data_voices .bubble_wrapper.js-inview .bubble.is-tail_rt {
  translate: 0 30px;
  opacity: 0;
}
.data_voices .bubble_wrapper.js-inview .bubble.is-tail_rm {
  translate: 30px 0;
  opacity: 0;
}
.data_voices .bubble_wrapper.js-inview .bubble.is-tail_rb {
  translate: 0 -30px;
  opacity: 0;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble02 {
  transition-delay: 0.1s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble03 {
  transition-delay: 0.2s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble04 {
  transition-delay: 0.3s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble05 {
  transition-delay: 0.4s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble06 {
  transition-delay: 0.5s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble07 {
  transition-delay: 0.6s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble08 {
  transition-delay: 0.7s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble09 {
  transition-delay: 0.8s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble10 {
  transition-delay: 0.9s;
}
.data_voices .bubble_wrapper.js-inview .bubble.bubble11 {
  transition-delay: 1s;
}
.data_voices .bubble_wrapper.js-inview.is-in .bubble.is-tail_lt, .data_voices .bubble_wrapper.js-inview.is-in .bubble.is-tail_lm, .data_voices .bubble_wrapper.js-inview.is-in .bubble.is-tail_lb, .data_voices .bubble_wrapper.js-inview.is-in .bubble.is-tail_rt, .data_voices .bubble_wrapper.js-inview.is-in .bubble.is-tail_rm, .data_voices .bubble_wrapper.js-inview.is-in .bubble.is-tail_rb {
  translate: 0 0;
  opacity: 1;
}

.data_joined {
  position: relative;
  margin: 0;
  padding: clamp(8.125rem, 7.458rem + 1.39vw, 8.5rem) 0;
  z-index: 1;
}
.data_joined::before {
  content: "";
  position: absolute;
  inset: 0 0 0 calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.data_joined .data_joined_wrapper {
  display: flex;
  max-width: 1200px;
}
.data_joined .content_head {
  width: 37.34%;
}
.data_joined .content_head > *:first-child {
  margin-top: 0;
}
.data_joined .content_body {
  flex: 1;
  max-width: 1200px;
}
.data_joined .content_body .reason_item {
  position: relative;
  margin: 80px 0 0;
  padding: 0 0 0 130px;
}
.data_joined .content_body .reason_item h3 {
  margin: 0;
}
.data_joined .content_body .reason_item .head_icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
  inset: 0 auto auto 12px;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
}
.data_joined .content_body .reason_item .head_icon .head_name {
  color: #57585a;
  font-size: 1.25rem;
  line-height: 0.96;
}
.data_joined .content_body .reason_item .head_icon .head_num {
  display: grid;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  padding: 0.2em 0 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  background-color: #1c5ba9;
  border-radius: 100%;
}
.data_joined .content_body .reason_item[data-num="1"] {
  inset: 0 auto auto 0;
  margin-top: 0;
}
.data_joined .content_body .reason_item[data-num="1"] .head_name {
  font-size: 1.625rem;
}
.data_joined .content_body .reason_item[data-num="1"] .head_num {
  width: 84px;
  font-size: 3.5rem;
}
.data_joined .content_body .reason_item[data-num="2"] .head_num {
  background-color: #012169;
}
.data_joined .content_body .reason_item[data-num="3"] .head_num {
  background-color: #57585a;
}
.data_joined .content_body .reason_item .bubble-groups {
  margin-top: 40px;
  gap: 8px 0;
}
@media (width < 768px) {
  .data_joined .data_joined_wrapper {
    flex-direction: column;
    gap: 64px 0;
  }
  .data_joined .content_head {
    width: auto;
    align-self: flex-end;
  }
  .data_joined .content_body .reason_item {
    margin: 72px 0 0;
    padding: 0;
  }
  .data_joined .content_body .reason_item .reason_head {
    display: flex;
    align-items: center;
    gap: 0 16px;
  }
  .data_joined .content_body .reason_item .head_icon {
    position: unset;
    margin: 0 12px;
  }
  .data_joined .content_body .reason_item[data-num="1"] {
    margin-top: 0;
  }
  .data_joined .content_body .reason_item[data-num="1"] .head_icon {
    margin: 0;
  }
  .data_joined .content_body .reason_item .bubble-groups {
    margin-top: 32px;
    gap: 10px 0;
  }
}

.data_like {
  display: flex;
  align-items: center;
  max-width: 1200px;
  gap: 24px 0;
  margin-top: 193px;
}
.data_like .content_head {
  width: 31.42%;
}
.data_like .content_head > *:first-child {
  margin-top: 0;
}
.data_like .box {
  flex: 1;
  margin: 0;
  padding-left: clamp(2rem, -2.444rem + 9.26vw, 4.5rem);
}
@media (width < 768px) {
  .data_like {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 130px;
  }
  .data_like .content_head {
    width: auto;
  }
  .data_like .box {
    padding: 40px 24px;
  }
}

.list_ranking {
  counter-reset: listnum;
}
.list_ranking li {
  counter-increment: listnum;
  display: grid;
  grid-template-columns: clamp(5rem, 1.444rem + 7.41vw, 7rem) auto 1fr;
  gap: 32px;
  align-items: center;
  margin: 16px 0 0;
  padding: 16px clamp(0rem, -5.333rem + 11.11vw, 3rem) 0;
  font-size: clamp(0.9375rem, 0.382rem + 1.16vw, 1.25rem);
  font-weight: 700;
  border-top: 1px solid #eaeaea;
}
.list_ranking li > span {
  padding-left: 16px;
}
.list_ranking li::before {
  content: counter(listnum) "位";
  font-size: clamp(1.3125rem, 0.757rem + 1.16vw, 1.625rem);
  flex-shrink: 0;
}
.list_ranking li::after {
  content: "";
  display: block;
  width: clamp(4.375rem, 3.708rem + 1.39vw, 4.75rem);
  aspect-ratio: 1;
  margin: 0 auto;
  color: #fff;
  background: #808284 url(../images/recruit/data/ranking_03.svg) no-repeat center/clamp(1rem, 0.222rem + 1.62vw, 1.438rem) auto;
  border-radius: 100%;
  flex-shrink: 0;
  order: -1;
}
.list_ranking li:first-of-type {
  margin-top: 0;
  border: none;
  color: #1c5ba9;
  font-size: clamp(1.1875rem, -0.257rem + 3.01vw, 2rem);
}
.list_ranking li:first-of-type::after {
  width: 100%;
  background: #1c5ba9 url(../images/recruit/data/ranking_01.svg) no-repeat center/clamp(2.5rem, 0.5rem + 4.17vw, 3.625rem) auto;
}
.list_ranking li:nth-of-type(2) {
  color: #012169;
  font-size: clamp(1.1875rem, 0.41rem + 1.62vw, 1.625rem);
}
.list_ranking li:nth-of-type(2)::after {
  width: 100%;
  background: #012169 url(../images/recruit/data/ranking_02.svg) no-repeat center/clamp(1.5rem, -0.056rem + 3.24vw, 2.375rem) auto;
}
.list_ranking li:nth-of-type(3) {
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
}
@media (width < 768px) {
  .list_ranking li {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px 16px;
    margin: 24px 0 0;
    padding: 24px 0 0;
  }
  .list_ranking li > span {
    padding: 0;
    grid-area: 1/2/3/3;
  }
  .list_ranking li::before {
    margin: 0;
    text-align: center;
    grid-area: 2/1/3/2;
  }
  .list_ranking li::after {
    width: 70px;
    order: unset;
    grid-area: 1/1/2/2;
  }
  .list_ranking li:first-of-type {
    margin-top: 0;
  }
  .list_ranking li:first-of-type::after {
    width: 100%;
  }
  .list_ranking li:nth-of-type(2)::after {
    width: 100%;
  }
}

/*-----------------------------------------
services
-----------------------------------------*/
.category-header_services {
  height: 100vh;
  padding-bottom: 100px;
  background-color: #fbfbfb;
}
.category-header_services::before, .category-header_services::after {
  content: none;
}
.category-header_services .category-header_kv {
  position: absolute;
  inset: 175px 0 auto auto;
  width: 71.164%;
  height: calc(100% - 175px);
}
.category-header_services .category-header_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
.category-header_services .category-header_title {
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  font-size: inherit;
  font-weight: inherit;
  color: #000;
  gap: 32px 0;
}
.category-header_services .category-header_title > * {
  margin: 0;
}
.category-header_services .category-header_title .header_sub {
  font-size: clamp(1.188rem, 0.854rem + 0.69vw, 1.375rem);
  font-weight: 500;
  line-height: 1.45;
}
.category-header_services .category-header_title .header_main {
  font-size: clamp(1.875rem, -1.903rem + 7.87vw, 4rem);
  font-weight: 700;
  line-height: 1.14;
}
@media (width < 768px) {
  .category-header_services {
    height: 346px;
    padding-bottom: 40px;
  }
  .category-header_services .category-header_kv {
    inset: 100px 0 auto auto;
    width: 76.28%;
    height: 246px;
  }
  .category-header_services .category-header_title .header_sub {
    line-height: 1.37;
  }
  .category-header_services .category-header_title .header_main {
    line-height: 1.07;
  }
}

.services_value,
.services_works {
  position: relative;
}
@media (width < 768px) {
  .services_value .col-set,
  .services_works .col-set {
    flex-direction: row;
    gap: 80px 24px;
  }
  .services_value .col-set .col1-3:has(.works_img01),
  .services_works .col-set .col1-3:has(.works_img01) {
    width: calc(50% - 12px);
  }
  .services_value .col-set .col1-3:has(.works_img01) .works_img01,
  .services_works .col-set .col1-3:has(.works_img01) .works_img01 {
    margin-top: 48px;
  }
  .services_value .col-set .col1-3:has(.works_img02),
  .services_works .col-set .col1-3:has(.works_img02) {
    width: calc(50% - 12px);
  }
  .services_value .col-set .col1-3:has(.works_img02) .works_img02,
  .services_works .col-set .col1-3:has(.works_img02) .works_img02 {
    margin-top: 106px;
    padding-bottom: 0;
  }
}

.services_value .works_head {
  display: flex;
  flex-direction: column;
}
.services_value .works_head .section-title {
  width: max-content;
}
.services_value .works_head .section-title .section-title_jp {
  margin-left: max(-2vw, -2em);
}
.services_value .works_head .img-set_title {
  margin-top: auto;
  font-size: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem);
}
.services_value .works_head .img-set_title + * {
  margin-top: clamp(1rem, -4.333rem + 11.11vw, 4rem);
}
.services_value .works_img01 {
  margin-top: clamp(3rem, -1.667rem + 9.72vw, 5.625rem);
}
.services_value .works_img02 {
  margin-top: clamp(5.125rem, -2.875rem + 16.67vw, 9.625rem);
  padding-bottom: 120px;
}
.services_value .img-set {
  margin: 32px 0 0 auto;
  max-width: 1200px;
  gap: 32px clamp(2rem, -10.444rem + 25.93vw, 9rem);
}
@media (min-width: 768px) {
  .services_value .img-set figure {
    width: 43.9%;
  }
}
@media (width < 768px) {
  .services_value .works_head {
    order: 1;
  }
  .services_value .works_head .section-title {
    position: absolute;
    flex-direction: row;
    inset: 0 0 auto auto;
  }
  .services_value .works_head .section-title .section-title_jp {
    margin-left: -2.5em;
  }
  .services_value .img-set {
    margin-top: 40px;
  }
  .services_value .img-set .img-set_title + * {
    margin-top: 16px;
  }
}

.services_works::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 60%;
  inset: 5% auto auto calc(50% - 50vw);
  background-color: #eaeaea;
  pointer-events: none;
  z-index: -1;
}
@media (width < 768px) {
  .services_works::before {
    height: 93.24%;
    inset: 15px auto auto calc(50% - 50vw);
  }
}

@media (min-width: 768px) {
  .services_technology .img-set {
    gap: 0 32px;
  }
  .services_technology .img-set figure {
    width: 27.94%;
  }
}

/*-----------------------------------------
topics
-----------------------------------------*/
.topics-meta {
  display: flex;
  align-items: baseline;
  gap: 4px 16px;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #eaeaea;
}
.topics-meta_date {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
}
.topics-meta_label {
  display: flex;
  flex-wrap: wrap;
}
.topics-meta_label span {
  width: 119px;
  padding: 0 8px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 25px;
  text-align: center;
  background-color: #eaeaea;
}

.topics-index {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 48px 0 0;
  padding: 0;
}
.topics-index_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 73px 24px 24px;
  line-height: 1.56;
  text-decoration: none;
  background-color: #fff;
  border-radius: 16px;
}
.topics-index_item .link-icon {
  position: absolute;
  inset: 0 24px 0 auto;
  margin: auto;
}
.topics-index_img {
  display: block;
  width: 20.18%;
  margin: 0;
  aspect-ratio: 4/3;
  background: url(../images/common/thumb_topics.webp) no-repeat center/cover;
  border-radius: 8px;
  overflow: hidden;
}
.topics-index_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.topics-index_body {
  flex: 1;
  width: 100%;
}
.topics-index_title {
  display: flex;
  align-items: flex-end;
  height: 3.12em;
  margin: 0;
  padding: 0;
}
.topics-index_title > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media (width < 768px) {
  .topics-index_item {
    flex-direction: column;
    align-items: unset;
    padding: 24px;
    line-height: 1.53;
    border-radius: 12px;
  }
  .topics-index_item .link-icon {
    inset: auto 24px 24px auto;
  }
  .topics-index_img {
    width: 100%;
    border-radius: 6px;
  }
  .topics-index_title {
    height: 3.06em;
  }
}
.topics-index {
  /*@media (pointer: coarse) {
    &_item {
      .link-icon {
        &::before {
  			background-image: url(../images/common/icon_arrow.svg);
        }
      }
      &[target="_blank"] {
        .link-icon {
          &::before {
            background-image: url(../images/common/icon_blank.svg);
          }
        }
      }
    }
  }*/
}

.category-selector {
  display: flex;
  align-items: baseline;
  gap: 16px 8px;
  padding: 24px 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 12px color-mix(in srgb, #000 10%, transparent);
}
.category-selector .category-selector_head {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.92;
}
.category-selector .category-selector_item {
  flex: 1;
}
.category-selector .category-selector_item .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.category-selector a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  width: 135px;
  height: 42px;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.64;
  text-decoration: none;
  background: #f8f8f8;
  border-radius: 8px;
  transition: 0.3s;
}
.category-selector a.is-current {
  color: #fff;
  background-color: #000;
}
.category-selector a[data-category=all] {
  width: 90px;
}
@media (hover: hover) and (pointer: fine) {
  .category-selector a:hover {
    color: #fff;
    background-color: #000;
  }
}
@media (pointer: coarse) {
  .category-selector {
    flex-direction: column;
  }
}
@media (width < 768px) {
  .category-selector {
    flex-direction: row;
  }
  .category-selector .category-selector_item {
    overflow-x: auto;
  }
  .category-selector .category-selector_item .item-wrapper {
    flex-wrap: nowrap;
    width: max-content;
    scrollbar-width: none;
  }
  .category-selector .category-selector_item::-webkit-scrollbar {
    display: none;
  }
  .category-selector a {
    border-radius: 6px;
  }
}

.page-navigation {
  margin: 48px 0 0;
}
.page-navigation .page-navigation-list {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.page-navigation .page-navigation-list .page-navigation-list-item {
  width: 164px;
  max-width: calc(50% - 24px);
}
.page-navigation .page-navigation-list .page-navigation-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 57px;
  padding: 0 16px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #000;
  border-radius: 8px;
}
.page-navigation .page-navigation-list .page-navigation-list-item a .link-icon::before, .page-navigation .page-navigation-list .page-navigation-list-item a .link-icon::after {
  background-image: url(../images/common/icon_arrowhead_wht.svg);
}
.page-navigation .page-navigation-list .page-navigation-list-item a[rel=prev] {
  flex-direction: row-reverse;
}
.page-navigation .page-navigation-list .page-navigation-list-item a[rel=prev] .link-icon {
  scale: -1 1;
}
@media (width < 768px) {
  .page-navigation {
    margin: 64px 0 0;
  }
  .page-navigation .page-navigation-list {
    gap: 24px;
  }
  .page-navigation .page-navigation-list .page-navigation-list-item {
    max-width: calc(50% - 12px);
  }
  .page-navigation .page-navigation-list .page-navigation-list-item a {
    border-radius: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-navigation .page-navigation-list-item a:hover {
    color: #000;
    background-color: #eaeaea;
  }
  .page-navigation .page-navigation-list-item a:hover .link-icon::before, .page-navigation .page-navigation-list-item a:hover .link-icon::after {
    background-image: url(../images/common/icon_arrowhead.svg);
  }
}

.content:has(.rerated-news) {
  padding-top: 0;
}

.rerated-news {
  padding-top: 64px;
}
.rerated-news::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0 auto auto 0;
  width: 100%;
  height: calc(100% - 65px);
  background: #000 url(../images/common/bg_pageheader.webp) no-repeat center/cover;
}
.rerated-news + * {
  margin-top: 120px;
}
.rerated-news .inner {
  max-width: 1312px;
}
.rerated-news .rerated-news_set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px 40px;
}
.rerated-news .rerated-news_head {
  flex-shrink: 0;
}
.rerated-news .rerated-news_head .section-title {
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.rerated-news .rerated-news_head .section-title .section-title_jp {
  font-size: clamp(1.063rem, 0.951rem + 0.23vw, 1.125rem);
}
.rerated-news .rerated-news_head .section-title .section-title_en {
  color: #fff;
  font-size: clamp(2.625rem, -1.819rem + 9.26vw, 5.125rem);
}
.rerated-news .rerated-news_body {
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 976px;
}
.rerated-news .topics-index_item {
  flex-direction: column;
  width: 100%;
  padding: 24px;
}
.rerated-news .topics-index_item .topics-index_img {
  width: 100%;
}
.rerated-news .topics-index_item .link-icon {
  inset: auto 24px 24px auto;
}
.rerated-news .topics-index_item .topics-meta {
  flex-wrap: wrap;
}
@media (width < 768px) {
  .rerated-news {
    padding-top: 56px;
  }
  .rerated-news::before {
    height: calc(100% - 78px);
  }
  .rerated-news + * {
    margin-top: 64px;
  }
  .rerated-news .rerated-news_set {
    flex-direction: column;
    align-items: flex-start;
  }
  .rerated-news .rerated-news_body {
    flex-direction: column;
  }
}
