.message__container {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .message__container {
    margin-bottom: 70px;
  }
}

.message__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .message__title {
    margin-bottom: 35px;
  }
}

.message__greeting {
  margin-right: 84px;
}
@media screen and (max-width: 1280px) {
  .message__greeting {
    margin-right: 0;
  }
}

.message__image-wrap {
  width: 255px;
  height: 294px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: antiquewhite;
}
@media screen and (max-width: 767px) {
  .message__image-wrap {
    margin-bottom: 16px;
  }
}

.message__contents-area {
  display: flex;
}
@media screen and (max-width: 767px) {
  .message__contents-area {
    display: block;
  }
}

.messge__lead-wrap {
  flex: 1;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .messge__lead-wrap {
    margin: 0 0 16px 0;
  }
}

.message__bottom {
  display: flex;
  justify-content: flex-end;
}

.message__lead {
  font-size: 18px;
  line-height: 1.55555556;
}
@media screen and (max-width: 1024px) {
  .message__lead {
    font-size: 16px;
  }
}

.message__bttom-area-post {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .message__bttom-area-post {
    font-size: 14px;
  }
}

.message__bttom-area-name {
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .message__bttom-area-name {
    font-size: 21px;
  }
}

.features__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .features__title {
    margin-bottom: 35px;
  }
}

.comapny-details-list {
  display: flex;
  padding: 28px 23px;
  border-bottom: 1px solid #3B4043;
}
@media screen and (max-width: 767px) {
  .comapny-details-list {
    padding: 22px 17px;
  }
}
@media screen and (max-width: 425px) {
  .comapny-details-list {
    padding: 22px 8px;
  }
}

.comapny-details-list:first-child {
  border-top: 1px solid #3B4043;
}

.comapny-details-title {
  font-size: 18px;
  font-weight: bold;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .comapny-details-title {
    width: 38%;
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .comapny-details-title {
    width: 32%;
  }
}

.comapny-details-lead {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .comapny-details-lead {
    font-size: 16px;
    line-height: 1.3;
  }
}

.comapny-sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .comapny-sp-br {
    display: block;
  }
}

.ricruit__container {
  margin-bottom: 70px;
}

.ricruit__banner {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ricruit__banner-wrap {
    display: none;
  }
}

.ricruit__spbanner-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .ricruit__spbanner-wrap {
    display: block;
  }
}

.ricruit__details {
  margin-bottom: 92px;
}

.ricruit__details-titel {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.ricruit__contact-title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.032em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .ricruit__contact-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ricruit__contact-title {
    font-size: 24px;
  }
}

.ricruit__contact-lead-area {
  margin-bottom: 25px;
}

.ricruit__contact-lead {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ricruit__contact-lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .comapny-pc-br {
    display: none;
  }
}/*# sourceMappingURL=company.css.map */