/*PagesCommon*/
.page_fv{
	padding: 80px 0 60px;
	position: relative;
}
.page_fv .sec_ttl_w{
	position: relative;
}
.page_fv .sec_ttl{
	font-size: 3.6rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 8px;
}
.page_fv .sec_ttl span{
	position: relative;
}
.page_fv .sec_ttl span:before{
	content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #0b5caa;
    position: absolute;
    transform: rotate(-45deg);
    left: -15px;
    top: -15px;
}
.page_fv .sec_ttl span:after {
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background: #0b5caa;
	position: absolute;
	transform: rotate(-45deg);
	right: -15px;
	bottom: -5px;
}
@media screen and (max-width: 750px) {
	.page_fv{
		padding-top: 120px;
	}
	.page_fv .sec_ttl{
		font-size: 2.8rem;
	}

}

.breadcrumb_w {
	font-size: 1.2rem;
	padding: 5px 0;
}
.breadcrumb_w .arr {
	color: #0b5caa;
	font-weight: 600;
}






.post-type-archive-news #news{
	padding: 90px 0;
}
.post-type-archive-news #news .sec_ttl_w{
	margin-bottom: 55px;
	text-align: center;
}
.post-type-archive-news #news .sec_ttl_w .en{
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.post-type-archive-news #news .sec_ttl{
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 6px;
	line-height: 1;
}
.post-type-archive-news #news .news_w{
	margin-bottom: 50px;
}
.post-type-archive-news #news .news_i{
	border: 1px solid #d7d7d7;
	border-left: 4px solid #0b5caa;
	padding: 25px;
	margin-bottom: 15px;
}
.post-type-archive-news #news .news_iw{
	align-items: center;
}
.post-type-archive-news #news .news_iw time{
	margin-right: 30px;
}
.post-type-archive-news #news .news_i h3 {
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.post-type-archive-news #news{
		padding: 60px 0;
	}
	.post-type-archive-news #news .sec_ttl_w .en{
		font-size: 1.4rem;
	}
	.post-type-archive-news #news .sec_ttl{
		font-size: 2.8rem;
	}
	.post-type-archive-news #news .news_i{
		padding: 20px;
	}
	.post-type-archive-news #news .news_iw time{
		margin-right: 0;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	.post-type-archive-news #news .news_i h3{
		line-height: 1.5;
	}
}

.article_single_content_w{
}
.article_single_content_i_w {
	border: 1px solid #d7d7d7;
	margin: 80px auto;
	width: 900px;
	padding: 30px;
	box-sizing: border-box;
}
.article_single_content_w .thumbnail_w{
}
.article_single_content_w .thumbnail_w img{
	width: 100%;
}
.article_single_content_i_head{
}
.article_single_content_i_head_w{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
.article_single_content_i_head .date{
	margin-right: 10px;
}
.article_single_content_i_head .cat_tag_w{
	margin-bottom: 10px;
}
.article_single_content_i_head .cat_tag_w a{
	display: inline-block;
	line-height: 1;
	padding: 3px 10px;
	border-radius: 100px;
}
.article_single_content_i_head h1{
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.5;
}
.article_single_content_i{
	padding: 30px;
}
.article_single_content_i p{
	margin-bottom: 20px;
}
.article_single_content_i h2{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 40px;
	line-height:1.25;
	border-bottom: 2px solid #0B5CAA;
	padding-bottom: 10px;
}

.article_single_content_i h3{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height:1.25;
}
.article_single_content_i h3:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #0B5CAA;
	display: block;
	margin-top: 15px;
}
.article_single_content_i h4 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height:1.25;
	color: #000;
}
.article_single_content_i ul{
	margin-bottom: 20px;
}
.article_single_content_i ul li{
	margin-bottom: 5px;
	padding:5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.article_single_content_i ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #451d01;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 100px;
}
.article_single_content_i table{
	width: 100%;
	border-right: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
	margin-bottom: 30px;
}
.article_single_content_i table th{
	background: #4e9c39;
	color: #fff;
	
}
.article_single_content_i table th,
.article_single_content_i table td{
	border-left: #e2e2e2 solid 1px;
	border-top: #e2e2e2 solid 1px;
	box-sizing: border-box;
	padding: 10px;
}
@media screen and (max-width: 750px) {
	.article_single_content_i_w {
		border: 0px;
		margin: 60px auto;
		width: 100%;
	}
	.article_single_content_i img{
		height: auto !important;
	}
}


