@charset "utf-8";
/* CSS Document */
.main {
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
}
.section-top {
  padding: 30px 24px 0 24px;
}
.section-top h2 {
  background-color: #E6E6FA;
  color: #333333;
  line-height: 2.6rem;
  padding: 35px 0 30px 0;
  font-size: 1.7rem;
  font-weight: 600;
}
.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: 80px;
}
@media (min-width: 1160px) {
  .section-top {
    padding-top: 40px;
    margin-bottom: 100px;
  }
  .section-top h2 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  .section-top h2 span {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  .section-top__main-image {
    margin-bottom: 40px;
  }
  .section-top__message {
    font-size: 3.2rem;
    line-height: 4.8rem;
    padding-top: 0;
  }
}
.section-ceo {
  padding: 0 60px;
  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% 30%;
  display: block;
  margin: 0 auto 30px;
}
.section-ceo h3 {
  font-size: 2.0rem;
}
.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.0rem;
    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-information {
  padding: 0 60px;
  margin-bottom: 60px;
}
.section-information h2 {
  margin-bottom: 30px;
}
.section-information table {
  display: block;
  text-align: left;
  background-color: #FFF;
  padding: 30px 24px 26px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.section-information table th {
  width: 40%;
  font-weight: 500;
}
@media (min-width: 1160px) {
  .section-information {
    margin-bottom: 80px;
  }
  .section-information h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .section-information table {
    max-width: 1040px;
    padding-left: 48px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-information table th {
    width: 300px;
  }
}
.section-access {
  padding: 0 60px;
  margin-bottom: 40px;
}
.section-access h2 {
  margin-bottom: 30px;
}
.section-access__wrapper {
  max-width: 960px;
  padding: 30px 15px 25px;
  margin: 0 auto;
  background-color: #fff;
}
.section-access address {
  font-style: normal;
  margin-bottom: 30px;
}
.section-access__break:after {
  content: "\A";
  white-space: pre;
}
.section-access__map {
  height: 330px;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
@media (min-width: 1160px) {
  .section-access {
    margin-bottom: 80px;
  }
  .section-access h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .section-access__wrapper {
    padding: 60px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-access address {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .section-access__break:after {
    content: "";
  }
  .section-access__map {
    max-width: 840px;
    margin: 0 auto;
    height: 340px;
  }
}