.company .thumb {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .company .thumb {
    aspect-ratio: 2/1;
  }
}
.company .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .company .message .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .company .message .column .img {
    width: 450px;
  }
}
.company .message .column .contents {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .company .message .column .contents {
    margin-top: 0;
    margin-right: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.company .message .column .contents .heading {
  line-height: 1.6em;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}
.company .message .column .contents .paragraphs {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .company .message .column .contents .paragraphs {
    margin-top: 20px;
  }
}
.company .message .column .contents .other {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .company .message .column .contents .other {
    margin-top: 30px;
  }
}
.company .message .column .contents .other .title {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.company .message .column .contents .other .name {
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .company .message .column .contents .other .name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .company .message .column .contents .other .name {
    font-size: 2rem;
  }
}
.company .overview .overview-list__item {
  border-top: 1px solid #555150;
  border-left: 1px solid #555150;
  border-right: 1px solid #555150;
}
@media screen and (min-width: 1024px) {
  .company .overview .overview-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company .overview .overview-list__item:last-child {
  border-bottom: 1px solid #555150;
}
.company .overview .overview-list__item dt, .company .overview .overview-list__item dd {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .company .overview .overview-list__item dt, .company .overview .overview-list__item dd {
    padding: 25px 30px;
  }
}
.company .overview .overview-list__item dt {
  background: #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .company .overview .overview-list__item dt {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company .overview .overview-list__item dd {
  border-top: 1px solid #555150;
}
@media screen and (min-width: 1024px) {
  .company .overview .overview-list__item dd {
    border-top: none;
    border-left: 1px solid #555150;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.company .overview .overview-list__item dd ul li:not(:first-child) {
  margin-top: 15px;
}