.page-id-13 .page_fv{
	background: url(../images/pages/company_main_bg@x2.jpg);
	background-size: cover;
    background-position: center;
}
.page-id-13 .l_bor_sec_ttl_w{
	margin-bottom: 60px;	
}
.page-id-13 .l_bor_sec_ttl_w .en{
	line-height: 1;
	margin-bottom: 10px;
}
.page-id-13 .l_bor_sec_ttl_w .sec_ttl{
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
}
.page-id-13 .l_bor_sec_ttl_w .sec_ttl span{
	position: relative;
	line-height: 1;
}
.page-id-13 .l_bor_sec_ttl_w .sec_ttl span:after {
    content: "";
    width: 100vw;
    height: 1px;
    background: #0b5caa;
    display: block;
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
}

.page-id-13 #philosophy{
	padding: 80px 0;
}
.page-id-13 #philosophy .txt{
	line-height: 2.5;
}
.page-id-13 #company {
	padding: 80px 0;
}
.page-id-13 #company .company_info{
	margin-bottom: 40px;
	padding: 0 40px;
}
.page-id-13 #company .company_info:nth-last-of-type(1){
	margin-bottom: 0;
}
.page-id-13 #company .company_info .l_bor{
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 30px;
}
.page-id-13 #company .company_info .l_bor:before{
	content: "";
	width: 30px;
	height: 1px;
	background: #0b5caa;
	display: block;
	margin-right: 10px;
}
.page-id-13 #company .company_info .table_w{

}
.page-id-13 #company .company_info .table_w .company_info_item{
	padding: 20px;
	margin-bottom: 10px;
}
.page-id-13 #company .company_info .table_w .company_info_item:nth-last-of-type(1){
	margin-bottom: 0;
}
.page-id-13 #company .company_info .table_w .company_info_item dt{
	width: 22%;
	border-right: 1px solid #0b5caa;
}
.page-id-13 #company .company_info .table_w .company_info_item dd{
	padding-left: 30px;
}
.page-id-13 .map{
	width: 100%;
}
.page-id-13 .map iframe{
	width: 100%;
	height: 350px;
}
@media screen and (max-width: 750px) {

	.page-id-13 #company .company_info{
		padding: 0;
	}
	.page-id-13 #company .company_info .table_w .company_info_item dt {
		width: 100%;
		border-right: 0px solid #0b5caa;
		border-bottom: 1px solid #0B5CAA;
		padding-bottom: 10px;
	}
	.page-id-13 #company .company_info .table_w .company_info_item dd {
		padding-left: 0;
		padding-top: 20px;
		width: 100%;
	}
}

.page-id-15 .page_fv {
	background: url(../images/pages/result_main_bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
.page-id-15 .lead_txt_w{
	padding: 60px 0;
	line-height: 2.5;
}

.page-id-15 #result .result_i_w{
	padding: 80px 0 80px; 
}
.page-id-15 #result .result_i_w .result_i{
	align-items: center;
	margin-bottom: 50px;
}
.page-id-15 #result .result_i_w .result_i .imgarea{
	width: 50%;
	min-height: 430px;
	position: relative;
	flex-shrink: 0;
	margin-right: 60px;
}
.page-id-15 #result .result_i_w .result_i .imgarea .img_in {
	width: 50vw;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
}
.page-id-15 #result .result_i_w .result_i:nth-of-type(1) .imgarea .img_in{
	background-image: url(../images/home/top_service_img_01@x2.jpg);
}
.page-id-15 #result .result_i_w .result_i:nth-of-type(2) .imgarea .img_in{
	background-image: url(../images/home/top_service_img_02@x2.jpg);
}
.page-id-15 #result .result_i_w .result_i:nth-of-type(3) .imgarea .img_in{
	background-image: url(../images/home/top_service_img_03@x2.jpg);
}
.page-id-15 #result .result_i_w .result_i:nth-of-type(4) .imgarea .img_in {
	background-image: url(../images/home/top_service_img_04@x2.jpg);
}
.page-id-15 #result .result_i_w .result_i .txtarea {

}
.page-id-15 #result .result_i_w .result_i .txtarea .sub_ttl_w{
	margin-bottom: 35px;
}
.page-id-15 #result .result_i_w .result_i .txtarea .sub_ttl_w .en{
	line-height: 1;
	margin-bottom: 10px;
}
.page-id-15 #result .result_i_w .result_i .txtarea .sub_ttl_w .sub_ttl{
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
}
.page-id-15 #result .result_i_w .result_i .txtarea .sub_ttl_w .sub_ttl span{
	position: relative;
	line-height: 1;
}
.page-id-15 #result .result_i_w .result_i .txtarea .sub_ttl_w .sub_ttl span:after {
    content: "";
    width: 100vw;
    height: 1px;
    background: #0b5caa;
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
}
.page-id-15 #result .result_i_w .result_i .txtarea .txt{
	margin-bottom: 30px;
	line-height: 2.5;
}


