@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));
    padding: 0 calc(52 * var(--px));
  }
  .breadcrumb-list {
    background-color: transparent;
  }
  .breadcrumb-list-item {
    font-size: calc(0.8125 * var(--rem));
  }
  .breadcrumb-list-link-text {
    padding-bottom: 1px;
  }
}
.fv {
  position: relative;
  width: 100%;
  height: 100svh;
}
.fv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: clip;
}
.fv-image {
  width: 100%;
  height: max(850px, 113.33svh);
}
.fv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: max(750px, 100svh);
}
.fv-copy {
  position: absolute;
  top: 41.07svh;
  left: calc(50% - 45vw - 3px);
  display: grid;
  grid-template-columns: 1fr;
  width: min(420px, 90vw);
}
.fv-copy-text {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: min(57px, 12.25vw);
}
.fv-copy-text-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-text-inner {
  opacity: var(--init-opacity);
}
.fv-content {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--px));
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding: 0 calc(12 * var(--px)) calc(22 * var(--px));
}
.fv-job {
  position: relative;
  z-index: 1;
  width: min(150px, 148 * var(--px));
  height: min(150px, 148 * var(--px));
  color: var(--color-white);
}
.fv-job-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #67c5cf 14.91%, #00968d 91.35%);
  background: linear-gradient(
    150deg,
    #67c5cf 14.91%,
    var(--main-color-green, #00968d) 91.35%
  );
  border: solid 1px #0ca7a1;
  border-radius: 50%;
}
.fv-job-inner {
  display: flex;
  flex-direction: column;
  gap: calc(0.5625 * var(--rem));
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.fv-job-icon {
  width: calc(46 * var(--px));
  height: calc(32 * var(--px));
}
.fv-job-text {
  display: flex;
  flex-direction: column;
  gap: calc(0.125 * var(--rem));
  align-items: center;
  text-align: center;
}
.fv-job-text-ja {
  font-size: calc(16rem / 16);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.fv-job-text-en {
  font-family: var(--font-oswald);
  font-size: calc(10rem / 16);
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}
.fv-news {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: calc(20 * var(--px));
  gap: calc(20 * var(--px));
  width: 100%;
  padding: calc(0.875 * var(--rem)) calc(32 * var(--px))
    calc(0.625 * var(--rem)) calc(16 * var(--px));
  color: var(--color-blue);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: calc(8 * var(--px));
}
.fv-news-headline {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  font-family: var(--font-oswald);
  font-size: calc(13rem / 16);
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fv-news-headline::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: currentcolor;
}
.fv-news-slider-item {
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
}
.fv-news-slider-link {
  display: flex;
  flex-direction: column;
  gap: calc(4rem / 16);
  max-height: calc(40 * var(--px));
}
.fv-news-slider-link-text {
  font-size: calc(13rem / 16);
  font-weight: 500;
  line-height: 1.5;
}
.fv-news-slider-link-date {
  font-family: var(--font-oswald);
  font-size: calc(10rem / 16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.fv-news-arrow {
  position: absolute;
  top: calc(50% - 18 * var(--px) / 2);
  right: calc(15 * var(--px));
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--px));
  height: -moz-fit-content;
  height: fit-content;
}
.fv-news-arrow-button {
  width: 8px;
  height: 7px;
}
.fv-news-arrow-button::before {
  position: absolute;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  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;
}

.main-content {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  background-color: var(--color-body);
  border-radius: calc(16 * var(--px)) calc(16 * var(--px)) 0 0;
}

.banner {
  overflow: hidden;
  background-color: #e0e0e0;
  border-radius: calc(16 * var(--px)) calc(16 * var(--px)) 0 0;
}
.banner-inner {
  padding: calc(80 * var(--px)) calc(12 * var(--px));
}
.banner-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(24 * var(--px));
  gap: calc(24 * var(--px));
}
.banner-list-link {
  position: relative;
}
.banner-list-link-bg {
  width: 100%;
  height: calc(205 * var(--px));
  overflow: hidden;
  border-radius: calc(8 * var(--px)) calc(8 * var(--px)) 0 0;
}
.banner-list-link-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.banner-list-link-head {
  display: flex;
  gap: calc(8 * var(--px));
  padding: calc(8 * var(--px)) 0 0 calc(8 * var(--px));
  color: var(--color-blue);
}
.banner-list-link-head.--white {
  color: var(--color-white);
}
.banner-list-link-head-en {
  padding-top: calc(0.3125 * var(--rem));
  font-family: var(--font-oswald);
  font-size: calc(0.625 * var(--rem));
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}
.banner-list-link-head-ja {
  font-size: calc(1.5 * var(--rem));
  font-weight: 700;
  line-height: 1.4;
}
.banner-list-link-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: calc(0.5 * var(--rem)) calc(16 * var(--px));
  color: var(--color-white);
  background: var(--gradation-blue);
}
.banner-list-link-page-text {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.banner-list-link-page-arrow {
  width: calc(7 * var(--px));
  height: calc(11 * var(--px));
  margin-right: calc(-1 * var(--px));
  margin-bottom: calc(1 * var(--px));
}
.banner-list-link-page-blank {
  width: calc(20 * var(--px));
  height: calc(15 * var(--px));
  margin-right: calc(-1 * var(--px));
  margin-bottom: calc(1 * var(--px));
}

.recruitment-inner {
  padding: calc(3 * var(--rem)) calc(12 * var(--px)) calc(48 * var(--px));
}
.recruitment-head {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--rem));
}
.recruitment-head-ja {
  display: flex;
  flex-direction: column;
  font-family: var(--font-shippori-antique);
  font-size: calc(2 * var(--rem));
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-blue);
}
.recruitment-head-en {
  font-family: var(--font-oswald);
  font-size: calc(0.625 * var(--rem));
  font-weight: 600;
  line-height: 1.5;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.recruitment-body {
  width: 100%;
  margin-top: calc(1.5 * var(--rem));
}
.recruitment-nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(8 * var(--px));
  gap: calc(8 * var(--px));
  width: 100%;
}
.recruitment-nav-link {
  position: relative;
  width: 100%;
  height: 54.25vw;
}
.recruitment-nav-link-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: calc(16 * var(--px)) calc(16 * var(--px)) 0 0;
}
.recruitment-nav-link-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: calc(8 * var(--px));
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: calc(0.5 * var(--rem)) calc(16 * var(--px)) calc(0.6875 * var(--rem));
  color: var(--color-white);
  background: var(--gradation-blue);
}
.recruitment-nav-link-head {
  display: flex;
  gap: calc(12 * var(--px));
  align-items: center;
}
.recruitment-nav-link-head-index {
  font-family: var(--font-oswald);
  font-size: calc(1 * var(--rem));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
.recruitment-nav-link-head-title {
  font-size: calc(0.875 * var(--rem));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.recruitment-nav-link-arrow {
  width: calc(7 * var(--px));
  height: calc(11 * var(--px));
}
.recruitment-nav-flow {
  position: relative;
  grid-row: 1;
  grid-column: 2;
}
.recruitment-nav-flow-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--gradation-green);
  border: solid 1px #0ca7a1;
  border-radius: calc(8 * var(--px)) calc(8 * var(--px)) 0 0;
}
.recruitment-nav-flow-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(179deg, #5dc3ce 0.45%, #00968d 98.88%);
  background: linear-gradient(
    var(--gradation-deg, 179deg),
    #5dc3ce 0.45%,
    #00968d 98.88%
  );
  border-radius: calc(8 * var(--px)) calc(8 * var(--px)) 0 0;
  opacity: 0;
}
.recruitment-nav-flow-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: calc(23 * var(--px));
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: calc(8 * var(--px)) calc(8 * var(--px)) calc(29 * var(--px));
}
.recruitment-nav-flow-content {
  display: flex;
  flex-direction: column;
  gap: calc(0.5625 * var(--rem));
  align-items: center;
}
.recruitment-nav-flow-icon {
  width: calc(57 * var(--px));
  height: calc(40 * var(--px));
}
.recruitment-nav-flow-head {
  display: flex;
  flex-direction: column;
  gap: calc(0.125 * var(--rem));
  align-items: center;
  color: var(--color-white);
}
.recruitment-nav-flow-head-ja {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.recruitment-nav-flow-head-en {
  font-family: var(--font-oswald);
  font-size: calc(0.625 * var(--rem));
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}
.recruitment-nav-flow-arrow {
  width: calc(7 * var(--px));
  height: calc(11 * var(--px));
}

.environment {
  background-color: #dfdfdf;
}
.environment-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 72.5vw;
  grid-gap: calc(9 * var(--px));
  gap: calc(9 * var(--px));
  padding: calc(2 * var(--rem)) calc(16 * var(--px)) calc(4.5 * var(--rem));
}
.environment-head {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--px));
}
.environment-head-en {
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font-oswald);
  font-size: calc(0.625 * var(--rem));
  font-weight: 600;
  line-height: 1.5;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.environment-head-ja {
  position: sticky;
  top: 118px;
  left: 0;
  font-family: var(--font-shippori-antique);
  font-size: calc(2 * var(--rem));
  font-weight: 400;
  line-height: 1.08;
  color: var(--color-blue);
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
}
.environment-nav {
  margin-top: calc(48 * var(--px));
}
.environment-nav-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(48 * var(--px));
  gap: calc(48 * var(--px));
}
.environment-nav-list-link {
  position: relative;
  overflow: hidden;
  border-radius: 0 calc(8 * var(--px)) 0 0;
}
.environment-nav-list-link-bg {
  width: 100%;
  height: 56vw;
}
.environment-nav-list-link-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 calc(6 * var(--px)) calc(12 * var(--px)) 0;
}
.environment-nav-list-link-title {
  display: flex;
  gap: calc(8 * var(--px));
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.625 * var(--rem)) calc(18 * var(--px))
    calc(0.625 * var(--rem)) calc(12 * var(--px));
  font-family: var(--font-oswald);
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: #dfdfdf;
  border-radius: 0 0 calc(8 * var(--px));
}
.environment-nav-list-link-page {
  display: flex;
  gap: calc(8 * var(--px));
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: calc(0.5 * var(--rem)) calc(16 * var(--px));
  color: var(--color-white);
  background: var(--gradation-blue);
}
.environment-nav-list-link-page-text {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.environment-nav-list-link-page-arrow {
  width: calc(7 * var(--px));
  height: calc(11 * var(--px));
  margin-right: calc(-1 * var(--px));
  margin-bottom: calc(1 * var(--px));
}

.interview {
  position: relative;
  z-index: 1;
  color: var(--color-white);
}
.interview-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.interview-inner {
  display: flex;
  flex-direction: column;
  gap: calc(3.5 * var(--rem));
  padding: calc(3.5 * var(--rem)) calc(16 * var(--px)) calc(4.6875 * var(--rem));
}
.interview-head {
  display: flex;
  gap: calc(24 * var(--px));
  align-items: center;
}
.interview-head-en {
  font-family: var(--font-oswald);
  font-size: calc(0.625 * var(--rem));
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.interview-head-ja {
  font-family: var(--font-shippori-antique);
  font-size: calc(2 * var(--rem));
  font-weight: 400;
  line-height: 1.08;
}
.interview-nav-list {
  display: flex;
  flex-direction: column;
  gap: calc(4.25 * var(--rem));
}
.interview-nav-list-link-head {
  position: relative;
  width: 100%;
  height: 69.25vw;
  overflow: hidden;
  border-radius: 0 calc(32 * var(--px)) 0 0;
}
.interview-nav-list-link-head-headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: calc(0.625 * var(--rem)) calc(18 * var(--px))
    calc(0.625 * var(--rem)) calc(12 * var(--px));
  font-family: var(--font-oswald);
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0 0 calc(8 * var(--px));
}
.interview-nav-list-link-head-headline.--1 {
  background-color: #166599;
}
.interview-nav-list-link-head-headline.--2 {
  background-color: var(--color-green);
}
.interview-nav-list-link-head-image {
  width: 100%;
  height: 100%;
}
.interview-nav-list-link-page {
  display: flex;
  gap: calc(12 * var(--px));
  align-items: center;
  padding: calc(0.5 * var(--rem)) 0 0 calc(4 * var(--px));
}
.interview-nav-list-link-page-text {
  font-size: calc(0.875 * var(--rem));
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-body);
  letter-spacing: 0.06em;
}
.interview-nav-list-link-page-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(20 * var(--px));
  height: calc(20 * var(--px));
  color: var(--color-blue);
}
.interview-nav-list-link-page-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--color-white);
  border-radius: 50%;
}
.interview-nav-list-link-page-icon-arrow {
  width: calc(10 * var(--px));
  height: calc(11 * var(--px));
}

