@charset "utf-8";

/*=========================================*/
/* MAIN IMAGE */
/*=========================================*/


/*-- MAIN IMAGE --*/

#main_img_area{
	width:100%;
	height:500px;
	background:center center / cover no-repeat;
}

@media screen and (max-width:960px){

#main_img_area{
	height:0px;
	padding-top:calc(500 / 1366 * 100%);
}

}


/*=========================================*/
/* MAIN CATCH */
/*=========================================*/


/*-- MAIN CATCH --*/

@media screen and (min-width:961px){

#main_catch_area{
	position:relative;
	margin:0px auto 0px auto;
	max-width:1260px;
	height:0px;
}

.main_catch{
	position:absolute;
	top:-310px;
	left:30px;
	min-width:300px;
}

.main_catch .logo{
	padding:0px 0px 25px 0px;
}

.main_catch .logo img{
	width:380px;
}

.main_catch .title{
	font-size:105%;
	line-height:175%;
	color:#333333;
	font-weight:500;
}

}

@media screen and (max-width:960px){

#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;
}

}

@media screen and (max-width:640px){

.main_catch .title{
	font-size:85%;
}

}

@media screen and (max-width:374px){

.main_catch .title br{
	display:none;
}

}


/*=========================================*/
/* SPECIAL CONTENTS */
/*=========================================*/


/*-- SPECIAL CONTENTS --*/

@media screen and (min-width:961px){

#special_contents_area{
	padding:80px 20px 60px 20px;
	background-color:#12b3c7;
}

.special_contents_title{
	padding:0px 0px 65px 0px;
	background-image:url(../images/top_page/special_contents_title_icon.svg);
	background-repeat:no-repeat;
	background-position:center bottom 40px;
	font-size:165%;
	line-height:125%;
	color:#ffffff;
	letter-spacing:0.05em;
	font-weight:bold;
	text-align:center;
}

.special_contents{
	margin:0px auto 0px auto;
	max-width:1240px;
	overflow:hidden;
}

.special_contents_bnr{
	float:left;
	width:50%;
}

.special_contents_bnr_flame{
	position:relative;
	margin:0px 20px 0px 20px;
	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:10px 40px 10px 40px;
	background-color:#0f8999;
	font-size:100%;
	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;
}

}

@media screen and (max-width:960px){

#special_contents_area{
	padding:60px 10px 40px 10px;
	background-color:#12b3c7;
}

.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;
}

}

@media screen and (max-width:640px){

#special_contents_area{
	padding:60px 20px 20px 20px;
}

.special_contents_title{
	padding:0px 0px 50px 0px;
	background-position:center bottom 25px;
	font-size:135%;
}

.special_contents_bnr{
	float:none;
	width:100%;
}

.special_contents_bnr_flame{
	margin:0px 0px 20px 0px;
}

.special_contents_bnr_flame .nav{
	padding:8px 25px 8px 25px;
	font-size:80%;
}

}


/*-- TITLE FONT SIZE --*/

@media screen and (min-width:1281px){

.special_contents_bnr_flame .title{
	padding:20px 0px 20px 0px;
	font-size:150%;
	line-height:150%;
	color:#ffffff;
	font-weight:bold;
}

}

@media screen and (max-width:1280px){

.special_contents_bnr_flame .title{
	padding:20px 0px 20px 0px;
	font-size:135%;
	line-height:150%;
	color:#ffffff;
	font-weight:bold;
}

}

@media screen and (max-width:960px){

.special_contents_bnr_flame .title{
	padding:15px 0px 15px 0px;
	font-size:115%;
}

}

@media screen and (max-width:768px){

.special_contents_bnr_flame .title{
	font-size:95%;
}

}

@media screen and (max-width:640px){

.special_contents_bnr_flame .title{
	font-size:105%;
}

}

@media screen and (max-width:374px){

.special_contents_bnr_flame .title br{
	display:none;
}

}


/*=========================================*/
/* PROFILE */
/*=========================================*/


/*-- PROFILE --*/

@media screen and (min-width:961px){

#profile_area{
	padding:80px 0px 0px 0px;
}

