@charset "utf-8";

/*=========================================*/
/* 共通設定 */
/*=========================================*/


/*-- ALL --*/

#wrapper{
	position:relative;
	width:900px;
	background-color:#ffffff;
	overflow:hidden;
}


/*=========================================*/
/* 共通設定（HEADER） */
/*=========================================*/


/*-- HEADER --*/

#header_area{
	position:relative;
	width:900px;
	height:70px;
}

.header_sub_area{
	display:none;
}

.header_global_area{
	width:100%;
	height:70px;
	background-color:#ffffff;
	border-bottom:1px solid #d6d6d6;
	box-sizing:border-box;
}

.header_global{
	margin:0px auto 0px auto;
	max-width:900px;
	height:70px;
}

.header_global .main_logo{
	float:left;
	padding:20px 0px 0px 20px;
}

.header_global .main_logo img{
	width:95px;
}

.header_global .site_logo{
	float:left;
	padding:30px 0px 0px 15px;
}

.header_global .site_logo img{
	width:130px;
}

.header_global .sp_nav{
	display:none;
}

.header_global .header_global_nav_area{
	display:none;
}

.megamenu_area{
	display:none;
}

#sp_nav_area{
	display:none;
}


/*=========================================*/
/* 共通設定（FOOTER） */
/*=========================================*/


/*-- FOOTER --*/

#footer_area{
	display:none;
}


/*=========================================*/
/* 共通設定（COPYRIGHT） */
/*=========================================*/


/*-- COPYRIGHT --*/

#footer_copyright_area{
	padding:0px 20px 0px 20px;
	background-color:#12b3c7;
}

.footer_copyright{
	margin:0px auto 0px auto;
	max-width:1200px;
	height:70px;
	overflow:hidden;
}

.footer_copyright .logo{
	float:left;
	padding:15px 0px 0px 0px;
}

.footer_copyright .logo img{
	width:135px;
	transition:0.25s ease-out;
}

.footer_copyright .logo a:hover img{
	-webkit-filter:opacity(0.75);
	   -moz-filter:opacity(0.75);
	        filter:opacity(0.75);
}

.footer_copyright .copyright{
	float:right;
	font-size:100%;
	line-height:70px;
	color:#ffffff;
}


/*=========================================*/
/* 共通設定（LAYOUT） */
/*=========================================*/


/*-- CONTENTS --*/

#contents_area{
	padding:0px 0px 100px 0px;
}


/*=========================================*/
/* 共通設定（BREADCRUMB） */
/*=========================================*/


/*-- BREADCRUMB --*/

#breadcrumb_area{
	display:none;
}


/*=========================================*/
/* 共通設定（SIDE NAV） */
/*=========================================*/


/*-- SIDE NAV TITLE --*/

.side_nav_title{
	display:none;
}


/*-- SIDE NAV --*/

.side_nav{
	display:none;
}


/*=========================================*/
/* 共通設定（SCROLL） */
/*=========================================*/


/*-- SCROLL --*/

#scroll_area{
	display:none;
}


/*=========================================*/
/* MAIN IMAGE */
/*=========================================*/


/*-- MAIN IMAGE --*/

#main_img_area{
	width:100%;
	height:0px;
	padding-top:calc(450 / 1366 * 100%);
	background:center center / cover no-repeat;
}


/*=========================================*/
/* TALENT NAME */
/*=========================================*/


/*-- TALENT NAME --*/

#talent_name_area{
	padding:20px 20px 30px 20px;
}

.talent_name{
	padding:20px 25px 20px 25px;
	background-color:#12b3c7;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.talent_name .name{
	padding:0px 0px 10px 0px;
}

.talent_name .name .jpn{
	padding:0px 20px 0px 0px;
	font-size:135%;
	line-height:150%;
	color:#ffffff;
	font-weight:bold;
}

.talent_name .name .eng{
	padding:0px 10px 0px 0px;
	font-size:80%;
	line-height:150%;
	color:#ffffff;
	letter-spacing:0.05em;
}

