@charset "utf-8";
/*================================
top
================================*/
.mv {
  position: relative;
  margin-bottom: 300px;
}
.mv::before {
  content: "";
  position: absolute;
  background: #faa708;
  width: 75%;
  height: 80vh;
  right: 0;
  z-index: -1;
}
.mv .mv_img {
  background: url("../img/recruit/mv.jpg") no-repeat top center / cover;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-left: auto;
}
.mv .ttl_box {
  width: 50%;
  padding: 40px 0 40px 10%;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
}
.mv .sub_ttl {
  font-size: 14px;
  letter-spacing: 2px;
}
.mv .ttl_box h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.mv .pan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .pan_list li {
  margin-right: 20px;
  position: relative;
}
.mv .pan_list li::after {
  content: "/";
  position: absolute;
  font-size: 16px;
  right: -13px;
}
.mv .pan_list li:last-child {
  border-bottom: 1px solid #cc5d00;
}
.mv .pan_list li:last-child:after {
  display: none;
}
#sec02,
#sec03,
#sec04,
#sec05 {
  padding-top: 100px;
  margin-top: -100px;
}
.sec01 {
  margin-bottom: 150px;
}
.sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec01 ul li {
  width: 15%;
  border-left: 1px solid #000;
}
.sec01 ul li:last-child {
  border-right: 1px solid #000;
}
.sec01 ul li a {
  display: block;
  text-align: center;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 25px;
}
.sec02 {
  margin-bottom: 150px;
}
h3 {
  font-size: 32px;
  margin-bottom: 40px;
}
.sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec02 ul li {
  width: 30%;
  background: #fff;
  padding: 30px;
}
.sec02 ul li .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ffad10;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec02 ul li .txt {
  line-height: 1.8;
}
.sec03 {
  margin-bottom: 150px;
}
.sec03 .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 .flex li {
  width: 46%;
}
.sec03 .flex li p {
  line-height: 2.4;
}
.sec04 {
  margin-bottom: 150px;
}
.sec04 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #787878;
}
.sec04 .orange {
  border-bottom: 1px solid #cc5d00;
}
.text_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec04 dl dt {
  width: 20%;
  font-weight: bold;
}
.sec04 dl dd {
  width: 78%;
  line-height: 2;
}
.sec04 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.sec04 table th {
  padding: 10px;
  background: #dcdcdc;
  border: solid 1px #666666;
  font-weight: 400;
  width: 25%;
}
.sec04 table td {
  padding: 10px;
  border: solid 1px #666666;
}
.sec04 table td:first-child {
  background: #dcdcdc;
}
.sec04 table tr:last-child {
  border-top: solid 3px #666666;
}
.sec04 table tr:last-child td {
  background: #faeacb;
}
.sec04 .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.sec04 dl dd.txt_m p {
  margin-bottom: 10px;
}
.sec04 dl dd.txt_m p:last-child {
  margin-bottom: 0;
}
.sec05 {
  background: #f9d796;
  padding: 80px 0;
  margin-bottom: 150px;
}
.sec05 h3 {
  margin-bottom: 20px;
}
.sec05 .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec05 .flex .txt_box {
  width: 30%;
}
.sec05 .flex ul.flow {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
.sec05 .flex ul.flow::before {
  content: "";
  position: absolute;
  border-left: 1px solid #000;
  height: 80%;
  top: 0;
  z-index: -1;
}
.sec05 .flex ul.flow li {
  font-size: 18px;
  background: #fff;
  padding: 20px 0;
  margin-bottom: 40px;
}
.sec05 .flex ul.flow li:nth-child(6) {
  margin-bottom: 10px;
}
.sec05 .flex ul.flow li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mv {
    width: 100%;
    margin: 0 auto 180px;
    position: relative;
  }
  .mv::before {
    height: 62vh;
  }
  .mv .mv_img {
    height: 45vh;
  }
  .mv .ttl_box {
    width: 85%;
    padding: 30px 0 30px 5%;
  }
  .mv .ttl_box h2 {
    font-size: 34px;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  #sec02,
  #sec03,
  #sec04,
  #sec05 {
    padding-top: 80px;
    margin-top: -80px;
  }
  .sec01 {
    margin-bottom: 60px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec01 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec01 ul li {
    font-size: 14px;
    width: 50%;
    margin: auto;
    padding: 10px 0;
    border-left: none;
  }
  .sec01 ul li:nth-child(-n + 2) {
    border-bottom: 1px solid #000;
  }
  .sec01 ul li:nth-child(even) {
    border-left: 1px solid #000;
  }
  .sec01 ul li:last-child {
    border-right: none;
  }
  .sec02 {
    margin-bottom: 60px;
  }
  .sec02 ul {
    display: block;
  }
  .sec02 ul li {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .sec02 ul li:last-child {
    margin-bottom: 0;
  }
  .sec03 {
    margin-bottom: 60px;
  }
  .sec03 .flex {
    display: block;
  }
  .sec03 .flex li {
    width: 100%;
  }
  .sec03 .flex li:first-child {
    margin-bottom: 10px;
  }
  .sec03 .flex li p {
    line-height: 1.8;
  }
  .sec04 {
    margin-bottom: 160px;
  }
  .sec04 dl {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec04 dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec04 dl dd {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
  }
  .sec05 {
    padding-bottom: 60px;
    margin-bottom: 120px;
  }
  .sec04 dl dd.txt_m p {
    margin-bottom: 20px;
  }
  .sec05 .flex {
    display: block;
  }
  .sec05 .flex .txt_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec05 .flex ul.flow {
    width: 100%;
  }
  .sec05 .flex ul.flow li {
    font-size: 16px;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .sec05 .flex ul.flow::before {
    height: 85%;
  }
}
