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

.content.interview {
	padding: 0;
}

/* ************************************************************* */
/*          INTERVIEW TOP  RAYOUT
/* ************************************************************* */

.interview .list_block {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.interview .list_block a {
	color: #004831;
	display: block;
	transition: ease 0.5s all;
}

.interview .list_block a:hover {
	opacity: 0.7;
}

.interview .list_block dl {
	width: 100%;
	background-color: #F9F9F9;
}

.interview .list_block dt {
	width: 100%;
	aspect-ratio: 3 / 2;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url("../../images/common/Ico_awesome.png");
	background-repeat: no-repeat;
	background-position: center;
}

.interview .list_block dd {
	width: 90%;
	margin: -7px 0 0;
	padding: 0 5% 20px;
	background-color: #F9F9F9;
	float: left;
}

.interview .list_block dd h3 {
	font-size: 16px;
	color: #004831;
	height: 50px;
	overflow: hidden;
}

.interview .list_block dd p {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #008B5F;
	font-size: 12px;
	line-height: 1.3em;
}


/* ************************************************************* */
/*          INTERVIEW DETAIL  RAYOUT
/* ************************************************************* */

.interview_detail .profile {
	width: 100%;
	margin: 50px 0 20px;
	border-bottom: #A7D821 1px solid;
}

.interview_detail .profile p {
	color: #008B5F;
	font-size: 12px;
}

.interview_detail .profile h2 {
	color: #004831;
	font-size: 18px;
	margin: 10px 0;
}

.interview_detail .main_img {
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
	display: flex;
}

.interview_detail .main_img img {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

.interview_detail .block {
	width: 100%;
	margin: 30px 0;
	float: left;
}

.interview_detail .glid {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.interview_detail p.question,
.interview_detail .glid .question {
	font-weight: 700;
	color: #A7D821;
}

.interview_detail .glid.right {
	float: right;
}

.interview_detail .glid img,
.interview_detail .wp-block-image img {
	max-width: 380px;
	float: left;
}

.interview_detail .glid.right img {
	float: right;
}

.interview_detail .interview h2 {
	color: #004831;
	font-size: 24px;
	text-align: center;
	margin: 30px 0;
}

.interview_detail .interview dd h3 {
	color: #004831;
	font-size: 16px;
}

.interview_detail .glid table,
.interview_detail .wp-block-table table {
	width: 100%;
	margin: 10px 0;
	border: none;
}

.interview_detail .glid td,
.interview_detail .wp-block-table table td {
	width: 100%;
	float: left;
	border: none;
	padding: 0;
}

.interview_detail .glid td:nth-of-type(1),
.interview_detail .wp-block-table table td:nth-of-type(1) {
	font-weight: 700;
	color: #004831;
}

.interview_detail .btn_box {
	width: 100%;
	margin: 0;
	padding: 0;
}

.interview_detail .btn_box {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	display: flex;
}

.interview_detail .btn_box .btn {
	width: 240px;
	margin: 0 auto;
	padding: 0;
}

.interview_detail .btn_box .btn a {
	width: 100%;
	display: block;
	background-color: #004831;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	background-image: url("../../images/common/arr_back.svg");
	background-repeat: no-repeat;
	background-position: center left 20px;
	transition: ease 0.5s all;
	opacity: 1;
}

.interview_detail .btn_box .btn a:hover {
	opacity: 0.7;
}


/* ************************************************************************************
          Responsive Layout Whideth 1000px
*************************************************************************************** */
@media only screen and (max-width: 1000px) {

.interview .list_block {
	grid-template-columns: 1fr 1fr;
}

.interview .list_block dt {
	height: auto;
}

.interview_detail .glid img,
.interview_detail .wp-block-image img {
	max-width: 90%;
}

}

/* ************************************************************************************
          Responsive Layout Whideth 680px
*************************************************************************************** */
@media only screen and (max-width: 680px) {

.interview_detail .glid { width: 100%;padding-bottom: 20px; }

.interview_detail .glid img,
.interview_detail .wp-block-image img { float: left;margin: 0 5%; }

}

/* ************************************************************************************
          Responsive Layout Whideth 580px
*************************************************************************************** */
@media only screen and (max-width: 580px) {

.content.interview_detail { padding: 0 0 50px; }

.interview .list_block { grid-template-columns: 1fr; }

.interview .list_block dd h3 { height: auto; }

}


