/*==========================================================================
section#contents1_area
========================================================================== */
section#contents1_area .inner {
  padding-top: 5.2083333333vw;
}
section#contents1_area .top-box {
  margin-top: 7.8125vw;
}
section#contents1_area .top-box .ttl-box {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3.6458333333vw;
}
section#contents1_area .top-box .list-box {
  justify-content: space-between;
}
section#contents1_area .top-box .list-box li {
  width: 32%;
  border-top: solid 0.2604166667vw #135EAF;
  box-sizing: border-box;
  padding: 1.5625vw;
  padding-bottom: 2.6041666667vw;
  box-shadow: 0 2px 4px 4px rgba(111, 158, 237, 0.25);
}
section#contents1_area .top-box .list-box li .img-box {
  width: 100%;
  height: 17.1875vw;
  margin-bottom: 1.5625vw;
}
section#contents1_area .top-box .list-box li .txt-box .txt-h3 {
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#contents1_area .top-box .list-box li .txt-box .txt-p {
  line-height: 1.8em;
}
section#contents1_area .bot-box .img-box {
  width: 86%;
  height: 23.59375vw;
  margin: 0 auto;
  margin-bottom: -5.2083333333vw;
}
section#contents1_area .bot-box .txt-box {
  width: 100%;
  padding: 10.4166666667vw 2.6041666667vw 5.2083333333vw;
  box-sizing: border-box;
  margin-left: auto;
  background: rgba(111, 158, 237, 0.2);
}
section#contents1_area .bot-box .txt-box .txt-h2 {
  margin: 0 auto;
  margin-bottom: 1.5625vw;
  text-align: center;
}
section#contents1_area .bot-box .txt-box .txt-p {
  line-height: 1.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section#contents1_area .inner {
    padding-top: 50px;
  }
  section#contents1_area .top-box {
    margin-top: 40px;
  }
  section#contents1_area .top-box .ttl-box {
    margin-bottom: 40px;
  }
  section#contents1_area .top-box .list-box li {
    width: 100%;
    border-width: 3px;
    padding: 20px;
    padding-bottom: 30px;
  }
  section#contents1_area .top-box .list-box li .img-box {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
  section#contents1_area .top-box .list-box li .txt-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#contents1_area .top-box .list-box li .txt-box .txt-p {
    font-size: 14px;
  }
  section#contents1_area .top-box .list-box li:nth-child(n+2) {
    margin-top: 40px;
  }
  section#contents1_area .bot-box {
    width: 100%;
  }
  section#contents1_area .bot-box .img-box {
    width: 90%;
    height: 45vw;
    margin: 0 auto;
    margin-bottom: -100px;
  }
  section#contents1_area .bot-box .txt-box {
    width: 100%;
    padding: 130px 5% 50px;
  }
  section#contents1_area .bot-box .txt-box .txt-h2 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: start;
  }
  section#contents1_area .bot-box .txt-box .txt-p {
    text-align: start;
    font-size: 14px;
  }
}
/*==========================================================================
section#contents2_area
========================================================================== */
section#contents2_area .inner {
  padding-top: 7.8125vw;
}
section#contents2_area .ttl-box {
  margin-bottom: 3.6458333333vw;
}
section#contents2_area .box {
  justify-content: space-between;
}
section#contents2_area .box .img-box {
  width: 30.6%;
  height: 47.9166666667vw;
}
section#contents2_area .box .list-box {
  width: 64%;
  flex-wrap: wrap;
}
section#contents2_area .box .list-box li {
  width: 100%;
  padding-left: 4.1666666667vw;
  padding-bottom: 2.6041666667vw;
  box-sizing: border-box;
  position: relative;
}
section#contents2_area .box .list-box li:before {
  content: "";
  width: 0.1041666667vw;
  height: calc(100% - 1.5625vw);
  position: absolute;
  left: 0.7291666667vw;
  top: calc(1.5625vw + 1em);
  box-sizing: border-box;
  background: url(../img/recruit_line.svg) center repeat;
}
section#contents2_area .box .list-box li:after {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  left: 0;
  top: 1em;
  border: solid 0.3125vw #135EAF;
  box-sizing: border-box;
  border-radius: 1.5625vw;
}
section#contents2_area .box .list-box li .txt-d {
  width: 8.3333333333vw;
  flex: none;
  color: #135EAF;
}
section#contents2_area .box .list-box li .txt-box {
  flex: auto;
}
section#contents2_area .box .list-box li .txt-box .txt-h3 {
  margin-bottom: 1.05vw;
}
section#contents2_area .box .list-box li .txt-box .txt-p {
  line-height: 1.8em;
}
section#contents2_area .box .list-box li:last-child {
  padding-bottom: 0;
}
section#contents2_area .box .list-box li:last-child::before {
  content: none;
}

