@charset "utf-8";
/* -----------------------------------------------
 index CSS
-------------------------------------------------- */
#index main {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  /*z-index: 1;*/
}
#index main .container-fluid {
  padding: 10% 0
}
/*========= オープニングムービー =========*/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.80);
  z-index: 2
}
.mv::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #172a2c;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .4;
  z-index: 3;
}
/* video */
.videoWrap {
  position: relative;
  /*background: url("../images/mv.png");*/
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
.videoWrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
/*ttl*/
.mv .mv-ttl {
  position: absolute;
  width: 60%;
  bottom: 5%;
  left: 5%;
  z-index: 1000
}
/*catch*/
.mv .mv-catch {
  position: absolute;
  width: 8%;
  bottom: 0;
  right: 3%;
  z-index: 1000
}
/*お知らせ（サムネイル付）*/
#news {
  position: relative;
  padding: 8% !important;
}
#news .button_more {
  position: absolute;
  left: 7%;
  top: 50%;
}
.responsive {
  position: relative;
  top: 0;
  left: 5%;
  width: 95%;
  overflow: hidden;
  padding: 20px
}
.responsive ul li {
  width: 32%;
  margin: 10px;
  overflow: hidden;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
  position: relative;
  top: 0;
}
.responsive ul li div {
  display: block;
  overflow: hidden;
  padding: 1.5em;
}
.responsive ul a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.responsive ul li a:hover {
  color: #40403F;
}
.responsive ul li span.date {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #939393;
  margin-bottom: .5em
}
.responsive ul li span.photo {
  display: block;
  text-align: center;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.responsive ul li img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}
