@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　背景色　　*/
.bg-gray{
	background: #FAFAFA;
}
.bg-white{
	background: #FFFFFF;
}
/*　　色　　*/
.c-white{
	color: #FFFFFF;
}
.c-red{
	color: #CB0000;
}
/*　　アニメーション　　*/
.decoration-text-container{
	position: absolute;
	left:  0;
	bottom: 0;
}
.decoration-text-container .decoration-text{
	display: flex;
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
	font-size: 10.9375rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	white-space: nowrap;
	overflow: hidden;
}
.decoration-text-container .decoration-text div:first-child {
	-webkit-animation: loopLeft1 80s -40s linear infinite;
	animation: loopLeft1 80s -40s linear infinite;
}
.decoration-text-container .decoration-text div:last-child {
	-webkit-animation: loopLeft2 80s linear infinite;
	animation: loopLeft2 80s linear infinite;
}
@-webkit-keyframes loopLeft1 {
	0% {
		-webkit-transform: translateX(100%);
			transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
	}
}
@keyframes loopLeft2 {
	0% {
		-webkit-transform: translateX(0);
			transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
			transform: translateX(-200%);
	}
}
@media only screen and (max-width: 767px) {
	.decoration-text-container{
		bottom: 0.625rem;
	}
	.decoration-text-container .decoration-text{
		font-size: 4.75rem;
	}
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 4rem;
}
.guide-ttl.border::after{
	position: absolute;
	background: #000000;
	content: '';
	width: 10rem;
	height: 0.5rem;
	bottom: -1rem;
}
.guide-ttl.border.center::after{
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl .roma{
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.22;
	text-transform: uppercase;
}
.guide-ttl .roma::first-letter{
	color: #CB0000;
}
.guide-ttl h2{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 3.5rem;
	}
	.guide-ttl.border::after{
		width: 6rem;
		height: 0.25rem;
		bottom: -0.875rem;
	}
	.guide-ttl .roma{
		font-size: 2.25rem;
	}
	.guide-ttl h2{
		font-size: 0.8125rem;
	}
}
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
.grid-container.grid-cols-3{
	column-gap: 2rem;
	row-gap: 3rem;
}
.grid-container.grid-cols-3 .col{
	width: calc(33.3333% - 1.34375rem);
}
.grid-container.grid-cols-4{
	column-gap: 1rem;
	row-gap: 2rem;
}
.grid-container.grid-cols-4 .col{
	width: calc(25% - 1.25rem);
}
.grid-container .col .imageArea{
	margin-bottom: 1rem;
}
.grid-container .col .imageArea img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.grid-container.grid-cols-3{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	.grid-container.grid-cols-3 .col{
		width: 100%;
	}
	.grid-container.grid-cols-4{
		column-gap: 0.75rem;
		row-gap: 1.5rem;
	}
	.grid-container.grid-cols-4 .col{
		width: calc(50% - 0.375rem);
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.fv-view{
	position: relative;
	background: url(../img/top/fv_bg.jpg);
	padding-bottom: 15.0625rem;
}
.fv-slider .slick-img{
	width: 60rem!important;
	margin: 0 0.75rem;
}
.fv-slider .slick-img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.fv-view .view-box{
	position: absolute;
	max-width: 1600px;
	bottom: 8rem;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1000;
}
.fv-view .view-box .roma .bg{
	display: inline-block;
	background: #ffffff;
	font-size: 5.125rem;
	font-weight: 700;
	line-height: 1.1;
	padding: 0 1.125rem;
	margin-bottom: 0.5rem;
}
.fv-view .view-box .ttl{
	position: relative;
	font-size: 3.375rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.04em;
	margin-left: 5rem;
}
.fv-view .view-box .ttl::after{
	position: absolute;
	background: #000000;
	content: '';
	width: 70rem;
	height: 0.5rem;
	bottom: 1.5rem;
	left: 56rem;
}
@media only screen and (max-width: 1200px) {
	.fv-view .view-box .roma .bg{
		font-size: 4.5rem;
	}
	.fv-view .view-box .ttl{
		font-size: 2.75rem;
	}
	.fv-view .view-box .ttl::after{
		left: 44rem;
	}
}
@media only screen and (max-width: 767px) {
	.fv-view{
		background: url(../img/top/sp_fv_bg.jpg);
		padding-bottom: 10.375rem;
	}
	.fv-slider .slick-img{
		width: 18.875rem!important;
		margin: 0 0.375rem;
	}
	.fv-view .view-box{
		width: calc(100% - 1.5rem);
		bottom: 5.55rem;
	}
	.fv-view .view-box .roma .bg{
		font-size: 1.9375rem;
		padding: 0 0.5rem;
		margin-bottom: 0.25rem;
	}
	.fv-view .view-box .ttl{
		font-size: 1.6875rem;
		margin-left: 0;
	}
	.fv-view .view-box .ttl::after{
		width: 40rem;
		height: 0.25rem;
		bottom: 1rem;
		left: 19rem;
	}
}
/*　　COMPANY　　*/
.front-company{
	background: linear-gradient(180deg, transparent 3.5rem, transparent 3.5rem, #FAFAFA 3.5rem, #FAFAFA 100%);
	padding-bottom: 5rem;
	margin-top: -3.5rem;
}
.front-company .company-grid{
	position: relative;
	z-index: 2;
}
.front-company .imageArea{
	width: 50%;
	max-width: 58.375rem;
}
.front-company .contentArea{
	width: 50%;
	max-width: 42rem;
	padding: 2.75rem 3rem 0 3rem;
}
.front-company .contentArea .roma{
	margin-bottom: 1.5rem;
}
.front-company .contentArea .roma span{
	background: #000000;
	color: #FFFFFF;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 0.25rem 1.25rem;
}
.front-company .contentArea h2{
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.04em;
	margin-bottom: 2rem;
}
.front-company .contentArea h2::first-letter{
	color: #CB0000;
}
.front-company .contentArea .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
}
.front-company .contentArea .block_btn{
	margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
	.front-company .contentArea{
		padding: 2.75rem 2rem 0 2rem;
	}
	.front-company .contentArea h2{
		font-size: 2.85rem;
	}
}
@media only screen and (max-width: 767px) {
	.front-company{
		padding-bottom: 2.625rem;
	}
	.front-company .imageArea{
		width: 90%;
		max-width: 20.625rem;
		margin-left: auto;
	}
	.front-company .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 1.5rem 1.5rem 0 1.5rem;
	}
	.front-company .contentArea .roma{
		margin-bottom: 0.5rem;
	}
	.front-company .contentArea .roma span{
		font-size: 0.75rem;
		padding: 0.25rem 0.5rem;
	}
	.front-company .contentArea h2{
		font-size: 1.875rem;
		margin-bottom: 1rem;
	}
	.front-company .contentArea .text{
		font-size: 0.9375rem;
		line-height: 1.65;
	}
	.front-company .contentArea .block_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
}
/*　　事業内容　　*/
.front-business{
	padding: 7rem 0 3.5rem 0;
}
.front-business .guide-ttl{
	margin-bottom: 3rem;
}
.front-business .guide-ttl.border::after{
	width: 87rem;
	left: -42rem;
}
.front-business h3{
	font-size: 3.375rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.04em;
	margin-bottom: 2rem;
}
.front-business .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
	margin-bottom: 3.5rem;
}
.front-business .grid-container .col .ttl{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.27;
	border-left: 4px solid #CB0000;
	padding-left: 1rem;
}
.front-business .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 1200px) {
	.front-business h3{
		font-size: 2.65rem;
	}
}
@media only screen and (max-width: 767px) {
	.front-business{
		padding: 3rem 0 2.5rem 0;
	}
	.front-business .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.front-business .guide-ttl.border::after{
		width: 54rem;
	}
	.front-business h3{
		font-size: 1.6875rem;
		margin-bottom: 0.75rem;
	}
	.front-business .text{
		font-size: 0.9375rem;
		line-height: 1.65;
		margin-bottom: 1.5rem;
	}
	.front-business .grid-container .col .ttl{
		font-size: 0.9375rem;
		padding-left: 0.5rem;
	}
	.front-business .block_btn{
		margin-top: 1.5rem;
	}
}
/*　　選ばれる理由　　*/
.front-choose{
	padding: 5rem 0 5.5rem 0;
}
.front-choose .guide-ttl{
	margin-bottom: 1.5rem;
}
.front-choose .guide-ttl.border::after{
	width: 70rem;
	bottom: 2.5rem;
	left: 48rem;
}
.front-choose .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
	margin-bottom: 2rem;
}
.front-choose .choose-list{
	align-items: flex-start;
	column-gap: 24px;
}
.front-choose .choose-list .choose-items{
	background: #FFFFFF;
	width: calc(33.3333% - 24px);
	padding: 2.5rem 2.5rem 3rem 2.5rem;
}
.front-choose .choose-list .choose-items:nth-child(1){
	margin-top: 5rem;
}
.front-choose .choose-list .choose-items:nth-child(2){
	margin-top: 2.5rem;
}
.front-choose .choose-list .choose-items .no{
	margin-bottom: 1.5rem;
}
.front-choose .choose-list .choose-items .no span{
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.25;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	padding: 0 1rem;
}
.front-choose .choose-list .choose-items .icon{
	margin-bottom: 1.5rem;
}
.front-choose .choose-list .choose-items .icon img{
	width: 5rem;
}
.front-choose .choose-list .choose-items .ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1rem;
}
.front-choose .choose-list .choose-items .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.front-choose{
		padding: 2.3125rem 0 2.5rem 0;
	}
	.front-choose .guide-ttl{
		margin-bottom: 0.5rem;
	}
	.front-choose .guide-ttl.border::after{
		width: 40rem;
		bottom: 1.25rem;
		left: 17rem;
	}
	.front-choose .text{
		font-size: 0.9375rem;
		line-height: 1.65;
		margin-bottom: 1.25rem;
	}
	.front-choose .choose-list{
		column-gap: 0;
		row-gap: 0.75rem;
		padding: 0 1.75rem;
	}
	.front-choose .choose-list .choose-items{
		width: 100%;
		padding: 1.5rem 1.5rem 1.75rem 1.5rem;
	}
	.front-choose .choose-list .choose-items:nth-child(1){
		margin-top: 0;
	}
	.front-choose .choose-list .choose-items:nth-child(2){
		margin-top: 0;
	}
	.front-choose .choose-list .choose-items .no{
		margin-bottom: 1rem;
	}
	.front-choose .choose-list .choose-items .no span{
		font-size: 1.625rem;
		padding: 0 0.5rem;
	}
	.front-choose .choose-list .choose-items .icon{
		margin-bottom: 0.5rem;
	}
	.front-choose .choose-list .choose-items .icon img{
		width: 4.375rem;
	}
	.front-choose .choose-list .choose-items .ttl{
		font-size: 1.3125rem;
		margin-bottom: 0.5rem;
	}
	.front-choose .choose-list .choose-items .text{
		font-size: 0.9375rem;
	}
}
/*　　求人　　*/
.front-recruit{
	padding: 6.5rem 0;
}
.front-recruit .inner-wrap{
	width: 96%;
	max-width: 1476px;
}
.front-recruit .box{
	background: url(../img/top/recruit_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3rem 3rem 4rem 3rem;
}
.front-recruit .box .box-inner{
	max-width: 1200px;
	margin: 0 auto;
}
.front-recruit .box .contentArea{
	width: 55%;
	padding-right: 0.5rem;
}
.front-recruit .box .guide-ttl{
	margin-bottom: 1.5rem;
}
.front-recruit .box .guide-ttl .roma::first-letter{
	color: #FFFFFF;
}
.front-recruit .box .guide-ttl h2{
	font-size: 2.5rem;
	letter-spacing: -0.04em;
}
.front-recruit .box .contentArea .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
}
.front-recruit .box .block_btn{
	margin-top: 2rem;
}
.front-recruit .box .recruit-list{
	width: 45%;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
}
.front-recruit .box .recruit-list .recruit-items{
	position: relative;
	width: calc(50% - 0.25rem);
	background: #D3201E;
	padding: 1.5rem 1.125rem;
}
.front-recruit .box .recruit-list .recruit-items::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-bottom: 1.375rem solid transparent;
	border-left: 1.375rem solid #FFFFFF;
	z-index: 100;
}
.front-recruit .box .recruit-list .recruit-items .icon{
	margin-bottom: 0.75rem;
}
.front-recruit .box .recruit-list .recruit-items .icon img{
	width: auto;
	height: 3.5rem;
}
.front-recruit .box .recruit-list .recruit-items .ttl{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.15;
}
@media only screen and (max-width: 1270px) {
	.front-recruit .box{
		padding: 3rem 2rem 3.5rem 2rem;
	}
	.front-recruit .box .guide-ttl h2{
		font-size: 2.375rem;
	}
}
@media only screen and (max-width: 1200px) {
	.front-recruit .box .guide-ttl h2{
		font-size: 2rem;
	}
	.front-recruit .box .recruit-list .recruit-items .ttl{
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 767px) {
	.front-recruit{
		padding: 2.1875rem 0 2.5rem 0;
	}
	.front-recruit .inner-wrap{
		width: calc(100% - 3rem);
	}
	.front-recruit .box{
		background: url(../img/top/sp_recruit_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 1.5625rem 1rem 1.75rem 1rem;
	}
	.front-recruit .box .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.25rem;
	}
	.front-recruit .box .guide-ttl{
		margin-bottom: 0.75rem;
	}
	.front-recruit .box .guide-ttl h2{
		font-size: 1.25rem;
	}
	.front-recruit .box .contentArea .text{
		font-size: 0.9375rem;
		line-height: 1.65;
	}
	.front-recruit .box .block_btn{
		margin-top: 1.5rem;
	}
	.front-recruit .box .recruit-list{
		width: 100%;
		column-gap: 0.75rem;
		row-gap: 0.75rem;
	}
	.front-recruit .box .recruit-list .recruit-items{
		width: calc(50% - 0.375rem);
		padding: 1rem;
	}
	.front-recruit .box .recruit-list .recruit-items::before {
		border-bottom: 0.6875rem solid transparent;
		border-left: 0.6875rem solid #FFFFFF;
	}
	.front-recruit .box .recruit-list .recruit-items .icon{
		margin-bottom: 0.25rem;
	}
	.front-recruit .box .recruit-list .recruit-items .icon img{
		height: 2.25rem;
	}
	.front-recruit .box .recruit-list .recruit-items .ttl{
		font-size: 0.8125rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	border-bottom: 1px solid #CECECE;
	margin-top: 5.5rem;
	padding: 3rem 0;
}
.page-view .view-ttl h1{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
}
.page-view .view-ttl .roma{
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}
.page-view .view-ttl .roma::first-letter{
	color: #CB0000;
}
@media only screen and (max-width: 767px) {
	.page-view{
		margin-top: 5.5rem;
		padding: 3rem 0;
	}
	.page-view .view-ttl h1{
		font-size: 0.8125rem;
	}
	.page-view .view-ttl .roma{
		font-size: 2.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		margin-top: 5rem;
	}
}
/**
/* 会社案内 CSS
----------------------------------------------- */
/*　　メッセージ　　*/
.message-guide{
	padding: 3.5rem 0 6.5rem 0;
}
.message-guide .contentArea{
	width: 65%;
	padding-right: 4rem;
}
.message-guide .guide-ttl.border::after{
	width: 65rem;
	left: -42rem;
}
.message-guide .contentArea .comment h3{
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2rem;
}
.message-guide .contentArea .comment p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	margin-bottom: 2rem;
}
.message-guide .contentArea .comment .name{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
	margin-bottom: 0;
}
.message-guide .contentArea .comment .name span{
	font-size: 1rem;
	margin-right: 2.5rem;
}
.message-guide .imageArea{
	width: 35%;
}
.message-guide .imageArea ul li + li{
	margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 3.5rem 0 3.5rem 0;
	}
	.message-guide .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.message-guide .guide-ttl.border::after{
		width: 53.5rem;
	}
	.message-guide .contentArea .comment h3{
		font-size: 1.375rem;
		margin-bottom: 1rem;
	}
	.message-guide .contentArea .comment p{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.message-guide .contentArea .comment .name{
		font-size: 1rem;
	}
	.message-guide .contentArea .comment .name span{
		font-size: 0.9375rem;
		margin-right: 1.5rem;
	}
	.message-guide .imageArea{
		width: 100%;
	}
	.message-guide .imageArea ul li + li{
		margin-top: 0.625rem;
	}
}
/*　　私たちのこだわり　　*/
.commitment-guide{
	padding: 7rem 0 5.5rem 0;
}
.commitment-guide .commitment-head{
	margin-bottom: 4rem;
}
.commitment-guide .commitment-head h3{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.27;
	margin-bottom: 1rem;
}
.commitment-guide .commitment-head .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.commitment-body .commitment-items{
	position: relative;
	padding-top: 5.5rem;
}
.commitment-body .commitment-items::before{
	content: "";
	position: absolute;
	width: 90%;
	max-width: 91.25rem;
	height: 23.75rem;
	top: 0;
}
.commitment-body .commitment-items:nth-child(odd)::before{
	left: 0;
}
.commitment-body .commitment-items:nth-child(even)::before{
	right: 0;
}
.commitment-body .commitment-items:nth-child(1)::before{
	background: url(../img/company/commitment1_bg.jpg) no-repeat center;
	background-size: cover;
}
.commitment-body .commitment-items:nth-child(2)::before{
	background: url(../img/company/commitment2_bg.jpg) no-repeat center;
	background-size: cover;
}
.commitment-body .commitment-items:not(:last-child){
	margin-bottom: 6rem;
}
.commitment-body .commitment-items h3{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.85;
	margin-bottom: 2rem;
}
.commitment-body .commitment-items .box{
	padding: 4rem;
}
.commitment-body .grid-container .col .ttl{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.27;
}
.commitment-guide .bg-text{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54;
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.commitment-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.commitment-guide .commitment-head{
		margin-bottom: 2rem;
	}
	.commitment-guide .commitment-head h3{
		font-size: 1.375rem;
		margin-bottom: 0.625rem;
	}
	.commitment-guide .commitment-head .text{
		font-size: 0.9375rem;
	}
	.commitment-body .commitment-items{
		padding-top: 3.5rem;
	}
	.commitment-body .commitment-items::before{
		width: 100%;
		height: 13.75rem;
	}
	.commitment-body .commitment-items:not(:last-child){
		margin-bottom: 3rem;
	}
	.commitment-body .commitment-items h3{
		font-size: 1.375rem;
		line-height: 1.5;
		margin-bottom: 1.375rem;
	}
	.commitment-body .commitment-items .box{
		padding: 2rem;
	}
	.commitment-body .grid-container .col .ttl{
		font-size: 1.125rem;
	}
	.commitment-guide .bg-text{
		font-size: 1.0625rem;
		text-align: left;
		margin-top: 3rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 6rem 0 10rem 0;
}
.company-guide .guide-ttl{
	margin-bottom: 6rem;
}
.company-guide .company-tbl{
	max-width: 1000px;
	margin: 0 auto;
}
.company-guide .company-tbl th,
.company-guide .company-tbl td{
	border-bottom: 1px solid #D5DBE2;
	padding: 1.875rem 0;
}
.company-guide .company-tbl tr:first-child th,
.company-guide .company-tbl tr:first-child td{
	border-top: 1px solid #D5DBE2;
}
.company-guide .company-tbl th{
	width: 20rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}
.company-guide .company-tbl td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 4rem 0 5rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 4rem;
	}
	.company-guide .company-tbl th,
	.company-guide .company-tbl td{
		padding: 1.25rem 0;
	}
	.company-guide .company-tbl th{
		width: 8.5rem;
		font-size: 1rem;
	}
	.company-guide .company-tbl td{
		font-size: 0.9375rem;
	}
}
/**
/* 事業内容ページ CSS
----------------------------------------------- */
/*　　メッセージ　　*/
.business-wrap .head-guide{
	padding: 3rem 0 5rem 0;
}
.business-wrap .head-guide h2{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.27;
	margin-bottom: 2rem;
}
.business-wrap .head-guide .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
@media only screen and (max-width: 767px) {
	.business-wrap .head-guide{
		padding: 3rem 0 4rem 0;
	}
	.business-wrap .head-guide h2{
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	.business-wrap .head-guide .text{
		font-size: 0.9375rem;
		text-align: left;
	}
}
/*　　対応工事一覧　　*/
.coverage-guide{
	padding: 6.5rem 0 5.5rem 0;
}
.coverage-guide .guide-ttl{
	margin-bottom: 6rem;
}
.coverage-guide .box{
	padding: 4rem;
}
.coverage-guide .box h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.27;
	letter-spacing: -0.04em;
	margin-bottom: 1.5rem;
}
.coverage-guide .box .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	margin-bottom: 3.5rem;
}
.coverage-guide .grid-container .col .ttl{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}
.coverage-guide .box .bg-text{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.04em;
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.coverage-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.coverage-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.coverage-guide .box{
		padding: 3rem 2rem;
	}
	.coverage-guide .box h3{
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
	}
	.coverage-guide .box .text{
		font-size: 0.9375rem;
		text-align: left;
		margin-bottom: 2rem;
	}
	.coverage-guide .grid-container .col .ttl{
		font-size: 1.0625rem;
	}
	.coverage-guide .box .bg-text{
		font-size: 1.125rem;
		margin-top: 2.5rem;
	}
}
/*　　施工の特徴　　*/
.features-guide{
	padding: 7rem 0 5rem 0;
}
.features-guide .guide-ttl{
	margin-bottom: 5rem;
}
.features-guide .box{
	padding: 0 4rem;
}
.features-guide .box h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.27;
	letter-spacing: -0.04em;
	margin-bottom: 1.5rem;
}
.features-guide .box .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	margin-bottom: 3.5rem;
}
.features-guide .grid-container .col .ttl{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.features-guide .grid-container .col .text{
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.features-guide{
		padding: 4rem 0 3rem 0;
	}
	.features-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.features-guide .box{
		padding: 0 2rem;
	}
	.features-guide .box h3{
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
	}
	.features-guide .box .text{
		font-size: 0.9375rem;
		text-align: left;
		margin-bottom: 2rem;
	}
	.features-guide .grid-container .col .ttl{
		font-size: 1.0625rem;
	}
}
/*　　施工までの流れ　　*/
.flow-guide{
	padding: 5rem 0 8rem 0;
}
.flow-guide .guide-ttl{
	margin-bottom: 5rem;
}
.flow-list .flow-items{
	padding: 2rem 2.5rem;
}
.flow-list .flow-items:nth-child(odd){
	background: #F7F7F7;
}
.flow-list .flow-items .noArea{
	position: relative;
	width: 2.5rem;
	text-align: center;
}
.flow-list .flow-items:not(:last-child) .noArea::after{
	position: absolute;
	background: #CB0200;
	content: '';
	width: 1px;
	height: 3.5rem;
	bottom: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.flow-list .flow-items .noArea .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.25rem;
}
.flow-list .flow-items .noArea .no{
	background: #CB0200;
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2.5rem;
}
.flow-list .flow-items .contentArea{
	width: calc(100% - 2.5rem);
	padding-left: 2.5rem;
}
.flow-list .flow-items .contentArea h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.flow-list .flow-items .contentArea .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
}
@media only screen and (max-width: 767px) {
	.flow-guide{
		padding: 3rem 0 3rem 0;
	}
	.flow-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.flow-list .flow-items{
		padding: 1.25rem;
	}
	.flow-list .flow-items:not(:last-child) .noArea::after{
		height: 2.5rem;
		bottom: -1.875rem;
	}
	.flow-list .flow-items .noArea .roma{
		font-size: 0.625rem;
		margin-bottom: 0.25rem;
	}
	.flow-list .flow-items .noArea .no{
		font-size: 1.375rem;
	}
	.flow-list .flow-items .contentArea{
		padding-left: 1.25rem;
	}
	.flow-list .flow-items .contentArea h3{
		font-size: 1.0625rem;
	}
	.flow-list .flow-items .contentArea .text{
		font-size: 0.9375rem;
	}
}
/*　　よくあるご質問　　*/
.faq-guide{
	padding: 7rem 0 7.5rem 0;
	margin-bottom: 7rem;
}
.faq-guide .guide-ttl{
	margin-bottom: 5rem;
}
.faq-list .faq-items{
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
}
.faq-list .faq-items:last-child{
	margin-bottom: 0;
}
.faq-list .faq-items .question{
	margin-bottom: 1rem;
}
.faq-list .faq-items .question dt,
.faq-list .faq-items .answer dt{
	width: 2.5rem;
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2.5rem;
	text-align: center;
}
.faq-list .faq-items .question dt{
	background: #CB0200;
}
.faq-list .faq-items .answer dt{
	background: #000000;
}
.faq-list .faq-items .question dd,
.faq-list .faq-items .answer dd{
	width: calc(100% - 2.5rem);
	padding-left: 1.5rem;
}
.faq-list .faq-items .question dd{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 0.3rem;
}
.faq-list .faq-items .answer dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 4rem 0 3rem 0;
		margin-bottom: 3rem;
	}
	.faq-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.faq-list .faq-items{
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.faq-list .faq-items .question{
		margin-bottom: 0.625rem;
	}
	.faq-list .faq-items .question dt,
	.faq-list .faq-items .answer dt{
		font-size: 1.375rem;
	}
	.faq-list .faq-items .question dd,
	.faq-list .faq-items .answer dd{
		padding-left: 1.125rem;
	}
	.faq-list .faq-items .question dd{
		font-size: 1rem;
		padding-top: 0.5rem;
	}
	.faq-list .faq-items .answer dd{
		font-size: 0.9375rem;
	}
}
/**
/* 採用情報ページ CSS
----------------------------------------------- */
/*　　採用メッセージ　　*/
.job-message-guide{
	padding: 5.6875rem 0 0 0;
}
.job-message-guide .message-grid{
	background: url(../img/recruit/message_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 6rem 0;
}
.job-message-guide .message-grid .box{
	padding: 4.5rem 4rem 5.5rem 4rem;
}
.job-message-guide .message-grid .box h2{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.27;
	margin-bottom: 2rem;
}
.job-message-guide .message-grid .box .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
@media only screen and (max-width: 767px) {
	.job-message-guide{
		padding: 2.5rem 0 0 0;
	}
	.job-message-guide .message-grid{
		padding: 3rem 0;
	}
	.job-message-guide .message-grid .box{
		padding: 3.5rem 2rem 3rem 2rem;
	}
	.job-message-guide .message-grid .box h2{
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	.job-message-guide .message-grid .box .text{
		font-size: 0.9375rem;
		text-align: left;
	}
}
/*　　六川仮設で働く3つのポイント　　*/
.job-point-guide{
	padding: 7rem 0 6.5rem 0;
}
.job-point-guide .guide-ttl{
	margin-bottom: 6.5rem;
}
.job-point-body .job-point-items{
	position: relative;
	padding-top: 5.5rem;
}
.job-point-body .job-point-items::before{
	content: "";
	position: absolute;
	width: 90%;
	max-width: 91.25rem;
	height: 23.75rem;
	top: 0;
}
.job-point-body .job-point-items:nth-child(odd)::before{
	left: 0;
}
.job-point-body .job-point-items:nth-child(even)::before{
	right: 0;
}
.job-point-body .job-point-items:nth-child(1)::before{
	background: url(../img/recruit/point1_bg.jpg) no-repeat center;
	background-size: cover;
}
.job-point-body .job-point-items:nth-child(2)::before{
	background: url(../img/recruit/point2_bg.jpg) no-repeat center;
	background-size: cover;
}
.job-point-body .job-point-items:nth-child(3)::before{
	background: url(../img/recruit/point3_bg.jpg) no-repeat center;
	background-size: cover;
}
.job-point-body .job-point-items:not(:last-child){
	margin-bottom: 5rem;
}
.job-point-body .job-point-items h3{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.85;
	margin-bottom: 2rem;
}
.job-point-body .job-point-items .box{
	padding: 4rem;
}
.job-point-body .grid-container .col .ttl{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.27;
}
@media only screen and (max-width: 767px) {
	.job-point-guide{
		padding: 5rem 0 3.5rem 0;
	}
	.job-point-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.job-point-body .job-point-items{
		padding-top: 3.5rem;
	}
	.job-point-body .job-point-items::before{
		width: 100%;
		height: 13.75rem;
	}
	.job-point-body .job-point-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.job-point-body .job-point-items h3{
		font-size: 1.375rem;
		line-height: 1.5;
		margin-bottom: 1.375rem;
	}
	.job-point-body .job-point-items .box{
		padding: 2rem;
	}
	.job-point-body .grid-container .col .ttl{
		font-size: 1.125rem;
	}
}
/*　　1日の流れ　　*/
.job-daily-guide{
	padding: 6.5rem 0 5.5rem 0;
}
.job-daily-guide .inner{
	max-width: 1000px;
}
.job-daily-guide .guide-ttl{
	width: 50%;
	margin-bottom: 0;
}
.job-daily-guide .guide-ttl .roma{
	line-height: 1.125;
}
.job-daily-guide .daily-list{
	position: relative;
	width: 50%;
}
.job-daily-guide .daily-list::after{
	position: absolute;
	background: #CB0200;
	content: '';
	width: 2px;
	height: 25.5rem;
	top: 2.5rem;
	left: 6.15rem;
}
.job-daily-guide .daily-list dl{
	position: relative;
	z-index: 2;
}
.job-daily-guide .daily-list dl:not(:last-child){
	margin-bottom: 2rem;
}
.job-daily-guide .daily-list dl:nth-child(4){
	margin-bottom: 2.5625rem;
}
.job-daily-guide .daily-list dl dt{
	position: relative;
	width: 8.75rem;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.job-daily-guide .daily-list dl dt .time{
	font-family: "Montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
}
.job-daily-guide .daily-list dl dt .icon{
	width: 5rem;
}
.job-daily-guide .daily-list dl:nth-child(2) dt::after,
.job-daily-guide .daily-list dl:nth-child(4) dt::after,
.job-daily-guide .daily-list dl:nth-child(5) dt::after{
	position: absolute;
	background: #CB0200;
	content: '';
	width: 1rem;
	height: 1rem;
	top: 0.35rem;
	left: 5.7rem;
	border-radius: 100%;
}
.job-daily-guide .daily-list dl dd{
	width: calc(100% - 8.75rem);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
	.job-daily-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.job-daily-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 3.5rem;
	}
	.job-daily-guide .guide-ttl.border::after{
		left: 50%;
		transform: translateX(-50%);
	}
	.job-daily-guide .daily-list{
		width: 100%;
	}
	.job-daily-guide .daily-list::after{
		height: 18.5rem;
		left: 5.45rem;
	}
	.job-daily-guide .daily-list dl:not(:last-child){
		margin-bottom: 1rem;
	}
	.job-daily-guide .daily-list dl:nth-child(4){
		margin-bottom: 1.5rem;
	}
	.job-daily-guide .daily-list dl dt{
		width: 7.5rem;
	}
	.job-daily-guide .daily-list dl dt .time{
		font-size: 1rem;
	}
	.job-daily-guide .daily-list dl dt .icon{
		width: 4rem;
	}
	.job-daily-guide .daily-list dl:nth-child(2) dt::after,
	.job-daily-guide .daily-list dl:nth-child(4) dt::after,
	.job-daily-guide .daily-list dl:nth-child(5) dt::after{
		width: 0.875rem;
		height: 0.875rem;
		left: 5.06rem;
	}
	.job-daily-guide .daily-list dl dd{
		width: calc(100% - 7.5rem);
		font-size: 0.9375rem;
		padding-left: 1rem;
	}
}
/*　　募集要項　　*/
.job-description-guide{
	padding: 7rem 0 10rem 0;
}
.job-description-guide .guide-ttl{
	margin-bottom: 5rem;
}
.job-description-guide .job-description-tbl{
	max-width: 1000px;
	margin: 0 auto;
}
.job-description-guide .job-description-tbl th,
.job-description-guide .job-description-tbl td{
	border: 1px solid #D8D8D8;
	padding: 2rem 2.5rem;
}
.job-description-guide .job-description-tbl th{
	background: #F8F8F8;
	width: 12.5rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.job-description-guide .job-description-tbl td{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.job-description-guide{
		padding: 4rem 0 5rem 0;
	}
	.job-description-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.job-description-guide .job-description-tbl th,
	.job-description-guide .job-description-tbl td{
		padding: 1rem 1.25rem;
	}
	.job-description-guide .job-description-tbl th{
		width: 7rem;
		font-size: 0.9375rem;
	}
	.job-description-guide .job-description-tbl td{
		font-size: 0.875rem;
	}
}
/**
/* 投稿ページ CSS
----------------------------------------------- */
/*　　一覧　　*/
.news-guide{
	padding: 4.5rem 0 20.8125rem 0;
}
.post-list .post-items{
	margin-bottom: 0.5rem;
}
.post-list .post-items a{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 3.5rem 3rem 3.5rem 2.5rem;
}
.post-list .post-items dt{
	width: 15rem;
	display: flex;
	align-items: baseline;
}
.post-list .post-items .date{
	font-family: "Montserrat", sans-serif;
	color: #D5D5D5;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}
.post-list .post-items .category{
	margin-left: 2rem;
}
.post-list .post-items .category span{
	display: inline-block;
	color: #09253C;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	border: 1px solid #BCBCBC;
	padding: 0.125rem 0.625rem;
}
.post-list .post-items dd{
	width: calc(100% - 15rem);
	color: #09253C;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.news-guide{
		padding: 2.5rem 0 10rem 0;
	}
	.post-list .post-items{
		margin-bottom: 0.5rem;
	}
	.post-list .post-items a{
		padding: 1.25rem 1.75rem 1.25rem 1.25rem;
	}
	.post-list .post-items dt{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.post-list .post-items .date{
		font-size: 0.875rem;
	}
	.post-list .post-items .category{
		margin-left: 0.875rem;
	}
	.post-list .post-items .category span{
		font-size: 0.75rem;
		padding: 0.125rem 0.25rem;
	}
	.post-list .post-items dd{
		width: 100%;
		font-size: 0.9375rem;
		padding-right: 2rem;
	}
}
/*　　詳細　　*/
.single-guide{
	padding: 4.5rem 0 20.8125rem 0;
}
.single-guide article{
	background: #FFFFFF;
	padding: 6.25rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
}
.single-guide .entry-header .category{
	margin-bottom: 1rem;
}
.single-guide .entry-header .category span{
	display: inline-block;
	color: #09253C;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	border: 1px solid #BCBCBC;
	padding: 0.125rem 0.625rem;
}
.single-guide .entry-dete .dete{
	font-family: "Montserrat", sans-serif;
	color: #000000;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-right: 1rem;
}
.single-guide .entry-dete .dete span{
	display: inline-block;
	width: 1rem;
	margin-right: 0.5rem;
}
.single-guide .entry-header h2{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 1rem;
}
.single-guide .entry-body h2{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h4{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p{
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.3;
	margin-bottom: 2rem;
}
.single-guide .entry-body p:last-child{
	margin-bottom: 0;
}
.single-guide .entry-body p img{
	margin: 0.5rem 0;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}
.single-guide .entry-body figure{
	margin: 0.5rem 0;
}
.single-guide .entry-body figcaption{
	font-size: 90%;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 1rem 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 0 1rem;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .page-nav{
	padding: 0 6.25rem;
	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(33.3333% - 10rem);
}
.single-guide .page-nav ul .nav__item--prev a{
	position: relative;
	padding-left: 2.8125rem;
}
.single-guide .page-nav ul .nav__item--next a{
	position: relative;
	padding-right: 2.8125rem;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	color: #646464;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
}
.single-guide .page-nav ul .nav__item--prev a::before,
.single-guide .page-nav ul .nav__item--next a::before,
.single-guide .page-nav ul .nav__item--prev a::after,
.single-guide .page-nav ul .nav__item--next a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.single-guide .page-nav ul .nav__item--prev a::before,
.single-guide .page-nav ul .nav__item--next a::before{
	background: #9F9F9F;
	width: 1.75rem;
	height: 1.75rem;
}
.single-guide .page-nav ul .nav__item--prev a::before{
	left: 0;
}
.single-guide .page-nav ul .nav__item--next a::before{
	right: 0;
}
.single-guide .page-nav ul .nav__item--prev a::after,
.single-guide .page-nav ul .nav__item--next a::after{
	background: url(../img/icon/arrow_w2.png) center center no-repeat;
	background-size: cover;
	width: 1rem;
	height: 1rem;
}
.single-guide .page-nav ul .nav__item--prev a::after{
	left: 0.375rem;
}
.single-guide .page-nav ul .nav__item--next a::after{
	right: 0.375rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.single-guide .page-nav ul .return_btn{
	width: 20rem;
}
.single-guide .page-nav ul .return_btn .btn{
	position: relative;
	display: block;
	background: #073760;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	padding: 1rem 1.5rem;
}
.single-guide .page-nav ul .return_btn .btn::after{
	background: url(../img/icon/arrow_w.png) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.34375rem;
	height: 0.375rem;
	right: 2rem;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.single-guide .page-nav ul .return_btn .btn:hover{
	opacity: 1;
}
.single-guide .page-nav ul .return_btn .btn:hover::after{
	right: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.single-guide{
		padding: 2.5rem 0 10rem 0;
	}
	.single-guide article{
		padding: 2rem 1.5rem;
	}
	.single-guide .entry-header{
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}
	.single-guide .entry-header .category{
		margin-bottom: 0.875rem;
	}
	.single-guide .entry-header .category span{
		font-size: 0.75rem;
		padding: 0.125rem 0.25rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.375rem;
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h4{
		font-size: 1.0625rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.9375rem;
		line-height: 2;
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-body ol{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 0.9375rem;
	}
	.single-guide .page-nav{
		padding: 0;
		margin-top: 3.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev,
	.single-guide .page-nav ul .nav__item--next{
		width: auto;
	}
	.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 .block_btn{
		text-align: center;
		margin-top: 2rem;
	}
}
/**
/* お問い合わせページ CSS
----------------------------------------------- */
.contact-guide{
	padding: 6.125rem 0 10rem 0;
}
.contact-guide .contact-grid{
	padding: 5.5rem 0 6.5rem 0;
}
.contact-guide .contact-grid .inner{
	max-width: 1000px;
}
.contact-guide h2{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}
.contact-guide .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 3.5rem;
}
.contact-guide .form-box{
	padding: 0 4rem;
	margin-bottom: 4rem;
}
.form-box table th,
.form-box table td{
	padding: 1rem 0;
	vertical-align: middle;
}
.form-box table tr:last-child th,
.form-box table td:last-child{
	vertical-align: top;
}
.form-box table th{
	width: 18.125rem;
	color: #2B2B2B;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}
.form-box table th .ttl{
	padding: 1rem 0;
}
.form-box table th span{
	display: inline-block;
	color: #CB0000;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.25;
	margin-left: 1rem;
}
.form-box table td{
	color: #1A1A1A;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
}
.form-box table td ul.flex{
	column-gap: 1.5rem;
}
.form-box table td ul.flex li{
	width: calc(50% - 0.75rem);
}
.form-box table td ul.flex li span.text{
	display: inline-block;
	margin-bottom: 0.5rem;
}
.form-box table td .select-wrap{
	position: relative;
}
.select-wrap:after {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 1.5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5rem 0.375rem 0 0.375rem;
	border-color: #000 transparent transparent transparent;
	pointer-events: none;
}
.form-grid .privacy-text{
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.68;
	letter-spacing: 0.02em;
	text-align: center;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	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: 10.75rem;
}
select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='checkbox']{
	width: 1.75rem;
	height: 1.75rem;
	margin: auto;
	position: relative;
	top: 0.375rem;
	left: 0;
	margin-right: 0.625rem;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.65;
	margin: 0;
}
.wpcf7-spinner{
	display: none;
}
.form-grid .acceptance-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
	margin-top: 3rem;
}
.form-grid .acceptance{
	border: 1px solid #AFAFAF !important;
}
.form-grid .acceptance-text .wpcf7-list-item-label{
	margin-left: 1rem;
}
.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: 18.75rem;
}
.submit_btn li::after{
	background: url(../img/icon/arrow_r.png) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
	height: 0.6875rem;
	right: 1.875rem;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.submit_btn li:hover::after{
	right: 1.25rem;
}
input[type="submit"] {
	display: block;
	width: 100%;
	background: #FFFFFF;
	font-family: "Cal Sans", sans-serif;
	color: #000000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	border: 1px solid #000000;
	cursor: pointer;
	padding: 1rem 1.5rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 2.5rem 0 4rem 0;
	}
	.contact-guide .contact-grid{
		padding: 3.5rem 0 4rem 0;
	}
	.contact-guide h2{
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	.contact-guide .p-text{
		font-size: 0.9375rem;
		line-height: 2;
		text-align: left;
		margin-bottom: 2.5rem;
	}
	.contact-guide .form-box{
		padding: 0;
		margin-bottom: 1rem;
	}
	.form-box table th,
	.form-box table td{
		display: block;
		padding: 1rem 0;
	}
	.form-box table th{
		width: 100%;
		font-size: 0.9375rem;
		padding: 1.25rem 0 0 0;
	}
	.form-box table th span{
		font-size: 0.75rem;
		margin-left: 1rem;
	}
	.form-box table td{
		font-size: 0.875rem;
		padding: 0.625rem 0 1.125rem 0;
	}
	.form-box table td ul.flex{
		column-gap: 0.5rem;
	}
	.form-box table td ul.flex li{
		width: calc(50% - 0.25rem);
	}
	.form-box table td ul.flex li span.text{
		margin-bottom: 0.25rem;
	}
	.form-box table td .note{
		font-size: 0.8125rem;
		margin-top: 0.625rem;
	}
	.form-grid .privacy-text{
		font-size: 0.875rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.875rem;
	}
	textarea{
		height: 10.75rem;
	}
	input[type='checkbox']{
		width: 1.5rem;
		height: 1.5rem;
		top: 0.375rem;
		margin-right: 0.25rem;
	}
	.form-grid .acceptance-text{
		font-size: 0.875rem;
		margin-top: 1.5rem;
	}
	.form-grid .acceptance-text .wpcf7-list-item-label{
		margin-left: 0.25rem;
	}
	.form-captcha{
		margin-top: 2.5rem;
	}
	.submit_btn{
		margin-top: 1.5rem;
	}
	.submit_btn li{
		max-width: 18.75rem;
	}
	.submit_btn li::after{
		right: 1.5rem;
	}
	input[type="submit"] {
		font-size: 1rem;
		padding: 1rem 1.25rem 0.75rem 1.25rem;
	}
}
/*　　プライバシーポリシー　　*/
.contact-guide .privacy-box{
	border: 1px solid #D6D6D6;
	padding: 3rem 4rem;
	margin-top: 2.5rem;
}
.contact-guide .privacy-box h3{
	color: #1C1C1C;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1.5rem;
}
.contact-guide .privacy-box .box{
	height: 14rem;
	overflow-y: scroll;
}
.contact-guide .privacy-box .box p{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}
.contact-guide .privacy-box .box dl:not(:last-child){
	margin-bottom: 1.5rem;
}
.contact-guide .privacy-box .box dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.contact-guide .privacy-box .box dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	.contact-guide .privacy-box{
		padding: 1.5rem 1.25rem;
		margin-top: 1.5rem;
	}
	.contact-guide .privacy-box h3{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.contact-guide .privacy-box .box{
		height: 9.125rem;
	}
	.contact-guide .privacy-box .box p{
		font-size: 0.8125rem;
		margin-bottom: 1.125rem;
	}
	.contact-guide .privacy-box .box dl:not(:last-child){
		margin-bottom: 1.125rem;
	}
	.contact-guide .privacy-box .box dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.375rem;
	}
	.contact-guide .privacy-box .box dl dd{
		font-size: 0.8125rem;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contens-contact-guide{
	background: url(../img/contact_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3.5rem 0;
}
.contens-contact-guide .guide-ttl{
	margin-bottom: 1rem;
}
.contens-contact-guide .guide-ttl .roma::first-letter{
	color: #FFFFFF;
}
.contens-contact-guide h2{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -0.04em;
}
.contens-contact-guide .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
	margin-bottom: 2rem;
}
.contens-contact-guide .contact-grid{
	background: #ffffff;
	align-items: center;
	column-gap: 6rem;
	padding: 2rem;
}
.contens-contact-guide .contact-grid .contact-items{
	position: relative;
	width: calc(50% - 3rem);
	text-align: center;
}
.contens-contact-guide .contact-items:first-child::after{
	background: #C6C6C6;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: -3rem;
	top: 50%;
	transform: translateY(-50%);
}
.contens-contact-guide .contact-items h3{
	position: relative;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.06em;
	margin-bottom: 3rem;
}
.contens-contact-guide .contact-items h3::after{
	content: "";
	position: absolute;
	background: #CB0200;
	width: 4.75rem;
	height: 3px;
	right: 50%;
	bottom: -1.5rem;
	transform: translateX(50%);
}
.contens-contact-guide .contact-items .tel-btn li a{
	font-family: "Montserrat", sans-serif;
	color: #000000;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.25;
}
.contens-contact-guide .contact-items .tel-btn li a span{
	margin-right: 0.5rem;
}
.contens-contact-guide .contact-items .tel-btn li a span img{
	width: 1.625rem;
	vertical-align: baseline;
}
.contens-contact-guide .contact-items .hours{
	color: #7E7E7E;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 0.375rem;
}
.contens-contact-guide .contact-btn{
	margin-top: 3.5rem;
}
.contens-contact-guide .contact-btn li{
	display: inline-block;
	width: 100%;
	max-width: 18.75rem;
}
.contens-contact-guide .contact-items .contact-btn li a{
	position: relative;
	display: block;
	font-family: "Poppins", sans-serif;
	color: #000000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	border: 3px solid #000000;
	padding: 1rem 2rem;
}
.contens-contact-guide .contact-items .contact-btn li a::after{
	background: url(../img/icon/arrow_r.png) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
	height: 0.6875rem;
	right: 1.875rem;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.contens-contact-guide .contact-items .contact-btn li a:hover{
	opacity: 1;
	color: #CB0000;
	border: 3px solid #CB0000;
}
.contens-contact-guide .contact-items .contact-btn li a:hover::after{
	right: 1.25rem;
}
.contens-contact-guide .entry-list{
	column-gap: 4.5rem;
}
.contens-contact-guide .entry-list .entry-items{
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: calc(33.3333% - 3rem);
	background: #FFFFFF;
	max-width: 14.0625rem;
	height: 14.0625rem;
	border-radius: 100%;
}
.contens-contact-guide .entry-list .entry-items .icon{
	text-align: center;
	margin-bottom: 0.375rem;
}
.contens-contact-guide .entry-list .entry-items .icon img{
	width: 4.625rem;
}
.contens-contact-guide .entry-list .entry-items p{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.04em;
}
@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.25rem 0;
	}
	.contens-contact-guide .guide-ttl{
		margin-bottom: 0.5rem;
	}
	.contens-contact-guide h2{
		font-size: 1.4375rem;
		margin-top: 0.5rem;
	}
	.contens-contact-guide .text{
		font-size: 0.9375rem;
		line-height: 1.45;
		margin-bottom: 1.5rem;
	}
	.contens-contact-guide .contact-grid{
		column-gap: 0;
		row-gap: 3rem;
		padding: 1.75rem 2.5rem 2.25rem 2.5rem;
	}
	.contens-contact-guide .contact-grid .contact-items{
		width: 100%;
	}
	.contens-contact-guide .contact-items:first-child::after{
		width: 100%;
		height: 1px;
		right: 50%;
		top: auto;
		bottom: -1.5rem;
		transform: translate(50%,0%);
	}
	.contens-contact-guide .contact-items h3{
		font-size: 1.0625rem;
		margin-bottom: 2rem;
	}
	.contens-contact-guide .contact-items h3::after{
		width: 4rem;
		height: 3px;
		bottom: -0.75rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a{
		position: relative;
		display: block;
		font-size: 1.25rem;
		border: 2px solid #000000;
		padding: 0.875rem 2rem 0.75rem 2rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a::after{
		background: url(../img/icon/arrow_r.png) center center no-repeat;
		background-size: cover;
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 0.75rem;
		height: 0.6875rem;
		right: 1.5rem;
		transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
	}
	.contens-contact-guide .contact-items .tel-btn li a:hover::after{
		right: 1.25rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a span{
		margin-right: 0.25rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a span img{
		width: 1rem;
	}
	.contens-contact-guide .contact-items .hours{
		font-size: 0.8125rem;
		margin-top: 0.5rem;
	}
	.contens-contact-guide .contact-btn{
		margin-top: 0;
	}
	.contens-contact-guide .contact-btn li{
		display: inline-block;
		width: 100%;
		max-width: 18.75rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a{
		font-size: 0.9375rem;
		border: 2px solid #000000;
		padding: 1.125rem 2rem 0.875rem 2rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a::after{
		right: 1.5rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a:hover::after{
		right: 1.25rem;
	}
	.contens-contact-guide .entry-list{
		column-gap: 0;
		row-gap: 0.625rem;
	}
	.contens-contact-guide .entry-list .entry-items{
		flex-direction: unset;
		width: 100%;
		max-width: 100%;
		height: auto;
		border-radius: 0;
		padding: 0.625rem 1rem;
	}
	.contens-contact-guide .entry-list .entry-items .icon{
		margin-bottom: 0;
	}
	.contens-contact-guide .entry-list .entry-items .icon img{
		width: 3rem;
	}
	.contens-contact-guide .entry-list .entry-items p{
		font-size: 1.125rem;
		margin-left: 1rem;
	}
}
/*　　ボタンナビ　　*/
.contens-nav-guide{
	padding: 3.5rem 0;
}
.contens-nav-guide .contact-btn{
	column-gap: 2.5rem;
}
.contens-nav-guide .contact-btn li{
	width: calc(50% - 1.25rem);
	max-width: 30rem;
}
.contens-nav-guide .contact-btn li a{
	display: flex;
	align-items: center;
}
.contens-nav-guide .contact-btn li.line a{
	padding: 1.3125rem 3rem 1.3125rem 0;
}
.contens-nav-guide .contact-btn li a .icon{
	width: 9.25rem;
}
.contens-nav-guide .contact-btn li.line a .icon{
	width: 4.1875rem;
}
.contens-nav-guide .contact-btn li a p{
	position: relative;
	width: calc(100% - 9.25rem);
	color: #FFFFFF;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.04em;
	padding: 0 2.5rem 0 4.5rem;
}
.contens-nav-guide .contact-btn li.line a p{
	width: calc(100% - 4.1875rem);
}
.contens-nav-guide .contact-btn li a p::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
	height: 0.6875rem;
	right: 3.5rem;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.contens-nav-guide .contact-btn li a:hover p::after{
	right: 3rem;
}
.contens-nav-guide .contact-btn li.black a,
.contens-nav-guide .contact-btn li.line a{
	background: #000000;
}
.contens-nav-guide .contact-btn li.red a{
	background: url(../img/red_bg.jpg) no-repeat center;
	background-size: cover;
}
.contens-nav-guide .contact-btn li.black a p::after,
.contens-nav-guide .contact-btn li.line a p::after{
	background: url(../img/icon/arrow_r.png) center center no-repeat;
	background-size: cover;
}
.contens-nav-guide .contact-btn li.red a p::after{
	background: url(../img/icon/arrow_w.png) center center no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.contens-nav-guide{
		padding: 2rem 0;
	}
	.contens-nav-guide .contact-btn{
		column-gap: 0;
		row-gap: 0.625rem;
	}
	.contens-nav-guide .contact-btn li{
		width: 100%;
	}
	.contens-nav-guide .contact-btn li.line a{
		padding: 1.25rem 1.5rem 1.25rem 0;
	}
	.contens-nav-guide .contact-btn li a .icon{
		width: 7.25rem;
	}
	.contens-nav-guide .contact-btn li.line a .icon{
		width: 3rem;
	}
	.contens-nav-guide .contact-btn li a p{
		width: calc(100% - 7.25rem);
		font-size: 1rem;
		padding: 0 2rem;
	}
	.contens-nav-guide .contact-btn li.line a p{
		width: calc(100% - 3rem);
	}
	.contens-nav-guide .contact-btn li a p::after{
		right: 4rem;
	}
	.contens-nav-guide .contact-btn li a:hover p::after{
		right: 3.5rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide{
	padding: 4.5rem 0 11.8125rem 0;
}
.error-guide .entry p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.68;
	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{
		padding: 2.5rem 0 8rem 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;
	}
}
