@charset "UTF-8";
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

トップページ用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: 60vh;
  }
}
#main_visual .swiper-slide-active .swiper-img,
#main_visual .swiper-slide-duplicate-active .swiper-img,
#main_visual .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 4s linear 0s normal both;
          animation: zoomUp 4s linear 0s normal both;
}
#main_visual {
  /*
   .swiper-slide-active .swiper-img {
     animation: zoomUp 6s linear 0s normal both;
   }*/
}
#main_visual .copy_text {
  width: 50%;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 20%;
  left: 8%;
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    width: 60%;
  }
}
#main_visual .mv_btm01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/home/mv_btm01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1920/136;
  width: 100%;
  height: auto;
  max-height: 136px;
}
#main_visual {
  /* -- -- */
}
@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* 実績 SLICK */
/* ------------- */
.slick_slider .slick-slide {
  padding: 0 5px;
}
.slick_slider .slick-slide:nth-child(even) img {
  position: relative;
  padding-top: 30px;
}

.img_slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
@media (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .thum_list li {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .home .thum_list li {
    width: calc(50% - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
@media (max-width: 767px) {
  .basic_space2_margin_bottom {
    margin-bottom: 5vw !important;
  }
}

.tp_sec01 {
  padding: 100px 0 140px;
  position: relative;
  background-color: #DFEEDF;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0 80px;
  }
}
.tp_sec01 .ttl03 .bg_en_ttl span {
  color: #fff;
}
@media (max-width: 1024px) {
  .tp_sec01 .ttl03 .bg_en_ttl span {
    font-size: 60px;
  }
  .tp_sec01 .ttl03 .main_ttl {
    margin-top: -2rem;
  }
}

.tp_sec02 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0;
  }
}

.tp_sec03 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-color: #DFEEDF;
  border-radius: 150px 150px 0px 0px;
}
@media (max-width: 1024px) {
  .tp_sec03 {
    border-radius: 60px 60px 0px 0px;
  }
}
@media (max-width: 767px) {
  .tp_sec03 {
    padding: 50px 0;
    border-radius: 40px;
  }
}
@media (max-width: 1024px) {
  .tp_sec03 .ttl03 .bg_en_ttl span {
    font-size: 50px;
  }
  .tp_sec03 .ttl03 .main_ttl {
    margin-top: -2rem;
  }
}

.tp_sec04 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec04 {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .tp_sec04 .ttl03 .bg_en_ttl span {
    font-size: 60px;
  }
  .tp_sec04 .ttl03 .main_ttl {
    margin-top: -2rem;
  }
}

.tp_sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec05 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1280px) {
  .tp_sec05 .sub_images_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    gap: 55px 0;
  }
  .tp_sec05 .sub_images_ul .li {
    width: 100%;
    margin: 0;
  }
  .tp_sec05 .sub_images_ul .li.topibox01 h3 {
    margin-top: -30px;
  }
}
@media (max-width: 1024px) {
  .tp_sec05 .ttl03 .bg_en_ttl span {
    font-size: 50px;
  }
  .tp_sec05 .ttl03 .main_ttl {
    margin-top: -2rem;
  }
}

.tp_sec06 {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 0 0 50px;
  }
}
.tp_sec06:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 63%;
  background-color: #025B3A;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp_sec06:before {
    height: 83%;
  }
}
.tp_sec06 .ttl03 .bg_en_ttl span {
  color: #05C665;
}
.tp_sec06 .ttl05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.tp_sec06 .ttl05 img {
  max-width: 80px;
}
@media (max-width: 767px) {
  .tp_sec06 .ttl05 img {
    max-width: 40px;
  }
}

.tp_sec07 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec07 {
    padding: 50px 0;
  }
}
.tp_sec07 .ttl10.bg_ttl {
  position: relative;
}
.tp_sec07 .ttl10.bg_ttl:before {
  content: "JOB DETAIL";
  display: inline-block;
  font-size: 140px;
  font-weight: 700;
  color: #DFEEDF;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 80%;
}
@media (max-width: 1024px) {
  .tp_sec07 .ttl10.bg_ttl:before {
    font-size: 70px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .tp_sec07 .ttl10.bg_ttl:before {
    font-size: 40px;
    width: 70%;
  }
}

.tp_sec08 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/home/sec08/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .tp_sec08 {
    padding: 50px 0;
  }
}

.tp_sec09 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  position: relative;
  background-color: #E7F2EE;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec09 {
    padding: 50px 0;
  }
}

.tp_sec10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec10 {
    padding: 50px 0;
  }
}

.tp_sec11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec11 {
    padding: 50px 0;
  }
}

.tp_lead {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/home/tp_lead/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .tp_lead {
    padding: 70px 0;
  }
}

.tp_recruit {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/home/tp_recruit/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .tp_recruit {
    padding: 50px 0;
  }
}
.tp_recruit .ttl03 .bg_en_ttl span {
  color: rgba(255, 255, 255, 0.2);
}
.tp_recruit .ttl03 .main_ttl .jp_ttl span {
  color: #fff;
}
@media (max-width: 1024px) {
  .tp_recruit .ttl03 .bg_en_ttl span {
    font-size: 60px;
  }
  .tp_recruit .ttl03 .main_ttl {
    margin-top: -2rem;
  }
}
/*# sourceMappingURL=css_map/style_home.css.map */