.talent_name .type{
	padding:0px 0px 2px 0px;
	font-size:85%;
	line-height:150%;
	color:#ffffff;
}

.talent_name .post{
	padding:0px 0px 2px 0px;
	font-size:85%;
	line-height:150%;
	color:#ffffff;
}


/*=========================================*/
/* LAYOUT */
/*=========================================*/


/*-- CONTENTS --*/

#profile_area{
	overflow:hidden;
}

#talent_data_area{
	padding:0px 20px 50px 20px;
	overflow:hidden;
}

#side_nav_area{
	width:100%;
}


/*=========================================*/
/* TALENT DATA */
/*=========================================*/


/*-- MAIN TEXT --*/

.talent_main_text{
	padding:0px 0px 40px 0px;
	font-size:95%;
	line-height:175%;
	color:#333333;
	letter-spacing:0.05em;
}


/*-- DATA --*/

.talent_data{
	padding:50px 0px 20px 0px;
	border-top:1px solid #d6d6d6;
}

.talent_data_title{
	margin:0px 0px 25px 0px;
	padding:5px 20px 5px 20px;
	border-left:5px solid #12b3c7;
	font-size:125%;
	line-height:150%;
	color:#333333;
	font-weight:bold;
}

.talent_data_profile{
	padding:0px 0px 20px 5px;
	overflow:hidden;
}

.talent_data_profile .talent_img{
	float:right;
	width:40%;
}

.talent_data_profile .talent_img .img{
	padding:0px 0px 20px 60px;
	text-align:right;
}

.talent_data_profile .talent_img img{
	max-width:300px;
	width:100%;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.talent_data_profile .profile_text{
	padding:0px 0px 30px 0px;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
}

.talent_data_profile .profile_title{
	padding:0px 0px 8px 0px;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
	font-weight:bold;
}

.talent_data_profile .profile_list{
	padding:0px 0px 30px 0px;
}

.talent_data_profile .profile_list li{
	padding:0px 0px 0px 10px;
	background-image:url(../images/profile/profile_list_icon.svg);
	background-repeat:no-repeat;
	background-position:left top 11px;
	background-size:auto 4px;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
}

.profile_history{
	padding:0px 0px 30px 0px;
}

.profile_history dt{
	float:left;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
	text-align:left;
}

.profile_history dd{
	padding:0px 0px 0px 60px;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
	text-align:left;
}

.talent_data_link{
	padding:0px 0px 45px 0px;
}

.talent_data_link li{
	padding:0px 0px 5px 20px;
	background-image:url(../images/common/side_nav_icon.svg);
	background-repeat:no-repeat;
	background-position:left 5px top 10px;
	background-size:auto 10px;
}

.talent_data_link a{
	font-size:100%;
	line-height:175%;
	color:#027e9b;
	transition:0.25s ease-out;
}

.talent_data_link a:link{ text-decoration:none; }
.talent_data_link a:visited{ text-decoration:none; }
.talent_data_link a:hover{ opacity:0.75; text-decoration:underline; }
.talent_data_link a:active{ opacity:0.75; text-decoration:underline; }

.talent_data_keyword{
	padding:0px 0px 40px 5px;
	overflow:hidden;
}

.talent_data_keyword li{
	float:left;
	padding:0px 20px 10px 0px;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
	font-weight:bold;
}


/*-- CONTACT --*/

.contact_area{
	padding:25px 22px 25px 20px;
	background-color:#e7f7f9;
	display:inline-block;
}

.contact_area .title{
	padding:0px 0px 10px 0px;
	font-size:100%;
	line-height:175%;
	color:#333333;
	font-weight:bold;
}

.contact_area .group{
	padding:0px 0px 2px 0px;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
}

.contact_area .email{
	padding:0px 0px 2px 0px;
	font-size:87.5%;
	line-height:175%;
	color:#333333;
}

