section.overview {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.overview .overview-area {
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  section.overview .overview-area {
    margin-top: 20px;
  }
}
section.overview .overview-area dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.overview .overview-area dl {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
section.overview .overview-area dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--light-gray);
  z-index: 0;
}
section.overview .overview-area dl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 205px;
  height: 1px;
  background-color: var(--blue);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.overview .overview-area dl:after {
    display: none;
  }
}
section.overview .overview-area dl dt {
  width: 205px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.overview .overview-area dl dt {
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
}
section.overview .overview-area dl dd {
  width: calc(100% - 205px);
  padding-left: 90px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.overview .overview-area dl dd {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

section.board-member {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.board-member {
    margin-top: 80px;
  }
}
section.board-member h3 {
  position: relative;
  font-size: 24px;
  padding-left: 25px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.board-member h3 {
    margin-top: 40px;
    font-size: 20px;
  }
}
section.board-member h3:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.board-member h3:first-of-type {
    margin-top: 20px;
  }
}
section.board-member h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 51%;
  left: 0;
  display: block;
  translate: 0 -50%;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  section.board-member h3:before {
    translate: 0 -48%;
  }
}
section.board-member .board-member-area {
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  section.board-member .board-member-area {
    margin-top: 20px;
  }
}
section.board-member .board-member-area dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.board-member .board-member-area dl {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
section.board-member .board-member-area dl:last-of-type {
  margin-bottom: 0;
}
section.board-member .board-member-area dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--light-gray);
  z-index: 0;
}
section.board-member .board-member-area dl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 205px;
  height: 1px;
  background-color: var(--blue);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.board-member .board-member-area dl:after {
    display: none;
  }
}
section.board-member .board-member-area dl dt {
  width: 205px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.board-member .board-member-area dl dt {
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
}
section.board-member .board-member-area dl dd {
  width: calc(100% - 205px);
  padding-left: 90px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.board-member .board-member-area dl dd {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
section.board-member .board-member-area p.date {
  font-size: 14px;
  color: #7d7d80;
  margin-top: 7px;
  text-align: right;
}

section.organization {
  max-width: 1000px;
  margin: 140px auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.organization {
    margin-top: 80px;
  }
}
section.organization .js-scrollable {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.organization .js-scrollable {
    margin-top: 20px;
  }
}
section.organization .js-scrollable .img {
  min-width: 600px;
}

section.profile {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.profile {
    margin-top: 80px;
  }
}
section.profile a {
  max-width: 800px;
  margin: 40px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  section.profile a {
    margin-top: 20px;
  }
}
section.profile a .img {
  overflow: hidden;
  border: 1px solid var(--light-gray);
}
section.profile a .img img {
  transition: transform 0.3s;
}
@media (hover) {
  section.profile a:hover img {
    transform: scale(1.05);
  }
  section.profile a:hover p {
    color: var(--blue);
  }
}
section.profile a p {
  margin-left: auto;
  margin-top: 8px;
  padding-left: 20px;
  position: relative;
  width: fit-content;
  transition: color 0.3s;
}
section.profile a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 20px;
  background: url(/common/img/icn_pdf.svg) no-repeat !important;
  transform: translateY(-50%);
}