/*-----------------------------
  FV
--------------------------------*/
@media screen and (min-width:790px ){
.fv {
    width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url(../img/fvbg.png) no-repeat center fixed;
    -webkit-background-size: cover;
    overflow-x: hidden;
    position: relative;
}}

@media screen and (max-width:780px ){
.fv {
    width: 100%;
        min-height: calc(var(--vh, 1vh) * 100);
    background: url(../img/fvbg.png) no-repeat center 0 / cover;
    overflow-x: hidden;
    position: relative;
}
}




#icatch{
}
#icatch img{
	margin: 0 auto;
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.scroll{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.panel{
  display:none;
}
.panel.is-show{
  display:block;
}

/*-----------------------------
  共通指定
--------------------------------*/
main{
	background: url(../img/mb01.png) no-repeat right top,
	url(../img/mb02.png) no-repeat left 30vh,
	url(../img/mb03.png) no-repeat right 60vh,
	url(../img/mb04.png) no-repeat left 90vh;
	background-size: 15vw auto;
}
.contents{
}

.menu{

}
@media screen and (max-width:780px ){
.menu{
	width: auto;
	margin: 0 auto;
}
main{
	background:none;
}
}



/*-----------------------------
  read
--------------------------------*/
#read{
	width: 75vw;
	margin: 0 auto;
	padding: 5rem 0;
	text-align: center;
}
#read h2{
	font-size: 2rem;
	padding: 0 0 2.5rem 0;
}
#read h3{
	font-size: 1.5rem;
}
.cta{
	width: 600px;
	margin: 0 auto;
	padding: 5rem 0 0 0;
}
.cta a{
	display: block;
	padding: 1.5rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border:5px solid #000;
	border-radius: 10px;
	background: url(../img/arrow_w.png) no-repeat 98% center #FF1500;
	background-size: auto 15px;
}
.main_graph{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 5rem 0;
}
.main_graph dl{
	width: 49%;
}
.main_graph dl dt{
	width: 60%;
	margin: 0 auto;
	border:5px solid #000;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 100px;
	padding: 1rem;
}
.image{
	padding: 1.5rem 0;
}
.image img{
	margin: 0 auto;
}
.detail{
	text-align: left;
}
#read span{
	display: block;
	text-align: right;
	font-size: 0.8rem;
	padding: 2rem 0 0 0;
}
@media screen and (max-width:780px ){
#read br{
	display: none;
}
#read{
	width: auto;
	padding: 2.5rem 1.5rem;
	text-align: left;
}
#read h2{
	font-size: 1.3rem;
	padding: 0 0 1.5rem 0;
	text-align: center;
}
#read h3{
	font-size: 1.3rem;
}
.cta{
	width: auto;
	margin: 0 auto;
	padding: 2.5rem 0 0 0;
}
.cta a{
	display: block;
	padding: 1.5rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	border:5px solid #000;
	border-radius: 10px;
	background: url(../img/arrow_w.png) no-repeat 98% center #FF1500;
	background-size: auto 15px;
}
.main_graph{
	display: block;
	margin: 2.5rem 0;
}
.main_graph dl{
	width: 100%;
	margin: 0 0 2.5rem 0;
}
.main_graph dl dt{
	width: 100%;
	margin: 0 auto;
	border:5px solid #000;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 100px;
	padding: 1rem;
	text-align: center;
}
.image{
	padding: 1.5rem 0;
}
.image img{
	margin: 0 auto;
}
.detail{
	text-align: left;
}
#read span{
	display: block;
	text-align: right;
	font-size: 0.6rem;
	padding: 1rem 0 0 0;
}
	}

