@charset "utf-8";

.recruit-wrap{
	position: relative;
	max-width: var(--wide-wrap);
	width: 100%;
	margin-top: var(--base-top-margin);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 176px;
	padding-left: var(--base-padding);
	padding-right: var(--base-padding);
	
}

h1.category{
	max-width: 248px;
	width: 100%;
	max-height: 35px;
	height:auto;
	margin-left: -2px;
	margin-bottom: 30px;
}
.category img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contents{
	margin-right: auto;
	margin-left: auto;
	margin-top: 110px;
	line-height: 1.6;
}

.blank-box{
	clear: both;
	display: block;
	width: 100%;
	max-width: var(--wide-wrap);
	height: 10em;
}
#introduce h2{
	font-size: 1.72em;
}
/* ----------------------------------------------------*/
/*	Original Recruit
/*----------------------------------------------------*/


/*---- TAB View----/
/* hide tab contents*/
#recruit{
	position: relative;
	left: 0;
	right:0;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	width: var(--narrow-wrap);
	width: 100%;
	color: #666;
	font-size: 0.89em;
}
	.sm-on{
		display: none;
		}
	.sm-off{
		display: inline;
	}
.lead{
	position: relative;
	left: 0;
	right:0;
	margin: 0 auto;
}
#recruit p{
	margin-bottom: 2em;
}
.datatable dl{
	width: 100%;
}
.datatable dt{
	display: block;
	width: 10em;
	clear: left;
	float: left;
	font-weight: bold;
}
.datatable dd{
	display: block;
	padding-left: 10em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #bbb;

}
.datatable .stepindent dt{
	width: 5em;
	text-align: center;
}
.datatable .stepindent dd{
	border-bottom: none;
	padding-left: 6em;
	margin-bottom: 0;
	padding-bottom: 0;
}

strong.bigger::before{
	content: "●";
	padding-right: 8px;
}
.attention::before{
	content: "●";
	padding-right: 8px;
}
.recruit-topimage {
	margin-top: 2em;

}
ul.maru {
	padding-left: 25px;
	list-style: inside;
}
.maru ul li ul {
	list-style: none;
}
.subinfo{
	padding-left: 1.4em;
}
.recruit-topimage img{
	max-width: 100%;
	object-fit: contain;
}

/*h3 decoration*/
.datatable h3::before{
	content:'募集要項';
	position:relative;
	top:0;
	left:0em;
	display: table;
	text-align: center;
	width: 10em;
	height: 2.5em;
	font-weight: bold;
	background-color: #ddd;
	border-right:1px solid #fff;
	display: table-cell;
	vertical-align: middle;
}
.datatable h3{
	width: 100%;
	height: 2.5em;
	font-size: 1.0em;
	background-color: #ccc;
	margin-top: 5em;
	margin-bottom: 3em;
	border-bottom: none;
}
/* triangle mark for h3*/
[class^="module-triangle-"] {
	position: relative;
}
[class^="module-triangle-"]::before {
	content: "";
	border: solid transparent;
	display: inline-block;
	position: absolute;
}
.module-triangle-bottom::before {
	border-width: 8px;
	border-bottom-color: #fff;
	margin-left: 4.5em;
	left: 50%;
	bottom: 0;
}
/*h4 decoration*/
.datatable h4{
	display: table;
	text-align: center;
	width: 10em;
	height: 2em;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #ddd;
	margin-top: 3em;
	margin-bottom: 3em;
}
.datatable .h4-inner{
  display: table-cell;
  vertical-align: middle;
}

/*Swiper */
.swiper-wrapper{
	max-width: 800px;
	width: 100%;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper{
	max-width: 800px;
	width: 100%;
	margin-bottom: 10px;
}
.swiper p {
	font-size: 0.9em;
	line-height: 1.5em;
}
.slider1 .swiper-button-prev::after,
.slider1 .swiper-button-next::after {
	color: #fff;
}
.slider1 .swiper-pagination-1 .swiper-pagination-bullet {
  background-color: #fff ;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	color: #999;
}
.swiper-pagination-1 .swiper-pagination-bullet {
  background-color: #999 ;
}
.swiper-pagination {
  height: 25px;
  bottom: 0 !important;
}

.slide-caption{
	max-width: 800px;
	width: 100%;
	margin-bottom: 5em;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}
.slide-caption h5{
	margin-bottom: 0.5em;
}


.datatable a {
	color:#00A3A7;
}
.datatable a:hover {
	color:#606;
}


/* -------------------
  iPhone Setting
------------------- */
@media (min-width: 320px)
and (max-width: 499px) {

/* -------------------
Top (iPhone)*/

.recruit-wrap{
	max-width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
h1.category{
	max-width: 199px;
	width: 100%;
	max-height: 35px;
	height:auto;
	margin-left: -2px;
	margin-bottom: 50px;
}

/* ----------------------------------------------------*/
/*	!!Original Recruit (iPhone)*/
/*----------------------------------------------------*/
/* hide tab contents (iPhone)*/

	#introduce h2{
		font-size: 1.2rem;
	}
	#recruit {
		width: 100%;
		font-size: 0.95em;
	}
		.datatable dt{
			width: 100%;
			float:none;
		}
		.datatable dd{
			padding-left: 1em;
			margin-bottom: 2em;
		}
		.datatable .stepindent dt{
			width: 4em;
			float: left;
		}
		.datatable .stepindent dd{
			padding-left:5em;
		}

		.slidebox img{
			width: 100%;
		}
		
	.blank-box{
		height: 3em;
	}
	.sm-on{
		display:inline;
		}
	.sm-off{
		display: none;
	}	
}
