@charset "utf-8";
/* CSS Document */
#main {
	background-repeat: no-repeat;
}
#recruit .bgdot01,#b-partner .bgdot01{
	background-image:url(../img/common/bg_dotw100.png);
  z-index: 0;
}
.title1{
	font-size:135%;
	margin:0 0 2em 0;
	text-align: center;
	font-weight: bold;
}
.textbody1{
	padding:0;
	line-height: 150%;
	text-align: center;
}
.textbody1 p:not(:last-of-type){
	margin-bottom:1em
}
.recuritarea .tab{
	width:31%;
	vertical-align: top;
}
.icon{
	width:50%;
	margin:0 auto 1.2em;
	background-color:rgba(0,72,157,1);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.icon img{
	width:100%;
	height: auto;
}
.recuritarea > *{
	line-height:1.5em;
}
.recuritarea h3{
	color:#0b4a9a;
	text-align: center;
	font-size:125%;
	padding-bottom:.5em;
	margin-bottom:.8em;
	border-bottom:2px solid #0b4a9a;
}
.recuritarea h4{
	text-align: left;
	color:#566172;
	font-size:110%;
}
.recuritarea .bar{
	width:100%;
	line-height: 0;
	font-size:0;
}
.recuritarea .bar img{
	width:100%;
	
}
.recuritarea .in{
	position:relative;
	background:#ffffff;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.recuritarea .text{
	margin:1em auto;
	font-size:13px;
	line-height: 20px;
}
.recuritarea .text p:not(:last-child){
	margin-bottom:1em;
}

.linkbtndetail{
	display:block;
	cursor: pointer;
	background-color:rgba(0,72,157,1);
	border-radius: 2em;        /* CSS3草案 */  
    -webkit-border-radius: 2em;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2em;   /* Firefox用 */  
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.linkbtndetail a{
	display:block;
	padding:.7em 1em;
	line-height: 120%;
	color: #FFF;	
}
.linkbtndetail:hover{
	background-color:rgba(0,72,157,.7);
}
.linkbtndetail img{
	width:1em;
	height:auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right:.3em;
	margin-bottom: -.1em;
}

.syubetu{
	margin:0 auto;
}

.syubetu.inline .tab{
	width:31%;
	border-radius: 2em;        /* CSS3草案 */  
    -webkit-border-radius: 2em;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2em;   /* Firefox用 */ 
	text-align: center;
	color:#fff;
	font-size:15px;
	line-height:120%;
	padding:1em 0;
	font-weight: bold;
	cursor: pointer;
	background-color:rgba(51,51,51,.4);
	margin-bottom:1.5em;
}
.inline.syubetu .tab.on,
.syubetu.inline .tab:hover{
	background-color:rgba(0,72,157,1);
}

.recruit_detail{
	margin:0 auto;
}
.recruit_detail table{
	
}
.recruit_detail table th{ 
	width:28%;
}
#recruit3,#recruit2{
	display: none;
}
.closebtn{
	width:90px;
	height:auto;
	text-align:center;
	display:block;
	overflow:hidden;
	margin:-10px auto 10px auto;
	cursor: pointer;
	background-color:rgba(0,72,157,1);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.closebtn:hover{
	background-color:rgba(0,72,157,.7);
}
/* inline */
.inline {
	text-align: justify;
	text-justify: distribute-all-lines;
	line-height:0;
	*display: inline;
	*zoom: 1;
}
.inline:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
	font-size:0;
	}
.inline .tab{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
	text-justify:none;
}
table th,
table td {
        padding: 17px 25px;
		border-bottom:1px solid #FFFFFF;
}
table th {
        background-color: #e5e5e5; /* 背景色を指定 */
}   
table td {
		background: #f7f7f7;
}
table th {
        width: 28%;
}
.recruit_detail table td p:not(:last-of-type){
		margin-bottom:1em;
	}
.contactbtn{
	width:280px;
	margin:3em auto 0;
}
.contactbtn a{
	display: block;
	text-align: center;
	color: #fff;
	font-size:120%;
	padding:1em 1.5em;
	background: #111;
	border-radius: 3em;        /* CSS3草案 */  
    -webkit-border-radius: 3em;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3em;   /* Firefox用 */  
}
.contactbtn a:hover{
		filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/*ビジネスパートナー*/
#b-partner .recuritarea{
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-items: stretch; /* Safari etc. */
  -ms-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
  margin: auto;
  width: 100%;
}
#b-partner .recuritarea .icon{
	text-align: center;
	width:2.4em;
	height:2.4em;
	font-size: 1.5rem;
	line-height: 2.4;
	font-weight: 700;
	color:#fff;
	margin-bottom: 1.2rem;
}

.mynavi{
	color:#fff;
	display: block;
	font-size:1.5rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding:1.3em 2.3em 1.3em 1.3em;
	border-radius:100vh;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><polygon fill="%23FFFFFF" points="21.6 27.2 4.8 27.2 4.8 10.4 13.2 10.4 13.2 7.6 2 7.6 2 30 24.4 30 24.4 18.8 21.6 18.8 21.6 27.2"/><polygon fill="%23FFFFFF" points="16 2 16 4.8 25.22 4.8 12.21 17.81 14.19 19.79 27.2 6.78 27.2 16 30 16 30 2 16 2"/><rect fill-opacity="0" width="32" height="32"/></svg>') right 1.3em center / 1em auto no-repeat #00489d;
	border:1px solid #00489d;
}
.mynavi:hover{
	color:#00489d;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><polygon fill="%2300489d" points="21.6 27.2 4.8 27.2 4.8 10.4 13.2 10.4 13.2 7.6 2 7.6 2 30 24.4 30 24.4 18.8 21.6 18.8 21.6 27.2"/><polygon fill="%2300489d" points="16 2 16 4.8 25.22 4.8 12.21 17.81 14.19 19.79 27.2 6.78 27.2 16 30 16 30 2 16 2"/><rect fill-opacity="0" width="32" height="32"/></svg>') right 1.3em center / 1em auto no-repeat #ffffff;
}

@media print, screen and (min-width: 720px) {
#main {
    background-image: url(../img/recruit/bg_recruit_pc.jpg);
	background-attachment:fixed;
	background-size:cover;
}
	.recuritarea .in{
	padding:1.5em 1.5em 3em 1.5em ;
	min-height: 370px;
}
.recruit_detail table{
		width:100%;
	}
.linkbtndetail{
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	width:7em;
	margin:1em auto 1.5em auto;
}
.linkbtndetail a{
			width:100%;
}

/*ビジネスパートナー*/
#b-partner .recuritarea .tab{
	width:49%;
		margin:0 2% 2em 0;
	overflow: hidden;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#b-partner .recuritarea .tab:last-of-type{
		margin:0 0 2em 0;
}
#b-partner .recuritarea .in{
	padding:1.5em;
	min-height: auto;
	height: 100%;
}
}

@media print, screen and (max-width: 719px) {
#main::before {
	background-image: url(../img/recruit/bg_recruit_sp.jpg);
	background-position:left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	content: "";
	z-index: -1;
}
	.title1{
	font-size:125%;
	}
	.textbody1{
		text-align:left
	}
	.textbody1 img{
		width:20%;
		height: auto;
		padding-top:10px;
	}
	.icon{
	width:40%;
}
	.recuritarea .tab{
		width:100%;
		margin:0 auto 2em;
		display: block;
	}
	.recuritarea .tab:last-of-type{
		margin:0 auto;
	}
	.recuritarea .in{
	padding:1.3em 1em;
}

	.linkbtndetail{
		font-size:120%;
		min-width:7em;
		width:80%;
		margin:0 auto;
	}

	.recuritarea {
		margin:0 auto;
	}
	.syubetu {
		margin:0 auto ;
	}
	.syubetu.inline {
		margin: 0 auto .5em;
	}
	.syubetu.inline .tab {
		width:96%;
		display: block;
		margin: 0 auto .5em;
	}
	.recruit_detail table th{
		width:100%;
	}
	table{
		width:100%;
	}
	table th{
		font-size:110%;
		display: block;
		width:100%;
		text-align: left;
        padding:1em 1.2em;
	}
	table td {
		display: block;
		width:100%;
        padding:1em 1.2em;
	}
	.contactbtn{
	width:90%;
}

/*ビジネスパートナー*/
#b-partner .recuritarea .tab{
	width:100%;
		margin:0 0 2em 0;
}

}
