@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用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;
}
*/
/*

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

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
header #menu-header-navi li a {
  color: #fff;
}

header.fixed #menu-header-navi li a {
  color: #333;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: calc(100vh);
  position: relative;
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
}

@media screen and (max-width: 767px) {
  #main_visual {
    height: calc(75vh - 60px);
  }
}

#main_visual .copy_text {
  position: absolute;
  z-index: 3;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text {
    width: 80%;
  }
}

#main_visual .copy_text img {
  max-width: 100%;
}

#main_visual .mv_news_container {
  background: #ffffff;
  width: 60%;
  max-width: 1200px;
  padding: 25px 40px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  #main_visual .mv_news_container {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  #main_visual .mv_news_container {
    width: calc(100% - 20%);
    bottom: 10%;
  }
}

#main_visual .mv_news_container .category_c a {
  background-color: #00173A;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  /* max-width: 140px; */
  width: auto;
  padding: 3px 10px;
  text-align: center;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_news_container .category_c a {
    margin-left: 10px;
  }
}

#main_visual .mv_news_container .mv_news_text {
  width: 100%;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_visual .mv_news_container .mv_news_text:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: -1.5em;
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_news_container .mv_news_text:after {
    display: none;
  }
}

#main_visual .mv_news_container .mv_news_text .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

#main_visual .mv_news_container .mv_news_text .loop_text_container {
  width: 80%;
  margin-left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

#main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text {
    font-size: 14px;
  }
}

#main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text:nth-of-type(1) {
  -webkit-animation: loop 30s -15s linear infinite;
          animation: loop 30s -15s linear infinite;
}

#main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text:nth-of-type(2) {
  -webkit-animation: loop2 30s linear infinite;
          animation: loop2 30s linear infinite;
}

#main_visual .mv_news_container .hover_wide_btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  #main_visual .mv_news_container .hover_wide_btn {
    right: 20px;
  }
}

#main_visual .mv_news_container .hover_wide_btn:before {
  content: "";
  background: #54585A;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#main_visual .mv_news_container .hover_wide_btn:after {
  content: "";
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -50%);
  transform: translate(-52%, -50%);
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh);
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: calc(50vh);
  }
}

.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh);
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: calc(50vh);
  }
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: calc(50vh);
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}

@media screen and (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 screen and (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 screen and (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .thum_list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .home .thum_list li {
    width: calc((100% - 20px) / 2);
  }
  .home .thum_list li:nth-child(2n) {
    margin-right: 0;
  }
  .home .thum_list li:nth-child(3) {
    margin-top: 20px;
  }
  .home .thum_list li:nth-child(4) {
    margin-top: 20px;
  }
}

.home .thum_list li:nth-child(4n) {
  margin-right: 0;
}

.home .thum_list li h3 {
  font-size: inherit;
  font-weight: normal;
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec01 {
    padding: 0;
  }
}

.tp_recruit {
  position: relative;
  padding: 100px 0;
  background-image: url(../images/home/top_recruit_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .tp_recruit {
    padding: 50px 0;
  }
}

.tp_recruit .box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .tp_recruit .box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.tp_recruit .ttl01 {
  color: #fff;
}

.tp_recruit .ttl01 .eng_txt {
  color: #fff;
}

.tp_recruit .sub_images_ul {
  gap: 20px 80px;
}

@media screen and (max-width: 1024px) {
  .tp_recruit .sub_images_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 30px;
  }
}

.tp_recruit .sub_images_ul li {
  width: calc(100% / 3 - 55px);
}

@media screen and (max-width: 1024px) {
  .tp_recruit .sub_images_ul li {
    width: calc(100% / 3 - 20px);
  }
}

.tp_recruit .sub_images_ul li figure {
  text-align: center;
}

.tp_sec03 {
  padding: 80px 0;
  background-color: #F5F6F9;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec03 {
    padding: 50px 0;
  }
}

.tp_news {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_news {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=css_map/style_home.css.map */
