@charset "utf-8";
.img_ttl{position: absolute;top: -80px;right: 0;z-index: -99;}
@media screen and (max-width: 767px) {
	.img_ttl{
		width: 100px;
	top: -20px;
	right: 10px;
}
}
.txt_indent {
		padding-left:1em;
		text-indent:-1em;
	}
ul.bxslider01 li p, ul.bxslider01 li figcaption {
	background-color: rgba(255,255,255,.8) !important;
}
/*----------------title-------------------*/
.bg_ttl{
	background-size: cover !important;
	padding: 80px 0;
	color: #fff;
		background:url("../img/common/bg_ttl.jpg") center top no-repeat;
	height: 349px;
}
@media screen and (max-width: 767px) {
.bg_ttl{
	padding: 35px 15px;
	height: auto;
}
}
.bg_ttl_concept{
	background:url("../img/concept/bg_ttl.jpg") center top no-repeat;
}

.bg_ttl_case{
	background:url("../img/case/bg_ttl.jpg") center top no-repeat;
}

.bg_ttl_blog{
	background:url("../img/blog/bg_ttl.jpg") center top no-repeat;
}

.bg_ttl_contact,.bg_ttl_confirmation,.bg_ttl_thanks{
	background:url("../img/contact/bg_ttl.jpg") center top no-repeat;
}

.bg_ttl_privacy{
	background:url("../img/privacy/bg_ttl.jpg") center top no-repeat;
}

.bg_ttl_voice{
	background:url("../img/voice/bg_ttl.jpg") center top no-repeat;
}
.bg_ttl_company{
	background:url("../img/comapny/bg_ttl.jpg") center top no-repeat;
}
.bg_ttl_about{
	background:url("../img/about/bg_ttl.jpg") center top no-repeat;
}


.ttl_main > .en{
	font-size: 3rem;
	letter-spacing:4px;
	text-transform: uppercase;
	text-shadow: 2px 1px 4px rgba(0,0,102,1);
}
@media screen and (max-width: 767px) {
	.ttl_main > .en{
	font-size: 1.8rem;
}
}
.ttl_main > .ja{
	font-size: 5rem;
	letter-spacing: 3px;
	text-shadow: 2px 1px 4px rgba(0,0,102,1);
/*	text-shadow:1px 1px 0 #000066, -1px -1px 0 #000066,
              -1px 1px 0 #000066, 1px -1px 0 #000066,
              0px 1px 0 #000066,  0-1px 0 #000066,
              -1px 0 0 #000066, 1px 0 0 #000066;*/
}
@media screen and (max-width: 767px) {
	.ttl_main > .ja{
	font-size: 2.6rem;

}
}



/*---------------flow----------------*/

.flow_num {
  position: relative;
  color: #000;
  font-size: 2.4rem;
  float: right;
  text-align: center;
  display: inline-block;
  padding: 20px;
  overflow: visible;
  font-family: 'Oswald', sans-serif;
  margin: 0px 0 50px 0;
  line-height: 1.1;
  z-index: 1;
  font-weight: 300;
  clear: both;
}
.flow_num::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 20px;
  overflow: hidden;
  background-color: #fff100;
  z-index: -1;
}
.flow_num span {
  font-size: 6.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .fl_bd {
    border: none;
  }
  .flow_num {
    margin: 0px auto;
    float: none;
  }
}
/*-------------------------concept---------------------------------*/
.bg_01_01{
	background: url("../img/top/bg_img01.png") top right no-repeat,url("../img/top/bg_img06.png") bottom left no-repeat;
}
@media screen and (max-width: 767px) {
.bg_01_01{
	background: url("../img/top/bg_img01.png") top right no-repeat,url("../img/top/bg_img06.png") bottom left no-repeat;
	background-size: 100px,100px;
}
	
}
.col_25 > li{
	float: left;
	width: 25%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.col_25 > li{
	width: 50%;
	padding: 8px;
	box-sizing: border-box;
}
	
}
.col_25 > li:nth-child(2n){
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
.col_25 > li:nth-child(2n){
	margin-top: 0;
}	
}
.point img{
	position: absolute;
	bottom: -15px;
	left:0;
	right: 0;
	margin: 0 auto;
}
.photo_list{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.photo_list > li{
	padding:10px;
	width: 20%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.photo_list > li{
	width: 50%;
	margin:0;
	padding: 5px;
	box-sizing: border-box;
}
}
.bg_top01 {
	position: relative;
}
.bg_top01::before{
	content: "";
	background: url("../img/top/img_05.jpg") left top no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


@media screen and (max-width: 767px) {
	.bg_top01::before{
	content: none;
}

}


/*---------------facility---------------------*/
@media screen and (max-width: 767px) {
	.col_2.facility_list > li{
		float: none !important;
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 30px !important;
	}

}
.list_service{
	 display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	 flex-wrap: nowrap; 
	justify-content: space-around;  

}
@media screen and (max-width : 760px) {
	.list_service{
	 flex-wrap: wrap; 
	justify-content: center;  

}
}
.list_service > li{
	border: #000066 2px solid;
	border-radius: 50px;
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
@media screen and (max-width : 760px) {
	.list_service > li{
	border: #000066 1px solid;
	padding: 5px;
	font-size: 1.2rem;
		margin:5px 2px;
}
}
/*--------------------company--------------------------*/
.txt_history dt{
	float:left;
	width: 30%;
	font-weight: bold;}
@media screen and (max-width: 767px) {
	.txt_history dt{
	float:none;
	width: 100%;
}
}
.txt_history dd{
	float:right;
	width: 70%;

}
@media screen and (max-width: 767px) {
	.txt_history dd{
	float:none;
	width:100%;
}
}
/*---------------------recruit---------------------*/
.list_recruit{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list_recruit > li{
	padding: 30px;
	box-sizing: border-box;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
	color: #fff !important;
}
@media screen and (max-width: 767px) {
	.list_recruit > li{
	padding: 10px;
	width: 49%;
	margin-right: 2%;
}
	.list_recruit > li:last-child{
	width: 100%;
	margin-right:0 !important;
}
}
.list_recruit > li:nth-child(3n){
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.list_recruit > li:nth-child(2n){
	margin-right: 0 !important;
}

	.list_recruit > li:nth-child(3n){
	margin-right: 2%;
}

	}

.list_recruit > li:nth-child(1){
	background: #FF8E48;
}
.list_recruit > li:nth-child(2){
	background: #00528B;
}
.list_recruit > li:nth-child(3){
	background: #EF8A8E;
}
.list_recruit > li:nth-child(4){
	background: #000066;
}
.list_recruit > li:nth-child(5){
	background: #B8BD38;
}




.txt_recruit{
	margin-bottom:40px;
}
@media screen and (max-width: 767px) {
.txt_recruit{
	margin-bottom:25px;
}
	
}
.txt_recruit dt{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.txt_recruit dd{
	color: #313131;
}

.recruit_table{
	border-bottom: #F0EAD6  1px solid;
	border-right: #F0EAD6  1px solid;
	width: 100%;
}
.recruit_table th,.recruit_table td{
	border-top: #F0EAD6  1px solid;
	border-left: #F0EAD6  1px solid;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}
.recruit_table th{
	width: 30%;
	color: #fff;
	background: #000066;
	text-align: center;
}
.voice_list> li{
	padding: 20px;
	box-sizing: border-box;
}

.voice_list> li:nth-child(odd){
	background: #F0EAD6;
}
/*--------------------------------------------*/
.box_01{
	border: #000066 1px solid;
	padding: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.box_01{
	padding: 15px;
}
}

.kango_list{
	border:#000066 1px solid;
	padding: 30px;
}
@media screen and (max-width: 767px) {
.kango_list{
	padding: 15px;
}
}
.kango_list > li{
	float: left;
	width: 33.333%;
	padding:5px 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.kango_list > li{
	width: 100%;
	padding:5px 0;
}
	
}
.kango_list.kango > li:last-child{
	width: 100%;
}


.occupation > span{
	padding: 5px;
	display: block;
	float: left;
	width: 25%;
}
@media screen and (max-width: 767px) {
.occupation > span{
	width: 50%;
}
	
}
.mw_wp_form .occupation .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
}
.works_box02{
	 display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	 flex-wrap: wrap; 
	justify-content: center;  
}
.works_box02 > li{
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
}
/*.works_box02 > li img {
	width: 75%;
}*/
@media screen and (max-width: 767px) {
.works_box02 > li{
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
.works_box02 > li img {
	width: 100%;
}
}

/*-------中途採用------*/
.list_recruit02 > li{
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 10px;
		background: #000066;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.list_recruit02 > li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 5px;
		font-size: 1.4rem !important;
	padding: 5px;
}
}
.list_recruit02 > li:nth-child(5n){
	margin-right: 0;

}
@media screen and (max-width: 767px) {
.list_recruit02 > li:nth-child(5n){
	margin-right: 2%;

}
.list_recruit02 > li:nth-child(2n){
	margin-right: 0 !important;

}
}
/*.list_recruit02 > li a{
	display: block;
	background: #000066;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}*/