.section-outline, .section-access, .section-history {
  padding: 15vh 2%;
}
@media only screen and (max-width: 1023px) {
  .section-outline, .section-access, .section-history {
    padding: 10vw 3%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-outline, .section-access, .section-history {
    padding: 10vw 5%;
  }
}

.section-outline-header, .section-access-header, .section-history-header {
  text-align: center;
  margin-bottom: 10vh;
}
@media only screen and (max-width: 1023px) {
  .section-outline-header, .section-access-header, .section-history-header {
    margin-bottom: 8vw;
  }
}
.section-outline-header-en, .section-access-header-en, .section-history-header-en {
  font-size: 6.4rem;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: #e73828;
  background: linear-gradient(90deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .section-outline-header-en, .section-access-header-en, .section-history-header-en {
    font-size: 3.2rem;
  }
}
.section-outline-header-ttl, .section-access-header-ttl, .section-history-header-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .section-outline-header-ttl, .section-access-header-ttl, .section-history-header-ttl {
    font-size: 1.1rem;
  }
}
.section-outline-inner {
  max-width: 100rem;
  margin: 0 auto;
}
.section-outline-inner div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #f3f4f4;
  position: relative;
  padding: 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .section-outline-inner div {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-outline-inner div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-outline-inner div:after {
  content: "";
  width: 2rem;
  height: .1rem;
  background: #e73828;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .section-outline-inner div:after {
    width: 1rem;
    top: 3rem;
  }
}
.section-outline-inner dd {
  width: 100%;
  font-size: 1.5rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-outline-inner dd {
    padding: 0;
    font-size: 1.2rem;
  }
}

.section-outline-inner dd dl {
  border-top: 0.1rem solid rgba(243, 244, 244, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 1023px) {
  .section-outline-inner dd dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-outline-inner dd dl {
    padding: 1.2rem 0;
  }
}

.section-outline-inner dd dl dt {
  width: 15rem;
  color: rgba(13, 30, 46, 0.7);
  justify-content: center;
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .section-outline-inner dd dl dt {
    justify-content: flex-start;
    padding-bottom: .5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-outline-inner dd dl dd {
    padding: 0;
  }
}
.section-outline-inner dd dl:nth-of-type(1) {
  border: none;
  padding-top: 0;
}
.section-outline-inner dd dl:nth-last-of-type(1) {
  padding-bottom: 0;
}
.section-outline-inner dt {
  width: 20rem;
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.5rem;
  padding-left: 4rem;
}
@media only screen and (max-width: 1023px) {
  .section-outline-inner dt {
    width: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-outline-inner dt {
    width: 100%;
    font-size: 1.2rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }
}
.section-history-inner {
  max-width: 100rem;
  margin: 0 auto;
}
.section-history-inner dl {
  border-top: 0.1rem solid #f3f4f4;
}
.section-history-inner div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #f3f4f4;
  position: relative;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .section-history-inner div {
    flex-direction: column;
  }
}
.section-history-inner dd {
  width: 100%;
  font-size: 1.5rem;
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-history-inner dd {
    padding: 0;
    font-size: 1.2rem;
  }
}

.section-history-inner dt {
  width: 15rem;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.5rem;
  padding-right: 5rem;
  position: relative;
}
.section-history-inner dt:after {
  content: "";
  width: 3rem;
  height: .1rem;
  background: #c30d23;
  position: absolute;
  right: 0;
  bottom: 50%;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .section-history-inner dt:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-history-inner dt {
    width: 100%;
    justify-content: flex-start;
    font-size: 1.2rem;
    padding-bottom: .5rem;
  }
}
.section-access {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5vh;
}
@media only screen and (max-width: 1023px) {
  .section-access {
    padding-bottom: 5vw;
  }
}
.section-access .article-access {
  margin-bottom: 15vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .section-access .article-access {
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-access .article-access {
    padding: 0 5%;
  }
}

.section-access .article-access:nth-of-type(2n) .article-access-fig {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access:nth-of-type(2n) .article-access-fig {
    right: 0;
    left: auto;
  }
}
.section-access .article-access:nth-of-type(2n) .article-access-fig:before {
  right: auto;
  left: -1rem;
  transform: scale(1, -1);
}
.section-access .article-access:nth-of-type(2n) .article-access-inner {
  padding-right: 3rem;
  padding-left: 33%;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access:nth-of-type(2n) .article-access-inner {
    padding: 0;
  }
}
.section-access .article-access:nth-of-type(2n) .article-access-inner-box {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access:nth-of-type(2n) .article-access-inner-box {
    flex-direction: column;
  }
}
.section-access .article-access:nth-of-type(2n) .article-access-inner dl {
  padding-right: 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access:nth-of-type(2n) .article-access-inner dl {
    padding: 0;
  }
}
.section-access .article-access-wrap {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-access .article-access-ttl {
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6vh;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .section-access .article-access-ttl {
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-access .article-access-ttl {
    font-size: 1.5rem;
  }
}

.section-access .article-access-ttl:before, .section-access .article-access-ttl:after {
  content: "";
  width: 4rem;
  height: .1rem;
  background: #e73828;
  opacity: 0.3;
  margin: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access-ttl:before, .section-access .article-access-ttl:after {
    width: 2rem;
    margin: 0 1rem;
  }
}
.section-access .article-access-inner {
  width: 100%;
  padding-right: 33%;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access-inner {
    padding: 0;
  }
}
.section-access .article-access-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access-inner-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-access .article-access-inner iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 5vh;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .section-access .article-access-inner iframe {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-access .article-access-inner iframe {
    margin-bottom: 1rem;
  }
}

.section-access .article-access-inner-fig {
  width: 35%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-access .article-access-inner-fig figcaption {
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  left: 1.5rem;
  bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access-inner-fig figcaption {
    left: 1rem;
    bottom: 1rem;
    font-size: 1rem;
  }
}
.section-access .article-access-inner-fig:after {
  width: 100%;
  padding-top: 60%;
  content: "";
  display: block;
}
@media only screen and (max-width: 1023px) {
  .section-access .article-access-inner-fig:after {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-access .article-access-inner-fig {
    width: 50%;
    height: 12rem;
  }
  .section-access .article-access-inner-fig:after {
    display: none;
  }
}
.section-access .article-access-inner dl {
  width: 65%;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access-inner dl {
    padding: 0;
    width: 100%;
    font-size: 1.2rem;
  }
}
.section-access .article-access-inner dl div {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #f3f4f4;
  padding: 2rem 0;
}
@media only screen and (max-width: 1023px) {
  .section-access .article-access-inner dl div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section-access .article-access-inner dl div dt {
  width: 18rem;
  text-align: center;
  flex-shrink: 0;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .section-access .article-access-inner dl div dt {
    text-align: left;
    padding-bottom: .5rem;
  }
}
.section-access .article-access-inner dl div dd {
  width: 100%;
}
.section-access .article-access-fig {
  width: 30%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .section-access .article-access-fig {
    width: 50%;
    height: 12rem;
    right: 0;
    top: calc(90vw * 0.75 + 1rem);
  }
}
.section-access .article-access-fig:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../img/common/bg_sha-w.svg) 0% 0% no-repeat;
  background-size: 100% auto;
  transform: scale(-1, -1);
  width: 60%;
  height: 100%;
  right: -1rem;
  bottom: -1rem;
  opacity: 0.85;
}
@media only screen and (max-width: 1023px) {
  .section-access .article-access-fig:before {
    width: 80%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-access .article-access-fig:before {
    display: none;
  }
}
