/* CSS Document */
/* CSS Document */
html,
body {
  margin: 0;
  padding: 0;
  border: none;
}

.pre-inc {
  scroll-behavior: smooth;
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(12px, 5vw, 16px);
  text-decoration: none;
}
.pre-inc.hidden {
  overflow: hidden;
}
.pre-inc * {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  text-decoration: inherit;
  vertical-align: inherit;
  color: inherit;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.pre-inc a {
  transition: 0.3s;
}
.pre-inc main {
  display: block;
  width: 100%;
  position: relative;
}
.pre-inc .inner {
  width: calc(100% - 2rem);
  max-width: 1024px;
  margin: 0 auto;
}
.pre-inc small {
  font-size: 0.75em;
  display: inline-block;
}
.pre-inc table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
.pre-inc sup {
  font-size: 0.75em;
  vertical-align: super;
}
.pre-inc sub {
  font-size: 0.75em;
  vertical-align: sub;
}
.pre-inc img {
  max-width: 100%;
  max-height: 100%;
}
.pre-inc button {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.pre-inc button:hover {
  cursor: pointer;
}
.pre-inc input,
.pre-inc textarea,
.pre-inc select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}
.pre-inc input::-moz-placeholder, .pre-inc textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.pre-inc input::placeholder,
.pre-inc textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.pre-inc input[type=radio], .pre-inc input[type=checkbox] {
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}
.pre-inc input[type=radio]:checked, .pre-inc input[type=checkbox]:checked {
  background-color: #000;
}
.pre-inc li {
  list-style: none;
}
.pre-inc .under-mv {
  padding: 0 0 2rem;
  padding-top: calc(2rem + 80px);
  background: #7f7f7f;
}
@media screen and (max-width: 750px), print {
  .pre-inc .under-mv {
    padding: 2rem 0;
  }
}
.pre-inc .under-mv .main-title {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pre-inc .under-mv .main-title [lang=ja] {
  font-size: 22.4px;
  display: block;
}
.pre-inc .under-mv .main-title [lang=en] {
  font-size: 39.2px;
  display: block;
}
.pre-inc .under-mv figure {
  margin-top: 2rem;
  width: 95%;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.pre-inc #notes {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  padding: 5em 0;
}
@media screen and (max-width: 750px), print {
  .pre-inc #notes {
    padding: 3em 0;
  }
}
.pre-inc #notes .note {
  font-size: min(2.4vw, 12px);
}
.pre-inc a:hover {
  opacity: 0.7;
}
.pre-inc .pc-on {
  display: inline;
}
@media screen and (max-width: 750px), print {
  .pre-inc .pc-on {
    display: none;
  }
}
.pre-inc .sp-on {
  display: none;
}
@media screen and (max-width: 750px), print {
  .pre-inc .sp-on {
    display: inline;
  }
}
.pre-inc .photo {
  position: relative;
  line-height: 0;
}
.pre-inc .photo .image {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
}
.pre-inc .photo .caption {
  padding: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFF;
  font-size: min(2vw, 10px);
  line-height: 1;
  text-shadow: 0 0 3px #000;
}
.pre-inc .photo .caption.bk {
  color: #000;
  text-shadow: none;
}
.pre-inc .photo .caption.left {
  left: 0;
  right: auto;
}
.pre-inc .photo .caption.out-r {
  transform: translateX(100%);
}
.pre-inc .photo .caption.btm {
  transform: translateY(100%);
}
.pre-inc .photo .caption.num-box {
  margin: 0.5em;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  background: rgba(0, 0, 0, 0.5019607843);
  border: 1px #FFF solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc .photo .caption.bg {
  background: rgba(0, 0, 0, 0.5019607843);
}

