@charset "utf-8";
/*==============================
 #interview
 ==============================*/
#interview .top_visual {
  height: 580px;
  min-width: 1000px;
}
#interview .top_visual#interview01 {
  background: url(../../img/interview/interview01_01.jpg) no-repeat center top;
}
#interview .top_visual#interview02 {
  background: url(../../img/interview/interview02_01.jpg) no-repeat center top;
}
#interview .top_visual#interview03 {
  background: url(../../img/interview/interview03_01.jpg) no-repeat center top;
}
#interview .top_visual .inner {
  width: 1000px;
  margin: 0 auto;
}
#pankuzu {
  color: #fff;
  font-size: 12px;
  padding-top: 20px;
}
#pankuzu ol {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#pankuzu ol li:nth-child(even) {
  padding: 0 17px;
}
#interview #main {
 padding: 40px 0; 
}
#interview #main .top {
  width: 1000px;
  margin: 0 auto;
}
#interview #main .top .name {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
#interview #main .top .name span {
  display: inline-block;
  color: #0f9522;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 20px;
}
#interview #main .top .belong {
  color: #434343;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
#interview #main .box {
  width: 1000px;
  margin: 70px auto 0;
}
#interview #main .box p {
	line-height: 1.8;
}
#interview #main .box .sub {
  font-family: "Noto Serif";
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 35px;
}
#interview #main .box.box_txt .sub {
  text-align: center;
}
#interview #main .box.box_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
#interview #main .box.box_flex.reverse {
  margin-top: 30px;
}
#interview #main .box.box_flex .left {
  width: 470px;
}
#interview #main .box.box_flex.reverse .left {
  width: auto;
}
#interview #main .box.box_flex.reverse .right {
  width: 500px;
}
#interview #main .prof {
  width: 600px;
  box-sizing: border-box;
  padding: 20px 25px;
  margin: 70px auto 0;
  border: 1px solid #c9c9c9;
}
#interview #main .prof .data {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
#interview #main .prof .data .left {
  margin-right: 22px;
}
#interview #main .prof .data .belong {
  color: #434343;
  font-size: 14px;
}
#interview #main .prof .data .name {
  font-size: 18px;
  font-weight: bold;
}
#interview #main .prof .data .name span {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
#interview #main .prof .data .other {
  color: #434343;
  font-size: 14px;
}
#interview #main .prof .data .other span {
  margin-left: 15px;
}
#interview #main .prof .history {
  color: #434343;
  font-size: 14px;
}
#interview .interview_list {
  background: #f0f0f0;
  padding: 40px 0 30px;
}
#interview .interview_list .inner {
  width: 925px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#interview .interview_list li a {
  display: block;
}
#interview .interview_list li a:hover {
  opacity: 0.6;
}
#interview .interview_list li .white{
  background: #fff;
  padding: 15px 18px 30px;
}
#interview .interview_list li .white .name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#interview .interview_list li .white .name span {
  color: #0f9522;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}
#interview .interview_list li .white .belong {
  color: #434343;
  font-size: 14px;
  text-align: center;
}
#interview .interview_list li .white .catch {
  margin-top: 20px;
  padding-top: 20px;
  font-weight: bold;
  position: relative;
}
#interview .interview_list li .white .catch:before {
  position: absolute;
  content: '';
  background: #319e3f;
  width: 41px;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#interview .extra {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  align-items: flex-start;
	width: 1000px;
  margin: 70px auto 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #414141;
	padding: 20px 0;
}
#interview .extra dl {
	width: 880px;
	margin-left: 20px;
}
#interview .extra dl dt {
	font-family: "Noto Serif";
	font-size: 18px;
	margin-bottom: 10px;
}
#interview .extra .img {
	width: 100px;
}
#interview .extra img {
	width: 100px;
	height: auto;
}

/*==============================
 #recruit
 ==============================*/
#recruit #pankuzu,
#recruit #main {
  width: 1000px;
}
#recruit #pankuzu {
  color: #000;
  margin: 0 auto;
}
#recruit #main {
  margin: 30px auto 70px;
}
#recruit #main h2.ttl {
  font-size: 36px;
  font-family: "Noto Serif";
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
#recruit #main h2.ttl>span {
  display: block;
  text-align: center;
  line-height: 1;
  margin: 0 auto 25px;
}
#recruit #main h2.ttl>span span {
  display: inline-block;
  color: #319e3f;
  font-size: 18px;
  position: relative;
}
#recruit #main h2.ttl>span span:before ,
#recruit #main h2.ttl>span span:after {
  position: absolute;
  content: '';
  background: #0f0f0f;
  width: 85px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#recruit #main h2.ttl>span span:before {
  left: -100px;
}
#recruit #main h2.ttl>span span:after {
  right: -100px;
}
#recruit #main h3 {
  color: #0f9522;
  font-size: 24px;
  font-family: "Noto Serif";
  margin-bottom: 30px;
}
#recruit #main table {
  width: 100%;
  margin-bottom: 40px;
}
#recruit #main table th {
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 20px 30px;
  vertical-align: middle;
}
#recruit #main table td {
  border: 1px solid #dcdcdc;
  padding: 20px 60px;
  vertical-align: middle;
}
#recruit #main .btn04 {
  display: block;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 16px 0;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #0f9522;
  border: 1px solid #0f9522;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#recruit #main .btn04:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  top: 0;
  bottom: 2px;
  right: 12px;
  margin: auto;
}
#recruit #main .btn04:hover {
  background: none;
  color: #0f9522;
}
#recruit #main .btn04:hover:after {
  border-left: 8px solid #0f9522;
}