@charset "utf-8";

@media screen and (min-width: 30em) { /* 480px */
}
@media screen and (min-width: 40em) { /* 640px */
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
}
@media screen and (min-width: 64em) {/* 1024px */
}
@media screen and (min-width: 80em) {/* 1280px */
}


/* ===========================
talent_page
============================== */
#talent_page {
	background: url(../img/talent_back.jpg);
}
#talent_page main {
	background-color: #d3148a;
	margin: 50px 0 50px;
	padding: 0 5%;
	overflow: hidden;
}
#talent_details {
	clear: both;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#talent_page main {
		margin: 158px 0 155px;
	}
}
@media screen and (min-width: 80em) {/* 1280px */
	#talent_page main {
		padding: 0;
	}
	#wrapper {
		width: 1200px;
		margin: 0 auto;
	}
}



/* ===========================
talent_photo
============================== */
#talent_page main #talent_photo {
	margin-top: 40px;
}
#talent_page main #talent_photo h1 {
	color: #fff;
	font-size: 1.25rem;
}
#talent_page main #talent_photo a {
	display: inline-block;
	color: #ff0;
	text-decoration: none;
	padding: 10px 20px;
	border: 3px #fff solid;
	border-radius: 1em;
	transition: background-color 0.3s linear;
}
#talent_page main #talent_photo a:hover {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (min-width: 40em) { /* 640px */

}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#talent_page main #talent_photo {
		margin-top: 75px;
		width: 35%;
		float: left;
	}
	#talent_page main #talent_photo a {
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 80em) {/* 1280px */
	#talent_page main #talent_photo h1 {
		font-size: 1.5rem;
		margin: 30px 0 20px;
	}
}


/* ===========================
talent_profile
============================== */
#talent_page #talent_profile {
	margin-top: 40px;
	background: #40072a url(../img/talent/talent_prof_back.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 3% 0;
	overflow: visible;
}
#talent_page #talent_profile .profile_name {
	position: absolute;
	top: -70px;
	left: 30px;
}
#talent_page #talent_profile .profile_heart {
	display: none;
}
#talent_page #talent_profile #talent_profile_inner {
	text-align: center;
	margin: 0 3%;
	padding: 5%;
	border: 3px #fff solid;
}
#talent_page #talent_profile #talent_profile_inner table {
	width: 100%;
	margin-top: 60px;
}
#talent_page #talent_profile #talent_profile_inner table tr td {
	color: #fff;
	font-size: 1rem;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#talent_page #talent_profile #talent_profile_inner .talent_act a {
	color: #fff100;
	font-size: 1rem;
	text-decoration: none;
}
#talent_page #talent_profile #talent_profile_inner .talent_act a:hover {
	color: #fff;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#talent_page #talent_profile {
		margin-top: 115px;
		width: 60%;
		float: right;
	}
	#talent_page #talent_profile .profile_name {
		top: -100px;
		left: -30px;
	}
	#talent_page #talent_profile #talent_profile_inner table {
		margin-top: 20px;
	}
	#talent_page #talent_profile #talent_profile_inner table tr td,
	#talent_page #talent_profile #talent_profile_inner .talent_act a {
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 80em) {/* 1280px */
	#talent_page #talent_profile .profile_heart {
		display: block;
		position: absolute;
		top: -100px;
		right: -20px;
	}
	#talent_page #talent_profile #talent_profile_inner table tr td,
	#talent_page #talent_profile #talent_profile_inner .talent_act a {
		font-size: 1.25rem;
	}
}


/* ===========================
talent_sns
============================== */
#talent_page #talent_sns {
	margin-top: 38px;
}
#talent_page #talent_sns ul {
	width: 100%;
	overflow: hidden;
}
#talent_page #talent_sns ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}
#talent_page #talent_sns ul li img {
	width: 83px;
	height: auto;
	transition: opacity 0.3s linear;
}
#talent_page #talent_sns ul li img:hover {
	opacity: 0.6;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#talent_page #talent_sns {
		margin-top: 50px;
		width: 40%;
		float: right;
	}
}
@media screen and (min-width: 80em) {/* 1280px */
	#talent_page #talent_sns {
		width: 45%;
	}
	#talent_page #talent_sns ul li img {
		width: auto;
	}
}


/* ===========================
talent_career
============================== */
#talent_page #talent_career {
	color: #fff;
	margin: 40px 0 65px;
}
#talent_page #talent_career h2 {
	font-size: 1.5rem;
}
#talent_page #talent_career p {
	font-size: 1rem;
	padding-bottom: 1.2em;
	border-bottom: 3px #fff dashed;
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#talent_page #talent_career {
		margin-top: 20px;
		width: 59.8%;
		float: left;
	}
	#talent_page #talent_career h2 {
		font-size: 2rem;
	}
	#talent_page #talent_career p {
		font-size: 1.125rem;
	}
	#talent_page #talent_career p:last-child {
		border-bottom: none;
	}
}
@media screen and (min-width: 80em) {/* 1280px */
	#talent_page #talent_career {
		width: 54.8%;
	}
}



