@charset "UTF-8";
/* ------------------------------
  ヘッダー
------------------------------ */

/* ------------------------------
  リード
------------------------------ */
.lead {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-content: center;
}
/* スライダー テキスト */
.lead {
  opacity: 0;
  animation: slideInFromBottom 4s forwards;
  animation-delay: 1s;
}
@keyframes slideInFromBottom {
  to {
    opacity: 1;
  }
}
/* ------------------------------
 スマホ用コード（ヘッダー）
------------------------------ */
@media screen and (max-width: 767px) {
  .lead {
    left: 0;
    width: 80%;
    margin: 0 10%;
  }
  .lead img {
    width: 90px;
  }
}
/* ------------------------------
  見出し
------------------------------ */
/* H2 */
.contentsHome h2 {
  margin-bottom: 40px;
}
.contentsHome h2 .en {
	display: block;
	font-size: 7rem;
	font-family: "Montserrat", sans-serif;
  color: #a89787;
	font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.2rem;
  line-height: 1;
}
.contentsHome h2 .en span {
	color: #84929C;
}
.contentsHome h2 .ja {
	display: block;
	font-size: 4rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.2rem;
}
/* H3 */
.contentsHome h3 {
  line-height: 1.4;
  margin-bottom: 30px;
}
.contentsHome h3 .en {
	display: block;
	font-size: 1.8rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
  margin-bottom: 10px;
  color: #233c6e;
}
.contentsHome h3 .ja {
	display: block;
	font-size: 4rem;
  font-weight: 600;
}
/* ------------------------------
 スマホ用コード（見出し）
------------------------------ */
@media screen and (max-width: 767px) {
  /* H2 */
  .contentsHome h2 {
    margin-bottom: 25px;
  }
  .contentsHome h2 .en {
    font-size: 3.2rem;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .contentsHome h2 .ja {
    font-size: 2.7rem;
    font-feature-settings: "palt";
  }
  /* H3 */
  .contentsHome h3 {
    margin-bottom: 20px;
  }
  .contentsHome h3 .en {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .contentsHome h3 .ja {
    font-size: 2.8rem;
  }
}
/* ------------------------------
  Swiperのスタイルを調整
------------------------------ */
.wrapper {
  position: relative;
}
.swiper-slide {
  /*height: calc(100vh - 110px);*/
  height: 100vh;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.wrapper .swiper-slide-active img,
.wrapper .swiper-slide-duplicate-active img,
.wrapper .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}


/* ------------------------------===
  ページネーションの見栄えを調整
===------------------------------ */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
  padding: 0;
  line-height: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  border-radius:0;
  width: 50px;
  height: 4px;
}
.swiper-pagination-bullet-active {
  background: #325fc8 !important;
  opacity: 1 !important;
  border-radius:0;
  width: 50px;
  height: 4px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 38px;
  }
  .swiper-pagination-bullet-active {
    width: 38px;
  }
}

/* ------------------------------
 事業案内
------------------------------ */
.businessBlock {
  padding: 100px 0;
  background: url("../img/business_bg.jpg") center top / cover no-repeat;
  position: relative;
}

/* ------------------------------
 PC用
------------------------------ */
@media print, screen and (min-width:768px){
  .businessBlock .inBlock {
    position: relative;
  }
  .businessBlock .bg-image {
    margin-right: calc(50% - 50vw);
    height: 722px;
    overflow: hidden;
    border-radius: 40px 0 0 40px;
    display: flex;
    align-items: center;
    min-width: 100%;
  }
  .businessBlock .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
  .businessBlock {
    padding: 50px 5% 60px;
  }
  .businessBlock .w1-2 + .w1-2:not(.sp_w1-2) {
    margin-top: 40px !important;
  }
  .businessBlock .menu-link {
    margin-bottom: 15px;
  }
  .businessBlock .f20 {
    font-size: 1.6rem;
  }
}

/* ------------------------------
 主要設備
------------------------------ */
.equipmentBlock {
  padding: 140px 0 100px;
}
/* ------------------------------
 PC用
------------------------------ */
@media print, screen and (min-width:768px){
    .equipmentBlock .bg-image {
      margin-right: calc(50% - 35vw);
      overflow: hidden;
      border-radius: 40px 0 0 40px;
      display: flex;
      align-items: center;
    }
    .equipmentBlock .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
  .equipmentBlock {
    padding: 0 0 80px;
  }
  .equipmentBlock .w1-2 + .w1-2:not(.sp_w1-2) {
    margin-top: 40px !important;
  }
  .equipmentBlock .textBox {
    padding: 0 5%;
  }
  .equipmentBlock .f19 {
    font-size: 1.6rem;
  }
}
/* ------------------------------
 企業情報
------------------------------ */
.companyBlock {
  padding: 0 0 100px;
}
/* ------------------------------
 PC用
------------------------------ */
@media print, screen and (min-width:768px){
    .companyBlock .bg-image {
      margin-left: calc(50% - 35vw);
      overflow: hidden;
      border-radius: 0 40px 40px 0;
      display: flex;
      align-items: center;
    }
    .companyBlock .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
  .companyBlock {
    padding: 0 0 80px;
  }
  .companyBlock .w1-2 + .w1-2:not(.sp_w1-2) {
    margin-top: 40px !important;
  }
  .companyBlock .textBox {
    padding: 0 5%;
  }
  .companyBlock .f19 {
    font-size: 1.6rem;
  }
}
/* ------------------------------
 採用情報
------------------------------ */
.recruitBlock {
  padding: 0 0 100px;
}
/* ------------------------------
 PC用
------------------------------ */
@media print, screen and (min-width:768px){
    .recruitBlock .bg-image {
      margin-right: calc(50% - 35vw);
      overflow: hidden;
      border-radius: 40px 0 0 40px;
      display: flex;
      align-items: center;
    }
    .rerecruitBlock .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
  .recruitBlock {
    padding: 0 ;
  }
  .recruitBlock .w1-2 + .w1-2:not(.sp_w1-2) {
    margin-top: 40px !important;
  }
  .recruitBlock .textBox {
    padding: 0 5%;
  }
  .recruitBlock .f19 {
    font-size: 1.6rem;
  }
}



/* ------------------------------
 サステナビリティ・CSR
------------------------------ */
.aboutBlock {
  padding: 100px 0 60px;
}
/* ------------------------------
 PC用
------------------------------ */
@media print, screen and (min-width:768px){
  .contentsHome .aboutBlock h2 {
    margin-bottom: 40px;
  }

  .aboutBlock .w2-3 {
    width: 640px;
  }
  .aboutBlock .w1-3 {
    width: 440px;
  }
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
  .aboutBlock {
    padding: 80px 5% 40px;
  }
  .aboutBlock .flexBox {
    display: block !important;
  }
}


