.company .message_section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.company .message_section .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .company .message_section .img {
    width: 100%;
  }
}
.company .message_section .message {
  width: 55%;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .company .message_section .message {
    width: 100%;
    margin-top: 35px;
  }
}
.company .message_section .message h3 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 1.5em;
  font-family: "Noto Serif JP", serif;
}
.company .message_section .message p {
  margin-bottom: 1em;
  font-weight: 400;
}
.company .message_section .message .name {
  margin-top: 2em;
  text-align: right;
  font-family: "Noto Serif JP", serif;
}
.company .message_section .message .name span {
  font-size: 110%;
}
.company .rinen_section .dl_list .block {
  border-bottom: 1px dotted #DDDDDD;
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company .rinen_section .dl_list .block {
    display: block;
  }
}
.company .rinen_section .dl_list .block dt {
  width: 200px;
  padding-right: 5%;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .company .rinen_section .dl_list .block dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.company .rinen_section .dl_list .block dt:after {
  display: block;
  content: "";
  margin: 10px 0;
  width: 32px;
  height: 2px;
  background: #171717;
}
.company .rinen_section .dl_list .block dt span {
  display: block;
  font-size: 70%;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
  font-weight: 400;
}
.company .rinen_section .dl_list .block dd {
  flex: 1;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .company .rinen_section .dl_list .block dd {
    width: 100%;
  }
}
.company .rinen_section .dl_list .block dd ul {
  list-style: disc;
  margin: 0 0 0 2em;
}
.company .rinen_section .dl_list .block dd ul li {
  margin-bottom: 0.5em;
}
.company .rinen_section .dl_list .block dd ul li:last-child {
  margin-bottom: 0;
}
.company .outline_section {
  max-width: 860px;
  margin: auto;
}
.company .outline_section table {
  width: 100%;
}
.company .outline_section table th {
  padding: 30px 0;
  width: 220px;
  font-weight: 600;
  color: #171717;
  border-bottom: 1px solid #171717;
}
@media screen and (max-width: 767px) {
  .company .outline_section table th {
    display: block;
    width: 100%;
    padding: 16px 0 0;
    border-bottom: none;
  }
}
.company .outline_section table td {
  padding: 30px 20px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .company .outline_section table td {
    display: block;
    width: 100%;
    padding: 0 0 16px;
  }
}
.company .history_section {
  max-width: 860px;
  margin: auto;
}
.company .history_section .timeline li {
  overflow: hidden;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company .history_section .timeline-date {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .company .history_section .timeline-date {
    width: 100px;
  }
}
.company .history_section .timeline-content {
  width: calc(100% - 150px);
  float: left;
  border-left: 1px solid #DDDDDD;
  padding: 20px 0 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company .history_section .timeline-content {
    width: calc(100% - 100px);
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .company .history_section .timeline-content p {
    font-size: 1.3rem;
  }
}
.company .history_section .timeline-content:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #171717;
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -8px;
  border-radius: 100%;
}