@charset "utf-8";
/* CSS Document */

.content {
    display: none;
}
.content.show {
    display: block;
}


/*採用トップ画像*/
.recruit_top_img{
	width: 900px;
	margin: 0 auto;
	
}


/*タブ切り替えコンテンツ(社員の声)*/
.syain_message_contents{
	width: 900px;
	margin: 0 auto;
	
}
.syain_message_contents h3{
	width: 900px;
	margin: 0 auto;
	
	background:  linear-gradient(90deg, #0082ff, #283bb5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	text-align: center;
	font-size: 34px;
	margin: 100px auto 40px;
} 

.message_cont{
	display: flex;
	justify-content: space-between;
}

.message_cont .list_left, .message_cont .list_right{
	width: 50%;
}
.message_cont .list_right{
	margin: 40px 0 0 0;
}

.syain_message_contents li h5{
	color: #003cb4;
	font-size: 21px;

	
}
.syain_message_contents li{
	margin: 20px 0;
	padding: 20px;
	 background-image: linear-gradient(0deg, #ffffff, #e6ecf8 70%);
}

.tab-container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.tab-container div{
	display: flex;
	width: 48%;
    text-align: center;
	    justify-content: space-around;
    align-items: center;
	
}

.tab-container .tab{
	
/*	padding: 20px;
	font-size: 21px;
	border: 1px solid;
	border-radius: 30px;
	border-image:linear-gradient(90deg, #0082ff, #283bb5) 1;
	*/
	background:  linear-gradient(90deg, #0082ff, #283bb5);
	border-radius: 16px;
    padding: 2px;  
	margin: 4px auto;
}


.tab-container .tab span{
	 background: #FFFFFF;
	border-radius: 16px;
    padding: 10px;
	width: 100%;
	
	
}



.tab-container .click span{
		background:  linear-gradient(90deg, #0082ff, #283bb5);
	color: #FFFFFF;
}

/*採用情報*/

.saiyou{
	background-image: url("../img/recruit/saiyou_back.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.saiuoi_img{
	width: 800px;
	margin: 40px auto 0;
}


.saiyou table{
	width:50%;
	border: none;
	margin: 0 auto;
}

.saiyou table th,.saiyou table td{
	border:none;
	padding: 20px;
}


.saiyou h3 {

    margin: 20px auto 40px;
}

.saiyou p{

	text-align: center;
}


.kensyu{
	margin: 20px auto;
	width: 900px;
	text-align: center;
}

.kensyu h3{
	    width: 900px;
    margin: 0 auto;
    background: linear-gradient(90deg, #0082ff, #283bb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 34px;
    margin: 100px auto 40px;
}

.kensyu_img ul{

	display: flex;
}

.kensyu_img li{
	background-color: #9E9E9E!important;
	margin: 8px;
	width: 48%;
	padding: 10px;
	height: 280px;
}



/*一日の流れ*/
#day_wrap{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
	background-color: #E6ECF8;
}


.day_title{
	background-color: #0082FF;
	width: 400px;
	margin: 0 auto 40px;
	text-align: center;
}

.day_title h3 {
    margin: 0 auto;
	
	color: #FFFFFF;
    font-size: 34px;
	margin: 0 auto;
	padding: 30px 10px;
	
}


.day_img_cont img.on_img {
  animation: 5s zoomFadeIn forwards;
}




@keyframes zoomFadeIn {
  0% {
    opacity: 0;
   
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
 
  }
}

/*画像調整*/

.day_img{
	text-align: center;
	
}

.day_img_cont{
	width: 500px;
	margin: 0 auto;
	position: absolute;
	height: 500px;
	/* top: 0; */
	bottom: 0;
	left: 0;
	right: 0;
}

.feedin{
 position: absolute;
      top: 0;
      left: 0;
	right: 0;
	bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0; /* 初期状態は透明 */
      transition: opacity 1s ease-in; /* フェードインの時間を設定 */
}
.feedin.on_img{
opacity: 1; /* 表示する画像 */
}


.day_base{
	
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
	z-index: 0;
}

.day_img_cont_base{
		width: 500px;
		margin: 0 auto;
		/* position: absolute; */
		height: 500px;
}






/************SP用**************/
@media screen and (max-width:500px) {


/*採用トップ画像*/
.recruit_top_img{
	width: 100%;
	margin: 0 auto;
	position: relative;
	top:30vw;
		z-index: -1;
}
	
	
.syain_message_contents {
    width:100%;
    margin: 0 auto;
	position: relative;

}
	

.syain_message_contents h3{
	width: 100%;
	margin: 0 auto;
	
	text-align: center;
	font-size: 6vw;
	margin: 40vw auto 10vw;
} 
	
	#syain_message_wrap{
		position: relative;

	}
	
	/**/
	
	.tab-container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
	}

	.tab-container .tab{
	    display: flex;
    width: 90%;
    text-align: center;
    justify-content: space-around;
    align-items: center;
		font-size: 4.5vw;
		
		}

	
	
	
	.message_cont {
    flex-direction: column;
}
	
	.content h4{
		display: block;
		font-size: 5vw;
		text-align: center;
		margin: 10vw auto;
	}
	
	
	
	
	.syain_message_contents li {
    margin: 0 auto 10vw;
    padding: 2vw;
	width: 100%;

}
	
	.message_cont .list_left, .message_cont .list_right {
    width: 90%;
		margin: 0 auto;
}
	
	.message_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}
	.message_cont ul{
		padding: 0;
		margin: 0 auto;
	}
		.message_cont ul li{
		font-size: 3.5vw;
			margin: 0 auto;
			
	}
	
	.syain_message_contents li h5 {
    font-size: 5vw;
		letter-spacing: -0.2vw;
	}
	
	/*採用*/
	.saiuoi_img {
    width: 100%;
    margin: 40px auto 0;
}
	.saiyou{
		width: 90%;
		margin: 0 auto;
	}
	
    .saiyou h3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 6vw;
        margin: 10vw auto;
    }
	
	.saiyou table{
		display: flex;
		width: 90%;
		margin: 0 auto;
		
		
	}
	
.saiyou table tr {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: flex-start;
	
	font-size: 4vw;
    }	

	.saiyou table th,.saiyou table td {
		padding: 2vw ;
	
	font-size: 4vw;
    }
	
	
	
	
	
/*一日の流れ*/
#day_wrap{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
	background-color: #E6ECF8;
}


.day_title{
	width:60%;
	margin: 0 auto 20vw;
}

.day_title h3 {
    font-size: 5vw;
	margin: 0 auto;
	padding: 4vw 4vw;
	
}
	
	/*像調整*/



.day_img_cont{
	width: 100%;
	/* top: 0; */
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vw;
}

.feedin{
 position: absolute;
      top: 0;
      left: 0;
	right: 0;
	bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0; /* 初期状態は透明 */
      transition: opacity 1s ease-in; /* フェードインの時間を設定 */
}
.feedin.on_img{
opacity: 1; /* 表示する画像 */
}


.day_base{
	
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
      width: 100%;
      height: 100%;
	z-index: 0;
}

.day_img_cont_base{
		margin: 0 auto;
		width: 100%;
	height: 100vw;


}

	
}