.modal-content {
    margin: 0;
    position: fixed;
    display: none;
    z-index: 2;
	width: 1000px;
	box-sizing: border-box;
	z-index: 9999999;
}
.modal-content > .flex{
	background: #fff;
	padding: 30px;
}
.close_w{
	text-align: right;
	font-size: 2.0rem;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.close_w .modal-close{
	display: flex;
    width: 40px;
    height: 40px;
    background: #0B5CAA;
	color: #fff;
    align-items: center;
	cursor: pointer;
    justify-content: center;
}

.modal-content .imgarea{
	width: 40%;
	flex-shrink: 0;
	margin-right: 30px;
}

.modal-content .txtarea{

}
.modal-content .txtarea {}
.modal-content .txtarea h4{
	font-size: 2.0rem;
}
.modal-content .txtarea h4:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #dbdbdb;
    display: block;
    margin: 20px 0;
}

#modal-overlay {
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background:rgba(0,0,0,0.9);
}

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

	.page-id-15 #result .result_i_w{
		padding: 0px 0 100px; 
	}

	.page-id-15 #result .result_i_w .result_i .imgarea {
		width: 100%;
		min-height: 220px;
		margin-bottom: 30px
	}
		.page-id-15 #result .result_i_w .result_i .imgarea .img_in {
		width: 95vw;
		height: 100%;
		background-size: cover;
		background-position: center;
		position: absolute;
		right: 0;
		top: 0;
	}
		.page-id-15 #result .result_i_w .result_i:nth-of-type(2) .imgarea .img_in{
		right: auto;
    	left: 0;
	}
	.page-id-15 #result .result_i_w .result_i .txtarea .sub_ttl_w .sub_ttl{
		font-size: 2.8rem;
	}

	.modal-content{
		width: 90%;
		
	}
	.modal-content > .flex{
		max-height: 60vh;
		overflow: scroll;
	}
	.modal-content .imgarea {
		width: 100%;
		flex-shrink: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.modal-content .txtarea h4 {
		font-size: 1.8rem;
		line-height: 1.25;
	}
}

