@charset "utf-8";
/* -----------------------------------------------
 index CSS
-------------------------------------------------- */
/* mv */
.mv {
  position: relative;
  top: 0;
  height: 100vh;
  display: flex;
}
.mv-title {
  position: absolute;
  max-width: 800px;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  text-align: center;
}
.mv-title img {
  width: 600px;
  margin: 0 auto
}
.mv-title p {
  color: white;
  margin-left: 1em;
  font-size: 16px;
  line-height: 2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* video */
.video {
  width: 100%;
  height: 100vh;
  background: url("../images/mv01.jpg");
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.video::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/*-- scrolldown --*/
.scrolldown {
  color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
}
.scrolldown a {
    padding-top: 50px;
  color: #fff;
    font-size: 14px
}
.scrolldown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrow 1.5s infinite;
  animation: arrow 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*recruit-btn*/
.recruit-btn{
    position: absolute;
    right: 20px;
    bottom: -30px;
    width: 200px;
    height: 200px;
    z-index: 100;
    animation: move-y 1s infinite alternate ease-in-out;
}
.recruit-btn a:hover{
    opacity: 1;
}
.recruit-btn img{
    transition: transform .6s ease; /* ゆっくり変化させる */
}
.recruit-btn a:hover img{
  transform: scale(1.1); /* 拡大 */
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(6px);
  }
}
.index-p01{
    padding: 0
}
.index-p01 img{
    width: 100%;
    height: 100%;
  object-fit: cover;
}
/*トップ写真設定*/
.top-photo {
  position: absolute;
  padding: 10px 0;
  width: 50%;
  z-index: 1;
  overflow: hidden;
  height: 600px
}
.top-photo img {
  width: 100%;
  height: auto;
}
/*recruit*/
#index-recrit {
  position: relative;
  color: white;
  background: rgb(0, 71, 157);
  background: linear-gradient(90deg, rgba(0, 71, 157, 1) 0%, rgba(42, 125, 248, 1) 100%);
}
#index-recrit img{
    position: absolute;
    width: 50%;
    max-width: 650px;
    top:0;
    bottom: 0;
    left: -20px
}
/*eventa*/
ul#eventa_list{
	padding:0;
}
ul#eventa_list li{
    width: 100%;
	box-sizing: border-box;
    border-bottom: 1px solid var(--line);
    padding:1em;
    list-style: none;
    line-height: 2
}
ul#eventa_list a {
    position: relative;
    display: block;
	color: #000;
	text-decoration: none;
    padding-right: 2em
}
ul#eventa_list li a::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #595959;
    border-right: solid 2px #595959;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 0;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

ul#eventa_list li a:active{
    /* ボタンをクリックしたときに沈むように見える動き */
    box-shadow: 0 0 0 #C62828;
}
ul#eventa_list li a:hover {
	color: #40403F;
}
ul#eventa_list li span.date{
	display:block;
	font-weight: 400;
	color: #000;
  font-family: 'Roboto', sans-serif;
}
/*ul#eventa_list li span.date.new{
	background-image: url(../eventa/images/icon_new.svg);
	background-size: 70px 18px;
	background-repeat: no-repeat;
	background-position: left 320px top 5px;
}*/
ul#eventa_list li span.title{
	display:block;
}
ul#eventa_list.no_date li span.title{
	display:block;
    padding-left: 0
}
/* イベン太icon設定*/
.ei, .ei02, .ei03{
	background-repeat: no-repeat;
	background-position: 6.5em 05px;
    background-size: 90px 
}
.ei {background-image: url("../images/e_icon01.png");}
.ei02 {background-image: url("../images/e_icon03.png");}
.ei03 {background-image: url("../images/e_icon02.png");}

/* イベン太icon＋new設定*/
ul#eventa_list li span.date.new.ei,
ul#eventa_list li span.date.new.ei02,
ul#eventa_list li span.date.new.ei03{
	background-image: url("../images/e_icon01.png"), url(../images/icon_new.svg);
	background-position: 6.5em 5px, 13em 8px;
	background-size: auto 22px, auto 15px;
	background-repeat: no-repeat,no-repeat;
}
ul#eventa_list li span.date.new.ei02{background-image: url("../images/e_icon03.png"), url(../images/icon_new.svg);}
ul#eventa_list li span.date.new.ei03{background-image: url("../images/e_icon02.png"), url(../images/icon_new.svg);}


/* -----------------------------------------------
1024px以下
-------------------------------------------------- */
@media screen and (max-width:1024px) {
  /* mv */
  .mv {
    height: 100vh;
  }
  /* video */
  .video {
    width: 100%;
    height: 100vh;
  }
/*-- scrolldown --*/
.scrolldown {
    bottom: 12%;
}
  /*トップ写真設定*/
  .top-photo {
      display: none
}
.index-p01{
    padding: auto 0
}
.index-p01 img{
    width: 85%;
    height: auto;
  object-fit: contain;
}
#index-recrit img{
    position: relative;
    width: 90%;
    max-width: 650px;
    top:0;
    bottom: 0;
    left: 0
}
}
/* -----------------------------------------------
 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* mv */
  .mv {
    height: calc(100vh - 10%)
  }
  .mv-title {
    max-width: 60%;
    top: 35%;
  }
  .mv-title p {
    font-size: 13px;
  }
/*recruit-btn*/
.recruit-btn{
    position: absolute;
    right: 20px;
    bottom: -30px;
    width: 120px;
    height: 120px;
}
.index-p01{
    height: 300px;
    overflow: hidden
}
.index-p01 img{
    width: 85%;
}
}
/* -----------------------------------------------
smartPhone
-------------------------------------------------- */
@media screen and (max-width: 576px) {
  .mv-title {
    max-width: 80%;
  }
}