@charset "utf-8";

/*ここでは
	先進事例ページ
	などを記述します
*/


.page_case_top{}

/*.page_case_top > .page_cont{
	position: relative;
	}*/
.casetop_bg{
	background: url(../img/bg_case.png) no-repeat right top 1em / 32% auto;
	margin-bottom: 60px;
	}


.page_index{
	margin-top: 1.4em;
	}
	
.case_title{
	padding-top: 2em;
	margin: 0 auto -1em;
	font-size: 1.3em;
	font-weight: 400;
	}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	.case_title{
		width: 94%;
		}
	.casetop_bg{
		background: url(../img/bg_case.png) no-repeat right 1.5em top 1.5em / 32% auto;
		}
}
@media screen and (max-width: 680px) {
	.case_title{
		width: 90%;
		}
	
	.casetop_bg{
		background: url(../img/bg_case.png) no-repeat bottom center / auto 19em;
		padding-bottom: 20em;
		}
		
		
}
@media screen and (max-width: 414px) {
	.case_title{
		font-size: 0.85em;
		}
	
	.casetop_bg{
		background: url(../img/bg_case.png) no-repeat bottom center / 72% auto;
		padding-bottom: 15em;
		margin-bottom: 40px;
		}
}
@media screen and (max-width: 375px) {

}


ul.top_case_list{}
ul.top_case_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	}
ul.top_case_list li{
	flex-basis: 31.6%;
	background: #FFFFFF;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
	
	margin-bottom: 30px;
	display: none;
	}
