@charset "UTF-8";

/* ===================================================================== */
/* mainvisual */
/* ===================================================================== */
#fh5co-hero .aboutus_mainvisual {
  background-image: url(../images/aboutus/aboutus_mainvisual.jpg);
  background-size: cover;
  background-position: center;
}

/* ===================================================================== */
/* message */
/* ===================================================================== */
#aboutus .profile-area figure {
  margin: 0 2rem 0 0;
}
#aboutus .profile-area figure img {
  height: auto;
  width: 375px;
}
#aboutus .profile-area p {
  margin: inherit;
}
#aboutus .profile-area .profile-area_sign {
  margin: 0;
}
#aboutus .profile-area .profile-area_sign figcaption {
  color: inherit;
  font-size: inherit;
  margin: 0 0 1rem;
}
#aboutus .profile-area .profile-area_sign figcaption::before {
  content: none;
}
#aboutus .profile-area .profile-area_sign img {
  width: 200px;
}

#aboutus #aboutus_information .section-area_article-area {
  border-bottom: 1px solid #ccc;
  padding: 0 0 2rem;
}
#aboutus #aboutus_information .section-area_article-area:last-child {
  border-bottom: none;
  padding: 0;
}

#aboutus #aboutus_information .dl {
  display: flex;
}
#aboutus #aboutus_information .dl dt {
  flex-shrink: 0;
  margin: 0 4rem 0 0;
  width: 100px;
}
#aboutus #aboutus_information .dl dd {
  flex-grow: 1;
}

#aboutus #aboutus_information .list-none li {
  margin: 0 0 2rem;
}
#aboutus #aboutus_information .list-none li:last-child {
  margin: 0;
}

#aboutus #aboutus_information .affiliated-company {
  border-bottom: 1px solid #ccc;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
#aboutus #aboutus_information .affiliated-company:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#aboutus #aboutus_information .affiliated-company dt {
  width: inherit;
}

@media screen and (max-width: 767px) {
  #aboutus .profile-area {
    flex-direction: column;
  }
  #aboutus .profile-area figure {
    margin: 0 0 1rem;
  }
  #aboutus .profile-area .heading-h3 {
    text-align: center;
  }
  #aboutus .profile-area > div {
    text-align: inherit;
  }

  #aboutus #aboutus_information .dl {
    flex-direction: column;
  }
}