/*会社概要*/
.head_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/bg2.jpg);
  background-blend-mode: multiply;
  background-color: #595757;
}
.main_img {
  position: absolute;
  right: 0;
  top: -33%;
}
.main_img img {
  width: 38vw;
}
@media screen and (max-width: 1300px) {
.main_img {
  position: absolute;
  right: 0%;
  top: -1%;
}
.main_img img {
  width: 45vw;
}
}
@media screen and (max-width: 991px) {
  .main_img {
    position: static;
    right: 0%;
    top: 0%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
.main_img img {
  width: 60vw;
}
}

.main_img2 {
  position: absolute;
  left: 10%;
  top: 18%;
}
@media screen and (max-width: 991px) {
  .main_img2 {
    position: static;
    right: 0%;
    top: 0%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.main_img2 img {
  width: 20vw;
}
.h2_ttl {
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10vh;
}
@media screen and (max-width: 575px) {
  .h2_ttl {
    font-size: 1.0rem;
  }
}
.h2_ttl img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 10px;
}
.recruit_area {
  padding-top: 1%;
  padding-bottom: 5%;
  position: relative;
  background-color: #F2EFE7;
}
@media screen and (max-width:991px) {
  .recruit_area {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
.recruit_read {
  font-size: 1.0rem;
	padding-top: 10px;
	margin-bottom: 20px;
}
/* 概要
---------------------------------*/
.s_table {
  clear: both;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  border-top: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
	background-color: #fff;
}
.s_table th {
  /*font-weight: bold;*/
  width: 30%;
  font-size: 1.0rem;
  background-color: rgb(232, 232, 232);
}
.s_table td {
  font-size: 1.0rem;
}
@media (max-width: 576px) {
  .s_table th {
    width: 25%;
  }
  .s_table td {
  }
}
.s_table th, .s_table td {
  padding: 2%;
  line-height: 1.8;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
}

.entry_box {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #727171;
  padding-bottom: 1.5%;
  padding-top: -2%;
  max-width: 300px;
	margin-top: 5%;
	margin-bottom: 5%;
}
@media (max-width: 767px) {
.entry_box {
  padding-bottom: 3%;
}
}
.entry_box:hover {
  background-color: rgba(0, 105, 52, 0.1);
}
.entry-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  margin-top: 5%;
  margin-right: 10%;
}
.entry-button a::after {
  content: "";
  display: block;
  position: absolute;
  /*top: calc(50% – 5px);*/
  left: 120%;
  width: 40px;
  height: 7px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: .3s;
  top: 12px;
}
.entry-button a:hover::after {
  position: absolute;
  /*top: calc(50% – 5px);*/
  left: 120%;
  width: 60px;
  height: 7px;
}