.pre-inc nav.foot-nav {
  margin: 3em auto 0;
  padding: 3em 0;
  background: linear-gradient(90deg, #003326, #004833, #003326);
  width: 100%;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 751px), print {
  .pre-inc nav.foot-nav {
    margin: 6em auto 0;
    padding: 6em 0;
  }
}
.pre-inc nav.foot-nav .nav-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1em;
  margin: 0 auto;
  max-width: 1000px;
  width: 80%;
}
@media screen and (min-width: 751px), print {
  .pre-inc nav.foot-nav .nav-link {
    gap: 2em;
  }
}
.pre-inc nav.foot-nav .nav-link .nav-item {
  margin: 0;
  width: 100%;
  background: #FFF;
}
@media screen and (min-width: 751px), print {
  .pre-inc nav.foot-nav .nav-link .nav-item {
    width: calc((100% - 2em) / 2);
  }
}
.pre-inc nav.foot-nav .nav-link .nav-item.pen {
  position: relative;
  opacity: 0.8;
}
.pre-inc nav.foot-nav .nav-link .nav-item.pen::after {
  content: "";
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pre-inc nav.foot-nav .nav-link .nav-item .l-link {
  display: block;
}

.pre-inc figure img {
  width: 100%;
  height: auto;
}
.pre-inc p sub {
  font-size: min(2.8svw, 14px);
  letter-spacing: 0.01em;
  vertical-align: baseline;
}
.pre-inc #access {
  margin: 0;
  padding: 0;
  position: relative;
  background: url("../images/access/bg-access.webp") repeat 0 0 transparent;
  background-size: contain;
}
.pre-inc #access .mv {
  margin: 0;
  padding: 0;
  position: relative;
}
.pre-inc #access .mv .photo {
  width: 100%;
}
.pre-inc #access .mv .photo::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, #087759 30%, #093f27 90%, rgba(9, 63, 39, 0.6274509804) 95%, rgba(9, 63, 39, 0) 100%);
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
}
.pre-inc #access .mv .photo .caption {
  z-index: 1;
}
.pre-inc #access .mv .mv-txt {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
  color: #FFF;
  filter: drop-shadow(0 0 3px #000);
}
.pre-inc #access .mv .mv-txt .mv-team {
  margin: 0 0 0.3em;
  padding: 0 0 0.3em;
  border-bottom: 1px #FFF solid;
  font-family: "EB Garamond", serif;
  font-size: min(5.5svw, 40px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.pre-inc #access .mv .mv-txt .mv-desc {
  margin: 0;
  font-size: min(3.8svw, 20px);
  letter-spacing: 0.1em;
  line-height: 1;
}
.pre-inc #access .sec01 {
  background: url("../images/access/bg-tree.webp") no-repeat 100% 0;
  background-size: auto 23%;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01 {
    background-size: auto 60%;
  }
}
.pre-inc #access .sec01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01::before {
    width: 500px;
  }
}
.pre-inc #access .sec01-title {
  padding-top: 2em;
  color: #266d68;
  font-size: min(6svw, 42px);
  text-align: center;
}
.pre-inc #access .sec01-title .title-sup {
  vertical-align: bottom;
  font-size: min(2svw, 10px);
}
.pre-inc #access .sec01-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01-body {
    gap: 3em;
  }
}
.pre-inc #access .sec01-body .photo {
  margin: 0 auto;
  max-width: 70svw;
  width: 100%;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01-body .photo {
    max-width: 350px;
  }
}
.pre-inc #access .sec01-pos {
  position: relative;
  margin-top: 2em;
  color: #a08957;
  font-size: min(4.8svw, 30px);
  letter-spacing: unset;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01-pos {
    letter-spacing: 0.05em;
  }
}
.pre-inc #access .sec01-pos .pos-sup {
  vertical-align: baseline;
  font-size: min(2.8svw, 14px);
}
.pre-inc #access .sec01-footer {
  margin: 2em auto 0;
  padding: 1em;
  background-image: linear-gradient(90deg, #a08957 0%, #ccb98f 51%, #a08957 100%);
  width: 100%;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01-footer {
    margin: 4em auto 0;
    padding: 2em;
  }
}
.pre-inc #access .sec01-footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-content: center;
  margin: 0 auto;
  max-width: 1480px;
  width: 70svw;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01-footer-inner {
    width: 100%;
  }
}
.pre-inc #access .sec01-footer .photo {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  padding: unset;
  max-width: 70svw;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01-footer .photo {
    justify-self: center;
    align-self: center;
    padding-left: 1em;
    max-width: 350px;
  }
}
.pre-inc #access .sec01-footer .photo:not(:first-of-type) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec01-footer .photo:not(:first-of-type) {
    margin-top: unset;
    padding-top: unset;
    border-top: unset;
    margin-left: 1em;
    border-left: 1px solid #fff;
  }
}
.pre-inc #access .sec01-footer .photo .image {
  filter: drop-shadow(1px 1px 0 #000);
}
.pre-inc #access .sec02 {
  margin-top: 3em;
}
.pre-inc #access .sec02 .inner {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  font-size: min(3.2svw, 16px);
}
.pre-inc #access .sec02-title {
  line-height: 0;
  text-align: center;
}
.pre-inc #access .sec02-title .image {
  max-width: 70svw;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec02-title .image {
    max-width: 300px;
  }
}
.pre-inc #access .sec02-lead {
  color: #a08957;
  font-size: min(4.8svw, 30px);
  letter-spacing: 0.05em;
  text-align: center;
}
.pre-inc #access .sec02-lead .lead-num {
  font-size: min(6svw, 42px);
  vertical-align: baseline;
}
.pre-inc #access .sec02-pos {
  font-size: min(3.9svw, 21px);
  line-height: 2;
  text-align: center;
}
.pre-inc #access .sec02-pos .pos-sup {
  font-size: min(2svw, 10px);
}
.pre-inc #access .sec02-footer {
  margin: 2em auto 0;
}
.pre-inc #access .sec02-footer .photo .image {
  max-width: 800px;
}
.pre-inc #access .sec03 {
  margin-top: 4em;
}
.pre-inc #access .sec03 .inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec03 .inner {
    gap: 3em;
  }
}
.pre-inc #access .sec03-area-wrapper {
  position: relative;
  background-image: linear-gradient(90deg, #002a20 0%, #007250 51%, #002a20 100%);
}
.pre-inc #access .sec03-area {
  margin: 4px;
  padding: 0.25em 0;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: min(5svw, 32px);
  color: #fff;
  letter-spacing: 0.25em;
  line-height: min(5svw, 32px);
  text-align: center;
}
.pre-inc #access .sec03-title {
  color: #266d68;
  font-size: min(6svw, 42px);
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec03-title {
    margin-top: 0.5em;
  }
}
.pre-inc #access .sec03-lead {
  color: #a08957;
  font-size: min(3.6svw, 18px);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.pre-inc #access .sec03-body {
  display: flex;
  flex-direction: column;
  margin-top: unset;
  justify-content: space-between;
  align-items: center;
  gap: 1.5em;
  margin-top: 2em;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec03-body {
    flex-direction: unset;
    margin-top: 2em;
  }
}
.pre-inc #access .sec03-body .photo {
  position: relative;
  flex-basis: 550px;
}
@media screen and (max-width: 750px), print {
  .pre-inc #access .sec03-body .photo {
    flex-basis: unset;
  }
}
.pre-inc #access .sec03-body .photo .img-caption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: min(2svw, 10px);
}
.pre-inc #access .sec03-body-txt {
  font-size: min(2.8svw, 14px);
  line-height: 2;
}
.pre-inc #access .sec03-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 2em 1em;
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec03-footer {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 0.5em 1em;
  }
}
@media screen and (min-width: 751px), print {
  .pre-inc #access .sec03-footer > .image-wrap {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.pre-inc #access .sec03-footer-cap {
  font-size: min(3.2svw, 16px);
  text-align: center;
}
.pre-inc #access .sec03-footer-sub {
  margin-top: 0.25em;
  font-size: min(2.4svw, 12px);
  text-align: center;
}/*# sourceMappingURL=access.css.map */