@media screen and (max-width: 400px) {
  .fv-image {
    height: 113.33vh;
  }
  .fv-body {
    height: 100vh;
    min-height: 100vh;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumb {
    top: calc(99 * var(--px));
    padding: 0 calc(32 * var(--px));
  }
  .fv-image {
    height: 110.53vh;
  }
  .fv-body {
    height: 100vh;
    min-height: 0;
    min-height: initial;
  }
  .fv-copy {
    top: auto;
    bottom: 41px;
    left: 5.56vw;
    width: max(480px, 38.73vw);
  }
  .fv-copy-text {
    height: max(65px, 5.27vw);
  }
  .fv-content {
    gap: calc(24 * var(--px));
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .fv-job {
    right: calc(32 * var(--px));
    width: calc(150 * var(--px));
    height: calc(150 * var(--px));
  }
  .fv-job-text-ja {
    font-size: calc(1 * var(--rem));
  }
  .fv-job-text-en {
    font-size: calc(0.625 * var(--rem));
  }
  .fv-news {
    gap: calc(24 * var(--px));
    align-items: center;
    width: 31.04vw;
    padding: calc(1 * var(--rem)) calc(36 * var(--px)) calc(1 * var(--rem))
      calc(24 * var(--px));
    border-radius: calc(6 * var(--px)) 0 0;
  }
  .fv-news-headline {
    font-size: calc(1 * var(--rem));
  }
  .fv-news-slider-link {
    max-height: calc(2.875 * var(--rem));
  }
  .fv-news-slider-link-text {
    font-size: calc(0.9375 * var(--rem));
  }
  .fv-news-slider-link-date {
    font-size: calc(0.75 * var(--rem));
  }
  .main-content {
    border-radius: calc(32 * var(--px)) calc(32 * var(--px)) 0 0;
  }
  .banner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    border-radius: calc(32 * var(--px)) calc(32 * var(--px)) 0 0;
  }
  .banner-inner {
    grid-column: 3/39;
    padding: calc(192 * var(--px)) 0 calc(80 * var(--px));
  }
  .banner-list {
    grid-template-columns: repeat(2, 43.85vw);
    gap: initial;
    -moz-column-gap: 2.34vw;
    column-gap: 2.34vw;
    justify-content: space-between;
  }
  .banner-list-link-bg {
    height: 23.87vw;
    border-radius: calc(16 * var(--px)) calc(16 * var(--px)) 0 0;
  }
  .banner-list-link-head {
    gap: calc(10 * var(--px));
    padding: calc(17 * var(--px)) 0 0 calc(16 * var(--px));
  }
  .banner-list-link-head-en {
    padding-top: calc(0.375 * var(--rem));
  }
  .banner-list-link-head-ja {
    font-size: calc(1.25 * var(--rem));
  }
  .banner-list-link-page {
    padding: calc(0.9375 * var(--rem)) calc(14 * var(--px))
      calc(0.75 * var(--rem));
  }
  .banner-list-link-page-text {
    letter-spacing: 0.06em;
  }
  .banner-list-link-page-arrow {
    margin-right: calc(-2 * var(--px));
    margin-bottom: calc(2 * var(--px));
  }
  .recruitment {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .recruitment-inner {
    grid-column: 3/39;
    padding: calc(5 * var(--rem)) 0 calc(80 * var(--px));
  }
  .recruitment-head-en {
    display: flex;
    flex-direction: column;
    font-size: calc(0.8125 * var(--rem));
  }
  .recruitment-body {
    margin-top: calc(3.75 * var(--rem));
  }
  .recruitment-nav {
    grid-template-columns: repeat(2, 43.85vw);
    -moz-column-gap: 2.34vw;
    column-gap: 2.34vw;
  }
  .recruitment-nav-link {
    height: 100%;
  }
  .recruitment-nav-link-bg {
    border-radius: calc(16 * var(--px)) calc(16 * var(--px)) 0 0;
  }
  .recruitment-nav-link-inner {
    padding: calc(1 * var(--rem)) calc(16 * var(--px));
  }
  .recruitment-nav-link-head-index {
    font-size: calc(1.125 * var(--rem));
  }
  .recruitment-nav-link-head-title {
    font-size: calc(1 * var(--rem));
  }
  .environment {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .environment-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(36, 1fr);
    grid-column: 3/39;
    grid-gap: 0;
    gap: 0;
    padding: calc(80 * var(--px)) 0;
  }
  .environment-head {
    position: static;
    grid-column: 1/3;
    gap: calc(2.5 * var(--rem));
  }
  .environment-head-en {
    display: flex;
    flex-direction: column;
    font-size: calc(0.8125 * var(--rem));
  }
  .environment-head-ja {
    position: static;
  }
  .environment-body {
    grid-column: 4/37;
  }
  .environment-nav {
    margin-top: 0;
  }
  .environment-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(8 * var(--px));
    gap: calc(8 * var(--px));
  }
  .environment-nav-list-link {
    border-radius: 0 calc(16 * var(--px)) 0 0;
  }
  .environment-nav-list-link-bg {
    height: 41.73vw;
  }
  .environment-nav-list-link-inner {
    padding: 0;
  }
  .environment-nav-list-link-title {
    border-radius: 0 0 calc(16 * var(--px));
  }
  .environment-nav-list-link-page {
    padding: calc(1 * var(--rem)) calc(16 * var(--px));
  }
  .environment-nav-list-link-page-text {
    font-size: calc(1 * var(--rem));
  }
  .interview {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .interview-inner {
    grid-column: 3/39;
    gap: calc(3 * var(--rem));
    padding: calc(5 * var(--rem)) 0 calc(140 * var(--px));
  }
  .interview-head-en {
    font-size: calc(0.8125 * var(--rem));
  }
  .interview-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 43.85vw);
    grid-gap: initial;
    gap: initial;
    justify-content: space-between;
  }
  .interview-nav-list-link-head {
    height: 39.09vw;
    border-radius: 0 calc(56 * var(--px)) 0 0;
  }
  .interview-nav-list-link-head-headline {
    border-radius: 0 0 calc(16 * var(--px));
  }
  .interview-nav-list-link-page {
    gap: calc(32 * var(--px));
    padding: calc(1.0625 * var(--rem)) calc(8 * var(--px)) 0;
  }
  .interview-nav-list-link-page-text {
    font-size: calc(1.25 * var(--rem));
    font-weight: 700;
  }
  .interview-nav-list-link-page-icon {
    width: calc(32 * var(--px));
    height: calc(32 * var(--px));
  }
}
@media screen and (min-width: 1280px) {
  .header-fixed {
    display: none;
  }
}
@media (any-hover: hover) {
  .fv-job-bg {
    transition: transform 0.48s var(--ease-out-quart);
  }
  .fv-job:hover .fv-job-bg {
    transform: scale(1.06);
    transition-duration: 0.4s;
  }
  .recruitment-nav-flow-bg::before {
    transition: opacity 0.4s var(--ease-out-quad);
  }
  .recruitment-nav-flow:hover .recruitment-nav-flow-bg::before {
    opacity: 1;
    transition-duration: 0.24s;
  }
  .interview-nav-list-link-page-icon::before {
    transition: transform 0.4s var(--ease-out-quart);
  }
  .interview-nav-list-link:hover .interview-nav-list-link-page-icon::before {
    transform: scale(1.2);
    transition-duration: 0.24s;
  }
}
