html{font-size:15px;}

.for_sp{display:none;}
.ime_j{ime-mode:active;}
.ime_e{ime-mode:inactive;}
.center_pc{margin-left:auto;margin-right:auto;text-align:center;}



#header{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#header .nav{
	display:flex;
	column-gap:25px;
}



.ttl{
	width:50%;
}



.dl_tbl dt{
	width:25%;
}
.dl_tbl dd{
	width:75%;
}



.dl_tbl_form{
	display:flex;
	flex-wrap:wrap;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid rgba(0,0,0,0.5);
}
.dl_tbl_form dt,
.dl_tbl_form dd{
	margin:0;
	padding:20px;
	box-sizing:border-box;
	border-bottom:none;
}
.dl_tbl_form dt{
	width:30%;
	white-space:nowrap;
	border-right:none;
}
.dl_tbl_form dd{
	width:70%;
}



#visual{
	height:15vw;
}
#visual_wrapper.index #visual{
	height:25vw;
}
#visual .wrp{
	top:50%;
	left:40px;
	margin-top:-40px;
	display:flex;
	column-gap:30px;
	align-items:center;
}
#visual_wrapper.index{
	background-image:url('../img/visual_top_pc.jpg');
}
#visual_wrapper.service{
	background-image:url('../img/visual_service_pc.jpg');
}
#visual_wrapper.philosophy{
	background-image:url('../img/visual_phil_pc.jpg');
}
#visual_wrapper.company{
	background-image:url('../img/visual_company_pc.jpg');
}
#visual_wrapper.index #visual .txt{
	right:5px;
	top:20px;
}



#top .wrp_img{
	display:flex;
	justify-content:center;
	column-gap:40px;
}



#top .wrp_txt_img{
	display:flex;
	flex-wrap:wrap;
}
#top .wrp_txt_img .cell{
	width:50%;
	box-sizing:border-box;
}
#top .wrp_txt_img .cell.txt{
	padding:0 30px;
}
#top .wrp_txt_img .cell:nth-last-child(2){
	order:4;
}
#top .wrp_txt_img .cell:nth-last-child(1){
	order:3;
}



#service .wrp{
	display:flex;
	column-gap:20px;
	margin:40px 0;
	align-items:center;
}
#service .wrp .cell.txt{
	flex:1;
}
#service .wrp .cell.img{
	width:45%;
}



#service_reason .wrp{
	display:flex;
	column-gap:30px;
	flex-direction:row-reverse;
	margin:40px 0;
}
#service_reason .wrp .cell{
	flex:1;
}



#philosophy_vision .wrp{
	display:flex;
}
#philosophy_vision .wrp .cell{
	flex:1;
}
#philosophy_vision .wrp .cell:first-child{
	background-position:center right;
}
