/* 941px */
/* 940px */
.section-hero {
  background-image: url(../img/company/hero.webp);
}

.hero__catch {
  color: #fff;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.3;
}

.message,
.about {
  justify-content: space-between;
  gap: 95px;
}
@media (min-width: 941px) {
  .message,
  .about {
    display: flex;
  }
}
.message__img,
.about__img {
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  text-align: center;
  flex: 3;
  margin-inline: auto;
}
@media (max-width: 610px) {
  .message__img,
  .about__img {
    max-width: initial;
  }
}
.message__img img,
.about__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.message-wrap,
.about-wrap {
  width: 100%;
  flex: 4;
}

@media (min-width: 941px) {
  .message .headline__sub-title {
    margin-top: 80px;
  }
}
.message__catch {
  font-size: 3.2rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 610px) {
  .message__catch {
    font-size: 2rem;
  }
}
.message-wrap {
  padding-bottom: 60px;
}
.message__text + .message__text {
  margin-top: 20px;
}

@media (max-width: 940px) {
  .about__img {
    display: none;
  }
}
.about-define {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-weight: 600;
  margin-top: 20px;
}
.about-define__title:first-of-type {
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 941px) {
  .about-define__detail:first-of-type {
    border-top: 1px solid #e8e8e8;
  }
}
.about-define__title, .about-define__detail {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 610px) {
  .about-define__title, .about-define__detail {
    width: 100% !important;
  }
}
.about-define__title {
  width: 150px;
}
@media (max-width: 610px) {
  .about-define__title {
    padding: 5px;
    border-bottom: none;
  }
}
.about-define__detail {
  width: calc(100% - 150px);
}
@media (max-width: 610px) {
  .about-define__detail {
    padding: 5px;
  }
}

.map {
  margin-top: 50px;
}
.map iframe {
  border: 0;
  width: 100%;
  border-radius: 24px;
}/*# sourceMappingURL=company.css.map */