@charset "utf-8";
/*******************************************/
/* Main Visual　　 　　　　　　　　　　　　*/
/*******************************************/
#title {
	width: 100%;
	margin: 0;
	background-size: cover;
	background-position: left center;
}
.bg_news {
	background-image: url("../images/img_interview.jpg")
}
#title .inner {
	width: 100%;
	max-width: 1250px;
	padding: 90px 25px;
	margin: 0 auto;
	box-sizing: border-box;
}
#title .inner .title {
	width: 40%;
	margin: 0;
}
#title .inner .title h2 {
	font-family: 'Century Gothic', 'Avenir-Light', sans-serif;
	font-size: 42px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 10px 0;
}
#title .inner .title h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
}
@media screen and (max-width:750px) {
	#title {
		background-size: cover;
		background-position: center;
	}
	.bg_news {
		background-image: url("../images/img_interview_sp.jpg");
	}
	#title .inner {
		width: 100%;
		padding: 7.5% 5%;
		margin: 0;
	}
	#title .inner .title {
		width: 100%;
		margin: 0 auto 7.5% auto;
	}
	#title .inner .title h2 {
		font-size: 32px;
		font-weight: normal;
		line-height: 1em;
		margin: 0 0 2% 0;
		text-align: center;
	}
	#title .inner .title h3 {
		font-size: 16px;
		margin: 0 0 5% 0;
		font-weight: normal;
		text-align: center;
	}
}
/*******************************************/
/* MAIN                      　 　　　　　　 */
/*******************************************/
#interview {
	width: 100%;
	padding: 0;
	margin: 0;
}
#interview .inner {
	width: 100%;
	max-width: 1250px;
	padding: 60px 25px;
	margin: 0 auto;
	box-sizing: border-box;
}
/*******************************************/
/* HEAD                      　 　　　　　　 */
/*******************************************/
#interview .inner .head {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 4em;
	margin: 0 0 50px 0;
}
#interview .inner .head .left {
	width: 47.2%;
}
#interview .inner .head .left h4 {
	width: 100%;
	font-size: 38px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	margin: 40px 0 30px 20px;
}
#interview .inner .head .left h4 > span {
	position: relative;
	display: inline-block;
	margin: 0 0 20px 0;
}
#interview .inner .head .left h4 > span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -20px;
	top: -5px;
	right: -5px;
	background-color: #fed500;
	z-index: -1;
}
#interview .inner .head .left p {
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}
#interview .inner .head .left p span {
	font-size: 20px;
	line-height: 2em;
	font-weight: bold;
}
#interview .inner .head .right {
	width: 52.8%;
}
#interview .inner .head .right img {
	width: 100%;
	margin: 0;
}
#interview .inner .head .right a:hover {
	opacity: 0.7;
}
@media screen and (max-width:1240px) {
	#interview .inner .head .left h4 {
		font-size: 32px;
		margin: 5px 0 30px 20px;
	}
}
@media screen and (max-width:1100px) {
	#interview .inner .head .left h4 {
		font-size: 28px;
	}
}
@media screen and (max-width:900px) {
	#interview .inner .head .left {
		width: 55%;
	}
	#interview .inner .head .right {
		width: 45%;
	}
}
@media screen and (max-width:750px) {
	#interview .inner .head {
		display: block;
		margin: 0 0 7.5% 0;
	}
	#interview .inner .head .left, #interview .inner .head .right {
		width: 100%;
	}
	#interview .inner .head .left h4 {
		font-size: 34px;
		margin: 0 0 5% 20px;
	}
	#interview .inner .head .left p {
		margin: 0 0 5% 0;
	}
}
@media screen and (max-width:500px) {
	#interview .inner .head .left h4 {
		font-size: 22px;
		margin: 0 0 5% 15px;
	}
	#interview .inner .head .left h4 > span {
		margin: 0 0 15px 0;
	}
	#interview .inner .head .left h4 > span::before {
		left: -15px;
	}
	#interview .inner .head .left p {
		font-size: 13px;
	}
	#interview .inner .head .left p span {
		font-size: 16px;
	}
}
/*******************************************/
/* COPY                      　 　　　　　　 */
/*******************************************/
#interview .inner .copy {
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	line-height: 1.7em;
	margin: 0 0 30px 0;
}
@media screen and (max-width:750px) {
	#interview .inner .copy {
		font-size: 14px;
		margin: 0 0 7.5% 0;
	}
}
/*******************************************/
/* DATA                      　 　　　　　　 */
/*******************************************/
#interview .inner .data {
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	padding: 25px 0;
	margin: 0 0 75px 0;
	display: flex;
	justify-content: space-between;
}
#interview .inner .data .left {
	border-right: #999 1px solid;
	width: 25%;
	text-align: center;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#interview .inner .data .right {
	width: 70%;
	text-align: left;
}
#interview .inner .data .right p {
	font-size: 15px;
	line-height: 1.7em;
	margin: 0 0 15px 0;
}
#interview .inner .data .right p:last-child {
	margin: 0;
}
#interview .inner .data .right p span {
	font-size: 18px;
	line-height: 1.7em;
	font-weight: bold;
	text-indent: -1em;
	margin-left: 0.25em;
	display: block;
}
#interview .inner .data .right p span:before {
	content: '◆';
	display: inline-block;
	color: #fed500;
	width: 1em;
	text-indent: -0.25em;
}
@media screen and (max-width:1100px) {
	#interview .inner .data {
		display: block;
	}
	#interview .inner .data .left {
		border-right: none;
		border-bottom: #999 1px solid;
		padding: 0 0 25px 0;
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 1.7em;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#interview .inner .data .right {
		width: 100%;
		padding: 25px 25px 0 25px;
		display: flex;
	}
	#interview .inner .data .right p {
		margin: 0 40px;
	}
}
@media screen and (max-width:750px) {
	#interview .inner .data {
		padding: 3% 0;
		margin: 0 0 10% 0;
		display: block;
	}
	#interview .inner .data .left {
		font-size: 16px;
		padding: 0 0 2.5% 0;
	}
	#interview .inner .data .right {
		padding: 3% 0 0;
		display: block;
	}
	#interview .inner .data .right p {
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	#interview .inner .data .right p:last-child {
		margin: 0;
	}
	#interview .inner .data .right p span {
		font-size: 16px;
		text-indent: 0em;
		margin-left: 0.25em;
	}
}
/*******************************************/
/* CONTENTS                                */
/*******************************************/
#interview .inner .contents {
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
}
#interview .inner .contents.reverse {
	flex-direction: row-reverse;
}
#interview .inner .contents .text {
	width: 53.5%;
}
#interview .inner .contents .text.w100 {
	width: 100%;
}
#interview .inner .contents .text h5 {
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 0 30px 0;
}
#interview .inner .contents .text p {
	font-size: 16px;
	line-height: 1.7em;
	margin: 0 0 30px 0;
}
#interview .inner .contents .photo {
	width: 42.5%;
}
#interview .inner .contents .photo img {
	width: 100%;
	margin: 0;
}
@media screen and (max-width:750px) {
	#interview .inner .contents {
		margin: 0 0 10% 0;
		display: block;
	}
	#interview .inner .contents .text {
		width: 100%;
	}
	#interview .inner .contents .text h5 {
		font-size: 18px;
		line-height: 1.5em;
		margin: 0 0 5% 0;
	}
	#interview .inner .contents .text p {
		font-size: 14px;
		margin: 0 0 5% 0;
	}
	#interview .inner .contents .photo {
		width: 100%;
	}
}
/*******************************************/
/* FEATURE                   　 　　　　　　 */
/*******************************************/
#interview .inner .feature {
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin: 1em auto 75px auto;
	padding: 2.5em 2em 2em;
	border: 1px solid black;
	width: 100%;
	max-width: 850px;
	box-sizing: border-box;
}
#interview .inner .feature.w1000 {
	max-width: 1000px;
}
#interview .inner .feature .caption {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	transform: translateY(-50%) translateX(-50%);
}
#interview .inner .feature .photo {
	width: 27.5%;
	max-width: 220px;
	margin: 0 3.5% 0 0;
}
#interview .inner .feature .photo img {
	width: 100%;
	margin: 0;
}
#interview .inner .feature .text {
	display: flex;
	justify-content: center;
	align-items: center;
}
#interview .inner .feature .text p.copy {
	width: 100%;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 10px;
}
#interview .inner .feature .text p {
	width: 100%;
	flex-grow: 1;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	margin: 5px 0 0 10px;
}
#interview .inner .feature .text p > span {
	position: relative;
	display: inline-block;
	margin: 7px 0;
}
#interview .inner .feature .text p > span::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -10px;
	top: -5px;
	right: -10px;
	background-color: #fed500;
	z-index: -1;
}
@media screen and (max-width:750px) {
	#interview .inner .feature {
		display: block;
		margin: 0 auto 10%;
		padding: 7.5% 5%;
	}
	#interview .inner .feature .caption {
		position: static;
		font-size: 16px;
		padding: 0 0 7.5% 0;
		text-align: center;
		background-color: none;
		transform: translateY(0) translateX(0);
	}
	#interview .inner .feature .photo {
		width: 100%;
        max-width: 100%;
        margin: 0 auto 3.5% auto;
	}
	#interview .inner .feature .photo img {
		aspect-ratio: 2 / 1;
    	object-fit: cover;
	}
	#interview .inner .feature .text {
		display: block;
	}
	#interview .inner .feature .text p.copy {
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 0 3%;
	}
	#interview .inner .feature .text p {
		width: 94%;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	#interview .inner .feature .text p > span {
		position: relative;
		display: inline-block;
		margin: 7px 0;
	}
	#interview .inner .feature .text p > span::before {
		content: "";
		position: absolute;
		bottom: -3px;
		left: -10px;
		top: -5px;
		right: -10px;
		background-color: #fed500;
		z-index: -1;
	}
}
/*******************************************/
/* COMPANY                      　 　　　　  */
/*******************************************/
#interview .inner .company {
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	padding: 25px;
	margin: 0 0 50px 0;
	display: flex;
}
#interview .inner .company .photo {
	width: 20%;
}
#interview .inner .company .photo img {
	width: 100%;
	margin: 0;
}
#interview .inner .company .text {
	width: 75%;
	margin: 0 0 0 5%;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#interview .inner .company .text p {
	font-size: 15px;
	line-height: 1.7em;
}
#interview .inner .company .text p span {
	font-size: 18px;
	line-height: 2.5em;
	font-weight: bold;
	display: block;
}
@media screen and (max-width:750px) {
	#interview .inner .company {
		padding: 7.5% 0 5% 0;
		margin: 0 0 10% 0;
		display: block;
		box-sizing: border-box;
	}
	#interview .inner .company .photo {
		width: 70%;
		margin: 0 auto 5% auto;
	}
	#interview .inner .company .text {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#interview .inner .company .text p {
		font-size: 14px;
	}
	#interview .inner .company .text p span {
		font-size: 16px;
		line-height: 2.5em;
	}
}

/*******************************************/
/* BTN                          　 　　　　  */
/*******************************************/

#interview .inner .btn {
	margin: 100px 0 50px;
	text-align: center;
}
#interview .inner .btn a {
	padding: 15px 100px;
	font-size: 1.2em;
	background: #FAD61A;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
@media screen and (max-width:750px) {
	#interview .inner .btn {
	margin: 15% 0 0;
	text-align: center;
}
	#interview .inner .btn a {
	padding: 2% 20%;
	font-size: 1.0em;
}
}