@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/**
 * 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;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: x mandatory;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: y mandatory;
          -ms-scroll-snap-type: y mandatory;
              scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: none;
          -ms-scroll-snap-type: none;
              scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-ordinal-group: 10000;
      -webkit-order: 9999;
          -ms-flex-order: 9999;
              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 {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              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 {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
            animation: swiper-preloader-spin 1s linear infinite;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}

.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 {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--swiper-navigation-size);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: top 0.2s, -webkit-transform 0.2s;
      transition: top 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, top 0.2s;
      transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
    }
  }
}

.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%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      -webkit-transition: left 0.2s, -webkit-transform 0.2s;
      transition: left 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, left 0.2s;
      transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    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 {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
            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 {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      -webkit-filter: blur(50px);
              filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper-creative {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  -webkit-transition-property: overflow;
  transition-property: overflow;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

:root {
  --black: #000;
  --white: #fff;
  --gray1: #323232;
  --gray2: #828282;
  --gray3: #b4b4b4;
  --gray4: #d2d2d2;
  --gray5: #ebebeb;
  --red: #dc0032;
  --light-blue: #ddecf5;
  --light-pink: #F0B4C8;
  --bg01: #ddecf5;
  --bg02: #eff3f7;
  --blue: #0091BE;
  --blue02: #B9D7EB;
  --blue03: #5AC3E6;
  --blue04: #EFF3F7;
}

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: denso-jp, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
html.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.l-inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  font-family: denso-jp;
  src: url(../font/DENSOTP2017-Black.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: denso-jp;
  src: url(../font/DENSOTP2017-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: denso-jp;
  src: url(../font/DENSOTP2017-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: denso-jp;
  src: url(../font/DENSOTP2017-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: denso-en;
  src: url(../font/ORIG_DENSO_BLACK.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: denso-en;
  src: url(../font/ORIG_DENSO_BLACK_BOLD.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: denso-en;
  src: url(../font/ORIG_DENSO_REGULAR.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: denso-en;
  src: url(../font/ORIG_DENSO_LIGHT.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url(../font/icomoon.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.home[data-status=ready] .c-header {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.5s;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.5s;
}
.home .c-header {
  visibility: hidden;
  opacity: 0;
}

.cover-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--white);
}
.cover-bg.is-active {
  pointer-events: all;
  opacity: 1;
}

.c-header {
  z-index: 101;
}
.c-header.bg-close .header-inn {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-header.bg-close .header-inn .r-menu-area {
  background: none !important;
  padding-right: 0;
  margin-right: 13px;
  padding-top: 0;
  padding-bottom: 0;
}
.c-header.bg-close .header-inn .r-menu-area .menu-list {
  display: none;
}
.c-header .header-inn {
  position: relative;
  background: var(--white);
  padding-left: 10px;
}
.c-header .header-inn .logo-area {
  padding: 17px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .header-inn .logo-area img {
  width: 79px;
}
.c-header .header-inn .logo-area .jp {
  font-size: 10px;
  line-height: 1;
  color: var(--red);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-header .header-inn .r-menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 14px;
}
.c-header .header-inn .r-menu-area .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  opacity: 1;
  pointer-events: all;
}
.c-header .header-inn .r-menu-area .menu-list > li > button {
  position: relative;
  padding: 10px 30px 10px 14px;
  font-size: 12px;
}
.c-header .header-inn .r-menu-area .menu-list > li > button.is-active .inn {
  color: var(--red);
}
.c-header .header-inn .r-menu-area .menu-list > li > button.is-active .ico::before, .c-header .header-inn .r-menu-area .menu-list > li > button.is-active .ico::after {
  background: var(--red);
}
.c-header .header-inn .r-menu-area .menu-list > li > button .ico {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  overflow: hidden;
}
.c-header .header-inn .r-menu-area .menu-list > li > button .ico::before, .c-header .header-inn .r-menu-area .menu-list > li > button .ico::after {
  content: "";
  -webkit-mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
  background: var(--gray2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-header .header-inn .r-menu-area .menu-list > li > button .ico::after {
  top: -100%;
}
.c-header .header-inn .toggle-btn {
  width: 34px;
  height: 34px;
  background: var(--red);
  display: block;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-header .header-inn .toggle-btn.is-active .inn .line:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
          transform: rotate(45deg) translate(3px, 3px);
}
.c-header .header-inn .toggle-btn.is-active .inn .line:nth-child(2) {
  opacity: 0;
}
.c-header .header-inn .toggle-btn.is-active .inn .line:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}
.c-header .header-inn .toggle-btn .inn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 10px;
}
.c-header .header-inn .toggle-btn .inn .line {
  background: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header .header-inn .toggle-btn .inn .line:first-child {
  top: 0;
}
.c-header .header-inn .toggle-btn .inn .line:nth-child(2) {
  top: 0;
  bottom: 0;
}
.c-header .header-inn .toggle-btn .inn .line:last-child {
  bottom: 0;
}
.c-header .header-inn .bg-menu-content {
  position: absolute;
  top: 68px;
  right: 0px;
  background: #EFF3F7;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.c-header .header-inn .bg-menu-content .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-header .header-inn .bg-menu-content .cont-menu-list > li > a {
  position: relative;
  font-size: clamp(12px, 14px, min(14px, 1vw));
  line-height: 1.6;
  display: block;
  border-bottom: 1px solid var(--gray4);
  padding: 0 20px 10px;
  min-width: 280px;
}
.c-header .header-inn .bg-menu-content .cont-menu-list > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 20px;
  margin: auto;
  -webkit-mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
  width: 10px;
  height: 10px;
  background: var(--red);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
.c-header .header-inn .c-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.toggled-menu-content {
  background: var(--white);
  width: 100%;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  left: 0;
  z-index: 101;
  padding: 80px min(62px, 4.4285714286vw) 78px;
  max-height: calc(var(--vh) * 100 - 85px);
  height: 100vh;
  overflow-y: auto;
  pointer-events: none;
}
.toggled-menu-content.is-active {
  pointer-events: all;
}
.toggled-menu-content .c-menu-cont-ttl {
  margin-bottom: 40px;
}
.toggled-menu-content .top-menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.8571428571vw);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.toggled-menu-content .top-menu-area .box {
  padding: 0 4px;
  width: calc((100% - min(120px, 8.5714285714vw)) / 4);
}
.toggled-menu-content .middle-menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 60px;
  padding: 0 8px;
}
.toggled-menu-content .middle-menu-area .box {
  background: #EFF3F7;
  width: 33.3333333333%;
  padding: 30px;
}
.toggled-menu-content .middle-menu-area .c-list02 > li > a {
  padding: 18px 42px 18px 20px;
}
.toggled-menu-content .bottom-menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(85px, 6.0714285714vw);
  margin-top: 60px;
  padding: 0 13px;
}
.toggled-menu-content .bottom-menu-area .c-menu-cont-ttl {
  min-width: auto;
}
.toggled-menu-content .bottom-menu-area .c-menu-cont-ttl .ico-arrow {
  right: -20px;
}

.toggled-recruit-menu-content .sp-content.challenged {
  background: #EFF3F7;
  padding: 30px;
  max-width: 400px;
  width: 100%;
}
.toggled-recruit-menu-content .sp-content.challenged .c-menu-cont-ttl {
  margin-bottom: 20px;
}
.toggled-recruit-menu-content .sp-content.challenged .c-list02 + .c-menu-cont-ttl {
  margin-top: 40px;
}

.c-header.recruit-header {
  margin-bottom: 0;
}
.c-header.recruit-header .header-inn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-header.recruit-header.bg-close .header-inn {
  background: var(--white);
}
.c-header.recruit-header .header-inn {
  -webkit-filter: none;
          filter: none;
}

.c-header.bg-close ~ .header-bottom-menu-area::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-bottom-menu-area {
  background: var(--bg01);
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 100;
  width: calc(100% - 20px);
  margin: auto;
  margin-top: 10px;
}
.header-bottom-menu-area::before {
  content: "";
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  pointer-events: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.header-bottom-menu-area .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 62px;
  padding: 0 14px;
}
.header-bottom-menu-area .inn .r-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bottom-menu-area .inn .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-left: 10px;
}
.header-bottom-menu-area .inn .menu-list > li > a {
  position: relative;
  padding-left: min(14px, 1vw);
  padding-right: min(30px, 2.1428571429vw);
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-bottom-menu-area .inn .menu-list > li > a .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
}
.header-bottom-menu-area .inn .menu-list > li > a .ico::before, .header-bottom-menu-area .inn .menu-list > li > a .ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
  background: var(--gray2);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-bottom-menu-area .inn .menu-list > li > a .ico::after {
  left: -100%;
}
.header-bottom-menu-area .inn .menu-list > li > a[target=_blank] .ico::before, .header-bottom-menu-area .inn .menu-list > li > a[target=_blank] .ico::after {
  -webkit-mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
          mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header-bottom-menu-area .inn .menu-list > li > a[target=_blank] .ico::after {
  left: -100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-bottom-menu-area .inn .toggle-btn02 {
  width: 34px;
  height: 34px;
  position: relative;
  display: block;
}
.header-bottom-menu-area .inn .toggle-btn02.is-active .inn .line:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
          transform: rotate(45deg) translate(3px, 3px);
}
.header-bottom-menu-area .inn .toggle-btn02.is-active .inn .line:nth-child(2) {
  opacity: 0;
}
.header-bottom-menu-area .inn .toggle-btn02.is-active .inn .line:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}
.header-bottom-menu-area .inn .toggle-btn02 .inn {
  width: 16px;
  height: 10px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
}
.header-bottom-menu-area .inn .toggle-btn02 .line {
  display: block;
  background: var(--red);
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-bottom-menu-area .inn .toggle-btn02 .line:first-child {
  top: 0;
}
.header-bottom-menu-area .inn .toggle-btn02 .line:nth-child(2) {
  top: 0;
  bottom: 0;
}
.header-bottom-menu-area .inn .toggle-btn02 .line:last-child {
  bottom: 0;
}
.header-bottom-menu-area + .toggled-menu-content {
  top: 62px;
  position: fixed;
}

.toggled-recruit-menu-content {
  background: var(--bg01);
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  top: 138px;
  left: 0;
  z-index: 20;
  padding: 80px min(70px, 5vw) 0px;
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
  overflow-y: auto;
  display: none;
  will-change: transform, opacity;
}
.toggled-recruit-menu-content.is-active {
  pointer-events: all;
}
.toggled-recruit-menu-content .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(60px, 4.2857142857vw);
  padding-bottom: 80px;
}
.toggled-recruit-menu-content .sp-content .link {
  position: relative;
  padding-right: 14px;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 15px;
  display: inline-block;
  margin-left: 15px;
}
.toggled-recruit-menu-content .sp-content .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
  width: 8px;
  height: 8px;
  background: var(--gray2);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.toggled-recruit-menu-content .l-menu li + li {
  margin-top: 40px;
}
.toggled-recruit-menu-content .r-menu {
  width: 100%;
}
.toggled-recruit-menu-content .r-menu .c-menu-cont-ttl {
  margin-bottom: 40px;
}
.toggled-recruit-menu-content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.toggled-recruit-menu-content .flex-box .box {
  background: #EFF3F7;
  padding: 30px;
  max-height: calc(var(--vh) * 100 - 346px);
  overflow-y: auto;
  width: calc((100% - 20px) / 2);
}
.toggled-recruit-menu-content .flex-box .box::-webkit-scrollbar {
  width: 2px;
}
.toggled-recruit-menu-content .flex-box .box::-webkit-scrollbar-track {
  background: var(--gray04);
}
.toggled-recruit-menu-content .flex-box .box::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 2px;
}
.toggled-recruit-menu-content .flex-box .box-ttl {
  margin-bottom: 40px;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  position: relative;
}
.c-footer .inner-block {
  margin-left: auto;
  margin-right: auto;
}
.c-footer .c-menu-cont-ttl span {
  visibility: visible;
}
.c-footer .c-menu-cont-ttl::before {
  visibility: visible;
}
.c-footer .c-menu-cont-ttl::after {
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
  -webkit-transform: skewX(-17.62deg) scaleX(1);
          transform: skewX(-17.62deg) scaleX(1);
  visibility: hidden;
}
.c-footer .recruit-area {
  background: var(--red);
  padding: 140px 0;
}
.c-footer .recruit-area .inner-block {
  max-width: 1340px;
}
.c-footer .recruit-area .c-top-ttl {
  color: #fff;
}
.c-footer .recruit-area .c-top-ttl .en {
  color: var(--white);
}
.c-footer .recruit-area .c-top-ttl .en::before {
  background: var(--white);
}
.c-footer .recruit-area .c-top-ttl .ja::after {
  background: var(--white);
}
.c-footer .recruit-area .top-menu-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 35px;
}
.c-footer .recruit-area .top-menu-area .box {
  background: #EFF3F7;
  padding: 40px 30px;
}
.c-footer .recruit-area .top-menu-area .box-ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  line-height: 1.6;
  margin-bottom: 40px;
}
.c-footer .recruit-area .bottom-menu-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.c-footer .recruit-area .bottom-menu-area .box {
  background: #EFF3F7;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .recruit-area .bottom-menu-area .box-ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-footer .recruit-area .bottom-menu-area .desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.c-footer .recruit-area .bottom-menu-area .c-top-btn-arrow {
  margin-top: auto;
  margin-left: auto;
}
.c-footer .recruit-area .bottom-menu-area .c-top-btn-arrow > a {
  width: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.c-footer .footer-area {
  padding: 100px 0;
  background: var(--gray5);
  position: relative;
}
.c-footer .footer-area .inner-block {
  max-width: 1340px;
}
.c-footer .footer-area .logo-area {
  display: block;
}
.c-footer .footer-area .logo-area img {
  width: 183px;
  display: block;
}
.c-footer .footer-area .logo-area .txt {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 26px;
  display: inline-block;
}
.c-footer .footer-area .menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px min(35px, 2.5vw);
  margin-top: 75px;
}
.c-footer .footer-area .menu-area .box {
  width: calc((100% - 105px) / 4);
}
.c-footer .footer-area .menu-area .box .c-menu-cont-ttl {
  margin-bottom: 38px;
}
.c-footer .footer-area .bottom-area {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #888888;
}
.c-footer .footer-area .bottom-area .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .footer-area .bottom-area .flex-box + .flex-box {
  margin-top: 72px;
}
.c-footer .footer-area .bottom-area .sns-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-footer .footer-area .bottom-area .sns-menu > li > a {
  display: block;
  width: 28px;
  height: 28px;
  background: var(--gray1);
}
.c-footer .footer-area .bottom-area .sns-menu .ico_x {
  -webkit-mask: url("../img/common/ico_x.svg") no-repeat center/contain;
          mask: url("../img/common/ico_x.svg") no-repeat center/contain;
}
.c-footer .footer-area .bottom-area .sns-menu .ico_facebook {
  -webkit-mask: url("../img/common/ico_facebook.svg") no-repeat center/contain;
          mask: url("../img/common/ico_facebook.svg") no-repeat center/contain;
}
.c-footer .footer-area .bottom-area .sns-menu .ico_insta {
  -webkit-mask: url("../img/common/ico_insta.svg") no-repeat center/contain;
          mask: url("../img/common/ico_insta.svg") no-repeat center/contain;
}
.c-footer .footer-area .bottom-area .sns-menu .ico_youtube {
  -webkit-mask: url("../img/common/ico_youtube.svg") no-repeat center/contain;
          mask: url("../img/common/ico_youtube.svg") no-repeat center/contain;
}
.c-footer .footer-area .bottom-area .sns-menu .ico_denso {
  width: 23px;
  height: 23px;
  position: relative;
  background: var(--white);
  border-radius: 50%;
  display: block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.c-footer .footer-area .bottom-area .sns-menu .ico_denso img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-footer .footer-area .bottom-area .external-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-footer .footer-area .bottom-area .external-menu > li > a {
  max-width: 210px;
  display: block;
}
.c-footer .footer-area .bottom-area .external-menu .txt {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-footer .footer-area .bottom-area .external-menu .txt .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  overflow: hidden;
  display: block;
}
.c-footer .footer-area .bottom-area .external-menu .txt .ico::before, .c-footer .footer-area .bottom-area .external-menu .txt .ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
  background: var(--black);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-footer .footer-area .bottom-area .external-menu .txt .ico::after {
  left: -120%;
}
.c-footer .footer-area .bottom-area .external-menu .txt.ico_blank .ico {
  top: initial;
  bottom: 3px;
  left: 55px;
}
.c-footer .footer-area .bottom-area .external-menu .txt.ico_blank .ico::before, .c-footer .footer-area .bottom-area .external-menu .txt.ico_blank .ico::after {
  -webkit-mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
          mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
  background: var(--black);
}
.c-footer .footer-area .bottom-area .link-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer .footer-area .bottom-area .link-menu > li > a {
  position: relative;
  padding-right: 16px;
  font-size: 12px;
  line-height: 1.6;
}
.c-footer .footer-area .bottom-area .link-menu > li > a .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  overflow: hidden;
  display: block;
}
.c-footer .footer-area .bottom-area .link-menu > li > a .ico::before, .c-footer .footer-area .bottom-area .link-menu > li > a .ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
          mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
  background: var(--black);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-footer .footer-area .bottom-area .link-menu > li > a .ico::after {
  left: -120%;
}
.c-footer .footer-area .bottom-area .copyright {
  font-size: 12px;
  line-height: 1.5;
  color: var(--gray3);
}

.page-top {
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 10;
}
.page-top .ico-arrow {
  display: block;
  background: var(--red);
  width: 18px;
  height: 18px;
  position: relative;
  border: 1px solid var(--red);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-top .ico-arrow::after {
  content: "";
  -webkit-mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--white);
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-top .txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#wrapper:has(.home) .c-footer .inner-block {
  max-width: inherit;
}
.c-top-ttl .en {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--red);
  font-family: denso-en, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.c-top-ttl .en::before {
  content: "";
  position: absolute;
  background-color: var(--red);
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
}
.c-top-ttl .ja {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
.c-top-ttl.kv .ja {
  line-height: 1.6em;
  margin-top: 15px;
}
.c-top-ttl.kv .en {
  padding-left: 20px;
}

.c-ttl01 {
  position: relative;
  padding-top: 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4.1025641026vw;
}
.c-ttl01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: var(--red);
  -webkit-transform: skewX(-17.62deg) scaleX(1);
          transform: skewX(-17.62deg) scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-ttl02 .deco {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--red);
  font-family: denso-en, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.c-ttl02 .deco::before {
  content: "";
  position: absolute;
  background-color: var(--red);
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
}
.c-ttl02 .ja {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  padding-left: 3.0769230769vw;
}
.c-ttl03 .en {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--red);
  margin-bottom: 30px;
  padding-left: 24px;
}
.c-ttl03 .en::before {
  content: "";
  position: absolute;
  background-color: var(--red);
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
}
.c-ttl03 .ja {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
.c-ttl03 .ja::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 0.1em);
  height: 100%;
  background-color: var(--gray1);
  -webkit-transform: skewX(-17.62deg) scaleX(0);
          transform: skewX(-17.62deg) scaleX(0);
  -webkit-clip-path: inset(0% 0% 0 0%);
          clip-path: inset(0% 0% 0 0%);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.c-ttl04 {
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;
}
.c-ttl04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  background-color: var(--red);
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
}

.c-btn01.white > * {
  background-color: var(--white);
}
.c-btn01 > * {
  position: relative;
  background-color: var(--bg02);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-right: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btn01 p {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btn01 .c-top-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-btn02 {
  background: var(--white);
  color: var(--red);
  font-size: 14px;
  position: relative;
  display: block;
  padding: 14px 42px 14px 20px;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn02.ico-arrow .ico::before, .c-btn02.ico-arrow .ico::after {
  -webkit-mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
}
.c-btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  background: var(--red);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02 .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 10px;
  height: 10px;
  overflow: hidden;
  display: block;
}
.c-btn02 .ico::before, .c-btn02 .ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  -webkit-mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
          mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-btn02 .ico::after {
  left: -100%;
  background-color: var(--white);
}

.c-btn03 {
  display: block;
  position: relative;
  padding-right: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn03::before {
  background: var(--black);
  -webkit-mask: url(../img/common/ico_arrow02.svg) no-repeat center center/contain;
          mask: url(../img/common/ico_arrow02.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
}
.c-btn03 .inn {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-top-btn-arrow {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-top-btn-arrow > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-top-btn-arrow > *::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray4);
}
.c-top-btn-arrow > *::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-top-arrow {
  position: relative;
  background-color: var(--red);
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-top-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--red);
  -webkit-transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-top-arrow > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 25% 0 25%);
          clip-path: inset(0 25% 0 25%);
}
.c-top-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-top-arrow svg:nth-of-type(2) {
  left: -100%;
}

.c-kv {
  margin-top: -134px;
}
.c-kv .main-block {
  padding-top: 134px;
}
.c-kv .main-block {
  position: relative;
}
.c-kv .main-block .l-inner-block {
  display: grid;
  grid-template-columns: 1fr min(60%, 730px);
  gap: 60px;
  position: relative;
  max-width: 1400px;
}
.c-kv .main-block .l-inner-block:not(:has(.img-wrap)) {
  grid-template-columns: 1fr;
}
.c-kv .main-block .txt-wrap {
  position: relative;
  z-index: 2;
}
.c-kv .main-block .img-wrap {
  position: relative;
  margin-right: -80px;
}
.c-kv .main-block .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.c-kv .main-block .crumb {
  margin-top: 30px;
  margin-bottom: 120px;
  color: var(--gray1);
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
}
.c-kv .main-block .crumb > * {
  display: inline;
  font-weight: 300;
  min-width: 0;
}
.c-kv .main-block .crumb > * + * {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding-left: 20px;
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-kv .main-block .crumb > * + *::before {
  content: "/";
  position: absolute;
  left: 4px;
  top: 0;
}
.c-kv .main-block .crumb a {
  text-decoration: underline;
}
.c-kv .main-block .kv-txt {
  font-size: clamp(12px, 14px, min(14px, 1vw));
}
.c-kv .main-block .info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.c-kv .main-block .info-area time {
  color: var(--gray2);
  line-height: 1.6;
  font-size: 12px;
}
.c-kv .main-block .info-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-kv .main-block .info-area ul span {
  display: block;
  background-color: var(--gray5);
  color: var(--gray1);
  line-height: 1;
}
.c-kv .main-block .info-area ul span[data-type=new] {
  color: var(--red);
}
.c-kv .main-block .info-area ul span[data-type=pickup] {
  color: var(--gray2);
}
.c-kv .main-block .tag-wrap {
  margin-top: 14px;
  color: var(--gray2);
  font-size: clamp(12px, 12px, min(12px, 0.8571428571vw));
}
.c-kv .main-block .tag-wrap > * {
  display: inline;
}
.c-kv .main-block .tag-wrap > *::before {
  content: "#";
}
.c-kv .main-block .tag-wrap > * + * {
  margin-left: 10px;
}
.c-kv .desc-block {
  padding-block: 80px;
  line-height: 1.5em;
  font-size: clamp(12px, 14px, min(14px, 1vw));
  background-color: var(--bg02);
}
.c-kv:not(:has(.desc-block)) .p-top-kv__back {
  z-index: 1;
}
.c-kv:not(:has(.desc-block)) .l-inner-block {
  padding-bottom: 180px;
}
.c-kv:not(:has(.desc-block)) .l-inner-block.pb0 {
  padding-bottom: 0;
}
.c-kv {
  /* =========================
    背景（右側エリア）
  ========================= */
}
.c-kv .p-top-kv__back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow-x: clip;
}
.c-kv {
  /* =========================
    クロス本体
  ========================= */
}
.c-kv .c-kv__back__cross {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 800px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  pointer-events: none;
}
.c-kv .c-kv__back__cross.is-show {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-kv .c-kv__back__cross.is-show .line1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-kv .c-kv__back__cross.is-show .line2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-kv .c-kv__back__cross.is-show .line3 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-kv .c-kv__back__cross .line1,
.c-kv .c-kv__back__cross .line2,
.c-kv .c-kv__back__cross .line3 {
  position: absolute;
  top: 0;
  height: 800px;
  width: min(400px, 28.5714285714vw);
  mix-blend-mode: multiply;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.c-kv .c-kv__back__cross .line1 > div,
.c-kv .c-kv__back__cross .line2 > div,
.c-kv .c-kv__back__cross .line3 > div {
  width: min(400px, 28.5714285714vw);
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
}
.c-kv .c-kv__back__cross {
  /* ===== 各ライン ===== */
}
.c-kv .c-kv__back__cross .line1 {
  right: max(-25px, -1.7857142857vw);
  -webkit-transform: skewX(17.62deg);
          transform: skewX(17.62deg);
  z-index: 4;
}
.c-kv .c-kv__back__cross .line1 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 0, 50)), to(rgba(220, 0, 50, 0.2)));
  background: linear-gradient(180deg, rgb(220, 0, 50) 0%, rgba(220, 0, 50, 0.2) 100%);
}
.c-kv .c-kv__back__cross .line2 {
  left: max(-730px, -52.1428571429vw);
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
}
.c-kv .c-kv__back__cross .line2 > div {
  opacity: 0.15;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(185, 215, 235)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(185, 215, 235) 0%, rgba(255, 255, 255, 0) 100%);
}
.c-kv .c-kv__back__cross .line3 {
  left: max(-730px, -52.1428571429vw);
  -webkit-transform: skewX(17.62deg);
          transform: skewX(17.62deg);
}
.c-kv .c-kv__back__cross .line3 > div {
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 215, 235, 0.5)), color-stop(40%, rgba(185, 215, 235, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(185, 215, 235, 0.5) 0%, rgba(185, 215, 235, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
}
.c-kv.vertical-kv .l-inner-block {
  grid-template-columns: 1fr;
  gap: 67px;
}
.c-kv.vertical-kv .c-top-ttl {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.c-kv.vertical-kv .c-top-ttl .ja {
  font-size: clamp(28px, 32px, min(32px, 2.2857142857vw));
  line-height: 1.6;
}
.c-kv.vertical-kv .tag-wrap {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------- */
/* bg系クラス */
.bg-white {
  background: var(--white);
}

.bg-l-blue {
  background: var(--bg01);
}

/* --------------------------- */
.c-sec {
  padding-block: 140px 140px;
}
.c-sec.pt0 {
  padding-top: 0;
}
.c-sec.pb0 {
  padding-bottom: 0;
}

.w-deco {
  position: relative;
  overflow: hidden;
}
.w-deco .l-inner-block {
  z-index: 2;
}
.w-deco .p-top-kv__back {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.w-deco {
  /* =========================
    クロス本体
  ========================= */
}
.w-deco .c-kv__back__cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 800px;
  -webkit-transform: scale(1.3, 1);
          transform: scale(1.3, 1);
  pointer-events: none;
}
.w-deco .c-kv__back__cross .line1,
.w-deco .c-kv__back__cross .line2,
.w-deco .c-kv__back__cross .line3 {
  position: absolute;
  top: 0;
  height: 1000px;
  width: min(400px, 28.5714285714vw);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.w-deco .c-kv__back__cross .line1 > div,
.w-deco .c-kv__back__cross .line2 > div,
.w-deco .c-kv__back__cross .line3 > div {
  width: min(400px, 28.5714285714vw);
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
}
.w-deco .c-kv__back__cross .line1 {
  right: min(110px, 7.8571428571vw);
  -webkit-transform: skewX(-166deg);
          transform: skewX(-166deg);
  z-index: 3;
}
.w-deco .c-kv__back__cross .line1 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 0, 50)), color-stop(50%, rgba(220, 0, 50, 0)));
  background: linear-gradient(180deg, rgb(220, 0, 50) 0%, rgba(220, 0, 50, 0) 50%);
}
.w-deco .c-kv__back__cross .line2 {
  right: min(450px, 32.1428571429vw);
  -webkit-transform: skewX(14deg);
          transform: skewX(14deg);
  z-index: 2;
}
.w-deco .c-kv__back__cross .line2 > div {
  background: linear-gradient(3deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(185, 215, 235, 0.5) 100%);
}
.w-deco .c-kv__back__cross .line3 {
  right: min(540px, 38.5714285714vw);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: 2;
}
.w-deco .c-kv__back__cross .line3 > div {
  background: linear-gradient(3deg, rgba(185, 215, 235, 0) 0%, rgba(185, 215, 235, 0.5) 100%);
}

.w-deco.bottom-over {
  padding-bottom: 600px;
}

.c-sec.deco-bottom {
  margin-top: -500px;
  position: relative;
  z-index: 1;
}

.inn-wrap {
  max-width: 1200px;
  padding-inline: 40px;
  margin: auto;
}

.c-dot-list li {
  padding-left: 1em;
  position: relative;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.c-dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--black);
}
.c-dot-list li + li {
  margin-top: 10px;
}

.main-cont-wrap {
  width: 100%;
}
.main-cont-wrap:has(.side-menu) {
  position: relative;
  overflow-y: hidden;
  overflow-x: clip;
}

.side-menu {
  z-index: 5;
  max-width: 300px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 40px;
  right: 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
}
.side-menu {
  background: rgba(239, 243, 247, 0.9);
}
.side-menu.is-close {
  background: rgba(239, 243, 247, 0.9);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  background: inherit;
}
.side-menu.is-close .menu-toggle {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: rgba(239, 243, 247, 0.9);
}
.side-menu.is-close .menu-toggle .c-top-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side-menu .head {
  padding-left: 1em;
  position: relative;
  margin-bottom: 20px;
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
}
.side-menu .head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  background-color: var(--red);
}
.side-menu .inn {
  width: 100%;
  padding: 20px;
  padding-left: 0;
}
.side-menu:has(.accordion) .submenu {
  margin-left: 20px;
}
.side-menu .submenu {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  height: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.side-menu .submenu.is-open {
  max-height: 300px;
  opacity: 1;
  overflow-y: auto;
}
.side-menu .submenu.is-open::-webkit-scrollbar {
  width: 2px;
}
.side-menu .submenu.is-open::-webkit-scrollbar-track {
  background: var(--gray04);
}
.side-menu .submenu.is-open::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 2px;
}
.side-menu .submenu.no-margin {
  margin: 0;
}
.side-menu .submenu.no-margin li > * {
  border-bottom: none;
}
.side-menu .submenu li > * {
  cursor: pointer;
  position: relative;
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  line-height: 1.6;
  display: block;
  padding: 10px 30px 10px 0;
  width: 100%;
  text-align: left;
}
.side-menu .submenu li > * .txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.side-menu .submenu li > *::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray4);
}
.side-menu .submenu li > *::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-menu .submenu li > * .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side-menu .submenu li > * .ico::before, .side-menu .submenu li > * .ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  -webkit-mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-menu .submenu li > * .ico::after {
  left: -100%;
}
.side-menu .menu-toggle {
  padding: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: var(--gray2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
}
.side-menu .menu-toggle .c-top-arrow {
  margin-left: 0;
  background-color: var(--white);
  border: none;
}
.side-menu .menu-toggle .c-top-arrow::after {
  border: none;
}
.side-menu .menu-toggle .c-top-arrow > * {
  background-color: var(--white);
}
.side-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 2px;
}
.side-menu .menu-list::-webkit-scrollbar {
  width: 2px;
}
.side-menu .menu-list::-webkit-scrollbar-track {
  background: var(--gray04);
}
.side-menu .menu-list::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 2px;
}
.side-menu .menu-item {
  border-bottom: 1px solid #eee;
}
.side-menu .menu-item + .menu-item {
  margin-top: 10px;
}
.side-menu .accordion {
  cursor: pointer;
  position: relative;
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  line-height: 1.6;
  display: block;
  border-bottom: 1px solid var(--gray4);
  padding: 0 30px 10px 0;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.side-menu .accordion.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.side-menu .accordion::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 20px;
  margin: auto;
  -webkit-mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
  width: 10px;
  height: 10px;
  background: var(--red);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}

.related-sec {
  background-color: var(--bg02);
}
.related-sec .link-area {
  gap: min(45px, 3.2142857143vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.related-sec .link-area .cont .img-wrap {
  overflow: hidden;
  aspect-ratio: 390/180;
  width: 100%;
}
.related-sec .link-area .cont .img-wrap img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.related-sec .c-btn01 > * {
  padding: 30px;
  width: 100%;
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
  min-width: auto;
}

.c-news-list {
  background: var(--white);
  padding: 30px 30px 20px;
}
.c-news-list > li {
  position: relative;
}
.c-news-list > li > a {
  display: block;
  border-bottom: 1px solid var(--gray4);
  position: relative;
}
.c-news-list .info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-news-list .info-area time {
  color: var(--gray2);
  line-height: 1.6;
}
.c-news-list .info-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-news-list .info-area ul span {
  display: block;
  background-color: var(--gray5);
  color: var(--gray1);
  line-height: 1;
}
.c-news-list .info-area ul span[data-type=new] {
  color: var(--red);
}
.c-news-list .info-area ul span[data-type=pickup] {
  color: var(--gray2);
}
.c-news-list .list-item-ttl-area > p {
  line-height: 1.6;
  margin-top: 20px;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-news-list .c-top-arrow {
  position: absolute;
  bottom: 33px;
  right: 22px;
}

.c-position-card {
  cursor: pointer;
  position: relative;
  background-color: var(--white);
  width: calc((100% - 60px) / 3);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-position-card button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--gray5);
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-position-card .ico-plus {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-position-card .ico-plus::before, .c-position-card .ico-plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--red);
  display: block;
}
.c-position-card .ico-plus::before {
  height: 1px;
  width: 12px;
}
.c-position-card .ico-plus::after {
  height: 12px;
  width: 1px;
}
.c-position-card .img-wrap {
  max-width: 140px;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.c-position-card .img-wrap img {
  width: 100%;
  height: auto;
}
.c-position-card .txt-wrap {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
.c-position-card .txt-wrap h3 {
  font-size: clamp(18px, 20px, min(20px, 1.4285714286vw));
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-position-card .txt-wrap p {
  text-align: center;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-modal.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.c-modal .p-top-kv__back {
  overflow: hidden;
  max-height: 800px;
  height: 100%;
}
.c-modal .p-top-kv__back .c-kv__back__cross .line2 {
  right: min(280px, 20vw);
}
.c-modal .p-top-kv__back .c-kv__back__cross .line3 {
  right: min(330px, 23.5714285714vw);
}
.c-modal__content {
  position: relative;
  z-index: 10;
  background: #fff;
  max-width: 1266px;
  width: 100%;
  max-height: 660px;
  overflow-y: scroll;
  margin-inline: 20px;
}
.c-modal__content::-webkit-scrollbar {
  width: 2px;
}
.c-modal__content::-webkit-scrollbar-track {
  background: var(--gray04);
}
.c-modal__content::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 2px;
}
.c-modal__content .l-inner-block {
  max-width: 1200px;
}
.c-modal__content .job-sec {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.c-modal__content .job-sec p {
  max-width: 980px;
  margin: auto;
}
.c-modal__content .job-sec p + .c-ttl04,
.c-modal__content .job-sec p + .c-ttl01 {
  margin-top: 40px;
}
.c-modal__content .job-sec .c-ttl01 .small {
  display: block;
  font-size: 22px;
}
.c-modal__content .job-sec .c-ttl04 {
  max-width: 980px;
  margin: auto;
}
.c-modal__content .job-sec .c-ttl04 + p {
  margin-top: 30px;
}
.c-modal__content .job-sec .c-dot-list {
  max-width: 980px;
  margin: auto;
}
.c-modal__content .job-sec .c-dot-list + .c-ttl04,
.c-modal__content .job-sec .c-dot-list + .c-ttl01 {
  margin-top: 40px;
}
.c-modal__content .p-magazine .p-magazine__inner, .c-modal__content .p-magazine .p-magazine__controller, .c-modal__content .p-magazine .p-magazine__link, .c-modal__content .p-magazine .p-magazine__title, .c-modal__content .p-magazine .magazine-ttl-btn-box {
  max-width: 1120px !important;
}
.c-modal__content .link-sec .l-inner-block {
  max-width: 1200px !important;
}
.c-modal .c-modal__close {
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  display: block;
  background-color: var(--white);
  border: 1px solid var(--gray5);
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  right: 40px;
  float: right;
}
.c-modal .c-modal__close {
  z-index: 11;
}
.c-modal .c-modal__close::before, .c-modal .c-modal__close::after {
  content: "";
  width: 16px;
  height: 1px;
  margin: auto;
  display: block;
  background-color: var(--red);
}
.c-modal .c-modal__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-modal .c-modal__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link-sec {
  padding-block: 60px;
  background-color: var(--blue02);
}
.link-sec .l-inner-block {
  max-width: 1340px;
}
.link-sec .ttl-btn {
  background: var(--white);
  line-height: 1.6;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: left;
}
.link-sec .ttl-btn.is-active .ico-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.link-sec .ttl-btn.is-active .ico-plus::after {
  opacity: 0;
}
.link-sec .ttl-btn .ico-plus {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid var(--gray5);
}
.link-sec .ttl-btn .ico-plus::before, .link-sec .ttl-btn .ico-plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--red);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link-sec .ttl-btn .ico-plus::before {
  width: 1px;
  height: 12px;
}
.link-sec .ttl-btn .ico-plus::after {
  width: 12px;
  height: 1px;
}
.link-sec .c-aco-wrap + .c-aco-wrap {
  margin-top: 20px;
}
.link-sec .c-aco-wrap .cont-area {
  margin-top: 4px;
  background-color: var(--white);
  padding: 0 60px 40px;
  display: none;
}
.link-sec .c-aco-wrap .cont-area .c-btn01 {
  width: 100%;
}
.link-sec .c-aco-wrap .cont-area .c-btn01 > a {
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray3);
  padding-block: 40px;
  padding-inline: 30px;
  padding-right: 100px;
}
.link-sec .c-aco-wrap .cont-area .c-btn01 > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: red;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.link-sec .c-aco-wrap .cont-area .c-btn01 .txt-wrap .ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  display: block;
  margin-bottom: 10px;
}
.link-sec .c-aco-wrap .cont-area .c-btn01 .txt-wrap .ttl.mb0 {
  margin-bottom: 0;
}
.link-sec .c-aco-wrap .cont-area .c-btn01 .txt-wrap .desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  display: block;
}

.scroll-hint-icon {
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 100px;
  width: 100px;
}
.scroll-hint-icon::before {
  background-image: url(../img/common/scroll-hint.svg);
  height: 70px;
  width: 70px;
}
.scroll-hint-icon::after {
  display: none;
}

.scroll-hint-text {
  display: none;
}

.c-magazine-sec {
  padding-block: 100px;
}
.c-magazine-sec .l-inner-block {
  max-width: 1200px;
}
.c-magazine-sec .ttl-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-magazine-sec .ttl-flex .c-ttl02 {
  margin-bottom: 0;
}
.c-magazine-sec .ttl-flex .c-top-btn-arrow a {
  padding-bottom: 10px;
}
.c-magazine-sec .ttl-flex .c-top-btn-arrow a span {
  font-size: 14px;
}
.c-magazine-sec .ttl-flex .c-top-btn-arrow a .c-top-arrow {
  width: 18px;
  height: 18px;
  margin-left: 20px;
}
.c-magazine-sec .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 60px, min(60px, 4.2857142857vw));
  margin-top: 40px;
}
.c-magazine-sec .cont .img {
  max-width: 400px;
  width: 100%;
}
.c-magazine-sec .cont .txt-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  max-width: calc(100% - clamp(20px, 60px, min(60px, 4.2857142857vw)) - 400px);
  width: 100%;
}
.c-magazine-sec .cont .txt-wrap .ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
}
.c-magazine-sec .cont .txt-wrap .c-btn02 {
  padding-block: 16px;
  font-size: 14px;
  max-width: 300px;
  width: 100%;
  background: var(--bg02);
}
.c-magazine-sec .cont .txt-wrap .c-btn02:not(:hover) {
  color: var(--black);
}

