@charset "UTF-8";
/* =====================
  MV
===================== */
.mv-content {
  position: relative;
}
.mv .mv-wrapper {
  position: relative;
}
/* ====

  左側

==== */
/* ==== 背景スライダー ==== */
.mv-content .mv-wrapper .mv-left {
  position: relative;
}
.mv-content .mv-wrapper .mv-left .mv-slider {
  position: relative;
  height: 117.33333333333333vw;
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  object-fit: cover;
  width: 100%;
  height: 170.66666666666666vw;
  position: relative;
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide[data-id='1'] {
  background-image: url('/assets/image/top/01_2x.png');
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide[data-id='2'] {
  background-image: url('/assets/image/top/02_2x.png');
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide[data-id='3'] {
  background-image: url('/assets/image/top/03_2x.png');
}
/* ==== scroll ==== */
.mv .scroll {
  position: absolute;
  left: 2.6666666666666665vw;
  top: 133vw;
  z-index: 4;
}
.mv .scroll::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/top/scroll_2x.png');
  width: 2.533333333333333vw;
  height: 12.266666666666666vw;
  position: relative;
  left: 1px;
}
.mv .scroll span {
  margin-top: 12px;
  width: 1px;
  height: 16vw;
  display: block;
  background: white;
  margin-inline: auto;
  position: relative;
}
.mv .scroll span::before {
  content: '';
  position: absolute;
  display: block;
  transform: translateX(-50%);
  left: calc(50% + 0.5px);
  top: -3.5px;
  border-radius: 50%;
  width: 2.4vw;
  height: 2.4vw;
  background: white;
  opacity: 0;
  animation: scroll 1.5s linear 0s infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  34% {
    top: calc(100% - 3.5px);
  }
  35% {
    opacity: 1;
    top: calc(100% - 3.5px);
    transform: translateX(-50%) scale(1);
  }
  40% {
    opacity: 0.5;
    top: calc(100% - 3.5px);
  }
  80% {
    opacity: 0;
    top: calc(100% - 3.5px);
    transform: translateX(-50%) scale(3);
  }
  100% {
    opacity: 0;
    top: calc(100% - 3.5px);
    transform: translateX(-50%) scale(3);
  }
}
/* ====

  右側

==== */
.mv-content .mv-wrapper {
  position: relative;
  height: 199.866667vw;
}
.mv-content .mv-wrapper::after {
  pointer-events: none;
  content: '';
  background-image: linear-gradient(217deg, #003586 100%, #193156 22%);
  position: absolute;
  left: 0;
  bottom: 29.2vw;
  width: 100vw;
  height: 53.333333333333336vw;
  z-index: 2;
}

.mv-content .mv-wrapper .mv-right {
  position: relative;
  /* background-image: linear-gradient(217deg, #003586 100%, #193156 22%); */
  /* overflow: hidden; */
  z-index: 3;
  /* position: static; */
}
.mv-content .mv-wrapper .mv-right::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/top/fujita_2x.png');
  width: 100vw;
  height: 12.133333333333333vw;
  position: absolute;
  top: 18.333333vw;
  left: 0;
}
/* ==== 画像スライダー ==== */
.mv-content .mv-wrapper .mv-right .mv-slider {
  position: absolute;
  width: 73.33333333333333vw;
  height: 60vw;
  top: -21.866666666666667vw;
  right: 2.6666666666666665vw;
  z-index: 3;
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  width: 73.33333333333333vw;
  height: 60vw;
  position: relative;
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide[data-id='1'] {
  background-image: url('/assets/image/top/mv_01_2x.png');
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide[data-id='2'] {
  background-image: url('/assets/image/top/mv_02_2x.png');
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide[data-id='3'] {
  background-image: url('/assets/image/top/mv_03_2x.png');
}
/* ==== ニュース ==== */
.news {
  background-color: #fff;
  width: 100%;
  height: 29.2vw;
  position: absolute;
  left: 0;
  top: 53vw;
}
.news .news-inner {
  height: 29.2vw;
  padding-inline: 5.333333333333333vw 17.333333333333332vw;
  padding-block: 2.1333333333333333vw;
}
.news .news-inner h2 {
  width: fit-content;
  position: relative;
  line-height: 1.5;
}
.news .news-inner h2 span {
  display: inline-block;
}
.news .news-inner h2 span::first-letter {
  color: var(--blue);
}
.news .news-inner h2::before {
  content: '';
  display: block;
  width: 2.533333333333333vw;
  height: 2.533333333333333vw;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  position: relative;
  top: 0;
  margin-inline: auto -2.533333333333333vw;
}
.news .news-inner .news-wrap a {
  display: block;
  width: 100%;
  height: inherit;
  margin-top: 3.2vw;
}
.news .news-inner .news-wrap time {
  line-height: 2;
  color: #8b8b8b;
  font-size: 2.933333333333333vw;
}
.news .news-inner .news-wrap p {
  line-height: 2;
  font-size: 3.2vw;
}
.news .news-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.news .news-btn a picture img {
  display: block;
  width: 16vw;
  height: 29.2vw;
}
/* ====

  コンテンツ

==== */
.content-inner {
  position: absolute;
  z-index: 3;
  top: 0;
  padding-top: 24.266666666666666vw;
}
.content-inner .catch1 {
  background-color: var(--blue);
  font-size: 3.7333333333333334vw;
  line-height: 1.5;
  width: fit-content;
  padding-block: 1.3333333333333333vw;
  padding-left: 2.6666666666666665vw;
  padding-right: 2.6666666666666665vw;
}
.content-inner .catch2 {
  background-color: var(--white);
  width: fit-content;
  padding-left: 4vw;
  backdrop-filter: blur(4px);
  font-size: 6.666666666666667vw;
  font-weight: 600;
  line-height: 2;
  color: #1c529a;
  margin-top: 2.1333333333333333vw;
  margin-left: 2.6666666666666665vw;
}
.content-inner .catch2 + .catch2 {
  padding-right: 4vw;
}
.content-inner > p {
  line-height: 2;
  margin-top: 2.1333333333333333vw;
  margin-left: 2.6666666666666665vw;
}
/* =====================
  COMPANY
===================== */
.company {
  position: relative;
  padding-top: 12.8vw;
  padding-bottom: 17.066666666666666vw;
}
.company::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/image/top/company_bg_2x.png');
  min-height: 230vw;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.company .inner::before {
  content: '';
  display: block;
  width: 51.453333333333326vw;
  height: 57.25333333333333vw;
  background-color: #dbe3ef;
  position: absolute;
  top: 30.959999999999997vw;
  left: -5.333333333333333vw;
  pointer-events: none;
}
.company .inner .company-wrap {
  margin-inline: auto 0;
  position: relative;
}
.company .inner .company-wrap::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/top/company01_2x.png');
  width: 85.6vw;
  height: 57.199999999999996vw;
  position: relative;
  top: 0;
  right: 0;
  margin-inline: auto 0;
}
.company .inner .company-wrap::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/top/company02_2x.png');
  width: 44.13333333333333vw;
  height: 29.466666666666665vw;
  position: absolute;
  top: 46.10666666666667vw;
  left: 22.30666666666667vw;
}
.company .inner .company-wrap .h2-title {
  margin-top: 26.906666666666666vw;
}
.company .inner .company-wrap > span {
  line-height: 2;
}
.company .inner .company-wrap > h3 {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 2;
  margin-top: 4.266666666666667vw;
}
.company .inner .company-wrap > p {
  line-height: 2;
  margin-top: 4.266666666666667vw;
}
.company .inner .company-wrap .link-btn {
  margin-top: 12.8vw;
}
/* =====================
  BUSINESS
===================== */
.business {
  position: relative;
  padding-top: 12.8vw;
  padding-bottom: calc(25.933333vw + 16.933333333333334vw);
  background-color: var(--blue);
}
.business > .inner {
  padding-inline: 0;
}
.business .business-tabset {
  padding-inline: 5.333333333333333vw;
}
.business::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/top/business_bg_2x.png');
  width: 100%;
  height: 196vw;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.business .inner .business-wrap {
  position: relative;
}
.business .inner .business-wrap > span {
  line-height: 2;
}
.business .inner .business-wrap > h3 {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 2;
  margin-top: 4.266666666666667vw;
}
.business .inner .business-wrap ul {
  font-size: 3.466666666666667vw;
  line-height: 1.5;
  margin-top: 12.8vw;
}
.business .inner .business-wrap ul li {
  border-bottom: 1px solid #d9d9d9;
  opacity: 0.3;
  position: relative;
}

.business .inner .business-wrap .business-tabset ul li.on {
  opacity: 1;
  pointer-events: none;
}
.business .inner .business-wrap .business-tabset ul li.on::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2.4vw;
  height: 100%;
  width: 2px;
  background: #d9d9d9;
}
.business .inner .business-wrap .business-tabset ul li button {
  padding-block: 4vw;
  display: block;
  width: 100%;
}
.business-unit {
  margin-top: 12.533333333333333vw;
  position: relative;
}
.business .inner .business-wrap .business-unit .business-about {
  width: 89.2vw;
  padding-block: 4vw;
  padding-inline: 5.333333333333333vw;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 37.46666666666667vw;
  right: 0;
}
.business .inner .business-wrap .business-unit .business-about h4 {
  font-size: 4.8vw;
  line-height: 1.5;
}
.business .inner .business-wrap .business-unit .business-about p {
  margin-top: 2.766667vw;
  line-height: 2;
  font-size: 3.2vw;
}
.business .inner .business-wrap .business-unit .business-about .link-btn {
  border: solid 1px var(--blue);
  color: var(--blue);
  margin-top: 5vw;
}

/* =====================
  各コンテンツへのリンク
===================== */
.content-link .content-link-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12.8vw;
  gap: 2.6666666666666665vw;
}
.content-link .content-link-wrap .content-unit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  width: 94.66666666666667vw;
  height: 57.333333333333336vw;
  padding-top: 9.866666666666667vw;
  padding-left: 7.866666666666666vw;
}
.content-link .content-link-wrap .content-unit[data-id='1'] {
  background-image: url('/assets/image/top/works_bg_2x.png');
}
.content-link .content-link-wrap .content-unit[data-id='2'] {
  background-image: url('/assets/image/top/sdgs_bg_2x.png');
}
.content-link .content-link-wrap .content-unit[data-id='3'] {
  background-image: url('/assets/image/top/recruit_bg_2x.png');
}
.content-link .content-link-wrap .content-unit .link-btn-w {
  margin-top: 6.4vw;
}
.content-link .content-link-wrap .content-unit .h2-title-w::before {
  display: none;
}
/* =====================
  ACCESS
===================== */
.access {
  padding-top: 12.8vw;
  padding-bottom: 12.8vw;
  position: relative;
}
.access::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/image/top/access_bg_2x.png');
  min-height: 194.26666666666665vw;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.access .access-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  gap: 12.8vw;
}
.access .access-wrap .address {
  margin-top: 4.266666666666667vw;
  line-height: 2;
}
.access .access-wrap .address p + p {
  margin-top: 2.1333333333333333vw;
}
.access .access-wrap .address .train {
  display: flex;
  align-items: top;
  gap: 2.1333333333333333vw;
}
.access .access-wrap .address .train::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/company/icon_train_2x.png');
  width: 3.7333333333333334vw;
  height: 4.533333333333333vw;
  margin-top: 1.5vw;
}
.access .access-wrap .google-map iframe {
  width: 89.33333333333333vw;
  height: 68.53333333333333vw;
}
.access .access-wrap .map-link {
  margin-top: 12.8vw;
}

