@charset "UTF-8";
.section-message {
  margin-top: 122px;
}
@media screen and (max-width: 767px) {
  .section-message {
    margin-top: 60px;
  }
}
.section-message .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-message .inner {
    margin-top: 60px;
    padding: 0 10px;
  }
}
.section-pagetitle.message {
  background-image: url(../media/images/recruit/top_message/pagetitle.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 5.9090909091;
  height: 220px;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-pagetitle.message {
    height: 150px;
    margin-bottom: 40px;
  }
}
.section-pagetitle.message .pagetitle {
  box-shadow: 8px 8px rgba(91, 111, 142, 0.4);
  width: 600px;
  min-height: 170px;
  padding: 23px 20px 45px 0;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 200px;
}
@media screen and (max-width: 767px) {
  .section-pagetitle.message .pagetitle {
    box-shadow: 4px 4px rgba(91, 111, 142, 0.4);
    width: calc(100% - 20px);
    max-width: 400px;
    min-height: 120px;
    padding: 20px 10px 20px 0;
    top: 105px;
  }
}
.section-pagetitle.message .pagetitle_sub {
  display: inline-block;
  margin: 0px;
  min-width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  padding: 14px 14px 14px 48px;
  position: relative;
  background-color: #5b6f8e;
}
@media screen and (max-width: 767px) {
  .section-pagetitle.message .pagetitle_sub {
    min-width: 180px;
    font-size: 14px;
    padding: 10px 10px 10px 28px;
  }
}
.section-pagetitle.message .pagetitle_sub::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-pagetitle.message .pagetitle_sub::before {
    width: 20px;
  }
}
.section-pagetitle.message .pagetitle_main {
  margin: 20px 0 0;
  padding-left: 20px;
  line-height: 1.1;
  text-align: center;
}
.section-pagetitle.message .pagetitle_main span.black {
  align-items: center;
  font-size: 18px;
  font-weight: 200;
  margin-right: 19px;
}
@media screen and (max-width: 767px) {
  .section-pagetitle.message .pagetitle_main span.black {
    font-size: 14px;
  }
}
.section-pagetitle.message .pagetitle_main span.color {
  color: #5b6f8e;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .section-pagetitle.message .pagetitle_main span.color {
    font-size: 22px;
  }
}
.section-message .message_img {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .section-message .message_img {
    width: 100%;
    display: block;
  }
}
.section-message .message_img .img_title {
  margin: 0;
  max-width: 379px;
}
@media screen and (max-width: 767px) {
  .section-message .message_img .img_title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-message .message_img dl.img_face {
  margin: 0;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .section-message .message_img dl.img_face {
    width: 100%;
    margin: 0 auto;
  }
}
.section-message .message_img dl.img_face dt {
  text-align: center;
}
.section-message .message_img dl.img_face dd {
  margin: 18px 0 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .section-message .message_img dl.img_face dd {
    margin-top: 10px;
  }
}
.section-message .message_img dl.img_face dd span {
  display: inline-block;
  vertical-align: middle;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.1;
  font-weight: 500;
}
.section-message .message_img dl.img_face dd span.position {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-message .message_img dl.img_face dd span.position {
    font-size: 12px;
    margin-right: 10px;
  }
}
.section-message .message_img dl.img_face dd span.name {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section-message .message_img dl.img_face dd span.name {
    font-size: 18px;
  }
}
.section-message .message_detail {
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  margin: 52px 0 42px;
}
@media screen and (max-width: 767px) {
  .section-message .message_detail {
    font-size: 15px;
    line-height: 1.8;
    margin: 20px 0;
  }
}
.section-message .message_detail p {
  margin: 0;
}
.section-message .message_detail p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .section-message .message_detail p + p {
    margin-top: 1em;
  }
}
/*# sourceMappingURL=./recruit_message.css.map */