.mainimagebox {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
  }
}

.main_image {
  position: relative;
  min-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 45vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/recruit-site/images/work/work_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
}

.lead_sec {
  margin-bottom: 100px;
  padding: 0;
}
.lead_sec .flexbox {
  padding: 0 80px;
}
.lead_sec .flexbox .left_box {
  font-weight: bold;
  background-color: #00978E;
  color: #fff;
  padding: 60px;
  letter-spacing: 0.1em;
}
.lead_sec .flexbox .left_box .left_title {
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.lead_sec .flexbox .left_box .left_text {
  color: #fff;
}
.lead_sec .flexbox .right_box {
  letter-spacing: 0.1em;
  width: 55.1%;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin: 0 auto 60vw;
    padding: 0;
  }
  .lead_sec .flexbox {
    padding: 0;
    flex-direction: column;
    position: relative;
  }
  .lead_sec .flexbox .left_box {
    color: #fff;
    padding: 10vw 5vw 20vw;
  }
  .lead_sec .flexbox .left_box .left_title {
    font-size: 6vw;
    letter-spacing: 0.1em;
    margin-bottom: 5vw;
  }
  .lead_sec .flexbox .left_box .left_text {
    color: #fff;
    font-size: 4vw;
  }
  .lead_sec .flexbox .right_box {
    letter-spacing: 0.1em;
    width: 64%;
    position: absolute;
    bottom: -40vw;
    right: 5vw;
    z-index: 5;
  }
}

.sec01 {
  margin-bottom: 200px;
}
.sec01 .flexbox {
  flex-wrap: wrap;
  width: 1242px;
  -moz-column-gap: 75px;
       column-gap: 75px;
  row-gap: 125px;
  margin: 0 auto;
}
.sec01 .flexbox .box {
  width: 360px;
}
.sec01 .flexbox .box .textbox {
  background-color: #00978E;
  height: 337px;
}
.sec01 .flexbox .box .textbox .box_title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0 10px;
  text-align: center;
}
.sec01 .flexbox .box .textbox .box_text {
  color: #fff;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    padding: 0 5vw;
  }
  .sec01 .flexbox {
    flex-wrap: wrap;
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    margin: 0 auto;
  }
  .sec01 .flexbox .box {
    width: 100%;
  }
  .sec01 .flexbox .box .imagebox {
    margin-bottom: 0;
  }
  .sec01 .flexbox .box .textbox {
    background-color: #00978E;
    height: auto;
  }
  .sec01 .flexbox .box .textbox .box_title {
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    padding: 3vw 0;
    text-align: center;
  }
  .sec01 .flexbox .box .textbox .box_text {
    color: #fff;
    padding: 0 5vw 5vw;
  }
}

.sec02 {
  margin-bottom: 390px;
}
.sec02 .inner {
  padding: 0 50px;
}
.sec02 .sec_header {
  padding: 0 50px;
}
.sec02 .sec_header .sec_title {
  font-size: 100px;
  color: #00978E;
  opacity: 40%;
  text-align: right;
  line-height: 1;
}
.sec02 .flexbox {
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: flex-start;
  margin-bottom: 240px;
}
.sec02 .flexbox .imagebox {
  width: 66%;
}
.sec02 .flexbox .textbox {
  width: 100%;
}
.sec02 .flexbox .textbox .box_title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 35px;
}
.sec02 .bottom_box {
  position: relative;
}
.sec02 .bottom_box .imagebox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.sec02 .bottom_box .text01 {
  position: absolute;
  display: flex;
  top: -100px;
  right: 170px;
  width: 66%;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.sec02 .bottom_box .text01 .imagebox {
  width: 53.1%;
}
.sec02 .bottom_box .text02 {
  position: absolute;
  bottom: -220px;
  left: 20px;
  width: 34%;
}
.sec02 .bottom_box .text02 .imagebox {
  text-align: left;
  margin-bottom: 15px;
}
.sec02 .bottom_box .text03 {
  position: absolute;
  bottom: -220px;
  right: 40px;
  width: 34%;
}
.sec02 .bottom_box .text03 .imagebox {
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 5vw 5vw 0;
  }
  .sec02 .sec_header {
    padding: 0;
    margin-bottom: 3vw;
  }
  .sec02 .sec_header .sec_title {
    font-size: 10vw;
    color: #00978E;
    opacity: 40%;
    text-align: left;
    line-height: 1.3;
  }
  .sec02 .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10vw;
  }
  .sec02 .flexbox .imagebox {
    width: 100%;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .sec02 .bottom_box {
    position: relative;
  }
  .sec02 .bottom_box .imagebox {
    width: 90%;
    text-align: center;
    margin: 0 auto 15vw;
  }
  .sec02 .bottom_box .text01 {
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 3vw;
    margin-bottom: 10vw;
  }
  .sec02 .bottom_box .text01 .imagebox {
    width: 33.1%;
    margin: 0 0 auto;
  }
  .sec02 .bottom_box .text02 {
    position: static;
    width: 100%;
    margin-bottom: 10vw;
  }
  .sec02 .bottom_box .text02 .imagebox {
    width: 33.1%;
    text-align: left;
    margin: 0 0 auto;
    margin-bottom: 3vw;
  }
  .sec02 .bottom_box .text03 {
    position: static;
    width: 100%;
  }
  .sec02 .bottom_box .text03 .imagebox {
    width: 33.1%;
    margin: 0 0 auto;
    margin-bottom: 3vw;
  }
}