.parent-pageid-15 .page_fv {
	background: url(../images/pages/result_main_bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
.parent-pageid-15 .category_name{
	padding: 40px 0 0;
	text-align: center;
	position: relative;
}
.parent-pageid-15 .category_name::after{
	content: "";
	width: 100%;
	height: 20px;
	background: #fff;
	display: block;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
}
.parent-pageid-15 .category_name_ttl_w{
	position: relative;
	z-index: 2;
}
.parent-pageid-15 .category_name_ttl_w:after {
	content: "";
	width: 1px;
	height: 40px;
	background: #0B5CAA;
	margin: auto;
	display: block;
	margin-top: 10px;
}
.parent-pageid-15 .category_name h2{
	font-size: 3.2rem;
	font-weight: 400;
	margin: auto;
}
.parent-pageid-15 .result_list_ww{
	padding: 60px 0;
}
.parent-pageid-15 .result_list_w{
	margin-bottom: 30px;
}
.parent-pageid-15 .result_list_w h3{
	text-align: center;
	font-weight: 400;
	padding: 10px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.parent-pageid-15 .result_list{
	gap: 3.25%;
}
.parent-pageid-15 .result_i{
	width: 31%;
	border: 1px solid #dbdbdb;
	cursor: pointer;
	margin-bottom: 40px;
}
.parent-pageid-15 .result_i .imgarea{
	width: 100%;
	height: 250px;
}
.parent-pageid-15 .result_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.parent-pageid-15 .result_i .txtarea{
	padding: 25px;
}
.parent-pageid-15 .result_i .txtarea h4{
	font-weight: 400;
	line-height: 1.75;
	font-size: 1.8rem;
}
.parent-pageid-15 .result_i .txtarea h4:after{
	content: "";
	width: 50px;
	height: 1px;
	background: #dbdbdb;
	display: block;
	margin: 20px 0;
}
.parent-pageid-15 .result_i .txtarea .txt{
	font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
	.parent-pageid-15 .result_list {
		gap: 2.5%;
	}
	.parent-pageid-15 .result_i{
		width: 48%;
		margin-bottom: 15px;
	}
	.parent-pageid-15 .result_i .imgarea {
		width: 100%;
		height: 130px;
	}
	.parent-pageid-15 .result_i .txtarea {
		padding: 15px;
	}
	.parent-pageid-15 .result_i .txtarea h4 {
		font-weight: 400;
		line-height: 1.5;
		font-size: 1.4rem;
	}
	.parent-pageid-15 .result_i .txtarea .txt {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.page_fv .sec_ttl_w_02{
	text-align: center;
}
.page_fv .sec_ttl_w_02 .en{
	margin-bottom: 5px;
}
.page_fv .sec_ttl_02{
	font-size: 3.6rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: 8px;
}


.page-id-29 .page_fv {
	background: url(../images/pages/service_main_bg_01@x2.jpg);
	background-size: cover;
	background-position: center;
}
.page-id-31 .page_fv {
	background: url(../images/pages/service_main_bg_02@x2.jpg);
	background-size: cover;
	background-position: center;
}
.page-id-34 .page_fv {
	background: url(../images/pages/service_main_bg_03@x2.jpg);
	background-size: cover;
	background-position: center;
}
.page-id-57 .page_fv {
	background: url(../images/pages/service_main_bg_03@x2.jpg);
	background-size: cover;
	background-position: center;
}
.page_fv.u_bor:after {
	width: 1px;
	height: 30px;
	background: #0B5CAA;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
}

.parent-pageid-27 #about{
	padding: 160px 0 80px;
	position: relative;
}
.parent-pageid-27 #about:after{
	content: "";
	width: 55%;
	height: 440px;
	background: #f1f8ff;
	display: block;
	position: absolute;
	top: 100px;
}
.parent-pageid-27 #about .about_h .txtarea{
	position: relative;
	z-index: 2;
	width: 58%;
	padding: 40px;
	box-sizing: border-box;
}
.parent-pageid-27 #about .about_h .txtarea h2{
	position: relative;
	font-size: 3.0rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.parent-pageid-27 #about .about_h .txtarea h2:before {
	content: "";
    width: 50px;
    height: 1px;
    background: #0b5caa;
    display: block;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: -60px;
}
.parent-pageid-27 #about .about_h .imgarea{
    position: absolute;
    right: 0;
    top: -100px;
}