.attention {
  position: relative;
  padding-left: 1em;
  margin-top: 20px;
  font-size: 12px;
}
.attention::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.hover-link a {
  color: inherit;
  text-decoration: underline;
}
.hover-link a:hover {
  color: var(--red);
}

.c-tag-search {
  background: var(--bg02);
  max-height: 360px;
  padding: 36px 40px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-tag-search::before {
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 247, 0)), to(#EFF3F7));
  background: linear-gradient(180deg, rgba(239, 243, 247, 0) 0%, #EFF3F7 100%);
  opacity: 2;
  z-index: 2;
}
.c-tag-search.none-fade::before {
  display: none;
}
.c-tag-search.is-open {
  padding-bottom: 100px;
}
.c-tag-search.is-open::before {
  opacity: 0;
  pointer-events: none;
}
.c-tag-search.is-open .more-btn span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-tag-search.is-open .more-btn span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-tag-search .more-btn {
  display: block;
  border: 1px solid var(--gray5);
  margin: 0 auto;
  background: var(--white);
  padding: 10px 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 12px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.c-tag-search .more-btn .ico {
  position: relative;
  padding: 6px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  display: block;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-tag-search .more-btn .ico::before, .c-tag-search .more-btn .ico::after {
  background-color: var(--red);
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
}
.c-tag-search .more-btn .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-tag-search .count-txt {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.c-tag-search .reset-btn {
  background-color: var(--gray2);
  color: var(--white);
  padding: 9px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.c-tag-search .reset-btn .ico {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  display: block;
}
.c-tag-search .reset-btn .ico::before {
  content: "";
  -webkit-mask: url(../img/common/ico_reload.svg) no-repeat center/contain;
          mask: url(../img/common/ico_reload.svg) no-repeat center/contain;
  background-color: var(--white);
  display: block;
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
}
.c-tag-search .ttl {
  margin-bottom: 28px;
  position: relative;
  border-bottom: 1px solid var(--gray2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
}
.c-tag-search .ttl::before {
  color: var(--red);
  content: "#";
}
.c-tag-search .desc {
  margin-bottom: 40px;
}
.c-tag-search .tag-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.c-tag-search .tag-group .label {
  width: 160px;
  min-width: 160px;
  border-right: 1px solid var(--red);
}
.c-tag-search .tag-group .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  padding-left: 30px;
}
.c-tag-search .tag-group .tags button {
  line-height: 1;
  border: 1px solid var(--light-blue);
  background: #fff;
  padding: 6px 8px;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-tag-search .tag-group .tags button::before {
  content: "＃";
  color: var(--red);
}
.c-tag-search .tag-group .tags button:hover {
  border-color: #e33;
}
.c-tag-search .tag-group .tags button.is-active {
  gap: 5px;
  color: var(--white);
  background-color: var(--red);
}
.c-tag-search .tag-group .tags button.is-active::before {
  content: "";
  -webkit-mask: url("../img/common/ico_cross.svg") no-repeat center/contain;
          mask: url("../img/common/ico_cross.svg") no-repeat center/contain;
  width: 5px;
  height: 5px;
  background-color: var(--white);
  line-height: 1;
}
.c-tag-search .list-item-ttl-area {
  position: relative;
}
.c-tag-search .list-item-ttl-area p {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 23px;
}
.c-tag-search .list-item-ttl-area .c-top-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-tag-search .list-item-ttl-area .c-top-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-tag-search .list-item__tags {
  position: relative;
}
.c-tag-search .list-item__tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-tag-search .list-item__tags ul li {
  color: var(--gray2);
  position: relative;
}
.c-tag-search .list-item__tags ul li::before {
  content: "#";
}

.c-table01 tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-table01 tr + tr {
  margin-top: 30px;
}
.c-table01 tr th {
  line-height: 1.6;
  font-weight: 400;
  min-width: 210px;
  text-align: left;
}
.c-table01 tr td {
  position: relative;
  padding-left: 30px;
}
.c-table01 tr td::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--red);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-table01 .txt {
  line-height: 1.6;
}
.c-table01 .txt + ul {
  margin-top: 20px;
}
.c-table01 .txt + .attention {
  margin-top: 4px;
}
.c-table01 .txt + .txt {
  margin-top: 20px;
}
.c-table01 .txt + .dot-ttl {
  margin-top: 20px;
}
.c-table01 ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.c-table01 ul li + li {
  margin-top: 4px;
}
.c-table01 ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: var(--black);
  border-radius: 50%;
}
.c-table01 ul.mt-4 {
  margin-top: 4px;
}
.c-table01 ul + .dot-ttl {
  margin-top: 20px;
}
.c-table01 ul + .txt {
  margin-top: 4px;
}
.c-table01 ul + .attention {
  margin-top: 20px;
}
.c-table01 a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.c-table01 .attention {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.c-table01 .attention::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0;
}
.c-table01 .attention + .txt {
  margin-top: 20px;
}
.c-table01 .dot-ttl {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
}
.c-table01 .dot-ttl::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: var(--black);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.c-table01 .dot-ttl + .txt {
  margin-top: 4px;
}
.c-table01 .dot-txt {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
}
.c-table01 .dot-txt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: var(--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.c-table01 .dot-txt + .txt {
  margin-top: 4px;
}

.c-benefit-chart-box {
  max-width: 680px;
  width: 100%;
  margin: 60px auto 0;
}
.c-benefit-chart-box .gray {
  background: var(--gray5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding: 40px clamp(10px, 40px, min(40px, 2.8571428571vw));
}
.c-benefit-chart-box .gray .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 100px) / 2);
  gap: 30px;
}
.c-benefit-chart-box .gray .inn .lead-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 60px;
}
.c-benefit-chart-box .gray .inn .lead-wrap .ico {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
}
.c-benefit-chart-box .gray .inn .lead-wrap .ico.mb {
  margin-bottom: 5px;
}
.c-benefit-chart-box .gray .inn .lead-wrap .lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(18px, 24px, min(24px, 1.7142857143vw));
  line-height: 1;
  gap: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 7px;
}
.c-benefit-chart-box .gray .inn .lead-wrap .lead .small {
  font-size: clamp(12px, 14px, min(14px, 1vw));
}
.c-benefit-chart-box .gray .inn .white {
  background: var(--white);
  padding: 20px clamp(10px, 20px, min(20px, 1.4285714286vw));
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.c-benefit-chart-box .gray .inn .white .txt {
  text-align: center;
  font-size: clamp(12px, 16px, min(16px, 1.1428571429vw));
}
.c-benefit-chart-box .gray .inn:last-child .white::before {
  content: "";
  position: absolute;
  background: url("../img/environment/development/chart-arrow.svg") no-repeat center/contain;
  display: block;
  width: 100px;
  height: 15px;
  top: 0;
  left: -100px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.c-benefit-chart-box .pink {
  background: var(--light-pink);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-benefit-chart-box .pink::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 21px;
  background: var(--gray5);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-benefit-chart-box .pink .txt {
  font-size: 18px;
  text-align: center;
}

.c-benefit-system-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px clamp(30px, 60px, min(60px, 4.2857142857vw));
}
.c-benefit-system-list.col3 > li {
  width: calc((100% - clamp(30px, 60px, min(60px, 4.2857142857vw)) * 2) / 3);
  padding-bottom: 40px;
}
.c-benefit-system-list > li {
  width: calc((100% - clamp(30px, 60px, min(60px, 4.2857142857vw))) / 2);
  border-top: 1px solid var(--gray3);
  padding-top: 30px;
}
.c-benefit-system-list > li .c-dot-list {
  margin-top: 10px;
}
.c-link-list > li {
  margin-bottom: 60px;
}
.c-link-list > li:last-child {
  margin-bottom: 0;
}
.c-link-list .cont {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-link-list .cont .txt-wrap {
  width: 100%;
}
.c-link-list .cont .txt-wrap > * {
  width: 100%;
  padding: 30px 20px;
}
.c-link-list .cont .txt-wrap span {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-menu-cont-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  padding-left: 13px;
  padding-right: 28px;
  line-height: 1.6;
  min-width: 142px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-menu-cont-ttl.is-active .ico-plus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-menu-cont-ttl.is-active .ico-plus::after {
  opacity: 0;
}
.c-menu-cont-ttl span {
  position: relative;
  visibility: visible;
}
.c-menu-cont-ttl .ico-arrow {
  position: relative;
  background-color: var(--red);
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
}
.c-menu-cont-ttl .ico-arrow::before, .c-menu-cont-ttl .ico-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 5 4 4-4 4' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 5 4 4-4 4' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-menu-cont-ttl .ico-arrow::after {
  background-color: var(--red);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.c-menu-cont-ttl .ico-arrow > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 25% 0 25%);
          clip-path: inset(0 25% 0 25%);
}
.c-menu-cont-ttl .ico-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-menu-cont-ttl .ico-arrow svg:nth-of-type(2) {
  left: -100%;
}
.c-menu-cont-ttl .ico-plus {
  width: 14px;
  height: 14px;
  background: var(--red);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-cont-ttl .ico-plus::before {
  content: "";
  width: 1px;
  height: 10px;
  background: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-cont-ttl .ico-plus::after {
  content: "";
  width: 10px;
  height: 1px;
  background: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-cont-ttl::before {
  content: "";
  background: var(--red);
  position: absolute;
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.c-menu-cont-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 0.2em);
  height: 115%;
  background-color: var(--red);
  -webkit-transform: skewX(-17.62deg) scaleX(0);
          transform: skewX(-17.62deg) scaleX(0);
  -webkit-clip-path: inset(0% 0% 0 0%);
          clip-path: inset(0% 0% 0 0%);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.c-list01 > li + li {
  margin-top: 20px;
}
.c-list01 > li > a {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  padding: 0 34px 10px 20px;
  min-width: min(280px, 100%);
}
.c-list01 > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray4);
}
.c-list01 > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-list01 > li > a .ico {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
}
.c-list01 > li > a .ico::before, .c-list01 > li > a .ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  -webkit-mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow01.svg") no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-list01 > li > a .ico::after {
  left: -100%;
}
.c-list01.ico-has-bg > li > a {
  padding: 0 44px 10px 20px;
}
.c-list01.ico-has-bg .ico {
  background: var(--red);
  width: 18px;
  height: 18px;
}
.c-list01.ico-has-bg .ico::before, .c-list01.ico-has-bg .ico::after {
  background: var(--white);
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-list01 + .c-list02 {
  margin-top: 20px;
}
.c-list01 + .c-list-menu-ttl {
  margin-top: 20px;
}

.c-list02 > li + li {
  margin-top: 10px;
}
.c-list02 > li a {
  background: var(--white);
  color: var(--red);
  font-size: 14px;
  position: relative;
  display: block;
  padding: 14px 42px 14px 20px;
  min-width: min(280px, 100%);
  line-height: 1.6;
}
.c-list02 > li a.ico-arrow .ico::before, .c-list02 > li a.ico-arrow .ico::after {
  -webkit-mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow03.svg") no-repeat center/contain;
}
.c-list02 > li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  background: var(--red);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-list02 > li a .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 10px;
  height: 10px;
  overflow: hidden;
  display: block;
}
.c-list02 > li a .ico::before, .c-list02 > li a .ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  -webkit-mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
          mask: url("../img/common/ico_blank.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-list02 > li a .ico::after {
  left: -100%;
  background-color: var(--white);
}
.c-list02 + .c-list-menu-ttl {
  margin-top: 20px;
}

.c-list-menu-ttl {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-link-block {
  background: #B9D7EB;
  padding: 70px 0;
}
.c-link-block .box {
  background: var(--white);
  max-width: 600px;
  margin: auto;
  padding: 40px;
  display: block;
}
.c-link-block .box .box-ttl {
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  line-height: 1.6;
  margin-bottom: 30px;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link-block .box .c-btn01 {
  text-align: right;
  margin-left: auto;
}
.c-link-block .box .c-btn01 > div {
  height: 50px;
  margin-left: auto;
}
.c-link-block .box .c-btn01 > div div {
  width: 18px;
  height: 18px;
}

.c-job-description-block {
  background: var(--bg01);
}
.c-job-description-block .js-show-menu-area {
  display: none;
}
.c-job-description-block .ttl-btn {
  background: var(--white);
  line-height: 1.6;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-job-description-block .ttl-btn.is-active .ico-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-job-description-block .ttl-btn.is-active .ico-plus::after {
  opacity: 0;
}
.c-job-description-block .ttl-btn .ico-plus {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid var(--gray5);
}
.c-job-description-block .ttl-btn .ico-plus::before, .c-job-description-block .ttl-btn .ico-plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--red);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-job-description-block .ttl-btn .ico-plus::before {
  width: 1px;
  height: 12px;
}
.c-job-description-block .ttl-btn .ico-plus::after {
  width: 12px;
  height: 1px;
}
.c-job-description-block .tbl-area {
  background: var(--white);
  margin-top: 4px;
  padding: 40px min(60px, 4.2857142857vw);
}
.c-job-description-block .recruit-tb tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-job-description-block .recruit-tb tr + tr {
  margin-top: 30px;
}
.c-job-description-block .recruit-tb tr th {
  line-height: 1.6;
  font-weight: 400;
  min-width: 210px;
  text-align: left;
}
.c-job-description-block .recruit-tb tr td {
  position: relative;
  padding-left: 30px;
}
.c-job-description-block .recruit-tb tr td::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--red);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-job-description-block .recruit-tb * + .attention,
.c-job-description-block .recruit-tb * + .txt,
.c-job-description-block .recruit-tb * + ul,
.c-job-description-block .recruit-tb * + .dot-ttl {
  margin-top: 4px;
}
.c-job-description-block .recruit-tb .txt {
  line-height: 1.6;
}
.c-job-description-block .recruit-tb ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.c-job-description-block .recruit-tb ul li + li {
  margin-top: 4px;
}
.c-job-description-block .recruit-tb ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: var(--black);
  border-radius: 50%;
}
.c-job-description-block .recruit-tb a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.c-job-description-block .recruit-tb .attention {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.c-job-description-block .recruit-tb .attention::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0;
}
.c-job-description-block .recruit-tb .dot-ttl {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
}
.c-job-description-block .recruit-tb .dot-ttl::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: var(--black);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.c-job-description-block .recruit-tb .dot-txt {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
}
.c-job-description-block .recruit-tb .dot-txt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: var(--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.c-flow-block {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.c-flow-block .top-flow-block {
  display: grid;
  grid-template-columns: repeat(5, minmax(auto, 1fr));
  margin-bottom: 40px;
}
.c-flow-block .top-flow-block > li {
  background: var(--bg02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 8px;
  gap: 10px;
  position: relative;
  margin-right: 20px;
}
.c-flow-block .top-flow-block > li:last-child {
  margin-right: 0;
}
.c-flow-block .top-flow-block > li:last-child::after {
  display: none;
}
.c-flow-block .top-flow-block > li::after {
  content: "";
  background: url("../img/common/ico_arrow05.svg") no-repeat center/cover;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
}
.c-flow-block .top-flow-block > li.bg-blue {
  background: var(--blue);
}
.c-flow-block .top-flow-block > li.bg-blue .txt {
  color: var(--white);
}
.c-flow-block .top-flow-block .num {
  background: var(--white);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-flow-block .top-flow-block .txt {
  line-height: 1.6;
}
.c-flow-block .top-flow-block .txt.tri {
  padding-left: 16px;
  position: relative;
  display: block;
  width: 100%;
}
.c-flow-block .top-flow-block .txt.tri::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--red);
  border-right: 0;
}
.c-flow-block .top-flow-block .txt + .txt {
  margin-top: 16px;
}
.c-flow-block .top-flow-block .ttl {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-block: 10px 20px;
}
.c-flow-block .main-flow-list {
  position: relative;
}
.c-flow-block .main-flow-list::before {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background: linear-gradient(var(--red) 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 106px;
  z-index: 1;
}
.c-flow-block .main-flow-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  gap: 40px;
  background: var(--bg02);
  position: relative;
}
.c-flow-block .main-flow-list > li::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../img/common/ico_arrow04.svg") no-repeat center/contain;
  width: 40px;
  height: 30px;
  z-index: 1;
}
.c-flow-block .main-flow-list > li + li {
  margin-top: 10px;
}
.c-flow-block .main-flow-list > li:last-child::after {
  display: none;
}
.c-flow-block .main-flow-list > li.bg-blue {
  background: var(--blue);
}
.c-flow-block .main-flow-list > li.bg-blue .txt-area {
  color: var(--white);
}
.c-flow-block .main-flow-list > li.bg-blue .list-ttl {
  color: var(--white);
}
.c-flow-block .main-flow-list .ico-area {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 2;
  width: 126px;
  flex-shrink: 0;
}
.c-flow-block .main-flow-list .ico {
  background: #B9D7EB;
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  margin-left: 6px;
}
.c-flow-block .main-flow-list .ico img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-flow-block .main-flow-list .num {
  border-radius: 50%;
  background: var(--white);
  width: 36px;
  height: 36px;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: -4px;
  z-index: 2;
}
.c-flow-block .main-flow-list .list-ttl {
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-flow-block .main-flow-list .desc {
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-flow-block .main-flow-list .desc.mb-0 {
  margin-bottom: 0;
}
.c-flow-block .main-flow-list .desc + * {
  position: relative;
  padding-top: 30px;
}
.c-flow-block .main-flow-list .desc + *::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--red);
  position: absolute;
  top: 0;
  left: 0;
}
.c-flow-block .main-flow-list .btn-area + .list-ttl {
  margin-top: 40px;
}
.c-flow-block .main-flow-list .c-top-btn-arrow + .c-top-btn-arrow {
  margin-top: 10px;
}
.c-flow-block .main-flow-list .white-box-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: min(30px, 2.1428571429vw);
}
.c-flow-block .main-flow-list .white-box-list > li {
  background: var(--white);
  padding: min(30px, 2.1428571429vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-flow-block .main-flow-list .white-box-list .box-ttl {
  line-height: 1.6;
  margin-bottom: 10px;
}
.c-flow-block .main-flow-list .white-box-list .box-desc {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-flow-block .main-flow-list .white-box-list .c-top-btn-arrow {
  margin-top: 29px;
}
.c-flow-block .main-flow-list .white-box-list .c-top-btn-arrow + .c-top-btn-arrow {
  margin-top: 10px;
}

.p-magazine {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: var(--light-blue);
}
.p-magazine .p-magazine__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-magazine .p-magazine__list {
  position: relative;
}
.p-magazine .swiper {
  width: 100%;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-magazine .swiper-slide {
  width: auto;
}
.p-magazine .list-item-wrapper.is-move {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.p-magazine .list-item-wrapper.is-move .list-item {
  pointer-events: none;
}
.p-magazine .list-item {
  position: relative;
  background-color: var(--white);
  height: 100%;
}
.p-magazine .list-item a {
  display: block;
}
.p-magazine .list-item .list-item__thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.p-magazine .list-item .list-item__thumb img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-magazine .list-item .list-item__title {
  position: relative;
}
.p-magazine .list-item .list-item__title p {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-magazine .list-item .list-item__tags {
  position: relative;
  padding-right: 30px;
}
.p-magazine .list-item .list-item__tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-magazine .list-item .list-item__tags ul li {
  color: var(--gray2);
}
.p-magazine .list-item .list-item__tags .c-top-arrow {
  position: absolute;
}
.p-magazine .p-magazine__controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1560px;
}
.p-magazine .p-magazine__progress {
  position: relative;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-clip-path: inset(0% -8% 0% 0%);
          clip-path: inset(0% -8% 0% 0%);
}
.p-magazine .p-magazine__progress .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--gray4);
}
.p-magazine .swiper-scrollbar {
  position: relative;
  --swiper-scrollbar-border-radius: 0px;
  --swiper-scrollbar-top: 0;
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-left: 0;
  --swiper-scrollbar-right: 0;
  --swiper-scrollbar-sides-offset: 0;
  --swiper-scrollbar-bg-color: transparent;
  --swiper-scrollbar-drag-bg-color: transparent;
  --swiper-scrollbar-size: 100%;
}
.p-magazine .swiper-scrollbar-drag {
  position: relative;
}
.p-magazine .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
  width: 100vw;
  height: 2px;
  pointer-events: none;
  background-color: var(--red);
  will-change: transform;
}
.p-magazine .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--gray4);
  background-color: var(--white);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  will-change: transform;
}
.p-magazine .p-magazine__pagination {
  position: relative;
  background-color: var(--white);
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.p-magazine .p-magazine__pagination::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray5);
  -webkit-transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-magazine .p-magazine__pagination .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-magazine .p-magazine__pagination .btn > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 25% 0 25%);
          clip-path: inset(0 25% 0 25%);
}
.p-magazine .p-magazine__pagination .btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-magazine .p-magazine__pagination .btn svg:nth-of-type(2) {
  left: -100%;
}
.p-magazine .p-magazine__pagination.is-prev .btn {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-magazine .p-magazine__pagination.swiper-button-disabled {
  pointer-events: none;
  background-color: var(--gray4);
}
.p-magazine .p-magazine__pagination.swiper-button-disabled::after {
  border-color: var(--gray4);
}
.p-magazine .p-magazine__pagination.swiper-button-disabled svg:nth-of-type(1) path {
  fill: var(--white);
}
.p-magazine .p-magazine__pagination.swiper-button-lock {
  display: block;
}
.p-magazine.lawer-page .p-magazine__controller {
  max-width: 1560px;
}
.p-magazine.lawer-page .magazine-ttl-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.home__inner {
  position: relative;
}
.home__inner .pin-spacer {
  overflow: hidden !important;
}

.home[data-status=ready] .p-top-banner {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.5s;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.5s;
}
.home .p-top-banner {
  visibility: hidden;
  opacity: 0;
}

.p-top-banner {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.p-top-banner.is-hide {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.5s;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.5s;
}
.p-top-banner .p-top-banner__inner {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-banner .p-top-banner__a {
  position: absolute;
}
.p-top-banner .p-top-banner__a.is-hide {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-banner .p-top-banner__a.is-none {
  display: none;
}
.p-top-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-banner a p {
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-banner .close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.p-top-banner .close::after {
  content: "";
  position: absolute;
}
.p-top-banner .close > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.p-top-banner .close > div::before, .p-top-banner .close > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: var(--gray2);
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-banner .close > div::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-top-banner .close > div::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-top-kv {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}
.p-top-kv .p-top-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh + 20px);
  background-size: cover;
  background-position: center;
}
.p-top-kv .p-top-kv__back__cross {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-top-kv .p-top-kv__back__cross.is-show {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-kv .p-top-kv__back__cross.is-show .line1,
.p-top-kv .p-top-kv__back__cross.is-show .line2,
.p-top-kv .p-top-kv__back__cross.is-show .line3,
.p-top-kv .p-top-kv__back__cross.is-show .line4 {
  -webkit-clip-path: inset(0% 0 0% 0);
          clip-path: inset(0% 0 0% 0);
  -webkit-transition: -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-kv .p-top-kv__back__cross.is-show .line1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top-kv .p-top-kv__back__cross.is-show .line2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-top-kv .p-top-kv__back__cross.is-show .line3 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-kv .p-top-kv__back__cross.is-show .line4 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-top-kv .p-top-kv__back__cross.move-right .line1 > div,
.p-top-kv .p-top-kv__back__cross.move-right .line2 > div,
.p-top-kv .p-top-kv__back__cross.move-right .line3 > div,
.p-top-kv .p-top-kv__back__cross.move-right .line4 > div {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.p-top-kv .p-top-kv__back__cross.move-right .line1,
.p-top-kv .p-top-kv__back__cross.move-right .line2 {
  -webkit-clip-path: none;
          clip-path: none;
}
.p-top-kv .p-top-kv__back__cross.move-right .line1 > div,
.p-top-kv .p-top-kv__back__cross.move-right .line2 > div {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}
.p-top-kv .p-top-kv__back__cross.move-right .line3,
.p-top-kv .p-top-kv__back__cross.move-right .line4 {
  -webkit-clip-path: none;
          clip-path: none;
}
.p-top-kv .p-top-kv__back__cross.move-right .line3 > div,
.p-top-kv .p-top-kv__back__cross.move-right .line4 > div {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-kv .p-top-kv__back__cross.move-left .line1 > div,
.p-top-kv .p-top-kv__back__cross.move-left .line2 > div,
.p-top-kv .p-top-kv__back__cross.move-left .line3 > div,
.p-top-kv .p-top-kv__back__cross.move-left .line4 > div {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.p-top-kv .p-top-kv__back__cross.move-left .line1,
.p-top-kv .p-top-kv__back__cross.move-left .line2 {
  -webkit-clip-path: none;
          clip-path: none;
}
.p-top-kv .p-top-kv__back__cross.move-left .line1 > div,
.p-top-kv .p-top-kv__back__cross.move-left .line2 > div {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-kv .p-top-kv__back__cross.move-left .line3,
.p-top-kv .p-top-kv__back__cross.move-left .line4 {
  -webkit-clip-path: none;
          clip-path: none;
}
.p-top-kv .p-top-kv__back__cross.move-left .line3 > div,
.p-top-kv .p-top-kv__back__cross.move-left .line4 > div {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}
.p-top-kv .p-top-kv__back__cross .line1,
.p-top-kv .p-top-kv__back__cross .line2,
.p-top-kv .p-top-kv__back__cross .line3,
.p-top-kv .p-top-kv__back__cross .line4 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100dvh + 20px);
  mix-blend-mode: multiply;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.p-top-kv .p-top-kv__back__cross .line1 > div,
.p-top-kv .p-top-kv__back__cross .line2 > div,
.p-top-kv .p-top-kv__back__cross .line3 > div,
.p-top-kv .p-top-kv__back__cross .line4 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.65, 0, 0.175, 1);
}
.p-top-kv .p-top-kv__back__cross .line1 {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(17.62deg);
          transform: translate3d(-100%, 0, 0) skewX(17.62deg);
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.p-top-kv .p-top-kv__back__cross .line1 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#deebf3), to(#d4e1e9));
  background: linear-gradient(180deg, #deebf3 0%, #d4e1e9 100%);
}
.p-top-kv .p-top-kv__back__cross .line2 {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(17.62deg);
          transform: translate3d(-100%, 0, 0) skewX(17.62deg);
  -webkit-clip-path: inset(0% 0 100% 0);
          clip-path: inset(0% 0 100% 0);
}
.p-top-kv .p-top-kv__back__cross .line2 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7dfee), to(#b5cbda));
  background: linear-gradient(180deg, #c7dfee 0%, #b5cbda 100%);
}
.p-top-kv .p-top-kv__back__cross .line3 {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(-17.62deg);
          transform: translate3d(-100%, 0, 0) skewX(-17.62deg);
  -webkit-clip-path: inset(0% 0 100% 0);
          clip-path: inset(0% 0 100% 0);
}
.p-top-kv .p-top-kv__back__cross .line3 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#dc0032), to(#c1002c));
  background: linear-gradient(180deg, #dc0032 0%, #c1002c 100%);
}
.p-top-kv .p-top-kv__back__cross .line4 {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(-17.62deg);
          transform: translate3d(-100%, 0, 0) skewX(-17.62deg);
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.p-top-kv .p-top-kv__back__cross .line4 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#e65e84), to(#ce5577));
  background: linear-gradient(180deg, #e65e84 0%, #ce5577 100%);
}
.p-top-kv .p-top-kv__front__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-kv .p-top-kv__title {
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-top-kv .p-top-kv__title.is-fixed {
  mix-blend-mode: exclusion;
}
.p-top-kv .p-top-kv__title.is-fixed svg {
  mix-blend-mode: initial;
}
.p-top-kv .p-top-kv__title.is-fixed .effect1,
.p-top-kv .p-top-kv__title.is-fixed .effect2 {
  display: none;
}
.p-top-kv .p-top-kv__title .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-tablet-portrait .p-top-kv .p-top-kv__title {
  min-width: 860px;
}

.is-tablet-landscape .p-top-kv .p-top-kv__title {
  min-width: 720px;
}

.p-top-statement {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 2;
}
.p-top-statement .p-top-statement__inner {
  position: relative;
}
.p-top-statement .p-top-statement__txt {
  position: relative;
  z-index: 1;
}
.p-top-statement .p-top-statement__txt p {
  font-weight: 400;
  color: var(--black);
}
.p-top-statement .p-top-statement__txt p:last-of-type {
  margin-bottom: 0;
}
.p-top-statement .p-top-statement__txt p span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-statement .p-top-statement__catchcopy {
  position: relative;
  z-index: 1;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(1) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(3) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(5) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(6) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(8) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(9) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(10) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path:nth-of-type(11) {
  -webkit-transition-delay: 0.38s;
          transition-delay: 0.38s;
}
.p-top-statement .p-top-statement__catchcopy.is-show .p-top-statement__catchcopy__inner svg path {
  -webkit-transform: translate3d(0%, 0%, 0) !important;
          transform: translate3d(0%, 0%, 0) !important;
}
.p-top-statement .p-top-statement__catchcopy .p-top-statement__catchcopy__inner {
  position: relative;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: var(--gray1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-statement .p-top-statement__catchcopy .p-top-statement__catchcopy__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  z-index: 1;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}
.p-top-statement .p-top-statement__catchcopy .p-top-statement__catchcopy__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}
.p-top-statement .p-top-statement__catchcopy .p-top-statement__catchcopy__inner.run-motion::before {
  -webkit-animation: kf-statement-loop 1.4s linear;
          animation: kf-statement-loop 1.4s linear;
}
@-webkit-keyframes kf-statement-loop {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
            animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  35% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
            animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    -webkit-transform: translate3d(101%, 0, 0);
            transform: translate3d(101%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
            animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
}
@keyframes kf-statement-loop {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
            animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  35% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
            animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    -webkit-transform: translate3d(101%, 0, 0);
            transform: translate3d(101%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
            animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
}
.p-top-statement .p-top-statement__catchcopy svg {
  position: relative;
  z-index: 2;
}
.p-top-statement .p-top-statement__catchcopy svg path {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-3%, 150%, 0);
          transform: translate3d(-3%, 150%, 0);
}
.p-top-statement .p-top-statement__bg {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
.p-top-statement .p-top-statement__bg.is-show .line1,
.p-top-statement .p-top-statement__bg.is-show .line2,
.p-top-statement .p-top-statement__bg.is-show .line3,
.p-top-statement .p-top-statement__bg.is-show .line4 {
  -webkit-clip-path: inset(0% 0 0% 0);
          clip-path: inset(0% 0 0% 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-statement .p-top-statement__bg.is-show .line1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top-statement .p-top-statement__bg.is-show .line2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-top-statement .p-top-statement__bg.is-show .line3 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-statement .p-top-statement__bg.is-show .line4 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-top-statement .p-top-statement__bg .p-top-statement__bg__inner1 {
  position: relative;
  top: 50%;
  height: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.p-top-statement .p-top-statement__bg .p-top-statement__bg__inner2 {
  position: relative;
  top: -20%;
  height: 140%;
}
.p-top-statement .p-top-statement__bg .line1,
.p-top-statement .p-top-statement__bg .line2,
.p-top-statement .p-top-statement__bg .line3,
.p-top-statement .p-top-statement__bg .line4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  mix-blend-mode: multiply;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.p-top-statement .p-top-statement__bg .line1 > div,
.p-top-statement .p-top-statement__bg .line2 > div,
.p-top-statement .p-top-statement__bg .line3 > div,
.p-top-statement .p-top-statement__bg .line4 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-statement .p-top-statement__bg .line1 {
  -webkit-transform: skewX(17.62deg);
          transform: skewX(17.62deg);
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.p-top-statement .p-top-statement__bg .line1 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#deebf3), to(#d4e1e9));
  background: linear-gradient(180deg, #deebf3 0%, #d4e1e9 100%);
}
.p-top-statement .p-top-statement__bg .line2 {
  -webkit-transform: skewX(17.62deg);
          transform: skewX(17.62deg);
  -webkit-clip-path: inset(0% 0 100% 0);
          clip-path: inset(0% 0 100% 0);
}
.p-top-statement .p-top-statement__bg .line2 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7dfee), to(#b5cbda));
  background: linear-gradient(180deg, #c7dfee 0%, #b5cbda 100%);
}
.p-top-statement .p-top-statement__bg .line3 {
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
  -webkit-clip-path: inset(0% 0 100% 0);
          clip-path: inset(0% 0 100% 0);
}
.p-top-statement .p-top-statement__bg .line3 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#dc0032), to(#c1002c));
  background: linear-gradient(180deg, #dc0032 0%, #c1002c 100%);
}
.p-top-statement .p-top-statement__bg .line4 {
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.p-top-statement .p-top-statement__bg .line4 > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#e65e84), to(#ce5577));
  background: linear-gradient(180deg, #e65e84 0%, #ce5577 100%);
}

.p-top-movie {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.p-top-movie .p-top-movie__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-movie .p-top-movie__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-top-movie .p-top-movie__video {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.p-top-movie .p-top-movie__btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-clip-path: circle(60% at 50% 50%);
          clip-path: circle(60% at 50% 50%);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-top-movie .p-top-movie__btn.is-hide {
  opacity: 0;
}
.p-top-movie .p-top-movie__btn .p-top-movie__btn__inner1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.0784313725);
  -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes kf-movie-play-border {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes kf-movie-play-border {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .border {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-animation: kf-movie-play-border 20s linear infinite;
          animation: kf-movie-play-border 20s linear infinite;
}
.p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .border svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .arrow {
  position: relative;
}
.p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 p {
  position: relative;
  font-weight: 400;
  color: var(--white);
}

.p-top-movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
}
.p-top-movie-modal.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-movie-modal.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-top-movie-modal .p-top-movie-modal__close {
  position: absolute;
  z-index: 1;
  background-color: var(--red);
  -webkit-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.p-top-movie-modal .p-top-movie-modal__close:hover {
  background-color: var(--white);
}
.p-top-movie-modal .p-top-movie-modal__close:hover > div::before, .p-top-movie-modal .p-top-movie-modal__close:hover > div::after {
  background-color: var(--red);
}
.p-top-movie-modal .p-top-movie-modal__close > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-top-movie-modal .p-top-movie-modal__close > div::before, .p-top-movie-modal .p-top-movie-modal__close > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: var(--white);
  -webkit-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-movie-modal .p-top-movie-modal__close > div::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-top-movie-modal .p-top-movie-modal__close > div::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top-movie-modal .p-top-movie-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-movie-modal .p-top-movie-modal__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: auto !important;
}
.p-top-movie-modal .p-top-movie-modal__player {
  position: relative;
  background-color: #000;
}
.p-top-movie-modal .p-top-movie-modal__player:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-top-movie-modal .p-top-movie-modal__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-top-news {
  position: relative;
  z-index: 3;
  background-color: var(--gray5);
}
.p-top-news .p-top-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-top-news .p-top-news__block .p-top-news__block__box {
  background-color: var(--white);
}
.p-top-news .p-top-news__block .box-title p {
  position: relative;
}
.p-top-news .p-top-news__block .box-title p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--red);
  border-radius: 50%;
}
.p-top-news .p-top-news__block .list-item {
  position: relative;
}
.p-top-news .p-top-news__block .list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray4);
}
.p-top-news .p-top-news__block .list-item a {
  display: block;
}
.p-top-news .p-top-news__block .list-item .list-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-news .p-top-news__block .list-item .list-item__info time {
  color: var(--gray2);
}
.p-top-news .p-top-news__block .list-item .list-item__info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-news .p-top-news__block .list-item .list-item__info ul li span {
  display: block;
  background-color: var(--gray5);
  color: var(--gray1);
}
.p-top-news .p-top-news__block .list-item .list-item__info ul li span[data-type=new] {
  color: var(--red);
}
.p-top-news .p-top-news__block .list-item .list-item__info ul li span[data-type=pickup] {
  color: var(--gray2);
}
.p-top-news .p-top-news__block .list-item .list-item__title {
  position: relative;
}
.p-top-news .p-top-news__block .list-item .list-item__title p {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-news .p-top-news__block .list-item .list-item__title .c-top-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-top-news .p-top-news__block .list-item .list-item__title .c-top-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-aboutus {
  position: relative;
  z-index: 2;
}
.p-top-aboutus.is-inview .p-top-aboutus__bg {
  visibility: visible;
  opacity: 1;
}
.p-top-aboutus .p-top-aboutus__inner {
  position: relative;
}
.p-top-aboutus .p-top-aboutus__title {
  position: relative;
  z-index: 1;
}
.p-top-aboutus .p-top-aboutus__txt {
  position: absolute;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: kf-aboutus-txt 25s linear infinite;
          animation: kf-aboutus-txt 25s linear infinite;
}
.p-top-aboutus .p-top-aboutus__txt span {
  font-weight: 400;
  font-style: italic;
  white-space: nowrap;
}
@-webkit-keyframes kf-aboutus-txt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes kf-aboutus-txt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.p-top-aboutus .p-top-aboutus__list {
  position: relative;
  z-index: 1;
}
.p-top-aboutus .list-item {
  position: relative;
  background-color: var(--white);
}
.p-top-aboutus .list-item .list-item__thumb {
  overflow: hidden;
}
.p-top-aboutus .list-item .list-item__thumb img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-aboutus .list-item .list-item__title {
  position: relative;
}
.p-top-aboutus .list-item .list-item__title p {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-aboutus .list-item .list-item__title .c-top-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-aboutus .p-top-aboutus__progress > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.p-top-aboutus .p-top-aboutus__bg {
  top: 0;
  width: 100%;
  height: 150vh;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.p-top-aboutus .p-top-aboutus__bg .line1,
.p-top-aboutus .p-top-aboutus__bg .line2,
.p-top-aboutus .p-top-aboutus__bg .line3,
.p-top-aboutus .p-top-aboutus__bg .line4 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.p-top-jobs {
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  z-index: 2;
}
.p-top-jobs .p-top-jobs__link {
  position: relative;
  background-color: #eff3f7;
  z-index: 1;
}
.p-top-jobs .p-top-jobs__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-top-jobs .p-top-jobs__link p {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-jobs .p-top-jobs__link .c-top-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-jobs .p-top-jobs__slide .slide-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-top-jobs .p-top-jobs__slide .slide-item:nth-of-type(1) {
  -webkit-animation: kf-jobs-slide 60s linear infinite;
          animation: kf-jobs-slide 60s linear infinite;
}
.p-top-jobs .p-top-jobs__slide .slide-item:nth-of-type(2) {
  animation: kf-jobs-slide 60s linear infinite reverse;
}
.p-top-jobs .p-top-jobs__slide .slide-item picture {
  display: block;
}
@-webkit-keyframes kf-jobs-slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes kf-jobs-slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.p-top-environment {
  position: relative;
  overflow: hidden;
}
.p-top-environment.is-inview .p-top-environment__bg {
  visibility: visible;
  opacity: 1;
}
.p-top-environment .p-top-environment__inner {
  position: relative;
}
.p-top-environment .p-top-environment__title {
  position: relative;
  z-index: 1;
}
.p-top-environment .p-top-environment__block {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.p-top-environment .p-top-environment__list .list-item {
  position: relative;
}
.p-top-environment .p-top-environment__list a {
  position: relative;
  display: block;
}
.p-top-environment .p-top-environment__list a::before, .p-top-environment .p-top-environment__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.p-top-environment .p-top-environment__list a::before {
  background-color: var(--gray4);
}
.p-top-environment .p-top-environment__list a::after {
  background-color: var(--red);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-top-environment .p-top-environment__list .list-item__title {
  position: relative;
}
.p-top-environment .p-top-environment__list .list-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-environment .p-top-environment__list .list-item__title p {
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-environment .p-top-environment__list .c-top-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-environment .p-top-environment__bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.p-top-environment .p-top-environment__bg .line1,
.p-top-environment .p-top-environment__bg .line2 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.p-top-environment .p-top-environment__bg .line1 {
  -webkit-transform: skewX(17.62deg);
          transform: skewX(17.62deg);
}
.p-top-environment .p-top-environment__bg .line2 {
  -webkit-transform: skewX(-17.62deg);
          transform: skewX(-17.62deg);
}

.graduate .kv-block {
  position: relative;
}
.graduate .kv-block .l-inner-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.graduate .kv-block .crumb {
  position: absolute;
  opacity: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray2);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  pointer-events: none;
}
.graduate .kv-block .crumb.is-show {
  pointer-events: auto;
}
.graduate .kv-block .crumb > * + * {
  position: relative;
  padding-left: 20px;
}
.graduate .kv-block .crumb > * + *::before {
  content: "/";
  position: absolute;
  left: 4px;
  top: 0;
}
.graduate .kv-block .crumb a {
  color: var(--gray2);
  text-decoration: underline;
}
.graduate .person-block .blue-box {
  background: var(--blue);
  padding: min(60px, 4.2857142857vw);
}
.graduate .person-block .top-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.graduate .person-block .top-cont .ico {
  border-radius: 50%;
  position: relative;
  background: var(--white);
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  margin-top: 10px;
}
.graduate .person-block .top-cont .txt {
  font-size: clamp(20px, 28px, min(28px, 2vw));
  color: var(--white);
  line-height: 1.6;
}
.graduate .person-block .box-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  margin-top: 20px;
  gap: 20px;
}
.graduate .person-block .box-list .box {
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(12px, 14px, min(14px, 1vw));
  line-height: 1.6;
  padding: 30px 10px;
  text-align: center;
}
.graduate .news-block {
  background: var(--bg02);
}
.graduate .news-block .ttl-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.graduate .course-block {
  padding-bottom: 0;
}
.graduate .course-block .desc {
  margin: 0 min(70px, 5vw);
  padding-bottom: 80px;
}
.graduate .course-block .course-area + .course-area {
  margin-top: 100px;
}
.graduate .course-block .course-wrap {
  background: var(--bg01);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: min(70px, 5vw) min(70px, 5vw) 0;
  position: relative;
}
.graduate .course-block .course-list {
  position: relative;
  max-height: 770px;
  padding-bottom: min(70px, 5vw);
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.graduate .course-block .course-list.is-open::after {
  display: none;
}
.graduate .course-block .course-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 236, 245, 0)), color-stop(70%, #DDECF5));
  background: linear-gradient(rgba(221, 236, 245, 0) 0%, #DDECF5 70%);
  width: 100%;
  height: 300px;
}
.graduate .course-block .course-list > li + li {
  margin-top: 20px;
}
.graduate .course-block .course-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  gap: min(40px, 2.8571428571vw);
}
.graduate .course-block .course-list .img-area {
  width: 391px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.graduate .course-block .course-list .txt-area {
  width: 100%;
  padding-right: 20px;
}
.graduate .course-block .course-list .course-ttl {
  font-size: clamp(20px, 24px, min(24px, 1.7142857143vw));
  line-height: 1.6;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.graduate .course-block .course-list .course-desc {
  font-size: clamp(12px, 14px, min(14px, 1vw));
  line-height: 1.6;
  border-top: 1px solid #B9D7EB;
  display: block;
  padding-top: 20px;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.graduate .course-block .course-list .c-top-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.graduate .course-block .more-btn {
  width: 125px;
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.graduate .course-block .more-btn .inn {
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  line-height: 1.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.graduate .course-block .more-btn .ico-plus {
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray5);
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.graduate .course-block .more-btn .ico-plus::after, .graduate .course-block .more-btn .ico-plus::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--red);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.graduate .course-block .more-btn .ico-plus::before {
  height: 1px;
  width: 8px;
}
.graduate .course-block .more-btn .ico-plus::after {
  width: 1px;
  height: 8px;
}

.internship-event .side-menu .submenu.is-open {
  max-height: 1000px;
  overflow: inherit;
}
.internship-event .intro-wrap {
  display: grid;
  grid-template-columns: 1fr min(50%, 500px);
  gap: 60px;
  grid-template-areas: "txt img";
}
.internship-event .intro-wrap .c-ttl02 {
  grid-area: ttl;
}
.internship-event .intro-wrap .img-wrap {
  grid-area: img;
}
.internship-event .intro-wrap .txt {
  grid-area: txt;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.internship-event .intro-wrap .c-btn01 {
  margin-top: 4.6153846154vw;
  grid-area: btn;
}
.internship-event .intro-wrap .c-btn01 a.end {
  pointer-events: none;
}
.internship-event .gray-cont {
  margin-top: 40px;
  background-color: var(--bg02);
  padding: 40px 60px;
}
.internship-event .gray-cont .ttl {
  border-bottom: 1px solid var(--red);
  font-size: clamp(20px, 24px, min(24px, 1.7142857143vw));
  margin-bottom: 30px;
  padding-bottom: 8px;
}
.internship-event .block + .block {
  margin-top: 100px;
}
.internship-event .block-wrap + .block-wrap {
  margin-top: 140px;
}
.graduate-detail .submenu {
  margin-left: 0;
}
.graduate-detail .submenu li > * {
  padding: 10px 40px 10px 0px;
}
.graduate-detail .bg-blue {
  background-color: var(--bg01);
}
.graduate-detail .overview-wrap {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 60px;
}
.graduate-detail .overview-wrap .img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.graduate-detail .overview-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(40px, 80px, min(80px, 5.7142857143vw));
  font-weight: 400;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid var(--gray4);
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.graduate-detail .overview-item:first-of-type {
  padding-top: 0;
}
.graduate-detail .overview-item .ttl {
  min-width: 6em;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
}
.graduate-detail .overview-item .txt {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.graduate-detail .overview-item p:first-child, .graduate-detail .overview-item ul:first-child {
  margin-top: 0;
}
.graduate-detail .overview-item * + p {
  margin-top: 20px;
}
.graduate-detail .overview-item * + ul {
  margin-top: 20px;
}
.graduate-detail .field-sec .field-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(40px, 4vw, 60px);
  gap: clamp(20px, 3vw, 40px);
  background: var(--white);
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.graduate-detail .field-sec .field-card:last-of-type {
  margin-bottom: 0;
}
.graduate-detail .field-sec .img-wrap {
  width: 240px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.graduate-detail .field-sec .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.graduate-detail .field-sec .txt-wrap h3 {
  font-size: clamp(20px, 24px, min(24px, 1.7142857143vw));
  padding-bottom: 20px;
}
.graduate-detail .field-sec .txt-wrap p {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.graduate-detail .field-sec .txt-wrap * + p {
  margin-top: 10px;
}
.graduate-detail .field-sec .txt-wrap * + ul {
  margin-top: 10px;
}
.graduate-detail .field-sec .txt-wrap h3 + p,
.graduate-detail .field-sec .txt-wrap h3 + ul {
  margin-top: 0;
}
.graduate-detail .gray-cont {
  margin-top: 40px;
  background-color: var(--bg02);
  padding: 40px;
}
.graduate-detail .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.graduate-detail .voice-sec .card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
.graduate-detail .voice-sec .voice-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--bg01);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 70px) / 2);
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(20px, 4vw, 40px);
}
.graduate-detail .voice-sec .voice-card .img-wrap {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--blue02);
  overflow: hidden;
}
.graduate-detail .voice-sec .voice-card .img-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.graduate-detail .voice-sec .voice-card .txt-wrap p {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.graduate-detail .voice-sec .voice-card .txt-wrap .card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.graduate-detail .voice-sec .voice-card .txt-wrap .card-header .tag {
  background-color: var(--gray1);
  color: var(--white);
  padding: 2px 10px;
  border-radius: 4px;
  font-size: clamp(13px, 14px, min(14px, 1vw));
}
.graduate-detail .voice-sec .voice-card .txt-wrap .card-header .name {
  font-size: clamp(16px, 18px, min(20px, 1.4285714286vw));
}
.graduate-detail .position-sec .position-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.graduate-detail .position-sec .c-modal__inner .link-sec {
  padding-block: 60px;
  background-color: var(--blue02);
}
.graduate-detail .link-sec {
  background: var(--white);
  padding-block: 140px 140px;
}
.graduate-detail .link-sec .c-news-list {
  padding: 0;
}
.graduate-detail .link-sec .list-item-ttl-area {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.graduate-detail .link-sec .list-item-ttl-area p {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  padding-right: 20px;
}
.graduate-detail .link-sec .link-item {
  padding-bottom: 40px;
  padding-top: 0px;
  display: block;
  position: relative;
  margin-bottom: 60px;
  text-decoration: none;
  color: var(--black);
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.graduate-detail .link-sec .link-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.graduate-detail .link-sec .link-item:not([target=_blank]) .ico::before, .graduate-detail .link-sec .link-item:not([target=_blank]) .ico::after {
  -webkit-mask: url("../img/common/ico_arrow02.svg") no-repeat center/45%;
          mask: url("../img/common/ico_arrow02.svg") no-repeat center/45%;
}
.graduate-detail .link-sec .ico {
  background-color: var(--red);
  width: clamp(24px, 30px, min(30px, 2.1428571429vw));
  height: clamp(24px, 30px, min(30px, 2.1428571429vw));
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.graduate-detail .link-sec .ico::before, .graduate-detail .link-sec .ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-mask: url("../img/common/ico_blank.svg") no-repeat center/45%;
          mask: url("../img/common/ico_blank.svg") no-repeat center/45%;
}
.graduate-detail .link-sec .ico::before {
  background: var(--white);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.graduate-detail .link-sec .ico::after {
  background: var(--red);
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.graduate-detail .entry-sec {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.graduate-detail .entry-sec .link-item {
  padding: 20px;
}
.graduate-detail .entry-sec .link-item:not([target=_blank]) .ico::before, .graduate-detail .entry-sec .link-item:not([target=_blank]) .ico::after {
  -webkit-mask: url("../img/common/ico_arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/ico_arrow02.svg") no-repeat center/contain;
}
.graduate-detail .entry-sec .c-list02 > li a::before {
  width: 24px;
  height: 24px;
}
.graduate-detail .entry-sec .c-list02 > li a:hover .ico::after {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
.graduate-detail .entry-sec .ico {
  width: 14px;
  height: 14px;
  right: 24px;
}
.graduate-detail .block + .block {
  margin-top: 100px;
}
.graduate-detail .block-wrap + .block-wrap {
  margin-top: 140px;
}
.interview .l-main-contents {
  display: grid;
  grid-template-columns: 100%;
}
.interview .c-kv {
  grid-column: 1;
  grid-row: 1/3;
  z-index: 2;
  position: relative;
}
.interview .kv-wrap {
  grid-template-columns: minmax(300px, 1fr) min(46%, 560px);
  display: grid;
  gap: 60px;
}
.interview .kv-wrap .kv-img {
  max-height: 560px;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
.interview .kv-wrap .kv-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview .profile-sec {
  background: var(--bg02);
  padding-block: clamp(60px, 70px, min(70px, 5vw));
  grid-column: 1;
  grid-row: 2/5;
  z-index: 1;
  margin-top: 50px;
}
.interview .profile-sec h2 {
  font-size: clamp(18px, 24px, min(24px, 1.7142857143vw));
  margin-bottom: 20px;
}
.interview .profile-sec .info {
  position: relative;
  padding-left: 30px;
  max-width: 500px;
}
.interview .profile-sec .info::before {
  content: "";
  position: absolute;
  background: var(--red);
  height: 100%;
  width: 2px;
  left: 0;
}
.interview .profile-sec .name {
  font-size: clamp(18px, 18px, min(18px, 1.2857142857vw));
  margin-bottom: 20px;
}
.interview .profile-sec .txt {
  margin-bottom: 10px;
}
.interview .profile-sec .txt:last-child {
  margin-bottom: 0;
}
.interview .profile-sec .tag-list {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--gray2);
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
}
.magazine .pt-s {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
}
.magazine .to-tag-wrap {
  position: relative;
}
.magazine .to-tag-wrap .to-tag {
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.magazine .to-tag-wrap .to-tag.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.magazine .to-tag-wrap .to-tag a {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 12px 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bg01);
}
.magazine .to-tag-wrap .to-tag .c-top-arrow {
  margin-left: 0;
}
.magazine .to-tag-wrap .to-tag .c-top-arrow svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.magazine .selected-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.magazine .selected-tag-wrap + .c-tag-search {
  margin-top: 40px;
}
.magazine .selected-tag-wrap .txt {
  white-space: nowrap;
}
.magazine .selected-tag-wrap .tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10px;
}
.magazine .selected-tag-wrap .tag {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.magazine .selected-tag-wrap .tag::before {
  content: "#";
}
.magazine .menu-toggle {
  padding: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: var(--gray2);
  background: rgba(239, 243, 247, 0.9);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
}
.magazine .menu-toggle .c-top-arrow {
  margin-left: 0;
  background-color: var(--white);
  border: none;
}
.magazine .menu-toggle .c-top-arrow::after {
  border: none;
}
.magazine .menu-toggle .c-top-arrow > * {
  background-color: var(--white);
}
.magazine .count-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 20px;
}
.magazine .count-txt .count {
  color: var(--red);
  font-size: 32px;
}
.magazine .list-item {
  position: relative;
  background-color: var(--white);
  width: 33.3333333333%;
}
.magazine .list-item a {
  display: block;
}
.magazine .list-item .list-item__thumb {
  overflow: hidden;
  aspect-ratio: 980/670;
}
.magazine .list-item .list-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.magazine .list-item .list-item__title {
  position: relative;
}
.magazine .list-item .list-item__title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.magazine .list-item .list-item__tags {
  position: relative;
  padding-right: 30px;
}
.magazine .list-item .list-item__tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.magazine .list-item .list-item__tags ul li {
  color: var(--gray2);
}
.magazine .list-item .list-item__tags .c-top-arrow {
  position: absolute;
}
.magazine .blog-cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  max-height: 1719px;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.magazine .blog-cont-wrap.is-hide::before {
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  opacity: 2;
  z-index: 2;
}
.magazine .blog-cont-wrap .more-btn {
  display: block;
  border: 1px solid var(--gray5);
  margin: 0 auto;
  background: var(--white);
  padding: 10px 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 12px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.magazine .blog-cont-wrap .more-btn .ico {
  position: relative;
  padding: 6px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  display: block;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.magazine .blog-cont-wrap .more-btn .ico::before, .magazine .blog-cont-wrap .more-btn .ico::after {
  background-color: var(--red);
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
}
.magazine .blog-cont-wrap .more-btn .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.magazine .blog-cont-wrap.is-open {
  max-height: none;
}
.magazine .blog-cont-wrap.is-open::before {
  opacity: 0;
  pointer-events: none;
}
.magazine .blog-cont-wrap.is-open .more-btn {
  display: none;
}
.magazine .blog-cont-wrap .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.magazine .c-btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 94px auto 0;
}
.magazine .c-btn01 .c-top-arrow svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.magazine-detail .l-inner-block {
  max-width: 1200px;
}
.magazine-detail .c-kv .crumb {
  margin-bottom: 90px;
}
.magazine-detail .ppl-intro-sec .main-img {
  max-width: 1120px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.magazine-detail .ppl-intro-sec .main-img img {
  display: block;
  width: 100%;
}
.magazine-detail .ppl-intro-sec .l-inner-block {
  max-width: 1200px;
}
.magazine-detail .ppl-intro-sec .ppl-wrap {
  padding-block: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.magazine-detail .ppl-intro-sec .ppl-wrap:has(> :only-child) {
  grid-template-columns: 1fr;
  justify-items: center;
}
.magazine-detail .ppl-intro-sec .ppl-wrap:has(> :only-child) .ppl {
  max-width: 530px;
}
.magazine-detail .ppl-intro-sec .ppl-wrap .ppl {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-areas: "img txt" "img profile";
  gap: 0 40px;
}
.magazine-detail .ppl-intro-sec .ppl-wrap .ppl .img-wrap {
  grid-area: img;
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.magazine-detail .ppl-intro-sec .ppl-wrap .ppl .img-wrap p {
  margin-top: 0;
}
.magazine-detail .ppl-intro-sec .ppl-wrap .ppl .txt-wrap {
  grid-area: txt;
}
.magazine-detail .ppl-intro-sec .ppl-wrap .ppl .name {
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  margin-bottom: 4px;
}
.magazine-detail .ppl-intro-sec .ppl-wrap .ppl .jobs {
  color: var(--gray2);
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.magazine-detail .ppl-intro-sec .ppl-wrap .ppl .profile {
  grid-area: profile;
  margin-top: 20px;
  font-size: clamp(12px, 12px, min(12px, 0.8571428571vw));
}
.magazine-detail .c-toc-section {
  padding-block: 98px 100px;
}
.magazine-detail .c-toc-section {
  background-color: var(--bg02);
}
.magazine-detail .c-toc-section .l-inner-block {
  max-width: 920px;
}
.magazine-detail .c-toc-section .cont-wrap {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 80px;
}
.magazine-detail .c-toc-section .cont-wrap + .cont-wrap {
  margin-top: 100px;
}
.magazine-detail .c-toc-section .ttl {
  color: var(--red);
  font-size: clamp(20px, 20px, min(20px, 1.4285714286vw));
}
.magazine-detail .c-toc-section .desc {
  line-height: 1.38em;
}
.magazine-detail .c-toc-section .outline-wrap li {
  padding-bottom: 65px;
  position: relative;
  padding-left: 70px;
}
.magazine-detail .c-toc-section .outline-wrap li::before {
  content: "";
  width: 1px;
  height: calc(100% - 1px);
  display: block;
  border: 1px dashed var(--red);
  position: absolute;
  left: 25px;
  top: 1px;
}
.magazine-detail .c-toc-section .outline-wrap li:nth-last-child(1)::before {
  display: none;
}
.magazine-detail .c-toc-section .outline-wrap li .num {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red);
  background-color: var(--white);
}
.magazine-detail .c-toc-section .outline-wrap li .ttl {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  text-decoration: underline;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}
.magazine-detail .c-toc-section .outline-wrap li .desc {
  margin-top: 20px;
  font-size: clamp(14px, 14px, min(14px, 1vw));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.magazine-detail .article-content {
  padding-block: 100px;
}
.magazine-detail .article-content .l-inner-block {
  max-width: 1200px;
}
.magazine-detail .article-content .block {
  padding-bottom: 100px;
}
.magazine-detail .article-content .block + .img-block {
  margin-top: 0;
}
.magazine-detail .article-content .ppl-wrap {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.magazine-detail .article-content .ppl-wrap .ppl {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 38px;
}
.magazine-detail .article-content .ppl-wrap .ppl:nth-last-child(1) {
  padding-bottom: 0;
}
.magazine-detail .article-content .ppl-wrap .ppl .img-wrap {
  font-size: 12px;
  color: var(--gray2);
  text-align: center;
}
.magazine-detail .article-content .ppl-wrap .ppl .img-wrap img {
  margin-inline: auto;
  border-radius: 50%;
  display: block;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.magazine-detail .article-content h2 {
  position: relative;
  padding-top: 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.magazine-detail .article-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: var(--red);
  -webkit-transform: skewX(-17.62deg) scaleX(1);
          transform: skewX(-17.62deg) scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.magazine-detail .article-content .lead {
  font-size: clamp(18px, 20px, min(20px, 1.4285714286vw));
  position: relative;
  padding-left: 60px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.magazine-detail .article-content .lead::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  top: 0.7em;
}
.magazine-detail .article-content .lead + * {
  margin-top: 30px;
}
.magazine-detail .article-content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.magazine-detail .article-content p {
  line-height: 1.6;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.magazine-detail .article-content a {
  line-height: 1.6;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  max-width: 840px;
  text-decoration: underline;
}
.magazine-detail .article-content a + * {
  margin-top: 40px;
}
.magazine-detail .article-content h4 {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.magazine-detail .article-content h5 {
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  line-height: 1.6;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.magazine-detail .article-content ul {
  max-width: 840px;
  margin: 0 auto;
}
.magazine-detail .article-content ul li {
  position: relative;
  padding-left: 15px;
}
.magazine-detail .article-content ul li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: var(--black);
}
.magazine-detail .article-content ul li + li {
  margin-top: 10px;
}
.magazine-detail .article-content .img-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.magazine-detail .article-content .img-block img {
  display: block;
  width: 100%;
}
.magazine-detail .article-content .img-block.m-size {
  max-width: 840px;
}
.magazine-detail .article-content .img-block.l-size {
  max-width: 1110px;
}
.magazine-detail .article-content .img-block + .box-area {
  margin-top: 100px;
}
.magazine-detail .article-content .img-block .caption {
  max-width: 960px;
  margin-top: 20px;
  text-align: start;
}
.magazine-detail .article-content .img-block.movie {
  max-width: 960px;
  aspect-ratio: 16/9;
}
.magazine-detail .article-content .img-block.movie .thumb-area {
  position: relative;
  padding-top: 56.3%;
}
.magazine-detail .article-content .img-block.movie .thumb-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.magazine-detail .article-content .img-block.movie .caption {
  max-width: 960px;
  margin-top: 20px;
}
.magazine-detail .article-content .box-area {
  padding: 40px;
  background-color: var(--bg01);
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
}
.magazine-detail .article-content .box-area > * {
  margin-top: 0;
  max-width: none;
}
.magazine-detail .article-content .box-area > *:not(.ttl) {
  margin: 22px 0 0;
}
.magazine-detail .article-content .box-area * + .ttl {
  margin-top: 22px;
}
.magazine-detail .article-content .recruitment-area .box {
  display: grid;
  grid-template-columns: min(20%, 210px) 1fr;
  gap: 30px;
}
.magazine-detail .article-content .recruitment-area .box + .box {
  margin-top: 30px;
}
.magazine-detail .article-content .recruitment-area .ttl {
  padding-right: 20px;
  position: relative;
  width: 100%;
}
.magazine-detail .article-content .recruitment-area .ttl::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--red);
}
.magazine-detail .article-content .recruitment-area .txt-area {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.magazine-detail .article-content .recruitment-area .txt-area * {
  margin: 0;
}
.magazine-detail .article-content .c-btn01 a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding-right: 80px;
  text-decoration: none;
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
}
.magazine-detail .article-content .c-btn01 + .c-btn01 {
  margin-top: 20px;
}
.magazine-detail .article-content.message-area {
  background: var(--bg02);
}
.magazine-detail .article-content.message-area .l-inner-block {
  max-width: 1340px;
}
.magazine-detail .article-content.message-area h2 {
  font-size: clamp(24px, 32px, min(32px, 2.2857142857vw));
}
.magazine-detail .article-content.message-area .message-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 70px;
  gap: clamp(40px, 70px, min(70px, 5vw));
}
.magazine-detail .article-content.message-area .message-ttl {
  font-size: clamp(20px, 28px, min(28px, 2vw));
}
.magazine-detail .article-content.message-area .img-area {
  max-width: 400px;
  margin: 0 auto;
}
.magazine-detail .article-content * + h2 {
  margin-top: 60px;
}
.magazine-detail .article-content h2 + * {
  margin-top: 60px;
}
.magazine-detail .article-content * + h3 {
  margin-top: 60px;
}
.magazine-detail .article-content * + h4 {
  margin-top: 100px;
}
.magazine-detail .article-content * + h5 {
  margin-top: 100px;
}
.magazine-detail .article-content * + .img-block {
  margin-top: 100px;
}
.magazine-detail .article-content * + .lead {
  margin-top: 60px;
}
.magazine-detail .article-content * + .ppl-wrap {
  margin-top: 30px;
}
.magazine-detail .article-content * + .ppl {
  margin-top: 40px;
}
.magazine-detail .article-content * + .box-area {
  margin-top: 100px;
}
.magazine-detail .article-content * + .recruitment-area {
  margin-top: 100px;
}
.magazine-detail .article-content * + .c-btn01 {
  margin-top: 100px;
}
.magazine-detail .article-content .c-btn01 + .c-btn01 {
  margin-top: 20px;
}
.magazine-detail .article-content * + ul {
  margin-top: 60px;
}
.magazine-detail .article-content * + p {
  margin-top: 100px;
}
.magazine-detail .article-content p + p {
  margin-top: 40px;
}
.magazine-detail .article-content .img-wrap * + p {
  margin-top: 0;
}
.magazine-detail .article-content .ppl * + p {
  margin-top: 0;
}
.magazine-detail .article-content .box * + p {
  margin-top: 0;
}
.magazine-detail .article-content .box ul li + li {
  margin-top: 4px;
}
.magazine-detail .article-content h3 + p {
  margin-top: 40px;
}
.magazine-detail .article-content h4 + p {
  margin-top: 30px;
}
.magazine-detail .article-content h5 + p {
  margin-top: 20px;
}
.magazine-detail .tag-search-sec .count-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 20px;
}
.magazine-detail .tag-search-sec .count-txt .count {
  color: var(--red);
  font-size: 32px;
}
.magazine-detail .tag-search-sec .c-btn02 {
  margin: 20px auto;
}
.magazine-detail .tag-search-sec .l-inner-block {
  max-width: 1340px;
}
.magazine-detail iframe {
  border: none !important;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
}
.magazine-detail .wp-video {
  width: 100% !important;
}

.magazine-hukusuu .c-kv .l-inner-block {
  padding-bottom: 95px;
}

.magazine-tandoku .c-kv .l-inner-block {
  padding-bottom: 95px;
}

.magazine-special .c-kv .l-inner-block {
  padding-bottom: 95px;
}

.detail-movie .c-kv .main-block .l-inner-block {
  padding-bottom: 67px;
}
.detail-movie .ppl-intro-sec {
  padding-bottom: 90px;
}
.detail-movie .ppl-intro-sec .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.detail-movie .ppl-intro-sec .movie-thumb {
  padding-top: 56.5%;
  position: relative;
  height: 0;
}
.detail-movie .ppl-intro-sec .movie-thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.detail-movie .ppl-intro-sec .movie .wp-video {
  width: 100% !important;
}
.detail-movie .ppl-intro-sec .caption {
  margin-top: 20px;
  font-size: clamp(12px, 14px, min(14px, 1vw));
  line-height: 1.6;
}
.detail-movie .article-content .l-inner-block {
  max-width: 1200px;
}
.detail-movie .article-content h3 {
  font-size: clamp(20px, 24px, min(24px, 1.7142857143vw));
  line-height: 1.6;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.detail-movie .article-content h3::before {
  display: none;
}

.guide .position-wrap {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.guide .position-wrap .c-position-card {
  width: 100%;
}
.guide .graph-wrap {
  width: 100%;
  margin-inline: auto;
}
.guide .graph-wrap .img {
  display: block;
  width: 100%;
}
.guide .graph-wrap .img {
  display: block;
  width: 100%;
}
.guide .graph-wrap + .txt {
  margin-top: 40px;
}
.news .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.news .tag-list li a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.news .tag-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gray4);
}
.news .tag-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: var(--red);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  height: 1px;
  z-index: 1;
}
.news .tag-list li a.current {
  background: var(--bg02);
  color: var(--red);
  pointer-events: none;
}
.news .tag-list li a.current::after {
  background: var(--red);
  width: 100%;
}
.news .news-block {
  padding-bottom: 140px;
}
.news .news-list-area {
  background: none;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news-list-area.is-hide::before {
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 90%);
  opacity: 2;
  z-index: 2;
}
.news .news-list-area.is-open {
  padding-bottom: 100px;
  max-height: none;
}
.news .news-list-area.is-open::before {
  opacity: 0;
  pointer-events: none;
}
.news .news-list-area.is-open .more-btn span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.news .news-list-area.is-open .more-btn span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news .news-list-area .more-btn {
  display: block;
  border: 1px solid var(--gray5);
  margin: 0 auto;
  background: var(--white);
  padding: 10px 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 12px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.news .news-list-area .more-btn .ico {
  position: relative;
  padding: 6px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  display: block;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news-list-area .more-btn .ico::before, .news .news-list-area .more-btn .ico::after {
  background-color: var(--red);
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
}
.news .news-list-area .more-btn .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.news .c-news-list {
  margin-top: 60px;
  padding: 0;
}
.news-detail .l-inner-block {
  max-width: 1200px;
}
.news-detail .c-kv .crumb {
  margin-bottom: 90px;
}
.news-detail .c-kv .l-inner-block {
  padding-bottom: 60px;
}
.news-detail .c-kv .mv-wrap {
  max-width: 1120px;
  margin: auto;
  width: 100%;
}
.news-detail .ppl-intro-sec .main-img {
  width: 100%;
  overflow: hidden;
}
.news-detail .ppl-intro-sec .main-img img {
  display: block;
  width: 100%;
}
.news-detail .ppl-intro-sec .l-inner-block {
  max-width: 1200px;
}
.news-detail .ppl-intro-sec .ppl-wrap {
  padding-block: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.news-detail .ppl-intro-sec .ppl-wrap:has(> :only-child) {
  grid-template-columns: 1fr;
  justify-items: center;
}
.news-detail .ppl-intro-sec .ppl-wrap:has(> :only-child) .ppl {
  max-width: 530px;
}
.news-detail .ppl-intro-sec .ppl-wrap .ppl {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-areas: "img txt" "img profile";
  gap: 0 40px;
}
.news-detail .ppl-intro-sec .ppl-wrap .ppl .img-wrap {
  grid-area: img;
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.news-detail .ppl-intro-sec .ppl-wrap .ppl .txt-wrap {
  grid-area: txt;
}
.news-detail .ppl-intro-sec .ppl-wrap .ppl .name {
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  margin-bottom: 4px;
}
.news-detail .ppl-intro-sec .ppl-wrap .ppl .jobs {
  color: var(--gray2);
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.news-detail .ppl-intro-sec .ppl-wrap .ppl .profile {
  grid-area: profile;
  margin-top: 20px;
  font-size: clamp(12px, 12px, min(12px, 0.8571428571vw));
}
.news-detail .c-toc-section {
  padding-block: 98px 100px;
}
.news-detail .c-toc-section {
  background-color: var(--bg02);
}
.news-detail .c-toc-section .l-inner-block {
  max-width: 920px;
}
.news-detail .c-toc-section .cont-wrap {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 80px;
}
.news-detail .c-toc-section .cont-wrap + .cont-wrap {
  margin-top: 100px;
}
.news-detail .c-toc-section .ttl {
  color: var(--red);
  font-size: clamp(20px, 20px, min(20px, 1.4285714286vw));
}
.news-detail .c-toc-section .desc {
  line-height: 1.38em;
}
.news-detail .c-toc-section .outline-wrap li {
  padding-bottom: 65px;
  position: relative;
  padding-left: 70px;
}
.news-detail .c-toc-section .outline-wrap li::before {
  content: "";
  width: 1px;
  height: calc(100% - 1px);
  display: block;
  border: 1px dashed var(--red);
  position: absolute;
  left: 25px;
  top: 1px;
}
.news-detail .c-toc-section .outline-wrap li:nth-last-child(1)::before {
  display: none;
}
.news-detail .c-toc-section .outline-wrap li .num {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red);
  background-color: var(--white);
}
.news-detail .c-toc-section .outline-wrap li .ttl {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  text-decoration: underline;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}
.news-detail .c-toc-section .outline-wrap li .desc {
  margin-top: 20px;
  font-size: clamp(14px, 14px, min(14px, 1vw));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-detail .article-content {
  padding-block: 100px;
}
.news-detail .article-content .l-inner-block {
  max-width: 1200px;
}
.news-detail .article-content .block {
  padding-bottom: 100px;
}
.news-detail .article-content .block + .img-block {
  margin-top: 0;
}
.news-detail .article-content .ppl-wrap {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .article-content .ppl-wrap .ppl {
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 38px;
}
.news-detail .article-content .ppl-wrap .ppl:nth-last-child(1) {
  padding-bottom: 0;
}
.news-detail .article-content .ppl-wrap .ppl .img-wrap {
  font-size: 12px;
  color: var(--gray2);
  text-align: center;
}
.news-detail .article-content .ppl-wrap .ppl .img-wrap img {
  margin-inline: auto;
  border-radius: 50%;
  display: block;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.news-detail .article-content * + h2 {
  margin-top: 60px;
}
.news-detail .article-content h2 + * {
  margin-top: 60px;
}
.news-detail .article-content * + h3 {
  margin-top: 60px;
}
.news-detail .article-content * + h4 {
  margin-top: 100px;
}
.news-detail .article-content * + h5 {
  margin-top: 100px;
}
.news-detail .article-content * + .img-block {
  margin-top: 100px;
}
.news-detail .article-content * + .lead {
  margin-top: 60px;
}
.news-detail .article-content * + .ppl-wrap {
  margin-top: 30px;
}
.news-detail .article-content * + .ppl {
  margin-top: 40px;
}
.news-detail .article-content * + .box-area {
  margin-top: 100px;
}
.news-detail .article-content * + .recruitment-area {
  margin-top: 100px;
}
.news-detail .article-content * + .c-btn01 {
  margin-top: 100px;
}
.news-detail .article-content .c-btn01 + .c-btn01 {
  margin-top: 20px;
}
.news-detail .article-content * + ul {
  margin-top: 60px;
}
.news-detail .article-content * + p {
  margin-top: 100px;
}
.news-detail .article-content p + p {
  margin-top: 40px;
}
.news-detail .article-content .img-wrap * + p {
  margin-top: 0;
}
.news-detail .article-content .ppl * + p {
  margin-top: 0;
}
.news-detail .article-content .box * + p {
  margin-top: 0;
}
.news-detail .article-content .box ul li + li {
  margin-top: 4px;
}
.news-detail .article-content h3 + p {
  margin-top: 40px;
}
.news-detail .article-content h4 + p {
  margin-top: 30px;
}
.news-detail .article-content h5 + p {
  margin-top: 20px;
}
.news-detail .article-content > * {
  margin-bottom: 29px;
}
.news-detail .article-content > *:last-child {
  margin-bottom: 0;
}
.news-detail .article-content h2 {
  position: relative;
  padding-top: 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-detail .article-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: var(--red);
  -webkit-transform: skewX(-17.62deg) scaleX(1);
          transform: skewX(-17.62deg) scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.news-detail .article-content h3 {
  font-size: clamp(18px, 20px, min(20px, 1.4285714286vw));
  position: relative;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .article-content p {
  line-height: 1.6;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .article-content a {
  line-height: 1.6;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  max-width: 840px;
  text-decoration: underline;
}
.news-detail .article-content h4 {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .article-content h5 {
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  line-height: 1.6;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .article-content ul {
  max-width: 840px;
  margin-inline: auto;
}
.news-detail .article-content ul li {
  position: relative;
  padding-left: 15px;
}
.news-detail .article-content ul li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: var(--black);
}
.news-detail .article-content ul li + li {
  margin-top: 10px;
}
.news-detail .article-content .img-block {
  margin-inline: auto;
}
.news-detail .article-content .img-block img {
  width: 100%;
  display: block;
}
.news-detail .article-content .img-block.m-size {
  max-width: 840px;
}
.news-detail .article-content .img-block.l-size {
  max-width: 1110px;
}
.news-detail .article-content .img-block .caption {
  max-width: 960px;
  margin-top: 20px;
}
.news-detail .article-content .img-block.movie {
  max-width: 960px;
}
.news-detail .article-content .img-block.movie .thumb-area {
  position: relative;
  padding-top: 56.3%;
}
.news-detail .article-content .img-block.movie .thumb-area img, .news-detail .article-content .img-block.movie .thumb-area iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-detail .article-content .img-block.movie iframe {
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  height: auto;
}
.news-detail .article-content .img-block.movie .wp-video {
  width: 100% !important;
}
.news-detail .article-content .img-block .caption {
  max-width: 960px;
  margin-top: 20px;
}
.news-detail .article-content .box-area {
  padding: 40px;
  background-color: var(--bg01);
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
}
.news-detail .article-content .box-area > * {
  margin-top: 0;
  max-width: none;
}
.news-detail .article-content .box-area > *:not(.ttl) {
  margin: 22px 0 0;
}
.news-detail .article-content .box-area * + .ttl {
  margin-top: 22px;
}
.news-detail .article-content .recruitment-area .box {
  display: grid;
  grid-template-columns: min(20%, 210px) 1fr;
  gap: 30px;
}
.news-detail .article-content .recruitment-area .box + .box {
  margin-top: 30px;
}
.news-detail .article-content .recruitment-area .ttl {
  padding-right: 20px;
  position: relative;
  width: 100%;
}
.news-detail .article-content .recruitment-area .ttl::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--red);
}
.news-detail .article-content .recruitment-area .txt-area {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.news-detail .article-content .recruitment-area .txt-area * {
  margin: 0;
}
.news-detail .article-content .c-btn01 a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding-right: 80px;
  text-decoration: none;
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
}
.news-detail .article-content .c-btn01 + .c-btn01 {
  margin-top: 20px;
}
.news-detail .article-content.message-area {
  background: var(--bg02);
}
.news-detail .article-content.message-area .l-inner-block {
  max-width: 1340px;
}
.news-detail .article-content.message-area h2 {
  font-size: clamp(24px, 32px, min(32px, 2.2857142857vw));
}
.news-detail .article-content.message-area .message-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 70px;
  gap: clamp(40px, 70px, min(70px, 5vw));
}
.news-detail .article-content.message-area .message-ttl {
  font-size: clamp(20px, 28px, min(28px, 2vw));
}
.news-detail .article-content.message-area .img-area {
  max-width: 400px;
  margin: 0 auto;
}
.news-detail .tag-search-sec .count-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 20px;
}
.news-detail .tag-search-sec .count-txt .count {
  color: var(--red);
  font-size: 32px;
}
.news-detail .tag-search-sec .c-btn02 {
  margin: 20px auto;
}
.news-detail .tag-search-sec .l-inner-block {
  max-width: 1340px;
}

.about .c-kv .desc-block {
  background-color: transparent;
}
.about .c-kv .main-block .l-inner-block {
  padding-bottom: 60px;
}

.data .data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.data .data-list .data {
  background: var(--white);
  border: 1px solid var(--blue02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 40px 40px 37px;
}
.data .data-list .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  font-weight: 400;
  line-height: 1.6;
  vertical-align: middle;
  min-height: 70px;
  max-width: 15ch; /* 最大10文字 */
  margin: 0 auto;
}
.data .data-list .ico img {
  max-height: 90px;
}
.data .data-list .num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-flex-flow: 1;
      -ms-flex-flow: 1;
          flex-flow: 1;
}
.data .data-list .num-wrap.l-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.data .data-list .num-wrap p {
  color: var(--red);
}
.data .data-list .num-wrap .txt {
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
  font-weight: 400;
  display: block;
  text-align: center;
}
.data .data-list .num {
  font-size: clamp(40px, 48px, min(48px, 3.4285714286vw));
  font-weight: 400;
  line-height: 1;
}
.data .data-list .inn {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  font-weight: 400;
  line-height: 1.3;
  margin-left: 5px;
}
.data .note-list {
  text-align: right;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.data .note-list li {
  font-size: clamp(12px, 12px, min(12px, 0.8571428571vw));
  padding-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.data .note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.data .note-list.num {
  counter-reset: number 0;
}
.data .note-list.num li {
  padding-left: 22px;
}
.data .note-list.num li::before {
  counter-increment: number 1;
  content: "※" counter(number);
}
.data .note-list + .note-list {
  margin-top: 10px;
}

.focus .c-sec .block {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
.focus .c-sec .block:nth-last-child(1) {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.focus .c-sec .intro-desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  margin-bottom: 100px;
  max-width: 1120px;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.focus .c-sec .intro-wrap {
  display: grid;
  grid-template-columns: 1fr min(50%, 520px);
  gap: 60px;
  padding-bottom: 60px;
}
.focus .c-sec .area-ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  margin-bottom: 20px;
}
.focus .c-sec .desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.focus .c-sec .c-top-btn-arrow {
  margin-top: 40px;
}
.focus .c-sec .c-top-btn-arrow span {
  font-size: 14px;
}
.focus .c-sec .gray-list {
  margin-top: 20px;
  color: var(--gray2);
}
.focus .c-sec .gray-list li {
  padding-left: 1rem;
  position: relative;
  font-size: 12px;
}
.focus .c-sec .gray-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.focus .c-sec .gray-list li + li {
  margin-top: 4px;
}
.focus .c-sec .interview-article {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.focus .c-sec .interview-article .interview-thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
  max-width: 49.2452830189%;
  width: 100%;
}
.focus .c-sec .interview-article .interview-thumb img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.focus .c-sec .interview-article .c-top-btn-arrow {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.focus .c-sec .interview-article .c-top-btn-arrow > div {
  display: block;
}
.focus .c-sec .interview-article .c-top-btn-arrow > div::before, .focus .c-sec .interview-article .c-top-btn-arrow > div::after {
  display: none;
}
.focus .c-sec .interview-article .c-top-btn-arrow .c-top-arrow {
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
}
.focus .c-sec .article-btn {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.focus .c-sec .link-sec .l-inner-block {
  max-width: 1200px;
}

.business .c-sec .block {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
.business .c-sec .block:nth-last-child(1) {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.business .c-sec .block-02 {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.business .c-sec .intro-desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  margin-bottom: 100px;
  max-width: 1120px;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.business .c-sec .intro-wrap {
  gap: 60px;
}
.business .c-sec .intro-wrap .txt-wrap .desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  margin-top: 40px;
}
.business .c-sec .intro-wrap .txt-wrap .forte {
  margin-top: 80px;
}
.business .c-sec .intro-wrap .txt-wrap .img-wrap {
  margin-top: 60px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.business .c-sec .intro-wrap .txt-wrap .img-wrap img {
  width: 100%;
  display: block;
}
.business .c-sec .intro-wrap .txt-wrap .m-size {
  max-width: 840px;
}
.business .c-sec .intro-wrap .txt-wrap .strengths {
  margin-bottom: 80px;
}
.business .c-sec .intro-wrap .feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
.business .c-sec .intro-wrap .feature-list .feature-item {
  padding-top: 30px;
  border-top: 1px solid var(--gray3);
}
.business .c-sec .intro-wrap .feature-list .feature-item h4 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 400;
}
.business .c-sec .intro-wrap .feature-list .feature-item h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}
.business .c-sec .intro-wrap .feature-list .feature-item p {
  font-size: 16px;
}

.values .c-kv .main-block .crumb {
  color: var(--gray3);
}
.values .c-kv .main-block .crumb .current {
  color: var(--gray2);
}
.values .c-kv .main-block .l-inner-block .txt-wrap {
  margin-bottom: clamp(30px, 3.6458333333vw, 70px);
}
.values .c-kv .desc-block {
  background-color: transparent;
}
.values .values-img {
  background-color: var(--bg01);
}
.values .values-img .txt-wrap {
  margin-bottom: 60px;
  text-align: center;
}
.values .values-img .txt-wrap .cont-ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  padding-bottom: 33px;
}
.values .values-img .txt-wrap .cont-ttl.under_line {
  position: relative;
}
.values .values-img .txt-wrap .cont-ttl.under_line::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 80px;
  background-color: var(--red);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.values .values-img .txt-wrap .cont-txt {
  font-size: clamp(24px, 40px, min(40px, 2.8571428571vw));
  line-height: 160%;
  margin-top: 30px;
}
.values .values-img .img-wrap {
  text-align: center;
  max-width: 528px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.values .values-img .img-wrap img {
  width: 100%;
  display: block;
}
.values .values-img .split .bg-white {
  padding-block: clamp(80px, 7.2916666667vw, 140px);
  position: relative;
  max-width: 1120px;
  margin: auto;
}
.values .values-img .split .bg-white .line::after {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(185, 215, 235, 0.3)), to(rgba(185, 215, 235, 0)));
  background: linear-gradient(0deg, rgba(185, 215, 235, 0.3) 0%, rgba(185, 215, 235, 0) 100%);
  content: "";
  width: 600px;
  height: 1416px;
  -webkit-transform: rotate(17.62deg);
          transform: rotate(17.62deg);
  top: 150px;
  left: 190px;
  z-index: 0;
}
.values .values-img .split .txt-wrap {
  margin-bottom: 30px;
}
.values .values-img .split .sub-txt {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1;
}
.values .values-img .split .sub-txt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: var(--bg02);
}
.values .values-img .split .sub-txt li .ttl {
  font-size: 16px;
  line-height: 160%;
}
.values .values-img .split .sub-txt li .tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.values .values-img .split .sub-txt li .tag-wrap span {
  display: block;
  font-size: 12px;
  color: var(--red);
  padding: 4px 6px;
  background-color: var(--white);
  border-radius: 27px;
  line-height: 1;
}
.values .values-img .split .sub-txt li .txt {
  line-height: 160%;
}
.values .values-img .split .sub-txt li .txt.fz14 {
  font-size: 14px;
}
.values .c-sec.pt80 {
  padding-top: 80px;
}
.values .values-txt {
  background: var(--white);
}
.values .values-txt .c-ttl01 {
  margin-bottom: 0;
}
.values .values-txt .txt-wrap {
  margin: 60px 70px 0px 70px;
}
.values .values-txt .txt-wrap.philosophy p:first-child {
  padding-bottom: 16px;
}
.values .values-txt .txt-wrap.pb60 {
  padding-bottom: 60px;
}
.values .values-txt .three-cont {
  margin-inline: 70px;
}
.values .values-txt .three-cont li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--gray4);
  padding-block: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 3.125vw, 60px);
}
.values .values-txt .three-cont li:first-child {
  padding-top: 0;
}
.values .values-txt .three-cont li .split-ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
}
.values .values-txt .three-cont li .txt {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  margin: 0;
}

.career .kv-block {
  position: relative;
}
.career .kv-block .l-inner-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.career .kv-block .crumb {
  position: absolute;
  opacity: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray2);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  pointer-events: none;
}
.career .kv-block .crumb.is-show {
  pointer-events: auto;
}
.career .kv-block .crumb > * + * {
  position: relative;
  padding-left: 20px;
}
.career .kv-block .crumb > * + *::before {
  content: "/";
  position: absolute;
  left: 4px;
  top: 0;
}
.career .kv-block .crumb a {
  color: var(--gray2);
  text-decoration: underline;
}
.career .news-block {
  background: var(--bg02);
}
.career .news-block .ttl-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.career .info-sec .btn-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.career .info-sec .btn-list .c-btn01 > a {
  min-width: inherit;
  width: 100%;
  gap: 20px;
  min-height: 118px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career .info-sec .btn-list .c-btn01 > a .ico {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career .info-sec .btn-list .c-btn01 > a .ico {
  -webkit-mask: url("../img/career/ico_career.svg") no-repeat center/contain;
          mask: url("../img/career/ico_career.svg") no-repeat center/contain;
  background: var(--red);
}
.career .info-sec .btn-list .c-btn01 > a .ico.apply {
  -webkit-mask: url("../img/career/ico_apply.svg") no-repeat center/contain;
          mask: url("../img/career/ico_apply.svg") no-repeat center/contain;
}
.career .info-sec .btn-list .c-btn01 > a .ico.flow {
  -webkit-mask: url("../img/career/ico_flow.svg") no-repeat center/contain;
          mask: url("../img/career/ico_flow.svg") no-repeat center/contain;
}
.career .info-sec .btn-list .c-btn01 > a .ico.requirements {
  -webkit-mask: url("../img/career/ico_requirements.svg") no-repeat center/contain;
          mask: url("../img/career/ico_requirements.svg") no-repeat center/contain;
}
.career .info-sec .btn-list .c-btn01.anchor .c-top-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.career .link-block .btn-wrap {
  max-width: 1120px;
  margin: auto;
}
.career .link-block .btn-wrap:has(> :nth-child(2)) {
  display: grid;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
.career .link-block .btn-wrap:has(> :nth-child(1)) .c-btn01 {
  margin: auto;
  width: 100%;
  max-width: 550px;
}
.career .link-block .btn-wrap .c-btn01 {
  width: 100%;
}
.career .link-block .btn-wrap .c-btn01 > a {
  width: 100%;
  max-width: 550px;
  min-height: 112px;
}
.career .c-job-description-block .blue-box {
  background: var(--blue);
  padding: min(60px, 4.2857142857vw);
  margin-bottom: 60px;
}
.career .c-job-description-block .blue-box .top-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.career .c-job-description-block .blue-box .top-cont .ico {
  border-radius: 50%;
  position: relative;
  background: var(--white);
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  margin-top: 10px;
}
.career .c-job-description-block .blue-box .top-cont .txt {
  font-size: clamp(20px, 28px, min(28px, 2vw));
  color: var(--white);
  line-height: 1.6;
}
.career .c-job-description-block .blue-box .box-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  margin-top: 20px;
  gap: 20px;
}
.career .c-job-description-block .blue-box .box-list .box {
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(12px, 14px, min(14px, 1vw));
  line-height: 1.6;
  padding: 30px 10px;
  text-align: center;
}
.career .c-job-description-block .dot-ttl + .attention {
  margin-top: 4px;
}
.career .c-job-description-block .attention {
  margin-top: 4px;
}
.career .c-job-description-block .attention + .attention {
  margin-top: 4px;
}
.career .c-flow-block .top-flow-block li {
  min-height: 252px;
  display: block;
  padding: 20px;
}
.career .c-flow-block .top-flow-block li .num {
  margin: auto;
  color: var(--red);
}
.career .c-flow-block .top-flow-block li .txt {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
}
.career .c-flow-block .arrow {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  position: relative;
}
.career .c-flow-block .arrow::before, .career .c-flow-block .arrow::after {
  content: "";
  position: absolute;
  top: -5.5px;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--red);
  border-right: 0;
}
.career .c-flow-block .arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.career .c-flow-block .arrow::after {
  right: 0;
}
.career .c-flow-block .dots-txt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
.career .c-flow-block .dots-txt li {
  position: relative;
  padding-left: 15px;
}
.career .c-flow-block .dots-txt li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: var(--black);
}
.career .c-flow-block .dots-txt li + li {
  margin-top: 4px;
}

.registration .bg-gray {
  background: var(--bg02);
}
.registration .mb70 {
  margin-bottom: 70px;
}
.registration .c-link-block {
  position: relative;
  padding: 40px 0;
}
.registration .c-link-block .inn-wrap {
  padding-top: 30px;
}
.registration .c-link-block::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 30px;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.registration .entry-sec .c-list02 > li a {
  padding: 40px 20px;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
}
.registration .entry-sec .c-list02 > li a::before {
  width: 30px;
  height: 30px;
}
.registration .entry-sec .c-list02 > li a .ico {
  right: 26px;
  width: 16px;
  height: 16px;
}
.registration .entry-sec .c-list02 > li a:hover .ico::after {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.registration .check-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.registration .check-list .item {
  border-radius: 300px;
  background: var(--blue);
  color: #fff;
  width: calc((100% - 60px) / 4);
  min-width: 280px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  overflow: hidden;
}
.registration .check-list .item > span {
  margin-bottom: 20px;
}
.registration .check-list .item > p {
  text-align: center;
}
.registration .check-list .item-a {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.registration .check-list .item-b {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.registration .check-list .item-c {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.registration .note-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration .note-list li {
  font-size: clamp(12px, 12px, min(12px, 0.8571428571vw));
  padding-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.registration .note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.registration .step-wrap, .registration .point-wrap {
  padding-inline: 70px;
}
.registration .step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.registration .step-list .item {
  background: #fff;
  padding: 30px 40px 30px 30px;
  width: calc((100% - 100px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.registration .step-list .item:not(:last-child)::after {
  content: "";
  position: absolute;
  background: url("../img/career/registration/ico_arrow.svg") no-repeat center/contain;
  top: 50%;
  right: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 30px;
}
.registration .step-list .item h3 {
  font-size: clamp(18px, 24px, min(24px, 1.7142857143vw));
  margin-bottom: 19px;
  text-align: center;
}
.registration .step-list .item span {
  width: 110px;
  text-align: center;
  color: var(--red);
  background: var(--bg02);
  border-radius: 50px;
  padding-block: 4px;
  margin-bottom: 20px;
  font-size: 14px;
}
.registration .step-list .item .sp-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration .point-wrap > p {
  margin-bottom: 60px;
}
.registration .point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.registration .point-list .item {
  width: calc((100% - 160px) / 3);
  max-width: 320px;
  min-width: 180px;
}
.registration .point-list .circle {
  width: calc(100% - 60px);
  max-width: 260px;
  min-width: 180px;
  background: var(--bg02);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
.registration .point-list .circle span {
  width: clamp(80px, 10vw, 110px);
  text-align: center;
  color: var(--red);
  background: #fff;
  border-radius: 50px;
  padding-block: 4px;
  font-size: 14px;
}
.registration .point-list .circle .img {
  width: clamp(100px, 140px, min(140px, 10vw));
}
.registration .point-list p {
  margin-top: 20px;
}

.relation .l-inner-block {
  padding-bottom: 0 !important;
}
.relation .referral-brok {
  margin-top: 140px;
}
.relation .margin-box {
  margin-top: 100px;
}
.relation .block .inn-wrap .border {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.relation .referral-sec {
  padding-block: 0px;
}
.relation .interview-sec {
  padding-block: 0px;
}
.relation .interview-sec .interview {
  padding: 0 80px;
  margin-top: 100px;
}
.relation .interview-sec .interview .c-ttl02 {
  margin-bottom: 0;
}
.relation .c-flow-block .main-flow-list::before {
  left: 144px;
  bottom: 100px;
  height: calc(100% - 190px);
}
.relation .c-flow-block .txt-area .list-ttl {
  font-size: 24px !important;
  margin-top: 10px;
}
.relation .c-flow-block .txt-area .attention {
  margin-top: 10px;
}
.relation .c-flow-block .txt-area .attention + .attention {
  margin-top: 4px;
}
.relation .border-wrap {
  padding-top: 100px;
  border-top: 1px solid var(--gray3);
}
.relation .merit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.relation .merit-wrap .img-wrap {
  width: 50%;
}
.relation .merit-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.relation .merit-wrap .txt-wrap {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.relation .merit-wrap .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.relation .merit-wrap .c-btn01 {
  margin-left: auto;
  padding-top: 40px;
}
.relation .c-sec .block {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
.relation .c-sec .block:nth-last-child(1) {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.relation .c-sec .block-02 {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.relation .c-sec .intro-wrap {
  gap: 60px;
}
.relation .c-sec .intro-wrap .txt-wrap .desc {
  line-height: 2;
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  margin-top: 40px;
}
.relation .c-sec .intro-wrap .merit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-color: var(--blue04);
  padding: 70px;
}
.relation .c-sec .intro-wrap .merit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.relation .c-sec .intro-wrap .number {
  background-color: var(--white);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: var(--red);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.relation .c-sec .intro-wrap .txt h4 {
  margin-bottom: 20px;
  font-size: 24px;
}
.relation .referral-box .referral-wrap {
  padding-bottom: 0px;
}

.benefits .inner-max-1120 {
  max-width: 1120px;
  margin-inline: auto;
}
.benefits .inner-max-1120 + .inner-max-1120 {
  margin-top: 100px;
}
.benefits .intro-sec .count-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  counter-reset: intro-num;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits .intro-sec .count-list li {
  width: calc((100% - 20px) / 3);
}
.benefits .intro-sec .count-list li .top {
  background: var(--bg01);
  padding-block: 20px;
  padding-inline: 60px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--red);
  position: relative;
}
.benefits .intro-sec .count-list li .top::before {
  counter-increment: intro-num 1;
  content: counter(intro-num, decimal-leading-zero);
  position: absolute;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: clamp(14px, 14px, min(14px, 1vw));
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.benefits .intro-sec .count-list li .top .lead {
  text-align: center;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
}
.benefits .intro-sec .count-list li .white {
  border: 1px solid var(--gray4);
  padding: 30px clamp(20px, 28px, min(28px, 2vw));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits .intro-sec .count-list li .white .txt {
  text-align: center;
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
}
.benefits .intro-sec .js-scroll-hint {
  margin-top: 60px;
}
.benefits .intro-sec .graph-img {
  padding: 40px;
  width: 100%;
}
.benefits .intro-sec .intro-list {
  margin-top: 30px;
}
.benefits .intro-sec .intro-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(10px, 40px, min(40px, 2.8571428571vw));
  padding-block: 40px;
  border-bottom: 1px solid var(--gray4);
}
.benefits .intro-sec .intro-list li .img {
  width: clamp(60px, 100px, min(100px, 7.1428571429vw));
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: var(--bg02);
}
.benefits .intro-sec .intro-list li .img img {
  width: clamp(20px, 30px, min(30px, 2.1428571429vw));
  display: block;
}
.benefits .intro-sec .intro-list li .txt-wrap {
  width: calc(100% - clamp(60px, 100px, min(100px, 7.1428571429vw)));
}
.benefits .intro-sec .intro-list li .txt-wrap .c-ttl04 {
  padding-left: 16px;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  margin-bottom: 20px;
}

.philosophy .person-block {
  padding-bottom: 0 !important;
}
.philosophy .c-sec .block {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
.philosophy .c-sec .block:nth-last-child(1) {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.philosophy .c-sec .block-02 {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.philosophy .c-sec .desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.philosophy .c-sec .desc + .desc {
  margin-top: 27px;
}
.philosophy .c-sec .img-block {
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}
.philosophy .c-sec .img-block img {
  width: 100%;
  display: block;
}

.challenged .bg-gray {
  background: var(--bg02);
}
.challenged .news-block {
  background: transparent;
}
.challenged .intro-block {
  background: var(--white);
}
.challenged .intro-block .catchcopy {
  font-size: clamp(20px, 28px, min(28px, 2vw));
  font-weight: 500;
  max-width: 1120px;
  margin: 0 auto 40px;
}
.challenged .intro-block .desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  font-weight: 400;
  max-width: 1120px;
  margin: auto;
}
.challenged .intro-block .desc + .desc {
  margin-top: 27px;
}
.challenged .intro-block .img {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.challenged .achievements-section {
  background: #DDECF5;
}
.challenged .achievements-section.c-sec {
  padding-block: 70px 70px;
}
.challenged .achievements-section .w-1120 {
  max-width: 1120px;
  margin: auto;
}
.challenged .achievements-section .desc {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  font-weight: 400;
  margin-top: 40px;
}
.challenged .achievements-section .data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.challenged .achievements-section .data-list .data {
  background: var(--white);
  border: 1px solid var(--blue02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 41px 25px 40px;
}
.challenged .achievements-section .data-list .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  font-weight: 400;
  line-height: 1.6;
  vertical-align: middle;
  min-height: 32px;
  max-width: 15ch; /* 最大10文字 */
  margin: 0 auto;
}
.challenged .achievements-section .data-list .num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: 1;
      -ms-flex-flow: 1;
          flex-flow: 1;
}
.challenged .achievements-section .data-list .num-wrap.l-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.challenged .achievements-section .data-list .num-wrap p {
  color: var(--red);
}
.challenged .achievements-section .data-list .num-wrap .txt {
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
  font-weight: 400;
  display: block;
  text-align: center;
}
.challenged .achievements-section .data-list .num {
  font-size: clamp(40px, 48px, min(48px, 3.4285714286vw));
  font-weight: 400;
  line-height: 1;
}
.challenged .achievements-section .data-list .inn {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  font-weight: 400;
  line-height: 1.3;
  margin-left: 5px;
}
.challenged .achievements-section .note-list {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.challenged .anchor-section.c-sec {
  padding-block: 70px 70px;
}
.challenged .anchor-section .anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  max-width: 1120px;
  margin: auto;
}
.challenged .anchor-section .anchor-list li {
  width: calc((100% - 40px) / 3);
}
.challenged .anchor-section .anchor-list a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bg02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 34px 30px;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.challenged .anchor-section .anchor-list .ico {
  display: block;
  max-width: 40px;
  position: relative;
}
.challenged .anchor-section .anchor-list .ico .white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.challenged .anchor-section .anchor-list .inn {
  display: block;
  width: calc(100% - 60px);
}
.challenged .anchor-section .anchor-list .c-top-arrow {
  position: absolute;
  bottom: 0;
  right: 30px;
  top: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.challenged .job-section {
  background: #EFF3F7;
}
.challenged .job-section .w-1120 {
  max-width: 1120px;
  margin: auto;
}
.challenged .job-section .wrap {
  margin-top: 60px;
}
.challenged .job-section .wrap.mt-60 {
  margin-top: 100px;
}
.challenged .job-section .desc {
  margin-top: 40px;
}
.challenged .job-section .more-wrap {
  position: relative;
}
.challenged .job-section .case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.challenged .job-section .case-list li {
  background: var(--white);
  padding: 10px 20px 20px;
}
.challenged .job-section .case-list li.is-hidden {
  display: none;
  opacity: 0;
  height: 0;
  margin: 0;
}
.challenged .job-section .case-list .case-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.challenged .job-section .case-list .case-ttl .red {
  color: var(--red);
}
.challenged .job-section .case-list .ttl {
  background: var(--blue02);
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 7px;
}
.challenged .job-section .case-list .txt {
  font-size: 14px;
  line-height: 1.6;
}
.challenged .job-section .case-list .txt + .ttl {
  margin-top: 10px;
}
.challenged .job-section .list-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 247, 0)), color-stop(80%, rgb(239, 243, 247)));
  background: linear-gradient(180deg, rgba(239, 243, 247, 0) 0%, rgb(239, 243, 247) 80%);
  padding: 100px 0 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
.challenged .job-section .list-btn.is-btn-hidden {
  display: none;
}
.challenged .job-section .list-btn button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  border: 1px solid #EBEBEB;
  padding: 10px 14px 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
  max-width: 125px;
  width: 100%;
  margin: auto;
}
.challenged .job-section .list-btn .ico {
  border: 1px solid #EBEBEB;
  height: 20px;
  width: 20px;
  position: relative;
}
.challenged .job-section .list-btn .ico::before, .challenged .job-section .list-btn .ico::after {
  background: var(--red);
  content: "";
  height: 8px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.challenged .job-section .list-btn .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.challenged .job-section .p-magazine {
  background: transparent;
  margin: 0 calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.challenged .job-section .p-magazine .p-magazine__list {
  max-width: 100%;
}
.challenged .job-section .p-magazine .list-item-wrapper {
  width: 100%;
}
.challenged .job-section .tbl-area + .ttl-btn {
  margin-top: 40px;
}
.challenged .job-section .course-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.challenged .job-section .course-list .course {
  background: var(--bg02);
  padding: 40px 30px;
}
.challenged .job-section .course-list .course-ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
  margin-bottom: 30px;
}
.challenged .job-section .course-list .course-ttl::before {
  background: var(--red);
  border-radius: 100px;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 14px;
  left: 0;
}
.challenged .job-section .course-list .bg-ttl {
  background: var(--blue);
  color: var(--white);
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
  padding: 10px 20px;
  margin-bottom: 20px;
}
.challenged .job-section .course-list .txt {
  margin: auto;
  max-width: calc(100% - 40px);
}
.challenged .job-section .course-list .c-list02 {
  margin: 20px auto 0;
  max-width: calc(100% - 40px);
}
.challenged .job-section .course-list .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}
.challenged .job-section .table-ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}
.challenged .job-section .table-ttl::before {
  background: var(--red);
  border-radius: 100px;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 15px;
  left: 0;
}
.challenged .job-section .js-show-menu-area .c-btn01 > * {
  width: 100%;
}
.challenged .job-section .js-show-menu-area .table-ttl:not(:first-of-type) {
  margin-top: 40px;
}
.challenged .job-section + .job-section {
  background: #DDECF5;
}
.challenged .job-section .p-magazine__link {
  margin-top: 62px;
}
.challenged .environment-section {
  background: var(--bg02);
}
.challenged .environment-section.c-sec {
  -webkit-padding-after: 118px;
          padding-block-end: 118px;
}
.challenged .environment-section .w-1120 {
  max-width: 1120px;
  margin: auto;
}
.challenged .environment-section .environment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 60px 0 30px;
}
.challenged .environment-section .environment-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  border: 1px solid var(--blue02);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 30px;
  min-height: 124px;
}
.challenged .environment-section .environment-list .inn {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  font-weight: 400;
  line-height: 1.6;
}
.challenged .environment-section .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.challenged .environment-section .note.mb-30 {
  margin-bottom: 30px;
}
.challenged .environment-section .case-ttl {
  font-size: clamp(18px, 24px, min(24px, 1.7142857143vw));
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}
.challenged .environment-section .scroll-list {
  width: 100%;
  position: relative;
}
.challenged .environment-section .scroll-list.mt-40 {
  margin-top: 40px;
}
.challenged .environment-section .scrollwrap {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
}
.challenged .environment-section .scrollwrap::-webkit-scrollbar {
  display: none;
}
.challenged .environment-section .scrollwrap .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 300px;
  width: 100%;
}
.challenged .environment-section .scrollwrap .txt-area {
  background: var(--white);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 20px 20px;
}
.challenged .environment-section .scrollwrap .txt-area.no-bg {
  background: transparent;
  padding: 0;
}
.challenged .environment-section .scrollwrap .txt-area.no-bg .ttl {
  margin-top: 20px;
}
.challenged .environment-section .scrollwrap .ttl {
  font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.challenged .environment-section .scrollwrap .ttl.fz-14 {
  font-size: clamp(14px, 14px, min(14px, 1vw));
}
.challenged .environment-section .scrollwrap .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.challenged .environment-section .scrollwrap img {
  pointer-events: none;
}
.challenged .environment-section .wrap + .wrap {
  margin-top: 60px;
}
.challenged .environment-section .wrap.mt-100 {
  margin-top: 100px;
}
.challenged .environment-section .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
  margin-top: 15px;
}
.challenged .environment-section .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.challenged .contact-section .bg-box {
  background: var(--bg02);
  padding: 40px;
  margin: 40px auto 0;
  max-width: 1120px;
}
.challenged .contact-section .desc + .desc {
  margin-top: 20px;
}
.challenged .contact-section a {
  text-decoration: underline;
}
.challenged .c-ttl02.mb-50 {
  margin-bottom: 60px;
}
.challenged .c-ttl02.mb-30 {
  margin-bottom: 40px;
}
.challenged #course {
  scroll-margin-top: 110px;
}

.development .c-kv .desc-block .l-inner-block p {
  display: inline-block;
  max-width: 1110px;
}
.development .inner-max-1120 {
  max-width: 1120px;
  margin-inline: auto;
}
.development .inner-max-1120 + .inner-max-1120 {
  margin-top: 100px;
}
.development .c-ttl02 {
  margin-bottom: 40px;
}
.development .more-btn {
  width: 125px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.development .more-btn .inn {
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  line-height: 1.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.development .more-btn .ico-plus {
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray5);
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.development .more-btn .ico-plus::after, .development .more-btn .ico-plus::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--red);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.development .more-btn .ico-plus::before {
  height: 1px;
  width: 8px;
}
.development .more-btn .ico-plus::after {
  width: 1px;
  height: 8px;
}
.development .env-sec .ttl {
  font-size: clamp(20px, 28px, min(28px, 2vw));
  margin-bottom: 20px;
}
.development .back-sec .back-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.development .back-sec .back-list > li {
  width: calc((100% - 30px) / 2);
}
.development .back-sec .back-list > li .top {
  background: var(--white);
  padding: 20px 60px 20px clamp(140px, 180px, min(180px, 12.8571428571vw));
  min-height: 140px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.development .back-sec .back-list > li .top .img {
  position: absolute;
  width: 100px;
  bottom: -5px;
  left: clamp(30px, 60px, min(60px, 4.2857142857vw));
}
.development .back-sec .back-list > li .top .ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
}
.development .back-sec .back-list > li .bottom {
  background: var(--bg02);
  padding: 40px clamp(20px, 40px, min(40px, 2.8571428571vw));
  height: calc(100% - 140px);
}
.development .back-sec .back-list > li:first-child .top .img {
  bottom: -6px;
}
.development .system-sec .c-ttl04 {
  padding-left: 16px;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  margin-bottom: 20px;
}
.development .system-sec .cont + .c-ttl02 {
  margin-top: 100px;
}
.development .system-sec .more-btn {
  border: 1px solid var(--gray5);
}
.development .support-sec .ttl {
  font-size: clamp(20px, 28px, min(28px, 2vw));
  margin-bottom: 20px;
}
.development .support-sec .txt + .txt {
  margin-top: 20px;
}
.development .support-sec .js-scroll-hint {
  margin-top: 60px;
  width: 100%;
  overflow-x: auto;
}
.development .support-sec .js-scroll-hint + .js-scroll-hint {
  margin-top: 40px;
}
.development .support-sec .white {
  background: var(--white);
  padding: 70px clamp(10px, 70px, min(70px, 5vw));
}
.development .support-sec .white .lead {
  color: var(--red);
  font-size: clamp(18px, 24px, min(24px, 1.7142857143vw));
  text-align: center;
  margin-bottom: 20px;
}
.development .support-sec .white .img {
  width: 100%;
}
.development .support-sec .white .img img {
  width: 100%;
}
.development .support-sec .white .ex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: clamp(20px, 40px, min(40px, 2.8571428571vw));
  margin-top: 20px;
  margin-inline: auto;
}
.development .support-sec .white .ex-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.development .support-sec .white .ex-list li .color {
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
}
.development .support-sec .white .ex-list li .color.lb {
  background: var(--light-blue);
}
.development .support-sec .white .ex-list li .color.db {
  background: var(--blue);
}
.development .support-sec .white .ex-list li .color.b {
  background: var(--blue03);
}
.development .support-sec .white .ex-list li .color.p {
  background: var(--light-pink);
}
.development .support-sec .white .note {
  margin-top: 20px;
  position: relative;
  padding-left: 16px;
  font-size: 12px;
}
.development .support-sec .white .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.group .c-tag-search .tag::before {
  display: none;
}
.group .c-tag-search .tag label {
  line-height: 1;
  border: 1px solid var(--light-blue);
  background: #fff;
  padding: 6px 8px;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group .c-tag-search .tag label:hover {
  border-color: #e33;
}
.group .c-tag-search .tag label:has(input:checked) {
  color: var(--white);
  background-color: var(--red);
}
.group .pb-s {
  padding-bottom: 60px;
}
.group .block-wrap.is-hide {
  display: none;
}
.group .block-wrap .l-inner-block {
  max-width: 1200px;
}
.group .block-wrap .head-cont {
  background-color: var(--bg01);
  padding-block: 100px 60px;
}
.group .block-wrap .head-cont .l-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.group .block-wrap .head-cont .c-btn01 a {
  color: var(--red);
}
.group .block-wrap .body-cont {
  padding-block: 60px 100px;
}
.group .block-wrap .body-cont .appeal-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.group .block-wrap .body-cont .appeal-wrap .cont {
  background-color: var(--bg02);
  padding: 40px;
}
.group .block-wrap .body-cont .appeal-wrap .cont .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 19px;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
}
.group .block-wrap .body-cont .appeal-wrap .cont .ttl .ico {
  background-color: var(--blue02);
  border-radius: 50%;
  overflow: hidden;
  max-width: 60px;
  width: 100%;
  aspect-ratio: 1/1;
}
.group .block-wrap .body-cont .appeal-wrap .cont .txt {
  font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
}
.group .block-wrap .body-cont .c-table01 {
  width: 100%;
}
.group .count-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 40px;
  font-size: 20px;
}
.group .count-txt .count {
  color: var(--red);
  font-size: 32px;
}
.group .hide-txt {
  display: none;
  font-size: 22px;
  max-width: 1340px;
  padding-inline: 40px;
  padding-bottom: 40px;
  margin: auto;
}

/* -----------------------------------------------
* faq Module
* faqページ用
-------------------------------------------------- */
.faq .c-job-description-block {
  background: var(--white);
}
.faq .c-job-description-block .ttl-btn {
  padding: 30px;
}
.faq .bg-area {
  background: var(--light-blue);
  padding: 60px 70px;
}
.faq .tbl-area + .ttl-btn {
  margin-top: 20px;
}
.faq .tbl-area + .c-ttl02 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.faq .tbl-area .txt + .note {
  margin-top: 20px;
}
.faq .tbl-area .txt + .txt {
  margin-top: 40px;
}
.faq .c-btn03 {
  margin: 20px 0 0;
}
.faq .c-btn03:last-child {
  margin-bottom: 0;
}
.faq .c-btn03 + .txt {
  margin-top: 40px;
}
.faq .c-btn03 + .c-btn03 {
  margin-top: 10px;
  margin-bottom: 0;
}
.faq .c-btn03 + .note {
  margin-top: 20px;
}
.faq .note {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: clamp(12px, 12px, min(12px, 0.8571428571vw));
}
.faq .note + .txt {
  margin-top: 40px;
}
.faq .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.culture .c-kv .desc-block .l-inner-block p {
  display: inline-block;
  max-width: 1110px;
}
.culture .inner-max-1120 {
  max-width: 1120px;
  margin-inline: auto;
}
.culture .inner-max-1120 + .inner-max-1120 {
  margin-top: 100px;
}
.culture .c-ttl02 {
  margin-bottom: 40px;
}
.culture .more-btn {
  width: 125px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.culture .more-btn .inn {
  font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  line-height: 1.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.culture .more-btn .ico-plus {
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray5);
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.culture .more-btn .ico-plus::after, .culture .more-btn .ico-plus::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--red);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.culture .more-btn .ico-plus::before {
  height: 1px;
  width: 8px;
}
.culture .more-btn .ico-plus::after {
  width: 1px;
  height: 8px;
}
.culture .env-sec .side-menu .submenu {
  margin-left: 0;
}
.culture .env-sec .ttl {
  font-size: clamp(20px, 28px, min(28px, 2vw));
  margin-bottom: 20px;
}
.culture .env-sec .txt-wrap p + p {
  margin-top: 30px;
}
.culture .env-sec .txt-wrap {
  font-size: clamp(14px, 16px, min(16pxpx, calc(1.1428571429px * 1vw)));
}
.culture .env-sec .c-benefit-chart-box {
  margin-bottom: 60px;
}
.culture .env-sec .c-benefit-chart-box .lead .small {
  text-align: center;
}
.culture .env-sec .c-benefit-chart-box .pink {
  background-color: #D5E7F3;
}
.culture .env-sec .c-ttl02 {
  font-size: clamp(20px, 28px, min(28px, 2vw));
}
.culture .env-sec .txt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.culture .env-sec .txt-list li {
  background: var(--bg02);
  width: 100%;
  height: 167px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(14px, 18px, min(18px, 1.2857142857vw));
}
.culture .system-sec {
  background: var(--blue04);
  position: relative;
}
.culture .system-sec .c-ttl01 {
  margin-bottom: 60px;
}
.culture .system-sec .c-ttl04 {
  padding-left: 16px;
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  margin-bottom: 20px;
}
.culture .system-sec .cont {
  margin-top: 40px;
}
.culture .system-sec .cont + .c-ttl02 {
  margin-top: 100px;
}
.culture .system-sec .c-benefit-system-list {
  position: relative;
}
.culture .system-sec .c-benefit-system-list > li {
  padding-bottom: 0;
}
.culture .system-sec .c-benefit-system-list > li h3 {
  margin-bottom: 20px;
}
.culture .system-sec a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.culture .system-sec .more-btn {
  border: 1px solid var(--gray5);
}
.culture .more-btn {
  border: 1px solid var(--gray5);
}
.culture .more-btn.is-btn-hidden {
  display: none;
}
.culture .women-sec .txt {
  margin-bottom: 60px;
}
.culture .women-sec .women-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.culture .women-sec .women-list > li {
  height: calc((100% - 30px) / 2);
  border-top: none;
  padding-top: 0;
}
.culture .women-sec .women-list > li .txt {
  margin-bottom: 0;
}
.culture .women-sec .women-list > li .top {
  background: var(--white);
  padding: 60px 40px 40px 40px;
  min-height: 244px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 30px;
}
.culture .women-sec .women-list > li .top .img {
  width: 60px;
  height: 60px;
}
.culture .women-sec .women-list > li .top .ttl-wrap {
  min-height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.culture .women-sec .women-list > li .top .ttl-wrap .ttl {
  font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.culture .women-sec .women-list > li .bottom {
  background: var(--bg02);
  padding: 40px clamp(20px, 40px, min(40px, 2.8571428571vw));
}
.culture .women-sec .women-list > li:first-child .top .img {
  bottom: -6px;
}

.not-found .c-kv .main-block .l-inner-block {
  padding-bottom: 100px;
}
.not-found .c-btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .l-inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 100%;
  }
  .c-header.bg-close .header-inn .r-menu-area {
    padding-right: 0;
    margin-right: 20px;
  }
  .c-header .header-inn {
    width: calc(100% - 20px);
    height: 62px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.14));
            filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.14));
  }
  .c-header .header-inn .logo-area {
    gap: 20px;
    padding: 17px 0px 17px 10px;
  }
  .c-header .header-inn .logo-area img {
    width: 74px;
  }
  .c-header .header-inn .r-menu-area {
    padding-right: 20px;
  }
  .c-header .header-inn .r-menu-area .menu-list {
    position: absolute;
    top: 61px;
    left: 0;
    background: #fff;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
  }
  .c-header .header-inn .r-menu-area .menu-list > li > button {
    padding: 12.5px 30px 12.5px 14px;
  }
  .c-header .header-inn .r-menu-area .menu-list > li > button .ico {
    width: 8px;
    height: 8px;
  }
  .c-header .header-inn .bg-menu-content {
    top: 40px;
    padding: 10px 10px;
    width: 100%;
    right: 0;
  }
  .c-header .header-inn .bg-menu-content .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .c-header .header-inn .bg-menu-content .cont-menu-area {
    width: 100%;
  }
  .c-header .header-inn .bg-menu-content .cont-menu-list {
    width: 100%;
  }
  .c-header .header-inn .c-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  }
  .toggled-menu-content {
    max-height: calc(var(--vh) * 100 - 60px);
    padding: 60px 10px 20px;
  }
  .toggled-menu-content .c-menu-cont-ttl {
    margin-bottom: 0;
  }
  .toggled-menu-content .c-menu-cont-ttl > span {
    /* padding-left: 12px; */
  }
  .toggled-menu-content .top-menu-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .toggled-menu-content .top-menu-area .box {
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid var(--gray4);
  }
  .toggled-menu-content .top-menu-area .box:last-child {
    border-bottom: 1px solid var(--gray4);
  }
  .toggled-menu-content .top-menu-area .c-list01 > li + li {
    margin-top: 10px;
  }
  .toggled-menu-content .top-menu-area .c-list01 > li > a {
    padding-left: 36px;
  }
  .toggled-menu-content .top-menu-area .c-list01 + .c-list02 {
    margin-top: 10px;
  }
  .toggled-menu-content .middle-menu-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    margin-top: 40px;
  }
  .toggled-menu-content .middle-menu-area .box {
    width: 100%;
    padding: 0 0px;
  }
  .toggled-menu-content .middle-menu-area .c-list02 {
    padding: 0 10px;
  }
  .toggled-menu-content .middle-menu-area .c-list02 > li > a {
    padding: 14px 42px 14px 20px;
  }
  .toggled-menu-content .bottom-menu-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    padding: 0 10px;
    margin-top: 30px;
  }
  .toggled-menu-content .bottom-menu-area .c-menu-cont-ttl .ico-arrow {
    right: 0;
  }
  .toggled-recruit-menu-content .sp-content.challenged {
    max-width: 100%;
    padding: 20px;
  }
  .toggled-recruit-menu-content .sp-content.challenged .c-menu-cont-ttl {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .toggled-recruit-menu-content .sp-content.challenged .c-list02 + .c-menu-cont-ttl {
    margin-top: 20px;
  }
  .header-bottom-menu-area {
    top: 70px;
  }
  .header-bottom-menu-area .inn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .header-bottom-menu-area .inn .menu-list > li > a .ico {
    display: none;
  }
  .toggled-recruit-menu-content {
    top: 132px;
    max-height: calc(var(--vh) * 100 - 100px);
    padding: 10px 10px 0px;
  }
  .toggled-recruit-menu-content .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .toggled-recruit-menu-content .l-menu li + li {
    margin-top: 0;
  }
  .toggled-recruit-menu-content .l-menu li .c-menu-cont-ttl {
    padding: 15px 35px 15px 28px;
  }
  .toggled-recruit-menu-content .l-menu li .c-menu-cont-ttl .ico-arrow {
    margin-left: 5.1282051282vw;
  }
  .toggled-recruit-menu-content .r-menu .c-menu-cont-ttl {
    margin-bottom: 0px;
  }
  .toggled-recruit-menu-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .toggled-recruit-menu-content .flex-box .box {
    width: 100%;
    max-height: none;
    padding: 20px;
  }
  .toggled-recruit-menu-content .flex-box .box-ttl {
    margin-bottom: 20px;
  }
  .c-footer .inner-block {
    padding: 0 20px;
  }
  .c-footer .recruit-area {
    padding: 100px 0;
  }
  .c-footer .recruit-area .c-top-ttl {
    margin-left: 0;
  }
  .c-footer .recruit-area .top-menu-area {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .c-footer .recruit-area .top-menu-area .box {
    padding: 30px 20px;
  }
  .c-footer .recruit-area .top-menu-area .c-list01 > li > a {
    padding: 0 34px 12px 21px;
    border-bottom: 1px solid var(--gray4);
  }
  .c-footer .recruit-area .top-menu-area .c-list01 > li > a .ico {
    right: 18px;
  }
  .c-footer .recruit-area .top-menu-area .box-ttl {
    margin-bottom: 30px;
  }
  .c-footer .recruit-area .bottom-menu-area {
    grid-template-columns: 1fr;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .c-footer .recruit-area .bottom-menu-area .box {
    padding: 40px 20px;
  }
  .c-footer .recruit-area .bottom-menu-area .box-ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .c-footer .recruit-area .bottom-menu-area .desc {
    margin-bottom: 30px;
  }
  .c-footer .recruit-area .bottom-menu-area .c-top-btn-arrow {
    margin-left: 0;
    width: 100%;
  }
  .c-footer .recruit-area .bottom-menu-area .c-top-btn-arrow > a {
    width: 100%;
  }
  .c-footer .footer-area {
    padding-bottom: 40px;
  }
  .c-footer .footer-area .logo-area {
    padding-left: 20px;
  }
  .c-footer .footer-area .logo-area img {
    width: 158px;
  }
  .c-footer .footer-area .logo-area .txt {
    margin-top: 41px;
  }
  .c-footer .footer-area .menu-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 64px;
  }
  .c-footer .footer-area .menu-area .box {
    width: 100%;
    border-top: 1px solid var(--gray4);
  }
  .c-footer .footer-area .menu-area .box:last-child {
    margin-top: 0;
    padding-top: 15px;
  }
  .c-footer .footer-area .menu-area .box .c-menu-cont-ttl {
    margin-bottom: 0;
  }
  .c-footer .footer-area .bottom-area {
    padding-top: 0;
    margin-top: 34px;
    border: none;
  }
  .c-footer .footer-area .bottom-area .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
  .c-footer .footer-area .bottom-area .flex-box + .flex-box {
    margin-top: 50px;
  }
  .c-footer .footer-area .bottom-area .flex-box + .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .c-footer .footer-area .bottom-area .sns-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer .footer-area .bottom-area .external-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-footer .footer-area .bottom-area .external-menu > li {
    width: calc((100% - 20px) / 2);
  }
  .c-footer .footer-area .bottom-area .external-menu > li > a {
    max-width: none;
    width: 100%;
  }
  .c-footer .footer-area .bottom-area .external-menu .txt {
    font-size: 10px;
  }
  .c-footer .footer-area .bottom-area .external-menu .txt.ico_blank .ico {
    bottom: 2px;
    left: 50px;
  }
  .c-footer .footer-area .bottom-area .link-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer .footer-area .bottom-area .link-menu > li > a {
    font-size: 10px;
    line-height: 1;
  }
  .c-footer .footer-area .bottom-area .copyright {
    text-align: center;
    line-height: 1;
    font-size: 10px;
  }
  .page-top {
    top: 20px;
  }
  #wrapper:has(.home) .c-footer .inner-block {
    width: 97.4358974359vw;
  }
  .c-top-ttl {
    margin-left: 5.1282051282vw;
  }
  .c-top-ttl .en {
    font-size: 3.8461538462vw;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: 6.1538461538vw;
  }
  .c-top-ttl .en::before {
    top: 0.5128205128vw;
    left: 1.2820512821vw;
    width: 0.7692307692vw;
    height: 3.5897435897vw;
  }
  .c-top-ttl .ja {
    margin-top: 8.2051282051vw;
    font-size: 6.1538461538vw;
  }
  .c-top-ttl.kv {
    margin-left: 0;
  }
  .c-top-ttl.kv .ja {
    font-size: 8.2051282051vw;
  }
  .c-top-ttl.kv .en {
    font-size: 3.5897435897vw;
  }
  .c-top-ttl.kv .en::before {
    top: 0;
    width: 4px;
    height: 15px;
  }
  .c-ttl01 {
    font-size: 6.1538461538vw;
  }
  .c-ttl01 {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .c-ttl01::before {
    width: 80px;
  }
  .c-ttl02 {
    margin-bottom: 1.5384615385vw;
    margin-left: 0;
  }
  .c-ttl02 .deco {
    font-size: 3.8461538462vw;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: 6.1538461538vw;
  }
  .c-ttl02 .deco::before {
    top: 6px;
    left: 2.5641025641vw;
    width: 1.2820512821vw;
    height: 4.8717948718vw;
  }
  .c-ttl02 .ja {
    font-size: 5.1282051282vw;
  }
  .c-ttl02 .ja {
    padding-left: 7.6923076923vw;
  }
  .c-ttl03 {
    margin-bottom: 8.9743589744vw;
  }
  .c-ttl03 .en {
    font-size: 3.5897435897vw;
  }
  .c-ttl03 .en {
    margin-bottom: 20px;
    padding-left: 24px;
  }
  .c-ttl03 .en::before {
    top: 1.0256410256vw;
    left: 1.2820512821vw;
    width: 0.7692307692vw;
    height: 3.5897435897vw;
  }
  .c-ttl03 .ja {
    font-size: 6.1538461538vw;
  }
  .c-ttl04 {
    margin-bottom: 20px;
  }
  .c-ttl04 {
    font-size: 4.6153846154vw;
  }
  .c-btn01 p {
    font-size: 4.1025641026vw;
  }
  .c-btn01 .c-top-arrow {
    right: 20px;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
  }
  .c-btn02::before {
    width: 14px;
    height: 14px;
  }
  .c-btn02 .ico {
    width: 8px;
    height: 8px;
    right: 23px;
  }
  .c-btn03 {
    width: 100%;
  }
  .c-top-btn-arrow > * {
    padding-bottom: 3.8461538462vw;
  }
  .c-top-btn-arrow span {
    font-size: 3.5897435897vw;
  }
  .c-top-arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-left: 3.5897435897vw;
  }
  body:has(.c-header:not(.recruit-header)) .main-block {
    padding-top: 200px;
  }
  .c-kv .main-block .l-inner-block {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .c-kv .main-block .img-wrap {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-kv .main-block .crumb {
    font-size: 10px;
    margin-top: 16px;
    margin-bottom: 80px;
  }
  .c-kv .main-block .crumb > * + * {
    max-width: 250px;
  }
  .c-kv .main-block .info-area {
    gap: 10px;
  }
  .c-kv .main-block .info-area {
    margin-bottom: 35px;
  }
  .c-kv .main-block .info-area ul {
    gap: 1.0256410256vw;
  }
  .c-kv .main-block .info-area ul span {
    font-size: clamp(10px, 12px, min(12px, 3.0769230769vw));
    padding: 1.0256410256vw 1.5384615385vw;
  }
  .c-kv .main-block .tag-wrap {
    margin-top: 15px;
  }
  .c-kv .desc-block {
    line-height: 1.6em;
    padding-block: 60px;
  }
  .c-kv .desc-block p {
    font-size: 14px;
  }
  .c-kv:not(:has(.desc-block)) .l-inner-block {
    padding-bottom: 100px;
  }
  .c-kv:not(:has(.desc-block)) .l-inner-block.pb0 {
    padding-bottom: 0;
  }
  .c-kv .c-kv__back__cross .line1,
  .c-kv .c-kv__back__cross .line2,
  .c-kv .c-kv__back__cross .line3 {
    width: min(280px, 71.7948717949vw);
    max-height: 500px;
  }
  .c-kv .c-kv__back__cross .line1 {
    right: max(-170px, -43.5897435897vw);
  }
  .c-kv .c-kv__back__cross .line1 > div {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 0, 50)), color-stop(70%, rgba(220, 0, 50, 0)));
    background: linear-gradient(180deg, rgb(220, 0, 50) 0%, rgba(220, 0, 50, 0) 70%);
  }
  .c-kv .c-kv__back__cross .line2 {
    display: none;
  }
  .c-kv .c-kv__back__cross .line3 {
    left: max(-230px, -58.9743589744vw);
  }
  .c-kv .c-kv__back__cross .line3 > div {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(185, 215, 235)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(185, 215, 235) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .c-sec {
    padding-block: 100px;
  }
  main .sp-pb-adj {
    -webkit-padding-after: 38.4615384615vw;
            padding-block-end: 38.4615384615vw;
  }
  .w-deco .c-kv__back__cross .line1,
  .w-deco .c-kv__back__cross .line2,
  .w-deco .c-kv__back__cross .line3 {
    width: min(350px, 89.7435897436vw);
    max-height: 100%;
    height: 1500px;
  }
  .w-deco .c-kv__back__cross .line1 > div,
  .w-deco .c-kv__back__cross .line2 > div,
  .w-deco .c-kv__back__cross .line3 > div {
    width: min(350px, 89.7435897436vw);
    height: 1500px;
  }
  .w-deco .c-kv__back__cross .line1 {
    right: max(-5px, -1.2820512821vw);
  }
  .w-deco .c-kv__back__cross .line2 {
    right: min(150px, 38.4615384615vw);
  }
  .w-deco .c-kv__back__cross .line2 > div {
    background: linear-gradient(3deg, rgba(185, 215, 235, 0.8) 0%, rgba(185, 215, 235, 0.1) 100%);
  }
  .w-deco .c-kv__back__cross .line3 {
    right: min(210px, 53.8461538462vw);
  }
  .w-deco .c-kv__back__cross .line3 > div {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(185, 215, 235, 0.4)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(185, 215, 235, 0.4) 100%);
  }
  .inn-wrap {
    padding-inline: 0;
  }
  .c-dot-list li {
    font-size: 14px;
  }
  .c-dot-list li::before {
    left: 5px;
  }
  .side-menu {
    width: 100%;
    max-width: 180px;
  }
  .side-menu.is-close {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  .side-menu .submenu.is-open {
    max-height: 150px;
  }
  .side-menu .submenu li > * {
    border-bottom: 1px solid var(--gray4);
    font-size: 10px;
    padding: 6px;
    padding-left: 0;
  }
  .side-menu .submenu li > *::before, .side-menu .submenu li > *::after {
    display: none;
  }
  .side-menu .submenu li > * .ico {
    width: 8px;
    height: 8px;
    right: 0;
    bottom: 0;
  }
  .side-menu .menu-toggle {
    padding: 10px 4px;
    font-size: 10px;
    width: 34px;
  }
  .side-menu .accordion {
    padding: 0 10px 6px 0;
  }
  .side-menu .accordion::after {
    width: 8px;
    height: 8px;
    right: 0;
  }
  .related-sec .link-area {
    grid-template-columns: 1fr;
    padding-inline: 20px;
    gap: 20px;
  }
  .related-sec .link-area .cont .img-wrap {
    width: 100%;
  }
  .related-sec .c-btn01 > * {
    padding: 20px;
    font-size: 14px;
  }
  .c-news-list {
    padding: 20px;
  }
  .c-news-list > li > a {
    padding: 30px 0px;
  }
  .c-news-list .info-area {
    gap: 10px;
  }
  .c-news-list .info-area time {
    font-size: clamp(10px, 14px, min(14px, 3.5897435897vw));
  }
  .c-news-list .info-area ul {
    gap: 1.0256410256vw;
  }
  .c-news-list .info-area ul span {
    font-size: clamp(10px, 12px, min(12px, 3.0769230769vw));
    padding: 1.0256410256vw 1.5384615385vw;
  }
  .c-news-list .list-item-ttl-area {
    position: relative;
  }
  .c-news-list .list-item-ttl-area > p {
    margin-top: 17px;
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    padding-right: 24px;
  }
  .c-news-list .c-top-arrow {
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
  }
  .c-position-card {
    width: 100%;
    max-width: 400px;
    padding: 20px;
  }
  .c-position-card .img-wrap {
    max-width: 120px;
  }
  .c-modal .p-top-kv__back .c-kv__back__cross .line2 {
    right: min(120px, 30.7692307692vw);
  }
  .c-modal .p-top-kv__back .c-kv__back__cross .line2 > div {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 215, 235, 0.4)), color-stop(10%, rgba(185, 215, 235, 0.1)));
    background: linear-gradient(180deg, rgba(185, 215, 235, 0.4) 0%, rgba(185, 215, 235, 0.1) 10%);
  }
  .c-modal .p-top-kv__back .c-kv__back__cross .line3 {
    right: min(210px, 53.8461538462vw);
  }
  .c-modal .p-top-kv__back .c-kv__back__cross .line3 > div {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 215, 235, 0.4)), color-stop(15%, rgba(185, 215, 235, 0.1)));
    background: linear-gradient(180deg, rgba(185, 215, 235, 0.4) 0%, rgba(185, 215, 235, 0.1) 15%);
  }
  .c-modal__content {
    height: calc(100% - 40px);
  }
  .c-modal__content .job-sec .c-ttl01 .small {
    font-size: 16px;
  }
  .c-modal__content .job-sec .c-ttl04 + p {
    margin-top: 20px;
  }
  .c-modal__content .p-magazine .p-magazine__controller {
    padding-inline: 20px;
  }
  .c-modal .c-modal__close {
    width: 28px;
    height: 28px;
    top: 20px;
    right: 20px;
  }
  .link-sec {
    padding-block: 40px;
  }
  .link-sec .ttl-btn {
    font-size: clamp(16px, 18px, min(18px, 4.6153846154vw));
    padding: 20px;
  }
  .link-sec .ttl-btn .ico-plus {
    width: 24px;
    height: 24px;
  }
  .link-sec .ttl-btn .ico-plus::before {
    height: 10px;
  }
  .link-sec .ttl-btn .ico-plus::after {
    width: 10px;
  }
  .link-sec .c-aco-wrap .cont-area {
    padding: 0 20px 20px;
  }
  .link-sec .c-aco-wrap .cont-area .c-btn01 > a {
    padding: 20px 40px 30px 0;
  }
  .link-sec .c-aco-wrap .cont-area .c-btn01 .c-top-arrow {
    right: 0;
  }
  .c-magazine-sec {
    padding-block: 60px;
  }
  .c-magazine-sec .ttl-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  .c-magazine-sec .ttl-flex .c-top-btn-arrow {
    margin-left: auto;
  }
  .c-magazine-sec .ttl-flex .c-top-btn-arrow a .c-top-arrow {
    width: 14px;
    height: 14px;
    margin-left: 14px;
  }
  .c-magazine-sec .cont {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-magazine-sec .cont .img {
    margin: auto;
  }
  .c-magazine-sec .cont .txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    gap: 20px;
    max-width: inherit;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .c-magazine-sec .cont .txt-wrap .c-btn02 {
    margin-left: auto;
    padding-block: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 138px;
  }
  .attention {
    margin-top: 10px;
  }
  .c-tag-search {
    padding: 20px;
    max-height: 400px;
  }
  .c-tag-search .reset-btn {
    margin: auto;
  }
  .c-tag-search .reset-btn {
    margin-top: 6.6666666667vw;
  }
  .c-tag-search .ttl {
    font-size: 4.6153846154vw;
  }
  .c-tag-search .ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-tag-search .ttl::before {
    font-size: 4.6153846154vw;
  }
  .c-tag-search .desc {
    font-size: 3.5897435897vw;
  }
  .c-tag-search .desc {
    margin-bottom: 20px;
  }
  .c-tag-search .tag-group {
    display: block;
    margin-bottom: 28px;
  }
  .c-tag-search .tag-group .label {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--red);
    margin-bottom: 14px;
    padding-bottom: 3px;
  }
  .c-tag-search .tag-group .tags {
    padding-left: 0;
  }
  .c-tag-search .tag-group .tags button {
    font-size: 3.0769230769vw;
  }
  .c-tag-search .list-item-ttl-area {
    padding-right: 5.1282051282vw;
  }
  .c-tag-search .list-item-ttl-area p {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
  .c-tag-search .list-item-ttl-area .c-top-arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-left: 3.5897435897vw;
  }
  .c-tag-search .list-item__tags {
    margin-top: 6.6666666667vw;
  }
  .c-tag-search .list-item__tags ul {
    -webkit-column-gap: 1.7948717949vw;
       -moz-column-gap: 1.7948717949vw;
            column-gap: 1.7948717949vw;
    row-gap: 0vw;
  }
  .c-tag-search .list-item__tags ul li {
    margin-bottom: 1.5384615385vw;
    font-size: 3.0769230769vw;
  }
  .c-table01 tr {
    display: block;
  }
  .c-table01 tr th {
    min-width: auto;
    width: 100%;
    display: block;
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    padding-bottom: 4px;
  }
  .c-table01 tr td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 14px;
  }
  .c-table01 tr td::before {
    width: 100%;
    height: 1px;
    bottom: initial;
  }
  .c-table01 .txt {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-table01 .txt + ul {
    margin-top: 10px;
  }
  .c-table01 .txt + .attention {
    margin-top: 10px;
  }
  .c-table01 ul li {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-table01 ul li::before {
    left: 5px;
    width: 5px;
    height: 5px;
  }
  .c-table01 ul.mt-4 {
    margin-top: 4px;
  }
  .c-table01 ul + .dot-ttl {
    margin-top: 14px;
  }
  .c-table01 ul + .txt {
    margin-top: 10px;
  }
  .c-table01 ul + .attention {
    margin-top: 10px;
  }
  .c-table01 .attention {
    font-size: clamp(10px, 12px, min(12px, 3.0769230769vw));
  }
  .c-table01 .attention + .txt {
    margin-top: 14px;
  }
  .c-table01 .dot-ttl {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-table01 .dot-ttl::before {
    top: 5px;
  }
  .c-table01 .dot-ttl + .txt {
    margin-top: 10px;
  }
  .c-table01 .dot-txt {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-table01 .dot-txt::before {
    top: 10px;
  }
  .c-table01 .dot-txt + .txt {
    margin-top: 10px;
  }
  .c-benefit-chart-box .gray {
    gap: 20px;
  }
  .c-benefit-chart-box .gray .inn {
    width: calc((100% - 20px) / 2);
    gap: 10px;
  }
  .c-benefit-chart-box .gray .inn .lead-wrap {
    min-height: 73px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-benefit-chart-box .gray .inn .lead-wrap .lead {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    gap: 9px;
  }
  .c-benefit-chart-box .gray .inn .white {
    min-height: 77px;
    padding-block: 0;
  }
  .c-benefit-chart-box .gray .inn .white:last-child {
    min-height: 58px;
  }
  .c-benefit-chart-box .gray .inn:last-child .white::before {
    width: 20px;
    background-position-x: right;
    background-size: cover;
    left: -20px;
  }
  .c-benefit-system-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-benefit-system-list:not(.col3) {
    max-height: 615px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    position: relative;
    gap: 30px;
  }
  .c-benefit-system-list:not(.col3).is-open::after {
    display: none;
  }
  .c-benefit-system-list:not(.col3)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 236, 245, 0)), color-stop(80%, rgba(255, 255, 255, 0.7)), to(white));
    background: linear-gradient(rgba(221, 236, 245, 0) 0%, rgba(255, 255, 255, 0.7) 80%, white 100%);
    width: 100%;
    height: 260px;
  }
  .c-benefit-system-list > li {
    width: 100%;
    padding-top: 20px;
  }
  .c-link-list > li {
    margin-bottom: 40px;
  }
  .c-link-list .cont .txt-wrap > * {
    padding: 30px 20px;
  }
  .c-link-list .cont .txt-wrap > *::before, .c-link-list .cont .txt-wrap > *::after {
    left: 20px;
    width: calc(100% - 40px);
  }
  .c-menu-cont-ttl {
    text-align: left;
    font-size: 14px;
    padding: 19.5px 35px 19.5px 28px;
  }
  .c-menu-cont-ttl:is(button) {
    width: 100%;
  }
  .c-menu-cont-ttl .ico-arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-left: 3.5897435897vw;
  }
  .c-menu-cont-ttl::before {
    left: 15px;
    width: 0.7692307692vw;
    height: 3.5897435897vw;
  }
  .c-menu-cont-ttl::after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
  }
  .c-list01 > li > a::before, .c-list01 > li > a::after {
    display: none;
  }
  .c-list01 > li > a .ico {
    width: 8px;
    height: 8px;
    right: 30px;
  }
  .c-list01.ico-has-bg .ico::before, .c-list01.ico-has-bg .ico::after {
    width: 8px;
    height: 8px;
  }
  .c-list02 > li a::before {
    width: 14px;
    height: 14px;
  }
  .c-list02 > li a .ico {
    width: 8px;
    height: 8px;
    right: 23px;
  }
  .c-list02 + .c-list-menu-ttl {
    margin-top: 13px;
  }
  .js-show-menu-area {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-link-block {
    padding: 40px 0px;
  }
  .c-link-block .box {
    padding: 20px;
  }
  .c-link-block .box .box-ttl {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    margin-bottom: 20px;
  }
  .c-link-block .box .c-btn01 {
    width: 100%;
  }
  .c-link-block .box .c-btn01 > div {
    margin-left: 0;
    width: 100%;
  }
  .c-job-description-block .ttl-btn {
    font-size: clamp(16px, 18px, min(18px, 4.6153846154vw));
    padding: 20px;
  }
  .c-job-description-block .ttl-btn .ico-plus {
    width: 24px;
    height: 24px;
  }
  .c-job-description-block .ttl-btn .ico-plus::before {
    height: 10px;
  }
  .c-job-description-block .ttl-btn .ico-plus::after {
    width: 10px;
  }
  .c-job-description-block .tbl-area {
    padding: 20px;
  }
  .c-job-description-block .recruit-tb tr {
    display: block;
  }
  .c-job-description-block .recruit-tb tr th {
    min-width: auto;
    width: 100%;
    display: block;
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    padding-bottom: 4px;
  }
  .c-job-description-block .recruit-tb tr td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 14px;
  }
  .c-job-description-block .recruit-tb tr td::before {
    width: 100%;
    height: 1px;
    bottom: initial;
  }
  .c-job-description-block .recruit-tb * + .attention,
  .c-job-description-block .recruit-tb * + .txt,
  .c-job-description-block .recruit-tb * + ul,
  .c-job-description-block .recruit-tb * + .dot-ttl {
    margin-top: 10px;
  }
  .c-job-description-block .recruit-tb .txt {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-job-description-block .recruit-tb ul li {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-job-description-block .recruit-tb ul li::before {
    left: 5px;
    width: 5px;
    height: 5px;
  }
  .c-job-description-block .recruit-tb .attention {
    font-size: clamp(10px, 12px, min(12px, 3.0769230769vw));
  }
  .c-job-description-block .recruit-tb .dot-ttl {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-job-description-block .recruit-tb .dot-ttl::before {
    top: 5px;
  }
  .c-job-description-block .recruit-tb .dot-txt {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-job-description-block .recruit-tb .dot-txt::before {
    top: 10px;
  }
  .c-flow-block .top-flow-block {
    gap: min(20px, 5.1282051282vw);
  }
  .c-flow-block .top-flow-block > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .c-flow-block .top-flow-block .num {
    width: 28px;
    height: 28px;
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-flow-block .top-flow-block .txt {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: clamp(10px, 12px, min(12px, 3.0769230769vw));
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .c-flow-block .top-flow-block .txt.tri::before {
    top: 0.2em;
  }
  .c-flow-block .main-flow-list::before {
    display: none;
  }
  .c-flow-block .main-flow-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .c-flow-block .main-flow-list > li::after {
    width: 30px;
    height: 23px;
    bottom: -16px;
  }
  .c-flow-block .main-flow-list .ico-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .c-flow-block .main-flow-list .ico {
    width: 80px;
    height: 80px;
    margin-left: 12px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .c-flow-block .main-flow-list .ico img {
    width: 53px;
  }
  .c-flow-block .main-flow-list .num {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    width: 26px;
    height: 26px;
    left: -12px;
    top: 6px;
  }
  .c-flow-block .main-flow-list .list-ttl.fz-24 {
    font-size: clamp(16px, 18px, min(18px, 4.6153846154vw));
  }
  .c-flow-block .main-flow-list .list-ttl {
    font-size: clamp(16px, 20px, min(20px, 5.1282051282vw));
    margin-bottom: 0;
  }
  .c-flow-block .main-flow-list .desc {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    margin-bottom: 20px;
  }
  .c-flow-block .main-flow-list .desc + * {
    padding-top: 20px;
  }
  .c-flow-block .main-flow-list .btn-area + .list-ttl {
    margin-top: 20px;
  }
  .c-flow-block .main-flow-list .c-top-btn-arrow {
    width: 100%;
  }
  .c-flow-block .main-flow-list .c-top-btn-arrow > a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-flow-block .main-flow-list .white-box-list {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 10px;
  }
  .c-flow-block .main-flow-list .white-box-list > li {
    padding: 20px;
  }
  .c-flow-block .main-flow-list .white-box-list .box-ttl {
    font-size: clamp(14px, 16px, min(16px, 4.1025641026vw));
  }
  .c-flow-block .main-flow-list .white-box-list .box-desc {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
  }
  .c-flow-block .main-flow-list .white-box-list .c-top-btn-arrow {
    margin-top: 20px;
  }
  .p-magazine .p-magazine__inner {
    padding-top: 26.1538461538vw;
    padding-bottom: 25.641025641vw;
  }
  .p-magazine .p-magazine__title > p {
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
    margin-top: 12.3076923077vw;
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
  .p-magazine .p-magazine__link {
    margin-top: 40px;
  }
  .p-magazine .p-magazine__link {
    margin-top: 12.8205128205vw;
    margin-right: 5.1282051282vw;
  }
  .p-magazine .p-magazine__follow {
    display: none;
  }
  .p-magazine .list-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5641025641vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  .p-magazine .list-item {
    width: 76.9230769231vw;
  }
  .p-magazine .list-item .list-item__txt {
    padding: 5.1282051282vw 5.1282051282vw 3.8461538462vw 5.1282051282vw;
  }
  .p-magazine .list-item .list-item__title p {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
  .p-magazine .list-item .list-item__tags {
    padding-right: 24px;
    margin-top: 6.6666666667vw;
  }
  .p-magazine .list-item .list-item__tags ul {
    -webkit-column-gap: 1.7948717949vw;
       -moz-column-gap: 1.7948717949vw;
            column-gap: 1.7948717949vw;
    row-gap: 0vw;
  }
  .p-magazine .list-item .list-item__tags ul li {
    margin-bottom: 1.5384615385vw;
    font-size: 3.0769230769vw;
  }
  .p-magazine .list-item .list-item__tags .c-top-arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    bottom: 1.5384615385vw;
    right: 0;
  }
  .p-magazine .p-magazine__controller {
    width: 89.7435897436vw;
    margin: 10.2564102564vw auto 0;
  }
  .p-magazine .p-magazine__progress {
    width: 56.4102564103vw;
    height: 7.6923076923vw;
    margin-right: 7.6923076923vw;
    padding-left: 0.2564102564vw;
    padding-right: 1.5384615385vw;
  }
  .p-magazine .swiper-scrollbar-drag::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .p-magazine .p-magazine__pagination {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    margin-left: 2.5641025641vw;
  }
  .p-magazine.lawer-page .magazine-ttl-btn-box {
    display: block;
  }
  .p-top-banner {
    bottom: 1vw;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-top-banner.is-scrolled {
    bottom: 0;
  }
  .p-top-banner.is-single .p-top-banner__a {
    bottom: 7.6923076923vw !important;
    -webkit-transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s;
  }
  .p-top-banner .p-top-banner__inner {
    left: 0;
    bottom: 0px;
    width: 100%;
  }
  .p-top-banner .p-top-banner__inner::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 35.3846153846vw;
    pointer-events: none;
  }
  .p-top-banner .p-top-banner__a {
    width: 76.9230769231vw;
    height: 9.2307692308vw;
    left: 0;
    right: 0;
    bottom: 7.6923076923vw;
    margin: 0 auto;
  }
  .p-top-banner .p-top-banner__a:nth-of-type(1) {
    bottom: 18.4615384615vw;
  }
  .p-top-banner a p {
    font-size: 3.0769230769vw;
    padding-left: 5.1282051282vw;
  }
  .p-top-banner .close {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3.0769230769vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
  .p-top-banner .close::after {
    top: -3vw;
    left: -3vw;
    width: calc(100% + 6vw);
    height: calc(100% + 6vw);
  }
  .p-top-banner .close > div::before, .p-top-banner .close > div::after {
    height: 0.2564102564vw;
  }
  .p-top-kv {
    margin-top: -17vw;
    height: 100dvh;
  }
  .p-top-kv .p-top-kv__bg {
    background-image: url("../img/top/sec2_statement/bg_sp.webp");
  }
  .p-top-kv .p-top-kv__back__cross .line1,
  .p-top-kv .p-top-kv__back__cross .line2,
  .p-top-kv .p-top-kv__back__cross .line3,
  .p-top-kv .p-top-kv__back__cross .line4 {
    width: 17.2615384615vw;
  }
  .p-top-kv .p-top-kv__back__cross .line2 {
    left: 17.2615384615vw;
  }
  .p-top-kv .p-top-kv__back__cross .line4 {
    left: 17.2615384615vw;
  }
  .p-top-kv .p-top-kv__front__stage > * {
    height: calc(100dvh + 20px) !important;
  }
  .p-top-kv .p-top-kv__title.is-show .effect2 > div::before {
    -webkit-animation: kf-intro-sp 1.3s linear forwards;
            animation: kf-intro-sp 1.3s linear forwards;
  }
  .p-top-kv .p-top-kv__title.is-show .effect2 > div:nth-of-type(1)::before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect2 > div:nth-of-type(2)::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  @-webkit-keyframes kf-intro-sp {
    0% {
      -webkit-transform: translate3d(-100.5%, 0, 0);
              transform: translate3d(-100.5%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.88, 0, 0, 1);
              animation-timing-function: cubic-bezier(0.88, 0, 0, 1);
    }
    50% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
              animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    100% {
      -webkit-transform: translate3d(100.5%, 0, 0);
              transform: translate3d(100.5%, 0, 0);
    }
  }
  @keyframes kf-intro-sp {
    0% {
      -webkit-transform: translate3d(-100.5%, 0, 0);
              transform: translate3d(-100.5%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.88, 0, 0, 1);
              animation-timing-function: cubic-bezier(0.88, 0, 0, 1);
    }
    50% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
              animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    100% {
      -webkit-transform: translate3d(100.5%, 0, 0);
              transform: translate3d(100.5%, 0, 0);
    }
  }
  .p-top-kv .p-top-kv__title.is-show svg {
    visibility: visible;
    -webkit-transform: translate3d(0, 38.4615384615vw, 0);
            transform: translate3d(0, 38.4615384615vw, 0);
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) {
    -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.82s;
    transition: visibility 0s 0.5s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.82s;
    transition: visibility 0s 0.5s, transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.82s;
    transition: visibility 0s 0.5s, transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.82s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.82s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(2) {
    -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.8s;
    transition: visibility 0s 0.5s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.8s;
    transition: visibility 0s 0.5s, transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.8s;
    transition: visibility 0s 0.5s, transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.8s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 2.8s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path {
    -webkit-transform: translate3d(0%, 0%, 0);
            transform: translate3d(0%, 0%, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) path:nth-of-type(1) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) path:nth-of-type(2) {
    -webkit-transition-delay: 0.53s;
            transition-delay: 0.53s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) path:nth-of-type(3) {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) path:nth-of-type(4) {
    -webkit-transition-delay: 0.59s;
            transition-delay: 0.59s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) path:nth-of-type(5) {
    -webkit-transition-delay: 0.62s;
            transition-delay: 0.62s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) path:nth-of-type(6) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(1) path:nth-of-type(7) {
    -webkit-transition-delay: 0.68s;
            transition-delay: 0.68s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(2) path:nth-of-type(1) {
    -webkit-transition-delay: 0.64s;
            transition-delay: 0.64s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(2) path:nth-of-type(2) {
    -webkit-transition-delay: 0.67s;
            transition-delay: 0.67s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(2) path:nth-of-type(3) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .p-top-kv .p-top-kv__title.is-show svg:nth-of-type(2) path:nth-of-type(4) {
    -webkit-transition-delay: 0.73s;
            transition-delay: 0.73s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect1 > div {
    visibility: visible;
    -webkit-transform: visibility 0s;
            transform: visibility 0s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect1 > div::before {
    -webkit-transform: translate3d(100.5%, 0, 0);
            transform: translate3d(100.5%, 0, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
  .p-top-kv .p-top-kv__title.is-show .effect1 > div:nth-of-type(1) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect1 > div:nth-of-type(1)::before {
    -webkit-transition-delay: 1.79s;
            transition-delay: 1.79s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect1 > div:nth-of-type(2) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect1 > div:nth-of-type(2)::before {
    -webkit-transition-delay: 1.89s;
            transition-delay: 1.89s;
  }
  .p-top-kv .p-top-kv__title {
    width: 76.9230769231vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.2820512821vw 1.2820512821vw 0.5128205128vw 1.2820512821vw;
  }
  .p-top-kv .p-top-kv__title .effect1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
  }
  .p-top-kv .p-top-kv__title .effect1 > div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 46%;
    -webkit-transform: skewX(-17.62deg);
            transform: skewX(-17.62deg);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    overflow: hidden;
    visibility: hidden;
  }
  .p-top-kv .p-top-kv__title .effect1 > div:nth-of-type(1) {
    top: 0;
    width: 100%;
  }
  .p-top-kv .p-top-kv__title .effect1 > div:nth-of-type(2) {
    bottom: 0;
    width: 51%;
    left: -1.5%;
  }
  .p-top-kv .p-top-kv__title .effect1 > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray1);
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .p-top-kv .p-top-kv__title .effect2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
  }
  .p-top-kv .p-top-kv__title .effect2 > div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 46%;
    -webkit-transform: skewX(-17.62deg);
            transform: skewX(-17.62deg);
    overflow: hidden;
  }
  .p-top-kv .p-top-kv__title .effect2 > div:nth-of-type(1) {
    top: 0;
    width: 100%;
  }
  .p-top-kv .p-top-kv__title .effect2 > div:nth-of-type(2) {
    bottom: 0;
    width: 51%;
    left: -1.5%;
  }
  .p-top-kv .p-top-kv__title .effect2 > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--red);
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
  .p-top-kv .p-top-kv__title svg {
    position: relative;
    mix-blend-mode: exclusion;
  }
  .p-top-kv .p-top-kv__title svg:nth-of-type(1) {
    position: relative;
    -webkit-clip-path: inset(0% 0% 58% 0%);
            clip-path: inset(0% 0% 58% 0%);
  }
  .p-top-kv .p-top-kv__title svg:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .p-top-kv .p-top-kv__title svg path {
    fill: var(--white);
    -webkit-transform: translate3d(-20%, 200%, 0);
            transform: translate3d(-20%, 200%, 0);
  }
  .p-top-statement {
    background-image: url("../img/top/sec2_statement/bg_sp.webp");
  }
  .p-top-statement .p-top-statement__inner {
    margin-left: 5.1282051282vw;
    padding-top: 30.7692307692vw;
    padding-bottom: 30.7692307692vw;
  }
  .p-top-statement .p-top-statement__txt {
    margin-left: 5.1282051282vw;
  }
  .p-top-statement .p-top-statement__txt p {
    font-size: 3.5897435897vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 1.75em;
  }
  .p-top-statement .p-top-statement__catchcopy {
    margin-left: 5.1282051282vw;
    margin-top: 15.8974358974vw;
  }
  .p-top-statement .p-top-statement__catchcopy .p-top-statement__catchcopy__inner {
    width: 72.5641025641vw;
    height: 7.6923076923vw;
    padding-right: 1.5384615385vw;
  }
  .p-top-statement .p-top-statement__catchcopy svg {
    width: 65.641025641vw;
  }
  .p-top-statement .p-top-statement__bg {
    left: 68.7179487179vw;
  }
  .p-top-statement .p-top-statement__bg .line1,
  .p-top-statement .p-top-statement__bg .line2,
  .p-top-statement .p-top-statement__bg .line3,
  .p-top-statement .p-top-statement__bg .line4 {
    width: 17.2615384615vw;
  }
  .p-top-statement .p-top-statement__bg .line2 {
    left: 17.2615384615vw;
  }
  .p-top-statement .p-top-statement__bg .line4 {
    left: 17.0051282051vw;
  }
  .p-top-movie {
    height: 138.4615384615vw;
  }
  .p-top-movie .p-top-movie__btn {
    width: 35.8974358974vw;
    height: 35.8974358974vw;
    inset: 0;
    margin: auto;
  }
  .p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .border {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
  .p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .arrow {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    margin-right: 1.2820512821vw;
  }
  .p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 p {
    font-size: 3.5897435897vw;
  }
  .p-top-movie-modal .p-top-movie-modal__close {
    top: -10.2564102564vw;
    right: 5.1282051282vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .p-top-movie-modal .p-top-movie-modal__close > div {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .p-top-movie-modal .p-top-movie-modal__close > div::before, .p-top-movie-modal .p-top-movie-modal__close > div::after {
    height: 0.2564102564vw;
  }
  .p-top-movie-modal .p-top-movie-modal__player {
    width: 100vw;
  }
  .p-top-news .p-top-news__inner {
    padding-top: 26.1538461538vw;
    padding-bottom: 20.5128205128vw;
  }
  .p-top-news .p-top-news__link {
    margin-top: 12.8205128205vw;
    margin-right: 5.1282051282vw;
  }
  .p-top-news .p-top-news__block {
    margin-top: 7.6923076923vw;
  }
  .p-top-news .p-top-news__block .p-top-news__block__box {
    width: 89.7435897436vw;
    padding: 8.9743589744vw 5.1282051282vw 5.1282051282vw 5.1282051282vw;
    margin: 0 auto 5.1282051282vw;
  }
  .p-top-news .p-top-news__block .p-top-news__block__box:last-of-type {
    margin-bottom: 0;
  }
  .p-top-news .p-top-news__block .box-title {
    margin-bottom: 6.1538461538vw;
  }
  .p-top-news .p-top-news__block .box-title p {
    font-size: 3.5897435897vw;
    padding-left: 3.5897435897vw;
  }
  .p-top-news .p-top-news__block .box-title p::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
  .p-top-news .p-top-news__block .list-item a {
    padding: 7.6923076923vw 0 7.4358974359vw;
  }
  .p-top-news .p-top-news__block .list-item .list-item__info {
    gap: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
  .p-top-news .p-top-news__block .list-item .list-item__info time {
    font-size: 3.0769230769vw;
  }
  .p-top-news .p-top-news__block .list-item .list-item__info ul {
    gap: 1.0256410256vw;
  }
  .p-top-news .p-top-news__block .list-item .list-item__info ul li span {
    font-size: 3.0769230769vw;
    padding: 1.0256410256vw 1.5384615385vw;
  }
  .p-top-news .p-top-news__block .list-item .list-item__title {
    padding-right: 5.1282051282vw;
  }
  .p-top-news .p-top-news__block .list-item .list-item__title p {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
  .p-top-news .p-top-news__block .list-item .list-item__title .c-top-arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-left: 3.5897435897vw;
  }
  .p-top-aboutus {
    overflow: hidden;
  }
  .p-top-aboutus .p-top-aboutus__inner {
    padding-top: 26.1538461538vw;
    padding-bottom: 25.641025641vw;
  }
  .p-top-aboutus .p-top-aboutus__txt {
    top: 86.1538461538vw;
    opacity: 0.2;
  }
  .p-top-aboutus .p-top-aboutus__txt span {
    font-size: 26.6666666667vw;
    padding-right: 0.5em;
    color: var(--white);
  }
  .p-top-aboutus .list-item-wrapper {
    width: 89.7435897436vw;
    margin: 0 auto;
    margin-top: 12.3076923077vw;
  }
  .p-top-aboutus .list-item {
    margin-bottom: 20.5128205128vw;
  }
  .p-top-aboutus .list-item:last-of-type {
    margin-bottom: 0;
  }
  .p-top-aboutus .list-item .list-item__title {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .p-top-aboutus .list-item .list-item__title p {
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
  .p-top-aboutus .list-item .list-item__title .c-top-arrow {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    right: 5.1282051282vw;
  }
  .p-top-aboutus .p-top-aboutus__progress {
    display: none;
  }
  .p-top-aboutus .p-top-aboutus__bg {
    position: absolute;
    left: 0;
  }
  .p-top-aboutus .p-top-aboutus__bg .line1,
  .p-top-aboutus .p-top-aboutus__bg .line2,
  .p-top-aboutus .p-top-aboutus__bg .line3,
  .p-top-aboutus .p-top-aboutus__bg .line4 {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .p-top-aboutus .p-top-aboutus__bg .line1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6fafc), to(#e8f2f8));
    background: linear-gradient(180deg, #f6fafc 0%, #e8f2f8 100%);
    -webkit-transform: skewX(17.62deg);
            transform: skewX(17.62deg);
    width: 89.7435897436vw;
    height: 217.9487179487vw;
    left: 31.5384615385vw;
  }
  .p-top-aboutus .p-top-aboutus__bg .line2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#deecf6), to(rgba(185, 215, 235, 0)));
    background: linear-gradient(180deg, #deecf6 0%, rgba(185, 215, 235, 0) 100%);
    -webkit-transform: skewX(-17.62deg);
            transform: skewX(-17.62deg);
    width: 89.7435897436vw;
    height: 487.1794871795vw;
    left: 78.2051282051vw;
  }
  .p-top-aboutus .p-top-aboutus__bg .line3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #dc0032), color-stop(70%, rgba(220, 0, 50, 0)));
    background: linear-gradient(180deg, #dc0032 40%, rgba(220, 0, 50, 0) 70%);
    -webkit-transform: skewX(17.62deg);
            transform: skewX(17.62deg);
    width: 89.7435897436vw;
    height: 179.4871794872vw;
    left: 84.1025641026vw;
  }
  .p-top-aboutus .p-top-aboutus__bg .line4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#e1eef7), to(#f6fafc));
    background: linear-gradient(180deg, #e1eef7 0%, #f6fafc 100%);
    -webkit-transform: skewX(17.62deg);
            transform: skewX(17.62deg);
    width: 89.7435897436vw;
    height: 284.6153846154vw;
    top: 188.4615384615vw;
    left: -89.7435897436vw;
  }
  .p-top-jobs {
    padding-top: 26.1538461538vw;
    padding-bottom: 37.6923076923vw;
  }
  .p-top-jobs .p-top-jobs__box {
    position: relative;
  }
  .p-top-jobs .p-top-jobs__title {
    margin-bottom: 49.4871794872vw;
  }
  .p-top-jobs .p-top-jobs__link {
    width: 89.7435897436vw;
    height: 27.1794871795vw;
    margin: 0 auto;
    padding-left: 5.1282051282vw;
  }
  .p-top-jobs .p-top-jobs__link a {
    height: 100%;
  }
  .p-top-jobs .p-top-jobs__link p {
    font-size: 4.1025641026vw;
  }
  .p-top-jobs .p-top-jobs__link .c-top-arrow {
    right: 5.1282051282vw;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .p-top-jobs .p-top-jobs__slide {
    position: absolute;
    top: 56.4102564103vw;
    left: 0;
    height: 102.5641025641vw;
  }
  .p-top-jobs .p-top-jobs__slide .slide-item picture {
    width: 384.6153846154vw;
  }
  .p-top-environment .p-top-environment__inner {
    padding-top: 25.641025641vw;
    padding-bottom: 41.0256410256vw;
  }
  .p-top-environment .p-top-environment__title {
    margin-bottom: 12.3076923077vw;
  }
  .p-top-environment .p-top-environment__block {
    width: 89.7435897436vw;
  }
  .p-top-environment .p-top-environment__list {
    margin-top: 7.6923076923vw;
  }
  .p-top-environment .p-top-environment__list .list-item__title {
    padding: 0vw 5.1282051282vw;
    height: 21.7948717949vw;
  }
  .p-top-environment .p-top-environment__list .list-item__title p {
    font-size: 4.1025641026vw;
  }
  .p-top-environment .p-top-environment__list .c-top-arrow {
    right: 5.1282051282vw;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .p-top-environment .p-top-environment__bg {
    left: 80.2564102564vw;
  }
  .p-top-environment .p-top-environment__bg .line1,
  .p-top-environment .p-top-environment__bg .line2 {
    width: 73.5897435897vw;
    height: 348.7179487179vw;
    -webkit-transform-origin: 0% 21.1029411765%;
            transform-origin: 0% 21.1029411765%;
  }
  .p-top-environment .p-top-environment__bg .line1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fafcfe), color-stop(50%, #eaf3f9));
    background: linear-gradient(180deg, #fafcfe 0%, #eaf3f9 50%);
  }
  .p-top-environment .p-top-environment__bg .line2 {
    left: 5.1282051282vw;
    height: 279.4871794872vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#deecf5), to(#fafcfe));
    background: linear-gradient(180deg, #deecf5 0%, #fafcfe 100%);
  }
  .graduate .kv-block {
    margin-top: -140px;
  }
  .graduate .kv-block .crumb {
    left: 20px;
    top: min(290px, 37.1794871795vw);
    font-size: 10px;
    color: var(--white);
  }
  .graduate .kv-block .crumb a {
    color: var(--white);
  }
  .graduate .person-block .top-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .graduate .person-block .top-cont .ico {
    width: 110px;
    height: 110px;
  }
  .graduate .person-block .top-cont .txt {
    font-size: 14px;
    font-size: clamp(16px, 20px, min(20px, 5.1282051282vw));
    text-align: center;
    font-weight: 300;
  }
  .graduate .person-block .box-list {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 10px;
  }
  .graduate .person-block .box-list .box {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    padding: 20px;
  }
  .graduate .news-block .ttl-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .graduate .news-block .ttl-area .c-top-btn-arrow {
    margin-left: auto;
    margin-bottom: 30px;
  }
  .graduate .course-block .desc {
    margin: 0;
  }
  .graduate .course-block .course-area .c-ttl02 {
    margin-bottom: 30px;
  }
  .graduate .course-block .course-area + .course-area {
    margin-top: 60px;
  }
  .graduate .course-block .course-wrap {
    padding: 30px 20px;
  }
  .graduate .course-block .course-list > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-bottom: 20px;
    gap: 0;
  }
  .graduate .course-block .course-list .img-area {
    width: auto;
  }
  .graduate .course-block .course-list .txt-area {
    padding: 0 20px;
  }
  .graduate .course-block .course-list .course-ttl {
    font-size: clamp(16px, 18px, min(18px, 4.6153846154vw));
  }
  .graduate .course-block .course-list .course-desc {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    padding-top: 10px;
  }
  .graduate .course-block .course-list .c-top-arrow {
    position: relative;
    margin-left: auto;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    bottom: 0;
    right: 0;
  }
  .internship-event .side-menu .submenu.is-open {
    max-height: 1000px;
  }
  .internship-event .intro-wrap {
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-areas: "ttl" "img" "txt" "btn";
  }
  .internship-event .intro-wrap .img-wrap {
    margin-top: 30px;
    padding-inline: 16%;
  }
  .internship-event .intro-wrap .txt {
    margin-top: 30px;
  }
  .internship-event .intro-wrap .c-btn01 {
    margin-top: 20px;
  }
  .internship-event .intro-wrap .txt-wrap {
    display: contents;
  }
  .internship-event .gray-cont {
    padding: 20px;
    margin-top: 30px;
  }
  .internship-event .gray-cont .ttl {
    font-size: 18px;
  }
  .internship-event .gray-cont + .gray-cont {
    margin-top: 10px;
  }
  .internship-event .block + .block {
    margin-top: 80px;
  }
  .graduate-detail .c-kv .img-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .graduate-detail .submenu li > * {
    padding: 10px 15px 10px 0px;
  }
  .graduate-detail .overview-wrap .img-wrap {
    width: 230px;
  }
  .graduate-detail .overview-item * + p {
    margin-top: 10px;
  }
  .graduate-detail .overview-item * + ul {
    margin-top: 10px;
  }
  .graduate-detail .field-sec .field-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    gap: 30px;
  }
  .graduate-detail .field-sec .img-wrap {
    max-width: 210px;
    aspect-ratio: 16/9;
    text-align: center;
  }
  .graduate-detail .field-sec .txt-wrap h3 {
    text-align: center;
  }
  .graduate-detail .field-sec .txt-wrap * + p {
    margin-top: 10px;
  }
  .graduate-detail .field-sec .txt-wrap * + ul {
    margin-top: 10px;
  }
  .graduate-detail .field-sec .txt-wrap h3 + p,
  .graduate-detail .field-sec .txt-wrap h3 + ul {
    margin-top: 0;
  }
  .graduate-detail .gray-cont {
    padding: 30px 20px;
  }
  .graduate-detail .voice-sec .voice-card .img-wrap {
    width: 90px;
  }
  .graduate-detail .voice-sec .voice-card .txt-wrap .card-header {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .graduate-detail .position-sec .position-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .graduate-detail .position-sec .c-modal__inner .link-sec {
    padding-block: 40px;
  }
  .graduate-detail .link-sec {
    padding-block: 100px;
  }
  .graduate-detail .link-sec .list-item-ttl-area p {
    padding-right: 26px;
  }
  .graduate-detail .link-sec .link-item:not([target=_blank]) .ico::before, .graduate-detail .link-sec .link-item:not([target=_blank]) .ico::after {
    -webkit-mask: url("../img/common/ico_arrow02.svg") no-repeat center/53%;
            mask: url("../img/common/ico_arrow02.svg") no-repeat center/53%;
  }
  .graduate-detail .link-sec .ico::before, .graduate-detail .link-sec .ico::after {
    -webkit-mask: url("../img/common/ico_blank.svg") no-repeat center/53%;
            mask: url("../img/common/ico_blank.svg") no-repeat center/53%;
  }
  .graduate-detail .entry-sec .link-item:not([target=_blank]) .ico::before, .graduate-detail .entry-sec .link-item:not([target=_blank]) .ico::after {
    -webkit-mask: url("../img/common/ico_arrow02.svg") no-repeat center/contain;
            mask: url("../img/common/ico_arrow02.svg") no-repeat center/contain;
  }
  .graduate-detail .block + .block {
    margin-top: 80px;
  }
  .interview .c-kv .l-inner-block {
    margin-bottom: -80px;
  }
  .interview .l-main-contents {
    display: block;
  }
  .interview .kv-wrap {
    grid-template-columns: 1fr;
    padding-inline: 0;
    gap: 40px;
    justify-items: stretch;
  }
  .interview .profile-sec {
    padding-block: 80px 56px;
    margin-top: -40px;
  }
  .interview .profile-sec .info {
    max-width: 100%;
    padding-left: 20px;
  }
  .interview .profile-sec .txt {
    margin-bottom: 6px;
  }
  .interview .profile-sec .tag-list {
    padding-top: 10px;
  }
  .magazine .c-top-ttl {
    margin-bottom: 20px;
  }
  .magazine .pt-s {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
  }
  .magazine .selected-tag-wrap {
    font-size: 3.5897435897vw;
  }
  .magazine .selected-tag-wrap {
    display: block;
  }
  .magazine .selected-tag-wrap .tag::before {
    font-size: 3.0769230769vw;
  }
  .magazine .menu-toggle {
    padding: 10px 4px;
    font-size: 10px;
    width: 34px;
  }
  .magazine .count-txt {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .magazine .count-txt .count {
    font-size: 24px;
  }
  .magazine .list-item {
    width: 100%;
  }
  .magazine .list-item a {
    padding: 5.1282051282vw 0vw 3.8461538462vw 0vw;
  }
  .magazine .list-item .list-item__txt {
    padding: 5.1282051282vw 0vw 0vw 0vw;
  }
  .magazine .list-item .list-item__title p {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
  .magazine .list-item .list-item__tags {
    margin-top: 6.6666666667vw;
    padding-right: 24px;
  }
  .magazine .list-item .list-item__tags ul {
    -webkit-column-gap: 1.7948717949vw;
       -moz-column-gap: 1.7948717949vw;
            column-gap: 1.7948717949vw;
    row-gap: 0vw;
  }
  .magazine .list-item .list-item__tags ul li {
    margin-bottom: 1.5384615385vw;
    font-size: 3.0769230769vw;
  }
  .magazine .list-item .list-item__tags .c-top-arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    bottom: 1.5384615385vw;
    right: 0;
  }
  .magazine .blog-cont-wrap {
    max-height: 4553px;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .magazine .c-btn01 {
    margin-top: 40px;
  }
  .magazine-detail .main-block {
    padding-top: 200px;
  }
  .magazine-detail .c-kv .c-top-ttl .ja {
    font-size: 6.1538461538vw;
  }
  .magazine-detail .ppl-intro-sec .ppl-wrap {
    grid-template-columns: 1fr;
  }
  .magazine-detail .ppl-intro-sec .ppl-wrap .ppl {
    grid-template-columns: 80px 1fr;
    grid-template-areas: "img txt" "profile profile";
    gap: 20px;
  }
  .magazine-detail .ppl-intro-sec .ppl-wrap .ppl .img-wrap {
    width: 80px;
    height: 80px;
  }
  .magazine-detail .ppl-intro-sec .ppl-wrap .ppl .profile {
    margin-top: 0;
  }
  .magazine-detail .c-toc-section {
    padding-bottom: 72px;
  }
  .magazine-detail .c-toc-section .cont-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .magazine-detail .c-toc-section .cont-wrap + .cont-wrap {
    margin-top: 80px;
  }
  .magazine-detail .c-toc-section .desc {
    line-height: 1.55em;
  }
  .magazine-detail .c-toc-section .outline-wrap li {
    padding-left: 60px;
    padding-bottom: 30px;
  }
  .magazine-detail .c-toc-section .outline-wrap li::before {
    left: 20px;
  }
  .magazine-detail .c-toc-section .outline-wrap li .num {
    width: 40px;
    height: 40px;
  }
  .magazine-detail .c-toc-section .outline-wrap li .ttl {
    padding-top: 0;
    line-height: 1.4em;
  }
  .magazine-detail .article-content .block:nth-last-child(1) {
    padding-bottom: 0;
  }
  .magazine-detail .article-content .ppl-wrap .ppl {
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
  .magazine-detail .article-content .ppl-wrap .ppl .img-wrap img {
    width: 60px;
    height: 60px;
  }
  .magazine-detail .article-content h2 {
    font-size: 5.1282051282vw;
  }
  .magazine-detail .article-content h2 {
    padding-top: 20px;
  }
  .magazine-detail .article-content h2::before {
    width: 80px;
  }
  .magazine-detail .article-content .lead {
    margin-top: 60px;
  }
  .magazine-detail .article-content h5 {
    margin-top: 50px;
  }
  .magazine-detail .article-content .img-block {
    margin-top: 40px;
  }
  .magazine-detail .article-content .img-block + .box-area {
    margin-top: 40px;
  }
  .magazine-detail .article-content .img-block.movie {
    padding-bottom: 0;
  }
  .magazine-detail .article-content .img-block.movie .caption {
    margin-top: 10px;
  }
  .magazine-detail .article-content .box-area {
    padding: 20px;
  }
  .magazine-detail .article-content .box-area > *:not(.ttl) {
    margin-top: 20px;
  }
  .magazine-detail .article-content .box-area * + .ttl {
    margin-top: 20px;
  }
  .magazine-detail .article-content .recruitment-area .box {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .magazine-detail .article-content .recruitment-area .ttl {
    padding-right: 0;
    padding-bottom: 4px;
  }
  .magazine-detail .article-content .recruitment-area .ttl::before {
    height: 1px;
    width: 100%;
    bottom: 0;
  }
  .magazine-detail .article-content .c-btn01 a {
    padding: 20px;
    padding-right: 64px;
  }
  .magazine-detail .article-content.message-area .message-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0;
  }
  .magazine-detail .article-content.message-area .img-area {
    width: 100%;
    max-width: auto;
  }
  .magazine-detail .article-content h2 + * {
    margin-top: 40px;
  }
  .magazine-detail .article-content * + h3 {
    margin-top: 40px;
  }
  .magazine-detail .article-content * + h4 {
    margin-top: 60px;
  }
  .magazine-detail .article-content * + h5 {
    margin-top: 60px;
  }
  .magazine-detail .article-content * + .img-block {
    margin-top: 60px;
  }
  .magazine-detail .article-content * + .box-area {
    margin-top: 40px;
  }
  .magazine-detail .article-content * + .c-btn01 {
    margin-top: 60px;
  }
  .magazine-detail .article-content * + p {
    margin-top: 60px;
  }
  .magazine-detail .article-content p + p {
    margin-top: 20px;
  }
  .magazine-detail .article-content .img-wrap * + p {
    margin-top: 0;
  }
  .magazine-detail .article-content .ppl * + p {
    margin-top: 0;
  }
  .magazine-detail .article-content .box * + p {
    margin-top: 0;
  }
  .magazine-detail .article-content h3 + p {
    margin-top: 30px;
  }
  .magazine-detail .article-content h4 + p {
    margin-top: 30px;
  }
  .magazine-detail .article-content h5 + p {
    margin-top: 30px;
  }
  .magazine-detail .tag-search-sec .count-txt {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .magazine-detail .tag-search-sec .count-txt .count {
    font-size: 24px;
  }
  .magazine-detail .tag-search-sec .c-btn02 {
    margin-block: 20px 0;
  }
  .magazine-hukusuu .c-kv .l-inner-block {
    padding-bottom: 38px;
  }
  .magazine-tandoku .c-kv .l-inner-block {
    padding-bottom: 38px;
  }
  .magazine-special .c-kv .l-inner-block {
    padding-bottom: 38px;
  }
  .detail-movie .c-kv .main-block .l-inner-block {
    padding-bottom: 40px;
  }
  .detail-movie .ppl-intro-sec {
    padding-bottom: 100px;
  }
  .guide .position-wrap {
    padding-inline: 20px;
  }
  .guide .graph-wrap .img {
    max-width: 740px;
  }
  .guide .graph-wrap .img {
    overflow-x: scroll;
    padding-bottom: 21px;
    width: 630px;
    margin-inline: auto;
  }
  .guide .graph-wrap .img::-webkit-scrollbar-track {
    background: transparent;
  }
  .guide .graph-wrap .img::-webkit-scrollbar-button {
    display: none;
  }
  .guide .graph-wrap .img::-webkit-scrollbar-thumb {
    background: var(--fix-gray01);
    border-radius: 100px;
  }
  .guide .graph-wrap .img::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
  .guide .graph-wrap + .txt {
    margin-top: 30px;
  }
  .news .c-kv:not(:has(.desc-block)) .l-inner-block {
    padding-bottom: 100px;
  }
  .news .tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .news .tag-list li a {
    padding: 10px;
  }
  .news .news-block {
    padding-bottom: 100px;
  }
  .news .news-list-area.is-hide::before {
    height: 140px;
  }
  .news .c-news-list {
    padding: 0;
    margin-top: 40px;
  }
  .news .c-news-list .list-item-ttl-area > p {
    padding-right: 28px;
  }
  .news-detail .main-block {
    padding-top: 200px;
  }
  .news-detail .c-kv .crumb {
    margin-bottom: 50px;
  }
  .news-detail .c-kv .c-top-ttl .ja {
    font-size: 6.1538461538vw;
  }
  .news-detail .c-kv .l-inner-block {
    padding-bottom: 60px !important;
  }
  .news-detail .ppl-intro-sec .ppl-wrap {
    grid-template-columns: 1fr;
  }
  .news-detail .ppl-intro-sec .ppl-wrap .ppl {
    grid-template-columns: 80px 1fr;
    grid-template-areas: "img txt" "profile profile";
    gap: 20px;
  }
  .news-detail .ppl-intro-sec .ppl-wrap .ppl .img-wrap {
    width: 80px;
    height: 80px;
  }
  .news-detail .ppl-intro-sec .ppl-wrap .ppl .profile {
    margin-top: 0;
  }
  .news-detail .c-toc-section {
    padding-bottom: 72px;
  }
  .news-detail .c-toc-section .cont-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .news-detail .c-toc-section .cont-wrap + .cont-wrap {
    margin-top: 80px;
  }
  .news-detail .c-toc-section .desc {
    line-height: 1.55em;
  }
  .news-detail .c-toc-section .outline-wrap li {
    padding-left: 60px;
    padding-bottom: 30px;
  }
  .news-detail .c-toc-section .outline-wrap li::before {
    left: 20px;
  }
  .news-detail .c-toc-section .outline-wrap li .num {
    width: 40px;
    height: 40px;
  }
  .news-detail .c-toc-section .outline-wrap li .ttl {
    padding-top: 0;
    line-height: 1.4em;
  }
  .news-detail .article-content .block:nth-last-child(1) {
    padding-bottom: 0;
  }
  .news-detail .article-content .ppl-wrap .ppl {
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding-bottom: 28px;
  }
  .news-detail .article-content .ppl-wrap .ppl .img-wrap img {
    width: 60px;
    height: 60px;
  }
  .news-detail .article-content h2 + * {
    margin-top: 40px;
  }
  .news-detail .article-content * + h3 {
    margin-top: 40px;
  }
  .news-detail .article-content * + h4 {
    margin-top: 60px;
  }
  .news-detail .article-content * + h5 {
    margin-top: 60px;
  }
  .news-detail .article-content * + .img-block {
    margin-top: 60px;
  }
  .news-detail .article-content * + .box-area {
    margin-top: 40px;
  }
  .news-detail .article-content * + .c-btn01 {
    margin-top: 60px;
  }
  .news-detail .article-content * + p {
    margin-top: 60px;
  }
  .news-detail .article-content p + p {
    margin-top: 20px;
  }
  .news-detail .article-content .img-wrap * + p {
    margin-top: 0;
  }
  .news-detail .article-content .ppl * + p {
    margin-top: 0;
  }
  .news-detail .article-content .box * + p {
    margin-top: 0;
  }
  .news-detail .article-content h3 + p {
    margin-top: 30px;
  }
  .news-detail .article-content h4 + p {
    margin-top: 30px;
  }
  .news-detail .article-content h5 + p {
    margin-top: 30px;
  }
  .news-detail .article-content > * {
    margin-bottom: 16px;
  }
  .news-detail .article-content h2 {
    font-size: 5.1282051282vw;
  }
  .news-detail .article-content h2 {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .news-detail .article-content h2::before {
    width: 80px;
  }
  .news-detail .article-content .box-area {
    padding: 20px;
    margin-bottom: 60px;
  }
  .news-detail .article-content .box-area > *:not(.ttl) {
    margin-top: 20px;
  }
  .news-detail .article-content .box-area * + .ttl {
    margin-top: 20px;
  }
  .news-detail .article-content .recruitment-area {
    padding-bottom: 60px;
  }
  .news-detail .article-content .recruitment-area .box {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .news-detail .article-content .recruitment-area .ttl {
    padding-right: 0;
    padding-bottom: 4px;
  }
  .news-detail .article-content .recruitment-area .ttl::before {
    height: 1px;
    width: 100%;
    bottom: 0;
  }
  .news-detail .article-content .c-btn01 a {
    padding: 20px;
    padding-right: 64px;
  }
  .news-detail .article-content.message-area .message-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0;
  }
  .news-detail .article-content.message-area .img-area {
    width: 100%;
    max-width: auto;
  }
  .news-detail .tag-search-sec .count-txt {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .news-detail .tag-search-sec .count-txt .count {
    font-size: 24px;
  }
  .news-detail .tag-search-sec .c-btn02 {
    margin-block: 20px 0;
  }
  .about .c-kv .main-block .l-inner-block {
    padding-bottom: 40px;
  }
  .data .data-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .data .data-list .data {
    gap: 10px;
    padding: 30px 30px 27px;
  }
  .data .data-list .ttl {
    min-height: auto;
  }
  .data .data-list .ico img {
    max-height: 82px;
  }
  .data .data-list .inn {
    line-height: 1.5;
  }
  .data .note-list {
    text-align: left;
    margin-left: inherit;
    width: 100%;
    margin-top: 10px;
  }
  .data .l-inner-block.sp-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .focus .c-sec .block {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
  .focus .c-sec .c-ttl02 {
    margin-bottom: 30px;
  }
  .focus .c-sec .intro-desc {
    margin-bottom: 50px;
  }
  .focus .c-sec .intro-wrap .img-wrap {
    padding-inline: 55px;
  }
  .focus .c-sec .interview-article .c-top-btn-arrow > div {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .focus .c-sec .article-btn {
    margin-top: 40px;
    display: block;
  }
  .business .c-sec .block {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
  .business .c-sec .c-ttl02 {
    margin-bottom: 30px;
  }
  .business .c-sec .intro-desc {
    margin-bottom: 50px;
  }
  .business .c-sec .intro-wrap .txt-wrap .desc {
    margin-top: 30px;
  }
  .business .c-sec .intro-wrap .txt-wrap .img-wrap {
    margin-top: 30px;
  }
  .business .c-sec .intro-wrap .txt-wrap .strengths {
    margin-bottom: 0px;
  }
  .business .c-sec .intro-wrap .feature-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .business .c-sec .intro-wrap .feature-list .feature-item {
    padding-top: 20px;
  }
  .business .c-sec .intro-wrap .feature-list .feature-item h4 {
    font-size: 16px;
  }
  .business .c-sec .intro-wrap .feature-list .feature-item p {
    font-size: 14px;
  }
  .values .c-sec.values-img {
    padding-bottom: 0;
  }
  .values .values-img .philosophy {
    margin-bottom: 100px;
    height: auto;
  }
  .values .values-img .txt-wrap .cont-ttl {
    padding-bottom: 23px;
  }
  .values .values-img .txt-wrap .cont-txt {
    margin-top: 20px;
  }
  .values .values-img .split .bg-white {
    padding: 0;
    margin-inline: -20px;
    margin-top: 100px;
    padding: 100px 20px;
  }
  .values .values-img .split .bg-white .line::after {
    width: 400px;
    top: 25px;
    left: -120px;
  }
  .values .values-img .split .txt-wrap {
    margin-bottom: 60px;
  }
  .values .c-sec.split {
    padding-top: 80px;
  }
  .values .values-txt .txt-wrap {
    margin-top: 40px;
    margin-inline: 0;
  }
  .values .values-txt .txt-wrap.pb60 {
    padding-bottom: 40px;
  }
  .values .values-txt .three-cont {
    margin-inline: 0;
  }
  .values .values-txt .three-cont li {
    padding-block: 20px;
  }
  .career .kv-block {
    margin-top: -140px;
  }
  .career .kv-block .crumb {
    left: 20px;
    top: min(290px, 37.1794871795vw);
    font-size: 10px;
    color: var(--white);
  }
  .career .kv-block .crumb a {
    color: var(--white);
  }
  .career .news-block .ttl-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .career .news-block .ttl-area .c-top-btn-arrow {
    margin-left: auto;
    margin-bottom: 30px;
  }
  .career .info-sec .btn-list .c-btn01 > a {
    font-size: 14px;
    gap: 10px;
    padding: 10px;
    padding-right: 50px;
    min-height: 64px;
  }
  .career .info-sec .btn-list .c-btn01 > a .ico {
    width: 30px;
    height: 30px;
  }
  .career .link-block .btn-wrap:has(> :nth-child(2)) {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .career .c-job-description-block .blue-box {
    margin-top: 24px;
  }
  .career .c-job-description-block .blue-box .top-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .career .c-job-description-block .blue-box .top-cont .ico {
    width: 110px;
    height: 110px;
  }
  .career .c-job-description-block .blue-box .top-cont .txt {
    font-size: 14px;
    font-size: clamp(16px, 20px, min(20px, 5.1282051282vw));
    text-align: center;
    font-weight: 300;
  }
  .career .c-job-description-block .blue-box .box-list {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 10px;
  }
  .career .c-job-description-block .blue-box .box-list .box {
    font-size: clamp(12px, 14px, min(14px, 3.5897435897vw));
    padding: 20px;
  }
  .career .c-flow-block .top-flow-block {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }
  .career .c-flow-block .top-flow-block li {
    min-height: 164px;
  }
  .career .c-flow-block .top-flow-block li::after {
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: -20px;
    height: 22px;
    width: 30px;
    z-index: 2;
    background: url("../img/common/ico_arrow06.svg") no-repeat center/cover;
  }
  .career .c-flow-block .top-flow-block li .ttl {
    margin-bottom: 25px;
  }
  .career .c-flow-block .arrow {
    display: none;
  }
  .registration .mb70 {
    margin-bottom: 40px;
  }
  .registration .c-link-block {
    padding: 20px 0;
  }
  .registration .c-link-block .inn-wrap {
    padding-top: 20px;
  }
  .registration .c-link-block::before {
    width: 80px;
    height: 24px;
  }
  .registration .entry-sec .c-list02 > li a {
    padding: 20px;
  }
  .registration .check-list .item {
    width: 100%;
    height: 100%;
    min-width: inherit;
    border-radius: 0;
    padding: 20px 20px 16px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    aspect-ratio: auto;
  }
  .registration .check-list .item .item-a {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .registration .check-list .item .item-b {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .registration .check-list .item .item-c {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .registration .check-list .item > span {
    margin-bottom: 6px;
    width: 16px;
  }
  .registration .check-list .item > p {
    text-align: left;
  }
  .registration .check-list .item .img {
    margin-bottom: 10px;
    width: clamp(40px, 15.38vw, 100px);
  }
  .registration .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .registration .step-list .item:not(:last-child)::after {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: -15px;
    rotate: 90deg;
    z-index: 2;
    width: 30px;
    height: 40px;
  }
  .registration .step-list .item {
    width: 100%;
    padding: 20px 20px 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .registration .step-list .item h3 {
    margin-bottom: 10px;
    text-align: left;
  }
  .registration .step-list .item span {
    margin-bottom: 10px;
    padding-block: 2px;
    width: 100px;
  }
  .registration .step-list .item .sp-left {
    max-width: 100px;
    width: clamp(70px, 100px, min(100px, 25.641025641vw));
  }
  .registration .point-wrap > p {
    margin-bottom: 40px;
  }
  .registration .point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration .point-list .item {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration .point-list .circle {
    width: 200px;
  }
  .registration .point-list .circle span {
    width: 80px;
    padding-block: 2px;
  }
  .registration .point-list .circle .img {
    max-width: 100px;
  }
  .registration .point-list p {
    margin-top: 10px;
  }
  .relation .referral-brok {
    margin-top: 100px;
  }
  .relation .margin-box {
    margin-top: 50px;
  }
  .relation .referral-sec {
    padding-bottom: 0px;
  }
  .relation .interview-sec {
    padding-top: 0px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .relation .interview-sec .interview {
    padding: 0px;
    margin-top: 80px;
  }
  .relation .interview-sec .interview .c-ttl02 {
    margin-top: 60px;
  }
  .relation .interview-sec .interview .c-btn02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .relation .c-flow-block {
    padding-bottom: 0px;
  }
  .relation .border-wrap {
    padding-top: 0px;
  }
  .relation .merit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .relation .merit-wrap .img-wrap,
  .relation .merit-wrap .txt-wrap {
    width: 100%;
  }
  .relation .merit-wrap .img-wrap img {
    height: auto;
  }
  .relation .c-sec .block {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
  .relation .c-sec .c-ttl02 {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .relation .c-sec .intro-wrap .txt-wrap .desc {
    margin-top: 30px;
  }
  .relation .c-sec .intro-wrap .merit-wrap {
    padding: 20px;
  }
  .relation .c-sec .intro-wrap .merit-box {
    gap: 10px;
  }
  .relation .c-sec .intro-wrap .merit-box h4 {
    font-size: 18px;
  }
  .relation .c-sec .intro-wrap .number {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .relation .c-sec .intro-wrap .txt h4 {
    margin-bottom: 10px;
  }
  .benefits .inner-max-1120 + .inner-max-1120 {
    margin-top: 40px;
  }
  .benefits .c-ttl02 {
    margin-bottom: 30px;
  }
  .benefits .intro-sec .count-list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits .intro-sec .count-list li {
    max-width: 500px;
    width: 100%;
  }
  .benefits .intro-sec .count-list li .top {
    padding-block: 10px;
    padding-inline: clamp(30px, 50px, min(50px, 12.8205128205vw));
    min-height: 50px;
  }
  .benefits .intro-sec .count-list li .white {
    padding: 20px;
  }
  .benefits .intro-sec .js-scroll-hint {
    margin-top: 30px;
    padding-bottom: 14px;
  }
  .benefits .intro-sec .js-scroll-hint::-webkit-scrollbar-track {
    background: transparent;
  }
  .benefits .intro-sec .js-scroll-hint::-webkit-scrollbar-button {
    display: none;
  }
  .benefits .intro-sec .js-scroll-hint::-webkit-scrollbar-thumb {
    background: var(--gray4);
    border-radius: 10px;
  }
  .benefits .intro-sec .js-scroll-hint::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .benefits .intro-sec .graph-img {
    min-width: 508px;
    padding: 10px;
  }
  .benefits .intro-sec .graph-img img {
    width: 100%;
  }
  .benefits .intro-sec .intro-list {
    margin-top: 40px;
  }
  .benefits .intro-sec .intro-list li {
    border-bottom: none;
    border-top: 1px solid var(--gray4);
    padding-block: 20px 30px;
  }
  .benefits .intro-sec .intro-list li:last-child {
    padding-bottom: 0;
  }
  .benefits .intro-sec .intro-list li .txt-wrap .c-ttl04 {
    font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
    margin-bottom: 10px;
  }
  .philosophy .c-sec .desc {
    margin-top: 30px;
  }
  .philosophy .c-sec .img-block {
    margin-top: 30px;
  }
  .challenged .intro-block.c-sec {
    -webkit-padding-after: 78px;
            padding-block-end: 78px;
  }
  .challenged .intro-block .catchcopy {
    margin: 0 auto 30px;
  }
  .challenged .intro-block .desc + .desc {
    margin-top: 21px;
  }
  .challenged .intro-block .img {
    margin: 50px auto 0;
  }
  .challenged .achievements-section.c-sec {
    padding-block: 60px;
  }
  .challenged .achievements-section .desc {
    margin-top: 30px;
  }
  .challenged .achievements-section .data-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
  }
  .challenged .achievements-section .data-list .data {
    gap: 10px;
    padding: 15px 20px;
  }
  .challenged .achievements-section .data-list .ttl {
    min-height: auto;
  }
  .challenged .achievements-section .data-list .inn {
    line-height: 1.5;
  }
  .challenged .anchor-section.c-sec {
    padding-block: 60px;
  }
  .challenged .anchor-section .anchor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .challenged .anchor-section .anchor-list li {
    width: 100%;
  }
  .challenged .anchor-section .anchor-list a {
    gap: 10px;
    padding: 17px 10px;
  }
  .challenged .anchor-section .anchor-list .ico {
    max-width: 30px;
  }
  .challenged .anchor-section .anchor-list .inn {
    width: calc(100% - 40px);
  }
  .challenged .anchor-section .anchor-list .c-top-arrow {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .challenged .anchor-section .anchor-list .c-top-arrow {
    right: 10px;
  }
  .challenged .job-section .wrap {
    margin-top: 40px;
  }
  .challenged .job-section .wrap.mt-60 {
    margin-top: 60px;
  }
  .challenged .job-section .desc {
    margin-top: 30px;
  }
  .challenged .job-section .more-wrap {
    margin-bottom: 100px;
  }
  .challenged .job-section .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 40px;
  }
  .challenged .job-section .case-list li {
    padding: 10px;
  }
  .challenged .job-section .case-list .case-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    margin-bottom: 6px;
  }
  .challenged .job-section .tbl-area + .ttl-btn {
    margin-top: 15px;
  }
  .challenged .job-section .course-list {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .challenged .job-section .course-list .course {
    padding: 20px;
  }
  .challenged .job-section .course-list .course-ttl {
    margin-bottom: 10px;
  }
  .challenged .job-section .course-list .course-ttl::before {
    top: 10px;
  }
  .challenged .job-section .course-list .bg-ttl {
    margin-bottom: 10px;
  }
  .challenged .job-section .course-list .txt {
    max-width: 100%;
  }
  .challenged .job-section .course-list .c-list02 {
    max-width: 100%;
  }
  .challenged .job-section .table-ttl::before {
    top: 10px;
  }
  .challenged .job-section .table-ttl {
    margin-bottom: 10px;
  }
  .challenged .job-section .js-show-menu-area .table-ttl:not(:first-of-type) {
    margin-top: 20px;
  }
  .challenged .job-section .p-magazine__link {
    margin-top: 27px;
  }
  .challenged .job-section .p-magazine__controller {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    padding-right: 5.1282051282vw;
  }
  .challenged .environment-section.c-sec {
    -webkit-padding-after: 89px;
            padding-block-end: 89px;
  }
  .challenged .environment-section .environment-list {
    grid-template-columns: 100%;
    gap: 10px;
    margin: 40px 0 10px;
  }
  .challenged .environment-section .environment-list li {
    padding: 20px;
    min-height: 80px;
  }
  .challenged .environment-section .environment-list .ico {
    max-width: 40px;
  }
  .challenged .environment-section .note.mb-30 {
    margin-bottom: 20px;
  }
  .challenged .environment-section .case-ttl {
    margin-bottom: 20px;
  }
  .challenged .environment-section .scrollwrap {
    gap: 20px;
  }
  .challenged .environment-section .scrollwrap .txt-area {
    padding: 20px;
  }
  .challenged .environment-section .scrollwrap .ttl {
    margin-bottom: 10px;
  }
  .challenged .environment-section .scroll__follow {
    display: none;
  }
  .challenged .environment-section .wrap + .wrap {
    margin-top: 40px;
  }
  .challenged .environment-section .wrap.mt-100 {
    margin-top: 80px;
  }
  .challenged .environment-section sup {
    font-size: 10px;
  }
  .challenged .contact-section .bg-box {
    padding: 20px;
    margin: 30px auto 0;
  }
  .challenged .contact-section .desc + .desc {
    margin-top: 15px;
  }
  .challenged .c-ttl02.mb-50 {
    margin-bottom: 30px;
  }
  .challenged .c-ttl02 {
    margin-bottom: 30px;
  }
  .challenged .main-flow-list .desc {
    margin-top: 20px !important;
  }
  .development .inner-max-1120 + .inner-max-1120 {
    margin-top: 40px;
  }
  .development .c-ttl02 {
    margin-bottom: 30px;
  }
  .development .env-sec .ttl {
    margin-bottom: 10px;
  }
  .development .back-sec .back-list > li .top .img {
    width: 84px;
    left: clamp(10px, 20px, min(20px, 5.1282051282vw));
  }
  .development .back-sec .back-list > li .bottom {
    padding: 20px clamp(10px, 20px, min(20px, 5.1282051282vw));
  }
  .development .system-sec .c-ttl04 {
    font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  }
  .development .system-sec .cont {
    margin-bottom: 40px;
    position: relative;
  }
  .development .support-sec .ttl {
    margin-bottom: 30px;
  }
  .development .support-sec .txt + .txt {
    margin-top: 10px;
  }
  .development .support-sec .js-scroll-hint + .js-scroll-hint .white {
    min-width: 1028px;
  }
  .development .support-sec .js-scroll-hint {
    margin-top: 40px;
    margin-right: -20px;
    width: calc(100% + 20px);
    padding-bottom: 24px;
  }
  .development .support-sec .js-scroll-hint::-webkit-scrollbar-track {
    background: transparent;
  }
  .development .support-sec .js-scroll-hint::-webkit-scrollbar-button {
    display: none;
  }
  .development .support-sec .js-scroll-hint::-webkit-scrollbar-thumb {
    background: var(--gray4);
    border-radius: 10px;
  }
  .development .support-sec .js-scroll-hint::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .development .support-sec .white {
    min-width: 914px;
    padding: 10px;
  }
  .development .support-sec .white .lead {
    max-width: 84.6153846154vw;
    width: 100%;
    display: inline-block;
  }
  .development .support-sec .white .ex-list li .color {
    width: 20px;
  }
  .development .support-sec .white .note {
    margin-top: 10px;
  }
  .group .c-tag-search .tag label {
    font-size: 3.0769230769vw;
  }
  .group .pb-s {
    padding-bottom: 60px;
  }
  .group .tag-search-cont {
    padding-bottom: 60px;
  }
  .group .block-wrap .head-cont {
    padding-block: 60px 40px;
  }
  .group .block-wrap .head-cont .l-inner-block {
    display: block;
  }
  .group .block-wrap .head-cont .c-ttl02 {
    margin-bottom: 30px;
  }
  .group .block-wrap .head-cont .c-btn01 {
    margin-top: 30px;
  }
  .group .block-wrap .head-cont .c-btn01 a {
    max-width: 350px;
    width: 100%;
  }
  .group .block-wrap .body-cont {
    padding-block: 40px 60px;
  }
  .group .block-wrap .body-cont .appeal-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 40px;
  }
  .group .block-wrap .body-cont .appeal-wrap .cont {
    padding: 20px;
  }
  .group .block-wrap .body-cont .appeal-wrap .cont .ttl {
    gap: 10px;
  }
  .group .block-wrap .body-cont .appeal-wrap .cont .ttl .ico {
    width: 40px;
  }
  .group .count-txt {
    font-size: 16px;
    margin-top: 20px;
  }
  .group .count-txt .count {
    font-size: 24px;
  }
  .group .hide-txt {
    font-size: 16px;
    padding-inline: 20px;
  }
  .faq .c-job-description-block .ttl-btn {
    font-size: 16px;
    text-align: left;
    padding: 20px;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq .c-job-description-block {
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
  .faq .bg-area {
    padding: 40px 20px;
  }
  .faq .c-ttl02 {
    margin-bottom: 30px;
  }
  .faq .tbl-area + .c-ttl02 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .faq .tbl-area .txt + .txt {
    margin-top: 30px;
  }
  .faq .c-btn03 {
    margin: 20px 0 0;
  }
  .faq .c-btn03 + .txt {
    margin-top: 30px;
  }
  .faq .note + .txt {
    margin-top: 30px;
  }
  .faq .side-menu .menu-item {
    border-bottom-color: var(--gray4);
  }
  .faq .side-menu .menu-item + .menu-item {
    margin-top: 0;
  }
  .culture .inner-max-1120 + .inner-max-1120 {
    margin-top: 40px;
  }
  .culture .c-ttl02 {
    margin-bottom: 30px;
  }
  .culture .env-sec .ttl {
    margin-bottom: 10px;
  }
  .culture .env-sec .txt-wrap p + p {
    margin-top: 20px;
  }
  .culture .env-sec .c-benefit-chart-box {
    margin: 40px auto 42px;
  }
  .culture .env-sec .c-benefit-chart-box .gray .inn .white {
    min-height: 57px;
  }
  .culture .env-sec .c-benefit-chart-box .lead .small {
    line-height: 1.6em;
  }
  .culture .env-sec .c-benefit-chart-box .pink {
    padding-inline: 20px;
  }
  .culture .env-sec .txt-list {
    display: block;
  }
  .culture .env-sec .txt-list li + li {
    margin-top: 10px;
  }
  .culture .env-sec .txt-list li {
    max-height: 84px;
  }
  .culture .system-sec.c-sec {
    padding-bottom: 1px;
  }
  .culture .system-sec .c-ttl01 {
    margin-bottom: 40px;
  }
  .culture .system-sec .c-ttl04 {
    font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  }
  .culture .system-sec .cont {
    margin-bottom: 40px;
    position: relative;
  }
  .culture .system-sec .c-benefit-system-list > li h3 {
    margin-bottom: 10px;
  }
  .culture .system-sec .c-benefit-system-list {
    gap: 27px;
    max-height: 660px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    position: relative;
  }
  .culture .system-sec .c-benefit-system-list.is-open::after {
    display: none;
  }
  .culture .system-sec .c-benefit-system-list::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 247, 0)), color-stop(80%, #EFF3F7));
    background: linear-gradient(rgba(239, 243, 247, 0) 0%, #EFF3F7 80%);
    width: 100%;
    height: 260px;
  }
  .culture .women-sec .txt {
    margin-bottom: 40px;
  }
  .culture .women-sec .women-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    position: relative;
    gap: 20px;
    max-height: 665px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .culture .women-sec .women-list.is-open::after {
    display: none;
  }
  .culture .women-sec .women-list::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 236, 245, 0)), color-stop(80%, #DDECF5));
    background: linear-gradient(rgba(221, 236, 245, 0) 0%, #DDECF5 80%);
    width: 100%;
    height: 260px;
  }
  .culture .women-sec .women-list > li {
    width: 100%;
  }
  .culture .women-sec .women-list > li .top .img {
    width: 40px;
    height: 40px;
  }
  .culture .women-sec .women-list > li .top .ttl-wrap {
    width: calc(100% - 50px);
  }
  .culture .women-sec .women-list > li .bottom {
    padding: 20px clamp(10px, 20px, min(20px, 5.1282051282vw));
  }
  .not-found .c-kv .main-block .l-inner-block {
    padding-bottom: 60px;
  }
  .not-found .c-btn01 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1340px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 14px;
    margin-bottom: 24px;
  }
  .c-header.bg-kv .header-inn {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-header.bg-kv .header-inn .r-menu-area {
    background: var(--white);
  }
  .c-header .header-inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 20px);
    height: 62px;
    margin: auto;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.14));
            filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.14));
  }
  .c-header .header-inn .bg-menu-content .cont-menu-area {
    min-width: 280px;
  }
  .c-header .header-inn .c-header__bg::before, .c-header .header-inn .c-header__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--white);
  }
  .c-header .header-inn .c-header__bg::before {
    width: 406px;
  }
  .c-header .header-inn .c-header__bg::after {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .toggled-recruit-menu-content .l-menu {
    min-width: 290px;
  }
  .toggled-recruit-menu-content .l-menu li .c-menu-cont-ttl .ico-arrow {
    margin-left: clamp(18.6514285714px, 2.4285714286vw, 46.6285714286px);
  }
  .c-footer .inner-block {
    padding-inline: 40px;
  }
  #wrapper:has(.home) .c-footer .inner-block {
    max-width: 1808px;
    margin: 0 auto;
    width: clamp(735.0857142857px, 95.7142857143vw, 1837.7142857143px);
  }
  .c-top-ttl .en {
    font-size: clamp(11.52px, 1.5vw, 28.8px);
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: clamp(18.6514285714px, 2.4285714286vw, 46.6285714286px);
  }
  .c-top-ttl .en::before {
    top: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
    left: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    width: clamp(1.6457142857px, 0.2142857143vw, 4.1142857143px);
    height: clamp(7.68px, 1vw, 19.2px);
  }
  .c-top-ttl .ja {
    margin-top: clamp(19.7485714286px, 2.5714285714vw, 49.3714285714px);
    font-size: clamp(17.5542857143px, 2.2857142857vw, 43.8857142857px);
  }
  .c-top-ttl.kv .ja {
    font-size: clamp(21.9428571429px, 2.8571428571vw, 54.8571428571px);
  }
  .c-top-ttl.kv .en {
    font-size: clamp(7.68px, 1vw, 19.2px);
  }
  .c-top-ttl.kv .en::before {
    top: -2px;
  }
  .c-ttl01 {
    font-size: clamp(17.5542857143px, 2.2857142857vw, 43.8857142857px);
  }
  .c-ttl02 {
    margin-bottom: 2.0512820513vw;
  }
  .c-ttl02 .deco {
    font-size: clamp(11.52px, 1.5vw, 28.8px);
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: clamp(18.6514285714px, 2.4285714286vw, 46.6285714286px);
  }
  .c-ttl02 .deco::before {
    top: 0.7em;
    left: 0.5em;
    width: 5px;
    height: 20px;
  }
  .c-ttl02 .ja {
    font-size: clamp(15.36px, 2vw, 38.4px);
  }
  .c-ttl03 {
    margin-bottom: 4.1025641026vw;
  }
  .c-ttl03 .en {
    font-size: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .c-ttl03 .en::before {
    top: clamp(5.4857142857px, 0.7142857143vw, 13.7142857143px);
    left: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    width: clamp(1.6457142857px, 0.2142857143vw, 4.1142857143px);
    height: clamp(7.68px, 1vw, 19.2px);
  }
  .c-ttl03 .ja {
    font-size: clamp(17.5542857143px, 2.2857142857vw, 43.8857142857px);
  }
  .c-ttl04 {
    font-size: clamp(13.1657142857px, 1.7142857143vw, 32.9142857143px);
  }
  .c-btn01 > * {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
  }
  .c-btn01 p {
    font-size: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .c-btn01 .c-top-arrow {
    right: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
    width: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    height: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .c-top-btn-arrow > * {
    padding-bottom: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .c-top-btn-arrow span {
    font-size: clamp(7.68px, 1vw, 19.2px);
  }
  .c-top-arrow {
    width: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    height: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    margin-left: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .c-kv .main-block .info-area {
    gap: clamp(5.4857142857px, 0.7142857143vw, 13.7142857143px);
  }
  .c-kv .main-block .info-area ul {
    gap: clamp(2.1942857143px, 0.2857142857vw, 5.4857142857px);
  }
  .c-kv .main-block .info-area ul span {
    font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
    padding: clamp(2.1942857143px, 0.2857142857vw, 5.4857142857px) clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
  }
  .w-deco .c-kv__back__cross .line2 > div {
    opacity: 1;
  }
  .w-deco .c-kv__back__cross .line3 > div {
    opacity: 1;
  }
  .c-news-list > li > a {
    padding: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px) clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .c-news-list .info-area {
    gap: clamp(5.4857142857px, 0.7142857143vw, 13.7142857143px);
    margin-bottom: clamp(3.84px, 0.5vw, 9.6px);
  }
  .c-news-list .info-area time {
    font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  }
  .c-news-list .info-area ul {
    gap: clamp(2.1942857143px, 0.2857142857vw, 5.4857142857px);
  }
  .c-news-list .info-area ul span {
    font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
    padding: clamp(2.1942857143px, 0.2857142857vw, 5.4857142857px) clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
  }
  .c-modal__content .p-magazine .list-item-wrapper {
    width: 100%;
    max-width: 1120px;
  }
  .link-sec .ttl-btn {
    font-size: clamp(18px, 20px, min(20px, 1.4285714286vw));
  }
  .c-magazine-sec .cont .txt-wrap .c-btn02 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .c-tag-search .reset-btn {
    margin-top: clamp(27.4285714286px, 3.5714285714vw, 68.5714285714px);
  }
  .c-tag-search .ttl {
    font-size: clamp(14.2628571429px, 1.8571428571vw, 35.6571428571px);
  }
  .c-tag-search .ttl::before {
    font-size: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
  }
  .c-tag-search .desc {
    font-size: clamp(7.68px, 1vw, 19.2px);
  }
  .c-tag-search .tag-group .tags button {
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .c-tag-search .list-item-ttl-area {
    padding-right: clamp(27.4285714286px, 3.5714285714vw, 68.5714285714px);
  }
  .c-tag-search .list-item-ttl-area p {
    font-size: clamp(8.7771428571px, 1.1428571429vw, 21.9428571429px);
    line-height: 1.4;
  }
  .c-tag-search .list-item-ttl-area .c-top-arrow {
    width: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    height: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    margin-left: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .c-tag-search .list-item__tags {
    margin-top: clamp(27.4285714286px, 3.5714285714vw, 68.5714285714px);
  }
  .c-tag-search .list-item__tags ul {
    -webkit-column-gap: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
       -moz-column-gap: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
            column-gap: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
    row-gap: clamp(0px, 0vw, 0px);
  }
  .c-tag-search .list-item__tags ul li {
    margin-bottom: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .c-table01 tr th {
    font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  }
  .c-table01 .txt {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-table01 ul li {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-table01 .attention {
    font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  }
  .c-table01 .dot-ttl {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-table01 .dot-txt {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-benefit-system-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-link-list {
    max-width: 1120px;
    margin: auto;
  }
  .c-link-list .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-link-list .cont .img-wrap {
    max-width: 450px;
    overflow: hidden;
  }
  .c-link-list .cont .img-wrap img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-link-list .cont .txt-wrap {
    padding-right: 60px;
  }
  .c-link-list .cont .txt-wrap > * {
    background: none;
    padding: 0px 60px clamp(20px, 3vw, 40px) 30px;
    position: relative;
  }
  .c-link-list .cont .txt-wrap > *::before, .c-link-list .cont .txt-wrap > *::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--gray4);
  }
  .c-link-list .cont .txt-wrap > *::before {
    background: var(--gray4);
  }
  .c-link-list .cont .txt-wrap > *::after {
    background: var(--red);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-link-list .cont .c-top-arrow {
    bottom: inherit;
  }
  .c-menu-cont-ttl .ico-arrow {
    width: 18px;
    height: 18px;
    margin-left: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .c-menu-cont-ttl::before {
    width: clamp(1.6457142857px, 0.2142857143vw, 4.1142857143px);
    height: clamp(7.68px, 1vw, 19.2px);
  }
  .c-job-description-block .ttl-btn {
    font-size: clamp(20px, 24px, min(24px, 1.7142857143vw));
  }
  .c-job-description-block .recruit-tb tr th {
    font-size: clamp(16px, 18px, min(18px, 1.2857142857vw));
  }
  .c-job-description-block .recruit-tb .txt {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-job-description-block .recruit-tb ul li {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-job-description-block .recruit-tb .attention {
    font-size: clamp(10px, 12px, min(12px, 0.8571428571vw));
  }
  .c-job-description-block .recruit-tb .dot-ttl {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-job-description-block .recruit-tb .dot-txt {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-flow-block .top-flow-block .num {
    font-size: clamp(12px, 14px, min(14px, 1vw));
  }
  .c-flow-block .top-flow-block .txt {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-flow-block .main-flow-list .num {
    font-size: clamp(12px, 14px, min(14px, 1vw));
  }
  .c-flow-block .main-flow-list .list-ttl.fz-24 {
    font-size: clamp(20px, 24px, min(24px, 1.7142857143vw));
  }
  .c-flow-block .main-flow-list .list-ttl {
    font-size: clamp(24px, 28px, min(28px, 2vw));
  }
  .c-flow-block .main-flow-list .desc {
    font-size: clamp(14px, 16px, min(16px, 1.1428571429vw));
  }
  .c-flow-block .main-flow-list .white-box-list .box-ttl {
    font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  }
  .c-flow-block .main-flow-list .white-box-list .box-desc {
    font-size: clamp(12px, 14px, min(14px, 1vw));
  }
  .p-magazine .p-magazine__inner {
    padding-top: clamp(79.5428571429px, 10.3571428571vw, 198.8571428571px);
    padding-bottom: clamp(76.8px, 10vw, 192px);
  }
  .p-magazine .p-magazine__title {
    width: clamp(691.2px, 90vw, 1728px);
    margin: 0 auto;
  }
  .p-magazine .p-magazine__title > p {
    margin-top: clamp(38.4px, 5vw, 96px);
    font-size: clamp(8.7771428571px, 1.1428571429vw, 21.9428571429px);
    line-height: 1.6;
  }
  .p-magazine .p-magazine__link {
    margin-top: 0;
  }
  .p-magazine .p-magazine__link {
    width: clamp(691.2px, 90vw, 1728px);
    margin: 0 auto;
    margin-top: clamp(21.9428571429px, 2.8571428571vw, 54.8571428571px);
  }
  .p-magazine .p-magazine__follow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    width: clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px);
    height: clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-magazine .p-magazine__follow.is-show {
    opacity: 1;
  }
  .p-magazine .swiper-wrapper {
    width: auto;
  }
  .p-magazine .list-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: clamp(34.0114285714px, 4.4285714286vw, 85.0285714286px);
    margin-left: auto;
    margin-right: auto;
    width: clamp(691.2px, 90vw, 1728px);
  }
  .p-magazine .list-item {
    width: clamp(202.9714285714px, 26.4285714286vw, 507.4285714286px);
  }
  .p-magazine .list-item .list-item__txt {
    padding: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px) clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px) clamp(13.7142857143px, 1.7857142857vw, 34.2857142857px) clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .p-magazine .list-item .list-item__title p {
    font-size: clamp(8.7771428571px, 1.1428571429vw, 21.9428571429px);
    line-height: 1.6;
  }
  .p-magazine .list-item .list-item__tags {
    margin-top: clamp(30.1714285714px, 3.9285714286vw, 75.4285714286px);
  }
  .p-magazine .list-item .list-item__tags ul {
    -webkit-column-gap: clamp(3.84px, 0.5vw, 9.6px);
       -moz-column-gap: clamp(3.84px, 0.5vw, 9.6px);
            column-gap: clamp(3.84px, 0.5vw, 9.6px);
    row-gap: clamp(0px, 0vw, 0px);
  }
  .p-magazine .list-item .list-item__tags ul li {
    margin-bottom: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .p-magazine .list-item .list-item__tags .c-top-arrow {
    width: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    height: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    bottom: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    right: 0;
  }
  .p-magazine .p-magazine__controller {
    width: clamp(345.6px, 45vw, 864px);
    margin-top: clamp(31.8171428571px, 4.1428571429vw, 79.5428571429px);
    margin-left: clamp(384px, 50vw, 960px);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-magazine .p-magazine__progress {
    width: clamp(274.2857142857px, 35.7142857143vw, 685.7142857143px);
    height: clamp(13.1657142857px, 1.7142857143vw, 32.9142857143px);
    margin-right: clamp(21.9428571429px, 2.8571428571vw, 54.8571428571px);
    padding-left: clamp(0.5485714286px, 0.0714285714vw, 1.3714285714px);
    padding-right: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    margin-right: 12px;
  }
  .p-magazine .swiper-scrollbar-drag::after {
    width: clamp(8.7771428571px, 1.1428571429vw, 21.9428571429px);
    height: clamp(8.7771428571px, 1.1428571429vw, 21.9428571429px);
  }
  .p-magazine .p-magazine__pagination {
    width: clamp(21.9428571429px, 2.8571428571vw, 54.8571428571px);
    height: clamp(21.9428571429px, 2.8571428571vw, 54.8571428571px);
    margin-left: clamp(5.4857142857px, 0.7142857143vw, 13.7142857143px);
  }
  .p-magazine.lawer-page .p-magazine__inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-magazine.lawer-page .p-magazine__controller {
    max-width: 1560px;
    width: 100%;
    margin: clamp(31.8171428571px, 4.1428571429vw, 79.5428571429px) auto 0;
  }
  .p-magazine.lawer-page .p-magazine__link {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-magazine.lawer-page .p-magazine__list {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-magazine.lawer-page .p-magazine__controller, .p-magazine.lawer-page .magazine-ttl-btn-box {
    width: clamp(691.2px, 90vw, 1728px);
    max-width: 1260px;
  }
  .p-top-banner.is-single .p-top-banner__a {
    right: 0 !important;
    -webkit-transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s;
    transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s;
  }
  .p-top-banner .p-top-banner__inner {
    right: 20px;
    bottom: 20px;
  }
  .p-top-banner .p-top-banner__a {
    width: 270px;
    height: 42px;
    right: 0;
    bottom: 0;
  }
  .p-top-banner .p-top-banner__a:nth-of-type(1) {
    right: 280px;
  }
  .p-top-banner a p {
    font-size: 12px;
    padding-left: 20px;
  }
  .p-top-banner .close {
    top: 7px;
    right: 7px;
    width: 11px;
    height: 11px;
  }
  .p-top-banner .close::after {
    top: -6.5px;
    left: -6.5px;
    width: calc(100% + 13px);
    height: calc(100% + 13px);
  }
  .p-top-banner .close > div::before, .p-top-banner .close > div::after {
    height: 1px;
  }
  .p-top-kv {
    margin-top: -86px;
  }
  .p-top-kv .p-top-kv__bg {
    background-image: url("../img/top/sec2_statement/bg_pc.webp");
  }
  .p-top-kv .p-top-kv__back__cross .line1,
  .p-top-kv .p-top-kv__back__cross .line2,
  .p-top-kv .p-top-kv__back__cross .line3,
  .p-top-kv .p-top-kv__back__cross .line4 {
    width: clamp(87.7714285714px, 11.4285714286vw, 219.4285714286px);
  }
  .p-top-kv .p-top-kv__back__cross .line2 {
    left: clamp(87.7714285714px, 11.4285714286vw, 219.4285714286px);
  }
  .p-top-kv .p-top-kv__back__cross .line4 {
    left: clamp(87.4971428571px, 11.3928571429vw, 218.7428571429px);
  }
  .p-top-kv .p-top-kv__title.is-show .effect2::before {
    -webkit-animation: kf-intro-pc 1.3s linear forwards;
            animation: kf-intro-pc 1.3s linear forwards;
  }
  @-webkit-keyframes kf-intro-pc {
    0% {
      -webkit-transform: translate3d(-100.5%, 0, 0);
              transform: translate3d(-100.5%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
              animation-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    50% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
              animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    100% {
      -webkit-transform: translate3d(100.5%, 0, 0);
              transform: translate3d(100.5%, 0, 0);
    }
  }
  @keyframes kf-intro-pc {
    0% {
      -webkit-transform: translate3d(-100.5%, 0, 0);
              transform: translate3d(-100.5%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
              animation-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    50% {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
              animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    100% {
      -webkit-transform: translate3d(100.5%, 0, 0);
              transform: translate3d(100.5%, 0, 0);
    }
  }
  .p-top-kv .p-top-kv__title.is-show svg path {
    -webkit-transform: translate3d(0%, 0%, 0);
            transform: translate3d(0%, 0%, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(1) {
    -webkit-transition-delay: 0.58s;
            transition-delay: 0.58s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(2) {
    -webkit-transition-delay: 0.606s;
            transition-delay: 0.606s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(3) {
    -webkit-transition-delay: 0.632s;
            transition-delay: 0.632s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(4) {
    -webkit-transition-delay: 0.658s;
            transition-delay: 0.658s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(5) {
    -webkit-transition-delay: 0.684s;
            transition-delay: 0.684s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(6) {
    -webkit-transition-delay: 0.71s;
            transition-delay: 0.71s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(7) {
    -webkit-transition-delay: 0.736s;
            transition-delay: 0.736s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(8) {
    -webkit-transition-delay: 0.762s;
            transition-delay: 0.762s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(9) {
    -webkit-transition-delay: 0.788s;
            transition-delay: 0.788s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(10) {
    -webkit-transition-delay: 0.814s;
            transition-delay: 0.814s;
  }
  .p-top-kv .p-top-kv__title.is-show svg path:nth-of-type(11) {
    -webkit-transition-delay: 0.84s;
            transition-delay: 0.84s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect1 {
    visibility: visible;
    -webkit-transform: visibility 0s;
            transform: visibility 0s;
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .p-top-kv .p-top-kv__title.is-show .effect1::before {
    -webkit-transition: -webkit-transform 0.8s 1.73s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.8s 1.73s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s 1.73s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s 1.73s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s 1.73s cubic-bezier(1, 0, 0, 1);
    -webkit-transform: translate3d(100.5%, 0, 0);
            transform: translate3d(100.5%, 0, 0);
  }
  .p-top-kv .p-top-kv__title {
    width: 38.1428571429%;
    min-width: 534px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 7px 5px 5px 5px;
  }
  .p-top-kv .p-top-kv__title .effect1 {
    position: absolute;
    top: 0%;
    left: -1%;
    width: 102%;
    height: 100%;
    -webkit-transform: skewX(-17.62deg);
            transform: skewX(-17.62deg);
    overflow: hidden;
    visibility: hidden;
  }
  .p-top-kv .p-top-kv__title .effect1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray1);
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .p-top-kv .p-top-kv__title .effect2 {
    position: absolute;
    top: 0%;
    left: -1%;
    width: 102%;
    height: 100%;
    -webkit-transform: skewX(-17.62deg);
            transform: skewX(-17.62deg);
    overflow: hidden;
  }
  .p-top-kv .p-top-kv__title .effect2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--red);
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
  .p-top-kv .p-top-kv__title svg {
    position: relative;
    mix-blend-mode: exclusion;
  }
  .p-top-kv .p-top-kv__title svg path {
    fill: var(--white);
    -webkit-transform: translate3d(-4%, 200%, 0);
            transform: translate3d(-4%, 200%, 0);
  }
  .p-top-statement {
    background-image: url("../img/top/sec2_statement/bg_pc.webp");
  }
  .p-top-statement .p-top-statement__inner {
    padding-top: clamp(109.7142857143px, 14.2857142857vw, 274.2857142857px);
    padding-bottom: clamp(109.7142857143px, 14.2857142857vw, 274.2857142857px);
  }
  .p-top-statement .p-top-statement__txt {
    width: 57.1428571429%;
    margin: 0 auto;
  }
  .p-top-statement .p-top-statement__txt p {
    font-size: clamp(8.7771428571px, 1.1428571429vw, 21.9428571429px);
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 1.8em;
  }
  .p-top-statement .p-top-statement__catchcopy {
    width: 57.1428571429%;
    margin: 0 auto;
    margin-top: clamp(42.7885714286px, 5.5714285714vw, 106.9714285714px);
  }
  .p-top-statement .p-top-statement__catchcopy .p-top-statement__catchcopy__inner {
    width: clamp(194.1942857143px, 25.2857142857vw, 485.4857142857px);
    height: clamp(19.7485714286px, 2.5714285714vw, 49.3714285714px);
    padding-right: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
  }
  .p-top-statement .p-top-statement__catchcopy svg {
    width: clamp(178.8342857143px, 23.2857142857vw, 447.0857142857px);
  }
  .p-top-statement .p-top-statement__bg {
    left: 69.2857142857%;
  }
  .p-top-statement .p-top-statement__bg .line1,
  .p-top-statement .p-top-statement__bg .line2,
  .p-top-statement .p-top-statement__bg .line3,
  .p-top-statement .p-top-statement__bg .line4 {
    width: clamp(101.4857142857px, 13.2142857143vw, 253.7142857143px);
  }
  .p-top-statement .p-top-statement__bg .line2 {
    left: clamp(101.4857142857px, 13.2142857143vw, 253.7142857143px);
  }
  .p-top-statement .p-top-statement__bg .line4 {
    left: clamp(100.9371428571px, 13.1428571429vw, 252.3428571429px);
  }
  .p-top-movie {
    height: clamp(296.2285714286px, 38.5714285714vw, 740.5714285714px);
  }
  .p-top-movie .p-top-movie__btn {
    width: clamp(76.8px, 10vw, 192px);
    height: clamp(76.8px, 10vw, 192px);
  }
  .p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .border {
    width: clamp(71.3142857143px, 9.2857142857vw, 178.2857142857px);
    height: clamp(71.3142857143px, 9.2857142857vw, 178.2857142857px);
  }
  .p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 .arrow {
    width: clamp(4.3885714286px, 0.5714285714vw, 10.9714285714px);
    height: clamp(4.3885714286px, 0.5714285714vw, 10.9714285714px);
    margin-right: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
  }
  .p-top-movie .p-top-movie__btn .p-top-movie__btn__inner2 p {
    font-size: clamp(7.68px, 1vw, 19.2px);
  }
  .p-top-movie-modal .p-top-movie-modal__close {
    top: 0;
    right: -54px;
    width: 34px;
    height: 34px;
  }
  .p-top-movie-modal .p-top-movie-modal__close > div {
    width: 16px;
    height: 16px;
  }
  .p-top-movie-modal .p-top-movie-modal__close > div::before, .p-top-movie-modal .p-top-movie-modal__close > div::after {
    height: 1px;
  }
  .p-top-movie-modal .p-top-movie-modal__player {
    width: min(80vw, 142.2222222222vh);
  }
  .p-top-news .p-top-news__inner {
    width: clamp(691.2px, 90vw, 1728px);
    margin: 0 auto;
    padding-top: clamp(78.9942857143px, 10.2857142857vw, 197.4857142857px);
    padding-bottom: clamp(76.8px, 10vw, 192px);
  }
  .p-top-news .p-top-news__link {
    margin-top: clamp(-11.52px, -1.5vw, -28.8px);
  }
  .p-top-news .p-top-news__block {
    margin-top: clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .p-top-news .p-top-news__block .p-top-news__block__box {
    padding: clamp(18.6514285714px, 2.4285714286vw, 46.6285714286px) clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px) clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px) clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .p-top-news .p-top-news__block .box-title {
    margin-bottom: clamp(19.2px, 2.5vw, 48px);
  }
  .p-top-news .p-top-news__block .box-title p {
    font-size: clamp(7.68px, 1vw, 19.2px);
    padding-left: clamp(7.68px, 1vw, 19.2px);
  }
  .p-top-news .p-top-news__block .box-title p::before {
    width: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    height: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
  }
  .p-top-news .p-top-news__block .list-item a {
    padding: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px) clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .p-top-news .p-top-news__block .list-item .list-item__info {
    gap: clamp(5.4857142857px, 0.7142857143vw, 13.7142857143px);
    margin-bottom: clamp(3.84px, 0.5vw, 9.6px);
  }
  .p-top-news .p-top-news__block .list-item .list-item__info time {
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .p-top-news .p-top-news__block .list-item .list-item__info ul {
    gap: clamp(2.1942857143px, 0.2857142857vw, 5.4857142857px);
  }
  .p-top-news .p-top-news__block .list-item .list-item__info ul li span {
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
    padding: clamp(2.1942857143px, 0.2857142857vw, 5.4857142857px) clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
  }
  .p-top-news .p-top-news__block .list-item .list-item__title {
    padding-right: clamp(27.4285714286px, 3.5714285714vw, 68.5714285714px);
  }
  .p-top-news .p-top-news__block .list-item .list-item__title p {
    font-size: clamp(7.68px, 1vw, 19.2px);
    line-height: 1.6;
  }
  .p-top-news .p-top-news__block .list-item .list-item__title .c-top-arrow {
    width: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    height: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    margin-left: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .p-top-aboutus .p-top-aboutus__inner {
    padding-top: clamp(79.5428571429px, 10.3571428571vw, 198.8571428571px);
    padding-bottom: clamp(76.8px, 10vw, 192px);
  }
  .p-top-aboutus .p-top-aboutus__title {
    width: clamp(691.2px, 90vw, 1728px);
    margin: 0 auto;
  }
  .p-top-aboutus .p-top-aboutus__txt {
    top: clamp(184.32px, 24vw, 460.8px);
    opacity: 0.5;
    mix-blend-mode: multiply;
  }
  .p-top-aboutus .p-top-aboutus__txt span {
    font-size: clamp(76.8px, 10vw, 192px);
    padding-right: 0.5em;
    color: var(--gray5);
  }
  .p-top-aboutus .p-top-aboutus__list {
    width: 78.5714285714%;
    margin-right: 0;
    margin-left: auto;
  }
  .p-top-aboutus .list-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: clamp(186.5142857143px, 24.2857142857vw, 466.2857142857px);
  }
  .p-top-aboutus .list-item {
    width: clamp(268.8px, 35vw, 672px);
  }
  .p-top-aboutus .list-item .list-item__title {
    padding: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .p-top-aboutus .list-item .list-item__title p {
    font-size: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
    line-height: 1.6;
  }
  .p-top-aboutus .list-item .list-item__title .c-top-arrow {
    width: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    height: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    right: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .p-top-aboutus .p-top-aboutus__progress {
    position: relative;
    background-color: var(--gray4);
    z-index: 1;
    height: clamp(1.0971428571px, 0.1428571429vw, 2.7428571429px);
    margin-top: clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px);
    width: 57.1428571429%;
    margin-left: 37.8571428571%;
  }
  .p-top-aboutus .p-top-aboutus__bg {
    position: fixed;
    left: 58.5714285714%;
    height: calc(100vh + 2000px);
  }
  .p-top-aboutus .p-top-aboutus__bg .line1,
  .p-top-aboutus .p-top-aboutus__bg .line2,
  .p-top-aboutus .p-top-aboutus__bg .line3,
  .p-top-aboutus .p-top-aboutus__bg .line4 {
    width: clamp(329.1428571429px, 42.8571428571vw, 822.8571428571px);
    height: clamp(663.7714285714px, 86.4285714286vw, 1659.4285714286px);
    height: 100%;
    -webkit-transform-origin: 0% 42.1487603306%;
            transform-origin: 0% 42.1487603306%;
  }
  .p-top-aboutus .p-top-aboutus__bg .line1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6fafc), to(#e8f2f8));
    background: linear-gradient(180deg, #f6fafc 0%, #e8f2f8 100%);
    -webkit-transform: skewX(17.62deg);
            transform: skewX(17.62deg);
  }
  .p-top-aboutus .p-top-aboutus__bg .line2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#e2eef7), to(#f0f6fb));
    background: linear-gradient(180deg, #e2eef7 0%, #f0f6fb 100%);
    -webkit-transform: skewX(-17.62deg);
            transform: skewX(-17.62deg);
  }
  .p-top-aboutus .p-top-aboutus__bg .line3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #dc0032), to(rgba(220, 0, 50, 0)));
    background: linear-gradient(180deg, #dc0032 25%, rgba(220, 0, 50, 0) 100%);
    -webkit-transform: skewX(17.62deg);
            transform: skewX(17.62deg);
    left: clamp(329.1428571429px, 42.8571428571vw, 822.8571428571px);
  }
  .p-top-aboutus .p-top-aboutus__bg .line4 {
    display: none;
  }
  .p-top-jobs {
    height: clamp(329.1428571429px, 42.8571428571vw, 822.8571428571px);
  }
  .p-top-jobs .p-top-jobs__box {
    position: absolute;
    z-index: 1;
    background-color: var(--white);
    top: clamp(54.8571428571px, 7.1428571429vw, 137.1428571429px);
    left: clamp(400.4571428571px, 52.1428571429vw, 1001.1428571429px);
    left: 52.1428571429%;
    width: clamp(329.1428571429px, 42.8571428571vw, 822.8571428571px);
    height: clamp(213.9428571429px, 27.8571428571vw, 534.8571428571px);
    padding: clamp(35.6571428571px, 4.6428571429vw, 89.1428571429px) clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px) clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px) clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px);
  }
  .p-top-jobs .p-top-jobs__title {
    margin-bottom: clamp(35.6571428571px, 4.6428571429vw, 89.1428571429px);
  }
  .p-top-jobs .p-top-jobs__link a {
    padding-left: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
    height: clamp(61.44px, 8vw, 153.6px);
  }
  .p-top-jobs .p-top-jobs__link p {
    font-size: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .p-top-jobs .p-top-jobs__link .c-top-arrow {
    right: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
    width: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    height: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .p-top-jobs .p-top-jobs__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-jobs .p-top-jobs__slide .slide-item picture {
    width: clamp(1234.2857142857px, 160.7142857143vw, 3085.7142857143px);
  }
  .p-top-environment .p-top-environment__inner {
    padding-top: clamp(79.5428571429px, 10.3571428571vw, 198.8571428571px);
    padding-bottom: clamp(76.8px, 10vw, 192px);
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
  }
  .p-top-environment .p-top-environment__title {
    width: clamp(691.2px, 90vw, 1728px);
    margin: 0 auto clamp(38.4px, 5vw, 96px);
  }
  .p-top-environment .p-top-environment__block {
    width: clamp(691.2px, 90vw, 1728px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-environment .p-top-environment__img {
    width: clamp(229.3028571429px, 29.8571428571vw, 573.2571428571px);
  }
  .p-top-environment .p-top-environment__list {
    width: clamp(385.0971428571px, 50.1428571429vw, 962.7428571429px);
    margin-top: clamp(-21.9428571429px, -2.8571428571vw, -54.8571428571px);
  }
  .p-top-environment .p-top-environment__list .list-item__title {
    padding: clamp(21.9428571429px, 2.8571428571vw, 54.8571428571px) clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    height: clamp(61.44px, 8vw, 153.6px);
  }
  .p-top-environment .p-top-environment__list .list-item__title p {
    font-size: clamp(10.9714285714px, 1.4285714286vw, 27.4285714286px);
  }
  .p-top-environment .p-top-environment__list .c-top-arrow {
    right: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    width: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    height: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .p-top-environment .p-top-environment__bg {
    left: 11.4285714286%;
  }
  .p-top-environment .p-top-environment__bg .line1,
  .p-top-environment .p-top-environment__bg .line2 {
    width: 42.8571428571%;
    height: 100%;
  }
  .p-top-environment .p-top-environment__bg .line1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#dfedf6), to(#f7fafd));
    background: linear-gradient(180deg, #dfedf6 0%, #f7fafd 100%);
    -webkit-transform-origin: 100% 63.1111111111%;
            transform-origin: 100% 63.1111111111%;
    left: -42.8571428571%;
  }
  .p-top-environment .p-top-environment__bg .line2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#ecf4fa));
    background: linear-gradient(180deg, #fcfdfe 0%, #ecf4fa 100%);
    -webkit-transform-origin: 0% 63.1111111111%;
            transform-origin: 0% 63.1111111111%;
  }
  .graduate .kv-block {
    margin-top: -140px;
  }
  .graduate .kv-block .crumb {
    left: 71px;
    top: 166px;
  }
  .graduate .course-block .course-list {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .magazine .c-kv .l-inner-block {
    padding-bottom: 90px;
  }
  .magazine .c-kv .txt-wrap .crumb {
    margin-bottom: 60px;
  }
  .magazine .c-kv .txt-wrap .c-top-ttl {
    margin-bottom: 60px;
  }
  .magazine .selected-tag-wrap {
    font-size: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
  }
  .magazine .selected-tag-wrap .tag::before {
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .magazine .list-item a {
    padding: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .magazine .list-item .list-item__txt {
    padding: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
  }
  .magazine .list-item .list-item__title p {
    font-size: clamp(8.7771428571px, 1.1428571429vw, 21.9428571429px);
    line-height: 1.6;
  }
  .magazine .list-item .list-item__tags {
    margin-top: clamp(27.4285714286px, 3.5714285714vw, 68.5714285714px);
  }
  .magazine .list-item .list-item__tags ul {
    -webkit-column-gap: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
       -moz-column-gap: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
            column-gap: clamp(2.7428571429px, 0.3571428571vw, 6.8571428571px);
    row-gap: clamp(0px, 0vw, 0px);
  }
  .magazine .list-item .list-item__tags ul li {
    margin-bottom: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .magazine .list-item .list-item__tags .c-top-arrow {
    width: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    height: clamp(9.8742857143px, 1.2857142857vw, 24.6857142857px);
    bottom: clamp(3.2914285714px, 0.4285714286vw, 8.2285714286px);
    right: 0;
  }
  .magazine-detail .c-kv .c-top-ttl .ja {
    font-size: clamp(17.5542857143px, 2.2857142857vw, 43.8857142857px);
  }
  .magazine-detail .c-kv .l-inner-block {
    padding-bottom: 90px;
  }
  .magazine-detail .c-kv .txt-wrap .crumb {
    margin-bottom: 60px;
  }
  .magazine-detail .ppl-intro-sec .main-img {
    aspect-ratio: 2/1;
  }
  .magazine-detail .article-content h2 {
    font-size: clamp(15.36px, 2vw, 38.4px);
  }
  .news .c-kv .l-inner-block {
    padding-bottom: 20px;
  }
  .news .c-kv .txt-wrap .crumb {
    margin-bottom: 60px;
  }
  .news .c-kv .txt-wrap .c-top-ttl {
    margin-bottom: 60px;
  }
  .news-detail .c-kv .c-top-ttl .ja {
    font-size: clamp(17.5542857143px, 2.2857142857vw, 43.8857142857px);
  }
  .news-detail .ppl-intro-sec .main-img {
    aspect-ratio: 2/1;
  }
  .news-detail .article-content h2 {
    font-size: clamp(15.36px, 2vw, 38.4px);
  }
  .focus .c-sec .article-btn a {
    margin-block: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .focus .c-sec .article-btn a .c-top-arrow {
    margin-right: 0;
    margin-left: auto;
  }
  .values .values-img .split {
    margin-top: clamp(80px, 7.2916666667vw, 140px);
  }
  .values .values-img .split .sub-txt {
    display: none;
  }
  .career .kv-block {
    margin-top: -140px;
  }
  .career .kv-block .crumb {
    left: 71px;
    top: 166px;
  }
  .benefits .intro-sec .count-list li {
    min-width: 300px;
  }
  .benefits .intro-sec .count-list li .top {
    min-height: 104px;
  }
  .benefits .intro-sec .count-list li .white {
    min-height: 118px;
  }
  .benefits .intro-sec .intro-list li .txt-wrap .txt {
    display: inline-block;
    min-height: 48px;
  }
  .challenged .anchor-section .anchor-list .c-top-arrow {
    width: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
    height: clamp(16.4571428571px, 2.1428571429vw, 41.1428571429px);
  }
  .challenged .job-section .list-btn {
    display: none;
  }
  .challenged .job-section .p-magazine__link {
    padding-right: calc(50vw - 50%);
    max-width: 1120px;
  }
  .challenged .job-section .p-magazine__controller {
    padding-right: calc(50vw - 50%);
    max-width: 1120px;
  }
  .challenged .environment-section .scroll__follow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    width: clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px);
    height: clamp(32.9142857143px, 4.2857142857vw, 82.2857142857px);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .challenged .environment-section .scroll__follow.is-show {
    opacity: 1;
  }
  .challenged .p-magazine .swiper {
    padding-right: 40px;
  }
  .development .main-cont-wrap .p-top-kv__back {
    display: none;
  }
  .development .system-sec .more-btn {
    display: none;
  }
  .group .c-tag-search .tag label {
    font-size: clamp(6.5828571429px, 0.8571428571vw, 16.4571428571px);
  }
  .faq .c-job-description-block .ttl-btn {
    font-size: clamp(16px, 20px, min(20px, 1.4285714286vw));
  }
  .culture .env-sec .txt-list li {
    max-width: 353px;
  }
  .culture .system-sec .more-btn {
    display: none;
  }
  .culture .more-btn {
    display: none;
  }
  .not-found .none-txt {
    text-align: center;
  }
}
@media (any-hover: hover) {
  .c-header .header-inn .logo-area:hover {
    opacity: 0.6;
  }
  .c-header .header-inn .r-menu-area .menu-list > li > button:hover {
    color: var(--red);
    background: var(--bg02);
  }
  .c-header .header-inn .r-menu-area .menu-list > li > button:hover .ico::before, .c-header .header-inn .r-menu-area .menu-list > li > button:hover .ico::after {
    background: var(--red);
  }
  .c-header .header-inn .r-menu-area .menu-list > li > button:hover .ico::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .c-header .header-inn .r-menu-area .menu-list > li > button:hover .ico::after {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .header-bottom-menu-area .inn .menu-list > li > a:hover {
    color: var(--red);
    background: var(--white);
  }
  .header-bottom-menu-area .inn .menu-list > li > a:hover .ico::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header-bottom-menu-area .inn .menu-list > li > a:hover .ico::after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    background: var(--red);
  }
  .toggled-recruit-menu-content .sp-content .link:hover {
    color: var(--red);
  }
  .toggled-recruit-menu-content .sp-content .link:hover::after {
    background: var(--red);
  }
  .c-footer .footer-area .bottom-area .sns-menu > li > a:hover {
    background: var(--red);
  }
  .c-footer .footer-area .bottom-area .sns-menu .ico_denso:hover {
    opacity: 0.6;
    background: var(--white);
  }
  .c-footer .footer-area .bottom-area .external-menu > li > a:hover .txt {
    color: var(--red);
  }
  .c-footer .footer-area .bottom-area .external-menu > li > a:hover .txt .ico::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c-footer .footer-area .bottom-area .external-menu > li > a:hover .txt .ico::after {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    background: var(--red);
  }
  .c-footer .footer-area .bottom-area .link-menu > li > a:hover {
    color: var(--red);
  }
  .c-footer .footer-area .bottom-area .link-menu > li > a:hover .ico::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c-footer .footer-area .bottom-area .link-menu > li > a:hover .ico::after {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    background: var(--red);
  }
  .page-top:hover .ico-arrow {
    border-color: var(--gray2);
    background: var(--white);
  }
  .page-top:hover .ico-arrow::after {
    background: var(--gray2);
  }
  .page-top:hover .txt {
    color: var(--red);
  }
  .c-btn01 > *:hover {
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: var(--red);
  }
  .c-btn01 > *:hover .c-top-arrow {
    background-color: var(--white);
  }
  .c-btn01 > *:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .c-btn01 > *:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .c-btn02:hover {
    background: var(--red);
    color: var(--white);
  }
  .c-btn02:hover::before {
    background: var(--white);
  }
  .c-btn02:hover .ico::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c-btn02:hover .ico::after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    background: var(--red);
  }
  .c-btn03:hover {
    color: var(--red);
  }
  .c-btn03:hover::before {
    background: var(--red);
  }
  .c-top-btn-arrow > *:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-top-btn-arrow > *:hover .c-top-arrow {
    background-color: var(--white);
  }
  .c-top-btn-arrow > *:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .c-top-btn-arrow > *:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .c-kv .main-block .crumb a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .side-menu .submenu li > *:hover {
    color: var(--red);
  }
  .side-menu .submenu li > *:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .side-menu .submenu li > *:hover .ico::before {
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
  }
  .side-menu .submenu li > *:hover .ico::after {
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
    left: -10px;
  }
  .side-menu .accordion:hover {
    color: var(--red);
  }
  .related-sec .link-area .cont:hover .img-wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .related-sec .link-area .cont:hover {
    color: var(--red);
  }
  .related-sec .link-area .cont:hover .c-top-arrow {
    background-color: var(--white);
  }
  .related-sec .link-area .cont:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .related-sec .link-area .cont:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .c-news-list > li > a:hover .list-item-ttl-area p {
    color: var(--red);
  }
  .c-news-list > li > a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .c-news-list > li > a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .c-news-list > li > a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .c-position-card:hover .txt-wrap h3, .c-position-card:hover .txt-wrap p {
    color: var(--red);
  }
  .c-position-card:hover button {
    background-color: var(--gray5);
  }
  .c-position-card:hover .ico-plus {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .link-sec .ttl-btn:hover {
    color: var(--red);
  }
  .link-sec .ttl-btn:hover .ico-plus {
    background: var(--gray5);
  }
  .link-sec .ttl-btn:hover .ico-plus::before, .link-sec .ttl-btn:hover .ico-plus::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background: var(--red);
  }
  .link-sec .ttl-btn.is-active:hover .ico-plus {
    background: var(--gray5);
  }
  .link-sec .ttl-btn.is-active:hover .ico-plus::before, .link-sec .ttl-btn.is-active:hover .ico-plus::after {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
    background: var(--red);
  }
  .link-sec .c-aco-wrap .cont-area .c-btn01 > a:hover {
    color: var(--red);
  }
  .link-sec .c-aco-wrap .cont-area .c-btn01 > a:hover .desc {
    color: var(--red);
  }
  .link-sec .c-aco-wrap .cont-area .c-btn01 > a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-magazine-sec .cont .txt-wrap .c-btn02:hover {
    background: var(--bg02);
    color: var(--red);
  }
  .c-tag-search .more-btn:hover {
    color: var(--red);
    background-color: var(--gray5);
  }
  .c-tag-search .more-btn:hover .ico {
    background-color: var(--red);
  }
  .c-tag-search .more-btn:hover .ico::before, .c-tag-search .more-btn:hover .ico::after {
    background-color: var(--white);
  }
  .c-tag-search .reset-btn:hover {
    background-color: var(--red);
  }
  .c-table01 a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .c-link-list .cont:hover .txt-wrap > *::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-link-list .cont:hover .txt-wrap span {
    color: var(--red);
  }
  .c-link-list .cont:hover .img-wrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-link-list .cont:hover .c-top-arrow {
    background-color: var(--white);
  }
  .c-link-list .cont:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .c-link-list .cont:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .c-menu-cont-ttl[href]:hover {
    color: var(--red);
  }
  .c-menu-cont-ttl[href]:hover .ico-arrow {
    background-color: var(--white);
  }
  .c-menu-cont-ttl[href]:hover .ico-arrow::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c-menu-cont-ttl[href]:hover .ico-arrow::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .c-list01 > li > a:hover {
    color: var(--red);
  }
  .c-list01 > li > a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-list01 > li > a:hover .ico::before {
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
  }
  .c-list01 > li > a:hover .ico::after {
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
    left: -10px;
  }
  .c-list01.ico-has-bg > li > a:hover .ico {
    background: var(--white);
  }
  .c-list01.ico-has-bg > li > a:hover .ico::before, .c-list01.ico-has-bg > li > a:hover .ico::after {
    background: var(--red);
  }
  .c-list01.ico-has-bg > li > a:hover .ico::before {
    -webkit-transform: rotate(-90deg) translateY(120%);
            transform: rotate(-90deg) translateY(120%);
  }
  .c-list01.ico-has-bg > li > a:hover .ico::after {
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
    left: -20px;
  }
  .c-list02 > li a:hover {
    background: var(--red);
    color: var(--white);
  }
  .c-list02 > li a:hover::before {
    background: var(--white);
  }
  .c-list02 > li a:hover .ico::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c-list02 > li a:hover .ico::after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    background: var(--red);
  }
  .c-link-block .box:hover .box-ttl {
    color: var(--red);
  }
  .c-link-block .box:hover .c-btn01 {
    color: var(--red);
  }
  .c-link-block .box:hover .c-btn01 .c-top-arrow {
    background-color: var(--white);
  }
  .c-link-block .box:hover .c-btn01 .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .c-link-block .box:hover .c-btn01 .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .c-job-description-block .ttl-btn:hover {
    color: var(--red);
  }
  .c-job-description-block .ttl-btn:hover .ico-plus {
    background: var(--gray5);
  }
  .c-job-description-block .ttl-btn:hover .ico-plus::before, .c-job-description-block .ttl-btn:hover .ico-plus::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background: var(--red);
  }
  .c-job-description-block .ttl-btn.is-active:hover .ico-plus {
    background: var(--gray5);
  }
  .c-job-description-block .ttl-btn.is-active:hover .ico-plus::before, .c-job-description-block .ttl-btn.is-active:hover .ico-plus::after {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
    background: var(--red);
  }
  .c-job-description-block .recruit-tb a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .p-magazine .list-item a:hover .list-item__title p {
    color: var(--red);
  }
  .p-magazine .list-item a:hover .list-item__thumb img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .p-magazine .list-item a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .p-magazine .list-item a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .p-magazine .list-item a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .p-magazine .p-magazine__pagination:hover {
    background-color: var(--red);
  }
  .p-magazine .p-magazine__pagination:hover::after {
    border-color: var(--red);
  }
  .p-magazine .p-magazine__pagination:hover svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .p-top-banner a:hover p {
    color: var(--red);
  }
  .p-top-banner .close:hover > div::before, .p-top-banner .close:hover > div::after {
    background-color: var(--red);
  }
  .p-top-movie .p-top-movie__btn:hover .p-top-movie__btn__inner2 .bg {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    background: rgba(50, 50, 50, 0.9);
  }
  .p-top-movie .p-top-movie__btn:hover .border svg {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .p-top-movie .p-top-movie__btn:hover .border {
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  .p-top-news .p-top-news__block .list-item a:hover .list-item__title p {
    color: var(--red);
  }
  .p-top-news .p-top-news__block .list-item a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .p-top-news .p-top-news__block .list-item a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .p-top-news .p-top-news__block .list-item a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .p-top-aboutus .list-item a:hover .list-item__title p {
    color: var(--red);
  }
  .p-top-aboutus .list-item a:hover .list-item__thumb img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .p-top-aboutus .list-item a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .p-top-aboutus .list-item a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .p-top-aboutus .list-item a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .p-top-jobs .p-top-jobs__link a:hover p {
    color: var(--red);
  }
  .p-top-jobs .p-top-jobs__link a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .p-top-jobs .p-top-jobs__link a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .p-top-jobs .p-top-jobs__link a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .p-top-environment .p-top-environment__list a:hover p {
    color: var(--red);
  }
  .p-top-environment .p-top-environment__list a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-top-environment .p-top-environment__list a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .p-top-environment .p-top-environment__list a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .p-top-environment .p-top-environment__list a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .graduate .kv-block .crumb a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .graduate .course-block .course-list > li > a:hover .course-ttl, .graduate .course-block .course-list > li > a:hover .course-desc {
    color: var(--red);
  }
  .graduate .course-block .course-list > li > a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .graduate .course-block .course-list > li > a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .graduate .course-block .course-list > li > a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .graduate .course-block .more-btn:hover {
    background: var(--gray5);
  }
  .graduate .course-block .more-btn:hover .ico-plus {
    background: var(--red);
  }
  .graduate .course-block .more-btn:hover .ico-plus::before, .graduate .course-block .more-btn:hover .ico-plus::after {
    background: var(--white);
  }
  .graduate .course-block .more-btn:hover .inn {
    color: var(--red);
  }
  .graduate-detail .link-sec .link-item:hover {
    color: var(--red);
  }
  .graduate-detail .link-sec .link-item:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .graduate-detail .link-sec .link-item:hover .ico {
    border: 1px solid var(--gray4);
    background-color: var(--white);
  }
  .graduate-detail .link-sec .link-item:hover .ico::before {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  .graduate-detail .link-sec .link-item:hover .ico::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .graduate-detail .entry-sec .ico:hover::before {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .magazine .to-tag-wrap .to-tag a:hover {
    color: var(--red);
  }
  .magazine .to-tag-wrap .to-tag a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .magazine .to-tag-wrap .to-tag a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .magazine .to-tag-wrap .to-tag a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0) rotate(-90deg);
            transform: translate3d(100%, 0, 0) rotate(-90deg);
  }
  .magazine .list-item a:hover {
    background-color: var(--bg02);
  }
  .magazine .list-item a:hover .list-item__title p {
    color: var(--red);
  }
  .magazine .list-item a:hover .list-item__thumb img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .magazine .list-item a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .magazine .list-item a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .magazine .list-item a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .magazine .blog-cont-wrap .more-btn:hover {
    color: var(--red);
    background-color: var(--gray5);
  }
  .magazine .blog-cont-wrap .more-btn:hover .ico {
    background-color: var(--red);
  }
  .magazine .blog-cont-wrap .more-btn:hover .ico::before, .magazine .blog-cont-wrap .more-btn:hover .ico::after {
    background-color: var(--white);
  }
  .magazine .c-btn01:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0) rotate(-90deg);
            transform: translate3d(100%, 0, 0) rotate(-90deg);
  }
  .magazine-detail .c-toc-section .outline-wrap li:hover .num {
    background-color: var(--red);
    color: var(--white);
  }
  .magazine-detail .c-toc-section .outline-wrap li:hover .ttl {
    color: var(--red);
  }
  .magazine-detail .article-content a:hover {
    color: var(--red);
  }
  .news .tag-list li a:hover {
    color: var(--red);
  }
  .news .tag-list li a:hover::after {
    width: 100%;
  }
  .news .news-list-area .more-btn:hover {
    color: var(--red);
    background-color: var(--gray5);
  }
  .news .news-list-area .more-btn:hover .ico {
    background-color: var(--red);
  }
  .news .news-list-area .more-btn:hover .ico::before, .news .news-list-area .more-btn:hover .ico::after {
    background-color: var(--white);
  }
  .news-detail .c-toc-section .outline-wrap li:hover .num {
    background-color: var(--red);
    color: var(--white);
  }
  .news-detail .c-toc-section .outline-wrap li:hover .ttl {
    color: var(--red);
  }
  .news-detail .article-content a:hover {
    color: var(--red);
  }
  .focus .c-sec .interview-article:hover .interview-thumb img {
    scale: 1.1;
  }
  .focus .c-sec .interview-article:hover .c-top-btn-arrow {
    color: var(--red);
  }
  .focus .c-sec .interview-article:hover .c-top-btn-arrow::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .focus .c-sec .interview-article:hover .c-top-btn-arrow .c-top-arrow {
    background-color: var(--white);
  }
  .focus .c-sec .interview-article:hover .c-top-btn-arrow .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .focus .c-sec .interview-article:hover .c-top-btn-arrow .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .career .kv-block .crumb a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .career .info-sec .btn-list .c-btn01 > a:hover {
    background-color: var(--red);
    color: var(--white);
  }
  .career .info-sec .btn-list .c-btn01 > a:hover .ico {
    background-color: var(--white);
  }
  .challenged .anchor-section .anchor-list a:hover {
    background: var(--red);
    color: var(--white);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .challenged .anchor-section .anchor-list a:hover .ico img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .challenged .anchor-section .anchor-list a:hover .ico img.white {
    opacity: 1;
  }
  .challenged .anchor-section .anchor-list a:hover .c-top-arrow {
    background-color: var(--white);
  }
  .challenged .anchor-section .anchor-list a:hover .c-top-arrow::after {
    border-color: var(--gray5);
  }
  .challenged .anchor-section .anchor-list a:hover .c-top-arrow svg {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .challenged .contact-section a:hover {
    color: var(--red);
  }
  .development .more-btn:hover {
    background: var(--gray5);
  }
  .development .more-btn:hover .ico-plus {
    background: var(--red);
  }
  .development .more-btn:hover .ico-plus::before, .development .more-btn:hover .ico-plus::after {
    background: var(--white);
  }
  .development .more-btn:hover .inn {
    color: var(--red);
  }
  .group .block-wrap .head-cont .c-btn01 a:hover {
    background-color: var(--red);
    color: var(--white);
  }
  .faq .link:hover {
    color: var(--red);
  }
  .culture .more-btn:hover {
    background: var(--gray5);
  }
  .culture .more-btn:hover .ico-plus {
    background: var(--red);
  }
  .culture .more-btn:hover .ico-plus::before, .culture .more-btn:hover .ico-plus::after {
    background: var(--white);
  }
  .culture .more-btn:hover .inn {
    color: var(--red);
  }
  .culture .system-sec a:hover {
    color: var(--red);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .toggled-menu-content {
    padding: 80px min(70px, 7vw) 78px;
  }
  .toggled-menu-content .top-menu-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 620px;
    margin: auto;
    gap: 60px 40px;
  }
  .toggled-menu-content .top-menu-area .box {
    width: calc((100% - 40px) / 2);
  }
  .toggled-menu-content .middle-menu-area {
    padding: 0;
  }
  .toggled-menu-content .middle-menu-area .box {
    padding: 30px 10px;
  }
  .toggled-menu-content .middle-menu-area .c-list02 > li > a {
    padding: 12px 42px 12px 20px;
  }
  .toggled-menu-content .bottom-menu-area {
    gap: min(86px, 8.6vw);
  }
  .toggled-menu-content .bottom-menu-area .c-menu-cont-ttl .ico-arrow {
    right: -12px;
  }
  .toggled-recruit-menu-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .toggled-recruit-menu-content .flex-box .box {
    width: 100%;
    max-height: none;
  }
  .c-footer .recruit-area .top-menu-area {
    grid-template-columns: 1fr 1fr;
  }
  .c-footer .footer-area .menu-area {
    gap: 40px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .c-footer .footer-area .menu-area .box {
    width: calc((100% - 40px) / 3);
  }
  .related-sec .link-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .data .data-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .challenged .achievements-section .data-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .culture .women-sec .women-list > li {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header-bottom-menu-area .inn .menu-list > li > a .ico {
    right: min(6px, 0.4615384615vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .c-footer .recruit-area .bottom-menu-area {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .c-footer .footer-area .bottom-area .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .c-footer .footer-area .bottom-area .flex-box + .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .c-top-ttl.kv .en::before {
    top: 0;
  }
}
@media only screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn02:hover .ico::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .c-list02 > li a:hover .ico::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media only screen and (max-width: 1536px) {
  .c-kv .main-block {
    overflow-x: clip;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .c-kv .main-block .l-inner-block {
    padding-inline: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1536px) {
  .c-kv .main-block .img-wrap {
    margin-right: max(-170px, -12.1428571429vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1536px) and (max-width: 1535px) {
  .c-kv .main-block .img-wrap {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1536px) and (max-width: 1535px) and (max-width: 1399px) {
  .c-kv .main-block .img-wrap {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .c-kv .main-block .crumb {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .c-kv .c-kv__back__cross .line1 {
    right: min(20px, 1.4285714286vw);
  }
  .w-deco .c-kv__back__cross .line1 {
    right: min(180px, 12.8571428571vw);
  }
}
@media only screen and (max-width: 767px) and (min-width: 400px) {
  .c-kv .c-kv__back__cross .line1 {
    right: max(-120px, -30.7692307692vw);
  }
  .c-kv .c-kv__back__cross .line3 {
    left: max(-300px, -76.9230769231vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-modal__content .p-magazine .list-item-wrapper {
    max-width: 900px;
  }
  .link-sec .c-aco-wrap .cont-area .c-btn01 > a {
    padding-right: 70px;
  }
  .graduate .person-block .top-cont .ico {
    margin-top: 0;
  }
  .career .c-job-description-block .blue-box .top-cont .ico {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (max-width: 950px) {
  .c-modal__content .p-magazine .list-item-wrapper {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-benefit-chart-box .gray {
    padding: 20px 10px;
  }
  .challenged .job-section .desc {
    margin-top: 44px;
  }
  .challenged .job-section .desc.sp-mt-30 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-benefit-system-list.col3 > li {
    width: calc((100% - clamp(30px, 60px, min(60px, 4.2857142857vw))) / 2);
  }
  .focus .c-sec .intro-wrap {
    grid-template-columns: 1fr;
  }
  .focus .c-sec .intro-wrap .img-wrap {
    margin-top: 30px;
  }
  .focus .c-sec .interview-article {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .focus .c-sec .interview-article .interview-thumb {
    max-width: 40%;
  }
  .development .back-sec {
    padding-bottom: 40px;
  }
  .development .back-sec .back-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 770px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    position: relative;
  }
  .development .back-sec .back-list.is-open::after {
    display: none;
  }
  .development .back-sec .back-list::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 236, 245, 0)), color-stop(80%, #DDECF5));
    background: linear-gradient(rgba(221, 236, 245, 0) 0%, #DDECF5 80%);
    width: 100%;
    height: 260px;
  }
  .development .back-sec .back-list > li {
    width: 100%;
    max-width: 550px;
  }
  .development .back-sec .back-list > li .top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .culture .women-sec {
    padding-bottom: 40px;
  }
  .culture .women-sec .women-list > li .top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .c-benefit-system-list.col3 > li {
    padding-bottom: 0;
    width: 100%;
  }
  .focus .c-sec .interview-article {
    margin-top: 30px;
  }
  .focus .c-sec .interview-article .interview-thumb {
    width: 20%;
    min-width: 110px;
  }
  .development .back-sec .back-list > li .top {
    min-height: 102px;
    padding: 5px clamp(10px, 20px, min(20px, 5.1282051282vw)) 5px clamp(90px, 114px, min(114px, 29.2307692308vw));
  }
  .culture .women-sec .women-list > li .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 102px;
    padding: 20px 40px 16px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .c-link-list .cont {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 390px) {
  .p-top-banner {
    bottom: 0;
  }
}
@media (max-width: 950px) {
  .graduate-detail .overview-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .graduate-detail .overview-wrap .img-wrap {
    width: 70%;
  }
  .graduate-detail .overview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    gap: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .graduate-detail .voice-sec .card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .graduate-detail .voice-sec .voice-card {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) and (max-width: 767px) {
  .graduate-detail .voice-sec .card-wrap {
    gap: 20px;
  }
  .graduate-detail .voice-sec .voice-card {
    padding: 40px;
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-template-rows: auto auto;
  }
  .graduate-detail .voice-sec .voice-card .txt-wrap {
    display: contents;
  }
  .graduate-detail .voice-sec .voice-card .card-header {
    grid-row: 1/2;
    grid-column: 2/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .graduate-detail .voice-sec .voice-card .txt-wrap > p {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 1300px) {
  .guide .position-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1300px) and (max-width: 500px) {
  .guide .position-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .values .values-txt .three-cont li {
    display: block;
  }
  .values .values-txt .three-cont li .split-ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .values .values-txt .three-cont li .txt {
    max-width: 920px;
  }
}
@media only screen and (max-width: 1100px) {
  .career .info-sec .btn-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 389px) {
  .career .info-sec .btn-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1256px) {
  .registration .check-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 1256px) and (max-width: 767px) {
  .registration .check-list {
    gap: 10px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 830px) {
  .registration .step-wrap, .registration .point-wrap {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 830px) and (max-width: 767px) {
  .registration .step-wrap, .registration .point-wrap {
    padding-inline: 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .development .back-sec .back-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .development .back-sec .more-btn {
    display: none;
  }
  .culture .women-sec .women-list > li {
    width: calc((100% - 60px) / 3);
  }
  .culture .women-sec .more-btn {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */