@charset "utf-8";
/* CSS Document */

#header_wrap{
	background-image:url(../privacy/image/bg_title.jpg);
	background-repeat:no-repeat;
	background-position:60% top;
	background-size: auto 100%;
}

/* CSS Document */

body{
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 3.75vw;
}
.inner{
	width: 90.97vw;;
	margin:8.33vw auto;
}
.mess_block{
	text-align: center;
	margin-bottom: 6.94vw;
	font-size : 3.89vw;
  	line-height : 150%;
  	color : #4D4D4D;
	 font-family : Source Han Serif;
}
.block_title{
	font-family : Source Han Serif;
	font-size: 4.17vw;
	position: relative;
	margin-bottom: 6.25vw;
}
.block_title:before{
	content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 37px;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #80C4D6;
	
}
.block_title p{
	text-align: center;
	line-height: 150%;
}
.tab ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.25vw;
}
.tab li{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-family : Source Han Serif;
	font-size: 22px;
	border: 2px solid #1673BF;
	color:#1673BF;
}
.tab li.select{
	color:white;
	background-color:#1673BF;  	
}
.tab1,.tab3{
	flex-basis: 27.5%;
}
.tab2{
	flex-basis: 41.8%
}
.hide{
	    display: none;
}
/*--SELECT BOX SP--*/
.custom-select {
  position: relative;
}

.custom-select select {
display: flex;
justify-content: center;
align-items: center;
line-height: 200%;;
font-family : Source Han Serif;
font-size: 4.23vw;
border: 2px solid #1673BF;
color:#1673BF;
width: 100%;
padding-left: 4.23vw;
height: 8.33vw;
margin-bottom: 5vw;
}


/*SLECT END*/
.job_detail{
}
.job_detail li{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	

	
}
.job_detail li div {
	display: flex;
	padding: 15px 0;

}
.detail_tit{
	flex-basis: 100%;
	background-color: #F5FCFF;
	align-items: center;
	color: #1673BF;
	font-weight: 500;
	border:1px solid #80C4D6;
	font-size: 3.89vw;
}
.detail_tit p{
	padding: 0 20px;
}
.detail_decs{
	flex-basis: 100%;
	text-align: left;
	border:1px solid #80C4D6;
}
.detail_decs p{
	padding: 0 20px;
}
.contact_btn{
	margin-top: 8vw;
	text-align: center;
}
.contact_btn img{
	width: 75%;
}
.underline{
	height: 8vw;
	margin-bottom: 8vw;
	border-bottom: 1px dashed #80C4D6;
}
.message p{
	    border: 2px solid #1673BF;
	padding:10px 0
}