.parent-pageid-27 #about .about_d{
	padding: 140px 0 0; 
}
.parent-pageid-27 #about .about_d .service_i{
	align-items: center;
	margin-bottom: 50px;
}
.parent-pageid-27 #about .about_d .service_i:nth-of-type(2n){
	flex-direction: row-reverse;
}
.parent-pageid-27 #about .about_d .service_i .imgarea{
	width: 50%;
	min-height: 430px;
	position: relative;
	flex-shrink: 0;
	margin-right: 60px;
}
.parent-pageid-27 #about .about_d .service_i:nth-of-type(2n) .imgarea{
	margin-right: 0;
	margin-left: 60px;
}
.parent-pageid-27 #about .about_d .service_i .imgarea .img_in {
	width: 50vw;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
}
.parent-pageid-27 #about .about_d .service_i:nth-of-type(2n) .imgarea .img_in {
	left: 0;
	right: auto;
	top: 0;
}
.page-id-29 #about .about_d .service_i:nth-of-type(1) .imgarea .img_in{
	background-image: url(../images/pages/service_01_about_img_01@x2.jpg);
}
.page-id-29 #about .about_d .service_i:nth-of-type(2) .imgarea .img_in{
	background-image: url(../images/pages/service_01_about_img_02@x2.jpg);
}
.page-id-29 #about .about_d .service_i:nth-of-type(3) .imgarea .img_in{
	background-image: url(../images/pages/service_01_about_img_03@x2.jpg);
}

.page-id-31 #about .about_d .service_i:nth-of-type(1) .imgarea .img_in{
	background-image: url(../images/pages/service_02_about_img_01@x2.jpg);
}
.page-id-31 #about .about_d .service_i:nth-of-type(2) .imgarea .img_in{
	background-image: url(../images/pages/service_02_about_img_02@x2.jpg);
}

.parent-pageid-27 #about .about_d .service_i .txtarea {

}
.parent-pageid-27 #about .about_d .service_i .txtarea .sub_ttl_w{
	margin-bottom: 35px;
}
.parent-pageid-27 #about .about_d .service_i .txtarea .sub_ttl_w .en{
	line-height: 1;
	margin-bottom: 10px;
}
.parent-pageid-27 #about .about_d .service_i .txtarea .sub_ttl_w .sub_ttl{
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
}
.parent-pageid-27 #about .about_d .service_i .txtarea .sub_ttl_w .sub_ttl span{
	position: relative;
	line-height: 1;
}
.parent-pageid-27 #about .about_d .service_i .txtarea .sub_ttl_w .sub_ttl span:after {
    content: "";
    width: 100vw;
    height: 1px;
    background: #0b5caa;
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
}
.parent-pageid-27 #about .about_d .service_i:nth-of-type(2n) .txtarea .sub_ttl_w .sub_ttl span:after{
	right: calc(100% + 20px);
	left: auto;
}
.parent-pageid-27 #about .about_d .service_i .txtarea .txt{
	margin-bottom: 30px;
	line-height: 2.5;
}
.parent-pageid-27 #result{
	padding: 100px 0 80px;
	background: url(../images/pages/service_u_result_bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
.parent-pageid-27 #result .sec_ttl_w{
	margin-bottom: 80px;
}
.parent-pageid-27 #result .sec_ttl{
	font-size: 3.2rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 8px;
}
.parent-pageid-27 #result .sec_ttl span{
	position: relative;
}
.parent-pageid-27 #result .sec_ttl span:before{
	content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: -15px;
    top: -15px;
}
.parent-pageid-27 #result .sec_ttl span:after {
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background: #fff;
	position: absolute;
	transform: rotate(-45deg);
	right: -15px;
	bottom: -5px;
}

.parent-pageid-27 #result .result_list{
	justify-content: center;
	margin-bottom: 40px;
}
.parent-pageid-27 #result .result_i{
	width: 31%;
	border: 1px solid #dbdbdb;
	margin: 0 10px;
}
.parent-pageid-27 #result .result_i .imgarea{
	width: 100%;
	height: 250px;
}
.parent-pageid-27 #result .result_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.parent-pageid-27 #result .result_i .txtarea{
	padding: 25px;
}
.parent-pageid-27 #result .result_i .txtarea h4{
	font-weight: 400;
	line-height: 1.75;
	font-size: 1.8rem;
}
.parent-pageid-27 #result .result_i .txtarea h4:after{
	content: "";
	width: 50px;
	height: 1px;
	background: #dbdbdb;
	display: block;
	margin: 20px 0;
}
.parent-pageid-27 #result .result_i .txtarea .txt{
	font-size: 1.4rem;
}
.parent-pageid-27 .other_service{}
.parent-pageid-27 .other_service a{
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.0rem;
    font-weight: 400;
	width: 33.333333%;
	box-sizing: border-box;
}
.parent-pageid-27 .other_service a.to_civil {
	background-image: url(../images/pages/service_u_bg_01@x2.jpg);
}
.parent-pageid-27 .other_service a.to_port {
	background-image: url(../images/pages/service_u_bg_02@x2.jpg);
}
.parent-pageid-27 .other_service a.to_ground {
	background-image: url(../images/pages/service_u_bg_03@x2.jpg);
}
.parent-pageid-27 .other_service a.to_slope {
	background-image: url(../images/pages/service_u_bg_04@x2.jpg);
}

