/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  flex-direction: column;
  justify-content: flex-start;
  gap: 60px;
}
.pageHeader hgroup p::first-letter {
  color: #77B001;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	inner
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  max-width: 1150px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  article {
    margin-top: 0;
  }
}
article:nth-of-type(1) {
  margin-bottom: 248px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  article:nth-of-type(1) {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  article:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
article:nth-of-type(1)::before {
  content: '';
  display: block;
  width: 100%;
  height: 100vw;
  background: url(../../../job/message/img/bg_message.webp) no-repeat center top / 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  article:nth-of-type(1)::before {
    background-position: center 20vw;
  }
}
article .flex {
  gap: 0;
}
article .flex .flexText {
  margin: 50px 0 0;
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  article .flex .flexText {
    margin-top: 0;
    padding: 20px 30px;
  }
}
article .flex .flexText h2 {
  margin: 0 0 25px;
  color: #77B001;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  article .flex .flexText h2 {
    font-size: 6.4vw;
    order: -1;
  }
}
@media screen and (max-width: 1023px) {
  article .flex .flexImg {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  article .flex .flexImg {
    width: 70vw;
    margin: 0 auto 30px;
    text-align: center;
    order: -1;
  }
}
article .flex .flexImg figure {
  position: relative;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  article .flex .flexImg figure {
    max-width: 434px;
    margin: 0 auto;
  }
}
article .flex .flexImg figure figcaption {
  padding: 7px 10px 7px 20px;
  border-radius: 60px 0 0 60px;
  background: #77B001;
  color: #FFF;
  font-size: 2rem;
  position: absolute;
  bottom: 27px;
  right: 0;
}
@media screen and (max-width: 767px) {
  article .flex .flexImg figure figcaption {
    font-size: 4vw;
  }
}