.sec03 {
  margin-bottom: 55px;
  background-color: rgba(0, 151, 142, 0.1);
  padding: 60px 0 110px;
  width: 100%;
}
.sec03 .inner {
  padding: 0 75px;
}
.sec03 .sec_header {
  margin-bottom: 15px;
}
.sec03 .sec_header .sec_title {
  color: #fff;
  font-weight: bold;
  font-size: 100px;
  text-align: left;
}
.sec03 .sec_header .sec_subtitle {
  font-size: 35px;
  color: #00978E;
}
.sec03 .flexbox {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.sec03 .flexbox .imagebox {
  position: relative;
}
.sec03 .flexbox .imagebox .box_line {
  position: absolute;
  background-color: #00978E;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  left: -690px;
  bottom: 250px;
  padding: 0 20px;
}
.sec03 .flexbox .imagebox .box_line02 {
  position: absolute;
  background-color: #00978E;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  left: -690px;
  bottom: 150px;
  padding: 0 20px;
}
.sec03 .flexbox .name_text {
  font-size: 25px;
  padding-bottom: 40px;
}
.sec03 .message_box {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 85px;
}
.sec03 .message_box .blue {
  color: #00978E;
  font-weight: bold;
}
.sec03 .message_box02 {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 60px;
}
.sec03 .message_box02 .imagebox {
  width: 78.6%;
}
.sec03 .message_box02 .box02_text {
  width: 100%;
}
.sec03 .message_box02 .box02_text .blue {
  color: #00978E;
  font-weight: bold;
}
.sec03 .message_box03 {
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 5.8vw;
    padding: 5vw 0 10vw;
  }
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .sec_header {
    margin-bottom: 3vw;
  }
  .sec03 .sec_header .sec_title {
    color: #fff;
    font-weight: bold;
    font-size: 10vw;
    text-align: left;
  }
  .sec03 .sec_header .sec_subtitle {
    font-size: 5vw;
    color: #00978E;
  }
  .sec03 .flexbox {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 5vw;
  }
  .sec03 .flexbox .imagebox {
    position: relative;
  }
  .sec03 .flexbox .imagebox .box_line {
    position: absolute;
    background-color: #00978E;
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    left: -3vw;
    bottom: 24vw;
    padding: 0 5vw;
  }
  .sec03 .flexbox .imagebox .box_line02 {
    position: absolute;
    background-color: #00978E;
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    left: -3vw;
    bottom: 13vw;
    padding: 0 5vw;
  }
  .sec03 .flexbox .imagebox .box_line03 {
    position: absolute;
    background-color: #00978E;
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    left: -3vw;
    bottom: 2vw;
    padding: 0 5vw;
  }
  .sec03 .flexbox .name_text {
    font-size: 4.8vw;
    padding-bottom: 0;
  }
  .sec03 .message_box {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 10vw;
    font-size: 4vw;
  }
  .sec03 .message_box .blue {
    color: #00978E;
    font-weight: bold;
  }
  .sec03 .message_box02 {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 10vw;
  }
  .sec03 .message_box02 .imagebox {
    width: 100%;
  }
  .sec03 .message_box02 .box02_text {
    width: 100%;
  }
  .sec03 .message_box02 .box02_text .blue {
    color: #00978E;
    font-weight: bold;
  }
  .sec03 .message_box03 {
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4vw;
  }
}

