@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　見出し　　*/
.guide-ttl{
	position: relative;
}
.guide-ttl .roma{
	font-family: "Cal Sans", sans-serif;
	font-size: 6.5625rem;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}
.guide-ttl h2{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: -0.5rem;
}
.guide-ttl .roma.blue{
	display: inline-block;
	background: #0059D1;
	background: radial-gradient(circle,rgba(0, 89, 209, 1) 0%, rgba(0, 45, 105, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.guide-ttl .roma.white,
.guide-ttl h2.white{
	color: #FFFFFF;
}
.guide-ttl .roma.g-orange{
	display: inline-block;
	background: #EB4800;
	font-size: 7.9375rem;
	line-height: 0.85;
	background: radial-gradient(circle,rgba(235, 72, 0, 1) 0%, rgba(248, 162, 0, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.guide-ttl .roma.orange{
	color: #ED5001;
	font-size: 7.9375rem;
	margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
	.guide-ttl .roma{
		font-size: 3.4375rem;
	}
	.guide-ttl h2{
		font-size: 0.875rem;
		margin-top: -0.5rem;
	}
	.guide-ttl .roma.g-orange{
		font-size: 3rem;
	}
	.guide-ttl .roma.orange{
		font-size: 3.125rem;
		line-height: 1;
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl .roma{
		font-size: 4.5625rem;
	}
	.guide-ttl .roma.g-orange{
		font-size: 5.5rem;
	}
	.guide-ttl .roma.orange{
		font-size: 5.5rem;
		margin-right: 1.5rem;
	}
}
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
.Ani-ttl{
	transform: translateY(1rem);
	transition: opacity 0.5s cubic-bezier(0.7, 0, 1, 1), transform 0.5s cubic-bezier(0.7, 0, 1, 1);
}
.Ani-ttl.active{
	transform: translateY(0);
}
.decoration-text-container{
	position: relative;
}
.decoration-text-container .decoration-text{
	display: flex;
	font-family: "Cal Sans", sans-serif;
	font-size: 9.9375rem;
	font-weight: 400;
	line-height: 1.175;
	white-space: nowrap;
	overflow: hidden;
}
.decoration-text-container .decoration-text div:first-child {
	-webkit-animation: loopLeft1 80s -40s linear infinite;
	animation: loopLeft1 80s -40s linear infinite;
}
.decoration-text-container .decoration-text div:last-child {
	-webkit-animation: loopLeft2 80s linear infinite;
	animation: loopLeft2 80s linear infinite;
}
@-webkit-keyframes loopLeft1 {
	0% {
		-webkit-transform: translateX(100%);
			transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
	}
}
@keyframes loopLeft2 {
	0% {
		-webkit-transform: translateX(0);
			transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
			transform: translateX(-200%);
	}
}
@media only screen and (max-width: 767px) {
	.decoration-text-container .decoration-text{
		font-size: 5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.decoration-text-container .decoration-text{
		font-size: 7.5rem;
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
.front-wrap{
	padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
	.front-wrap{
		padding-bottom: 4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-wrap{
		padding-bottom: 6rem;
	}
}
/*　　MV　　*/
.mv-view{
	position: relative;
	padding: 34.25rem 0 8.625rem 0;
}
.mv-view:before{
	content: "";
	background: url(../img/top/mv.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.mv-view .inner-wrap{
	max-width: 1650px;
}
.mv-view .view-box{
	color: #FFFFFF;
}
.mv-view .view-box h2{
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.mv-view .view-box .roma{
	font-family: "Cal Sans", sans-serif;
	font-size: 7.9375rem;
	font-weight: 400;
	line-height: 0.93;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.mv-view .view-box .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.mv-view{
		padding: 12.5rem 0 3.4375rem 0;
	}
	.mv-view:before{
		clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
	}
	.mv-view .view-box h2{
		font-size: 1.375rem;
	}
	.mv-view .view-box .roma{
		font-size: 2.9375rem;
		margin-bottom: 0.375rem;
	}
	.mv-view .view-box .text{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view{
		padding: 16.25rem 0 5.625rem 0;
	}
	.mv-view .view-box h2{
		font-size: 2rem;
	}
	.mv-view .view-box .roma{
		font-size: 5.5rem;
	}
}
/*　　事業案内　　*/
.front-service{
	padding: 1rem 0 10rem 0;
}
.front-service:before{
	width: 117.5%;
	height: 100%;
	content: "";
	background: #F7F7F7;
	transform: skewY(5deg);
	position: absolute;
	top: 0;
	left: -8.75%;
	z-index: -1;
}
.front-service .decoration-text-container{
	position: absolute;
	top: 38%;
}
.front-service .decoration-text-container .decoration-text{
	color: #FFFFFF;
}
.front-service .imageArea{
	width: 50%;
	margin-top: -1rem;
}
.front-service .contentArea{
	position: relative;
	width: 50%;
	padding-left: 3.25rem;
}
.front-service .contentArea h2{
	position: absolute;
	height: 100%;
	top: 0.3125rem;
	left: 0;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.front-service .contentArea h2 span{
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	text-orientation: sideways;
	padding-top: 1.625rem;
}
.front-service .contentArea h2 span::before,
.front-service .contentArea h2 span::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
}
.front-service .contentArea h2 span::before{
	background: #012D69;
	width: 0.625rem;
	height: 0.625rem;
	top: 0;
	border-radius: 100%;
}
.front-service .contentArea h2 span::after{
	background: #C7C7C7;
	width: 1px;
	height: 82%;
	bottom: 0;
}
.front-service .guide-ttl{
	margin-bottom: 2.25rem;
}
.front-service .guide-ttl .roma{
	line-height: 0.85;
}
.front-service .contentArea h3{
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 1rem;
}
.front-service .contentArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.front-service .contentArea .block_btn{
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.front-service{
		padding: 1rem 0 6rem 0;
	}
	.front-service .decoration-text-container{
		top: 86%;
	}
	.front-service .imageArea{
		width: 100%;
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
	.front-service .contentArea{
		width: 100%;
		padding-left: 2rem;
	}
	.front-service .contentArea h2 span{
		font-size: 0.9375rem;
		padding-top: 1.125rem;
	}
	.front-service .contentArea h2 span::after{
		height: 80%;
	}
	.front-service .guide-ttl{
		margin-bottom: 1rem;
	}
	.front-service .contentArea h3{
		font-size: 1.375rem;
		margin-bottom: 1rem;
	}
	.front-service .contentArea .p-text{
		font-size: 0.9375rem;
		line-height: 1.7;
	}
	.front-service .contentArea .block_btn{
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-service{
		padding: 1rem 0 6rem 0;
	}
	.front-service .decoration-text-container{
		top: 35%;
	}
	.front-service .imageArea{
		margin-top: -0.5rem;
	}
	.front-service .contentArea{
		padding-left: 2.5rem;
	}
	.front-service .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.front-service .guide-ttl .roma{
		line-height: 0.85;
	}
	.front-service .contentArea h3{
		font-size: 1.875rem;
	}
	.front-service .contentArea .p-text{
		line-height: 2;
	}
	.front-service .contentArea .block_btn{
		margin-top: 2rem;
	}
}
/*　　会社案内　　*/
.front-company{
	padding: 0 0 12.5rem 0;
	z-index: 2;
}
.front-company::before,
.front-company::after{
	content: "";
	position: absolute;
	transform: skewY(-6deg);
	left: -8.75%;
}
.front-company::before{
	background: #0059D1;
	background: linear-gradient(230deg,rgba(0, 89, 209, 1) 0%, rgba(0, 45, 105, 1) 100%);
	width: 90%;
	max-width: 1460px;
	height: 14rem;
	top: 0;
	left: 0;
	z-index: -2;
}
.front-company::after{
	background: url(../img/top/company_bg.jpg) center no-repeat;
	background-size: cover;
	width: 117.5%;
	height: calc(100% - 14.5rem);
	bottom: 5rem;
	z-index: -1;
}
.front-company .inner-wrap{
	max-width: 1250px;
}
.front-company .imageArea{
	width: 47%;
	margin-right: -10%;
}
.front-company .contentArea{
	position: relative;
	width: 63%;
	padding-left: 3.25rem;
}
.front-company .contentArea h2{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.front-company .contentArea h2 span{
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	text-orientation: sideways;
	padding-top: 1.625rem;
}
.front-company .contentArea h2 span::before,
.front-company .contentArea h2 span::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
}
.front-company .contentArea h2 span::before{
	background: #FFFFFF;
	width: 0.625rem;
	height: 0.625rem;
	top: 0;
	border-radius: 100%;
}
.front-company .contentArea h2 span::after{
	background: #FFFFFF;
	width: 1px;
	height: 75%;
	bottom: 0;
}
.front-company .guide-ttl{
	color: #FFFFFF;
	margin-bottom: 2rem;
}
.front-company .guide-ttl .roma{
	line-height: 0.85;
}
.front-company .contentArea h3{
	color: #FFFFFF;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 1rem;
}
.front-company .contentArea .p-text{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.front-company .contentArea .block_btn{
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.front-company{
		padding: 1.625rem 0 3.5rem 0;
	}
	.front-company::before{
		width: 80%;
		height: 5rem;
	}
	.front-company::after{
		height: calc(100% - 1.5rem);
		bottom: 0;
	}
	.front-company .imageArea{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	.front-company .contentArea{
		width: 100%;
		padding-left: 2rem;
	}
	.front-company .contentArea h2 span{
		font-size: 0.9375rem;
		padding-top: 1.125rem;
	}
	.front-company .contentArea h2 span::after{
		height: 73%;
	}
	.front-company .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.front-company .contentArea h3{
		font-size: 1.375rem;
		margin-bottom: 1rem;
	}
	.front-company .contentArea .p-text{
		font-size: 0.9375rem;
		line-height: 1.7;
	}
	.front-company .contentArea .block_btn{
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-company{
		padding: 4.625rem 0 8rem 0;
	}
	.front-company::before{
		height: 9rem;
	}
	.front-company::after{
		height: calc(100% - 11rem);
		bottom: 3rem;
	}
	.front-company .imageArea{
		width: 45%;
		margin-right: -3%;
	}
	.front-company .contentArea{
		width: 58%;
		padding-left: 2.5rem;
		padding-right: 1rem;
	}
	.front-company .contentArea h3{
		font-size: 1.875rem;
		margin-bottom: 0.5rem;
	}
	.front-company .contentArea .p-text{
		line-height: 2;
	}
	.front-company .contentArea .block_btn{
		margin-top: 2rem;
	}
}
/*　　採用情報　　*/
.front-recruit{
	padding: 3rem 0 4.25rem 0;
}
.front-recruit .decoration-text-container{
	position: absolute;
	bottom: 18%;
}
.front-recruit .decoration-text-container .decoration-text{
	color: #F7F7F7;
}
.front-recruit .inner-wrap{
	width: 96%;
	max-width: 1488px;
}
.front-recruit .guide-ttl{
	margin-bottom: 1rem;
}
.front-recruit .guide-ttl .roma{
	line-height: 1;
}
.front-recruit .guide-ttl h2{
	margin-top: 0;
}
.front-recruit h3{
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 1rem;
}
.front-recruit .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}
.front-recruit .recruit-nav{
	column-gap: 1.5rem;
	margin-top: 3rem;
}
.recruit-nav .recruit-items{
	width: calc(33.3333% - 1rem);
	padding: 4rem 2rem;
}
.recruit-nav .recruit-items:nth-child(1){
	background: url(../img/top/recruit-nav_bg1.jpg) center center no-repeat;
	background-size: cover;
}
.recruit-nav .recruit-items:nth-child(2){
	background: url(../img/top/recruit-nav_bg2.jpg) center center no-repeat;
	background-size: cover;
}
.recruit-nav .recruit-items:nth-child(3){
	background: url(../img/top/recruit-nav_bg3.jpg) center center no-repeat;
	background-size: cover;
}
.recruit-nav .recruit-items .icon img{
	max-width: 8.5rem;
}
.recruit-nav .recruit-items .block_btn{
	margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
	.front-recruit{
		padding: 4rem 0 3rem 0;
	}
	.front-recruit .decoration-text-container{
		bottom: 0;
	}
	.front-recruit .inner-wrap{
		width: calc(100% - 2.5rem);
	}
	.front-recruit h3{
		font-size: 1.375rem;
	}
	.front-recruit .p-text{
		font-size: 0.9375rem;
		text-align: left;
	}
	.front-recruit .recruit-nav{
		column-gap: 0;
		margin-top: 1.5rem;
	}
	.recruit-nav .recruit-items{
		width: 100%;
		padding: 1.5rem 1rem;
	}
	.recruit-nav .recruit-items .icon img{
		max-width: 5.5rem;
	}
	.recruit-nav .recruit-items .block_btn{
		margin-top: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-recruit{
		padding: 3rem 0 2.5rem 0;
	}
	.front-recruit h3{
		font-size: 1.875rem;
	}
	.front-recruit .recruit-nav{
		column-gap: 1rem;
		margin-top: 2rem;
	}
	.recruit-nav .recruit-items{
		width: calc(33.3333% - 0.7rem);
		padding: 1.5rem 1rem;
	}
	.recruit-nav .recruit-items .icon img{
		max-width: 6.5rem;
	}
	.recruit-nav .recruit-items .block_btn{
		margin-top: 1rem;
	}
}
/*　　スタッフインタビュー　　*/
.front-interview{
	padding: 4.25rem 0 10rem 0;
	z-index: 1;
}
.front-interview::after{
	background: #0059D1;
	background: linear-gradient(230deg,rgba(0, 89, 209, 1) 0%, rgba(0, 45, 105, 1) 100%);
	width: 117.5%;
	height: 38%;
	content: "";
	position: absolute;
	transform: skewY(-6deg);
	left: -8.75%;
	bottom: 5rem;
	z-index: -2;
}
.front-interview .guide-ttl{
	margin-bottom: 2.5rem;
}
.front-interview .guide-ttl .roma{
	line-height: 1;
}
.front-interview .interview-list{
	column-gap: 1.5rem;
}
.front-interview .interview-list .interview-items{
	width: calc(33.3333% - 1rem);
}
.front-interview .interview-list .interview-items .contentArea{
	background: rgba(30, 92, 155, 0.9);
}
.front-interview .interview-list .interview-items a:hover .contentArea{
	background: rgba(23, 105, 188, 0.9);
}
.front-interview .interview-list .interview-items .contentArea::after{
	background: url(../img/icon/arrow_w2.svg) center center no-repeat;
	background-size: contain;
}
.front-interview .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.front-interview{
		padding: 2.25rem 0 4rem 0;
	}
	.front-interview::after{
		height: 75%;
		bottom: 0;
	}
	.front-interview .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.front-interview .guide-ttl h2{
		margin-top: 0;
	}
	.front-interview .interview-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.front-interview .interview-list .interview-items{
		width: 100%;
	}
	.front-interview .block_btn{
		margin-top: 2.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-interview{
		padding: 3.25rem 0 5rem 0;
	}
	.front-interview::after{
		height: 48%;
		bottom: 0;
	}
	.front-interview .guide-ttl{
		margin-bottom: 2rem;
	}
	.front-interview .interview-list{
		column-gap: 1rem;
	}
	.front-interview .interview-list .interview-items{
		width: calc(33.3333% - 0.7rem);
	}
	.front-interview .block_btn{
		margin-top: 2rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-wrap .page-view{
	background: url(../img/page-view.jpg) no-repeat;
	background-size: cover;
	margin-top: 5.5rem;
	padding: 4.5rem 0;
}
.page-wrap .page-view .view-ttl{
	max-width: 1300px;
	color: #ffffff;
}
.page-wrap .page-view .view-ttl .roma{
	font-family: "Cal Sans", sans-serif;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0.625rem;
}
.page-wrap .page-view .view-ttl h1{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.page-wrap .page-view{
		margin-top: 4rem;
		padding: 3.5rem 0 3rem 0;
	}
	.page-wrap .page-view .view-ttl .roma{
		font-size: 2.25rem;
	}
	.page-wrap .page-view .view-ttl h1{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-wrap .page-view{
		margin-top: 5.125rem;
		padding: 4.25rem 0 4rem 0;
	}
	.page-wrap .page-view .view-ttl .roma{
		font-size: 3.25rem;
	}
	.page-wrap .page-view .view-ttl h1{
		font-size: 1.125rem;
	}
}
/*　　トップメッセージ　　*/
.head-guide{
	padding: 5rem 0 4rem 0;
}
.head-guide h3{
	color: #004DB5;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.26;
	margin-bottom: 2rem;
}
.head-guide .p-text{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.1;
}
@media only screen and (max-width: 767px) {
	.head-guide{
		padding: 2rem 0 2rem 0;
	}
	.head-guide h3{
		font-size: 1.375rem;
		margin-bottom: 1rem;
	}
	.head-guide .p-text{
		font-size: 0.9375rem;
		line-height: 2;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.head-guide{
		padding: 3rem 0 2.5rem 0;
	}
	.head-guide h3{
		font-size: 1.75rem;
		margin-bottom: 1.25rem;
	}
	.head-guide .p-text{
		font-size: 1rem;
		line-height: 2;
	}
}
/**
/* 会社案内 CSS
----------------------------------------------- */
.company-wrap{
	padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
	.company-wrap{
		padding-bottom: 4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-wrap{
		padding-bottom: 6rem;
	}
}
/*　　メッセージ　　*/
.message-guide{
	padding: 12rem 0 10rem 0;
}
.message-guide::before,
.message-guide::after{
	content: "";
	position: absolute;
}
.message-guide::before{
	background: url(../img/company/message_bg.png) top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 31.25rem;
	top: 0;
	left: 0;
	z-index: -1;
}
.message-guide::after{
	background: #F7F7F7;
	width: 117.5%;
	height: calc(100% - 14.5rem);
	bottom: 0;
	left: -8.75%;
	transform: skewY(5deg);
	z-index: -2;
}
.message-guide .guide-ttl{
	margin-bottom: 8.5rem;
}
.message-guide .guide-ttl h2{
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
}
.message-guide .imageArea{
	width: 35%;
}
.message-guide .contentArea{
	width: 65%;
	padding-right: 2.5rem;
}
.message-guide .contentArea h3{
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 2.5rem;
}
.message-guide .contentArea .comment p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.4;
}
.message-guide .contentArea .comment .name{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-top: 2.5rem;
}
.message-guide .contentArea .comment .name span{
	font-size: 1.125rem;
	margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 3rem 0 6rem 0;
	}
	.message-guide::before{
		height: 11rem;
	}
	.message-guide::after{
		height: calc(100% - 8.5rem);
	}
	.message-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.message-guide .guide-ttl h2{
		font-size: 1.25rem;
	}
	.message-guide .imageArea{
		width: 100%;
	}
	.message-guide .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.message-guide .contentArea h3{
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	.message-guide .contentArea .comment p{
		font-size: 0.9375rem;
		line-height: 2;
	}
	.message-guide .contentArea .comment .name{
		font-size: 0.9375rem;
		margin-top: 1.5rem;
	}
	.message-guide .contentArea .comment .name span{
		font-size: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.message-guide{
		padding: 7rem 0 6rem 0;
	}
	.message-guide::before{
		height: 18.25rem;
	}
	.message-guide::after{
		height: calc(100% - 14.5rem);
	}
	.message-guide .guide-ttl{
		margin-bottom: 5.5rem;
	}
	.message-guide .guide-ttl h2{
		font-size: 1.875rem;
	}
	.message-guide .contentArea{
		padding-left: 1.5rem;
	}
	.message-guide .contentArea h3{
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
	}
	.message-guide .contentArea .comment p{
		line-height: 2.125;
	}
	.message-guide .contentArea .comment .name{
		margin-top: 1.5rem;
	}
}
/*　　企業理念　　*/
.philosophy-guide{
	padding: 7.5rem 0 6.5rem 0;
	margin-top: -5rem;
}
.philosophy-guide::before{
	content: "";
	position: absolute;
	background: url(../img/company/bg.jpg) center no-repeat;
	background-size: cover;
	width: 117.5%;
	height: 100%;
	transform: skewY(-6deg);
	left: -8.75%;
	bottom: 0;
	z-index: -1;
}
.philosophy-guide .guide-ttl{
	margin-bottom: 2rem;
}
.philosophy-guide .contentArea h3{
	color: #FFFFFF;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 2.5rem;
}
.philosophy-guide .contentArea .p-text{
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.27;
}
@media only screen and (max-width: 767px) {
	.philosophy-guide{
		padding: 3.5rem 0 3.5rem 0;
		margin-top: -1rem;
	}
	.philosophy-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.philosophy-guide .contentArea h3{
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	.philosophy-guide .contentArea .p-text{
		font-size: 1rem;
		text-align: left;
		line-height: 2;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.philosophy-guide{
		padding: 4.5rem 0 4.5rem 0;
		margin-top: -1rem;
	}
	.philosophy-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.philosophy-guide .contentArea h3{
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
	}
	.philosophy-guide .contentArea .p-text{
		line-height: 2.125;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 8rem 0 9.5rem 0;
}
.company-guide .guide-ttl{
	margin-bottom: 3.5rem;
}
.company-guide .company-tbl .tbl{
	max-width: 960px;
	margin: 0 auto;
}
.company-guide .company-tbl .tbl th,
.company-guide .company-tbl .tbl td{
	font-size: 1rem;
	line-height: 1.56;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #C7C7C7;
	padding: 2rem 0;
}
.company-guide .company-tbl .tbl tr:first-child th,
.company-guide .company-tbl .tbl tr:first-child td{
	border-top: 1px solid #C7C7C7;
}
.company-guide .company-tbl .tbl th{
	width: 18.75rem;
	font-weight: 700;
	padding: 0 2.5rem;
}
.company-guide .company-tbl .tbl td{
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 4.5rem 0 4.5rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.company-guide .guide-ttl .roma{
		line-height: 1;
	}
	.company-guide .guide-ttl h2{
		margin-top: 0.5rem;
	}
	.company-guide .company-tbl .tbl th,
	.company-guide .company-tbl .tbl td{
		font-size: 0.9375rem;
		padding: 1.125rem 0;
	}
	.company-guide .company-tbl .tbl th{
		width: 7.5rem;
		padding: 0 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-guide{
		padding: 6rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.company-guide .company-tbl .tbl th,
	.company-guide .company-tbl .tbl td{
		padding: 1.5rem 0;
	}
	.company-guide .company-tbl .tbl th{
		width: 12.75rem;
		padding: 0 1.5rem;
	}
}
/*　　事業所案内　　*/
.access-guide{
	padding: 0 0 12rem 0;
}
.access-guide::before{
	width: 100%;
	height: 100%;
	content: "";
	background: #F7F7F7;
	transform: skewY(5deg);
	position: absolute;
	top: 1rem;
	left: 0;
	z-index: -1;
}
.access-guide .guide-ttl{
	margin-bottom: 3.5rem;
}
.access-guide .access-list{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}
.access-list .access-items{
	width: calc(50% - 1.25rem);
}
.access-list .access-items h3{
	color: #1E5C9B;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	border: 1px solid #1E5C9B;
	padding: 1rem;
	margin-bottom: 1.5rem;
}
.access-list .access-items .imageArea{
	height: 18.3125rem;
}
.access-list .access-items .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.access-list .access-items .access{
	margin-top: 1.5rem;
}
.access-list .access-items .access p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.access-guide{
		padding: 0 0 4rem 0;
	}
	.access-guide::before{
		top: 1rem;
	}
	.access-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.access-guide .access-list{
		column-gap: 0;
		row-gap: 2rem;
	}
	.access-list .access-items{
		width: 100%;
	}
	.access-list .access-items h3{
		font-size: 1rem;
		padding: 0.5rem;
		margin-bottom: 0.625rem;
	}
	.access-list .access-items .imageArea{
		height: 12.3125rem;
	}
	.access-list .access-items .access{
		margin-top: 1rem;
	}
	.access-list .access-items .access p{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.access-guide{
		padding: 0 0 5rem 0;
	}
	.access-guide::before{
		top: 1rem;
	}
	.access-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.access-guide .access-list{
		column-gap: 1.25rem;
		row-gap: 1.25rem;
	}
	.access-list .access-items{
		width: calc(50% - 0.625rem);
	}
	.access-list .access-items h3{
		font-size: 1.125rem;
		padding: 0.625rem;
		margin-bottom: 1rem;
	}
	.access-list .access-items .imageArea{
		height: 14.3125rem;
	}
	.access-list .access-items .access{
		margin-top: 1rem;
	}
}
/*　　取引メーカー / お得意先　　*/
.business-partner-guide{
	padding: 8.5rem 0 10.875rem 0;
}
.business-partner-guide::before,
.business-partner-guide::after{
	width: 117.5%;
	height: 50%;
	content: "";
	position: absolute;
	transform: skewY(-6deg);
	left: -8.75%;
}
.business-partner-guide::before{
	background: url(../img/company/bg2.jpg) center no-repeat;
	background-size: cover;
	top: 0;
	z-index: -1;
}
.business-partner-guide::after{
	background: #0059D1;
	background: linear-gradient(230deg,rgba(0, 89, 209, 1) 0%, rgba(0, 45, 105, 1) 100%);
	height: 51%;
	bottom: 0;
	z-index: -2;
}
.business-partner-guide .inner-wrap{
	max-width: 1160px;
}
.business-partner-guide .guide-ttl{
	margin-bottom: 3.5rem;
}
.business-partner-guide .partner-box{
	background: #FFFFFF;
	padding: 3.5rem;
	margin-top: 1.5rem;
}
.business-partner-guide .partner-box h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.45;
	border-left: 4px solid #1E5C9B;
	padding-left: 1.25rem;
	margin-bottom: 1.75rem;
}
.business-partner-guide .partner-box .partner-list{
	column-gap: 2rem;
}
.partner-box .partner-list .partner-items{
	width: calc(33.3333% - 1.375rem);
}
.partner-box .partner-list .partner-items ul li{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #D0D0D0;
	padding: 0.875rem 0;
}
@media only screen and (max-width: 767px) {
	.business-partner-guide{
		padding: 3.5rem 0 3.875rem 0;
	}
	.business-partner-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.business-partner-guide .guide-ttl .roma{
		line-height: 1;
	}
	.business-partner-guide .guide-ttl h2{
		margin-top: 0.5rem;
	}
	.business-partner-guide .partner-box{
		padding: 2rem 1.25rem 1.5rem 1.25rem;
		margin-top: 1rem;
	}
	.business-partner-guide .partner-box h3{
		font-size: 1.125rem;
		padding-left: 1rem;
		margin-bottom: 0.5rem;
	}
	.business-partner-guide .partner-box .partner-list{
		column-gap: 0;
	}
	.partner-box .partner-list .partner-items{
		width: 100%;
	}
	.partner-box .partner-list .partner-items ul li{
		font-size: 0.875rem;
		padding: 0.75rem 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.business-partner-guide{
		padding: 4.5rem 0 5.875rem 0;
	}
	.business-partner-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.business-partner-guide .partner-box{
		padding: 3rem 1.5rem 2.5rem 1.5rem;
		margin-top: 1.25rem;
	}
	.business-partner-guide .partner-box h3{
		font-size: 1.375rem;
		padding-left: 1.125rem;
		margin-bottom: 1rem;
	}
	.partner-box .partner-list .partner-items ul li{
		font-size: 0.9375rem;
	}
}
/*　　沿 革　　*/
.history-guide{
	padding: 7.5rem 0 4.5rem 0;
}
.history-guide .guide-ttl{
	margin-bottom: 4rem;
}
.history-guide .history-list{
	max-width: 960px;
	align-items: flex-start;
	column-gap: 5rem;
	margin: 0 auto;
}
.history-list .history-items{
	width: calc(50% - 2.5rem);
}
.history-list .history-items dl{
	position: relative;
}
.history-list .history-items dl:not(:last-child){
	margin-bottom: 2.5rem;
}
.history-list .history-items dl::before{
	display: block;
	position: absolute;
	background: #FFFFFF;
	border: 0.375rem solid #1E5C9B;
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	top: 0;
	left: -2.25rem;
	margin: auto;
	border-radius: 100%;
	z-index: 1;
}
.history-list .history-items dl:not(:last-child)::after{
	display: block;
	position: absolute;
	background: #1E5C9B;
	content: '';
	width: 0.125rem;
	height: calc(100% + 2.5rem);
	top: 0;
	left: -1.5625rem;
}
.history-list .history-items dl dt{
	color: #1E5C9B;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.06em;
	margin-bottom: 0.5rem;
}
.history-list .history-items dl dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.history-guide{
		padding: 4rem 0 2.5rem 0;
	}
	.history-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.history-guide .history-list{
		column-gap: 0;
	}
	.history-list .history-items{
		width: 100%;
		padding-left: 2rem;
	}
	.history-list .history-items:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.history-list .history-items dl:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.history-list .history-items dl::before{
		border: 0.25rem solid #1E5C9B;
		width: 1.125rem;
		height: 1.125rem;
		left: -2.125rem;
	}
	.history-list .history-items:not(:last-child) dl::after{
		display: block;
		position: absolute;
		background: #1E5C9B;
		content: '';
		width: 0.125rem;
		height: calc(100% + 1.5rem);
		top: 0;
		left: -1.625rem;
	}
	.history-list .history-items dl:not(:last-child)::after{
		height: calc(100% + 1.5rem);
		left: -1.625rem;
	}
	.history-list .history-items dl dt{
		font-size: 0.9375rem;
		margin-bottom: 0.375rem;
	}
	.history-list .history-items dl dd{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.history-guide{
		padding: 5rem 0 2.5rem 0;
	}
	.history-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.history-guide .history-list{
		column-gap: 4rem;
	}
	.history-list .history-items{
		width: calc(50% - 2rem);
		padding-left: 1rem;
	}
	.history-list .history-items dl:not(:last-child){
		margin-bottom: 2rem;
	}
	.history-list .history-items dl:not(:last-child)::after{
		height: calc(100% + 2rem);
	}
}
/*　　業績に関するPDF　　*/
.pdf-guide{
	padding: 4.5rem 0 4.5rem 0;
}
@media only screen and (max-width: 767px) {
	.pdf-guide{
		padding: 2.5rem 0 0 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pdf-guide{
		padding: 2.5rem 0 0.5rem 0;
	}
}
/**
/* 事業案内 CSS
----------------------------------------------- */
/*　　トップメッセージ　　*/
.service-wrap{
	padding-bottom: 10rem;
}
.service-wrap .head-guide h3{
	font-size: 2.6875rem;
}
@media only screen and (max-width: 767px) {
	.service-wrap{
		padding-bottom: 4rem;
	}
	.service-wrap .head-guide h3{
		font-size: 1.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.service-wrap{
		padding-bottom: 6rem;
	}
	.service-wrap .head-guide h3{
		font-size: 1.875rem;
	}
}
/*　　取扱製品　　*/
.products-guide{
	position: relative;
	padding: 4rem 0 7.375rem 0;
}
.products-guide:before{
	width: 117.5%;
	height: calc(100% - 6.125rem);
	content: "";
	background: #F7F7F7;
	transform: skewY(5deg);
	position: absolute;
	top: 6.125rem;
	left: -8.75%;
	z-index: -1;
}
.products-guide .decoration-text-container{
	position: absolute;
	top: 50%;
}
.products-guide .decoration-text-container .decoration-text{
	color: #FFFFFF;
}
.products-guide .guide-ttl{
	margin-bottom: 2.8125rem;
}
.products-guide h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.5rem;
}
.products-guide .products-list{
	column-gap: 1.5rem;
	row-gap: 2rem;
}
.products-list .products-items{
	width: calc(33.3333% - 1rem);
}
.products-list .products-items p{
	background: #1E5C9B;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 1rem;
}
.products-guide .text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin-top: 3rem;
}
.products-guide .text span{
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.products-guide{
		padding: 2rem 0 3.5rem 0;
	}
	.products-guide:before{
		height: calc(100% - 3.125rem);
		top: 3.125rem;
	}
	.products-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.products-guide h3{
		font-size: 1.0625rem;
		margin-bottom: 1.25rem;
	}
	.products-guide .products-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.products-list .products-items{
		width: 100%;
	}
	.products-list .products-items p{
		font-size: 1rem;
		padding: 0.625rem;
	}
	.products-guide .text{
		font-size: 1rem;
		text-align: left;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.products-guide{
		padding: 2rem 0 4.375rem 0;
	}
	.products-guide:before{
		height: calc(100% - 4rem);
		top: 3.5rem;
	}
	.products-guide .guide-ttl{
		margin-bottom: 1.875rem;
	}
	.products-guide h3{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.products-guide .products-list{
		column-gap: 0.875rem;
		row-gap: 1.25rem;
	}
	.products-list .products-items{
		width: calc(33.3333% - 0.6rem);
	}
	.products-list .products-items p{
		font-size: 1.125rem;
		padding: 0.625rem;
	}
	.products-guide .text{
		font-size: 1.125rem;
		margin-top: 2rem;
	}
}
/*　　私たちの強み　　*/
.strengths-guide{
	position: relative;
	padding: 7.375rem 0 7.875rem 0;
}
.strengths-guide::before,
.strengths-guide::after{
	width: 117.5%;
	height: 50%;
	content: "";
	position: absolute;
	transform: skewY(-6deg);
	left: -8.75%;
}
.strengths-guide::before{
	background: url(../img/service/bg.jpg) center no-repeat;
	background-size: cover;
	top: 0;
	z-index: -1;
}
.strengths-guide::after{
	background: #0059D1;
	background: linear-gradient(230deg,rgba(0, 89, 209, 1) 0%, rgba(0, 45, 105, 1) 100%);
	height: 51%;
	bottom: 0;
	z-index: -2;
}
.strengths-guide .guide-ttl{
	color: #ffffff;
	margin-bottom: 3rem;
}
.strengths-list .strengths-items:nth-child(odd){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.strengths-list .strengths-items:not(:last-child){
	margin-bottom: 3rem;
}
.strengths-list .strengths-items .imageArea{
	width: 41%;
}
.strengths-list .strengths-items .contentArea{
	width: calc(59% - 3.75rem);
	color: #ffffff;
	padding-top: 1.5625rem;
}
.strengths-list .strengths-items:nth-child(odd) .contentArea{
	padding-right: 4.85rem;
}
.strengths-list .strengths-items:nth-child(even) .contentArea{
	padding-left: 4.5rem;
}
.strengths-list .strengths-items .no{
	position: relative;
	font-family: "Cal Sans", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	padding-left: 2.125rem;
}
.strengths-list .strengths-items .no::before{
	position: absolute;
	content: "";
	background: #ffffff;
	width: 0.625rem;
	height: 0.625rem;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 100%;
}
.strengths-list .strengths-items h3{
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1.5rem;
}
.strengths-list .strengths-items .text{
	position: relative;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.55;
	padding-top: 1.5rem;
}
.strengths-list .strengths-items .text::before{
	position: absolute;
	content: "";
	background: #4781D0;
	height: 1px;
	top: 0;
}
.strengths-list .strengths-items:nth-child(odd) .text::before{
	width: calc(100% + 4.85rem);
	left: 0;
}
.strengths-list .strengths-items:nth-child(even) .text::before{
	width: calc(100% + 4.5rem);
	left: -4.5rem;
}
@media only screen and (max-width: 767px) {
	.strengths-guide{
		padding: 3.5rem 0 3rem 0;
	}
	.strengths-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.strengths-list .strengths-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.strengths-list .strengths-items .imageArea{
		width: 100%;
	}
	.strengths-list .strengths-items .contentArea{
		width: 100%;
		padding-top: 1.5rem;
	}
	.strengths-list .strengths-items:nth-child(odd) .contentArea{
		padding-right: 0;
	}
	.strengths-list .strengths-items:nth-child(even) .contentArea{
		padding-left: 0;
	}
	.strengths-list .strengths-items .no{
		margin-bottom: 1rem;
		padding-left: 1.25rem;
	}
	.strengths-list .strengths-items h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.strengths-list .strengths-items .text{
		font-size: 0.9375rem;
		padding-top: 1rem;
	}
	.strengths-list .strengths-items:nth-child(odd) .text::before{
		width: 100%;
	}
	.strengths-list .strengths-items:nth-child(even) .text::before{
		width: 100%;
		left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.strengths-guide{
		padding: 4.375rem 0 5.875rem 0;
	}
	.strengths-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.strengths-list .strengths-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.strengths-list .strengths-items .imageArea{
		width: 50%;
	}
	.strengths-list .strengths-items .contentArea{
		width: 50%;
		padding-top: 0.875rem;
	}
	.strengths-list .strengths-items:nth-child(odd) .contentArea{
		padding-right: 1.85rem;
	}
	.strengths-list .strengths-items:nth-child(even) .contentArea{
		padding-left: 1.875rem;
	}
	.strengths-list .strengths-items .no{
		margin-bottom: 1rem;
		padding-left: 1.5rem;
	}
	.strengths-list .strengths-items h3{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.strengths-list .strengths-items .text{
		font-size: 1rem;
		padding-top: 1.25rem;
	}
	.strengths-list .strengths-items:nth-child(odd) .text::before{
		width: calc(100% + 1.85rem);
	}
	.strengths-list .strengths-items:nth-child(even) .text::before{
		width: calc(100% + 1.875rem);
		left: -1.875rem;
	}
}
/*　　数字で見るアタカ　　*/
.numbers-guide{
	padding: 7.875rem 0 8.5rem 0;
}
.numbers-guide .guide-ttl{
	margin-bottom: 3rem;
}
.numbers-guide .numbers-list{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.numbers-list .numbers-items{
	width: calc(33.3333% - 1rem);
}
@media only screen and (max-width: 767px) {
	.numbers-guide{
		padding: 4.5rem 0 3rem 0;
	}
	.numbers-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.numbers-guide .guide-ttl .roma.blue{
		line-height: 0.85;
	}
	.numbers-guide .guide-ttl h2{
		margin-top: 0;
	}
	.numbers-guide .numbers-list{
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}
	.numbers-list .numbers-items{
		width: calc(50% - 0.25rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.numbers-guide{
		padding: 6rem 0 5.5rem 0;
	}
	.numbers-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.numbers-guide .numbers-list{
		column-gap: 1rem;
		row-gap: 1rem;
	}
	.numbers-list .numbers-items{
		width: calc(33.3333% - 0.7rem);
	}
}
.service-bottom{
	padding-bottom: 1.5rem;
}
.service-bottom h3{
	color: #004DB5;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.26;
	margin-bottom: 2rem;
}
.service-bottom .p-text{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.1;
}
@media only screen and (max-width: 767px) {
	.service-bottom{
		padding-bottom: 0.5rem;
	}
	.service-bottom h3{
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
	}
	.service-bottom .p-text{
		font-size: 0.9375rem;
		line-height: 2;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.service-bottom{
		padding-bottom: 1rem;
	}
	.service-bottom h3{
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
	}
	.service-bottom .p-text{
		font-size: 1rem;
		line-height: 2;
	}
}
/**
/* 募集要項 CSS
----------------------------------------------- */
/*　　募集要項　　*/
.job-description-wrap{
	padding-bottom: 10rem;
}
.job-description-guide{
	padding-bottom: 4.5rem;
}
.job-description-guide .jstabs{
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	margin-bottom: 4.5rem;
}
.description-wrap .jstabs .js-tab-btn{
	position: relative;
	width: calc(25% - 0.5rem);
	color: #1E5C9B;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	border: 1px solid #1E5C9B;
	padding: 0.875rem 1.5rem;
	border-radius: 0.25rem;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.description-wrap .jstabs .js-tab-btn:hover,
.description-wrap .jstabs .js-tab-btn.current{
	background: #1E5C9B;
	color: #FFFFFF;
	border: 1px solid #1E5C9B;
}
.description-wrap .jstabs .js-tab-btn::after{
	background: url(../img/icon/arrow_b.svg) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	right: 1rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.description-wrap .jstabs .js-tab-btn:hover::after,
.description-wrap .jstabs .js-tab-btn.current::after{
	background: url(../img/icon/arrow_w.svg) center center no-repeat;
	background-size: contain;
}
.description-wrap .js-tab-contents{
	display: none;
}
.description-wrap .js-tab-contents.current{
	display: block;
}
.description-wrap .js-tab-contents h3{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.26;
	margin-bottom: 2.6875rem;
}
.description-wrap .job_description-tbl th,
.description-wrap .job_description-tbl td{
	border-bottom: 1px solid #C7C7C7;
	padding: 2rem 0;
}
.description-wrap .job_description-tbl tr:first-child th,
.description-wrap .job_description-tbl tr:first-child td{
	border-top: 1px solid #C7C7C7;
}
.description-wrap .job_description-tbl th{
	width: 14.625rem;
}
.description-wrap .job_description-tbl th .ttl{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	border-left: 0.25rem solid #1E5C9B;
	padding-left: 0.75rem;
}
.description-wrap .job_description-tbl td{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.job-description-wrap{
		padding-bottom: 4rem;
	}
	.job-description-guide .jstabs{
		margin-bottom: 2rem;
	}
	.description-wrap .jstabs .js-tab-btn{
		width: calc(50% - 0.25rem);
		font-size: 0.9375rem;
		padding: 0.75rem;
	}
	.description-wrap .jstabs .js-tab-btn::after{
		width: 1.125rem;
		height: 1.125rem;
		right: 0.5rem;
	}
	.description-wrap .js-tab-contents h3{
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}
	.description-wrap .job_description-tbl th,
	.description-wrap .job_description-tbl td{
		display: block;
		padding: 1rem 0 1.125rem 0;
	}
	.description-wrap .job_description-tbl tr:first-child th,
	.description-wrap .job_description-tbl tr:first-child td{
		border-top: none;
	}
	.description-wrap .job_description-tbl th{
		width: 100%;
		border-bottom: none;
		padding: 2rem 0 0 0;
	}
	.description-wrap .job_description-tbl tr:first-child th{
		padding: 0.5rem 0 0 0;
	}
	.description-wrap .job_description-tbl th .ttl{
		font-size: 1rem;
		padding-left: 0.625rem;
	}
	.description-wrap .job_description-tbl td{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.job-description-wrap{
		padding-bottom: 6rem;
	}
	.job-description-guide .jstabs{
		margin-bottom: 3.5rem;
	}
	.description-wrap .jstabs .js-tab-btn{
		padding: 0.875rem 1.25rem;
	}
	.description-wrap .jstabs .js-tab-btn::after{
		right: 0.625rem;
	}
	.description-wrap .js-tab-contents h3{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.description-wrap .job_description-tbl th,
	.description-wrap .job_description-tbl td{
		padding: 1.875rem 0;
	}
}
/**
/* お問い合わせページ CSS
----------------------------------------------- */
.contact-wrap{
	padding-bottom: 10rem;
}
.contact-guide{
	padding-top: 0.4375rem
}
.contact-guide .form-box{
	max-width: 55rem;
	margin: 0 auto 2rem auto;
}
.form-box table th,
.form-box table td{
	padding: 1rem 0;
	vertical-align: top;
}
.form-box table th{
	width: 20rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}
.form-box table th p{
	padding: 1rem 0;
}
.form-box table th span{
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	margin-left: 1rem;
}
.form-box table th span.required{
	color: #ff0000;
}
.form-box table th span.any{
	color: #C9C9C9;
}
.form-box table td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}
.form-box table td ul.flex{
	column-gap: 1.5rem;
}
.form-box table td ul.flex li{
	width: calc(50% - 0.75rem);
}
.form-box table td ul.flex li span.text{
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.form-grid .privacy-ttl{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1.125rem;
}
.form-grid .privacy-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.68;
	letter-spacing: 0.02em;
	text-align: center;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #F7F7F7;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	border-radius: 0.25rem;
	padding: 1rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #8E8E8E;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #8E8E8E;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #8E8E8E;
}
textarea{
	height: 11.875rem;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.65;
	margin: 0;
}
.wpcf7-radio .wpcf7-list-item{
	display: block;
}
.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item{
	margin-top: 1rem;
}
.wpcf7-radio label{
	display: flex;
	align-items: center;
	column-gap: 1rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]{
	appearance: none;
	position: relative;
	background-color: #FFFFFF;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #051338;
	border-radius: 9999px;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]:checked::after{
	content: "";
	position: absolute;
	inset: 0;
	width: 1rem;
	height: 1rem;
	margin: auto;
	border-radius: 9999px;
	background-color: #0059D1;
}
.wpcf7-radio .wpcf7-list-item-label{
	font-weight: 400;
}
.wpcf7-spinner{
	display: none;
}
.form-grid .acceptance-text{
	color: #051338;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-top: 2.5rem;
}
.form-grid .acceptance-text label{
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.form-grid .acceptance{
	appearance: none;
	position: relative;
	background: transparent;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid #051338;
	cursor: pointer;
	margin: 0;
}
.form-grid .acceptance:checked{
	border: 1px solid #051338;
}
.form-grid .acceptance:checked::after{
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0.35rem;
	width: 1rem;
	height: 0.5rem;
	border-bottom: 3px solid #051338;
	border-left: 3px solid #051338;
	transform: rotate(-45deg);
}
.form-captcha{
	margin-top: 2.5rem;
}
.submit_btn{
	text-align: center;
	margin-top: 2rem;
}
.submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 21.25rem;
}
.submit_btn li::after{
	background: url(../img/icon/arrow_w2.svg) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
	height: 2.25rem;
	right: 0.875rem;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.submit_btn li:hover::after{
	background: url(../img/icon/arrow_b2.svg) center center no-repeat;
	background-size: contain;
}
input[type="submit"] {
	display: block;
	width: 100%;
	background: #0059D1;
	background: linear-gradient(234deg,rgba(0, 89, 209, 1) 0%, rgba(0, 34, 78, 1) 100%);
	border: 1px solid #0059D1;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	cursor: pointer;
	border-radius: 4rem;
	padding: 1rem 1.5rem;
}
input[type="submit"]:hover{
	background: transparent;
	color: #0059D1;
}
@media only screen and (max-width: 767px) {
	.contact-wrap{
		padding-bottom: 4rem;
	}
	.contact-guide{
		padding-top: 0;
	}
	.contact-guide .form-box{
		margin: 0 auto 1rem auto;
	}
	.form-box table th,
	.form-box table td{
		display: block;
		padding: 1rem 0;
	}
	.form-box table th{
		width: 100%;
		font-size: 0.9375rem;
		padding: 0 0 0.675rem 0;
	}
	.form-box table th p{
		padding: 0;
	}
	.form-box table th span{
		font-size: 0.75rem;
		margin-left: 0.625rem;
	}
	.form-box table td{
		font-size: 0.9375rem;
		padding: 0 0 2rem 0;
	}
	.form-box table td ul.flex{
		column-gap: 0.625rem;
	}
	.form-box table td ul.flex li{
		width: calc(50% - 0.3125rem);
	}
	.form-box table td ul.flex li span.text{
		display: inline-block;
		font-size: 0.875rem;
		margin-bottom: 0.3125rem;
	}
	.form-grid .privacy-ttl{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.form-grid .privacy-text{
		font-size: 0.875rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.9375rem;
		padding: 1rem;
	}
	textarea{
		height: 8rem;
	}
	.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item{
		margin-top: 0.625rem;
	}
	.wpcf7-radio label{
		column-gap: 0.5rem;
	}
	.wpcf7-radio input[type=radio]{
		width: 1.25rem;
		height: 1.25rem;
	}
	.wpcf7-radio input[type=radio]:checked::after{
		width: 0.875rem;
		height: 0.875rem;
	}
	.form-grid .acceptance-text{
		font-size: 0.875rem;
		margin-top: 1.5rem;
	}
	.form-grid .acceptance-text label{
		column-gap: 0.625rem;
	}
	.form-grid .acceptance{
		width: 1.5rem;
		height: 1.5rem;
	}
	.form-grid .acceptance:checked::after{
		top: 0.4rem;
		left: 0.3rem;
		width: 0.875rem;
		height: 0.375rem;
		border-bottom: 2px solid #051338;
		border-left: 2px solid #051338;
	}
	.form-captcha{
		margin-top: 1.5rem;
	}
	.submit_btn{
		margin-top: 1.5rem;
	}
	.submit_btn li{
		max-width: 18.25rem;
	}
	.submit_btn li::after{
		width: 2rem;
		height: 2rem;
		right: 0.75rem;
	}
	input[type="submit"] {
		font-size: 1rem;
		padding: 0.875rem 1.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-wrap{
		padding-bottom: 6rem;
	}
	.contact-guide{
		padding-top: 0;
	}
	.form-box table th,
	.form-box table td{
		padding: 0.875rem 0;
	}
	.form-box table th{
		width: 16rem;
	}
	.form-box table th p{
		padding: 0.875rem 0;
	}
	.form-grid .privacy-ttl{
		margin-bottom: 1rem;
	}
	.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item{
		margin-top: 0.625rem;
	}
	.wpcf7-radio input[type=radio]{
		height: 1.5rem;
	}
	.form-grid .acceptance-text{
		margin-top: 2rem;
	}
	.form-captcha{
		margin-top: 2rem;
	}
}
/*　　プライバシーポリシー　　*/
.form-grid .privacy-box{
	max-width: 1000px;
	border: 1px solid #C7C7C7;
	padding: 2.5rem 1.25rem;
	margin: 2.5rem auto 0 auto;
}
.form-grid .privacy-box .box{
	height: 14.25rem;
	overflow-y: scroll;
	padding: 0 1.25rem;
}
.form-grid .privacy-box .box p{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: 0.05em;
}
.form-grid .privacy-box .box p:not(:last-child),
.form-grid .privacy-box .box dl:not(:last-child){
	margin-bottom: 1.5rem;
}
.contact-guide .privacy-box .box dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.contact-guide .privacy-box .box dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	.form-grid .privacy-box{
		padding: 1rem 0.5rem;
		margin: 1.5rem auto 0 auto;
	}
	.form-grid .privacy-box .box{
		height: 6rem;
		padding: 0 0.625rem;
	}
	.form-grid .privacy-box .box p{
		font-size: 0.875rem;
	}
	.form-grid .privacy-box .box p:not(:last-child),
	.form-grid .privacy-box .box dl:not(:last-child){
		margin-bottom: 1rem;
	}
	.contact-guide .privacy-box .box dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.3125rem;
	}
	.contact-guide .privacy-box .box dl dd{
		font-size: 0.8125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.form-grid .privacy-box{
		padding: 2rem 1rem;
		margin: 2rem auto 0 auto;
	}
	.form-grid .privacy-box .box{
		height: 10.25rem;
		padding: 0 1rem;
	}
	.form-grid .privacy-box .box p:not(:last-child),
	.form-grid .privacy-box .box dl:not(:last-child){
		margin-bottom: 1.25rem;
	}
}
/**
/* 採用特設ページ CSS
----------------------------------------------- */
/*　　MV　　*/
.recruit-view{
	background: #F8F7F4;
	position: relative;
}
.recruit-view .decoration-text-container{
	position: absolute;
	bottom: -1rem;
}
.recruit-view .decoration-text-container .decoration-text{
	color: #F0E4D6;
}
.recruit-view .imageArea{
	position: relative;
	width: 50%;
	z-index: 1;
}
.recruit-view .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.recruit-view .view-box{
	position: relative;
	width: 50%;
	padding: 14.375rem 2rem 14.375rem 4.5rem;
}
.recruit-view .view-box::before{
	background: url(../img/recruit/dot1.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 8.4375rem;
	height: 11.4375rem;
	top: 12rem;
	left: -4.5rem;
	z-index: 2;
}
.recruit-view .view-box h2{
	font-size: 5.3125rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}
.recruit-view .view-box h2 small{
	font-size: 3.375rem;
}
.recruit-view .view-box h2 span{
	color: #EE5C00;
}
.recruit-view .view-box .text{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.3;
}
@media only screen and (max-width: 767px) {
	.recruit-view .decoration-text-container{
		bottom: 17rem;
	}
	.recruit-view .imageArea{
		width: 85%;
	}
	.recruit-view .view-box{
		width: 100%;
		padding: 1.5rem 1.5rem 0 1.5rem;
	}
	.recruit-view .view-box::before{
		content: none;
	}
	.recruit-view .view-box h2{
		font-size: 2.5rem;
		margin-bottom: 0.75rem;
	}
	.recruit-view .view-box h2 small{
		font-size: 1.6875rem;
	}
	.recruit-view .view-box .text{
		font-size: 1rem;
		line-height: 1.75;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-view .view-box{
		padding: 6.375rem 1rem 6.375rem 2rem;
	}
	.recruit-view .view-box::before{
		width: 6.4375rem;
		height: 9.4375rem;
		top: 4rem;
		left: -3.5rem;
	}
	.recruit-view .view-box h2{
		font-size: 3rem;
		margin-bottom: 1.25rem;
	}
	.recruit-view .view-box h2 small{
		font-size: 2.375rem;
	}
	.recruit-view .view-box .text{
		font-size: 1rem;
		line-height: 2;
	}
}
.recruit-wrap .guide-ttl.flex_wrap h2{
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.recruit-wrap .guide-ttl.flex_wrap h2{
		width: 100%;
		font-size: 1.0625rem;
		margin-top: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-wrap .guide-ttl.flex_wrap h2{
		font-size: 1.25rem;
	}
}
/*　　募集要項　　*/
.job-description-guide{
	background: #F8F7F4;
	padding: 5rem 0 2rem 0;
}
.job-description-guide .imageArea{
	width: calc(50% + 2rem);
	margin-right: -2rem;
}
.job-description-guide .contentArea{
	position: relative;
	width: 85%;
	margin-right: -35%;
	margin-top: 1.5rem;
}
.job-description-guide .contentArea::before{
	background: url(../img/recruit/bg_text_w.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 52rem;
	height: 29.8125rem;
	bottom: 8rem;
	right: 35%;
}
.job-description-guide .guide-ttl{
	margin-bottom: 3.5rem;
}
.job-description-guide .contentArea h3{
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 1.5rem;
}
.job-description-guide .contentArea .p-text{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.job-description-guide .contentArea .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.job-description-guide{
		padding: 3rem 0;
	}
	.job-description-guide .imageArea{
		width: 100%;
		margin-right: 0;
	}
	.job-description-guide .contentArea{
		width: 100%;
		margin-right: 0;
		margin-top: 1.25rem;
	}
	.job-description-guide .contentArea::before{
		width: 27rem;
		height: 15.8125rem;
		bottom: 4rem;
		left;: 0;
		left: -5rem;
		right: auto;
	}
	.job-description-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.job-description-guide .contentArea h3{
		font-size: 1.34375rem;
		margin-bottom: 0.75rem;
	}
	.job-description-guide .contentArea .p-text{
		font-size: 0.9375rem;
		line-height: 1.7;
	}
	.job-description-guide .contentArea .block_btn{
		text-align: center;
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.job-description-guide{
		padding: 4rem 0 4rem 0;
	}
	.job-description-guide .contentArea::before{
		width: 38rem;
		height: 20.8125rem;
	}
	.job-description-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.job-description-guide .contentArea h3{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.job-description-guide .contentArea .block_btn{
		margin-top: 1.5rem;
	}
}
/*　　鉄鋼業を止めないために。　　*/
.recruit-about{
	padding: 10rem 0 0 0;
}
.recruit-about .about-grid{
	background: url(../img/recruit/about_bg.png) center center no-repeat;
	background-size: cover;
}
.recruit-about .about-grid .box{
	position: relative;
	background: #FFFFFF;
	width: 60%;
	max-width: 36rem;
	margin-left: auto;
	padding: 3rem;
	top: -5rem;
}
.recruit-about .about-grid .box::before,
.recruit-about .about-grid .box::after{
	content: '';
	position: absolute;
}
.recruit-about .about-grid .box::before{
	background: url(../img/recruit/dot2.png) center center no-repeat;
	background-size: contain;
	width: 11.4375rem;
	height: 8.4375rem;
	top: -0.5rem;
	right: -5rem;
}
.recruit-about .about-grid .box::after{
	background: url(../img/recruit/dot3.png) center center no-repeat;
	background-size: contain;
	width: 5.5rem;
	height: 4.875rem;
	bottom: -0.5rem;
	left: -2.8125rem;
}
.recruit-about .about-grid .box h3{
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.32;
	margin-bottom: 1.5rem;
}
.recruit-about .about-grid .box h3 span{
	color: #EE5C00;
}
.recruit-about .about-grid .box .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.recruit-about .decoration-text-container .decoration-text{
	color: #EFEFEF;
}
@media only screen and (max-width: 767px) {
	.recruit-about{
		padding: 6rem 0 0 0;
	}
	.recruit-about .about-grid .box{
		width: 100%;
		padding: 2rem 1.5rem 1.5rem 1.5rem;
		top: -3rem;
	}
	.recruit-about .about-grid .box::before{
		width: 8.4375rem;
		height: 5.4375rem;
		right: -2rem;
	}
	.recruit-about .about-grid .box::after{
		width: 3.5rem;
		height: 2.875rem;
		left: -1.8125rem;
	}
	.recruit-about .about-grid .box h3{
		font-size: 1.375rem;
		margin-bottom: 1rem;
	}
	.recruit-about .about-grid .box .p-text{
		font-size: 0.9375rem;
		line-height: 1.7;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-about{
		padding: 6rem 0 0 0;
	}
	.recruit-about .about-grid .box{
		width: 69%;
		padding: 2rem;
		top: -3rem;
	}
	.recruit-about .about-grid .box::before{
		width: 9.4375rem;
		height: 6.4375rem;
		right: -2rem;
	}
	.recruit-about .about-grid .box::after{
		width: 5.5rem;
		height: 4.875rem;
		bottom: -0.5rem;
		left: -2.8125rem;
	}
	.recruit-about .about-grid .box h3{
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
}
/*　　働く環境　　*/
.environment-guide{
	background: url(../img/recruit/environment_bg.png) center bottom no-repeat;
	background-size: cover;
	padding: 4.375rem 0 5.5rem 0;
	border-radius: 2.5rem;
}
.environment-guide .guide-ttl{
	margin-bottom: 2.375rem;
}
.environment-guide .guide-ttl .roma{
	font-size: 7.9375rem;
	margin-right: 2rem;
}
.environment-guide .guide-ttl h2{
	color: #FFFFFF;
}
.environment-guide .environment-slider{
	margin: 0 -3rem;
}
.environment-slider .slick-list{
	overflow: inherit;
}
.environment-slider .environment-items{
	position: relative;
	background: rgba(255, 255, 255, 0.2);
	padding: 4rem;
	margin: 0 3rem;
}
.environment-slider .environment-items::before,
.environment-slider .environment-items::after{
	content: '';
	position: absolute;
	width: 8.75rem;
	height: 8.75rem;
}
.environment-slider .environment-items::before{
	background: url(../img/recruit/box_bg_l.png) center center no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
.environment-slider .environment-items::after{
	background: url(../img/recruit/box_bg_r.png) center center no-repeat;
	background-size: contain;
	bottom: 0;
	right: 0;
}
.environment-slider .environment-items .environment-body .imageArea{
	position: relative;
	width: 40%;
}
.environment-slider .environment-items .environment-body .imageArea img{
	filter: drop-shadow(0px 0px 1.875rem rgba(0, 0, 0, 0.15));
	border-radius: 1rem;
}
.environment-slider .environment-items .environment-body .imageArea::before{
	background: url(../img/recruit/dot4.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 4.5625rem;
	height: 4.75rem;
	bottom: 1.375rem;
	left: -2.375rem;
	z-index: 1;
}
.environment-slider .environment-items .environment-body .contentArea{
	width: 60%;
	padding-right: 1.5rem;
}
.environment-slider .environment-items .environment-body h3{
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.5rem;
}
.environment-slider .environment-items .environment-body .p-text{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.environment-slider .environment-items .environment-bottom{
	background: #FAF4E8;
	padding: 2rem 2.5rem;
	margin-top: 3.5rem;
	border-radius: 0.5rem;
}
.environment-slider .environment-items .environment-bottom .contentArea{
	width: calc(100% - 22.25rem);
	padding-right: 1rem;
}
.environment-slider .environment-items .environment-bottom h4{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.environment-slider .environment-items .environment-bottom .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
}
.environment-slider .environment-items .environment-bottom .block_btn{
	width: 21.25rem;
}
.environment-slider .environment-items .environment-bottom .block_btn li{
	max-width: 21.25rem;
}
.environment-slider .slide-arrow {
	position: absolute;
	width: 3.5rem;
	top: 0;
	bottom: 0;
	cursor: pointer;
	margin: auto;
}
.prev-arrow {
	left: -1.875rem;
	transform: rotate(180deg);
}
.next-arrow {
	right: -1.875rem;
}
@media only screen and (max-width: 767px) {
	.environment-guide{
		background: url(../img/recruit/sp_environment_bg.png) center bottom no-repeat;
		background-size: cover;
		padding: 2.25rem 0 2rem 0;
		border-radius: 1.25rem;
	}
	.environment-guide .guide-ttl{
		margin-bottom: 2.25rem;
	}
	.environment-guide .guide-ttl .roma{
		font-size: 3.125rem;
		margin-right: 2rem;
	}
	.environment-guide .environment-slider{
		margin: 0 0.5rem;
	}
	.environment-slider .slick-list{
		overflow: hidden;
	}
	.environment-slider .environment-items{
		padding: 1.75rem 1.25rem 1.25rem 1.25rem;
		margin: 0;
	}
	.environment-slider .environment-items::before,
	.environment-slider .environment-items::after{
		width: 4.375rem;
		height: 4.375rem;
	}
	.environment-slider .environment-items .environment-body .imageArea{
		width: 100%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.environment-slider .environment-items .environment-body .imageArea::before{
		width: 2.28125rem;
		height: 2.375rem;
		bottom: 0.375rem;
		left: 0.5rem;
	}
	.environment-slider .environment-items .environment-body .imageArea img{
		display: inline-block;
		width: 13.125rem;
		border-radius: 0.5rem;
	}
	.environment-slider .environment-items .environment-body .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.environment-slider .environment-items .environment-body h3{
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.environment-slider .environment-items .environment-body .p-text{
		font-size: 0.9375rem;
		line-height: 1.56;
	}
	.environment-slider .environment-items .environment-bottom{
		padding: 1.5rem 1.25rem 1.25rem 1.25rem;
		margin-top: 1.5rem;
	}
	.environment-slider .environment-items .environment-bottom .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.environment-slider .environment-items .environment-bottom h4{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.environment-slider .environment-items .environment-bottom .p-text{
		font-size: 0.9375rem;
	}
	.environment-slider .environment-items .environment-bottom .block_btn{
		width: 100%;
		margin-top: 1rem;
	}
	.environment-slider .environment-items .environment-bottom .block_btn li{
		max-width: 21.25rem;
	}
	.environment-slider .environment-items .environment-bottom .block_btn li .btn{
		font-size: 0.75rem;
	}
	.environment-slider .environment-items .environment-bottom .block_btn li .btn::after{
		width: 1.5rem;
		height: 1.5rem;
		right: 0.5rem;
	}
	.environment-slider .slide-arrow {
		width: 1.75rem;
	}
	.prev-arrow {
		left: -0.875rem;
	}
	.next-arrow {
		right: -0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.environment-guide{
		padding: 3rem 0 3.5rem 0;
	}
	.environment-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.environment-guide .guide-ttl .roma{
		font-size: 4.5625rem;
		margin-right: 1.5rem;
	}
	.environment-guide .environment-slider{
		margin: 0 -2rem;
	}
	.environment-slider .environment-items{
		padding: 3rem 2.5rem 2.5rem 2.5rem;
		margin: 0 2rem;
	}
	.environment-slider .environment-items::before,
	.environment-slider .environment-items::after{
		width: 6.5rem;
		height: 6.5rem;
	}
	.environment-slider .environment-items .environment-body .imageArea::before{
		width: 4rem;
		height: 4.125rem;
	}
	.environment-slider .environment-items .environment-body h3{
		font-size: 1.75rem;
		margin-bottom: 1.5rem;
	}
	.environment-slider .environment-items .environment-bottom{
		padding: 1.5rem;
		margin-top: 1.5rem;
	}
	.environment-slider .environment-items .environment-bottom .contentArea{
		width: calc(100% - 19.25rem);
	}
	.environment-slider .environment-items .environment-bottom h4{
		font-size: 1.25rem;
	}
	.environment-slider .environment-items .environment-bottom .block_btn{
		width: 19.25rem;
	}
	.environment-slider .environment-items .environment-bottom .block_btn li{
		max-width: 19.25rem;
	}
	.environment-slider .slide-arrow {
		width: 2.5rem;
	}
	.prev-arrow {
		left: 1rem;
	}
	.next-arrow {
		right: 1rem;
	}
}
.slider-guide{
	position: relative;
	padding-top: 4.5rem;
}
.slider-guide .slider-Img{
	 animation: loop-slide 60s infinite linear 1s both;
}
@keyframes loop-slide {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(-100%)
	}
}
.slider-guide .slider-Img img{
	max-width: initial;
	height: 16.875rem;
}
@media only screen and (max-width: 767px) {
	.slider-guide{
		padding-top: 2.5rem;
	}
	.slider-guide .slider-Img img{
		height: 6.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.slider-guide{
		padding-top: 3.5rem;
	}
	.slider-guide .slider-Img img{
		height: 12.875rem;
	}
}
/*　　福利厚生・制度　　*/
.benefits-guide{
	padding: 3.875rem 0 7rem 0;
}
.benefits-guide .inner-wrap::before,
.benefits-guide .inner-wrap::after{
	content: '';
	position: absolute;
}
.benefits-guide .inner-wrap::before{
	background: url(../img/recruit/dot5.png) center center no-repeat;
	background-size: contain;
	width: 7.125rem;
	height: 7.6875rem;
	top: 3.5rem;
	left: -8.75rem;
}
.benefits-guide .inner-wrap::after{
	background: url(../img/recruit/bg_text_g.png) center center no-repeat;
	background-size: contain;
	width: 32.875rem;
	height: 16.9375rem;
	top: 1.5rem;
	right: -10rem;
}
.benefits-guide .guide-ttl{
	margin-bottom: 1.875rem;
}
.benefits-guide h3{
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.32;
	margin-bottom: 1.5rem;
}
.benefits-guide .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.benefits-guide .benefits-list{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
	margin-top: 3rem;
}
.benefits-list .benefits-items{
	background: #F7F7F7;
	width: calc(25% - 1.125rem);
	align-items: center;
	border-radius: 0.5rem;
	padding: 2.5rem 1rem 2rem 1rem;
}
.benefits-list .benefits-items .icon img{
	width: 5rem;
}
.benefits-list .benefits-items p{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 1rem;
}
.benefits-guide .block_btn{
	margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.benefits-guide{
		padding: 2.5rem 0 3rem 0;
	}
	.benefits-guide .inner-wrap::before{
		width: 4.125rem;
		height: 4.6875rem;
		top: 3.5rem;
		left: -2.75rem;
	}
	.benefits-guide .inner-wrap::after{
		width: 9.875rem;
		height: 4.9375rem;
		top: 0.5rem;
		right: -2rem;
	}
	.benefits-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.benefits-guide h3{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.benefits-guide .p-text{
		font-size: 0.9375rem;
		line-height: 1.7;
	}
	.benefits-guide .benefits-list{
		column-gap: 0.625rem;
		row-gap: 0.625rem;
		margin-top: 1.5rem;
	}
	.benefits-list .benefits-items{
		width: calc(50% - 0.3125rem);
		padding: 1.5rem 0.5rem 1rem 0.5rem;
	}
	.benefits-list .benefits-items .icon img{
		width: 3rem;
	}
	.benefits-list .benefits-items p{
		font-size: 0.9375rem;
		margin-top: 0.5rem;
	}
	.benefits-guide .block_btn{
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.benefits-guide{
		padding: 3.875rem 0 5rem 0;
	}
	.benefits-guide .inner-wrap::before{
		width: 6.125rem;
		height: 6.6875rem;
		top: 2.5rem;
		left: -4.75rem;
	}
	.benefits-guide .inner-wrap::after{
		width: 24.875rem;
		height: 12.9375rem;
		top: -1.5rem;
		right: -6rem;
	}
	.benefits-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.benefits-guide h3{
		font-size: 1.75rem;
		margin-bottom: 1.25rem;
	}
	.benefits-guide .p-text{
		/* font-size: 1rem; */
		/* line-height: 2.125; */
	}
	.benefits-guide .benefits-list{
		column-gap: 1rem;
		row-gap: 1rem;
		margin-top: 2rem;
	}
	.benefits-list .benefits-items{
		width: calc(25% - 0.75rem);
		padding: 2.5rem 0.5rem 2rem 0.5rem;
	}
	.benefits-list .benefits-items .icon img{
		width: 4rem;
	}
	.benefits-list .benefits-items p{
		font-size: 1rem;
		margin-top: 0r.75em;
	}
	.benefits-guide .block_btn{
		margin-top: 3rem;
	}
}
.recruit-slogan-guide{
	background: url(../img/recruit/slogan_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 10rem 0;
}
.recruit-slogan-guide .text{
	color: #FFFFFF;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.recruit-slogan-guide{
		padding: 4rem 0;
	}
	.recruit-slogan-guide .text{
		font-size: 1.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-slogan-guide{
		padding: 7rem 0;
	}
	.recruit-slogan-guide .text{
		font-size: 2rem;
	}
}
/*　　求める人物像　　*/
.desired-person-guide{
	background: url(../img/recruit/dot_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 4.875rem 0 6rem 0;
	border-radius: 0 0 2.5rem 2.5rem;
}
.desired-person-guide .guide-ttl{
	margin-bottom: 1.875rem;
}
.desired-person-guide h3{
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.32;
	margin-bottom: 1.5rem;
}
.desired-person-guide .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.desired-person-guide .person-list{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
	max-width: 1080px;
	margin: 3rem auto 0 auto;
}
.person-list .person-items{
	background: #FFFFFF;
	width: calc(50% - 1.25rem);
	border: 1px solid #D1C4AA;
	align-items: center;
	border-radius: 1rem;
	padding: 1.5rem;
}
.person-list .person-items .imageArea{
	position: relative;
	width: 34%;
}
.person-list .person-items .imageArea::after{
	background: url(../img/recruit/check.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: -0.5rem;
	left: -0.5rem;
}
.person-list .person-items .contentArea{
	width: 66%;
	padding-left: 2rem;
}
.person-list .person-items .text{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}
.person-list .person-items .text span{
	color: #ED5001;
}
.desired-person-guide .bg-text{
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 3rem;
}
.desired-person-guide .bg-text span{
	color: #ED5001;
}
@media only screen and (max-width: 767px) {
	.desired-person-guide{
		padding: 3.5rem 0 2rem 0;
		border-radius: 0 0 1.25rem 1.25rem;
	}
	.desired-person-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.desired-person-guide h3{
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.desired-person-guide .p-text{
		font-size: 0.9375rem;
		line-height: 1.7;
	}
	.desired-person-guide .person-list{
		column-gap: 0;
		row-gap: 0.625rem;
		margin: 1.5rem auto 0 auto;
	}
	.person-list .person-items{
		width: 100%;
		border-radius: 0.5rem;
		padding: 1rem;
	}
	.person-list .person-items .imageArea{
		width: 35%;
	}
	.person-list .person-items .imageArea::after{
		width: 2rem;
		height: 2rem;
		top: -0.5rem;
		left: -0.5rem;
	}
	.person-list .person-items .contentArea{
		width: 65%;
		padding-left: 1rem;
	}
	.person-list .person-items .text{
		font-size: 1rem;
	}
	.desired-person-guide .bg-text{
		font-size: 1.125rem;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.desired-person-guide{
		padding: 3.875rem 0 4rem 0;
	}
	.desired-person-guide .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.desired-person-guide h3{
		font-size: 1.75rem;
		margin-bottom: 1.25rem;
	}
	.desired-person-guide .person-list{
		column-gap: 1.5rem;
		row-gap: 1.5rem;
		margin: 2rem auto 0 auto;
	}
	.person-list .person-items{
		width: calc(50% - 0.75rem);
		padding: 1rem;
	}
	.person-list .person-items .imageArea::after{
		width: 2rem;
		height: 2rem;
		top: -0.375rem;
		left: -0.375rem;
	}
	.person-list .person-items .contentArea{
		padding-left: 1.25rem;
	}
	.person-list .person-items .text{
		font-size: 1.125rem;
	}
	.desired-person-guide .bg-text{
		font-size: 1.375rem;
		margin-top: 2.5rem;
	}
}
/**
/* スタッフインタビューページ CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.interview-wrap .page-view{
	background: url(../img/interview-view.jpg) no-repeat;
	background-size: cover;
	margin-top: 5.5rem;
	padding: 5.625rem 0 6.0625rem 0;
	border-radius: 0 0 2.5rem 2.5rem;
}
.interview-wrap .page-view .view-ttl{
	position: relative;
	color: #ffffff;
}
.interview-wrap .page-view .view-ttl:before{
	content: "";
	position: absolute;
	background: url(../img/view_dot.png) center no-repeat;
	background-size: cover;
	width: 5.5rem;
	height: 4.875rem;
	bottom: -1.5rem;
	left: -7.5rem;
}
.interview-wrap .page-view .view-ttl .roma{
	font-family: "Cal Sans", sans-serif;
	font-size: 4.375rem;
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
}
.interview-wrap .page-view .view-ttl h1{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.interview-wrap .page-view{
		margin-top: 4rem;
		padding: 3.5rem 0 4rem 0;
		border-radius: 0 0 1.25rem 1.25rem;
	}
	.interview-wrap .page-view .view-ttl:before{
		width: 4.5rem;
		height: 4rem;
		bottom: -3rem;
		left: -2rem;
	}
	.interview-wrap .page-view .view-ttl .roma{
		font-size: 2.25rem;
	}
	.interview-wrap .page-view .view-ttl h1{
		font-size: 1rem;
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.interview-wrap .page-view{
		margin-top: 5.125rem;
		padding: 4.625rem 0 5.0625rem 0;
		border-radius: 0 0 2rem 2rem;
	}
	.interview-wrap .page-view .view-ttl:before{
		width: 4.5rem;
		height: 4rem;
		bottom: -3.5rem;
		left: -1rem;
	}
	.interview-wrap .page-view .view-ttl .roma{
		font-size: 3.5rem;
	}
	.interview-wrap .page-view .view-ttl h1{
		font-size: 1.125rem;
		margin-left: 1.5rem;
	}
}
/*　　一覧　　*/
.interview-guide{
	padding: 4.5rem 0 3.25rem 0;
}
.interview-guide .interview-list{
	column-gap: 1.5rem;
	row-gap: 4.5rem;
}
.interview-guide .interview-list .interview-items{
	width: calc(25% - 1.125rem);
	border-radius: 1.5rem;
}
.interview-list .interview-items{
	position: relative;
}
.interview-list .interview-items a{
	display: block;
}
.interview-list .interview-items .imageArea{
	position: relative;
	height: 20.625rem;
	overflow: hidden;
}
.interview-guide .interview-list .interview-items .imageArea{
	border-radius: 1.5rem;
}
.interview-list .interview-items .imageArea img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	transition: .5s ease-in-out;
}
.interview-list .interview-items .imageArea img:hover{
	transform: scale(1.1);
}
.interview-list .interview-items .contentArea{
	position: absolute;
	width: 100%;
	left:  0;
	bottom: 0;
	color: #ffffff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	padding: 1rem 2.5rem;
}
.interview-guide .interview-list .interview-items .contentArea{
	background: rgba(243, 127, 0, 0.9);
	border-radius: 0 0 1.5rem 1.5rem;
}
.interview-guide .interview-list .interview-items a:hover .contentArea{
	background: rgba(251, 136, 10, 0.9);
}
.interview-list .interview-items .contentArea::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	right: 0.875rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.interview-guide .interview-list .interview-items .contentArea::after{
	background: url(../img/icon/arrow_w_o.svg) center center no-repeat;
	background-size: contain;
}
.interview-list .interview-items .entry{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
}
.interview-list .interview-items .name{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.interview-guide{
		padding: 2rem 0 0 0;
	}
	.interview-guide .interview-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.interview-guide .interview-list .interview-items{
		width: 100%;
		border-radius: 0.875rem;
	}
	.interview-list .interview-items .imageArea{
		height: auto;
	}
	.interview-guide .interview-list .interview-items .imageArea{
		border-radius: 0.875rem;
	}
	.interview-list .interview-items .contentArea{
		padding: 1rem 1.25rem;
	}
	.interview-guide .interview-list .interview-items .contentArea{
		border-radius: 0 0 0.875rem 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.interview-guide{
		padding: 3rem 0 1.125rem 0;
	}
	.interview-guide .interview-list{
		column-gap: 1rem;
		row-gap: 2.5rem;
	}
	.interview-guide .interview-list .interview-items{
		width: calc(33.3333% - 0.7rem);
		border-radius: 1.25rem;
	}
	.interview-list .interview-items .imageArea{
		height: 18.625rem;
	}
	.interview-guide .interview-list .interview-items .imageArea{
		border-radius: 1.25rem;
	}
	.interview-list .interview-items .contentArea{
		padding: 1rem 1.5rem;
	}
	.interview-guide .interview-list .interview-items .contentArea{
		border-radius: 0 0 1.25rem 1.25rem;
	}
}
/*　　詳細　　*/
.single-interview-guide{
	padding: 4.5rem 0 3.25rem 0;
}
.single-interview-guide .interview-head{
	margin-bottom: 3.875rem;
}
.single-interview-guide .interview-head .imageArea{
	width: 61%;
}
.single-interview-guide .interview-head .imageArea img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.single-interview-guide .interview-head .contentArea{
	width: 39%;
	padding-top: 2.625rem;
	padding-right: 2.5rem;
}
.single-interview-guide .interview-head h2{
	color: #302D2D;
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 3.25rem;
}
.single-interview-guide .interview-head .roma{
	position: relative;
	font-family: "Cal Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.3125rem;
}
.single-interview-guide .interview-head .roma::before{
	content: '';
	position: absolute;
	background: #EE5C00;
	width: 9rem;
	height: 1px;
	top: -1rem;
	left: 0;
}
.single-interview-guide .interview-head .name{
	color: #302D2D;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
}
.single-interview-guide .interview-head .entry{
	color: #302D2D;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 2rem;
}
.single-interview-guide .interview-body .interview{
	background: #F7F7F7;
	padding: 2.5rem;
	border-radius: 1rem;
}
.single-interview-guide .interview-body .interview:not(:last-child){
	margin-bottom: 2rem;
}
.single-interview-guide .interview-body .interview-ttl{
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.single-interview-guide .interview-body .interview-ttl .no{
	color: #EE5C00;
	font-family: "Cal Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.25;
	margin-right: 2rem;
}
.single-interview-guide .interview-body .interview-ttl .ttl{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
}
.single-interview-guide .interview-body h3{
	color: #302D2D;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 2.5rem;
}
.single-interview-guide .interview-body .comment p{
	color: #302D2D;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.single-interview-guide .block_btn{
	margin-top: 5.3125rem;
}
@media only screen and (max-width: 767px) {
	.single-interview-guide{
		padding: 2rem 0 0 0;
	}
	.single-interview-guide .interview-head{
		margin-bottom: 2rem;
	}
	.single-interview-guide .interview-head .imageArea{
		width: 100%;
	}
	.single-interview-guide .interview-head .contentArea{
		width: 100%;
		padding-top: 1.5rem;
		padding-right: 0;
	}
	.single-interview-guide .interview-head h2{
		font-size: 1.5rem;
		margin-bottom: 2.25rem;
	}
	.single-interview-guide .interview-head .roma{
		font-size: 1.5rem;
	}
	.single-interview-guide .interview-head .roma::before{
		width: 4rem;
	}
	.single-interview-guide .interview-head .name{
		font-size: 0.9375rem;
	}
	.single-interview-guide .interview-head .entry{
		margin-top: 1rem;
	}
	.single-interview-guide .interview-body .interview{
		padding: 1.25rem;
		border-radius: 0.625rem;
	}
	.single-interview-guide .interview-body .interview:not(:last-child){
		margin-bottom: 1rem;
	}
	.single-interview-guide .interview-body .interview-ttl{
		margin-bottom: 0.625rem;
	}
	.single-interview-guide .interview-body .interview-ttl .no{
		font-size: 2rem;
		margin-right: 1rem;
	}
	.single-interview-guide .interview-body .interview-ttl .ttl{
		font-size: 0.9375rem;
	}
	.single-interview-guide .interview-body h3{
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.single-interview-guide .interview-body .comment p{
		font-size: 0.875rem;
		line-height: 1.85;
	}
	.single-interview-guide .block_btn{
		margin-top: 2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.single-interview-guide{
		padding: 3rem 0 1.125rem 0;
	}
	.single-interview-guide .interview-head{
		margin-bottom: 3rem;
	}
	.single-interview-guide .interview-head .imageArea{
		width: 52%;
	}
	.single-interview-guide .interview-head .contentArea{
		width: 48%;
		padding-top: 0.625rem;
		padding-right: 1.5rem;
	}
	.single-interview-guide .interview-head h2{
		font-size: 1.875rem;
		margin-bottom: 2.5rem;
	}
	.single-interview-guide .interview-head .roma{
		font-size: 1.75rem;
		margin-bottom: 0.3125rem;
	}
	.single-interview-guide .interview-head .roma::before{
		width: 6rem;
	}
	.single-interview-guide .interview-head .entry{
		margin-top: 1.5rem;
	}
	.single-interview-guide .interview-body .interview{
		padding: 2rem;
	}
	.single-interview-guide .interview-body .interview:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.single-interview-guide .interview-body .interview-ttl{
		margin-bottom: 1.25rem;
	}
	.single-interview-guide .interview-body .interview-ttl .no{
		margin-right: 1.5rem;
	}
	.single-interview-guide .interview-body h3{
		font-size: 1.875rem;
		margin-bottom: 2rem;
	}
	.single-interview-guide .interview-body .comment p{
		line-height: 2;
	}
	.single-interview-guide .block_btn{
		margin-top: 3.5rem;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contens-contact-guide{
	padding: 5.5rem 0 2.25rem 0;
}
.contens-contact-guide::before{
	width: 117.5%;
	height: 95%;
	content: "";
	background: #F7F7F7;
	transform: skewY(5deg);
	position: absolute;
	top: -3.5rem;
	left: -8.75%;
	z-index: -1;
}
.contens-contact-guide .box{
	background: url(../img/contact_bg.png) center center no-repeat;
	background-size: cover;
	max-width: 1440px;
	padding: 3.75rem 3rem 4.375rem 3rem;
}
.contens-contact-guide .box .box-inner{
	max-width: 1200px;
	margin: 0 auto;
}
.contens-contact-guide .contentArea{
	width: 50%;
}
.contens-contact-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.contens-contact-guide .guide-ttl .roma{
	color: #ffffff;
	line-height: 1;
	margin-bottom: 1.25rem;
}
.contens-contact-guide h2{
	color: #ffffff;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.35;
}
.contens-contact-guide .p-text{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}
.contens-contact-guide .btn-grid{
	width: 45%;
	max-width: 505px;
	margin-top: -1.5rem;
}
.contens-contact-guide .contact-btn .contact a{
	position: relative;
	display: block;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #1C1C1C;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	border-radius: 4rem;
	padding: 1rem 1.5rem;
}
.contens-contact-guide .contact-btn .contact a::after{
	content: '';
	background: url(../img/icon/arrow_b2.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
	height: 2.25rem;
	right: 0.875rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contens-contact-guide .contact-btn .contact a:hover{
	background: transparent;
	color: #FFFFFF;
}
.contens-contact-guide .contact-btn .contact a:hover::after{
	background: url(../img/icon/arrow_w2.svg) center center no-repeat;
	background-size: contain;
}
.contens-contact-guide .contact-items{
	text-align: center;
	margin-top: 3.125rem;
}
.contens-contact-guide .contact-items h3{
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.375rem;
}
.contens-contact-guide .contact-items .tel-btn li a{
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 1.25;
}
.contens-contact-guide .contact-items .tel-btn li a span{
	line-height: 0;
	margin-right: 0.5rem;
}
.contens-contact-guide .contact-items .tel-btn li a span img{
	width: 2rem;
	margin-top: -0.375rem;
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide{
		padding: 4rem 0 0 0;
	}
	.contens-contact-guide::before{
		content: none;
	}
	.contens-contact-guide .box{
		padding: 2.5rem 1.875rem;
	}
	.contens-contact-guide .contentArea{
		width: 100%;
	}
	.contens-contact-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.contens-contact-guide .guide-ttl .roma{
		text-align: center;
		margin-bottom: 1.25rem;
	}
	.contens-contact-guide h2{
		font-size: 1.375rem;
	}
	.contens-contact-guide .p-text{
		font-size: 0.9375rem;
	}
	.contens-contact-guide .btn-grid{
		width: 100%;
		margin-top: 1.75rem;
	}
	.contens-contact-guide .contact-btn .contact a{
		font-size: 0.9375rem;
		padding: 0.875rem;
	}
	.contens-contact-guide .contact-btn .contact a::after{
		width: 1.8125rem;
		height: 1.8125rem;
		right: 1rem;
	}
	.contens-contact-guide .contact-btn .tel{
		margin-top: 1rem;
	}
	.contens-contact-guide .contact-btn .tel a{
		position: relative;
		display: block;
		background: transparent;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1.45;
		text-align: center;
		border-radius: 4rem;
		padding: 0.875rem;
	}
	.contens-contact-guide .contact-btn .tel a::after{
		content: '';
		background: url(../img/icon/arrow_w2.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 1.8125rem;
		height: 1.8125rem;
		right: 1rem;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contens-contact-guide::before{
		height: 90%;
		top: -0.5rem;
	}
	.contens-contact-guide .box{
		padding: 2.75rem 2rem 3.375rem 2rem;
	}
	.contens-contact-guide .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.contens-contact-guide .guide-ttl .roma{
		margin-bottom: 1.25rem;
	}
	.contens-contact-guide h2{
		font-size: 1.5rem;
	}
	.contens-contact-guide .btn-grid{
		width: 47%;
		margin-top: -1.125rem;
	}
	.contens-contact-guide .contact-btn .contact a{
		font-size: 1rem;
		padding: 1rem;
	}
	.contens-contact-guide .contact-btn .contact a::after{
		width: 2rem;
		height: 2rem;
		right: 0.625rem;
	}
	.contens-contact-guide .contact-items{
		margin-top: 2.125rem;
	}
	.contens-contact-guide .contact-items h3{
		font-size: 1.125rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a{
		font-size: 1.875rem;
	}
}
/*　　採用　お問い合わせナビ　　*/
.recruit-contact-guide{
	padding: 6.75rem 0 6rem 0;
}
.recruit-wrap .recruit-contact-guide .inner-wrap{
	max-width: 1200px;
}
.recruit-contact-guide .imageArea{
	position: relative;
	width: calc(47% + 7.5rem);
	margin-right: -7.5rem;
}
.recruit-contact-guide .imageArea::before{
	background: url(../img/recruit/recruit-contact_bg_text.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 26rem;
	height: 14.875rem;
	bottom: 8rem;
	left: -9rem;
}
.recruit-contact-guide .contentArea{
	position: relative;
	width: 85%;
	margin-right: -32%;
	margin-top: 1.5rem;
}
.recruit-contact-guide .guide-ttl{
	margin-bottom: 3.25rem;
}
.recruit-contact-guide .contentArea h3{
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 1rem;
}
.recruit-contact-guide .contentArea .p-text{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
}
.recruit-contact-guide .btn-grid{
	margin-top: -6.625rem;
}
.recruit-contact-guide .btn-grid .btn{
	column-gap: 2.5rem;
}
.recruit-contact-guide .btn-grid .btn li{
	width: calc(50% - 1.25rem);
}
.recruit-contact-guide .btn-grid .btn li a{
	position: relative;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 1rem;
	padding: 3.125rem 4.5rem;
}
.recruit-contact-guide .btn-grid .btn li a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
	height: 2.25rem;
	right: 3.5rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.recruit-contact-guide .btn-grid .btn li.requirements a{
	background: #FFFFFF;
	border: 2px solid #DEDAD4;
	color: #302D2D;
}
.recruit-contact-guide .btn-grid .btn li.requirements a::after{
	background: url(../img/icon/arrow_g.svg) center center no-repeat;
	background-size: contain;
}
.recruit-contact-guide .btn-grid .btn li.entry a{
	background: #F8A200;
	background: linear-gradient(234deg,rgba(248, 162, 0, 1) 0%, rgba(235, 72, 0, 1) 100%);
	color: #FFFFFF;
	padding: 3.1875rem 4.5rem;
}
.recruit-contact-guide .btn-grid .btn li.entry a::after{
	background: url(../img/icon/arrow_w_o.svg) center center no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.recruit-contact-guide{
		padding: 2.75rem 0 3.5rem 0;
	}
	.recruit-contact-guide .imageArea{
		width: 100%;
		margin-right: 0;
	}
	.recruit-contact-guide .imageArea::before{
		width: 13rem;
		height: 7.4375rem;
		bottom: -0.5rem;
		left: 2rem;
	}
	.recruit-contact-guide .contentArea{
		width: 100%;
		margin-right: 0;
		margin-top: 1.25rem;
	}
	.recruit-contact-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.recruit-contact-guide .contentArea h3{
		font-size: 1.34375rem;
		margin-bottom: 0.75rem;
	}
	.recruit-contact-guide .contentArea .p-text{
		font-size: 0.9375rem;
		line-height: 1.7;
	}
	.recruit-contact-guide .btn-grid{
		margin-top: 2rem;
	}
	.recruit-contact-guide .btn-grid .btn{
		column-gap: 0;
		row-gap: 0.75rem;
	}
	.recruit-contact-guide .btn-grid .btn li{
		width: 100%;
	}
	.recruit-contact-guide .btn-grid .btn li a{
		font-size: 1.0625rem;
		border-radius: 0.5rem;
		padding: 1.5rem 2rem;
	}
	.recruit-contact-guide .btn-grid .btn li a::after{
		width: 1.4375rem;
		height: 1.4375rem;
		right: 1.5rem;
	}
	.recruit-contact-guide .btn-grid .btn li.requirements a{
		border: 1px solid #DEDAD4;
	}
	.recruit-contact-guide .btn-grid .btn li.entry a{
		padding: 1.5rem 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-contact-guide{
		padding: 4.75rem 0 4rem 0;
	}
	.recruit-contact-guide .imageArea::before{
		width: 23rem;
		height: 11.875rem;
		bottom: 2rem;
		left: -5rem;
	}
	.recruit-contact-guide .guide-ttl{
		margin-bottom: 2.25rem;
	}
	.recruit-contact-guide .contentArea h3{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.recruit-contact-guide .btn-grid{
		margin-top: -3.625rem;
	}
	.recruit-contact-guide .btn-grid .btn{
		column-gap: 1.5rem;
	}
	.recruit-contact-guide .btn-grid .btn li{
		width: calc(50% - 0.75rem);
	}
	.recruit-contact-guide .btn-grid .btn li a{
		font-size: 1.125rem;
		border-radius: 1rem;
		padding: 2.125rem 2.5rem;
	}
	.recruit-contact-guide .btn-grid .btn li a::after{
		width: 2rem;
		height: 2rem;
		right: 1.5rem;
	}
	.recruit-contact-guide .btn-grid .btn li.entry a{
		padding: 2.1875rem 2.5rem;
	}
}
/**
/* 投稿 CSS
----------------------------------------------- */
/*　　一覧　　*/
.post-guide{
	padding: 4.5rem 0 10rem 0;
}
.post-list .post-items{
	margin-bottom: 0.5rem;
}
.post-list .post-items a{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #FFFFFF;
	padding: 3.5rem 3rem 3.5rem 2.5rem;
}
.post-list .post-items dt{
	width: 15rem;
	display: flex;
	align-items: baseline;
}
.post-list .post-items .date{
	font-family: "Poppins", sans-serif;
	color: #D5D5D5;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}
.post-list .post-items .category{
	margin-left: 2rem;
}
.post-list .post-items .category span{
	display: inline-block;
	color: #09253C;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	border: 1px solid #BCBCBC;
	padding: 0.125rem 0.625rem;
}
.post-list .post-items dd{
	position: relative;
	width: calc(100% - 15rem);
	color: #09253C;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-right: 2.5rem;
}
.post-list .post-items a dd::after{
	content: "";
	position: absolute;
	background: url(../img/icon/arrow_g.png) no-repeat center;
	background-size: contain;
	width: 2.25rem;
	height: 0.625rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.post-list .post-items a:hover dd::after{
	background: url(../img/icon/arrow_b2.png) no-repeat center;
	background-size: contain;
	right: -1rem;
}
@media only screen and (max-width: 767px) {
	.news-guide{
		padding: 2.5rem 0 10rem 0;
	}
	.post-list .post-items{
		margin-bottom: 0.5rem;
	}
	.post-list .post-items a{
		padding: 1.25rem 1.75rem 1.25rem 1.25rem;
	}
	.post-list .post-items dt{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.post-list .post-items .date{
		font-size: 0.875rem;
	}
	.post-list .post-items .category{
		margin-left: 0.875rem;
	}
	.post-list .post-items .category span{
		font-size: 0.75rem;
		padding: 0.125rem 0.25rem;
	}
	.post-list .post-items dd{
		width: 100%;
		font-size: 0.9375rem;
		padding-right: 2rem;
	}
	.post-list .post-items a dd::after{
		width: 1.5rem;
		height: 0.40625rem;
	}
}
/*　　詳細　　*/
.single-guide{
	padding: 4.5rem 0 20.8125rem 0;
}
.single-guide article{
	background: #FFFFFF;
	padding: 6.25rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
}
.single-guide .entry-header .category{
	margin-bottom: 1rem;
}
.single-guide .entry-header .category span{
	display: inline-block;
	color: #09253C;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	border: 1px solid #BCBCBC;
	padding: 0.125rem 0.625rem;
}
.single-guide .entry-dete .dete{
	font-family: "Montserrat", sans-serif;
	color: #000000;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-right: 1rem;
}
.single-guide .entry-dete .dete span{
	display: inline-block;
	width: 1rem;
	margin-right: 0.5rem;
}
.single-guide .entry-header h2{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 1rem;
}
.single-guide .entry-body h2{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h4{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p{
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.3;
	margin-bottom: 2rem;
}
.single-guide .entry-body p:last-child{
	margin-bottom: 0;
}
.single-guide .entry-body p img{
	margin: 0.5rem 0;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}
.single-guide .entry-body figure{
	margin: 0.5rem 0;
}
.single-guide .entry-body figcaption{
	font-size: 90%;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 1rem 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 0 1rem;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .page-nav{
	padding: 0 6.25rem;
	margin-top: 3.5rem;
}
.single-guide .page-nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.single-guide .page-nav ul .nav__item--prev,
.single-guide .page-nav ul .nav__item--next{
	width: calc(50% - 10rem);
}
.single-guide .page-nav ul .nav__item--prev a{
	position: relative;
	padding-left: 2.8125rem;
}
.single-guide .page-nav ul .nav__item--next a{
	position: relative;
	padding-right: 2.8125rem;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	color: #646464;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
}
.single-guide .page-nav ul .nav__item--prev a::before,
.single-guide .page-nav ul .nav__item--next a::before,
.single-guide .page-nav ul .nav__item--prev a::after,
.single-guide .page-nav ul .nav__item--next a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.single-guide .page-nav ul .nav__item--prev a::before,
.single-guide .page-nav ul .nav__item--next a::before{
	background: #9F9F9F;
	width: 1.75rem;
	height: 1.75rem;
}
.single-guide .page-nav ul .nav__item--prev a::before{
	left: 0;
}
.single-guide .page-nav ul .nav__item--next a::before{
	right: 0;
}
.single-guide .page-nav ul .nav__item--prev a::after,
.single-guide .page-nav ul .nav__item--next a::after{
	background: url(../img/icon/arrow_w2.png) center center no-repeat;
	background-size: cover;
	width: 1rem;
	height: 1rem;
}
.single-guide .page-nav ul .nav__item--prev a::after{
	left: 0.375rem;
}
.single-guide .page-nav ul .nav__item--next a::after{
	right: 0.375rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.single-guide .page-nav ul .return_btn{
	width: 20rem;
}
.single-guide .page-nav ul .return_btn .btn{
	position: relative;
	display: block;
	background: #073760;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	padding: 1rem 1.5rem;
}
.single-guide .page-nav ul .return_btn .btn::after{
	background: url(../img/icon/arrow_w.png) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.34375rem;
	height: 0.375rem;
	right: 2rem;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.single-guide .page-nav ul .return_btn .btn:hover{
	opacity: 1;
}
.single-guide .page-nav ul .return_btn .btn:hover::after{
	right: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.single-guide{
		padding: 2.5rem 0 10rem 0;
	}
	.single-guide article{
		padding: 2rem 1.5rem;
	}
	.single-guide .entry-header{
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}
	.single-guide .entry-header .category{
		margin-bottom: 0.875rem;
	}
	.single-guide .entry-header .category span{
		font-size: 0.75rem;
		padding: 0.125rem 0.25rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.375rem;
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h4{
		font-size: 1.0625rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.9375rem;
		line-height: 2;
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-body ol{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 0.9375rem;
	}
	.single-guide .page-nav{
		padding: 0;
		margin-top: 3.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev,
	.single-guide .page-nav ul .nav__item--next{
		width: auto;
	}
	.single-guide .page-nav ul .nav__item--prev a span,
	.single-guide .page-nav ul .nav__item--next a span{
		font-size: 0.9375rem;
	}
	.single-guide .block_btn{
		text-align: center;
		margin-top: 2rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-wrap{
	padding-bottom: 10rem;
}
.error-guide{
	padding: 4.5rem 0 4.5rem 0;
}
.error-guide .entry p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 3rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-wrap{
		padding-bottom: 4rem;
	}
	.error-guide{
		padding: 2.5rem 0 0 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;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.error-wrap{
		padding-bottom: 6rem;
	}
	.error-guide{
		padding: 2.5rem 0 0.5rem 0;
	}
}
