@charset "UTF-8";
#message {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  #message {
    margin-top: 34px;
  }
}

.message__content-links {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .message__content-links {
    margin-top: 35px;
  }
}

/* ▼▼▼ トップメッセージ
====================================================== */
#message__top {
  margin-top: 151px;
}
@media screen and (max-width: 767px) {
  #message__top {
    margin-top: 75px;
  }
}

.message__top-container {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .message__top-container {
    display: block;
    margin-top: 30px;
  }
}

.message__top-img {
  width: 100%;
  max-width: 20.7%;
}
@media screen and (max-width: 767px) {
  .message__top-img {
    max-width: none;
  }
}

.message__top-img img {
  width: 100%;
}

.message__top-wrapper {
  width: 100%;
  max-width: 75.86%;
  margin-left: 3.44%;
}
@media screen and (max-width: 767px) {
  .message__top-wrapper {
    max-width: none;
    margin-top: 45px;
    margin-left: 0;
  }
}

.message__top-text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .message__top-text {
    font-size: 14px;
  }
}

/* ▼▼▼ 経営理念
====================================================== */
#message__philosophy {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  #message__philosophy {
    margin-top: 31px;
  }
}

.message__philosophy-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 31px 5%;
  width: 100%;
  max-width: 83.125%;
  padding: 51px 85px;
  margin: 50px auto 0;
  border-radius: 20px;
  background-image: url(../img/message/bg_message_philosophy_01_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .message__philosophy-container {
    display: block;
    max-width: none;
    padding: 34px 53px;
    margin-top: 30px;
    border-radius: 8px;
    background-image: url(../img/message/bg_message_philosophy_01_sp.webp);
  }
}

.message__philosophy-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .message__philosophy-wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .message__philosophy-wrapper:first-of-type {
    margin-top: 0;
  }
}

.message__philosophy-number {
  font-family: "Open Sans", sans-serif;
  color: #8ECDF4;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .message__philosophy-number {
    font-size: 15px;
  }
}

.message__philosophy-text {
  color: #FFF;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .message__philosophy-text {
    font-size: 18px;
    margin-left: 11px;
  }
}

.message__philosophy-text span {
  display: inline-block;
}

#message__philosophy-creed {
  width: 100%;
  max-width: 779px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  #message__philosophy-creed {
    max-width: 92%;
    margin-top: 0;
  }
}

#message__philosophy-creed img {
  width: 100%;
}

/* ▼▼▼ 品質方針
====================================================== */
#message__quality {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  #message__quality {
    margin-top: 0;
  }
}

.message__quality-container {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .message__quality-container {
    margin-top: 28px;
  }
}

.message__quality-text {
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message__quality-text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ▼▼▼ 行動指針
====================================================== */
#message__action {
  margin-top: 96px;
  margin-bottom: 153px;
}
@media screen and (max-width: 767px) {
  #message__action {
    margin-top: 32px;
    margin-bottom: 58px;
  }
}

.message__action-container {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .message__action-container {
    margin-top: 29px;
  }
}

.message__action-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .message__action-item {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .message__action-item:first-of-type {
    margin-top: 0;
  }
}

.message__action-number {
  font-family: "Open Sans", sans-serif;
  color: #8ECDF4;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .message__action-number {
    font-size: 18px;
  }
}

.message__action-text {
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .message__action-text {
    font-size: 14px;
    line-height: 1.57;
    margin-left: 12px;
  }
}