@media screen and (max-width: 750px) {
	.parent-pageid-27 #about{
		padding: 160px 0 0px;
	}
	.parent-pageid-27 #about:after{
		width: 100%;
	}
	.parent-pageid-27 #about .about_h .imgarea{
		position: absolute;
		right: 0;
		top: -200px;
	}
	.parent-pageid-27 #about .about_h .txtarea {
		position: relative;
		z-index: 2;
		width: 95%;
		padding: 25px;
		box-sizing: border-box;
		margin: 80px auto 0;
	}
	.parent-pageid-27 #about .about_h .txtarea h2{
		font-size: 2.6rem;
	}
	.parent-pageid-27 #about .about_d{
		padding: 40px 0 0;
	}
	.parent-pageid-27 #about .about_d .service_i .imgarea{
		width: 100%;
		min-height: 250px;
		position: relative;
		flex-shrink: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.parent-pageid-27 #about .about_d .service_i .imgarea .img_in {
		width: 101vw;
		height: 100%;
		background-size: cover;
		background-position: center;
		position: absolute;
		right: -6%;
		top: 0;
	}
	.parent-pageid-27 #about .about_d .service_i:nth-of-type(2n) .imgarea {
		margin-right: 0;
		margin-left: 0;
	}
	.parent-pageid-27 #about .about_d .service_i:nth-of-type(2n) .imgarea .img_in {
		left: -6%;
		right: auto;
		top: 0;
	}
	.parent-pageid-27 #result .in{
		width: 100%;
	}
	.parent-pageid-27 #result .result_list_ww{
		overflow: scroll;
		padding:0 0 0 10px;
	}
	.parent-pageid-27 #result .result_list{
		justify-content: flex-start;
		width: 240%;
		padding-right: 10px;
	}
	.parent-pageid-27 #result .result_i {
		width: 31%;
		border: 1px solid #dbdbdb;
		margin: 0 5px;
	}
	.parent-pageid-27 #result .result_i .txtarea h4{
		font-size: 1.6rem;
	}
	.parent-pageid-27 #result .result_i .txtarea .txt{
		font-size: 1.2rem;
	}
	.parent-pageid-27 .other_service a{
		width: 100%;
		height: 200px;
		font-size: 2.4rem;
	}
}

#contact{
	padding: 80px 0;
}
.form_w{
	background: #fff;
	padding: 50px;
	border: 1px solid #dbdbdb;
}
.form_w .lead_txt{
	margin-bottom: 30px;
}
.form_w .lead_txt span{
	font-size: 1.2rem;
}
.form_w table{
	width: 100%;
}
.form_w table th,
.form_w table td{
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
}
.form_w table th{
	width: 25%;
	font-weight: normal;
}
.form_w table th span{
	background: #B8B8B8;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 5px 10px;
	margin-right: 10px;
}
.form_w table th span.inq{
	background: #cc4338;
}
.form_w table th span.s_txt{
	font-size: 1.2rem;
	color: #333;
	margin-left: 0;
}
.form_w table td input[type=text], .form_w table td input[type=tel], .form_w table td input[type=email] {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
.form_w table td textarea {
    font-size: 16px;
}
.form_w table td textarea{
	width: 100%;
	box-sizing: border-box;
}
.form_w .submit_area{
	text-align: center;
	margin-top: 30px;
}
.form_w .submit_area input[type=submit]{
	background:#d02929;
    width: 345px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
	border: 0px;
}
.form_w .agree_w{
	justify-content: center;
	margin: 30px 0;
	font-size: 1.4rem;
}
.form_w .agree_w > p{
	display: flex;
	justify-content: center;
}
.form_w .agree_w a{
	text-decoration: underline;
}
input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
	background: #fff;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0px;
	left: 4px;
	transform: rotate(50deg);
	width: 6px;
	height: 12px;
	border-right: 2px solid #ed1b24;
	border-bottom: 2px solid #ed1b24;
	content: '';
}

