@charset "utf-8";
/* CSS Document */
.wrapper {
	overflow: hidden;
}

div img {
  vertical-align: top;
}

.no-wrap {
    display: inline-block!important;
}

.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}

.pb20{padding-bottom: 20px}

.mt20{margin-top: 20px;}

.pdr10{padding-right: 10px;}
.pdl10{padding-left: 10px;}

.align-center{text-align: center;}
.font_space {letter-spacing: 0.2em;}

.font36{
	font-size:36px;
}
.font24{
	font-size:24px;
}

.company-area{
	width: 100%;
    min-height: 600px;
    background: url("../images/top/2510_company_bk.jpg") center center no-repeat;
    background-size: 100% ;
    padding: 50px 0 80px;
	position: relative;
}

.business-area {
    min-height: 660px;
    background: url(../images/top/2510_business_back.jpg) center center no-repeat;
    background-size: 100%;
    position: relative;
    background-position: 80% 50% 50%;
    background-size: cover;
    background-position: 80% 50%;
    margin: 50px auto;
}

.recruit-area{
	width: 100%;
    min-height: 600px;
    background: url(../images/top/recruit_back.png) center center no-repeat;
    background-size: cover ;
    margin: 50px 0 80px;
	position: relative;
}

 
.white-box{
	background: rgba(255, 255, 255, 0.8);
    padding: 20px 40px 20px 40px;
    position: absolute;
    top: 200;
    right: 15%;
}


.blue-box{
	background: rgba(13,83,181, 0.8);
    padding: 20px 40px 20px 40px;
    position: absolute;
    top: 200;
    left: 15%;
}

.details{
	position: relative;
}

.read-bt{
	position: absolute;
    bottom: -20px;
    right: -10px;
}

.read-bt_r{
	position: absolute;
    bottom: -20px;
    right: -10px;
}
.read-bt_recruit_r{
  height: 121px;
	position: absolute;
    bottom: -100px;
    right: -10px;
}


.blue-text{
	color: #0d53b5;
}

.white-text{
	color:#fff;
}

.recuit-ttl{
	position: absolute;
    top: 80px;
    right: 10%;
}

.recuit_outer{
  position: absolute;
    top: 80px;
    right: 10%;
}

.white-box_recuit{
	background: rgba(255, 255, 255, 0.8);
    padding: 20px 40px 20px 40px;
  margin: 0 auto;
  max-width: 520px;
  width: auto;
}

.recuit-ttl_2{
	max-width: 711px;
  height: auto;
  margin: 0 auto 20px;
}


.recuit-ttl img{
	width: 100%;
  height: auto;
}

.head-img{
	width:100%;
max-width: 100%;
height: auto;
position: relative;	
  }

.head-ttl{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.main{
	width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
}

.foot-list{
	list-style: none;
	text-align: center;
}

.foot-list li{
	display: inline-block;
    width: 24%;
    text-align: left;
    padding: 15px;
	vertical-align: top;
}

.flex{
	display: flex;
	justify-content: space-between;
 
}

.flex-30{
	flex-basis: 30%
}
.flex-70{
	flex-basis: 70%
}

.blue-bc{
	background-color: #e4eef8;
}

.white-bc{
	background-color: #fff;
	padding: 60px 0;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 20px;
	/*border-bottom: 1px solid #c5c5c5;*/
}

.cp_table tr {
	padding: 20px;
	border-bottom: 1px solid #c5c5c5;
}


.cp_table th {
	width: 30%;
	text-align: left;
	
}
/*.cp_table  :first-child  {
		border-top: 1px solid #dddddd;
	}*/

.cp_table2 *, .cp_table2 *:before, .cp_table2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table2 {
	width: 100%;
	border-collapse: collapse;
}
.cp_table2 th, .cp_table2  td {
	padding: 10px;
	
}

/*.cp_table tr{
	vertical-align: top;
}*/

.cp_table2 th {
	width: 15%;
	text-align: left;
	
}

.cp_table tr:first-child  {
		border-top: 1px solid #c5c5c5;
	}

a[href*="tel:"] {
	pointer-events: none;
}
@media(max-width:768px){
	a[href*="tel:"] {
		pointer-events: initial;
	}
	
	.cp_table {
		margin: 0;
	}
	
	
	
	/*.cp_table tr:first-child  {
		border-top: 1px solid #c5c5c5;
	}*/
	
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	
		
	/*.cp_table tr:first-child th {
		border-top: 1px solid #c5c5c5;
	}*/
	table,
tbody,
thead,
tr,
td {
    display: block;
}
	
/*.cp_table2 th {
	width: 0%;
	text-align: left;
	
}	*/
	
	
}

@media(max-width:1366px){
/*.navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.0em;
}*/
	
.container {
    width: 100%;
}
	
.recuit-ttl {
    position: absolute;
    top: 125px;
    right: 10%;
}	
	
.foot-list{
	list-style: none;
	text-align: center;
}
	
.foot-list li {
    display: inline-block;
	min-width:24%;
    width: auto;
    /* text-align: center; */
    padding: 15px;
}
}
@media(max-width:1024px){

.company-area{
	background-size: cover;
    padding: 50px 0 80px;
	margin-top: 80px;
	}
	
/*.business-area{
	background-size: cover;
    padding: 50px 0 80px;
	margin-top: 80px;
	}*/
	
.recruit-area{
	background-size: cover;

	}
  
.recuit_outer{
  position: static;
  max-width: 711px;
  padding-top: 80px;
  padding-bottom: 80px;
    margin: 0 auto 80px;
}
  
.recuit_inner{
  position: relative;
}
  
  .recuit-ttl_2{
    width: 90vw;
  }
  
	
.foot-list li{
	display: inline-block;
    min-width:24%;
	width: auto;
    /*text-align: center;*/
    padding: 15px;
}	
	
}



@media(max-width:768px){


	
	
.white-box{
	background: rgba(255, 255, 255, 0.8);
    padding: 20px 40px 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 80%;
}
  
.white-box_recuit{
	background: rgba(255, 255, 255, 0.8);
    padding: 20px 40px 20px 40px;
  margin: 0 auto;
  max-width: 520px;
  width: 80%;
}

.blue-box{
	background: rgba(13,83,181, 0.8);
    padding: 20px 40px 20px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 80%;
}	
	
.recuit-ttl{
	/*position: absolute;*/
	position: static;
    text-align: center;
    width: 100%;
    padding: 30px;
    right: 0;
}	
	

	
.flex{
	display: block;
	
}

.flex-30{
	flex-basis: 30%
}
.flex-70{
	flex-basis: 70%
}	
	
}
@media(max-width:480px){

h2 {
    font-size: 34px;
}
	
	
.head-img{
	margin-top: 50px;
  }	
	
.company-area{
	background-size: cover;
    padding: 50px 0 80px;
	margin-top: 0;
		}
	
/*.business-area{
	background-size: cover;
    padding: 50px 0 80px;
	margin-top: 0;
		}	*/
	
.recruit-area{
	background-size: cover;
		}	
  
  
  
	
.foot-list li{
	display: inline-block;
    width: auto;
    /*text-align: center;*/
    padding: 15px;
}	
	
}

/*横向きのみの記述*/
@media (orientation: landscape) and (max-width: 1024px){

navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.0em;
}
	
	.foot-list li {
    display: inline-block;
    width: 47%;
    /* text-align: center; */
    padding: 15px 15px;
    vertical-align: top;
}
	
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
}	
	
}

@media (orientation: landscape) and (max-width: 812px){

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
}
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}
