@charset "UTF-8";

/* =====================
  MV
===================== */
.mv-content {
  position: relative;
  overflow: hidden;
}



/* ==== 背景スライダー ==== */

.mv-content .mv-slider {
  position: relative;
  width: 100%;
  height: inherit;
  right: 0;
}

.mv-content .mv-slider .mv-swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: inherit;
}

.mv-content .mv-slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  width: 100%;
  min-height: 755px;
  background-size: cover;
  position: relative;
}

.mv-content .mv-slider .swiper-slide[data-id='1'] {
  background-image: url('../../img/top/mvbg_01.png');
}

.mv-content .mv-slider .swiper-slide[data-id='2'] {
  background-image: url('../../img/top/mvbg_02.png');
}

.mv-content .mv-slider .swiper-slide[data-id='3'] {
  background-image: url('../../img/top/mvbg_03.png');
}

.mv-content .mv-slider .swiper-slide picture {
  display: grid;
  margin-top: 60px;
  justify-items: center;
}


/* ==== キャッチ ==== */
.mv-content .content {
  width: 1300px;
  min-height: 755px;
  padding-inline: 120px;
  padding-top: 427px;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}

.mv-content .content .catch {
  white-space: nowrap;
  font-family: var(--title);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 1.28px;
  color: rgba(255, 174, 0, 0.4);
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}

.mv-content .content h1 {
  font-family: var(--noto);
  font-size: 34px;
  font-weight: bold;
  line-height: 1.59;
  color: #fff;
}

.mv-content .content h1::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../img/top/catch.png");
  width: 479px;
  height: 26px;
  margin-top: 23px;
}



/* =====================
  NEWS
===================== */
.news {
  width: 1300px;
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.news .news-wrap {
  width: 647px;
  height: 74px;
  display: flex;
  align-items: center;
  position: relative;
}


.news .news-wrap .news-left {
  width: 114px;
  height: inherit;
  background-color: #0d3c68;
  display: grid;
  justify-items: center;
  align-items: center;
}

.news .news-wrap .news-left h2 {
  text-transform: uppercase;
  font-family: var(--title);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}


.news .news-wrap .news-right {
  width: 533px;
  height: inherit;
  background-color: #e7eef4;
  overflow: hidden;
}

.news .news-wrap .news-right .swiper-slide a {
  display: block;
  width: inherit;
  height: 74px;
  padding-inline: 32px;
  padding-block: 12px;
  position: relative;
}

.news .news-wrap .news-right .swiper-slide a::before {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background-color: #d6d6d6;
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
}

.news .news-wrap .news-right .swiper-slide a::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data: image/svg+xml;utf8,<svg width="20" height="7" viewBox="0 0 20 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0125 6.69995C15.2925 6.10262 15.5632 5.57995 15.8245 5.13195C16.1045 4.68395 16.3752 4.31062 16.6365 4.01195H0.3125V2.83595H16.6365C16.3752 2.51862 16.1045 2.13595 15.8245 1.68795C15.5632 1.23995 15.2925 0.726616 15.0125 0.147949H15.9925C17.1685 1.51062 18.4005 2.51862 19.6885 3.17195V3.67595C18.4005 4.31062 17.1685 5.31862 15.9925 6.69995H15.0125Z" fill="%23111" /></svg>');
  width: 20px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.news .news-wrap .news-right .swiper-slide a time {
  font-size: 14px;
  line-height: 1;
  color: #4e4e4e;
}

.news .news-wrap .news-right .swiper-slide a p {
  line-height: 1;
}


/* =====================

  私たちについて

===================== */

.article[data-id='1'] {
  padding-top: 194px;
  padding-bottom: 120px;
  position: relative;
}

.article[data-id='1']::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../img/top/about.png");
  width: calc((100% - 376px) / 2 + 376px);
  height: 274px;
  position: absolute;
  top: 104px;
  right: 0;
}

.article[data-id='1'] .inner {
  padding-inline: 120px;
}

.article[data-id='1'] .h2-title span,
.article[data-id='1'] .h2-title h2 {
  text-align: left;
}

.article[data-id='1'] h3 {
  font-family: var(--noto);
  font-size: 24px;
  font-weight: 600;
  line-height: 2.08;
  color: #111;
  margin-top: 64px;
}

.article[data-id='1'] .company-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.article[data-id='1'] .company-about p {
  width: 650px;
  padding-left: 6px;
}

.article[data-id='1'] .company-about .link-btn {
  width: 268px;
  height: 70px;
  border: solid 1px #0d3c68;
  background-color: #fff;
  margin-top: 20px;
}

.article[data-id='1'] .company-about .link-btn span {
  color: #0d3c68;
}

.article[data-id='1'] .company-about .link-btn .link-anchor::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="7" viewBox="0 0 20 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0125 6.69995C15.2925 6.10262 15.5632 5.57995 15.8245 5.13195C16.1045 4.68395 16.3752 4.31062 16.6365 4.01195H0.3125V2.83595H16.6365C16.3752 2.51862 16.1045 2.13595 15.8245 1.68795C15.5632 1.23995 15.2925 0.726616 15.0125 0.147949H15.9925C17.1685 1.51062 18.4005 2.51862 19.6885 3.17195V3.67595C18.4005 4.31062 17.1685 5.31862 15.9925 6.69995H15.0125Z" fill="%230d3c68" /></svg>');
}


/* =====================

  施工事例

===================== */

.article[data-id='2'] {
  padding-top: 80px;
  padding-bottom: 104px;
}

body {
  counter-reset: number 0;
}

.article[data-id='2'] .works-wrap {
  margin-top: 64px;
}

.article[data-id='2'] .works-wrap ul {
  display: flex;
  justify-content: center;
  gap: 41px;
}

