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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


/* 背景指定 ------------------------ */

html,body{
	background:#999;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
	font-size:13px;
	line-height:1.3em;
	color:#000;
	/*余白、書体はcommon.cssで指定*/
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}

header{
	background: #FFF;
	height: 84px;
	box-sizing: border-box;
	padding: 16px 40px;
}
.header_logo02{
	margin-left: 40px;
}

nav{
	background: #e5002d;
	box-sizing: border-box;
	height: 70px;
}
nav ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
nav ul li{
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
		/*メニュー固定*/
		.fixed {
		    position: fixed;
		    top: 0;
		    left: 0;
		    right: 0;
		    width: 960px;
		    margin: 0 auto;
		    z-index: 9000;
		}

#contents{
	width: 960px;
	margin: 0 auto;
}

#top{
  position: relative;
  height: 764px;
  background-image: url(../images/top/business_top.jpg); 
  background-size:cover; 
  background-repeat: no-repeat;
}
#top h3{
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
}
#top h3 img{
  transform: scale(0.5);
}


#business{
  padding-top: 40px;
  padding-bottom:30px;
}

.business_area{
  padding: 0 92.5px;
  box-sizing: border-box;  
}
.business_area h3{
  text-align: center;
  margin-bottom: 30px;
}
.business_area h3 img{
  width: 30%;
  display: inline-block;
}
.business_area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  text-align: center;
}
.business_area ul li{
  width: 30%;
  margin-bottom: 30px;
  border-bottom: 4px solid #e5002d;
}
.business_area ul li img{
  width: 100%;
}
.business_area ul li dd{
  padding:10px 0;
  box-sizing: border-box;
  background: #FFF;
  font-weight: bold;
}


#contents_B{
	/*background: #FFF;*/
	/* margin-top: -27px; */
}

/* #application .back_top{
	height: 35px;
	background: url(../images/application/back_top.png) no-repeat;
} */
/* #application .back_bottom{
	height: 50px;
	background: url(../images/application/back_bottom.png) no-repeat;
} */
.application_center{
	background: url(../images/application/back_center.png) repeat-y;
	box-sizing: border-box;
	padding: 46px 90px;
}
.application_center h2{
	font-size: 45px;
	color: #FFF;
	line-height: 1.2em;
}
.application_center h3{
	font-size: 26px;
	line-height: 1.5em;
	color: #FFF;
}
.application_bottom{
	margin-top: 20px;
}
.application_bottom .application_left{
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	padding: 30px 60px;
	/*float: left;*/
}
.application_bottom .application_left li{
	font-size: 30px;
	color: #4d4d4d;
	padding: 30px 0;
	border-bottom: 1px dotted #cccccc;
  line-height: 1.5em;
}
.application_bottom .application_left li:last-child{
	border-bottom: none;
}
.application_bottom .application_left li.attention{
  font-size: 20px;
  color: #e5002d;
}

.application_bottom .application_right{
	/*float: right;*/
	margin: 60px auto 0;
	width: 522px;
}
.application_bottom .application_right a{
	/* border-radius: 10px; */
	display: inline-block;
  margin: 0 auto;
	text-align: center;
}


/*スライドショー*/
/* ------------------------------
???loopSlider
------------------------------ */
#senior{
	margin-top: 20px;
}
.loopslider {
    margin: 40px auto 20px;
    width: 100%;
    height: 165px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.loopslider img{
	height:165px;
}

.loopslider ul {
    height: 165px;
    float: left;
    display: inline;
    overflow: hidden;
}

.loopslider ul li {
	width:240px;
    height: 165px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

?
/* ------------------------------
???CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
????content: "";
????display: none;
????clear: none;
}

#about{
	background: #fef1ec;
	padding-top: 40px;
}
#about ul{
	width: 790px;
	height: 94px;
	margin: 0 auto;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#about ul li{
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	margin: 0 4px;
}

#about .about_btn_a .image_hover{
    display: block;
    width: 187px;
    height: 94px;
    background: url(../images/about/about_btn_a_hover.png) no-repeat;
}
#about .about_btn_b .image_hover{
    display: block;
    width: 188px;
    height: 94px;
    background: url(../images/about/about_btn_b_hover.png) no-repeat;
}
#about .about_btn_c .image_hover{
    display: block;
    width: 188px;
    height: 94px;
    background: url(../images/about/about_btn_c_hover.png) no-repeat;
}
#about .about_btn_d .image_hover{
    display: block;
    width: 188px;
    height: 94px;
    background: url(../images/about/about_btn_d_hover.png) no-repeat;
}

#boshu{
	background: #FFF;
	padding: 30px 82px 40px;
	box-sizing: border-box;
}
#boshu h3{
	font-size:24px;
	line-height: 1.5em;
	color: #333;
	letter-spacing: 10px;
}
#boshu p{
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 2px solid #4d4d4d;
  margin-bottom: 20px;
}
.requirements_main{
	margin-top: 40px;
}
.requirements_main table tr th , .requirements_main table tr td{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #999;
}
.requirements_main th , .requirements_main td{
	border: 1px solid #000;
}
.requirements_main th{
	width: 90px;
	padding: 20px;
	background: #e6e6e6;
	font-size: 16px;
}
.requirements_main td{
	width: 650px;
	padding: 20px;
	background: #FFF;
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
}
.requirements_main td span{
	color: #847b77;
}

#entry{
	margin: 0 auto;
	position: relative;
	background:#FFF;
	padding: 10px 82px 60px;
	box-sizing: border-box;
}
#entry h3{
	font-size:24px;
	line-height: 1.5em;
	color: #333;
	letter-spacing: 10px;
}
#entry h4{
	font-size: 14px;
	color: #000;
	text-align: right;
}
#entry h4 span{
	color: red;
}

	.entry_main{
		margin-top: 40px;
	}
	.entry_text{
		border: 1px solid #000;
	}
	.entry_text h2{
		background: #ffe4e5;
		padding: 15px;
		font-size: 22px;
	}
	.entry_text tr{
		border-bottom: 1px solid #999;
	}
		.entry_text tr:last-child{
			border-bottom: none;
		}
	.entry_text th{
		width: 170px;
		background: #f2f2f2;
		padding: 15px;
	}
		.entry_text th span{
			color: #ff0000;
		}
	.entry_text td{
		width: 570px;
		padding: 15px;
		line-height: 1.5em;
	}

.entry_ok ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
  text-align: center;
  width: 80%;
  margin:0 auto;
}
.entry_ok ul li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  width: 50%;
  margin-top: 20px;
}
.entry_ok ul li button{
  width: 80%;
}
  .entry_ok button:hover{
    cursor: pointer;
  }
  .reset_back , .ok_back{
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    border:1px solid #cccccc;
  }
    .reset{
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 120%;
    }
    .ok{
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 120%;
    }

.entry_text05 .douki{
	width: 220px !important;
	display: inline-block;
	vertical-align:top;
}
.entry_text06_ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.entry_text06_ul li{
  display: inline-block;
  width: 30%;
  margin: 5px 0;
  letter-spacing: normal; /* 文字間を通常に戻す */
}

.entry_text06_ul_02{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.entry_text06_ul_02 li{
  display: inline-block;
  width: 50%;
  margin: 5px 0;
  letter-spacing: normal; /* 文字間を通常に戻す */
  text-align: left;
}



/*business_area---------------------*/

#business_area{
  margin-top:60px;
  position: relative;
}
#business_area_main{
  padding: 75px 89px 0 89px;
  box-sizing: border-box;
  position: relative;
}

.main_left{
  float: left;
  width: 187px;
}
.main_right{
  float: right;
  width: 560px;
}
.main_right h2{

}
.main_right dl dt{
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 50px;
}
.main_right dl dd{
  font-size:16px;
  line-height: 1.8em;
  color: #4d4d4d;
  text-align: justify;
  margin-top: 30px;
}

/*エロ本*/
.erohon_area dl dd{
  margin-top: 55px;
}
.erohon_color{
  color: #00a0e9;
}

/*SODVR*/
.sodvr_area dl dd{
  margin-top: 20px;
}
.sodvr_color{
  color: #6fba2c;
}

/*アートワークス*/
.artworks_area dl dd{
  margin-top: 20px;
}
.artworks_color{
  color: #e6002d;
}

/*kaku-butsu*/
.kakubutsu_area dl dd{
  margin-top: 20px;
}
.kakubutsu_color{
  color: #93278f;
}

/*世界展開*/
.world_box{
  position: absolute;
  top: 71px;
  left: 40px;
}
.business_image{
  margin-top: 30px;
}
.business_image ul{
  text-align: center;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.business_image li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  margin: 0 5px;
}
.world_color{
  color: #f79624;
}


.main_bottom{
  margin-top: 65px;
}
.main_bottom ul{
  text-align: center;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.main_bottom li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  margin: 0 45px;
}
.main_bottom li .button_a a{
  display: block;
  padding: 20px;
  box-sizing: border-box;
  width: 260px;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,cccccc+100 */
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 0%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f2f2f2 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  border: 1px solid #b3b3b3;
}
.main_bottom li .button_b a{
  display: block;
  padding: 20px;
  box-sizing: border-box;
  width: 260px;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,efefef+100 */
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #efefef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fefefe 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
  border: 1px solid #d2d2d2;
}

.business_area_menu{
  width: 800px;
  margin: 43px auto 0;
}
.business_area_menu ul ul{
  text-align: center;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.business_area_menu ul li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  border-right: 1px solid #999;
	/* margin: 5px; */
}
.business_area_menu ul li:last-child{
  border-right: none;
}
.business_area_menu ul li a{
  font-size: 15px;
  color: #808080;
  display: block;
  padding: 0 13px;
  box-sizing: border-box;
	text-align: center;
}
.business_area_menu ul li a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


#create_area{

}
.create_about ul li img{
  display: block;
}
.create_qa_back{
  height: 46px;
  background: #999;
}
.create_qa_main{
  padding: 90px 66px 20px;
  box-sizing: border-box;
}
.create_qa_main dl{
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
.create_qa_main dl dt{
  font-size: 28px;
  line-height: 1.5em;
  color: #333;
  font-weight: bold;
}
.create_qa_main dl dd{
  font-size: 16px;
  line-height: 1.5em;
  color: #4d4d4d;
  margin-top: 30px;
}
.create_qa_main table tr{
  border-bottom: 1px solid #b3b3b3;
}
.create_qa_main table th{
  font-size: 36px;
  color: #d3766d;
  vertical-align: top;
  padding: 20px 0;
  line-height: 1em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.create_qa_main table td{
  vertical-align: top;
  text-align: justify;
}
.create_qa_main table .qa_left{
  padding: 20px 30px 20px 10px;
  width: 215px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6em;
  color: #4d4d4d;
  font-weight: bold;
}
.create_qa_main table .qa_right{
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6em;
  color: #4d4d4d;
}
#create_area_entry_btn{
  margin: 20px auto;
  width: 341px;
}
#create_area_entry_btn a{
  display: block;
}

/*配属について*/
#haizoku_main{
  position: relative;
  box-sizing: border-box;
  padding: 30px 89px 60px;
}
.haizoku_title dl dt{
  font-size: 20px;
  line-height: 1.5em;
  color: #4d4d4d;
}
.haizoku_title dl dd{
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.8em;
  margin-top: 10px;
}
.haizoku_text_top{
  background: url(../images/haizoku/haizoku_back01.png);
  margin-top: 30px;
  padding: 15px;
  box-sizing: border-box;
}
.haizoku_text_top div{
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
}
.haizoku_text_top div dl dt{
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
  float: left;
}
.haizoku_text_top div dl dd{
  float: left;
  margin-top: 4px;
  margin-left: 40px;
}
.haizoku_text_top div p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8em;
  color: #4d4d4d;
}
.haizoku_yajirushi{
  margin: 20px 0;
}
.haizoku_yajirushi ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.haizoku_yajirushi ul li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  width: 50%;
}
.haizoku_text_bottom ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.haizoku_text_bottom ul li{
  /*width: 48%;*/
  letter-spacing: normal; /* 文字間を通常に戻す */
}
.haizoku_text_bottom .a01{
  float: left;
  width: 48%;
}
.haizoku_text_bottom .a02{
  float: right;
  width: 48%
}
.haizoku_text_bottom ul li{

}
.haizoku_text_bottom ul li div{
  padding: 15px;
  box-sizing: border-box;
}
.haizoku_text_bottom ul li div div{
  background: #FFF;
}
.haizoku_text_bottom ul div dl dt{
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
}
.haizoku_text_bottom ul div dl dd{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8em;
  color: #4d4d4d;
}
.haizoku_text_bottom ul div p{
  text-align: center;
  margin-top: 20px;
}
.haizoku_text_bottom ul li .haizoku_text_bottom01{
  background: url(../images/haizoku/haizoku_back01.png);
}
.haizoku_text_bottom ul li .haizoku_text_bottom02{
  background: url(../images/haizoku/haizoku_back02.png);
}
.haizoku_text_bottom ul li .haizoku_text_bottom03{
  background: url(../images/haizoku/haizoku_back03.png);
}

/*選考ステップ*/
#selectionstep{
  position: relative;
  box-sizing: border-box;
  padding: 30px 89px 60px;
}
.selectionstep_top ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.selectionstep_top ul li{
  letter-spacing: normal; /* 文字間を通常に戻す */
  display: inline-block;
  width: 210px;
}
.selectionstep_top ul li:last-child{
  width: 135px;
}
.selectionstep_top ul li .selectionstep_box{
  float: left;
  width: 135px;
  height: 100px;
  padding: 2px;
  box-sizing: border-box;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
.selectionstep_top ul li .selectionstep_yajirushi{
  float: left;
 display: -webkit-flex;
 display: flex;
 margin-left: 30px;
 margin-top: 40px;
}
.selectionstep_top ul li .selectionstep_box p{
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 1.5em;
}
.sbox01{background: #ff4a8d;}
.sbox02{background: #ffa63a;}
.sbox03{background: #86e527;}
.sbox04{background: #4ff2c8;}
.sbox05{background: #9053e5;}

.selectionstep_about{
  margin-top: 60px;
}
.selectionstep_about_text{
  margin-top: 20px;
}
.selectionstep_about_text dl dt{
  font-size: 24px;
  line-height: 1.5em;
  color: #ff7bac;
}
.selectionstep_about_text dl dd{
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.8em;
}
.selectionstep_about_text ul{
  margin-top: 20px;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.selectionstep_about_text ul li{
  letter-spacing: normal; /* 文字間を通常に戻す */
  display: inline-block;
  margin-right: 7px;
}
.selectionstep_about_text ul li:last-child{
  margin-right: 0;
}
.selectionstep_entry_btn{
  margin-top: 60px;
}
.selectionstep_entry_btn a{
  display: block;
  width: 340px;
  height: 66px;
  border-radius: 7.2px;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.4);
  margin: 0 auto;
}

/*福利厚生*/
#welfare{
  position: relative;
  box-sizing: border-box;
  padding: 30px 89px 60px;
}
#welfare h3{
  font-size: 20px;
  line-height: 1.5em;
  color: #ff931e;
}
.welfare_top{
  margin-top: 30px;
}
.welfare_top .welfare_top_left{
  float: left;
  width: 360px;
}
.welfare_top .welfare_top_left dl dt{
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
}
.welfare_top .welfare_top_left dl dd{
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.8em;
  margin-top: 10px;
}
.welfare_top .welfare_top_right{
  float: right;
  width: 400px;
}
.welfare_top .welfare_top_right ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.welfare_top .welfare_top_right ul li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  margin-right: 3px;
}
.welfare_top .welfare_top_right ul li:last-child{
  margin-right: 0;
}
.welfare_center{
  margin-top: 45px;
}
.welfare_center ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.welfare_center ul li{
  width: 50%;
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  vertical-align: top;
}
.welfare_center ul li:last-child dl{
  text-align: right;
}
.welfare_bottom{
  /* margin-top: 50px; */
}
.welfare_bottom .welfare_bottom_top dl dt{
  font-size: 20px;
  line-height: 1.5em;
  color: #ff931e;
}
.welfare_bottom .welfare_bottom_top dl dd{
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.8em;
  margin-top: 20px;
}
.welfare_bottom .welfare_bottom_bottom{
  margin-top: 80px;
}
.welfare_bottom .welfare_bottom_left{
  float: left;
  width: 230px;
}
.welfare_bottom .welfare_bottom_right{
  float: right;
  width: 505px;
  height: 366px;
  position: relative;
}
.welfare_bottom .welfare_bottom_right img{
  position: absolute;
  bottom: 0;
}
.bn_sumire{
  margin-top: 40px;
}
.bn_sumire a{
  display: block;
}
.bn_sumire img{
  width: 100%;
}

/*社員紹介*/
#enmployee_area{
  margin-top:40px;
  position: relative;
}
.enmployee_area_all{
  padding: 26px 30px 56px 30px;
  box-sizing: border-box;
}
.enmployee_area_all h3{
  text-align: center;
}
.enmployee_area_all h3 img{
  display: inline-block;
  width: 200px;
}
.enmployee_area_all ul{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
  /*text-align: center;*/
}
.enmployee_area_all ul li{
  letter-spacing: normal; /* 文字間を通常に戻す */
  display: inline-block;
  width: 33.33%;
  box-sizing: border-box;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
}
.enmployee_area_all ul li:nth-child(3n){
  border-right: none;
}
.enmployee_area_all ul li img{
  width: 214px;
}
.enmployee_area_all ul li .enmployee_area_all_top{
  padding: 0 32px 32px 32px;
  border-bottom: 1px dashed #e6e6e6;
  text-align: center;
}
.enmployee_area_all ul li .enmployee_area_all_bottom{
  text-align: left;
  padding: 32px;
  height: 214px;
  box-sizing: border-box;
}
.enmployee_area_all ul li .enmployee_area_all_bottom p{
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
}

#enmployee_area_main{
  position: relative;
  box-sizing: border-box;
  padding: 30px 89px 60px;
}
#enmployee_area_main h2{
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  color: #e5002d;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.enmployee_capt{
  padding: 35px 0 10px;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}
.enmployee_capt h3{
  float: left;
}
.enmployee_capt h4{
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
  float: left;
  margin-left: 40px;
}
.enmployee_capt h4 span{
  font-size: 14px;
  color: #000;
  line-height: 1.5em;
}
.enmployee_main{
  margin-top:30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
}
.enmployee_main .enmployee_main_left{
  width: 30%;
  height: 342px;
}
.enmployee_main .enmployee_main_left img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.enmployee_main .enmployee_right{
  width: 66%;
}
#enmployee_area_main dl dt{
  font-size: 18px;
  font-weight: 500;
  color: #0078ff;
  line-height: 1.8em;
}
#enmployee_area_main dl dd{
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  text-align: justify;
}
.enmployee_sub{
  padding:40px 0;
  border-bottom: 1px solid #999;
}
.enmployee_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.enmployee_flex_left{
  width: 30%;
}
.enmployee_flex_left a{
  display: inline-block;
  height: 160px;
}
.enmployee_flex_left img{
  object-fit: cover;
  object-position:top center;
  width: 100%;
  height: 100%;
}
.enmployee_flex_right{
  width: 66%;
}
.w100{
  width: 100%;
}

.enmployee_sub p{
  font-size: 14px;
  line-height: 1.5em;
  color: #4d4d4d;
  margin-top: 10px;
}

/*2つならび*/
.enmployee_sub .enmployee_sub_2{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
  margin-top: 20px;
}
.enmployee_sub .enmployee_sub_2 li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  width: 48%;
  margin-right: 25px;
}
.enmployee_sub .enmployee_sub_2 li:last-child{
  margin-right: 0;
}

/*3つならび*/
.enmployee_sub .enmployee_sub_3{
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
  margin-top: 20px;
}
.enmployee_sub .enmployee_sub_3 li{
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  width: 30%;
  margin-right: 30px;
}
.enmployee_sub .enmployee_sub_3 li:last-child{
  margin-right: 0;
}

/*enmployeeボタン関係*/
.enmployee_btn_back{
  background: url(../images/enmployee/com/btn_back.png);
  text-align: center;
  box-sizing: border-box;
  padding:10px 0;
}
.enmployee_btn_back:hover{
  cursor: pointer;
}
.accordion_btn{
  background: #cccccc;
}
.accordion_btn h3{
  font-size: 18px;
  color: #4d4d4d;
  padding: 20px;
}
.accordion_btn_border{
  border-bottom: 1px solid #FFF;
}
.accordion_btn ul{
  padding: 20px 40px;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.accordion_btn ul li{
  border-bottom: 1px solid #FFF;
}
.accordion_btn ul li a{
  padding: 18px 0;
  display: block;
}
.accordion_btn ul li dl dt{
  display:inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  width: 200px;
  font-size: 14px;
}
.accordion_btn ul li dl dd{
  display:inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
  font-size: 18px;
}


/*募集要項 202012追加*/
.boshu_btn ul{
  display: flex;
  flex-wrap: wrap;
}
.boshu_btn .boshu_btn_btn{
  display: inline-block;
  width: 200px;
  height: 54px;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background-color: #e5002d;
  border: 2px solid #e5002d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.boshu_btn .boshu_btn_btn::before,
.boshu_btn .butboshu_btn_btnton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.boshu_btn .boshu_btn_btn,
.boshu_btn .boshu_btn_btn::before,
.boshu_btn .boshu_btn_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.boshu_btn .boshu_btn_btn:hover {
  background-color: #fff;
  border-color: #e5002d;
  color: #e5002d;
}
.boshu_text {
  padding: 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 2px solid #4d4d4d;
}
.boshu_text dt{
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.boshu_text dd{
  font-size: 14px;
  line-height: 1.5em;
}
.boshu_chuto_btn ul{
  display: flex;
  flex-wrap: wrap;
}
.boshu_chuto_btn a{
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #FFF;
  border: 2px solid #e5002d;
  color: #e5002d;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
}
.boshu_chuto_btn a:hover{
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


.guidearea{
  margin-top: 80px;
}
.guidearea table{
  width: 796px;
}

.guidearea table ,
.guidearea table tr ,
.guidearea table th , 
.guidearea table td{
  box-sizing: border-box;
  line-height: 1.5em;
  background: #f5f5f5;
}
.guidearea table td{
  padding:10px;
  box-sizing: border-box;
  width: 10%;
  font-size: 13px;
  border: 2px solid #FFFFFF;
}

.guidearea table tr td.table_10{width: 10%;}
.guidearea table tr td.table_20{width: 30%;}
.guidearea table tr td.table_30{width: 30%;}
.guidearea table tr td.table_40{width: 40%;}

.table_bg td{
  background: #fce5ea!important;
}

/*TOP Twitter 202012追加*/
.twitterarea{
  padding: 40px 90px;
  box-sizing: border-box;
  background: #e5002d;
}
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }


.pc_none{display: none;}

/* リンク色設定 ------------------------ */

a {
	color:#666;
	text-decoration:none;
}
	a:link {/*未訪問*/}
	a:visited {/*訪問済*/}
	a:hover {/*マウスオーバー*/
		text-decoration:underline;
	}

/*TOPに戻る*/
#pageTop{
	position:fixed;
	bottom:0px;
	right:10px;
  width: 90px;
}
#pageTop img{
  width: 100%;
}
	#pageTop:hover{
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none;
}


