.mv_under_ttl::after {
  content: "Company";
}

.message {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 100px 0;
  }
}
.message_wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .message_wrap {
    margin-top: 80px;
    justify-content: space-between;
    flex-direction: row;
    gap: 100px;
  }
}
.message_img {
  max-width: 380px;
  width: 100%;
}
.message_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .message_ttl {
    font-size: 32px;
  }
}
.message_txt_name {
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .message_txt_name {
    font-size: 18px;
  }
}

.profile {
  background-color: #E0EEE9;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .profile {
    padding: 100px 0;
  }
}
.profile_container {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.profile_content {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .profile_content {
    margin-top: 60px;
  }
}
.profile_content th,
.profile_content td {
  font-size: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #9BC0B6;
}
@media screen and (min-width: 768px) {
  .profile_content th,
  .profile_content td {
    font-size: 18px;
  }
}
.profile_content th {
  width: 7em;
  color: #1E5445;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .profile_content th {
    font-size: 18px;
  }
}
.profile_content td {
  width: 70%;
}
.profile_content td a {
  text-decoration: underline;
}/*# sourceMappingURL=company.css.map */