/*---------------
採用共通
------------------*/
.mainsecArea.information01 {
  padding: 100px 0;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.information01 {
    padding: 50px 0;
  }
}

.mainsecArea.information02 {
  background-color: #F8F8F8;
  padding: 70px 0 80px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.information02 {
    padding: 35px 0 40px;
  }
}

.mainsecArea.information02:before {
  content: "";
  width: 14px;
  height: 115px;
  display: inline-block;
  background: url(/recruit/information/freshers/images/img_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -56px 0 0 -7px;
  z-index: 10;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.information02:before {
    width: 7px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -29px 0 0 -3px;
  }
}

.pageLinkArea {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  .pageLinkArea {
    margin-bottom: 40px;
  }
}

.pageLinkArea li {
  font-size: 120%;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .pageLinkArea li {
    font-size: 100%;
    padding: 0 15px;
  }
}

.pageLinkArea li:first-child:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 60%;
  margin-top: -5%;
  background-color: #000;
}

.mainsecArea.information01 h2 {
  color: #000;
  margin-bottom: 30px;
  text-align: center;
  font-size: 120%;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.information01 h2 {
    margin-bottom: 20px;
  }
}

.mainsecArea.information01 h2 span {
  font-size: 260%;
  color: #009944;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.information01 h2 span {
    font-size: 180%;
    margin-bottom: 20px;
  }
}

.mainsecArea.information02 h2 {
  font-size: 260%;
  color: #F08200;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.information02 h2 {
    font-size: 180%;
    margin-bottom: 20px;
  }
}

.dataTable {
  width: 100%;
}

.dataTable th,
.dataTable td {
  padding: 20px;
  line-height: 2;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {

  .dataTable th,
  .dataTable td {
    line-height: 1.6;
  }
}

.dataTable th {
  width: 20%;
  border-bottom: 2px #F08200 solid;
}

@media only screen and (max-width: 750px) {
  .dataTable th {
    display: block;
    width: 100%;
    background-color: #ffebd9;
  }
}

.dataTable td {
  width: 80%;
  border-bottom: 2px #D4D4D4 solid;
}

@media only screen and (max-width: 750px) {
  .dataTable td {
    display: block;
    width: 100%;
  }
}

.dataTable .dataTablePoint li {
  position: relative;
  padding-left: 25px;
}

.dataTable .dataTablePoint li:before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #009944;
  border-radius: 50%;
}

.qaArea li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .qaArea li {
    margin-bottom: 10px;
  }
}

.qaArea li:last-child {
  margin-bottom: 0;
}

.q_content {
  background: #fff;
  display: block;
  padding: 20px 20px 20px 70px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .q_content {
    padding: 20px 60px 20px 70px;
  }
}

