@charset "utf-8";

/* === introduction === */

.sec_intro {
	margin-bottom: 120px;
}
.sec_intro .inr {
	position: relative;
}
.intro_ph {
	width: 50%;
	float: left;
}
.intro_ph img {
	width: 100%;
	border-radius: 0 0 0 40px;
}
.intro_ttl {
	position: absolute;
	top: 0;
	right: 0;
}
.intro_txt {
	width: calc(50% - 70px);
	margin-top: 165px;
	padding: 30px 20px;
	background: url(../img/common/arw_tl.svg) no-repeat top left, url(../img/common/arw_br.svg) no-repeat bottom right;
	background-size: 40px;
	float: right;
}
.intro_txt h1 {
	margin-bottom: 35px;
	font-size: 3.2rem;
	line-height: 1.7;
}
.intro_employment {
	font-size: 1.3rem;
	line-height: 1.5;
}
.intro_name {
	font-size: 2.4rem;
	font-weight: 500;
}
.intro_completion {
	margin-bottom: 25px;
	font-size: 1.3rem;
}
.intro_paper {
	font-size: 1.3rem;
}
.intro_paper_ttl {
	margin-bottom: 5px;
	padding: 0 1em;
	background: #fff;
	border-radius: 15px;
	display: inline-block;
}
.intro_paper_txt {
	line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.sec_intro {
		margin-bottom: 80px;
	}
	.sec_intro .inr {
		position: relative;
	}
	.intro_ph {
		width: 100%;
		float: none;
	}
	.intro_ph img {
		width: 60%;
		border-radius: 0;
	}
	.intro_ttl {
		margin-top: -175px;
		position: relative;
	}
	.intro_ttl img {
		width: 100%;
	}
	.intro_txt {
		width: calc(100% - 60px);
		margin-top: 60px;
		padding: 30px;
		float: none;
	}
	.intro_txt h1 br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.sec_intro {
		margin-bottom: 60px;
	}
	.sec_intro .inr {
		padding: 0;
	}
	.intro_ph {
		width: 80%;
		float: none;
	}
	.intro_ph img {
		border-radius: 0;
	}
	.intro_ttl {
		margin-top: -30px;
		position: relative;
	}
	.intro_ttl img {
		width: 100%;
	}
	.intro_txt {
		width: calc(100% - 60px);
		margin-top: 0;
		padding: 20px 30px;
		background: url(../img/common/arw_tl.svg) no-repeat top left, url(../img/common/arw_br.svg) no-repeat bottom right;
		background-size: 20px;
		float: none;
	}
	.intro_txt h1 {
		margin-bottom: 25px;
		font-size: 1.8rem;
	}
	.intro_txt h1 br {
		display: none;
	}
	.intro_employment {
		font-size: 1.1rem;
	}
	.intro_name {
		font-size: 1.6rem;
	}
	.intro_completion {
		margin-bottom: 15px;
		font-size: 1.1rem;
	}
	.intro_paper {
		font-size: 1.2rem;
	}
}


/* === article === */

.sec_article .inr {
	max-width: 700px;
}
.paragraph {
	margin: 80px 0;
	padding: 0 30px;
}
.paragraph h2 {
	margin-bottom: 35px;
	background: url(../img/common/arw_br_orn.svg) no-repeat bottom right;
	font-size: 2rem;
	font-weight: 500;
}
.paragraph p {
	margin-bottom: 1em;
	text-indent: 1em;
}
.paragraph p.interview-month {
	text-align: right;
}
.photo img {
	border-radius: 0 0 20px 0;
}
.career {
	margin-bottom: 80px;
	padding: 30px;
	background: #fff;
	border-radius: 0 0 20px 0;
	font-size: 1.3rem;
	line-height: 1.75;
}
.career h3 {
	margin-bottom: 7px;
	padding: .15em 1em;
	background: #dbdbdb;
	border-radius: 20px;
	display: inline-block;
}
.career p {
	margin-bottom: 20px;
}
.career p:last-child {
	margin-bottom: 0;
}
.btn_list a {
	width: 180px;
	height: 70px;
	margin: 0 auto;
	background: #dbdbdb;
	border-radius: 35px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.btn_list a:hover {
	background: #fff;
	color: #e95800;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.btn_list {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.sec_article .inr {
		padding: 0;
	}
	.paragraph {
		margin: 40px 0;
	}
	.paragraph h2 {
		margin-bottom: 25px;
		background-position: bottom right;
		background-size: 20px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.photo img {
		width: 100%;
	}
	.career {
		margin-bottom: 40px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.btn_list {
		margin-bottom: 60px;
	}
	.btn_list a {
		height: 50px;
		border-radius: 25px;
		font-size: 1.3rem;
		line-height: 50px;
	}
}
