@charset "UTF-8";
/* =====================
  MV
===================== */
.mv-content {
  position: relative;
  min-height: 900px;
}
.mv .mv-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
/* ====

  左側

==== */
/* ==== 背景スライダー ==== */
.mv-content .mv-wrapper .mv-left {
  position: relative;
}
.mv-content .mv-wrapper .mv-left .mv-slider {
  position: relative;
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  width: 100%;
  height: 900px;
  position: relative;
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide[data-id='1'] {
  background-image: url('/assets/image/top/01.png');
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide[data-id='2'] {
  background-image: url('/assets/image/top/02.png');
}
.mv-content .mv-wrapper .mv-left .mv-slider .swiper-slide[data-id='3'] {
  background-image: url('/assets/image/top/03.png');
}
/* ==== scroll ==== */
.mv .scroll {
  position: absolute;
  left: 76px;
  bottom: 49px;
  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.png');
  width: 11px;
  height: 53px;
  position: relative;
  left: 1px;
}
.mv .scroll span {
  margin-top: 12px;
  width: 1px;
  height: 80px;
  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: 7px;
  height: 7px;
  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 .mv-right {
  position: relative;
  background-image: linear-gradient(217deg, #003586 100%, #193156 22%);
  overflow: hidden;
}
.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.png');
  width: 1152px;
  height: 88px;
  position: absolute;
  top: 160px;
  left: -189px;
}
.mv-content .mv-wrapper .mv-right::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/top/copy.png');
  width: 12px;
  height: 414px;
  position: absolute;
  top: 242px;
  right: 30px;
}
/* ==== 画像スライダー ==== */
.mv-content .mv-wrapper .mv-right .mv-slider {
  position: relative;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 193px;
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  min-width: 550px;
  min-height: 450px;
  position: relative;
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide[data-id='1'] {
  background-image: url('/assets/image/top/mv_01.png');
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide[data-id='2'] {
  background-image: url('/assets/image/top/mv_02.png');
}
.mv-content .mv-wrapper .mv-right .mv-slider .swiper-slide[data-id='3'] {
  background-image: url('/assets/image/top/mv_03.png');
}
/* ==== ニュース ==== */
.news {
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 30px;
}
.news .news-inner {
  display: flex;
  align-items: center;
  gap: 49px;
  padding-inline: 30px 130px;
  padding-block: 15px;
}
.news .news-inner h2 {
  position: relative;
  line-height: 1.5;
}
.news .news-inner h2::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  position: relative;
  top: 0;
  margin-inline: auto -19px;
}
.news .news-inner h2 span {
  display: inline-block;
}
.news .news-inner h2 span::first-letter {
  color: var(--blue);
}
.news .news-inner .news-wrap a {
  display: block;
  width: 100%;
  height: inherit;
}
.news .news-inner .news-wrap time {
  line-height: 2;
  color: #8b8b8b;
}
.news .news-inner .news-wrap p {
  line-height: 2;
  margin-top: 3px;
}
.news .news-btn {
  position: absolute;
  top: 0;
  right: 0;
}
/* ====

  コンテンツ

==== */
.content-inner {
  width: 1300px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 193px;
}
.content-inner .catch1 {
  background-color: var(--blue);
  font-size: 18px;
  line-height: 1.5;
  width: fit-content;
  padding-block: 10px;
  padding-left: 60px;
  padding-right: 20px;
}
.content-inner .catch2 {
  background-color: var(--white);
  width: fit-content;
  padding-left: 30px;
  backdrop-filter: blur(4px);
  font-size: 64px;
  font-weight: 600;
  line-height: 2;
  color: #1c529a;
  margin-top: 16px;
  margin-left: 60px;
}
.content-inner .catch2 + .catch2 {
  padding-right: 30px;
}
.content-inner > p {
  line-height: 2;
  margin-top: 24px;
  margin-left: 60px;
}
/* =====================
  COMPANY
===================== */
.company {
  position: relative;
  padding-top: 96px;
  padding-bottom: 128px;
}
.company::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/image/top/company_bg.png');
  width: 100%;
  min-height: 785px;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.company .inner {
  position: relative;
}
.company .inner::before {
  content: '';
  display: block;
  width: 337px;
  height: 375px;
  background-color: #dbe3ef;
  position: absolute;
  top: 215px;
  left: -60px;
  pointer-events: none;
}
.company .inner .company-wrap {
  width: 560px;
  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.png');
  width: 560px;
  height: 374px;
  position: absolute;
  top: 0;
  right: 620px;
}
.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.png');
  width: 288px;
  height: 193px;
  position: absolute;
  top: 302px;
  right: 771px;
}
.company .inner .company-wrap > span {
  line-height: 2;
}
.company .inner .company-wrap > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  margin-top: 32px;
}
.company .inner .company-wrap > p {
  line-height: 2;
  margin-top: 24px;
}
.company .inner .company-wrap .link-btn {
  margin-top: 48px;
}
/* =====================
  BUSINESS
===================== */
.business {
  position: relative;
  padding-top: 96px;
  overflow: hidden;
  padding-bottom: 128px;
  background-color: var(--blue);
}
.business::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/top/business_bg.png');
  width: 100%;
  height: 95.2vw;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.business .inner .business-wrap .business-tabset {
  width: 394px;
  position: relative;
}
.business .inner .business-wrap .business-tabset > span {
  line-height: 2;
}
.business .inner .business-wrap .business-tabset > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  margin-top: 32px;
}
.business .inner .business-wrap .business-tabset ul {
  width: 386px;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 16px;
}
.business .inner .business-wrap .business-tabset 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: -28px;
  height: 100%;
  width: 2px;
  background: #d9d9d9;
}
.business .inner .business-wrap .business-tabset ul li button {
  padding-block: 16px;
  display: block;
  width: 100%;
}
.business .inner .business-wrap .link-btn-w {
  margin-top: 48px;
}
.business .inner .business-wrap {
  display: flex;
  gap: 56px;
}
.business .inner .business-wrap .business-unit {
  position: relative;
  width: 734px;
  height: 490px;
}
.business .inner .business-wrap .business-unit .business-about {
  width: 650px;
  padding-block: 30px;
  padding-inline: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  right: -60px;
}
.business .inner .business-wrap .business-unit .business-about h4 {
  font-size: 20px;
  line-height: 1.5;
}
.business .inner .business-wrap .business-unit .business-about p {
  width: 530px;
  line-height: 2;
  margin-top: 16px;
}
.business .inner .business-wrap .business-unit .business-about .link-btn {
  border: solid 1px var(--black);
  margin-top: 23px;
}
/* =====================
  各コンテンツへのリンク
===================== */
.content-link .content-link-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content-link .content-link-wrap .content-unit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  width: 100%;
  height: 430px;
  padding-top: 101px;
  padding-left: 30px;
}
.content-link .content-link-wrap .content-unit[data-id='1'] {
  background-image: url('/assets/image/top/works_bg.png');
}
.content-link .content-link-wrap .content-unit[data-id='2'] {
  background-image: url('/assets/image/top/sdgs_bg.png');
}
.content-link .content-link-wrap .content-unit[data-id='3'] {
  background-image: url('/assets/image/top/recruit_bg.png');
}
.content-link .content-link-wrap .content-unit .link-btn-w {
  margin-top: 48px;
}
.content-link .content-link-wrap .content-unit .h2-title-w::before {
  display: none;
}
/* =====================
  ACCESS
===================== */
.access {
  padding-top: 96px;
  padding-bottom: 128px;
  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.png');
  width: 100%;
  min-height: 654px;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.access .access-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px;
}
.access .access-wrap .address {
  margin-top: 32px;
  line-height: 2;
}
.access .access-wrap .address p + p {
  margin-top: 16px;
}
.access .access-wrap .address .train {
  display: flex;
  align-items: center;
  gap: 12px;
}
.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.png');
  width: 16px;
  height: 20px;
}
.access .access-wrap .google-map iframe {
  width: 560px;
  height: 430px;
}
.access .access-wrap .map-link {
  margin-top: 48px;
}

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

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

/* ==== ⇔ ==== */
.mv-swiper-navigation {
  margin-left: 48px;
  width: 56px;
  height: 20px;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 32px;
  display: flex;
}
.mv-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;
}
.mv-swiper-navigation span.next {
  transform: scale(-1, -1);
}

/* ==== ●◯◯ ==== */
.mv-swiper-pagination {
  display: flex;
  width: 200px !important;
  height: 1px;
  background: white;
  flex-shrink: 0;
  margin-left: 96px;
}
.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;
  margin-top: 32px;
}

/* ==== カウント数 ==== */
.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;
}
