@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 4rem;
}
.guide-ttl.border::before{
	position: absolute;
	background: #000000;
	content: '';
	width: 6.5rem;
	height: 0.125rem;
	bottom: -1.5rem;
	left: 0;
}
.guide-ttl.border.center::before{
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl .roma{
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.guide-ttl h2{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.05em;
}
.guide-ttl.border h2{
	line-height: 1.1875;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 2.5rem;
	}
	.guide-ttl.border::before{
		width: 2.75rem;
		bottom: -0.75rem;
	}
	.guide-ttl .roma{
		font-size: 0.9375rem;
	}
	.guide-ttl h2{
		font-size: 1.4375rem;
	}
}
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	position: relative;
}
.mv-view .slider-wrap{
	position: relative;
}
.mv-view .view-box{
	position: absolute;
	top: calc(50% + 3.65rem);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}
.mv-view .view-box h2{
	color: #FFFFFF;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.1;
}
.mv-view .view-box p{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 1.5rem;
}
.mv-view .view-scroll a{
	position: absolute;
	display: block;
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 5rem;
}
.mv-view .view-scroll a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 4.5rem;
	background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.mv-view{
		margin-top: 4rem;
	}
	.mv-view .view-box{
		top: 50%;
	}
	.mv-view .view-box h2{
		font-size: 1.875rem;
		text-align: center;
	}
	.mv-view .view-box p{
		font-size: 1rem;
		margin-top: 1.25rem;
	}
	.mv-view .view-scroll a{
		font-size: 1rem;
		padding-bottom: 4.09375rem;
	}
	.mv-view .view-scroll a:before{
		height: 3.59375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view .view-box{
		top: calc(50% + 1.65rem);
	}
	.mv-view .view-box h2{
		font-size: 2.75rem;
	}
}
/*　　メッセージ　　*/
.frontWrap .about-guide{
	background: url(../img/top/about_bg.jpg) no-repeat;
	background-size: cover;
}
.frontWrap .about-guide .contentArea{
	background: rgba(255, 255, 255, 0.7);
	width: 70%;
	max-width: 1164px;
	margin-left: auto;
	padding: 10rem 6.5rem;
}
.frontWrap .about-guide .guide-ttl h2 span{
	display: block;
	font-size: 1.75rem;
}
.frontWrap .about-guide .contentArea .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.375;
}
@media only screen and (max-width: 767px) {
	.frontWrap .about-guide{
		padding-bottom: 13.3125rem;
	}
	.frontWrap .about-guide .contentArea{
		width: 100%;
		margin-left: 0;
		padding: 1.75rem 1.5rem;
	}
	.frontWrap .about-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.frontWrap .about-guide .guide-ttl h2 span{
		font-size: 1.25rem;
	}
	.frontWrap .about-guide .contentArea .text{
		font-size: 0.9375rem;
		line-height: 1.6;
	}
}
/*　　事業内容　　*/
.business-nav-guide{
	padding: 6.5rem 0 7rem 0;
}
.business-nav-guide .guide-ttl{
	margin-bottom: 9rem;
}
.business-nav-guide .inner-wrap{
	max-width: 1456px;
}
.business-nav-guide .nav-grid:not(:last-child){
	margin-bottom: 11.5rem;
}
.business-nav-guide .nav-grid .caption{
	text-align: center;
	margin-bottom: 1.5rem;
}
.business-nav-guide .nav-grid .caption span{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.21;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0 1.5rem;
}
.business-nav-guide .nav-grid h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.21;
	text-align: center;
	margin-bottom: 3rem;
}
.business-nav-guide .business-nav{
	column-gap: 2rem;
	row-gap: 2rem;
}
.business-nav-guide .business-nav.cols-2 li{
	width: calc(50% - 1rem);
}
.business-nav-guide .business-nav.cols-3 li{
	width: calc(33.3333% - 1.35rem);
}
.business-nav-guide .business-nav li,
.business-nav-guide .business-nav li a{
	position: relative;
	display: block;
	overflow: hidden;
}
.business-nav-guide .business-nav li img,
.business-nav-guide .business-nav li a img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	transition: .5s ease-in-out;
}
.business-nav-guide .business-nav li a img:hover{
	transform: scale(1.1);
}
.business-nav-guide .business-nav li .ttl,
.business-nav-guide .business-nav li a .ttl{
	position: absolute;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.business-nav-guide .nav-grid .block_btn{
	margin-top: 2rem;
}
.business-nav-guide .nav-grid .block_btn li{
	margin-top: 1rem;
}
.business-nav-guide .nav-grid .block_btn li + li{
	margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
	.business-nav-guide{
		padding: 3.25rem 0 4.75rem 0;
	}
	.business-nav-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.business-nav-guide .nav-grid:not(:last-child){
		margin-bottom: 4rem;
	}
	.business-nav-guide .nav-grid .caption{
		margin-bottom: 0.75rem;
	}
	.business-nav-guide .nav-grid .caption span{
		font-size: 1.0625rem;
		padding: 0 0.75rem;
	}
	.business-nav-guide .nav-grid h3{
		font-size: 1.4375rem;
		margin-bottom: 1.5rem;
	}
	.business-nav-guide .business-nav{
		column-gap: 0;
		row-gap: 0.5rem;
	}
	.business-nav-guide .business-nav.cols-2 li{
		width: 100%;
	}
	.business-nav-guide .business-nav.cols-3 li{
		width: 100%;
	}
	.business-nav-guide .business-nav li .ttl,
	.business-nav-guide .business-nav li a .ttl{
		font-size: 1.125rem;
	}
	.business-nav-guide .nav-grid .block_btn{
		margin-top: 1.75rem;
	}
	.business-nav-guide .nav-grid .block_btn li{
		margin-top: 0.5rem;
	}
	.business-nav-guide .nav-grid .block_btn li + li{
		margin-left: 0;
	}
}
/*　　施工事例のご紹介　　*/
.case-nav-guide{
	padding: 0 0 10.1875rem 0;
}
.case-nav-guide .case-nav-grid{
	align-items: center;
}
.case-nav-guide .imageArea{
	width: 55%;
	height: 38rem;
}
.case-nav-guide .imageArea img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.case-nav-guide .contentArea{
	width: 40%;
	max-width: 31.5rem;
	padding-right: 2rem;
}
.case-nav-guide .contentArea .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.375;
}
.case-nav-guide .contentArea .block_btn{
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.case-nav-guide{
		padding: 0 0 4.5rem 0;
	}
	.case-nav-guide .imageArea{
		width: 100%;
		height: 15.5rem;
	}
	.case-nav-guide .contentArea{
		width: 100%;
		padding: 2.375rem 2.375rem 0 2.375rem;
	}
	.case-nav-guide .contentArea .text{
		font-size: 0.9375rem;
		line-height: 2;
	}
	.case-nav-guide .contentArea .block_btn{
		text-align: center;
		margin-top: 1.75rem;
	}
}
/*　　会社概要　　*/
.company-nav-guide{
	background: url(../img/business/bottom_bg.jpg) no-repeat;
	background-size: cover;
	padding: 0 0 10.1875rem 0;
}
.company-nav-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.company-nav-guide p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.375;
	text-align: center;
}
.company-nav-guide .block_btn{
	margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.company-nav-guide{
		padding: 0 0 3rem 0;
	}
	.company-nav-guide .guide-ttl{
		margin-bottom: 0.5rem;
	}
	.company-nav-guide p{
		font-size: 0.9375rem;
	}
	.company-nav-guide .block_btn{
		margin-top: 1.25rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	position: relative;
}
.page-view .page-view-bgImg{
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 100vh;
	height: 23.0625rem;
}
.page-view .page-view-bgImg >img {
	visibility: hidden;
	width: 100%;
}
.page-view .page-view-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-view .view-ttl{
	position: absolute;
	color: #ffffff;
	width: 94%;
	max-width: 1200px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	text-align: center;
	z-index: 9998;
}
.page-view .view-ttl .roma{
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
	text-transform: uppercase;
}
.page-view .view-ttl h1{
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.1875;
}
@media only screen and (max-width: 767px) {
	.page-view .page-view-bgImg{
		height: 16.0625rem;
	}
	.page-view .view-ttl .roma{
		font-size: 0.9375rem;
	}
	.page-view .view-ttl h1{
		font-size: 1.4375rem;
	}
}
/**
/* 会社案内 CSS
----------------------------------------------- */
/*　　企業理念　　*/
.philosophy-guide{
	background: url(../img/company/philosophy_bg.jpg) no-repeat;
	background-size: cover;
	padding: 9.625rem 0 7.5rem 0;
}
.philosophy-guide .guide-ttl{
	margin-bottom: 5rem;
}
.philosophy-guide .contentArea h3{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.475;
	text-align: center;
	margin-bottom: 3rem;
}
.philosophy-guide .contentArea p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.2;
	letter-spacing: 0.06em;
	text-align: center;
}
.philosophy-guide .contentArea p:not(:last-child){
	margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.philosophy-guide{
		padding: 6.5rem 0 3.5rem 0;
	}
	.philosophy-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.philosophy-guide .contentArea h3{
		font-size: 1.4375rem;
		margin-bottom: 2rem;
	}
	.philosophy-guide .contentArea p{
		font-size: 1rem;
		text-align: left;
	}
	.philosophy-guide .contentArea p:not(:last-child){
		margin-bottom: 1.5rem;
	}
}
/*　　メッセージ　　*/
.message-guide{
	padding: 6.5rem 0 7.5rem 0;
}
.message-guide .inner-wrap{
	max-width: 1600px;
	align-items: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.message-guide .contentArea{
	width: 58%;
	max-width: 45.5rem;
	padding-right: 4rem;
}
.message-guide .guide-ttl{
	margin-bottom: 5rem;
}
.message-guide .contentArea h3{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.475;
	margin-bottom: 2rem;
}
.message-guide .contentArea .comment{
	width: 100%;
    max-width: 38.5rem;
}
.message-guide .contentArea .comment p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
}
.message-guide .contentArea .comment p:not(:last-child){
	margin-bottom: 2rem;
}
.message-guide .contentArea .name img{
	width: 55%;
	max-width: 21.3125rem;
}
.message-guide .imageArea{
	width: 42%;
}
.message-guide .imageArea ul li:not(:last-child){
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 3.5rem 0;
	}
	.message-guide .contentArea{
		width: 100%;
		max-width: 42.5rem;
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.message-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.message-guide .contentArea h3{
		font-size: 1.4375rem;
		margin-bottom: 1.25rem;
	}
	.message-guide .contentArea .comment{
	    max-width: 100%;
	}
	.message-guide .contentArea .comment p{
		font-size: 0.9375rem;
	}
	.message-guide .contentArea .comment p:not(:last-child){
		margin-bottom: 1.25rem;
	}
	.message-guide .contentArea .name img{
		width: 65%;
	}
	.message-guide .imageArea{
		width: 100%;
	}
	.message-guide .imageArea ul li:not(:last-child){
		margin-bottom: 0.625rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding-bottom: 10rem;
}
.company-guide .company-box{
	background: #F8F8F8;
	max-width: 1600px;
    margin: 0 auto;
	padding: 8rem 0 7.5rem 0;
}
.company-guide .guide-ttl{
	width: 40%;
}
.company-guide .company-tbl{
	width: 60%;
	max-width: 45rem;
}
.company-guide .company-tbl th,
.company-guide .company-tbl td{
	border-bottom: 1px solid #E2E2E2;
	padding: 1.875rem 0;
}
.company-guide .company-tbl tr:first-child th,
.company-guide .company-tbl tr:first-child td{
	border-top: 1px solid #E2E2E2;
}
.company-guide .company-tbl th{
	width: 13.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
.company-guide .company-tbl td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding-bottom: 3.5rem;
	}
	.company-guide .company-box{
		padding: 4rem 0 3.5rem 0;
	}
	.company-guide .guide-ttl{
		width: 100%;
		margin-bottom: 3.25rem;
	}
	.company-guide .company-tbl{
		width: 100%;
		max-width: 45rem;
	}
	.company-guide .company-tbl th,
	.company-guide .company-tbl td{
		padding: 1.25rem 0;
	}
	.company-guide .company-tbl th{
		width: 6.25rem;
		font-size: 0.9375rem;
	}
	.company-guide .company-tbl td{
		font-size: 0.9375rem;
	}
}
/**
/* 事業内容ページ CSS
----------------------------------------------- */
/*　　事業内容について　　*/
.business-wrap .head-guide{
	padding: 9.625rem 0 1rem 0;
}
.business-wrap .head-guide .guide-ttl{
	margin-bottom: 2.5rem;
}
.business-wrap .head-guide p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.2;
	letter-spacing: 0.06em;
	text-align: center;
}
.construction-policy-guide .contentArea p:not(:last-child){
	margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.business-wrap .head-guide{
		padding: 7rem 0 1rem 0;
	}
	.business-wrap .head-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.business-wrap .head-guide p{
		font-size: 1rem;
		text-align: left;
	}
	.construction-policy-guide .contentArea p:not(:last-child){
		margin-bottom: 1.5rem;
	}
}
/*　　対応メニュー　　*/
.business-wrap .menu-guide{
	padding: 6.5rem 0 8rem 0;
}
.business-wrap .menu-guide p.text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 2.5rem;
}
.menu-guide .menu-list{
	column-gap: 1rem;
	row-gap: 1rem;
}
.menu-guide .menu-list.cols-3 {
	max-width: 56rem;
	margin: 0 auto;
}
.menu-list .menu-items{
	background: #F8F8F8;
	max-width: 18rem;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
}
.menu-guide .menu-list.cols-4 .menu-items{
	width: calc(25% - 0.625rem);
}
.menu-guide .menu-list.cols-3 .menu-items{
	width: calc(33.3333% - 0.625rem);
}
.menu-list .menu-items .menu-icon{
	text-align: center;
	margin-bottom: 1rem;
}
.menu-list .menu-items .menu-icon img{
	width: 7.5rem;
}
.menu-list .menu-items h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 0.5rem;
}
.menu-list .menu-items .text p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.business-wrap .menu-guide{
		padding: 4.5rem 0 4rem 0;
	}
	.business-wrap .menu-guide p.text{
		font-size: 0.9375rem;
		margin-bottom: 2.5rem;
	}
	.menu-guide .menu-list{
		column-gap: 0;
		row-gap: 0.5rem;
	}
	.menu-list .menu-items{
		padding: 1.5rem;
	}
	.menu-guide .menu-list.cols-4 .menu-items{
		width: 100%;
	}
	.menu-guide .menu-list.cols-3 .menu-items{
		width: 100%;
	}
	.menu-list .menu-items .menu-icon{
		margin-bottom: 0.5rem;
	}
	.menu-list .menu-items .menu-icon img{
		width: 7.5rem;
	}
	.menu-list .menu-items h3{
		font-size: 1.125rem;
	}
	.menu-list .menu-items .text p{
		font-size: 0.9375rem;
	}
}
/*　　当社が選ばれる理由　　*/
.business-wrap .choose-guide{
	background: url(../img/business/choose_bg.jpg) no-repeat;
	background-size: cover;
	padding: 7rem 0;
}
.business-wrap .choose-guide .guide-ttl{
	margin-bottom: 5.5rem;
}
.choose-guide .choose-list{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}
.choose-list .choose-items{
	background: #FFFFFF;
	width: calc(50% - 1.25rem);
	padding: 1rem 2.5rem 2.5rem 2.5rem;
}
.choose-list .choose-items .no{
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0.5rem;
}
.choose-list .choose-items .no span{
	font-size: 2.5625rem;
	vertical-align: middle;
	margin-left: 0.5rem;
}
.choose-list .choose-items .imageArea{
	height: 14.0625rem;
	margin-bottom: 2rem;
}
.choose-list .choose-items .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.choose-list .choose-items h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 1.5rem;
}
.choose-list .choose-items .text p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.business-wrap .choose-guide{
		padding: 4rem 0;
	}
	.business-wrap .choose-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.choose-guide .choose-list{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.choose-list .choose-items{
		width: 100%;
		padding: 1rem 1.5rem 1.5rem 1.5rem;
	}
	.choose-list .choose-items .no{
		font-size: 1.125rem;
		margin-bottom: 0.375rem;
	}
	.choose-list .choose-items .no span{
		font-size: 2rem;
		margin-left: 0.5rem;
	}
	.choose-list .choose-items .imageArea{
		height: 10.0625rem;
		margin-bottom: 1.5rem;
	}
	.choose-list .choose-items h3{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.choose-list .choose-items .text p{
		font-size: 0.9375rem;
	}
}
/*　　施工事例　　*/
.business-wrap .case-guide{
	padding: 6.5rem 0;
}
.business-wrap .case-guide .guide-ttl{
	margin-bottom: 5rem;
}
.business-wrap .case-guide .slick-list{
	overflow: visible;
}
.business-wrap .case-guide .case-list .case-items{
	margin: 0 0.75rem;
}
.business-wrap .case-guide .block_btn{
	margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.business-wrap .case-guide{
		padding: 4.5rem 0 4rem 0;
	}
	.business-wrap .case-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.business-wrap .case-guide .slick-list{
		overflow: hidden;
	}
	.business-wrap .case-guide .case-list .case-items{
		width: 100%;
		margin: 0;
	}
	.business-wrap .case-guide .block_btn{
		margin-top: 2.5rem;
	}
}
/*　　施工の流れ　　*/
.business-wrap .flow-guide{
	background: #F8F8F8;
	padding: 6.5rem 0;
}
.business-wrap .flow-guide .inner-wrap{
	max-width: 1000px;
}
.business-wrap .flow-guide .guide-ttl{
	margin-bottom: 5rem;
}
.flow-list .flow-items{
	background: #FFFFFF;
	padding: 2.5rem;
}
.flow-list .flow-items:not(:last-child){
	margin-bottom: 2rem;
}
.flow-list .flow-items .imageArea{
	width: 9.25rem;
}
.flow-list .flow-items .contentArea{
	width: calc(100% - 9.25rem);
	padding-left: 2.5rem;
}
.flow-list .flow-items h3{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}
.flow-list .flow-items h3 span{
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	border-right: 1px solid #D5D5D5;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
}
.flow-list .flow-items .text p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
}
.flow-guide .note{
	margin-top: 3.5rem;
}
.flow-guide .note h4{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.flow-guide .note p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.business-wrap .flow-guide{
		padding: 4.5rem 0 4rem 0;
	}
	.business-wrap .flow-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.flow-list .flow-items{
		padding: 1.5rem;
	}
	.flow-list .flow-items:not(:last-child){
		margin-bottom: 1rem;
	}
	.flow-list .flow-items .imageArea{
		width: 100%;
		text-align: center;
		margin-bottom: 1.25rem;
	}
	.flow-list .flow-items .imageArea img{
		width: 9.25rem;
	}
	.flow-list .flow-items .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.flow-list .flow-items h3{
		font-size: 1.125rem;
		line-height: 1.35;
		margin-bottom: 0.5rem;
	}
	.flow-list .flow-items h3 span{
		font-size: 1.125rem;
		padding-right: 1rem;
		margin-right: 1rem;
	}
	.flow-list .flow-items .text p{
		font-size: 0.9375rem;
	}
	.flow-guide .note{
		margin-top: 2rem;
	}
	.flow-guide .note h4{
		font-size: 1.125rem;
		margin-bottom: 0.625rem;
	}
	.flow-guide .note p{
		font-size: 0.9375rem;
	}
}
/*　　こんな症状、出ていませんか？　　*/
.business-wrap .check-guide{
	padding-top: 5rem;
}
.check-guide .box{
	background: #E2E2E2;
	max-width: 1600px;
	margin: 0px auto;
	padding: 6.5rem 0 6rem 0;
}
.check-guide .box .inner-wrap{
	max-width: 1160px;
}
.check-guide .box .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
	margin-bottom: 3rem;
}
.check-guide .box .bg-text{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 2.5rem;
}
.check-guide .box .check-list{
	column-gap: 2.5rem;
	row-gap: 1rem;
}
.check-guide .box .check-list li{
	position: relative;
	background: #FFFFFF;
	width: calc(50% - 1.25rem);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 1rem 1rem 1rem 3.5rem;
}
.check-guide .box .check-list li::before {
	content: '';
	background: url(../img/business/check_b.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.9375rem;
	left: 1rem;
	width: 2rem;
	height: 2rem;
}
@media only screen and (max-width: 767px) {
	.business-wrap .check-guide{
		padding-top: 2rem;
	}
	.check-guide .box{
		padding: 4.5rem 0 3.5rem 0;
	}
	.check-guide .box .text{
		font-size: 0.9375rem;
		margin-bottom: 1.5rem;
	}
	.check-guide .box .bg-text{
		font-size: 1.125rem;
		margin-top: 2rem;
	}
	.check-guide .box .check-list{
		column-gap: 0;
		row-gap: 0.5rem;
	}
	.check-guide .box .check-list li{
		width: 100%;
		font-size: 1rem;
		padding: 1rem 1rem 1rem 2.5rem;
	}
	.check-guide .box .check-list li::before {
		top: 1rem;
		left: 0.5rem;
		width: 1.5rem;
		height: 1.5rem;
	}
}
/*　　当社の施工方針・姿勢　　*/
.construction-policy-guide{
	background: url(../img/business/construction-policy_bg.jpg) no-repeat;
	background-size: cover;
	padding: 7rem 0 7.5rem 0;
	margin-bottom: 3.5rem;
}
.construction-policy-guide .guide-ttl{
	margin-bottom: 4.5rem;
}
.construction-policy-guide .contentArea h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.625;
	text-align: center;
	margin-bottom: 2.5rem;
}
.construction-policy-guide .contentArea p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: center;
}
.construction-policy-guide .contentArea p:not(:last-child){
	margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.construction-policy-guide{
		padding: 4rem 0 3.5rem 0;
		margin-bottom: 1.5rem;
	}
	.construction-policy-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.construction-policy-guide .contentArea h3{
		font-size: 1.4375rem;
		margin-bottom: 2rem;
	}
	.construction-policy-guide .contentArea p{
		font-size: 0.9375rem;
		text-align: left;
	}
	.construction-policy-guide .contentArea p:not(:last-child){
		margin-bottom: 1.5rem;
	}
}
/*　　当社の特徴　　*/
.business-wrap .feature-guide{
	background: url(../img/business/feature_bg.jpg) no-repeat;
	background-size: cover;
	padding: 7em 0 7.5rem 0;
}
.business-wrap .feature-guide .guide-ttl{
	margin-bottom: 4.5rem;
}
.business-wrap .feature-guide p.text{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3rem;
}
.feature-guide .feature-list{
	max-width: 1080px;
    margin: 0 auto;
}
.feature-list .feature-items{
	align-items: center;
}
.feature-list .feature-items:nth-child(even){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.feature-list .feature-items:not(:last-child){
	margin-bottom: 3.5rem;
}
.feature-list .feature-items .imageArea{
	width: 55%;
}
.feature-list .feature-items .contentArea{
	width: 45%;
}
.feature-list .feature-items:nth-child(odd) .contentArea{
	padding: 0 2.5rem 0 3.5rem;
}
.feature-list .feature-items:nth-child(even) .contentArea{
	padding: 0 3.5rem 0 2.5rem;
}
.feature-list .feature-items .no{
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.feature-list .feature-items h3{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #BABABA;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.feature-list .feature-items .text p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.business-wrap .feature-guide{
		padding: 4rem 0 4.5rem 0;
	}
	.business-wrap .feature-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.business-wrap .feature-guide p.text{
		font-size: 1.125rem;
		margin-bottom: 2rem;
	}
	.feature-list .feature-items{
		align-items: center;
	}
	.feature-list .feature-items:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.feature-list .feature-items .imageArea{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.feature-list .feature-items .contentArea{
		width: 100%;
	}
	.feature-list .feature-items:nth-child(odd) .contentArea{
		padding: 0;
	}
	.feature-list .feature-items:nth-child(even) .contentArea{
		padding: 0;
	}
	.feature-list .feature-items .no{
		font-size: 1.125rem;
		margin-bottom: 0.625rem;
	}
	.feature-list .feature-items h3{
		font-size: 1.375rem;
		padding-bottom: 1rem;
		margin-bottom: 1.25rem;
	}
	.feature-list .feature-items .text p{
		font-size: 0.9375rem;
	}
}
/*　　トータルサポート　　*/
.business-wrap .concept-guide{
	padding: 10.1875rem 0 6.4375rem 0;
}
.business-wrap .concept-guide .guide-ttl{
	margin-bottom: 2.5rem;
}
.business-wrap .concept-guide p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.business-wrap .concept-guide{
		padding: 4rem 0 2.5rem 0;
	}
	.business-wrap .concept-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.business-wrap .concept-guide p{
		font-size: 0.9375rem;
		text-align: left;
	}
}
/*　　ご検討中の方へ　　*/
.business-wrap .bottom-guide{
	background: url(../img/business/bottom_bg.jpg) no-repeat;
	background-size: cover;
	padding: 7.875rem 0 7rem 0;
}
.business-wrap .bottom-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.business-wrap .bottom-guide p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.375;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.business-wrap .bottom-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.business-wrap .bottom-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.business-wrap .bottom-guide p{
		font-size: 0.9375rem;
		text-align: left;
	}
}
/**
/* 施工事例 CSS
----------------------------------------------- */
/*　　一覧　　*/
.case-wrap .case-guide{
	padding: 9.625rem 0 10rem 0;
}
.case-nav{
	column-gap: 1.25rem;
	row-gap: 1rem;
	margin-bottom: 4rem;
}
.case-nav li a{
	display: block;
	color: #000000;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.04em;
	border: 2px solid #000000;
	padding: 0.65rem 3rem;
}
.case-nav li a.current,
.case-nav li a:hover{
	background: #F5F5F5;
	color: #000000;
	opacity: 1;
}
.case-guide .case-list{
	column-gap: 1.5rem;
	row-gap: 4rem;
}
.case-guide .case-list .case-items{
	width: calc(33.3333% - 1rem);
}
.case-list .case-items .imageArea{
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.case-list .case-items .imageArea:before{
	content: "";
	padding-top: 66.8%;
	display: block;
	height: 0;
}
.case-list .case-items .imageArea img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit:cover;
	transition: .5s ease-in-out;
}
.case-list .case-items .imageArea img:hover{
	transform: scale(1.1);
}
.case-list .case-items .data{
	color: #7B7B7B;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.04em;
}
.case-list .case-items .category{
	margin-top: 1rem;
}
.case-list .case-items .category span{
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.04em;
}
.case-list .case-items .category span a{
	color: #4D4D4D;
}
.case-list .case-items .category span + span{
	margin-left: 0.625rem;
}
.case-list .case-items .ttl{
	color: #2B2B2B;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 0.25rem;
}
.case-list .case-items .more_btn{
	margin-top: 1.5rem;
}
.case-list .case-items .more_btn li{
	display: inline-block;
	width: 100%;
	max-width: 17.5rem;
}
.case-list .case-items .more_btn li a{
	display: block;
	background: #FFFFFF;
	color: #000000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 0.5rem;
}
.case-list .case-items .more_btn li a:hover{
	border: 1px solid #000000;
}
.case-list .case-items .more_btn li a span{
	position: relative;
}
.case-list .case-items .more_btn li a span::after{
	position: absolute;
	background: url(../img/icon/arrow_b1.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	right: -1.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.425rem;
	height: 0.7rem;
}
@media only screen and (max-width: 767px) {
	.case-wrap .case-guide{
		padding: 6.5rem 0 5.5rem 0;
	}
	.case-nav{
		column-gap: 0.5rem;
		row-gap: 0.5rem;
		margin-bottom: 2.5rem;
	}
	.case-nav li a{
		font-size: 0.9375rem;
		padding: 0.375rem 1.25rem;
	}
	.case-guide .case-list{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	.case-guide .case-list .case-items{
		width: 100%;
	}
	.case-list .case-items .imageArea{
		margin-bottom: 1.25rem;
	}
	.case-list .case-items .data{
		font-size: 0.9375rem;
	}
	.case-list .case-items .category{
		margin-top: 0.5rem;
	}
	.case-list .case-items .category span + span{
		margin-left: 0.325rem;
	}
	.case-list .case-items .ttl{
		font-size: 1.125rem;
		margin-bottom: 0.25rem;
	}
	.case-list .case-items .more_btn{
		margin-top: 1rem;
	}
	.case-list .case-items .more_btn li{
		max-width: 15.5rem;
	}
	.case-list .case-items .more_btn li a{
		font-size: 0.9375rem;
		padding: 0.75rem;
	}
}
/*　　詳細　　*/
.case-single{
	padding: 9.625rem 0 10rem 0;
}
.case-header{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1rem;
	margin-bottom: 4.5rem;
}
.case-header h2{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
}
.case-header .data{
	color: #7B7B7B;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}
.case-header .category{
	margin-top: 1rem;
}
.case-header .category span{
	display: inline-block;
}
.case-header .category span + span{
	margin-left: 0.625rem;
}
.case-header .category a{
	display: block;
	color: #4D4D4D;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}
.case-gallery{
	max-width: 740px;
	margin: 0 auto 5rem auto;
}
.case-gallery .main-gallery{
	position: relative;
}
.case-gallery .slick-slide img{
	width: 100%;
}
.case-gallery .main-gallery .prev-arrow,
.case-gallery .main-gallery .next-arrow{
	position: absolute;
	top: calc(50% - 1.56rem);
	background-color: #000000;
	width: 3.125rem;
	height: 3.125rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case-gallery .main-gallery .next-arrow{
	right: 0;
}
.case-gallery .main-gallery .prev-arrow{
	left: 0;
}
.case-gallery .main-gallery .next-arrow::after,
.case-gallery .main-gallery .prev-arrow::after{
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 1.125rem;
	font-weight: 900;
}
.case-gallery .main-gallery .next-arrow::after{
	content: '\f054';
}
.case-gallery .main-gallery .prev-arrow::after{
	content: '\f053';
}
.case-gallery .gallery-thumbnail{
	margin-top: 0.65rem;
}
.case-gallery .gallery-thumbnail .slick-track{
	transform: unset !important;
}
.case-gallery .gallery-thumbnail .swiper-wrapper{
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 0.625rem;
	row-gap: 0.625rem;
}
.case-gallery .gallery-thumbnail .slick-img{
	height: 7.375rem;
	opacity: 0.5;
	margin: 0 0.325rem;
}
.case-gallery .gallery-thumbnail .slick-img.slick-current{
	opacity: 1;
}
.case-gallery .gallery-thumbnail .slick-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-body .case-tbl{
	background: #F8F8F8;
	padding: 4.5rem;
}
.case-body .case-tbl table th,
.case-body .case-tbl table td{
	border-bottom: 1px solid #E2E2E2;
	padding: 1.5rem 0;
}
.case-body .case-tbl table tr:first-child th,
.case-body .case-tbl table tr:first-child td{
	border-top: 1px solid #E2E2E2;
}
.case-body .case-tbl table th{
	width: 13.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
.case-body .case-tbl table td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
.case-body .block_btn{
	margin-top: 4.5rem;
}
@media only screen and (max-width: 767px) {
	.case-single{
		padding: 6.5rem 0 5.5rem 0;
	}
	.case-header{
		margin-bottom: 2.5rem;
	}
	.case-header h2{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.case-header .data{
		font-size: 1.125rem;
	}
	.case-header .category{
		margin-top: 0.5rem;
	}
	.case-header .category a{
		font-size: 0.875rem;
	}
	.case-header .category span + span{
		margin-left: 0.375rem;
	}
	.case-gallery{
		margin: 0 auto 3rem auto;
	}
	.case-gallery .main-gallery .prev-arrow,
	.case-gallery .main-gallery .next-arrow{
		width: 2.125rem;
		height: 2.125rem;
	}
	.case-gallery .main-gallery .prev-arrow::after,
	.case-gallery .main-gallery .next-arrow::after{
		font-size: 1.125rem;
	}
	.case-gallery .gallery-thumbnail{
		margin-top: 0.375rem;
	}
	.case-gallery .gallery-thumbnail .slick-img{
		height: 4rem;
		margin: 0 0.125rem;
	}
	.case-body .case-tbl{
		padding: 2rem 1.5rem;
	}
	.case-body .case-tbl table th,
	.case-body .case-tbl table td{
		padding: 1.25rem 0;
	}
	.case-body .case-tbl table th{
		width: 9.75rem;
		font-size: 0.9375rem;
	}
	.case-body .case-tbl table td{
		font-size: 0.9375rem;
	}
	.case-body .block_btn{
		margin-top: 2.5rem;
	}
}
/**
/* お問い合わせページ CSS
----------------------------------------------- */
.contact-guide{
	padding: 9.625rem 0 7rem 0;
}
.contact-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.06em;
}
.contact-guide .form-box{
	margin-top: 5rem;
}
.form-box .p-required{
	position: relative;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.04em;
	margin-bottom: 0.625rem;
}
.form-box .p-required span{
	color: #ff0000;
	font-weight: 900;
}
.form-box .form-tbl{
	display: flex;
	margin-bottom: 1.25rem;
}
.form-box .form-tbl dt{
	width: 16.25rem;
	background: #eeeeee;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.04em;
	padding: 1.25rem;
}
.form-box .form-tbl dt .ttl{
	position: relative;
	display: inline-block;
}
.form-box .form-tbl dt.required .ttl::after{
	position: absolute;
	display: block;
	content: "※";
	color: #ff0000;
	font-size: 0.65rem;
	font-weight: 900;
	line-height: 1.2;
	right: -1rem;
	top: 0;
}
.form-box .form-tbl dd{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 16.25rem);
	font-size: 1rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding-left: 1.25rem;
}
.form-box .form-tbl dd .wpcf7-form-control-wrap{
	width: 100%;
}
.form-box .form-tbl dd label{
	margin-right: 1rem;
}
input[type=checkbox],
input[type=radio]{
	margin: 0 .6rem 0 0;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #d5d4d4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 1.125rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #a2a2a2;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #a2a2a2;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #a2a2a2;
}
textarea{
	height: 100%;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.65;
	margin: 0 1rem 0 0;
}
.acceptance-text{
	color: #1C1C1C;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-top: 3rem;
}
.acceptance-text .acceptance{
	transform: scale(1.5);
	border: 1px solid #D2D3C8;
}
.acceptance-text .wpcf7-list-item{
	margin: 0;
}
.submit_btn{
	text-align: center;
	margin-top: 2rem;
}
.submit_btn li{
	display: inline-block;
	width: 100%;
	max-width: 18.75rem;
}
input[type="submit"] {
	position: relative;
	display: block;
	width: 100%;
	background: #000000;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 3.4;
	letter-spacing: 0.06em;
	text-align: center;
	cursor: pointer;
	border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 6.625rem 0 3rem 0;
	}
	.contact-guide .p-text{
		font-size: 0.9375rem;
	}
	.contact-guide .form-box{
		margin-top: 3rem;
	}
	.form-box .form-tbl{
		display: block;
	}
	.form-box .form-tbl dt{
		width: 100%;
		font-size: 0.9375rem;
		padding: 1rem;
		margin-bottom: 0.625rem;
	}
	.form-box .form-tbl dt.required .ttl::after{
		font-size: 0.65rem;
		right: -1rem;
	}
	.form-box .form-tbl dd{
		width: 100%;
		font-size: 0.9375rem;
		padding-left: 0;
	}
	.form-box .form-tbl dd label{
		margin-right: 0.65rem;
		margin-top: 0.65rem;
	}
	.form-box .form-tbl dd ul li + li{
		margin-top: 0.5rem;
	}
	.form-box .form-tbl dd ul.flex{
		column-gap: 0.5rem;
	}
	.form-box .form-tbl dd ul.flex li{
		width: calc(50% - 0.25rem);
	}
	.form-box .form-tbl dd ul.flex li + li{
		margin-top: 0;
	}
	.form-box .form-tbl dd ul li p{
		margin-bottom: 0.25rem;
	}
	.form-box .form-tbl dd ul.flex li span.text{
		width: 2rem;
	}
	.form-box .form-tbl dd ul.flex li input.text{
		width: calc(100% - 2rem);
	}
	input[type=checkbox],
	input[type=radio]{
		margin: 0 0.375rem 0 0;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.9375rem;
		padding: 1rem;
	}
	textarea{
		height: 15rem;
	}
	.acceptance-text{
		font-size: 0.9375rem;
		margin-top: 2rem;
	}
	.submit_btn{
		margin-top: 2rem;
	}
	input[type="submit"] {
		font-size: 1rem;
	}
}
/*　　プライバシーポリシー　　*/
.privacy-grid .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 2.5rem;
}
.contact-guide .privacy-box{
	border: 1px solid #d5d4d4;
	padding: 1.5rem;
	margin-top: 4rem;
}
.contact-guide .privacy-box h3{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1rem;
}
.contact-guide .privacy-box .privacy{
	height: 15.3125rem;
	overflow-y: scroll;
}
.contact-guide .privacy-box h4{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.contact-guide .privacy-box p{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
	.privacy-grid .p-text{
		font-size: 0.875rem;
		margin-bottom: 2rem;
	}
	.contact-guide .privacy-box{
		padding: 1.75rem 1.5rem 1rem 1.5rem;
		margin-top: 2rem;
	}
	.contact-guide .privacy-box h3{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.contact-guide .privacy-box .privacy{
		height: 10rem;
	}
	.contact-guide .privacy-box h4{
		font-size: 0.9375rem;
	}
	.contact-guide .privacy-box p{
		font-size: 0.8125rem;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contens-contact-guide{
	background: url(../img/contact_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3rem 0 5rem 0;
}
.contens-contact-guide .guide-ttl{
	margin-bottom: 3rem;
}
.contens-contact-guide .guide-ttl .roma{
	color: #ffffff;
	font-size: 4.1875rem;
}
.contens-contact-guide .contact-grid{
	column-gap: 7.125rem;
}
.contens-contact-guide .contact-grid .contact-items{
	position: relative;
	width: calc(50% - 3.5625rem);
	color: #ffffff;
	text-align: center;
}
.contens-contact-guide .contact-items:first-child::after{
	background: #ffffff;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: -3.5625rem;
	top: 50%;
	transform: translateY(-50%);
}
.contens-contact-guide .contact-items h3{
	position: relative;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 3.5rem;
}
.contens-contact-guide .contact-items h3::after{
	content: "●";
	position: absolute;
	font-size: 0.5rem;
	font-weight: 700;
	right: 50%;
	bottom: -1.5rem;
	transform: translateX(50%);
}
.contens-contact-guide .contact-items .tel-btn li{
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.45;
}
.contens-contact-guide .contact-items .tel-btn li a{
	color: #ffffff;
	font-size: 2.625rem;
	margin-left: 0.625rem;
}
.contens-contact-guide .contact-items .hours{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}
.contens-contact-guide .contact-btn li{
	display: inline-block;
	width: 100%;
	max-width: 30.875rem;
}
.contens-contact-guide .contact-items .contact-btn li a{
	background: #ffffff;
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	padding: 1.25rem 1.25rem 1.25rem 3.5rem;
}
.contens-contact-guide .contact-items .contact-btn li a .icon{
	display: inline-block;
	width: 3rem;
}
.contens-contact-guide .contact-items .contact-btn li a .ttl{
	position: relative;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-left: 2rem;
	margin-top: -0.75rem;
}
.contens-contact-guide .contact-items .contact-btn li a .ttl::before,
.contens-contact-guide .contact-items .contact-btn li a .ttl::after{
	content: "";
	position: absolute;
}
.contens-contact-guide .contact-items .contact-btn li a .ttl::before{
	background: #000000;
	width: 2.1875rem;
	height: 1px;
	left: 0;
	bottom: -0.5rem;
	transition: 0.5s all;
}
.contens-contact-guide .contact-items .contact-btn li a:hover .ttl::before{
	width: 100%;
}
.contens-contact-guide .contact-items .contact-btn li a .ttl::after{
	background: url(../img/icon/arrow_b.png) no-repeat center;
	background-size: contain;
	width: 1.25rem;
	height: 1.25rem;
	right: -3.5rem;
	top: 0.625rem;
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide{
		background: url(../img/sp_contact_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 2.5rem 0;
	}
	.contens-contact-guide .guide-ttl{
		margin-bottom: 0.625rem;
	}
	.contens-contact-guide .guide-ttl .roma{
		font-size: 2.5rem;
	}
	.contens-contact-guide .contact-grid{
		display: none;
	}
	.contens-contact-guide .contact-btn{
		text-align: center;
	}
	.contens-contact-guide .contact-btn li + li{
		margin-top: 0.75rem;
	}
	.contens-contact-guide .contact-btn li{
		max-width: 21.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contens-contact-guide .contact-grid{
		column-gap: 5.125rem;
	}
	.contens-contact-guide .contact-grid .contact-items{
		width: calc(50% - 2.5625rem);
	}
	.contens-contact-guide .contact-items .tel-btn li a{
		font-size: 2rem;
		margin-left: 0.625rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a{
		padding: 1rem 1.25rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a .ttl{
		margin-left: 0.5rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a .ttl::after{
		right: -2rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide .entry p{
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 3rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}