ul.top_case_list li.none {
	background: none;
	box-shadow: none;
}
ul.top_case_list a{
	color: inherit;
	padding: 45px 45px 35px;
	border: 3px solid #fff;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
ul.top_case_list a:hover {
    border: 3px solid #FF8F00;
}
ul.top_case_list li .title{
	margin-bottom: 1.55em;
	display: block;
	}
ul.top_case_list li .title b{
	color: #0093CB;
	font-size: 1.5em;
	display: block;
	line-height: 1.5;
}
html[lang="ja"] ul.top_case_list li .title b {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
ul.top_case_list li .title span{
	display: block;
	font-size: 1.25em;
	margin-top: 0.8em;
	font-weight: bold;
	}

ul.top_case_list li p{
	font-size: 1em;
	line-height: 1.6;
	}

ul.top_case_list li .img{
	display: block;
	margin-top: auto;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

ul.top_case_list li a{
	display: flex;
	flex-direction: column;
	height: 100%;
}



.btn_center{
	text-align: center;
	padding: 30px 0 140px;
	}
ul.top_case_list + .btn_center {
	display: none;
	}
a.blue_btn{
	font-size: 1.6em;
	padding: 0.6em 1em;
	display: block;
	}
a.green_btn{
	font-size: 1.6em;
	padding: 0.6em 1em;
	display: block;
	}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	ul.top_case_list{
		width: 94%;
		margin: 0 auto 20px;
		}
	ul.top_case_list li{
		/*flex-basis: 26%;*/
		}
	ul.top_case_list a{
		padding: 30px 30px 30px;
		}
	ul.top_case_list li .title b{
		font-size: 1.4em;
		margin-bottom: 0.5em;
		}

	.btn_center{
		width: 94%;
		margin: 0 auto;
		}
		
	a.blue_btn{
		font-size: 1.4em;
		}
	a.green_btn{
		font-size: 1.4em;
		}
	
}
@media screen and (max-width: 680px) {
	ul.top_case_list{
		display: block;
		width: 90%;
		}
	
	ul.top_case_list li{
		margin-bottom: 25px;
		}
	ul.top_case_list a{
		/*padding: 30px 30px 30px;*/
		}

	.btn_center{
		width: 90%;
		padding: 20px 0 100px;
		}
		
	a.blue_btn{
		font-size: 1.2em;
		}
	a.green_btn{
		font-size: 1.2em;
		}
		
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}



@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}




.page_case{}

.read_box .company_index{
	float: left;
	width: 63%;
	margin-bottom: 1.5em;
	
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	}
/*.read_box .company_index::after { clear: both; content: " "; display: block;}*/

.company_index .image{
	/*float: left;*/
	flex-basis: 26%;
	min-width: 26%;
	margin-right: 6%;
	display: block;
	}
.company_index .image img{
	border: 10px solid #20C0FD;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	}

.company_index .text{
	/*float: left;*/
	/*flex-basis: 68%;*/
	}
.company_index .text p{
	line-height: 1.8;
	margin-bottom: 0;
	}
.company_index .c_name{
	font-size: 1.9em;
	margin: 0.4em 0 1.1em;
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.company_index .c_name > span{
	display: block;
	font-weight: 500;
	font-size: 0.6em;
	margin-top: 0.5em;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	
	.company_index .image img{
		border: 8px solid #20C0FD;
		}
	.read_box .company_index{
		float: none;
		width: auto;
		margin-bottom: 1.5em;
		}
	
	
}
@media screen and (max-width: 414px) {
	.read_box .company_index{
		display: block;
		}
	.company_index .image{
		width: 40%;
		}
	.company_index .c_name{
		font-size: 1.5em;
		margin: 0.4em 0 0.75em;
		}
	.company_index .c_name > span{
		margin-top: 0.4em;
		}
	
	
}
@media screen and (max-width: 375px) {

}

.prof_box{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 5em;
	}

.prof_box .h3_title{
	margin-bottom: 2.5em;
	}

.h6_midashi{
	color: #7E4500;
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 1.25;
	}
	
	
.prof_box .prof{
	flex-basis: 43%;
	}
.prof_box .prof .box{
	margin-bottom: 1.5em;
	}
.prof_box .prof .box p{
	line-height: 1.6;
	font-size: 1em;
	}
.prof_box .prof .box a{
	text-decoration: underline;
	}
	
.prof_box .foreigner{
	position: relative;
	line-height: 1.6;
	padding: 1em 0 1em 19%;
	}
.prof_box .foreigner::before{
	position: absolute;
	content: "";
	left: -2%;
	bottom: 0;
	height: 100%;
	width: 20%;
	background: url(../img/bg_foreigner.png) no-repeat left center / contain;
	}
.prof_box .foreigner > span{
	font-size: 1.25em;
	display: block;
	}
.prof_box .foreigner > span > b{
	font-size: 1.65em;
	color: #00C0FF;
	}
	
.prof_box .photo{
	flex-basis: 53%;
	}
	.prof_box .photo img{
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		}
		
	

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.prof_box{
		display: block;
		}
	.prof_box .prof{
		margin-bottom: 2.5em;
		}
	.prof_box .prof .box{
		margin-bottom: 0;
		}
	
	.prof_box .h3_title{
		margin-bottom: 2.3em;
		}
	
}
@media screen and (max-width: 414px) {
	.prof_box .prof{
		margin-bottom: 1.5em;
		}
	
.prof_box .foreigner{
		padding: 1em 0 1em 17%;
		}
	.prof_box .foreigner::before{
		width: 18%;
		}
	.prof_box .foreigner > span{
		font-size: 1.15em;
		}
	.prof_box .foreigner > span > b{
		font-size: 1.65em;
		color: #00C0FF;
		margin-right: 0;
		}
	
	
	
}
@media screen and (max-width: 375px) {

}


.item_area{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	}
		
	/*左側*/
	.item_area .l_box{
		flex-basis: 47.5%;
		}
	/*右側*/
	.item_area .r_box{
		flex-basis: 47.5%;
		}

	
	.l_box{
		width: 47.5%;
		}
	.r_img{
		width: 47.5%;
		}
		



.item_area .r_box .img_cap{
	margin-bottom: 4.5em;
	}
.item_area .r_box .img_cap:last-child{
	margin-bottom: 0;
	}
	
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.item_area{
		display: block;
		margin-bottom: 3em;
		}
	.item_area .r_box .img_cap{
		margin-bottom: 2.5em;
		}
		
	
	.l_box{
		width: auto;
		}
	.r_img{
		width: auto;
		}
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}




ul.point_box{
	position: relative;
	padding-top: 3.5em;
	margin-bottom: 2.5em;
	}
ul.point_box::before{
	position: absolute;
	content: "POINT";
	left: 0;
	top: 0;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 2.1em;
	color: #FF8F00;
	}
ul.point_box li{
	font-size: 15px;
	position: relative;
	padding: 0.3em 0 0.3em 3.5em;
	margin-bottom: 3px;
	}
ul.point_box li::before{
	position: absolute;
	content: "";
	left: 10px;
	top: 0;
	background: url(/case/files/bg_lo.svg) no-repeat left top / contain;
	height: 2em;
	width: 2em;	
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	ul.point_box::before{
		font-size: 1.5em;
		}
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

.merit_area{
	margin-top: 5.5em;
	}
.merit_area dl{
	margin-bottom: 3.5em;
	}
.merit_area dl dt{}
.merit_area dl dt .h6_midashi{
	margin-bottom: 0.9em;
	}
.merit_area dl dd{
	font-size: 1.14em;
	}
.merit_area dl dd p{
	line-height: 1.8;
	}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.merit_area dl dt .h6_midashi{
		font-size: 1.4em;
		}
	.merit_area{
		margin-top: 3em;
		}
	.merit_area dl{
		margin-bottom: 3em;
		}
	.merit_area dl dd{
		font-size: 15px;
		}
	.merit_area dl dd p{
		line-height: 1.65;
		}
	
	
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


dl.typebox{
	border: 5px solid #6F7A86;
	margin-bottom: 20px;
	margin-bottom: 1.7em;
	background: #FFFFFF;
	}
dl.typebox dt{
	font-weight: bold;
	font-size: 1.3em;
	padding: 0em 1.2em 0.2em;
	color: #FFF;
	background: #6F7A86;
	}
dl.typebox dd{
	padding: 18px 20px 18px 25px;
	/*font-size: 1.08em;*/
	}
dl.typebox dd ul{
	font-size: 1.05em;
	}
dl.typebox dd li{
	position: relative;
	padding-left: 1em;
	margin-bottom: 1.1em;
	}
	dl.typebox dd li:last-child{
		margin-bottom: 0;
		}
dl.typebox dd li::before{
	position: absolute;
	content: "・";
	left: 0;
	top: 0;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	dl.typebox dd{
		padding: 0.8em 0.5em;
		font-size: 1em;
		}
	dl.typebox dt{
		font-size: 18px;
		padding: 0em 0.5em 0.2em;
		}
		
	
	
}
@media screen and (max-width: 414px) {
dl.typebox{
	border: 4px solid #6F7A86;
	}
}
@media screen and (max-width: 375px) {

}


.page_box{
	padding: 65px 75px 60px;
	margin: 0 0 30px;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	.page_box{
		margin: 0 0 40px;
		padding: 45px 50px 50px;
		}
		
}
@media screen and (max-width: 680px) {
	.page_box{
		margin: 0 0 20px;
		padding: 2.1em 1.5em 2.1em;
		}
		
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


.voice_area{
	}
.voice_area .box{
	margin: 1.2em 0 1.9em;
	}
.voice_area .box::after { clear: both; content: " "; display: block;}
	.voice_area .box:last-child{
		margin-bottom: 0;
		}
.voice_area .box .image{
	float: left;
	width: 18%;
	margin-right: 5%;
	position: relative;
	}
.voice_area .box .image:after{
	position: absolute;
	content: "";
	right: -2em;
	top: 2em;
	background: url(../img/part_voice.png) no-repeat right top / contain;
	width: 6em;
	height: 3em;
	}
.voice_area .box .image img{
	border: 9px solid #FF8F00;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	z-index: 1;
	position: relative;
	}

.voice_area .h6_midashi{
	float: right;
	width: 77%;
	padding-top: 0.5em;
	line-height: 1.4;
	}
	
.voice_area .text{
	float: right;
	width: 77%;
	font-size: 1.1em;
	}
	
.voice_area .name{
	float: right;
	width: 77%;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	}
.voice_area .text p{
	line-height: 1.8;
	font-size: 1.12em;
	}
	

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.voice_area .box{
		margin: 1.2em 0 2.5em;
		}
	.voice_area .box .image{
		width: 31%;
		margin-right: 5%;
		}
	.voice_area .box .image img{
		border: 7px solid #FF8F00;
		}
	.voice_area .h6_midashi{
		width: 57%;
		font-size: 18px;
		}
	.voice_area .name{
		width: 57%;
		font-size: 1.15em;
		}
	.voice_area .text{
		clear: both;
		float: none;
		width: 100%;
		padding-top: 1.5em;
		}
	.voice_area .text p{
		font-size: 1.05em;
		}
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

.delegate_area{}
.delegate_area{
	display: flex;
	display: -webkit-flex;
	}

.delegate_area .img{
	flex-basis: 21%;
	margin-right: 4%;
	}
.delegate_area .img img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 1em;
	}
.delegate_area .img span{
	display: block;
	}

.delegate_area .text{
	flex-basis: 75%;
	}
.delegate_area .text p{
	font-size: 1.15em;
	margin-bottom: 2em;
	}




@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.delegate_area{
		display: block;
		
		}
	.delegate_area .img{
		margin-right: 0;
		}	
	.delegate_area .img::after { clear: both; content: " "; display: block;}
	.delegate_area .img img{
		float: left;
		width: 40%;
		margin-right: 5%;
		}
	.delegate_area .img span{
		float: left;
		width: 55%;
		}
	.delegate_area .text p{
		font-size: 1.05em;
		}
	
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

.page_case .flex-bet{
	align-items: center;
	}
.page_case .flex-bet .data{
	display: inline-block;
	padding: 0.4em 0.7em;
	font-size: 1.1em;
	background: #58626C;
	color: #FFFFFF;
	line-height: inherit;
	}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.page_case .flex-bet{
		display: block;
		}
	.page_case .flex-bet .data{
		font-size: 0.9em;
		}


}
@media screen and (max-width: 414px) {
	.page_case .flex-bet .t_right{
		display: block;
		}
	.page_case .flex-bet .data{
		margin-bottom: 1em;
		}
}


@media screen and (max-width: 680px) {
	#mobile-share .st-has-labels .st-btn,
	#mobile-share2 .st-has-labels .st-btn {
		min-width: 44px !important;
	}
	
	#mobile-share .st-has-labels .st-btn > span,
	#mobile-share2 .st-has-labels .st-btn > span {
		display: none;
	}
}











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

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}





