@charset "UTF-8";
.h2-title-01 {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  margin: 50px auto 20px;
  text-align: center;
  font-size: 6vw;
}
.message {
  margin: 70px 0;
}
.message_name,
.message_name_02 {
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.message_name::after {
  position: absolute;
  content: "";
  background-color: #e30000;
  width: 83%;
  height: 4px;
  bottom: -6px;
  left: 0px;
  /* transform: translateX(-50%); */
}
.message_name_02::after {
  position: absolute;
  content: "";
  background-color: #e30000;
  width: 80%;
  height: 4px;
  bottom: -6px;
  right: 0px;
  /* transform: translateX(-50%); */
}
.message_item {
  margin-top: 20px;
  line-height: 1.5;
}
.name {
  font-size: 24px;
  font-weight: 600;
}
.about_bg {
  background-color: #f0f0f0;
  padding: 30px 16px;
  line-height: 1.5;
}
.name_02 {
  font-size: 32px;
  color: #e30000;
  font-weight: 600;
}
.interview {
  margin: 70px 0;
}
h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #e30000;
  margin: 15px 0;
}
.interview_wrap {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
.interview_img {
  width: 40%;
}
.service_ul {
  margin: 0 auto;
}
.service_li {
  margin: 27px auto;
  text-align: center;
}

@media (min-width: 576px) {
  .inner {
    padding: 0 36px;
  }
  .message_name::after {
    position: absolute;
    content: "";
    background-color: #e30000;
    width: 83%;
    height: 4px;
    bottom: -6px;
    left: 0px;
    /* transform: translateX(-50%); */
  }
  .message_name_02::after {
    position: absolute;
    content: "";
    background-color: #e30000;
    width: 80%;
    height: 4px;
    bottom: -6px;
    right: 0px;
    /* transform: translateX(-50%); */
  }
  .message_item {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 2.2vw;
  }
  .about {
    font-size: 2.2vw;
  }
  .name {
    font-size: 4vw;
    font-weight: 600;
  }
  .message_name,
  .message_name_02 {
    font-size: 3vw;
  }
  h3,
  .name_02 {
    font-size: 3.5vw;
  }
  .service_li {
    font-size: 3vw;
    margin: 40px auto;
  }
  .interview {
    margin: 100px 0;
  }
}
@media (min-width: 768px) {
  .inner {
    padding: 0 60px;
  }
  .message {
    margin: 100px 0;
  }
  .message_name,
  .message_name_02 {
    margin-top: 30px;
  }
  .message_item {
    margin-top: 30px;
  }
  .about_bg {
    background-color: #f0f0f0;
    padding: 70px 60px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .h2-title-01 {
    font-size: 4vw;
  }
  .message_pc_wrap {
    display: flex;
  }
  .message_img {
    width: 90%;
  }
  .message_pc {
    padding: 20px;
    width: 74%;
  }
  .message_name,
  .message_name_02 {
    font-size: 2.5vw;
  }
  .name {
    font-size: 3.3vw;
    font-weight: 600;
  }
  .message_name::after {
    position: absolute;
    content: "";
    background-color: #e30000;
    width: 97%;
    height: 4px;
    bottom: -6px;
    left: -20px;
    /* transform: translateX(-50%); */
  }
  .message_name_02::after {
    position: absolute;
    content: "";
    background-color: #e30000;
    width: 97%;
    height: 4px;
    bottom: -6px;
    right: -20px;
    /* transform: translateX(-50%); */
  }
}

@media (min-width: 1200px) {
  .message_name::after {
    position: absolute;
    content: "";
    background-color: #e30000;
    width: 97%;
    height: 10px;
    bottom: -14px;
    left: -20px;
    /* transform: translateX(-50%); */
  }
  .message_name_02::after {
    position: absolute;
    content: "";
    background-color: #e30000;
    width: 97%;
    height: 10px;
    bottom: -14px;
    right: -20px;
    /* transform: translateX(-50%); */
  }
  .interview {
    margin: 200px 0;
  }
}
