@charset "UTF-8";
/* CSS Document */
body {
  background-color: #f6f8f9;
}
.main {
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
}
.section-top__image {
  height: 200px;
  background-image: url("../images/question/question_top.webp");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-top__image-filter {
  height: 100%;
  width: 100%;
  padding-top: 80px;
}
.section-top h2 {
  color: #333;
  font-size: 2.0rem;
}
@media (min-width: 960px) {
  .section-top__image {
    height: 600px;
  }
  .section-top__image-filter {
    padding-top: 210px;
  }
  .section-top h2 {
    font-size: 4.0rem;
  }
}
.qa-7 {
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
}
.qa-7 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
.qa-7 summary::before, .qa-7 p::before {
  position: absolute;
  left: 0.7em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-7 summary::before {
  color: #75bbff;
  content: "Q";
}
.qa-7 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.qa-7[open] summary::after {
  transform: rotate(225deg);
}
.qa-7 p {
  position: relative;
  text-align: left;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.qa-7[open] p {
  transform: none;
  opacity: 1;
}
.qa-7 p::before {
  color: #ff8d8d;
  content: "A";
}
@media(min-width: 1160px) {
  .section-ceo {
    margin-bottom: 20px;
  }
  .section-ceo h2 {
    text-align: left;
  }
  .section-ceo__body {
    display: flex;
  }
  .section-ceo__photo {
    width: 500px;
  }
  .section-ceo__body-text {
    margin-top: 30px;
    margin-left: 60px;
  }
  .section-ceo__body-text h3 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  .section-ceo__position {
    font-size: 2.0rem;
  }
  .section-ceo__body-text h4 {
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
}
.section-representatives {
  padding: 0 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-representatives h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: #333 solid 2px;
  width: 90%;
  margin: 0 auto 30px;
  margin-bottom: 30px;
}
.section-representatives h3 {
  margin-bottom: 10px;
}
.section-representatives ul {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.section-representatives ul li {
  max-width: 327px;
  margin: 0 auto 10px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
}
.section-representatives ul img {
  width: 100%;
  height: 220px;
  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 {
    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;
  }
  .section-access__address {
    background-color: #FFF;
    padding-top: 40px;
  }
  .section-access address {
    margin-bottom: 40px;
  }
}