.fLeft{float: left;}
.fRight{float: right;}
.dBlock{display: block;}
.pop:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.text_c{
  text-align: center;
}

h3 img{
	display: block;
}



/*ヘッダー&フッター-----------------------------*/
#sod_fotter{font-size:12px;text-align:center;width:100%;min-width:960px;background-color:#FFF;overflow:hidden;line-height:1.3em;padding:30px 0;color: #999;}
/*ヘッダー&フッター-----------------------------*/

#entry_btn{
  margin: 0 auto 40px;
	text-align: center;
}
#entry_btn a{
	text-align: center;
}


/* 打ち消し線 */
.text-b{
	text-decoration: line-through;
}
.text-b-color{
	margin-left: 1em;
	color: #FF0000;
}

.text-border{
  background: linear-gradient(
  transparent 0.3em,
  #000 0, #000 calc(0.3em + 3px),
  transparent 0, transparent calc(0.3em + 7px),
  #000 0, #000 calc(0.3em + 10px),
  transparent 0
  ); 
}


.shinsotsu_boshu dt{
  font-size: 14px;
  line-height: 1.5em;
  border: 0!important;
  margin: 20px 0 0;
  font-weight: bold;
}
.shinsotsu_boshu dd{
  margin-left: 1em;
}
.shinsotsu_boshu .dd_border{
  margin: 30px 0;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.dd_mt0{
  margin-top: 0!important;
}

.border_area{
  width: 100%;
  border-top: 1px solid #4d4d4d;
  box-sizing: border-box;
  margin: 40px 0;
}

.boshu__entry__btn a{
  width: 100%;
  display: inline-block;
  margin: 40px 0 20px;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #FFF;
  border: 2px solid #e5002d;
  color: #e5002d;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
}
.boshu__entry__btn a:hover{
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.interview_tab h5.subtitle {
    width: 100%;
    text-align: center;
}


h6 {
    width: 100%;
    text-align: left;
    color: #e5002d;
}

.timeschedule p {
        line-height: 200%;
        font-weight: bold;
}

.timeschedule p span{
        background: #e5002d;
        color: #fff;
        padding: 6px;
        border-radius: 6px;
        margin: 10px;
        line-height: 300%;
}

.timeschedule table tr th {
        line-height: 200%;
        font-weight: bold;
        text-align: center;
        width: 70px;
}

.timeschedule table tr td {
        line-height: 200%;
        font-weight: bold;
    text-align: left;
}

ul.timeschedule {
    display: block;
    width: 100%;
}

ul.timeschedule li{
    display: inline-block;
    width: 47%;
    margin: 1%;
    vertical-align: top;
    text-align: center;
}

ul.timeschedule li img{
        width: 100%;
        padding: 0;
        margin: auto;
        max-height: none;
        float: none;
}