.responsive ul li:hover img {
  transform: scale(1.15);
}
.responsive ul li span.date.new {
  background-image: url(../images/icon_new.svg);
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: left 7.5em top -3px;
}
.responsive ul li span.title {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 2;
}
/*---サムネイル写真のリサイズ---*/
.responsive li span.photo .resize {
  object-fit: cover;
  width: 100%;
  height: 230px;
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}
/*photo*/
.p-box {
  position: relative;
  padding: 0;
  border: 1px solid #ccc
}
.photo01 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 40%;
  z-index: 2
}
.photo02 {
  position: absolute;
  top: 7%;
  left: 23%;
  width: 20%;
  z-index: 1
}
.photo03 {
  position: absolute;
  right: 5%;
  top: -5%;
  width: 40%;
  z-index: 2
}
.photo04 {
  right: 28%;
  top: 20%;
  position: absolute;
  width: 20%;
  z-index: 1
}
/*サービス景*/
.service::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #172a2c;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
  z-index: 1;
}
.service .txt-box {
  padding: 10%
}
.number {
  font-size: 100px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: italic;
  text-align: center
}
#s01 {
  background-image: url("../images/index_bg_s01.jpg");
  background-size: cover
}
#s02 {
  background-image: url("../images/index_bg_s02.jpg");
  background-size: cover
}
#s03 {
  background-image: url("../images/index_bg_s03.jpg");
  background-size: cover
}
#s04 {
  background-image: url("../images/index_bg_s04.jpg");
  background-size: cover
}
.service h3 {
  font-family: var(--min);
  font-weight: 500;
  font-style: normal;
  text-align: center
}
.service ul {
  margin-top: 1em;
  border-top: 1px solid #ccc
}
.service ul li {
  border-bottom: 1px solid #ccc
}
.service ul li a {
  position: relative;
  display: block;
  padding: 1em;
  color: white;
  text-decoration: none
}
.service ul li a::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 5%;
  width: 20px;
  height: 10px;
  background-image: url("../images/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.service ul li a:hover {
  right: -3px;
}
/*BOX背景のための設定*/
.bg-top {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: white !important;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/index_sdgs.jpg")
}
.bg-top { /*parallax*/
  z-index: 1;
  background-attachment: fixed;
  /* overflow: hidden;*/
}
.bg-top::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_gradation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
	opacity: .8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-top { /*parallax*/
    background-attachment: scroll;
  }
}
/*奥から出てくる写真*/
#mp-box {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
#mp-box img {
  position: absolute;
}
#mp-box .mp1 {
  width: 15%;
  left: 2%;
  top: -25px;
  z-index: 3
}
#mp-box .mp2 {
  width: 13%;
  right: 0;
  top: -10px;
  z-index: 2;
}
#mp-box .mp3 {
  width: 10%;
  left: 5%;
  top: 50%;
  z-index: 1;
}
#mp-box .mp4 {
  width: 13%;
  left: 0;
  bottom: -20px;
  z-index: 3
}
#mp-box .mp5 {
  width: 10%;
  right: 5%;
  top: 62%;
  z-index: 3
}
#mp-box .mp6 {
  width: 10%;
  right: 0;
  top: 77%;
  z-index: 4
}
/*リクルート*/
#recruit {
  padding: 10% 8% 8% 8% !important
}
#recruit .row [class*="col-"], #recruit .row [class*="col-"] img {
  padding: 0 !important;
  margin: 0
}
#recruit .wt {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45%;
  z-index: 5
}
#recruit a.waku {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#recruit a.waku::before {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  content: "";
  padding: 25px;
  background-image: url("../images/p_waku.svg");
  background-size: 100% 100%;
  background-position: top left;
  z-index: 55;
  transition: .1s cubic-bezier(0.45, 0, 0.55, 1);
}
#recruit a img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
#recruit a.waku::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(23, 42, 44, .3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#recruit a:hover {
  opacity: 1;
}
#recruit a:hover img {
  transform: scale(1.1); /* 拡大 */
}
#recruit a.waku:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1
}
#recruit a.waku:hover::after {
  background-color: rgba(23, 42, 44, 0);
}
.rec_txt {
  position: relative;
  height: auto;
}
.rec_txt div {
  position: absolute;
  text-align: center;
  width: 85%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rec_txt div h3 {
  font-size: 4.2vw;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center
}
.rec_txt div h3 span {
  display: block;
  font-size: 40%
}
@media screen and (max-width:1200px) {
  .rec_txt div p {
    font-size: 14px;
  }
}
@media screen and (max-width:992px) {
  .rec_txt div p.txt {
    display: none
  }
}
/* -----------------------------------------------
1024px以下
-------------------------------------------------- */
@media screen and (max-width:1025px) {
  .responsive {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 20px
  }
  #news .button_more {
    position: absolute;
    left: 10%;
    bottom: 7%;
  }
}
/* -----------------------------------------------
992px
-------------------------------------------------- */
@media screen and (max-width: 992px) {
  .photo01 {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    width: 25%;
    z-index: 2
  }
  .photo02 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 20%;
    z-index: 1
  }
  .photo03 {
    position: absolute;
    right: 0;
    top: -10%;
    width: 40%;
    z-index: 2
  }
  .photo04 {
    right: 25%;
    top: 15%;
    position: absolute;
    width: 20%;
    z-index: 1
  }
  #news .button_more {
    position: relative;
    left: 0;
    bottom: 5%;
    margin-bottom: 5%
  }
}
/* -----------------------------------------------
 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* mv */

.mv {
  position: relative;
  width: 100%;
   height:100%;
	margin-top: 60px
}
/* video */
.videoWrap {
  position: relative;
  width: 100%;
   height:100%;
}
.videoWrap video {
  width: 100%;
  height: 100%;
position: static; /* または初期値 */
  transform: none; /* または初期値 */
	display:flex;、align-items: end;
	}
/*ttl*/
.mv .mv-ttl {
  position: absolute;
  width: 40%;
  bottom: 8%;
}
/*catch*/
.mv .mv-catch {
  position: absolute;
  width: 40px;
	bottom: -20px
}

  }
/* -----------------------------------------------
smartPhone
-------------------------------------------------- */
@media screen and (max-width: 576px) {
/*catch*/
.mv .mv-catch {
  position: absolute;
  width: 20px;
}
  .number {
    font-size: 50px !important;
  }
  .button_more.small {
    display: none
  }
}