@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;
}


/*=========================================*/
/* CONTENTS NAME */
/*=========================================*/


/*-- CONTENTS NAME --*/

#contents_name_area{
	padding:20px 20px 30px 20px;
}

.contents_name{
	padding:20px 25px 20px 25px;
	background-color:#12b3c7;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.contents_name .name{
	padding:0px 0px 5px 2px;
	font-size:100%;
	line-height:150%;
	color:#ffffff;
	letter-spacing:0.05em;
}

.contents_name .title{
	padding:0px 20px 0px 0px;
	font-size:125%;
	line-height:135%;
	color:#ffffff;
	font-weight:bold;
}


/*=========================================*/
/* MAIN TEXT */
/*=========================================*/


/*-- MAIN TEXT --*/

#special_main_text_area{
	padding:0px 20px 0px 20px;
	overflow:hidden;
}

.special_main_text{
	padding:0px 0px 40px 0px;
	font-size:95%;
	line-height:175%;
	color:#333333;
	letter-spacing:0.05em;
}


/*=========================================*/
/* MEMBER */
/*=========================================*/


/*-- MEMBER --*/

#member_area{
	padding:60px 20px 30px 20px;
	background-color:#12b3c7;
}

.member_list_area{
	margin:0px auto 0px auto;
	max-width:900px;
}

.member_list{
	margin:0px 0px 30px 0px;
	padding:30px 30px 30px 30px;
	background-color:#ffffff;
	overflow:hidden;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.member_img{
	float:left;
	width:17.5%;
}

.member_img .img{
	padding:0px 30px 0px 0px;
}

.member_img img{
	max-width:200px;
	width:100%;
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.member_text{
	float:left;
	width:82.5%;
}

.member_text .name{
	padding:0px 0px 5px 0px;
}

.member_text .name .jpn{
	padding:0px 20px 0px 0px;
	font-size:125%;
	line-height:175%;
	color:#333333;
	font-weight:bold;
}

.member_text .name .eng{
	font-size:87.5%;
	line-height:175%;
	color:#333333;
	letter-spacing:0.05em;
}

.member_text .post{
	padding:0px 0px 10px 0px;
	font-size:100%;
	line-height:175%;
	color:#333333;
}

.member_text .text{
	padding:0px 0px 5px 0px;
	font-size:100%;
	line-height:175%;
	color:#333333;
}


/*=========================================*/
/* SPECIAL CONTENTS */
/*=========================================*/


/*-- SPECIAL CONTENTS --*/

#special_contents_area{
	padding:40px 20px 40px 20px;
	overflow:hidden;
}

.special_contents_title{
	padding:0px 0px 30px 0px;
	font-size:125%;
	line-height:175%;
	color:#12b3c7;
}

.special_contents{
	padding:0px 0px 15px 0px;
	overflow:hidden;
}

.special_img{
	float:right;
	width:50%;
}

.special_img .img{
	padding:0px 0px 25px 40px;
	text-align:right;
}

.special_img .img img{
	max-width:640px;
	width:100%;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.special_text .text{
	padding:0px 0px 25px 0px;
	font-size:95%;
	line-height:175%;
	color:#333333;
	letter-spacing:0.05em;
}

.special_text .name{
	padding:0px 15px 0px 0px;
	color:#12b3c7;
	font-weight:bold;
}

.special_contents_link{
	padding:20px 0px 35px 0px;
}

.special_contents_link .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;
}

.special_contents_link .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;
}

.special_contents_link .link a{
	font-size:95%;
	line-height:175%;
	color:#027e9b;
	transition:0.25s ease-out;
}

.special_contents_link .link a:link{ text-decoration:none; }
.special_contents_link .link a:visited{ text-decoration:none; }
.special_contents_link .link a:hover{ opacity:0.75; text-decoration:underline; }
.special_contents_link .link a:active{ opacity:0.75; text-decoration:underline; }


/*=========================================*/
/* OTHER */
/*=========================================*/


/*-- OTHER --*/

#other_link_area{
	padding:0px 20px 0px 20px;
	overflow:hidden;
}

.other_link{
	position:relative;
	padding:20px 20px 20px 20px;
	background-color:#e7f7f9;
	overflow:hidden;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.other_link_img{
	float:right;
	width:240px;
}

.other_link_img img{
	max-width:240px;
	width:100%;
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.other_link_text{
	padding:20px 0px 20px 0px;
}

.other_link_text .title{
	padding:0px 0px 7px 2px;
	font-size:105%;
	line-height:135%;
	color:#12b3c7;
	letter-spacing:0.05em;
}

.other_link_text .catch{
	padding:0px 0px 7px 0px;
	font-size:135%;
	line-height:135%;
	color:#333333;
	font-weight:bold;
}

.other_link_text .name{
	font-size:110%;
	line-height:135%;
	color:#333333;
	font-weight:bold;
}

.other_link .link a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	filter:alpha(opacity=0);
	transition:0.5s ease-out;
}

.other_link:hover .link a{
	background-color:rgba(255,255,255,0.25);
	filter:alpha(opacity=1);
	z-index:10;
}

