@charset "utf-8";
/*
 top_interview.css
*/

/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	background: url(../../img/vision/top_interview_main_sp.jpg) no-repeat 50% 10% / cover;
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	background-image: url(../../img/vision/top_interview_main.jpg);
}
.article .theme.type03 .num {
	margin-bottom: -12rem;
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	margin-bottom: 9rem;
	background: #fff;
	border-radius: 1rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.profile.visible {
	opacity: 1;
	transform: translate(0);
}
.profile .img {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.profile .img.visible {
	opacity: 1;
	transform: translate(0);
}
.profile .img img {
	border-radius: 1rem 1rem 0 0;
}
.profile .set {
	padding: 4.5rem 3rem 2rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s .2s, transform .8s .2s;
}
.profile .set.visible {
	opacity: 1;
	transform: translate(0);
}
.profile .set > dt {
	position: relative;
	margin-bottom: 3rem;
	color: #e8541e;
	font-size: 3.2rem;
	font-family: 'Libre Baskerville', serif;
}
.profile .set > dt::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 4em);
	height: .4rem;
	background: #e8541e;
}
.profile .dev {
	margin-bottom: 2.5rem;
	font-size: 2.6rem;
	line-height: 4.2rem;
}
.profile .name {
	margin-bottom: 5.5rem;
}
.profile .name .jp {
	margin-right: 2rem;
	font-size: 3.8rem;
}
.profile .name .en {
	font-family: 'Libre Baskerville', serif;
	font-size: 2rem;
}
.profile .career {
	display: flex;
	flex-wrap: wrap;
	font-size: 2.6rem;
	line-height: 4rem;
}
.profile .career dt {
	width: 11rem;
	margin-bottom: 3rem;
	border-right: .2rem solid #d1d1d1;
}
.profile .career dd {
	width: calc(100% - 13.7rem);
	margin-bottom: 3rem;
	padding: 0 0 0 2.5rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	display: flex;
	max-width: 90rem;
	margin: 0 auto 10rem;
}
.profile .img img {
	border-radius: 1rem 0 0 1rem;
}
.profile .img {
	width: 36.6rem;
}
.profile .set {
	flex: 1;
	padding: 3rem 4rem 1rem;
}
.profile .set > dt {
	margin-bottom: 1.2rem;
	font-size: 2rem;
}
.profile .set > dt::after {
	height: .2rem;
}
.profile .dev {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.profile .name {
	margin-bottom: 1.5rem;
}
.profile .name .jp {
	margin-right: 1.2rem;
	font-size: 2.6rem;
}
.profile .name .en {
	font-size: 1rem;
}
.profile .career {
	font-size: 1.3rem;
	line-height: 2.4rem;
}
.profile .career dt {
	width: 6rem;
	margin-bottom: .5rem;
	border-right-width: .1rem;
}
.profile .career dd {
	width: calc(100% - 8.2rem);
	margin-bottom: .5rem;
	padding: 0 0 0 2rem;
}
}/* media */

/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
.profile,
.profile .img,
.profile .set {
	opacity: 1;
	transform: translate(0);
}
}/* media */



