/*---------------
message
------------------*/
.mainimageArea.message {
  background-image: url(/recruit/message/images/img_mv.jpg);
  position: relative;
}
@media only screen and (max-width: 750px) {
  .mainimageArea.message {
    background-image: url(/recruit/message/images/img_mv_sp.jpg);
  }
}

.message .maincatchAreaInnerTxt {
  width: 75%;
  padding: 40px 20px 40px 0;
  text-align: left;
  font-size: 200%;
  font-weight: 500;
  color: #009944;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .message .maincatchAreaInnerTxt {
    width: 100%;
    padding: 0;
    font-size: 120%;
  }
}

.message .maincatchAreaInnerTxt::before {
  content:"";
  display:inline-block;
  width: 2px;
  height: 50px;
  background-color: #009944;;
  position:absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}
@media only screen and (max-width: 750px) {
  .message .maincatchAreaInnerTxt::before {
    content:none;
  }
}

.message .maincatchAreaInnerName {
  width: 25%;
  padding: 0 0 0 30px;
  position: relative;
  box-sizing: border-box;
  font-size: 140%;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .message .maincatchAreaInnerName {
    width: 100%;
    font-size: 100%;
    padding: 20px 0 0 0;
  }
}

.mainsecArea {
  width: 100%;
  padding-top: 160px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .mainsecArea {
    padding-top: 60px;
  }
}

.mainsecArea .mainIiner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .mainsecArea .mainIiner {
    flex-flow: column;
  }
}

.mainpicArea {
  width: 30%;
}
@media only screen and (max-width: 750px) {
  .mainpicArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.maintxtArea {
  width: 60%;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .maintxtArea {
    width: 100%;
  }
}

.maintxtArea h3 {
  font-size: 200%;
  font-weight: 700;
  color: #009944;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .maintxtArea h3 {
    font-size: 120%;
  }
}

@media only screen and (max-width: 750px) {
  .sec02 .maintxtArea {
    order: 2;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .sec02 .mainpicArea {
    order: 1;
    margin-bottom: 20px;
  }
}

.mainsecArea.sec04 {
  padding-top: 0;
  margin-top: 130px;
}
@media only screen and (max-width: 750px) {
  .mainsecArea.sec04 {
    padding-top: 60px;
    margin-top: 0;
  }
}

.mainsecAreaMv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: url(/recruit/message/images/img_sec04_01.jpg);
}
@media only screen and (max-width: 750px) {
  .mainsecAreaMv {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    height: 300px;
    background-position: center top;
    background-image: url(/recruit/message/images/img_sec04_01_sp.jpg);
  }
}

.mainsecArea.sec04 .mainIiner {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 750px) {
  .mainsecArea.sec04 .mainIiner {
    display: block;
  }
}

.sec04 .maintxtArea {
  width: 56%;
  line-height: 1.8;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 10;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .sec04 .maintxtArea {
    padding: 0;
    width: 100%;
  }
}

.sec04 .maintxtArea h3 {
  padding-left: 30px;
  margin-right: -100px;
}
@media only screen and (max-width: 750px) {
  .sec04 .maintxtArea h3 {
    padding-left: 0;
    margin-right: 0;
  }
}
.sec04 .maintxtArea p {
  padding: 0 30px 30px;
}
@media only screen and (max-width: 750px) {
  .sec04 .maintxtArea p {
    padding: 0;
  }
}