@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	padding-top: 1rem;
	margin-bottom: 2.5rem;
}
.guide-ttl::before{
	position: absolute;
	background: #D8D8D8;
	content: '';
	width: 10rem;
	height: 0.1875rem;
	top: 0;
	left: 0;
	border-radius: 0.1875rem;
}
.guide-ttl.center::before{
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl .roma{
	font-family: "Poppins", sans-serif;
	font-size: 4.375rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}
.guide-ttl h2{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
.guide-ttl.white::before{
	background: #FFFFFF;
}
.guide-ttl.white .roma,
.guide-ttl.white h2{
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		padding-top: 0.5rem;
		margin-bottom: 1.25rem;
	}
	.guide-ttl::before{
		width: 5rem;
		height: 0.125rem;
	}
	.guide-ttl .roma{
		font-size: 2.1875rem;
		margin-bottom: 0;
	}
	.guide-ttl h2{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl{
		padding-top: 1rem;
		margin-bottom: 2rem;
	}
	.guide-ttl::before{
		width: 8rem;
		height: 0.1875rem;
	}
	.guide-ttl .roma{
		font-size: 3.375rem;
		margin-bottom: 0.25rem;
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	position: relative;
	background: url(../img/top/mv.jpg) no-repeat center;
	background-size: cover;
	padding: 12rem 0 4.375rem 0;
	margin-top: 5rem;
}
.mv-view .inner-wrap{
	text-align: right;
}
.mv-view .view-box{
	display: inline-block;
	text-align: left;
	margin-bottom: 7rem;
}
.mv-view .view-box .bg-text{
	margin-bottom: 2rem;
}
.mv-view .view-box .bg-text span{
	display: block;
	background: #FFFFFF;
	font-size: 4.125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.09em;
	padding: 0 1.25rem;
}
.mv-view .view-box .bg-text span + span{
	margin-top: 0.675rem;
}
.mv-view .view-box .text{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: 0.06em;
}
.mv-view .decoration-text-container{
	position: relative;
}
.mv-view .decoration-text-container .decoration-text{
	width: 340.5625rem;
	height: 9.4375rem;
	display: flex;
	overflow: hidden;
}
.mv-view .decoration-text-container .decoration-text img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.mv-view .decoration-text-container .decoration-text div:first-child {
	-webkit-animation: loopLeft1 60s -30s linear infinite;
	animation: loopLeft1 60s -30s linear infinite;
}
.mv-view .decoration-text-container .decoration-text div:last-child {
	-webkit-animation: loopLeft2 60s linear infinite;
	animation: loopLeft2 60s 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) {
	.mv-view{
		background: url(../img/top/sp_mv.jpg) no-repeat center;
		background-size: cover;
		padding: 16.5625rem 0 0 0;
		margin-top: 3.25rem;
	}
	.mv-view .inner-wrap{
		text-align: left;
	}
	.mv-view .view-box{
		margin-bottom: 0.25rem;
	}
	.mv-view .view-box .bg-text{
		max-width: 18.75rem;
		margin-bottom: 1rem;
	}
	.mv-view .view-box .bg-text span{
		font-size: 2.0625rem;
		padding: 0 0.675rem;
	}
	.mv-view .view-box .bg-text span + span{
		margin-top: 0.25rem;
	}
	.mv-view .view-box .text{
		font-size: 0.9375rem;
		line-height: 1.46;
	}
	.mv-view .decoration-text-container .decoration-text{
		width: 207.25rem;
		height: 5.75rem;
	}
}
/*　　お知らせ　　*/
.front-news{
	padding: 8.5rem 0 6rem 0;
}
.front-news .inner{
	max-width: 1000px;
}
.front-news .guide-ttl{
	width: 12.8125rem;
	margin-bottom: 0;
}
.front-news .contentArea{
	width: calc(100% - 12.8125rem);
	padding-left: 5.9375rem;
}
.front-news .block_btn{
	margin-top: 3.375rem;
}
@media only screen and (max-width: 767px) {
	.front-news{
		padding: 2rem 0 3.25rem 0;
	}
	.front-news .guide-ttl{
		width: 100%;
		margin-bottom: 1.75rem;
	}
	.front-news .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.front-news .block_btn{
		text-align: center;
		margin-top: 2.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-news{
		padding: 8.5rem 0 4rem 0;
	}
	.front-news .guide-ttl{
		width: 10.8125rem;
	}
	.front-news .contentArea{
		width: calc(100% - 10.8125rem);
		padding-left: 3.9375rem;
	}
	.front-news .block_btn{
		margin-top: 2.375rem;
	}
}
/*　　チバセイキについて　　*/
.about-guide::before{
	position: absolute;
	content: "";
	background: url(../img/top/about_bg.jpg) no-repeat center;
	background-size: cover;
	width: 80%;
	max-width: 1400px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}
.about-guide .flex_wrap{
	position: relative;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.about-guide .contentArea{
	width: 50%;
	max-width: 740px;
	padding: 8rem 3.75rem 3.75rem 0;
}
.about-guide .contentArea .guide-ttl{
	margin-bottom: 1.25rem;
}
.about-guide .contentArea h3{
	color: #FFFFFF;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin-bottom: 1.5rem;
}
.about-guide .contentArea .text{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: 0.06em;
}
.about-guide .imageArea{
	width: 40%;
	height: 33.5rem;
	margin-top: 5rem;
	margin-bottom: -5rem;
}
.about-guide .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.about-guide::before{
		content: none;
	}
	.about-guide .flex_wrap{
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.about-guide .contentArea{
		background: url(../img/top/sp_about_bg.jpg) no-repeat center;
		background-size: cover;
		width: 85%;
		padding: 3rem 1.5rem 3rem 1.5rem;
	}
	.about-guide .contentArea .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.about-guide .contentArea h3{
		font-size: 1.125rem;
		margin-bottom: 0.625rem;
	}
	.about-guide .contentArea .text{
		font-size: 0.875rem;
		line-height: 1.57;
	}
	.about-guide .imageArea{
		width: 100%;
		text-align: right;
		height: max-content;
		margin-top: -1.5rem;
		margin-bottom: 0;
	}
	.about-guide .imageArea img{
		width: 80%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.about-guide .contentArea{
		width: 55%;
		padding: 6rem 2.75rem 3.75rem 0;
	}
	.about-guide .imageArea{
		height: 29.5rem;
		margin-top: 4rem;
	}
}
/*　　チバセイキのサービス　　*/
.frontWrap .service-guide{
	padding: 6.6875rem 0 4.5625rem 0;
}
.frontWrap .service-guide .guide-ttl{
	margin-bottom: 3rem;
}
.service-guide .service-nav{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.service-guide .service-nav li{
	position: relative;
	width: calc(33.3333% - 1rem);
}
.service-guide .service-nav li a{
	position: relative;
	display: block;
}
.service-guide .service-nav li a::before{
	position: absolute;
	background: rgba(21, 21, 21, .4);
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.service-guide .service-nav li a::after{
	content: '';
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.service-guide .service-nav li a:hover::before{
	background: rgba(39, 59, 104, .8);
}
.service-guide .service-nav li a:hover::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-top: 2rem solid transparent;
	border-right: 2rem solid #ffffff; /* ラベルの色はここで変更 */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 100;
}
.service-guide .service-nav li .nav-ttl{
	position: absolute;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.service-guide .service-nav li .nav-ttl .ttl{
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
.service-guide .service-nav li .nav-ttl .roma{
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.frontWrap .service-guide{
		padding: 2.75rem 0 2.25rem 0;
	}
	.frontWrap .service-guide .guide-ttl{
		margin-bottom: 1.75rem;
	}
	.service-guide .service-nav{
		column-gap: 0;
		row-gap: 0.75rem;
	}
	.service-guide .service-nav li{
		width: 100%;
	}
	.service-guide .service-nav li .nav-ttl{
		display: flex;
		align-items: center;
		padding: 2rem;
	}
	.service-guide .service-nav li .nav-ttl .ttl{
		font-size: 1.1875rem;
		margin-bottom: 0;
	}
	.service-guide .service-nav li .nav-ttl .roma{
		font-size: 0.8125rem;
		margin-left: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.service-guide .service-nav li .nav-ttl .ttl{
		font-size: 1.1875rem;
	}
	.service-guide .service-nav li .nav-ttl .roma{
		font-size: 0.8125rem;
	}
}
/*　　会社概要　　*/
.front-company{
	padding: 6.375rem 0 3.5rem 0;
}
.front-company .company-grid{
	align-items: center;
}
.front-company .imageArea{
	width: 50%;
	height: 31.25rem;
}
.front-company .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-company .contentArea{
	width: 45%;
	max-width: 33.5rem;
	padding-left: 5rem;
}
.front-company .contentArea .guide-ttl{
	margin-bottom: 1.5rem;
}
.front-company .contentArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: 0.06em;
}
.front-company .contentArea .block_btn{
	margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
	.front-company{
		padding: 2.25rem 0 1.375rem 0;
	}
	.front-company .imageArea{
		width: calc(100% - 1.5rem);
		height: auto;
	}
	.front-company .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 2.25rem 1.5rem 0 1.5rem;
	}
	.front-company .contentArea .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.front-company .contentArea .p-text{
		max-width: 16rem;
		font-size: 0.875rem;
		line-height: 1.6;
	}
	.front-company .contentArea .block_btn{
		text-align: center;
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-company{
		padding: 4.375rem 0 1.5rem 0;
	}
	.front-company .imageArea{
		height: 26.25rem;
	}
	.front-company .contentArea{
		width: 46%;
		padding-left: 3rem;
	}
	.front-company .contentArea .block_btn{
		margin-top: 3rem;
	}
}
/*　　求人ナビ　　*/
.recruit-nav-guide{
	padding: 3.5rem 0 7.5rem 0;
}
.recruit-nav-guide .recruit-nav-grid{
	max-width: 1600px;
}
.recruit-nav-guide .recruit-nav-grid a{
	position: relative;
	display: block;
	color: #FFFFFF;
	width: 100%;
	overflow: hidden;
}
.recruit-nav-guide .recruit-nav-grid a .img{
	height: 25rem;
}
.recruit-nav-guide .recruit-nav-grid a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}
.recruit-nav-guide .recruit-nav-grid a:hover .img img{
	transform: scale(1.1);
}
.recruit-nav-guide .recruit-nav-grid .recruit-nav-ttl{
	position: absolute;
	width: 90%;
	max-width: 1200px;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 2;
}
.recruit-nav-guide .recruit-nav-grid .roma{
	font-family: "Poppins", sans-serif;
	font-size: 5.625rem;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
}
.recruit-nav-guide .recruit-nav-grid .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.93;
	letter-spacing: 0.06em;
}
.recruit-nav-guide .recruit-nav-grid .recruit-nav-ttl::after{
	position: absolute;
	background: url(../img/arrow_w.png) no-repeat center;
	background-size: cover;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.recruit-nav-guide{
		padding: 1.375rem 0 2.75rem 0;
	}
	.recruit-nav-guide .recruit-nav-grid a .img{
		height: 18rem;
	}
	.recruit-nav-guide .recruit-nav-grid .recruit-nav-ttl{
		padding: 3.75rem 1rem 4.75rem 1rem;
	}
	.recruit-nav-guide .recruit-nav-grid .roma{
		font-size: 2.1875rem;
		margin-bottom: 0.375rem;
	}
	.recruit-nav-guide .recruit-nav-grid .text{
		font-size: 0.875rem;
		line-height: 1.45;
	}
	.recruit-nav-guide .recruit-nav-grid .recruit-nav-ttl::after{
		width: 2rem;
		height: 2rem;
		right: 0.25rem;
		top: auto;
		bottom: 1.25rem;
		transform: translateY(0%);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.recruit-nav-guide{
		padding: 2.5rem 0 4.5rem 0;
	}
	.recruit-nav-guide .recruit-nav-grid a .img{
		height: 20rem;
	}
	.recruit-nav-guide .recruit-nav-grid .roma{
		font-size: 4.5rem;
	}
}
/*　　お問い合わせフォーム　　*/
.contact-guide{
	background: #071943;
	padding: 5rem 0 5.5rem 0;
}
.contact-guide .inner{
	max-width: 1000px;
}
.contact-guide .form-box{
	background: #FFFFFF;
	padding: 3.75rem;
	margin-bottom: 2.5rem;
}
.contact-guide .form-box dl{
	display: flex;
	padding: 1rem 0;
}
.contact-guide .form-box dl:last-child{
	padding: 1rem 0 0 0;
}
.contact-guide .form-box dl dt{
	width: 17.5rem;
	color: #1A1A1A;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 1rem 0;
}
.contact-guide .form-box dl dt span{
	color: #273B68;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	margin-left: 1rem;
}
.contact-guide .form-box dl dd{
	width: calc(100% - 17.5rem);
}
.contact-guide .form-box dl dd ul{
	display: flex;
	column-gap: 1.5rem;
}
.contact-guide .form-box dl dd ul li{
	width: calc(50% - 0.75rem);
}
.contact-guide .form-box dl dd ul li span{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 0.3125rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 2.5rem 0;
	}
	.contact-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.contact-guide .inner{
		width: 100%;
	}
	.contact-guide .form-box{
		padding: 2.5rem 1rem 2.25rem 1rem;
		margin-bottom: 1.75rem;
	}
	.contact-guide .form-box dl{
		display: block;
		padding: 0 0 1.5rem 0;
	}
	.contact-guide .form-box dl:last-child{
		padding: 0;
	}
	.contact-guide .form-box dl dt{
		width: 100%;
		font-size: 1rem;
		padding: 0 0 0.375rem 0;
	}
	.contact-guide .form-box dl dt span{
		font-size: 0.8125rem;
		margin-left: 0.5rem;
	}
	.contact-guide .form-box dl dd{
		width: 100%;
	}
	.contact-guide .form-box dl dd ul{
		column-gap: 1.5rem;
	}
	.contact-guide .form-box dl dd ul li{
		width: calc(50% - 0.75rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-guide .form-box{
		padding: 2.75rem;
	}
}
/*　　プライバシーポリシー　　*/
.privacy-grid .p-text{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.68;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 2.5rem;
}
.contact-guide .privacy-box{
	background: #FFFFFF;
	color: #1C1C1C;
	padding: 2.5rem;
}
.contact-guide .privacy-box h3{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 2rem;
}
.contact-guide .privacy-box .privacy{
	height: 15.3125rem;
	overflow-y: scroll;
}
.contact-guide .privacy-box p{
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}
.contact-guide .privacy-box dl{
	margin-bottom: 1.25rem;
}
.contact-guide .privacy-box dl:last-child{
	margin-bottom: 0;
}
.contact-guide .privacy-box dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.675rem;
}
.contact-guide .privacy-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) {
	.privacy-grid .p-text{
		font-size: 0.9375rem;
		margin-bottom: 1.75rem;
	}
	.contact-guide .privacy-box{
		padding: 1.75rem 1.5rem;
	}
	.contact-guide .privacy-box h3{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.contact-guide .privacy-box .privacy{
		height: 24rem;
		overflow-y: scroll;
	}
	.contact-guide .privacy-box p{
		font-size: 0.875rem;
		margin-bottom: 1.5rem;
	}
	.contact-guide .privacy-box dl{
		margin-bottom: 1.25rem;
	}
	.contact-guide .privacy-box dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.5rem;
	}
	.contact-guide .privacy-box dl dd{
		font-size: 0.8125rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	background: #022779;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5rem;
}
.page-view .page-view-img{
	width: 50%;
	height: 20.375rem;
	margin-bottom: -2.5rem;
}
.page-view .page-view-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top left;
}
.page-view .view-ttl{
	width: 45%;
	max-width: 600px;
}
.page-view .view-ttl h1{
	color: #FFFFFF;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.page-view{
		margin-top: 3.25rem;
	}
	.page-view .page-view-img{
		height: 15.375rem;
		margin-bottom: -1.5rem;
	}
	.page-view .view-ttl h1{
		font-size: 1.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	
}
/**
/* 会社案内 CSS
----------------------------------------------- */
/*　　企業理念　　*/
.philosophy-guide{
	padding: 0;
}
.philosophy-guide::after{
	position: absolute;
	content: "";
	background: #F2F2F2;
	width: 98%;
	max-width: 1760px;
	height: calc(100% - 4.5rem);
	top: 4.5rem;
	right: 0;
	z-index: -1;
}
.philosophy-guide .imageArea{
	width: 42%;
}
.philosophy-guide .contentArea{
	width: 58%;
	max-width: 50.5rem;
	padding: 8.5rem 2rem 3.9375rem 4rem;
}
.philosophy-guide .guide-ttl{
	margin-bottom: 2rem;
}
.philosophy-guide .contentArea h3{
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin-bottom: 3rem;
}
.philosophy-guide .philosophy-list{
	column-gap: 2rem;
}
.philosophy-guide .philosophy-list dl{
	width: calc(33.3333% - 1.375rem);
}
.philosophy-guide .philosophy-list dl dt{
	text-align: center;
	margin-bottom: 1rem;
}
.philosophy-guide .philosophy-list dl dt img{
	width: 100%;
	max-width: 11.6875rem;
}
.philosophy-guide .philosophy-list dl dd{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.philosophy-guide::after{
		width: calc(100% - 1.5rem);
		height: calc(100% - 2.5rem);
		top: 2.5rem;
	}
	.philosophy-guide .imageArea{
		width: 86%;
	}
	.philosophy-guide .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 3.5rem 1.5rem 2.9375rem 3rem;
	}
	.philosophy-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.philosophy-guide .contentArea h3{
		font-size: 1.25rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	.philosophy-guide .philosophy-list{
		column-gap: 0;
		row-gap: 2rem;
	}
	.philosophy-guide .philosophy-list dl{
		width: 100%;
	}
	.philosophy-guide .philosophy-list dl dt{
		margin-bottom: 0.675rem;
	}
	.philosophy-guide .philosophy-list dl dt img{
		max-width: 8.6875rem;
	}
	.philosophy-guide .philosophy-list dl dd{
		font-size: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.philosophy-guide::after{
		height: calc(100% - 2.5rem);
		top: 2.5rem;
	}
	.philosophy-guide .contentArea{
		padding: 6.5rem 2rem 3rem 2rem;
	}
	.philosophy-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.philosophy-guide .contentArea h3{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.philosophy-guide .philosophy-list{
		column-gap: 1.5rem;
	}
	.philosophy-guide .philosophy-list dl{
		width: calc(33.3333% - 1rem);
	}
	.philosophy-guide .philosophy-list dl dt{
		margin-bottom: 0.675rem;
	}
	.philosophy-guide .philosophy-list dl dd{
		font-size: 1rem;
	}
}
/*　　機械紹介　　*/
.machine-guide{
	padding: 6rem 0 5.5rem 0;
}
.machine-guide .machine-list{
	column-gap: 1.5rem;
	row-gap: 2.5rem;
}
.machine-list .machine-items{
	width: calc(33.3333% - 1rem);
}
.machine-list .machine-items .imageArea{
	height: 14.375rem;
	margin-bottom: 1.5rem;
}
.machine-list .machine-items .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.machine-list .machine-items .ttl{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
.machine-list .machine-items .comment p{
	font-size: 1rem;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.machine-guide{
		padding: 5rem 0 3.5rem 0;
	}
	.machine-guide .machine-list{
		column-gap: 0;
		row-gap: 2rem;
	}
	.machine-list .machine-items{
		width: 100%;
	}
	.machine-list .machine-items .imageArea{
		height: auto;
		margin-bottom: 1rem;
	}
	.machine-list .machine-items .ttl{
		font-size: 1.125rem;
		margin-bottom: 0.675rem;
	}
	.machine-list .machine-items .comment p{
		font-size: 0.9375rem;
	}
}
/*　　メッセージ　　*/
.message-guide{
	padding: 5rem 0 4.5rem 0;
}
.message-guide::before,
.message-guide::after{
	position: absolute;
	content: "";
}
.message-guide::before{
	background: url(../img/company/message_bg.jpg) no-repeat center;
	background-size: cover;
	width: 80%;
	max-width: 1400px;
	height: 24.5rem;
	top: 0;
	left: 0;
}
.message-guide::after{
	background: #F2F2F2;
	width: 98%;
	max-width: 1760px;
	height: calc(100% - 9rem);
	top: 9rem;
	right: 0;
	z-index: -1;
}
.message-guide .box{
	background: #FFFFFF;
	padding: 2.5rem;
}
.message-guide .message-head{
	align-items: center;
	margin-bottom: 2.5rem;
}
.message-guide .message-head .imageArea{
	width: 52%;
}
.message-guide .message-head .message-ttl{
	width: 48%;
	padding-right: 2rem;
}
.message-guide .message-ttl h3{
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin-bottom: 2rem;
}
.message-guide .message-ttl .name{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
.message-guide .message-ttl .name span{
	margin-right: 1rem;
}
.message-guide .comment p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
	margin-bottom: 2rem;
}
.message-guide .comment p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 3rem 0 2.5rem 0;
	}
	.message-guide::before{
		width: calc(100% - 3.5rem);
		height: 12.5rem;
	}
	.message-guide::after{
		width: 100%;
		height: calc(100% - 4rem);
		top: 4rem;
	}
	.message-guide .box{
		padding: 1.5rem;
	}
	.message-guide .message-head{
		margin-bottom: 1.5rem;
	}
	.message-guide .message-head .imageArea{
		width: 100%;
		margin-bottom: 1rem;
	}
	.message-guide .message-head .message-ttl{
		width: 100%;
		padding-right: 0;
	}
	.message-guide .message-ttl h3{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.message-guide .message-ttl .name{
		font-size: 0.9375rem;
	}
	.message-guide .message-ttl .name span{
		margin-right: 1rem;
	}
	.message-guide .comment p{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.message-guide .box{
		padding: 2rem;
	}
	.message-guide .message-head{
		margin-bottom: 2rem;
	}
	.message-guide .message-ttl h3{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	background: #071943;
	padding: 5rem 0;
}
.company-guide .inner{
	max-width: 1000px;
}
.company-guide .guide-ttl{
	margin-bottom: 3rem;
}
.company-guide .box{
	background: #FFFFFF;
	padding: 5rem 2.5rem;
}
.company-guide .company-tbl{
	max-width: 840px;
	margin: 0 auto;
}
.company-guide .company-tbl th,
.company-guide .company-tbl td{
	border-bottom: 1px solid #CECECE;
	padding: 1.875rem 0;
}
.company-guide .company-tbl tr:first-child th,
.company-guide .company-tbl tr:first-child td{
	border-top: 1px solid #CECECE;
}
.company-guide .company-tbl th{
	width: 11.25rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
.company-guide .company-tbl td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 4rem 0 3rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.company-guide .box{
		padding: 2rem 1.25rem;
	}
	.company-guide .company-tbl th,
	.company-guide .company-tbl td{
		padding: 1.125rem 0;
	}
	.company-guide .company-tbl th{
		width: 7.5rem;
		font-size: 0.9375rem;
	}
	.company-guide .company-tbl td{
		font-size: 0.875rem;
	}
}
/**
/* サービスページ CSS
----------------------------------------------- */
/*　　サービスについて　　*/
.service-head{
	padding-bottom: 4rem;
}
.service-head .ttlArea{
	position: relative;
	text-align: center;
	padding-top: 1rem;
	margin-bottom: 2rem;
}
.service-head .ttlArea::before{
	position: absolute;
	background: #D8D8D8;
	content: '';
	width: 10rem;
	height: 0.1875rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.1875rem;
}
.service-head .ttlArea h2{
	color: #273B68;
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.service-head .ttlArea p{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
.service-head .contentArea h3{
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 2rem;
}
.service-head .contentArea p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.26;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.service-head{
		padding-bottom: 2.5rem;
	}
	.service-head .ttlArea{
		padding-top: 1rem;
		margin-bottom: 1.25rem;
	}
	.service-head .ttlArea::before{
		width: 5rem;
		height: 0.125rem;
	}
	.service-head .ttlArea h2{
		font-size: 1.875rem;
		margin-bottom: 0;
	}
	.service-head .ttlArea p{
		font-size: 0.875rem;
	}
	.service-head .contentArea h3{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.service-head .contentArea p{
		font-size: 0.9375rem;
		line-height: 2;
	}
}
/*　　こんなお困りごとやお悩みありませんか？　　*/
.worries-guide{
	background: #F0F1F4;
	padding: 4rem 0 3rem 0;
}
.worries-guide h2{
	position: relative;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-align: center;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
}
.worries-guide h2::before{
	position: absolute;
	background: #273B68;
	content: '';
	width: 10rem;
	height: 0.1875rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.1875rem;
}
.worries-guide .worries-list{
	column-gap: 1.25rem;
	row-gap: 1.25rem;
}
.worries-list .worries-items{
	width: calc(25% - 0.9375rem);
}
.worries-list .worries-items .imageArea{
	margin-bottom: 1.25rem;
}
.worries-list .worries-items p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.worries-guide{
		padding: 3rem 0 3rem 0;
	}
	.worries-guide h2{
		font-size: 1.5rem;
		padding-bottom: 1.25rem;
		margin-bottom: 2rem;
	}
	.worries-guide h2::before{
		width: 5rem;
		height: 0.125rem;
	}
	.worries-guide .worries-list{
		column-gap: 0;
		row-gap: 2rem;
	}
	.worries-list .worries-items{
		width: 100%;
	}
	.worries-list .worries-items .imageArea{
		margin-bottom: 1rem;
	}
	.worries-list .worries-items p{
		font-size: 0.9375rem;
	}
}
/*　　そのお悩み、チバセイキにお任せください！　　*/
.bubble-guide{
	position: relative;
	background: rgb(21,21,21);
	background: linear-gradient(135deg, rgba(21,21,21,1) 0%, rgba(39,59,104,1) 50%, rgba(21,21,21,1) 100%);
	padding: 1.125rem;
}
.bubble-guide::after{
	position: absolute;
	width: 2.5rem;
	height: 1.875rem;
	bottom: -1.75rem;
	left: calc(50% - 1.25rem);
	margin: auto;
	content: "";
	vertical-align: middle;
	background: rgb(21,21,21);
	background: linear-gradient(227deg, rgba(21, 21, 21, 1) 0%, rgba(39, 59, 104, 1) 50%, rgba(21, 21, 21, 1) 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.bubble-guide p{
	color: #FFFFFF;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.bubble-guide{
		padding: 1rem;
	}
	.bubble-guide::after{
		width: 1.875rem;
		height: 1.375rem;
		bottom: -1.25rem;
		left: calc(50% - 0.9375rem);
	}
	.bubble-guide p{
		font-size: 1.25rem;
	}
}
/*　　事例紹介　　*/
.case-guide{
	padding: 5.875rem 0 7.5rem 0;
}
.case-guide .inner{
	max-width: 1000px;
}
.case-list .case-items{
	background: #FFFFFF;
	padding: 2.5rem;
	border: 5px solid #F5F5F5;
	margin-bottom: 1.5rem;
}
.case-list .case-items:last-child{
	margin-bottom: 0;
}
.case-list .case-items .case-head{
	margin-bottom: 2.25rem;
}
.case-list .case-items .case-head .contentArea{
	width: 70%;
	padding-right: 2.25rem;
}
.case-list .case-items .case-head h3{
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.48;
	margin-bottom: 0.75rem;
}
.case-list .case-items .case-head .name{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}
.case-list .case-items .case-head .p-text{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.9;
}
.case-list .case-items .case-head .imageArea{
	width: 30%;
}
.case-list .case-items .case-tbl{
	border: 1px solid #D9D9D9;
}
.case-list .case-items .case-tbl th,
.case-list .case-items .case-tbl td{
	padding: 0.75rem 1.25rem;
	border-bottom: 1px solid #CECECE;
}
.case-list .case-items .case-tbl th{
	background: #EFEFEF;
	width: 13.375rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}
.case-list .case-items .case-tbl td{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}
@media only screen and (max-width: 767px) {
	.case-guide{
		padding: 3.875rem 0 3.5rem 0;
	}
	.case-list .case-items{
		padding: 1.5rem 1rem;
		border: 0.25rem solid #F5F5F5;
		margin-bottom: 1.5rem;
	}
	.case-list .case-items .case-head{
		margin-bottom: 1.25rem;
	}
	.case-list .case-items .case-head .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.case-list .case-items .case-head h3{
		font-size: 1.25rem;
		margin-bottom: 0.675rem;
	}
	.case-list .case-items .case-head .name{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.case-list .case-items .case-head .p-text{
		font-size: 0.9375rem;
	}
	.case-list .case-items .case-head .imageArea{
		width: 100%;
		margin-bottom: 1rem;
	}
	.case-list .case-items .case-tbl th,
	.case-list .case-items .case-tbl td{
		display: block;
		padding: 0.75rem;
	}
	.case-list .case-items .case-tbl th{
		width: 100%;
		font-size: 1rem;
	}
	.case-list .case-items .case-tbl td{
		font-size: 0.875rem;
	}
}
/*　　よくある質問　　*/
.faq-guide{
	background: #F5F5F5;
	padding: 5.5rem 0 6.5rem 0;
}
.faq-guide .box{
	background: #FFFFFF;
	padding: 4.5rem 3.75rem;
}
.faq-list .faq-items{
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
.faq-list .faq-items:last-child{
	margin-bottom: 0;
}
.faq-list .faq-items .question dt,
.faq-list .faq-items .answer dt{
	width: 2.8125rem;
	height: 2.8125rem;
	font-family: "Poppins", sans-serif;
	font-size: 1.6875rem;
	font-weight: 600;
	line-height: 2.5rem;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #273B68;
}
.faq-list .faq-items .question dd,
.faq-list .faq-items .answer dd{
	width: calc(100% - 2.5rem);
	padding-left: 1.875rem;
}
.faq-list .faq-items .question{
	position: relative;
	cursor: pointer;
	padding-right: 2.5rem;
}
.faq-list .faq-items .question::after{
	position: absolute;
	background: url(../img/plus.png) no-repeat center;
	background-size: cover;
	content: '';
	width: 2.375rem;
	height: 2.375rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faq-list .faq-items .question.open::after{
	background: url(../img/minus.png) no-repeat center;
	background-size: cover;
}
.faq-list .faq-items .question dt{
	background: #273B68;
	color: #FFFFFF;
}
.faq-list .faq-items .question dd{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.faq-list .faq-items .answer{
	display: none;
	margin-top: 2rem;
}
.faq-list .faq-items .answer dt{
	background: #FFFFFF;
	color: #273B68;
}
.faq-list .faq-items .answer dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 2.5rem 0 3.5rem 0;
	}
	.faq-guide .box{
		padding: 2.5rem 1.5rem;
	}
	.faq-list .faq-items{
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.faq-list .faq-items .question dt,
	.faq-list .faq-items .answer dt{
		width: 2rem;
		height: 2rem;
		font-size: 1.25rem;
		line-height: 1.75rem;
		border: 2px solid #273B68;
	}
	.faq-list .faq-items .question dd,
	.faq-list .faq-items .answer dd{
		width: calc(100% - 2rem);
		padding-left: 0.875rem;
	}
	.faq-list .faq-items .question{
		padding-right: 2rem;
	}
	.faq-list .faq-items .question::after{
		width: 1.875rem;
		height: 1.875rem;
	}
	.faq-list .faq-items .question dd{
		font-size: 1rem;
	}
	.faq-list .faq-items .answer{
		margin-top: 1rem;
	}
	.faq-list .faq-items .answer dd{
		font-size: 0.875rem;
	}
}
/**
/* 採用ページ CSS
----------------------------------------------- */
.recruit-guide{
	padding-bottom: 5.5rem;
}
.recruit-guide::before{
	position: absolute;
	content: "";
	background: url(../img/recruit/recruit_bg.jpg) no-repeat center;
	background-size: cover;
	width: 80%;
	max-width: 1330px;
	height: 61.25rem;
	top: 0;
	right: 0;
}
.recruit-guide .recruit-head{
	align-items: center;
	padding: 4.5rem 0 6rem 0;
}
.recruit-guide .recruit-head .ttlArea{
	width: 50%;
}
.recruit-guide .recruit-head .ttlArea .ttl{
	font-size: 4.125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.09em;
	margin-bottom: 1rem;
}
.recruit-guide .recruit-head .ttlArea .ttl::first-letter{
	color: #19B4D9;
}
.recruit-guide .recruit-head .ttlArea .roma{
	font-family: "Poppins", sans-serif;
	color: rgb(90, 126, 134, 0.6);
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.23;
	text-transform: uppercase;
}
.recruit-guide .recruit-head .contentArea{
	width: 50%;
}
.recruit-guide .recruit-head .contentArea p{
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.recruit-guide{
		padding-bottom: 3.5rem;
	}
	.recruit-guide::before{
		width: 85%;
		height: 43.25rem;
	}
	.recruit-guide .recruit-head{
		padding: 2.5rem 0 3rem 0;
	}
	.recruit-guide .recruit-head .ttlArea{
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.recruit-guide .recruit-head .ttlArea .ttl{
		font-size: 2.125rem;
		margin-bottom: 0.675rem;
	}
	.recruit-guide .recruit-head .ttlArea .roma{
		font-size: 1.125rem;
	}
	.recruit-guide .recruit-head .contentArea{
		width: 100%;
	}
	.recruit-guide .recruit-head .contentArea p{
		font-size: 0.9375rem;
		line-height: 1.85;
	}
}
/*　　福利厚生　　*/
.recruit-guide .welfare-grid{
	background: #19B4D9;
	padding: 6rem 4rem 4rem 4rem;
	border-radius: 1rem;
}
.welfare-grid .welfare-inner{
	max-width: 1000px;
	margin: 0 auto;
}
.welfare-grid .guide-ttl{
	margin-bottom: 3rem;
}
.welfare-grid .welfare-list{
	column-gap: 2rem;
	row-gap: 2rem;
}
.welfare-grid .welfare-list .welfare-items{
	width: calc(33.3333% - 1.375rem);
	min-height: 24.5625rem;
	background: #FFFFFF;
	padding: 1rem;
	border-radius: 0.5rem;
}
.welfare-list .welfare-items .imageArea{
	margin-bottom: 1rem;
}
.welfare-list .welfare-items h3{
	color: #262626;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 1rem;
}
.welfare-list .welfare-items p{
	color: #262626;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.53;
}
@media only screen and (max-width: 767px) {
	.recruit-guide .welfare-grid{
		padding: 3rem 1.5rem 2rem 1.5rem;
	}
	.welfare-grid .guide-ttl{
		margin-bottom: 2rem;
	}
	.welfare-grid .welfare-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.welfare-grid .welfare-list .welfare-items{
		width: 100%;
		min-height: 100%;
		padding: 1rem 1rem 1.5rem 1rem;
	}
	.welfare-list .welfare-items h3{
		font-size: 1.25rem;
	}
	.welfare-list .welfare-items p{
		font-size: 0.9375rem;
	}
}
/*　　募集要項　　*/
.job-description-guide{
	background: #EAF2F4;
	padding: 5rem 0 4.5rem 0;
}
.job-description-guide .guide-ttl{
	margin-bottom: 3rem;
}
.description-wrap .jstabs{
	max-width: 880px;
	column-gap: 2rem;
	row-gap: 2rem;
	margin: 0 auto 2.5rem auto;
}
.description-wrap .jstabs .js-tab-btn{
	width: calc(33.3333% - 1.375rem);
	color: #13819B;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	border: 2px solid #AACCD5;
	padding: 0.875rem 1rem;
	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: #13819B;
	color: #FFFFFF;
	border: 2px solid #13819B;
}
.job-description-guide .js-tab-contents{
	background: #FFFFFF;
	display: none;
	padding: 5rem 4rem;
	border-radius: 1rem;
}
.job-description-guide .js-tab-contents.current{
	display: block;
}
.description-tbl{
	border: 1px solid #CECECE;
	max-width: 840px;
	margin: 0 auto;
}
.description-tbl th,
.description-tbl td{
	padding: 1.875rem;
	border-bottom: 1px solid #CECECE;
}
.description-tbl th{
	background: #F8F8F8;
	width: 8.75rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.description-tbl td{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.job-description-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.job-description-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.description-wrap .jstabs{
		column-gap: 0;
		row-gap: 0.675rem;
		margin: 0 auto 1.5rem auto;
	}
	.description-wrap .jstabs .js-tab-btn{
		width: 100%;
		font-size: 1rem;
	}
	.job-description-guide .js-tab-contents{
		padding: 2rem 1.5rem;
		border-radius: 1rem;
	}
	.description-tbl th,
	.description-tbl td{
		display: block;
		padding: 1rem;
	}
	.description-tbl th{
		width: 100%;
		font-size: 0.9375rem;
		border-bottom: none;
	}
	.description-tbl td{
		font-size: 0.875rem;
	}
}
/**
/* フォーム CSS
----------------------------------------------- */
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	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;
}
.acceptance-check{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	margin-top: 2rem;
}
.acceptance-check label{
	display: flex;
	align-items: center;
}
.acceptance-check .acceptance{
	transform: scale(1.5);
	border: 1px solid #FFFFFF;
}
.acceptance-check .wpcf7-list-item-label{
	margin-left: 1rem;
}
.submit_btn{
	text-align: center;
	margin-top: 3rem;
}
.submit_btn li{
	display: inline-block;
	width: 100%;
	max-width: 20rem;
}
input[type="submit"] {
	position: relative;
	display: block;
	width: 100%;
	background: transparent;
	border: 2px solid #FFFFFF;
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 3.4;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
input[type="submit"]:hover{
	background: #FFFFFF;
	color: #273B68;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 1rem;
		padding: 1rem;
	}
	textarea{
		height: 11.875rem;
	}
	.acceptance-check{
		font-size: 1rem;
		margin-top: 2rem;
	}
	.acceptance-check .wpcf7-list-item-label{
		margin-left: 1rem;
	}
	.submit_btn{
		margin-top: 3rem;
	}
	.submit_btn li{
		max-width: 20rem;
	}
	input[type="submit"] {
		border: 2px solid #FFFFFF;
		font-size: 1.125rem;
		line-height: 3.4;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contact-nav-guide a{
	position: relative;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}
.contact-nav-guide .img{
	height: 25rem;
}
.contact-nav-guide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}
.contact-nav-guide a:hover .img img{
	transform: scale(1.1);
}
.contact-nav-guide .inner-wrap{
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	text-align: right;
	z-index: 2;
}
.contact-nav-guide .contact-ttl{
	position: relative;
	display: inline-block;
	text-align: left;
	padding-right: 6.25rem;
}
.contact-nav-guide .contact-ttl::after{
	position: absolute;
	background: url(../img/arrow_w.png) no-repeat center;
	background-size: cover;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	right: 0;
	top: calc(50% - 1.25rem);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contact-nav-guide a:hover .contact-ttl::after{
	right: -1rem;
}
.contact-nav-guide .contact-ttl .roma{
	font-family: "Poppins", sans-serif;
	font-size: 5.625rem;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
}
.contact-nav-guide .contact-ttl .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.contact-nav-guide .img{
		height: 10rem;
	}
	.contact-nav-guide .contact-ttl{
		display: block;
		padding-right: 0;
	}
	.contact-nav-guide .contact-ttl::after{
		width: 2rem;
		height: 2rem;
		right: 0;
	}
	.contact-nav-guide .contact-ttl .roma{
		font-size: 2.1875rem;
		margin-bottom: 0.25rem;
	}
	.contact-nav-guide .contact-ttl .text{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-nav-guide .img{
		height: 20rem;
	}
	.contact-nav-guide .contact-ttl .roma{
		font-size: 4.5rem;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
/*一覧*/
.newsWrap .news-guide{
	padding: 3.5rem 0 6rem 0;
}
.news-list .news-items{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.news-list .news-items a{
	position: relative;
	display: block;
	padding-right: 3rem;
}
.news-list .news-items a::after{
	position: absolute;
	background: url(../img/arrow_b.png) no-repeat center;
	background-size: cover;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.news-list .news-items a:hover::after{
	background: url(../img/arrow_b2.png) no-repeat center;
	background-size: cover;
}
.news-list .news-items dt{
	font-family: "Poppins", sans-serif;
	color: #BFBFBF;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.news-list .news-items dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.newsWrap .news-guide{
		padding: 3rem 0;
	}
	.news-list .news-items{
		padding-bottom: 0.5rem;
		margin-bottom: 1.25rem;
	}
	.news-list .news-items a{
		padding-right: 2.5rem;
	}
	.news-list .news-items a::after{
		width: 2rem;
		height: 2rem;
	}
	.news-list .news-items dt{
		font-size: 0.8125rem;
		margin-bottom: 0.25rem;
	}
	.news-list .news-items dd{
		font-size: 0.875rem;
	}
}
/*　　詳細　　*/
.singleWrap .single-guide{
	padding: 3.5rem 0 6rem 0;
}
.single-guide article{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 2rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.single-guide .entry-header .dete{
	font-family: "Poppins", sans-serif;
	color: #BFBFBF;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.single-guide .entry-header h2{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
.single-guide .entry-body h2{
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3{
	position: relative;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #E6E6E6;
	border-left: 0.25rem solid #273B68;
	padding-left: 1rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h4{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p{
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
}
.single-guide .entry-body p img{
	margin: 0.5rem 0;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 1.25rem;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 1.25rem;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 1rem;
	line-height: 1.875;
	letter-spacing: 0.06em;
}
.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{
	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 a,
.single-guide .page-nav ul .nav__item--next a{
	display: flex;
	align-items: center;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	font-family: "Poppins", sans-serif;
	color: #222222;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}
.single-guide .page-nav ul .nav__item--prev a i,
.single-guide .page-nav ul .nav__item--next a i{
	font-size: 1rem;
}
.single-guide .page-nav ul .nav__item--prev a i{
	margin-right: 0.8125rem;
}
.single-guide .page-nav ul .nav__item--next a i{
	margin-left: 0.8125rem;
}
@media only screen and (max-width: 767px) {
	.singleWrap .single-guide{
		padding: 3rem 0;
	}
	.single-guide article{
		padding-bottom: 1rem;
	}
	.single-guide .entry-header{
		margin-bottom: 1.5rem;
		padding-bottom: 1.25rem;
	}
	.single-guide .entry-header .entry-data{
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-header .category{
		padding: 0.1875rem 0.3125rem;
		margin-left: 0.625rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.375rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.25rem;
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.1875rem;
		padding-left: 0.875rem;
		padding-bottom: 0.5rem;
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body p{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body p img{
		margin: 0.25rem 0;
	}
	.single-guide .entry-body figure{
		margin: 0.25rem 0;
	}
	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0 0.625rem 0 0;
	}
	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0 0 0 0.625rem;
	}
	.single-guide .page-nav{
		margin-top: 2.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev a span,
	.single-guide .page-nav ul .nav__item--next a span{
		font-size: 1rem;
	}
	.single-guide .page-nav ul .nav__item--prev a i{
		margin-right: 0.625rem;
	}
	.single-guide .page-nav ul .nav__item--next a i{
		margin-left: 0.625rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide .entry p{
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 3rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}
