.zen_antique {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-weight: 600;
}

.Palatino {
  font-family: "Palatino Linotype";
}

.weight400 {
  font-weight: 400 !important;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right !important;
}

.att {
  margin-left: 1em;
  text-indent: -1em;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 26px;
  height: 10px;
  background: no-repeat 50%/cover url(../img/icon/arrow.svg);
  transform: translateY(-50%);
}

.arrow-wh {
  position: absolute;
  bottom: 35px;
  right: 35px;
  content: "";
  display: block;
  width: 49px;
  height: 10px;
  background: no-repeat 50%/cover url(../img/icon/arrow_wh.svg);
}

.page {
  position: relative;
}
.page:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 95vw;
  height: 200vh;
  background: no-repeat 0 50%/cover url(../img/parts/bg01.svg);
}
.page .bg {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  display: block;
  content: "";
  width: 50vw;
  height: 200vh;
  background: no-repeat 0 50%/cover url(../img/parts/bg02.jpg);
  transform: translateY(-50%);
}
.page:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 40vw;
  height: 200vh;
  background: no-repeat 0 50%/cover url(../img/parts/bg03.svg);
  transform: scale(1, -1);
}
.page h1 {
  margin: 180px 0 80px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #2F77BE;
}
.page section {
  margin-bottom: 120px;
}
.page section:last-child {
  margin-bottom: 0;
}
.page article {
  margin-bottom: 40px;
}
.page article h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  color: #2F77BE;
}
.page article a {
  color: #FF5252;
}
.page a[target=_blank]::before {
  background: no-repeat 50%/cover url(../img/parts/blank_red.svg);
}
.page .policy_links a {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.page_wrap {
  max-width: 1100px;
  margin: auto;
}
.page_wrap .wrap_box {
  padding: 5em 0;
  border-radius: 10px;
  background: rgba(248, 252, 255, 0.8);
}
.page_wrap .wrap {
  max-width: 960px;
}
.page_wrap h1 {
  padding: 0 5%;
}
@media screen and (max-width: 764px) {
  .page_wrap .wrap_box {
    margin: 0 2vw;
  }
}/*# sourceMappingURL=page.css.map */