.q_content:before {
  content: "";
  display: block;
  background: url(/recruit/information/freshers/images/ico_q.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
}

.q_content:after {
  box-sizing: border-box;
  content: "";
  display: block;
  background: url(/recruit/information/freshers/images/ico_plus.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  transition: .5s;
}

.q_content.on:after {
  box-sizing: border-box;
  content: "";
  display: block;
  background: url(/recruit/information/freshers/images/ico_minus.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  transition: .5s;
}

.a_content {
  display: none;
  background: #fff;
}

.a_content_inner {
  width: 100%;
  display: block;
  padding: 10px 20px 20px 70px;
  position: relative;
  box-sizing: border-box;
}

.a_content_inner:before {
  content: "";
  display: block;
  background: url(/recruit/information/freshers/images/ico_a.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 20px;
}

/*---------------
新卒採用情報
------------------*/
.mainimageArea.freshers {
  background-image: url(/recruit/information/freshers/images/img_mv.jpg);
}

.btnArea {
  margin-top: 100px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .btnArea {
    margin-top: 50px;
  }
}

.btnArea a {
  display: block;
  width: 100%;
  max-width: 500px;
  background-color: #E60012;
  border-radius: 8px;
  padding: 15px;
  margin: 0 auto;
  font-size: 120%;
  color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.btnArea a span {
  font-size: 160%;
  font-weight: 500;
  line-height: 1.2;
}

.floatingBnr {
  width: 280px;
  position: fixed;
  top: 180px;
  right: 20px;
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  .floatingBnr {
    width: 40%;
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 100;
  }
}

@media only screen and (max-width: 750px) {
  .btnArea p {
    text-align: left;
  }
}

.--interview-new ul {
  margin: 30px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 110px;
}

@media only screen and (max-width: 750px) {
  .--interview-new ul {
    flex-direction: column;
    margin: 4vw 0 8vw;
    gap: 14vw;
  }
}

.--interview-new ul li {
  flex: 1;
  width: calc((100% - 110px * 2) / 3);
  height: 220px;
}

@media only screen and (max-width: 750px) {
  .--interview-new ul li {
    width: 100%;
  }
}

.--interview-new ul li:nth-child(1) a {
  background-image: url(/recruit/images/img_nav02_rt.jpg);
}

.--interview-new ul li:nth-child(2) a {
  background-image: url(/recruit/images/img_nav02_ky.jpg);
}

.--interview-new ul li:nth-child(3) a {
  background-image: url(/recruit/images/img_nav02_at.jpg);
}

.--interview-new ul li a {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease;
}

@media only screen and (max-width: 750px) {
  .--interview-new ul li a {
    height: 220px;
  }
}

.--interview-new ul li .interview_div {
  width: 80%;
  background-color: #009944;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -40%;
  text-align: center;
  color: #fff;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  padding: 0;
}

.--interview-new ul li .interview_name {
  position: absolute;
  display: block;
  bottom: -35px;
}

/*---------------
中途採用情報
------------------*/
.mainimageArea.career {
  background-image: url(/recruit/information/career/images/img_mv.jpg);
}


/*---------------
障がい者採用情報
------------------*/
.mainimageArea.diversity {
  background-image: url(/recruit/information/diversity/images/img_mv.jpg);
}

.mainsecArea.diversity {
  padding: 100px 0 80px;
}

@media only screen and (max-width: 750px) {
  .mainsecArea.diversity {
    padding: 50px 0 40px;
  }
}

.diversityCatchAreaTxt {
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .businessCatchAreaTxt {
    line-height: 1.6;
    text-align: left;
  }
}

.diversityCatchAreaTxt .current_txt {
  display: inline-block;
  font-size: 180%;
  padding: 15px 30px;
  border: 5px #e6e6e6 solid;
  margin: 50px auto 0;
}

@media only screen and (max-width: 750px) {
  .diversityCatchAreaTxt .current_txt {
    font-size: 120%;
    padding: 15px;
  }
}

.stepArea {
  padding: 0 0 80px;
  background-repeat: repeat;
}

.stepArea h3 {
  position: relative;
  font-size: 140%;
  color: #009944;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .stepArea h3 {
    font-size: 100%;
  }
}

.stepArea h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #009944;
}

.stepArea h3 span {
  position: relative;
  padding-right: 30px;
  background: #fff;
}

@media only screen and (max-width: 750px) {
  .stepArea h3 span {
    padding-right: 20px;
  }
}

.stepArea .stepAreaTxt {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  word-break: break-all;

}

.stepArea .stepAreaTxt.sub {
  margin-top: 10px;
}

.stepArea .stepAreaTxt .year {
  width: 8%;
  white-space: nowrap;
  padding-right: 2%;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  .stepArea .stepAreaTxt .year {
    width: 20%;
    line-height: 1.6;
  }
}

.stepArea .stepAreaTxt .txt {
  width: 92%;
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  .stepArea .stepAreaTxt .txt {
    width: 76%;
    line-height: 1.6;
  }
}

.stepArea a {
  display: inline-block;
  padding-right: 15px;
  font-size: 90%;
  font-weight: 600;
  word-wrap: break-word;
}

.Link__text {
  text-decoration: underline;
}

.Link__blank img {
  width: auto;
  vertical-align: middle;
  padding-left: 5px;
}

.stepArea a:hover {
  opacity: 0.6;
}