@media screen and (min-width: 1024px) {
  .company .message .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company .message .column .img {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .company .message .column .img {
    width: 40%;
    max-width: 580px;
  }
}
.company .message .column .contents {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .company .message .column .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 40px;
  }
}
.company .message .column .contents .name {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .company .message .column .contents .name {
    margin-top: 45px;
  }
}
.company .message .column .contents .name .ttl {
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .company .message .column .contents .name .ttl {
    margin-right: 25px;
  }
}
.company .message .column .contents .name .name_img img {
  width: auto;
  height: 25px;
}
@media screen and (min-width: 1024px) {
  .company .message .column .contents .name .name_img img {
    height: 30px;
  }
}
.company .overview_list .item {
  padding: 20px 0;
  border-top: 1px solid #eeece0;
}
@media screen and (min-width: 1024px) {
  .company .overview_list .item {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .company .overview_list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company .overview_list .item:last-child {
  border-bottom: 1px solid #eeece0;
}
.company .overview_list .item dt, .company .overview_list .item dd {
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .company .overview_list .item dt {
    width: 300px;
    text-align: center;
  }
}
.company .overview_list .item dd {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .company .overview_list .item dd {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.company .overview_list .item dd ul li:not(:first-child) {
  margin-top: 10px;
}
.company .access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.company .access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}