.sec04 {
  margin-bottom: 200px;
}
.sec04 .inner {
  padding: 0;
}
.sec04 .sec_header {
  margin-bottom: 70px;
  padding-right: 30px;
}
.sec04 .sec_header .sec_title {
  font-weight: bold;
  color: rgba(0, 151, 142, 0.1);
  font-size: 100px;
  text-align: right;
}
.sec04 .up_box {
  padding: 0 150px;
  margin-bottom: 170px;
}
.sec04 .up_box .flexbox {
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: flex-start;
  margin-bottom: 37px;
}
.sec04 .up_box .flexbox .company_title {
  font-size: 35px;
  font-weight: bold;
  color: #00978E;
  letter-spacing: 0.1em;
}
.sec04 .up_box .table_box {
  width: 100%;
  border: 2px solid #00978E;
}
.sec04 .up_box .table_box .left_text {
  width: 30%;
  background-color: #F5F5F5;
  font-size: 20px;
  color: #00978E;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #00978E;
  letter-spacing: 0.1em;
}
.sec04 .up_box .table_box .bottom_line {
  border-bottom: 1px solid #00978E;
}
.sec04 .up_box .table_box .right_text {
  padding-left: 40px;
  padding-right: 33px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.sec04 .bottom_box {
  padding: 0 150px;
  margin-bottom: 170px;
}
.sec04 .bottom_box .flexbox {
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: flex-start;
  margin-bottom: 37px;
}
.sec04 .bottom_box .flexbox .company_title {
  font-size: 35px;
  font-weight: bold;
  color: #00978E;
  letter-spacing: 0.1em;
}
.sec04 .bottom_box .access_text {
  font-size: 20px;
  margin-bottom: 15px;
}
.sec04 .bottom_box .gmap iframe {
  width: 1124px;
  height: 432px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .inner {
    padding: 0;
  }
  .sec04 .sec_header {
    margin-bottom: 0;
    padding-right: 0;
  }
  .sec04 .sec_header .sec_title {
    font-weight: bold;
    color: rgba(0, 151, 142, 0.1);
    font-size: 10vw;
    text-align: right;
  }
  .sec04 .up_box {
    padding: 0 5vw;
    margin-bottom: 13.8vw;
  }
  .sec04 .up_box .flexbox {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    justify-content: flex-start;
    margin-bottom: 5vw;
  }
  .sec04 .up_box .flexbox .company_title {
    font-size: 5vw;
    font-weight: bold;
    color: #00978E;
    letter-spacing: 0.1em;
  }
  .sec04 .up_box .flexbox .company_icon {
    width: 10vw;
  }
  .sec04 .up_box .table_box {
    width: 100%;
    border: 2px solid #00978E;
  }
  .sec04 .up_box .table_box .left_text {
    background-color: #F5F5F5;
    font-size: 4vw;
    color: #00978E;
    padding: 5vw 0;
    text-align: center;
    font-weight: bold;
    border-right: 2px solid #00978E;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .sec04 .up_box .table_box .bottom_line {
    border-bottom: 1px solid #00978E;
  }
  .sec04 .up_box .table_box .bottom_table {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sec04 .up_box .table_box .right_text {
    padding: 5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec04 .bottom_box {
    padding: 0 5vw;
    margin-bottom: 0;
  }
  .sec04 .bottom_box .flexbox {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .sec04 .bottom_box .flexbox .company_title {
    font-size: 5vw;
    font-weight: bold;
    color: #00978E;
    letter-spacing: 0.1em;
  }
  .sec04 .bottom_box .flexbox .company_icon {
    width: 10vw;
  }
  .sec04 .bottom_box .access_text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .sec04 .bottom_box .gmap iframe {
    width: 90vw;
    height: 70vw;
  }
}/*# sourceMappingURL=work.css.map */