input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.wpcf7-list-item{
	margin-left: 0 !important;
}

@media screen and (max-width: 750px) {
	#contact{
		padding: 60px 0;
	}
	#contact .in_in{
		width: 100%;
		
	}
	.form_w{
		padding: 30px 20px;
		box-shadow: none;
	}
	.form_w table th,
	.form_w table td{
		width: 100%;
		display: block;
	}
	.form_w .submit_area input[type=submit]{
		width: 100%;
	}
}

.pf_archive_content_i_w{
	justify-content: space-between;
}
.pf_archive_content_i_w .shopify-buy-frame--product{
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.pf_archive_content_i_w .shopify-buy-frame--product {
		max-width: 100% !important;
		width: 100%;
	}
}

.page-id-52 .page_fv {
	background: url(../images/pages/voice_main_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.page-id-52 .page_fv .sec_ttl_w_v{
	text-align: center;
}
.page-id-52 .page_fv .sec_ttl_v{
	font-size: 3.6rem;
	font-weight: 400;
}
.page-id-52 .ri_sec_ttl_w{
	position: relative;
	margin-bottom: 60px;
}
.page-id-52 .ri_sec_ttl{
	font-size: 2.6rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 8px;
}
.page-id-52 .ri_sec_ttl span{
	position: relative;
}
.page-id-52 .ri_sec_ttl span:before{
	content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0b5caa;
    position: absolute;
    transform: rotate(-45deg);
    left: -15px;
    top: -15px;
}
.page-id-52 .ri_sec_ttl span:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #0b5caa;
	position: absolute;
	transform: rotate(-45deg);
	right: -15px;
	bottom: -5px;
}

.page-id-52 .lead_txt{
	padding: 80px 0;
	text-align: center;
}

.page-id-52 #recruit_info{
	padding: 100px 0;
}
.page-id-52 #recruit_info .tab-container {
  display: flex;
  flex-wrap: wrap;
}
.page-id-52 #recruit_info .tab-container {
}
.page-id-52 #recruit_info .tab_btn {
  font-weight: 500;
  text-align:center;
  width: calc(100% / 3);
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border-top: 1px solid #0B5CAA;
  border-left: 1px solid #0B5CAA;
  border-bottom: 1px solid #0B5CAA;
  background: #fff;
  color: #0B5CAA;
}
.page-id-52 #recruit_info .tab_btn:nth-last-of-type(1){
	border-right: 1px solid #0B5CAA;
}
.page-id-52 #recruit_info .tab_btn.active {
  background-color: #0B5CAA;
  color: #fff;
}
.page-id-52 #recruit_info .content {
  display: none; /*必須*/
  padding: 40px;
}
.page-id-52 #recruit_info .content.show {
  display: block; /*必須*/
}
.page-id-52 #recruit_info .content .txt{
	line-height: 2;
	margin-bottom: 30px;
}
.page-id-52 #recruit_info .content .recruit_info_w{
	margin-bottom: 40px;
}
.page-id-52 #recruit_info .content .recruit_info_w:nth-last-of-type(1){
	margin-bottom: 0;
}
.page-id-52 #recruit_info .content .recruit_info_w .l_bor{
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 30px;
}
.page-id-52 #recruit_info .content .recruit_info_w .l_bor:before{
	content: "";
	width: 30px;
	height: 1px;
	background: #0b5caa;
	display: block;
	margin-right: 10px;
}
.page-id-52 #recruit_info .content .recruit_info_w .table_w{

}
.page-id-52 #recruit_info .content .recruit_info_w .table_w .company_info_item{
	padding: 20px;
	margin-bottom: 10px;
}
.page-id-52 #recruit_info .content .recruit_info_w .table_w .company_info_item:nth-last-of-type(1){
	margin-bottom: 0;
}
.page-id-52 #recruit_info .content .recruit_info_w .table_w .company_info_item dt{
	width: 10%;
	border-right: 1px solid #0b5caa;
}
.page-id-52 #recruit_info .content .recruit_info_w .table_w .company_info_item dd{
	padding-left: 30px;
}