/*-----------------------------
  search
--------------------------------*/
#search{
	padding: 5rem 0;
	background: #f2f2f2;
}
#search h2{
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	  text-shadow    : 
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       1px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000;
    padding: 0 0 5rem 0;
}
.tab-panel{
	width: 90vw;
	margin: 0 auto;
}
.tab-group{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	padding: 0 2rem;
}
.tab-group li{
	width: 32%;
	cursor: pointer;
	padding: 2rem 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
li.tab{
	background: #FAFF00;
	border-radius: 10px 10px 0 0;
}
li.is-active{
	border-top:5px solid #000;
	border-left:5px solid #000;
	border-right:5px solid #000;
	background: #fff;
	position: relative;
	top:5px;
	z-index: 5;
}
.panel-group{
	border:5px solid #000;
	background: #fff;
	border-radius: 10px;
}
@media screen and (max-width:780px ){
#search{
	padding: 2.5rem 1.5rem;
	background: #f2f2f2;
}
#search h2{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	  text-shadow    : 
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       1px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000;
    padding: 0 0 2.5rem 0;
}
.tab-panel{
	width: auto;
	margin: 0 auto;
}
.tab-group{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	padding: 0 1rem;
}
.tab-group li{
	width: 32%;
	cursor: pointer;
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}
li.is-active{
	border-top:5px solid #000;
	border-left:5px solid #000;
	border-right:5px solid #000;
	background: #fff;
	position: relative;
	top:5.2px;
	z-index: 5;
}
}

/*-----------------------------
  都道府県
--------------------------------*/
.location{
	padding: 2.5rem 0 8rem 0;
	background: #fff;
	border-bottom:5px dotted #000;
	background: url(../img/scape.png) no-repeat right bottom;
	background-size: 60% auto;
}
.location h2,
.category h2{
	font-size: 3rem !important;
	font-weight: bold !important;
	text-align: center;
	color: #FAFF00 !important;
    padding: 0 0 2.5rem 0 !important;
}
.location section{
	padding: 0 2.5rem;

}
.location section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section ul li {
    width: 32%;
    margin: 0 0 2vh 0;
}
.location section dl{
	width: 100%;
	padding: 0 20px;
	background: #FAFF00;  /* fallback for old browsers */
	border-radius: 5px;
	box-sizing: border-box;
}
.location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #444;
	cursor: pointer;
}
.location section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
.location section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.location section dl dd ul li a{
	display: block;
	color: #444;
	border:3px solid #444;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.areamenu dd{
	display: none;
	}
@media screen and (max-width:780px ){
.location{
	padding: 1.5rem 0 4rem 0;
	background: #fff;
	border-bottom:5px dotted #000;
	background: url(../img/scape.png) no-repeat center bottom;
	background-size: 100% auto;
}
.location section{
	padding: 0 1.5rem;

}
.location h2,
.category h2{
	font-size: 1.6rem !important;
	font-weight: bold !important;
	text-align: center;
	color: #FAFF00 !important;
    padding: 0 0 1.5rem 0 !important;
}
}

/*-----------------------------
  人気条件
--------------------------------*/
.category{
	padding: 5rem 0 0 0;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  padding: 0 10vw 5rem 10vw;
}
.swiper-slide h3{
	width: 60%;
	margin: 0 auto 2rem auto;
	color: #fff;
	background: #444;
	padding: 1rem;
	text-align: center;
	border-radius: 100px;
}
.swiper-slide p{
	text-align: center;
}
.swiper-slide a{
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 1.5rem 0;
	color: #444;
	text-align: center;
	font-size: 1.3rem;
	background: #FAFF00;
	border: 3px solid #000000;
	box-sizing: border-box;
	border-radius: 20px;
}
.category_graph{
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 2rem 0;
}
.category_graph figure{
	width: 60vw;
	display: flex !important;
}

.category_graph figure{
	justify-content: flex-start;
}
.category_graph figure:nth-child(1){
	width: 40vw;
	justify-content: flex-end;
}
.category_graph figure img{
	height: 30vh;
}
.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 
.swiper-button-prev,
.swiper-button-next {
  width: 24px; 
  height: 40px; 
  background-size: 24px 40px; 
  transform: translateY(-50%);
  margin-top: 0;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
background: url('../img/arrow_b.png') no-repeat right center;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background: url('../img/arrow_b.png') no-repeat left center;
  transform: translateY(-50%) scale(-1, 1); 
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}
@media screen and (max-width:780px ){
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  padding: 0 1rem 2.5rem 1rem;
}