/* =====================
  MVナビ
===================== */
.mv-swiper-controller {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 4.266666666666667vw;
}

/* ==== カウント数 ==== */
.mv-swiper-count {
  flex-shrink: 0;
  color: #fff;
  font-size: 3.466666666666667vw;
  font-family: 'Noto Sans JP' sans-serif;
}
.mv-swiper-count .allcount {
  color: #fff;
  font-size: 2.6666666666666665vw;
}
.mv-swiper-count .allcount::before {
  content: '/';
}

/* ==== ⇔ ==== */
.mv-swiper-navigation {
  display: none;
}

/* ==== ●◯◯ ==== */
.mv-swiper-pagination {
  display: flex;
  width: 53.06666666666666vw !important;
  height: 1px;
  background: white;
  flex-shrink: 0;
  margin-left: 8.533333333333333vw;
}
.mv-swiper-pagination span {
  width: calc(100% / 3);
  margin: 0 !important;
  background: white;
  border-radius: 0;
  height: 3px;
  opacity: 0;
  transform: translateY(-1px);
}

.mv-swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

/* =====================
  Business Slider
===================== */
.business-about {
  z-index: 20;
}
.business-swiper-controller {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  padding-top: 34vw;
  display: none;
}

/* ==== カウント数 ==== */
.business-swiper-count {
  flex-shrink: 0;
  color: #fff;
  font-size: 24px;
  font-family: 'Noto Sans JP' sans-serif;
  line-height: 32px;
}
.business-swiper-count .allcount {
  color: #fff;
  font-size: 16px;
}
.business-swiper-count .allcount::before {
  content: '/';
}

/* ==== ⇔ ==== */
.business-swiper-navigation {
  margin-left: 48px;
  width: 56px;
  height: 20px;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 32px;
  display: flex;
}
.business-swiper-navigation span {
  display: inline-flex;
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1911 20L0 10L10.1911 0L12 1.775L3.61783 10L12 18.225L10.1911 20Z" fill="white"/></svg>');
  cursor: pointer;
}
.business-swiper-navigation span.next {
  transform: scale(-1, -1);
}
.business-swiper-pagination {
  display: none;
}
