@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/**
/* トップページ CSS
----------------------------------------------- */
/*　　スライダー　　*/
.global-header .slider{
	margin-top: 147px;
}
.slider .header-view{
	position: relative;
}
.slider .header-view .view-Img{
	height: 700px;
}
.slider .header-view .view-Img >img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider .header-view .view-box{
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}
.slider .header-view .view-box .caption{
	color: #FFFFFF;
	font-size: 30px;
	font-weight:500;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-shadow: 0px 1px 10px rgb(0, 0, 0, 0.42);
	margin-bottom: 30px;
}
.slider .header-view .view-box .copy{
	color: #FFFFFF;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.25;
	text-shadow: 0px 1px 10px rgb(0, 0, 0, 0.42);
	margin-bottom:55px;
}
.slider .header-view .view-box .ttl{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 10px;
	padding-left: 30px;
}
.slider .header-view .view-box ul li + li{
	margin-left: 20px;
}
.slider .header-view .view-box ul li img{
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 767px) {
	.global-header .slider{
		margin-top: 103px;
	}
	.slider .header-view .view-Img{
		height: 120vw;
	}
	.slider .header-view .view-box {
		top: auto;
		bottom: 7%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.slider .header-view .view-box .caption{
		font-size: 4vw;
		margin-bottom: 10px;
	}
	.slider .header-view .view-box .copy{
		font-size: 7vw;
		margin-bottom: 7%;
		text-align: left;
        display: inline-block;
	}
	.slider .header-view .view-box .ttl{
		font-size: 4vw;
		text-align: center;
		margin-bottom: 3%;
		padding-left: 0;
		text-shadow: 0px 1px 8px rgb(0, 0, 0, 0.8);
	}
	.slider .header-view .view-box ul{
		text-align: center;
	}
	.slider .header-view .view-box ul li{
		display: inline-block;
	}
	.slider .header-view .view-box ul li + li{
		margin-left: 3%;
	}
	.mv .icon{
		background: url(../image/sp_icon_bg.jpg) center center no-repeat;
		background-size: cover;
		padding: 5% 5% 15vw 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .slider{
		margin-top: 103px;
	}
	.slider .header-view .view-Img{
		height: 360px;
	}
	.slider .header-view .view-box .caption{
		font-size: 20px;
	}
	.slider .header-view .view-box h3{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.slider .header-view .view-box .ttl{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.slider .header-view .view-box ul li + li{
		margin-left: 10px;
	}
}
/*　　カンタン求人検索　　*/
.front-search .search-box{
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	margin-top: -20px;
}
.front-search .search-box .ttlArea{
	background: #937F64;
	align-items: center;
	border-radius: 10px 10px 0 0;
}
.front-search .search-box .ttlArea .icon{
	width: 135px;
	margin-right: 30px;
}
.front-search .search-box .ttlArea .icon img{
	margin-top: -30px;
}
.front-search .search-box .ttlArea h3{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.46;
}
.front-search .search-box .form-block{
	padding: 15px 30px 25px 30px;
	background: #f7f7f7;
}
.front-search .search-box .countArea{
	align-items: flex-end;
	margin-bottom: 20px;
	justify-content: left;
    padding-left: 20px;
}
.front-search .search-box .countArea .current span{
	display: inline-block;
	background: #B4A590;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	border-radius: 6px;
	padding: 2px 10px;
}
.front-search .search-box .countArea .release{
	font-size: 15px;
	font-weight: 500;
	margin-left: 20px;
}
.front-search .search-box .countArea .release span{
	display: inline-block;
	color: #CC0000;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.46;
	margin: 0 4px 0 6px;
}
.front-search .search-box .countArea .private{
	font-size: 15px;
	font-weight: 500;
	margin-left: 10px;
}
.front-search .search-box .countArea .private span{
	display: inline-block;
	color: #CC0000;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.46;
	margin: 0 4px 0 6px;
}
.search-form{
	max-width: 1130px;
	margin: 0 auto;
}
.search-form .form-list{
	width: calc(100% - 23%);
	column-gap: 60px;
}
.search-form .form-list .form-select{
	position: relative;
	width: calc(33.3333% - 40px);
}
.search-form .form-list .form-select::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 1000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-form .form-list .form-select.area::before{
	background: url(../image/icon/area_icon_b.svg) no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	left: 20px;
	top: 34px;
}
.search-form .form-list .form-select.occupation::before{
	background: url(../image/icon/occupation_icon_c.svg) no-repeat;
	background-size: cover;
	width: 35px;
	height: 35px;
	left: 20px;
	top: 34px;
}
.search-form .form-list .form-select.obsession::before{
	background: url(../image/icon/detail_icon.svg) no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	left: 20px;
	top: 34px;
}
.search-form .form-list .form-select::after{
	position: absolute;
	content: "×";
	top: 50%;
	right: -40px;
	color: #573F1C;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.46;
	transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.search-form .form-list .form-select.obsession::after{
	content: none;
}
.search-form select,
.search-form .modal-btn{
    position: relative;
    display: block;
    width: 100%;
    /*border: 1px solid #56401C;*/
    color: #56401C;
    font-size: 19px;
	font-weight: bold;
    border-radius: 6px;
    padding: 1em 2.5em 1em 3.5em;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	background: white;
}
.search-form select,
.search-form .modal-btn .pc_small{
    font-size: 14px;
}
.search-form .modal-btn span.text{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-form .modal-btn::before{
	position: absolute;
	top: 45%;
	bottom: 0;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 10px;
	height: 10px;
	/*
	border-top: 2px solid #56401C;
	border-right: 2px solid #56401C;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	*/
	border-top: 6px solid #333;
    border-left: 6px solid rgba(51, 51, 51, 0);
    border-right: 6px solid rgba(51, 51, 51, 0);
}
.search-form .form-list .form-select.occupation select,
.search-form .form-list .form-select.occupation .modal-btn,
.search-form .form-list .form-select.obsession .modal-btn{
	padding: 1em 1.5em 1em 3.5em;
}
.search-form .block_btn{
	width: 23%;
	padding-left: 40px;
}
.search-form .block_btn li{
	position: relative;
	display: block;
	max-width: 240px;
}
.search-form .block_btn li::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../image/icon/search_icon_w.png) no-repeat;
	background-size: cover;
	z-index: 1000;
	width: 20px;
	height: 20px;
	top: 50%;
	left: calc(50% - 60px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-form .block_btn li input{
	background: #937F64;
	color: #fff;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 3.4;
	text-align: center;
	border-radius: 50px;
}
.search-form .easy_search_btn{
	width: 23%;
	padding-left: 40px;
}
.search-form .easy_search_btn span{
	font-size: 23px;
	letter-spacing: 2px;
}
.search-form .easy_search_btn li{
	position: relative;
	display: block;
	max-width: 240px;
}
.search-form .easy_search_btn li::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../image/icon/search_icon_w.png) no-repeat;
	background-size: cover;
	z-index: 1000;
	width: 25px;
	height: 25px;
	top: 50%;
	left: calc(50% - 85px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-form .easy_search_btn li a{
	background: #937F64;
	color: #fff;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.9;
	text-align: center;
	border-radius: 50px;
	padding-left: 40px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.front-search .search-box{
		margin-top: -8vw;
	}
	.front-search .search-box .ttlArea{
		padding: 5%;
		justify-content: flex-start;
		border-radius: 10px 10px 0 0;
	}
	.front-search .search-box .ttlArea .icon{
		width: 18vw;
		margin-right: 5%;
	}
	.front-search .search-box .ttlArea .icon img{
		margin-top: -10vw;
	}
	.front-search .search-box .ttlArea h3{
		font-size: 5vw;
	}
	.front-search .search-box .form-block{
		padding: 2% 5% 6% 5%;
	}
	.front-search .search-box .countArea{
		/*display: block;*/
		margin-bottom: 5%;
		padding-left: 0;
	}
	.front-search .search-box .countArea .current{
		text-align: center;
	}
	.front-search .search-box .countArea .current span{
		font-size: 3.4vw;
		padding: 2px 10px;
	}
	.front-search .search-box .countArea .release{
		font-size: 3.6vw;
		text-align: center;
		margin-left: 0;
		width: 50%;
	}
	.front-search .search-box .countArea .release span{
		font-size: 6vw;
		margin: 0 1% 0 2%;
	}
	.front-search .search-box .countArea .private{
		font-size: 3.6vw;
		text-align: center;
		margin-left: 0;
	}
	.front-search .search-box .countArea .private span{
		font-size: 6vw;
		margin: 0 1% 0 2%;
	}
	.search-form .form-list{
		width: 100%;
		column-gap: 2vw;
	}
	.search-form .form-list .form-select{
		width: calc(32% - 0.5vw);
	}
	/*
	.search-form .form-list .form-select.obsession{
		width: 100%;
		margin-bottom: 0;
	}
	*/
	.search-form .form-list .form-select.area::before{
		width: 8vw;
		height: 8vw;
		left: 35%;
		top: 30%;
	}
	.search-form .form-list .form-select.occupation::before{
		width: 8vw;
		height: 8vw;
		left: 34%;
		top: 30%;
	}
	.search-form .form-list .form-select.obsession::before{
		width: 7vw;
		height: 7vw;
		left: 36%;
		top: 30%;
	}
	.search-form .modal-btn::before{
		top: 35%;
		right: 15px;
		width: 10px;
		height: 10px;
	}
	.search-form .form-list .form-select::after{
		right: -5vw;
		font-size: 5vw;
		display: none;
	}
	.search-form .form-list .form-select.occupation::after{
		content: none;
	}
	.search-form select,
	.search-form .modal-btn{
		font-size: 4.5vw;
		padding: 50px 0 10px 0;
		text-align: center;
		height: 100%;
		font-weight: bold;
		line-height: 0.8;
	}
	.search-form .modal-btn span{
		/*display: none;*/
		font-size: 2.5vw;
	}
	.search-form .modal-btn .pc_small{
		font-size: 2.5vw;
	}
	.search-form .modal-btn::before{
		top: 40%;
		right: 3vw;
		width: 2vw;
		height: 2vw;
		display: none;
	}
	.search-form .form-list .form-select.occupation select,
	.search-form .form-list .form-select.occupation .modal-btn,
	.search-form .form-list .form-select.obsession .modal-btn{
		/*padding: 1em 1em 1em 3em;*/
		height: 100%;
		padding: 50px 0 0 0;
	}
	.search-form .block_btn{
		width: 100%;
		padding-left: 0;
		display: none;
	}
	.search-form .block_btn li{
		width: 100%;
		max-width: inherit;
	}
	.search-form .block_btn li::before{
		width: 6vw;
		height: 6vw;
		left: calc(50% - 20%);
	}
	.search-form .block_btn li input{
		font-size: 3.6vw;
	}
	.search-form .modal-btn span.text {
		padding: 5%;
	}
	.info-area h3 {
	font-size: 4.2vw;
    margin-bottom: 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-search .search-box{
		margin-top: -20px;
	}
	.front-search .search-box .ttlArea{
		border-radius: 10px 10px 0 0;
	}
	.front-search .search-box .ttlArea .icon{
		width: 100px;
		margin-right: 20px;
	}
	.front-search .search-box .ttlArea .icon img{
		margin-top: -20px;
	}
	.front-search .search-box .ttlArea h3{
		font-size: 24px;
	}
	.front-search .search-box .form-block{
		padding: 20px 20px 30px 20px;
	}
	.front-search .search-box .countArea{
		margin-bottom: 20px;
	}
	.front-search .search-box .countArea .current span{
		font-size: 13px;
		padding: 2px 10px;
	}
	.front-search .search-box .countArea .release{
		font-size: 13px;
		margin-left: 15px;
	}
	.front-search .search-box .countArea .release span{
		font-size: 22px;
		margin: 0 4px 0 6px;
	}
	.front-search .search-box .countArea .private{
		font-size: 13px;
		margin-left: 5px;
	}
	.front-search .search-box .countArea .private span{
		font-size: 22px;
		margin: 0 4px 0 6px;
	}
	.search-form .form-list{
		column-gap: 30px;
		width: 100%;
	}
	.search-form .form-list .form-select{
		width: calc(33.3333% - 20px);
	}
	.search-form .form-list .form-select.area::before{
		width: 13px;
		height: 17px;
		left: 15px;
	}
	.search-form .form-list .form-select.occupation::before{
		width: 21px;
		height: 15px;
		left: 15px;
	}
	.search-form .form-list .form-select.obsession::before{
		width: 21px;
		height: 15px;
		left: 15px;
	}
	.search-form .form-list .form-select::after{
		right: -25px;
		font-size: 22px;
	}
	.search-form select,
	.search-form .modal-btn{
		padding: 1em 1em 1em 2em;
	}
	.search-form .form-list .form-select.occupation select,
	.search-form .form-list .form-select.occupation .modal-btn,
	.search-form .form-list .form-select.obsession .modal-btn{
		padding: 1em 1em 1em 2.6em;
	}
	.search-form .easy_search_btn{ 
		display: none;
	}
	.search-form .modal-btn::before{
		top: 40%;
		right: 15px;
		width: 8px;
		height: 8px;
	}
	.search-form .block_btn{
		width: 23%;
		padding-left: 15px;
	}
	.search-form .block_btn li::before{
		width: 19px;
		height: 18px;
		left: calc(50% - 50px);
	}
	.search-form .block_btn li input{
		font-size: 14px;
	}
}
/*　　特集スライダー　　*/
.featured-guide{
	padding: 30px 0 30px 0;
    background: linear-gradient(to bottom, #ffffff 53%, #F7F7F7 53%);
}
.featured-guide .featured-grid{
	margin-bottom: 60px;
}
.featured-guide .inner{
	width: 80%;
}
.featured-grid .slick-list{
	overflow: visible !important;
}
.featured-grid .slick-list li{
	margin-right: 20px;
}
.featured-grid .slick-list .slick-slide{
	/*opacity: .5;*/
}
.featured-grid .slick-list .slick-slide.slick-active{
	opacity: 1;
}
.featured-grid .slick-arrow{
	position: absolute;
	width: 70px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 20;
}
.featured-grid .prev-arrow{
	left: -35px;
}
.featured-grid .next-arrow{
	right: -20px;
}
.featured-guide h2{
	color: #573F1C;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
}
.featured-guide h2 span{
	color: #CC0000;
	font-size: 33px;
}
.featured-guide .text{
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
}
.featured-guide .text span {
    font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
	.featured-guide{
		padding: 10% 0 4% 0;
        background: linear-gradient(to bottom, #ffffff 43%, #F7F7F7 43%);
	}
	.featured-guide .inner{
		width: 60%;
	}
	.featured-guide .featured-grid{
		margin-bottom: 10%;
	}
	.featured-grid .slick-list li{
		margin-right: 10px;
	}
	.featured-grid .slick-arrow{
		width: 10vw;
	}
	.featured-grid .prev-arrow{
		left: -10%;
	}
	.featured-grid .next-arrow{
		right: -5%;
	}
	.featured-guide h2{
		font-size: 4.5vw;
		margin-bottom: 3%;
	}
	.featured-guide h2 span{
		font-size: 4.5vw;
	}
	.featured-guide .text{
		font-size: 3.2vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.featured-guide{
		padding: 50px 0 40px 0;
	}
	.featured-guide .featured-grid{
		margin-bottom: 40px;
	}
	.featured-grid .slick-list li{
		margin-right: 10px;
	}
	.featured-grid .slick-arrow{
		width: 50px;
	}
	.featured-grid .prev-arrow{
		left: -25px;
	}
	.featured-grid .next-arrow{
		right: -16px;
	}
	.featured-guide h2{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.featured-guide h2 span{
		font-size: 30px;
	}
	.featured-guide .text{
		font-size: 16px;
	}
}
/*　　メリット　　*/
.frontWrap .merit-guide{
	background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 70%, #FFFFFF 70%, #FFFFFF 100%);
	padding: 30px 0 50px 0;
}
@media only screen and (max-width: 767px) {
	.frontWrap .merit-guide{
		background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 80%, #FFFFFF 80%, #FFFFFF 100%);
		padding: 5% 0 5% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .merit-guide{
		padding: 20px 0 60px 0;
	}
}
/*　　求人を探す　　*/
.frontWrap .job-offer-guide {
	background: transparent;
	padding: 90px 0 0px 0;
}
.job-offer-guide .search-grid .area-ttl{
	position: relative;
	background: rgb(136,116,89,1);
	background: linear-gradient(280deg, rgba(136,116,89,1) 0%, rgba(187,159,122,1) 100%);
	border-radius: 10px;
	padding: 25px 15px 25px 40px;
	margin-bottom: 30px;
	overflow: hidden;
}
.job-offer-guide .search-grid .area-ttl .roma{
	position: absolute;
	color: rgb(252, 242, 242, 0.4);
	font-size: 35px;
	font-weight: 600;
	line-height: 1.25;
	top: -11px;
	left: 15px;
	text-transform: uppercase;
}
.job-offer-guide .search-grid .area-ttl h3{
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.46;
}
.job-offer-guide .search-grid .box .text{
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}
.job-offer-guide .search-grid .area-box{
	width: 47%;
}
.job-offer-guide .search-grid .area-box .area-map{
	position: relative;
	display: inline-block;
}
.job-offer-guide .search-grid .area-box .area-map ul li a{
	position: absolute;
	display: block;
	width: 18%;
	height: 10%;
	text-indent: -9999px;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(1) a{
	top: 10%;
	right: 11%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(2) a{
	top: 36%;
	right: 8%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(3) a{
	top: 67.5%;
	right: 6%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(4) a{
	bottom: 10%;
	right: 29%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(5) a{
	top: 53.5%;
	right: 21%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(6) a{
	top: 50.5%;
	left: 38%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(7) a{
	top: 66%;
	left: 41%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(8) a{
	bottom: 30%;
	left: 16%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(9) a{
	bottom: 3%;
	left: 30%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(10) a{
	bottom: 7%;
	left: 1.5%;
}
.job-offer-guide .search-grid .area-box .area-map ul li:nth-child(11) a{
	top: 21%;
	left: 7%;
}
.job-offer-guide .search-grid .conditions-box {
	width: 47%;
}
.job-offer-guide .search-grid .conditions-box .text{
	margin-bottom: 40px;
}
.job-offer-guide .search-grid .conditions-box .form-list{
	background: #f6f6f6;
	border-radius: 10px;
	padding: 40px;
}
.job-offer-guide .search-grid .conditions-box .form-list dl{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dt{
	width: 115px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd{
	width: calc(100% - 115px);
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box{
	position: relative;
	background: #ffffff;
	border: 1px solid #b9b9b9;
	width: 100%;
	max-width: 220px;
	border-radius: 6px;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box::before{
	position: absolute;
	top:0;
	right:0;
	content: '';
	width: 35px;
	height: 100%;
	background: #f5eadb;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	pointer-events: none;
	z-index: 2;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box::after{
	position: absolute;
	top:40%;
	right:11px;
	content:'';
	width: 7px;
	height: 7px;
	border-left: #191a1c solid 2px;
	border-bottom: #191a1c solid 2px;
	transform: rotate(-45deg) translateY(-50%);
	pointer-events: none;
	z-index: 3;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd a{
	display: block;
	width: 100%;
	background: #ffffff;
	color: #999999;
	border: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	border-radius: 6px;
	padding: 0.5rem 2.5rem 0.5rem 0.625rem;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd optgroup,
.job-offer-guide .search-grid .conditions-box .form-list dl dd option{
	color: #000000;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd option.caption{
	color: #999999;
}
.job-offer-guide .search-grid .conditions-box .form-list dl dd input[type="text"]{
	background: #ffffff;
	border: 1px solid #b9b9b9;
	width: 100%;
	max-width: 350px;
	border-radius: 6px;
	padding: 0.5rem 2.5rem 0.5rem 0.625rem;
}
.job-offer-guide .search-grid .conditions-box .block_btn{
	margin-top: 40px;
}
.job-offer-guide .search-grid .conditions-box .block_btn li{
	position: relative;
}
.job-offer-guide .search-grid .conditions-box .block_btn li::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../image/icon/search_icon_w.png) no-repeat;
	background-size: cover;
	z-index: 1000;
	width: 18px;
	height: 19px;
	top: 50%;
	left: calc(50% - 130px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.job-offer-guide .search-grid .conditions-box .submit{
	background: #CC0000;
	color: #fff;
	width: 100%;
	max-width: 390px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 4;
	border: none;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.frontWrap .job-offer-guide {
		padding: 8% 0 4% 0;
	}
	.job-offer-guide .search-grid .area-ttl{
		padding: 3.5vw 3vw 3.5vw 7vw;
		margin-bottom: 5vw;
	}
	.job-offer-guide .search-grid .area-ttl .roma{
		font-size: 6vw;
		top: -2.5vw;
		left: 3vw;
	}
	.job-offer-guide .search-grid .area-ttl h3{
		font-size: 5vw;
	}
	.job-offer-guide .search-grid .box .text{
		font-size: 3.5vw;
		margin-bottom: 5vw;
	}
	.job-offer-guide .search-grid .area-box{
		width: 100%;
		margin-bottom: 8%;
	}
	.job-offer-guide .search-grid .conditions-box {
		width: 100%;
	}
	.job-offer-guide .search-grid .conditions-box .text{
		margin-bottom: 6vw;
	}
	.job-offer-guide .search-grid .conditions-box .form-list{
		padding: 10vw 7vw;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl{
		margin-bottom: 3vw;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dt{
		width: 23vw;
		font-size: 3.8vw;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd{
		width: calc(100% - 23vw);
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box{
		max-width: 100%;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box::before{
		width: 8vw;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box::after{
		right: 2vw;
		width: 2vw;
		height: 2vw;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd a{
		font-size: 3.6vw;
		padding: 2vw 2vw 2vw 2vw;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd input[type="text"]{
		max-width: 350px;
		border-radius: 6px;
		padding: 0.5rem 2.5rem 0.5rem 0.625rem;
	}
	.job-offer-guide .search-grid .conditions-box .block_btn{
		margin-top: 8vw;
	}
	.job-offer-guide .search-grid .conditions-box .block_btn li::before{
		width: 5vw;
		height: 5vw;
		left: calc(50% - 28vw);
	}
	.job-offer-guide .search-grid .conditions-box .submit{
		max-width: 100%;
		font-size: 3.8vw;
		line-height: 3.8;
		padding-left: 15%;
	}
	.searchform .block_btn li {
    width: 90%;
	}
	.job-offer-guide .search-grid .conditions-box .block_btn li{
	width: 90%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .job-offer-guide {
		padding: 40px 0 30px 0;
	}
	.job-offer-guide .search-grid .area-ttl{
		padding: 20px 15px 20px 30px;
		margin-bottom: 20px;
	}
	.job-offer-guide .search-grid .area-ttl .roma{
		font-size: 46px;
		top: -14px;
	}
	.job-offer-guide .search-grid .area-ttl h3{
		font-size: 20px;
	}
	.job-offer-guide .search-grid .box .text{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.job-offer-guide .search-grid .area-box{
		width: 48%;
	}
	.job-offer-guide .search-grid .conditions-box {
		width: 48%;
	}
	.job-offer-guide .search-grid .conditions-box .text{
		margin-bottom: 20px;
	}
	.job-offer-guide .search-grid .conditions-box .form-list{
		padding: 30px;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl{
		margin-bottom: 15px;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dt{
		width: 99px;
		font-size: 15px;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd{
		width: calc(100% - 90px);
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box{
		max-width: 220px;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box::before{
		width: 30px;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd .select-box::after{
		top: 45%;
		right: 9px;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd a{
		font-size: 14px;
		padding: 0.5rem 2.5rem 0.5rem 0.625rem;
	}
	.job-offer-guide .search-grid .conditions-box .form-list dl dd input[type="text"]{
		max-width: 350px;
		padding: 0.5rem 2.5rem 0.5rem 0.625rem;
	}
	.job-offer-guide .search-grid .conditions-box .block_btn{
		margin-top: 20px;
	}
	.job-offer-guide .search-grid .conditions-box .block_btn li::before{
		left: calc(50% - 105px);
	}
	.job-offer-guide .search-grid .conditions-box .submit{
		font-size: 14px;
		line-height: 3.6;
	}
	.job-offer-guide .search-grid .conditions-box .block_btn li {
    width: 83%;
}
}
/*　　イチオシ特集　　*/
.frontWrap .special-guide{
	padding: 30px 0 16px 0;
}
.special-guide .grid-ttl{
	margin-bottom: 25px;
}
.special-guide .text{
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.special-guide .special-list{
	column-gap: 30px;
	row-gap: 30px;
}
.special-list li{
	width: calc(50% - 15px);
}
.special-list li.full-width {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.frontWrap .special-guide{
		padding: 0 0 4% 0;
	}
	.special-guide .text {
		margin-bottom: 10%;
		font-size: 3vw;
	}
	.special-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.special-guide .grid-ttl .roma{
		line-height: 1;
	}
	.special-guide .special-list{
		column-gap: 10px;
		row-gap: 10px;
	}
	.special-list li{
		/*width: calc(50% - 5px);*/
        width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .special-guide{
		padding: 30px 0 20px 0;
	}
	.special-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.special-guide .special-list{
		column-gap: 15px;
		row-gap: 15px;
	}
	.special-list li{
		width: calc(50% - 8px);
	}
}
/*　　厳選求人　　*/
.frontWrap .selected-guide{
	padding: 30px 0 18px 0;
}
.selected-guide .grid-ttl{
	margin-bottom: 25px;
}
.selected-guide .text{
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.selected-guide .selected-list{
	column-gap: 28px;
	row-gap: 58px;
	padding-bottom: 30px;
}
.selected-list .selected-items{
	width: calc(33.3333% - 19px);
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.selected-list .selected-items .imgArea{
	position: relative;
}
.selected-list .selected-items .imgArea .img{
	height: 240px;
}
.selected-list .selected-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.selected-list .selected-items .imgArea .business{
	position: absolute;
	left: 10px;
	top: -15px;
}
.selected-list .selected-items .imgArea .business a{
	display: block;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	padding: 3px 15px;
}
.selected-list .selected-items .contentArea{
	padding: 20px 25px 40px 25px;
}
.selected-list .selected-items h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 20px;
}
.selected-list .selected-items h3 a{
	color: #000000;
}
.selected-list .selected-items .job-category{
	margin-bottom: 7px;
}
.selected-list .selected-items .job-category li{
	display: inline-block;
	color: #747474;
	font-size: 15px;
	font-weight: 400;
}
.selected-list .selected-items .job-category li a{
	color: #747474;
}
.selected-list .selected-items .job-category li span{
	padding: 0 8px;
}
.selected-list .selected-items .salary{
	border-bottom: 1px solid #707070;
	color: #747474;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.selected-list .selected-items .recruiting{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	margin-bottom: 10px;
}
.selected-list .selected-items .obsession li{
	display: inline-block;
	margin-right: 8px;
	margin-top: 10px;
}
.selected-list .selected-items .obsession li a{
	display: block;
	background: #544000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	padding: 3px 12px;
}
.selected-guide .block_btn{
	margin-top: 25px;
}
@media only screen and (max-width: 767px) {
	.frontWrap .selected-guide{
		padding: 0 0 4% 0;
	}
	.selected-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.selected-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 10%;
	}
	.selected-guide .selected-list{
		column-gap: 18px;
		row-gap: 28px;
		padding-bottom: 5%;
	}
	.selected-list .selected-items{
		width: calc(50% - 9px);
	}
	.selected-list .selected-items .imgArea .img{
		height: 35vw;
	}
	.selected-list .selected-items .imgArea .business{
		right: 3%;
	}
	.selected-list .selected-items .imgArea .business a{
		font-size: 3vw;
		padding: 1px 10px;
	}
	.selected-list .selected-items .contentArea{
		padding: 10% 5%;
	}
	.selected-list .selected-items h3{
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.selected-list .selected-items .job-category{
		margin-bottom: 2%;
	}
	.selected-list .selected-items .job-category li{
		font-size: 3.4vw;
	}
	.selected-list .selected-items .job-category li span{
		padding: 0 0.5vw;
	}
	.selected-list .selected-items .salary{
		font-size: 3.4vw;
		padding-bottom: 5%;
		margin-bottom: 6%;
	}
	.selected-list .selected-items .recruiting{
		font-size: 3.4vw;
		margin-bottom: 6%;
	}
	.selected-list .selected-items .obsession li{
		margin-right: 1%;
		margin-top: 2%;
	}
	.selected-list .selected-items .obsession li a{
		font-size: 3vw;
		padding: 2px 5px;
	}
	.selected-guide .block_btn{
		margin-top: 3%;
	}
	.selected-items:last-child {
    /*display: none;*/
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .selected-guide{
		padding: 20px 0;
	}
	.selected-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.selected-guide .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.selected-guide .selected-list{
		column-gap: 15px;
		row-gap: 30px;
	}
	.selected-list .selected-items{
		width: calc(33.3333% - 10px);
	}
	.selected-list .selected-items .imgArea .img{
		height: 160px;
	}
	.selected-list .selected-items .imgArea .business{
		right: 5px;
		bottom: -13px;
	}
	.selected-list .selected-items .imgArea .business a{
		font-size: 12px;
		padding: 3px 10px;
	}
	.selected-list .selected-items .contentArea{
		padding: 20px 15px 25px 15px;
	}
	.selected-list .selected-items h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.selected-list .selected-items .job-category{
		margin-bottom: 5px;
	}
	.selected-list .selected-items .job-category li{
		font-size: 14px;
	}
	.selected-list .selected-items .job-category li span{
		padding: 0 4px;
	}
	.selected-list .selected-items .salary{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.selected-list .selected-items .recruiting{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.selected-list .selected-items .obsession li{
		margin-right: 4px;
		margin-top: 5px;
	}
	.selected-list .selected-items .obsession li a{
		font-size: 12px;
		padding: 2px 5px;
	}
	.selected-guide .block_btn{
		margin-top: 30px;
	}
}
/*　　今月の新着求人　　*/
.frontWrap .arrivals-guide{
	padding: 0 0 18px 0;
}
.arrivals-guide .grid-ttl{
	margin-bottom: 25px;
}
.arrivals-guide .text{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
/*
.frontWrap .arrivals-guide h2{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-align: center;
}
*/
.arrivals-guide .jstabs{
	margin-bottom: 60px;
}
.arrivals-guide .jstabs .js-tab-btn{
	border-bottom: 4px solid #F0F0F0;
	position: relative;
	width: 25%;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	padding-bottom: 19px;
}
.arrivals-guide .jstabs .js-tab-btn.current{
	border-bottom: 4px solid #CC0000;
	color: #CC0000;
}
.arrivals-guide .jstabs .js-tab-btn.current::before{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top: 8px solid #CC0000;
	vertical-align: middle;
	margin-left: -8px;
}
.arrivals-wrap.js-tab-wrap .js-tab-contents{
	display: none;
}
.arrivals-wrap.js-tab-wrap .js-tab-contents.current{
	display: block;
}
.arrivals-carousel{
	margin: 0 -14px;
}
.arrivals-list{
	column-gap: 60px;
	row-gap: 30px;
}
.arrivals-carousel .slick-track {
	  display: flex;
}
.arrivals-carousel .slick-list{
	padding-bottom: 30px!important;
}
.arrivals-list .arrivals-items{
	width: calc(50% - 30px);
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	height: auto !important;
}
.arrivals-carousel .arrivals-items{
	margin: 0 14px;
}
.arrivals-list .arrivals-items .imgArea{
	width: 100%;
}
.arrivals-list .arrivals-items .imgArea img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
}
.arrivals-list .arrivals-items .contentArea{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 12px 20px 20px 20px;
}
.employment-occupation-box {
    display: flex;
}
.arrivals-list .arrivals-items .employment{
	margin-bottom: 10px;
}
.arrivals-list .arrivals-items .employment a{
	display: inline-block;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 5px;
	padding: 5px 16px;
}
.arrivals-list .arrivals-items .occupation{
	margin-bottom: 10px;
    margin-left: 10px;
}
.arrivals-list .arrivals-items .occupation a{
	display: inline-block;
	background: #544000;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 5px;
	padding: 5px 16px;
}
.arrivals-list .arrivals-items .job-deta{
	margin-bottom: 0px;
}
.arrivals-list .arrivals-items .job-deta li{
	display: inline-block;
	color: #747474;
	font-size: 15px;
	font-weight: 400;
}
.arrivals-list .arrivals-items .job-deta li a{
	color: #747474;
}
.arrivals-list .arrivals-items .job-deta li span{
	padding: 0 8px;
}
.arrivals-list .arrivals-items h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.arrivals-list .arrivals-items h3 a{
	color: #000000;
}

.arrivals-list .arrivals-items .commentArea{
	margin-top: 15px;
}

.arrivals-list .arrivals-items .comment{
	font-size: 15px;
	font-weight: 400;
	margin-top: auto;
}
.arrivals-guide .block_btn{
	margin-top: 25px;
}
.arrivals-guide .text {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
}
.arrivals-items .contentArea .recruiting {
    font-size: 15px;
    margin-bottom: 5px;
}
.arrivals-items .contentArea .address {
    font-size: 15px;
    margin-bottom: 5px;
    background-image: url(../image/icon/area_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
    background-position: left top 5px;
}
.arrivals-items .contentArea .salary {
	font-size: 15px;
	background-image: url(../image/icon/yen_icon.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
    padding-left: 25px;
	background-position: left;
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
	background-position-y: calc(0% + 5px);
	background-position-x: calc(0% + 2px);
}
.arrivals-items .contentArea {
    pointer-events: none;
}
.arrivals-guide .slick-arrow{
	position: absolute;
	width: 70px;
	top: 60px;
	margin: auto;
	z-index: 20;
}
.arrivals-guide .prev-arrow{
	left: -70px;
}
.arrivals-guide .next-arrow{
	right: -70px;
}
@media only screen and (max-width: 1400px) {
	.arrivals-guide .prev-arrow{
		left: -35px;
	}
	.arrivals-guide .next-arrow{
		right: -35px;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap .arrivals-guide{
		padding: 0% 0;
	}
	.arrivals-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.arrivals-guide .text{
		font-size: 3.6vw;
		text-align: center;
		margin-bottom: 10%;
	}
	.frontWrap .arrivals-guide h2{
		font-size: 4.6vw;
		margin-bottom: 6%;
	}
	.arrivals-guide .jstabs{
		margin-bottom: 12%;
		display: table;
	}
	.arrivals-guide .jstabs .js-tab-btn{
		display: table-cell;
		width: 25%;
		font-size: 3.6vw;
		padding: 0 2% 3% 2%;
		vertical-align: middle;
	}
	.arrivals-carousel{
		margin: 0 -6%;
	}
	.arrivals-carousel .slick-list{
		padding-bottom: 0!important;
	}
	.arrivals-list{
		column-gap: 30px;
		row-gap: 30px;
	}
	.arrivals-list .arrivals-items{
		width: 100%;
	}
	.arrivals-carousel .arrivals-items{
		margin: 0 2vw 2vw 2vw;
	}
	.arrivals-list .arrivals-items .imgArea img{
		border-radius: 4px;
		height: 150px;
	}
	.arrivals-list .arrivals-items .employment{
		margin-bottom: 2%;
	}
	.arrivals-list .arrivals-items .employment a{
		font-size: 2.5vw;
		padding: 3px 10px;
		font-weight: 700;
	}
    .arrivals-list .arrivals-items .occupation a{
		font-size: 2.5vw;
		padding: 3px 10px;
		font-weight: 700;
	}
	.arrivals-list .arrivals-items .job-deta{
		margin-bottom: 0%;
	}
	.arrivals-list .arrivals-items .job-deta li{
		font-size: 3vw;
	}
	.arrivals-list .arrivals-items .job-deta li span{
		padding: 0 0.5vw;
	}
	.arrivals-list .arrivals-items .salary{
		font-size: 3vw;
		background-size: 11px 11px;
		padding-left: 10%;
		background-position-x: 1%;
	}
    .arrivals-list .arrivals-items .address{
		font-size: 3vw;
		background-size: 14px 14px;
		padding-left: 10%;
	}
    .arrivals-list .arrivals-items .recruiting{
		font-size: 3vw;
	}
	.arrivals-list .arrivals-items h3{
		font-size: 3.5vw;
		margin-bottom: 3%;
        margin-top: 0%;
	}
	.arrivals-list .arrivals-items .commentArea {
		width: 100%;
		margin-top:0;
	}
	.arrivals-list .arrivals-items .comment{
		font-size: 3vw;
		margin-top: 2%;
	}
	.arrivals-guide .block_btn{
		margin-top: 6%;
		margin-bottom: 5%;
	}
	    .arrivals-guide .text {
        font-size: 3vw;
        text-align: center;
        margin-bottom: 10%;
    }
	 .arrivals-guide .slick-arrow{
		width: 12vw;
		top: 12%
	}
	.arrivals-guide .prev-arrow{
		left: 15%;
	}
	.arrivals-guide .next-arrow{
		right: 15%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .arrivals-guide{
		padding: 20px 0;
	}
	/*
	.frontWrap .arrivals-guide h2{
		font-size: 18px;
		margin-bottom: 20px;
	}
	*/
	.arrivals-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.arrivals-guide .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.arrivals-guide .jstabs{
		margin-bottom: 40px;
	}
	.arrivals-guide .jstabs .js-tab-btn{
		font-size: 14px;
		padding-bottom: 15px;
	}
	.arrivals-carousel{
		margin: 0 -10px;
	}
	.arrivals-list{
		column-gap: 30px;
		row-gap: 20px;
	}
	.arrivals-list .arrivals-items{
		width: calc(50% - 15px);
	}
	.arrivals-carousel .arrivals-items{
		margin: 0 10px;
	}
	.arrivals-list .arrivals-items .contentArea{
		padding: 15px;
	}
	.arrivals-list .arrivals-items .employment{
		margin-bottom: 10px;
	}
	.arrivals-list .arrivals-items .employment a,
	.arrivals-list .arrivals-items .occupation a{
		font-size: 12px;
		padding: 2px 6px;
	}
	.arrivals-list .arrivals-items .job-deta{
		margin-bottom: 5px;
	}
	.arrivals-list .arrivals-items .job-deta li{
		font-size: 14px;
	}
	.arrivals-list .arrivals-items .job-deta li span{
		padding: 0 5px;
	}
	.arrivals-list .arrivals-items h3{
		font-size: 15px;
	}
	.arrivals-list .arrivals-items .comment{
		font-size: 14px;
	}
	.arrivals-guide .block_btn{
		margin-top: 30px;
	}
	 .arrivals-guide .slick-arrow{
		width: 50px;
	}
	.arrivals-guide .prev-arrow{
		left: -30px;
	}
	.arrivals-guide .next-arrow{
		right: -30px;
	}
}
/*　　宿泊施設のタイプ　　*/
.frontWrap .facility-guide{
	padding: 0 0 0 0;
}
.facility-guide .grid-ttl{
	margin-bottom: 25px;
}
.facility-guide .text{
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.facility-guide .facility-list{
	column-gap: 28px;
	row-gap: 58px;
}
.facility-list .facility-items{
	width: calc(33.3333% - 19px);
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.facility-list .facility-items .imgArea{
	position: relative;
}
.facility-list .facility-items .imgArea .img{
	height: 240px;
}
.facility-list .facility-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.facility-list .facility-items .imgArea .business{
	position: absolute;
	left: 10px;
	top: -15px;
}
.facility-list .facility-items .imgArea .business a{
	display: block;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	padding: 3px 15px;
}
.facility-list .facility-items .contentArea{
	padding: 30px 25px 30px 25px;
}
.facility-list .facility-items h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 10px;
	background-image: url(../image/icon/type_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
    background-position: left;
}
.facility-list .facility-items h3 a{
	color: #000000;
}
.facility-list .facility-items .job-category{
	margin-bottom: 7px;
}
.facility-list .facility-items .job-category li{
	display: inline-block;
	color: #747474;
	font-size: 15px;
	font-weight: 400;
}
.facility-list .facility-items .job-category li a{
	color: #747474;
}
.facility-list .facility-items .job-category li span{
	padding: 0 8px;
}
.facility-list .facility-items .facility-txt{
	border-bottom: 1px solid #707070;
	color: #747474;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 15px;
	height: 65px;
}
.facility-list .facility-items .point-tit{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	margin-bottom: 10px;
	background-image: url(../image/icon/point_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
    background-position: left;
}
.facility-list .facility-items .obsession li{
	display: inline-block;
	margin-right: 8px;
	margin-top: 10px;
}
.facility-list .facility-items .obsession li a{
	display: block;
	background: #544000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	padding: 3px 12px;
}
.facility-guide .block_btn{
	margin-top: 40px;
}
.point-list {
    font-size: 14px;
}
.point-list li {
	background-image: url(../image/icon/check_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
    background-position: left;
	padding-bottom: 5px;
}
.facility-carousel{
	margin: 0 -14px;
}
.facility-carousel .slick-track {
	  display: flex;
}
.facility-carousel .slick-list{
	padding-bottom: 30px!important;
}
.facility-carousel .facility-items{
	margin: 0 14px;
	height: auto !important;
}
.facility-carousel .facility-items .facility-txt{
	height: auto;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.facility-guide .slick-arrow{
	position: absolute;
	width: 70px;
	top: 90px;
	margin: auto;
	z-index: 20;
}
.facility-guide .prev-arrow{
	left: -70px;
}
.facility-guide .next-arrow{
	right: -70px;
}
@media only screen and (max-width: 1400px) {
	.facility-guide .prev-arrow{
		left: -35px;
	}
	.facility-guide .next-arrow{
		right: -35px;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap .facility-guide{
		padding: 0% 0 0 0;
	}
	.facility-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.facility-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 10%;
	}
	.facility-carousel{
		margin: 0 -6%;
	}
	.facility-carousel .slick-list{
		padding-bottom: 0!important;
	}
	.facility-carousel .facility-items{
		margin: 0 2vw 2vw 2vw;
	}
	.facility-guide .facility-list{
		column-gap: 18px;
		row-gap: 28px;
	}
	.facility-list .facility-items{
		width: calc(50% - 9px);
	}
	.facility-list .facility-items .imgArea .img{
		height: 40vw;
	}
	.facility-list .facility-items .imgArea .business{
		right: 3%;
	}
	.facility-list .facility-items .imgArea .business a{
		font-size: 3vw;
		padding: 1px 10px;
	}
	.facility-list .facility-items .contentArea{
		padding: 5% 5% 0% 5%;
	}
	.facility-list .facility-items h3{
		font-size: 3.6vw;
		margin-bottom: 3%;
		padding-bottom: 1%;
        padding-top: 3%;
	}
	.facility-list .facility-items .job-category{
		margin-bottom: 2%;
	}
	.facility-list .facility-items .job-category li{
		font-size: 3.4vw;
	}
	.facility-list .facility-items .job-category li span{
		padding: 0 0.5vw;
	}
	.facility-list .facility-items .facility-txt{
		font-size: 3vw;
		padding-bottom: 5%;
		margin-bottom: 3%;
		height: 10vh;

	}
	.facility-list .facility-items .point-tit{
		font-size: 3vw;
		margin-bottom: 6%;
	}
	.facility-list .facility-items .obsession li{
		margin-right: 1%;
		margin-top: 2%;
	}
	.facility-list .facility-items .obsession li a{
		font-size: 3vw;
		padding: 2px 5px;
	}
	.facility-guide .block_btn{
		margin-top: 10%;
	}
	.facility-items:last-child {
    /*display: none;*/
	}
	.point-list {
		font-size: 3vw;
		background-size: 15px 15px;
	}
	.point-list li {
		background-size: 15px 15px;
	}
	.facility-guide .slick-arrow{
		width: 12vw;
		top: 19%;
	}
	.facility-guide .prev-arrow{
		left: 15%;
	}
	.facility-guide .next-arrow{
		right: 15%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .facility-guide{
		padding: 40px 0 0 0;
	}
	.facility-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.facility-guide .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.facility-guide .facility-list{
		column-gap: 15px;
		row-gap: 30px;
	}
	.facility-carousel .slick-list{
		padding-bottom: 20px!important;
	}
	.facility-carousel .facility-items{
		margin: 0 10px;
	}
	.facility-list .facility-items{
		width: calc(33.3333% - 10px);
	}
	.facility-list .facility-items .imgArea .img{
		height: 160px;
	}
	.facility-list .facility-items .imgArea .business{
		right: 5px;
		bottom: -13px;
	}
	.facility-list .facility-items .imgArea .business a{
		font-size: 12px;
		padding: 3px 10px;
	}
	.facility-list .facility-items .contentArea{
		padding: 20px 15px 25px 15px;
	}
	.facility-list .facility-items h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.facility-list .facility-items .job-category{
		margin-bottom: 5px;
	}
	.facility-list .facility-items .job-category li{
		font-size: 14px;
	}
	.facility-list .facility-items .job-category li span{
		padding: 0 4px;
	}
	.facility-list .facility-items .facility-txt{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.facility-list .facility-items .point-tit{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.facility-list .facility-items .obsession li{
		margin-right: 4px;
		margin-top: 5px;
	}
	.facility-list .facility-items .obsession li a{
		font-size: 12px;
		padding: 2px 5px;
	}
	.facility-guide .block_btn{
		margin-top: 30px;
	}
	.facility-guide .slick-arrow{
		width: 50px;
	}
	.facility-guide .prev-arrow{
		left: -20px;
	}
	.facility-guide .next-arrow{
		right: -20px;
	}
}
/*　　注目キーワードから探す　　*/
.keywords-guide{
	background: url(../image/keywords_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 15px 0 60px 0;
}
.keywords-guide .grid-ttl{
	margin-bottom: 15px;
}
.keywords-guide .grid-ttl .roma{
	color: rgb(255, 255, 255, 0.1);
}
.keywords-guide .grid-ttl h2{
	color: #ffffff;
}
.keywords-guide .text {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}
.keywords-guide .keywords-list{
	column-gap: 28px;
	row-gap: 32px;
}
.keywords-guide .keywords-list .keywords-items{
	width: calc(33.3333% - 19px);
	background: #FFFFFF;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.keywords-list .keywords-items .contentArea{
	width: 55%;
	padding-right: 20px;
}
.keywords-list .keywords-items h3{
	font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.keyword-description {
	font-size: 15px;
	font-weight: 400;
}
.keywords-list .keywords-items .imgArea{
	position: relative;
	width: 45%;
}
.keywords-list .keywords-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
@media only screen and (max-width: 767px) {
	.keywords-guide{
		background: url(../image/sp_keywords_bg.jpg) center center no-repeat;
		background-size: cover;
		padding: 0% 0 8% 0;
	}
	.keywords-guide .grid-ttl{
		margin-bottom: 5vw;
	}
	.keywords-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 7%;
	}
	.keywords-guide .keywords-list{
		column-gap: 3vw;
		row-gap: 3vw;
	}
	.keywords-guide .keywords-list .keywords-items{
		width: calc(50% - 1.5vw);
		padding: 2vw;
	}
	.keywords-list .keywords-items .contentArea{
		width: 55%;
		padding-right: 3vw;
	}
	.keywords-list .keywords-items h3{
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	.keyword-description {
		font-size: 2vw;
	}
	.keywords-list .keywords-items .imgArea{
		width: 45%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.keywords-guide{
		padding: 50px 0;
	}
	.keywords-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.keywords-guide .keywords-list{
		column-gap: 20px;
		row-gap: 20px;
	}
	.keywords-guide .keywords-list .keywords-items{
		width: calc(50% - 10px);
		padding: 15px;
	}
	.keywords-list .keywords-items .contentArea{
		padding-right: 16px;
	}
	.keywords-list .keywords-items h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.keyword-description {
		font-size: 13px;
	}
}
/*　　特長　　*/
.frontWrap .point-guide{
	/*background: #F7F7F7;*/
	padding: 20px 0 60px 0;
}
@media only screen and (max-width: 767px) {
	.frontWrap .point-guide{
		padding: 0 0 5% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .point-guide{
		padding: 15px 0 40px 0;
	}
}
/*　　お役ちコラム　　*/
.frontWrap .column-guide{
	padding: 40px 0 30px 0;
}
.column-guide .grid-ttl{
	margin-bottom: 40px;
}
.column-guide .jstabs{
	margin-bottom: 60px;
}
.column-guide .jstabs .js-tab-btn{
	border-bottom: 4px solid #F0F0F0;
	position: relative;
	width: 25%;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	padding-bottom: 19px;
}
.column-guide .jstabs .js-tab-btn.current{
	border-bottom: 4px solid #CC0000;
	color: #CC0000;
}
.column-guide .jstabs .js-tab-btn.current::before{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top: 8px solid #CC0000;
	vertical-align: middle;
	margin-left: -8px;
}
.column-wrap.js-tab-wrap .js-tab-contents{
	display: none;
}
.column-wrap.js-tab-wrap .js-tab-contents.current{
	display: block;
}
.column-guide .js-tab-contents .block_btn{
	margin-top: 60px;
}
a.gtm_column_class {
    display: block;
    background: #cc1800;
    width: 50%;
    color: #fff;
    border-radius: 8px;
    padding: 0.5rem;
    margin: 1rem 0;
    font-size: 1.2em;
    text-align: center;
    font-weight: 900;
}
.post-dates {
    margin-bottom: 4%;
    color: #333333;
    font-weight: 400;
    text-align: right;
}

@media only screen and (max-width: 767px) {
	.frontWrap .column-guide{
		padding: 0 0 4% 0;
	}
	.column-guide .grid-ttl{
		margin-bottom: 8%;
	}
	.column-guide .jstabs{
		margin-bottom: 12%;
		display: table;
	}
	.column-guide .jstabs .js-tab-btn{
		display: table-cell;
		width: 25%;
		font-size: 3.6vw;
		padding: 0 2% 3% 2%;
		vertical-align: middle;
	}
	.column-guide .js-tab-contents .block_btn{
		margin-top: 10%;
	}
	a.gtm_column_class {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .column-guide{
		padding: 30px 0 40px 0;
	}
	.column-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.column-guide .jstabs{
		margin-bottom: 40px;
	}
	.column-guide .jstabs .js-tab-btn{
		font-size: 14px;
		padding-bottom: 15px;
	}
	.column-guide .js-tab-contents .block_btn{
		margin-top: 40px;
	}
}
/*　　フロー　　*/
.frontWrap .flow-guide{
	background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 80%, #FFFFFF 80%, #FFFFFF 100%);
	padding: 30px 0 20px 0;
}
@media only screen and (max-width: 767px) {
	.frontWrap .flow-guide{
		background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 88%, #FFFFFF 88%, #FFFFFF 100%);
		padding: 2% 0 5% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .flow-guide{
		padding: 20px 0 20px 0;
	}
}
/*　　コンセプト　　*/
.frontWrap .concept-guide{
	padding: 20px 0 85px 0;
}
.frontWrap .concept-guide .grid-ttl{
	margin-bottom: 60px;
}
.concept-guide .concept-top{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 65px;
}
.concept-guide .concept-top .imgArea{
	width: 50%;
	max-width: 900px;
	height: 460px;
}
.concept-guide .concept-top .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}
.concept-guide .concept-top .contentArea{
	width: 50%;
	max-width: 680px;
	padding: 0 30px 0 80px;
}
.concept-guide .concept-top .contentArea h3{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 30px;
}
.concept-guide .concept-top .contentArea p{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 15px;
}
.concept-guide .concept-detail h3{
	position: relative;
	color: #333333;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
}
.concept-guide .concept-detail h3 span{
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	padding: 0 30px;
	z-index: 2;
}
.concept-guide .concept-detail h3:before,
.concept-guide .concept-detail h3:after {
	position: absolute;
	top: calc(50% - 2px);
	width: 100%;
	height: 4px;
	content: '';
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
}
.concept-guide .concept-detail h3:before {
	left: 0;
}
.concept-guide .concept-detail h3:after {
	right: 0;
}
.concept-guide .concept-detail h3 br{
	display: none;
}
.concept-guide .concept-detail p{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.frontWrap .concept-guide{
		padding: 0 0 10% 0;
	}
	.frontWrap .concept-guide .grid-ttl{
		margin-bottom: 8%;
	}
	.concept-guide .concept-top{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 5%;
	}
	.concept-guide .concept-top .imgArea{
		width: 100%;
		height: auto;
		margin-bottom: 8%;
	}
	.concept-guide .concept-top .imgArea img{
		border-radius: 20px;
	}
	.concept-guide .concept-top .contentArea{
		width: 100%;
		max-width: inherit;
		padding: 0;
	}
	.concept-guide .concept-top .contentArea h3{
		font-size: 5vw;
		text-align: center;
		margin-bottom: 4%;
	}
	.concept-guide .concept-top .contentArea p{
		font-size: 3vw;
		margin-bottom: 5%;
	}
	.concept-guide .concept-detail h3{
		font-size: 5vw;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.concept-guide .concept-detail h3 span{
		padding: 0 5%;
	}
	.concept-guide .concept-detail h3 br{
		display: block;
	}
	.concept-guide .concept-detail p{
		font-size: 3vw;
		margin-bottom: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .concept-guide{
		padding: 20px 0 60px 0;
	}
	.frontWrap .concept-guide .grid-ttl{
		margin-bottom: 40px;
	}
	.concept-guide .concept-top{
		margin-bottom: 60px;
	}
	.concept-guide .concept-top .imgArea{
		width: 50%;
		height: 340px;
	}
	.concept-guide .concept-top .imgArea img{
		border-radius: 0 20px 20px 0;
	}
	.concept-guide .concept-top .contentArea{
		width: 50%;
		max-width: 680px;
		padding: 0 30px 0 30px;
	}
	.concept-guide .concept-top .contentArea h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.concept-guide .concept-top .contentArea p{
		font-size: 14px;
	}
	.concept-guide .concept-detail h3{
		font-size: 24px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.concept-guide .concept-detail h3 span{
		padding: 0 20px;
	}
	.concept-guide .concept-detail p{
		font-size: 14px;
	}
}
/**
/* 求人情報一覧 CSS
----------------------------------------------- */
.jobs-wrap .search-box-guide{
	padding: 40px 0 60px 0;
}
.jobs-wrap .jobs-head-guide{
	padding: 0;
}
.jobs-head-guide .description-grid{
	padding: 60px 0 40px 0;
}
.jobs-head-guide .description-grid p{
	font-size: 17px;
	line-height: 1.65;
}
.jobs-head-guide .term-nav-grid{
	background: #F7F7F7;
	padding: 40px 0 30px 0;
}
.jobs-head-guide .term-nav-grid ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.jobs-head-guide .term-nav-grid ul li a{
	display: block;
	background: #FFFFFF;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #333333;
	padding: 6px 30px;
}
.jobs-head-guide .term-nav-grid ul li a:hover,
.jobs-head-guide .term-nav-grid ul li a.current{
	background: #CC0000;
	color: #FFFFFF;
	border: 1px solid #CC0000;
}
.jobs-wrap .jobs-guide{
	background: #F7F7F7;
	padding: 40px 0 80px 0;
}
.count-grid{
	align-items: flex-end;
	margin-bottom: 20px;
}
.count-grid h3{
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}
.count-grid .count{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 20px;
}
.count-grid .count span{
	color: #CC0000;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	margin-right: 3px;
}
.jobs-guide .jobs-grid{
	background: #F7F7F7;
	border-top: 4px solid #B4A590;
	padding: 40px 0;
}
.jobs-guide .job-info-list{
	column-gap: 32px;
	row-gap: 32px;
}
.jobs-guide .job-info-items{
	width: calc(33.3333% - 22px);
	border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
    padding: 10px;
	background: white;
}
.jobs-guide .job-info-items .job-info-top{
	margin-bottom: 15px;
}
.job-info-items .job-info-top .job-info li{
	display: inline-block;
	color: #747474;
	font-size: 15px;
}
.job-info-items .job-info-top .job-info li.job-area span{
	display: inline-block;
	width: 13px;
	line-height: 1;
}
.job-info-items .job-info-top .job-info li.job-area span img{
	margin-top: -3px;
}
.job-info-items .job-info-top .ttl-area{
	margin-bottom: 12px;
}
.job-info-items .job-info-top h2{
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-right: 20px;
	margin-bottom: 15px;
}
.job-info-items .job-info-top .employment li{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.job-info-items .job-info-top .employment li a{
	display: block;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	border-radius: 50px;
	padding: 3px 15px;
}
.job-info-items .job-info-top .obsession li{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.job-info-items .job-info-top .obsession li a{
	display: block;
	background: #544000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	padding: 3px 12px;
}
.job-info-items .job-info-bottom .contentArea{
	width: 58%;
}
.job-info-items .job-info-bottom .contentArea h2{
	margin-bottom: 12px;
}
.job-info-items .job-info-bottom .contentArea h2 a{
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: underline;
}
.jobs-guide .job-info-items .job-info-bottom dl{
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.jobs-guide .job-info-items .job-info-bottom dl dt{
	width: 70px;
	background: #937F65;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	border-radius: 3px;
	padding: 5px;
}
.jobs-guide .job-info-items .job-info-bottom dl dd{
	width: calc(100% - 70px);
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 10px;
}
.job-info-items .job-info-bottom dl.kana dd{
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.job-info-items .job-info-bottom dl.name dd{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}
.job-info-items .job-info-bottom dl.occupation ul li{
	display: inline-block;
	margin: 3px 5px 3px 0;
}
.job-info-items .job-info-bottom dl.occupation ul li a{
	display: inline-block;
	background: #937F65;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	padding: 3px 14px;
}
.job-info-items .job-info-bottom h3{
	color: #333333;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 20px;
}
.job-info-items .job-info-bottom .comment p{
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.job-info-items .job-info-bottom .imgArea{
	width: 39%;
}
.job-info-items .btnArea{
	align-items: flex-end;
	padding: 35px 60px;
}
.job-info-list .job-info-items .btnArea .job_btn{
	width: calc(100% - 170px);
}
.job-info-items .btnArea .job_btn li{
	width: 49%;
}
.job-info-items .btnArea .job_btn li a{
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 4;
	text-align: center;
	border-radius: 4px;
}
.job-info-items .btnArea .job_btn li a.red{
	background: #CC0000;
	border: 1px solid #CC0000;
	color: #ffffff;
}
.job-info-items .btnArea .job_btn li a.brown{
	background: #937F64;
	border: 1px solid #937F64;
	color: #ffffff;
}
.job-info-items .btnArea .favorite{
	width: 140px;
	margin-left: 30px;
}
.job-info-items .btnArea .favorite p{
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 4px;
}
.job-info-items .btnArea .favorite .simplefavorite-button{
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #F7F7F7;
	border: none;
	color: #CC0000;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	line-height: 2.2;
	text-align: center;
	border-radius: 6px;
}
.job-info-items .btnArea .favorite .simplefavorite-button span{
	display: none;
}
.job-info-items .btnArea .favorite .simplefavorite-button i{
	color: #CC0000;
}
.job-info-items .btnArea .favorite .simplefavorite-button.active {
    opacity: 1;
}
.job-info-items .update{
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	text-align: right;
	padding: 0 60px;
}
li.job-area span {
    color: #1F4E79;
}
li.job-area a {
    color: #1F4E79;
	font-weight: 500;
}
.job-info-list .job-info-items .job-info-bottom .imgArea img {
    height: 5vw;
}
li.job-area p {
    color: #1F4E79;
	font-weight: 500;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.jobs-wrap .search-box-guide{
		padding: 6% 0 10% 0;
	}
	.jobs-head-guide .description-grid{
		padding: 4vw 0 5vw 0;
	}
	.jobs-head-guide .description-grid p{
		font-size: 3.4vw;
	}
	.jobs-head-guide .term-nav-grid{
		padding: 6vw 0 2vw 0;
	}
	.jobs-head-guide .term-nav-grid ul{
		column-gap: 4.6vw;
		row-gap: 3vw;
	}
	.jobs-head-guide .term-nav-grid ul li{
		width: calc(33.3333% - 3.2vw);
	}
	.jobs-head-guide .term-nav-grid ul li a{
		font-size: 3.6vw;
		padding: 1vw 5vw;
	}
	.jobs-wrap .jobs-guide{
		padding: 6% 0 6% 0;
	}
	.count-grid{
		margin-bottom: 3%;
	}
	.count-grid h3{
		font-size: 3.6vw;
	}
	.count-grid .count{
		font-size: 3.6vw;
		margin-left: 3%;
	}
	.count-grid .count span{
		font-size: 6vw;
	}
	.jobs-guide .jobs-grid{
		padding: 6% 0;
	}
	.jobs-guide .job-info-list{
		column-gap: 0;
		row-gap: 8vw;
	}
	.jobs-guide .job-info-items{
		width: 100%;
	}
	.jobs-guide .job-info-items .job-info-top{
		margin-bottom: 3%;
	}
	.job-info-items .job-info-top .job-info{
		margin-bottom: 3%;
	}
	.job-info-items .job-info-top .job-info li{
		font-size: 3.6vw;
	}
	.job-info-items .job-info-top .job-info li.job-area span{
		width: 4vw;
	}
	.job-info-items .job-info-top .ttl-area{
		display: block;
		margin-bottom: 5%;
	}
	.job-info-items .job-info-top h2{
		font-size: 4.4vw;
		margin-bottom: 5%;
		margin-right: 0;
	}
	.job-info-items .job-info-top .employment li{
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.job-info-items .job-info-top .employment li a{
		font-size: 3.4vw;
		padding: 2px 10px;
	}
	.job-info-items .job-info-top .obsession li{
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.job-info-items .job-info-top .obsession li a{
		font-size: 3.2vw;
		padding: 2px 10px;
	}
	.job-info-items .job-info-bottom .contentArea h2{
		margin-bottom: 2vw;
	}
	.job-info-items .job-info-bottom .contentArea h2 a{
		font-size: 4vw;
	}
	.jobs-guide .job-info-items .job-info-bottom dl{
		margin-bottom: 1.5vw;
	}
	.jobs-guide .job-info-items .job-info-bottom dl dt{
		width: 15vw;
		font-size: 3vw;
		line-height: 1.35;
		padding: 1vw;
	}
	.jobs-guide .job-info-items .job-info-bottom dl dd{
		width: calc(100% - 15vw);
		font-size: 3.4vw;
		padding-left: 2vw;
	}
	.job-info-items .job-info-bottom dl.kana dd{
		font-size: 3.6vw;
	}
	.job-info-items .job-info-bottom dl.name dd{
		font-size: 4.2vw;
	}
	.job-info-items .job-info-bottom dl.occupation ul li{
		margin: 1% 2% 1% 0;
	}
	.job-info-items .job-info-bottom dl.occupation ul li a{
		font-size: 3.4vw;
		padding: 2px 10px;
	}
	.job-info-items .job-info-bottom h3{
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.job-info-items .job-info-bottom .comment p{
		font-size: 3.6vw;
	}
	.job-info-list .job-info-items .job-info-bottom .imgArea img{
		height: 30vw;
		object-fit: cover;
		width: 100%;
	}
	.job-info-items .btnArea{
		padding: 3% 5%;
	}
	.job-info-list .job-info-items .btnArea .job_btn{
		width: calc(100% - 25%);
	}
	.job-info-items .btnArea .job_btn li{
		width: 100%;
	}
	.job-info-items .btnArea .job_btn li + li{
		margin-top: 2%;
	}
	.job-info-items .btnArea .job_btn li a{
		font-size: 4vw;
		line-height: 3.2;
	}
	.job-info-items .btnArea .favorite{
		width: 22%;
		margin-left: 3%;
	}
	.job-info-items .btnArea .favorite p{
		font-size: 3.6vw;
		margin-bottom: 2%;
	}
	.job-info-items .btnArea .favorite .simplefavorite-button{
		font-size: 6vw;
	}
	.job-info-items .update{
		font-size: 3.2vw;
		padding: 0 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobs-wrap .search-box-guide{
		padding: 30px 0 40px 0;
	}
	.jobs-head-guide .description-grid{
		padding: 30px 0 30px 0;
	}
	.jobs-head-guide .description-grid p{
		font-size: 15px;
	}
	.jobs-head-guide .term-nav-grid{
		padding: 30px 0 10px 0;
	}
	.jobs-head-guide .term-nav-grid ul{
		column-gap: 10px;
		row-gap: 10px;
	}
	.jobs-head-guide .term-nav-grid ul li a{
		font-size: 15px;
		padding: 6px 24px;
	}
	.jobs-wrap .jobs-guide{
		padding: 30px 0 60px 0;
	}
	.count-grid{
		margin-bottom: 15px;
	}
	.count-grid h3{
		font-size: 14px;
	}
	.count-grid .count{
		font-size: 14px;
		margin-left: 15px;
	}
	.count-grid .count span{
		font-size: 24px;
		margin-right: 3px;
	}
	.jobs-guide .jobs-grid{
		padding: 40px 0;
	}
	.jobs-guide .job-info-list{
		column-gap: 24px;
		row-gap: 24px;
	}
	.jobs-guide .job-info-items{
		width: calc(50% - 12px);
	}
	.jobs-guide .job-info-items .job-info-top{
		margin-bottom: 10px;
	}
	.job-info-items .job-info-top .job-info li{
		font-size: 14px;
	}
	.job-info-items .job-info-top .ttl-area{
		display: block;
		margin-bottom: 22px;
	}
	.job-info-items .job-info-top h2{
		font-size: 20px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.job-info-items .job-info-top .employment li{
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.job-info-items .job-info-top .employment li a{
		font-size: 14px;
		padding: 3px 10px;
	}
	.job-info-items .job-info-top .obsession li{
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.job-info-items .job-info-top .obsession li a{
		font-size: 12px;
		padding: 3px 10px;
	}
	.job-info-items .job-info-bottom .contentArea h2{
		margin-bottom: 10px;
	}
	.job-info-items .job-info-bottom .contentArea h2 a{
		font-size: 14px;
	}
	.jobs-guide .job-info-items .job-info-bottom dl{
		margin-bottom: 5px;
	}
	.jobs-guide .job-info-items .job-info-bottom dl dt{
		width: 65px;
		font-size: 12px;
		padding: 3px;
	}
	.jobs-guide .job-info-items .job-info-bottom dl dd{
		width: calc(100% - 65px);
		font-size: 13px;
		padding-left: 8px;
	}
	.job-info-items .job-info-bottom dl.kana dd{
		font-size: 14px;
	}
	.job-info-items .job-info-bottom dl.name dd{
		font-size: 18px;
	}
	.job-info-items .job-info-bottom dl.occupation ul li{
		margin: 2px 3px 2px 0;
	}
	.job-info-items .job-info-bottom dl.occupation ul li a{
		font-size: 12px;
		padding: 3px 10px;
	}
	.job-info-items .job-info-bottom h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.job-info-items .job-info-bottom .comment p{
		font-size: 15px;
	}
	.job-info-items .btnArea{
		padding: 20px 30px;
	}
	.job-info-list .job-info-items .btnArea .job_btn{
		width: calc(100% - 105px);
	}
	.job-info-items .btnArea .job_btn li{
		width: 49%;
	}
	.job-info-items .btnArea .job_btn li a{
		font-size: 16px;
		line-height: 3.4;
	}
	.job-info-items .btnArea .favorite{
		width: 90px;
		margin-left: 15px;
	}
	.job-info-items .btnArea .favorite p{
		font-size: 15px;
	}
	.job-info-items .btnArea .favorite .simplefavorite-button{
		font-size: 26px;
		line-height: 2.1;
	}
	.job-info-items .update{
		padding: 0 30px;
	}
}
/**
/* 求人情報 CSS
----------------------------------------------- */
.jobs-single .job-header{
	background: #FFFAF4;
	padding: 40px 0;
}
.jobs-single .job-header .job-info-items{
	background: #FFFFFF;
	width: 90%;
	border-top: 4px solid #B4A590;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	padding-bottom: 45px;
}
.jobs-single .job-header .job-info-items .job-info-top{
	border-bottom: 1px solid #707070;
	padding: 30px 60px;
}
.jobs-single .job-header .job-info-items .job-info-top .job-info{
	margin-bottom: 10px;
}
.jobs-single .job-header .job-info-items .job-info-bottom{
	padding: 35px 60px;
}
.jobs-single .job-header .job-info-items .job-info-bottom .job-deta{
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
	margin-bottom: 26px;
}
.jobs-single .job-header .job-info-items .job-info-bottom dl{
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.jobs-single .job-header .job-info-items .job-info-bottom dl dt,
.jobs-single .job-header .job-info-items .job-info-bottom dl dd{
	display: table-cell;
	vertical-align: middle;
}
.jobs-single .job-header .job-info-items .job-info-bottom dl dt{
	color: #937F64;
	width: 120px;
	font-size: 15px;
	font-weight: 700;
}
.jobs-single .job-header .job-info-items .job-info-bottom dl dd{
	width: calc(100% - 120px);
}
.jobs-single .job-body{
	padding: 60px 0;
}
.jobs-single .job-body h3{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.jobs-single .job-body .job-tbl{
	margin-bottom: 30px;
}
.jobs-single .job-body .job-tbl td iframe{
	width: 100%;
	max-width: 600px;
}
.jobs-single .job_btn li .simplefavorite-button{
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #F7F7F7;
	border: 1px solid #CECECE;
	color: #333333;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	line-height: 5.2;
	text-align: center;
	border-radius: 4px;
}
.jobs-single .job-info-items .job_btn li .simplefavorite-button{
	font-size: 20px;
	line-height: 4;
}
.jobs-single .job_btn li .simplefavorite-button i{
	color: #CC0000;
	margin-right: 10px;
}
.jobs-single .job_btn li .simplefavorite-button.active {
    opacity: 1;
}
table.job-tbl a {
    color: #007BD5;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.jobs-single .job-header{
		padding: 8% 0;
	}
	.jobs-single .job-header .job-info-items{
		padding-bottom: 8%;
	}
	.jobs-single .job-header .job-info-items .job-info-top{
		padding: 5%;
	}
	.jobs-single .job-header .job-info-items .job-info-top .job-info{
		margin-bottom: 3%;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom{
		padding: 5%;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom .contentArea{
		width: 100%;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom .job-deta{
		padding-bottom: 3%;
		margin-bottom: 6%;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom dl{
		margin-bottom: 3%;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom dl dt{
		width: 28%;
		font-size: 3.6vw;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom dl dd{
		width: calc(100% - 28%);
	}
	.jobs-single .job-header .job-info-items .job-info-bottom .imgArea{
		width: 100%;
		margin-top: 5%;
		margin-bottom: 3%;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom .imgArea img{
		height: 45vw;
	}
	.jobs-single .job-body{
		padding: 10% 0;
	}
	.jobs-single .job-body h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.jobs-single .job-body .job-tbl{
		margin-bottom: 6%;
	}
	.jobs-single .job_btn li .simplefavorite-button{
		font-size: 3.6vw;
		line-height: 4.6;
	}
	.jobs-single .job-info-items .job_btn li .simplefavorite-button{
		font-size: 4vw;
		line-height: 3.2;
	}
	.jobs-single .job_btn li .simplefavorite-button i{
		margin-right: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobs-single .job-header{
		padding: 30px 0;
	}
	.jobs-single .job-header .job-info-items{
		padding-bottom: 45px;
	}
	.jobs-single .job-header .job-info-items .job-info-top{
		padding: 20px 30px;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom{
		padding: 25px 30px;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom .job-deta{
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom dl{
		margin-bottom: 10px;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom dl dt{
		width: 100px;
		font-size: 14px;
	}
	.jobs-single .job-header .job-info-items .job-info-bottom dl dd{
		width: calc(100% - 100px);
	}
	.jobs-single .job-body{
		padding: 40px 0;
	}
	.jobs-single .job-body h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.jobs-single .job-body .job-tbl{
		margin-bottom: 50px;
	}
	.jobs-single .job_btn li .simplefavorite-button{
		font-size: 14px;
		line-height: 4.6;
	}
	.jobs-single .job-info-items .job_btn li .simplefavorite-button{
		font-size: 16px;
		line-height: 3.4;
	}
	.jobs-single .job_btn li .simplefavorite-button i{
		margin-right: 10px;
	}
}
/* 職場環境 */
.jobs-single .job-workplace{
	background: #937F64;
	border-radius: 10px;
	margin-bottom: 60px;
	padding-top: 33px;
}
.jobs-single .job-workplace{
	position: relative;
}
.jobs-single .job-workplace::before,
.jobs-single .job-workplace::after{
	position: absolute;
	top: 10px;
	content: "●";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}
.jobs-single .job-workplace::before{
	left: 10px;
}
.jobs-single .job-workplace::after{
	right: 10px;
}
.job-workplace .workplace-inner{
	border-top: 2px solid #FFEFD9;
	padding: 10px 30px 30px 30px;
}
.jobs-single .job-workplace h3{
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}
.job-workplace h4{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.job-workplace h4 span{
	display: inline-block;
	width: 34px;
	margin-right: 20px;
}
.job-workplace h4 span img{
	margin-top: -7px;
}
.job-workplace .workplace-box{
	background: #FFFFFF;
	padding: 50px 60px 65px 60px;
	margin-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
}
.job-workplace .workplace-box .workplace-slider{
	margin: 0 -10px;
}
.job-workplace .workplace-box .workplace-items{
	padding: 0 10px;
}
.job-workplace .workplace-box .workplace-items .img{
	height: 223px;
}
.job-workplace .workplace-box .workplace-items .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.job-workplace .workplace-box .workplace-items .comment{
	margin-top: 20px;
}
.job-workplace .workplace-box .workplace-items .comment p{
	font-size: 15px;
}
.job-workplace .workplace-box .slick-arrow {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 22px;
	height: 22px;
	color: transparent;
	z-index: 1;
	transition: opacity 0.5s;
	z-index: 1;
}
.job-workplace .workplace-box .slick-arrow:hover {
	opacity: 0.7;
}
.job-workplace .workplace-box .slick-next::before,
.job-workplace .workplace-box .slick-next::after,
.job-workplace .workplace-box .slick-prev::before,
.job-workplace .workplace-box .slick-prev::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.job-workplace .workplace-box .slick-next::after,
.job-workplace .workplace-box .slick-prev::after {
	width: 16px;
	height: 16px;
	border-top: 3px solid #573F1C;
	border-right: 3px solid #573F1C;
}
.job-workplace .workplace-box .slick-next {
  right: -26px;
}
.job-workplace .workplace-box .slick-next::after {
	right: 4px;
	transform: rotate(45deg);
}
.job-workplace .workplace-box .slick-prev {
	left: -26px;
}
.job-workplace .workplace-box .slick-prev::after {
	left: 4px;
	transform: rotate(-135deg);
}
.job-workplace .workplace-box .slick-dots{
	bottom: -35px;
}
.job-workplace .workplace-box .slick-dots li{
	width: 10px;
	height: 10px;
}
.job-workplace .workplace-box .slick-dots li button{
	width: 10px;
	height: 10px;
	padding: 0;
}
.job-workplace .workplace-box .slick-dots li button:before{
	width: 10px;
	height: 10px;
	color: #DEDEDE;
	font-size: 10px;
	line-height: 10px;
	opacity: 1;
}
.job-workplace .workplace-box .slick-dots li.slick-active button:before{
	color: #937F64;
	opacity: 1;
}
.job-workplace .comment-box{
	background: #FFFFFF;
	padding: 52px 60px 42px 60px;
	border-radius: 10px 10px 10px 10px;
}
.job-workplace .comment-box h4 span img{
	width: 29px;
}
.job-workplace .comment-box .iconArea{
	width: 80px;
}
.job-workplace .comment-box .comment{
	width: calc(100% - 80px);
	padding-left: 25px;
}
.job-workplace .comment-box .comment p{
	font-size: 15px;
}
.embedbox{
	width: 70%;
	min-width: 267px;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
 
.embed-container iframe,
.embed-container object,
.embed-container embed {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
@media only screen and (max-width: 767px) {
	.jobs-single .job-workplace{
		margin-bottom: 10%;
		padding-top: 8%;
	}
	.jobs-single .job-workplace::before,
	.jobs-single .job-workplace::after{
		top: 2.5vw;
		font-size: 3vw;
	}
	.jobs-single .job-workplace::before{
		left: 2vw;
	}
	.jobs-single .job-workplace::after{
		right: 2vw;
	}
	.job-workplace .workplace-inner{
		padding: 3% 3% 5% 3%;
	}
	.jobs-single .job-workplace h3{
		font-size: 5vw;
	}
	.job-workplace h4{
		font-size: 4.2vw;
		margin-bottom: 5%;
	}
	.job-workplace h4 span{
		width: 6vw;
		margin-right: 3%;
	}
	.job-workplace h4 span img{
		margin-top: -5px;
	}
	.job-workplace .workplace-box{
		padding: 8% 8% 12% 8%;
		margin-bottom: 2%;
	}
	.job-workplace .workplace-box .workplace-slider{
		margin: 0 -10px;
	}
	.job-workplace .workplace-box .workplace-items{
		padding: 0 10px;
	}
	.job-workplace .workplace-box .workplace-items .img{
		height: 40vw;
	}
	.job-workplace .workplace-box .workplace-items .comment{
		margin-top: 5%;
	}
	.job-workplace .workplace-box .workplace-items .comment p{
		font-size: 3.6vw;
	}
	.job-workplace .workplace-box .slick-arrow {
		width: 5vw;
		height: 5vw;
	}
	.job-workplace .workplace-box .slick-next::after,
	.job-workplace .workplace-box .slick-prev::after {
		width: 4vw;
		height: 4vw;
		border-top: 3px solid #573F1C;
		border-right: 3px solid #573F1C;
	}
	.job-workplace .workplace-box .slick-next {
	  right: -4vw;
	}
	.job-workplace .workplace-box .slick-next::after {
		right: 4px;
	}
	.job-workplace .workplace-box .slick-prev {
		left: -4vw;
	}
	.job-workplace .workplace-box .slick-prev::after {
		left: 4px;
	}
	.job-workplace .workplace-box .slick-dots{
		bottom: -6vw;
	}
	.job-workplace .workplace-box .slick-dots li{
		width: 3vw;
		height: 3vw;
	}
	.job-workplace .workplace-box .slick-dots li button{
		width: 3vw;
		height: 3vw;
	}
	.job-workplace .workplace-box .slick-dots li button:before{
		width: 3vw;
		height: 3vw;
		font-size: 3vw;
		line-height: 3vw;
	}
	.job-workplace .comment-box{
		padding: 8% 5% 5% 5%;
	}
	.job-workplace .comment-box h4 span img{
		width: 29px;
	}
	.job-workplace .comment-box .iconArea{
		width: 15vw;
	}
	.job-workplace .comment-box .comment{
		width: calc(100% - 15vw);
		padding-left: 4%;
	}
	.job-workplace .comment-box .comment p{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobs-single .job-workplace{
		margin-bottom: 50px;
		padding-top: 30px;
	}
	.jobs-single .job-workplace::before,
	.jobs-single .job-workplace::after{
		top: 8px;
		font-size: 12px;
	}
	.jobs-single .job-workplace::before{
		left: 8px;
	}
	.jobs-single .job-workplace::after{
		right: 8px;
	}
	.job-workplace .workplace-inner{
		padding: 10px 20px 20px 20px;
	}
	.jobs-single .job-workplace h3{
		font-size: 24px;
	}
	.job-workplace h4{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.job-workplace h4 span{
		width: 30px;
		margin-right: 15px;
	}
	.job-workplace h4 span img{
		margin-top: -10px;
	}
	.job-workplace .workplace-box{
		padding: 35px 30px 50px 30px;
		margin-bottom: 10px;
	}
	.job-workplace .workplace-box .workplace-slider{
		margin: 0 -5px;
	}
	.job-workplace .workplace-box .workplace-items{
		padding: 0 5px;
	}
	.job-workplace .workplace-box .workplace-items .img{
		height: 160px;
	}
	.job-workplace .workplace-box .workplace-items .comment{
		margin-top: 10px;
	}
	.job-workplace .workplace-box .workplace-items .comment p{
		font-size: 14px;
	}
	.job-workplace .workplace-box .slick-arrow {
		width: 18px;
		height: 18px;
	}
	.job-workplace .workplace-box .slick-next::after,
	.job-workplace .workplace-box .slick-prev::after {
		width: 12px;
		height: 12px;
		border-top: 3px solid #573F1C;
		border-right: 3px solid #573F1C;
	}
	.job-workplace .workplace-box .slick-next {
	  right: -15px;
	}
	.job-workplace .workplace-box .slick-next::after {
		right: 6px;
	}
	.job-workplace .workplace-box .slick-prev {
		left: -16px;
	}
	.job-workplace .workplace-box .slick-prev::after {
		left: 4px;
	}
	.job-workplace .workplace-box .slick-dots{
		bottom: -25px;
	}
	.job-workplace .comment-box{
		padding: 40px 30px 25px 30px;
	}
	.job-workplace .comment-box h4 span img{
		width: 25px;
	}
	.job-workplace .comment-box .iconArea{
		width: 70px;
	}
	.job-workplace .comment-box .comment{
		width: calc(100% - 70px);
		padding-left: 15px;
	}
	.job-workplace .comment-box .comment p{
		font-size: 14px;
	}
}
/* 担当者より */
.jobs-single .job-manager{
	margin-bottom: 60px;
}
.job-manager .manager-box{
	align-items: center;
	max-width: 1180px;
	margin-left: auto;
}
.job-manager .manager-icon{
	width: 156px;
}
.job-manager .bubble{
	position: relative;
	width: calc(100% - 246px);
	background: #FFFFFF;
	border: 3px solid #937F64;
	border-radius: 10px;
	padding: 35px;
}
.job-manager .bubble::before{
	content: '';
	position: absolute;
	display: block;
	background: url(../image/icon/balloon_icon2.png) center center no-repeat;
	background-size: cover;
	width: 46px;
	height: 28px;
	bottom: 30px;
	left: -40px;
}
.job-manager .bubble h3{
	color: #937F64;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.job-manager .bubble p{
	font-size: 15px;
    font-weight: 400;
}
.job-manager .bubble .manager-name{
	text-align: right;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.jobs-single .job-manager{
		margin-bottom: 10%;
	}
	.job-manager .manager-icon{
		width: 18vw;
	}
	.job-manager .bubble{
		width: calc(100% - 22vw);
		padding: 5%;
	}
	.job-manager .bubble::before{
		width: 12vw;
		height: 8vw;
		bottom: 10vw;
		left: -10.4vw;
	}
	.job-manager .bubble h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.job-manager .bubble p{
		font-size: 3.6vw;
	}
	.job-manager .bubble .manager-name{
		margin-top: 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobs-single .job-manager{
		margin-bottom: 40px;
	}
	.job-manager .manager-icon{
		width: 120px;
	}
	.job-manager .bubble{
		width: calc(100% - 160px);
		padding: 20px;
	}
	.job-manager .bubble h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.job-manager .bubble p{
		font-size: 14px;
	}
	.job-manager .bubble .manager-name{
		margin-top: 10px;
	}
}
/* 求人に応募した後の流れ */
.jobs-single .job-flow{
	background: #F7F7F7;
	border-top: 4px solid #937F64;
	border-radius: 10px;
	padding: 45px 30px;
}
.jobs-single .job-flow h3{
	font-size: 26px;
	text-align: center;
}
.job-flow .flow-list{
	max-width: 1022px;
	column-gap: 74px;
	margin: 0 auto;
}
.job-flow .flow-list dl{
	width: calc(25% - 56px);
    position: relative;
}
.job-flow .flow-list dl::after {
    content: "\f061";
    color: #CD0000;
    font: var(--fa-font-solid);
    font-size: 1.5rem;
    position: absolute;
    top: 36%;
    right: -45px;
}
.job-flow .flow-list dl:last-child::after {
    content: none;
}
.job-flow .flow-list dl dt{
	text-align: center;
	margin-bottom: 20px;
}
.job-flow .flow-list dl dd{
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.jobs-single .job-flow{
		padding: 8% 5%;
	}
	.jobs-single .job-flow h3{
		font-size: 4.6vw;
		margin-bottom: 5%;
	}
	.job-flow .flow-list{
		column-gap: 30px;
		row-gap: 20px;
	}
	.job-flow .flow-list dl{
		width: calc(25% - 23px);
	}
    .job-flow .flow-list dl::after {
        content: "\f061";
        color: #CD0000;
        font: var(--fa-font-solid);
        font-size: 0.8rem;
        position: absolute;
        top: 28%;
        right: -20px;
    }
    .job-flow .flow-list dl:last-child::after {
        content: none;
    }
	.job-flow .flow-list dl dt{
		margin-bottom: 5%;
	}
	.job-flow .flow-list dl dd{
		font-size: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobs-single .job-flow{
		padding: 30px 20px;
	}
	.jobs-single .job-flow h3{
		font-size: 22px;
	}
	.job-flow .flow-list{
		column-gap: 30px;
	}
	.job-flow .flow-list dl{
		width: calc(25% - 23px);
	}
    .job-flow .flow-list dl::after {
        content: "\f061";
        color: #CD0000;
        font: var(--fa-font-solid);
        font-size: 1.3rem;
        position: absolute;
        top: 32%;
        right: -24px;
    }
    .job-flow .flow-list dl:last-child::after {
        content: none;
    }
	.job-flow .flow-list dl dt{
		margin-bottom: 15px;
	}
	.job-flow .flow-list dl dd{
		font-size: 15px;
	}
}
/* 応募ボタン */
.jobs-single .btn-grid{
	background: #F7F7F7;
	padding: 85px 0;
}
.jobs-single .btn-grid .job_btn{
	max-width: 940px;
}
.jobs-single .btn-grid .job_btn li{
	width: 49%;
}
.jobs-single .btn-grid .job_btn li a{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	line-height: 5.2;
	text-align: center;
	border-radius: 4px;
}
.jobs-single .btn-grid .job_btn li a.red{
	background: #CC0000;
	border: 1px solid #CC0000;
	color: #ffffff;
}
.jobs-single .btn-grid .job_btn li a.border{
	background: #FFFFFF;
	border: 1px solid #CECECE;
	color: #333333;
}
@media only screen and (max-width: 767px) {
	.jobs-single .btn-grid{
		padding: 10% 0;
	}
	.jobs-single .btn-grid .job_btn li{
		width: 100%;
	}
	.jobs-single .btn-grid .job_btn li + li{
		margin-top: 2%;
	}
	.jobs-single .btn-grid .job_btn li a{
		font-size: 3.6vw;
		line-height: 4.6;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobs-single .btn-grid{
		padding: 50px 0;
	}
	.jobs-single .btn-grid .job_btn li a{
		font-size: 14px;
		line-height: 4.6;
	}
}
/* 同じ職種・地域の求人 */
.jobs-wrap .job-related-guide{
	background: #ffffff;
	padding: 60px 0 100px 0;
}
.job-related-guide .jstabs{
	margin-bottom: 60px;
}
.job-related-guide .jstabs .js-tab-btn{
	border-bottom: 4px solid #F0F0F0;
	position: relative;
	width: 25%;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	padding-bottom: 19px;
}
.job-related-guide .jstabs .js-tab-btn.current{
	border-bottom: 4px solid #CC0000;
	color: #CC0000;
}
.job-related-guide .jstabs .js-tab-btn.current::before{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top: 8px solid #CC0000;
	vertical-align: middle;
	margin-left: -8px;
}
.job-related-wrap.js-tab-wrap .js-tab-contents{
	display: none;
}
.job-related-wrap.js-tab-wrap .js-tab-contents.current{
	display: block;
}
@media only screen and (max-width: 767px) {
	.jobs-wrap .job-related-guide{
		padding: 10% 0 10% 0;
	}
	.job-related-guide .jstabs{
		margin-bottom: 12%;
		display: table;
	}
	.job-related-guide .jstabs .js-tab-btn{
		display: table-cell;
		width: 25%;
		font-size: 3.6vw;
		padding: 0 2% 3% 2%;
		vertical-align: middle;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.jobs-wrap .job-related-guide{
		padding: 40px 0 60px 0;
	}
	.job-related-guide .jstabs{
		margin-bottom: 40px;
	}
	.job-related-guide .jstabs .js-tab-btn{
		font-size: 14px;
		padding-bottom: 15px;
	}
}
/**
/* 特集 CSS
----------------------------------------------- */
.topics-guide{
	padding: 60px 0 30px 0;
}
.topics-body .kvArea{
	margin-bottom: 25px;
}
.topics-body .textArea{
	margin-bottom: 30px;
}
.topics-body .textArea p{
	font-size: 15px;
}
.topics-body .topics-field .topics-items{
	margin-bottom: 60px;
}
.topics-body .topics-field .topics-items:last-child{
	margin-bottom: 0;
}
.topics-body .topics-field .topics-items .imgArea{
	width: 45%;
}
.topics-body .topics-field .topics-items .contentArea{
	width: 55%;
	padding-left: 30px;
}
.topics-body .topics-field .topics-items .contentArea h3{
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 20px;
}
.topics-body .topics-field .topics-items .contentArea p{
	font-size: 15px;
}
.related-guide{
	background: #F7F7F7;
	padding: 40px 0 100px 0;
}
.related-guide .jobs-grid{
	background: #ffffff;
	border-top: 4px solid #B4A590;
	padding: 60px 0;
}
.related-guide .job-info-list{
	column-gap: 32px;
	row-gap: 32px;
}
@media only screen and (max-width: 767px) {
	.topics-guide{
		padding: 6% 0 5% 0;
	}
	.topics-body .kvArea{
		margin-bottom: 5%;
	}
	.topics-body .textArea{
		margin-bottom: 5%;
	}
	.topics-body .textArea p{
		font-size: 3vw;
		color: #333333;
        line-height: 1.5;
        font-weight: 400;
	}
	.topics-body .topics-field .topics-items{
		margin-bottom: 8%;
	}
	.topics-body .topics-field .topics-items .imgArea{
		width: 100%;
		margin-bottom: 5%;
	}
	.topics-body .topics-field .topics-items .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.topics-body .topics-field .topics-items .contentArea h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.topics-body .topics-field .topics-items .contentArea p{
		font-size: 3.6vw;
	}
	.related-guide{
		padding: 6% 0 10% 0;
	}
	.related-guide .jobs-grid{
		padding: 10% 0;
	}
	.related-guide .job-info-list{
		column-gap: 0;
		row-gap: 8vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.topics-guide{
		padding: 40px 0 60px 0;
	}
	.topics-body .kvArea{
		margin-bottom: 30px;
	}
	.topics-body .textArea{
		margin-bottom: 50px;
	}
	.topics-body .textArea p{
		font-size: 14px;
	}
	.topics-body .topics-field .topics-items{
		margin-bottom: 40px;
	}
	.topics-body .topics-field .topics-items .contentArea{
		padding-left: 20px;
	}
	.topics-body .topics-field .topics-items .contentArea h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.topics-body .topics-field .topics-items .contentArea p{
		font-size: 14px;
	}
	.related-guide{
		padding: 40px 0 60px 0;
	}
	.related-guide .jobs-grid{
		padding: 40px 0;
	}
	.related-guide .job-info-list{
		column-gap: 24px;
		row-gap: 24px;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　特長　　*/
.point-guide .grid-ttl{
	margin-bottom: 25px;
}
.point-guide .text{
	font-size: 17px;
	text-align: center;
	margin-bottom: 40px;
}
.point-guide .point-list{
	column-gap: 70px;
	row-gap: 60px;
}
.point-list .point-items{
	width: calc(50% - 35px);
}
.point-list .point-items .imgArea{
	position: relative;
}
.point-list .point-items .imgArea .img{
	height: 240px;
}
.point-list .point-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	object-position: 70%;
}
.point-list .point-items .imgArea .ttl{
	background: #CC0000;
	min-width: 170px;
	position: absolute;
	left:  0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 0 0 0 10px;
	padding: 13px 20px;
}
.point-list .point-items .contentArea{
	padding: 24px 5px 0 30px;
}
.point-list .point-items .contentArea p{
	font-size: 15px;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.point-guide .grid-ttl{
		margin-bottom: 3%;
	}
	.point-guide .text{
		font-size: 3vw;
		margin-bottom: 10%;
	}
	.point-guide .point-list{
		column-gap: 3vw;
		row-gap: 10vw;
	}
	.point-list .point-items{
		width: calc(50% - 1.5vw);
	}
	.point-list .point-items .imgArea .img{
		height: 40vw;
	}
	.point-list .point-items .imgArea .ttl{
		min-width: 32vw;
		font-size: 3.4vw;
		padding: 5%;
	}
	.point-list .point-items .contentArea{
		padding: 6% 3% 0 5%;
	}
	.point-list .point-items .contentArea p{
		font-size: 3vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.point-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.point-guide .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.point-guide .point-list{
		column-gap: 40px;
		row-gap: 40px;
	}
	.point-list .point-items{
		width: calc(50% - 20px);
	}
	.point-list .point-items .imgArea .img{
		height: 200px;
	}
	.point-list .point-items .imgArea .ttl{
		min-width: 150px;
		font-size: 15px;
		padding: 12px 10px;
	}
	.point-list .point-items .contentArea{
		padding: 15px 5px 0 15px;
	}
	.point-list .point-items .contentArea p{
		font-size: 14px;
	}
}
/*　　メリット　　*/
.merit-guide .grid-ttl{
	margin-bottom: 40px;
}
.merit-guide .text{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.merit-guide .merit-list{
	column-gap: 44px;
}
.merit-list .merit-items{
	width: calc(33.3333% - 30px);
	background: #FFFFFF;
	border-radius: 10px;
	padding: 40px 30px 50px 30px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.merit-list .merit-items .iconArea{
	text-align: center;
	margin-bottom: 20px;
}
.merit-list .merit-items .iconArea img{
	width: 135px;
}
.merit-list .merit-items .contentArea h3{
	display: grid;
	place-items: center;
	min-height: 60px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66;
	text-align: center;
	margin-bottom: 18px;
}
.merit-list .merit-items .contentArea p{
	font-size: 15px;
	line-height: 1.5;
}
.merit-guide .contact-box {
	margin: 100px 0 80px;
}
.merit-guide .contact-box .contentArea .block_btn {
	justify-content: center;
}
.merit-guide .contact-box .contentArea .block_btn li {
	margin: 0 15px
}
.merit-guide .contact-box .contentArea .block_btn .ttl {
    color: #CC0000;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 1px 10px #fff;
}
.merit-guide .contact-box .contentArea .block_btn .tel {
	font-size: 2.5rem;
    line-height: 1.8;
    border: 2px solid #cc0000;
    background-image: url(../image/tel-icon.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left 60px center;
    padding: 0px 50px 4px 90px;
}
@media only screen and (max-width: 767px) {
	.merit-guide .grid-ttl{
		margin-bottom: 8%;
	}
	.merit-guide .text{
		font-size: 3vw;
		margin-bottom: 10%;
	}
	.merit-guide .merit-list{
		column-gap: 0;
	}
	.merit-list .merit-items{
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 3%;
		padding: 8% 5%;
	}
	.merit-list .merit-items .iconArea{
		width: 20%;
		margin-bottom: 0;
	}
	.merit-list .merit-items .iconArea img{
		width: 100%;
	}
	.merit-list .merit-items .contentArea{
		width: 80%;
		padding-left: 5%;
	}
	.merit-list .merit-items .contentArea h3{
		min-height: auto;
		place-items: unset;
		font-size: 4vw;
		text-align: left;
		margin-bottom: 5%;
	}
	.merit-list .merit-items .contentArea p{
		font-size: 3vw;
	}
	.merit-guide .contact-box {
	margin: 40px 0 0;
	}
	.merit-guide .contact-box .contentArea .block_btn li {
		margin: 0 0 15px;
		width: 80vw;
	}
	.merit-guide .contact-box .contentArea .block_btn .ttl {
	    font-size: 15px;
	}
	.merit-guide .contact-box .contentArea .block_btn .tel {
		font-size: 2rem;
		background-position: left 40px center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.merit-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.merit-guide .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.merit-guide .merit-list{
		column-gap: 20px;
	}
	.merit-list .merit-items{
		width: calc(33.3333% - 14px);
		padding: 30px 15px 30px 15px;
	}
	.merit-list .merit-items .iconArea{
		margin-bottom: 15px;
	}
	.merit-list .merit-items .iconArea img{
		width: 90px;
	}
	.merit-list .merit-items .contentArea h3{
		min-height: 53px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.merit-list .merit-items .contentArea p{
		font-size: 14px;
	}
}
/*　　フロー　　*/
.flow-guide .grid-ttl{
	margin-bottom: 25px;
}
.flow-guide .text{
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 80px;
}
.flow-guide .flow-list{
	column-gap: 36px;
	row-gap: 60px;
}
.flow-list .flow-items{
	position: relative;
	width: calc(25% - 27px);
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.flow-list .flow-items .no{
	position: absolute;
	top: -35px;
	left: 0;
	color: #CC0000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
.flow-list .flow-items .contentArea{
	padding: 30px 30px 40px 30px;
}
.flow-list .flow-items .contentArea h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 20px;
}
.flow-list .flow-items .contentArea p{
	font-size: 15px;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.flow-guide .grid-ttl{
		margin-bottom: 3%;
	}
	.flow-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 15%;
	}
	.flow-guide .flow-list{
		column-gap: 0;
		row-gap: 12vw;
	}
	.flow-list .flow-items{
		width: 100%;
		display: flex;
	}
	.flow-list .flow-items .imgArea{
		width: 50%;
		aspect-ratio: 16/9;
        overflow: hidden;
	}
	.flow-list .flow-items .imgArea img{
		object-fit: cover;
		height: 100%;
		object-position: 75% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img1.png"]{
		object-position: 57% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img6.png"]{
		object-position: 82% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img12-1.png"]{
		object-position: 57% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img3.png"]{
		object-position: 15% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img2.png"]{
		object-position: 57% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img7.png"]{
		object-position: 30% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img9.png"]{
		object-position: 52% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img10.png"]{
		object-position: 25% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img11.png"]{
		object-position: 25% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow-img5.png"]{
		object-position: 48% 50%;
	}
	.flow-list .flow-items .imgArea img[src$="flow.png"] {
    object-position: 46% 50%;
	}
	.flow-list .flow-items .no{
		top: -9vw;
		font-size: 11vw;
	}
	.flow-list .flow-items .contentArea{
		padding: 3%;
		width: 50%;
	}
	.flow-list .flow-items .contentArea h3{
		font-size: 3.8vw;
		margin-bottom: 3%;
	}
	.flow-list .flow-items .contentArea p{
		font-size: 3vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.flow-guide .grid-ttl{
		margin-bottom: 40px;
	}
	.flow-guide .text{
		font-size: 14px;
		margin-bottom: 60px;
	}
	.flow-guide .flow-list{
		column-gap: 12px;
		row-gap: 50px;
	}
	.flow-list .flow-items{
		width: calc(25% - 9px);
	}
	.flow-list .flow-items .no{
		top: -30px;
		font-size: 36px;
	}
	.flow-list .flow-items .contentArea{
		padding: 15px 10px 20px 10px;
	}
	.flow-list .flow-items .contentArea h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.flow-list .flow-items .contentArea p{
		font-size: 14px;
	}
}
/*　　登録者プロフィール　　*/
.registrant-guide .grid-ttl{
	margin-bottom: 50px;
}
.registrant-guide .text{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.registrant-guide .data{
	text-align: right;
	font-size: 1vw;
}
.registrant-guide .registrant-number{
	max-width: 800px;
	margin: 0 auto 20px auto;
}
.registrant-number .number{
	background: #FFFFFF;
	border: 2px solid #937F64;
	padding: 12px 20px 15px 20px;
	border-radius: 10px;
}
.registrant-number .number dl{
	align-items: flex-end;
}
.registrant-number .number dl dt{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}
.registrant-number .number dl dd{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.registrant-number .number dl dd span{
	color: #CC0000;
	font-size: 36px;
	font-weight: 700;
}
.registrant-number .data{
	font-size: 15px;
	line-height: 1.5;
	text-align: right;
	margin-top: 10px;
}
.registrant-guide .registrant-figure{
	align-items: flex-end;
	margin-bottom: 36px;
}
.registrant-figure li:nth-child(1){
	width: 30%;
}
.registrant-figure li:nth-child(2){
	width: 33%;
}
.registrant-figure li:nth-child(3){
	width: 31.5%;
}
.registrant-guide .triangle{
	text-align: center;
	margin-bottom: 36px;
}
.registrant-guide .triangle img{
	width: 67px;
}
.registrant-guide h3{
	background: #937F64;
	border: 1px solid #707070;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 34px 20px;
	border-radius: 10px;
}
@media only screen and (max-width: 767px) {
	.registrant-guide .grid-ttl{
		margin-bottom: 8%;
	}
	.registrant-guide .text{
		font-size: 3vw;
		text-align: left;
		margin-bottom: 8%;
	}
	.registrant-guide .registrant-number{
		margin: 0 auto 5% auto;
	}
	.registrant-guide .data{
	font-size: 3vw;
	}
	.registrant-number .number{
		padding: 3% 3% 4% 3%;
	}
	.registrant-number .number dl dt{
		font-size: 3.6vw;
	}
	.registrant-number .number dl dd{
		font-size: 4vw;
	}
	.registrant-number .number dl dd span{
		font-size: 10vw;
	}
	.registrant-number .data{
		font-size: 3.6vw;
		margin-top: 2%;
	}
	.registrant-guide .registrant-figure{
		margin-bottom: 5%;
	}
	.registrant-figure li:nth-child(1){
		width: 30%;
	}
	.registrant-figure li:nth-child(2){
		width: 33%;
	}
	.registrant-figure li:nth-child(3){
		width: 31.5%;
	}
	.registrant-guide .triangle{
		margin-bottom: 5%;
	}
	.registrant-guide .triangle img{
		width: 10vw;
	}
	.registrant-guide h3{
		font-size: 4vw;
		padding: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.registrant-guide .grid-ttl{
		margin-bottom: 40px;
	}
	.registrant-guide .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.registrant-guide .registrant-number{
		margin: 0 auto 15px auto;
	}
	.registrant-number .number{
		padding: 12px 15px 13px 15px;
	}
	.registrant-number .number dl dt{
		font-size: 14px;
	}
	.registrant-number .number dl dd{
		font-size: 18px;
	}
	.registrant-number .number dl dd span{
		font-size: 34px;
	}
	.registrant-number .data{
		font-size: 14px;
		margin-top: 5px;
	}
	.registrant-guide .registrant-figure{
		margin-bottom: 30px;
	}
	.registrant-guide .triangle{
		margin-bottom: 25px;
	}
	.registrant-guide .triangle img{
		width: 46px;
	}
	.registrant-guide h3{
		font-size: 26px;
		padding: 20px 15px;
	}
}
/**
/* 初めての方へ CSS
----------------------------------------------- */
.resortbytes-wrap .page-view .view-box .caption{
	margin-bottom: 12px;
}
.resortbytes-wrap .page-view .view-box .caption span{
	display: inline-block;
	/*background: #937F64;*/
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	/*text-align: center;*/
	padding: 3px 0px;
	text-shadow: 0px 1px 7px #5C5C5C;
}
.resortbytes-wrap .page-view .view-box h3{
	color: #FFFFFF;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-shadow: 0px 1px 7px #5C5C5C;
	margin-bottom: 5vw;
}
.resortbytes-wrap .page-view .view-box .view-btn{
	max-width: 800px;
}
.resortbytes-wrap .page-view .view-box .ttl{
	color: #CC0000;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0 1px 10px #fff;
}
.resortbytes-wrap .page-view .view-box .block_btn .btn{
	font-size: 20px;
	font-weight: 700;
}
.resortbytes-wrap .page-view .view-box .block_btn .btn.tel {
	font-size: 2.5rem;
    line-height: 1.8;
    border: 2px solid #cc0000;
	background-image: url("../image/tel-icon.png");
		background-repeat: no-repeat;
	background-size: 35px;
	background-position: left 60px center;
	padding: 0px 50px 4px 90px;
}
.resortbytes-wrap .page-view .view-box .block_btn li {
	 display: block;
    width: 49%;
    max-width: 390px;
}
.resortbytes-wrap.resortbytes-wrap .featured-guide {
    padding: 30px 0 30px 0;
	background: none;
}
@media only screen and (max-width: 767px) {
	.resortbytes-wrap .page-view .view-box .caption{
		margin-bottom: 3%;
	}
	.resortbytes-wrap .page-view .view-box .caption span{
		display: block;
		font-size: 3.5vw;
		padding: 3px 0%;
	}
	.resortbytes-wrap .page-view .view-box h3{
		font-size: 5.5vw;
		margin-bottom: 16%;
	}
	.resortbytes-wrap .page-view .view-box .view-btn{
		max-width: inherit;
	}
	.resortbytes-wrap .page-view .view-box .ttl{
		font-size: 3.6vw;
		margin-bottom: 2%;
	}
	.resortbytes-wrap .page-view .view-box .block_btn .btn{
		font-size: 3.6vw;
	}
	.resortbytes-wrap .page-view .view-box .block_btn li {
    width: 80%;
		margin-bottom: 15px;
	}
	.resortbytes-wrap .page-view .view-box .block_btn .btn.tel {
	font-size: 2rem;
    line-height: 1.8;
	background-size: 30px;
	background-position: left 40px center;
	padding: 0px 40px 4px 70px;
	}
	.resortbytes-wrap .featured-guide {
    padding: 10% 0 4% 0;
    /*background: linear-gradient(to bottom, #ffffff 43%, #F7F7F7 43%);*/
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.resortbytes-wrap .page-view .view-box .caption{
		margin-bottom: 10px;
	}
	.resortbytes-wrap .page-view .view-box .caption span{
		font-size: 18px;
		padding: 3px 10px;
	}
	.resortbytes-wrap .page-view .view-box h3{
		font-size: 32px;
		margin-bottom: 40px;
	}
	.resortbytes-wrap .page-view .view-box .ttl{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.resortbytes-wrap .page-view .view-box .block_btn .btn{
		font-size: 14px;
	}
}
/*　　こんな方におすすめ　　*/
.resortbytes-wrap .check-guide{
	padding: 40px 0 20px 0;
}
.check-guide .inner{
	background: #F7F7F7;
	border-radius: 10px;
	padding: 40px 20px;
}
.check-guide h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.check-guide .check-list{
	column-gap: 10px;
	row-gap: 10px;
	max-width: 1050px;
	margin: 0 auto;
}
.check-guide .check-list dl{
	display: table;
	width: calc(50% - 5px);
	background: #FFFFFF;
	border: 1px solid #937F64;
	border-radius: 10px;
}
.check-guide .check-list dl dt{
	display: table-cell;
	width: 80px;
	background: #937F64;
	vertical-align: middle;
	padding: 25px;
	border-radius: 8px 0 0 8px;
}
.check-guide .check-list dl dd{
	display: table-cell;
	width: calc(100% - 80px);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	vertical-align: middle;
	padding: 25px 20px 25px 30px;
}
.check-guide .contact-box {
	margin: 60px 0;
}
.check-guide .contact-box .contentArea .block_btn {
	justify-content: center;
}
.check-guide .contact-box .contentArea .block_btn li {
	margin: 0 15px
}
.check-guide .contact-box .contentArea .block_btn .ttl {
    color: #CC0000;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 1px 10px #fff;
}
.check-guide .contact-box .contentArea .block_btn .tel {
	font-size: 2.5rem;
    line-height: 1.8;
    border: 2px solid #cc0000;
    background-image: url(../image/tel-icon.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left 60px center;
    padding: 0px 50px 4px 90px;
}
@media only screen and (max-width: 767px) {
	.resortbytes-wrap .check-guide{
		padding: 6% 0 3% 0;
	}
	.check-guide .inner{
		padding: 8% 5%;
	}
	.check-guide h2{
		font-size: 5vw;
		margin-bottom: 5%;
	}
	.check-guide .check-list{
		column-gap: 0;
		row-gap: 10px;
	}
	.check-guide .check-list dl{
		width: 100%;
	}
	.check-guide .check-list dl dt{
		width: 15%;
		padding: 4%;
	}
	.check-guide .check-list dl dd{
		width: calc(100% - 15%);
		font-size: 3.8vw;
		padding: 5%;
	}
	.check-guide .contact-box {
	margin: 40px 0 0;
	}
	.check-guide .contact-box .contentArea .block_btn li {
		margin: 0 0 15px;
		width: 80vw;
	}
	.check-guide .contact-box .contentArea .block_btn .ttl {
	    font-size: 15px;
	}
	.check-guide .contact-box .contentArea .block_btn .tel {
		font-size: 2rem;
		background-position: left 40px center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.resortbytes-wrap .check-guide{
		padding: 30px 0 10px 0;
	}
	.check-guide .inner{
		padding: 30px 20px;
	}
	.check-guide h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.check-guide .check-list{
		column-gap: 10px;
		row-gap: 10px;
	}
	.check-guide .check-list dl{
		width: calc(50% - 5px);
	}
	.check-guide .check-list dl dt{
		width: 60px;
		padding: 18px;
	}
	.check-guide .check-list dl dd{
		width: calc(100% - 60px);
		font-size: 16px;
		padding: 20px 10px 20px 15px;
	}
}
.resortbytes-wrap .point-guide{
	padding: 20px 0 60px 0;
}
.resortbytes-wrap .merit-guide{
	background: #F7F7F7;
	padding: 40px 0;
}
.resortbytes-wrap .flow-guide{
	padding: 60px 0 35px 0;
}
.resortbytes-wrap .registrant-guide{
	padding: 35px 0 100px 0;
}
@media only screen and (max-width: 767px) {
	.resortbytes-wrap .point-guide{
		padding: 3% 0 8% 0;
	}
	.resortbytes-wrap .merit-guide{
		padding: 8% 0;
	}
	.resortbytes-wrap .flow-guide{
		padding: 10% 0 5% 0;
	}
	.resortbytes-wrap .registrant-guide{
		padding: 5% 0 10% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.resortbytes-wrap .point-guide{
		padding: 10px 0 40px 0;
	}
	.resortbytes-wrap .merit-guide{
		padding: 30px 0;
	}
	.resortbytes-wrap .flow-guide{
		padding: 40px 0 25px 0;
	}
	.resortbytes-wrap .registrant-guide{
		padding: 25px 0 60px 0;
	}
}
/**
/* 人材をお探しの企業様へ CSS
----------------------------------------------- */
.order-wrap .page-view .view-box{
	top: 50%;
}
.order-wrap .page-view .view-box .caption{
	color:#cc1800;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 30px;
	padding: 10px 23px;
	border: 2px solid #cc1800;
	border-radius: 5px;
	display: inline-block;
}
.order-wrap .page-view .view-box h3{
	color: #1A1A1A;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 50px;
	text-shadow: 0 3px 10px rgb(255, 255, 255, 0.7);
}
.order-wrap .page-view .view-box h3 span{
	font-size: 51px;
}
.order-wrap .page-view .view-box .view-btn{
	max-width: 726px;
}
.order-wrap .page-view .view-box .ttl{
	color: #CC0000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 3px 10px rgb(255, 255, 255, 0.7);
	margin-bottom: 20px;
}
.order-wrap .page-view .view-box .block_btn li{
	display: block;
	width: 49%;
	max-width: 355px;
}
@media only screen and (max-width: 767px) {
	.order-wrap .page-view .view-box .caption{
		font-size: 5vw;
		padding: 2vw 5vw;
		margin-bottom: 4vw;
	}
	.order-wrap .page-view .view-box h3{
		font-size: 6.7vw;
		margin-bottom: 5%;
	}
	.order-wrap .page-view .view-box h3 span{
		font-size: 6vw;
	}
	.order-wrap .page-view .view-box .view-btn{
		max-width: inherit;
		margin-top: 10vw;
	}
	.order-wrap .page-view .view-box .ttl{
		font-size: 4vw;
		margin-bottom: 3%;
		text-align: left;
	}
	.order-wrap .page-view .view-box .block_btn li{
		width: 75%;
		max-width: inherit;
	}
	.order-wrap .page-view .view-box .block_btn li + li{
		margin-top: 10px;
	}
		.order-wrap .grid-ttl h2 {
    margin-bottom: 10%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.order-wrap .page-view .view-box .caption{
		font-size: 26px;
		margin-bottom: 15px;
		padding: 8px 20px;
	}
	.order-wrap .page-view .view-box h3{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.order-wrap .page-view .view-box h3 span{
		font-size: 30px;
	}
	.order-wrap .page-view .view-box .view-btn{
		max-width: 500px;
	}
	.order-wrap .page-view .view-box .ttl{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.order-wrap .page-view .view-box .block_btn li{
		max-width: 355px;
	}
}
/*　　こんな時におすすめ　　*/
.order-wrap .recommended-guide{
	padding: 63px 0 30px 0;
}
.recommended-guide .inner{
	background: #F7F7F7;
	border-radius: 10px;
}
.recommended-guide h2{
	background: #937F64;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 11px 10px 17px 10px;
	border-radius: 10px 10px 0 0;
}
.recommended-guide h2 span{
	position: relative;
}
.recommended-guide h2 span::before{
	content: '';
	position: absolute;
	display: block;
	background: url(../image/icon/check_r.png) center center no-repeat;
	background-size: cover;
	width: 83px;
	height: 83px;
	top: -25px;
	left: -90px;
}
.recommended-guide .recommended-list{
	column-gap: 20px;
	row-gap: 30px;
	padding: 60px 40px 50px 40px;
}
.recommended-guide .recommended-list dl{
	width: calc(50% - 10px);
}
.recommended-guide .recommended-list dl:nth-child(even){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.recommended-guide .recommended-list dl dt{
	width: 80px;
}
.recommended-guide .recommended-list dl dd{
	position: relative;
	display: flex;
	align-items: center;
	background: url(../image/icon/balloon.png) center center no-repeat;
	background-size: cover;
	width: calc(100% - 110px);
	background: #FFFFFF;
	border: 3px solid #937F64;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.33;
	border-radius: 10px;
}
.recommended-guide .recommended-list dl dd::before{
	content: '';
	position: absolute;
	display: block;
	background: url(../image/icon/balloon_icon.png) center center no-repeat;
	background-size: cover;
	width: 26px;
	height: 17px;
	top: 30px;
}
.recommended-guide .recommended-list dl:nth-child(odd) dd{
	padding: 13px 50px;
	margin-left: 30px;
}
.recommended-guide .recommended-list dl:nth-child(odd) dd::before{
	left: -20px;
}
.recommended-guide .recommended-list dl:nth-child(even) dd{
	padding: 13px 50px;
	margin-right: 30px;
}
.recommended-guide .recommended-list dl:nth-child(even) dd::before{
	right: -20px;
	transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
	.order-wrap .recommended-guide{
		padding: 8% 0 5% 0;
	}
	.recommended-guide h2{
		font-size: 5vw;
		padding: 3%;
	}
	.recommended-guide h2 span::before{
		width: 16vw;
		height: 16vw;
		top: -7vw;
		left: -15vw;
	}
	.recommended-guide .recommended-list{
		column-gap: 0;
		row-gap: 4vw;
		padding: 5%;
	}
	.recommended-guide .recommended-list dl{
		width: 100%;
	}
	.recommended-guide .recommended-list dl dt{
		width: 16vw;
	}
	.recommended-guide .recommended-list dl dd{
		width: calc(100% - 20vw);
		font-size: 4vw;
	}
	.recommended-guide .recommended-list dl:nth-child(odd) dd{
		padding: 3% 5%;
		margin-left: 4vw;
	}
	.recommended-guide .recommended-list dl:nth-child(even) dd{
		padding: 3% 5%;
		margin-right: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.order-wrap .recommended-guide{
		padding: 40px 0 20px 0;
	}
	.recommended-guide h2{
		font-size: 26px;
		padding: 11px 10px 14px 10px;
	}
	.recommended-guide h2 span::before{
		width: 70px;
		height: 70px;
		top: -25px;
		left: -75px;
	}
	.recommended-guide .recommended-list{
		column-gap: 10px;
		row-gap: 15px;
		padding: 30px 20px 30px 22px;
	}
	.recommended-guide .recommended-list dl{
		width: calc(50% - 5px);
	}
	.recommended-guide .recommended-list dl dt{
		width: 60px;
	}
	.recommended-guide .recommended-list dl dd{
		width: calc(100% - 80px);
		font-size: 16px;
	}
	.recommended-guide .recommended-list dl:nth-child(odd) dd{
		padding: 10px 15px;
		margin-left: 20px;
	}
	.recommended-guide .recommended-list dl:nth-child(even) dd{
		padding: 10px 15px;
		margin-right: 20px;
	}
}
.order-wrap .point-guide{
	padding: 30px 0 120px 0;
}
.order-wrap .merit-guide{
	background: #F7F7F7;
	padding: 40px 0 90px 0;
}
.order-wrap .merit-guide .contact-box{
	margin-top: 80px;
}
.order-wrap .flow-guide{
	padding: 60px 0 30px 0;
}
.order-wrap .registrant-guide{
	padding: 30px 0 60px 0;
}
.order-wrap .registrant-guide .contact-box{
	margin-top: 100px;
}
.order-wrap .contact-box{
	position: relative;
	background: rgb(201,182,160);
	background: linear-gradient(0deg, rgba(201,182,160,1) 0%, rgba(226,210,189,1) 100%);
	padding: 60px;
	border-radius: 150px;
}
.order-wrap .contact-box::before{
	content: '';
	position: absolute;
	display: block;
	background: url(../image/woman_02.png) center center no-repeat;
	background-size: cover;
	width: 322px;
	height: 356px;
	bottom: 0;
	right: 0;
}
.order-wrap .contact-box .contentArea{
	position: relative;
	max-width: 1016px;
	margin: 0 auto;
}
.order-wrap .contact-box .ttl{
	color: #CC0000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 20px;
}
.order-wrap .contact-box .contentArea .block_btn{
	max-width: 930px;
	justify-content: space-between;
}
.order-wrap .contact-box .contentArea .block_btn li{
	display: block;
	width: 49%;
	max-width: 455px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.order-wrap .point-guide{
		padding: 5% 0 10% 0;
	}
	.order-wrap .point-guide .point-list .point-items .imgArea .ttl{
		min-width: 100%;
		border-radius: 0 0 10px 10px;
	}
	.order-wrap .point-list .point-items .imgArea img {
		width: 100%;
		height: 70%;
		object-fit: cover;
		border-radius: 10px;
		object-position: 70%;
	}
	.order-wrap .merit-guide{
		padding: 5% 0 8% 0;
	}
	.order-wrap .merit-guide .grid-ttl h2{
		letter-spacing: 0;
	}
	.order-wrap .merit-guide .contact-box{
		margin-top: 8%;
	}
	.order-wrap .flow-guide{
		padding: 8% 0 0 0;
	}
	.order-wrap .registrant-guide{
		padding: 5% 0 8% 0;
	}
	.order-wrap .registrant-guide .contact-box{
		margin-top: 8%;
	}
	.order-wrap .contact-box{
		padding: 6%;
	}
	.order-wrap .contact-box::before{
		width: 37vw;
		height: 42vw;
		right: -6%;
	}
	.order-wrap .contact-box .ttl{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.order-wrap .contact-box .block_btn{
		max-width: 930px;
	}
	.order-wrap .contact-box .contentArea .block_btn li{
		width: 71%;
		max-width: inherit;
		padding-bottom: 1vh;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.order-wrap .point-guide{
		padding: 20px 0 70px 0;
	}
	.order-wrap .merit-guide{
		padding: 30px 0 40px 0;
	}
	.order-wrap .merit-guide .contact-box{
		margin-top: 60px;
	}
	.order-wrap .flow-guide{
		padding: 40px 0 20px 0;
	}
	.order-wrap .registrant-guide{
		padding: 20px 0 40px 0;
	}
	.order-wrap .registrant-guide .contact-box{
		margin-top: 70px;
	}
	.order-wrap .contact-box{
		padding: 40px;
	}
	.order-wrap .contact-box::before{
		width: 218px;
		height: 240px;
	}
	.order-wrap .contact-box .ttl{
		font-size: 22px;
		margin-bottom: 15px;
	}
}
/*　　追加　　*/
.order-head-guide{
	padding: 64px 0 32px 0;
}
.order-head-guide .bg-text{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.56;
	text-align: center;
	margin-bottom: 40px;
}
.order-head-guide .text{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}
.order-head-guide .text span{
	color: #c50000;
	font-weight: 700;
	font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
	.order-head-guide{
		padding: 10% 0 3% 0;
	}
	.order-head-guide .bg-text{
		font-size: 5vw;
		margin-bottom: 6vw;
	}
	.order-head-guide .text{
		font-size: 3.8vw;
	}
	.order-wrap .flow-list .flow-items .imgArea{
		min-height: 10rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.order-head-guide{
		padding: 48px 0 20px 0;
	}
	.order-head-guide .bg-text{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.order-head-guide .text{
		font-size: 16px;
	}
}
/*　　こんなお悩みはありませんか？ 　　*/
.order-wrap .worries-guide{
	padding: 32px 0 43px 0;
}
.worries-guide h2{
	background: #887459;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.46;
	text-align: center;
	padding: 17px 15px 19px 15px;
	border-radius: 10px 10px 0 0;
}
.worries-guide h2 span{
	position: relative;
}
.worries-guide h2 span::before{
	content: '';
	position: absolute;
	display: block;
	background: url(../image/icon/check_r2.png) center center no-repeat;
	background-size: cover;
	width: 68px;
	height: 68px;
	top: -25px;
	left: -90px;
}
.worries-guide .worries-list{
	position: relative;
	background: #f6f6f6;
	column-gap: 30px;
	row-gap: 30px;
	padding: 54px 50px 59px 50px;
}
.worries-guide .worries-list::after{
	position: absolute;
	bottom: -110px;
	right: 50%;
	transform: translateX(50%);
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 120px;
	height: 60px;
	border: 60px solid transparent;
	border-top: 60px solid #f6f6f6;
}
.worries-list .worries-items{
	position: relative;
	background: url(../image/order/worries-box.png) center center no-repeat;
	background-size: cover;
	width: calc(33.3333% - 20px);
	padding: 25px 26px 34px 26px;
	border-radius: 6px;
}
.worries-list .worries-items .no{
	font-family: "Barlow Semi Condensed", sans-serif;
	position: absolute;
	top: -32px;
	left: 15px;
	color: #c50000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.worries-list .worries-items .no span{
	font-size: 40px;
}
.worries-list .worries-items .task{
	margin-bottom: 10px;
}
.worries-list .worries-items .response{
	background: url(../image/order/response-box.png) right bottom no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.worries-list .worries-items .response h3{
	background: #c50000;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 12px 5px;
}
.worries-list .worries-items .response p{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.76;
	text-align: center;
	padding: 24px 20px;
}
.worries-guide .worries-bottom{
	background: url(../image/order/worries-bottom.png) center center no-repeat;
	background-size: cover;
	border-radius: 0 0 10px 10px;
	padding: 68px 30px 65px 30px;
}
.worries-guide .worries-bottom p{
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}
@media only screen and (max-width: 1360px) {
	.worries-guide .worries-list{
		column-gap: 20px;
		padding: 54px 30px 59px 30px;
	}
	.worries-list .worries-items{
		width: calc(33.3333% - 14px);
		padding: 25px 20px 34px 20px;
	}
	.worries-list .worries-items .response p{
		padding: 24px 15px;
	}
}
@media only screen and (max-width: 1220px) {
	.worries-guide .worries-list{
		column-gap: 14px;
		padding: 50px 20px 40px 20px;
	}
	.worries-list .worries-items{
		width: calc(33.3333% - 10px);
		padding: 25px 15px 34px 15px;
	}
	.worries-list .worries-items .response h3{
		font-size: 14px;
	}
	.worries-list .worries-items .response p{
		font-size: 15px;
		padding: 20px 10px;
	}
	.worries-guide .worries-list::after{
		bottom: -94px;
	}
	.worries-guide .worries-bottom{
		padding: 50px 20px 40px 20px;
	}
	.worries-guide .worries-bottom p{
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.order-wrap .worries-guide{
		padding: 5% 0 12% 0;
	}
	.worries-guide h2{
		font-size: 4.65vw;
		padding: 2.5vw 2vw;
	}
	.worries-guide h2 span::before{
		width: 8.2vw;
		height: 8.2vw;
		top: -4.2vw;
		left: -9.2vw;
	}
	.worries-guide .worries-list{
		column-gap: 0;
		row-gap: 30px;
		padding: 8vw 4vw 8vw 4vw;
	}
	.worries-guide .worries-list::after{
		content: none;
	}
	.worries-list .worries-items{
		width: 100%;
		border-radius: 10px;
		padding: 6vw 5vw;
	}
	.worries-list .worries-items .no{
		top: -6vw;
		left: 4vw;
		font-size: 4vw;
	}
	.worries-list .worries-items .no span{
		font-size: 8vw;
	}
	.worries-list .worries-items .task{
		margin-bottom: 10px;
	}
	.worries-list .worries-items .response h3{
		font-size: 3.8vw;
		padding: 2vw;
	}
	.worries-list .worries-items .response p{
		font-size: 4vw;
		padding: 3vw;
	}
	.worries-guide .worries-bottom{
		border-radius: 0 0 10px 10px;
		padding: 8vw 3vw 6vw 3vw;
	}
	.worries-guide .worries-bottom p{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.order-wrap .worries-guide{
		padding: 20px 0 20px 0;
	}
	.worries-guide h2{
		font-size: 24px;
		padding: 12px 15px 14px 15px;
	}
	.worries-guide h2 span::before{
		width: 48px;
		height: 48px;
		top: -20px;
		left: -60px;
	}
	.worries-guide .worries-list{
		column-gap: 10px;
		padding: 40px 16px 30px 16px;
	}
	.worries-guide .worries-list::after{
		bottom: -70px;
		width: 84px;
		height: 42px;
		border: 42px solid transparent;
		border-top: 42px solid #f6f6f6;
	}
	.worries-list .worries-items{
		width: calc(33.3333% - 7px);
		padding: 20px 10px 15px 10px;
	}
	.worries-list .worries-items .no{
		top: -24px;
		left: 10px;
		font-size: 16px;
	}
	.worries-list .worries-items .no span{
		font-size: 32px;
	}
	.worries-list .worries-items .task{
		margin-bottom: 9px;
	}
	.worries-list .worries-items .response h3{
		font-size: 13px;
		padding: 10px 7px 8px 7px;
	}
	.worries-list .worries-items .response p{
		font-size: 12px;
		padding: 16px 5px;
	}
	.worries-guide .worries-bottom{
		padding: 48px 20px 34px 20px;
	}
	.worries-guide .worries-bottom p{
		font-size: 18px;
	}
}
/*　　お問合せボタン　　*/
.contact-btn-guide{
	background: url(../image/order/contact-btn_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.contact-btn-guide .inner{
	max-width: 960px;
}
.contact-btn-guide .ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
}
.contact-btn-guide .ttl::before,
.contact-btn-guide .ttl::after {
	content: "";
	background-color: #FFFFFF;
	height: 1px;
	width: 40px;
}
.contact-btn-guide .ttl::before {
	margin-right: 5px;
	transform: rotate(60deg); 
}
.contact-btn-guide .ttl::after {
	margin-left: 5px;
	transform: rotate(-60deg); 
}
.contact-btn-guide .contact_btn{
	column-gap: 40px;
}
.contact-btn-guide .contact_btn li{
	width: calc(50% - 20px);
}
.contact-btn-guide .tel{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	margin-top: 35px;
}
.contact-btn-guide .tel a{
	color: #FFFFFF;
}
.contact-btn-guide .time{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.contact-btn-guide{
		background: url(../image/order/sp_contact-btn_bg.jpg) right center no-repeat;
		background-size: cover;
		padding: 10% 0 10% 0;
	}
	.contact-btn-guide .ttl{
		font-size: 4vw;
		letter-spacing: 0;
		margin: 0 -4vw;
		margin-bottom: 9vw;
	}
	.contact-btn-guide .ttl::before,
	.contact-btn-guide .ttl::after {
		width: 6vw;
	}
	.contact-btn-guide .ttl::before {
		margin-right: 0;
	}
	.contact-btn-guide .ttl::after {
		margin-left: 0;
	}
	.contact-btn-guide .contact_btn{
		column-gap: 0;
		-webkit-justify-content: center;
		justify-content: center;
		row-gap: 3vw;
	}
	.contact-btn-guide .contact_btn li{
		width: 80%;
	}
	.contact-btn-guide .tel{
		font-size: 4vw;
		margin-top: 4vw;
	}
	.contact-btn-guide .time{
		font-size: 3vw;
		margin-top: 1vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-btn-guide{
		padding: 42px 0;
	}
	.contact-btn-guide .ttl{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.contact-btn-guide .contact_btn{
		column-gap: 20px;
	}
	.contact-btn-guide .contact_btn li{
		width: calc(50% - 10px);
	}
	.contact-btn-guide .tel{
		font-size: 18px;
		margin-top: 20px;
	}
	.contact-btn-guide .time{
		font-size: 13px;
		margin-top: 5px;
	}
}
/*　　お申込みフォーム　　*/
.order-guide .grid-ttl{
	margin-bottom: 60px;
}
.order-guide .grid-ttl h2 {
	margin-top: -20px;
}
@media only screen and (max-width: 767px) {
	.order-guide .grid-ttl{
		text-align: left;
		margin-bottom: 3.2vw;
	}
	.order-guide .grid-ttl h2 {
		margin-top: -1.8vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.order-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.order-guide .grid-ttl h2 {
		margin-top: -10px;
	}
}
/**
/* 投稿一覧 CSS
----------------------------------------------- */
.post-guide .post-list,
.column-guide .post-list{
	column-gap: 45px;
	row-gap: 60px;
}
.post-list .post-items{
	width: calc(33.3333% - 30px);
}
.post-list .post-items .imgArea{
    height: 200px;
    margin-bottom: 30px;
}
.post-list .post-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.post-list .post-items h3{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.post-list .post-items p{
	font-size: 15px;
	line-height: 1.7;
}
@media only screen and (max-width: 767px) {
	.post-guide .post-list,
	.column-guide .post-list{
		column-gap: 0;
		row-gap: 6vw;
	}
	.post-list .post-items{
		width: 100%;
		display: flex;
	}
	.post-list .post-items .imgArea{
		width: 45%;
		height: auto;
	    margin-bottom: 0;
	}
	.post-list .post-items .contentArea{
		width: 55%;
		padding-left: 5%;
	}
	.post-list .post-items h3{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.post-list .post-items p{
		font-size: 3vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.post-guide .post-list,
	.column-guide .post-list{
		column-gap: 24px;
		row-gap: 40px;
	}
	.post-list .post-items{
		width: calc(33.3333% - 16px);
	}
	.post-list .post-items .imgArea{
	    height: 145px;
	    margin-bottom: 20px;
	}
	.post-list .post-items h3{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.post-list .post-items p{
		font-size: 14px;
	}
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide .entry-header{
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.single-guide .entry-header .h2_ttl{
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.single-guide .entry-body h2{
	background: #F7F7F7;
	border-left: 5px solid #CC0000;
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	padding: 12px 12px 12px 15px;
	margin-bottom: 30px;
}
.single-guide .entry-body h3{
	border-left: 5px solid #CC0000;
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 10px;
	margin-bottom: 30px;
}
.single-guide .entry-body h4{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.single-guide .entry-body p{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 30px;
}
.single-guide .entry-body table{
	margin: 50px 0;
}
.single-guide .entry-body table th,
.single-guide .entry-body table td{
	border: 1px solid #B2B2B2;
	padding: 20px;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 20px;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 20px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}
.single-guide .entry-body figcaption {
	font-size: 90%;
	color: #888888;
}
.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 1.6em 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 0 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.single-guide .entry-header{
		padding-bottom: 3%;
		margin-bottom: 5%;
	}
	.single-guide .entry-header .h2_ttl{
		font-size: 4.6vw;
	}
	.single-guide .entry-body h2{
		font-size: 4.6vw;
		padding: 3%;
		margin-bottom: 5%;
	}
	.single-guide .entry-body h3{
		font-size: 4.2vw;
		padding-left: 3%;
		margin-bottom: 5%;
	}
	.single-guide .entry-body h4{
		font-size: 4vw;
		margin-bottom: 5%;
		width: 70%;
	}
	.single-guide .entry-body p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.single-guide .entry-body table{
		margin: 8% 0;
	}
	.single-guide .entry-body table th,
	.single-guide .entry-body table td{
		border-bottom: none;
		padding: 5%;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 3.6vw;
	}
	.alignleft,
	.alignright{
		display: block;
		float: none;
		margin: 0;
	}
	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0;
	}
	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0;
	}
	.single-guide .block_btn{
		margin-top: 10%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.single-guide .entry-header{
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.single-guide .entry-header .h2_ttl{
		font-size: 22px;
	}
	.single-guide .entry-body h2{
		font-size: 22px;
		padding: 10px;
		margin-bottom: 25px;
	}
	.single-guide .entry-body h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.single-guide .entry-body h4{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.single-guide .entry-body p{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.single-guide .entry-body table{
		margin: 30px 0;
	}
	.single-guide .entry-body table th,
	.single-guide .entry-body table td{
		padding: 15px;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 14px;
	}
	.single-guide .block_btn{
		margin-top: 40px;
	}
}
/**
/* 人気求人ランキング CSS
----------------------------------------------- */
.ranking-guide{
	padding: 60px 0 190px 0;
}
.ranking-guide .ranking-grid{
	margin-bottom: 150px;
}
.ranking-guide .ranking-grid:last-child{
	margin-bottom: 0;
}
.ranking-guide .ranking-grid h3{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 70px;
}
.ranking-block .ranking-box{
	width: 48%;
}
.ranking-block .ranking-box h4{
	color: #333333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.ranking-list .ranking-items{
	margin-bottom: 50px;
}
.ranking-list .ranking-items:last-child{
	margin-bottom: 0;
}
.ranking-list .ranking-items .ranking-no{
	align-items: center;
	margin-bottom: 10px;
}
.ranking-list .ranking-items .ranking-no .icon{
	width: 27px;
	margin-right: 13px;
}
.ranking-list .ranking-items .ranking-no p{
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.ranking-list .ranking-items .imgArea{
	width: 30%;
}
.ranking-list .ranking-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.ranking-list .ranking-items .contentArea{
	display: flex;
	flex-direction: column;
	width: 70%;
	padding-left: 20px;
}
.ranking-list .ranking-items .employment{
	margin-bottom: 10px;
}
.ranking-list .ranking-items .employment a{
	display: inline-block;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border-radius: 50px;
	padding: 3px 30px;
}
.ranking-list .ranking-items .job-deta{
	margin-bottom: 10px;
}
.ranking-list .ranking-items .job-deta li{
	display: inline-block;
	color: #747474;
	font-size: 15px;
	font-weight: 400;
}
.ranking-list .ranking-items .job-deta li a{
	color: #747474;
}
.ranking-list .ranking-items .job-deta li span{
	padding: 0 8px;
}
.ranking-list .ranking-items h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}
.ranking-list .ranking-items h3 a{
	color: #000000;
}
.ranking-list .ranking-items .comment{
	font-size: 15px;
	font-weight: 400;
	margin-top: auto;
}
.ranking-guide .block_btn{
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.ranking-guide{
		padding: 6% 0 15% 0;
	}
	.ranking-guide .ranking-grid{
		margin-bottom: 15%;
	}
	.ranking-guide .ranking-grid h3{
		font-size: 5vw;
		margin-bottom: 10%;
	}
	.ranking-block .ranking-box{
		width: 100%;
		margin-bottom: 12%;
	}
	.ranking-block .ranking-box:last-child{
		margin-bottom: 0;
	}
	.ranking-block .ranking-box h4{
		font-size: 4.6vw;
		margin-bottom: 8%;
	}
	.ranking-list .ranking-items{
		margin-bottom: 12%;
	}
	.ranking-list .ranking-items .ranking-no{
		margin-bottom: 3%;
	}
	.ranking-list .ranking-items .ranking-no .icon{
		width: 5vw;
		margin-right: 13px;
	}
	.ranking-list .ranking-items .ranking-no p{
		font-size: 4.4vw;
	}
	.ranking-list .ranking-items .imgArea{
		width: 40%;
	}
	.ranking-list .ranking-items .imgArea img{
		border-radius: 4px;
	}
	.ranking-list .ranking-items .contentArea{
		width: 60%;
		padding-left: 5%;
	}
	.ranking-list .ranking-items .employment{
		margin-bottom: 5%;
	}
	.ranking-list .ranking-items .employment a{
		font-size: 3.2vw;
		padding: 1px 15px;
	}
	.ranking-list .ranking-items .job-deta{
		margin-bottom: 5%;
	}
	.ranking-list .ranking-items .job-deta li{
		font-size: 3.4vw;
	}
	.ranking-list .ranking-items .job-deta li span{
		padding: 0 0.5vw;
	}
	.ranking-list .ranking-items h3{
		font-size: 3.8vw;
		margin-bottom: 5%;
	}
	.ranking-list .ranking-items .comment{
		font-size: 3.6vw;
	}
	.ranking-guide .block_btn{
		margin-top: 10%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.ranking-guide{
		padding: 40px 0 80px 0;
	}
	.ranking-guide .ranking-grid{
		margin-bottom: 80px;
	}
	.ranking-guide .ranking-grid h3{
		font-size: 24px;
		margin-bottom: 50px;
	}
	.ranking-block .ranking-box{
		width: 48%;
	}
	.ranking-block .ranking-box h4{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.ranking-list .ranking-items{
		margin-bottom: 50px;
	}
	.ranking-list .ranking-items .ranking-no{
		margin-bottom: 10px;
	}
	.ranking-list .ranking-items .ranking-no .icon{
		width: 24px;
		margin-right: 12px;
	}
	.ranking-list .ranking-items .ranking-no p{
		font-size: 20px;
	}
	.ranking-list .ranking-items .imgArea{
		width: 30%;
	}
	.ranking-list .ranking-items .contentArea{
		width: 70%;
		padding-left: 15px;
	}
	.ranking-list .ranking-items .employment{
		margin-bottom: 10px;
	}
	.ranking-list .ranking-items .employment a{
		font-size: 12px;
		padding: 2px 20px;
	}
	.ranking-list .ranking-items .job-deta{
		margin-bottom: 10px;
	}
	.ranking-list .ranking-items .job-deta li{
		font-size: 14px;
	}
	.ranking-list .ranking-items .job-deta li span{
		padding: 0 5px;
	}
	.ranking-list .ranking-items h3{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.ranking-list .ranking-items .comment{
		font-size: 14px;
	}
	.ranking-guide .block_btn{
		margin-top: 30px;
	}
}
/**
/* 運営会社 CSS
----------------------------------------------- */
.company-guide .imgArea{
	margin-bottom: 60px;
}
.company-guide h3{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.company-guide table td{
	padding: 25px 20px 25px 70px;
}
.company-guide table td h4{
	position: relative;
	font-size: 15px;
	font-weight: 700;
}
.company-guide table td h4:before {
	content: '';
	display: block;
	position: absolute;
	left: -16px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #CC0000;
	border-radius: 100%;
}
@media only screen and (max-width: 767px) {
	.company-guide .imgArea{
		margin-bottom: 10%;
	}
	.company-guide h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.company-guide table td{
		padding: 5% 5% 5% 6%;
	}
	.company-guide table td h4{
		font-size: 3.6vw;
	}
	.company-guide table td h4:before {
		left: -3.6vw;
		top: 1.8vw;
		width: 2.4vw;
		height: 2.4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-guide .imgArea{
		margin-bottom: 50px;
	}
	.company-guide h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.company-guide table td{
		padding: 15px 10px 15px 30px;
	}
	.company-guide table td h4{
		font-size: 14px;
	}
	.company-guide table td h4:before {
		left: -12px;
	}
}
/**
/* よくある質問 CSS
----------------------------------------------- */
.faq-wrap .page-view .view-box h3{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.92;
	margin-bottom: 50px;
}
.faq-wrap .page-view .view-box p{
	font-size: 18px;
	line-height: 1.66;
}
.faq-wrap .page-view .view-box p a{
	color: #CC0000;
	font-weight: 500;
}
.faq-guide .category-nav{
	column-gap: 20px;
	margin-bottom: 65px;
	justify-content: left;
}
.faq-guide .category-nav li{
	width: calc(33.333% - 14px);
	max-width: 340px;
}
.faq-guide .category-nav li a{
	position: relative;
	display: block;
	background: #FFFFFF;
	border: 2px solid #937F65;
	color: #937F64;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	padding: 19px 10px;
	border-radius: 50px;
}
.faq-guide .category-nav li a::before{
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin: -6px 0 0 0;
	border-top: solid 2px #937F64;
	border-right: solid 2px #937F64;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.faq-guide .faq-grid{
	margin-bottom: 60px;
}
.faq-guide section:last-of-type .faq-grid{
	margin-bottom: 0;
}
.faq-guide .faq-grid h3{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.faq-list .faq-items{
	margin-bottom: 20px;
}
.faq-list .faq-items:last-child{
	margin-bottom: 0;
}
.faq-list .faq-items .question{
	background: #937F64;
	padding: 20px 20px 20px 50px;
	border-radius: 10px 10px 0 0;
}
.faq-list .faq-items .answer{
	background: #F7F7F7;
	padding: 26px 20px 40px 50px;
	border-radius: 0 0 10px 10px;
}
.faq-list .faq-items .dl_table dt{
	width: 30px;
}
.faq-list .faq-items .dl_table dt span{
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35;
}
.faq-list .faq-items .question dt span{
	color: #FFFFFF;
}
.faq-list .faq-items .answer dt span{
	color: #937F64;
}
.faq-list .faq-items .dl_table dd{
	width: calc(100% - 30px);
	vertical-align: middle;
	padding-left: 30px;
}
.faq-list .faq-items .question dd{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.faq-list .faq-items .answer dd{
	font-size: 15px;
	line-height: 1.6;
}
.faq-list .faq-items .answer dd .note{
	background: #FFFFFF;
	font-size: 14px;
	line-height: 1.42;
	padding: 15px 20px;
	margin-top: 18px;
}
.view-box.inner.faq {
    top: 45%;
}
.faq-grid h3 {
    margin-left: 15px;
}
@media only screen and (max-width: 767px) {
	.faq-wrap .page-view .view-box h3{
		font-size: 4vw;
		margin-bottom: 8%;
		letter-spacing: 0px;
		line-height: 1.5;
		width: 51vw;
		text-shadow:0  1px 10px #fff;
}
	.faq-wrap .page-view .view-box p{
		font-size: 4vw;
		text-shadow:0  1px 10px #fff;
	}
	.faq-guide .category-nav{
		column-gap: 0;
		margin-bottom: 8%;
	}
	.faq-guide .category-nav li{
		width: 100%;
		max-width: inherit;
		margin-bottom: 3%;
	}
	.faq-guide .category-nav li a{
		font-size: 3.8vw;
		padding: 5% 3%;
		border-radius: 50vw;
	}
	.faq-guide .category-nav li a::before{
		right: 7%;
		width: 2.6vw;
		height: 2.6vw;
		margin: -2vw 0 0 0;
	}
	.faq-guide .faq-grid{
		margin-bottom: 12%;
	}
	.faq-guide .faq-grid h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.faq-list .faq-items{
		margin-bottom: 3%;
	}
	.faq-list .faq-items .question{
		padding: 3% 5%;
	}
	.faq-list .faq-items .answer{
		padding: 3% 5% 6% 5%;
	}
	.faq-list .faq-items .dl_table dt{
		width: 5vw;
	}
	.faq-list .faq-items .dl_table dt span{
		font-size: 5vw;
	}
	.faq-list .faq-items .dl_table dd{
		width: calc(100% - 5vw);
		padding-left: 3%;
	}
	.faq-list .faq-items .question dd{
		font-size: 3.8vw;
	}
	.faq-list .faq-items .answer dd{
		font-size: 3.5vw;
	}
	.faq-list .faq-items .answer dd .note{
		font-size: 3.4vw;
		padding: 3%;
		margin-top: 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.faq-wrap .page-view .view-box h3{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.faq-wrap .page-view .view-box p{
		font-size: 16px;
	}
	.faq-guide .category-nav{
		column-gap: 10px;
		margin-bottom: 40px;
	}
	.faq-guide .category-nav li{
		width: calc(33.333% - 7px);
		max-width: inherit;
	}
	.faq-guide .category-nav li a{
		font-size: 13px;
		padding: 15px 5px;
	}
	.faq-guide .category-nav li a::before{
		right: 15px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
	}
	.faq-guide .faq-grid{
		margin-bottom: 50px;
	}
	.faq-guide .faq-grid h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.faq-list .faq-items{
		margin-bottom: 15px;
	}
	.faq-list .faq-items .question{
		padding: 15px 15px 15px 30px;
	}
	.faq-list .faq-items .answer{
		padding: 20px 15px 30px 30px;
	}
	.faq-list .faq-items .dl_table dt{
		width: 26px;
	}
	.faq-list .faq-items .dl_table dt span{
		font-size: 26px;
	}
	.faq-list .faq-items .dl_table dd{
		width: calc(100% - 26px);
		padding-left: 15px;
	}
	.faq-list .faq-items .question dd{
		font-size: 15px;
	}
	.faq-list .faq-items .answer dd{
		font-size: 14px;
	}
	.faq-list .faq-items .answer dd .note{
		font-size: 12px;
		padding: 10px;
		margin-top: 10px;
	}
}
/**
/* プライバシーポリシー CSS
----------------------------------------------- */
.policy-guide{
	padding: 20px 0 100px;
}
.policy-guide .entry h2{
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	margin-top: 60px;
}
.policy-guide .entry h3{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	margin-top: 40px;
}
.policy-guide .entry p{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.policy-guide .entry ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 30px;
}
.policy-guide .entry ul{
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 30px;
}
.policy-guide .entry ol li,
.policy-guide .entry ul li{
	font-size: 15px;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
	.policy-guide{
		padding: 2% 0 10% 0;
	}
	.policy-guide .entry h2{
		font-size: 4.6vw;
		margin-bottom: 5%;
		margin-top: 15%;
	}
	.policy-guide .entry h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
		margin-top: 5%;
	}
	.policy-guide .entry p{
		font-size: 3.6vw;
		margin-bottom: 8%;
	}
	.policy-guide .entry ol{
		padding-left: 10%;
		margin-bottom: 5%;
	}
	.policy-guide .entry ul{
		padding-left: 40px;
		margin-bottom: 30px;
	}
	.policy-guide .entry ol li,
	.policy-guide .entry ul li{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.policy-guide{
		padding: 2% 0 10% 0;
	}
	.policy-guide .entry h2{
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.policy-guide .entry h3{
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.policy-guide .entry p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.policy-guide .entry ol{
		padding-left: 30px;
		margin-bottom: 20px;
	}
	.policy-guide .entry ul{
		padding-left: 40px;
		margin-bottom: 30px;
	}
	.policy-guide .entry ol li,
	.policy-guide .entry ul li{
		font-size: 14px;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.form-grid{
	max-width: 1000px;
	margin: 0 auto;
}
.form-grid p{
	font-size: 16px;
	line-height: 1.8;
}
.form-grid .text{
	margin-bottom: 5px;
}
.order-guide .form-grid .text{
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}
.form-grid .note{
	color: #CC0000;
	font-weight: 700;
}
.form-grid .step{
	display:table;
	width:100%;
	overflow:hidden;
	margin: 40px 0 60px 0;
}
.form-grid .step li{
	display:table-cell;
	position:relative;
	width: 30%;
	background: #F5F5F5;
	color: #999999;
	font-size: 18px;
	line-height: 1.15;
	text-align: center;
	padding: 18px 10px;
}
.form-grid .step li:last-child{
	padding-right: 1em;
}
.form-grid .step li:last-child:before,
.form-grid .step li:last-child:after{
	display:none;
}
.form-grid .step li:before,
.form-grid .step li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.form-grid .step li:before{
	top:-15px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.form-grid .step li:after{
	top:-15px;
	right:-.8em;
	border-style: solid;
	border-color: transparent transparent transparent #F5F5F5;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.form-grid .step li.is-current{
	background: #CC0000;
	color: #fff;
	font-weight: 700;
}
.form-grid .step li.is-current:after{
	border-color: transparent transparent transparent #CC0000;
}
.form-box dl dt{
	color: #333333;
	font-size: 16px;
	font-weight: 700;
}
.form-box table.tbl-r th,
.form-box table.tbl-r td{
	vertical-align: middle;
	border: none;
	padding: 15px 0;
}
.form-box table.tbl-r th{
	background: transparent;
	text-align: left;
	width: 260px;
}
.form-box table.tbl-r th .required{
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    border: 1px solid;
    padding: 1px 12px;
    border-radius: 6px;
    background: #CC0000;
}
.form-box table.tbl-r th .optionally{
    display: inline-block;
    color: white;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    border: 1px solid;
    padding: 1px 12px;
    border-radius: 6px;
    background: #999999;
}
.form-box table.tbl-r td ul li + li{
	margin-top: 10px;
}
.form-box table.tbl-r td p{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}
.form-box table.tbl-r td p.note{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}
.form-box table.tbl-r td span.text{
	font-size: 14px;
	margin-bottom: 0;
}
.form-box .acceptance{
	text-align: center;
	margin-top: 40px;
}
.form-box .acceptance ul{
	margin-top: 20px;
}
.form-box .acceptance ul li{
	display: inline-block;
}
.form-box .acceptance ul li a{
	color: #007BD5;
	text-decoration: underline;
}
.form-box .acceptance ul li + li{
	margin-left: 10px;
}
.form-box .contact-form__confirm{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.form-box .contact-form__confirm input{
	margin: 0 10px;
}
.thanks-box h3{
	color: #333333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 40px;
}
.thanks-box p{
	text-align-last: center;
}
.u-link {
    color: #007BD5;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.form-grid p{
		font-size: 3.6vw;
	}
	.form-grid .text{
		margin-bottom: 2%;
	}
	.order-guide .form-grid .text{
		font-size: 3.6vw;
		text-align: left;
	}
	.form-grid .step{
		margin: 5% 0 10% 0;
	}
	.form-grid .step li{
		width: 30%;
		font-size: 3.8vw;
		padding: 5% 3%;
	}
	.form-box dl dt{
		font-size: 3.8vw;
	}
	.form-box table.tbl-r th{
		width: 100%;
		padding: 0 0 2% 0;
		display:block;
	}
	.form-box table.tbl-r td{
		padding: 0 0 6% 0;
		display: block;
		width: 100%;
	}
	.form-box table.tbl-r th .required{
		font-size: 3.4vw;
	}
	.form-box table.tbl-r td p{
		font-size: 3.4vw;
	}
	.form-box table.tbl-r td p.note{
		font-size: 3.2vw;
		margin-bottom: 3%;
	}
	.form-box table.tbl-r td span.text{
		font-size: 3.4vw;
	}
	.form-box .acceptance{
		text-align: left;
		margin-top: 2%;
	}
	.form-box .acceptance ul{
		text-align: center;
		margin-top: 5%;
	}
	.form-box .acceptance ul li + li{
		margin-left: 3%;
	}
	.form-box .contact-form__confirm{
		margin-top: 10%;
	}
	.form-box .contact-form__confirm input{
		margin: 0 2%;
	}
	.thanks-box h3{
		font-size: 4.6vw;
		margin-bottom: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.form-grid p{
		font-size: 14px;
	}
	.form-grid .text{
		margin-bottom: 5px;
	}
	.order-guide .form-grid .text{
		font-size: 13px;
	}
	.form-grid .step{
		margin: 20px 0 40px 0;
	}
	.form-grid .step li{
		font-size: 16px;
		padding: 15px 10px;
	}
	.form-box dl dt{
		font-size: 15px;
	}
	.form-box table.tbl-r th,
	.form-box table.tbl-r td{
		padding: 10px 0;
	}
	.form-box table.tbl-r th{
		width: 240px;
	}
	.form-box table.tbl-r td p{
		font-size: 14px;
	}
	.form-box table.tbl-r td p.note{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.form-box table.tbl-r td span.text{
		font-size: 12px;
	}
	.form-box .required{
		font-size: 12px;
		margin-left: 10px;
	}
	.form-box .acceptance{
		margin-top: 30px;
	}
	.form-box .contact-form__confirm{
		margin-top: 40px;
	}
	.form-box .contact-form__confirm input{
		margin: 0 10px;
	}
	.thanks-box h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
}
/**
/* Forms CSS
----------------------------------------------- */
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	font-family: "Zen Kaku Gothic New", sans-serif;
	border: 1px solid #ddd;
	background: #F7F7F7;
	font-size: 15px;
	padding: 1em;
	width: 100%;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #c9c9c9;
}
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: #c9c9c9;
}
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: #c9c9c9;
}
.form-box dl dd input{
	background: transparent;
	border: none;
}
textarea{
	height: 200px;
}
input.s-text{
	width: 15%;
}
input.people-text {
    width: 10%;
}
.mw_wp_form .horizontal-item{
	display: inline-block;
	margin-right: 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}
input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
	border: none;
	background: #CC0000;
	color: #fff;
	width: 320px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 3.4;
	text-align: center;
	border-radius: 6px;
}
input.contact-link--back{
	background: #2F3123;
}
input.contact-link{
	background: #CC0000;
}
input.birth-box-year {
    width: 14%;
    text-align: center;
}
select.birth-box {
    width: 15%;
    text-align: center;
}
input.text-box {
    width: 65%;
}
select.pref-box {
    width: 25%;
}
.form-box table.tbl-r .Job-openings {
    vertical-align: top;
}
@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: 3.6vw;
	}
	textarea{
		height: 40.5555555556vw;
	}
	input.m-text{
		width: 100%;
	}
	input.s-text{
		width: 35%;
	}
	/*.mw_wp_form .horizontal-item{
		display: block;
		margin-right: 0;
	}*/
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0;
		margin-top: 5px;
	}
	input[type="submit"] {
		font-size: 3.8vw;
	}
	.submit_btn input.submit{
		width: 80%;
	}
	input.text-box {
		width: 100%;
	}
	select.pref-box {
		width: 50%;
	}
	input.birth-box-year {
		width: 25%;
		text-align: center;
	}
	select.birth-box {
		width: 20%;
		text-align: center;
	}
	ul.recruit_sp {
    	display: flex;
	}
	.form-box table.tbl-r td ul.recruit_sp li {
    	margin-top: 0;
	}
	input.people-text {
    	width: 50%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 14px;
	}
	textarea{
		height: 160px;
	}
	input[type="submit"] {
		font-size: 16px;
		width: 280px;
	}
}
/**
/* モーダル検索 CSS
----------------------------------------------- */
.search-form-box{
	position: fixed;
	display: none;
	background: #FFFFFF;
	top: 40%;
	right: 0;
    left: 0;
	width: 100%;
	max-width: 800px;
	height: 75vh;
	z-index: 19999;
	margin-right: auto;
    margin-left: auto;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	pointer-events: none;
}
.search-form-box.show{
    display: block;
    pointer-events: auto;
    animation: modalZoomin .1s ease-in-out forwards;
}
@keyframes modalZoomin {
	0% {
		transform: translateY(-50%) scale(.7)
	}
	to {
		transform: translateY(-50%) scale(1)
	}
}
.modal-content{
	position: relative;
	height: 100%;
	overflow: visible;
	overscroll-behavior: contain;
}
#modal-close{
	position: absolute;
    top: 16px;
    right: 16px;
    font-size: 30px;
    color: #c2c2c2;
    cursor: pointer;
}
.js-modal-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	cursor: pointer;
}
.js-modal-overlay.show{
    display: block;
}
.search-form-box h3{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
	font-size: 20px;
	font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
}
.tabArea.top{
	display: flex;
	border-bottom: 1px solid #e1e1e1;
}
.tabArea.top .one_tab{
	width: 33.3333%;
	transition: .5s;
	height: 60px;
}
.tabArea.top .one_tab a{
	position: relative;
	height: 60px;
	width: 100%;
	background: #f3f3f3;
	color: #CC0000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	display: inline-flex;
	flex: 1;
	align-items: center;
	justify-content: center;
}
.tabArea.top .one_tab a .icon{
	position: relative;
}
.tabArea.top .one_tab a .icon::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 1000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tabArea.top .one_tab a.area-btn .icon::before{
	background: url(../image/icon/area_icon_r.svg) no-repeat;
	background-size: cover;
	width: 15px;
	height: 18px;
	left: -40px;
}
.tabArea.top .one_tab a.occupation-btn .icon::before{
	background: url(../image/icon/occupation_icon_r.svg) no-repeat;
	background-size: cover;
	width: 24px;
	height: 18px;
	left: -40px;
}
.tabArea.top .one_tab a.obsession-btn .icon::before{
	background: url(../image/icon/detail_icon_r.svg) no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	left: -40px;
}
.tabArea.top .one_tab a .pc{
	display: inline-block;
}
.tabArea.top .one_tab a.select{
	background: #CC0000;
	color: #fff;
}
.tabArea.top .one_tab a.area-btn.select .icon::before{
	background: url(../image/icon/area_icon_w.svg) no-repeat;
	background-size: cover;
}
.tabArea.top .one_tab a.occupation-btn.select .icon::before{
	background: url(../image/icon/occupation_icon_w.svg) no-repeat;
	background-size: cover;
}
.tabArea.top .one_tab a.obsession-btn.select .icon::before{
	background: url(../image/icon/detail_icon_w.svg) no-repeat;
	background-size: cover;
}
.tabArea.top .one_tab a.select::after{
	content: "";
	position: absolute;
	bottom: -19px;
	border: 10px solid transparent;
	border-top: 10px solid #CC0000;
}
.search-form-box .reset-btn{
	text-align: right;
	padding: 10px;
}
.search-form-box .reset-btn label input{
	display: none;
}
.search-form-box .reset-btn span{
	display: inline-block;
	width: 200px;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.8;
	text-align: center;
	border: 1px solid #898989;
	border-radius: 6px;
	cursor: pointer;
}
.search-bottom{
	display: flex;
	justify-content: center;
	column-gap: 16px;
	padding: 10px;
	border-top: 1px solid #e1e1e1;
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
	width: 95%;
	background: #fff;
}
.tabArea.bottom{
	display: flex;
	justify-content: center;
	column-gap: 16px;
}
.tabArea.bottom .one_tab a{
	background: #f3f3f3;
	display: block;
	width: 100%;
	width: 200px;
	font-size: 15px;
	font-weight: 500;
	line-height: 3.4;
	text-align: center;
	border-radius: 50px;
	border: solid 1px #898989
}
.tabArea.bottom .one_tab a.select{
	display: none;
}
.search-bottom .block_btn li{
	position: relative;
	display: block;
	width: 240px;
}
.search-bottom .block_btn li::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../image/icon/search_icon_w.png) no-repeat;
	background-size: cover;
	z-index: 1000;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-bottom .block_btn li .submit{
	background: #CC0000;
	color: #fff;
	width: 100%;
	max-width: 240px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 3.4;
	border: none;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
}
.search-tab-wrap .tab_contents{
	position: relative;
	height: calc(-363px + 95vh);
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 75px;
}
.search-tab-wrap .tab_contents .tab_main{
	display: none;
	width: 95%;
	padding-top: 20px;
	margin-right: auto;
    margin-left: auto;
}
.search-tab-wrap .tab_contents .tab_main.is_show {
	display: block;
}
.search-form-box .js-search-box{
	display: none;
}
#obsession .js-search-box{
	display: block;
}
.search-form-box .sp-accordion-title{
	position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    padding: 16px;
}
.search-form-box .sp-accordion-title i{
	position: absolute;
    top: 50%;
    right: 20px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #c2c2c2;
    transition: .3s;
    transform: rotate(180deg) translateY(10px)
}
.search-form-box .check-all{
	display: flex;
	width: calc(100% - 16px);
    height: 48px;
    padding-left: 16px
}
.search-form-box .check-all label{
	display: flex;
    align-items: center;
    width: 100%
}
.js-search-box ul{
	border-bottom: 1px solid #e1e1e1
}
#occupation .js-search-box ul.child li,
#obsession .js-search-box ul.child li{
	display: flex;
	width: calc(50% - 32px);
	height: 48px;
	padding-left: 32px
}
#area .js-search-box ul.child li{
	display: flex;
	width: calc(33% - 32px);
    height: 48px;
    padding-left: 32px
}
.js-search-box ul li label{
	display: flex;
    align-items: center;
    width: 100%
}
input[type=checkbox].search-check{
	width: 24px;
    height: 24px;
    margin-right: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f4f4f4;
    border: 2px solid #e1e1e1;
    transition: .3s
}
input[type=checkbox].search-check:checked {
    background: #CC0000;
    border: none
}
input[type=checkbox].search-check:checked:before {
    width: 9px;
    transition-delay: .1s
}
input[type=checkbox].search-check:checked:after {
    width: 15px;
    transition-delay: .13s
}
input[type=checkbox].search-check:before {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background-color: #fff;
    transition: 70ms;
    transition-delay: 30ms;
    transform: translate(4px,11px) rotate(45deg);
    transform-origin: left
}
input[type=checkbox].search-check:after {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background-color: #fff;
    transition: 40ms;
    transform: translate(9px,17px) rotate(-45deg);
    transform-origin: left
}
@media only screen and (max-width: 767px) {
	#modal-close{
	    top: 1vw;
	    right: 3vw;
	    font-size: 8vw;
	}
	.search-form-box h3{
	    height: 15vw;
	    font-size: 4.6vw;
	}
	.tabArea.top .one_tab{
		height: 13vw;
	}
	.tabArea.top .one_tab a{
		height: 13vw;
		font-size: 3.6vw;
	}
	.tabArea.top .one_tab a.area-btn .icon::before{
		width: 3.3vw;
		height: 4.5vw;
		left: -5vw;
	}
	.tabArea.top .one_tab a.occupation-btn .icon::before{
		width: 5.4vw;
		height: 4vw;
		left: -8vw;
	}
	.tabArea.top .one_tab a.obsession-btn .icon::before{
		width: 5.4vw;
		height: 4vw;
		left: -7vw;
	}
	.tabArea.top .one_tab a .pc{
		display: none;
	}
	.search-form-box .reset-btn{
		padding: 3vw;
	}
	.search-form-box .reset-btn span{
		width: 40%;
		max-width: 200px;
		font-size: 3.4vw;
		line-height: 2.8;
	}
	.search-bottom{
		column-gap: 1vw;
		padding: 3vw;
	}
	.tabArea.bottom{
		column-gap: 1vw;
	}
	.tabArea.bottom .one_tab a{
		width: 25vw;
		font-size: 3vw;
		border-radius: 50px;
		border: solid 1px #898989;
	}
	.search-bottom .block_btn li{
		width: 45vw;
	}
	.search-bottom .block_btn li::before{
		width: 4vw;
		height: 4vw;
		left: 3vw;
	}
	.search-bottom .block_btn li input{
		max-width: auto;
		font-size: 3vw;
	}
	.search-tab-wrap .tab_contents{
		height: calc(-45vw + 70vh);
	}
	.search-tab-wrap .tab_contents .tab_main{
		padding-top: 4vw;
	}
	.search-form-box .sp-accordion-title{
	    font-size: 4vw;
	    padding: 3vw;
	}
	.search-form-box .sp-accordion-title i{
	    right: 4vw;
	    height: auto;
	    font-size: 4vw;
	    line-height: 1.5rem;
	}
	.search-form-box .check-all{
		width: calc(100% - 4vw);
		height: 15vw;
		padding-left: 4vw;
	}
	#occupation .js-search-box ul.child li,
	#obsession .js-search-box ul.child li{
		width: calc(100% - 8vw);
		height: 10vw;
		padding-left: 8vw;
	}
	#area .js-search-box ul.child li{
		width: calc(100% - 8vw);
		height: 10vw;
		padding-left: 8vw;
	}
	input[type=checkbox].search-check{
		width: 6vw;
		height: 6vw;
		margin-right: 2vw;
		border: 1px solid #e1e1e1;
	}
	input[type=checkbox].search-check:checked:before {
	    width: 2vw;
	}
	input[type=checkbox].search-check:checked:after {
	    width: 4vw;
	}
	input[type=checkbox].search-check:before {
	    transform: translate(1vw,3vw) rotate(45deg);
	}
	input[type=checkbox].search-check:after {
	    transform: translate(2.3vw,4.5vw) rotate(-45deg);
	}
	.search-bottom .block_btn li .submit{
		font-size: 3.6vw;
		line-height: 2.7;
	}
}
/**
/* エラーページ共通 CSS
----------------------------------------------- */
.error-guide .page-grid .entry p{
	font-size: 18px;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 30px 0;
}
.error-guide .entry .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.error-guide .page-grid .entry p{
		font-size: 3.4vw;
	}
	.error-guide .entry .error_url{
		padding: 5% 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 8%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.error-guide .page-grid .entry p{
		font-size: 16px;
	}
	.error-guide .entry .error_url{
		padding: 20px 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 40px;
	}
}

/**
/* サイトマップ CSS
----------------------------------------------- */
.sitemap-guide h3 {
    margin-bottom: 15px;
}
.sitemap-guide ul {
    margin-bottom: 15px;
}
.sitemap-guide a {
    text-decoration: underline;
}

/**
/* 求人エントリーサンクスページ CSS
----------------------------------------------- */
.flow-list .thanks-items {
    position: relative;
    width: calc(32%);
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
    margin: 0 5px 50px 5px;
}

.flow-list .thanks-items .no {
    position: absolute;
    top: -35px;
    left: 0;
    color: #CC0000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
.flow-list .flow-items .imgArea img{
	border-radius: 10px 10px 0 0;
}
.flow-list .thanks-items .contentArea h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 20px;
}
.flow-list .thanks-items .contentArea {
    padding: 30px 30px 40px 30px;
}
h3.thanks-ttl {
	text-align: center;
    margin: 25px 0 50px 0;
    font-size: 26px;
}
.entry-thanks {
    background: #F7F7F7;
    padding: 10px 30px 0 30px;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .flow-list .thanks-items {
        width: 100%;
    }
	.flow-list .flow-items .no {
        top: -9vw;
        font-size: 11vw;
    }
    .flow-list .flow-items .imgArea img{
		border-radius: 10px 0 0 10px;
	}
	.flow-list .thanks-items .contentArea h3 {
        font-size: 4.2vw;
        margin-bottom: 3%;
    }
	.flow-list .thanks-items .contentArea {
        padding: 6% 6% 8% 6%;
    }
	h3.thanks-ttl {
		font-size: 4.6vw;
	}
}

/**
/* フッター求人を探す CSS
----------------------------------------------- */
@media only screen and (min-width: 768px) {
  .parent-list {
    display: flex;
    flex-wrap: wrap;
	}
	.parent-items {
    width: calc(50%);
	}
}

/**
/* フッターフローティングバナー CSS
----------------------------------------------- */
#floating-banner{
	display: none;
	display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    right: 0;
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 0 6px #c5c5c5;
}

#floating-banner ul {
    display: flex;
    justify-content: center;
}

a.btn_left {
    background: #CC0000;
    color: #ffffff;
    padding: 10px 6px;
    border-radius: 10px;
    font-weight: 900;
    margin-right: 15px;
}

a.btn_right {
    color: #CC0000;
    border: 1.5px solid #CC0000;
    border-radius: 10px;
    padding: 10px;
	font-weight: bold;
}

a.btn_left span {
    background: #ffffff;
    color: #CC0000;
    padding: 0 10px;
    border-radius: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
#floating-banner{
    font-size: 3.3vw;
    }
}

/**
/* TOPページ企業様向けバナー下エリア
----------------------------------------------- */
.info-area h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 30px 0 15px 35px;
}
.info-area p {
    background: #fff;
    padding: 15px 25px 25px 25px;
	border-radius: 10px;
	font-size: 13px;
	max-width: 1024px;
	margin: 0 0 35px 35px;
}
.info-area p span {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333333;
}

@media only screen and (max-width: 767px) {
	.info-area {
    	width: auto;
		margin-bottom: 30px;
	}
	.info-area h3 {
    	font-size: 4.2vw;
	}
	.info-area p {
	width: auto;
	margin: 0 auto;
	font-size: 2.5vw;
	}
	.info-area p span {
	font-size: 3.5vw;
	margin: 0;
	}
	
}
/**
/* 外国人の方へ CSS
----------------------------------------------- */
.for-foreigners-wrap .page-view .page-view-bgImg {
	max-height: 100%;
	height: 860px;
}
.for-foreigners-wrap .page-view .view-box{
	top: 40%;
}
.for-foreigners-wrap .page-view .view-box .caption{
	margin-bottom: 26px;
}
.for-foreigners-wrap .page-view .view-box .caption span{
	display: inline-block;
	background: #c50000;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 8px 40px 9px 40px;
	border-radius: 10px;
}
.for-foreigners-wrap .page-view .view-box .support-box{
	max-width: 680px;
	margin-bottom: 50px;
}
.for-foreigners-wrap .page-view .view-box h4{
	align-items: center;
	display: flex;
	justify-content: center;
	color: #CC0000;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 20px;
}
.for-foreigners-wrap .page-view .view-box h4::before,
.for-foreigners-wrap .page-view .view-box h4::after {
	background-color: #CC0000;
	content: "";
	height: 3px;
	width: 60px;
}
.for-foreigners-wrap .page-view .view-box h4::before {
	transform: rotate(65deg);
}
.for-foreigners-wrap .page-view .view-box h4::after {
	transform: rotate(-65deg); 
}
.for-foreigners-wrap .page-view .view-box .support_list{
	background: rgb(255, 255, 255, 0.5);
	border: 2px solid #ffffff;
	padding: 14px 20px;
	border-radius: 10px;
}
.for-foreigners-wrap .page-view .view-box .support_list li{
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	padding-left: 30px;
}
.for-foreigners-wrap .page-view .view-box .support_list li::before{
	display: block;
	content: "";
	background: url(../image/for-foreigners/check.png) no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1000;
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.for-foreigners-wrap .page-view .view-box .support_list li + li{
	margin-left: 30px;
}
.for-foreigners-wrap .page-view .view-box h3{
	font-size: 55px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.for-foreigners-wrap .page-view .view-box h3 span{
	color: #c50000;
}
.for-foreigners-wrap .page-view .view-box h3 small{
	font-size: 40px;
}
.for-foreigners-wrap .page-view .view-box .view-btn{
	max-width: 800px;
}
.for-foreigners-wrap .page-view .view-box .ttl{
	color: #CC0000;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0 1px 10px #fff;
}
.for-foreigners-wrap .page-view .view-box .block_btn .btn{
	font-size: 20px;
	font-weight: 700;
}
.for-foreigners-wrap .page-view .view-box .block_btn .btn.tel {
	font-size: 2.5rem;
    line-height: 1.8;
    border: 2px solid #cc0000;
	background-image: url("../image/tel-icon.png");
		background-repeat: no-repeat;
	background-size: 35px;
	background-position: left 60px center;
	padding: 0px 50px 4px 90px;
}
.for-foreigners-wrap .page-view .view-box .block_btn li {
	display: block;
	width: 49%;
	max-width: 390px;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .page-view .page-view-bgImg {
		background-position: center top;
		max-height: 100%;
		height: 150vw;
	}
	.for-foreigners-wrap .page-view .view-box{
		top: 0;
		-webkit-transform: translate(50%, 0%);
		-moz-transform: translate(50%, 0%);
		-ms-transform: translate(50%, 0%);
		-o-transform: translate(50%, 0%);
		transform: translate(50%, 0%);
		padding-top: 1.6875rem;
	}
	.for-foreigners-wrap .page-view .view-box .caption{
		margin-bottom: 8vw;
	}
	.for-foreigners-wrap .page-view .view-box .caption span{
		display: block;
		font-size: 4.5vw;
		padding: 2vw;
		border-radius: 1.5vw;
	}
	.for-foreigners-wrap .page-view .view-box .support-box{
		max-width: 60vw;
		text-align: center;
		margin-bottom: 10vw;
	}
	.for-foreigners-wrap .page-view .view-box h4{
		font-size: 4.6vw;
		margin-bottom: 3vw;
	}
	.for-foreigners-wrap .page-view .view-box h4::before,
	.for-foreigners-wrap .page-view .view-box h4::after {
		height: 0.5vw;
		width: 8vw;
		margin: 0 -0.25rem;
	}
	.for-foreigners-wrap .page-view .view-box .support_list{
		display: inline-block;
		width: 52vw;
		padding: 3vw 5vw;
	}
	.for-foreigners-wrap .page-view .view-box .support_list li{
		font-size: 4vw;
		text-align: left;
		padding-left: 6vw;
	}
	.for-foreigners-wrap .page-view .view-box .support_list li::before{
		width: 4.2vw;
		height: 4.2vw;
	}
	.for-foreigners-wrap .page-view .view-box .support_list li + li{
		margin-left: 0;
		margin-top: 1.5vw;
	}
	.for-foreigners-wrap .page-view .view-box h3{
		font-size: 5vw;
		line-height: 1.425;
		margin-bottom: 8vw;
	}
	.for-foreigners-wrap .page-view .view-box h3 small{
		font-size: 4.4vw;
	}
	.for-foreigners-wrap .page-view .view-box .ttl{
		font-size: 3.6vw;
		margin-bottom: 2%;
	}
	.for-foreigners-wrap .page-view .view-box .block_btn{
		justify-content: center;
	}
	.for-foreigners-wrap .page-view .view-box .block_btn li{
		width: 80vw;
		max-width: inherit;
	}
	.for-foreigners-wrap .page-view .view-box .block_btn li + li{
		margin-top: 15px;
	}
	.for-foreigners-wrap .page-view .view-box .block_btn .btn{
		font-size: 3.6vw;
	}
	.for-foreigners-wrap .page-view .view-box .block_btn .btn.tel {
		font-size: 2rem;
		background-position: left 40px center;
		padding: 0px 40px 4px 70px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .page-view .page-view-bgImg {
		max-height: 100%;
		height: 500px;
	}
	.for-foreigners-wrap .page-view .view-box{
		top: 50%;
	}
	.for-foreigners-wrap .page-view .view-box .caption{
		margin-bottom: 20px;
	}
	.for-foreigners-wrap .page-view .view-box .caption span{
		font-size: 22px;
		padding: 8px 30px;
	}
	.for-foreigners-wrap .page-view .view-box .support-box{
		max-width: 480px;
		margin-bottom: 40px;
	}
	.for-foreigners-wrap .page-view .view-box h4{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.for-foreigners-wrap .page-view .view-box h4::before,
	.for-foreigners-wrap .page-view .view-box h4::after {
		height: 3px;
		width: 30px;
	}
	.for-foreigners-wrap .page-view .view-box .support_list{
		padding: 10px 15px;
	}
	.for-foreigners-wrap .page-view .view-box .support_list li{
		font-size: 18px;
		padding-left: 25px;
	}
	.for-foreigners-wrap .page-view .view-box .support_list li::before{
		width: 20px;
		height: 20px;
	}
	.for-foreigners-wrap .page-view .view-box .support_list li + li{
		margin-left: 20px;
	}
	.for-foreigners-wrap .page-view .view-box h3{
		font-size: 32px;
		margin-bottom: 40px;
	}
	.for-foreigners-wrap .page-view .view-box h3 small{
		font-size: 25px;
	}
	.for-foreigners-wrap .page-view .view-box .ttl{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.for-foreigners-wrap .page-view .view-box .block_btn .btn{
		font-size: 14px;
	}
	.for-foreigners-wrap .page-view .view-box .block_btn .btn.tel {
		font-size: 2rem;
		line-height: 1.75;
		background-position: left 50px center;
		padding: 1px 50px 1px 70px;
	}
}
.for-foreigners-wrap .contact-box{
	margin-top: 60px;
}
.for-foreigners-wrap .contact-box .block_btn {
	justify-content: center;
}
.for-foreigners-wrap .contact-box .block_btn li {
	margin: 0 15px
}
.for-foreigners-wrap .contact-box .block_btn .ttl {
	color: #CC0000;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0 1px 10px #fff;
}
.for-foreigners-wrap .contact-box .block_btn .tel {
	font-size: 2.5rem;
	line-height: 1.8;
	border: 2px solid #cc0000;
	background-image: url(../image/tel-icon.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: left 60px center;
	padding: 0px 50px 4px 90px;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .contact-box{
		margin-top: 8vw;
	}
	.for-foreigners-wrap .contact-box .block_btn li {
		margin: 0 0 15px;
		width: 80vw;
	}
	.for-foreigners-wrap .contact-box .block_btn .ttl {
	    font-size: 3.6vw;
	}
	.for-foreigners-wrap .contact-box .block_btn .tel {
		font-size: 2rem;
		background-position: left 40px center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .contact-box{
		margin-top: 40px;
	}
	.for-foreigners-wrap .contact-box .block_btn li {
		margin: 0 10px;
		max-width: 320px;
	}
	.for-foreigners-wrap .contact-box .block_btn .ttl {
	    font-size: 16px;
	}
	.for-foreigners-wrap .contact-box .block_btn .tel {
		font-size: 2.22rem;
		background-position: left 30px center;
		padding: 0px 30px 4px 54px;
	}
}
.foreigners-head-guide{
	padding: 70px 0;
}
.foreigners-head-guide .text{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.56;
	text-align: center;
}
.foreigners-head-guide .text span{
	color: #c50000;
}
.foreigners-head-guide .note{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.56;
	text-align: center;
	margin-top: 25px;
}
@media only screen and (max-width: 767px) {
	.foreigners-head-guide{
		padding: 7% 0;
	}
	.foreigners-head-guide .text{
		font-size: 4.4vw;
	}
	.foreigners-head-guide .note{
		font-size: 3.8vw;
		margin-top: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.foreigners-head-guide{
		padding: 50px 0 40px 0;
	}
	.foreigners-head-guide .text{
		font-size: 24px;
	}
	.foreigners-head-guide .note{
		font-size: 18px;
		margin-top: 20px;
	}
}
/*　　日本のホテル・旅館で働くメリット　　*/
.for-foreigners-wrap .point-guide{
	background: #f6f6f6;
	padding: 60px 0;
}
.for-foreigners-wrap .point-guide .grid-ttl .roma {
    color: #eaeaea;
}
.for-foreigners-wrap .point-guide .point-list .point-items .imgArea .ttl{
	min-width: 320px;
	border-radius: 0 10px 0 10px;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .point-guide{
		padding: 4% 0 10% 0;
	}
	.for-foreigners-wrap .point-guide .point-list .point-items .imgArea .ttl{
		min-width: 100%;
		border-radius: 0 0 10px 10px;
	}
	.for-foreigners-wrap .point-list .point-items .imgArea .img {
        height: 40vw;
    }
	.for-foreigners-wrap .point-list .point-items .imgArea img {
		width: 100%;
		height: 70%;
		object-fit: cover;
		border-radius: 10px 10px 0 0;
		object-position: 70%;
	}
	.for-foreigners-wrap .point-list .point-items .imgArea .img.merit02 img {
    object-position: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .point-guide{
		padding: 50px 0 60px 0;
	}
}
/*　　宿泊施設のタイプ　　*/
.for-foreigners-wrap .type-guide{
	padding: 60px 0;
}
.for-foreigners-wrap .type-guide .grid-ttl{
	margin-bottom: 25px;
}
.for-foreigners-wrap .type-guide .text{
	font-size: 17px;
	text-align: center;
	margin-bottom: 60px;
}
.for-foreigners-wrap .type-guide .slick-arrow{
	position: absolute;
	width: 68px;
	top: calc(50% - 44px);
	margin: auto;
	z-index: 20;
}
.for-foreigners-wrap .type-guide .prev-arrow{
	left: -70px;
}
.for-foreigners-wrap .type-guide .next-arrow{
	right: -70px;
}
.for-foreigners-wrap .type-list .type-items{
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	margin: 0 22px 20px 22px;
}
.for-foreigners-wrap .type-list .type-items .type-ttl{
	position: relative;
	background: rgb(136,116,89,1);
	background: linear-gradient(280deg, rgba(136,116,89,1) 0%, rgba(187,159,122,1) 100%);
	color: #ffffff;
	display: flex;
	align-items: center;
	border-radius: 10px 10px 0 0;
	padding: 8px 15px 12px 20px;
}
.for-foreigners-wrap .type-list .type-items .type-ttl .no{
	width: 52px;
	font-family: "Barlow Semi Condensed", serif;
	color: rgb(255,255,255,0.8);
	font-size: 46px;
	font-weight: 600;
	line-height: 1;
}
.for-foreigners-wrap .type-list .type-items .type-ttl h3{
	width: calc(100% - 50px);
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: 16px;
}
.for-foreigners-wrap .type-list .type-items .contentArea{
	padding: 40px 15px 30px 15px;
}
.for-foreigners-wrap .type-list .type-items h4{
	color: #c50000;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}
.for-foreigners-wrap .type-list .type-items .point{
	position: relative;
}
.for-foreigners-wrap .type-list .type-items .point::before{
	position: absolute;
	content: "";
	background: #d1c8bb;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
}
.for-foreigners-wrap .type-list .type-items .point span{
	position: relative;
	display: inline-block;
	background: rgb(136,116,89,1);
	background: linear-gradient(0deg, rgba(136,116,89,1) 0%, rgba(187,159,122,1) 100%);
	font-family: "Barlow Semi Condensed", serif;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 20px;
	border-radius: 50px;
}
.for-foreigners-wrap .type-list .type-items dl{
	margin-top: 15px;
	padding: 0 12px;
}
.for-foreigners-wrap .type-list .type-items dl dt{
	display: flex;
	align-items: baseline;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.for-foreigners-wrap .type-list .type-items dl dt span{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #c50000;
	font-family: "Barlow Semi Condensed", serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	border-radius: 100%;
	margin-right: 5px;
	top: -1px;
}
.for-foreigners-wrap .type-list .type-items dl dd{
	font-size: 15px;
	line-height: 1.45;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .type-guide{
		padding: 4% 0 8% 0;
	}
	.for-foreigners-wrap .type-guide .grid-ttl{
		margin-bottom: 3%;
	}
	.for-foreigners-wrap .type-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 10%;
	}
	.for-foreigners-wrap .type-guide .type-list{
		margin: 0 -6%;
	}
	.for-foreigners-wrap .type-guide .type-list .slick-track{
		padding-bottom: 5%;
	}
	.for-foreigners-wrap .type-guide .type-list .slick-slide{
		opacity: .5;
	}
	.for-foreigners-wrap .type-guide .type-list .slick-slide.slick-active{
		opacity: 1;
	}
	.for-foreigners-wrap .type-guide .slick-arrow{
		width: 12vw;
		top: 14%;
	}
	.for-foreigners-wrap .type-guide .prev-arrow{
		left: 9%;
	}
	.for-foreigners-wrap .type-guide .next-arrow{
		right: 9%;
	}
	.for-foreigners-wrap .type-list .type-items{
		width: 100%;
		margin: 0 3vw 3vw 3vw;
	}
	.for-foreigners-wrap .type-list .type-items .type-ttl{
		padding: 3% 5%;
	}
	.for-foreigners-wrap .type-list .type-items .type-ttl .no{
		width: 9vw;
		font-size: 8vw;
	}
	.for-foreigners-wrap .type-list .type-items .type-ttl h3{
		width: calc(100% - 8vw);
		font-size: 4.2vw;
		margin-left: 3%;
	}
	.for-foreigners-wrap .type-list .type-items .imgArea{
		margin-top: 0%;
	}
	.for-foreigners-wrap .type-list .type-items .contentArea{
		padding: 5%;
	}
	.for-foreigners-wrap .type-list .type-items h4{
		font-size: 4vw;
		text-align: left;
		margin-bottom: 3%;
	}
	.for-foreigners-wrap .type-list .type-items .point span{
		font-size: 4vw;
		padding: 1% 5%;
		border-radius: 50px;
	}
	.for-foreigners-wrap .type-list .type-items dl{
		margin-top: 5%;
		padding: 0;
	}
	.for-foreigners-wrap .type-list .type-items dl dt{
		font-size: 3.6vw;
	}
	.for-foreigners-wrap .type-list .type-items dl dt span{
		width: 5vw;
		height: 5vw;
		font-size: 3.4vw;
		line-height: 5vw;
		margin-right: 5px;
		top: -1px;
	}
	.for-foreigners-wrap .type-list .type-items dl dd{
		font-size: 3.3vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .type-guide{
		padding: 50px 0 60px 0;
	}
	.for-foreigners-wrap .type-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.for-foreigners-wrap .type-guide .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.for-foreigners-wrap .type-guide .slick-arrow{
		width: 50px;
		top: calc(50% - 30px);
	}
	.for-foreigners-wrap .type-guide .prev-arrow{
		left: -20px;
	}
	.for-foreigners-wrap .type-guide .next-arrow{
		right: -20px;
	}
	.for-foreigners-wrap .type-list .type-items{
		margin: 0 6px 10px 6px;
	}
	.for-foreigners-wrap .type-list .type-items .type-ttl{
		padding: 8px 15px 8px 15px;
	}
	.for-foreigners-wrap .type-list .type-items .type-ttl .no{
		width: 36px;
		font-size: 30px;
	}
	.for-foreigners-wrap .type-list .type-items .type-ttl h3{
		width: calc(100% - 30px);
		font-size: 18px;
		margin-left: 5px;
	}
	.for-foreigners-wrap .type-list .type-items .contentArea{
		padding: 25px 10px;
	}
	.for-foreigners-wrap .type-list .type-items h4{
		font-size: 16px;
		line-height: 1.45;
		margin-bottom: 10px;
	}
	.for-foreigners-wrap .type-list .type-items .point span{
		font-size: 16px;
		padding: 4px 15px;
	}
	.for-foreigners-wrap .type-list .type-items dl{
		margin-top: 10px;
		padding: 0 5px;
	}
	.for-foreigners-wrap .type-list .type-items dl dt{
		font-size: 15px;
	}
	.for-foreigners-wrap .type-list .type-items dl dt span{
		width: 16px;
		height: 16px;
		font-size: 12px;
		line-height: 16px;
	}
	.for-foreigners-wrap .type-list .type-items dl dd{
		font-size: 13px;
	}
}
/*　　職種　　*/
.for-foreigners-wrap .occupation-guide{
	background: #f6f6f6;
	padding: 60px 0;
}
.for-foreigners-wrap .occupation-guide .grid-ttl{
	margin-bottom: 25px;
}
.for-foreigners-wrap .occupation-guide .grid-ttl .roma {
    color: #eaeaea;
}
.for-foreigners-wrap .occupation-guide .text{
	font-size: 17px;
	text-align: center;
	margin-bottom: 60px;
}
.for-foreigners-wrap .occupation-guide .slick-arrow{
	position: absolute;
	width: 68px;
	top: calc(50% - 44px);
	margin: auto;
	z-index: 20;
}
.for-foreigners-wrap .occupation-guide .prev-arrow{
	left: -70px;
}
.for-foreigners-wrap .occupation-guide .next-arrow{
	right: -70px;
}
.for-foreigners-wrap .occupation-guide .occupation-carousel .slick-track{
	display: flex;
}
.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items{
	position: relative;
	background: #FFFFFF;
	height: auto !important;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	margin: 0 22px 20px 22px;
}
.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea{
	position: relative;
}
.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea .img{
	height: 214px;
}
.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea  .ttl{
	background: #887459;
	min-width: 190px;
	position: absolute;
	left:  0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 0 10px 0 0;
	padding: 13px 10px;
}
.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .contentArea{
	padding: 20px 20px 25px 30px;
}
.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .contentArea p{
	font-size: 15px;
	line-height: 1.5;
}
.for-foreigners-wrap .occupation-guide .note{
	font-size: 16px;
	line-height: 1.5;
	text-align: right;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .occupation-guide{
		padding: 4% 0 8% 0;
	}
	.for-foreigners-wrap .occupation-guide .grid-ttl{
		margin-bottom: 3%;
	}
	.for-foreigners-wrap .occupation-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 10%;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list{
		margin: 0 -6%;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .slick-track{
		padding-bottom: 5%;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .slick-slide{
		opacity: .5;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .slick-slide.slick-active{
		opacity: 1;
	}
	.for-foreigners-wrap .occupation-guide .slick-arrow{
		width: 12vw;
		top: calc(50% - 6vw);
	}
	.for-foreigners-wrap .occupation-guide .prev-arrow{
		left: 9%;
	}
	.for-foreigners-wrap .occupation-guide .next-arrow{
		right: 9%;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items{
		width: 100%;
		margin: 0 3vw 3vw 3vw;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea .img{
		height: 40vw;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea  .ttl{
		min-width: 35vw;
		font-size: 3.8vw;
		padding: 5%;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .contentArea{
		padding: 5%;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .contentArea p{
		font-size: 3.6vw;
	}
	.for-foreigners-wrap .occupation-guide .note{
		font-size: 3.4vw;
		margin-top: 0%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .occupation-guide{
		padding: 50px 0 60px 0;
	}
	.for-foreigners-wrap .occupation-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.for-foreigners-wrap .occupation-guide .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.for-foreigners-wrap .occupation-guide .slick-arrow{
		width: 50px;
		top: calc(50% - 30px);
	}
	.for-foreigners-wrap .occupation-guide .prev-arrow{
		left: -20px;
	}
	.for-foreigners-wrap .occupation-guide .next-arrow{
		right: -20px;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items{
		margin: 0 6px 10px 6px;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea .img{
		height: 164px;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .imgArea  .ttl{
		min-width: 180px;
		font-size: 15px;
		padding: 13px 10px;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .contentArea{
		padding: 15px;
	}
	.for-foreigners-wrap .occupation-guide .occupation-list .occupation-items .contentArea p{
		font-size: 14px;
	}
	.for-foreigners-wrap .occupation-guide .note{
		font-size: 13px;
		margin-top: 20px;
	}
}
/*　　フロー　　*/
.for-foreigners-wrap .flow-guide{
	background: #f6f6f6;
	padding: 60px 0;
}
.for-foreigners-wrap .flow-guide .grid-ttl .roma {
    color: #eaeaea;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .flow-guide{
		padding: 4% 0 8% 0;
	}
	.for-foreigners-wrap .flow-list .flow-items .imgArea {
		width: 50%;
		height: 152px;
	}
	.for-foreigners-wrap .flow-list .flow-items .imgArea img{
		object-position: 45% 50%;
	}
	.for-foreigners-wrap .flow-list .flow-items:nth-child(3) .imgArea img{
		object-position: 10% 50%;
	}
	.for-foreigners-wrap .flow-list .flow-items.post-4607 .imgArea img {
        object-position: 100% 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .flow-guide{
		padding: 50px 0 60px 0;
	}
}
/*　　CTA　　*/
.for-foreigners-wrap .column_inquiry-guide{
	padding: 100px 0 80px 0;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .column_inquiry-guide{
		padding: 10% 0 10% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .column_inquiry-guide{
		padding: 50px 0 60px 0;
	}
}
/*　　日本のホテル・旅館で働こう！　　*/
.foreigners-bg-guide .imgArea{
	position: relative;
}
.foreigners-bg-guide .imgArea .img{
	height: 916px;
}
.foreigners-bg-guide .imgArea .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foreigners-bg-guide h2{
	background: rgb(136,116,89,0.8);
	background: linear-gradient(0deg, rgba(136,116,89,0.8) 0%, rgba(187,159,122,0.8) 100%);
	position: absolute;
	width: 90%;
	max-width: 785px;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 16px 20px;
	border-radius: 10px;
	box-shadow: 6px 4px 15px rgb(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
	.foreigners-bg-guide .imgArea .img{
		height: 80vw;
	}
	.foreigners-bg-guide h2{
		font-size: 5.2vw;
		padding: 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.foreigners-bg-guide .imgArea .img{
		height: 540px;
	}
	.foreigners-bg-guide h2{
		font-size: 28px;
	}
}
/*　　よくあるご質問　　*/
.foreigners-faq-guide{
	background: url(../image/for-foreigners/faq_bg.png) center center no-repeat;
	background-size: cover;
	padding: 100px 0 100px 0;
}
.frontWrap .foreigners-faq-guide{
	background: url(../image/faq_bg.png) center center no-repeat;
	background-size: cover;
	background-position: 100% 0%;
}
.foreigners-faq-guide .foreigners-faq-grid{
	align-items: flex-start;
}
.foreigners-faq-guide .ttlArea{
	background: rgb(197, 0, 0, 0.8);
	width: 35%;
	text-align: center;
	padding: 180px 0;
}
.foreigners-faq-guide .grid-ttl{
    display: inline-block;
    text-align: left;
}
.foreigners-faq-guide .grid-ttl .roma {
    color: rgb(234, 234, 234, 0.5);
    line-height: 1;
}
.foreigners-faq-guide .grid-ttl h2 {
	color: #ffffff;
	margin-top: 0;
}
.foreigners-faq-guide .faq-list{
	width: 55%;
	max-width: 754px;
	margin-left: 5%;
}
.foreigners-faq-guide .faq-list .faq-items{
	background: #ffffff;
	border: 2px solid #887459;
	border-radius: 10px;
	margin-bottom: 15px;
}
.foreigners-faq-guide .faq-list .faq-items .question{
	position: relative;
	background: transparent;
	padding: 14px 18px 12px 18px;
	border-radius: 10px;
	cursor: pointer;
}
.foreigners-faq-guide .faq-list .faq-items .question::after{
	content: "";
	background: url(../image/for-foreigners/plus.png) center center no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}
.foreigners-faq-guide .faq-list .faq-items .question.open::after{
	background: url(../image/for-foreigners/minus.png) center center no-repeat;
	background-size: cover;
}
.foreigners-faq-guide .faq-list .faq-items .answer{
	display: none;
	background: #f6f6f6;
	padding: 12px 18px;
	border-radius: 0 0 10px 10px;
}
.foreigners-faq-guide .faq-list .faq-items .question dd{
	color: #000000;
	font-size: 20px;
}
.foreigners-faq-guide .faq-list .faq-items .answer dd{
	font-size: 16px;
	font-weight: 700;
}
.foreigners-faq-guide .faq-list .faq-items .dl_table dt{
	width: 53px;
}
.foreigners-faq-guide .faq-list .faq-items .dl_table dt span{
	width: 53px;
	height: 53px;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	border-radius: 100%;
}
.foreigners-faq-guide .faq-list .faq-items .question dt span{
	background: #887459;
}
.foreigners-faq-guide .faq-list .faq-items .answer dt span{
	background: #c50000;
	color: #FFFFFF;
}
.foreigners-faq-guide .faq-list .faq-items .dl_table dd{
	width: calc(100% - 53px);
	padding-left: 15px;
	padding-right: 15px;
}
.foreigners-faq-guide .faq-list .faq-items .question dd{
	padding-right: 45px;
}
@media only screen and (max-width: 767px) {
	.foreigners-faq-guide{
		padding: 0 0 6% 0;
	}
	.foreigners-faq-guide .ttlArea{
		width: 100%;
		padding: 5% 0;
		margin-bottom: 6%;
	}
	.foreigners-faq-guide .grid-ttl{
	    display: block;
	    text-align: center;
	}
	.foreigners-faq-guide .faq-list{
		width: 90%;
		margin-left: 5%;
	}
	.foreigners-faq-guide .faq-list .faq-items{
		margin-bottom: 2%;
	}
	.foreigners-faq-guide .faq-list .faq-items .question{
		padding: 5%;
	}
	.foreigners-faq-guide .faq-list .faq-items .question::after{
		width: 8vw;
		height: 8vw;
		right: 3vw;
	}
	.foreigners-faq-guide .faq-list .faq-items .answer{
		padding: 5%;
	}
	.foreigners-faq-guide .faq-list .faq-items .question dd{
		font-size: 4vw;
	}
	.foreigners-faq-guide .faq-list .faq-items .answer dd{
		font-size: 3.8vw;
	}
	.foreigners-faq-guide .faq-list .faq-items .dl_table dt{
		width: 8vw;
	}
	.foreigners-faq-guide .faq-list .faq-items .dl_table dt span{
		width: 8vw;
		height: 8vw;
		font-size: 6vw;
		line-height: 7.6vw;
	}
	.foreigners-faq-guide .faq-list .faq-items .dl_table dd{
		width: calc(100% - 9vw);
		padding-left: 3%;
		padding-right: 0;
	}
	.foreigners-faq-guide .faq-list .faq-items .question dd{
		padding-right: 8vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.foreigners-faq-guide{
		padding: 60px 0;
	}
	.foreigners-faq-guide .ttlArea{
		padding: 80px 0;
	}
	.foreigners-faq-guide .faq-list .faq-items{
		margin-bottom: 10px;
	}
	.foreigners-faq-guide .faq-list .faq-items .question{
		padding: 14px 15px 12px 15px;
	}
	.foreigners-faq-guide .faq-list .faq-items .question::after{
		width: 30px;
		height: 30px;
		right: 10px;
	}
	.foreigners-faq-guide .faq-list .faq-items .answer{
		padding: 12px 15px;
	}
	.foreigners-faq-guide .faq-list .faq-items .question dd{
		font-size: 16px;
	}
	.foreigners-faq-guide .faq-list .faq-items .answer dd{
		font-size: 14px;
	}
	.foreigners-faq-guide .faq-list .faq-items .dl_table dt{
		width: 43px;
	}
	.foreigners-faq-guide .faq-list .faq-items .dl_table dt span{
		width: 43px;
		height: 43px;
		font-size: 30px;
		line-height: 38px;
	}
	.foreigners-faq-guide .faq-list .faq-items .dl_table dd{
		width: calc(100% - 43px);
		padding-left: 10px;
		padding-right: 0;
	}
	.foreigners-faq-guide .faq-list .faq-items .question dd{
		padding-right: 30px;
	}
}
/*　　外国人活躍中の求人情報はコチラ　　*/
.foreigners-bnr-guide{
	padding: 100px 0 50px 0;
}
.foreigners-bnr-guide h2{
	position: relative;
	max-width: 800px;
	background: #887459;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 23px 20px 25px 20px;
	border-radius: 10px;
    margin: 0 auto 130px auto;
}
.foreigners-bnr-guide h2::after{
	position: absolute;
	bottom: -46px;
	right: 50%;
	transform: translateX(50%);
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 23px;
	height: 23px;
	border: 23px solid transparent;
	border-top: 23px solid #887459;
}
.foreigners-bnr-guide .bnr_btn{
	text-align: center;
}
.foreigners-bnr-guide .bnr_btn li{
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.foreigners-bnr-guide{
		padding: 8% 0 4% 0;
	}
	.foreigners-bnr-guide h2{
		font-size: 5vw;
		padding: 5%;
		margin: 0 auto 8vw auto;
	}
	.foreigners-bnr-guide h2::after{
		bottom: -6vw;
		width: 3vw;
		height: 4vw;
		border: 3vw solid transparent;
		border-top: 4vw solid #887459;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.foreigners-bnr-guide{
		padding: 60px 0 80px 0;
	}
	.foreigners-bnr-guide h2{
		font-size: 26px;
		padding: 15px 20px 16px 20px;
		margin: 0 auto 60px auto;
	}
	.foreigners-bnr-guide h2::after{
		bottom: -32px;
		width: 15px;
		height: 20px;
		border: 15px solid transparent;
		border-top: 20px solid #887459;
	}
}
/*　　宿泊施設のタイプ　　*/
.for-foreigners-wrap .concept-guide{
	padding: 25px 0 150px 0;
}
.for-foreigners-wrap .concept-guide .grid-ttl{
	margin-bottom: 60px;
}
.for-foreigners-wrap .concept-guide .concept-top .contentArea{
	padding: 0 30px 0 62px;
}
.for-foreigners-wrap .concept-guide .concept-top .contentArea h3{
	font-size: 24px;
}
@media only screen and (max-width: 767px) {
	.for-foreigners-wrap .concept-guide{
		padding: 0 0 10% 0;
	}
	.for-foreigners-wrap .concept-guide .grid-ttl{
		margin-bottom: 8%;
	}
	.for-foreigners-wrap .concept-guide .concept-top .contentArea{
		padding: 0;
	}
	.for-foreigners-wrap .concept-guide .concept-top .contentArea h3{
	font-size: 4.2vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.for-foreigners-wrap .concept-guide{
		padding: 20px 0 60px 0;
	}
	.for-foreigners-wrap .concept-guide .grid-ttl{
		margin-bottom: 40px;
	}
	.for-foreigners-wrap .concept-guide .concept-top .contentArea{
		padding: 0 30px 0 30px;
	}
}
/*　　在留資格　　*/
.residential-status-guide{
	padding: 60px 0 40px 0;
}
.residential-status-guide .grid-ttl{
	margin-bottom: 25px;
}
.residential-status-guide .text{
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.residential-status-guide .slick-arrow{
	position: absolute;
	width: 68px;
	top: calc(50% - 44px);
	margin: auto;
	z-index: 20;
}
.residential-status-guide .prev-arrow{
	left: -70px;
}
.residential-status-guide .next-arrow{
	right: -70px;
}
.residential-status-list .residential-status-items{
	margin: 0 12px;
}
.residential-status-list .residential-status-items h3{
	background: #887459;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	border-radius: 10px 10px 0 0;
	padding: 15px 10px 15px 20px;
}
.residential-status-list .residential-status-items h3 span{
	font-size: 16px;
}
.residential-status-list .residential-status-items .imgArea{
	margin-bottom: 24px;
}
.residential-status-list .residential-status-items .imgArea img{
	width: 100%;
}
.residential-status-list .residential-status-items .residential-status-tbl th,
.residential-status-list .residential-status-items .residential-status-tbl td{
	border: none;
	border-bottom: 1px solid #B2B2B2;
}
.residential-status-list .residential-status-items .residential-status-tbl tr:last-child th,
.residential-status-list .residential-status-items .residential-status-tbl tr:last-child td{
	/*border-bottom: none;*/
}
.residential-status-list .residential-status-items .residential-status-tbl th{
	color: #000000;
	width: 135px;
	padding: 15px;
}
.residential-status-list .residential-status-items .residential-status-tbl td{
	padding: 15px 0 15px 20px;
}
.residential-status-list .residential-status-items .residential-status-tbl td.height-L{
	height: 150px;
}
.residential-status-list .residential-status-items .residential-status-tbl td.height-M{
	height: 130px;
}
@media only screen and (max-width: 767px) {
	.residential-status-guide{
		padding: 4% 0 6% 0;
	}
	.residential-status-guide .grid-ttl{
		margin-bottom: 3%;
	}
	.residential-status-guide .grid-ttl .roma{
		white-space: nowrap;
		margin: 0 -7%;
	}
	.residential-status-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 10%;
	}
	.residential-status-guide .residential-status-carousel{
		width: 112%;
		margin: 0 -6%;
	}
	.residential-status-guide .slick-arrow{
		width: 12vw;
		top: 14%;
	}
	.residential-status-guide .prev-arrow{
		left: 9%;
	}
	.residential-status-guide .next-arrow{
		right: 9%;
	}
	.residential-status-list .residential-status-items{
		margin: 0 2vw;
	}
	.residential-status-list .residential-status-items h3{
		font-size: 3.6vw;
		padding: 3vw 2vw 3vw 3vw;
	}
	.residential-status-list .residential-status-items h3 span{
		font-size: 2.5vw;
	}
	.residential-status-list .residential-status-items .imgArea{
		margin-bottom: 3%;
	}
	.residential-status-list .residential-status-items .residential-status-tbl th{
		width: 12vw;
		padding: 2vw 3vw;
	}
	.residential-status-list .residential-status-items .residential-status-tbl td{
		padding: 2vw 0 2vw 3vw;
	}
	.residential-status-list .residential-status-items .residential-status-tbl td.height-L{
	height: 21vh;
}
	.residential-status-list .residential-status-items .residential-status-tbl td.height-M{
	height: 18vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.residential-status-guide{
		padding: 60px 0 30px 0;
	}
	.residential-status-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.residential-status-guide .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.residential-status-guide .slick-arrow{
		width: 50px;
		top: calc(50% - 30px);
	}
	.residential-status-guide .prev-arrow{
		left: -20px;
	}
	.residential-status-guide .next-arrow{
		right: -20px;
	}
	.residential-status-list .residential-status-items{
		margin: 0 6px;
	}
	.residential-status-list .residential-status-items h3{
		font-size: 16px;
		padding: 15px 10px 15px 15px;
	}
	.residential-status-list .residential-status-items h3 span{
		font-size: 14px;
	}
	.residential-status-list .residential-status-items .imgArea{
		margin-bottom: 15px;
	}
	.residential-status-list .residential-status-items .residential-status-tbl th{
		width: 120px;
		padding: 12px;
	}
	.residential-status-list .residential-status-items .residential-status-tbl td{
		padding: 12px 0 12px 15px;
	}
}
/*　　外国人労働者の構成比　　*/
.foreign-worker-guide{
	padding: 40px 0 80px 0;
}
.foreign-worker-guide .grid-ttl{
	margin-bottom: 25px;
}
.foreign-worker-guide .text{
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.foreign-worker-guide .figureArea{
	text-align: center;
}
.foreign-worker-guide .note{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 65px;
}
/* 初期はSP非表示（このセクションだけ） */
.foreign-worker-guide .figureArea .sp-only {
    display: none;
}
/* PC用画像（初期は表示） */
.foreign-worker-guide .figureArea .pc-only {
    display: block;
}
@media only screen and (max-width: 767px) {
	.foreign-worker-guide{
		padding: 4% 0 8% 0;
	}
	.foreign-worker-guide .grid-ttl{
		margin-bottom: 3%;
	}
	.foreign-worker-guide .text{
		font-size: 3vw;
		text-align: center;
		margin-bottom: 10%;
	}
	.foreign-worker-guide .note{
		font-size: 3.26vw;
		text-align: left;
		margin-top: 5%;
	}
	.foreign-worker-guide .figureArea .pc-only {
        display: none;
    }
    .foreign-worker-guide .figureArea .sp-only {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.foreign-worker-guide{
		padding: 30px 0 60px 0;
	}
	.foreign-worker-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.foreign-worker-guide .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.foreign-worker-guide .note{
		font-size: 12px;
		margin-top: 40px;
	}
}
/**
/* シギラセブンマイルズリゾート特集 CSS
----------------------------------------------- */
.shigira-wrap .page-view .page-view-bgImg {
	/**background-position: center top -20px;*/

	background-position: 50% 30%;
    height: calc(100vw * 0.375);
    width: 100vw;
	background-size: cover;
}
.shigira-wrap .view-box {
	top: 42%;
}
.shigira-wrap .page-view .view-box .caption{
	margin-bottom: 40px;
}
.shigira-wrap .page-view .view-box .caption span{
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-shadow: 5px 5px 10px rgb(51, 51, 51, 0.2);
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 7px 30px;
}
.shigira-wrap .page-view .view-box .caption small{
	font-size: 31px;
}
.shigira-wrap .page-view .view-box h3{
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-shadow: 5px 5px 10px rgb(51, 51, 51, 0.63);
	margin-bottom: 32px;
}
.shigira-wrap .page-view .view-box .text{
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	text-shadow: 5px 5px 10px rgb(51, 51, 51, 0.63);
}
.shigira-wrap .page-view .view-box .view-btn{
	max-width: 800px;
	margin-top: 57px;
}
.shigira-wrap .page-view .view-box .ttl{
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0px 1px 8px rgb(0, 0, 0, 0.8);
}
.shigira-wrap .page-view .view-box .block_btn .btn{
	font-size: 20px;
	font-weight: 700;
}
.shigira-wrap .page-view .view-box .block_btn .btn.tel {
	font-size: 2.5rem;
    line-height: 1.8;
    border: 2px solid #cc0000;
	background-image: url("../image/tel-icon.png");
		background-repeat: no-repeat;
	background-size: 35px;
	background-position: left 60px center;
	padding: 0px 50px 4px 90px;
}
.shigira-wrap .page-view .view-box .block_btn li {
	display: block;
	width: 49%;
	max-width: 390px;
}
@media only screen and (max-width: 767px) {
	.shigira-wrap .page-view .page-view-bgImg {
		height: 130vw;
		background-position: left -13px bottom;
		background-size: cover;
	}
	.shigira-wrap .page-view .view-box {
		top: 50%;
	}
	.shigira-wrap .page-view .view-box .caption{
		margin-bottom: 4vw;
	}
	.shigira-wrap .page-view .view-box .caption span{
		font-size: 6vw;
		padding: 1.5vw 4vw;
		border: 1px solid #fff;
		border-radius: 5px;
	}
	.shigira-wrap .page-view .view-box .caption small{
		font-size: 4.6vw;
	}
	.shigira-wrap .page-view .view-box h3{
		font-size: 7vw;
		line-height: 1.35;
		letter-spacing: 0.03em;
		margin-bottom: 4vw;
	}
	.shigira-wrap .page-view .view-box .text{
		font-size: 5vw;
		line-height: 1.65;
	}
	.shigira-wrap .page-view .view-box .view-btn{
		margin-top: 17vw;
	}
	.shigira-wrap .page-view .view-box .ttl{
		font-size: 3.6vw;
		margin-bottom: 2%;
	}
	.shigira-wrap .page-view .view-box .block_btn{
		justify-content: center;
	}
	.shigira-wrap .page-view .view-box .block_btn li{
		width: 80vw;
		max-width: inherit;
	}
	.shigira-wrap .page-view .view-box .block_btn li + li{
		margin-top: 4vw;
	}
	.shigira-wrap .page-view .view-box .block_btn .btn{
		font-size: 3.6vw;
	}
	.shigira-wrap .page-view .view-box .block_btn .btn.tel {
		font-size: 2rem;
		background-position: left 40px center;
		padding: 0px 40px 4px 70px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-wrap .page-view .page-view-bgImg {
		max-height: 100%;
		height: 390px;
	}
	.shigira-wrap .page-view .view-box .caption{
		margin-bottom: 20px;
	}
	.shigira-wrap .page-view .view-box .caption span{
		font-size: 28px;
		padding: 6px 20px;
	}
	.shigira-wrap .page-view .view-box .caption small{
		font-size: 22px;
	}
	.shigira-wrap .page-view .view-box h3{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.shigira-wrap .page-view .view-box .text{
		font-size: 26px;
	}
	.shigira-wrap .page-view .view-box .ttl{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.shigira-wrap .page-view .view-box .block_btn .btn{
		font-size: 14px;
	}
	.shigira-wrap .page-view .view-box .block_btn .btn.tel {
		font-size: 2rem;
		line-height: 1.75;
		background-position: left 50px center;
		padding: 1px 50px 1px 70px;
	}
}
.shigira-head-guide{
	padding: 70px 0;
}
.shigira-head-guide .inner{
	position: relative;
}
.shigira-head-guide .inner::after{
	position: absolute;
	background: url(../image/shigira/flower_icon2.png) center no-repeat;
	background-size: cover;
	content: '';
	width: 192px;
	height: 169px;
	bottom: -15px;
	right: -120px;
}
.shigira-head-guide .text{
	position: relative;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.shigira-head-guide{
		padding: 7% 0;
	}
	.shigira-head-guide .inner::after{
		content: none;
	}
	.shigira-head-guide .text{
		font-size: 3vw;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-head-guide{
		padding: 50px 0 40px 0;
	}
	.shigira-head-guide .inner::after{
		content: none;
	}
	.shigira-head-guide .text{
		font-size: 14px;
	}
}
/*　　インフォメーション　　*/
.shigira-info-guide{
	background: url(../image/shigira/bg_y.jpg);
	padding: 60px 0 80px 0;
}
.shigira-info-guide .grid-ttl{
	border-bottom: 1px solid #707070;
	padding-bottom: 36px;
	margin-bottom: 46px;
}
.shigira-info-guide .grid-ttl .roma {
	color: rgb(136, 116, 89, 0.2);
	font-size: 60px;
}
.shigira-info-grid .info-l{
	width: 50%;
}
.shigira-info-grid .info-logo{
	margin-bottom: 40px;
}
.shigira-info-grid .info-logo img{
	max-width: 307px;
}
.shigira-info-grid .info-l h3{
	font-family: "Noto Serif JP", serif;
	color: #544000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.66;
	text-align: center;
	margin-bottom: 34px;
}
.shigira-info-grid .iconArea{
	width: 55%;
	margin-left: -5%;
}
.shigira-info-grid .list{
	width: 50%;
	padding-top: 34px;
}
.shigira-info-grid .list ul li{
	position: relative;
	font-family: "Noto Serif JP", serif;
	color: #544000;
	font-size: 20px;
	line-height: 1.35;
	padding-left: 25px;
}
.shigira-info-grid .list ul li::before{
	position: absolute;
	content: '●';
	left: 5px;
	top: 4px;
	color: #887459;
	font-size: 15px;
}
.shigira-info-grid .list ul li + li{
	margin-top: 15px;
}
.shigira-info-grid .info-r{
	width: 50%;
	padding-left: 58px;
	padding-top: 36px;
}
.shigira-info-grid .info-r h3{
	font-family: "Noto Serif JP", serif;
	color: #544000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.66;
	text-align: center;
	border-bottom: 1px solid #707070;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.shigira-hotel-list .shigira-hotel-items{
	margin-bottom: 40px;
}
.shigira-hotel-list .shigira-hotel-items h4{
	position: relative;
	font-family: "Noto Serif JP", serif;
	color: #544000;
	font-size: 20px;
	line-height: 1.35;
	padding-left: 25px;
	margin-bottom: 20px;
}
.shigira-hotel-list .shigira-hotel-items h4::before{
	position: absolute;
	content: '●';
	left: 5px;
	top: 4px;
	color: #887459;
	font-size: 15px;
}
.shigira-hotel-list .shigira-hotel-items ul{
	column-gap: 14px;
	row-gap: 14px;
}
.shigira-hotel-list .shigira-hotel-items ul li{
	width: calc(50% - 7px);
}
.shigira-info-grid .info-l .mapArea img{
	position: relative;
	width: 110%;
	margin-top: -80px;
	right: -90px;
}
@media only screen and (max-width: 767px) {
	.shigira-info-guide{
		padding: 8% 0 10% 0;
	}
	.shigira-info-guide .grid-ttl{
		padding-bottom: 3%;
		margin-bottom: 8%;
	}
	.shigira-info-guide .grid-ttl .roma {
		font-size: 9.2vw;
	}
	.shigira-info-grid .info-l{
		width: 100%;
	}
	.shigira-info-grid .info-logo{
		text-align: center;
		margin-bottom: 8%;
	}
	.shigira-info-grid .info-logo img{
		width: 60vw;
		max-width: 100%;
	}
	.shigira-info-grid .info-l h3{
		font-size: 4vw;
		text-align: left;
		margin-bottom: 5%;
	}
	.shigira-info-grid .iconArea{
		width: 55%;
		margin-left: -5%;
		margin-right: -5%;
	}
	.shigira-info-grid .list{
		width: 55%;
		padding-top: 3%;
	}
	.shigira-info-grid .list ul li{
		font-size: 3.6vw;
		padding-left: 4.5vw;
	}
	.shigira-info-grid .list ul li::before{
		left: 0;
		top: 0.65vw;
		font-size: 3.26vw;
	}
	.shigira-info-grid .list ul li + li{
		margin-top: 2vw;
	}
	.shigira-info-grid .info-l .mapArea img{
		position: relative;
		width: 110%;
		margin-top: 3vw;
		right: -6%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-info-guide{
		padding: 50px 0 60px 0;
	}
	.shigira-info-guide .grid-ttl{
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.shigira-info-grid .info-l{
		width: 50%;
	}
	.shigira-info-grid .info-logo{
		margin-bottom: 30px;
	}
	.shigira-info-grid .info-logo img{
		max-width: 307px;
	}
	.shigira-info-grid .info-l h3{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.shigira-info-grid .iconArea{
		margin-left: -5%;
		margin-right: -5%;
	}
	.shigira-info-grid .list{
		width: 55%;
		padding-top: 15px;
	}
	.shigira-info-grid .list ul li{
		font-size: 14px;
		padding-left: 18px;
	}
	.shigira-info-grid .list ul li::before{
		left: 0;
		top: 3px;
		font-size: 12px;
	}
	.shigira-info-grid .list ul li + li{
		margin-top: 15px;
	}
	.shigira-info-grid .info-r{
		width: 50%;
		padding-left: 30px;
		padding-top: 10px;
	}
	.shigira-info-grid .info-r h3{
		font-size: 18px;
		padding-bottom: 6px;
		margin-bottom: 20px;
	}
	.shigira-hotel-list .shigira-hotel-items{
		margin-bottom: 30px;
	}
	.shigira-hotel-list .shigira-hotel-items h4{
		font-size: 16px;
		padding-left: 18px;
		margin-bottom: 15px;
	}
	.shigira-hotel-list .shigira-hotel-items h4::before{
		left: 0;
		top: 3px;
		font-size: 12px;
	}
	.shigira-hotel-list .shigira-hotel-items ul{
		column-gap: 6px;
		row-gap: 6px;
	}
	.shigira-hotel-list .shigira-hotel-items ul li{
		width: calc(50% - 3px);
	}
	.shigira-info-grid .info-l .mapArea img{
		margin-top: -40px;
		right: -60px;
	}
}
/*　　職種紹介 　　*/
.shigira-job-guide{
	padding: 50px 0 80px 0;
}
.shigira-job-guide .grid-ttl{
	margin-bottom: 44px;
}
.shigira-job-guide .text{
	font-size: 15px;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 60px;
}
.shigira-job-guide .shigira-job-grid{
	margin-bottom: 64px;
}
.shigira-job-guide .shigira-job-grid:last-child{
	margin-bottom: 0;
}
.shigira-job-guide .shigira-job-grid.col{
	column-gap: 60px;
}
.shigira-job-grid .shigira-job-block{
	width: 100%;
}
.shigira-job-grid .shigira-job-block.col-4{
	width: calc(80% - 4px);
}
.shigira-job-grid .bg-img{
	width: calc(20% - 56px);
	max-height: 485px;
	overflow: hidden;
}
.shigira-job-grid .bg-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shigira-job-block .shigira-job-ttl h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 24px 0;
	margin-bottom: 36px;
}
.shigira-job-block.col-4 .shigira-job-ttl{
	column-gap: 14px;
}
.shigira-job-block.col-4 .shigira-job-ttl h3:nth-child(1){
	width: calc(75% - 7px);
}
.shigira-job-block.col-4 .shigira-job-ttl h3:nth-child(2){
	width: calc(25% - 7px);
}
.shigira-job-block .shigira-job-list{
	column-gap: 14px;
	row-gap: 14px;
}
.shigira-job-list .shigira-job-items{
	display: flex;
    flex-direction: column;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.shigira-job-list .shigira-job-items.col-4{
	width: calc(25% - 10.5px);
}
.shigira-job-list .shigira-job-items.col-5{
	width: calc(20% - 11.5px);
}
.shigira-job-list .shigira-job-items.sp{
	display: none;
}
.shigira-job-list .shigira-job-items .imgArea{
	position: relative;
}
.shigira-job-list .shigira-job-items .img{
	height: 200px;
}
.shigira-job-list .shigira-job-items .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.shigira-job-list .shigira-job-items .ttl{
	background: rgb(136,116,89,1);
	background: linear-gradient(280deg, rgba(136,116,89,1) 0%, rgba(187,159,122,1) 100%);
	position: absolute;
	width: 100%;
	left:  0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 11px 0px 14px 0px;
}
.shigira-job-list .shigira-job-items .ttl span{
	font-size: 13px;
}
.shigira-job-list .shigira-job-items .contentArea{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 20px 15px;
}
.shigira-job-list .shigira-job-items .contentArea p{
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	margin-bottom: 15px;
}
.shigira-job-list .shigira-job-items .btn{
	margin-top: auto;
}
.shigira-job-list .shigira-job-items .btn li a{
	background: #ffffff;
	display: block;
	color: #c50000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #c50000;
	border-radius: 50px;
	padding: 12px 10px;
}
@media only screen and (max-width: 767px) {
	.shigira-job-guide{
		padding: 8% 0 10% 0;
	}
	.shigira-job-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.shigira-job-guide .text{
		font-size: 3.4vw;
		margin-bottom: 10%;
	}
	.shigira-job-guide .shigira-job-grid{
		margin-bottom: 10%;
	}
	.shigira-job-guide .shigira-job-grid:last-child{
		margin-bottom: 0;
	}
	.shigira-job-guide .shigira-job-grid.col{
		column-gap: 0;
	}
	.shigira-job-grid .shigira-job-block{
		width: 100%;
	}
	.shigira-job-grid .shigira-job-block.col-4{
		width: 100%;
	}
	.shigira-job-block .shigira-job-ttl h3{
		font-size: 4vw;
		padding: 3% 0;
		margin-bottom: 8%;
	}
	.shigira-job-block.col-4 .shigira-job-ttl{
		column-gap: 0;
	}
	.shigira-job-block.col-4 .shigira-job-ttl h3:nth-child(1){
		width: 100%;
	}
	.shigira-job-block .shigira-job-ttl h3 span{
		display: inline-block;
	}
	.shigira-job-block .shigira-job-list{
		margin: 0 -6%;
	}
	.shigira-job-block .shigira-job-list .slick-track{
		padding-bottom: 5%;
	}
	.shigira-job-block .shigira-job-list .slick-slide{
		opacity: .5;
	}
	.shigira-job-block .shigira-job-list .slick-slide.slick-active{
		opacity: 1;
	}
	.shigira-job-block .shigira-job-list .slick-arrow{
		position: absolute;
		width: 12vw;
		top: 35%;
		bottom: auto;
		margin: auto;
		z-index: 20;
	}
	.shigira-job-block .shigira-job-list .prev-arrow{
		left: 9%;
	}
	.shigira-job-block .shigira-job-list .next-arrow{
		right: 9%;
	}
	.shigira-job-list .shigira-job-items{
		width: 100%;
		margin: 0 3vw;
	}
	.shigira-job-list .shigira-job-items.col-4{
		width: 100%;
		margin: 0 3vw;
	}
	.shigira-job-list .shigira-job-items.col-5{
		width: 100%;
		margin: 0 3vw;
	}
	.shigira-job-list .shigira-job-items .img{
		height: 50vw;
	}
	.shigira-job-list .shigira-job-items .ttl{
		font-size: 3.2vw;
		padding: 3vw 0px 3vw 0px;
	}
	.shigira-job-list .shigira-job-items .ttl span{
		font-size: 3.2vw;
	}
	.shigira-job-list .shigira-job-items .contentArea{
		padding: 5vw;
	}
	.shigira-job-list .shigira-job-items .contentArea p{
		font-size: 3.6vw;
		margin-bottom: 5vw;
	}
	.shigira-job-list .shigira-job-items .btn li a{
		font-size: 3vw;
		padding: 3vw 2vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-job-guide{
		padding: 40px 0 60px 0;
	}
	.shigira-job-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.shigira-job-guide .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.shigira-job-guide .shigira-job-grid{
		margin-bottom: 42px;
	}
	.shigira-job-guide .shigira-job-grid.col{
		column-gap: 0;
	}
	.shigira-job-grid .shigira-job-block{
		width: 100%;
	}
	.shigira-job-grid .shigira-job-block.col-4{
		width: 100%;
	}
	.shigira-job-grid .bg-img{
		display: none;
	}
	.shigira-job-block .shigira-job-ttl h3{
		font-size: 20px;
		padding: 20px 0;
		margin-bottom: 30px;
	}
	.shigira-job-block.col-4 .shigira-job-ttl{
		column-gap: 10px;
	}
	.shigira-job-block.col-4 .shigira-job-ttl h3:nth-child(1){
		width: calc(75% - 5px);
	}
	.shigira-job-block.col-4 .shigira-job-ttl h3:nth-child(2){
		width: calc(25% - 5px);
	}
	.shigira-job-block .shigira-job-list{
		column-gap: 10px;
		row-gap: 14px;
	}
	.shigira-job-list .shigira-job-items.col-4{
		width: calc(25% - 7.5px);
	}
	.shigira-job-list .shigira-job-items.col-5{
		width: calc(25% - 7.5px);
	}
	.shigira-job-list .shigira-job-items .imgArea{
		position: relative;
	}
	.shigira-job-list .shigira-job-items .img{
		height: 160px;
	}
	.shigira-job-list .shigira-job-items .ttl{
		font-size: 13px;
		padding: 11px 0px 14px 0px;
	}
	.shigira-job-list .shigira-job-items .ttl span{
		font-size: 10px;
	}
	.shigira-job-list .shigira-job-items .contentArea{
		padding: 15px 10px;
	}
	.shigira-job-list .shigira-job-items .contentArea p{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.shigira-job-list .shigira-job-items .btn{
		margin-top: auto;
	}
	.shigira-job-list .shigira-job-items .btn li a{
		font-size: 12px;
		padding: 10px 5px;
	}
}
/*　　働くメリット　　*/
.shigira-wrap .point-guide{
	background: #f6f6f6;
	padding: 40px 0 70px 0;
}
.shigira-wrap .point-guide .grid-ttl .roma {
	color: #eaeaea;
}
.shigira-wrap .point-list .point-items .no{
	font-family: "Barlow Semi Condensed", serif;
	position: absolute;
	left: 10px;
	top: 4px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	text-shadow: 0px 5px 8px rgb(51, 51, 51, 0.2);
}
.shigira-wrap .point-list .point-items .imgArea img{
	object-position: top;
}
.shigira-wrap .point-list .point-items .imgArea .ttl{
	min-width: 360px;
	border-radius: 0 10px 0 10px;
}
.shigira-wrap .point-guide .contact-box{
	padding-top: 35px;
}
@media only screen and (max-width: 767px) {
	.shigira-wrap .point-guide{
		padding: 8% 0 10% 0;
	}
	.shigira-wrap .point-guide .grid-ttl{
		margin-bottom: 8%;
	}
	.shigira-wrap .point-list .point-items .no{
		left: 2vw;
		top: 1vw;
		font-size: 8vw;
	}
	.shigira-wrap .point-list .point-items .imgArea .ttl{
		min-width: 100%;
	}
	.shigira-wrap .point-guide .contact-box{
		padding-top: 10%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-wrap .point-guide{
		padding: 40px 0 70px 0;
	}
	.shigira-wrap .point-list .point-items .no{
		font-size: 30px;
	}
	.shigira-wrap .point-list .point-items .imgArea .ttl{
		min-width: 100%;
	}
	.shigira-wrap .point-guide .contact-box{
		padding-top: 40px;
	}
}
/*　　移住ストーリー　　*/
.shigira-interview-guide{
	padding: 70px 0;
}
.shigira-interview-guide .inner{
	background: #f6f6f6;
	padding: 42px;
	border-top: 2px solid #b4a590;
}
.shigira-interview-guide h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 24px;
}
.shigira-interview-guide .text{
	font-size: 15px;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 30px;
}
.shigira-interview-guide .movieArea{
	position: relative;
	width: 41%;
	height: 260px;
}
.shigira-interview-guide .movieArea iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shigira-interview-guide .interview-list{
	width: 59%;
	column-gap: 40px;
	padding-left: 38px;
}
.shigira-interview-guide .interview-list .interview-items{
	position: relative;
	width: calc(50% - 20px);
}
.shigira-interview-guide .interview-list .interview-items:first-child::after{
	position: absolute;
	background: #707070;
	content: '';
	width: 1px;
	height: 100%;
	right: -20px;
	top: 0;
	bottom: 0;
}
.shigira-interview-guide .interview-list .interview-items .ttlArea{
	position: relative;
	background: rgb(136,116,89,1);
	background: linear-gradient(280deg, rgba(136,116,89,1) 0%, rgba(187,159,122,1) 100%);
	display: flex;
	color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 16px;
}
.shigira-interview-guide .interview-list .interview-items .ttlArea .no{
	width: 40px;
	font-family: "Barlow Semi Condensed", serif;
	color: rgb(255,255,255,0.5);
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.shigira-interview-guide .interview-list .interview-items .ttlArea h3{
	width: calc(100% - 40px);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.27;
}
.shigira-interview-guide .interview-list .interview-items .interview-head{
	align-items: center;
}
.shigira-interview-guide .interview-list .interview-items .interview-img{
	width: 74px;
}
.shigira-interview-guide .interview-list .interview-items .interview-data{
	width: calc(100% - 74px);
	padding-left: 15px;
}
.shigira-interview-guide .interview-list .interview-items .interview-data li{
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 1.35;
}
.shigira-interview-guide .interview-list .interview-items .interview-data li + li{
	margin-top: 5px;
}
.shigira-interview-guide .interview-list .interview-items .interview-data li span{
	display: inline-block;
	width: 20px;
	line-height: 0;
	text-align: center;
	margin-right: 5px;
}
.shigira-interview-guide .interview-list .interview-items .interview-data li span img{
	width: 15px;
}
.shigira-interview-guide .interview-list .interview-items .interview-data li + li span img{
	width: 20px;
}
.shigira-interview-guide .interview-list .interview-items .comment{
	margin-top: 24px;
}
.shigira-interview-guide .interview-list .interview-items .comment p{
	font-size: 14px;
	line-height: 1.57;
}
@media only screen and (max-width: 767px) {
	.shigira-interview-guide{
		padding: 15% 0;
	}
	.shigira-interview-guide .inner{
		width: 100%;
		padding: 8% 5%;
	}
	.shigira-interview-guide h2{
		font-size: 4.4vw;
		margin-bottom: 5%;
	}
	.shigira-interview-guide .text{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.shigira-interview-guide .movieArea{
		width: 100%;
		height: 50vw;
		margin-bottom: 10%;
	}
	.shigira-interview-guide .interview-list{
		width: 100%;
		column-gap: 5vw;
		padding-left: 0;
	}
	.shigira-interview-guide .interview-list .interview-items{
		width: calc(50% - 2.5vw);
	}
	.shigira-interview-guide .interview-list .interview-items:first-child::after{
		position: absolute;
		background: #707070;
		content: '';
		width: 1px;
		height: 100%;
		right: -2.5vw;
		top: 0;
		bottom: 0;
	}
	.shigira-interview-guide .interview-list .interview-items .ttlArea{
		border-radius: 10px;
		padding: 10px;
		margin-bottom: 16px;
	}
	.shigira-interview-guide .interview-list .interview-items .ttlArea .no{
		width: 40px;
		font-size: 30px;
	}
	.shigira-interview-guide .interview-list .interview-items .ttlArea h3{
		width: 100%;
		font-size: 3.4vw;
		text-align: center;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-img{
		width: 15vw;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data{
		width: calc(100% - 15vw);
		padding-left: 3%;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data li{
		align-items: baseline;
		font-size: 3.2vw;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data li + li{
		margin-top: 5px;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data li span{
		width: 4vw;
		margin-right: 2vw;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data li span img{
		width: 3vw;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data li + li span img{
		width: 4vw;
	}
	.shigira-interview-guide .interview-list .interview-items .comment{
		margin-top: 2vw;
	}
	.shigira-interview-guide .interview-list .interview-items .comment p{
		font-size: 3.2vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-interview-guide{
		padding: 40px 0;
	}
	.shigira-interview-guide h2{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.shigira-interview-guide .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.shigira-interview-guide .movieArea{
		width: 100%;
		height: 340px;
		margin-bottom: 20px;
	}
	.shigira-interview-guide .interview-list{
		width: 100%;
		column-gap: 40px;
		padding-left: 0;
	}
	.shigira-interview-guide .interview-list .interview-items{
		width: calc(50% - 20px);
	}
	.shigira-interview-guide .interview-list .interview-items:first-child::after{
		right: -20px;
	}
	.shigira-interview-guide .interview-list .interview-items .ttlArea .no{
		width: 40px;
		font-size: 26px;
	}
	.shigira-interview-guide .interview-list .interview-items .ttlArea h3{
		width: calc(100% - 40px);
		font-size: 16px;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data li{
		font-size: 14px;
	}
	.shigira-interview-guide .interview-list .interview-items .interview-data li + li{
		margin-top: 5px;
	}
	.shigira-interview-guide .interview-list .interview-items .comment{
		margin-top: 15px;
	}
	.shigira-interview-guide .interview-list .interview-items .comment p{
		font-size: 12px;
	}
}
/*　　福利厚生　　*/
.shigira-welfare-guide{
	background: url(../image/shigira/bg_y.jpg);
	padding: 40px 0 80px 0;
}
.shigira-welfare-guide .grid-ttl .roma {
    color: rgb(136, 116, 89, 0.2);
}
.shigira-welfare-list .welfare-items{
	padding-bottom: 80px;
}
.shigira-welfare-list .welfare-items .grid-ttl{
	margin-bottom: 52px;
}
.shigira-welfare-list .welfare-items.residence{
	border-bottom: 1px solid #707070;
	margin-bottom: 45px;
}
.shigira-welfare-list .welfare-items .welfare-head .movieArea,
.shigira-welfare-list .welfare-items .welfare-head .imgArea{
	position: relative;
	width: calc(50% - 38px);
}
.shigira-welfare-list .welfare-items .welfare-head .imgArea{
	height: 300px;
}
.shigira-welfare-list .welfare-items .welfare-head .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.shigira-welfare-list .welfare-items .welfare-head .movieArea video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.shigira-welfare-list .welfare-items .welfare-head .box{
	background: url(../image/shigira/box.jpg) center center no-repeat;
	background-size: cover;
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.shigira-welfare-list .welfare-items .welfare-head .box-inner{
	background: #ffffff;
	flex-grow: 1;
	border-radius: 10px;
	padding: 30px 20px;
}
.shigira-welfare-list .welfare-items .welfare-head .contentArea{
	position: relative;
	width: 100%;
}
.shigira-welfare-list .cafeteria .welfare-head .contentArea::after{
	position: absolute;
	background: url(../image/shigira/cafeteria_icon.png) center no-repeat;
	background-size: cover;
	content: '';
	width: 221px;
	height: 113px;
	bottom: -6px;
	right: 0;
}
.shigira-welfare-list .welfare-items .welfare-head h3{
	font-family: "Noto Serif JP", serif;
	color: #544000;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.35;
	border-bottom: 1px solid #707070;
	padding: 0 10px 16px 10px;
	margin-bottom: 25px;
}
.shigira-welfare-list .welfare-items .welfare-head .contentArea ul{
	position: relative;
	z-index: 1;
}
.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li{
	position: relative;
	font-family: "Noto Serif JP", serif;
	color: #544000;
	font-size: 20px;
	line-height: 1.35;
	padding-left: 25px;
}
.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li::before{
	position: absolute;
	content: '●';
	left: 5px;
	top: 4px;
	color: #887459;
	font-size: 15px;
}
.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li + li{
	margin-top: 15px;
}
.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li small{
	font-size: 16px;
}
.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li span{
	color: #c50000;
}
.shigira-welfare-list .welfare-items .welfare-gallery{
	margin-top: 38px;
}
.shigira-welfare-list .welfare-items .welfare-gallery ul{
	column-gap: 33px;
}
.shigira-welfare-list .welfare-items .welfare-gallery ul li{
	width: calc(25% - 25px);
	height: 210px;
}
.shigira-welfare-list .welfare-items .welfare-gallery ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.shigira-welfare-guide .contact-box{
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 62px 0;
}
@media only screen and (max-width: 767px) {
	.shigira-welfare-guide{
		padding: 10% 0 12% 0;
	}
	.shigira-welfare-list .welfare-items{
		padding-bottom: 15%;
	}
	.shigira-welfare-list .welfare-items .grid-ttl{
		margin-bottom: 8%;
	}
	.shigira-welfare-list .welfare-items.residence{
		border-bottom: none;
		margin-bottom: 0;
	}
	.shigira-welfare-list .welfare-items .welfare-head .movieArea,
	.shigira-welfare-list .welfare-items .welfare-head .imgArea{
		width: 100%;
	}
	.shigira-welfare-list .welfare-items .welfare-head .movieArea{
		padding-top: 100%;
		margin-bottom: 8%;
	}
	.shigira-welfare-list .welfare-items .welfare-head .box{
		width: 100%;
		padding: 5% 0;
	}
	.shigira-welfare-list .welfare-items .welfare-head .box-inner{
		border-radius: 0;
		padding: 5%;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea{
		width: 55%;
	}
	.shigira-welfare-list .cafeteria .welfare-head .contentArea::after{
		width: 35vw;
		height: 18vw;
		bottom: -1vw;
		right: 0;
	}
	.shigira-welfare-list .welfare-items .welfare-head h3{
		font-size: 4vw;
		padding: 0 0 3% 0;
		margin-bottom: 5%;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li{
		font-size: 3.6vw;
		padding-left: 4vw;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li::before{
		left: 0;
		top: 0.75vw;
		font-size: 3vw;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li + li{
		margin-top: 3%;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li small{
		font-size: 3vw;
	}
	.shigira-welfare-list .welfare-items .welfare-gallery{
		width: 40%;
		margin-top: 0;
	}
	.shigira-welfare-list .welfare-items .welfare-gallery ul{
		column-gap: 0;
		row-gap: 2vw;
	}
	.shigira-welfare-list .welfare-items .welfare-gallery ul li{
		width: 100%;
		height: 20vw;
	}
	.shigira-welfare-guide .contact-box{
		border-top: none;
		padding: 0 0 8% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-welfare-guide{
		padding: 40px 0 60px 0;
	}
	.shigira-welfare-list .welfare-items{
		padding-bottom: 60px;
	}
	.shigira-welfare-list .welfare-items .grid-ttl{
		margin-bottom: 42px;
	}
	.shigira-welfare-list .welfare-items .welfare-head .movieArea,
	.shigira-welfare-list .welfare-items .welfare-head .imgArea{
		width: calc(50% - 24px);
	}
	.shigira-welfare-list .welfare-items .welfare-head .imgArea{
		height: 260px;
	}
	.shigira-welfare-list .welfare-items .welfare-head .box{
		padding: 10px;
	}
	.shigira-welfare-list .welfare-items .welfare-head .box-inner{
		padding: 25px 20px;
	}
	.shigira-welfare-list .cafeteria .welfare-head .contentArea::after{
		width: 160px;
		height: 82px;
		bottom: -6px;
	}
	.shigira-welfare-list .welfare-items .welfare-head h3{
		font-size: 20px;
		padding: 0 5px 10px 5px;
		margin-bottom: 16px;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li{
		font-size: 16px;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li::before{
		top: 3px;
		font-size: 12px;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li + li{
		margin-top: 10px;
	}
	.shigira-welfare-list .welfare-items .welfare-head .contentArea ul li small{
		font-size: 14px;
	}
	.shigira-welfare-list .welfare-items .welfare-gallery{
		margin-top: 30px;
	}
	.shigira-welfare-list .welfare-items .welfare-gallery ul{
		column-gap: 12px;
	}
	.shigira-welfare-list .welfare-items .welfare-gallery ul li{
		width: calc(25% - 9px);
		height: 148px;
	}
	.shigira-welfare-guide .contact-box{
		padding: 40px 0;
	}
}
/*　　宮古島の生活　　*/
.shigira-welfare-guide .shigira-life{
	padding-top: 32px;
}
.shigira-welfare-guide .shigira-life .grid-ttl{
	margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
	.shigira-welfare-guide .shigira-life{
		position: relative;
		padding-top: 10%;
	}
	.shigira-welfare-guide .shigira-life .grid-ttl{
		position: absolute;
		right: 8%;
		top: 10%;
		margin-bottom: 0;
	}
	.shigira-welfare-guide .shigira-life .mapArea{
		width: 110%;
		margin: 0 -6%;
	}
	.shigira-welfare-guide .shigira-life .sp_map{
		margin-top: 12%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-welfare-guide .shigira-life .grid-ttl{
		margin-bottom: 40px;
	}
}
/*　　移住おすすめポイント　　*/
.shigira-point-guide{
	padding: 50px 0 80px 0;
}
.shigira-point-guide .grid-ttl{
	margin-bottom: 50px;
}
.shigira-point-guide .grid-ttl .roma {
	color: #fcf2f2;
}
.shigira-point-guide .text{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 80px;
}
.shigira-point-guide .shigira-point-list{
	column-gap: 36px;
}
.shigira-point-list .point-items{
	position: relative;
	width: calc(25% - 27px);
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	padding: 30px;
}
.shigira-point-list .point-items p{
	font-size: 15px;
	line-height: 1.5;
}
.shigira-point-list .point-items .no{
	position: absolute;
	width: 68px;
	top: -30px;
	left: -10px;
	line-height: 0;
}
.shigira-point-list .point-items .point-icon{
	text-align: center;
	margin-bottom: 25px;
}
.shigira-point-list .point-items .point-icon img{
	max-width: 69px;
}
.shigira-point-list .point-items h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
	margin-bottom: 23px;
}
.shigira-point-list .point-items a{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.5;
	color: #c50000;
	text-align: right;
	margin-top: 15px;
	padding-right: 10px;
}
.shigira-point-list .point-items a::before{
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 46%;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #c50000;
	border-right: 2px solid #c50000;
	transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.shigira-point-guide{
		padding: 10% 0 12% 0;
	}
	.shigira-point-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.shigira-point-guide .text{
		font-size: 3.6vw;
		margin-bottom: 13%;
	}
	.shigira-point-guide .shigira-point-list{
		column-gap: 4vw;
		row-gap: 10vw;
	}
	.shigira-point-list .point-items{
		width: calc(50% - 2vw);
		padding: 5vw 4vw;
	}
	.shigira-point-list .point-items p{
		font-size: 3.4vw;
	}
	.shigira-point-list .point-items .no{
		width: 14vw;
		top: -7vw;
		left: -2vw;
	}
	.shigira-point-list .point-items .point-icon{
		margin-bottom: 8%;
	}
	.shigira-point-list .point-items .point-icon img{
		max-width: 12vw;
	}
	.shigira-point-list .point-items h3{
		font-size: 3.6vw;
		padding-bottom: 2vw;
		margin-bottom: 3vw;
	}
	.shigira-point-list .point-items a{
		font-size: 3.4vw;
		margin-top: 3vw;
		padding-right: 3vw;
	}
	.shigira-point-list .point-items a::before{
		top: 50%;
		width: 2vw;
		height: 2vw;
		border-top: 1px solid #c50000;
		border-right: 1px solid #c50000;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-point-guide{
		padding: 40px 0 60px 0;
	}
	.shigira-point-guide .grid-ttl{
		margin-bottom: 40px;
	}
	.shigira-point-guide .text{
		font-size: 14px;
		margin-bottom: 60px;
	}
	.shigira-point-guide .shigira-point-list{
		column-gap: 20px;
		row-gap: 40px;
	}
	.shigira-point-list .point-items{
		width: calc(50% - 10px);
	}
	.shigira-point-list .point-items p{
		font-size: 14px;
	}
	.shigira-point-list .point-items .no{
		width: 60px;
		top: -25px;
		left: -10px;
	}
	.shigira-point-list .point-items .point-icon{
		margin-bottom: 15px;
	}
	.shigira-point-list .point-items h3{
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.shigira-point-list .point-items a{
		font-size: 14px;
		margin-top: 10px;
	}
	.shigira-point-list .point-items a::before{
		top: 50%;
		border-top: 1px solid #c50000;
		border-right: 1px solid #c50000;
	}
}
/*　　フロー　　*/
.shigira-wrap .flow-guide{
	background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 70%, #FFFFFF 70%, #FFFFFF 100%);
	padding: 30px 0 100px 0;
}
@media only screen and (max-width: 767px) {
	.shigira-wrap .flow-guide{
		background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 80%, #FFFFFF 80%, #FFFFFF 100%);
		padding: 8% 0 20% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-wrap .flow-guide{
		padding: 20px 0 60px 0;
	}
}
/*　　申し込み・お問合せ　　*/
.shigira-wrap .contact-box .block_btn {
	justify-content: center;
}
.shigira-wrap .contact-box .block_btn li {
	margin: 0 15px
}
.shigira-wrap .contact-box .block_btn .ttl {
	color: #CC0000;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0 1px 10px #fff;
}
.shigira-wrap .contact-box .block_btn .tel {
	font-size: 2.5rem;
	line-height: 1.8;
	border: 2px solid #cc0000;
	background-image: url(../image/tel-icon.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: left 60px center;
	padding: 0px 50px 4px 90px;
}
@media only screen and (max-width: 767px) {
	.shigira-wrap .contact-box .block_btn li {
		margin: 0 0 15px;
		width: 80vw;
	}
	.shigira-wrap .contact-box .block_btn .ttl {
	    font-size: 3.6vw;
	}
	.shigira-wrap .contact-box .block_btn .tel {
		font-size: 2rem;
		background-position: left 40px center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-wrap .contact-box .block_btn li {
		margin: 0 10px;
		max-width: 320px;
	}
	.shigira-wrap .contact-box .block_btn .ttl {
	    font-size: 16px;
	}
	.shigira-wrap .contact-box .block_btn .tel {
		font-size: 2.22rem;
		background-position: left 30px center;
		padding: 0px 30px 4px 54px;
	}
}
.shigira-wrap .concept-guide{
	padding: 40px 0 100px 0;
}
.shigira-wrap .concept-guide .grid-ttl{
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.shigira-wrap .concept-guide{
		padding: 0 0 10% 0;
	}
	.shigira-wrap .concept-guide .grid-ttl{
		margin-bottom: 8%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shigira-wrap .concept-guide{
		padding: 20px 0 60px 0;
	}
	.shigira-wrap .concept-guide .grid-ttl{
		margin-bottom: 40px;
	}
}
/**
/* 職種から求人を探す CSS
----------------------------------------------- */
.frontWrap .job-type-guide{
	padding: 0px 0 18px 0;
}
.frontWrap .job-type-guide .grid-ttl{
	margin-bottom: 25px;
}
.frontWrap .job-type-guide .text{
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
.job-type-carousel{
	margin: 0 -14px;
}
.job-type-carousel .slick-track {
	  display: flex;
}
.job-type-carousel .job-type-items{
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 14px 14px 14px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	height: auto !important;
}
.job-type-carousel .job-type-items .imgArea{
	position: relative;
}
.job-type-carousel .job-type-items .imgArea .img{
	height: 240px;
}
.job-type-carousel .job-type-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.job-type-carousel .job-type-items .imgArea .ttl{
	background: #CC0000;
	min-width: 190px;
	position: absolute;
	left:  0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 0 10px 0 0;
	padding: 12px 15px;
}
.job-type-carousel .job-type-items .contentArea{
	padding: 24px;
}
.job-type-carousel .job-type-items .contentArea p{
	font-size: 15px;
	line-height: 1.46;
}
.job-type-guide .slick-arrow{
	position: absolute;
	width: 70px;
	top: 80px;
	margin: auto;
	z-index: 20;
}
.job-type-guide .prev-arrow{
	left: -70px;
}
.job-type-guide .next-arrow{
	right: -70px;
}
@media only screen and (max-width: 1400px) {
	.job-type-guide .prev-arrow{
		left: -35px;
	}
	.job-type-guide .next-arrow{
		right: -35px;
	}
}
@media only screen and (max-width: 767px) {
	.frontWrap .job-type-guide{
		padding: 0% 0 4% 0;
	}
	.frontWrap .job-type-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.frontWrap .job-type-guide .text{
		font-size: 3vw;
		margin-bottom: 10%;
	}
	.job-type-carousel{
		margin: 0 -6%;
	}
	.job-type-carousel .job-type-items{
		margin: 0 2vw 2vw 2vw;
	}
	.job-type-carousel .job-type-items .imgArea .img{
		height: 40vw;
	}
	.job-type-carousel .job-type-items .imgArea .ttl{
		min-width: 40vw;
		font-size: 3.4vw;
		padding: 5%;
	}
	.job-type-carousel .job-type-items .contentArea{
		padding: 8% 5%;
	}
	.job-type-carousel .job-type-items .contentArea p{
		font-size: 3vw;
	}
	.job-type-guide .slick-arrow{
		width: 12vw;
		top: 22%;
	}
	.job-type-guide .prev-arrow{
		left: 15%;
	}
	.job-type-guide .next-arrow{
		right: 15%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .job-type-guide{
		padding: 40px 0 30px 0;
	}
	.frontWrap .job-type-guide .grid-ttl{
		margin-bottom: 30px;
	}
	.frontWrap .job-type-guide .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.job-type-carousel{
		margin: 0 -10px;
	}
	.job-type-carousel .job-type-items{
		margin: 0 10px 10px 10px;
	}
	.job-type-carousel .job-type-items .imgArea .img{
		height: 160px;
	}
	.job-type-carousel .job-type-items .imgArea .ttl{
		min-width: 160px;
		font-size: 15px;
		padding: 12px 10px;
	}
	.job-type-carousel .job-type-items .contentArea{
		padding: 20px;
	}
	.job-type-carousel .job-type-items .contentArea p{
		font-size: 14px;
	}
	.job-type-guide .slick-arrow{
		width: 50px;
	}
	.job-type-guide .prev-arrow{
		left: -20px;
	}
	.job-type-guide .next-arrow{
		right: -20px;
	}
}

/**
/* 新着情報 CSS
----------------------------------------------- */
.information .text {
    text-align: center;
    margin-top: 30px;
    color: #cc0000;
    font-weight: 700;
}