@media screen and (max-width: 767px) {
  section#contents2_area .inner {
    padding-top: 50px;
  }
  section#contents2_area .ttl-box {
    margin-bottom: 40px;
  }
  section#contents2_area .box .img-box {
    width: 40%;
    height: 60vw;
  }
  section#contents2_area .box .list-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  section#contents2_area .box .list-box li {
    width: 100%;
    padding-left: 35px;
    padding-bottom: 30px;
  }
  section#contents2_area .box .list-box li:before {
    width: 2px;
    height: calc(100% - 20px);
    left: 9px;
    top: 20px;
  }
  section#contents2_area .box .list-box li:after {
    width: 20px;
    height: 20px;
    border: solid 3px #135EAF;
    border-radius: 20px;
    top: 0;
  }
  section#contents2_area .box .list-box li .txt-d {
    width: 100%;
    flex: none;
    color: #135EAF;
    font-size: 18px;
    margin-bottom: 10px;
  }
  section#contents2_area .box .list-box li .txt-box .txt-h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section#contents2_area .box .list-box li .txt-box .txt-p {
    font-size: 14px;
  }
  section#contents2_area .box .list-box li:last-child {
    padding-bottom: 0;
  }
  section#contents2_area .box .list-box li:last-child::before {
    content: none;
  }
}
/*=================================================
section#contents3_area
==================================================*/
section#contents3_area .inner {
  padding: 7.8125vw 0 0;
}
section#contents3_area .ttl-box {
  margin-bottom: 3.6458333333vw;
}
section#contents3_area .box {
  position: relative;
}
section#contents3_area .table-box {
  width: 100%;
  border: solid 1px #B9B9B9;
  margin: 0 auto;
}
section#contents3_area .table-box tr {
  background: #F9F9F9;
}
section#contents3_area .table-box tr th {
  background: rgba(111, 157, 237, 0.2);
  width: 15.625vw;
  padding: 1.5625vw 0;
  box-sizing: border-box;
  flex: none;
}
section#contents3_area .table-box tr td {
  flex: auto;
  padding: 1.5625vw 2.6041666667vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#contents3_area .inner {
    padding: 50px 0 0;
  }
  section#contents3_area .ttl-box {
    margin-bottom: 30px;
  }
  section#contents3_area .box {
    position: relative;
  }
  section#contents3_area .table-box {
    width: 100%;
  }
  section#contents3_area .table-box tr {
    display: flex;
    flex-wrap: wrap;
  }
  section#contents3_area .table-box tr th {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    border: solid 1px #B9B9B9;
    border-collapse: collapse;
    text-align: start;
  }
  section#contents3_area .table-box tr td {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
    word-break: break-word;
    border: solid 1px #B9B9B9;
    border-collapse: collapse;
  }
}
/*=================================================
section#contents4_area
==================================================*/
section#contents4_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#contents4_area .ttl-box {
  margin-bottom: 3.6458333333vw;
}
section#contents4_area .flow_list {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}
section#contents4_area .flow_list .txt-t {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  padding-bottom: 1.6666666667vw;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #135EAF;
}
section#contents4_area .flow_list .txt-t span {
  line-height: 1;
  display: block;
  color: #135EAF;
}
section#contents4_area .flow_list .txt-t::before {
  content: "";
  width: 100%;
  height: 0.3125vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #D6D6D6;
}
section#contents4_area .flow_list .txt-t::after {
  content: "";
  background: #135EAF;
  width: 5.2083333333vw;
  height: 0.3125vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
section#contents4_area .flow_list .txt-box {
  margin-top: 2.0833333333vw;
}
section#contents4_area .flow_list .txt-box .txt-h3 {
  margin-bottom: 1.5625vw;
}
section#contents4_area .flow_list .txt-box .txt-p {
  line-height: 1.8em;
  padding-right: 1.5625vw;
  box-sizing: border-box;
}
section#contents4_area .flow_list .txt-box .plink {
  width: 10.4166666667vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #135EAF;
  color: #ffffff;
  box-sizing: border-box;
  margin-top: 4.375vw;
}
section#contents4_area .flow_list li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  section#contents4_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#contents4_area .flow_list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 30px;
  }
  section#contents4_area .flow_list .txt-t {
    font-size: 30px;
    flex-wrap: wrap;
    width: 60px;
    flex: none;
    justify-content: flex-start;
  }
  section#contents4_area .flow_list .txt-t span {
    font-size: 15px;
  }
  section#contents4_area .flow_list .txt-t::before {
    width: 3px;
    height: calc(100% + 30px);
    position: absolute;
    left: 60px;
    top: 0;
    bottom: initial;
  }
  section#contents4_area .flow_list .txt-t::after {
    width: 3px;
    height: 40px;
    bottom: initial;
    left: 60px;
    top: 0;
  }
  section#contents4_area .flow_list .txt-box {
    flex: auto;
    margin-top: 0;
  }
  section#contents4_area .flow_list .txt-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section#contents4_area .flow_list .txt-box .txt-p {
    padding: 0;
    font-size: 14px;
  }
  section#contents4_area .flow_list .txt-box .plink {
    width: 90%;
    height: 40px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=recruit.css.map */