@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;
	clear:both;
}

.footer_copyright{
	margin:0px auto 0px auto;
	max-width:900px;
	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 50px 0px;
	overflow:hidden;
}


/*=========================================*/
/* 共通設定（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(500 / 1366 * 100%);
	background:center center / cover no-repeat;
}


/*=========================================*/
/* MAIN CATCH */
/*=========================================*/


/*-- MAIN CATCH --*/

#main_catch_area{
	padding:35px 20px 30px 20px;
}

.main_catch .logo{
	padding:0px 0px 15px 0px;
}

.main_catch .logo img{
	width:250px;
}

.main_catch .title{
	font-size:95%;
	line-height:175%;
	color:#333333;
	font-weight:500;
}


/*=========================================*/
/* SPECIAL CONTENTS */
/*=========================================*/


/*-- SPECIAL CONTENTS --*/

#special_contents_area{
	padding:60px 10px 40px 10px;
	background-color:#12b3c7;
	overflow:hidden;
}

.special_contents_title{
	padding:0px 0px 55px 0px;
	background-image:url(../images/top_page/special_contents_title_icon.svg);
	background-repeat:no-repeat;
	background-position:center bottom 30px;
	font-size:150%;
	line-height:125%;
	color:#ffffff;
	letter-spacing:0.05em;
	font-weight:bold;
	text-align:center;
}

.special_contents{
	overflow:hidden;
}

.special_contents_bnr{
	float:left;
	width:50%;
}

.special_contents_bnr_flame{
	position:relative;
	margin:0px 10px 0px 10px;
	overflow:hidden;
}

.special_contents_bnr_flame img{
	max-width:640px;
	width:100%;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.special_contents_bnr_flame .nav{
	float:right;
	padding:8px 30px 8px 30px;
	background-color:#0f8999;
	font-size:85%;
	line-height:125%;
	color:#ffffff;
	font-weight:bold;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
	        border-radius:50px;
}

.special_contents_bnr_flame .link a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	filter:alpha(opacity=0);
	transition:0.25s ease-out;
}

.special_contents_bnr_flame:hover .img img{
	-webkit-filter:brightness(1.1);
	   -moz-filter:brightness(1.1);
	        filter:brightness(1.1);
}

.special_contents_bnr_flame:hover .nav{
	background-color:#3fa1ad;
}


/*-- TITLE FONT SIZE --*/

.special_contents_bnr_flame .title{
	padding:15px 0px 15px 0px;
	font-size:115%;
	line-height:150%;
	color:#ffffff;
	font-weight:bold;
}


/*=========================================*/
/* PROFILE */
/*=========================================*/


/*-- PROFILE --*/

#profile_area{
	padding:60px 0px 0px 0px;
	overflow:hidden;
}

.profile_title{
	padding:0px 0px 55px 0px;
	background-image:url(../images/top_page/profile_title_icon.svg);
	background-repeat:no-repeat;
	background-position:center bottom 30px;
	font-size:150%;
	line-height:125%;
	color:#333333;
	letter-spacing:0.05em;
	font-weight:bold;
	text-align:center;
}


/*-- TAB --*/

#profile_tab_nav_area{
	width:100%;
}

.profile_tab_nav{
	overflow:hidden;
}

.profile_tab_nav .nav{
	float:left;
	position:relative;
	width:20%;
	transition:0.25s ease-out;
}

.profile_tab_nav .nav a{
	padding:30px 5px 30px 5px;
	font-size:100%;
	line-height:125%;
	color:#027e9b;
	font-weight:500;
	text-align:center;
	display:block;
}

.profile_tab_nav .nav::after{
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	content:'';
	width:0%;
	margin:auto;
	height:4px;
	background:#12b3c7;
	opacity:0;
	visibility:hidden;
	transition:0.25s ease-out;
}

.profile_tab_nav .nav:hover::after{
	bottom:0px;
	width:100%;
	opacity:1;
	visibility:visible;
}