.page-id-52 #voice {
	padding: 0 0 80px;
}
.page-id-52 #voice .voice_w{
	justify-content:space-between;
	margin-bottom: 60px;
}
.page-id-52 #voice .voice_i{
	width: 33%;
}
.page-id-52 #voice .voice_i .imgarea{
	margin-bottom: 15px;
}
.page-id-52 #voice .voice_i .txtarea{
	border-left: 2px solid #0B5CAA;
	padding-left: 20px;
}
.page-id-52 #voice .voice_i .txtarea .dep{
	font-size: 1.4rem;
}
.page-id-52 #voice .voice_i .txtarea .name{
	font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
	.page-id-52 .ri_sec_ttl{
		font-size: 2.2rem;
	}
	.page-id-52 #recruit_info .content{
		padding: 25px;
	}
	.page-id-52 #recruit_info .content .txt{
		margin-bottom: 20px;
	}
	.page-id-52 #recruit_info .content .recruit_info_w .table_w .company_info_item dt{
		width: 100%;
        border-right: 0px solid #0b5caa;
        border-bottom: 1px solid #0B5CAA;
        padding-bottom: 10px;
	}
	.page-id-52 #recruit_info .content .recruit_info_w .table_w .company_info_item dd {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }
	.page-id-52 #voice .voice_i {
		width: 100%;
		
	}
	.page-id-52 #voice .voice_i a{
		display: flex;
		align-items: center;
	}
	.page-id-52 #voice .voice_i .imgarea {
    margin-bottom: 15px;
    width: 48%;
    margin-right: 5%;
	}
}



.page-id-54{

}
.page-id-54 .page_fv {
	background: url(../images/pages/voice_main_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.page-id-54 .page_fv .sec_ttl_w_v{
	text-align: center;
}
.page-id-54 .page_fv .sec_ttl_v{
	font-size: 3.6rem;
	font-weight: 400;
}
.page-id-54 .voice_d_w{
	padding: 80px 0;
}
.page-id-54 .voice_d_i{
	margin-bottom: 80px;
}
.page-id-54 .voice_d_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.page-id-54 .voice_d_i:nth-of-type(2n){
	flex-direction: row-reverse;
}
.page-id-54 .voice_d_i .imgarea{
	flex-shrink: 0;
	margin-right: 60px;
}
.page-id-54 .voice_d_i:nth-of-type(2n) .imgarea {
	flex-shrink: 0;
	margin-right: 0;
	margin-left: 60px;
}
.page-id-54 .voice_d_i .txtarea{
	margin-top: 40px;
}
.page-id-54 .voice_d_i .txtarea .voice_h{
	margin-bottom: 20px;
}
.page-id-54 .voice_d_i .txtarea .voice_h .name{
	font-size: 2.8rem;
}
.page-id-54 .voice_d_i .txtarea .voice_cont_w{}
.page-id-54 .voice_d_i .txtarea .voice_cont_i{
	margin-bottom: 30px;
}
.page-id-54 .voice_d_i .txtarea .voice_cont_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.page-id-54 .voice_d_i .txtarea .voice_cont_i dt{
	font-size: 2.2rem;
	position: relative;
	margin-bottom: 15px;
}
.page-id-54 .voice_d_i .txtarea .voice_cont_i dt:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #0B5CAA;
	top: 50%;
	left: 0;
	position: absolute;
}
.page-id-54 .voice_d_i .txtarea .voice_cont_i dt span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 10px;
}
.page-id-54 .voice_d_i .txtarea .voice_cont_i dd{
	line-height: 2;
}
.recruit_btn_w{

}
.recruit_btn_w {
	background-image: url(../images/home/recruit_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}
@media screen and (max-width: 750px) {
	.page-id-54 .voice_d_i .imgarea,
	.page-id-54 .voice_d_i:nth-of-type(2n) .imgarea{
		flex-shrink: unset;
		margin: 0;
	}
}