@charset "UTF-8";
/* CSS Document */

/*------社員インタビュー----*/


@media screen and (min-width: 821px){

.interview-pieces{
	width: 100%;
	background-image: url("../recruit/back-check.png");
	background-size: 50px 50px;
	padding-top: 150px;
	padding-bottom: 100px;
	z-index: -2;
}

.interview-pieces .int-link-p{
	max-width: 550px;
	width: 90%;
	height: auto;
}
.int-p{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.int-p-img{
	max-width: 550px;
	width: 50%;
	float: left;
	margin-right: 25px;
}
.int-p-img img{
	width: 100%;
	height: auto;
	}
	
	
.text{
	max-width: 500px;
	width: 45%;
	float: right;
}



.text img{
	float: left;
	margin-right: 15px;
	
}
.int-text1-p{
	font-size: 24px;
	font-weight: bold;
	color: #0096df;
	margin-top: 15px;
}
.int-text1-2-p{
	font-size: 37px;
	font-weight: bold;
	color: #0096df;
	line-height: 150%;
}
.int-link-line-p{
	width:100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 0;
	border-right: 0;
	margin: 20px auto;
}

.int-text3-p{
	font-size: 25px;
	color: #333;
	line-height: 160%;
}
}


@media screen and (min-width: 981px){
	.int-text2-p{
	font-size: 36px;
	font-weight: bold;
	color: #0096df;
	line-height: 130%;
	margin-top: 30px;
}

}

@media screen and (min-width: 821px) and (max-width: 980px){
	.int-text2-p{
	font-size: 30px;
	font-weight: bold;
	color: #0096df;
	line-height: 130%;
	margin-top: 30px;
}
}


@media screen and (max-width: 820px){
	
.interview-pieces{
	width: 100%;
	background-image: url("../recruit/back-check.png");
	background-size: 50px 50px;
	padding-top: 80px;
	padding-bottom: 100px;
	z-index: -2;
}
	
.interview-pieces .int-link-p{
	width: 540px;
	margin: 80px auto;
}
.int-p{
	width: 550px;
	margin: 0 auto;
}
.int-p-img{
	width: 550px;
	margin-left: 25px;
}
.text{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.text img{	
	margin: 0 auto;
}
.int-text1-p{
	font-size: 24px;
	font-weight: bold;
	color: #0096df;
	margin-top: 15px;
}
.int-text1-2-p{
	font-size: 37px;
	font-weight: bold;
	color: #0096df;
	line-height: 150%;
}
.int-link-line-p{
	width:65%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 0;
	border-right: 0;
	margin: 20px auto;
}
.int-text2-p{
	font-size: 36px;
	font-weight: bold;
	color: #0096df;
	line-height: 130%;
	margin-top: 30px;
}

.int-text3-p{
	font-size: 25px;
	color: #333;
	line-height: 160%;
	margin-bottom: 50px;
}
	


.int1{
	width: 540px;
	height: 800px;
	float: left;
	padding-top: 530px;
	background-image: url("../recruit/interview1.png?202606");
	background-size: cover;
	margin-bottom: 50px;
}
.int2{
	width: 540px;
	height: 800px;
	float: right;
	padding-top: 530px;
	background-image: url("../recruit/interview2.png?202606");
	background-size: cover;
	margin-bottom: 50px;
}
.int3{
	width: 540px;
	height: 800px;
	float: left;
	padding-top: 530px;
	background-image: url("../recruit/interview3.png?202606");
	background-size: cover;
	margin-bottom: 50px;
}
.int4{
	width: 540px;
	height: 800px;
	float: right;
	padding-top: 530px;
	background-image: url("../recruit/interview4.png");
	background-size: cover;
	margin-bottom: 50px;
}


.int-text1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}
.int-text2{
	font-size: 25px;
	color: #0096df;
	text-align: center;
	font-weight: bold;
}
.int-text3{
	font-size: 18px;
	color: #333;
	text-align: center;
}

}




@media screen and (min-width: 821px){
	
.coment{
	width: 90%;
	max-width: 1080px;
	border: 1.5px solid #333;
	background-color: #fff;
	padding: 40px;
	margin-top: 50px;
	box-shadow: 20px 20px 0px rgb(69 163 225 / 30%);

}
.coment-text{
	width: 100%;
/* 追加 */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 25px;
}	
	
/* 左文字 */
.coment-text .text-left{
	width: 70%;
	order: 1;
}

/* 右画像 */
.coment-text .img-right{

	margin-top: 25px;
	order: 2;
}


/* 画像 左 */
.coment-text .img-left{
	margin-top: 25px;
	order: 1;
}
.coment-text .img-left2{
	margin-top: 25px;
	order: 1;
}
.coment-text .img-left2 img{
	width: 350px;
	height: auto;
	margin-top: 0px;
	order: 1;
}
/* 文字 右 */
.coment-text .text-right{
	width: 70%;
	order: 2;
	}

.coment .icon,.coment-end .icon,.coment-time .icon{
	float: left;
	margin-right: 10px;
}
.coment h3,.coment-end h3,.coment-time h3{
	font-size: 28px;
	color: #0096df;
	font-weight: bold;
	margin-top: 10px;
}
.coment p,.coment-end p,.coment-time p{
	font-size: 20px;
	color: #333;
	margin-top: 20px;
}



.coment-time{
	width: 90%;
	max-width: 1080px;
	border: 1.5px solid #333;
	background-color: #fff;
	padding: 30px;
	margin-top: 50px;
	box-shadow: 20px 20px 0px rgb(69 163 225 / 30%);
}
	

.coment-time dl{
	width: 100%;
	margin: 30px auto;
}

.coment-time dl .time{
  display: flex;
	font-size: 23px;	
	gap:10px;
}
.time dt,
.time dd {
 padding: 10px 2%;
	letter-spacing: 3px;
}
.time dt{
	width: 20%;
	border-bottom: 1.5px solid #0096df;
	color: #0096df;
}
.time dd{
	width: 76%;
	border-bottom: 1.5px solid #0096df;
	color: #333;
}

}

@media screen and (max-width: 820px){


.coment{
	width: 90%;
	border: 1.5px solid #333;
	background-color: #fff;
	padding: 40px;
	margin-top: 50px;
	box-shadow: 20px 20px 0px rgb(69 163 225 / 30%);

}
.coment-text{
	width: 100%;
}	
	
/* 左文字 */
.coment-text .text-left{
	width: 100%;
}

/* 右画像 */
.coment-text .img-right{
	width: 70%;
	margin: 25px auto 0;
}


/* 画像 左 */
.coment-text .img-left{
	width: 70%;
	margin: 25px auto 0;
	}

/* 文字 右 */
.coment-text .text-right{
	width: 100%;	
	}
	
.coment-text .img-right img,.coment-text .img-left img{
	width: 100%;
	height: auto;
}
.coment-text .img-left2 img{
	width: 70%;
	height: auto;
	margin: 25px auto 0;
}
	
.coment .icon,.coment-end .icon,.coment-time .icon{
	float: left;
	margin-right: 10px;
}
.coment h3,.coment-end h3,.coment-time h3{
	font-size: 32px;
	color: #0096df;
	font-weight: bold;
	margin-top: 10px;
}
.coment p,.coment-end p,.coment-time p{
	font-size: 24px;
	color: #333;
	margin-top: 20px;
}



.coment-time{
	width: 90%;
	max-width: 1080px;
	border: 1.5px solid #333;
	background-color: #fff;
	padding: 30px;
	margin-top: 50px;
	box-shadow: 20px 20px 0px rgb(69 163 225 / 30%);
}
	

.coment-time dl{
	width: 100%;
	margin: 30px auto;
}

.coment-time dl .time{
  display: flex;
	font-size: 25px;	
	gap:10px;
}
.time dt,
.time dd {
 padding: 10px 2%;
	letter-spacing: 3px;
}
.time dt{
	width: 20%;
	border-bottom: 1.5px solid #0096df;
	color: #0096df;
}
.time dd{
	width: 76%;
	border-bottom: 1.5px solid #0096df;
	color: #333;
}

}	






/* 左右に横線あり */
.line-link {
	font-size: 36px;
	color: #0096df;font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	margin-top: 200px;
}
.line-link::before,
.line-link::after {
  background-color: #0096df; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 15%; /* 横線の長さ */
}
.line-link::before {
  margin-right: 15px; /* 文字との余白 */
}
.line-link::after {
  margin-left: 15px; /* 文字との余白 */
}



.link-other{
	width: 796px;
	display: flex;
	gap:20px;
	margin: 100px auto;
}
.link-other a{
	color: #333;
	display: block;
	padding: 250px 68px 10px;
	font-size: 18px;
}
.int-1{
	width: 252px;
	height: 304px;
	background-image: url("../recruit/itv1-link.png?202606");
	background-size: 252px 304px;
	background-repeat: no-repeat;
	 transition: transform 0.3s ease; /* 戻る時も含めてふわっと動かす */
}
.int-2{
	width: 252px;
	height: 304px;
	background-image: url("../recruit/itv2-link.png?202606");
	background-size: 252px 304px;
	background-repeat: no-repeat;
	 transition: transform 0.3s ease; /* 戻る時も含めてふわっと動かす */
}
.int-3{
	width: 252px;
	height: 304px;
	background-image: url("../recruit/itv3-link.png?202606");
	background-size: 252px 304px;
	background-repeat: no-repeat;
	 transition: transform 0.3s ease; /* 戻る時も含めてふわっと動かす */
}
.int-4{
	width: 252px;
	height: 304px;
	background-image: url("../recruit/itv4-link.png");
	background-size: 252px 304px;
	background-repeat: no-repeat;
	 transition: transform 0.3s ease; /* 戻る時も含めてふわっと動かす */
}

.int-1:hover,.int-2:hover,.int-3:hover,.int-4:hover{
  transform: translateY(-8px); /* 上に8px移動させる */
}


.back-r{
	width: 400px;
	height: 85px;
	background-color: #0096df;
	background-image: url("../recruit/yajirushi.png");
	background-size: 10px 20px;
	background-repeat: no-repeat;
	background-position: left 20px top 35px;
}
.back-r a{
	font-size: 25px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 27px 100px;
	display: block;
}
.back-r:hover{
	background-color: #007ece;
}