.company .message_section {
  display: flex;
  flex-wrap: wrap;
}
.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 .rinen_section h2 {
  font-size: 4.2rem;
  color: #186CCC;
  margin-bottom: 0.2em;
  font-weight: bold;
}
.company .vision_section h2 {
  font-size: 4.2rem;
  color: #186CCC;
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company .vision_section h2 {
    font-size: 2.8rem;
  }
}
.company .vision_section .reed {
  margin-bottom: 25px;
}
.company .vision_section .vision_section_inr h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
.company .vision_section .vision_section_inr dl .vision_block {
  border-bottom: 1px dotted #E4E4E4;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.company .vision_section .vision_section_inr dl .vision_block dt {
  width: 30%;
  padding-right: 5%;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company .vision_section .vision_section_inr dl .vision_block dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.company .vision_section .vision_section_inr dl .vision_block dt:after {
  display: block;
  content: "";
  margin: 10px 0;
  width: 32px;
  height: 2px;
  background: #186CCC;
}
.company .vision_section .vision_section_inr dl .vision_block dt span {
  display: block;
  font-size: 90%;
  margin-top: 5px;
  font-weight: 400;
}
.company .vision_section .vision_section_inr dl .vision_block dd {
  width: 65%;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .company .vision_section .vision_section_inr dl .vision_block dd {
    width: 100%;
  }
}
.company .vision_section .vision_section_inr dl .vision_block dd h2 {
  font-size: 110%;
  font-weight: bold;
  color: #186CCC;
}
.company .vision_section .vision_section_inr dl .vision_block dd a {
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  background: #186CCC;
  padding: 10px 45px 10px 45px;
  position: relative;
  border-radius: 50px;
  font-size: 90%;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .company .vision_section .vision_section_inr dl .vision_block dd a {
    width: 90%;
    margin: auto;
  }
}
.company .vision_section .vision_section_inr dl .vision_block dd a:hover:after {
  right: 25px;
}
.company .vision_section .vision_section_inr dl .vision_block dd a:after {
  transition-property: all;
  transition-duration: 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.company .vision_section .sdgs_area {
  text-align: center;
  margin-top: 90px;
}
.company .vision_section .sdgs_area .img {
  max-width: 390px;
  margin: 0 auto 32px;
}
.company .banner_area {
  margin: 120px auto 160px;
  padding: 90px 0 90px;
  background: #F5F8F8;
}
@media screen and (max-width: 767px) {
  .company .banner_area {
    display: block;
    margin: 120px auto 160px;
    padding: 45px 0 45px;
    text-align: center;
  }
}
.company .banner_area .title {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .company .banner_area .title {
    margin-bottom: 25px;
  }
}
.company .banner_area .title h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.company .banner_area .title p {
  font-size: 85%;
  color: #186CCC;
  font-weight: 200;
}
.company .banner_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.company .banner_area ul .banner_block {
  max-width: 160px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .company .banner_area ul .banner_block {
    width: 100%;
    max-width: 100px;
    gap: 10px 10px;
  }
}
.company .banner_area ul .banner_block img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  max-height: 120px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .company .banner_area ul .banner_block img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    max-height: 50px;
    width: auto;
  }
}
.company .banner_area ul .banner_block a {
  display: block;
  text-align: center;
}
.company .banner_area ul .banner_block a:hover {
  opacity: 0.6;
}
.company .banner_area ul .banner_block a p {
  padding: 1em 0;
}
.company .outline_section {
  max-width: 780px;
  margin: auto;
}
.company .outline_section table {
  width: 100%;
}
.company .outline_section table th {
  padding: 30px 0;
  width: 220px;
  font-weight: 600;
  color: #186CCC;
  border-bottom: 1px solid #186CCC;
}
@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 #E4E4E4;
}
@media screen and (max-width: 767px) {
  .company .outline_section table td {
    display: block;
    width: 100%;
    padding: 0 0 16px;
  }
}
.company .history_section {
  max-width: 780px;
  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 #E4E4E4;
  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: #186CCC;
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -8px;
  border-radius: 100%;
}