@charset "UTF-8";
/* CSS Document */
body {
  background-color: #f6f8f9;
}
.main {
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
}
.section-top {
  padding: 30px 24px 0 24px;
}
.section-top h2 {
  background-color: #000;
  color: #FFF;
  line-height: 2.6rem;
  padding: 35px 0 30px 0;
  font-size: 1.6rem;
}
.section-top__main-image {
  width: 100%;
  height: 50vw;
  max-height: 580px;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-top__message {
  font-weight: 600;
  padding-top: 30px;
  margin-bottom: 60px;
}
@media(min-width: 1160px) {
  .section-top {
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .section-top h2 {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
  .section-top h2 span {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  .section-top__main-image {
    margin-bottom: 80px;
  }
  .section-top__message {
    font-size: 3.2rem;
    line-height: 4.8rem;
    padding-top: 0;
  }
}
.section-ceo {
  padding: 0 24px;
  margin-bottom: 60px;
}
.section-ceo h2 {
  margin-bottom: 30px;
}
.section-ceo__body {
  text-align: left;
}
.section-ceo__photo {
  width: 100%;
  max-width: 600px;
  height: 50vw;
  max-height: 500px;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
  margin: 0 auto 30px auto;
}
.section-ceo__position {
  color: #777;
}
.section-ceo h4 {
  margin-bottom: 30px;
}
@media(min-width: 1160px) {
  .section-ceo {
    margin-bottom: 80px;
  }
  .section-ceo h2 {
    text-align: left;
  }
  .section-ceo__body {
    display: flex;
  }
  .section-ceo__photo {
    width: 600px;
  }
  .section-ceo__body-text {
    margin-left: 80px;
  }
  .section-ceo__body-text h3 {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  .section-ceo__position {
    font-size: 2.0rem;
  }
  .section-ceo__body-text h4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.section-representatives {
  padding: 0 24px;
  margin-bottom: 60px;
}
.section-representatives h2 {
  margin-bottom: 30px;
}
.section-representatives ul {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.section-representatives ul li {
  max-width: 327px;
  margin: 0 auto 40px auto;
}
.section-representatives ul img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: 0% 0%;
  margin-bottom: 30px;
}
.section-representatives__position {
  margin-bottom: 17px;
  color: #777;
}
@media(min-width:1160px) {
  .section-representatives {
    margin-bottom: 80px;
  }
  .section-representatives h2 {
    text-align: left;
    margin-bottom: 40px;
  }
}
.section-information {
  margin-bottom: 60px;
}
.section-information h2 {
  margin-bottom: 30px;
}
.section-information table {
  display: block;
  text-align: left;
  background-color: #FFF;
  padding: 30px 24px 26px 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.section-information table th {
  width: 40%;
  font-weight: 500;
}
@media(min-width:1160px) {
  .section-information {
    padding-left: 24px;
    margin-bottom: 80px;
  }
  .section-information h2 {
    text-align: left;
    margin-bottom: 40px;
  }
  .section-information table {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-information table th {
    width: 300px;
  }
}
.section-access {
  background-color: #FFF;
  margin-bottom: 60px;
  padding-top: 30px;
}
.section-access h2 {
  margin-bottom: 30px;
}
.section-access address {
  margin-bottom: 30px;
  font-style: normal;
}
.section-access__map {
  width: 100%;
  height: 46vw;
  max-height: 470px;
  vertical-align: bottom;
  border: solid 1px #999;
}
@media(min-width:1160px) {
  .section-access {
    margin-bottom: 80px;
    background-color: transparent;
  }
  .section-access h2 {
    text-align: left;
    margin-bottom: 40px;
    padding-left: 24px;
  }
  .section-access__address {
    background-color: #FFF;
    padding-top: 40px;
  }
  .section-access address {
    margin-bottom: 40px;
  }
}