#message {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 0 !important;
}
#message .head {
  margin-bottom: 50px;
}
#message .head .mainv {
  background: url("../company/img/message/mainv.png") no-repeat center center;
  height: 487px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#message .head .mainv h2 {
  padding-left: 5%;
}
#message .head .mainv h2 img {
  max-width: 500px;
  width: 100%;
}
#message .head p {
  text-align: center;
  line-height: 2.4;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 500;
  font-feature-settings: "palt";
}
#message .head p + p {
  padding-top: 20px;
}
#message .head p .dp_sp {
  display: none;
}
#message .berief {
  padding: 0 30px;
  margin-bottom: 70px;
}
#message .berief h3 {
  font-size: 27px;
  line-height: 1;
  padding-bottom: 30px;
  color: #1d446f;
  font-weight: bold;
  text-align: center;
}
#message .berief h3 span {
  display: block;
}
#message .berief h3 span img {
  width: 83px;
  height: 14px;
}
#message .berief ul {
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  justify-content: space-between;
}
#message .berief ul li {
  padding: 20px 0;
  width: 30%;
}
#message .berief ul li img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#message .berief ul li p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
#message .berief ul li:not(:last-child) {
  margin-right: 2.5%;
  padding-right: 2.5%;
  border-right: 1px solid #ccc;
}
#message .value {
  padding: 0 30px 50px;
}
#message .value h3 {
  font-size: 27px;
  line-height: 1;
  padding-bottom: 30px;
  color: #1d446f;
  font-weight: bold;
  text-align: center;
}
#message .value h3 span {
  display: block;
}
#message .value h3 span img {
  width: 83px;
  height: 14px;
}
#message .value ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 7px 1%;
}
#message .value ul li {
  width: 49.5%;
  background: #1d446f;
  color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}
#message .value ul li p {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #message .head {
    margin-bottom: 50px;
  }
  #message .head .mainv {
    background: url("../company/img/message/mainv.png") no-repeat center bottom;
    height: 62vw;
    margin-bottom: 50px;
    background-size: cover;
  }
  #message .head .mainv h2 img {
    max-width: 65vw;
  }
  #message .head p {
    line-height: 2.4;
    font-size: 15px;
    letter-spacing: 0.2vw;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  #message .head p + p {
    padding-top: 20px;
  }
  #message .head p .dp_sp {
    display: block;
  }
  #message .berief {
    padding: 0 5%;
    margin-bottom: 50px;
  }
  #message .berief h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #message .berief h3 span img {
    width: 83px;
    height: auto;
  }
  #message .berief ul {
    display: block;
  }
  #message .berief ul li {
    padding: 0;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  #message .berief ul li img {
    max-width: 150px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #message .berief ul li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  #message .berief ul li p br {
    display: none;
  }
  #message .berief ul li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  #message .value {
    padding: 0 5% 50px;
    margin-bottom: 50px;
  }
  #message .value h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #message .value h3 span img {
    width: 83px;
    height: auto;
  }
  #message .value ul {
    max-width: 750px;
    gap: 10px;
  }
  #message .value ul li {
    width: 100%;
  }
  #message .value ul li p {
    font-size: 16px;
  }
}