@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　見出し　　*/
.guide-ttl{
	position: relative;
}
.guide-ttl h2{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.428;
	letter-spacing: 0.05em;
}
.guide-ttl .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.218;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.guide-ttl .roma.blue{
	color: #123D80;
}
@media only screen and (max-width: 767px) {
	.guide-ttl h2{
		font-size: 0.75rem;
	}
	.guide-ttl .roma{
		font-size: 2.5rem;
		line-height: 1;
	}
}
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	position: relative;
	background: url(../img/top/mv.png) no-repeat center bottom;
	background-size: cover;
	padding: 19.625rem 0 18.75rem 0;
}
.mv-view .roma{
	position: absolute;
	top: 15rem;
	left: 6%;
	font-family: "Montserrat", sans-serif;
	color: rgb(242, 244, 245, 0.19);
	font-size: 6.125rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.mv-view .view-box{
	max-width: 1280px;
	color: #FFFFFF;
}
.mv-view .view-box .text-img{
	line-height: 0;
}
.mv-view .view-box .text-img img{
	width: 31.4375rem;
}
.mv-view .view-box h2{
	font-size: 4.4375rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.03em;
	margin-bottom: 1rem;
}
.mv-view .view-box .text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.05em;
}
.mv-view .view-scroll{
	position: absolute;
	bottom: 0;
	right: 3.5rem;
	z-index: 1000;
}
.mv-view .view-scroll:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 9.125rem;
	background: #AEC5DD;
}
.mv-view .view-scroll a{
	display: block;
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
	writing-mode: vertical-lr;
	padding-bottom: 10.125rem;
}
@media only screen and (max-width: 1600px) {
	.mv-view .roma{
		left: 2%;
	}
}
@media only screen and (max-width: 767px) {
	.mv-view{
		background: url(../img/top/sp_mv.png) no-repeat center bottom;
		background-size: cover;
		padding: 11.5rem 0 10rem 0;
	}
	.mv-view .roma{
		width: 100%;
		top: 10rem;
		left: 0;
		font-size: 2.15625rem;
		text-align: center;
	}
	.mv-view .view-box{
		text-align: center;
	}
	.mv-view .view-box .text-img{
		margin-bottom: 0.5rem;
	}
	.mv-view .view-box .text-img img{
		width: 19.0625rem;
	}
	.mv-view .view-box h2{
		font-size: 2.5625rem;
		margin-bottom: 0.5rem;
	}
	.mv-view .view-box .text{
		font-size: 1.03125rem;
	}
	.mv-view .view-scroll{
		display: none;
	}
}
/*　　ソルフィンヨシムラについて　　*/
.front-about{
	padding: 0.5rem 0 6.5rem 0;
}
.front-about .inner::before,
.front-about .inner::after{
	position: absolute;
	content: '';
}
.front-about .inner::before{
	background: url(../img/top/dot1.png) no-repeat;
	background-size: cover;
	width: 45.625rem;
	height: 34.1875rem;
	top: -15rem;
	left: -26rem;
}
.front-about .inner::after{
	background: url(../img/top/dot2.png) no-repeat;
	background-size: cover;
	width: 25rem;
	height: 16rem;
	bottom: -4.25rem;
	right: -25rem;
	z-index: 2;
}
.front-about .contentArea{
	position: relative;
	z-index: 3;
}
.front-about .contentArea::before,
.front-about .contentArea::after{
	position: absolute;
	content: '';
}
.front-about .contentArea::before{
	background: url(../img/top/service_l.png) no-repeat;
	background-size: cover;
	width: 13.6875rem;
	height: 13.6875rem;
	bottom: 0;
	left: -7rem;
}
.front-about .contentArea::after{
	background: url(../img/top/service_r.png) no-repeat;
	background-size: cover;
	width: 19.9375rem;
	height: 31.3125rem;
	bottom: -7.25rem;
	right: -10rem;
	z-index: 3;
}
.front-about .contentArea .guide-ttl{
	margin-bottom: 1rem;
}
.front-about .contentArea h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 2rem;
}
.front-about .contentArea .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.03em;
}
.front-about .contentArea .block_btn{
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.front-about{
		padding: 2rem 0 3rem 0;
	}
	.front-about .inner::before{
		background: url(../img/top/sp_dot1.png) no-repeat;
		background-size: cover;
		width: 19.46875rem;
		height: 16.90625rem;
		top: -9rem;
		left: -11rem;
	}
	.front-about .inner::after{
		width: 12.5rem;
		height: 8rem;
		bottom: -3.25rem;
		right: -4rem;
	}
	.front-about .contentArea::before{
		width: 5.625rem;
		height: 5.625rem;
		bottom: auto;
		top: 3.25rem;
		left: -2.875rem;
	}
	.front-about .contentArea::after{
		background: url(../img/top/sp_service_r.png) no-repeat;
		background-size: cover;
		width: 11.4375rem;
		height: 14.40625rem;
		bottom: auto;
		top: -5.5rem;
		right: -6rem;
	}
	.front-about .contentArea .guide-ttl{
		margin-bottom: 0.75rem;
	}
	.front-about .contentArea h3{
		font-size: 1.4375rem;
		margin-bottom: 1rem;
	}
	.front-about .contentArea .text{
		font-size: 0.9375rem;
		line-height: 1.66;
		text-align: left;
	}
	.front-about .contentArea .block_btn{
		margin-top: 1.5rem;
	}
}
/*　　事業紹介　　*/
.front-service{
	padding: 8rem 0 6.5rem 0;
	z-index: 1;
}
.front-service::before{
	background: url(../img/top/bg_blue.jpg) center no-repeat;
	background-size: cover;
	width: 117.5%;
	height: 100%;
	content: "";
	transform: skewY(-5deg);
	position: absolute;
	top: 0;
	left: -8.75%;
	z-index: -1;
}
.front-service .guide-ttl{
	color: #FFFFFF;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-bottom: 0.5rem;
}
.front-service .guide-ttl .roma{
	color: #FFFFFF;
	margin-right: 1rem;
}
.front-service h3{
	color: #FFFFFF;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.03em;
	margin-bottom: 1rem;
}
.front-service .text{
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.86;
	letter-spacing: 0.03em;
}
.front-service .service-list{
	column-gap: 1.5rem;
	margin-top: 2.5rem;
}
.front-service .service-list .service-items{
	background: #FFFFFF;
	width: calc(33.3333% - 1rem);
	border-radius: 1rem;
	padding: 1rem;
}
.front-service .service-list .service-items:nth-child(1){
	margin-top: 4.5rem;
}
.front-service .service-list .service-items:nth-child(2){
	margin-top: 2.75rem;
}
.front-service .service-list .service-items .imageArea{
	height: 14rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.front-service .service-list .service-items .imageArea img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	transition: .5s ease-in-out;
	border-radius: 0.25rem;
}
.front-service .service-list .service-items a:hover .imageArea img{
	transform: scale(1.1);
}
.front-service .service-list .service-items h4{
	position: relative;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.03em;
}
.front-service .service-list .service-items h4::after{
	content: "";
	position: absolute;
	background: url(../img/icon/arrow_b.svg) no-repeat center;
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.front-service{
		padding: 4.5rem 0 3.75rem 0;
	}
	.front-service .guide-ttl{
		display: block;
		margin-bottom: 1rem;
	}
	.front-service .guide-ttl .roma{
		margin-right: 0;
	}
	.front-service h3{
		font-size: 1.125rem;
	}
	.front-service .text{
		font-size: 0.9375rem;
		line-height: 1.66;
	}
	.front-service .service-list{
		column-gap: 0;
		row-gap: 1rem;
		margin-top: 1.5rem;
	}
	.front-service .service-list .service-items{
		width: 100%;
		border-radius: 0.5rem;
		padding: 0.75rem 0.75rem 1rem 0.75rem;
	}
	.front-service .service-list .service-items:nth-child(1){
		margin-top: 0;
	}
	.front-service .service-list .service-items:nth-child(2){
		margin-top: 0;
	}
	.front-service .service-list .service-items .imageArea{
		height: 12.5rem;
		margin-bottom: 0.75rem;
	}
	.front-service .service-list .service-items h4{
		font-size: 1.125rem;
	}
	.front-service .service-list .service-items h4::after{
		width: 1.25rem;
		height: 1.25rem;
	}
}
/*　　会社情報　　*/
.front-company{
	padding: 11.25rem 0;
	margin-top: -1.875rem;
}
.front-company::before{
	width: 117.5%;
	height: 100%;
	content: "";
	transform: skewY(5deg);
	position: absolute;
	top: 0;
	left: -8.75%;
	z-index: -1;
	background: #EDF3FA;
}
.front-company .inner::before{
	position: absolute;
	content: '';
	background: url(../img/top/dot3.png) no-repeat;
	background-size: cover;
	width: 25rem;
	height: 16rem;
	bottom: -10rem;
	left: -25.6rem;
}
.front-company .imageArea{
	width: 53%;
}
.front-company .contentArea{
	width: 47%;
	padding-right: 1.5rem;
}
.front-company .contentArea .guide-ttl{
	margin-bottom: 2.25rem;
}
.front-company .contentArea h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 2rem;
}
.front-company .contentArea .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.03em;
}
.front-company .contentArea .block_btn{
	margin-top: 2.25rem;
}
@media only screen and (max-width: 767px) {
	.front-company{
		padding: 3.5rem 0 4rem 0;
		margin-top: 1rem;
	}
	.front-company .inner::before{
		width: 12.5rem;
		height: 8rem;
		bottom: -6.5rem;
		left: -1.5rem;
	}
	.front-company .imageArea{
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}
	.front-company .imageArea img{
		width: 85%;
	}
	.front-company .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.front-company .contentArea .guide-ttl{
		margin-bottom: 1rem;
	}
	.front-company .contentArea h3{
		font-size: 1.3125rem;
		margin-bottom: 1rem;
	}
	.front-company .contentArea .text{
		font-size: 0.9375rem;
		line-height: 1.66;
	}
	.front-company .contentArea .block_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
}
/*　　お知らせ / ブログ　　*/
.front-news{
	padding: 6.5rem 0;
}
.front-news .guide-ttl{
	margin-bottom: 1.5rem;
}
.front-news .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-bottom: 2.5rem;
}
.front-news .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.front-news{
		padding: 4.5rem 0 3.5rem 0;
	}
	.front-news .guide-ttl{
		margin-bottom: 1rem;
	}
	.front-news .text{
		font-size: 0.875rem;
		line-height: 1.66;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	.front-news .block_btn{
		margin-top: 2rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	background: url(../img/page-view.jpg) no-repeat;
	background-size: cover;
	padding: 9.125rem 0 6rem 0;
}
.page-view .view-ttl{
	color: #ffffff;
}
.page-view .view-ttl .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.218;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-right: 1.5rem;
}
.page-view .view-ttl h1{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.428;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 6rem 0 4rem 0;
	}
	.page-view .view-ttl{
		display: block;
	}
	.page-view .view-ttl .roma{
		font-size: 2.5rem;
		margin-right: 0;
	}
	.page-view .view-ttl h1{
		font-size: 0.75rem;
	}
}
/**
/* 会社案内 CSS
----------------------------------------------- */
/*　　社長メッセージ　　*/
.message-guide{
	z-index: 1;
	padding: 5.5rem 0 3.75rem 0;
}
.message-guide .message-head{
	position: relative;
	margin-bottom: 3.5rem;
}
.message-guide .message-head .imageArea{
	width: 70%;
	max-width: 76.875rem;
	height: 20.875rem;
}
.message-guide .message-head .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.message-guide .message-head .ttlArea{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.message-guide .message-head .guide-ttl{
	margin-bottom: 1.5rem;
}
.message-guide .message-head h3{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0.03em;
	margin-bottom: 1.5rem;
}
.message-guide .message-head .text-roma{
	color: #123D80;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.1875;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.message-guide .message-body .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.03em;
}
.message-guide .message-body h3{
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.03em;
	margin-top: 2.5rem;
}
.message-guide .message-body .name{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 1.5rem 0 3.5rem 0;
	}
	.message-guide .message-head{
		margin-bottom: 1.5rem;
	}
	.message-guide .message-head .imageArea{
		height: 15.875rem;
	}
	.message-guide .message-head .guide-ttl{
		margin-bottom: 1rem;
	}
	.message-guide .message-head h3{
		font-size: 1.5rem;
		margin-bottom: 1.25rem;
	}
	.message-guide .message-head .text-roma{
		font-size: 0.9375rem;
	}
	.message-guide .message-body .text{
		font-size: 0.9375rem;
		line-height: 1.875;
	}
	.message-guide .message-body h3{
		font-size: 1rem;
		margin-top: 1.5rem;
	}
	.message-guide .message-body .name{
		font-size: 0.9375rem;
	}
}
/*　　企業理念　　*/
.philosophy-guide{
	background: url(../img/company/bg_b.png) no-repeat center top;
	background-size: cover;
	padding: 12.375rem 0 7.5rem 0;
	margin-top: -7.875rem;
}
.philosophy-guide .box{
	position: relative;
	background: #FFFFFF;
	border-radius: 1rem;
	box-shadow: 0 0 1.875rem rgb(28, 91, 119, 0.05);
	padding: 4rem 4.5rem 4.5rem 4.5rem;
}
.philosophy-guide .box::before,
.philosophy-guide .box::after{
	position: absolute;
	content: '';
	width: 25rem;
	height: 16rem;
	top: 50%;
	transform: translateY(-50%);
}
.philosophy-guide .box::before{
	background: url(../img/company/bg_l.png) no-repeat;
	background-size: cover;
	left: -22.6rem;
}
.philosophy-guide .box::after{
	background: url(../img/company/bg_r.png) no-repeat;
	background-size: cover;
	right: -22.6rem;
}
.philosophy-guide .box .box-inner{
	position: relative;
}
.philosophy-guide .box .box-inner::before,
.philosophy-guide .box .box-inner::after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.philosophy-guide .box .box-inner::before{
	background: url(../img/company/icon_l.png) no-repeat;
	background-size: cover;
	width: 18.5625rem;
	height: 31.75rem;
	left: -9.5rem;
}
.philosophy-guide .box .box-inner::after{
	background: url(../img/company/icon_r.png) no-repeat;
	background-size: cover;
	width: 11.8125rem;
	height: 11.8125rem;
	right: -10.6rem;
}
.philosophy-guide .box .guide-ttl{
	margin-bottom: 1.5rem;
}
.philosophy-guide .box h3{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1.5rem;
}
.philosophy-guide .box .text{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
}
.message-guide .contentArea::after{
	background: url(../img/company/bg_r.png) no-repeat;
	background-size: cover;
	width: 7.5rem;
	height: 6.0625rem;
	right: -1.875rem;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.philosophy-guide{
		padding: 7.375rem 0 3rem 0;
		margin-top: -4.875rem;
	}
	.philosophy-guide .box{
		border-radius: 1rem;
		padding: 2rem 1.5rem;
	}
	.philosophy-guide .box::before,
	.philosophy-guide .box::after{
		content: '';
		width: 12.5rem;
		height: 8rem;
		transform: translateY(0%);
	}
	.philosophy-guide .box::before{
		top: -3.5rem;
		left: -5.5rem;
	}
	.philosophy-guide .box::after{
		top: auto;
		bottom: -3.5rem;
		right: -6rem;
	}
	.philosophy-guide .box .box-inner::before,
	.philosophy-guide .box .box-inner::after{
		transform: translateY(0%);
	}
	.philosophy-guide .box .box-inner::before{
		width: 9.28125rem;
		height: 15.875rem;
		top: -6rem;
		left: -4.5rem;
	}
	.philosophy-guide .box .box-inner::after{
		width: 6rem;
		height: 6rem;
		top: auto;
		bottom: -4.5rem;
		right: -2.6rem;
	}
	.philosophy-guide .box .guide-ttl{
		margin-bottom: 1rem;
	}
	.philosophy-guide .box h3{
		font-size: 1.375rem;
		margin-bottom: 1rem;
	}
	.philosophy-guide .box .text{
		font-size: 0.9375rem;
		line-height: 1.875;
		text-align: left;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 6.5rem 0 11.0625rem 0;
}
.company-guide .guide-ttl{
	margin-bottom: 3.5rem;
}
.company-guide .company-tbl th,
.company-guide .company-tbl td{
	line-height: 1.56;
	letter-spacing: 0.06em;
}
.company-guide .company-tbl th{
	width: 10rem;
	font-size: 1.125rem;
	font-weight: 500;
	border-bottom: 1px solid #113D80;
	padding: 2rem 0;
}
.company-guide .company-tbl tr:first-child th{
	border-top: 1px solid #113D80;
}
.company-guide .company-tbl td{
	font-size: 1rem;
	font-weight: 400;
	border-bottom: 1px solid #D5DBE2;
	padding: 2rem 2.5rem 2rem 5rem;
}
.company-guide .company-tbl tr:first-child td{
	border-top: 1px solid #D5DBE2;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.company-guide .company-tbl th{
		width: 6rem;
		font-size: 0.9375rem;
		padding: 1rem 0;
	}
	.company-guide .company-tbl td{
		font-size: 0.875rem;
		padding: 1rem 0.5rem 1rem 1rem;
	}
}
/**
/* ソルフィンヨシムラについて CSS
----------------------------------------------- */
/*　　メッセージ　　*/
.about-wrap .head-guide{
	padding: 5.5rem 0 7.6875rem 0;
}
.about-wrap .head-guide .imageArea{
	position: relative;
	width: 42%;
}
.about-wrap .head-guide .imageArea::after{
	position: absolute;
	background: url(../img/about/dot1.png) no-repeat;
	background-size: cover;
	content: '';
	width: 18.25rem;
	height: 11.6875rem;
	bottom: -3.5rem;
	right: -3.75rem;
}
.about-wrap .head-guide .imageArea img{
	border-radius: 0.5rem;
}
.about-wrap .head-guide .contentArea{
	width: 58%;
	padding-right: 3.5rem;
}
.about-wrap .head-guide .contentArea h2{
	position: relative;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0.03em;
	margin-bottom: 4rem;
}
.about-wrap .head-guide .contentArea h2::after{
	content: "";
	position: absolute;
	background: #113D80;
	width: 12.5rem;
	height: 3px;
	left: 0;
	bottom: -2rem;
}
.about-wrap .head-guide .contentArea h3{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.318;
	letter-spacing: 0.03em;
	margin-bottom: 1.5rem;
}
.about-wrap .head-guide .contentArea h3 span{
	color: #123D80;
}
.about-wrap .head-guide .contentArea .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
	.about-wrap .head-guide{
		padding: 1.5rem 0 4rem 0;
	}
	.about-wrap .head-guide .imageArea{
		width: 100%;
		margin-bottom: 2rem;
	}
	.about-wrap .head-guide .imageArea::after{
		width: 12rem;
		height: 7.6875rem;
		bottom: -2rem;
		right: -5.75rem;
	}
	.about-wrap .head-guide .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.about-wrap .head-guide .contentArea h2{
		font-size: 1.5rem;
		margin-bottom: 3rem;
	}
	.about-wrap .head-guide .contentArea h2::after{
		width: 8.5rem;
		height: 2px;
		bottom: -1.5rem;
	}
	.about-wrap .head-guide .contentArea h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.about-wrap .head-guide .contentArea .text{
		font-size: 0.9375rem;
		line-height: 1.65;
	}
}
/*　　3つの事業領域　　*/
.business-guide{
	padding: 6.25rem 0 7.6875rem 0;
}
.business-guide::before{
	width: 117.5%;
	height: 100%;
	content: "";
	transform: skewY(5deg);
	position: absolute;
	top: 0;
	left: -8.75%;
	z-index: -1;
	background: #EDF3FA;
}
.business-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.business-guide h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}
.business-guide .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}
.business-guide .business-list{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
	margin-top: 2.5rem;
}
.business-list .business-items{
	background: #FFFFFF;
	width: calc(33.3333% - 1rem);
}
.business-list .business-items .imageArea{
	height: 11rem;
	overflow: hidden;
}
.business-list .business-items .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease-in-out;
}
.business-list .business-items a:hover .imageArea img{
	transform: scale(1.1);
}
.business-list .business-items .contentArea{
	padding: 1rem 1rem 1.875rem 1rem;
}
.business-list .business-items .contentArea h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}
.business-list .business-items .contentArea p{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.business-guide{
		padding: 3.5rem 0 4.5rem 0;
	}
	.business-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.business-guide h3{
		font-size: 1.3125rem;
		margin-bottom: 1rem;
	}
	.business-guide .text{
		font-size: 0.9375rem;
		text-align: left;
		line-height: 1.875;
	}
	.business-guide .business-list{
		column-gap: 0;
		row-gap: 1rem;
		margin-top: 1.5rem;
	}
	.business-list .business-items{
		width: 100%;
	}
	.business-list .business-items .imageArea{
		height: 9.5rem;
	}
	.business-list .business-items .contentArea{
		padding: 1rem 1rem 1.25rem 1rem;
	}
	.business-list .business-items .contentArea h3{
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.business-list .business-items .contentArea p{
		font-size: 0.875rem;
	}
}
/*　　3つの強み　　*/
.strengths-guide{
	padding: 7.6875rem 0 5.625rem 0;
}
.strengths-guide::before{
	background: url(../img/about/bg_blue.jpg) center no-repeat;
	background-size: cover;
	width: 117.5%;
	height: 100%;
	content: "";
	transform: skewY(-5deg);
	position: absolute;
	top: 0;
	left: -8.75%;
	z-index: -1;
}
.strengths-guide .guide-ttl{
	color: #FFFFFF;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-bottom: 1.5rem;
}
.strengths-guide .guide-ttl .roma{
	color: #FFFFFF;
	margin-right: 1rem;
}
.strengths-guide h3{
	color: #FFFFFF;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.35;
}
.strengths-guide .strengths-list{
	column-gap: 1.5rem;
}
.strengths-list .strengths-items{
	background: #FFFFFF;
	width: calc(33.3333% - 1rem);
	border-radius: 0.5rem;
	padding: 1.5rem;
}
.strengths-list .strengths-items:nth-child(1){
	margin-top: 5rem;
}
.strengths-list .strengths-items:nth-child(2){
	margin-top: 2.5rem;
}
.strengths-list .strengths-items .imageArea{
	height: 12rem;
	margin-bottom: 1rem;
}
.strengths-list .strengths-items .imageArea img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 0.25rem;
}
.strengths-list .strengths-items h4{
	color: #0B1B34;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}
.strengths-list .strengths-items .text{
	color: #696969;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
}
@media only screen and (max-width: 767px) {
	.strengths-guide{
		padding: 4.5rem 0 3.625rem 0;
	}
	.strengths-guide .guide-ttl{
		display: block;
		margin-bottom: 1rem;
	}
	.strengths-guide .guide-ttl .roma{
		margin-right: 0;
	}
	.strengths-guide h3{
		font-size: 1.125rem;
	}
	.strengths-guide .strengths-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.strengths-list .strengths-items{
		width: 100%;
		padding: 1rem;
	}
	.strengths-list .strengths-items:nth-child(1){
		margin-top: 1.5rem;
	}
	.strengths-list .strengths-items:nth-child(2){
		margin-top: 0;
	}
	.strengths-list .strengths-items .imageArea{
		height: 11rem;
		margin-bottom: 0.875rem;
	}
	.strengths-list .strengths-items h4{
		font-size: 1.125rem;
		margin-bottom: 0.5rem;
	}
	.strengths-list .strengths-items .text{
		font-size: 0.875rem;
	}
}
/*　　未来への視点　　*/
.future-guide{
	padding: 4rem 0 9rem 0;
}
.future-guide .inner::before,
.future-guide .inner::after{
	position: absolute;
	content: '';
}
.future-guide .inner::before{
	background: url(../img/about/future_l.png) no-repeat;
	background-size: cover;
	width: 25.9375rem;
	height: 28.875rem;
	top: -3rem;
	left: -17rem;
}
.future-guide .inner::after{
	background: url(../img/about/future_r.png) no-repeat;
	background-size: cover;
	width: 25rem;
	height: 16rem;
	top: 3rem;
	right: -16rem;
}
.future-guide .guide-ttl{
	margin-bottom: 2rem;
}
.future-guide .guide-ttl .roma{
	line-height: 1;
}
.future-guide .contentArea{
	position: relative;
	z-index: 1;
}
.future-guide .contentArea h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1.5rem;
}
.future-guide .contentArea .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.future-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.future-guide .inner::before{
		width: 12.96875rem;
		height: 14.4375rem;
		top: -4rem;
		left: -11rem;
	}
	.future-guide .inner::after{
		width: 12.5rem;
		height: 8rem;
		top: -7rem;
		right: -6rem;
	}
	.future-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.future-guide .contentArea h3{
		font-size: 1.3125rem;
		margin-bottom: 1.25rem;
	}
	.future-guide .contentArea .text{
		font-size: 0.9375rem;
		text-align: left;
		line-height: 1.875;
	}
}
/**
/* サービス CSS
----------------------------------------------- */
.service-single .service-head-grid{
	padding: 5.5rem 0 4rem 0;
}
.service-single .service-head-grid .guide-ttl{
	margin-bottom: 4.5rem;
}
.service-single .service-head-grid .guide-ttl::before{
	background: #113D80;
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 12.5rem;
	height: 0.1875rem;
}
.service-single .service-head-grid .guide-ttl h2{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.358;
	letter-spacing: 0.03em;
}
.service-single .service-head-grid .guide-ttl .roma{
	font-size: 1.375rem;
	margin-bottom: 1rem;
}
.service-single .service-head-grid .comment p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.03em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.service-single .service-head-grid{
		padding: 2.5rem 0 3rem 0;
	}
	.service-single .service-head-grid .guide-ttl{
		margin-bottom: 3rem;
	}
	.service-single .service-head-grid .guide-ttl::before{
		bottom: -1.375rem;
		width: 8.5rem;
		height: 0.125rem;
	}
	.service-single .service-head-grid .guide-ttl h2{
		font-size: 1.5rem;
	}
	.service-single .service-head-grid .guide-ttl .roma{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.service-single .service-head-grid .comment p{
		font-size: 0.9375rem;
		text-align: left;
	}
}
/*　　対応内容　　*/
.service-single .response-grid{
	background: url(../img/service/bg_blue.jpg) no-repeat top center;
	background-size: cover;
	padding: 4rem 0;
}
.service-single .response-grid .guide-ttl{
	color: #FFFFFF;
	margin-bottom: 2.5rem;
}
.service-single .response-grid .guide-ttl .roma{
	color: #FFFFFF;
}
.service-single .response-grid .response-list{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.service-single .response-grid .response-list .response-items{
	background: #FFFFFF;
	width: calc(33.3333% - 1rem);
	border-radius: 0.5rem;
	padding: 2rem 1rem 1.5rem 1rem;
}
.service-single .response-grid .response-list .response-items h3{
	color: #0B1B34;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 1.5rem;
}
.service-single .response-grid .response-list .response-items ul li{
	position: relative;
	background: #F7F7F7;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.315;
	letter-spacing: 0.03em;
	border-radius: 0.25rem;
	padding: 1rem 1rem 1rem 2.125rem;
}
.service-single .response-grid .response-list .response-items ul li::before{
	content: '●';
	position: absolute;
	left: 1rem;
	top: 1.25rem;
	color: #123D80;
	font-size: 0.625rem;
}
.service-single .response-grid .response-list .response-items ul li + li{
	margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.service-single .response-grid{
		padding: 3.5rem 0 3rem 0;
	}
	.service-single .response-grid .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.service-single .response-grid .response-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.service-single .response-grid .response-list .response-items{
		width: 100%;
		padding: 1.5rem 1rem 1.25rem 1rem;
	}
	.service-single .response-grid .response-list .response-items h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.service-single .response-grid .response-list .response-items ul li{
		font-size: 0.9375rem;
		padding: 0.875rem 0.875rem 0.875rem 1.75rem;
	}
	.service-single .response-grid .response-list .response-items ul li::before{
		left: 0.625rem;
		top: 1.25rem;
		font-size: 0.5rem;
	}
	.service-single .response-grid .response-list .response-items ul li + li{
		margin-top: 0.375rem;
	}
}
/*　　当社の特長・メリット　　*/
.service-single .feature-grid{
	padding: 5rem 0 6rem 0;
}
.service-single .feature-grid .guide-ttl{
	margin-bottom: 4rem;
}
.service-single .feature-grid .feature-list .feature-items{
	align-items: center;
}
.service-single .feature-grid .feature-list .feature-items:not(:last-child){
	margin-bottom: 2.5rem;
}
.service-single .feature-grid .feature-list .feature-items .imageArea{
	width: 36%;
}
.service-single .feature-grid .feature-list .feature-items .contentArea{
	width: 64%;
	padding-left: 3.5rem;
}
.service-single .feature-grid .feature-list .feature-items .no{
	font-family: "Montserrat", sans-serif;
	color: #123D80;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.service-single .feature-grid .feature-list .feature-items h3{
	position: relative;
	color: #0B1B34;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
	margin-bottom: 2.5rem;
}
.service-single .feature-grid .feature-list .feature-items h3::before{
	background: #D5DBE2;
	content: "";
	position: absolute;
	bottom: -1.5rem;
	right: 0;
	width: calc(100% + 3.5rem);
	height: 1px;
}
.service-single .feature-grid .feature-list .feature-items .text{
	color: #696969;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
}
@media only screen and (max-width: 767px) {
	.service-single .feature-grid{
		padding: 3.5rem 0 3rem 0;
	}
	.service-single .feature-grid .guide-ttl{
		margin-bottom: 2rem;
	}
	.service-single .feature-grid .feature-list .feature-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.service-single .feature-grid .feature-list .feature-items .imageArea{
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.service-single .feature-grid .feature-list .feature-items .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.service-single .feature-grid .feature-list .feature-items .no{
		font-size: 1.25rem;
		margin-bottom: 0.375rem;
	}
	.service-single .feature-grid .feature-list .feature-items h3{
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}
	.service-single .feature-grid .feature-list .feature-items h3::before{
		bottom: -0.75rem;
		width: 100%;
	}
	.service-single .feature-grid .feature-list .feature-items .text{
		font-size: 0.9375rem;
	}
}
/*　　主な用途・納入先例　　*/
.service-single .purpose-grid{
	background: url(../img/service/bg_b.png) no-repeat top center;
	background-size: cover;
	padding: 6rem 0 10rem 0;
}
.service-single .purpose-grid .guide-ttl{
	margin-bottom: 2.5rem;
}
.service-single .purpose-grid .guide-ttl .roma{
	line-height: 1;
}
.service-single .purpose-grid .purpose-tbl{
	max-width: 1000px;
	margin: 0 auto;
}
.service-single .purpose-grid .purpose-tbl thead tr th{
	background: #BFD5E3;
	color: #0B1B34;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.03em;
	padding: 1rem 2.5rem;
}
.service-single .purpose-grid .purpose-tbl thead tr th:first-child{
	width: 21.875rem;
	border-right: 1px solid #E5E5E5;
}
.service-single .purpose-grid .purpose-tbl tbody tr th,
.service-single .purpose-grid .purpose-tbl tbody tr td{
	background: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
	border-bottom: 1px solid #E5E5E5;
	padding: 1.5rem 2.5rem;
}
.service-single .purpose-grid .purpose-tbl tbody tr th{
	width: 21.875rem;
	border-right: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
	.service-single .purpose-grid{
		padding: 3.5rem 0 4rem 0;
	}
	.service-single .purpose-grid .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.service-single .purpose-grid .purpose-tbl{
		width: 35rem;
	}
	.service-single .purpose-grid .purpose-tbl thead tr th{
		font-size: 1rem;
		padding: 1rem;
	}
	.service-single .purpose-grid .purpose-tbl thead tr th:first-child{
		width: 12rem;
	}
	.service-single .purpose-grid .purpose-tbl tbody tr th,
	.service-single .purpose-grid .purpose-tbl tbody tr td{
		font-size: 0.9375rem;
		padding: 1.25rem 1rem;
	}
	.service-single .purpose-grid .purpose-tbl tbody tr th{
		width: 12rem;
	}
}
/**
/* 海外拠点 CSS
----------------------------------------------- */
.base-wrap .head-guide{
	padding: 5.5rem 0 5rem 0;
}
.base-wrap .head-guide h2{
	position: relative;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.358;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 4.5rem;
}
.base-wrap .head-guide h2::before{
	background: #113D80;
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 12.5rem;
	height: 0.1875rem;
}
.base-wrap .head-guide .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.03em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.base-wrap .head-guide{
		padding: 2.5rem 0 3rem 0;
	}
	.base-wrap .head-guide h2{
		font-size: 1.5rem;
		margin-bottom: 3rem;
	}
	.base-wrap .head-guide h2::before{
		bottom: -1.375rem;
		width: 8.5rem;
		height: 0.125rem;
	}
	.base-wrap .head-guide .text{
		font-size: 0.9375rem;
		text-align: left;
	}
}
/*　　マップ　　*/
.bases-map{
	background: url(../img/top/bg_blue.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
	.bases-map{
		padding-bottom: 1rem;
	}
	.bases-map .inner-wrap{
		width: calc(100% - 1rem);
	}
}
/*　　拠点一覧　　*/
.bases-guide .bases-body{
	position: relative;
	padding: 5.5rem 0 10rem 0;
}
.bases-guide .bases-body::before{
	background: url(../img/service/bg_b.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 46.25rem;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bases-body .guide-ttl{
	margin-bottom: 3rem;
}
.bases-body .bases-list{
	column-gap: 5rem;
	row-gap: 4.5rem;
}
.bases-list .bases-items{
	width: calc(50% - 2.5rem);
}
.bases-list .bases-items .mapArea{
	line-height: 1;
	margin-bottom: 1.5rem;
}
.bases-list .bases-items .mapArea iframe{
	width: 100%;
	height: 17.5rem;
}
.bases-list .bases-items .ttl{
	display: flex;
	align-items: center;
	color: #0B1B34;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #D5DBE2;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
}
.bases-list .bases-items .ttl span{
	width: 3rem;
	margin-right: 1.5rem;
}
.bases-list .bases-items .bases-detail p{
	color: #696969;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}
@media only screen and (max-width: 767px) {
	.bases-guide .bases-body{
		padding: 3.5rem 0 5rem 0;
	}
	.bases-guide .bases-body::before{
		height: 20rem;
	}
	.bases-body .guide-ttl{
		margin-bottom: 2rem;
	}
	.bases-body .bases-list{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	.bases-list .bases-items{
		width: 100%;
	}
	.bases-list .bases-items .mapArea{
		margin-bottom: 1.25rem;
	}
	.bases-list .bases-items .mapArea iframe{
		height: 14.5rem;
	}
	.bases-list .bases-items .ttl{
		font-size: 1.125rem;
		padding-bottom: 1.125rem;
	}
	.bases-list .bases-items .ttl span{
		width: 2rem;
		margin-right: 1rem;
	}
	.bases-list .bases-items .bases-detail p{
		font-size: 0.9375rem;
		line-height: 1.66;
	}
}
/**
/* お知らせ / ブログ CSS
----------------------------------------------- */
/*　　一覧　　*/
.news-guide{
	padding: 5.5rem 0 6.5rem 0;
}
.news-list .news-items{
	margin-bottom: 1rem;
}
.news-list .news-items a{
	background: #F8F8F8;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.5rem 2rem;
}
.news-list .news-items dt{
	width: 15rem;
	display: flex;
	align-items: center;
}
.news-list .news-items .date{
	font-family: "Montserrat", sans-serif;
	color: #161C38;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.03em;
}
.news-list .news-items .category{
	line-height: 0;
	margin-left: 2rem;
}
.news-list .news-items .category span{
	display: inline-block;
	background: #123D80;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	padding: 0.125rem 0.5rem;
}
.news-list .news-items dd{
	position: relative;
	width: calc(100% - 15rem);
	color: #161C38;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-right: 2.5rem;
}
.news-list .news-items a dd::after{
	content: "";
	position: absolute;
	background: url(../img/icon/arrow_b.svg) no-repeat center;
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-list .news-items a:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.news-guide{
		padding: 1.5rem 0 3.5rem 0;
	}
	.news-list .news-items{
		margin-bottom: 0.5rem;
	}
	.news-list .news-items a{
		padding: 0.75rem;
	}
	.news-list .news-items dt{
		width: 100%;
		margin-bottom: 0.325rem;
	}
	.news-list .news-items .date{
		font-size: 0.85rem;
	}
	.news-list .news-items .category{
		margin-left: 1rem;
	}
	.news-list .news-items .category span{
		font-size: 0.625rem;
	}
	.news-list .news-items dd{
		width: 100%;
		font-size: 0.9375rem;
		padding-right: 1.5rem;
	}
	.news-list .news-items a dd::after{
		width: 1.25rem;
		height: 1.25rem;
	}
}
/*　　詳細　　*/
.single-guide{
	padding: 5.5rem 0 8rem 0;
}
.single-guide article{
	border-bottom: 1px solid #7288AC;
	padding-bottom: 4.5rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #7288AC;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}
.single-guide .entry-header .category{
	margin-bottom: 0.875rem;
}
.single-guide .entry-header .category span{
	display: inline-block;
	background: #123D80;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	padding: 0.125rem 0.5rem;
}
.single-guide .entry-dete .dete{
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-right: 1rem;
}
.single-guide .entry-dete .dete span{
	display: inline-block;
	width: 1rem;
	margin-right: 0.5rem;
}
.single-guide .entry-header h2{
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1rem;
}
.single-guide .entry-body figure{
	margin-bottom: 2rem;
}
.single-guide .entry-body h2{
	background: #F8F8F8;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.45;
	border-left: 0.25rem solid #123D80;
	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.45;
	padding-left: 1.25rem;
	margin-bottom: 1.25rem;
}
.single-guide .entry-body h3::before{
	position: absolute;
	background: #123D80;
	top: 0.75rem;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.625rem;
	height: 0.625rem;
}
.single-guide .entry-body h4{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1.25rem;
}
.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 ul.wp-block-list{
	margin: 3rem 0;
}
.single-guide .entry-body ul.wp-block-list li{
	position: relative;
	color: #2F241D;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	padding-left: 1.5rem;
}
.single-guide .entry-body ul.wp-block-list li::before{
	content: '';
	background: url(../img/icon/check_b.png) no-repeat center;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0.375rem;
}
.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: #123D80;
	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: #F8F8F8;
	border: 1px solid #123D80;
	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: #123D80;
	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{
	color: #123D80;
	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 .return_btn{
	width: 19.25rem;
}
.single-guide .page-nav ul .return_btn .btn{
	position: relative;
	background: #E27416;
	display: block;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	border-radius: 3rem;
	box-shadow: 2px 5px 0 rgb(0, 0, 0, 0.1);
	padding: 1rem 1.5rem;
}
@media only screen and (max-width: 767px) {
	.single-guide{
		padding: 1.5rem 0 4.5rem 0;
	}
	.single-guide article{
		padding-bottom: 2.5rem;
	}
	.single-guide .entry-header{
		padding-bottom: 1rem;
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-header .category{
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-header .category span{
		font-size: 0.625rem;
	}
	.single-guide .entry-dete .dete span{
		width: 1rem;
		margin-right: 0.5rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body figure{
		margin-bottom: 2rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
		padding: 0.5rem 0.875rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.0625rem;
		padding-left: 1.125rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h3::before{
		top: 0.625rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.single-guide .entry-body h4{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.9375rem;
		line-height: 1.85;
	}
	.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;
		padding-left: 1.5rem;
	}
	.single-guide .entry-body ul.wp-block-list li::before{
		top: 0.25rem;
	}
	.single-guide .entry-body ul.wp-block-list li:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body ol.wp-block-list{
		margin: 1.5rem 0;
	}
	.single-guide .entry-body ol.wp-block-list li{
		font-size: 0.9375rem;
		padding-left: 1.5rem;
	}
	.single-guide .entry-body ol.wp-block-list li::before{
		font-size: 1.125rem;
	}
	.single-guide .entry-body ol.wp-block-list li:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body .wp-block-quote{
		padding: 1rem 1rem 1rem 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{
		text-align: center;
		margin-top: 2rem;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contact-guide{
	padding: 5.5rem 0 8rem 0;
}
.contact-guide h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 2rem;
}
.contact-guide .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-bottom: 3rem;
}
.contact-guide .form-box{
	margin-bottom: 3rem;
}
.form-box table th,
.form-box table td{
	padding: 1.5rem 0;
}
.form-box table tr:last-child th,
.form-box table tr:last-child td{
	border-bottom: none;
}
.form-box table th{
	width: 16rem;
	font-size: 1rem;
	font-weight: 500;
	vertical-align: top;
	border-bottom: 1px solid #113D80;
}
.form-box table th .ttl{
	padding: 0.9375rem 0;
}
.form-box table th span{
	display: inline-block;
	color: #dc3232;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25;
	margin-left: 1rem;
}
.form-box table td{
	font-size: 1rem;
	font-weight: 400;
	vertical-align: middle;
	border-bottom: 1px solid #D5DBE2;
	padding: 1.5rem 0 1.5rem 2rem;
}
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: #8E8E8E;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #8E8E8E;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #8E8E8E;
}
textarea{
	height: 10.75rem;
}
select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.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: #006FB1;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.65;
	margin: 0 2rem 0 0;
}
.contact-guide .acceptance-text{
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-top: 1.5625rem;
}
.contact-guide .acceptance-text .wpcf7-list-item {
	margin: 0;
}
.contact-guide .acceptance-text label{
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.contact-guide .acceptance-text .wpcf7-list-item-label span{
	color: #dc3232;
	font-size: 0.875rem;
	margin-left: 0.5rem;
}
.contact-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;
}
.contact-guide .acceptance:checked{
	background-color: #006FB1;
	border: 2px solid #006FB1;
}
.contact-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: 2rem;
}
.submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 22.5rem;
}
input[type="submit"] {
	display: block;
	width: 100%;
	background: #E27416;
	border: none;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	cursor: pointer;
	border-radius: 3rem;
	box-shadow: 2px 5px 0 rgb(0, 0, 0, 0.1);
	padding: 1rem 1.5rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 1.5rem 0 4rem 0;
	}
	.contact-guide h3{
		font-size: 1.25rem;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	.contact-guide .p-text{
		font-size: 0.9375rem;
		line-height: 1.66;
		text-align: left;
		margin-bottom: 2rem;
	}
	.contact-guide .form-box{
		margin-bottom: 1rem;
	}
	.form-box table th,
	.form-box table td{
		display: block;
		padding: 1.5rem 0;
	}
	.form-box table tr:last-child th,
	.form-box table tr:last-child td{
		border-bottom: none;
	}
	.form-box table th{
		width: 100%;
		font-size: 0.9375rem;
		border-bottom: none;
		padding: 1rem 0 0.5rem 0;
	}
	.form-box table th .ttl{
		padding: 0;
	}
	.form-box table td{
		font-size: 0.9375rem;
		padding: 0 0 1rem 0;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.9375rem;
		padding: 1rem;
		border-radius: 0.25rem;
	}
	textarea{
		height: 8rem;
	}
	.select-wrap:after {
		right: 1.25rem;
		top: 1.5rem;
		border-width: 0.5rem 0.375rem 0 0.375rem;
	}
	.form-box .form-tbl td .wpcf7-radio{
		padding: 1rem 0 0 0;
	}
	.form-box .form-tbl td .wpcf7-radio label{
		column-gap: 4px;
	}
	.form-box .form-tbl td .wpcf7-radio input[type=radio]{
		width: 1.25rem;
		height: 1.25rem;
	}
	.form-box .form-tbl td .wpcf7-radio input[type=radio]:checked::after{
		width: 0.75rem;
		height: 0.75rem;
	}
	.wpcf7-list-item {
		margin: 0 1rem 0 0;
	}
	.contact-guide .acceptance-text{
		font-size: 0.9375rem;
		margin-top: 1.5625rem;
	}
	.contact-guide .acceptance-text label{
		column-gap: 0.625rem;
	}
	.contact-guide .acceptance-text .wpcf7-list-item-label span{
		color: #dc3232;
		font-size: 0.875rem;
		margin-left: 0.5rem;
	}
	.contact-guide .acceptance{
		width: 1.75rem;
		height: 1.75rem;
		border: 2px solid #DDDDDD;
	}
	.contact-guide .acceptance:checked{
		border: 2px solid #006FB1;
	}
	.contact-guide .acceptance:checked::after{
		top: 0.4375rem;
		left: 0.25rem;
		width: 1rem;
		height: 0.5rem;
		border-bottom: 3px solid #ffffff;
		border-left: 3px solid #ffffff;
	}
	.form-captcha{
		margin-top: 1rem;
	}
	.submit_btn{
		margin-top: 1.5rem;
	}
	.submit_btn li{
		max-width: 18.875rem;
	}
	input[type="submit"] {
		font-size: 0.9375rem;
		padding: 0.875rem;
		box-shadow: 1px 5px 0 rgb(0, 0, 0, 0.1);
	}
}
/*　　プライバシーポリシー　　*/
.contact-guide .privacy-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
	text-align: center;
	margin-bottom: 2rem;
}
.contact-guide .privacy-box{
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 1rem 2.5rem;
}
.contact-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;
}
.contact-guide .privacy-box .privacy{
	height: 10rem;
	overflow-y: scroll;
}
.contact-guide .privacy-box h4{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.contact-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) {
	.contact-guide .privacy-text{
		font-size: 0.875rem;
		margin-bottom: 1.5rem;
	}
	.contact-guide .privacy-box{
		padding: 1rem;
	}
	.contact-guide .privacy-box h3{
		font-size: 1rem;
		margin-bottom: 0.375rem;
	}
	.contact-guide .privacy-box .privacy{
		height: 6rem;
	}
	.contact-guide .privacy-box h4{
		font-size: 0.9375rem;
		margin-bottom: 0.375rem;
	}
	.contact-guide .privacy-box p{
		font-size: 0.75rem;
		margin-bottom: 1rem;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contens-contact-guide{
	background: url(../img/contact_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3rem 0;
}
.contens-contact-guide .roma{
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0.5rem;
}
.contens-contact-guide h2{
	color: #ffffff;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 0.5rem;
}
.contens-contact-guide .text{
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 2rem;
}
.contens-contact-guide .contact-grid{
	background: #ffffff;
	column-gap: 6rem;
	padding: 2.5rem;
}
.contens-contact-guide .contact-grid .contact-items{
	position: relative;
	width: calc(50% - 3rem);
	text-align: center;
}
.contens-contact-guide .contact-items:first-child::after{
	background: #7288AC;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: -3rem;
	top: 50%;
	transform: translateY(-50%);
}
.contens-contact-guide .contact-items h3{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}
.contens-contact-guide .contact-items .tel-btn li a{
	font-family: "Montserrat", ui-sans-serif;
	color: #161C38;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.25;
}
.contens-contact-guide .contact-items .tel-btn li a span{
	margin-right: 0.5rem;
}
.contens-contact-guide .contact-items .tel-btn li a span img{
	width: 2rem;
	margin-top: -0.25rem;
}
.contens-contact-guide .contact-items .hours{
	color: #5D636A;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
}
.contens-contact-guide .contact-btn li{
	display: inline-block;
	width: 100%;
	max-width: 23.75rem;
}
.contens-contact-guide .contact-items .contact-btn li a{
	position: relative;
	background: #E27416;
	display: block;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	border-radius: 3rem;
	box-shadow: 2px 5px 0 rgb(0, 0, 0, 0.1);
	padding: 1.125rem 1.5rem 0.875rem 1.5rem;
}
.contens-contact-guide .contact-items .contact-btn li a span{
	display: inline-block;
	margin-right: 1.5rem;
}
.contens-contact-guide .contact-items .contact-btn li a span img{
	width: 2rem;
}
.contens-contact-guide .contact-items .contact-btn li a:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide{
		background: url(../img/sp_contact_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 2rem 0;
	}
	.contens-contact-guide .inner{
		width: calc(100% - 1.5rem);
	}
	.contens-contact-guide .roma{
		font-size: 1.25rem;
		line-height: 1.25;
		margin-bottom: 0.625rem;
	}
	.contens-contact-guide h2{
		font-size: 1.4375rem;
		margin-bottom: 0.5rem;
	}
	.contens-contact-guide .text{
		font-size: 0.9375rem;
		line-height: 1.46;
		margin-bottom: 0.625rem;
	}
	.contens-contact-guide .contact-grid{
		width: calc(100% - 1.5rem);
		column-gap: 0;
		row-gap: 3.5rem;
		padding: 1.75rem 1.25rem 2.25rem 1.25rem;
		margin: 0 auto;
	}
	.contens-contact-guide .contact-grid .contact-items{
		width: 100%;
		text-align: center;
	}
	.contens-contact-guide .contact-items:first-child::after{
		width: 16rem;
		height: 1px;
		right: 50%;
		bottom: -1.75rem;
		top: auto;
		transform: translate(50%, 0%);
	}
	.contens-contact-guide .contact-items h3{
		font-size: 1rem;
		line-height: 1.35;
		margin-bottom: 0.5rem;
	}
	.contens-contact-guide .contact-items .tel-btn li{
		display: inline-block;
		width: 100%;
		max-width: 17.875rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a{
		position: relative;
		background: #FFFFFF;
		display: block;
		font-size: 1.25rem;
		border: 2px solid #E27416;
		border-radius: 3rem;
		box-shadow: 1px 5px 0 rgb(0, 0, 0, 0.1);
		padding: 0.875rem 1rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a span img{
		width: 1.5rem;
	}
	.contens-contact-guide .contact-items .hours{
		font-size: 0.875rem;
		margin-top: 0.875rem;
	}
	.contens-contact-guide .contact-btn{
		 margin-top: 1rem;
	}
	.contens-contact-guide .contact-btn li{
		max-width: 23.75rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a{
		font-size: 0.9375rem;
		padding: 1.125rem 1.25rem 0.875rem 1.25rem;
		box-shadow: 1px 5px 0 rgb(0, 0, 0, 0.1);
	}
	.contens-contact-guide .contact-items .contact-btn li a span{
		margin-right: 0.5rem;
	}
	.contens-contact-guide .contact-items .contact-btn li a span img{
		 width: 1.5rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide{
	padding: 5.5rem 0 8rem 0;
}
.error-guide .entry p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 2rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide{
		padding: 1.5rem 0 4.5rem 0;
	}
	.error-guide .entry p{
		font-size: 0.9375rem;
	}
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}
