/* 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 .foot-info {
  margin: 0 auto 54px;
  text-align: center;
  background: #efefef;
  display: flow-root;
}
@media screen and (min-width: 751px), print {
  .pre-inc .foot-info {
    margin: 0 auto;
  }
}
.pre-inc .foot-info .inner {
  width: 100%;
  padding: 0;
}
.pre-inc .foot-info .bnr_box {
  padding: 0.1em 0;
  background: #00002f;
}
.pre-inc .foot-info .bnr_box .bnr {
  margin: 1em auto;
  width: 90%;
  max-width: 800px;
}
@media screen and (min-width: 751px), print {
  .pre-inc .foot-info .bnr_box .bnr {
    margin: 2em auto;
  }
}
.pre-inc .foot-info .contact {
  padding: 2em 0 4em;
  background-image: linear-gradient(90deg, #003326 0%, #004833 50%, #002a20 100%);
  color: #FFF;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 751px), print {
  .pre-inc .foot-info .contact {
    padding: 3em 0;
    font-size: 16px;
  }
}
.pre-inc .foot-info .contact .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 2em 0;
  width: 90%;
}
@media screen and (min-width: 751px), print {
  .pre-inc .foot-info .contact .banner {
    width: 100%;
  }
}
.pre-inc .foot-info .contact .banner .photo {
  position: relative;
  font-size: min(3.2svw, 16px);
}
.pre-inc .foot-info .contact .banner .photo .image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.pre-inc .foot-info .contact .banner .photo .banner-cap {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  color: #fff;
  font-size: min(2.4svw, 12px);
  line-height: 1.2;
}
.pre-inc .foot-info .pagetop {
  display: none;
}
.pre-inc .foot-info .pagetop .pagetop-link {
  display: block;
  color: #fff;
  background: #BBBBBB;
}
.pre-inc .foot-info .pagetop .pagetop-link .material-icons {
  font-size: 30px;
}
@media screen and (min-width: 751px), print {
  .pre-inc .foot-info .pagetop .pagetop-link .material-icons {
    font-size: 50px;
  }
}
.pre-inc .breadcrumb {
  background: #d6d6d6;
}
.pre-inc .breadcrumb .list {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1em;
}
.pre-inc .breadcrumb .list .item {
  margin-right: 1em;
  position: relative;
  font-size: 12px;
}
.pre-inc .breadcrumb .list .item:not(:first-child) {
  padding: 0 0 0 1em;
}
.pre-inc .breadcrumb .list .item:not(:first-child):after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pre-inc .vc_info {
  margin: 2em auto 2em;
  padding: 1.5em;
  width: 90%;
  max-width: 1000px;
  border: 1px #cc0000 solid;
  box-sizing: border-box;
  color: #cc0000;
  font-size: min(2.8svw, 14px);
  line-height: 1.6;
}/*# sourceMappingURL=foot-info.css.map */