@charset "utf-8";

/* ---------------------------------------- 
 - main_ttl
---------------------------------------- */
#main_ttl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;	
	max-width: 1400px;
	margin: 0 auto 110px;
	position: relative;
}
#main_ttl .visual{
	width:55%;	
	max-width: 780px;
	margin-left: auto;	
	height: 560px;
}
#main_ttl.left .visual{
	margin-left: 0;
}
#main_ttl .visual img,
#main_ttl .visual picture{
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
#main_ttl .lead_box{
	width: 70%;
    max-width: 768px;
	position: absolute;
	top:30%;
	left:3%;
	line-height: 1.4;
}
#main_ttl.left .lead_box{
	top:25%;
	left: auto;
    right: 3%;
    text-align: right;
}
#main_ttl .lead_box .catch{
	color:#dc5361;
	font-size:4.6rem;
	margin-bottom: 0.7em;
	font-weight: bold;
	text-shadow: 0 0 15px #fff;
}
#main_ttl.left .lead_box .catch{
	margin-right: -0.5em;
}
#main_ttl .lead_box .name{
	font-size:2.8rem;
	margin-bottom: 0.3em;
}
#main_ttl .lead_box .career{
	font-size:4rem;
	font-weight: bold;
	text-shadow: 0 0 15px #fff;
}
@media screen and (max-width: 1024px) {
	#main_ttl .lead_box .catch{
		font-size:4.2vw;
	}
	#main_ttl .lead_box .name{
		font-size:2.8vw;
	}
	#main_ttl .lead_box .career{
		font-size:4vw;
	}
}
@media screen and (max-width: 768px) {
	#main_ttl {
		display: block;
		margin-bottom: 50px;
	}
	#main_ttl .visual{
		width:100%;
		height: auto;
	}
	#main_ttl .lead_box{
		width: 90%;
		max-width: 90%;
		position: static;
		margin: 20px auto 0;
	}	
	#main_ttl.left .lead_box{
		text-align: left;
	}
	#main_ttl .lead_box .catch{
		font-size:5.2vw;
	}
	#main_ttl.left .lead_box .catch{
		margin-right: 0;
	}
	#main_ttl .lead_box .name{
		font-size:4vw;
	}
	#main_ttl .lead_box .career{
		font-size:4.6vw;
	}
}

/* ---------------------------------------- 
 - inteview
---------------------------------------- */
.inteview_box {
	display: flex;
	justify-content: space-between;
	width:90%;	
	max-width: 1200px;
	margin: 80px auto;
}
.inteview_box:nth-child(even) {
	flex-direction: row-reverse;
}
.inteview_box .txt {
	width:56%;
}
.inteview_box .visual {
	width:37%;
	max-width: 440px;
}
@media screen and (max-width: 768px) {
	.inteview_box {
		display: block;
		margin: 40px auto;
	}
	.inteview_box .txt {
		width:100%;
		margin-bottom: 40px;
		font-size: 1.4rem;
	}
	.inteview_box .visual {
		width:100%;
	}
}

/* ---------------------------------------- 
 - profile
---------------------------------------- */
#profile {
	width:90%;	
	max-width: 1200px;
	background-color: #f4f4f4;
	padding: 50px;
	margin: 100px auto 75px;
	display: flex;
	justify-content: space-between;
}
#profile .visual {
	width:34%;
}
#profile .visual img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
#profile .profile_box {
	width:61%;
	padding: 2% 0;
}
#profile .profile_box .ttl {
	color: #dc5361;
}
#profile .profile_box .name {
	font-size:2.2rem;
}
#profile .profile_box .txt {
	margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
	#profile {
		padding: 25px 5%;
		margin: 50px auto;
		display: block;
	}
	#profile .visual {
		width:100%;
		margin-bottom: 20px;
	}
	#profile .profile_box {
		width:100%;
		padding: 0;
	}
	#profile .profile_box .ttl {
		font-size:1.3rem;
	}
	#profile .profile_box .name {
		font-size:1.8rem;
	}
	#profile .profile_box .txt {		
		font-size:1.4rem;
	}
}

/* ---------------------------------------- 
 - back_btn
---------------------------------------- */
.back_btn{
	text-align: center;
	margin: 75px auto;
}
.back_btn a {
    background: #dc5361;
    color: #fff;
    padding: 0 45px;
    font-size: 2.4rem;
	width: 410px;
	max-width: 90%;
	line-height: 70px;
	height: 70px;
    text-decoration: none;
    display:inline-block;
    transition: .3s;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.back_btn a:hover {
	opacity: 0.6;
}
.back_btn a span {
    position: relative;
	padding: 0 25px 0 50px;
}
.back_btn a span::before {
    content: "";
    position: absolute;
	top:0;
    bottom: 0;
	left: 0;
    width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #fff;
	border-left: 0;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.back_btn{
		margin: 50px auto;
	}
	.back_btn a {
		padding: 0 30px;
		font-size: 1.8rem;
		line-height: 50px;
		height: 50px;
	}
	.back_btn a span {
		position: relative;
		padding: 0 15px 0 35px;
	}
	.back_btn a span::before {
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-right: 12px solid #fff;
	}
}