.title-down {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.title-down:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url("../img/common/balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1377px 10px;
}

.companyMv {
  background-image: url("../img/about/about-mv.jpg");
}

.companyTable {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.companyTable tr {
  border-bottom: 1px solid #d6d6d6;
}

.companyTable th, .companyTable td {
  padding: 10px 10px;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .companyTable th, .companyTable td {
    margin: 5px 5px;
  }
}

.companyTable th {
  font-size: 17px;
  width: 200px;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .companyTable th {
    font-size: 14px;
    width: 40%;
  }
}

.companyTable td {
  width: calc(100% - 200px);
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .companyTable td {
    width: 60%;
    font-size: 13px;
  }
}

.company__map {
  margin-top: 64px;
}

.company__map iframe {
  width: 100%;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  .company__map iframe {
    height: 150px;
  }
}

.msgBox__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 700px;
  margin: 0 auto;
}

.msgBox__top > div {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .msgBox__top {
    display: block;
  }
}

.msgBox__ttl h3 {
  font-size: 24px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .msgBox__ttl h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .msgBox__ttl h3 {
    margin-bottom: 10px;
  }
}

.msgBox__img {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .msgBox__img {
    text-align: center;
  }
}

.profileBox {
  background: #f7f9fc;
  padding: 0 15px;
  margin-top: 20px;
}

.profileBox dt {
  padding: 10px 0 5px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .profileBox dt {
    font-size: 10px;
  }
}

.profileBox dt span {
  font-size: 16px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .profileBox dt span {
    font-size: 14px;
  }
}

.profileBox dd {
  padding: 10px 0;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .profileBox dd {
    font-size: 12px;
  }
}

.msgBox__bottom {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .msgBox__bottom {
    margin-top: 18px;
  }
}

.msgBox__bottom p {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .msgBox__bottom p {
    font-size: 13px;
  }
}

.msgBox__bottom p + p {
  margin-top: 15px;
}

.msgBox__bottom .msgBox__bottom--name {
  text-align: right;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  .msgBox__bottom .msgBox__bottom--name {
    margin-top: 18px;
  }
}

.msgBox__bottom .msgBox__bottom--name span {
  font-size: 18px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .msgBox__bottom .msgBox__bottom--name span {
    font-size: 15px;
  }
}
/*# sourceMappingURL=maps/company.css.map */
