@charset "UTF-8";
/* ==========================================================================
TOPページ
========================================================================== */
/* ==================================
TOP共通パーツ
================================== */
.front-page .section-title {
  line-height: 1.5;
}

.front-page .section-title .ja {
  letter-spacing: 0.12em;
  display: block;
  font-size: 26px;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .front-page .section-title .ja {
    font-size: 1.8055555556vw;
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 959px) {
  .front-page .section-title .ja {
    font-size: 17px;
  }
}
.front-page .section-title .ja .vertical {
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
@media (max-width: 959px) {
  .front-page .section-title .ja .vertical {
    writing-mode: initial;
  }
}

.front-page .section-title .en {
  line-height: 1.21875;
  letter-spacing: 0.02em;
  font-size: 60px;
}
@media (max-width: 1440px) {
  .front-page .section-title .en {
    font-size: 4.4444444444vw;
  }
}
@media (max-width: 959px) {
  .front-page .section-title .en {
    font-size: 29px;
  }
}

.top-section {
  display: flex;
}
@media (max-width: 959px) {
  .top-section {
    flex-direction: column;
  }
}
.top-section .section-head-inner {
  min-width: 200px;
  max-width: 200px;
  padding: 40px;
}
@media (max-width: 1440px) {
  .top-section .section-head-inner {
    min-width: 13.8888888889vw;
    max-width: 13.8888888889vw;
    padding: 2.7777777778vw;
  }
}
@media (max-width: 959px) {
  .top-section .section-head-inner {
    min-width: initial;
    max-width: 100%;
    padding: 20px;
  }
}
.top-section .section-title {
  display: flex;
}
@media (max-width: 959px) {
  .top-section .section-title {
    flex-direction: column-reverse;
  }
}
.top-section .section-title .en {
  writing-mode: vertical-rl;
}
@media (max-width: 959px) {
  .top-section .section-title .en {
    writing-mode: initial;
    margin-top: 0;
  }
}

.top-section-content {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 959px) {
  .top-section-content {
    display: flex;
    flex-direction: column;
  }
  .top-section-content.border-height--left::before {
    height: 1px;
    width: 100%;
    transition: width 0.5s cubic-bezier(0, 0, 0, 1.02);
  }
}

/* ==================================
MV
================================== */
.front-page section {
  background: #fff;
  position: relative;
}

.front-page .mv {
  width: 100%;
  height: 125vh !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 959px) {
  .front-page .mv {
    height: 100vh !important;
  }
}

.front-page .mv img {
  width: 100%;
  object-fit: cover;
}

.switch-img {
  position: relative;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.switch-img.is-loaded {
  visibility: visible;
}

.switch-img_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 100ms;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.switch-img_item.switch-img_svg picture {
  opacity: 0;
}
.switch-img_item.switch-img_svg picture image {
  position: relative;
  z-index: 5 !important;
}
.switch-img_item.switch-img_svg.is-current picture {
  opacity: 1;
}
.switch-img_item picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch-img_item img {
  width: 100%;
}
.switch-img_item:nth-child(1) img {
  max-width: 211px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(1) img {
    max-width: 92px;
  }
}
.switch-img_item:nth-child(2) img {
  max-width: 87px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(2) img {
    max-width: 63px;
  }
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(2) picture {
    justify-content: flex-start;
  }
}
.switch-img_item:nth-child(3) img {
  max-width: 198px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(3) img {
    max-width: 143px;
  }
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(3) picture {
    justify-content: flex-start;
  }
}
.switch-img_item:nth-child(4) img {
  max-width: 295px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(4) img {
    max-width: 214px;
  }
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(4) picture {
    justify-content: flex-start;
  }
}
.switch-img_item:nth-child(5) img {
  max-width: 402px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(5) img {
    max-width: 291px;
  }
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(5) picture {
    justify-content: flex-start;
  }
}
.switch-img_item:nth-child(6) img {
  max-width: 535px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(6) img {
    max-width: 387px;
  }
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(6) picture {
    justify-content: flex-start;
  }
}
.switch-img_item:nth-child(7) img {
  max-width: 86px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(7) img {
    max-width: 44px;
  }
}
.switch-img_item:nth-child(8) img {
  max-width: 216px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(8) img {
    max-width: 44px;
  }
}
.switch-img_item:nth-child(9) img {
  max-width: 317px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(9) img {
    max-width: 44px;
  }
}
.switch-img_item:nth-child(10) img {
  max-width: 385px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(10) img {
    max-width: 44px;
  }
}
.switch-img_item:nth-child(11) img {
  max-width: 548px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(11) img {
    max-width: 44px;
  }
}
.switch-img_item:nth-child(12) img {
  max-width: 668px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(12) img {
    max-width: 44px;
  }
}
.switch-img_item:nth-child(13), .switch-img_item:nth-child(14), .switch-img_item:nth-child(15), .switch-img_item:nth-child(16), .switch-img_item:nth-child(17), .switch-img_item:nth-child(18), .switch-img_item:nth-child(19), .switch-img_item:nth-child(20), .switch-img_item:nth-child(21), .switch-img_item:nth-child(22), .switch-img_item:nth-child(23), .switch-img_item:nth-child(24) {
  mix-blend-mode: multiply;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(13) img, .switch-img_item:nth-child(14) img, .switch-img_item:nth-child(15) img, .switch-img_item:nth-child(16) img, .switch-img_item:nth-child(17) img, .switch-img_item:nth-child(18) img, .switch-img_item:nth-child(19) img, .switch-img_item:nth-child(20) img, .switch-img_item:nth-child(21) img, .switch-img_item:nth-child(22) img, .switch-img_item:nth-child(23) img, .switch-img_item:nth-child(24) img {
    height: 100vh;
  }
}
.switch-img_item:nth-child(25) img {
  max-width: 95px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(25) img {
    max-width: 36px;
  }
}
.switch-img_item:nth-child(26) img {
  max-width: 215px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(26) img {
    max-width: 82px;
  }
}
.switch-img_item:nth-child(27) img {
  max-width: 321px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(27) img {
    max-width: 123px;
  }
}
.switch-img_item:nth-child(28) img {
  max-width: 437px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(28) img {
    max-width: 168px;
  }
}
.switch-img_item:nth-child(29) img {
  max-width: 581px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(29) img {
    max-width: 224px;
  }
}
.switch-img_item:nth-child(30) img {
  max-width: 211px;
}
@media (max-width: 959px) {
  .switch-img_item:nth-child(30) img {
    max-width: 131px;
  }
}

.switch-img_item:not(.switch-img_svg) img {
  height: 125vh;
}

.switch-img_overlay {
  width: 170%;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: -50%;
  left: -30%;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 959px) {
  .switch-img_overlay {
    width: auto;
    height: 200%;
  }
}
.switch-img_overlay .overlay_img {
  width: 100% !important;
  height: 100% !important;
  animation: rotate-bg 360s linear infinite;
}
.switch-img_overlay .overlay_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}
@keyframes rotate-bg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.switch-img_item.zoom-effect,
.switch-img_item.fade-effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.switch-img_item.zoom-effect.is-current,
.switch-img_item.fade-effect.is-current {
  z-index: 3;
}

.front-page .mv-scroll {
  position: absolute;
  bottom: 0px;
  writing-mode: vertical-rl;
  line-height: 1.2425;
  letter-spacing: 0.06em;
  left: 24px;
  font-size: 16px;
  padding-bottom: 56px;
  padding-right: 14px;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 1440px) {
  .front-page .mv-scroll {
    left: 1.6666666667vw;
    font-size: 1.1111111111vw;
    padding-bottom: 3.8888888889vw;
    padding-right: 0.9722222222vw;
  }
}
@media (max-width: 959px) {
  .front-page .mv-scroll {
    left: 20px;
    font-size: 12px;
    padding-bottom: 40px;
    padding-right: 10px;
  }
}
.front-page .mv-scroll::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: "";
  animation: pathmove 2s ease-in infinite;
  background: #053c7e;
}

/* scrollのアニメーション */
@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==================================
be-conspicuous
================================== */
.be-conspicuous {
  display: flex;
}

.be-conspicuous-inner {
  padding: 100px 80px;
}
@media (max-width: 1440px) {
  .be-conspicuous-inner {
    padding: 6.9444444444vw 5.5555555556vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-inner {
    padding: 40px 20px;
  }
}

.front-page .be-conspicuous-title .ja {
  font-size: 86px;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .front-page .be-conspicuous-title .ja {
    font-size: 5.9722222222vw;
  }
}
@media (max-width: 959px) {
  .front-page .be-conspicuous-title .ja {
    font-size: 42px;
  }
}

.front-page .be-conspicuous-title .en {
  letter-spacing: 0.12em;
  font-size: 22px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .front-page .be-conspicuous-title .en {
    font-size: 1.5277777778vw;
    margin-top: 0.6944444444vw;
  }
}
@media (max-width: 959px) {
  .front-page .be-conspicuous-title .en {
    font-size: 14px;
  }
}

.be-conspicuous-text {
  line-height: 2.25;
  letter-spacing: 0.12em;
  font-size: 24px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .be-conspicuous-text {
    font-size: 1.6666666667vw;
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-text {
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: 0.1em;
  }
}

.be-conspicuous-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .be-conspicuous-right {
    min-width: 6.9444444444vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-right {
    min-width: 50px;
  }
}

.be-conspicuous-right-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.579;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .be-conspicuous-right-text {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-right-text {
    font-size: 12px;
  }
}

/* ==================================
共通スライダー
================================== */
@media (max-width: 959px) {
  .swiper-interview,
  .swiper-business {
    order: 2;
  }
}

.swiper-controls {
  display: flex;
  justify-content: space-between;
  height: 87px;
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .swiper-controls {
    height: 6.0416666667vw;
    padding-right: 1.7361111111vw;
  }
}
@media (max-width: 959px) {
  .swiper-controls {
    background: #053c7e;
    height: 50px;
    padding-right: 20px;
    order: 1;
  }
}

.swiper-pagination {
  position: relative;
  width: 365px;
  border-right: 2px solid #053c7e;
}
@media (max-width: 1440px) {
  .swiper-pagination {
    width: 25.3472222222vw;
  }
}
@media (max-width: 959px) {
  .swiper-pagination {
    width: 188px;
    border-right: 1px solid #fff;
    font-size: 14px;
  }
}

.top-business .swiper-pagination {
  width: 175px;
}
@media (max-width: 1440px) {
  .top-business .swiper-pagination {
    width: 12.1527777778vw;
  }
}
@media (max-width: 959px) {
  .top-business .swiper-pagination {
    width: 100px;
  }
}

.swiper-pagination-fraction {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 188px;
  margin: 0 88px;
  border-right: 2px solid #053c7e;
  border-left: 2px solid #053c7e;
}
@media (max-width: 1440px) {
  .swiper-pagination-fraction {
    width: 13.0555555556vw;
    margin: 0 6.1111111111vw;
  }
}
@media (max-width: 959px) {
  .swiper-pagination-fraction {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    width: 88px;
    margin: 0 50px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 100;
  background: url("./img/common/btn-arrow-blue.svg") no-repeat center center/34px 20px;
  width: 34px;
  padding: 43px;
  margin-top: -43px;
}
@media (max-width: 1440px) {
  .swiper-button-next,
  .swiper-button-prev {
    background: url("./img/common/btn-arrow-blue.svg") no-repeat center center/2.3611111111vw 1.3888888889vw;
    width: 2.3611111111vw;
    padding: 2.9861111111vw;
    margin-top: -2.9861111111vw;
  }
}
@media (max-width: 959px) {
  .swiper-button-next,
  .swiper-button-prev {
    background: url("./img/common/btn-arrow.svg") no-repeat center center/17px 10px;
    width: 17px;
    padding: 25px;
    margin-top: -25px;
  }
}
@media (hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
}

.swiper-button-prev {
  left: 0px;
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 0px;
  border-left: 2px solid #053c7e;
}
@media (max-width: 959px) {
  .swiper-button-next {
    border-left: 1px solid #fff;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-slide {
  height: 36vw;
  width: 29vw;
}
@media (max-width: 1440px) {
  .swiper-slide {
    height: 38.8888888889vw;
    width: 29.1666666667vw;
  }
}
@media (max-width: 959px) {
  .swiper-slide {
    height: 360px;
    max-width: 420px;
  }
}

.swiper-slide2 {
  height: 560px;
  max-width: 50vw;
  width: 100%;
}
@media (max-width: 1440px) {
  .swiper-slide2 {
    height: 38.8888888889vw;
  }
}
@media (max-width: 959px) {
  .swiper-slide2 {
    height: 360px;
  }
}

.swiper-slide-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .swiper-slide-link:hover .btn-arrow::before,
  .swiper-slide-link:hover .btn-arrow::after {
    transform: translateX(120%);
  }
}

.swiper-slide-link .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .swiper-slide-link .btn {
    margin-right: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 959px) {
  .swiper-slide-link .btn {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.swiper-slide-link.fadein {
  transition: transform 0.3s, opacity 0.5s ease-in-out 0.7s;
}

.swiper-controls-btn {
  display: inline-flex;
}
.swiper-controls-btn .btn {
  color: #053c7e;
}
@media (max-width: 959px) {
  .swiper-controls-btn .btn {
    color: #fff;
  }
  .swiper-controls-btn .btn .btn-circle {
    border: 2px solid #fff;
  }
  .swiper-controls-btn .btn .btn-circle .btn-arrow::before, .swiper-controls-btn .btn .btn-circle .btn-arrow::after {
    background: url("./img/common/btn-arrow.svg") no-repeat center;
  }
}

/* ==================================
BUSINESS FIELD
================================== */
@media (max-width: 959px) {
  .top-business .top-section-content.border-height--left::before {
    content: none;
  }
}

.business-text {
  letter-spacing: 0.01em;
  line-height: 1.7727272727;
  font-family: "kinto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
@media (max-width: 1440px) {
  .business-text {
    font-size: 1.5277777778vw;
  }
}
@media (max-width: 959px) {
  .business-text {
    font-size: 14px;
    max-width: 100%;
  }
  .business-text .inner {
    padding: 0 20px 20px;
  }
}

.business-btn {
  display: inline-flex;
}

.business-slide-item:last-child {
  border-right: none;
}

.business-slide-item .swiper-slide-link {
  position: relative;
}

.business-slide-title {
  position: relative;
  padding: 20px 15px;
}
@media (max-width: 1440px) {
  .business-slide-title {
    padding: 1.3888888889vw 1.0416666667vw;
  }
}
@media (max-width: 959px) {
  .business-slide-title {
    padding: 15px;
  }
}

.business-slide-title .en {
  color: #fff;
  line-height: 1.0056097561;
  letter-spacing: 0.01em;
  font-size: 33px;
}
@media (max-width: 1440px) {
  .business-slide-title .en {
    font-size: 2.2916666667vw;
  }
}
@media (max-width: 959px) {
  .business-slide-title .en {
    font-size: 22px;
    line-height: 1;
  }
}

.business-slide-title .jp {
  line-height: 1.3333333333;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  font-size: 24px;
  right: 15px;
  top: 20px;
}
@media (max-width: 1440px) {
  .business-slide-title .jp {
    font-size: 1.6666666667vw;
    right: 1.0416666667vw;
    top: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .business-slide-title .jp {
    font-size: 15px;
    right: 15px;
    top: 15px;
  }
}

.business-slide-img {
  text-align: center;
  margin-top: 65px;
}
@media (max-width: 1440px) {
  .business-slide-img {
    margin-top: 4.5138888889vw;
  }
}
.business-slide-img img {
  width: 100%;
}

.business-slide-img.materials {
  margin-top: 65px;
}
@media (max-width: 1440px) {
  .business-slide-img.materials {
    margin-top: 4.5138888889vw;
  }
}
.business-slide-img.materials img {
  max-width: 176px;
}
@media (max-width: 1440px) {
  .business-slide-img.materials img {
    max-width: 12.2222222222vw;
  }
}
@media (max-width: 959px) {
  .business-slide-img.materials img {
    max-width: 115px;
  }
}

.business-slide-img.construction {
  margin-top: 90px;
}
@media (max-width: 1440px) {
  .business-slide-img.construction {
    margin-top: 6.25vw;
  }
}
.business-slide-img.construction img {
  max-width: 202px;
}
@media (max-width: 1440px) {
  .business-slide-img.construction img {
    max-width: 14.0277777778vw;
  }
}
@media (max-width: 959px) {
  .business-slide-img.construction img {
    max-width: 130px;
  }
}

.business-slide-img.plastic {
  margin-top: 150px;
}
@media (max-width: 1440px) {
  .business-slide-img.plastic {
    margin-top: 10.4166666667vw;
  }
}
.business-slide-img.plastic img {
  max-width: 260px;
}
@media (max-width: 1440px) {
  .business-slide-img.plastic img {
    max-width: 18.0555555556vw;
  }
}
@media (max-width: 959px) {
  .business-slide-img.plastic img {
    max-width: 182px;
  }
}

.business-slide-img.plant {
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .business-slide-img.plant {
    margin-top: 0.6944444444vw;
  }
}
.business-slide-img.plant img {
  max-width: 255px;
}
@media (max-width: 1440px) {
  .business-slide-img.plant img {
    max-width: 15.1388888889vw;
  }
}
@media (max-width: 959px) {
  .business-slide-img.plant img {
    max-width: 133px;
  }
}

.business-slide-img.valve {
  margin-top: 90px;
}
@media (max-width: 1440px) {
  .business-slide-img.valve {
    margin-top: 6.25vw;
  }
}
.business-slide-img.valve img {
  max-width: 164px;
}
@media (max-width: 1440px) {
  .business-slide-img.valve img {
    max-width: 11.3888888889vw;
  }
}
@media (max-width: 959px) {
  .business-slide-img.valve img {
    max-width: 103px;
  }
}

.business-slide-img.pipe {
  margin-top: 130px;
}
@media (max-width: 1440px) {
  .business-slide-img.pipe {
    margin-top: 9.0277777778vw;
  }
}
.business-slide-img.pipe img {
  max-width: 253px;
}
@media (max-width: 1440px) {
  .business-slide-img.pipe img {
    max-width: 17.5694444444vw;
  }
}
@media (max-width: 959px) {
  .business-slide-img.pipe img {
    max-width: 160px;
  }
}

.business-slide-img.tech {
  margin-top: 90px;
}
@media (max-width: 1440px) {
  .business-slide-img.tech {
    margin-top: 6.25vw;
  }
}
.business-slide-img.tech img {
  max-width: 173px;
}
@media (max-width: 1440px) {
  .business-slide-img.tech img {
    max-width: 12.0138888889vw;
  }
}
@media (max-width: 959px) {
  .business-slide-img.tech img {
    max-width: 108px;
  }
}

/* ==================================
ABOUT US
================================== */
.about-links {
  display: flex;
}
@media (max-width: 959px) {
  .about-links {
    flex-direction: column;
  }
}

.about-link {
  width: 50%;
  position: relative;
  height: 780px;
  max-height: 780px;
  overflow: hidden;
  transition: scale 0.5s ease, opacity 0.5s ease-in-out 0.7s, width 0.5s 0.2s cubic-bezier(0, 0, 0, 1.02), height 0.5s 0.2s cubic-bezier(0, 0, 0, 1.02);
}
@media (max-width: 1440px) {
  .about-link {
    height: 54.1666666667vw;
    max-height: 54.1666666667vw;
  }
}
@media (max-width: 959px) {
  .about-link {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.about-link:hover .about-link-img img {
  scale: 1.03;
}
.about-link:hover .btn-arrow::before,
.about-link:hover .btn-arrow::after {
  transform: translateX(120%);
}

.about-link-img {
  overflow: hidden;
}

.about-link-img img {
  transition: scale 0.5s ease;
  width: 100%;
}

.about-link-title {
  letter-spacing: 0.04em;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 30px;
  top: 30px;
  left: 30px;
}
@media (max-width: 1440px) {
  .about-link-title {
    font-size: 2.0833333333vw;
    top: 2.0833333333vw;
    left: 2.0833333333vw;
  }
}
@media (max-width: 959px) {
  .about-link-title {
    font-size: 20px;
    top: 15px;
    left: 15px;
  }
}

.about-link-btn {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 86px;
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .about-link-btn {
    height: 5.9722222222vw;
    padding-right: 1.7361111111vw;
  }
}
@media (max-width: 959px) {
  .about-link-btn {
    background: #053c7e;
    height: 50px;
    padding-right: 20px;
  }
}
.about-link-btn .btn {
  color: #053c7e;
}
@media (max-width: 959px) {
  .about-link-btn .btn {
    color: #fff;
  }
  .about-link-btn .btn .btn-circle {
    border-color: #fff;
  }
  .about-link-btn .btn .btn-circle .btn-arrow::before,
  .about-link-btn .btn .btn-circle .btn-arrow::after {
    background: url("./img/common/btn-arrow.svg") no-repeat center;
  }
}

/* ==================================
JOBS
================================== */
.jobs-link {
  display: block;
  position: relative;
  height: 545px;
  max-height: 545px;
  overflow: hidden;
  transition: scale 0.5s ease, opacity 0.5s ease-in-out 0.7s, width 0.5s 0.2s cubic-bezier(0, 0, 0, 1.02), height 0.5s 0.2s cubic-bezier(0, 0, 0, 1.02);
}
@media (max-width: 1440px) {
  .jobs-link {
    height: 37.8472222222vw;
    max-height: 37.8472222222vw;
  }
}
@media (max-width: 959px) {
  .jobs-link {
    height: 100%;
    max-height: 100%;
  }
}
.jobs-link:hover .jobs-link-img img {
  scale: 1.03;
}
.jobs-link:hover .btn-arrow::before,
.jobs-link:hover .btn-arrow::after {
  transform: translateX(120%);
}

.jobs-link-img {
  overflow: hidden;
}

.jobs-link-img img {
  transition: scale 0.5s ease;
  width: 100%;
}

.jobs-link-btn {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 86px;
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .jobs-link-btn {
    height: 5.9722222222vw;
    padding-right: 1.7361111111vw;
  }
}
@media (max-width: 959px) {
  .jobs-link-btn {
    background: #053c7e;
    height: 50px;
    padding-inline-end: 20px;
  }
}
.jobs-link-btn .btn {
  color: #053c7e;
}
@media (max-width: 959px) {
  .jobs-link-btn .btn {
    color: #fff;
  }
  .jobs-link-btn .btn .btn-circle {
    border-color: #fff;
  }
  .jobs-link-btn .btn .btn-circle .btn-arrow::before,
  .jobs-link-btn .btn .btn-circle .btn-arrow::after {
    background: url("./img/common/btn-arrow.svg") no-repeat center;
  }
}

/* ==================================
Interview
================================== */
.interview-slide-item {
  overflow: hidden;
}

.interview-slide .swiper-slide-link {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
}

@media (hover: hover) {
  .interview-slide .swiper-slide-link:hover {
    overflow: hidden;
  }
  .interview-slide .swiper-slide-link:hover .interview-slide-img01 {
    visibility: visible;
    opacity: 1;
  }
  .interview-slide .swiper-slide-link:hover .interview-slide-img01,
  .interview-slide .swiper-slide-link:hover .interview-slide-img02 {
    scale: 1.03;
  }
  .interview-slide .swiper-slide-link:hover .btn-arrow::before,
  .interview-slide .swiper-slide-link:hover .btn-arrow::after {
    transform: translateX(120%);
  }
}

.interview-slide .swiper-slide-link .btn {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .interview-slide .swiper-slide-link .btn {
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}

.interview-slide-img01,
.interview-slide-img02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 420/562;
  transition: all 0.3s ease;
}

.interview-slide-img01 {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 959px) {
  .interview-slide-img01 {
    opacity: 1;
    visibility: visible;
  }
}

.interview-slide-img02 {
  z-index: 1;
}
@media (max-width: 959px) {
  .interview-slide-img02 {
    display: none;
  }
}

.interview-slide-num {
  letter-spacing: 0.06em;
  line-height: 1.7497578302;
  position: absolute;
  z-index: 3;
  font-size: 30px;
  left: 20px;
  top: 15px;
}
@media (max-width: 1440px) {
  .interview-slide-num {
    font-size: 2.0833333333vw;
    left: 1.3888888889vw;
    top: 1.0416666667vw;
  }
}
@media (max-width: 959px) {
  .interview-slide-num {
    display: none;
  }
}

.interview-slide-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 20px 15px;
}
@media (max-width: 1440px) {
  .interview-slide-box {
    padding: 1.3888888889vw 1.0416666667vw;
  }
}

.interview-slide-title {
  color: #fff;
  line-height: 1.5;
  margin-top: auto;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .interview-slide-title {
    font-size: 2.7777777778vw;
  }
}
@media (max-width: 959px) {
  .interview-slide-title {
    font-size: 20px;
  }
}

.interview-slide-date {
  color: #fff;
  line-height: 1.8316666667;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .interview-slide-date {
    font-size: 1.25vw;
  }
}
@media (max-width: 959px) {
  .interview-slide-date {
    font-size: 11px;
  }
}

.interview-img {
  background: transparent;
  height: 100vh;
}
@media (max-width: 1440px) {
  .interview-img {
    height: 57.6388888889vw;
  }
}

/* ==================================
environment
================================== */
.environment-links {
  display: flex;
}
@media (max-width: 959px) {
  .environment-links {
    flex-wrap: wrap;
  }
}

.environment-link {
  width: 25%;
  position: relative;
  overflow: hidden;
  height: 526px;
  max-height: 526px;
}
@media (max-width: 1440px) {
  .environment-link {
    height: 36.5277777778vw;
    max-height: 36.5277777778vw;
  }
}
@media (max-width: 959px) {
  .environment-link {
    height: 100%;
    max-height: 100%;
    width: 50%;
  }
}
.environment-link:hover .environment-link-img img {
  scale: 1.03;
}
.environment-link:hover .btn-arrow::before,
.environment-link:hover .btn-arrow::after {
  transform: translateX(120%);
}

.environment-link-img {
  overflow: hidden;
  height: 526px;
  max-height: 526px;
}
@media (max-width: 1440px) {
  .environment-link-img {
    height: 36.5277777778vw;
    max-height: 36.5277777778vw;
  }
}
.environment-link-img .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 1440px) {
  .environment-link-img .btn {
    bottom: 1.0416666667vw;
    right: 1.0416666667vw;
  }
}

.environment-link-img img {
  transition: scale 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  .environment-link-img img {
    aspect-ratio: 188/269;
  }
}

@media (max-width: 959px) {
  .environment-link-img__01 img {
    height: 170%;
  }
}

@media (max-width: 959px) {
  .environment-link-img__02 img {
    height: 160%;
    object-position: bottom;
  }
}

.environment-link-title {
  letter-spacing: 0.04em;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 30px;
  top: 30px;
  left: 30px;
}
@media (max-width: 1440px) {
  .environment-link-title {
    font-size: 2.0833333333vw;
    top: 2.0833333333vw;
    left: 2.0833333333vw;
  }
}
@media (max-width: 959px) {
  .environment-link-title {
    font-size: 16px;
    top: 15px;
    left: 10px;
    line-height: 1.2;
  }
}

.environment-link-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 86px;
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .environment-link-btn {
    height: 5.9722222222vw;
    padding-right: 1.7361111111vw;
  }
}
@media (max-width: 959px) {
  .environment-link-btn {
    background: #053c7e;
    height: 50px;
    padding-right: 20px;
    line-height: 1;
  }
}

.environment-links__sp-content {
  display: contents;
}
@media (max-width: 959px) {
  .environment-links__sp-content {
    display: flex;
    position: relative;
    width: 100%;
  }
}

@media (max-width: 959px) {
  .environment-links__sp-content::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    z-index: 10;
  }
}

/* ==================================
RECRUIT
================================== */
.recruit-links {
  display: flex;
}
@media (max-width: 959px) {
  .recruit-links {
    flex-direction: column;
  }
}

.recruit-link {
  width: 50%;
  position: relative;
  height: 530px;
  max-height: 530px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .recruit-link {
    height: 36.8055555556vw;
    max-height: 36.8055555556vw;
  }
}
@media (max-width: 959px) {
  .recruit-link {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.recruit-link:hover .recruit-link-img img {
  scale: 1.03;
}
.recruit-link:hover .btn-arrow::before,
.recruit-link:hover .btn-arrow::after {
  transform: translateX(120%);
}

.recruit-link-img {
  overflow: hidden;
}
.recruit-link-img .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 1440px) {
  .recruit-link-img .btn {
    bottom: 1.0416666667vw;
    right: 1.0416666667vw;
  }
}

.recruit-link-img img {
  transition: scale 0.5s ease;
  width: 100%;
  height: 530px;
  object-fit: cover;
}
@media (max-width: 959px) {
  .recruit-link-img img {
    aspect-ratio: 468.75/336.5;
    height: 100%;
  }
}

.recruit-link-title {
  position: absolute;
  letter-spacing: 0.04em;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 30px;
  top: 30px;
  left: 20px;
}
@media (max-width: 1440px) {
  .recruit-link-title {
    font-size: 2.0833333333vw;
    top: 2.0833333333vw;
    left: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .recruit-link-title {
    font-size: 20px;
    top: 15px;
    left: 10px;
  }
}

.recruit-link-btn {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 86px;
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .recruit-link-btn {
    height: 5.9722222222vw;
    padding-right: 1.7361111111vw;
    margin-top: 1px;
  }
}
@media (max-width: 959px) {
  .recruit-link-btn {
    background: #053c7e;
    margin-top: 0;
    padding-right: 20px;
    height: 50px;
  }
}

/* ==================================
form
================================== */
.recruit-links-form {
  border-top: none;
}

.recruit-links-form .recruit-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s;
  height: 494px;
}
.recruit-links-form .recruit-link:first-child {
  justify-content: flex-start;
}
.recruit-links-form .recruit-link:first-child .recruit-link-title {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .recruit-links-form .recruit-link {
    height: 34.3055555556vw;
  }
}
@media (max-width: 959px) {
  .recruit-links-form .recruit-link {
    height: 74.9333333333vw;
  }
}
.recruit-links-form .recruit-link:nth-child(1) {
  background: url("./img/top/recruit-links-form-bg--entry.png") no-repeat center center/cover;
}
.recruit-links-form .recruit-link:nth-child(2) {
  background: url("./img/top/recruit-links-form-bg--contact.png") no-repeat center center/cover;
}
.recruit-links-form .recruit-link:hover .btn-arrow::before,
.recruit-links-form .recruit-link:hover .btn-arrow::after {
  transform: translateX(120%);
}

.recruit-link-box {
  display: flex;
  height: 50%;
  width: 100%;
}

.recruit-link-box-item {
  width: 50%;
}
.recruit-link-box-item .recruit-link-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-links-form .recruit-link-title {
  position: static;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #053c7e;
  writing-mode: initial;
  text-align: center;
  margin: 0;
  font-size: 64px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .recruit-links-form .recruit-link-title {
    font-size: 4.4444444444vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .recruit-links-form .recruit-link-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.recruit-link-text {
  text-align: center;
  line-height: 1.75;
  font-size: 26px;
}
@media (max-width: 1440px) {
  .recruit-link-text {
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 959px) {
  .recruit-link-text {
    font-size: 15px;
  }
}
.recruit-link-text + .recruit-link-text {
  margin-top: 15px;
}

.recruit-link-email {
  margin-top: 20px;
}

.recruit-links-form .recruit-link .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 1440px) {
  .recruit-links-form .recruit-link .btn {
    right: 1.0416666667vw;
    bottom: 1.0416666667vw;
  }
}
@media (max-width: 959px) {
  .recruit-links-form .recruit-link .btn {
    right: 15px;
    bottom: 15px;
  }
}

/* ==================================
異彩を放て。
================================== */
.be-conspicuous-container {
  background: #fff;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 55px 0;
}
@media (max-width: 1440px) {
  .be-conspicuous-container {
    padding: 3.8194444444vw 0;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-container {
    padding: 30px 0;
  }
}

.be-conspicuous-repeat {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.be-conspicuous-repeat-box {
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .be-conspicuous-repeat-box {
    padding: 0 3.4722222222vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-repeat-box {
    padding: 0 20px;
  }
}

.be-conspicuous-repeat-ja {
  font-size: 84px;
}
@media (max-width: 1440px) {
  .be-conspicuous-repeat-ja {
    font-size: 5.8333333333vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-repeat-ja {
    font-size: 35px;
  }
}

.be-conspicuous-repeat-en {
  line-height: 1.75;
  font-size: 30px;
  margin-top: 10px;
  margin-right: 50px;
}
@media (max-width: 1440px) {
  .be-conspicuous-repeat-en {
    font-size: 2.0833333333vw;
    margin-top: 0.6944444444vw;
    margin-right: 3.4722222222vw;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
    /* 全体の半分までスクロール */
  }
}
.front-page .interview-slide-item {
  position: relative;
}

.front-page .interview-slide-box {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  padding: 20px 15px;
}
@media (max-width: 1440px) {
  .front-page .interview-slide-box {
    padding: 1.3888888889vw 1.0416666667vw;
  }
}
@media (max-width: 959px) {
  .front-page .interview-slide-box {
    padding: 15px;
  }
}

/* ==================================
MOVIE
================================== */
.movie-content {
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
}

.movie-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=top.css.map */