.article[data-id='2'] .works-wrap ul li {
  width: 366px;

}


.article[data-id='2'] .works-wrap ul li .works-about {
  display: grid;
}

.article[data-id='2'] .works-wrap ul li h3 {
  font-family: var(--noto);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-top: 26px;
}

.article[data-id='2'] .works-wrap ul li h3::before {
  display: inline-block;
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: var(--title);
  font-size: 27px;
  font-weight: 600;
  line-height: 0.9;
  color: #fff;
  margin-right: 20px;
}

.article[data-id='2'] .works-wrap ul li p {
  color: #fff;
  min-height: 120px;
  margin-top: 16px;
}

.article[data-id='2'] .works-wrap ul li .link-btn2 {
  width: 268px;
  height: 62px;
  margin-top: 32px;
}



/* =====================

  事業内容

===================== */

.article[data-id='3'] {
  padding-top: 99px;
  padding-bottom: 232px;
  position: relative;
}

.article[data-id='3']::before {
  content: '';
  display: block;
  width: 57.38%;
  height: 574px;
  background-color: #e7eef4;
  position: absolute;
  top: 104px;
  left: 0;
  pointer-events: none;
}

.article[data-id='3']::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../img/top/business.png");
  width: calc((100% - 190px) / 2 + 190px);
  height: 446px;
  position: absolute;
  pointer-events: none;
  top: 168px;
  right: 0;
}

.article[data-id='3'] .inner {
  padding-inline: 120px;
}

.article[data-id='3'] .h2-title {
  margin-top: 134px;
}

.article[data-id='3'] .h2-title span,
.article[data-id='3'] .h2-title h2 {
  text-align: left;
}

.article[data-id='3'] p {
  line-height: 1.66;
  margin-top: 64px;
}

.article[data-id='3'] .link-btn {
  width: 268px;
  height: 70px;
  border: solid 1px #0d3c68;
  background-color: transparent;
  margin-top: 64px;
}

.article[data-id='3'] .link-btn span {
  color: #0d3c68;
}

.article[data-id='3'] .link-btn .link-anchor::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="7" viewBox="0 0 20 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0125 6.69995C15.2925 6.10262 15.5632 5.57995 15.8245 5.13195C16.1045 4.68395 16.3752 4.31062 16.6365 4.01195H0.3125V2.83595H16.6365C16.3752 2.51862 16.1045 2.13595 15.8245 1.68795C15.5632 1.23995 15.2925 0.726616 15.0125 0.147949H15.9925C17.1685 1.51062 18.4005 2.51862 19.6885 3.17195V3.67595C18.4005 4.31062 17.1685 5.31862 15.9925 6.69995H15.0125Z" fill="%230d3c68" /></svg>');
}

.article[data-id='3'] .inner {
  position: relative;
}

.article[data-id='3'] .inner::after {
  content: attr(data-text);
  display: block;
  font-family: var(--title);
  font-size: 66px;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(to bottom, #0d3c68 0%, #b2b2b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  left: 407px;
  bottom: -162px;
}

/* =====================

  採用情報

===================== */

.article[data-id='4'] {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../img/top/recruit_bg.png");
  width: 100%;
  min-height: 556px;
  position: relative;
  margin-bottom: 104px;
}

.article[data-id='4'] .recruit-wrap {
  display: flex;
  gap: 72px;
}

.article[data-id='4'] .recruit-wrap .right .h2-title span,
.article[data-id='4'] .recruit-wrap .right .h2-title h2 {
  text-align: left;
}

.article[data-id='4'] .recruit-wrap .right h3 {
  font-family: var(--noto);
  font-size: 24px;
  font-weight: 600;
  line-height: 2.08;
  color: #fff;
  margin-top: 40px;
}

.article[data-id='4'] .recruit-wrap .right p {
  color: #fff;
  margin-top: 32px;
}

.article[data-id='4'] .recruit-wrap .right .link-btn {
  width: 268px;
  height: 70px;
  border: solid 1px #fff;
  background-color: transparent;
  margin-top: 48px;
}


/* =====================
  animations
===================== */
.js-parallax {
  opacity: 0;
}

/* ==== ABOUT ==== */
.article[data-id='1'] .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(-1em);
}

.article[data-id='1'] .js-parallax.on {
  opacity: 1;
  transform: translateX(0);
}

.article[data-id='1']::after {
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.article[data-id='1'].on::after {
  opacity: 1;
}

/* ==== WORKS ==== */


.article[data-id='2'] .works-wrap ul .js-parallax {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(40px);
}

.article[data-id='2'] .works-wrap ul .js-parallax:nth-child(2) {
  transition: all 0.5s ease-in-out 0.2s;
}

.article[data-id='2'] .works-wrap ul .js-parallax:nth-child(3) {
  transition: all 0.5s ease-in-out 0.4s;
}

.article[data-id='2'] .works-wrap ul .js-parallax.on {
  opacity: 1;
  transform: translateY(0);
}



/* ==== BUSINESS ==== */
.article[data-id='3'] .js-parallax {
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(-1em);
}

.article[data-id='3'] .js-parallax.on {
  opacity: 1;
  transform: translateX(0);
}

.article[data-id='3']::before,
.article[data-id='3']::after {
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.article[data-id='3'].on::before,
.article[data-id='3'].on::after {
  opacity: 1;
}

/* ==== RECRUIT ==== */
.article[data-id='4'] .left.js-parallax {
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.article[data-id='4'] .left.js-parallax.on {
  opacity: 1;
}

.article[data-id='4'] .right .js-parallax {
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(1em);
}

.article[data-id='4'] .right .js-parallax.on {
  opacity: 1;
  transform: translateX(0);
}