.profile_title{
	padding:0px 0px 65px 0px;
	background-image:url(../images/top_page/profile_title_icon.svg);
	background-repeat:no-repeat;
	background-position:center bottom 40px;
	font-size:165%;
	line-height:125%;
	color:#333333;
	letter-spacing:0.05em;
	font-weight:bold;
	text-align:center;
}

}

@media screen and (max-width:960px){

#profile_area{
	padding:60px 0px 0px 0px;
}

.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;
}

}

@media screen and (max-width:640px){

#profile_area{
	padding:60px 0px 0px 0px;
}

.profile_title{
	padding:0px 0px 50px 0px;
	background-position:center bottom 25px;
	font-size:135%;
}

}


/*-- TAB --*/

@media screen and (min-width:961px){

#profile_tab_nav_area{
	margin:0px auto 0px auto;
	max-width:1230px;
}

.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:115%;
	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:115%;
	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;
}

}

@media screen and (max-width:960px){

#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;
}

}

@media screen and (max-width:640px){

.profile_tab_nav .nav{
	height:70px;
	text-align:center;
	display:table;
}

.profile_tab_nav .nav a{
	padding:0px 2px 0px 2px;
	font-size:85%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.profile_tab_nav .nav_on{
	height:70px;
	text-align:center;
	display:table;
}

.profile_tab_nav .nav_on a{
	padding:0px 2px 0px 2px;
	font-size:85%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.profile_tab_nav br{
	display:block;
}

}

@media screen and (max-width:374px){

.profile_tab_nav .nav{
	height:65px;
}

.profile_tab_nav .nav a{
	padding:0px 1px 0px 1px;
	font-size:75%;
}

.profile_tab_nav .nav_on{
	height:65px;
}

.profile_tab_nav .nav_on a{
	padding:0px 1px 0px 1px;
	font-size:75%;
}

}


/*-- TAG --*/

@media screen and (min-width:961px){

#profile_tag_nav_area{
	margin:0px auto 0px auto;
	padding:0px 30px 0px 30px;
	max-width:1260px;
}

.profile_tag_nav{
	padding:0px 25px 0px 25px;
	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:95%;
	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:95%;
	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; }

}

@media screen and (max-width:960px){

#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; }

}

@media screen and (max-width:640px){

#profile_tag_nav_area{
	padding:0px 20px 0px 20px;
}

.profile_tag_nav{
	padding:0px 5px 0px 5px;
}

.profile_tag_nav .nav a{
	padding:8px 25px 8px 25px;
	font-size:75%;
}

.profile_tag_nav .nav_on a{
	padding:8px 25px 8px 25px;
	font-size:75%;
}

}


/*-- LIST --*/

@media screen and (min-width:961px){

#profile{
	padding:60px 0px 30px 0px;
	background-color:#e7f7f9;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
}

#profile_list_area{
	margin:0px auto 0px auto;
	padding:30px 30px 30px 30px;
	max-width:1260px;
	overflow:hidden;
}

.profile_list{
	float:left;
	width:25%;
}

.profile_list_box{
	padding:15px 15px 15px 15px;
}

.profile_list_flame{
	position:relative;
	padding:20px 20px 20px 20px;
	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:15px 0px 0px 0px;
}

.profile_list_flame .text_box .post{
	padding:0px 0px 10px 0px;
	font-size:85%;
	line-height:150%;
	color:#333333;
}

.profile_list_flame .text_box .name{
	font-size:115%;
	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;
}

}

@media screen and (max-width:960px){

#profile{
	padding:40px 0px 20px 0px;
	background-color:#e7f7f9;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
}

#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;
}

}

@media screen and (max-width:640px){

#profile{
	padding:40px 0px 20px 0px;
}

#profile_list_area{
	padding:15px 15px 15px 15px;
}

.profile_list{
	width:50%;
}

.profile_list_box{
	padding:5px 5px 5px 5px;
}

.profile_list_flame{
	padding:12px 12px 12px 12px;
}

.profile_list_flame .text_box .post{
	font-size:75%;
}

.profile_list_flame .text_box .name{
	font-size:95%;
}

.profile_list_flame:hover{
	transform:scale(1.1,1.1);
}

}

