@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');

#loader-bg {
    background: #fff !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
#loader{    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	text-align: center;}
	
#loader img{display: inline-block;}	

#progress-bar{
	width: 300px;
	height: 3px;
	margin: 20px auto !important;
}
.Asuhana_wrapper{font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif; color: #403d3c; position: relative;}

.Asuhana_wrapper img{max-width: 100%; height: auto;}
.Asuhana_wrapper a:hover img{
	opacity: 0.6;
	transition: 0.3s;
}	
.Asuhana_wrapper a{outline: none;}

.Asuhana_top_contents{
		overflow: hidden;
	}

.Asuhana_side{
	width: 276px;
	float:left;
	position: relative;
}

.Asuhana_side h1{
	text-align: center;
	padding: 0 0 40px 0 !important;
	}
.Asuhana_side h1 img{display: inline;}	
	


.Asuhana_copy{
	text-align: center;
	margin-bottom: 20px !important;
}
.Asuhana_copy img{display: inline-block;}

/*.Asuhana_side.fixed{
	position:fixed;
	top:10px;
}*/
.Asuhana_slider{
	float: left;
	width:65.131%;
	margin-right: 1.536% !important;
	
	}
	
.Asuhana_box img.top_photo{border-radius: 10px; width: 100%; display: block;}

.Asuhana_box{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	}

.Asuhana_box a{color: #FFF !important;}

.Asuhana_box_number{
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../img/number_bg.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	background-size: 70px 67px !important;
	width: 70px;
	height: 67px;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding-top: 18px !important;
	font-size: 2.2rem !important;
	z-index: 2;
}

.Asuhana_box_ttl{
	background-color:rgba(0,0,0,0.4) !important;
	position: absolute;
	width: 380px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	border-radius: 10px;
}

.Asuhana_box_ttl p{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.Asuhana_box_ttl p img{display: inline;}

.Asuhana_box .Asuhana_box_mask{
	position:absolute;
	border-radius: 10px;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #5bc2dc !important;
	opacity: 0;
	transition:all 0.2s ease;
	z-index: 1;
	}

.Asuhana_box:hover .Asuhana_box_mask{
	opacity:1;
}

.Asuhana_box:hover .Asuhana_box_number{
	background-image: url(../img/number_bg_wh.png) !important;
	color: #5BC2DC;}
	

.Asuhana_box_mask_inner{position: relative;}
.Asuhana_box_mask p{
	position: absolute;
	top: 50%;
	padding: 0 10px !important;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	font-size:2.5rem !important;
}

.Asuhana_thm{
	width: 31.797%;
	height: 100%;
	margin-bottom: 1.8% !important;
	float: left;
	margin-right:1.536% !important;
}

.Asuhana_thm .Asuhana_box_ttl{width: 200px; height: 126px;}
.Asuhana_thm .Asuhana_box_mask p{font-size: 1.5rem !important;}
.Asuhana_thm .Asuhana_box_number{
	background-size: 48px 46px !important;
	width: 48px;
	height: 46px;
	padding-top: 12px !important;
	font-size: 1.6rem !important;}
	
#Asuhana_projec_box{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #FFF !important;
	text-align: center;
	z-index: 101;
}	
	@media screen and (min-width: 768px) {
		.Asuhana_project-sp,.Asuhana_copy-sp,.pc_hidden{display: none;}
		.Asuhana_main{
			width:100%;
			padding-left: 296px !important;
			margin-left: -296px !important;
			box-sizing: border-box;
			float: right;
			overflow: hidden;}

		.Asuhana_main_inner{
			margin-right: -1.536% !important;
			overflow: hidden;
		}
		}
	
	@media screen and (max-width: 767px) {
		.Asuhana_top_contents{min-width: 100%; padding: 0 16px !important; box-sizing: border-box;}
		.Asuhana_slider,.Asuhana_project,.Asuhana_copy{display: none;}
		
		.Asuhana_side h1{padding: 0 0 20px 0 !important;}
		.Asuhana_side h1 img{max-width: 142px;}
		.Asuhana_copy-sp{margin-bottom: 10px !important;}
		.Asuhana_side,
		.Asuhana_main{
				width: 100%;
				float:none;
			}
		.Asuhana_main{*zoom: 1;}
		.Asuhana_main_inner{
				width: auto;
				margin-right: -2% !important;
				padding: 0 !important;
			}
		.Asuhana_project-sp{float: left;}
		.Asuhana_project-sp img{display: block;}
		.Asuhana_thm,.Asuhana_project-sp{
			width: 48%;
			height: 100%;
			margin-bottom: 10px !important;
			margin-right: 2% !important;
		}
		.Asuhana_thm .Asuhana_box_number{
			background-size: 30px 28px !important;
			width: 30px;
			height: 28px;
			top: 5px;
			left: 5px;
			padding-top: 8px !important;
			font-size: 1rem !important;}
		.Asuhana_thm .Asuhana_box_ttl{width: 80%; height: 50%; padding: 10px !important; box-sizing: border-box;}
		
		.Asuhana_thm .Asuhana_box_mask p{font-size: 1rem !important;}
		.Asuhana_thm .Asuhana_box_ttl p{width: 80%; transform: translateY(-50%) translateX(-40%); left: 40%;}
		
		}
/*Report page///////////////////////*/
.Asuhana_sns_share{
	position: relative;
	height: 30px;
	margin-bottom:20px !important;
	}

.Asuhana_contents .Asuhana_sns_share img{border-radius:0;}

.Asuhana_contents img.b-r_no{border-radius:0;}

.Asuhana_sns_share .Asuhana_sns_btn{float: right; margin-left: 5px !important;}

.Asuhana_contents{
	max-width: 868px;
	font-size: 1.125rem !important;
	margin: 0 auto !important;
	padding: 0 16px !important;}

.Asuhana_contents img{border-radius: 10px;}
.Asuhana_contents a{text-decoration: underline !important;}

.Asuhana_contents .Center{text-align: center;}

.Asuhana_contents .small{font-size: 0.75rem !important;}

h1.Asuhana_report_ttl{
	font-size: 2.125rem !important;
	line-height: 67px;
	margin-bottom: 40px !important;
}
h1.Asuhana_report_ttl span{
	background: url(../img/number_bg.png) no-repeat !important;
	background-size: 70px 67px !important;
	color: #FFF;
	display: inline-block;
	width: 70px;
	height: 67px;
	margin-right: 10px !important;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}
.Asuhana_txt_large{
	font-size: 2.125rem !important;}

.Asuhana_report_kv{
	position: relative;
	margin-bottom: 40px !important;
}
span.caption{
	display: block;
	text-align: right;
	font-size: 0.75rem !important;
}

.Asuhana_contents h2,
.Asuhana_recommend h2{
	font-size: 1.875rem !important;
	text-align: center;
	position: relative;
	padding-bottom: 20px !important;
	margin-bottom: 40px !important;
}
.Asuhana_contents h2:after,
.Asuhana_recommend h2:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background: #5bc2dc;
	margin:  auto;
}
.Asuhana_contents h3{
	font-size: 1.25rem !important;
	color: #5dc2de;
	border-bottom: 1px solid #CCC  !important;
	padding-bottom: 5px !important;
	margin-bottom: 15px !important;
	font-weight: 500 !important;}
	
.Asuhana_contents p{margin-bottom: 40px !important; line-height: 2;}
.Asuhana_blue{color: #5dc2de;}
.red{color: #FF0000; font-weight: bold !important;}

.Asuhana_contents table{margin-bottom: 30px !important;}

.Asuhana_contents table caption{text-align: left;}

.Asuhana_contents table th,
.Asuhana_contents table td{
	text-align: left;
	vertical-align: top;
	padding: 10px 0 !important;
}
.Asuhana_contents table th{padding-right: 30px !important; white-space: nowrap;}


.Asuhana_link{
	margin-bottom: 30px !important;  
}

.Asuhana_contents p.Asuhana_link_ttl{
	float: left;
	color: #FFF;
	background: #5BC2DC !important;
	line-height: 1 !important;
	padding: 5px 20px !important;
	text-align: center;
	display: inline-block;
	border-radius: 20px;
	margin-bottom: 10px !important;
}

.Asuhana_link_list{
	float: left;
	padding-left: 30px !important;
}
.Asuhana_link_list ul li{margin-bottom: 10px !important; word-break: break-all;}

.Asuhana_recommend{
	padding: 50px 10px 30px 10px !important;
	overflow: hidden;
}
.Asuhana_recommend_inner{
	
	box-sizing: border-box;
	margin-right: -1.289% !important;
}
.Asuhana_recommend_inner .Asuhana_thm{
	width: 23.711%;
	margin-right: 1.289% !important;
}

.Asuhana_photo_1{
	max-width: 846px;
	margin: 0 auto 30px auto !important;
}

.Asuhana_photo_3column,
.Asuhana_photo_2column,
.Asuhana_2column{margin-bottom: 30px !important;}

.Asuhana_photo_3column div{
	width: 32%;
	float: left;
}
.Asuhana_photo_3column div + div{margin-left: 2% !important;}


.Asuhana_photo_2column div{
	margin-bottom: 10px !important;
	float: left;
	width: 49%;
}

.Asuhana_photo_2column div:nth-child(2n){margin-left: 2% !important;}


.Before_photo{	
	float: left;
	width: 49%;
	position: relative;	
	}
.After_photo{
	float: right;
	width: 49%;
	position: relative;
}

.Before_photo p,
.After_photo p{
	position: absolute;
	background: #5BC2DC !important;
	color: #FFF;
	line-height: 1 !important;
	top: 20px;
	left: 0px;
	font-size: 20px !important;
	padding: 5px 20px !important;
}
.kv_before,
.kv_after{
	position: absolute;
	background: #5BC2DC !important;
	color: #FFF;
	line-height: 1 !important;
	top: 40px;
	font-size: 24px !important;
	padding: 5px 20px !important;
}
.kv_before{left: 0;}
.kv_after{right: 0;}

.Asuhana_photo_BA{
	position: relative;
	margin-bottom: 30px !important;
}
.BA_arrow{
	top: 0;
	bottom: 0;
	left: 47%;
	margin: auto !important;
	z-index: 999;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
}


.Asuhana_2column_r{
	float: right;
	width: 49%;
}
.Asuhana_2column_l{
	float: left;
	width: 49%;
}

.Asuhana_contents .Asuhana_2column p{margin-bottom: 20px !important;}

.Asuhana_btn_wrap{
	text-align: center;
	margin-bottom: 30px !important;
}
.Asuhana_contents p.Asuhana_btn{
	width: 32%;
	display: inline-block;
	margin-bottom: 0 !important;	
}
.Asuhana_btn + .Asuhana_btn{margin-left: 1% !important;}

.Asuhana_btn a{
	color: #FFF !important;
	display: block;
	position: relative;
	padding: 15px 10px !important;
	background: #5dc2de !important;
	border-radius: 6px;
	line-height: 1.5;
	vertical-align: middle;
	letter-spacing: -1px !important;
	height: 3rem;
	font-size: 1rem !important;
}
.Asuhana_btn a span{
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	
}

.Asuhana_btn a:hover{
	text-decoration: none !important;
	opacity: 0.5 !important;
	transition: 0.3s ease-in;
}
.Asuhana_btn a:after{
    position: absolute;
    top: 0;
    bottom: 0;
  	margin: auto;
    content: "";
    vertical-align: middle;
	right: 10px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Asuhana_btn a.link_blank:after{
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
	background-image: url("/sun_common/contents_alias/flower/common/svg/icon_blank--white.svg") !important;
	background-size: 13px 11px;
	border:none;
	 -webkit-transform:none;
    transform:none;
	}
	
a.icon_blank_black{
	padding-right: 15px !important;
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
	background-image: url("/sun_common/contents_alias/flower/common/svg/icon_blank--black.svg") !important;
	background-size: 13px 11px;
}


.youtube_area {
     position: relative;
     padding-bottom: 56.25% !important; 
     height: 0;
     overflow: hidden;
	 margin-bottom: 30px !important;
}
 
.youtube_area iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

	@media screen and (max-width: 767px) {
		.Asuhana_contents{font-size: 0.875rem !important;}
		.Asuhana_report_kv{margin-bottom: 20px !important;}
		.Asuhana_contents p{margin-bottom: 20px !important;}
		h1.Asuhana_report_ttl{font-size: 1.375rem !important; line-height: 48px; margin-bottom: 20px !important;}
		h1.Asuhana_report_ttl span{
			background-size: 48px 46px !important;
			width: 48px;
			height: 46px;
		}
		.Asuhana_txt_large{font-size: 1.375rem !important;}
		.Asuhana_contents h2,
		.Asuhana_recommend h2{
			font-size: 1.25rem !important;
		}
		.Asuhana_contents h3{font-size: 1.125rem !important;}
		
		.Asuhana_recommend{padding: 30px 16px !important; min-width: 100%; box-sizing: border-box;}
		.Asuhana_recommend_inner{margin-right: -2% !important;}
		.Asuhana_recommend_inner .Asuhana_thm{
			width: 48%;
			margin-right: 2% !important;
		}
		.Asuhana_contents p.Asuhana_link_ttl,.Asuhana_link_list{
			float: none;
		}
		.Asuhana_link_list{padding-left: 0 !important;}
		
		.Asuhana_photo_3column div{
			width:100%;
			float: none;
		}
		
		.Asuhana_photo_3column div + div{margin-left: 0 !important;}
		
		.Asuhana_2column_r,
		.Asuhana_2column_l{float: none; width: 100%;}
		.Asuhana_2column_r img,.Asuhana_2column_l img{margin-bottom: 15px !important;}
		.Asuhana_contents p.Asuhana_btn{width: 100%; float: none;}
		.Asuhana_btn + .Asuhana_btn{margin-left: 0 !important; margin-top: 10px !important;}
		.Asuhana_btn a{height: 2rem;}
		
		.Before_photo,.After_photo{	
			float: none;
			width: 100%;
			}
		.Before_photo p,
		.After_photo p{
			font-size: 16px !important;
		}

		.Asuhana_photo_BA .BA_arrow{
			position: static;
			margin: 5px auto!important;
		}
		.Asuhana_photo_BA .BA_arrow img{transform: rotate(90deg); display: block;}
		
		.kv_before,
		.kv_after{
			top: 20px;
			font-size: 16px !important;
			padding: 5px 10px !important;
		}
		.Asuhana_report_kv .BA_arrow{width: 30px; height: 30px; left: 45%;}
	}
		
/*Asuhana_popup///////////////////*/

.Asuhana_inner{
	max-width: 676px;
	margin: 0 auto;
	padding: 0 10px;
}
.Asuhana_icon_close{
	position: absolute;
	top: 0;
	right: 10px;
}

.Asuhana_popup_logo{
	max-width: 248px;
	margin: 0  auto 70px auto;
}
.Asuhana_popup_ttl_img{
	text-align: center;
}
.Asuhana_popup_ttl{
	font-size: 2.125rem;
	color: #5bc2dc;
	text-align: center;
	font-weight: 500;
	margin: 0 0 50px 0;
}
.Asuhana_popup_txt{
	font-size: 1.125rem;
	line-height: 2.7;
	letter-spacing: 2px;
	max-width: 500px;
	margin: 0 auto;
}
.Asuhana_popup_txt p{margin-bottom: 20px;}
.Asuhana_popup_txt span{
	font-size: 1.875rem;
	font-weight: 500;
}

.Asuhana_btn_close{text-align: center;}

@media screen and (min-width: 768px) {
	.Asuhana_wrapper{
	padding-top: 80px;
	position: relative;
	background: url(../img/pj_bg_1.jpg) no-repeat center 420px;
	background-size: 1164px 594px;
	}
	.Asuhana_popup_bg{
		background: url(../img/pj_bg_2.png) no-repeat top center;
		background-size: 1400px 1810px;
		padding-bottom: 100px;
		padding-top: 10%;
	}


	.Asuhana_popup_bg_top{
		background: url(../img/pj_bg_top.gif) no-repeat top center #EEF9FB;
		background-size: 100%;
	}
	.Asuhana_btn_close{padding-top:100px;}
	.Asuhana_popup_ttl .pc_hidden{display: none;}
	.Asuhana_popup_sp-img{display: none;}
	br.br_sp{display: none;}
}


	@media screen and (max-width: 767px) {
		.Asuhana_popup_logo{max-width: 200px !important; margin-bottom: 40px;}
		.Asuhana_inner{padding: 0 16px;}	
		.Asuhana_popup_ttl{font-size: 1.625rem; margin-bottom: 20px;}
		.Asuhana_popup_txt{font-size: 1rem; line-height: 2;}
		.Asuhana_wrapper{padding-top: 40px;}
		.Asuhana_popup_txt span{font-size: 1.5rem;}
		.Asuhana_popup{padding: 30px 10px;}
		.Asuhana_popup_ttl .sp_hidden{display: none;}
		.Asuhana_popup_sp-img{margin-bottom: 20px;}
		.Asuhana_popup_bg{
		margin-top: 30px;
		padding-bottom: 30px;
		background:#EEF9FB;}
		.Asuhana_btn_close{padding-top:20px;}	
		}
		
		
/*fadein*/
	.Asuhana_main .Asuhana_thm{
		opacity : 0;
		transform : translate(0, 50px);}

	.Asuhana_main .Asuhana_thm.scrollin{
		opacity : 1;
		transform : translate(0, 0);
		transition : all 0.8s;
		}
	.Asuhana_thm_wrap .Asuhana_thm:first-of-type,
	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(2),
	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(3),
	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(4),
	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(5){
		opacity : 1;
		transform: none;
		}	

@media screen and (min-width: 768px) {
	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(3n+4){
		transition-delay:200ms;
		}
	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(3n+5){
		transition-delay:400ms;
		}
}

	@media screen and (max-width: 767px) {
		

	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(even){
		transition-delay:100ms;
		}
	.Asuhana_thm_wrap .Asuhana_thm:nth-of-type(odd){
		transition-delay:200ms;
		}
}
		