@charset "UTF-8";

.pan_wrap.interview_page {
	max-width: 1250px;
	width: 90%;
	margin: 20px auto 0;
}
.pan_wrap.interview_page ul {
	justify-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.pan_wrap.interview_page {
	margin: 40px auto 0;
}
}
@media screen and (max-width: 767px) {
.pan_wrap.interview_page {
	margin: 10px auto 0;
}
}

/* -----------------------------------------------------------
	interview_page_ttlwrap
----------------------------------------------------------- */
.interview_page_ttlwrap {
	position: relative;
}
.interview_page_ttlwrap::before {
	display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background: #f0f0f0;
	border-radius: 20px 20px 0 0;
}
.interview_page_ttlwrap .inner {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.interview_page_ttlwrap .person_img {
	max-width: 800px;
	height: 450px;
	    border-radius: 18px;
    overflow: hidden;
}
.interview_page_ttlwrap .person_img img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.interview_page_ttlwrap .info_box {
	width: 515px;
	position: absolute;
    bottom: 50px;
    right: 0;
}
.interview_page_ttlwrap .info_box .page_ttl {
	width: 270px;
	background: #f0f0f0;
	border: 1px solid #0d76b5;
	border-bottom: none;
	color: #0d76b5;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	height: 55px;
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 10px 10px 0 0;
	    margin-right: 20px;
    margin-left: auto;
}
.interview_page_ttlwrap .info_box .character {
	/*width: 515px;*/
	min-height: 228px;
	color: #000000;
	border-radius: 10px;
	background: #fff000;
	padding: 5% 8%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.interview_page_ttlwrap .info_box .inbox {
	width: 100%;
}
.interview_page_ttlwrap .info_box .character .catch {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	width: 100%;
}
.interview_page_ttlwrap .info_box .character .name {
	font-size: 20px;
	font-weight: 700;
}
.interview_page_ttlwrap .info_box .character .notes {
	font-size: 18px;
	display: flex;
	gap: 0 20px;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.interview_page_ttlwrap .info_box {
	bottom: -40px;
	    right: -6%;
		width: 480px;
}
.interview_page_ttlwrap .person_img {
	width: 90%;
}
.interview_page_ttlwrap .info_box .page_ttl {
	font-size: 19px;
	width: 240px;
	    height: 45px;
}
.interview_page_ttlwrap .info_box .character {
	min-height: 180px;
	padding: 0 6%;
}
.interview_page_ttlwrap .info_box .character .catch {
	font-size: 20px;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.interview_page_ttlwrap .info_box .character .name {
	font-size: 18px;
}
.interview_page_ttlwrap .info_box .character .notes {
	font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
}
}
@media screen and (max-width: 767px) {
.interview_page_ttlwrap::before {
	height: 280px;
}
.interview_page_ttlwrap .person_img {
	width: 94%;
	max-width: 470px;
	height: 230px;
}
.interview_page_ttlwrap .info_box {
	position: relative;
	width: 90%;
	max-width: 420px;
	margin-top: -50px;
	margin-right: -6%;
	margin-left: auto;
	bottom: 0;
	z-index: 1;
}
.interview_page_ttlwrap .info_box .page_ttl {
	font-size: 16px;
	width: 200px;
	height: 40px;
}
.interview_page_ttlwrap .info_box .character {
	width: 100%;
	        min-height: auto;
        padding: 15px 5%;
}
.interview_page_ttlwrap .info_box .character .catch {
	font-size: 15px;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.interview_page_ttlwrap .info_box .character .name {
	font-size: 15px;
	margin-bottom: 5px;
}
.interview_page_ttlwrap .info_box .character .notes {
	font-size: 13px;
	flex-direction: column;
	gap: 0;
}
}

/* -----------------------------------------------------------
	detail_wrap
----------------------------------------------------------- */
.detail_wrap {
	background: #f0f0f0;
	padding: 70px 0;
}
.detail_wrap .entext_box {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.detail_wrap .entext_box .entext {
	max-width: 76px;
	position: absolute;
	top: 20px;
	left: 0;
}
.detail_wrap .inner {
	max-width: 986px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.detail_wrap .question {
	padding-left: 86px;
	position: relative;
	display: flex;
	margin: 1.6em 0;
}
.detail_wrap .question::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 56px;
	height: 38px;
	background-image: url(../img/icon_company.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.detail_wrap .question .inbox {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 25px;
	max-width: 640px;
	width: 100%;
	min-height: 70px;
	font-size: 16px;
	background: #0d76b5;
	border-radius: 10px;
}
.detail_wrap .question .inbox::before {
	content: "";
	position: absolute;
	top: 22px;
	left: -19px;
	background: #0d76b5;
	height: calc(50px / 2);
	width: 20px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.detail_wrap .question .inbox .text {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.detail_wrap .answer {
	padding-right: 100px;
	position: relative;
	display: flex;
    justify-content: flex-end;
	margin: 1.6em 0 4em;
}
.detail_wrap .answer::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 74px;
	background-image: url(../img/icon_person.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.detail_wrap .answer .inbox {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 25px 15px 40px;
	max-width: 640px;
	width: 100%;
	min-height: 70px;
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
}
.detail_wrap .answer .inbox::before {
	content: "";
	position: absolute;
	top: 22px;
	right: -19px;
	background: #fff;
	height: calc(50px / 2);
	width: 20px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.detail_wrap .answer .inbox .text {
	font-size: 16px;
	color: #000000;
	line-height: 2.4;
	letter-spacing: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.detail_wrap .pic {
	max-width: 600px;
	margin: 3em auto;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_wrap .pic img {
	vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.backlink {
	width: 360px;
	margin: 70px auto 0;
}
.backlink a {
	display: flex;
	justify-content: center;
    align-items: center;
	height: 40px;
	color: #004f97;
	font-size: 18px;
	font-weight: 700;
	background: #fff000;
	border-radius: 0 100px 100px 100px;
}
.backlink a:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.detail_wrap {
	padding: 40px 0;
}
.detail_wrap .entext_box .entext {
	top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.detail_wrap .entext_box .entext {
	left: -7%;
}
}
}
@media screen and (max-width: 767px) {
.detail_wrap {
	padding: 20px 0 30px;
}
.detail_wrap .entext_box .entext {
	display: none;
}
.detail_wrap .question .inbox {
	padding: 10px;
}
.detail_wrap .question {
	padding-left: 60px;
}
.detail_wrap .question::before {
	top: 17px;
	width: 46px;
    height: 32px;
}
.detail_wrap .question .inbox .text {
	font-size: 15px;
}
.detail_wrap .answer {
	padding-right: 75px;
	margin-bottom: 2em;
}
.detail_wrap .answer::before {
	width: 56px;
    height: 62px;
}
.detail_wrap .answer .inbox {
	padding: 10px;
}
.detail_wrap .answer .inbox .text {
	font-size: 14px;
	line-height: 1.8;
}
.detail_wrap .pic {
	margin: 1.6em auto 2em;
}
.backlink {
	width: 300px;
	margin: 50px auto 0;
}
.backlink a {
	font-size: 14px;
}
}









