@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.breadcrumb {
  position: absolute;
  top: 78px;
  left: 0;
  z-index: var(--z-base);
  width: 100%;
  padding: 0 calc(12 * var(--px)) 10px;
  overflow-x: auto;
}
.breadcrumb-list {
  display: flex;
  gap: calc(8 * var(--px));
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-blue);
}
.breadcrumb-list-item {
  display: flex;
  flex-shrink: 0;
  gap: calc(8 * var(--px));
  align-items: center;
  font-size: calc(0.625 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  pointer-events: auto;
}
.breadcrumb-list-item:not(:first-child)::before {
  content: '／';
}
.breadcrumb-list-item:last-child {
  padding-right: calc(12 * var(--px));
}
.breadcrumb-list-link-text {
  display: inline-block;
}
.breadcrumb-list-arrow {
  width: calc(9 * var(--px));
  height: calc(12 * var(--px));
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    top: calc(108 * var(--px));
    width: 58.57vw;
    padding: 0 0 0 calc(52 * var(--px));
  }
  .breadcrumb-list {
    flex-wrap: wrap;
    background-color: transparent;
  }
  .breadcrumb-list-item {
    font-size: calc(0.8125 * var(--rem));
  }
  .breadcrumb-list-link-text {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 400px) {
  .fv {
    min-height: 100svh;
  }
  .fv-inner {
    height: 100svh;
    min-height: 100svh;
  }
  .fv-video-wrapper {
    height: 81.2svh;
    min-height: 0;
    min-height: initial;
  }
}
.fv {
  position: relative;
  width: 100%;
  min-height: max(750px, 100svh);
}
.fv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: max(750px, 100svh);
  padding-top: calc(89 * var(--px));
  overflow-x: clip;
}
.fv-video {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: calc(31 * var(--px));
}
.fv-video-wrapper {
  width: calc(474 * var(--px));
  min-height: max(609px, 81.2svh);
  -webkit-mask-image: url('/recruit/01/assets/images/home/mask_index_fv_video.webp');
  mask-image: url('/recruit/01/assets/images/home/mask_index_fv_video.webp');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.fv-video-button {
  position: absolute;
  top: 0;
  right: calc(19 * var(--px));
  z-index: 1;
  display: flex;
  gap: calc(4 * var(--px));
  align-items: center;
  justify-content: flex-end;
  color: #aaa;
}
.fv-video-button::before {
  position: absolute;
  top: -30%;
  left: -30%;
  z-index: -1;
  width: 160%;
  height: 160%;
  content: '';
}
.fv-video-button-text {
  font-family: var(--font-oswald);
  font-size: calc(1.0625 * var(--rem));
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.fv-video-button-icon {
  position: relative;
  width: calc(17 * var(--px));
  height: calc(17 * var(--px));
  color: #aaa;
  border: solid 1px #aaa;
  border-radius: 50%;
}
.fv-video-button-icon-item {
  position: absolute;
}
.fv-video-button-icon-item[data-status='pause'] {
  top: calc(50% - 5 * var(--px) / 2);
  left: calc(50% - 5 * var(--px) / 2);
  width: calc(5 * var(--px));
  height: calc(5 * var(--px));
}
.fv-video-button-icon-item[data-status='play'] {
  top: calc(50% - 7 * var(--px) / 2);
  left: calc(50% - 7 * var(--px) / 2);
  width: calc(7 * var(--px));
  height: calc(7 * var(--px));
  opacity: 0;
}
.fv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv-copy {
  position: absolute;
  top: 40.07vh;/*49.07*/
  /*left: calc(50% - min(426px, 88.75vw) / 2);*/
  left: calc(12 * var(--px));
  width: min(426px, 88.75vw);
  height: -moz-fit-content;
  height: fit-content;
}
.fv-copy-image {
  position: relative;
  z-index: 1;
  display: block;
  height: min(63px, 13vw);
}
.fv-copy-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(239, 239, 239) 0%,
    rgb(239, 239, 239) 88%,
    rgb(12, 44, 132) 88%,
    rgb(12, 44, 132) 94%,
    rgb(0, 150, 141) 94%,
    rgb(0, 150, 141) 100%
  );
  opacity: var(--init-opacity);
}
.fv-copy-image-img {
  opacity: var(--init-opacity);
}
.fv-news {
  position: absolute;
  bottom: 12%;
  left: 0;
  color: var(--color-blue);
}
.fv-news-headline {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(8 * var(--px)) 0 calc(24 * var(--px));
  font-family: var(--font-oswald);
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: var(--color-body);
}
.fv-news-body {
  height: -moz-fit-content;
  height: fit-content;
  padding-right: calc(29 * var(--px));
  margin-top: calc(0.25 * var(--rem));
}
.fv-news-slider-link {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: calc(4.8125 * var(--rem)) 1fr;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 calc(18 * var(--px)) calc(0.125 * var(--rem)) calc(24 * var(--px));
  overflow: hidden;
}
.fv-news-slider-link::before,
.fv-news-slider-link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
}
.fv-news-slider-link::before {
  background-color: var(--color-body);
}
.fv-news-slider-link::after {
  background-color: var(--color-blue);
  transform: scaleX(0);
  transform-origin: right;
}
.fv-news-slider-link-date {
  font-family: var(--font-oswald);
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.fv-news-slider-link-text {
  max-height: calc(50 * var(--px));
  overflow-y: auto;
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
}
.fv-news-arrow {
  position: absolute;
  top: calc(4 * var(--px));
  right: calc(35 * var(--px));
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--px));
}
.fv-news-arrow-button {
  width: calc(8 * var(--px));
  height: calc(7 * var(--px));
}
.fv-news-arrow-button::before {
  position: absolute;
  left: -50%;
  width: 200%;
  height: calc(20 * var(--px));
  content: '';
}
.fv-news-arrow-button.--prev::before {
  bottom: 0;
}
.fv-news-arrow-button.--next::before {
  top: 0;
}
.fv-news-arrow-button-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
}
.fv-news-arrow-button-bg.--prev {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.fv-news-arrow-button-bg.--next {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fv-news.splide {
  visibility: visible;
  visibility: initial;
}
.fv-news.splide .splide__arrow {
  position: relative;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  left: auto;
  left: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  border-radius: 0;
  border-radius: initial;
  opacity: 1;
  transform: none;
  transform: initial;
}

.is-ios.is-safari .fv-news {
  top: calc(100svh - 3.125 * var(--rem) - 6.125 * var(--rem));
  bottom: auto;
}

.is-pointer-device .fv-news {
  top: auto;
  bottom: 12%;
}

.intro {
  position: relative;
  z-index: 1;
}
.intro-top {
  width: 100%;
  height: 20vw;
  margin-top: calc(167 * var(--px));
  background-color: var(--color-body);
  -webkit-mask-image: url('/recruit/01/assets/images/home/mask_index_main_top.webp');
  mask-image: url('/recruit/01/assets/images/home/mask_index_main_top.webp');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.intro-inner {
  width: 100%;
  padding: 0 calc(16 * var(--px));
  overflow: hidden;
  background-color: var(--color-body);
}
.intro-head {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(16 * var(--px));
  gap: calc(16 * var(--px));
}
.intro-head-title {
  display: flex;
  flex-direction: column;
  gap: calc(1 * var(--rem));
  color: var(--color-blue);
}
.intro-head-title-sub {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
}
.intro-head-title-main {
  display: flex;
  flex-direction: column;
  font-size: calc(2.75 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.intro-head-en {
  width: calc(285 * var(--px));
  height: calc(124 * var(--px));
  margin: 0 0 0 auto;
  opacity: 0.25;
}
.intro-body {
  width: 100%;
  margin-top: calc(27 * var(--px));
}
.intro-new {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(32 * var(--px));
  gap: calc(32 * var(--px));
}
.intro-new-link {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(210 * var(--px));
  overflow: hidden;
}
.intro-new-link-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.intro-new-link-inner {
  display: flex;
  flex-direction: column;
  gap: calc(0.6875 * var(--rem));
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(10 * var(--px));
}
.intro-new-link-title {
  position: relative;
  font-size: calc(2 * var(--rem));
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.08em;
  text-shadow: 0 0 9.444px #095a7b;
}
.intro-new-link-title::before {
  position: absolute;
  top: 0;
  left: -2em;
  z-index: -1;
  font-family: var(--font-oswald);
  font-size: calc(0.625 * var(--rem));
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-shadow: 0 0 8px #000;
  content: attr(data-index);
}
.intro-new-link-desc {
  position: relative;
  z-index: 1;
  display: flex;
  gap: calc(4 * var(--px));
  align-items: center;
  padding: 0 calc(7 * var(--px)) 0 calc(2 * var(--px));
}
.intro-new-link-desc-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
}
.intro-new-link-desc-text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
}
.intro-new-link-desc-arrow {
  flex-shrink: 0;
  width: calc(12 * var(--px));
  height: calc(7 * var(--px));
}
.intro-portal {
  margin: calc(64 * var(--px)) calc(-16 * var(--px)) 0;
}
.intro-portal-link {
  position: relative;
  width: 100%;
  height: calc(514 * var(--px));
  overflow: hidden;
}
.intro-portal-link-bg {
  width: 100%;
  height: 100%;
}
.intro-portal-link-image {
  position: absolute;
  top: calc(88 * var(--px));
  right: 0;
  width: calc(327 * var(--px));
  height: calc(295 * var(--px));
  overflow: hidden;
  border-radius: calc(308 * var(--px)) 0 0 calc(308 * var(--px));
}
.intro-portal-link-copy {
  position: absolute;
  top: calc(87 * var(--px));
  left: calc(10 * var(--px));
  width: calc(192 * var(--px));
  height: calc(349 * var(--px));
}
.intro-portal-link-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-portal-link-title {
  position: absolute;
  top: calc(32 * var(--px));
  left: calc(16 * var(--px));
  display: flex;
  gap: calc(0.5 * var(--rem));
  align-items: center;
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white);
}
.intro-portal-link-title::before {
  font-family: var(--font-oswald);
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  content: attr(data-index);
}
.intro-portal-link-desc {
  position: absolute;
  right: 0;
  bottom: calc(48 * var(--px));
  z-index: 1;
  display: flex;
  gap: calc(0.5 * var(--rem));
  align-items: center;
  padding: 0 calc(10 * var(--px)) 0 calc(5 * var(--px));
  color: var(--color-blue);
}
.intro-portal-link-desc-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
}
.intro-portal-link-desc-text {
  font-size: calc(1.125 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
}
.intro-portal-link-desc-arrow {
  flex-shrink: 0;
  width: calc(12 * var(--px));
  height: calc(7 * var(--px));
  transform: rotate(-45deg);
}

.about {
  position: relative;
  z-index: 1;
  background-color: var(--color-body);
}
.about-inner {
  width: 100%;
  padding: calc(32 * var(--px)) calc(16 * var(--px)) calc(2.5 * var(--rem));
  overflow: hidden;
}
.about-head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about-head-title {
  width: calc(305 * var(--px));
  height: calc(91 * var(--px));
  opacity: 0.25;
}
.about-body {
  margin-top: calc(16 * var(--px));
}
.about-thumb {
  width: 100%;
  height: 84.25vw;
}
.about-nav-list {
  display: flex;
  flex-direction: column;
}
.about-nav-list-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 * var(--px));
  align-items: flex-end;
  justify-content: space-between;
  padding: calc(2 * var(--rem)) 0 calc(2.375 * var(--rem));
}
.about-nav-list-link::before,
.about-nav-list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
}
.about-nav-list-link::before {
  background-color: #d0d0d0;
}
.about-nav-list-link::after {
  background-color: var(--color-blue);
  transform: scaleX(0);
}
.about-nav-list-link-title {
  display: flex;
  flex-direction: column;
  gap: calc(0.875 * var(--rem));
  color: var(--color-blue);
}
.about-nav-list-link-title-sub {
  font-family: var(--font-oswald);
  font-size: calc(0.75 * var(--rem));
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.about-nav-list-link-title-main {
  font-size: calc(1.25 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.about-nav-list-link-next {
  display: flex;
  gap: calc(8 * var(--px));
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.625 * var(--rem)) calc(10 * var(--px))
    calc(0.625 * var(--rem)) calc(16 * var(--px));
  margin: 0 0 0 auto;
  margin-bottom: calc(-6 * var(--px));
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 9999px;
}
.about-nav-list-link-next-text {
  font-size: calc(0.75 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-nav-list-link-next-arrow {
  width: calc(10 * var(--px));
  height: calc(7 * var(--px));
}
.about-nav-list-item:last-child .about-nav-list-link::before,
.about-nav-list-item:last-child .about-nav-list-link::after {
  display: none;
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    top: calc(99 * var(--px));
    padding: 0 calc(32 * var(--px));
  }
  .fv-fixed {
    position: fixed;
    right: 0;
    bottom: 11.46vh;
    z-index: var(--z-base);
    display: flex;
    flex-direction: column;
    gap: calc(6 * var(--px));
    align-items: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    transition: opacity 0.24s var(--ease-out-quart);
  }
  .fv-fixed-link {
    position: relative;
    z-index: 1;
    display: flex;
    gap: calc(8 * var(--px));
    align-items: center;
    padding: calc(0.3125 * var(--rem)) calc(18 * var(--px))
      calc(0.3125 * var(--rem)) calc(16 * var(--px));
    margin-right: calc(-6 * var(--px));
    color: var(--color-white);
    transition: transform 0.4s var(--ease-out-quart);
  }
  .fv-fixed-link[data-color='blue'] {
    --fixed-link-bg: var(--color-blue);
  }
  .fv-fixed-link[data-color='green'] {
    --fixed-link-bg: var(--color-green);
  }
  .fv-fixed-link-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--fixed-link-bg);
  }
  .fv-fixed-link-text {
    font-family: var(--font-oswald);
    font-size: calc(18 * var(--px));
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .fv-fixed-link-arrow {
    flex-shrink: 0;
    width: calc(12 * var(--px));
    height: calc(7 * var(--px));
  }
  .fv-fixed.is-hidden {
    opacity: 1;
  }
  .fv-fixed.is-hidden .fixed-link {
    transform: translateX(100%);
    transition-duration: 0.36s;
  }
  .fv-inner {
    height: 100vh;
    min-height: 0;
    min-height: initial;
    padding-top: calc(98 * var(--px));
  }
  .fv-video {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding-top: 0;
  }
  .fv-video-wrapper {
    grid-column: 4/38;
    width: 100%;
    height: 88.04vh;
    min-height: 0;
    min-height: initial;
    overflow: hidden;
    border-radius: calc(1000 * var(--px));
    -webkit-mask-image: none;
    mask-image: none;
  }
  .fv-video-button {
    top: auto;
    right: calc(12 * var(--px));
    bottom: 5.92vh;
  }
  .fv-video-button::before {
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
  }
  .fv-video-button-text {
    font-size: calc(1.25 * var(--rem));
  }
  .fv-video-button-icon {
    width: calc(20 * var(--px));
    height: calc(20 * var(--px));
  }
  .fv-video-button-icon-item[data-status='pause'] {
    top: calc(50% - 6 * var(--px) / 2);
    left: calc(50% - 6 * var(--px) / 2);
    width: calc(6 * var(--px));
    height: calc(6 * var(--px));
  }
  .fv-video-button-icon-item[data-status='play'] {
    top: calc(50% - 8 * var(--px) / 2);
    left: calc(50% - 8 * var(--px) / 2);
    width: calc(8 * var(--px));
    height: calc(8 * var(--px));
  }
  .fv-copy {
    top: auto;
    bottom: calc(7.625 * var(--rem));/*7.625*/
    left: calc(16 * var(--px));/*16*/
    width: 67vh;
    height: -moz-fit-content;
    height: fit-content;
  }
  .fv-copy-image {
    position: relative;
    z-index: 1;
    display: block;
    height: 9.45vh;
    overflow: hidden;
  }
  .fv-copy-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--color-body);
  }
  .fv-copy-image.--2 {
    width: 61.59vh;
    margin-top: -1px;
  }
  .fv-news {
    position: absolute;
    top: auto;
    bottom: calc(0.3125 * var(--rem));
    left: calc(36 * var(--px));
    clip-path: inset(0 0 1px 0);
  }
  .fv-news-headline {
    padding: 0;
    font-size: calc(1.25 * var(--rem));
    background-color: transparent;
  }
  .fv-news-body {
    width: calc(515 * var(--px));
    padding-right: 0;
  }
  .fv-news-slider-link {
    grid-template-columns: calc(5.625 * var(--rem)) 1fr;
    gap: calc(6 * var(--px));
    padding: 0 calc(39 * var(--px)) calc(0.125 * var(--rem)) 0;
  }
  .fv-news-slider-link-date {
    font-size: calc(1.125 * var(--rem));
  }
  .fv-news-slider-link-text {
    max-height: calc(70 * var(--px));
  }
  .fv-news-arrow {
    top: calc(5 * var(--px));
    right: calc(7 * var(--px));
  }
  .fv-news-arrow-button::before {
    left: calc(50% - 40 * var(--px) / 2);
    width: calc(40 * var(--px));
    height: calc(40 * var(--px));
  }
  .is-pointer-device .fv-news {
    bottom: calc(0.3125 * var(--rem));
  }
  .intro {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    background-color: var(--color-body);
  }
  .intro-inner {
    grid-column: 3/39;
    padding: calc(148 * var(--px)) 0 0;
  }
  .intro-head {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: calc(16 * var(--px));
    gap: calc(16 * var(--px));
  }
  .intro-head-title {
    position: relative;
    z-index: 1;
  }
  .intro-head-title-main {
    font-size: calc(3.5 * var(--rem));
  }
  .intro-head-en {
    width: 56.15vw;
    height: 22.55vw;
    margin: -10.47vw 0 0 auto;
  }
  .intro-body {
    margin-top: -7.83vw;
  }
  .intro-new {
    grid-template-columns: repeat(2, 43.92vw);
    gap: 2.05vw;
    justify-content: space-between;
  }
  .intro-new-link {
    height: 26.35vw;
  }
  .intro-new-link.--2 {
    margin-top: 11.71vw;
  }
  .intro-new-link-inner {
    gap: calc(1.5 * var(--rem));
    padding: calc(16 * var(--px));
  }
  .intro-new-link-title {
    font-size: calc(3.5 * var(--rem));
  }
  .intro-new-link-title::before {
    position: absolute;
    top: calc(-0.625 * var(--rem));
    left: -1em;
    font-size: calc(0.875 * var(--rem));
  }
  .intro-new-link-desc {
    gap: calc(8 * var(--px));
    padding: 0 calc(12 * var(--px)) 0 calc(5 * var(--px));
  }
  .intro-new-link-desc-text {
    font-size: calc(1.125 * var(--rem));
  }
  .intro-portal {
    margin: calc(93 * var(--px)) 0 0;
  }
  .intro-portal-link {
    height: 31.41vw;
  }
  .intro-portal-link-image {
    top: 3.22vw;
    right: auto;
    left: calc(50% - 27.93vw - 10px);
    width: 55.86vw;
    height: 25.55vw;
    border-radius: 21.52vw;
  }
  .intro-portal-link-copy {
    top: 2.78vw;
    left: 3.51vw;
    width: 13.91vw;
    height: 25.99vw;
  }
  .intro-portal-link-inner {
    position: absolute;
    top: 50%;
    right: calc(32 * var(--px));
    left: auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.9375 * var(--rem));
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(-50%);
  }
  .intro-portal-link-title {
    position: static;
    gap: calc(9 * var(--px));
    align-items: flex-start;
  }
  .intro-portal-link-desc {
    position: relative;
    right: auto;
    bottom: auto;
    gap: calc(8 * var(--px));
  }
  .intro-portal-link-desc-arrow {
    width: calc(10 * var(--px));
    height: calc(6 * var(--px));
  }
  .about {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .about-inner {
    grid-column: 3/39;
    padding: calc(106 * var(--px)) 0 calc(152 * var(--px));
    overflow: visible;
    overflow: initial;
  }
  .about-head-title {
    width: 55.71vw;
    height: 15.45vw;
    margin-right: -2.56vw;
  }
  .about-body {
    display: grid;
    grid-template-columns: 45.17vw 41.8vw;
    justify-content: space-between;
    margin-top: -5.71vw;
  }
  .about-thumb {
    position: relative;
    height: 38.21vw;
  }
  .about-thumb-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about-thumb-shutter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: var(--color-blue);
    opacity: 0;
  }
  .about-nav-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .about-nav-list-link {
    gap: calc(25 * var(--px));
    padding: calc(3.5 * var(--rem)) calc(40 * var(--px));
  }
  .about-nav-list-link-title {
    gap: calc(1 * var(--rem));
  }
  .about-nav-list-link-title-sub {
    font-size: calc(0.875 * var(--rem));
    font-weight: 500;
  }
  .about-nav-list-link-title-main {
    font-size: calc(1.5 * var(--rem));
  }
  .about-nav-list-link-next {
    padding: calc(0.625 * var(--rem)) calc(26 * var(--px))
      calc(0.625 * var(--rem)) calc(32 * var(--px));
    margin: 0 0 0 auto;
  }
  .about-nav-list-link-next-text {
    font-size: calc(0.875 * var(--rem));
  }
}
@media screen and (min-width: 1280px) {
  .header-fixed {
    display: none;
  }
}
@media (any-hover: hover) {
  .fv-fixed-link:hover {
    transform: translateX(calc(-6 * var(--px)));
    transition-duration: 0.24s;
  }
  .fv-video-button-icon {
    transition:
      color 0.4s var(--ease-out-quart),
      background-color 0.4s var(--ease-out-quart);
  }
  .fv-video-button:hover .fv-video-button-icon {
    color: var(--color-white);
    background-color: #aaa;
    transition-duration: 0.24s;
  }
  .fv-news-link {
    transition: color 0.48s var(--ease-out-quart);
  }
  .fv-news-link::after {
    transition: transform 0.48s var(--ease-out-quart);
  }
  .fv-news-link:hover {
    color: var(--color-white);
    transition-duration: 0.4s;
  }
  .fv-news-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-duration: 0.4s;
  }
  .intro-new-link {
    transition: border-radius 0.4s var(--ease-out-quart);
  }
  .intro-new-link:hover {
    border-radius: 18.3vw;
    transition-duration: 0.72s;
  }
  .intro-portal-link {
    clip-path: inset(0 0 0 0 round 0);
    transition: clip-path 0.24s var(--ease-out-quad);
  }
  .intro-portal-link:hover {
    clip-path: inset(0 0 0 0 round 4.69vw);
    transition-duration: 0.24s;
  }
  .about-nav-list-link::after {
    transform-origin: right;
    transition: transform 0.48s var(--ease-out-quart);
  }
  .about-nav-list-link-title-main {
    transition: transform 0.4s var(--ease-out-quart);
  }
  .about-nav-list-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-duration: 0.4s;
  }
  .about-nav-list-link:hover .about-nav-list-link-title-main {
    transform: translateX(calc(4 * var(--px)));
    transition-duration: 0.24s;
  }
}
