.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.sec01 {
  margin-bottom: 125px;
  width: 1440px;
  max-width: 100%;
}
.sec01 .first_box .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
  margin-bottom: 90px;
}
.sec01 .first_box .flexbox .imagebox {
  width: 74.7%;
}
.sec01 .first_box .flexbox .textbox {
  width: 100%;
}
.sec01 .first_box .flexbox .textbox .box_title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 25px;
}
.sec01 .first_box .flexbox .textbox .box_title .blue {
  color: #4E89BD;
  font-weight: bold;
}
.sec01 .second_box {
  padding: 0 45px;
  width: 1350px;
  margin: 0 auto 100px;
}
.sec01 .second_box .bottom_box {
  background-color: #fff;
  padding: 70px 55px 90px;
}
.sec01 .second_box .bottom_box .bottom_header {
  margin-bottom: 80px;
}
.sec01 .second_box .bottom_box .bottom_header .subtitle {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #636C75;
}
.sec01 .second_box .bottom_box .bottom_header .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  color: #4E89BD;
}
.sec01 .second_box .bottom_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec01 .second_box .bottom_box .gridbox .box {
  width: 374px;
}
.sec01 .second_box .bottom_box .gridbox .box .top_box {
  height: 220px;
  border-bottom: 2px dashed #4E89BD;
  border-top: 2px dashed #4E89BD;
  position: relative;
}
.sec01 .second_box .bottom_box .gridbox .box .num_box {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #636C75;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.sec01 .second_box .bottom_box .gridbox .box .num_box .numblue {
  font-size: 38px;
  font-weight: bold;
  color: #397CB6;
  font-family: serif;
}
.sec01 .second_box .bottom_box .gridbox .box .box_img {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
}
.sec01 .second_box .bottom_box .gridbox .box .cover {
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sec01 .second_box .bottom_box .gridbox .box .bottom_list {
  padding-top: 15px;
}
.sec01 .second_box .bottom_box .gridbox .box .bottom_text {
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sec01 .second_box .bottom_box .gridbox .box .bottom_text .blue {
  font-weight: bold;
  color: #4E89BD;
}
.sec01 .second_box .bottom_box .gridbox .box .bottom_list .list_flex .icon {
  display: flex;
  margin-bottom: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.sec01 .second_box .bottom_box .gridbox .box .bottom_list .list_flex .icon .check {
  width: 35px;
  height: 29px;
}
.sec01 .second_box .bottom_box .gridbox .box .bottom_list .list_flex .icon .check_text {
  color: #4E89BD;
  line-height: 1.5;
}
.sec01 .third_box {
  width: 1087px;
  margin: 0 auto;
}
.sec01 .third_box .inner {
  padding: 0;
}
.sec01 .third_box .flexbox {
  -moz-column-gap: 105px;
       column-gap: 105px;
  margin-bottom: 100px;
}
.sec01 .third_box .flexbox .left_box {
  background-color: rgba(78, 137, 189, 0.13);
  width: 370px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  position: relative;
}
.sec01 .third_box .flexbox .left_box::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 107px;
  right: -80px;
  bottom: -70px;
  background: url(/images/recruit/sec01_6.webp) center/contain no-repeat;
}
.sec01 .third_box .flexbox .left_box .left_text {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.sec01 .third_box .flexbox .left_box .left_text .blue {
  color: #397CB6;
  font-weight: bold;
}
.sec01 .third_box .flexbox .right_box {
  font-size: 18px;
  width: 56%;
  line-height: 2;
}
.sec01 .third_box .bottom_box .box_text {
  text-align: center;
  font-size: 21px;
  position: relative;
}
.sec01 .third_box .bottom_box .box_text::before {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  left: 300px;
  bottom: 50%;
  transform: translateY(60%);
  background: url(/images/recruit/line_left.webp) center/contain no-repeat;
}
.sec01 .third_box .bottom_box .box_text::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  right: 310px;
  bottom: 50%;
  transform: translateY(60%);
  background: url(/images/recruit/line_right.webp) center/contain no-repeat;
}
.sec01 .third_box .bottom_box .tel {
  text-align: center;
}
.sec01 .third_box .bottom_box .tel .tel_num {
  font-size: 38px;
  font-weight: bold;
  color: #397CB6;
  letter-spacing: 0.1em;
  position: relative;
}
.sec01 .third_box .bottom_box .tel .tel_num::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 29px;
  left: -40px;
  bottom: 50%;
  transform: translateY(60%);
  background: url(/images/recruit/tel_1.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .first_box .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec01 .first_box .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .first_box .flexbox .textbox {
    width: 100%;
  }
  .sec01 .first_box .flexbox .textbox .box_title {
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .sec01 .first_box .flexbox .textbox .box_title .blue {
    color: #4E89BD;
    font-weight: bold;
  }
  .sec01 .second_box {
    padding: 0 5vw;
    width: 90%;
    margin: 0 auto 10vw;
  }
  .sec01 .second_box img {
    min-width: initial;
  }
  .sec01 .second_box .bottom_box {
    background-color: #fff;
    padding: 10vw 5vw;
  }
  .sec01 .second_box .bottom_box .bottom_header {
    margin-bottom: 5vw;
  }
  .sec01 .second_box .bottom_box .bottom_header .subtitle {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    color: #636C75;
  }
  .sec01 .second_box .bottom_box .bottom_header .title {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    color: #4E89BD;
  }
  .sec01 .second_box .bottom_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
  }
  .sec01 .second_box .bottom_box .gridbox .box {
    width: 100%;
  }
  .sec01 .second_box .bottom_box .gridbox .box .top_box {
    height: auto;
    border-bottom: 2px dashed #4E89BD;
    border-top: 2px dashed #4E89BD;
    position: relative;
    padding-top: 5vw;
  }
  .sec01 .second_box .bottom_box .gridbox .box .num_box {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #636C75;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .sec01 .second_box .bottom_box .gridbox .box .num_box .numblue {
    font-size: 7vw;
    font-weight: bold;
    color: #397CB6;
    font-family: serif;
  }
  .sec01 .second_box .bottom_box .gridbox .box .box_img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .sec01 .second_box .bottom_box .gridbox .box .cover {
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .sec01 .second_box .bottom_box .gridbox .box .bottom_list {
    padding-top: 3vw;
  }
  .sec01 .second_box .bottom_box .gridbox .box .bottom_text {
    font-size: 4vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    padding-bottom: 0vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
  }
  .sec01 .second_box .bottom_box .gridbox .box .bottom_text .blue {
    font-weight: bold;
    color: #4E89BD;
  }
  .sec01 .second_box .bottom_box .gridbox .box .bottom_list .list_flex .icon {
    display: flex;
    margin-bottom: 3vw;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
  }
  .sec01 .second_box .bottom_box .gridbox .box .bottom_list .list_flex .icon .check {
    width: 6vw;
    height: 5vw;
  }
  .sec01 .second_box .bottom_box .gridbox .box .bottom_list .list_flex .icon .check_text {
    color: #4E89BD;
  }
  .sec01 .second_box .bottom_box .gridbox .box .image01 {
    width: 30%;
  }
  .sec01 .second_box .bottom_box .gridbox .box .image02 {
    width: 50%;
  }
  .sec01 .second_box .bottom_box .gridbox .box .image03 {
    width: 25%;
  }
  .sec01 .third_box {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .third_box .inner {
    padding: 0;
  }
  .sec01 .third_box .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 10vw;
    row-gap: 5vw;
  }
  .sec01 .third_box .flexbox .left_box {
    background-color: rgba(78, 137, 189, 0.13);
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    position: relative;
  }
  .sec01 .third_box .flexbox .left_box::before {
    position: absolute;
    content: "";
    width: 34vw;
    height: 21vw;
    right: -5vw;
    bottom: -6vw;
    background: url(/images/recruit/sec01_6.webp) center/contain no-repeat;
  }
  .sec01 .third_box .flexbox .left_box .left_text {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
  }
  .sec01 .third_box .flexbox .left_box .left_text .blue {
    color: #397CB6;
    font-weight: bold;
  }
  .sec01 .third_box .flexbox .right_box {
    font-size: 4vw;
    width: 90%;
    line-height: 2;
  }
  .sec01 .third_box .bottom_box .box_text {
    text-align: center;
    font-size: 4.5vw;
    position: relative;
  }
  .sec01 .third_box .bottom_box .box_text::before {
    position: absolute;
    content: "";
    width: 4vw;
    height: 10vw;
    left: 4vw;
    bottom: 50%;
    transform: translateY(60%);
    background: url(/images/recruit/line_left.webp) center/contain no-repeat;
  }
  .sec01 .third_box .bottom_box .box_text::after {
    position: absolute;
    content: "";
    width: 4vw;
    height: 10vw;
    right: 4vw;
    bottom: 50%;
    transform: translateY(60%);
    background: url(/images/recruit/line_right.webp) center/contain no-repeat;
  }
  .sec01 .third_box .bottom_box .tel {
    text-align: center;
  }
  .sec01 .third_box .bottom_box .tel .tel_num {
    font-size: 7vw;
    font-weight: bold;
    color: #397CB6;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec01 .third_box .bottom_box .tel .tel_num::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 7vw;
    left: -8vw;
    bottom: 50%;
    transform: translateY(60%);
    background: url(/images/recruit/tel_1.webp) center/contain no-repeat;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .recruit_box .recruit_white {
  padding: 70px 100px 85px;
  background-color: #fff;
}
.sec02 .recruit_box .recruit_white .flexbox {
  border-bottom: 2px solid #4E89BD;
  padding: 40px 0;
}
.sec02 .recruit_box .recruit_white .flexbox .left {
  width: 27%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec02 .recruit_box .recruit_white .flexbox .right {
  width: 73%;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .recruit_box .recruit_white .flexbox:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .recruit_box .recruit_white {
    padding: 10vw 5vw;
    background-color: #fff;
  }
  .sec02 .recruit_box .recruit_white .flexbox {
    border-bottom: 2px solid #4E89BD;
    padding: 10vw 0;
    flex-direction: column;
    row-gap: 5vw;
  }
  .sec02 .recruit_box .recruit_white .flexbox .left {
    width: 100%;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .sec02 .recruit_box .recruit_white .flexbox .right {
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4vw;
  }
  .sec02 .recruit_box .recruit_white .flexbox:last-of-type {
    border-bottom: none;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .recruit_box .recruit_white {
  padding: 70px 100px 85px;
  background-color: #fff;
}
.sec03 .recruit_box .recruit_white .flexbox {
  border-bottom: 2px solid #4E89BD;
  padding: 40px 0;
}
.sec03 .recruit_box .recruit_white .flexbox .left {
  width: 27%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec03 .recruit_box .recruit_white .flexbox .right {
  width: 73%;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .recruit_box .recruit_white .flexbox .right .blue {
  color: #4E89BD;
}
.sec03 .recruit_box .recruit_white .flexbox:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .recruit_box .recruit_white {
    padding: 10vw 5vw;
    background-color: #fff;
  }
  .sec03 .recruit_box .recruit_white .flexbox {
    border-bottom: 2px solid #4E89BD;
    padding: 5vw 0 10vw;
    flex-direction: column;
    row-gap: 5vw;
  }
  .sec03 .recruit_box .recruit_white .flexbox .left {
    width: 100%;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .sec03 .recruit_box .recruit_white .flexbox .right {
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4vw;
  }
  .sec03 .recruit_box .recruit_white .flexbox:last-of-type {
    border-bottom: none;
  }
}/*# sourceMappingURL=recruit.css.map */