@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　見出し　　*/
.guide-ttl{
	margin-bottom: 3.3125rem;
}
.guide-ttl.white{
	color: #FFFFFF;
}
.guide-ttl .roma{
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.33;
}
.front-wrap .guide-ttl .roma{
	font-size: 4.5rem;
}
.guide-ttl h2{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 2.3125rem;
	}
	.guide-ttl .roma{
		font-size: 2rem;
	}
	.front-wrap .guide-ttl .roma{
		font-size: 3rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl{
		margin-bottom: 3rem;
	}
	.guide-ttl .roma{
		font-size: 2rem;
	}
	.front-wrap .guide-ttl .roma{
		font-size: 3.5rem;
	}
	.guide-ttl h2{
		font-size: 1.125rem;
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
.front-wrap{
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 767px) {
	.front-wrap{
		padding-bottom: 5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-wrap{
		padding-bottom: 6rem;
	}
}
/*　　MV　　*/
.mv-view{
	position: -webkit-sticky;
	position: sticky;
	top: 1.5rem;
	padding: 0 1.5rem 1.5rem 1.5rem;
}
.mv-view .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.mv-view .view-img .slick-item{
	height: 45rem;
}
.mv-view .view-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.5rem;
}
.mv-view .view-box{
	position: absolute;
	width: calc(100% - 6rem);
	max-width: 1200px;
	bottom: 4.6875rem;
	right: 50%;
	transform: translateX(50%);
	z-index: 9998;
	text-align: right;
}
.mv-view .view-box .view-ttl{
	display: inline-block;
	text-align: left;
}
.mv-view .view-box .bg-text{
	margin-bottom: 0.75rem;
}
.mv-view .view-box .bg-text span{
	display: inline-block;
	background: #3448AC;
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.125rem 3.3125rem 0.3125rem 1rem;
}
.mv-view .view-box .roma{
	color: #040E55;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.45;
	text-transform: unset;
}
.mv-view .slick-dots{
	width: auto;
	bottom: 1rem;
	left: 1rem;
}
@media only screen and (max-width: 767px) {
	.mv-view{
		top: 1rem;
		padding: 0 1rem 1rem 1rem;
	}
	.mv-view .view-img .slick-item{
		height: 35rem;
	}
	.mv-view .view-img img{
		border-radius: 1.5rem;
	}
	.mv-view .view-box{
		width: calc(100% - 4rem);
		bottom: 2rem;
		text-align: right;
	}
	.mv-view .view-box .view-ttl{
		display: inline-block;
		text-align: left;
	}
	.mv-view .view-box .bg-text{
		margin-bottom: 0.5rem;
	}
	.mv-view .view-box .bg-text span{
		font-size: 1.75rem;
		padding: 0.3125rem 2rem 0.3125rem 0.627rem;
	}
	.mv-view .view-box .roma{
		font-size: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view .view-img .slick-item{
		height: 30.25rem;
	}
	.mv-view .view-box{
		bottom: 3.6875rem;
	}
	.mv-view .view-box .bg-text span{
		font-size: 2.5rem;
		padding: 0.125rem 2.3125rem 0.3125rem 1rem;
	}
	.mv-view .view-box .roma{
		font-size: 1rem;
	}
}
/*　　私たちについて　　*/
.front-about-guide{
	padding-top: 3.75rem;
}
.front-about-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.front-about-guide .block_btn{
	margin-top: 3.1875rem;
}
@media only screen and (max-width: 767px) {
	.front-about-guide{
		padding-top: 3.5rem;
	}
	.front-about-guide .p-text{
		text-align: left;
	}
	.front-about-guide .block_btn{
		margin-top: 5.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-about-guide .p-text{
		font-size: 0.9375rem;
	}
	.front-about-guide .block_btn{
		margin-top: 3rem;
	}
}
/*　　crew’veの特徴　　*/
.front-features-guide .features-list{
	column-gap: 3rem;
}
.features-list .features-items{
	width: calc(33.3333% - 2rem);
}
.features-list .features-items .iconArea{
	text-align: center;
	margin-bottom: 1.875rem;
}
.features-list .features-items .iconArea img{
	width: 5rem;
}
.features-list .features-items h3{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1rem;
}
.features-list .features-items .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}
@media only screen and (max-width: 1180px) {
	.front-features-guide .features-list{
		column-gap: 2rem;
	}
	.features-list .features-items{
		width: calc(33.3333% - 1.35rem);
	}
	.features-list .features-items h3{
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 767px) {
	.front-features-guide .features-list{
		column-gap: 0;
		row-gap: 3.75rem;
	}
	.features-list .features-items{
		width: 100%;
	}
	.features-list .features-items .iconArea{
		margin-bottom: 1.5rem;
	}
	.features-list .features-items .iconArea img{
		width: 4rem;
	}
	.features-list .features-items h3{
		font-size: 1.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-features-guide .features-list{
		column-gap: 1.5rem;
	}
	.features-list .features-items{
		width: calc(33.3333% - 1rem);
	}
	.features-list .features-items .iconArea{
		margin-bottom: 1.25rem;
	}
	.features-list .features-items .iconArea img{
		width: 4.5rem;
	}
	.features-list .features-items h3{
		font-size: 1.125rem;
	}
	.features-list .features-items .p-text{
		font-size: 0.9375rem;
	}
}
/*　　サービス　　*/
.service-nav-guide .service-nav{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.service-nav-guide .service-nav li{
	position: relative;
	width: calc(50% - 0.75rem);
}
.service-nav-guide .service-nav li .nav-ttl{
	position: absolute;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	bottom: 2.5rem;
}
.service-nav-guide .service-nav li .roma{
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.04em;
}
.service-nav-guide .service-nav li .ttl{
	position: relative;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}
.service-nav-guide .service-nav li .ttl::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(../img/icon/arrow_w.png) no-repeat top center;
	background-size: cover;
	width: 1.375rem;
	height: 1.0625rem;
	right: -1.875rem;
}
@media only screen and (max-width: 1180px) {
	.service-nav-guide .service-nav li .roma{
		font-size: 2.5rem;
	}
	.service-nav-guide .service-nav li .ttl{
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 767px) {
	.service-nav-guide .service-nav{
		column-gap: 0;
		row-gap: 1rem;
	}
	.service-nav-guide .service-nav li{
		width: 100%;
	}
	.service-nav-guide .service-nav li .nav-ttl{
		bottom: 1.875rem;
	}
	.service-nav-guide .service-nav li .roma{
		font-size: 1.75rem;
	}
	.service-nav-guide .service-nav li .ttl{
		font-size: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.service-nav-guide .service-nav li .nav-ttl{
		bottom: 2rem;
	}
	.service-nav-guide .service-nav li .roma{
		font-size: 2rem;
	}
	.service-nav-guide .service-nav li .ttl{
		font-size: 1rem;
	}
}
/*　　ニュース　　*/
.front-news .ttlArea{
	width: 18.3125rem;
}
.front-news .guide-ttl{
	margin-bottom: 2.3125rem;
}
.front-news .news-list{
	width: calc(100% - 18.3125rem);
	padding-top: 0.75rem;
	padding-left: 5rem;
}
.front-news .news-list .news-items{
	border-bottom: 0.125rem solid #ADBBFF;
	padding: 1.5rem;
}
.front-news .news-list .news-items:first-child{
	border-top: 0.125rem solid #ADBBFF;
}
.front-news .news-list .news-items dt{
	align-items: center;
	line-height: 0;
	margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.front-news .ttlArea{
		width: 18.3125rem;
	}
	.front-news .guide-ttl{
		text-align: center;
		margin-bottom: 2.3125rem;
	}
	.front-news .news-list{
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
	.front-news .news-list .news-items{
		padding: 1.5rem 0;
	}
	.front-news .block_btn{
		width: 100%;
		margin-top: 2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-news .ttlArea{
		width: 14.3125rem;
	}
	.front-news .guide-ttl{
		margin-bottom: 2.3125rem;
	}
	.front-news .news-list{
		width: calc(100% - 14.3125rem);
		padding-left: 3rem;
	}
	.front-news .news-list .news-items{
		padding: 1.5rem;
	}
	.front-news .news-list .news-items dt{
		margin-bottom: 0.5rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
.page-wrap{
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 767px) {
	.page-wrap{
		padding-bottom: 5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-wrap{
		padding-bottom: 6rem;
	}
}
/*　　ページヘッダー　　*/
.page-wrap .page-view{
	position: relative;
	padding: 1.5rem 1.5rem 0 1.5rem;
}
.page-wrap .page-view .page-view-img{
	height: 40rem;
}
.page-wrap .page-view .page-view-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.5rem;
}
.page-wrap .page-view .view-ttl{
	position: absolute;
	width: calc(100% - 6rem);
	max-width: 1200px;
	bottom: 6.375rem;
	right: 50%;
	transform: translateX(50%);
}
.page-wrap .page-view .view-ttl .roma{
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.25;
}
.page-wrap .page-view .view-ttl .ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.04em;
}
.page-wrap .page-view .white .roma,
.page-wrap .page-view .white .ttl{
	color: #FFFFFF;
	text-shadow: 0px 3px 20px rgba(4, 14, 85, 0.5);
}
.page-wrap .page-view .view-bottom{
	position: absolute;
	width: calc(100% - 6rem);
	max-width: 1200px;
	bottom: 1.5rem;
	right: 50%;
	transform: translateX(50%);
}
.page-wrap .page-view .view-bottom h1{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
}
.page-wrap .page-view .view-bottom h1.white{
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.page-wrap .page-view{
		padding: 1rem 1rem 0 1rem;
	}
	.page-wrap .page-view .page-view-img{
		height: 21.375rem;
	}
	.page-wrap .page-view .view-ttl{
		width: calc(100% - 4rem);
	}
	.page-wrap .page-view .view-ttl .roma{
		font-size: 2.5rem;
	}
	.page-wrap .page-view .view-ttl .ttl{
		font-size: 1.25rem;
	}
	.page-wrap .page-view .view-bottom{
		position: relative;
		width: calc(100% - 2rem);
		margin: 0.875rem auto 0 auto;
		bottom: auto;
		right: auto;
		transform: translateX(0%);
	}
	.page-wrap .page-view .view-bottom h1.white{
		color: #040E55;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-wrap .page-view .page-view-img{
		height: 25rem;
	}
	.page-wrap .page-view .view-ttl .roma{
		font-size: 3.5rem;
	}
	.page-wrap .page-view .view-ttl .ttl{
		font-size: 1.25rem;
	}
}
/**
/* サービス CSS
----------------------------------------------- */
.support-guide .section-inner{
	padding: 7rem 0 7.5rem 0;
}
.support-guide .guide-ttl{
	margin-bottom: 3.3125rem;
}
.support-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.support-guide .block_btn{
	margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.support-guide .section-inner{
		padding: 4.5rem 0 5rem 0;
	}
	.support-guide .guide-ttl{
		margin-bottom: 2.3125rem;
	}
	.support-guide .p-text{
		text-align: left;
	}
	.support-guide .block_btn{
		margin-top: 3.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.support-guide .section-inner{
		padding: 6rem 0;
	}
	.support-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.support-guide .p-text{
		font-size: 0.9375rem;
	}
	.support-guide .block_btn{
		margin-top: 3rem;
	}
}
/*　　crew’veの強み　　*/
.strengths-guide .section-inner{
	padding: 7rem 0 18.75rem 0;
}
.strengths-guide .strengths-list{
	column-gap: 1.5rem;
}
.strengths-list .strengths-items{
	width: calc(33.3333% - 1rem);
	background: #FFFFFF;
	padding: 1.5rem 1.5rem 2.1875rem 1.5rem;
	border-radius: 0.625rem;
}
.strengths-list .strengths-items .imageArea{
	margin-bottom: 1.5rem;
}
.strengths-list .strengths-items .imageArea img{
	border-radius: 0.5rem;
}
.strengths-list .strengths-items h3{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.42;
	text-align: center;
	margin-bottom: 1rem;
}
.strengths-list .strengths-items .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}
@media only screen and (max-width: 767px) {
	.strengths-guide .section-inner{
		padding: 4.5rem 0 11.5625rem 0;
	}
	.strengths-guide .strengths-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.strengths-list .strengths-items{
		width: 100%;
		padding: 1rem 1rem 2.8125rem 1rem;
	}
	.strengths-list .strengths-items .imageArea{
		margin-bottom: 1rem;
	}
	.strengths-list .strengths-items h3{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.strengths-guide .section-inner{
		padding: 6rem 0 10rem 0;
	}
	.strengths-guide .strengths-list{
		column-gap: 1rem;
	}
	.strengths-list .strengths-items{
		width: calc(33.3333% - 0.7rem);
		padding: 1rem 1rem 2rem 1rem;
	}
	.strengths-list .strengths-items .imageArea{
		margin-bottom: 1rem;
	}
	.strengths-list .strengths-items h3{
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
	.strengths-list .strengths-items .p-text{
		font-size: 0.9375rem;
	}
}
/*　　クライアントの皆様の声　　*/
.voice-guide{
	margin-top: -11.25rem;
}
.voice-guide .section-inner{
	padding: 7rem 0 10rem 0;
}
.voice-guide .voice-slider{
	margin: 0 -0.75rem;
}
.voice-slider .slick-track{
	display: flex;
}
.voice-slider .slick-item{
	background: #7D8298;
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	padding: 2.5rem 1.5rem 3.25rem 1.5rem;
	margin: 0 0.75rem;
	border-radius: 0.625rem 0.625rem 0 0.625rem;
}
.voice-slider .slick-item .commentArea{
	margin-bottom: 1.6875rem;
}
.voice-slider .slick-item .commentArea p{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
}
.voice-slider .slick-item .nameArea{
	margin-top: auto;
	align-items: center;
}
.voice-slider .slick-item .nameArea .icon{
	width: 5rem;
}
.voice-slider .slick-item .nameArea .name{
	width: calc(100% - 5rem);
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	padding-left: 1rem;
}
.voice-guide .arrow-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5rem;
	margin-top: 1.5rem;
}
.voice-guide .arrow-box .prev-arrow,
.voice-guide .arrow-box .next-arrow{
	position: relative;
	display: block;
	width: 3rem;
	height: 3rem;
	transition: all .3s ease;
	cursor: pointer;
}
.voice-guide .arrow-box .prev-arrow{
	background: url(../img/icon/prev-arrow.png) no-repeat center;
	background-size: cover;
}
.voice-guide .arrow-box .next-arrow{
	background: url(../img/icon/next-arrow.png) no-repeat center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.voice-guide{
		margin-top: -4.0625rem;
	}
	.voice-guide .section-inner{
		padding: 4.5rem 0 6.375rem 0;
	}
	.voice-guide .voice-slider{
		margin: 0 -0.3125rem;
	}
	.voice-slider .slick-item{
		padding: 2rem 1.25rem 2.25rem 1.25rem;
		margin: 0 0.3125rem;
	}
	.voice-slider .slick-item .commentArea{
		margin-bottom: 1.25rem;
	}
	.voice-slider .slick-item .nameArea .icon{
		width: 4rem;
	}
	.voice-slider .slick-item .nameArea .name{
		width: calc(100% - 4rem);
		padding-left: 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.voice-guide{
		margin-top: -5.25rem;
	}
	.voice-guide .section-inner{
		padding: 6rem 0 7.5rem 0;
	}
	.voice-guide .voice-slider{
		margin: 0 -0.3125rem;
	}
	.voice-slider .slick-item{
		padding: 1.5rem 1rem 1.5rem 1rem;
		margin: 0 0.3125rem;
	}
	.voice-slider .slick-item .commentArea{
		margin-bottom: 1.25rem;
	}
	.voice-slider .slick-item .commentArea p{
		font-size: 0.9375rem;
	}
	.voice-slider .slick-item .nameArea .icon{
		width: 3.5rem;
	}
	.voice-slider .slick-item .nameArea .name{
		width: calc(100% - 3.5rem);
		font-size: 0.9375rem;
		padding-left: 0.3125rem;
	}
}
/*　　申し込みの流れ　　*/
.flow-guide{
	position: -webkit-relative;
	position: relative;
	margin-top: -2.5rem;
}
.flow-guide .section-inner{
	padding: 7rem 0 10rem 0;
}
.flow-guide .inner{
	max-width: 960px;
}
.flow-list .flow-items{
	background: rgba(52, 72, 172, 0.16);
	align-items: center;
	padding: 1.5rem;
	margin-bottom: 1rem;
	border-radius: 5rem 0.625rem 0.625rem 5rem;
}
.flow-list .flow-items .no{
	background: #3448AC;
	width: 4.5rem;
	height: 4.5rem;
	font-family: "Tenor Sans", sans-serif;
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 4.5rem;
	text-align: center;
	border-radius: 100%;
}
.flow-list .flow-items dl{
	width: calc(100% - 4.5rem);
	padding-left: 1.5rem;
}
.flow-list .flow-items .ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.42;
	margin-bottom: 0.5rem;
}
.flow-list .flow-items dl dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}
@media only screen and (max-width: 767px) {
	.flow-guide{
		margin-top: -3.5rem;
	}
	.flow-guide .section-inner{
		padding: 4.625rem 0;
	}
	.flow-guide .inner{
		width: 100%;
	}
	.flow-list .flow-items{
		background: transparent;
		padding: 0;
		margin-bottom: 1rem;
		border-radius: 0;
	}
	.flow-list .flow-items .no{
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
		line-height: 3rem;
	}
	.flow-list .flow-items dl{
		width: 100%;
		padding-left: 0;
	}
	.flow-list .flow-items dl dt{
		background: rgba(52, 72, 172, 0.16);
		display: flex;
		align-items: center;
		padding: 1rem;
		border-radius: 5rem 0.625rem 0.625rem 5rem;
	}
	.flow-list .flow-items .ttl{
		width: calc(100% - 3rem);
		font-size: 1.25rem;
		padding-left: 1rem;
		margin-bottom: 0;
	}
	.flow-list .flow-items dl dd{
		padding: 1rem 1rem 0 2.1875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.flow-guide{
		margin-top: -2rem;
	}
	.flow-guide .section-inner{
		padding: 6rem 0 7rem 0;
	}
	.flow-list .flow-items{
		padding: 1rem;
	}
	.flow-list .flow-items .no{
		width: 3.8rem;
		height: 3.8rem;
		font-size: 2rem;
		line-height: 3.8rem;
	}
	.flow-list .flow-items dl{
		width: calc(100% - 3.8rem);
		padding-left: 1.25rem;
	}
	.flow-list .flow-items .ttl{
		font-size: 1.25rem;
		margin-bottom: 0.375rem;
	}
	.flow-list .flow-items dl dd{
		font-size: 0.9375rem;
	}
}
/**
/* crew’veについて CSS
----------------------------------------------- */
/*　　ミッション・ビジョン・バリュー　　*/
.mvv-guide{
	padding: 7rem 0 7.5rem 0;
}
.mvv-guide .figure{
	width: 40%;
}
.mvv-guide .figure img{
	position: sticky;
	top: 1.5rem;
}
.mvv-guide .mvv-list{
	width: 60%;
	padding-left: 2.5rem;
}
.mvv-list .mvv-items{
	margin-bottom: 2.5rem;
}
.mvv-list .mvv-items:last-child{
	margin-bottom: 0;
}
.mvv-list .mvv-items .ttl{
	display: flex;
	align-items: center;
}
.mvv-list .mvv-items .ttl .roma{
	font-family: "Tenor Sans", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.35;
}
.mvv-list .mvv-items .ttl h3{
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.04em;
	margin-left: 2.625rem;
}
.mvv-list .mvv-items .ttl h3::before,
.mvv-list .mvv-items .ttl h3::after {
	content: "";
	width: 1.5rem;
	height: 1px;
	flex-grow: 1;
	background-color: #3448AC;
}
.mvv-list .mvv-items .ttl h3::before{
	margin-right: 1rem;
}
.mvv-list .mvv-items .ttl h3::after{
	margin-left: 1rem;
}
.mvv-list .mvv-items.mission h4{
	font-family: "Tenor Sans", sans-serif;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.32;
	text-transform: uppercase;
}
.mvv-list .mvv-items.vision h4{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.mvv-list .mvv-items.value .ttl{
	margin-bottom: 1rem;
}
.mvv-list .mvv-items.value .value-items{
	background: rgba(52, 72, 172, 0.16);
	padding: 1rem 1rem 1.5rem 1rem;
	margin-bottom: 0.5rem;
	border-radius: 0.625rem;
}
.mvv-list .mvv-items.value .value-items:last-child{
	margin-bottom: 0;
}
.mvv-list .mvv-items.value .value-items h4{
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.625;
	padding-left: 0.6875rem;
	margin-bottom: 0.625rem;
}
.mvv-list .mvv-items.value .value-items h4 span{
	font-family: "Tenor Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.32;
	text-transform: uppercase;
	margin-right: 1.5rem;
}
.mvv-list .mvv-items.value .value-items p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}
@media only screen and (max-width: 767px) {
	.mvv-guide{
		padding: 4.5rem 0 5rem 0;
	}
	.mvv-guide .guide-ttl{
		text-align: center;
	}
	.mvv-guide .figure{
		width: 100%;
		margin-bottom: 2.25rem;
	}
	.mvv-guide .mvv-list{
		width: 100%;
		padding-left: 0;
	}
	.mvv-list .mvv-items{
		margin-bottom: 1rem;
	}
	.mvv-list .mvv-items .ttl .roma{
		font-size: 2rem;
	}
	.mvv-list .mvv-items .ttl h3{
		font-size: 1rem;
		margin-left: 1.5rem;
	}
	.mvv-list .mvv-items.mission h4{
		font-size: 2.5rem;
	}
	.mvv-list .mvv-items.vision h4{
		font-size: 1.25rem;
	}
	.mvv-list .mvv-items.value .ttl{
		margin-bottom: 0.5rem;
	}
	.mvv-list .mvv-items.value .value-items{
		padding: 1rem 1rem 1.25rem 1rem;
	}
	.mvv-list .mvv-items.value .value-items:last-child{
		margin-bottom: 0;
	}
	.mvv-list .mvv-items.value .value-items h4{
		font-size: 0.875rem;
		padding-left: 0;
	}
	.mvv-list .mvv-items.value .value-items h4 span{
		font-size: 1.25rem;
		margin-right: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mvv-guide{
		padding: 5rem 0;
	}
	.mvv-guide .mvv-list{
		padding-left: 2rem;
	}
	.mvv-list .mvv-items{
		margin-bottom: 2rem;
	}
	.mvv-list .mvv-items .ttl h3{
		margin-left: 1.625rem;
	}
	.mvv-list .mvv-items.mission h4{
		font-size: 2.5rem;
	}
	.mvv-list .mvv-items.vision h4{
		font-size: 1.5rem;
	}
	.mvv-list .mvv-items.value .ttl{
		margin-bottom: 1rem;
	}
	.mvv-list .mvv-items.value .value-items{
		padding: 1.25rem 1.25rem 1.5rem 1.25rem;
	}
	.mvv-list .mvv-items.value .value-items h4{
		font-size: 0.9375rem;
		padding-left: 0;
		margin-bottom: 0.625rem;
	}
	.mvv-list .mvv-items.value .value-items h4 span{
		font-size: 1.25rem;
		margin-right: 1.25rem;
	}
	.mvv-list .mvv-items.value .value-items p{
		font-size: 0.9375rem;
	}
}
/*　　crew’veの特徴　　*/
.about-us-wrap .features-guide{
	position: -webkit-relative;
	position: relative;
	top: 0;
}
.features-guide .section-inner{
	padding: 7rem 0 16.25rem 0;
}
.features-guide .logo{
	width: 27%;
	text-align: center;
}
.features-guide .logo img{
	width: 100%;
	max-width: 17.5rem;
}
.features-guide .contentArea{
	width: 73%;
	padding-right: 8rem;
}
.features-guide .contentArea dl{
	margin-bottom: 2.0625rem;
}
.features-guide .contentArea dl:last-child{
	margin-bottom: 0;
}
.features-guide .contentArea dl dt{
	position: relative;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.42;
	padding-left: 2.5rem;
	margin-bottom: 1.125rem;
}
.features-guide .contentArea dl dt::before{
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
	color: #5874FF;
}
.features-guide .contentArea dl dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}
.features-guide .bottom-img{
	margin-top: -9.0625rem;
}
@media only screen and (max-width: 767px) {
	.features-guide .section-inner{
		padding: 4.5rem 0 7.5rem 0;
	}
	.features-guide .inner{
		width: calc(100% - 4rem);
	}
	.features-guide .guide-ttl{
		margin-bottom: 1.3125rem;
	}
	.features-guide .logo{
		width: 100%;
		margin-bottom: 1rem;
	}
	.features-guide .logo img{
		max-width: 10.5rem;
	}
	.features-guide .contentArea{
		width: 100%;
		padding-right: 0;
	}
	.features-guide .contentArea dl{
		margin-bottom: 1.875rem;
	}
	.features-guide .contentArea dl dt{
		font-size: 1.25rem;
		padding-left: 1.875rem;
		margin-bottom: 0.625rem;
	}
	.features-guide .bottom-img{
		margin-top: -4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.features-guide .section-inner{
		padding: 6rem 0 10.25rem 0;
	}
	.features-guide .contentArea{
		padding-right: 2rem;
	}
	.features-guide .contentArea dl{
		margin-bottom: 1.875rem;
	}
	.features-guide .contentArea dl dt{
		font-size: 1.25rem;
		padding-left: 2rem;
		margin-bottom: 1rem;
	}
	.features-guide .contentArea dl dd{
		font-size: 0.9375rem;
	}
	.features-guide .bottom-img{
		margin-top: -5.0625rem;
	}
}
/*　　メンバーのご紹介　　*/
.member-guide{
	padding: 7rem 0 4.75rem 0;
}
.member-guide .member-list{
	column-gap: 1.5rem;
	row-gap: 2rem;
}
.member-guide .member-list .member-items{
	position: relative;
	width: calc(33.3333% - 1rem);
	cursor: pointer;
}
.member-guide .member-list .member-items::after{
	position: absolute;
	width: 3rem;
	height: 3rem;
	margin: auto;
	content: "";
	background: url(../img/icon/plus-icon.png) center top no-repeat;
	background-size: contain;
	right: 1rem;
	bottom: 1rem;
}
.member-guide .member-list .member-items a{
	display: block;
}
.member-guide .member-list .member-items .imgArea{
	position: relative;
}
.member-guide .member-list .member-items .imgArea img{
	border-radius: 0.5rem;
}
.member-guide .member-list .member-items .roma{
	position: absolute;
	display: inline-block;
	left: -0.325rem;
	top: 0;
	color: #ADBBFF;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	writing-mode: vertical-lr;
}
.member-guide .member-list .member-items .nameArea{
	position: absolute;
	bottom: 0.8125rem;
	right: 5.5rem;
	color: #ffffff;
	text-align: right;
}
.member-guide .member-list .member-items .post{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}
.member-guide .member-list .member-items .name{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.08;
}
.member-guide .js-modal-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	cursor: pointer;
}
.member-guide .js-modal-overlay.is-active{
	display: block;
}
.member-guide .js-modal-content{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s, scale 0s 0.5s;
    scale: 0;
}
.member-guide .js-modal-content.is-active{
	opacity: 1;
    transition: opacity 0.5s;
    scale: 1;
}
.member-guide .js-modal-content .js-modal-box{
	width: calc(100% - 3rem);
	padding: 4rem 2.5rem 4.5rem 4.5rem;
	border-radius: 1.5rem;
	background-color: rgba(4, 14, 85, .9);
	transition: scale 0.5s;
	scale: 0;
}
.member-guide .js-modal-content.is-active .js-modal-box{
	opacity: 1;
	transition: scale 0.5s;
	scale: 1;
}
.member-guide .js-modal-content .modal-close{
	position: absolute;
	width: 4.25rem;
	bottom: 0.5rem;
	right: 0.5rem;
}
.member-guide .js-modal-content .roma{
	position: absolute;
	display: inline-block;
	left: 1rem;
	top: 1.5rem;
	color: rgba(173, 187, 255, .5);
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	writing-mode: vertical-lr;
}
.member-guide .js-modal-content .modal-content-inner{
	max-width: 1140px;
	margin: 0 auto;
}
.member-guide .js-modal-content .imgArea{
	width: 34%;
}
.member-guide .js-modal-content .imgArea img{
	border-radius: 0.5rem;
}
.member-guide .js-modal-content .contentArea{
	width: 66%;
	color: #FFFFFF;
	padding-left: 3.5rem;
}
.member-guide .js-modal-content .contentArea p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	margin-bottom: 1.625rem;
}
.member-guide .js-modal-content .contentArea .name{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 2.25rem;
}
.member-guide .js-modal-content .contentArea .name span{
	font-size: 1rem;
	margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
	.member-guide{
		padding: 4.5rem 0;
	}
	.member-guide .member-list{
		column-gap: 0;
		row-gap: 2rem;
	}
	.member-guide .member-list .member-items{
		width: 100%;
	}
	.member-guide .member-list .member-items .roma{
		left: -0.325rem;
		font-size: 1.875rem;
	}
	.member-guide .member-list .member-items .nameArea{
		bottom: 1rem;
	}
	.member-guide .js-modal-content .js-modal-box{
		width: calc(100% - 2rem);
		padding: 1.5rem 1rem 4rem 2.5rem;
		border-radius: 1.5rem;
	}
	.member-guide .js-modal-content .modal-close{
		width: 3rem;
		bottom: 0.375rem;
		right: 0.375rem;
	}
	.member-guide .js-modal-content .roma{
		left: 0.375rem;
		top: 1.5rem;
		font-size: 1.5rem;
	}
	.member-guide .js-modal-content .imgArea{
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.member-guide .js-modal-content .contentArea{
		width: 100%;
		height: 15rem;
		overflow-y: scroll;
		padding-left: 0;
	}
	.member-guide .js-modal-content .contentArea p{
		margin-bottom: 1rem;
	}
	.member-guide .js-modal-content .contentArea .name{
		margin-bottom: 1rem;
	}
	.member-guide .js-modal-content .contentArea .name span{
		margin-right: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.member-guide{
		padding: 6rem 0 4.75rem 0;
	}
	.member-guide .member-list{
		column-gap: 1rem;
		row-gap: 1.5rem;
	}
	.member-guide .member-list .member-items{
		width: calc(33.3333% - 0.675rem);
	}
	.member-guide .member-list .member-items::after{
		width: 2.5rem;
		height: 2.5rem;
		right: 0.625rem;
		bottom: 0.625rem;
	}
	.member-guide .member-list .member-items .roma{
		font-size: 1.5rem;
	}
	.member-guide .member-list .member-items .nameArea{
		bottom: 0.625rem;
		right: 4rem;
	}
	.member-guide .member-list .member-items .post{
		font-size: 0.9375rem;
	}
	.member-guide .member-list .member-items .name{
		font-size: 1.25rem;
	}
	.member-guide .js-modal-content .js-modal-box{
		width: calc(100% - 3rem);
		padding: 3rem 1.5rem 3.5rem 4rem;
		border-radius: 1.5rem;
	}
	.member-guide .js-modal-content .modal-close{
		width: 3.5rem;
	}
	.member-guide .js-modal-content .roma{
		left: 1rem;
		top: 1.5rem;
		font-size: 2rem;
	}
	.member-guide .js-modal-content .contentArea{
		padding-left: 2rem;
	}
	.member-guide .js-modal-content .contentArea p{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.member-guide .js-modal-content .contentArea .name{
		margin-bottom: 1.125rem;
	}
	.member-guide .js-modal-content .contentArea .name span{
		font-size: 0.9375rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 4.75rem 0 10rem 0;
}
.company-guide .inner{
	max-width: 960px;
}
.company-guide .guide-ttl{
	width: 16.5625rem;
	margin-bottom: 0;
}
.company-guide .company-tbl{
	width: calc(100% - 16.5625rem);
	padding-left: 6.875rem;
}
.company-tbl table{
	border-top: 2px solid #ADBBFF;
}
.company-tbl table th,
.company-tbl table td{
	font-size: 1rem;
	border-bottom: 2px solid #ADBBFF;
	padding: 1.5rem 2rem;
}
.company-tbl table th{
	width: 11.25rem;
	font-weight: 700;
	line-height: 2;
}
.company-tbl table td{
	font-weight: 500;
	line-height: 1.625;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 3.75rem 0 5rem 0;
	}
	.company-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.company-guide .company-tbl{
		width: 100%;
		padding-left: 0;
	}
	.company-tbl table{
		border-top: 1px solid #ADBBFF;
	}
	.company-tbl table th,
	.company-tbl table td{
		font-size: 1rem;
		border-bottom: 1px solid #ADBBFF;
		padding: 1rem 0.5rem;
	}
	.company-tbl table th{
		width: 6rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-guide{
		padding: 4.75rem 0 6rem 0;
	}
	.company-guide .guide-ttl{
		width: 12.5625rem;
	}
	.company-guide .company-tbl{
		width: calc(100% - 12.5625rem);
		padding-left: 3.875rem;
	}
	.company-tbl table{
		border-top: 1px solid #ADBBFF;
	}
	.company-tbl table th,
	.company-tbl table td{
		font-size: 1rem;
		border-bottom: 1px solid #ADBBFF;
		padding: 1.25rem 1.5rem;
	}
	.company-tbl table th{
		width: 9.25rem;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
/*一覧*/
.news-guide{
	padding: 7.5rem 0;
}
.news-guide .category-nav-box{
	background: rgb(52, 72, 172, 0.08);
	padding: 1.25rem 2.875rem;
	margin-bottom: 5rem;
}
.news-guide .category-nav{
	column-gap: 0.625rem;
	row-gap: 0.625rem;
}
.news-guide .category-nav li a{
	display: block;
	color: #040E55;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #040E55;
	padding: 0.5rem 1.5rem;
	border-radius: 1.5rem;
}
.news-guide .category-nav li a:hover,
.news-guide .category-nav li a.current{
	background: #040E55;
	color: #FFFFFF;
}
.news-guide .news-list .news-items{
	border-bottom: 0.125rem solid #ADBBFF;
	padding: 1.875rem;
}
.news-guide .news-list .news-items:first-child{
	border-top: 0.125rem solid #ADBBFF;
}
.news-guide .news-list .news-items a{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.news-guide .news-list .news-items a:hover{
	
}
.news-guide .news-list .news-items a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(../img/icon/arrow_b.png) no-repeat top center;
	background-size: cover;
	width: 1.375rem;
	height: 1.0625rem;
	right: 0;
}
.news-guide .news-list .news-items .imgArea{
	width: 23%;
	overflow: hidden;
	border-radius: 1.5rem;
}
.news-guide .news-list .news-items .imgArea img{
	width: 100%;
	transition: transform .6s ease;
	border-radius: 1.5rem;
}
.news-guide .news-list .news-items .imgArea:hover img{
	transform: scale(1.1);
}
.news-guide .news-list .news-items .contentArea{
	width: 77%;
	padding: 0 1.25rem 0 3.75rem;
}
.news-list .news-items .news-data{
	width: 12.5rem;
	align-items: center;
	line-height: 0;
}
.news-list .news-items .date{
	font-family: "Tenor Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
}
.news-list .news-items .category span{
	display: inline-block;
	font-family: "Tenor Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.35;
	border: 1px solid #040E55;
	padding: 0.1875rem 1.5rem;
	margin-left: 1.75rem;
}
.news-list .news-items dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.news-guide .news-list .news-items .p-text{
	width: calc(100% - 12.5rem);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 1rem;
}
.news-guide .news-list .news-items a:hover .p-text{
	color: #dc6363;
}
@media only screen and (max-width: 767px) {
	.news-guide{
		padding: 3.5rem 0;
	}
	.news-guide .category-nav-box{
		padding: 1.25rem;
		margin-bottom: 3rem;
	}
	.news-guide .category-nav{
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}
	.news-guide .category-nav li a{
		font-size: 0.75rem;
		padding: 0.375rem 1.25rem;
	}
	.news-guide .news-list .news-items{
		padding: 1rem;
	}
	.news-guide .news-list .news-items a::after{
		content: none;
	}
	.news-guide .news-list .news-items .imgArea{
		width: 100%;
	}
	.news-guide .news-list .news-items .contentArea{
		position: relative;
		width: 100%;
		padding: 1.25rem 1.25rem 0 0;
	}
	.news-guide .news-list .news-items .contentArea::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url(../img/icon/arrow_b.png) no-repeat top center;
		background-size: cover;
		width: 1.375rem;
		height: 1.0625rem;
		right: 0;
	}
	.news-list .news-items .news-data{
		width: 100%;
		margin-bottom: 0.625rem;
	}
	.news-guide .news-list .news-items .p-text{
		width: 100%;
		padding-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.news-guide{
		padding: 6rem 0;
	}
	.news-guide .category-nav-box{
		padding: 1.25rem 1.875rem;
		margin-bottom: 3rem;
	}
	.news-guide .category-nav li a{
		font-size: 1rem;
	}
	.news-guide .news-list .news-items{
		padding: 1.25rem;
	}
	.news-guide .news-list .news-items .contentArea{
		padding: 0 1.25rem 0 1.5rem;
	}
	.news-list .news-items .news-data{
		width: 12.5rem;
	}
}
/*　　詳細　　*/
.single-wrap{
	padding: 1.5rem 1.5rem 7.5rem 1.5rem;
}
.single-guide{
	background: rgb(125, 130, 152, 0.08);
	border-radius: 1.5rem;
	padding: 14rem 0 7.5rem 0;
}
.single-guide .inner{
	max-width: 900px;
}
.single-guide article{
	padding-top: 7.5rem;
}
.single-guide .entry-header{
	margin-bottom: 3.25rem;
}
.single-guide .entry-data{
	margin-bottom: 0.8125rem;
}
.single-guide .entry-data .date{
	font-family: "Tenor Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
}
.single-guide .entry-data .category{
	line-height: 0;
	margin-left: 1rem;
}
.single-guide .entry-data .category a{
	display: inline-block;
	font-family: "Tenor Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.35;
	border: 1px solid #040E55;
	padding: 0.1875rem 1.5rem;
}
.single-guide .entry-header h1{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.35;
}
.single-guide .entry-body h2{
	background: #3448AC;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.3125rem 1rem;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}
.single-guide .entry-body h3{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	border-left: 0.25rem solid #3448AC;
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	margin-top: 2.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{
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p img{
	border-radius: 0.5rem;
}
.single-guide .entry-body ol,
.single-guide .entry-body ul{
	margin-top: 3rem;
	margin-bottom: 2.5rem;
}
.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;
	font-weight: 400;
	line-height: 1.6;
}
.single-guide .entry-body ol li + li,
.single-guide .entry-body ul li + li{
	margin-top: 0.5rem;
}
.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: 7.5rem;
}
.single-guide .page-nav li.list-btn{
	display: inline-block;
	width: 100%;
	max-width: 18.3125rem;
}
.single-guide .page-nav li .btn{
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 3.5rem;
	text-align: center;
}
.single-guide .page-nav li .blue{
	background: #040E55;
	color: #ffffff;
	border-radius: 0.125rem;
}
.single-guide .page-nav li .blue::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(../img/icon/arrow_w.png) no-repeat top center;
	background-size: cover;
	width: 1.375rem;
	height: 1.0625rem;
	left: 2rem;
	transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
	.single-wrap{
		padding-bottom: 5rem;
	}
	.single-guide{
		padding: 8rem 0 3rem 0;
	}
	.single-guide article{
		padding-top: 3.5rem;
	}
	.single-guide .entry-header{
		margin-bottom: 2.5rem;
	}
	.single-guide .entry-data .date{
		font-size: 0.875rem;
	}
	.single-guide .entry-data .category{
		margin-left: 1rem;
	}
	.single-guide .entry-data .category a{
		font-size: 0.75rem;
		padding: 0.1875rem 1.5rem;
	}
	.single-guide .entry-header h1{
		font-size: 1.5rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.25rem;
		padding: 0.3125rem 0.625rem;
		margin-bottom: 1rem;
		margin-top: 2rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.125rem;
		padding-left: 1rem;
		margin-bottom: 1rem;
		margin-top: 1.5rem;
	}
	.single-guide .entry-body h4{
		font-size: 1.0625rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p img{
		border-radius: 0.5rem;
	}
	.single-guide .entry-body ol,
	.single-guide .entry-body ul{
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul{
		margin-left: 1.25rem;
	}
	.single-guide .page-nav{
		margin-top: 4.5rem;
	}
	.single-guide .page-nav li.list-btn,
	.single-guide .page-nav li.return-btn{
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.single-wrap{
		padding-bottom: 6rem;
	}
	.single-guide{
		padding: 10rem 0 6rem 0;
	}
	.single-guide article{
		padding-top: 5rem;
	}
	.single-guide .page-nav{
		margin-top: 5rem;
	}
	.single-guide .page-nav li.list-btn{
		max-width: 16.3125rem;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contens-contact-guide{
	position: relative;
	background: #FFFFFF;
	padding-top: 1rem;
}
.contens-contact-guide .contact-btn li a{
	position: relative;
	display: block;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	border-radius: 1.5rem;
}
.contens-contact-guide .contact-btn li a::after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(4, 14, 85, 0.6);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 1.5rem;
}
.contens-contact-guide .contact-btn li a:hover::after{
	background: rgba(4, 14, 85, 0.8);
}
.contens-contact-guide .contact-btn li a .img{
	height: 25rem;
}
.contens-contact-guide .contact-btn li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
	border-radius: 1.5rem;
}
.contens-contact-guide .contact-btn li a:hover img{
	transform: scale(1.1);
}
.contens-contact-guide .contact-btn .btn-ttl{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.contens-contact-guide .contact-btn .text{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contens-contact-guide .contact-btn li a:hover .text{
	font-weight: 700;
}
.contens-contact-guide .contact-btn .roma{
	position: relative;
	display: inline-block;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1.45;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contens-contact-guide .contact-btn li a:hover .roma{
	font-size: 7rem;
}
.contens-contact-guide .contact-btn .roma::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(../img/icon/arrow_w2.png) no-repeat top center;
	background-size: cover;
	width: 4.25rem;
	height: 3.4375rem;
	right: -6rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide .contact-btn li a .img{
		height: 15rem;
	}
	.contens-contact-guide .contact-btn li a .btn-ttl::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url(../img/icon/arrow_w2.png) no-repeat top center;
		background-size: cover;
		width: 1.875rem;
		height: 1.6rem;
		right: 2rem;
	}
	.contens-contact-guide .contact-btn .text{
		font-size: 1rem;
	}
	.contens-contact-guide .contact-btn .roma{
		font-size: 2.5rem;
	}
	.contens-contact-guide .contact-btn li a:hover .roma{
		font-size: 2.5rem;
	}
	.contens-contact-guide .contact-btn .roma::after{
		content: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contens-contact-guide .contact-btn li a .img{
		height: 20rem;
	}
	.contens-contact-guide .contact-btn .text{
		font-size: 1.5rem;
	}
	.contens-contact-guide .contact-btn .roma{
		font-size: 4rem;
	}
	.contens-contact-guide .contact-btn li a:hover .roma{
		font-size: 4rem;
	}
	.contens-contact-guide .contact-btn .roma::after{
		width: 3rem;
		height: 2.4375rem;
		right: -4rem;
	}
}
/**
/* フォーム CSS
----------------------------------------------- */
.contact-guide{
	padding-top: 7.5rem;
}
.contact-guide .section-inner{
	background: rgba(4, 14, 85, 0.08);
	border-radius: 1.5rem;
}
.contact-guide .inner{
	max-width: 960px;
}
.contact-guide .form-box .inquiry-item{
	max-width: 832px;
	margin: 0 auto 5.3125rem auto;
}
.contact-guide .form-box .inquiry-item .wpcf7-radio{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.25rem;
	row-gap: 2.25rem;
}
.contact-guide .form-box .inquiry-item .wpcf7-list-item{
	display: block;
	width: calc(50% - 1.125rem);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
}
.contact-guide .form-box dl{
	margin-bottom: 2rem;
}
.contact-guide .form-box dl dt{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}
.contact-guide .form-box dl dt span{
	position: relative;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #5874FF;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	margin-left: 1rem;
	top: -0.3125rem;
}
.contact-guide .form-box dl dd{
	line-height: 0;
}
/*　　完了　　*/
.thanks-guide{
	padding: 7.5rem 0;
}
.thanks-guide h3{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding-top: 3.5rem;
	}
	.contact-guide .section-inner{
		padding: 2.5rem 0 3rem 0;
	}
	.contact-guide .form-box .inquiry-item{
		margin: 0 auto 2.3125rem auto;
	}
	.contact-guide .form-box .inquiry-item .wpcf7-radio{
		column-gap: 0;
		row-gap: 0.625rem;
	}
	.contact-guide .form-box .inquiry-item .wpcf7-list-item{
		width: 100%;
		font-size: 1rem;
	}
	.contact-guide .form-box dl{
		margin-bottom: 1.25rem;
	}
	.contact-guide .form-box dl dt{
		font-size: 1rem;
		margin-bottom: 0.375rem;
	}
	.contact-guide .form-box dl dt span{
		font-size: 0.625rem;
		margin-left: 0.625rem;
		top: -0.25rem;
	}
	.thanks-guide{
		padding: 3.5rem 0;
	}
	.thanks-guide h3{
		font-size: 1.125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-guide{
		padding-top: 6rem;
	}
	.contact-guide .form-box .inquiry-item{
		margin: 0 auto 2.5rem auto;
	}
	.contact-guide .form-box .inquiry-item .wpcf7-radio{
		column-gap: 1.25rem;
		row-gap: 1.25rem;
	}
	.contact-guide .form-box .inquiry-item .wpcf7-list-item{
		width: calc(50% - 0.625rem);
		font-size: 1.125rem;
	}
	.contact-guide .form-box dl dt{
		font-size: 1.125rem;
	}
	.thanks-guide{
		padding: 6rem 0;
	}
	.thanks-guide h3{
		font-size: 1.125rem;
	}
}
/**
/* フォーム 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 #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	border-radius: 0.5rem;
	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: #BFC2CC;
}
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: #BFC2CC;
}
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: #BFC2CC;
}
textarea{
	height: 17.5rem;
}
input[type="radio"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #FFFFFF;
	width: 1.625rem;
	height: 1.625rem;
	border: 1px solid #040E55;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	margin-right: 0.625rem;
	position: relative;
	padding: 0;
}
input[type="radio"]:checked{
	border-color: #040E55;
}
input[type="radio"]:checked::before{
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background: #040E55;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
label{
	display: inline-flex;
	align-items: center;
}
.acceptance{
	color: #040E55;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	margin-top: 3.5rem;
}
.acceptance a{
	text-decoration: underline;
}
.acceptance label{
	display: flex;
	align-items: center;
}
.acceptance input[type="checkbox"]{
	transform: scale(1.5);
}
.acceptance .wpcf7-list-item{
	margin: 0;
}
.acceptance .wpcf7-list-item-label{
	margin-left: 1rem;
}
.submit_btn{
	text-align: center;
	margin-top: 1.25rem;
}
.submit_btn li{
	display: inline-block;
	width: 100%;
	max-width: 23.75rem;
}
input[type="submit"] {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	width: 100%;
	background: #040E55;
	border: none;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.5;
	text-align: center;
	cursor: pointer;
}
.wpcf7-spinner{
	display: none;
}
@media only screen and (max-width: 767px) {
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		padding: 0.625rem;
	}
	textarea{
		height: 10.5rem;
	}
	input[type="radio"]{
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 0.5rem;
	}
	input[type="radio"]:checked::before{
		width: 0.625rem;
		height: 0.625rem;
	}
	.acceptance{
		font-size: 0.875rem;
		margin-top: 2.5rem;
	}
	.acceptance .wpcf7-list-item-label{
		margin-left: 1rem;
	}
	.submit_btn{
		margin-top: 1.125rem;
	}
	.submit_btn li{
		max-width: 23.75rem;
	}
	input[type="submit"] {
		font-size: 1.125rem;
		line-height: 3;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.submit_btn li{
		max-width: 18.75rem;
	}
	input[type="submit"] {
		font-size: 1.25rem;
		line-height: 3;
	}
}
/**
/* 求人情報 CSS
----------------------------------------------- */
.job-description-guide{
	position: -webkit-relative;
	position: relative;
	top: 0;
	padding: 0 1.5rem 7.4rem 1.5rem;
}
.job-description-guide .job-description-box{
	background: #FFFFFF;
	border: 1px solid #7D8298;
	border-radius: 1.5rem;
	padding: 5rem 3.75rem 3.75rem 3.75rem;
}
.job-description-box .box{
	background: rgb(125, 130, 152, 0.1);
	border-radius: 0.625rem;
	padding: 2.5rem 2.8125rem;
	margin-bottom: 3.5rem;
}
.job-description-box .box p{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
}
.job-description-box .jstabs{
	column-gap: 0.625rem;
	border-bottom: 1px solid #ADBBFF;
	margin-bottom: 1.25rem;
}
.job-description-box .jstabs .js-tab-btn{
	background: #FFFFFF;
	width: 16rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	border-top: 1px solid #ADBBFF;
	border-left: 1px solid #ADBBFF;
	border-right: 1px solid #ADBBFF;
	padding: 1.625rem;
	margin-bottom: -1px;
	cursor: pointer;
}
.job-description-box .jstabs .js-tab-btn.current{
	background: #040E55;
	border-top: 1px solid #040E55;
	border-left: 1px solid #040E55;
	border-right: 1px solid #040E55;
	color: #FFFFFF;
}
.job-description-box .js-tab-contents{
	display: none;
	background: #FFFFFF;
	border: 1px solid #ADBBFF;
	border-radius: 0.5rem;
	padding: 2.25rem 1.875rem 2.125rem 1.875rem;
}
.job-description-box .js-tab-contents.current{
	display: block;
}
.job-description-box .js-tab-contents .in-preparation{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	padding: 7.5rem 0;
}
.job-description-box .description-tbl th,
.job-description-box .description-tbl td{
	font-size: 1.25rem;
	line-height: 1.6;
	padding: 1.75rem;
}
.job-description-box .description-tbl tr:not(:last-child) th,
.job-description-box .description-tbl tr:not(:last-child) td{
	border-bottom: 1px dashed #ADBBFF;
}
.job-description-box .description-tbl th{
	width: 12.5rem;
	font-weight: 700;
}
.job-description-box .description-tbl td{
	font-weight: 500;
}
.job-description-box .description-tbl td dl{
	margin-top: 1.4375rem;
}
.job-description-box .description-tbl td dl dt{
	margin-bottom: 0.5rem;
}
.job-description-box .description-tbl td ul{
	list-style: disc;
	margin-left: 1.25rem;
}
@media only screen and (max-width: 767px) {
	.job-description-guide{
		padding: 0 1rem 4.625rem 1rem;
	}
	.job-description-guide .job-description-box{
		padding: 1.5rem 1rem 1rem 1rem;
	}
	.job-description-box .box{
		padding: 1rem;
		margin-bottom: 1.5rem;
	}
	.job-description-box .box p{
		font-size: 1rem;
	}
	.job-description-box .jstabs{
		column-gap: 0.375rem;
		margin-bottom: 1rem;
	}
	.job-description-box .jstabs .js-tab-btn{
		width: 8rem;
		font-size: 1rem;
		padding: 0.675rem;
	}
	.job-description-box .js-tab-contents{
		padding: 1.25rem 1rem 1.125rem 1rem;
	}
	.job-description-box .js-tab-contents .in-preparation{
		font-size: 1rem;
		padding: 4.5rem 0;
	}
	.job-description-box .description-tbl th,
	.job-description-box .description-tbl td{
		display: block;
		font-size: 1rem;
		padding: 0.375rem;
	}
	.job-description-box .description-tbl tr:not(:last-child) th,
	.job-description-box .description-tbl tr:not(:last-child) td{
		border-bottom: none;
	}
	.job-description-box .description-tbl th{
		width: 100%;
		background: #040E55;
		color: #ffffff;
		text-align: center;
	}
	.job-description-box .description-tbl td{
		padding: 1.375rem 0;
	}
	.job-description-box .description-tbl td dl{
		margin-top: 1.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.job-description-guide{
		padding: 0 1.5rem 5rem 1.5rem;
	}
	.job-description-guide .job-description-box{
		padding: 3rem 2rem 2rem 2rem;
	}
	.job-description-box .box{
		padding: 1.5rem 1.8125rem;
		margin-bottom: 2.5rem;
	}
	.job-description-box .box p{
		font-size: 1.125rem;
	}
	.job-description-box .jstabs{
		margin-bottom: 1.125rem;
	}
	.job-description-box .jstabs .js-tab-btn{
		width: 12rem;
		font-size: 1.125rem;
		padding: 1rem;
	}
	.job-description-box .js-tab-contents{
		padding: 1.875rem 1.875rem 1.125rem 1.875rem;
	}
	.job-description-box .js-tab-contents .in-preparation{
		font-size: 1.125rem;
		padding: 4.5rem 0;
	}
	.job-description-box .description-tbl th,
	.job-description-box .description-tbl td{
		font-size: 1.125rem;
		padding: 1.25rem;
	}
	.job-description-box .description-tbl th{
		width: 10.5rem;
	}
	.job-description-box .description-tbl td dl{
		margin-top: 1.25rem;
	}
}
/**
/* プライバシーポリシー CSS
----------------------------------------------- */
.privacy-policy-wrap{
	padding: 1.5rem 1.5rem 7.5rem 1.5rem;
}
.privacy-policy-guide{
	background: rgb(125, 130, 152, 0.08);
	border-radius: 1.5rem;
	padding: 12.5rem 0 2.5rem 0;
}
.privacy-policy-guide .guide-ttl{
	color: #3448AC;
	margin-bottom: 3.4375rem;
}
.privacy-policy-guide .guide-ttl .roma{
	font-size: 2.5rem;
	letter-spacing: 0.04em;
	margin-bottom: 0.5rem;
}
.privacy-policy-guide .guide-ttl h2{
	font-size: 0.75rem;
	font-weight: 700;
}
.privacy-policy-guide h3{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.35;
	margin-bottom: 3.4375rem;
}
.privacy-policy-guide .date{
	margin-bottom: 3.4375rem;
}
.privacy-policy-guide .date dl{
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.privacy-policy-guide .date dl dt,
.privacy-policy-guide .date dl dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}
.privacy-policy-guide .date dl dt{
	width: 7rem;
	text-align: left;
}
.privacy-policy-guide .date dl dd{
	width: 9rem;
	text-align: right;
}
.privacy-policy-guide h4{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-bottom: 0.5rem;
}
.privacy-policy-guide p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.5;
	letter-spacing: 0.08em;
	margin-bottom: 2.5rem;
}
.privacy-policy-guide p.first{
	margin-bottom: 1.875rem;
}
.privacy-policy-guide .page-top{
	text-align: right;
	margin-bottom: 0;
}
.privacy-policy-guide .page-top a{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.privacy-policy-guide{
		padding: 8rem 0 3rem 0;
	}
	.privacy-policy-guide .guide-ttl{
		margin-bottom: 2.4375rem;
	}
	.privacy-policy-guide .guide-ttl .roma{
		font-size: 2rem;
		margin-bottom: 0.375rem;
	}
	.privacy-policy-guide .guide-ttl h2{
		font-size: 0.75rem;
	}
	.privacy-policy-guide h3{
		font-size: 1.125rem;
		margin-bottom: 3.4375rem;
	}
	.privacy-policy-guide .date{
		margin-bottom: 1.5rem;
	}
	.privacy-policy-guide .date dl dt,
	.privacy-policy-guide .date dl dd{
		font-size: 0.875rem;
	}
	.privacy-policy-guide .date dl dt{
		width: 5.5rem;
	}
	.privacy-policy-guide .date dl dd{
		width: 8rem;
	}
	.privacy-policy-guide h4{
		font-size: 1.125rem;
		margin-bottom: 0.375rem;
	}
	.privacy-policy-guide p{
		font-size: 0.875rem;
		line-height: 1.8;
		margin-bottom: 2rem;
	}
	.privacy-policy-guide p.first{
		margin-bottom: 1.875rem;
	}
	.privacy-policy-guide .page-top a{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.privacy-policy-guide{
		padding: 10rem 0 6rem 0;
	}
	.privacy-policy-guide h3{
		font-size: 1.25rem;
		margin-bottom: 2.4375rem;
	}
	.privacy-policy-guide .date{
		margin-bottom: 3.4375rem;
	}
	.privacy-policy-guide .date dl dt,
	.privacy-policy-guide .date dl dd{
		font-size: 0.9375rem;
	}
	.privacy-policy-guide .date dl dt{
		width: 6rem;
	}
	.privacy-policy-guide .date dl dd{
		width: 8rem;
	}
	.privacy-policy-guide h4{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.privacy-policy-guide p{
		font-size: 0.9375rem;
		line-height: 2.35;
		margin-bottom: 2rem;
	}
	.privacy-policy-guide p.first{
		margin-bottom: 0.875rem;
	}
	.privacy-policy-guide .page-top a{
		font-size: 0.9375rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-wrap{
	padding: 1.5rem 1.5rem 7.5rem 1.5rem;
}
.error-guide{
	background: rgb(125, 130, 152, 0.08);
	border-radius: 1.5rem;
	padding: 14rem 0 7.5rem 0;
}
.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{
		padding: 8rem 0 3rem 0;
	}
	.error-guide .entry .error_url{
		padding: 2rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 3rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.error-guide{
		padding: 10rem 0 6rem 0;
	}
	.error-guide .entry .error_url{
		padding: 2.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 3rem;
	}
}


.news_img {
	margin-inline: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.news_link {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.news_box {
	margin-inline: auto !important;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}
.news_box_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news_box {
	max-width: auto;
	    width: 30%;
    margin: 5%;
}

.news_img {
	width: 90%;
}

@media (max-width: 768px) {
	.news_box {
		width: 45%;
		margin: 5%;
}
}
