/* ===========================================
 * interview use css
=========================================== */

#interview_link{
	padding: 70px 0;
}
#interview_linkInner h2{
	text-align: center;
	font-size: 32px;
	color: #133B6B;
	margin-bottom: 60px;
}
#interview_linkInner .block{
	display: flex;
	justify-content: space-between;
}
#interview_linkInner .block .box{
	width: 350px;
	box-sizing: border-box;
}

#interview_linkInner .block .box .img_box{
	width: 350px;
	background-position: left 0 top 20px;
	text-align: center;
	position: relative;
	z-index: 0;
}
#interview_linkInner .block .box:nth-of-type(1) .img_box{
	background: url("../img/interview/img03.png") no-repeat;
}
#interview_linkInner .block .box:nth-of-type(2) .img_box{
	background: url("../img/interview/img05.png") no-repeat;
}
#interview_linkInner .block .box:nth-of-type(3) .img_box{
	background: url("../img/interview/img07.png") no-repeat;
}
/* 青ぼかしレイヤー */
#interview_linkInner .block .box .img_box::after{
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #80C5E6;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: .4s;
  z-index: -1;
}

/* ホバーで表示 */
#interview_linkInner .block .box .img_box:hover::after{
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.2);
}
#interview_linkInner .block .box .img_box img{
	object-fit: cover;
	transition: .4s;
	transform-origin: bottom center;
}
#interview_linkInner .block .box:nth-of-type(1) .img_box img{
	width: 188px;
	height: 273px;
}
#interview_linkInner .block .box:nth-of-type(2) .img_box img{
	width: 207px;
	height: 268px;
}
#interview_linkInner .block .box:nth-of-type(3) .img_box img{
	width: 226px;
	height: 283px;
}
#interview_linkInner .block .box .img_box a:hover{
	opacity: 1;
}
#interview_linkInner .block .box .img_box img:hover{
	transform: scale(1.1);
}
#interview_linkInner .block .box .text_box{
	position: relative;
	z-index: 1;
}
#interview_linkInner .block .box .text_box h3{
	width: 290px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #5CC7F0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	letter-spacing: normal;
}
#interview_linkInner .block .box:nth-of-type(1) .text_box h3{
	margin: -40px auto 20px;
}
#interview_linkInner .block .box:nth-of-type(2) .text_box h3{
	margin: -35px auto 20px;
}
#interview_linkInner .block .box:nth-of-type(3) .text_box h3{
	margin: -50px auto 20px;
}
#interview_linkInner .block .box .text_box h3 span{
	font-size: 12px;
	font-weight: 700;
}
#interview_linkInner .block .box .text_box p{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}


.interview_main{
	padding: 70px 0;
}

.interview_mainInner .interview_main_content{
	width: 1440px;
	margin: 0 auto;
}
.interview_mainInner .interview_main_content .block{
	position: relative;
	height: 577px;
}
.interview_mainInner .interview_main_content .block .text_box{
	width: 1165px;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.interview_mainInner .interview_main_content .block .text_box h2{
	background: url("../img/interview/dc.png") no-repeat top left;
	font-size: 35px;
	padding: 30px 0 0 30px;
	line-height: normal;
}
.interview_mainInner .interview_main_content .block .text_box h3{
	font-size: 30px;
	color: #5CC7F0;
	padding: 70px 0 0 30px;
	line-height: normal;
}
.interview_mainInner .interview_main_content .block .text_box h3 span{
	font-size: 16px;
	font-weight: 700;
	color: #5CC7F0;
	display: block;
}
.interview_mainInner .interview_main_content .block .text_box p{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	padding: 20px 0 0 30px;
	line-height: normal;
}
.interview_mainInner .interview_main_content .block .img_box{
	width: 842px;
	height: 577px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.interview_mainInner .interview_main_content .block .img_box img{
	width: 842px;
	height: 577px;
	border-radius: 10px 0 0 10px;
	object-fit: cover;
}
.interview_mainInner .content dl{
	margin: 70px 0;
}
.interview_mainInner .content dl div{
	border-bottom: 1px solid #DADADA;
}
.interview_mainInner .content dl div:last-of-type{
	border-bottom: 0;
}
.interview_mainInner .content dl dt{
	font-size: 26px;
	font-weight: 700;
	padding: 50px 100px;
	position: relative;
}
.interview_mainInner .content dl dt::before{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 60px;
	font-weight: 900;
	line-height: 70px;
	text-align: center;
	content: "Q";
	color: #fff;
	background: #5CC7F0;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 25px;
}
.interview_mainInner .content dl dd{
	padding: 0 100px 60px;
}

.interview_mainInner .content .main_img{
	width: 1100px;
	height: 564px;
}
.interview_mainInner .content .main_img img{
	width: 1100px;
	height: 564px;
	border-radius: 10px;
	object-fit: cover;
}
.interview_mainInner .content .btn{
	width: 224px;
	height: 50px;
	background: #5CC7F0;
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
}
.interview_mainInner .content .btn a{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.interview_mainInner .content .btn a::after{
	content: url("../img/common/triangle.svg");
	padding-left: 10px;
}



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



#interview_link{
	padding: 70px 0;
}
#interview_linkInner h2{
	text-align: center;
	font-size: 32px;
	color: #133B6B;
	margin-bottom: 60px;
}
#interview_linkInner .block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#interview_linkInner .block .box{
	width: 280px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#interview_linkInner .block .box .img_box{
	width: 280px;
	background-position: left 0 top 20px;
	text-align: center;
	position: relative;
	z-index: 0;
}
#interview_linkInner .block .box:nth-of-type(1) .img_box{
	background: url("../img/interview/img03.png") no-repeat;
	background-size: 96px;
}
#interview_linkInner .block .box:nth-of-type(2) .img_box{
	background: url("../img/interview/img05.png") no-repeat;
	background-size: 96px;
}
#interview_linkInner .block .box:nth-of-type(3) .img_box{
	background: url("../img/interview/img07.png") no-repeat;
	background-size: 96px;
}
/* 青ぼかしレイヤー */
#interview_linkInner .block .box .img_box::after{
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #80C5E6;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: .4s;
  z-index: -1;
}

