@charset "UTF-8";
/*************************************
	
トップページ2024

************************************/
.toprecruit-strong-wrap {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width:768px) {
  .toprecruit-strong-wrap {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
div.rec2024-container {
  max-width: 1000px;
  width: 88.3%;
  margin: 0 auto;
}
h3.rec2024 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
  color: #212121;
}
@media screen and (max-width:768px) {
  h3.rec2024 {
    font-size: 25px;
  }
}
/*************************************
	
トップページ2024 スライダー

************************************/
.recruit2024-mvwrap {
  position: relative;
}
.recruit2024-mvwrap h2 {
  position: absolute;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  /*font-weight: normal;*/
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 58px;
  text-align: left;
  color: #fff;
  text-shadow: 1px 2px 16px rgba(3, 3, 3, 0.86);
  bottom: 23px;
  left: 81px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .recruit2024-mvwrap h2 {
    background: #1a6aaf;
    position: static;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 28px;
	  padding: 25px 40px;
  }
}
.topslideslick img {
  height: calc(100vh - 119px);
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
.bgextend.un {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.bgextend.deux {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.deux:before {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.bgextend.trois {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; /*伸びる背景色の設定*/
}
.bgLRextend.deux::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}
/*************************************
	
トップページ2024 強み

************************************/
.emblem {
  width: 94px;
  height: 94px;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .emblem {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
}
div.strong-container {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  div.strong-container {
    margin-top: 30px;
  }
}
div.strong-box {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  div.strong-box {
    margin-bottom: 50px;
  }
  div.strong-box {
    flex-wrap: wrap;
  }
}
.strong-txt-box {
  width: 500px;
}
div.strong-container div.strong-box .strong-txt-box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: left;
  color: #1a6aaf;
  margin-bottom: 27px;
}
div.strong-container div.strong-box .strong-txt-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: left;
  color: #212121;
}
.strong-img-box {
  width: 420px;
}
div.strong-container div.strong-box:nth-child(even) .strong-txt-box {
  order: 2;
}
div.strong-container div.strong-box:nth-child(even) .strong-img-box {
  order: 1;
}
div.strong-container div.strong-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  div.strong-container div.strong-box .strong-txt-box h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 35px;
    margin-bottom: 10px;
  }
  div.strong-container div.strong-box .strong-txt-box p {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 28px;
    margin-bottom: 20px;
  }
  div.strong-container div.strong-box:nth-child(even) .strong-txt-box {
    order: 1;
  }
  div.strong-container div.strong-box:nth-child(even) .strong-img-box {
    order: 2;
  }
}
/*************************************
	
トップページ2024 GRIDBTN

************************************/
.toprecruit-grid ul {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .toprecruit-grid ul {
    flex-wrap: wrap;
  }
}
.toprecruit-grid ul li {
  padding: 40px 30px 30px;
}
@media screen and (max-width:768px) {
  .toprecruit-grid ul li {
    padding: 25px 27px 38px;
    width: 100%;
  }
}
.toprecruit-grid ul li:first-child {
  background-color: #1A59AF;
}
.toprecruit-grid ul li:nth-child(2) {
  background-color: #1A6AAF;
}
.toprecruit-grid ul li:nth-child(3) {
  background-color: #197BD0;
}
@media screen and (max-width:768px) {
  .toprecruit-grid ul li:first-child, .toprecruit-grid ul li:nth-child(2) {
    margin-bottom: 20px;
  }
}
.toprecruit-grid ul li a {
  display: block;
  height: 100%;
}
.toprecruit-grid ul li a h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:768px) {
  .toprecruit-grid ul li a h3 {
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 27px;
  }
}
.toprecruit-grid ul li a p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .toprecruit-grid ul li a p {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.toprecruit-grid ul li .img {
  max-width: 396px;
  /*height: 341px;*/
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .toprecruit-grid ul li .img {
    height: 210px;
  }
  .toprecruit-grid ul li .img img {
    object-fit: cover;
    object-position: center;
    height: 210px;
    width: 100%;
  }
}
.toprecruit-grid ul li a .img img {
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.toprecruit-grid ul li a:hover .img img {
  transform: scale(1.1); /* 拡大 */
}
/*************************************
	
トップページ2024 動画

************************************/
.toprecruit-movie {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  .toprecruit-movie {
    padding-top: 60px;
    padding-bottom: 51px;
  }
}
ul.rec2024-movie {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
ul.rec2024-movie li {
  width: 320px;
  height: 240px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  ul.rec2024-movie {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 0;
  }
  ul.rec2024-movie li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  ul.rec2024-movie li:last-child {
    margin-bottom: 0;
  }
}
/*************************************
	
トップページ2024 人を知る

************************************/
.toprecruit-human {
  background-color: #F9F9F9;
  padding: 100px 0;
}
@media screen and (max-width:768px) {
  .toprecruit-human {
    padding: 60px 0;
  }
}
.topslideslick2024.slider {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 60px;
}
p.subtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: center;
  color: #212121;
  margin: 40px auto 60px;
}
@media screen and (max-width:768px) {
  p.subtxt {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 26px;
    margin: 20px auto 30px;
  }
}
div.recruit2024interview-btn {
  width: 220px;
  height: 46px;
  margin: 0 auto;
}
div.recruit2024interview-btn a {
  display: block;
  border: 2px solid #212121;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 46px;
  color: #212121;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
div.recruit2024interview-btn a:hover {
  background: #1A6AAF;
  color: #fff;
}
/*************************************
	
トップページ2024 数字で見るヤマネ

************************************/
a.toprecruit-num-btn {
  display: block;
  width: 100%;
  height: 280px;
  background-image: url("../image/top2024/numback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
a.toprecruit-num-btn:before {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(5, 153, 220, 0.8);
}
a.toprecruit-num-btn:hover:before {
  opacity: 0;
}
a.toprecruit-num-btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
  color: #fff;
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-table;
  */
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
	z-index: 3;
}
.toprecruit-num {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  a.toprecruit-num-btn span {
    font-size: 28px;
  }
  .toprecruit-num .rec2024-container {
    width: 100%;
  }
  .toprecruit-num {
    margin-bottom: 0;
  }
}