@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
/*　　色・フォント　　*/
.bg_gray{
	background: #F8F8F8;
}
.bg_orange{
	background: #EB4800;
	background: linear-gradient(275deg,rgba(235, 72, 0, 1) 0%, rgba(248, 162, 0, 1) 100%);
}
.bg_white{
	background: #FFFFFF;
}
.c-white{
	color: #FFFFFF;
}
.roma{
	font-family: "Cal Sans", sans-serif;
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 3.125rem;
}
.guide-ttl h2{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1rem;
}
.guide-ttl .roma{
	font-size: 5.25rem;
	font-weight: 400;
	line-height: 0.925;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 0.875rem;
	}
	.guide-ttl h2{
		margin-bottom: 0.5rem;
	}
	.guide-ttl .roma{
		font-size: 2.8125rem;
		line-height: 1.125;
	}
}
.p-text{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.6;
}
@media only screen and (max-width: 767px) {
	.p-text{
		line-height: 1.675;
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.fv-view{
	position: relative;
	z-index: 1;
}
.fv-view .view-img{
	width: 90%;
	max-width: 1600px;
	height: 56.25rem;
}
.fv-view .view-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv-view .fv-view-wrap{
	max-width: 1520px;
}
.fv-view .view-box{
	position: absolute;
	bottom: 4.5rem;
	right: 0;
}
.fv-view .view-box .caption{
	margin-bottom: 1rem;
}
.fv-view .view-box .caption img{
	width: 29.375rem;
}
.fv-view .view-box .roma{
	margin-bottom: 1.5rem;
}
.fv-view .view-box .roma span{
	background: #FFFFFF;
	display: inline-block;
	font-size: 5.25rem;
	font-weight: 400;
	line-height: 0.925;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.5rem 1.5rem;
	margin-top: 0.625rem;
}
.fv-view .view-box .p-text{
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.fv-view .view-img{
		width: calc(100% - 2.25rem);
		height: calc(100vh - 4.5rem);
	}
	.fv-view .view-box{
		bottom: 1.875rem;
		right: -1.25rem;
	}
	.fv-view .view-box .caption{
		margin-bottom: 0.625rem;
	}
	.fv-view .view-box .caption img{
		width: 19.625rem;
	}
	.fv-view .view-box .roma{
		margin-bottom: 0.9375rem;
	}
	.fv-view .view-box .roma span{
		font-size: 3rem;
		padding: 0.5rem 0.5rem;
		margin-top: 0.3125rem;
	}
	.fv-view .view-box .p-text{
		font-size: 1.125rem;
		line-height: 1.45;
	}
}
/*　　会社について　　*/
.front-company{
	padding: 10.625rem 0 7rem 0;
	margin-top: -6.375rem;
}
.front-company::after{
	position: absolute;
	background: url(../img/top/company_bg.jpg) center;
	background-size: cover;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.front-company .gallery-slider{
	height: 17.5rem;
	z-index: 2;
}
.front-company .gallery-slider .gallery-items{
	height: 17.5rem;
	margin-right: 1.5rem;
}
.front-company .gallery-slider .gallery-items img{
	width: 100%;
	height: 17.5rem;
	object-fit: cover;
}
.front-company .company-container{
	margin-top: 6rem;
	z-index: 1;
}
.front-company .company-container .bg-roma{
	position: absolute;
	right: 0;
	bottom: -10rem;
	height: 53.375rem;
	color: rgba(245, 245, 245, 0.2);
	font-size: 5.25rem;
	font-weight: 400;
	line-height: 0.925;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}
.front-company .ttlArea{
	width: 26.875rem;
}
.front-company .ttlArea .guide-ttl{
	margin-bottom: 1.75rem;
}
.front-company .ttlArea h3{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.285;
	margin-bottom: 1.5625rem;
}
.front-company .textArea{
	width: calc(100% - 26.875rem);
	padding-left: 6rem;
}
.front-company .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.front-company{
		padding: 7rem 0 2.25rem 0;
		margin-top: -5rem;
	}
	.front-company::after{
		left: 1rem;
		width: calc(100% - 1rem);
	}
	.front-company .gallery-slider{
		height: 5.625rem;
	}
	.front-company .gallery-slider .gallery-items{
		height: 5.625rem;
		margin-right: 0.5rem;
	}
	.front-company .gallery-slider .gallery-items img{
		height: 5.625rem;
	}
	.front-company .company-container{
		padding-left: 0.875rem;
		margin-top: 1.75rem;
	}
	.front-company .company-container .bg-roma{
		bottom: 0;
		height: 30.375rem;
		font-size: 2.9375rem;
	}
	.front-company .ttlArea{
		width: 100%;
	}
	.front-company .ttlArea .guide-ttl{
		margin-bottom: 0.875rem;
	}
	.front-company .ttlArea h3{
		font-size: 1.875rem;
		margin-bottom: 1.125rem;
	}
	.front-company .textArea{
		width: 100%;
		padding-left: 0;
	}
	.front-company .block_btn{
		margin-top: 1.75rem;
	}
}
/*　　業務内容　　*/
.front-business{
	padding: 6.5rem 0;
}
.front-business .guide-ttl{
	margin-bottom: 1.75rem;
}
.front-business h3{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.285;
	margin-bottom: 1.5625rem;
}
.front-business .business-container{
	margin-top: 3rem;
}
.front-business .business-container .card h3{
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.35;
	padding: 2rem 0.5rem 1.5rem 0.5rem;
	margin-bottom: 0;
}
.front-business .business-container .card .imageArea{
	margin-top: auto;
}
.front-business .block_btn{
	margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.front-business{
		padding: 3.5rem 0;
	}
	.front-business .guide-ttl{
		margin-bottom: 1rem;
	}
	.front-business h3{
		font-size: 1.875rem;
		margin-bottom: 1.125rem;
	}
	.front-business .business-container{
		margin-top: 2rem;
	}
	.front-business .business-container .card h3{
		font-size: 1.125rem;
		padding: 1.125rem 0.5rem 1rem 0.5rem;
	}
	.front-business .block_btn{
		margin-top: 2rem;
	}
}
/*　　私たちの実績　　*/
.front-achievements{
	padding: 6.5rem 0;
}
.front-achievements .bg-roma{
	position: absolute;
	left: calc(42% + 38rem);
	top: -0.375rem;
	height: 53.375rem;
	color: #F5F5F5;
	font-size: 5.25rem;
	font-weight: 400;
	line-height: 0.925;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}
.front-achievements .imageArea{
	width: 42%;
	height: 35.375rem;
}
.front-achievements .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-achievements .contentArea{
	position: relative;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	width: 58%;
	max-width: 49.75rem;
	padding: 0 3rem 0 4rem;
}
.front-achievements .contentArea .guide-ttl{
	margin-bottom: 1.75rem;
}
.front-achievements .contentArea h3{
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.285;
	margin-bottom: 1.5625rem;
}
@media only screen and (max-width: 767px) {
	.front-achievements{
		padding: 4rem 0 6.5rem 0;
	}
	.front-achievements .bg-roma{
		top: 0;
		left: auto;
		right: 0.75rem;
		height: 30.375rem;
		font-size: 2.9375rem;
	}
	.front-achievements .imageArea{
		width: 100%;
		height: auto;
	}
	.front-achievements .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 2.5rem 1.5rem 0 1.5rem;
	}
	.front-achievements .contentArea .guide-ttl{
		margin-bottom: 0.875rem;
	}
	.front-achievements .contentArea h3{
		font-size: 1.875rem;
		margin-bottom: 1.125rem;
	}
	.front-achievements .contentArea .p-text{
		line-height: 1.625;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-achievements .bg-roma{
		top: -12.5rem;
	}
}
/*　　技術コラム・実績　　*/
.front-column{
	background: url(../img/top/column_bg.jpg) center;
	background-size: cover;
	padding: 6rem 0 4.5rem 0;
}
.front-column .inner-wrap::after{
	position: absolute;
	background: url(../img/top/illustration.png) no-repeat;
	background-size: cover;
	top: -1.5rem;
	right: 1rem;
	content: "";
	width: 44rem;
	height: 14.875rem;
}
.front-column .guide-ttl{
	margin-bottom: 1.75rem;
}
.front-column h3{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.285;
	margin-bottom: 1.5625rem;
}
.front-column .column-container{
	margin-top: 2.5rem;
}
.front-column .block_btn{
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.front-column{
		padding: 2.75rem 0;
	}
	.front-column .inner-wrap::after{
		background: url(../img/top/sp_illustration.png) no-repeat;
		background-size: cover;
		top: -1rem;
		right: -1rem;
		width: 9.9375rem;
		height: 7.4375rem;
	}
	.front-column .guide-ttl{
		margin-bottom: 0.875rem;
	}
	.front-column h3{
		font-size: 1.875rem;
		margin-bottom: 1.125rem;
	}
	.front-column .column-container{
		margin-top: 2rem;
	}
	.front-column .column-container .card{
		margin-right: 0.75rem;
	}
	.front-column .block_btn{
		margin-top: 1.75rem;
	}
}
/*　　パートナー募集　　*/
.front-partners{
	padding: 6.5rem 0;
}
.front-partners .imageArea{
	width: 50%;
	height: 41.4375rem;
}
.front-partners .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-partners .contentArea{
	width: 50%;
	max-width: 40.125rem;
	padding: 0 2.5rem 0 3rem;
}
.front-partners .contentArea .guide-ttl{
	margin-bottom: 1.75rem;
}
.front-partners .contentArea h3{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.285;
	margin-bottom: 1.5625rem;
}
.front-partners .contentArea .p-text{
	line-height: 2.375;
}
.front-partners .contentArea .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.front-partners{
		padding: 3.5rem 0;
	}
	.front-partners .imageArea{
		width: 100%;
		height: auto;
	}
	.front-partners .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 2.5rem 1.5rem 0 1.5rem;
	}
	.front-partners .contentArea .guide-ttl{
		margin-bottom: 0.875rem;
	}
	.front-partners .contentArea h3{
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.front-partners .contentArea .p-text{
		line-height: 1.625;
	}
	.front-partners .contentArea .block_btn{
		text-align: center;
		margin-top: 1.75rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	background: url(../img/page-view.png) center left;
	background-size: cover;
	padding: 6.5rem 0 6.75rem 0;
	margin-top: 7.5rem;
}
.page-view .view-ttl{
	color: #FFFFFF;
}
.page-view .view-ttl h1{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
}
.page-view .view-ttl .roma{
	font-size: 5.25rem;
	font-weight: 400;
	line-height: 1.23;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 3.5rem 0 3.75rem 0;
		margin-top: 4.25rem;
	}
	.page-view .view-ttl .roma{
		font-size: 2.8125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		margin-top: 4.5rem;
	}
}
/*　　ページトップメッセージ　　*/
.page-head-guide{
	padding: 2.875rem 0 4.5rem 0;
}
.page-head-guide h2{
	position: relative;
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 3.5625rem;
}
.page-head-guide h2::after{
	position: absolute;
	background: #F17502;
	content: '';
	width: 11.5625rem;
	height: 2px;
	bottom: -1.5625rem;
	left: 50%;
	transform: translateX(-50%);
}
.page-head-guide .p-text{
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.page-head-guide{
		padding: 1.875rem 0 3rem 0;
	}
	.page-head-guide h2{
		font-size: 1.375rem;
		margin-bottom: 2.5rem;
	}
	.page-head-guide h2::after{
		width: 5.5rem;
		bottom: -1.125rem;
	}
	.page-head-guide .p-text{
		text-align: left;
	}
}
/*　　ノーマル（ボックス）　　*/
.box-usually{
	background: #FFFFFF;
	padding: 1.5rem;
}
.box-usually:nth-child(odd){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.box-usually:not(:last-child){
	margin-bottom: 2.5rem;
}
.box-usually .contentArea{
	width: 67%;
	display: flex;
    flex-direction: column;
	padding: 1.375rem 4rem 1.375rem 2rem;
}
.box-usually:nth-child(odd) .contentArea{
	padding: 1.375rem 2rem 1.375rem 4rem;
}
.box-usually .contentArea h3{
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1.5625rem;
}
.box-usually .contentArea .p-text{
	line-height: 2.25;
}
.box-usually .contentArea ul.list{
	margin: 1.5rem 0;
}
.box-usually .contentArea ul.list li{
	position: relative;
	background: #F8F8F8;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	border: 1px solid #EAEAEA;
	border-radius: 0.5rem;
	padding: 1rem 1rem 1rem 3rem;
}
.box-usually .contentArea ul.list li::before{
	position: absolute;
	background: #F17502;
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	top: 1.5rem;
	left: 1.5rem;
	border-radius: 100%;
}
.box-usually .contentArea ul.list li + li{
	margin-top: 0.5rem;
}
.box-usually .imageArea{
	width: 33%;
}
.box-usually .imageArea img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-usually .block_btn li{
	max-width: 30.5rem;
} 
@media only screen and (max-width: 767px) {
	.box-usually{
		padding: 1rem;
	}
	.box-usually:not(:last-child){
		margin-bottom: 1.25rem;
	}
	.box-usually .contentArea,
	.box-usually:nth-child(odd) .contentArea{
		width: 100%;
		padding: 1rem 0.5rem 1.5rem 0.5rem;
	}
	.box-usually .contentArea h3{
		font-size: 1.375rem;
		margin-bottom: 1.125rem;
	}
	.box-usually .contentArea .p-text{
		line-height: 1.675;
	}
	.box-usually .contentArea ul.list{
		margin: 1rem 0;
	}
	.box-usually .contentArea ul.list li{
		padding: 0.75rem 0.75rem 0.75rem 2rem;
	}
	.box-usually .contentArea ul.list li::before{
		width: 0.375rem;
		height: 0.375rem;
		top: 1.375rem;
		left: 0.875rem;
	}
	.box-usually .contentArea ul.list li + li{
		margin-top: 0.375rem;
	}
	.box-usually .imageArea{
		width: 100%;
	}
	.box-usually .block_btn li{
		max-width: 20.3125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.box-usually .contentArea{
		padding: 1.375rem 2rem 1.375rem 1rem;
	}
	.box-usually:nth-child(odd) .contentArea{
		padding: 1.375rem 1rem 1.375rem 2rem;
	}
}
/*　　カード　　*/
.cards-container.grid-cols-2{
	column-gap: 1.5rem;
	row-gap: 3rem;
}
.cards-container.grid-cols-3{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.cards-container .card{
	display: flex;
	flex-direction: column;
}
.cards-container.grid-cols-2 .card{
	width: calc(50% - 0.75rem);
}
.cards-container.grid-cols-3 .card{
	width: calc(33.3333% - 1rem);
}
@media only screen and (max-width: 767px) {
	.cards-container.grid-cols-2{
		column-gap: 0;
		row-gap: 1.5rem;
	}
	.cards-container.grid-cols-3{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.cards-container.grid-cols-2 .card,
	.cards-container.grid-cols-3 .card{
		width: 100%;
	}
}
/**
/* 会社情報 CSS
----------------------------------------------- */
/*　　社長メッセージ　　*/
.message-guide{
	padding: 5.5rem 0;
}
.message-guide .contentArea{
	width: 60%;
	padding-right: 4rem;
}
.message-guide .contentArea .guide-ttl{
	margin-bottom: 1.75rem;
}
.message-guide .contentArea h3{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1.5rem;
}
.message-guide .imageArea{
	width: 40%;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 3.5rem 0;
	}
	.message-guide .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.5rem;
	}
	.message-guide .contentArea .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.message-guide .contentArea h3{
		font-size: 1.875rem;
		margin-bottom: 1.125rem;
	}
	.message-guide .imageArea{
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.message-guide .contentArea{
		padding-right: 2rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 7rem 0 4.5rem 0;
}
.company-guide .guide-ttl{
	width: 35rem;
	margin-bottom: 0;
}
.company-guide .company-container{
	width: calc(100% - 35rem);
}
.company-tbl tr th,
.company-tbl tr td{
	font-size: 1rem;
	line-height: 1.56;
	vertical-align: middle;
	border-bottom: 1px solid #D8D8D8;
	padding: 2rem 0;
}
.company-tbl tr:first-child th,
.company-tbl tr:first-child td{
	border-top: 1px solid #D8D8D8;
}
.company-tbl tr th{
	width: 12rem;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 3.5rem 0 3rem 0;
	}
	.company-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.company-guide .company-container{
		width: 100%;
	}
	.company-tbl tr th,
	.company-tbl tr td{
		padding: 1.5rem 0;
	}
	.company-tbl tr th{
		width: 9rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-guide .guide-ttl{
		width: 30rem;
	}
	.company-guide .company-container{
		width: calc(100% - 30rem);
	}
	.company-tbl tr th{
		width: 10rem;
	}
}
/*　　代表者経歴　　*/
.career-guide{
	padding: 4.5rem 0 4.5rem 0;
}
.career-guide .guide-ttl{
	width: 35rem;
	margin-bottom: 0;
}
.career-guide .career-container{
	width: calc(100% - 35rem);
}
.career-tbl tr th,
.career-tbl tr td{
	font-size: 1rem;
	line-height: 1.56;
	vertical-align: middle;
	border-bottom: 1px solid #D8D8D8;
	padding: 2rem 0;
}
.career-tbl tr:first-child th,
.career-tbl tr:first-child td{
	border-top: 1px solid #D8D8D8;
}
.career-tbl tr th{
	width: 12rem;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.career-guide{
		padding: 3rem 0;
	}
	.career-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.career-guide .career-container{
		width: 100%;
	}
	.career-tbl tr th,
	.career-tbl tr td{
		padding: 1.5rem 0;
	}
	.career-tbl tr th{
		width: 9rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.career-guide .guide-ttl{
		width: 30rem;
	}
	.career-guide .career-container{
		width: calc(100% - 30rem);
	}
	.career-tbl tr th{
		width: 10rem;
	}
}
/*　　会社沿革　　*/
.history-guide{
	padding: 4.5rem 0 7rem 0;
}
.history-guide .guide-ttl{
	width: 35rem;
	margin-bottom: 0;
}
.history-guide .history-container{
	width: calc(100% - 35rem);
}
.history-tbl tr th,
.history-tbl tr td{
	font-size: 1rem;
	line-height: 1.56;
	vertical-align: middle;
	border-bottom: 1px solid #D8D8D8;
	padding: 2rem 0;
}
.history-tbl tr:first-child th,
.history-tbl tr:first-child td{
	border-top: 1px solid #D8D8D8;
}
.history-tbl tr th{
	width: 12rem;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.history-guide{
		padding: 3rem 0 3.5rem 0;
	}
	.history-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.history-guide .history-container{
		width: 100%;
	}
	.history-tbl tr th,
	.history-tbl tr td{
		padding: 1.5rem 0;
	}
	.history-tbl tr th{
		width: 9rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.history-guide .guide-ttl{
		width: 30rem;
	}
	.history-guide .history-container{
		width: calc(100% - 30rem);
	}
	.history-tbl tr th{
		width: 10rem;
	}
}
/**
/* 業務内容 CSS
----------------------------------------------- */
.service-guide{
	padding: 5.5rem 0;
}
.service-guide .box-usually .contentArea ul.list li .ans{
	font-size: 0.9375rem;
	padding-left: 1rem;
	margin-top: 0.375rem;
}
@media only screen and (max-width: 767px) {
	.service-guide{
		padding: 3.5rem 0;
	}
	.service-guide .box-usually .contentArea ul.list li .ans{
		padding-left: 0.625rem;
		margin-top: 0.25rem;
	}
}
/**
/* パートナー募集 CSS
----------------------------------------------- */
.partners-guide{
	padding: 5.5rem 0;
}
@media only screen and (max-width: 767px) {
	.partners-guide{
		padding: 3.5rem 0;
	}
}
/*　　よくある質問　　*/
.faq-guide{
	padding: 6rem 0 7.5rem 0;
}
.faq-list .faq-items{
	background: #F8F8F8;
	padding: 1rem 1.5rem;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 1rem;
}
.faq-list .faq-items .question{
	position: relative;
}
.faq-list .faq-items .question::before{
	position: absolute;
	background: url(../img/icon/plus.svg) no-repeat;
	background-size: cover;
	content: "";
	width: 2rem;
	height: 2rem;
	top: 0;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	margin: auto;
}
.faq-list .faq-items .question.open::before{
	background: url(../img/icon/minus.svg) no-repeat;
	background-size: cover;
}
.faq-list .faq-items .question dl,
.faq-list .faq-items .answer dl{
	display: table;
	width: 100%;
}
.faq-list .faq-items .question dl dt,
.faq-list .faq-items .answer dl dt{
	display: table-cell;
	width: 3rem;
}
.faq-list .faq-items .question dl dt span,
.faq-list .faq-items .answer dl dt span{
	display: block;
	width: 3rem;
	height: 3rem;
	font-family: "Cal Sans", sans-serif;
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 3rem;
	text-align: center;
	border-radius: 100%;
}
.faq-list .faq-items .question dl dt span{
	background: #292929;
}
.faq-list .faq-items .answer dl dt span{
	background: #F17502;
}
.faq-list .faq-items .question dl dd,
.faq-list .faq-items .answer dl dd{
	display: table-cell;
	width: calc(100% - 3rem);
	font-size: 1rem;
	font-weight: 400;
	padding-left: 1.5rem;
}
.faq-list .faq-items .question dl dt{
	vertical-align: middle;
}
.faq-list .faq-items .question dl dd{
	vertical-align: middle;
	line-height: 1.45;
	padding-right: 2rem;
}
.faq-list .faq-items .answer{
	display: none;
	border-top: 1px solid #D8D8D8;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}
.faq-list .faq-items .answer dl dd{
	line-height: 2.25;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 4rem 0 4.5rem 0;
	}
	.faq-list .faq-items{
		padding: 0.875rem;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.faq-list .faq-items .question::before{
		width: 1.375rem;
		height: 1.375rem;
	}
	.faq-list .faq-items .question dl dt,
	.faq-list .faq-items .answer dl dt{
		width: 2rem;
	}
	.faq-list .faq-items .question dl dt span,
	.faq-list .faq-items .answer dl dt span{
		width: 2rem;
		height: 2rem;
		font-size: 1.25rem;
		line-height: 2rem;
	}
	.faq-list .faq-items .question dl dd,
	.faq-list .faq-items .answer dl dd{
		width: calc(100% - 2rem);
		padding-left: 0.875rem;
	}
	.faq-list .faq-items .question dl dd{
		padding-right: 1.5rem;
	}
	.faq-list .faq-items .answer{
		margin-top: 1rem;
		padding-top: 1rem;
	}
	.faq-list .faq-items .answer dl dd{
		line-height: 1.675;
	}
}
/**
/* 技術コラム・施工実績 CSS
----------------------------------------------- */
/*　　一覧　　*/
.column-guide{
	padding: 5rem 0 7rem 0;
}
.category-nav{
	display: flex;
	column-gap: 4rem;
	margin-bottom: 3rem;
}
.category-nav li{
	position: relative;
}
.category-nav li:not(:first-child)::before{
	background: #C6C6C6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.category-nav li a{
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
}
.category-nav li a:hover,
.category-nav li a.current{
	color: #F17502;
}
.column-container.grid-cols-3{
	row-gap: 3.5rem;
}
.column-container .card a{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.column-container .card .card__thumbnail{
	height: 13.75rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.column-container .card .card__thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease-in-out;
}
.column-container .card a:hover .card__thumbnail img{
	transform: scale(1.1);
}
.column-container .card .post__data{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.column-container .card .date{
	font-family: "Cal Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.125;
}
.column-container .card .category{
	margin-left: 1.5rem;
}
.column-container .card .category span{
	display: inline-block;
	background: #292929;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	border-radius: 2rem;
	padding: 0.25rem 1rem;
}
.column-container .card .ttl{
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.42;
	margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.column-guide{
		padding: 2.5rem 0 4.5rem 0;
	}
	.category-nav{
		-webkit-justify-content: center;
		justify-content: center;
		column-gap: 3rem;
		margin-bottom: 2rem;
	}
	.category-nav li:not(:first-child)::before{
		left: -1.5rem;
	}
	.column-container.grid-cols-3{
		row-gap: 2rem;
	}
	.column-container .card .card__thumbnail{
		height: 13.75rem;
		margin-bottom: 1.5rem;
	}
	.column-container .card .post__data{
		margin-bottom: 0.5rem;
	}
	.column-container .card .date{
		font-size: 0.875rem;
	}
	.column-container .card .category{
		margin-left: 0.5rem;
	}
	.column-container .card .category span{
		font-size: 0.75rem;
		padding: 0.25rem 0.75rem;
	}
	.column-container .card .ttl{
		font-size: 1rem;
	}
}
/*　　詳細　　*/
.single-guide{
	padding: 5.5rem 0 7rem 0;
}
.single-guide article{
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 3.5rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 1.5rem;
	margin-bottom: 2.5rem;
}
.single-guide .entry-header h2{
	color: #000000;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
}
.single-guide .entry-header .category span{
	display: inline-block;
	color: #F17502;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}
.single-guide .entry-body figure{
	margin-bottom: 2rem;
}
.single-guide .entry-body h2{
	background: #F5F5F5;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	border-left: 0.25rem solid #F17502;
	padding: 0.5rem 1.25rem;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3{
	position: relative;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 1.125rem;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3::before{
	position: absolute;
	background: #F17502;
	top: 0.625rem;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.625rem;
	height: 0.625rem;
}
.single-guide .entry-body h4{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1.25rem;
}
.single-guide .entry-body p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.1875;
}
.single-guide .entry-body p:not(:last-child){
	margin-bottom: 2.5rem;
}
.single-guide .entry-body ul.wp-block-list{
	margin: 3rem 0 2rem 0;
}
.single-guide .entry-body ul.wp-block-list li{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	padding-left: 1.5rem;
}
.single-guide .entry-body ul.wp-block-list li::before{
	content: '';
	background: url(../img/icon/check_b.png) no-repeat center;
	background-size: cover;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0.3125rem;
}
.single-guide .entry-body ul.wp-block-list li:not(:last-child){
	margin-bottom: 0.5rem;
}
.single-guide .entry-body ol.wp-block-list{
	counter-reset: item;
	margin: 3rem 0;
}
.single-guide .entry-body ol.wp-block-list li{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	padding-left: 1.5rem;
}
.single-guide .entry-body ol.wp-block-list li::before{
	content: counter(item) ". ";
	counter-increment: item;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0.25rem;
	font-family: "Montserrat", sans-serif;
	color: #F17502;
	font-size: 1.125rem;
	font-weight: 700;
}
.single-guide .entry-body ol.wp-block-list li:not(:last-child){
	margin-bottom: 0.5rem;
}
.single-guide .entry-body .wp-block-quote{
	position: relative;
	background: #FCFCFC;
	border: 1px solid #EAEAEA;
	padding: 2rem 3rem 2rem 5rem;
}
.single-guide .entry-body .wp-block-quote::before{
	content: '';
	position: absolute;
	background: url(../img/icon/quote.png) no-repeat center;
	background-size: contain;
	width: 2.5rem;
	height: 1.6875rem;
	left: 1rem;
	top: 2.6875rem;
}
.single-guide .entry-body .wp-block-quote p{
	line-height: 1.625;
	margin-bottom: 0;
}
.single-guide .page-nav{
	margin-top: 3.5rem;
}
.single-guide .page-nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.single-guide .page-nav ul .nav__item--prev,
.single-guide .page-nav ul .nav__item--next{
	width: calc(50% - 9.375rem);
}
.single-guide .page-nav ul .nav__item--next{
	text-align: right;
}
.single-guide .page-nav ul .nav__item--prev a,
.single-guide .page-nav ul .nav__item--next a{
	position: relative;
}
.single-guide .page-nav ul .nav__item--prev a{
	padding-left: 2.5rem;
}
.single-guide .page-nav ul .nav__item--next a{
	padding-right: 2.5rem;
}
.single-guide .page-nav ul .nav__item--prev a::before,
.single-guide .page-nav ul .nav__item--next a::before{
	content: '';
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}
.single-guide .page-nav ul .nav__item--prev a::before{
	background: url(../img/icon/arrow_r-prev.svg) no-repeat center;
	background-size: contain;
	left: 0;
}
.single-guide .page-nav ul .nav__item--next a::before{
	background: url(../img/icon/arrow_r.svg) no-repeat center;
	background-size: contain;
	right: 0;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
}
.single-guide .page-nav ul .return_btn{
	width: 18.75rem;
}
.single-guide .page-nav ul .return_btn .btn{
	position: relative;
	display: block;
	background: #FFFFFF;
	color: #292929;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	border: 1px solid #292929;
	border-radius: 3.5rem;
	padding: 1rem;
}
.single-guide .page-nav ul .return_btn .btn::after{
	position: absolute;
	background: url(../img/icon/arrow_b.svg) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 2.25rem;
	height: 2.25rem;
}
.single-guide .page-nav ul .return_btn .btn:hover{
	background: #292929;
	color: #FFFFFF;
}
.single-guide .page-nav ul .return_btn .btn:hover::after{
	background: url(../img/icon/arrow_w.svg) no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.single-guide{
		padding: 2.5rem 0 4.5rem 0;
	}
	.single-guide article{
		padding-bottom: 2.5rem;
	}
	.single-guide .entry-header{
		padding-bottom: 1rem;
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.5rem;
		margin-bottom: 0.75rem;
	}
	.single-guide .entry-header .category span{
		font-size: 0.9375rem;
	}
	.single-guide .entry-body figure{
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.125rem;
		padding: 0.5rem 0.75rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.125rem;
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body h3::before{
		top: 0.625rem;
		width: 0.625rem;
		height: 0.625rem;
	}
	.single-guide .entry-body h4{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.9375rem;
		line-height: 1.875;
	}
	.single-guide .entry-body p:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul.wp-block-list{
		margin: 2rem 0 1rem 0;
	}
	.single-guide .entry-body ul.wp-block-list li{
		font-size: 0.9375rem;
		padding-left: 1.5rem;
	}
	.single-guide .entry-body ul.wp-block-list li::before{
		top: 0.35rem;
	}
	.single-guide .entry-body ul.wp-block-list li:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body ol.wp-block-list{
		margin: 2rem 0;
	}
	.single-guide .entry-body ol.wp-block-list li{
		font-size: 0.9375rem;
	}
	.single-guide .entry-body ol.wp-block-list li::before{
		font-size: 1rem;
	}
	.single-guide .entry-body ol.wp-block-list li:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body .wp-block-quote{
		padding: 1rem 1rem 1rem 4rem;
	}
	.single-guide .entry-body .wp-block-quote::before{
		width: 2rem;
		height: 1.35rem;
		left: 0.875rem;
		top: 1.25rem;
	}
	.single-guide .page-nav{
		margin-top: 2.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev,
	.single-guide .page-nav ul .nav__item--next{
		width: 50%;
	}
	.single-guide .page-nav ul .nav__item--prev a{
		padding-left: 1.875rem;
	}
	.single-guide .page-nav ul .nav__item--next a{
		padding-right: 1.875rem;
	}
	.single-guide .page-nav ul .nav__item--prev a::before,
	.single-guide .page-nav ul .nav__item--next a::before{
		width: 1.5rem;
		height: 1.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev a span,
	.single-guide .page-nav ul .nav__item--next a span{
		font-size: 0.9375rem;
	}
	.single-guide .page-nav ul .nav__item--news{
		display: none;
	}
	.single-guide .block_btn{
		text-align: center;
		margin-top: 2rem;
	}
}
/**
/* お問い合わせページ CSS
----------------------------------------------- */
.contact-wrap{
	padding: 7rem 0;
}
.contact-wrap .page-head-guide{
	padding: 0;
}
.contact-guide .tel-box{
	max-width: 1016px;
	text-align: center;
	margin: 3rem auto 4.5rem auto;
	border: 1px solid #B7B7B7;
	padding: 2rem;
}
.contact-guide .tel-box h3{
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.3125rem;
}
.contact-guide .tel-box .p-text{
	line-height: 1.625;
	margin-bottom: 0.8125rem;
}
.contact-guide .tel-box .tel_btn li a{
	font-family: "Cal Sans", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.06em;
}
.contact-guide .tel-box .hours{
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.35;
}
@media only screen and (max-width: 767px) {
	.contact-wrap{
		padding: 4rem 0;
	}
	.contact-guide .tel-box{
		margin: 1.5rem auto 2.5rem auto;
		padding: 1.5rem 1rem;
	}
	.contact-guide .tel-box h3{
		font-size: 1.375rem;
		margin-bottom: 0.5rem;
	}
	.contact-guide .tel-box .p-text{
		margin-bottom: 0.625rem;
	}
	.contact-guide .tel-box .tel_btn li a{
		font-size: 1.75rem;
	}
}
/*　　お問い合わせフォーム　　*/
.form-grid .form-box{
	background: #FFFFFF;
	border-radius: 1rem;
	padding: 4.5rem;
}
.form-box table{
	max-width: 1016px;
	margin: 0 auto;
}
.form-box table th,
.form-box table td{
	padding: 1rem 0;
	vertical-align: middle;
}
.form-box table th{
	width: 20rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}
.form-box table th span{
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 500;
	margin-left: 1rem;
}
.form-box table th span.required{
	color: #F17502;
}
.form-box table th span.any{
	color: #9F9F9F;
}
.form-box table td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}
.form-box table td ul li + li{
	margin-top: 1rem;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	border-radius: 0.25rem;
	padding: 1rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #8E8E8E;
}
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: #8E8E8E;
}
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: #8E8E8E;
}
textarea{
	height: 15rem;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.65;
	margin: 0;
}
.wpcf7-radio .wpcf7-list-item{
	display: block;
}
.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item{
	margin-top: 0.625rem;
}
.wpcf7-radio label{
	display: flex;
	align-items: center;
	column-gap: 1rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]{
	appearance: none;
	position: relative;
	background-color: #FFFFFF;
	width: 1.6875rem;
	height: 1.6875rem;
	border: 1px solid #D8D8D8;
	border-radius: 9999px;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]:checked::after{
	content: "";
	position: absolute;
	inset: 0;
	width: 1.0625rem;
	height: 1.0625rem;
	margin: auto;
	border-radius: 9999px;
	background-color: #F17502;
}
.wpcf7-radio .wpcf7-list-item-label{
	font-weight: 400;
}
.wpcf7-spinner{
	display: none;
}
.form-grid .privacy-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	text-align: center;
	margin-top: 3.5rem;
}
.form-grid .acceptance-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-top: 1.5rem;
}
.form-grid .acceptance-text label{
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.form-grid .acceptance{
	appearance: none;
	position: relative;
	background: #FFFFFF;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid #D8D8D8;
	cursor: pointer;
	margin: 0;
}
.form-grid .acceptance:checked{
	border: 1px solid #D8D8D8;
}
.form-grid .acceptance:checked::after{
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0.35rem;
	width: 1rem;
	height: 0.5rem;
	border-bottom: 3px solid #F17502;
	border-left: 3px solid #F17502;
	transform: rotate(-45deg);
}
.form-captcha{
	margin-top: 2.5rem;
}
.submit_btn{
	text-align: center;
	margin-top: 2.5rem;
}
.submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 24.5rem;
	background: #FFFFFF;
	border: 1px solid #292929;
	border-radius: 3.5rem;
}
.submit_btn li::after{
	position: absolute;
	background: url(../img/icon/arrow_b.svg) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 2.25rem;
	height: 2.25rem;
}
.submit_btn li:hover{
	background: #292929;
}
.submit_btn li:hover::after{
	background: url(../img/icon/arrow_w.svg) no-repeat;
	background-size: cover;
}
input[type="submit"] {
	position: relative;
	display: block;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	background: transparent;
	border: none;
	color: #292929;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	cursor: pointer;
	padding: 1rem 1.5rem;
	border-radius: 3.5rem;
	z-index: 1;
}
.submit_btn li:hover input[type="submit"]{
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.form-grid .form-box{
		border-radius: 0.375rem;
		padding: 2.5rem 1.5rem 0 1.5rem;
	}
	.form-box table th,
	.form-box table td{
		padding: 1rem 0;
		display: block;
	}
	.form-box table th{
		width: 20rem;
		width: 100%;
		padding: 0;
	}
	.form-box table td{
		padding: 0.875rem 0 2.5rem 0;
	}
	.form-box table td ul li + li{
		margin-top: 0.75rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.9375rem;
		padding: 0.875rem;
	}
	textarea{
		height: 10rem;
	}
	.wpcf7-radio .wpcf7-list-item{
		display: block;
	}
	.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item{
		margin-top: 0.625rem;
	}
	.wpcf7-radio label{
		column-gap: 0.5rem;
	}
	.wpcf7-radio input[type=radio]{
		width: 1.375rem;
		height: 1.375rem;
	}
	.wpcf7-radio input[type=radio]:checked::after{
		width: 0.875rem;
		height: 0.875rem;
	}
	.wpcf7-spinner{
		display: none;
	}
	.form-grid .privacy-text{
		font-size: 0.9375rem;
		margin-top: 2rem;
	}
	.form-grid .acceptance-text{
		font-size: 0.9375rem;
		margin-top: 2rem;
	}
	.form-grid .acceptance-text label{
		column-gap: 0.5rem;
	}
	.form-grid .acceptance{
		width: 1.5rem;
		height: 1.5rem;
	}
	.form-grid .acceptance:checked::after{
		top: 0.45rem;
		left: 0.25rem;
		width: 0.875rem;
		height: 0.375rem;
		border-bottom: 2px solid #F17502;
		border-left: 2px solid #F17502;
	}
	.form-captcha{
		margin-top: 2.5rem;
	}
	.submit_btn{
		margin-top: 1.5rem;
	}
	.submit_btn li{
		max-width: 20.3125rem;
	}
	.submit_btn li::after{
		right: 1rem;
		width: 2.25rem;
		height: 2.25rem;
	}
	input[type="submit"] {
		font-size: 1rem;
		padding: 1rem;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contens-contact-guide{
	background: url(../img/contens-contact_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5.5rem 0;
}
.contens-contact-guide .contentArea{
	width: 50%;
}
.contens-contact-guide .guide-ttl{
	margin-bottom: 1.75rem;
}
.contens-contact-guide .p-text{
	line-height: 1.72;
}
.contens-contact-guide .btn-grid{
	width: 45%;
	max-width: 31rem;
}
.contens-contact-guide .contact-btn .contact a,
.contens-contact-guide .contact-btn .tel a{
	background: #FFFFFF;
	position: relative;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	color: #292929;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.35;
	border-radius: 0.5rem;
	padding: 2.5rem 3rem 2.5rem 1rem;
}
.contens-contact-guide .contact-btn .contact a::after,
.contens-contact-guide .contact-btn .tel a::after{
	background: url(../img/icon/arrow_b.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
}
.contens-contact-guide .contact-btn .contact a .icon{
	width: 2rem;
	margin-right: 1.5rem;
}
.contens-contact-guide .contact-items{
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 0.5rem;
	padding: 1.5rem;
	margin-top: 2rem;
}
.contens-contact-guide .contact-items h3{
	color: #292929;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.45;
}
.contens-contact-guide .contact-items .tel-btn{
	margin-top: 0.3125rem;
}
.contens-contact-guide .contact-items .tel-btn li a{
	font-family: "Cal Sans", sans-serif;
	color: #292929;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.23;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 1120px) {
	.contens-contact-guide .contact-items h3{
		font-size: 1.25rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a{
		font-size: 1.75rem;
	}
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide{
		padding: 3.5rem 0;
	}
	.contens-contact-guide .contentArea{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.contens-contact-guide .guide-ttl{
		margin-bottom: 0.875rem;
	}
	.contens-contact-guide .p-text{
		line-height: 1.675;
	}
	.contens-contact-guide .btn-grid{
		width: 100%;
		max-width: 100%;
	}
	.contens-contact-guide .contact-btn .contact a,
	.contens-contact-guide .contact-btn .tel a{
		font-size: 1rem;
		padding: 1.25rem 2rem 1.25rem 1rem;
	}
	.contens-contact-guide .contact-btn .contact a::after,
	.contens-contact-guide .contact-btn .tel a::after{
		right: 1rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	.contens-contact-guide .contact-btn .contact a .icon{
		width: 1.5rem;
		margin-right: 1rem;
	}
	.contens-contact-guide .contact-btn .tel{
		margin-top: 1rem;
	}
	.contens-contact-guide .contact-btn .tel a{
		padding: 1.34375rem 2rem 1.34375rem 1rem;
	}	
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide{
	padding: 5.5rem 0 8rem 0;
}
.error-guide .entry p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 2rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide{
		padding: 1.5rem 0 4.5rem 0;
	}
	.error-guide .entry p{
		font-size: 0.9375rem;
	}
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}
