#message {
  padding-bottom: 442px;
  background-image: url("../img/message/bottom-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 933px;
  padding-top: 85px;
  margin-bottom: -50px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #message {
    padding-top: 101px;
  }
}
#message .important {
  background-image: url("../img/message/important-bg.png");
  background-size: cover;
  background-position: center;
  max-width: 1890px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 850px) {
  #message .important {
    background-image: url("../img/message/important-bg-sp.png");
  }
}
#message .important__container {
  max-width: 1114px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 234px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 850px) {
  #message .important__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 850px) {
  #message .important__container {
    padding-top: 106px;
    padding-bottom: 120px;
  }
}
#message .important__title {
  text-align: center;
  margin-bottom: 49px;
}
@media only screen and (max-width: 850px) {
  #message .important__title {
    margin-bottom: 42px;
  }
}
#message .important__text {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 61px;
}
@media only screen and (max-width: 850px) {
  #message .important__text {
    font-size: 18px;
    line-height: 2;
  }
}
#message .important-recruit {
  background-color: #fff;
  border-radius: 40px;
  padding: 64px;
  padding-top: 57px;
}
@media only screen and (max-width: 850px) {
  #message .important-recruit {
    padding: 27px;
    padding-top: 59px;
    padding-bottom: 67px;
    width: calc(100% + 34px);
    margin-left: -17px;
    margin-right: -17px;
  }
}
#message .important-recruit__title {
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 0.05em;
  line-height: 51.2px;
  text-align: center;
  color: #20992a;
  margin-bottom: 24px;
}
@media only screen and (max-width: 850px) {
  #message .important-recruit__title {
    font-size: 22px;
    line-height: 38.4px;
    margin-bottom: 31px;
  }
}
#message .important-recruit-point {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  #message .important-recruit-point {
    flex-direction: column;
    gap: 42px;
    margin-bottom: 37px;
  }
}
#message .important-recruit-point-item {
  flex: 1;
}
#message .important-recruit-point-item:nth-child(1) .important-recruit-point-item__title {
  background: linear-gradient(#20992a 0%, #62af14 80%, #6bb41d 100%);
}
#message .important-recruit-point-item__title {
  max-width: 390px;
  width: 100%;
  height: 72px;
  border-radius: 36px;
  background: linear-gradient(#20992a 0%, #006d31 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 23px;
}
@media only screen and (max-width: 850px) {
  #message .important-recruit-point-item__title {
    font-size: 14px;
    line-height: 20px;
    height: 56px;
    margin-bottom: 17px;
  }
}
#message .important-recruit-point-item__img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  #message .important-recruit-point-item__img {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 850px) {
  #message .important-recruit__text {
    margin-bottom: 16px;
  }
}
#message .important-recruit__text--color {
  color: #20992a;
  font-weight: 500;
}
#message .important-recruit__name {
  text-align: right;
}
#message .together {
  margin-top: -55px;
}
#message .together__container {
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #message .together__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#message .together__symbol {
  text-align: center;
  margin-bottom: 12px;
}
#message .together__number {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 81px;
  line-height: 1;
  text-align: center;
  color: #157f32;
}
#message .together__question {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 37px;
}
@media only screen and (max-width: 850px) {
  #message .together__question {
    letter-spacing: 0px;
    margin-bottom: 32px;
  }
}
#message .together__title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  #message .together__title {
    margin-bottom: 46px;
  }
}
#message .together__title img {
  position: relative;
  z-index: 2;
}
#message .together__title::after {
  content: "";
  position: absolute;
  bottom: -186px;
  left: -86px;
  width: 232px;
  height: 242px;
  background-image: url("../img/message/together-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #message .together__title::after {
    bottom: -160px;
    left: -52px;
    width: 143px;
    height: 163px;
    background-image: url("../img/message/together-1_sp.png");
  }
}
#message .together-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 56px;
  border-radius: 40px;
  padding: 68px 100px 50px;
  padding-bottom: 96px;
  padding-top: 77px;
}
@media only screen and (max-width: 850px) {
  #message .together-box {
    padding: 65px 17px 72px;
    margin-bottom: 16px;
  }
}
#message .together-box:last-child {
  margin-bottom: 23px;
}
#message .together-box--1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "POSITIVE,CURIOSITY";
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 104px;
  text-align: center;
  color: #f5f5dc;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 850px) {
  #message .together-box--1::before {
    content: "POSITIVE,\a CURIOSITY";
    font-size: 56px;
    line-height: 56px;
  }
}
#message .together-box--1::after {
  content: "";
  position: absolute;
  bottom: -135px;
  right: -124px;
  width: 276px;
  height: 281px;
  background-image: url("../img/message/together-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #message .together-box--1::after {
    bottom: -82px;
    right: -47px;
    width: 136px;
    height: 138px;
    background-image: url("../img/message/together-2_sp.png");
  }
}
#message .together-box--2 {
  padding-top: 67px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 850px) {
  #message .together-box--2 {
    padding-bottom: 52px;
  }
}
#message .together-box--2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "PROACTIVE,ADVENTUROUS";
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 104px;
  text-align: center;
  color: #f5f5dc;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 850px) {
  #message .together-box--2::before {
    top: 46%;
    font-size: 56px;
    content: "PROACTIVE,\a ADVENTUROUS";
    line-height: 56px;
    letter-spacing: 0px;
  }
}
#message .together-box--2::after {
  content: "";
  position: absolute;
  bottom: -114px;
  left: -104px;
  width: 245px;
  height: 230px;
  background-image: url("../img/message/together-3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #message .together-box--2::after {
    bottom: -84px;
    left: -39px;
    width: 139px;
    height: 131px;
    background-image: url("../img/message/together-3_sp.png");
  }
}
#message .together-box__number {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: -20px;
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(#20992a 0%, #62af14 48.28%, #c8e37f 100%);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #message .together-box__number {
    width: 140px;
    height: 32px;
    position: initial;
    margin-bottom: 19px;
  }
}
#message .together-box__title {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 35.2px;
}
@media only screen and (max-width: 850px) {
  #message .together-box__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#message .together-box__title span {
  color: #20992a;
}
#message .together-box__text {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  #message .together-box__text {
    line-height: 22.4px;
    font-size: 14px;
    font-weight: 400;
  }
}
#message .thought__container {
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #message .thought__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#message .thought__symbol {
  text-align: center;
}
#message .thought__number {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 81px;
  line-height: 1;
  text-align: center;
  color: #157f32;
  margin-top: 13px;
}
@media only screen and (max-width: 850px) {
  #message .thought__number {
    margin-top: 9px;
  }
}
#message .thought__question {
  text-align: center;
  margin-bottom: 29px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #message .thought__question {
    margin-top: 4px;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
}
#message .thought__title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  #message .thought__title {
    margin-bottom: 47px;
  }
}
#message .thought__title img {
  position: relative;
  z-index: 2;
}
#message .thought__title::before {
  content: "";
  position: absolute;
  bottom: -89px;
  left: -2px;
  width: 250px;
  height: 135px;
  background-image: url("../img/message/thought-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #message .thought__title::before {
    bottom: -94px;
    left: -44px;
    width: 168px;
    height: 91px;
    background-image: url("../img/message/thought-left_sp.png");
  }
}
#message .thought__title::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -20px;
  width: 298px;
  height: 160px;
  background-image: url("../img/message/thought-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #message .thought__title::after {
    bottom: -82px;
    right: -32px;
    width: 162px;
    height: 87px;
    background-image: url("../img/message/thought-right_sp.png");
  }
}
#message .thought-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 40px;
  padding: 56px 100px 65px;
}
@media only screen and (max-width: 850px) {
  #message .thought-box {
    padding: 56px 20px 54px;
    margin-bottom: 20px;
  }
}
#message .thought-box--1 {
  padding-bottom: 68px;
  padding-top: 50px;
}
@media only screen and (max-width: 850px) {
  #message .thought-box--1 {
    padding-top: 66px;
  }
}
#message .thought-box--1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "CONTRIBUTION";
  font-weight: 900;
  font-size: 104px;
  text-align: center;
  color: #f5f5dc;
  opacity: 0.8;
}
@media only screen and (max-width: 850px) {
  #message .thought-box--1::before {
    font-size: 56px;
    letter-spacing: 0px;
  }
}
#message .thought-box--2 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  #message .thought-box--2 {
    padding-bottom: 71px;
    padding-top: 66px;
  }
}
#message .thought-box--2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "MISSION";
  font-weight: 900;
  font-size: 104px;
  text-align: center;
  color: #f5f5dc;
  opacity: 0.8;
}
@media only screen and (max-width: 850px) {
  #message .thought-box--2::before {
    font-size: 56px;
  }
}
#message .thought-box__title {
  z-index: 1;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(#20992a 0%, #62af14 48.28%, #c8e37f 100%);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 851px) {
  #message .thought-box__title {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
  }
}
@media only screen and (max-width: 850px) {
  #message .thought-box__title {
    width: 140px;
    height: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #message .thought-box__title2 {
    margin-bottom: 26px;
  }
}
#message .thought-box__catch {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 850px) {
  #message .thought-box__catch {
    font-size: 22px;
  }
}
#message .thought-box__catch span {
  color: #20992a;
}
#message .thought-box__heading {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 18px;
  line-height: 25.6px;
  color: #20992a;
  margin-bottom: 3px;
}
@media only screen and (max-width: 850px) {
  #message .thought-box__heading {
    margin-bottom: 6px;
  }
}
#message .thought-box__text {
  position: relative;
  z-index: 2;
  margin-bottom: 31px;
}
@media only screen and (max-width: 850px) {
  #message .thought-box__text {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22.2px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 850px) {
  #message .thought-box__text:last-child {
    margin-bottom: 0px;
  }
}
#message .thought-box__text1 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 850px) {
  #message .thought-box__text1 {
    margin-bottom: 0px;
    line-height: 22.4px;
  }
}
@media only screen and (max-width: 850px) {
  #message .thought-box__text1 span {
    padding-bottom: 6px;
    display: inline-block;
  }
}/*# sourceMappingURL=message.css.map */