.profile_tab_nav .nav_on{
	float:left;
	position:relative;
	width:20%;
}

.profile_tab_nav .nav_on a{
	padding:30px 5px 30px 5px;
	font-size:100%;
	line-height:125%;
	color:#333333;
	font-weight:500;
	text-align:center;
	display:block;
}

.profile_tab_nav .nav_on::after{
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	content:'';
	width:100%;
	margin:auto;
	height:4px;
	background:#12b3c7;
	opacity:1;
	visibility:visible;
	transition:0.25s ease-out;
}

.profile_tab_nav a:link{ text-decoration:none; }
.profile_tab_nav a:visited{ text-decoration:none; }
.profile_tab_nav a:hover{ text-decoration:none; }
.profile_tab_nav a:active{ text-decoration:none; }

.profile_tab_nav br{
	display:none;
}


/*-- TAG --*/

#profile_tag_nav_area{
	padding:0px 30px 0px 30px;
}

.profile_tag_nav{
	padding:0px 15px 0px 15px;
	overflow:hidden;
}

.profile_tag_nav .nav{
	float:left;
	margin:0px 10px 10px 0px;
	background-color:#027e9b;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.profile_tag_nav .nav a{
	padding:10px 30px 10px 30px;
	font-size:85%;
	line-height:125%;
	color:#ffffff;
	font-weight:500;
	text-align:center;
	display:block;
}

.profile_tag_nav .nav:hover{
	background-color:#3fa1ad;
}

.profile_tag_nav .nav a:link{ text-decoration:none; }
.profile_tag_nav .nav a:visited{ text-decoration:none; }
.profile_tag_nav .nav a:hover{ text-decoration:none; }
.profile_tag_nav .nav a:active{ text-decoration:none; }

.profile_tag_nav .nav_on{
	float:left;
	margin:0px 10px 10px 0px;
	background-color:#3fa1ad;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.profile_tag_nav .nav_on a{
	padding:10px 30px 10px 30px;
	font-size:85%;
	line-height:125%;
	color:#ffffff;
	font-weight:500;
	text-align:center;
	display:block;
}

.profile_tag_nav .nav_on:hover{
	background-color:#3fa1ad;
}

.profile_tag_nav .nav_on a:link{ text-decoration:none; }
.profile_tag_nav .nav_on a:visited{ text-decoration:none; }
.profile_tag_nav .nav_on a:hover{ text-decoration:none; }
.profile_tag_nav .nav_on a:active{ text-decoration:none; }


/*-- LIST --*/

#profile{
	padding:40px 0px 20px 0px;
	background-color:#e7f7f9;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	overflow:hidden;
}

#profile_list_area{
	padding:25px 30px 25px 30px;
	overflow:hidden;
}

.profile_list{
	float:left;
	width:33.33333%;
}

.profile_list_box{
	padding:10px 10px 10px 10px;
}

.profile_list_flame{
	position:relative;
	padding:15px 15px 15px 15px;
	background-color:#ffffff;
	border:1px solid #d6d6d6;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.profile_list_flame .image_box img{
	max-width:300px;
	width:100%;
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.profile_list_flame .text_box{
	padding:10px 0px 0px 0px;
}

.profile_list_flame .text_box .post{
	padding:0px 0px 5px 0px;
	font-size:80%;
	line-height:150%;
	color:#333333;
}

.profile_list_flame .text_box .name{
	font-size:105%;
	line-height:150%;
	color:#027e9b;
	font-weight:500;
}

.profile_list_flame .link a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	filter:alpha(opacity=0);
	transition:0.25s ease-out;
}

.profile_list_flame:hover{
	transform:scale(1.2,1.2);
	z-index:10;
}

.profile_list_none{
	padding:50px 20px 50px 20px;
	font-size:100%;
	line-height:150%;
	color:#333333;
	text-align:center;
	display:none;
}

