@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　見出し　　*/
.guide-ttl{
	position: relative;
}
.guide-ttl.border{
	margin-bottom: 4rem;
}
.guide-ttl.border::before{
	position: absolute;
	background: linear-gradient(90deg, #FF6C02 0%, #FF6C02 50%, #FFA701 50%, #FFA701 100%);
	content: '';
	width: 13rem;
	height: 0.3125rem;
	bottom: -1.5rem;
	left: 0;
}
.guide-ttl.border.center::before{
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl.bubble{
	position: relative;
	background: #000000;
	color: #FFFFFF;
	padding: 0.5rem;
}
.guide-ttl.bubble::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 1.4375rem 0.875rem 0 0.875rem;
	border-color: #000000 transparent transparent;
	translate: -50% 100%;
}
.guide-ttl h2{
	font-size: 2.75rem;
	font-weight: 900;
	line-height: 1.25;
}
.guide-ttl h2 span.yellow{
	color: #FFDA10;
}
.guide-ttl h2 span.orange{
	color: #FFA700;
}
.guide-ttl h2 span.border_o{
	display: inline-block;
	line-height: 1.25;
	background:linear-gradient(transparent 65%, #FFA700 65%);
}
.guide-ttl h2 span.dots{
	display: inline-block;
	background-image: radial-gradient(circle at center, #ffffff 20%, transparent 20%);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 2.35rem 0.5rem;
	padding-top: .875rem;
}
@media only screen and (max-width: 767px) {
	.guide-ttl.border{
		margin-bottom: 2.5rem;
	}
	.guide-ttl.border::before{
		width: 6rem;
		height: 0.25rem;
		bottom: -1.125rem;
	}
	.guide-ttl.bubble::after{
		border-width: 1rem 0.75rem 0 0.75rem;
	}
	.guide-ttl h2{
		font-size: 1.375rem;
		line-height: 1.45;
	}
	.guide-ttl h2 span.dots{
		background-size: 1.375rem 0.375rem;
		padding-top: .5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl.border{
		margin-bottom: 3rem;
	}
	.guide-ttl.border::before{
		width: 10rem;
		height: 0.25rem;
		bottom: -1.25rem;
	}
	.guide-ttl.bubble::after{
		border-width: 1.125rem 0.875rem 0 0.875rem;
	}
	.guide-ttl h2{
		font-size: 2.125rem;
	}
	.guide-ttl h2 span.dots{
		background-size: 2.35rem 0.5rem;
		padding-top: .75rem;
	}
}
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	position: relative;
	background: url(../img/top/mv_bg.png) center bottom;
	background-size: cover;
	padding-top: 7.5625rem;
	padding-bottom: 3rem;
}
.fv-view .fv-slider{
	border-top: 0.5625rem solid #000000;
	border-bottom: 0.5625rem solid #000000;
}
.fv-view .fv-slider .slick-img{
	height: 15.125rem!important;
}
.fv-view .fv-slider .slick-img img{
	width: auto;
	height: 100%;
	object-fit: cover;
}
.fv-view .view-scroll{
	position: absolute;
	width: 3.5rem;
	bottom: 14.5rem;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
	.mv-view{
		background: url(../img/top/sp_mv_bg.png) center bottom;
		background-size: cover;
		padding-bottom: 10rem;
		padding-top: 0.5rem;
	}
	.mv-view .view-box{
		width: calc(100% - 2.5rem);
	}
	.fv-view .fv-slider{
		border-top: 0.5625rem solid #000000;
		border-bottom: 0.5625rem solid #000000;
	}
	.fv-view .fv-slider .slick-img{
		height: 7.6875rem!important;
	}
	.fv-view .view-scroll{
		width: 2.5rem;
		bottom: 7.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view{
		padding-top: 1.5625rem;
		padding-bottom: 2rem;
	}
	.fv-view .fv-slider{
		border-top: 0.375rem solid #000000;
		border-bottom: 0.375rem solid #000000;
	}
	.fv-view .fv-slider .slick-img{
		height: 12.125rem!important;
	}
	.fv-view .view-scroll{
		width: 3rem;
		bottom: 11.5rem;
	}
}
/*　　無料相談ナビ　　*/
.consultation-nav-guide{
	position: relative;
	background: url(../img/top/consultation_bg.png) center bottom;
	background-size: cover;
	padding: 1.5rem 0 0.5rem 0;
	margin-bottom: 2.9375rem;
}
.consultation-nav-guide::after{
	position: absolute;
	background: url(../img/top/line_b.png) center;
	background-size: cover;
	bottom: -2.9375rem;
	left: 0;
	content: "";
	width: 100%;
	height: 2.9375rem;
}
.consultation-nav-guide .imageArea{
	width: 54%;
	margin-right: -4%;
}
.consultation-nav-guide .contentArea{
	width: 50%;
	padding: 4rem 0;
}
.consultation-nav-guide .contentArea .guide-ttl{
	margin-bottom: 1.125rem;
}
.consultation-nav-guide .contentArea .guide-ttl h2{
	line-height: 1.45;
}
.consultation-nav-guide .contentArea .guide-ttl h2 small{
	font-size: 1.5rem;
	margin: 0 0.625rem;
}
.consultation-nav-guide .contentArea .guide-ttl h2 .border_o{
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
.consultation-nav-guide .contentArea p{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.consultation-nav-guide .contentArea .block_btn{
	margin-top: 3.25rem;
}
@media only screen and (max-width: 767px) {
	.consultation-nav-guide{
		background: url(../img/top/sp_consultation_bg.png) center bottom;
		background-size: cover;
		padding: 2.5rem 0 3.375rem 0;
		margin-bottom: 1.5rem;
	}
	.consultation-nav-guide::after{
		height: 1.5rem;
		bottom: -1.5rem;
	}
	.consultation-nav-guide .imageArea{
		width: 100%;
		margin-right: 0;
	}
	.consultation-nav-guide .contentArea{
		width: 100%;
		padding: 0;
		margin-bottom: 1.25rem;
	}
	.consultation-nav-guide .contentArea .guide-ttl{
		margin-bottom: 0.75rem;
	}
	.consultation-nav-guide .contentArea .guide-ttl h2{
		line-height: 1.45;
	}
	.consultation-nav-guide .contentArea .guide-ttl h2 small{
		font-size: 1.0625rem;
		margin: 0 0.375rem;
	}
	.consultation-nav-guide .contentArea .guide-ttl h2 .border_o{
		text-shadow: 0.125rem 0.09375rem 0px rgba(255, 255, 255, 1);
	}
	.consultation-nav-guide .contentArea p{
		font-size: 1.0625rem;
		line-height: 1.5;
	}
	.consultation-nav-guide .contentArea .block_btn{
		text-align: center;
		margin-top: 1.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.consultation-nav-guide{
		padding: 1.5rem 0 2.5rem 0;
		margin-bottom: 2rem;
	}
	.consultation-nav-guide::after{
		height: 2rem;
		bottom: -2rem;
	}
	.consultation-nav-guide .imageArea{
		width: 53%;
		margin-right: -3%;
	}
	.consultation-nav-guide .contentArea{
		padding: 2rem 0;
	}
	.consultation-nav-guide .contentArea .guide-ttl{
		margin-bottom: 1rem;
	}
	.consultation-nav-guide .contentArea .guide-ttl h2{
		line-height: 1.45;
	}
	.consultation-nav-guide .contentArea .guide-ttl h2 small{
		font-size: 1.5rem;
		margin: 0 0.625rem;
	}
	.consultation-nav-guide .contentArea .guide-ttl h2 .border_o{
		text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
	}
	.consultation-nav-guide .contentArea p{
		font-size: 1.125rem;
	}
	.consultation-nav-guide .contentArea .block_btn{
		margin-top: 2.5rem;
	}
}
/*　　選ばれる理由ナビ　　*/
.reason-nav-guide{
	background: url(../img/top/bg_y.jpg);
}
.reason-nav-guide .imageArea{
	width: 46%;
}
.reason-nav-guide .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reason-nav-guide .contentArea{
	width: 54%;
	max-width: 40rem;
	padding: 5rem 3rem 5rem 5rem;
}
.reason-nav-guide .contentArea .guide-ttl{
	margin-bottom: 1.5rem;
}
.reason-nav-guide .contentArea .guide-ttl h2{
	line-height: 1.85;
}
.reason-nav-guide .contentArea .guide-ttl h2 .border_o{
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
.reason-nav-guide .contentArea p{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.reason-nav-guide .contentArea .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.reason-nav-guide{
		background: url(../img/top/sp_bg_y.jpg);
	}
	.reason-nav-guide .imageArea{
		width: 100%;
	}
	.reason-nav-guide .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 2.25rem 1.5rem 2.75rem 1.5rem;
	}
	.reason-nav-guide .contentArea .guide-ttl{
		margin-bottom: 0.875rem;
	}
	.reason-nav-guide .contentArea .guide-ttl h2{
		line-height: 1.85;
	}
	.reason-nav-guide .contentArea .guide-ttl h2 .border_o{
		text-shadow: 0.125rem 0.09375rem 0px rgba(255, 255, 255, 1);
	}
	.reason-nav-guide .contentArea p{
		font-size: 1.0625rem;
		line-height: 1.5;
	}
	.reason-nav-guide .contentArea .block_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.reason-nav-guide .contentArea{
		padding: 4rem 2rem 3rem 3rem;
	}
	.reason-nav-guide .contentArea .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.reason-nav-guide .contentArea .guide-ttl h2{
		line-height: 1.85;
	}
	.reason-nav-guide .contentArea p{
		font-size: 1.125rem;
	}
	.reason-nav-guide .contentArea .block_btn{
		margin-top: 2rem;
	}
}
/*　　売れる仕組み　　*/
.howto-guide{
	padding-bottom: 5.5rem;
}
.howto-guide .guide-ttl{
	margin-bottom: 5rem;
}
.howto-guide .howto-list{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}
.howto-list .howto-items{
	position: relative;
	width: calc(50% - 1.25rem);
}
.howto-list .howto-items .howto-ttl{
	background: #FFA700;
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 1rem 1rem 0 0;
	padding: 0.625rem;
}
.howto-list .howto-items .howto-ttl h3 span{
	background: #FFFFFF;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.06em;
	padding: 0 2.5rem 0 0.875rem;
}
.howto-list .howto-items .howto-ttl .no{
	position: relative;
	margin: -1.25rem 0 -1.25rem -1.875rem;
}
.howto-list .howto-items .howto-ttl .no span{
	background: #FFFFFF;
	display: inline-block;
	width: 4.6875rem;
	height: 4.6875rem;
	font-size: 2.75rem;
	font-weight: 900;
	line-height: 3.875rem;
	text-align: center;
	border-radius: 100%;
	border: 0.3125rem solid #FFA701;
}
.howto-list .howto-items .imageArea img{
	width: 100%;
}
.howto-list .howto-items .contentArea{
	background: #F7F7F7;
	padding: 1rem 0.5rem 1.5rem 0.5rem;
}
.howto-list .howto-items .contentArea p{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.06em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.howto-guide{
		padding-bottom: 2.75rem;
	}
	.howto-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.howto-guide .howto-list{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.howto-list .howto-items{
		width: 100%;
	}
	.howto-list .howto-items .howto-ttl{
		border-radius: 0.5rem 0.5rem 0 0;
		padding: 0.25rem;
	}
	.howto-list .howto-items .howto-ttl h3 span{
		font-size: 1rem;
		padding: 0 1.5rem 0 0.5rem;
	}
	.howto-list .howto-items .howto-ttl .no{
		margin: -1.5rem 0 -1.5rem -1.25rem;
	}
	.howto-list .howto-items .howto-ttl .no span{
		width: 3.125rem;
		height: 3.125rem;
		font-size: 1.8125rem;
		line-height: 2.85rem;
		border: 0.1875rem solid #FFA701;
	}
	.howto-list .howto-items .contentArea{
		padding: 0.75rem;
	}
	.howto-list .howto-items .contentArea p{
		font-size: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.howto-guide{
		padding-bottom: 3.5rem;
	}
	.howto-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.howto-guide .howto-list{
		column-gap: 1.5rem;
		row-gap: 2rem;
	}
	.howto-list .howto-items{
		width: calc(50% - 0.75rem);
	}
	.howto-list .howto-items .howto-ttl{
		border-radius: 1rem 1rem 0 0;
		padding: 0.625rem;
	}
	.howto-list .howto-items .howto-ttl h3 span{
		font-size: 1.25rem;
	}
	.howto-list .howto-items .howto-ttl .no span{
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
		line-height: 3.4rem;
	}
	.howto-list .howto-items .contentArea p{
		font-size: 1.125rem;
	}
}
/*　　車両　　*/
.vehicles-guide{
	background: url(../img/top/bg_y.jpg);
	border-top: 0.5625rem solid #000000;
	border-bottom: 0.5625rem solid #000000;
	padding: 5rem 0 7.3125rem 0;
}
.vehicles-guide .guide-ttl{
	background: #FFFFFF;
	max-width: 1000px;
	border: 0.3125rem solid #000000;
    margin: 0 auto;
	margin-bottom: 2.5rem;
	padding: 1.625rem;
	box-shadow: 5px 5px 0 rgb(0, 0, 0, 0.16);
}
.vehicles-guide .guide-ttl h2{
	position: relative;
	display: inline-block;
	padding: 0 4.5rem;
}
.vehicles-guide .guide-ttl h2::before,
.vehicles-guide .guide-ttl h2::after{
	content: '';
	position: absolute;
	width: 3rem;
	height: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.vehicles-guide .guide-ttl h2::before{
	background: url(../img/icon/square-l.png) no-repeat center;
	background-size: cover;
	left: 0;
}
.vehicles-guide .guide-ttl h2::after{
	background: url(../img/icon/square-r.png) no-repeat center;
	background-size: cover;
	right: 0;
}
.vehicles-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 4.5rem;
}
.vehicles-list .vehicles-items:not(:last-child){
	margin-bottom: 2.5rem;
}
.vehicles-list .vehicles-items h3{
	background: #000000;
	color: #FFFFFF;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
	padding: 0.625rem 1.5rem;
}
.vehicles-list .vehicles-items .imageArea{
	position: relative;
	background: #FFFFFF;
	padding: 1.5rem;
}
.vehicles-list .vehicles-items .imageArea img{
	width: 100%;
}
.vehicles-list .vehicles-items .block_btn{
	position: absolute;
	width: 19.25rem;
	right: 1.5rem;
	bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.vehicles-guide{
		background: url(../img/top/sp_bg_y.jpg);
		border-top: 0.28125rem solid #000000;
		border-bottom: 0.28125rem solid #000000;
		padding: 2.25rem 0 3.25rem 0;
	}
	.vehicles-guide .guide-ttl{
		border: 0.1875rem solid #000000;
		margin-bottom: 1.5rem;
		padding: 0.75rem;
		box-shadow: 0.15625rem 0.15625rem 0 rgb(0, 0, 0, 0.16);
	}
	.vehicles-guide .guide-ttl h2{
		padding: 0 2.5rem;
	}
	.vehicles-guide .guide-ttl h2::before,
	.vehicles-guide .guide-ttl h2::after{
		width: 1.5rem;
		height: 0.5rem;
	}
	.vehicles-guide .p-text{
		font-size: 1.0625rem;
		text-align: left;
		margin-bottom: 1.25rem;
	}
	.vehicles-list .vehicles-items:not(:last-child){
		margin-bottom: 1.25rem;
	}
	.vehicles-list .vehicles-items h3{
		font-size: 1.3125rem;
		padding: 0.5rem 0.75rem;
	}
	.vehicles-list .vehicles-items .imageArea{
		padding: 0.75rem 0.75rem 1rem 0.75rem;
	}
	.vehicles-list .vehicles-items .block_btn{
		position: relative;
		width: 19.25rem;
		right: auto;
		bottom: auto;
		text-align: center;
		margin-top: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.vehicles-guide{
		border-top: 0.375rem solid #000000;
		border-bottom: 0.375rem solid #000000;
		padding: 3rem 0 4.5rem 0;
	}
	.vehicles-guide .guide-ttl{
		border: 0.25rem solid #000000;
		margin-bottom: 2rem;
		padding: 1.25rem;
	}
	.vehicles-guide .guide-ttl h2{
		padding: 0 4rem;
	}
	.vehicles-guide .guide-ttl h2::before,
	.vehicles-guide .guide-ttl h2::after{
		width: 2.5rem;
		height: 0.875rem;
	}
	.vehicles-guide .p-text{
		font-size: 1.125rem;
		margin-bottom: 3rem;
	}
	.vehicles-list .vehicles-items:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.vehicles-list .vehicles-items h3{
		font-size: 1.5rem;
		padding: 0.625rem 1.25rem;
	}
	.vehicles-list .vehicles-items .imageArea{
		padding: 1.25rem;
	}
	.vehicles-list .vehicles-items .block_btn{
		right: 1.25rem;
		bottom: 1.25rem;
	}
}
/*　　見積もり依頼　　*/
.estimate-nav-guide{
	padding: 6rem 0;
}
.estimate-nav-guide .contentArea{
	width: 55%;
	padding-right: 3rem;
}
.estimate-nav-guide .guide-ttl{
	margin-bottom: 2rem;
}
.estimate-nav-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.estimate-nav-guide .block_btn{
	margin-top: 3rem;
}
.estimate-nav-guide .imageArea{
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.estimate-nav-guide{
		padding: 2.5rem 0;
	}
	.estimate-nav-guide .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.estimate-nav-guide .guide-ttl{
		margin-bottom: 0.75rem;
	}
	.estimate-nav-guide .p-text{
		font-size: 1.0625rem;
	}
	.estimate-nav-guide .block_btn{
		text-align: center;
		margin-top: 1.25rem;
	}
	.estimate-nav-guide .imageArea{
		width: 100%;
		margin-bottom: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.estimate-nav-guide{
		padding: 3rem 0;
	}
	.estimate-nav-guide .contentArea{
		padding-right: 1.5rem;
	}
	.estimate-nav-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.estimate-nav-guide .p-text{
		font-size: 1.125rem;
	}
	.estimate-nav-guide .block_btn{
		margin-top: 2rem;
	}
}
/*　　補助金とローン　　*/
.system-guide{
	background: url(../img/top/bg_y.jpg);
	padding-bottom: 5rem;
}
.system-guide .guide-ttl{
	margin-bottom: 3.375rem;
}
.system-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 3.5rem;
}
.system-guide .system-list{
	column-gap: 1.5rem;
}
.system-list .system-items{
	position: relative;
	background: #FFFFFF;
	width: calc(33.3333% - 1.25rem);
}
.system-list .system-items h3{
	text-align: center;
	padding: 1.5rem 1rem 1rem 1rem;
}
.system-list .system-items h3 span{
	position: relative;
	display: inline-block;
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 1.25;
}
.system-list .system-items h3 span::before,
.system-list .system-items h3 span::after{
	content: '●';
	position: absolute;
	color: #FF6C00;
	font-size: 1.125rem;
	top: 0.5rem;
	margin: auto;
}
.system-list .system-items h3 span::before{
	left: -1.875rem;
}
.system-list .system-items h3 span::after{
	right: -1.875rem;
}
.system-list .system-items .contentArea{
	padding: 1.5rem;
}
.system-list .system-items .contentArea p{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.system-guide .bg-text{
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
	margin-top: 3.125rem;
}
.system-guide .block_btn{
	margin-top: 1.875rem;
}
.system-guide .block_btn li{
	max-width: 30.625rem;
}
@media only screen and (max-width: 767px) {
	.system-guide{
		padding-bottom: 2.75rem;
	}
	.system-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.system-guide .p-text{
		font-size: 1.0625rem;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	.system-guide .system-list{
		column-gap: 0;
		row-gap: 0.75rem;
	}
	.system-list .system-items{
		width: 100%;
	}
	.system-list .system-items h3{
		padding: 0.75rem;
	}
	.system-list .system-items h3 span{
		font-size: 1.25rem;
	}
	.system-list .system-items h3 span::before,
	.system-list .system-items h3 span::after{
		font-size: 0.625rem;
		top: 0.5rem;
	}
	.system-list .system-items h3 span::before{
		left: -1.5rem;
	}
	.system-list .system-items h3 span::after{
		right: -1.5rem;
	}
	.system-list .system-items .contentArea{
		padding: 0.75rem 0.75rem 1rem 0.75rem;
	}
	.system-list .system-items .contentArea p{
		font-size: 1.0625rem;
	}
	.system-guide .bg-text{
		font-size: 1.25rem;
		margin-top: 1.25rem;
	}
	.system-guide .block_btn{
		margin-top: 1.5rem;
	}
	.system-guide .block_btn li{
		max-width: 21.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.system-guide{
		padding-bottom: 3.5rem;
	}
	.system-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.system-guide .p-text{
		font-size: 1.125rem;
		margin-bottom: 2.5rem;
	}
	.system-guide .system-list{
		column-gap: 1rem;
	}
	.system-list .system-items{
		width: calc(33.3333% - 0.7rem);
	}
	.system-list .system-items h3{
		padding: 1.5rem 1rem 1rem 1rem;
	}
	.system-list .system-items h3 span{
		font-size: 1.25rem;
	}
	.system-list .system-items h3 span::before,
	.system-list .system-items h3 span::after{
		font-size: 0.875rem;
		top: 0.35rem;
	}
	.system-list .system-items h3 span::before{
		left: -1.375rem;
	}
	.system-list .system-items h3 span::after{
		right: -1.375rem;
	}
	.system-list .system-items .contentArea{
		padding: 1.5rem;
	}
	.system-list .system-items .contentArea p{
		font-size: 1.125rem;
	}
	.system-guide .bg-text{
		font-size: 1.5rem;
		margin-top: 2.5rem;
	}
	.system-guide .block_btn{
		margin-top: 1.5rem;
	}
	.system-guide .block_btn li{
		max-width: 26.625rem;
	}
}
/*　　6ステップ　　*/
.step-guide{
	background: url(../img/top/bg_y.jpg);
	padding-bottom: 4.5rem;
}
.step-guide .guide-ttl{
	margin-bottom: 4.375rem;
}
.step-guide .step-list{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.step-list .step-items{
	position: relative;
	background: #FFFFFF;
	width: calc(33.3333% - 1.25rem);
	height: 16.8125rem;
}
.step-list .step-items:not(:last-child):after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.75rem solid transparent;
	border-bottom: 0.75rem solid transparent;
	border-left: 1rem solid #000000;
	border-right: 0;
	position: absolute;
	top: 0;
	right: -1rem;
	bottom: 0;
	margin: auto;
}
.step-list .step-items .no{
	background: #000000;
	width: 3.375rem;
	height: 3.375rem;
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.375rem;
	text-align: center;
}
.step-list .step-items .icon{
	margin-bottom: 2.25rem;
}
.step-list .step-items:nth-child(2) .icon{
	margin-bottom: 0.5rem;
}
.step-list .step-items:nth-child(6) .icon{
	margin-bottom: 1rem;
}
.step-list .step-items .icon img{
	width: 7rem;
}
.step-list .step-items .p-text{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.125;
	letter-spacing: 0.06em;
}
.step-list .step-items .p-text small{
	font-size: 1rem;
	font-weight: 400;
}
.step-list .step-items .note{
	color: #FF6C00;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.step-guide{
		padding-bottom: 2.75rem;
	}
	.step-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.step-guide .step-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.step-list .step-items{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 1.75rem 1rem 1.75rem 2.25rem;
	}
	.step-list .step-items:nth-child(2){
		padding: 0.9375rem 1rem 0.9375rem 2.25rem;
	}
	.step-list .step-items:not(:last-child):after{
		border-right: 0.375rem solid transparent;
		border-left: 0.375rem solid transparent;
		border-top: 0.625rem solid #000000;
		border-bottom: 0;
		top: auto;
		bottom: -0.625rem;
		right: calc(50% - 0.375rem);
	}
	.step-list .step-items .no{
		position: absolute;
		top: 0;
		left: 0;
		width: 1.75rem;
		height: 1.75rem;
		font-size: 1rem;
		line-height: 1.875rem;
	}
	.step-list .step-items .icon{
		width: 3.5rem;
		margin-bottom: 0;
	}
	.step-list .step-items:nth-child(2) .icon{
		margin-bottom: 0;
	}
	.step-list .step-items:nth-child(6) .icon{
		margin-bottom: 0;
	}
	.step-list .step-items .icon img{
		width: 3.5rem;
	}
	.step-list .step-items .contentArea{
		width: calc(100% - 3.5rem);
		padding-left: 1.25rem;
	}
	.step-list .step-items .p-text{
		font-size: 1.125rem;
		text-align: left;
	}
	.step-list .step-items .p-text small{
		font-size: 0.9375rem;
	}
	.step-list .step-items .note{
		font-size: 0.8125rem;
		text-align: left;
		margin-top: 0.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.step-guide{
		padding-bottom: 3.5rem;
	}
	.step-guide .guide-ttl{
		margin-bottom: 3.375rem;
	}
	.step-guide .step-list{
		column-gap: 1.25rem;
		row-gap: 1.25rem;
	}
	.step-list .step-items{
		width: calc(33.3333% - 0.875rem);
		height: 14.8125rem;
	}
	.step-list .step-items:not(:last-child):after{
		border-top: 0.5rem solid transparent;
		border-bottom: 0.5rem solid transparent;
		border-left: 0.75rem solid #000000;
		right: -0.75rem;
	}
	.step-list .step-items .no{
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
		line-height: 3rem;
	}
	.step-list .step-items .icon{
		margin-bottom: 1.5rem;
	}
	.step-list .step-items:nth-child(2) .icon{
		margin-bottom: 0.5rem;
	}
	.step-list .step-items:nth-child(6) .icon{
		margin-bottom: 1rem;
	}
	.step-list .step-items .icon img{
		width: 5rem;
	}
	.step-list .step-items .p-text{
		font-size: 1.125rem;
	}
	.step-list .step-items .p-text small{
		font-size: 0.875rem;
	}
	.step-list .step-items .note{
		font-size: 1rem;
	}
}
/*　　確かな結果　　*/
.front-column-guide{
	padding-bottom: 5.5rem;
}
.front-column-guide .guide-ttl{
	margin-bottom: 2.875rem;
}
.front-column-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 3rem;
}
.front-column-guide .proof-list{
	column-gap: 3rem;
}
.front-column-guide .proof-list li{
	width: calc(33.3333% - 2rem);
	max-width: 14.875rem;
}
@media only screen and (max-width: 767px) {
	.front-column-guide{
		padding-bottom: 2.75rem;
	}
	.front-column-guide .guide-ttl{
		margin-bottom: 2.25rem;
	}
	.front-column-guide .p-text{
		font-size: 1.0625rem;
		margin-bottom: 1.25rem;
	}
	.front-column-guide .proof-list{
		max-width: 19.375rem;
		column-gap: 0.75rem;
		margin: 0px auto;
	}
	.front-column-guide .proof-list li{
		width: calc(50% - 0.375rem);
		max-width: initial;
		text-align: center;
	}
	.front-column-guide .proof-list li:first-child{
		width: 100%;
	}
	.front-column-guide .proof-list li img{
		max-width: 9.6875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-column-guide{
		padding-bottom: 4.5rem;
	}
	.front-column-guide .p-text{
		font-size: 1.125rem;
		margin-bottom: 2rem;
	}
	.front-column-guide .proof-list{
		column-gap: 1.5rem;
	}
	.front-column-guide .proof-list li{
		width: calc(33.3333% - 1rem);
		max-width: 10.875rem;
	}
}
/*　　コラム　　*/
.column-container .column-grid{
	margin-top: 4rem;
}
.column-container .column-grid h3{
	position: relative;
	background: #FFFFFF;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 1.5rem 1.5rem 1.5rem 3rem;
	border-top: 0.3125rem solid #000000;
	border-bottom: 0.3125rem solid #000000;
	border-right: 0.3125rem solid #000000;
	box-shadow: 5px 5px 0 rgb(0, 0, 0, 0.16);
	margin-bottom: 2rem;
}
.column-container .column-grid h3::before{
	content: "";
	position: absolute;
	width: 1.5rem;
	height: calc(100% + 0.625rem);
	top: -0.3125rem;
	left: 0;
}
.column-container .column-grid.column h3::before{
	background: #FFA700;
}
.column-container .column-grid.case h3::before{
	background: #FF6C00;
}
.column-container .column-grid .column-list{
	column-gap: 2.5rem;
}
.column-grid .column-list .column-items{
	width: calc(50% - 1.25rem);
}
.column-grid .column-list .column-items a{
	position: relative;
	display: flex;
	height: 100%;
	border: 2px solid #C6C6C6;
	padding: 1rem;
}
.column-grid .column-list .column-items a::before{
	content: "";
	position: absolute;
	bottom: -2px;
	right: -2px;
	border-top: 1.5rem solid transparent;
	border-right: 1.5rem solid #000000;
	z-index: 100;
}
.column-grid .column-list .column-items .imageArea{
	width: 36%;
}
.column-grid .column-list .column-items .imageArea img{
	width: 100%;
}
.column-grid .column-list .column-items .contentArea{
	width: 64%;
	padding-left: 1.5rem;
}
.column-grid .column-list .column-items h4{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
	margin-bottom: 0.5rem;
}
.column-grid .column-list .column-items p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
.column-grid .block_btn{
	margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
	.column-container .column-grid{
		margin-top: 2.5rem;
	}
	.column-container .column-grid h3{
		font-size: 1.125rem;
		padding: 0.5rem 0.5rem 0.5rem 1.5rem;
		border-top: 0.15625rem solid #000000;
		border-bottom: 0.15625rem solid #000000;
		border-right: 0.15625rem solid #000000;
		box-shadow: 0.15625rem 0.15625rem 0 rgb(0, 0, 0, 0.16);
		margin-bottom: 1.25rem;
	}
	.column-container .column-grid h3::before{
		width: 0.75rem;
		height: calc(100% + 0.3125rem);
		top: -0.15625rem;
	}
	.column-container .column-grid .column-list{
		column-gap: 0;
		row-gap: 0.5rem;
	}
	.column-grid .column-list .column-items{
		width: 100%;
	}
	.column-grid .column-list .column-items a{
		border: 1px solid #C6C6C6;
		padding: 0.5rem;
	}
	.column-grid .column-list .column-items a::before{
		bottom: -1px;
		right: -1px;
		border-top: 0.875rem solid transparent;
		border-right: 0.875rem solid #000000;
	}
	.column-grid .column-list .column-items .imageArea{
		width: 36%;
	}
	.column-grid .column-list .column-items .contentArea{
		width: 64%;
		padding-left: 0.5rem;
	}
	.column-grid .column-list .column-items h4{
		font-size: 1rem;
		margin-bottom: 0.25rem;
	}
	.column-grid .column-list .column-items p{
		font-size: 0.9375rem;
	}
	.column-grid .block_btn{
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.column-container .column-grid{
		margin-top: 3rem;
	}
	.column-container .column-grid h3{
		font-size: 1.375rem;
		padding: 1.125rem 1.125rem 1.125rem 2rem;
		border-top: 0.25rem solid #000000;
		border-bottom: 0.25rem solid #000000;
		border-right: 0.25rem solid #000000;
	}
	.column-container .column-grid h3::before{
		width: 1rem;
		height: calc(100% + 0.5rem);
		top: -0.25rem;
	}
	.column-container .column-grid .column-list{
		column-gap: 2.5rem;
	}
	.column-grid .column-list .column-items{
		width: calc(50% - 1.25rem);
	}
	.column-grid .column-list .column-items a{
		padding: 0.75rem;
	}
	.column-grid .column-list .column-items a::before{
		bottom: -2px;
		right: -2px;
		border-top: 1rem solid transparent;
		border-right: 1rem solid #000000;
	}
	.column-grid .column-list .column-items .imageArea{
		width: 36%;
	}
	.column-grid .column-list .column-items .contentArea{
		width: 64%;
		padding-left: 1rem;
	}
	.column-grid .column-list .column-items h4{
		font-size: 1.125rem;
	}
	.column-grid .column-list .column-items p{
		font-size: 1rem;
	}
	.column-grid .block_btn{
		margin-top: 2rem;
	}
}
/*　　サポート　　*/
.support-guide{
	background: url(../img/top/bg_y.jpg);
	border-top: 0.5625rem solid #000000;
	border-bottom: 0.5625rem solid #000000;
	padding: 5rem 0 6rem 0;
}
.support-guide .guide-ttl{
	margin-bottom: 1rem;
}
.support-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 2rem;
}
.support-guide .support-list{
	column-gap: 1.5rem;
}
.support-list .support-items{
	background: #FFFFFF;
	width: calc(33.3333% - 1.125rem);
	border-radius: 1rem;
	box-shadow: 10px 10px 0 rgb(0, 0, 0, 0.16);
	padding: 0 1rem 1.5rem 1rem;
}
.support-list .support-items h3{
	text-align: center;
	margin-bottom: 1rem;
}
.support-list .support-items h3 span{
	background: #FF6C00;
	display: inline-block;
	width: 15.75rem;
	color: #FFFFFF;
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
	border-radius: 0 0 1rem 1rem;
	padding: 0.5rem;
}
.support-list .support-items:first-child h3 span{
	background: #000000;
}
.support-list .support-items .imageArea{
	margin-bottom: 1rem;
}
.support-list .support-items h4{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
	text-align: center;
}
.support-list .support-items .p-text{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.06em;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.support-guide{
		background: url(../img/top/sp_bg_y.jpg);
		border-top: 0.28125rem solid #000000;
		border-bottom: 0.28125rem solid #000000;
		padding: 2.5rem 0 2.75rem 0;
	}
	.support-guide .guide-ttl{
		margin-bottom: 0.75rem;
	}
	.support-guide .p-text{
		font-size: 1.0625rem;
		margin-bottom: 1rem;
	}
	.support-guide .support-list{
		column-gap: 0;
		row-gap: 0.75rem;
	}
	.support-list .support-items{
		width: 100%;
		box-shadow: 0.3125rem 0.3125rem 0 rgb(0, 0, 0, 0.16);
		border-radius: 0.5rem;
		padding: 0 0.5rem 0.75rem 0.5rem;
	}
	.support-list .support-items h3{
		margin-bottom: 0.75rem;
	}
	.support-list .support-items h3 span{
		width: 13.875rem;
		font-size: 1.1875rem;
		border-radius: 0 0 0.5rem 0.5rem;
		padding: 0.25rem 0.5rem;
	}
	.support-list .support-items .imageArea{
		margin-bottom: 0.75rem;
	}
	.support-list .support-items h4{
		font-size: 1.0625rem;
	}
	.support-list .support-items .p-text{
		font-size: 0.9375rem;
		margin-top: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.support-guide{
		border-top: 0.375rem solid #000000;
		border-bottom: 0.375rem solid #000000;
		padding: 4rem 0 4rem 0;
	}
	.support-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.support-guide .p-text{
		font-size: 1.125rem;
	}
	.support-guide .support-list{
		column-gap: 1.25rem;
	}
	.support-list .support-items{
		width: calc(33.3333% - 0.875rem);
		box-shadow: 6px 6px 0 rgb(0, 0, 0, 0.16);
		padding: 0 1rem 1.25rem 1rem;
	}
	.support-list .support-items h3 span{
		width: 12.75rem;
		font-size: 1.25rem;
		padding: 0.375rem;
	}
	.support-list .support-items h4{
		font-size: 1.25rem;
	}
	.support-list .support-items .p-text{
		font-size: 0.875rem;
	}
}
/*　　よくある質問　　*/
.faq-guide{
	padding: 5.5rem 0 7rem 0;
}
.faq-guide .guide-ttl{
	margin-bottom: 0.875rem;
}
.faq-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 2rem;
}
.faq-guide .faq-list{
	max-width: 1000px;
	margin: 0 auto;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 0.5rem;
}
.faq-list .faq-items .question{
	position: relative;
	background: #F5F5F5;
	padding: 1rem;
	cursor: pointer;
}
.faq-list .faq-items .question::after{
	position: absolute;
	top: 2.25rem;
	right: 2rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0;
	height: 0;
	border-right: 0.5rem solid transparent;
	border-left: 0.5rem solid transparent;
	border-top: 0.875rem solid #000000;
}
.faq-list .faq-items .question.open::after{
	transform: rotate(-180deg);
}
.faq-list .faq-items .question dt{
	background: #000000;
	width: 3.375rem;
	height: 3.375rem;
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 3.375rem;
	text-align: center;
}
.faq-list .faq-items .question dd{
	width: calc(100% - 3.375rem);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.06em;
	padding: 0 3rem 0 1.5rem;
}
.faq-list .faq-items .answer{
	display: none;
	background: #F5F5F5;
	padding: 0 0.5rem 0.5rem 0.5rem;
}
.faq-list .faq-items .answer p{
	background: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
	padding: 1.25rem 1.5rem;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 2.5rem 0 2.75rem 0;
	}
	.faq-guide .guide-ttl{
		margin-bottom: 0.75rem;
	}
	.faq-guide .p-text{
		font-size: 1.0625rem;
		margin-bottom: 1.25rem;
	}
	.faq-list .faq-items .question{
		padding: 0.5rem;
	}
	.faq-list .faq-items .question::after{
		top: 1.375rem;
		right: 1rem;
		border-right: 0.25rem solid transparent;
		border-left: 0.25rem solid transparent;
		border-top: 0.4375rem solid #000000;
	}
	.faq-list .faq-items .question dt{
		width: 2rem;
		height: 2rem;
		font-size: 1.125rem;
		line-height: 1.875rem;
	}
	.faq-list .faq-items .question dd{
		width: calc(100% - 2rem);
		font-size: 1rem;
		padding: 0 1.25rem 0 0.5rem;
	}
	.faq-list .faq-items .answer{
		padding: 0 0.5rem 0.5rem 0.5rem;
	}
	.faq-list .faq-items .answer p{
		font-size: 0.875rem;
		padding: 0.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.faq-guide{
		padding: 4.5rem 0 5rem 0;
	}
	.faq-guide .guide-ttl{
		margin-bottom: 0.625rem;
	}
	.faq-guide .p-text{
		font-size: 1.125rem;
	}
	.faq-list .faq-items .question{
		padding: 0.625rem;
	}
	.faq-list .faq-items .question::after{
		top: 1.875rem;
		right: 1.5rem;
		border-right: 0.375rem solid transparent;
		border-left: 0.375rem solid transparent;
		border-top: 0.625rem solid #000000;
	}
	.faq-list .faq-items .question dt{
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
		line-height: 3rem;
	}
	.faq-list .faq-items .question dd{
		width: calc(100% - 3rem);
		padding: 0 2.25rem 0 1.25rem;
	}
	.faq-list .faq-items .answer{
		padding: 0 0.5rem 0.5rem 0.5rem;
	}
	.faq-list .faq-items .answer p{
		padding: 1.125rem 1.25rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	position: relative;
	background: url(../img/page_view.jpg) no-repeat center;
	background-size: cover;
	height: 13.125rem;
	margin-top: 6.5rem;
}
.page-view .view-ttl{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.page-view .view-ttl h2{
	font-size: 2.75rem;
	font-weight: 900;
	line-height: 1.25;
}
.page-view .view-ttl .caption{
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.page-view{
		background: #FDE549;
		height: 10rem;
		margin-top: 0;
	}
	.page-view .view-ttl h2{
		font-size: 1.375rem;
	}
	.page-view .view-ttl .caption{
		font-size: 0.9375rem;
		line-height: 1.5;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		height: 12rem;
		margin-top: 0;
	}
	.page-view .view-ttl h2{
		font-size: 2.25rem;
	}
	.page-view .view-ttl .caption{
		font-size: 1.25rem;
	}
}
/**
/* 会社について CSS
----------------------------------------------- */
/*　　ページトップ　　*/
.company-head-guide{
	background: url(../img/company/head_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5rem 0;
}
.company-head-guide .box{
	background: #FFFFFF;
	border-radius: 1rem;
	padding: 4rem 2rem;
}
.company-head-guide .box .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.company-head-guide .box h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.385;
	letter-spacing: 0.06em;
	margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
	.company-head-guide{
		background: url(../img/company/sp_head_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 2rem 0;
	}
	.company-head-guide .box{
		padding: 3rem 1.5rem;
	}
	.company-head-guide .box .p-text{
		font-size: 1rem;
		text-align: left;
	}
	.company-head-guide .box h3{
		font-size: 1.125rem;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-head-guide{
		padding: 3rem 0;
	}
	.company-head-guide .box{
		padding: 3rem 2rem;
	}
	.company-head-guide .box .p-text{
		font-size: 1.125rem;
	}
	.company-head-guide .box h3{
		font-size: 1.375rem;
	}
}
/*　　メッセージ　　*/
.message-guide{
	padding: 6rem 0 7rem 0;
}
.message-container .contentArea{
	width: 52%;
}
.message-container .guide-ttl{
	margin-bottom: 2rem;
}
.message-container .comment p{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.message-container .imageArea{
	width: 43%;
}
.message-container .imageArea ul li:not(:last-child){
	margin-bottom: 1.5rem;
}
.message-guide .chart-container{
	margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 4rem 0 3rem 0;
	}
	.message-container .contentArea{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.message-container .guide-ttl{
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.message-container .comment p{
		font-size: 1rem;
	}
	.message-container .imageArea{
		width: 100%;
	}
	.message-container .imageArea ul li:not(:last-child){
		margin-bottom: 0.875rem;
	}
	.message-guide .chart-container{
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.message-guide{
		padding: 4rem 0 5rem 0;
	}
	.message-container .contentArea{
		width: 52%;
	}
	.message-container .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.message-container .comment p{
		font-size: 1.125rem;
	}
	.message-container .imageArea ul li:not(:last-child){
		margin-bottom: 1.25rem;
	}
	.message-guide .chart-container{
		margin-top: 3rem;
	}
}
/*　　企業理念　　*/
.philosophy-guide{
	background: url(../img/company/bg_y.jpg);
	padding-bottom: 4.875rem;
}
.philosophy-guide .guide-ttl{
	margin-bottom: 4.875rem;
}
.philosophy-guide .box{
	background: #FFFFFF;
	border-radius: 1rem;
	padding: 3rem 3rem 3rem 3.75rem;
}
.philosophy-guide .box .box-inner{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.philosophy-guide .box .box-scroll{
	width: 68.125rem;
}
.philosophy-guide .box .imageArea{
	width: 47%;
	margin-top: 0.5rem;
}
.philosophy-guide .philosophy-list{
	width: 53%;
	white-space: normal;
	padding-left: 1rem;
}
.philosophy-guide .philosophy-list .philosophy-items:not(:last-child){
	border-bottom: 2px solid #CECECE;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.philosophy-guide .philosophy-list .philosophy-items .philosophy-ttl{
	align-items: center;
	margin-bottom: 0.45rem;
}
.philosophy-guide .philosophy-list .philosophy-items .roma{
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.35;
}
.philosophy-guide .philosophy-list .philosophy-items h3{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.06em;
	margin-left: 0.5rem;
}
.philosophy-guide .philosophy-list .philosophy-items .caption{
	background: #000000;
	min-width: 6.25rem;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 0 0.375rem;
	margin-left: 0.5rem;
}
.philosophy-guide .philosophy-list .philosophy-items .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.philosophy-guide{
		background: url(../img/top/sp_bg_y.jpg);
		padding-bottom: 3.5rem;
	}
	.philosophy-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.philosophy-guide .box{
		border-radius: 1rem;
		padding: 2rem 1.5rem 2rem 1.5rem;
	}
	.philosophy-guide .box .box-scroll{
		width: 50.125rem;
	}
	.philosophy-guide .box .imageArea{
		width: 100%;
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.philosophy-guide .philosophy-list{
		width: 100%;
		white-space: normal;
		padding-left: 0;
	}
	.philosophy-guide .philosophy-list .philosophy-items:not(:last-child){
		border-bottom: 1px solid #CECECE;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items .philosophy-ttl{
		margin-bottom: 0.375rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items .roma{
		font-size: 1.5rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items h3{
		font-size: 0.875rem;
		margin-left: 0.375rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items .caption{
		min-width: 4.25rem;
		font-size: 0.625rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items .p-text{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.philosophy-guide{
		padding-bottom: 3.875rem;
	}
	.philosophy-guide .guide-ttl{
		margin-bottom: 2.875rem;
	}
	.philosophy-guide .box{
		padding: 2rem 1.5rem;
	}
	.philosophy-guide .box .box-scroll{
		width: 62.125rem;
	}
	.philosophy-guide .box .imageArea{
		margin-top: 4.5rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items:not(:last-child){
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items .philosophy-ttl{
		margin-bottom: 0.45rem;
	}
	.philosophy-guide .philosophy-list .philosophy-items .p-text{
		font-size: 1.125rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 6rem 0 3.75rem 0;
}
.company-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.company-guide .company-tbl{
	max-width: 900px;
	margin: 0 auto;
}
.company-guide .company-tbl th,
.company-guide .company-tbl td{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.06em;
}
.company-guide .company-tbl th{
	width: 20rem;
	font-weight: 700;
	border-bottom: 2px solid #FFA701;
	padding: 2rem 0;
}
.company-guide .company-tbl td{
	border-bottom: 2px solid #E2E2E2;
	padding: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 4rem 0 2rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.company-guide .company-tbl th,
	.company-guide .company-tbl td{
		font-size: 1rem;
	}
	.company-guide .company-tbl th{
		width: 5rem;
		padding: 1.25rem 0;
	}
	.company-guide .company-tbl td{
		word-break: break-all;
		padding: 1.25rem 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-guide .company-tbl th{
		width: 14rem;
	}
}
/*　　アクセス　　*/
.access-guide{
	padding: 3.75rem 0 7.5rem 0;
}
.access-guide .inner{
	max-width: 1000px;
	align-items: center;
}
.access-guide .ttl-container{
	width: 46%;
}
.access-guide .guide-ttl{
	margin-bottom: 2rem;
}
.access-guide .address{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.access-guide .block_btn{
	margin-top: 2rem;
}
.access-guide .map-container{
	width: 54%;
}
.access-guide .map-container .map iframe{
	height: 22.5rem;
}
.access-guide .map-container .link{
	text-align: right;
	margin-top: 0.5rem;
}
.access-guide .map-container .link a{
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	padding-right: 1.25rem;
}
.access-guide .map-container .link a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.3125rem 0 0.3125rem 0.5625rem;
	border-color: transparent transparent transparent #FFA700;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.access-guide .access-container{
	width: 100%;
	margin-top: 2rem;
}
.access-guide .access-container .access-items:not(:last-child){
	margin-bottom: 3.5rem;
}
.access-guide .access-container .access-items h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.06em;
	margin-bottom: 2rem;
}
.access-guide .access-container .access-items .box{
	background: #F7F7F7;
	border-radius: 0.5rem;
}
.access-guide .access-container .access-items:nth-child(1) .box{
	padding: 1.5rem 2rem;
}
.access-guide .access-container .access-items .box dl{
	display: flex;
	align-items: center;
}
.access-guide .access-container .access-items .box dl dt{
	width: 5.375rem;
}
.access-guide .access-container .access-items .box dl dd{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-left: 1.5rem;
}
.access-guide .access-container .access-items:nth-child(2) .box{
	padding: 3.5rem 4rem;
}
.access-guide .access-container .access-items .box .box-scroll{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.access-guide .access-container .access-items .box .box-scroll img{
	width: 54.5rem;
	max-width: initial;
}
@media only screen and (max-width: 767px) {
	.access-guide{
		padding: 2.75rem 0 3.5rem 0;
	}
	.access-guide .ttl-container{
		width: 100%;
		margin-bottom: 2rem;
	}
	.access-guide .guide-ttl{
		text-align: center;
		margin-bottom: 1rem;
	}
	.access-guide .address{
		font-size: 1rem;
		text-align: center;
	}
	.access-guide .block_btn{
		text-align: center;
		margin-top: 1.25rem;
	}
	.access-guide .map-container{
		width: 100%;
	}
	.access-guide .map-container .map iframe{
		height: 14.5rem;
	}
	.access-guide .map-container .link{
		margin-top: 0.375rem;
	}
	.access-guide .map-container .link a{
		font-size: 0.875rem;
		padding-right: 1.125rem;
	}
	.access-guide .access-container{
		margin-top: 2rem;
	}
	.access-guide .access-container .access-items:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.access-guide .access-container .access-items h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.access-guide .access-container .access-items:nth-child(1) .box{
		padding: 1.5rem 1.5rem;
	}
	.access-guide .access-container .access-items .box dl dt{
		width: 2.5rem;
	}
	.access-guide .access-container .access-items .box dl dd{
		font-size: 1rem;
		margin-left: 1rem;
	}
	.access-guide .access-container .access-items:nth-child(2) .box{
		padding: 1.5rem 1.5rem;
	}
	.access-guide .access-container .access-items .box .box-scroll img{
		width: 32.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.access-guide{
		padding: 3.75rem 0 5.5rem 0;
	}
	.access-guide .address{
		font-size: 1.125rem;
	}
	.access-guide .map-container .map iframe{
		height: 18.5rem;
	}
	.access-guide .map-container .link{
		margin-top: 0.375rem;
	}
	.access-guide .access-container{
		margin-top: 2rem;
	}
	.access-guide .access-container .access-items:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.access-guide .access-container .access-items h3{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.access-guide .access-container .access-items .box{
		border-radius: 0.5rem;
	}
	.access-guide .access-container .access-items:nth-child(1) .box{
		padding: 1.5rem;
	}
	.access-guide .access-container .access-items .box dl dt{
		width: 3.375rem;
	}
	.access-guide .access-container .access-items .box dl dd{
		font-size: 1.25rem;
		margin-left: 1.25rem;
	}
	.access-guide .access-container .access-items:nth-child(2) .box{
		padding: 2.5rem 1.5rem;
	}
	.access-guide .access-container .access-items .box .box-scroll img{
		width: 46.5rem;
	}
}
/**
/* コラム CSS
----------------------------------------------- */
.column-wrap{
	padding-bottom: 10rem;
}
.column-head-guide{
	padding: 2.5rem 0 4.5rem 0;
}
.column-head-guide .p-text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.column-wrap{
		padding-bottom: 5rem;
	}
	.column-head-guide{
		padding: 1.5rem 0 2.5rem 0;
	}
	.column-head-guide .p-text {
		font-size: 1rem;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.column-wrap{
		padding-bottom: 6rem;
	}
	.column-head-guide{
		padding: 2rem 0 3.5rem 0;
	}
	.column-head-guide .p-text {
		font-size: 1.125rem;
	}
}
/*　　一覧　　*/
.column-guide{
	background: #F8F8F8;
	padding: 5rem 0;
}
.column-guide .category-nav{
	column-gap: 1.25rem;
	row-gap: 1.25rem;
	margin-bottom: 4rem;
}
.column-guide .category-nav li a{
	display: block;
	background: #FFFFFF;
	color: #000000;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.04em;
	padding: 0.65rem 3rem;
}
.column-guide .category-nav li a.current,
.column-guide .category-nav li a:hover{
	background: #FDE549;
	color: #000000;
	opacity: 1;
}
.column-guide .column-container{
	column-gap: 1.5rem;
	row-gap: 3.5rem;
}
.column-container .card{
	display: flex;
	flex-direction: column;
	width: calc(33.3333% - 1rem);
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 1rem;
	padding: 1rem 1rem 1.5rem 1rem;
}
.column-container .card .card__thumbnail{
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}
.column-container .card .card__thumbnail:before{
	content: "";
	padding-top: 66.8%;
	display: block;
	height: 0;
}
.column-container .card .card__thumbnail img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit:cover;
	transition: .5s ease-in-out;
}
.column-container .card .card__thumbnail img:hover{
	transform: scale(1.1);
}
.column-container .card h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
	margin-bottom: 0.5rem;
}
.column-container .card p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
	margin-bottom: 1.5rem;
}
.column-container .card .block_btn{
	text-align: center;
	margin-top: auto;
}
@media only screen and (max-width: 767px) {
	.column-guide{
		padding: 3rem 0;
	}
	.column-guide .category-nav{
		column-gap: 0.5rem;
		row-gap: 0.5rem;
		margin-bottom: 2rem;
	}
	.column-guide .category-nav li a{
		font-size: 0.9375rem;
		padding: 0.5rem 0.875rem;
	}
	.column-guide .column-container{
		column-gap: 0;
		row-gap: 1.5rem;
	}
	.column-container .card{
		width: 100%;
	}
	.column-container .card h3{
		font-size: 1.125rem;
	}
	.column-container .card p{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.column-guide{
		padding: 4rem 0;
	}
	.column-guide .category-nav{
		column-gap: 1rem;
		row-gap: 1rem;
		margin-bottom: 3rem;
	}
	.column-guide .category-nav li a{
		font-size: 1.125rem;
		padding: 0.65rem 2rem;
	}
	.column-guide .column-container{
		column-gap: 1.25rem;
		row-gap: 2rem;
	}
	.column-container .card{
		width: calc(33.3333% - 0.835rem);
	}
	.column-container .card .card__thumbnail{
		margin-bottom: 1rem;
	}
	.column-container .card p{
		margin-bottom: 1.25rem;
	}
}
/*　　詳細　　*/
.single-guide{
	padding: 3rem 0 10rem 0;
}
.single-guide .inner{
	max-width: 1000px;
}
.single-guide article{
	border-bottom: 2px solid #D0D0D0;
	padding-bottom: 4.5rem;
}
.single-guide .entry-header{
	position: relative;
	border-bottom: 2px solid #D0D0D0;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}
.single-guide .entry-header::before{
	position: absolute;
	background: #FFA701;
	content: '';
	width: 20rem;
	height: 2px;
	bottom: -2px;
	left: 0;
}
.single-guide .entry-header h2{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1rem;
}
.single-guide .entry-header .entry-data{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.06em;
}
.single-guide .entry-header .entry-data span{
	display: inline-block;
	width: 1.25rem;
	margin-right: 0.5rem;
}
.single-guide .entry-body figure{
	margin-bottom: 2rem;
}
.single-guide .entry-body h2{
	background: #FFDA10;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.38;
	border-left: 4px solid #FF6C00;
	margin-bottom: 2rem;
	padding: 0.5rem 1.25rem;
}
.single-guide .entry-body h3{
	position: relative;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.63;
	padding-left: 1.125rem;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3::before{
	position: absolute;
	background: #FF6C00;
	top: 0;
	bottom: 0;
	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: 2;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
}
.single-guide .entry-body p:not(:last-child){
	margin-bottom: 3rem;
}
.single-guide .entry-body mark{
	background: #FFDA10;
}
.single-guide .entry-body ul.wp-block-list{
	margin: 3rem 0;
}
.single-guide .entry-body ul.wp-block-list li{
	position: relative;
	color: #2F241D;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 1.5rem;
}
.single-guide .entry-body ul.wp-block-list li::before{
	content: '';
	background: url(../img/icon/check_o.png) no-repeat center;
	background-size: cover;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.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;
	font-family: "Montserrat", sans-serif;
	color: #FF6C00;
	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: #FAFAFA;
	border: 1px solid #FFA701;
	padding: 1.5rem 1.5rem 1.5rem 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.625rem;
	left: 1.5rem;
	top: 1.625rem;
}
.single-guide .entry-body .wp-block-quote p{
	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.625rem);
}
.single-guide .page-nav ul .nav__item--next{
	text-align: right;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	color: #222222;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}
.single-guide .page-nav ul .nav__item--prev a i,
.single-guide .page-nav ul .nav__item--next a i{
	font-size: 1rem;
}
.single-guide .page-nav ul .nav__item--prev a i{
	margin-right: 0.8125rem;
}
.single-guide .page-nav ul .nav__item--next a i{
	margin-left: 0.8125rem;
}
.single-guide .page-nav ul .nav__item--news{
	width: 19.25rem;
}
.single-guide .page-nav ul .nav__item--news .btn{
	position: relative;
	background: #000000;
	color: #ffffff;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	padding: 1rem;
}
.single-guide .page-nav ul .nav__item--news .btn::after{
	position: absolute;
	background: url(../img/icon/arrow_w.png) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.6875rem;
	height:1.6875rem;
}
@media only screen and (max-width: 767px) {
	.single-guide{
		padding: 2rem 0 5rem 0;
	}
	.single-guide article{
		padding-bottom: 3.5rem;
	}
	.single-guide .entry-header{
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-header::before{
		width: 10rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.375rem;
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-header .entry-data{
		font-size: 0.75rem;
	}
	.single-guide .entry-header .entry-data span{
		width: 1rem;
		margin-right: 0.375rem;
	}
	.single-guide .entry-body figure{
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.125rem;
		margin-bottom: 1.258rem;
		padding: 0.5rem 1rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.125rem;
		padding-left: 1.125rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h4{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.9375rem;
	}
	.single-guide .entry-body p:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul.wp-block-list{
		margin: 1.5rem 0;
	}
	.single-guide .entry-body ul.wp-block-list li{
		font-size: 0.9375rem;
	}
	.single-guide .entry-body ul.wp-block-list li::before{
		top: 0.375rem;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	.single-guide .entry-body ol.wp-block-list{
		margin: 1.5rem 0;
	}
	.single-guide .entry-body ol.wp-block-list li{
		font-size: 0.9375rem;
	}
	.single-guide .entry-body .wp-block-quote{
		padding: 1rem 1rem 1rem 3rem;
	}
	.single-guide .entry-body .wp-block-quote::before{
		width: 1.875rem;
		height: 1.25rem;
		left: 0.625rem;
		top: 1rem;
	}
	.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 span,
	.single-guide .page-nav ul .nav__item--next a span{
		font-size: 1rem;
	}
	.single-guide .page-nav ul .nav__item--prev a i,
	.single-guide .page-nav ul .nav__item--next a i{
		font-size: 1rem;
	}
	.single-guide .page-nav ul .nav__item--prev a i{
		margin-right: 0.8125rem;
	}
	.single-guide .page-nav ul .nav__item--next a i{
		margin-left: 0.8125rem;
	}
	.single-guide .page-nav ul .nav__item--news{
		display: none;
	}
	.single-guide .block_btn{
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.single-guide{
		padding: 2rem 0 6rem 0;
	}
	.single-guide article{
		padding-bottom: 3.5rem;
	}
	.single-guide .entry-header{
		padding-bottom: 1.5rem;
		margin-bottom: 2rem;
	}
	.single-guide .entry-header::before{
		width: 15rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.5rem;
	}
	.single-guide .entry-body figure{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
		padding: 0.5rem 1rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.25rem;
		padding-left: 1.125rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h3::before{
		width: 0.625rem;
		height: 0.625rem;
	}
	.single-guide .entry-body h4{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 1rem;
	}
	.single-guide .entry-body p:not(:last-child){
		margin-bottom: 2rem;
	}
	.single-guide .entry-body ul.wp-block-list{
		margin: 2rem 0;
	}
	.single-guide .entry-body ul.wp-block-list li{
		font-size: 1rem;
	}
	.single-guide .entry-body ol.wp-block-list{
		margin: 2rem 0;
	}
	.single-guide .entry-body ol.wp-block-list li:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body .wp-block-quote{
		padding: 1.25rem 1.25rem 1.25rem 4rem;
	}
	.single-guide .entry-body .wp-block-quote::before{
		width: 2rem;
		height: 1.375rem;
		left: 1rem;
		top: 1.5rem;
	}
	.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: calc(50% - 9.625rem);
	}
	.single-guide .page-nav ul .nav__item--prev a span,
	.single-guide .page-nav ul .nav__item--next a span{
		font-size: 1rem;
	}
	.single-guide .page-nav ul .nav__item--next a i{
		margin-left: 0.8125rem;
	}
	.single-guide .page-nav ul .nav__item--news{
		width: 16.25rem;
	}
}
/*　　目次　　*/
#toc_container{
	background: #FFFFFF;
	width: 100%!important;
	max-width: 43.75rem;
	border: 2px solid #000000;
	margin: 3rem auto 4.5rem auto;
}
#toc_container .toc_title{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 2px solid #000000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.85;
	padding: 0.75rem 1.875rem;
	margin-bottom: 0;
}
#toc_container .toc_title .toc_toggle{
	font-weight: 500;
}
#toc_container .toc_title .toc_brackets{
	display: none;
}
#toc_container .toc_list{
	padding: 1.375rem 1.875rem;
}
#toc_container ul{
	counter-reset:number;
	list-style:none;
}
#toc_container .toc_list > li{
	position: relative;
	padding-left: 1.75rem;
}
#toc_container .toc_list > li:before{
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	background: #FF6C00;
	counter-increment: number;
	content: counter(number);
	width: 1.125rem;
	height: 1.125rem;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25rem;
	text-align: center;
	margin-right: 0.5rem;
}
#toc_container .toc_list > li{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}
#toc_container .toc_list > li a{
	position: relative;
	display: block;
}
#toc_container .toc_list > li + li{
	margin-top: 1.25rem
}
#toc_container .toc_list > li ul{
	margin-top: 0.375rem;
	margin-left: 2rem;
}
#toc_container .toc_list > li > ul li{
	list-style: decimal;
}
#toc_container .toc_list > li > ul > li + li{
	margin-top: 0.625rem;
}
#toc_container .toc_list > li > ul > li{
	font-size: 0.9375rem;
}
#toc_container .toc_list > li > ul > li a:before{
	position: absolute;
	background: transparent;
	top: 0.375rem;
	left: -1.75rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.375rem;
	height: 0.25rem;
	border: 0.25rem solid transparent;
	border-left: 0.375rem solid #FF6C00;
}
#toc_container .toc_list > li > ul > li > ul > li{
	font-size: 0.875rem;
}
#toc_container .toc_list > li > ul > li > ul > li a:before{
	border-left: 0.375rem solid #000000;
}
@media only screen and (max-width: 767px) {
	#toc_container{
		border: 1px solid #000000;
		margin: 1rem auto 1.5rem auto;
	}
	#toc_container .toc_title{
		border-bottom: 1px solid #000000;
		font-size: 0.9375rem;
		padding: 0.625rem 1.125rem;
	}
	#toc_container .toc_list{
		padding: 1.375rem 1.125rem;
	}
	#toc_container .toc_list > li{
		font-size: 0.9375rem;
	}
	#toc_container .toc_list > li > ul > li{
		font-size: 0.875rem;
	}
	#toc_container .toc_list > li > ul > li > ul > li{
		font-size: 0.75rem;
	}
}
/**
/* 車両詳細 CSS
----------------------------------------------- */
.vehicles-single .vehicles-head{
	padding: 3rem 0 2.5rem 0;
}
.vehicles-single .vehicles-head .caption{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}
.vehicles-single .vehicles-head h3{
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1.45;
}
.vehicles-single .vehicles-body{
	padding-bottom: 4.5rem;
}
.vehicles-single .vehicles-gallery{
	width: 55%;
}
.vehicles-gallery .main-gallery{
	position: relative;
	background: #FFFFFF;
	border: 0.5rem solid #EAEAEA;
	padding: 1.5rem 2rem;
}
.vehicles-gallery .main-gallery .prev-arrow,
.vehicles-gallery .main-gallery .next-arrow{
	position: absolute;
	top: calc(50% - 2.5rem);
	background: #9F9F9F;
	width: 2rem;
	height: 5rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vehicles-gallery .main-gallery .next-arrow{
	right: -0.5rem;
}
.vehicles-gallery .main-gallery .prev-arrow{
	left: -0.5rem;
}
.vehicles-gallery .main-gallery .next-arrow::after,
.vehicles-gallery .main-gallery .prev-arrow::after{
	font-family: "Font Awesome 5 Free";
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 900;
}
.vehicles-gallery .main-gallery .next-arrow::after{
	content: '\f061';
}
.vehicles-gallery .main-gallery .prev-arrow::after{
	content: '\f060';
}
.vehicles-gallery .slick-slide img{
	width: 100%;
}
.vehicles-gallery .gallery-thumbnail{
	margin-top: 1.5rem;
}
.vehicles-gallery .gallery-thumbnail .slick-track{
	transform: unset !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
	column-gap: 0.75rem;
	row-gap: 0.75rem;
}
.vehicles-gallery .gallery-thumbnail .slick-track:before,
.vehicles-gallery .gallery-thumbnail .slick-track:after{
	content: none;
}
.vehicles-gallery .gallery-thumbnail .slick-img{
	width: calc(12.5% - 0.71875rem) !important;
	height: 3.375rem;
	border: 2px solid #EAEAEA;
}
.vehicles-gallery .gallery-thumbnail .slick-img.slick-current{
	border: 2px solid #000000;
}
.vehicles-gallery .gallery-thumbnail .slick-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vehicles-single .contentArea{
	width: 45%;
	padding-left: 4.5rem;
}
.vehicles-single .contentArea h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.06em;
	margin-bottom: 1.5rem;
}
.vehicles-single .contentArea p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.06em;
}
.vehicles-single .tel-box{
	background: url(../img/tel-box_bg.png);
	text-align: center;
	padding: 2rem;
	margin-top: 3rem;
}
.vehicles-single .tel-box h4{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
}
.vehicles-single .tel-box .block_btn{
	margin-top: 1.5rem;
}
.vehicles-single .tel-box .block_btn li{
	max-width: 24.375rem;
}
.vehicles-single .tel-box .ttl{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.375rem;
	margin-top: 1rem;
}
.vehicles-single .tel-box .tel-btn li a{
	font-family: "Montserrat", sans-serif;
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 1.25;
}
.vehicles-single .tel-box .tel-btn li a .icon{
	display: inline-block;
	width: 1.5625rem;
	line-height: 1;
	margin-right: 0.5rem;
}
.vehicles-single .tel-box .tel-btn li a .icon img{
	vertical-align: baseline;
}
.vehicles-single .tel-box .hours{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
}
.vehicles-single .vehicles-tbl{
	border-top: 1px solid #DBDBDB;
	padding: 5.5rem 0 10rem 0;
}
.vehicles-single .vehicles-tbl .inner{
	max-width: 1000px;
}
.vehicles-single .vehicles-tbl h3{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.06em;
	margin-bottom: 2rem;
}
.vehicles-single .vehicles-tbl .spec-tbl{
	border: 1px solid #DBDBDB;
}
.vehicles-single .vehicles-tbl .spec-tbl th{
	background: #FAFAFA;
	width: 20.1875rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #DBDBDB;
	padding: 1.5rem 2.5rem;
}
.vehicles-single .vehicles-tbl .spec-tbl td{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #DBDBDB;
	padding: 1.5rem 2.5rem;
}
@media only screen and (max-width: 767px) {
	.vehicles-single .vehicles-head{
		padding: 1rem 0 1.5rem 0;
	}
	.vehicles-single .vehicles-head .caption{
		font-size: 1rem;
	}
	.vehicles-single .vehicles-head h3{
		font-size: 1.375rem;
	}
	.vehicles-single .vehicles-body{
		padding-bottom: 3rem;
	}
	.vehicles-single .vehicles-gallery{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.vehicles-gallery .main-gallery{
		border: 0.375rem solid rgb(234, 234, 234);
		padding: 0.5rem 1rem;
	}
	.vehicles-gallery .main-gallery .prev-arrow,
	.vehicles-gallery .main-gallery .next-arrow{
		top: calc(50% - 2rem);
		width: 1.75rem;
		height: 4rem;
	}
	.vehicles-gallery .main-gallery .next-arrow{
		right: -0.375rem;
	}
	.vehicles-gallery .main-gallery .prev-arrow{
		left: -0.375rem;
	}
	.vehicles-gallery .main-gallery .next-arrow::after,
	.vehicles-gallery .main-gallery .prev-arrow::after{
		font-size: 0.75rem;
	}
	.vehicles-gallery .gallery-thumbnail{
		margin-top: 1rem;
	}
	.vehicles-gallery .gallery-thumbnail .slick-track{
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}
	.vehicles-gallery .gallery-thumbnail .slick-img{
		width: calc(20% - 0.4rem) !important;
	}
	.vehicles-single .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.vehicles-single .contentArea h3{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.vehicles-single .contentArea p{
		font-size: 0.9375rem;
	}
	.vehicles-single .tel-box{
		padding: 1.5rem;
		margin-top: 1.5rem;
	}
	.vehicles-single .tel-box h4{
		font-size: 1.125rem;
	}
	.vehicles-single .tel-box .block_btn{
		margin-top: 1.125rem;
	}
	.vehicles-single .tel-box .block_btn li{
		max-width: 24.375rem;
	}
	.vehicles-single .tel-box .ttl{
		font-size: 0.9375rem;
		margin-bottom: 0.25rem;
	}
	.vehicles-single .tel-box .tel-btn li a{
		font-size: 1.875rem;
	}
	.vehicles-single .tel-box .tel-btn li a .icon{
		width: 1.5rem;
	}
	.vehicles-single .tel-box .hours{
		font-size: 0.875rem;
	}
	.vehicles-single .vehicles-tbl{
		padding: 3.5rem 0 5rem 0;
	}
	.vehicles-single .vehicles-tbl h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.vehicles-single .vehicles-tbl .spec-tbl th{
		display: block;
		width: 100%;
		font-size: 1rem;
		padding: 1rem;
	}
	.vehicles-single .vehicles-tbl .spec-tbl td{
		display: block;
		width: 100%;
		font-size: 1rem;
		padding: 1rem;
	}
	.vehicles-single .vehicles-tbl .spec-tbl tr:last-child td{
		border-bottom: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.vehicles-single .vehicles-head{
		padding: 2rem 0;
	}
	.vehicles-single .vehicles-head .caption{
		font-size: 1.25rem;
	}
	.vehicles-single .vehicles-head h3{
		font-size: 1.875rem;
	}
	.vehicles-single .vehicles-body{
		padding-bottom: 3.5rem;
	}
	.vehicles-gallery .main-gallery{
		padding: 1.25rem 1.5rem;
	}
	.vehicles-gallery .main-gallery .prev-arrow,
	.vehicles-gallery .main-gallery .next-arrow{
		top: calc(50% - 2.5rem);
		width: 2rem;
		height: 5rem;
	}
	.vehicles-gallery .main-gallery .next-arrow{
		right: -0.5rem;
	}
	.vehicles-gallery .main-gallery .prev-arrow{
		left: -0.5rem;
	}
	.vehicles-gallery .main-gallery .next-arrow::after,
	.vehicles-gallery .main-gallery .prev-arrow::after{
		font-size: 0.875rem;
	}
	.vehicles-gallery .gallery-thumbnail{
		margin-top: 1.25rem;
	}
	.vehicles-gallery .gallery-thumbnail .slick-img{
		width: calc(20% - 0.6rem) !important;
	}
	.vehicles-gallery .gallery-thumbnail .slick-img.slick-current{
		border: 2px solid #000000;
	}
	.vehicles-single .contentArea{
		padding-left: 2.5rem;
	}
	.vehicles-single .contentArea h3{
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
	}
	.vehicles-single .contentArea p{
		font-size: 1rem;
	}
	.vehicles-single .tel-box{
		padding: 1.5rem;
		margin-top: 2rem;
	}
	.vehicles-single .tel-box h4{
		font-size: 1.25rem;
	}
	.vehicles-single .tel-box .block_btn{
		margin-top: 1rem;
	}
	.vehicles-single .tel-box .block_btn li{
		max-width: 24.375rem;
	}
	.vehicles-single .tel-box .ttl{
		font-size: 1rem;
		margin-bottom: 0.25rem;
	}
	.vehicles-single .tel-box .tel-btn li a{
		font-size: 1.875rem;
	}
	.vehicles-single .tel-box .tel-btn li a .icon{
		width: 1.375rem;
		margin-right: 0.5rem;
	}
	.vehicles-single .tel-box .hours{
		font-size: 0.75rem;
	}
	.vehicles-single .vehicles-tbl{
		padding: 4rem 0 6rem 0;
	}
	.vehicles-single .vehicles-tbl h3{
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}
	.vehicles-single .vehicles-tbl .spec-tbl th{
		width: 13.1875rem;
		font-size: 1rem;
		padding: 1.5rem;
	}
	.vehicles-single .vehicles-tbl .spec-tbl td{
		font-size: 1rem;
		padding: 1.5rem;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contact-wrap{
	padding-bottom: 10rem;
}
.contact-head-guide{
	padding: 2.5rem 0 5rem 0;
}
.contact-head-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 5rem;
}
.form-guide{
	background: #F8F8F8;
	padding: 5rem 0 6rem 0;
}
.form-guide .p-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin-bottom: 3rem;
}
.form-guide .form-box{
	background: #FFFFFF;
	max-width: 1160px;
	margin: 0 auto 3.5rem auto;
	padding: 3.75rem 5rem;
}
.form-box .form-tbl th,
.form-box .form-tbl td{
	vertical-align: top;
	padding: 1.25rem 0;
}
.form-box .form-tbl th{
	width: 22.5rem;
}
.form-box .form-tbl th .ttl{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 0.9375rem 0;
}
.form-box .form-tbl th .ttl span{
	font-size: 1rem;
	margin-left: 1.5rem;
}
.form-box .form-tbl th.required .ttl span{
	color: #FF6C00;
}
.form-box .form-tbl th.any .ttl span{
	color: #B4B4B4;
}
.form-box .form-tbl td .note{
	color: #FF6C00;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
.form-box .form-tbl td dl{
	margin-top: 1.5rem;
}
.form-box .form-tbl td dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.8125rem;
}
.form-box .form-tbl td dl dd.calendar{
	position: relative;
}
.form-box .form-tbl td dl dd.calendar::after{
	position: absolute;
	background: url(../img/icon/calendar.png) no-repeat center;
	background-size: cover;
	top: 0;
	bottom: 0;
	right: 1.125rem;
	content: "";
	margin: auto;
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #F8F8F8;
	border: 1px solid #E5E5E5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: 0.05em;
	padding: 1rem;
	border-radius: 0.25rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #ACACAC;
}
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: #ACACAC;
}
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: #ACACAC;
}
textarea{
	height: 10.375rem;
}
select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.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-box .form-tbl td .wpcf7-radio{
	display: block;
	padding: 1rem 0 0 0;
}
.form-box .form-tbl td .wpcf7-radio label{
	display: flex;
	align-items: center;
	column-gap: 4px;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.form-box .form-tbl td .wpcf7-radio input[type=radio]{
	appearance: none;
	position: relative;
	background-color: #FFFFFF;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #BABABA;
	border-radius: 9999px;
	cursor: pointer;
}
.form-box .form-tbl td .wpcf7-radio input[type=radio]:checked::after{
	content: "";
	position: absolute;
	inset: 0;
	width: 0.75rem;
	height: 0.75rem;
	margin: auto;
	border-radius: 9999px;
	background-color: #FF6C00;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.65;
	margin: 0 2rem 0 0;
}
.form-guide .acceptance-text{
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-top: 1.5625rem;
}
.form-guide .acceptance-text label{
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.form-guide .acceptance-text .wpcf7-list-item-label span{
	color: #FF6C00;
	font-size: 0.875rem;
	margin-left: 0.5rem;
}
.form-guide .acceptance{
	appearance: none;
	position: relative;
	background: #FFFFFF;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 0.25rem;
	border: 2px solid #DDDDDD;
	cursor: pointer;
	margin: 0;
}
.form-guide .acceptance:checked{
	background-color: #FF6C00;
	border: 2px solid #FF6C00;
}
.form-guide .acceptance:checked::after{
	content: "";
	position: absolute;
	top: 0.4375rem;
	left: 0.25rem;
	width: 1rem;
	height: 0.5rem;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	transform: rotate(-45deg);
}
.wpcf7-spinner{
	display: none;
}
.form-captcha{
	margin-top: 1.5rem;
}
.submit_btn{
	text-align: center;
	margin-top: 3rem;
}
.submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 24.375rem;
}
.submit_btn li::after{
	position: absolute;
	background: url(../img/icon/arrow_w.png) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.6875rem;
	height:1.6875rem;
}
.submit_btn li:hover::after{
	position: absolute;
	background: url(../img/icon/arrow_b.png) no-repeat;
	background-size: cover;
}
input[type="submit"] {
	position: relative;
	display: block;
	width: 100%;
	background: #000000;
	border: 1px solid #000000;
	font-family: "Noto Sans JP", sans-serif;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 3.4;
	text-align: center;
	cursor: pointer;
}
input[type="submit"]:hover{
	background: #FFFFFF;
	color: #000000;
}
@media only screen and (max-width: 767px) {
	.contact-wrap{
		padding-bottom: 5rem;
	}
	.contact-head-guide{
		padding: 1.5rem 0 2.5rem 0;
	}
	.contact-head-guide .p-text{
		font-size: 1rem;
		text-align: left;
		margin-bottom: 3rem;
	}
	.form-guide{
		padding: 3rem 0 4rem 0;
	}
	.form-guide .p-text{
		font-size: 1rem;
		text-align: left;
		margin-bottom: 2rem;
	}
	.form-guide .form-box{
		margin: 0 auto 2.5rem auto;
		padding: 1.75rem 1.5rem;
	}
	.form-box .form-tbl th,
	.form-box .form-tbl td{
		display: block;
		padding: 0 0 2rem 0;
	}
	.form-box .form-tbl tr:last-child td{
		padding: 0;
	}
	.form-box .form-tbl th{
		width: 100%;
		padding: 0 0 0.5rem 0;
	}
	.form-box .form-tbl th .ttl{
		font-size: 1rem;
		padding: 0;
	}
	.form-box .form-tbl th .ttl span{
		font-size: 0.875rem;
		margin-left: 1rem;
	}
	.form-box .form-tbl td .note{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
	.form-box .form-tbl td dl{
		margin-top: 1.5rem;
	}
	.form-box .form-tbl td dl dt{
		font-size: 0.9375rem;
		margin-bottom: 0.375rem;
	}
	.form-box .form-tbl td dl dd.calendar::after{
		right: 0.625rem;
		width: 1.25rem;
		height: 1.25rem;
	}
	.form-box .form-tbl td .wpcf7-radio{
		padding: 0.5rem 0 0 0;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.9375rem;
		padding: 1rem;
	}
	textarea{
		height: 8rem;
	}
	.form-guide .acceptance-text{
		margin-top: 1.5625rem;
	}
	.form-guide .acceptance-text .wpcf7-list-item-label span{
		font-size: 0.75rem;
	}
	.submit_btn{
		margin-top: 2rem;
	}
	.submit_btn li{
		max-width: 20.375rem;
	}
	.submit_btn li::after{
		right: 1.25rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	input[type="submit"] {
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-wrap{
		padding-bottom: 6rem;
	}
	.contact-head-guide{
		padding: 2rem 0 3.5rem 0;
	}
	.contact-head-guide .p-text{
		font-size: 1.125rem;
		margin-bottom: 4rem;
	}
	.form-guide{
		padding: 4rem 0 4.5rem 0;
	}
	.form-guide .p-text{
		font-size: 1.125rem;
		margin-bottom: 2rem;
	}
	.form-guide .form-box{
		margin: 0 auto 3.5rem auto;
		padding: 2.75rem 3rem;
	}
	.form-box .form-tbl th,
	.form-box .form-tbl td{
		padding: 1rem 0;
	}
	.form-box .form-tbl th{
		width: 16.5rem;
	}
	.form-box .form-tbl th .ttl{
		font-size: 1rem;
		padding: 0.9375rem 0;
	}
	.form-box .form-tbl th .ttl span{
		margin-left: 1.125rem;
	}
	.form-box .form-tbl td .note{
		font-size: 1rem;
	}
	.form-box .form-tbl td dl{
		margin-top: 1.25rem;
	}
	.submit_btn{
		margin-top: 2rem;
	}
}
/*　　プライバシーポリシー　　*/
.form-guide .privacy-text{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.65;
	text-align: center;
	margin-bottom: 2rem;
}
.form-guide .privacy-box{
	background: #FFFFFF;
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #D6D6D6;
	padding: 1rem 2.5rem;
}
.form-guide .privacy-box h3{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 0.8125rem;
}
.form-guide .privacy-box .privacy{
	height: 10rem;
	overflow-y: scroll;
}
.form-guide .privacy-box h4{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.form-guide .privacy-box p{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.form-guide .privacy-text{
		font-size: 0.875rem;
		margin-bottom: 1.5rem;
	}
	.form-guide .privacy-box{
		padding: 1rem;
	}
	.form-guide .privacy-box h3{
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.form-guide .privacy-box .privacy{
		height: 10rem;
	}
	.form-guide .privacy-box h4{
		font-size: 0.9375rem;
		margin-bottom: 0.375rem;
	}
	.form-guide .privacy-box p{
		margin-bottom: 1rem;
	}
}
/*　　バナー　　*/
.contact-head-guide .bnr-box{
	background: #FF6C00;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 0.5rem;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	padding: 0 1.5rem 1.5rem 1.5rem;
}
.contact-head-guide .bnr-box .ttlArea{
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
	top: -2rem;
}
.contact-head-guide .bnr-box .ttlArea .icon-l{
	width: 10.4375rem;
}
.contact-head-guide .bnr-box .ttlArea .icon-r{
	width: 11rem;
}
.contact-head-guide .bnr-box .ttl{
	padding: 0 1.25rem 0 2.5rem;
}
.contact-head-guide .bnr-box .ttl .caption{
	margin-bottom: 0.375rem;
}
.contact-head-guide .bnr-box .ttl .caption span{
	display: inline-block;
	background: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	border: 6px solid #FF6C02;
	border-radius: 1.875rem;
	padding: 0.375rem 3rem;
}
.contact-head-guide .bnr-box .ttl h3{
	color: #ffffff;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
.contact-head-guide .bnr-box .box{
	position: relative;
	background: #FFFFFF;
	border-radius: 0.5rem;
	padding: 1.25rem 4rem 1.25rem 4rem;
	margin-top: -4rem;
}
.contact-head-guide .bnr-box .box p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.76;
	letter-spacing: 0.06em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact-head-guide .bnr-box{
		padding: 0 1rem 1rem 1rem;
	}
	.contact-head-guide .bnr-box .ttlArea{
		top: -1rem;
	}
	.contact-head-guide .bnr-box .ttlArea .icon-l{
		position: absolute;
		width: 6rem;
		top: 0;
		left: -1.875rem;
	}
	.contact-head-guide .bnr-box .ttlArea .icon-r{
		position: absolute;
		top: 3rem;
		right: -0.325rem;
		width: 6rem;
	}
	.contact-head-guide .bnr-box .ttl{
		padding: 0;
	}
	.contact-head-guide .bnr-box .ttl .caption{
		margin-bottom: 0.375rem;
	}
	.contact-head-guide .bnr-box .ttl .caption span{
		font-size: 1rem;
		border: 0.375rem solid #FF6C02;
		padding: 0.375rem 1rem;
	}
	.contact-head-guide .bnr-box .ttl h3{
		font-size: 1.375rem;
	}
	.contact-head-guide .bnr-box .box{
		padding: 1.25rem;
		margin-top: 0rem;
	}
	.contact-head-guide .bnr-box .box p{
		font-size: 0.9375rem;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-head-guide .bnr-box .ttlArea{
		top: -1.5rem;
	}
	.contact-head-guide .bnr-box .ttlArea .icon-l{
		width: 8.4375rem;
	}
	.contact-head-guide .bnr-box .ttlArea .icon-r{
		width: 9.5rem;
	}
	.contact-head-guide .bnr-box .ttl{
		padding: 0 0.5rem 0 1.5rem;
	}
	.contact-head-guide .bnr-box .ttl .caption span{
		font-size: 1.375rem;
		border: 4px solid #FF6C02;
		border-radius: 1.875rem;
		padding: 0.375rem 2rem;
	}
	.contact-head-guide .bnr-box .ttl h3{
		font-size: 1.875rem;
	}
	.contact-head-guide .bnr-box .box{
		padding: 1.125rem 2rem 1.125rem 2rem;
		margin-top: -3rem;
	}
	.contact-head-guide .bnr-box .box p{
		font-size: 1rem;
		text-align: center;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contens-contact-guide{
	background: #FFF8A3 url(../img/contact_bg.png) no-repeat center bottom;
	background-size: cover;
	border-top: 0.5625rem solid #000000;
	padding: 5.5rem 0 5rem 0;
}
.contens-contact-guide .guide-ttl{
	margin-bottom: 1.4375rem;
}
.contens-contact-guide .text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}
.contens-contact-guide .contact-grid{
	max-width: 37.1875rem;
	text-align: center;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 1.5rem;
	margin: 2.5rem auto 0 auto;
}
.contens-contact-guide .contact-grid h3{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}
.contens-contact-guide .contact-items .tel-btn li a{
	font-family: "Montserrat", sans-serif;
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 1.25;
}
.contens-contact-guide .contact-items .tel-btn li a .icon{
	display: inline-block;
	width: 1.5625rem;
	line-height: 1;
	margin-right: 0.5rem;
}
.contens-contact-guide .contact-items .tel-btn li a .icon img{
	vertical-align: baseline;
}
.contens-contact-guide .contact-items .hours{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
	margin-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide{
		background: url(../img/sp_contact_bg.png) no-repeat center bottom;
		background-size: cover;
		border-top: 0.28125rem solid #000000;
		padding: 2.5rem 0 11.875rem 0;
	}
	.contens-contact-guide .guide-ttl{
		margin-bottom: 0.625rem;
	}
	.contens-contact-guide .guide-ttl h2{
		font-size: 1.71875rem;
	}
	.contens-contact-guide .text{
		font-size: 1.0625rem;
		line-height: 1.45;
		text-align: left;
	}
	.contens-contact-guide .contact-grid{
		max-width: 20.625rem;
		text-align: center;
		border-top: none;
		border-bottom: none;
		padding: 0;
		margin: 1.5rem auto 0 auto;
	}
	.contens-contact-guide .contact-items{
		border: 2px solid #000000;
		padding: 0.75rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a{
		font-size: 1.875rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a .icon{
		width: 1.5rem;
	}
	.contens-contact-guide .contact-items .hours{
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contens-contact-guide{
		background-size: 140%;
		padding: 3.5rem 0;
	}
	.contens-contact-guide .text{
		font-size: 1.125rem;
	}
	.contens-contact-guide .contact-grid{
		padding: 1.25rem;
		margin: 2rem auto 0 auto;
	}
}
/*　　コンテンツナビ　　*/
.contens-nav-guide .contens-nav li{
	width: 33.3333%;
}
.contens-nav-guide .contens-nav li:nth-child(1){
	background: #000000 url(../img/contens-nav_bg1.png) no-repeat center;
	background-size: cover;
}
.contens-nav-guide .contens-nav li:nth-child(2){
	background: #000000 url(../img/contens-nav_bg2.png) no-repeat center;
	background-size: cover;
}
.contens-nav-guide .contens-nav li:nth-child(3){
	background: #000000 url(../img/contens-nav_bg3.png) no-repeat center;
	background-size: cover;
}
.contens-nav-guide .contens-nav li a{
	position: relative;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 3.5rem 0 3.875rem 0;
}
.contens-nav-guide .contens-nav li:hover{
	opacity: 0.6;
}
.contens-nav-guide .contens-nav li a::before{
	content: "";
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	border-top: 1.5rem solid transparent;
	border-right: 1.5rem solid #FFFFFF;
	z-index: 100;
}
.contens-nav-guide .contens-nav li .icon img{
	width: 7.5rem;
}
.contens-nav-guide .contens-nav li .ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.contens-nav-guide .contens-nav li{
		width: 100%;
	}
	.contens-nav-guide .contens-nav li a{
		padding: 2rem 0 2.5rem 0;
	}
	.contens-nav-guide .contens-nav li a::before{
		bottom: 0.5rem;
		right: 0.5rem;
		border-top: 0.9375rem solid transparent;
		border-right: 0.9375rem solid #FFFFFF;
	}
	.contens-nav-guide .contens-nav li .icon img{
		width: 4.5625rem;
	}
	.contens-nav-guide .contens-nav li .ttl{
		font-size: 1rem;
		margin-top: 0.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contens-nav-guide .contens-nav li a{
		padding: 2.5rem 0 2.875rem 0;
	}
	.contens-nav-guide .contens-nav li a::before{
		bottom: 0.5rem;
		right: 0.5rem;
		border-top: 1rem solid transparent;
		border-right: 1rem solid #FFFFFF;
	}
	.contens-nav-guide .contens-nav li .icon img{
		width: 5.5rem;
	}
	.contens-nav-guide .contens-nav li .ttl{
		font-size: 1.25rem;
		margin-top: 1rem;
	}
}
/*　　比較表　　*/
.vehicles-guide .chart-container{
	margin-top: 6.5rem;
}
.chart-container .chart-tbl{
	width: 75rem;
}
.chart-container .chart-tbl thead th{
	background: #EBEBEB;
	width: 12rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #BCBCBC;
	padding: 1.25rem 0.5rem;
}
.chart-container .chart-tbl thead th:first-child{
	position: sticky;
	left: 0;
}
.chart-container .chart-tbl thead th .company{
	font-size: 1.5rem;
}
.chart-container .chart-tbl thead th .price{
	margin-top: 0.5rem;
}
.chart-container .chart-tbl thead th .price span{
	display: inline-block;
	background: #FFFFFF;
	text-align: center;
	border-radius: 1.25rem;
	padding: 0.25rem 2.5rem;
}
.chart-container .chart-tbl tbody th{
	background: #FCFCFC;
	width: 20rem;
	position: sticky;
	left: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	vertical-align: middle;
	border-top: 2px solid #BCBCBC;
	border-right: 2px solid #BCBCBC;
	padding: 1rem 1.25rem;
}
.chart-container .chart-tbl tbody td{
	background: #FCFCFC;
	text-align: center;
	border-top: 2px solid #BCBCBC;
	border-left: 2px solid #BCBCBC;
	padding: 1rem 0.5rem;
}
.chart-container .chart-tbl tbody td:first-child{
	border-left: none;
}
.chart-container .chart-tbl tbody td .icon{
	margin-bottom: 0.75rem;
}
.chart-container .chart-tbl tbody td .icon img{
	width: 2.75rem;
}
.chart-container .chart-tbl tbody td .text{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.2;
}
.chart-container .chart-tbl tbody td .text span{
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0.25rem;
}
.chart-container .chart-tbl tbody td .text span.orange{
	background: #FF6C00;
	padding: 0 0.875rem 0.15rem 0.875rem;
}
.chart-container .chart-tbl tbody td .text span.gray{
	background: #B5B5B5;
	padding: 0 0.25rem 0.15rem 0.25rem;
	margin-top: 0.375rem;
}
.chart-container .chart-tbl tbody td .m-text{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
}
.chart-container .chart-tbl tbody td .s-text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}
.chart-container .chart-tbl tbody td .price{
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.vehicles-guide .chart-container{
		margin-top: 2.75rem;
	}
	.chart-container .chart-tbl{
		width: 26.5rem;
	}
	.chart-container .chart-tbl thead th{
		 width: 5.5rem;
		font-size: 0.625rem;
		border-right: 1px solid #BCBCBC;
		padding: 0.5rem 0.375rem;
	}
	.chart-container .chart-tbl thead th .company{
		font-size: 0.625rem;
	}
	.chart-container .chart-tbl thead th .price{
		margin-top: 0.5rem;
	}
	.chart-container .chart-tbl thead th .price span{
		font-size: 0.625rem;
		padding: 0.25rem;
	}
	.chart-container .chart-tbl tbody th{
		width: 7.5rem;
		font-size: 0.625rem;
		border-top: 1px solid #BCBCBC;
		border-right: 1px solid #BCBCBC;
		padding: 0.5rem 0.375rem;
	}
	.chart-container .chart-tbl tbody td{
		border-top: 1px solid #BCBCBC;
		border-left: 1px solid #BCBCBC;
		padding: 0.5rem 0.375rem;
	}
	.chart-container .chart-tbl tbody td .icon{
		margin-bottom: 0.3125rem;
	}
	.chart-container .chart-tbl tbody td .icon img{
		width: 1rem;
	}
	.chart-container .chart-tbl tbody td .text{
		font-size: 0.625rem;
	}
	.chart-container .chart-tbl tbody td .text span.orange{
		padding: 0 0.5rem 0.1rem 0.5rem;
	}
	.chart-container .chart-tbl tbody td .text span.gray{
		padding: 0 0.25rem 0.1rem 0.25rem;
	}
	.chart-container .chart-tbl tbody td .m-text{
		font-size: 0.625rem;
	}
	.chart-container .chart-tbl tbody td .s-text{
		font-size: 0.5rem;
	}
	.chart-container .chart-tbl tbody td .price{
		font-size: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.vehicles-guide .chart-container{
		margin-top: 4rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide .entry p{
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 3rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	
}