.category{
	padding: 2.5rem 0 0 0;
}
.category_graph{
	margin: 0 auto;
	display: block;
	padding: 2rem 0;
}
.category_graph figure{
	width: 100%;
	display: flex !important;
}

.category_graph figure{
	width: 100%;
}
.category_graph figure:nth-child(1){
	width: 70%;
	margin: 0 auto;
}
.category_graph figure img{
	height: auto;
}
.swiper-slide p {
    text-align: justify;
}
.swiper-slide a{
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 1.5rem 0;
	color: #444;
	text-align: center;
	font-size: 1.3rem;
	background: #FAFF00;
	border: 3px solid #000000;
	box-sizing: border-box;
	border-radius: 20px;
}
.swiper-slide h3{
	width: 100%;
	margin: 0 auto 1.5rem auto;
	color: #fff;
	background: #444;
	padding: 1rem;
	text-align: center;
	border-radius: 100px;
}
	}

/*-----------------------------
  採用担当
--------------------------------*/
#recruit{
	padding: 5rem 0;
	text-align: center;
}
#recruit h2{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0.5rem 0;
}
#recruit ul{
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 70px;
}
#recruit ul li{
	width: 32%;
	position:relative;
}
img.job{
	width: 100px;
	position: relative;
	z-index: 3;
}
#recruit ul li dl{
	border:5px solid #000;
	border-radius: 10px 10px 0 0;
	position: relative;
	margin: -4vh 0 0 0;
	z-index: 1;
}
#recruit ul li dl dt img{
	border-radius: 10px 10px 0 0;
}
#recruit ul li dl dd{
	text-align: left;
}
#recruit ul li dl dd{
	padding: 1.5rem;
	font-size: 0.9rem;
}
#recruit ul li dl dd h3{
	font-size: 1.3rem;
	padding: 0 0 1rem 0;
}
#recruit ul li dl dd h3 span{
	display: block;
	font-size: 0.8rem;
}
@media screen and (max-width:780px ){
#recruit{
	padding: 2.5rem 1.5rem;
	text-align: left;
}
#recruit h2{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 0.5rem 0;
	text-align: center;
}
#recruit ul{
	width: auto;
	margin: 0 auto;
	display: block;
	padding-top: 80px;
}
#recruit ul li{
	width: 100%;
	position:relative;
	padding-bottom: 50px;
}
img.job{
	width: 100px;
	position: relative;
	z-index: 3;
}
#recruit ul li dl{
	border:5px solid #000;
	border-radius: 10px 10px 0 0;
	position: relative;
	margin: -4vh 0 0 0;
	z-index: 1;
}
#recruit ul li dl dt img{
	border-radius: 10px 10px 0 0;
}
#recruit ul li dl dd{
	text-align: left;
}
#recruit ul li dl dd{
	padding: 1.5rem;
	font-size: 0.9rem;
}
#recruit ul li dl dd h3{
	font-size: 1.3rem;
	padding: 0 0 1rem 0;
}
#recruit ul li dl dd h3 span{
	display: block;
	font-size: 0.8rem;
}
	}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section,
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popup section dl{
	width: 32%;
	height: 230px;
	background: #FAFF00;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border:3px solid #444;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 0;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.location h2,
#area h2,
#reco h2,
#int h2{
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	color: #444;
}

/*-----------------------------
  都道府県
--------------------------------*/

.location section ul li{
	width: 48%;
	margin: 0 0 2% 0;
	}
.location section dl{
	width: auto;
	height: auto;
	background: #FAFF00;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
.location section dl dd ul{
	padding: 0 5px;
}
.location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 5% 0;
}
.location section dl dd ul li a{
	display: block;
	color: #444;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}



/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section{
	display: block;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #FAFF00;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border:3px solid #444;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}


#recruit li:first-child dd{
padding: 1.5rem 1.5rem 3.1rem 1.5rem;
}