.lower__section {
  padding: 0 0 0 23px;
  margin: 46px 0 10px;
}
.lower__title {
  margin-bottom: 41px;
}
.lower__title-en {
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  line-height: 1;
}
.lower__title-ja {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.content__wrap {
  padding: 30px;
  margin: 0 16px 60px 0;
  border-radius: 10px;
  background: #fff;
}

.hero__section {
  margin-bottom: 50px;
}
.hero__image {
  display: grid;
  align-items: center;
  min-height: 560px;
  padding-right: 31px;
  background: url(../images/message/message__hero.png) no-repeat center/cover;
}
.hero__document {
  max-width: 420px;
  margin-left: auto;
}
.hero__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}
.hero__company {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.hero__name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}

.message__content {
  margin-bottom: 40px;
}
.message__content-side {
  display: flex;
  gap: 46px;
  margin-bottom: 48px;
}
.message__h2 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.message__h2::before {
  content: "";
  width: 6px;
  height: 28px;
  background: #C8C8C8;
}
.message__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-width: 620px;
}
.message__document {
  margin-bottom: 30px;
}
.message__picture-right {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.message__picture-center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.message__picture-side {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.recruit__section {
  background: #fff;
  margin: 0 20px 82px 0;
  padding: 33px 30px;
  border-radius: 10px;
}
.recruit__title {
  margin-bottom: 79px;
}
.recruit__title .section__title-en {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: -2px -2px 0 #F28936, 2px -2px 0 #F28936, -2px 2px 0 #F28936, 2px 2px 0 #F28936, -2px 0px 0 #F28936, 2px 0px 0 #F28936, 0px -2px 0 #F28936, 0px 2px 0 #F28936;
}
.recruit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.recruit__el a {
  height: 400px;
  display: grid;
  place-content: center;
  position: relative;
  transition: opacity 0.4s ease;
}
.recruit__el a:hover {
  opacity: 0.6;
}
.recruit__construction a {
  background: url(../images/recruit-construction.png) no-repeat center/cover;
}
.recruit__sales a {
  background: url(../images/recruit-sales.png) no-repeat center/cover;
}
.recruit__sales a .recruit__more {
  color: #dfdfdf;
}
.recruit__sales a .recruit__more::after {
  content: unset;
}
.recruit__estimate a {
  background: url(../images/recruit-estimate.png) no-repeat center/cover;
}
.recruit__name {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}
.recruit__description {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.21;
  text-align: center;
}
.recruit__more {
  color: #F28936;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
}
.recruit__more::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/icn__arrow.png) no-repeat center/auto;
}

@media (min-width: 1366px) {
  [class*=__section], .content__wrap {
    max-width: 1080px;
  }
}
@media (max-width: 1280px) {
  main {
    padding: 0 2.7%;
  }
  .lower__section {
    margin: 46px auto 10px;
  }
  .lower__title-en {
    font-size: clamp(4rem, 2.032rem + 8.4vw, 8.75rem);
  }
  .lower__title-ja {
    font-size: clamp(1.125rem, 0.97rem + 0.66vw, 1.5rem);
  }
  .content__wrap {
    margin: 0 auto 60px;
    padding: 20px;
  }
  .message__picture-side {
    margin: 0 auto;
  }
  .recruit__section {
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto 82px;
    padding: 8.5%;
  }
  .recruit__list {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  .recruit__el a {
    padding: 200px 0;
  }
}
@media (max-width: 768px) {
  .lower__section {
    padding: unset;
  }
  .hero__image {
    padding: 40px 20px 450px;
    background: url(../images//message/message__spHero.png) no-repeat center bottom/cover;
  }
  .hero__document {
    max-width: 720px;
    margin: 0 auto;
  }
  .message__content-side {
    flex-direction: column;
  }
}/*# sourceMappingURL=message.css.map */