/* ホバーで表示 */
#interview_linkInner .block .box .img_box:hover::after{
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.2);
}
#interview_linkInner .block .box .img_box img{
	object-fit: cover;
	transition: .4s;
	transform-origin: bottom center;
}
#interview_linkInner .block .box:nth-of-type(1) .img_box img{
	width: 188px;
	height: 273px;
}
#interview_linkInner .block .box:nth-of-type(2) .img_box img{
	width: 207px;
	height: 268px;
}
#interview_linkInner .block .box:nth-of-type(3) .img_box img{
	width: 226px;
	height: 283px;
}
#interview_linkInner .block .box .img_box a:hover{
	opacity: 1;
}
#interview_linkInner .block .box .img_box img:hover{
	transform: scale(1.1);
}
#interview_linkInner .block .box .text_box{
	position: relative;
	z-index: 1;
}
#interview_linkInner .block .box .text_box h3{
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #5CC7F0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	letter-spacing: normal;
}
#interview_linkInner .block .box:nth-of-type(1) .text_box h3{
	margin: -40px auto 20px;
}
#interview_linkInner .block .box:nth-of-type(2) .text_box h3{
	margin: -35px auto 20px;
}
#interview_linkInner .block .box:nth-of-type(3) .text_box h3{
	margin: -50px auto 20px;
}
#interview_linkInner .block .box .text_box h3 span{
	font-size: 12px;
	font-weight: 700;
}
#interview_linkInner .block .box .text_box p{
	text-align: left;
	font-size: 20px;
	font-weight: 700;
}


.interview_main{
	padding: 70px 0;
}

.interview_mainInner .interview_main_content{
	width: 640px;
	margin: 0 auto;
}
.interview_mainInner .interview_main_content .block{
	position: relative;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.interview_mainInner .interview_main_content .block .text_box{
	order: 2;
	width: 580px;
	margin: 20px auto 0;
	position: relative;
	top: auto;
	left: auto;
	transform: translateX(0);
	z-index: 1;
}
.interview_mainInner .interview_main_content .block .text_box h2{
	background: url("../img/interview/dc.png") no-repeat top left;
	font-size: 32px;
	padding: 30px 0 0 30px;
	line-height: normal;
}
.interview_mainInner .interview_main_content .block .text_box h3{
	font-size: 30px;
	color: #5CC7F0;
	padding: 20px 0 0 30px;
	line-height: normal;
}
.interview_mainInner .interview_main_content .block .text_box h3 span{
	font-size: 18px;
	font-weight: 700;
	color: #5CC7F0;
	display: block;
}
.interview_mainInner .interview_main_content .block .text_box p{
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	padding: 20px 0 0 30px;
	line-height: normal;
}
.interview_mainInner .interview_main_content .block .img_box{
	order: 1;
	width: 640px;
	height: auto;
	position: relative;
	top: 0;
	right: 0;
	z-index: 0;
}
.interview_mainInner .interview_main_content .block .img_box img{
	width: 580px;
	height: auto;
	margin-left: 80px;
	border-radius: 10px 0 0 10px;
	object-fit: cover;
}
.interview_mainInner .content dl{
	margin: 70px 0;
}
.interview_mainInner .content dl div{
	border-bottom: 1px solid #DADADA;
}
.interview_mainInner .content dl div:last-of-type{
	border-bottom: 0;
}
.interview_mainInner .content dl dt{
	font-size: 26px;
	font-weight: 700;
	padding: 50px 0 50px 100px;
	position: relative;
}
.interview_mainInner .content dl dt::before{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 60px;
	font-weight: 900;
	line-height: 70px;
	text-align: center;
	content: "Q";
	color: #fff;
	background: #5CC7F0;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 25px;
}
.interview_mainInner .content dl dd{
	padding: 0 0 50px 100px;
}

.interview_mainInner .content .main_img{
	width: 580px;
	height: auto;
}
.interview_mainInner .content .main_img img{
	width: 580px;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
}
.interview_mainInner .content .btn{
	width: 380px;
	height: 60px;
	background: #5CC7F0;
	border-radius: 30px;
	margin: 0 auto;
	text-align: center;
}
.interview_mainInner .content .btn a{
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
}
.interview_mainInner .content .btn a::after{
  content: "";
  display: inline-block;
  width: 12px;   /* ←ここでサイズ調整 */
  height: 12px;  /* ←ここでサイズ調整 */
  margin-left: 10px;

  background: url("../img/common/triangle.svg") no-repeat center;
  background-size: contain;
}
	
}

