.pre-inc {
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}
.pre-inc .access_wrapp {
  width: 100%;
  overflow: hidden;
}
.pre-inc .access_wrapp .page_title {
  font-size: min(4.8vw, 38px);
  font-weight: 700;
  color: #2e3192;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0;
}
.pre-inc .access_wrapp .page_title span {
  display: block;
  font-size: 70%;
  color: #333;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .page_title {
    font-size: min(5.3vw, 42px);
    margin-top: 40px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}
.pre-inc .access_wrapp .access_text {
  font-size: min(2.8vw, 16px);
  font-weight: 500;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  line-height: 200%;
  margin-bottom: 80px;
}
.pre-inc .access_wrapp .access_text.lage {
  font-size: min(2.1vw, 23px);
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .access_text.lage {
    font-size: min(4.5vw, 16px);
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
.pre-inc .access_wrapp .access_text sup {
  font-size: 50%;
}
.pre-inc .access_wrapp .access_contents {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto 80px;
}
.pre-inc .access_wrapp .access_contents .cap {
  position: relative;
  padding: 10px 10px 0 0;
  font-size: 11px;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .access_contents {
    margin-bottom: 40px;
  }
}
.pre-inc .access_wrapp .access_image {
  width: 100%;
  position: relative;
  margin: 0 auto 80px;
}
.pre-inc .access_wrapp .access_image .cap_lef {
  position: absolute;
  bottom: 10px;
  right: 51%;
  z-index: 2;
  font-size: 11px;
  color: #fff;
  text-shadow: -1px -1px 1px rgb(0, 0, 0), 0 0 3px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .access_image .cap_lef {
    bottom: 52%;
    right: 1%;
  }
}
.pre-inc .access_wrapp .access_image .cap_rig {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 1%;
  font-size: 11px;
  color: #fff;
  text-shadow: -1px -1px 1px rgb(0, 0, 0), 0 0 3px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.pre-inc .access_wrapp .plus_contents {
  width: 100%;
  margin-bottom: 80px;
  padding: 80px 0 40px;
  background: #eaeaf4;
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .plus_contents {
    margin-bottom: 40px;
    padding: 20px 0 40px;
  }
}
.pre-inc .access_wrapp .plus_contents .plus_contents_in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block {
  width: 49%;
  background: #fff;
  padding: 40px 30px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block {
    width: 100%;
  }
}
.pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block h4 {
  font-size: min(3.6vw, 22px);
  font-weight: 700;
  color: #2e3192;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block h4 {
    font-size: min(4.8vw, 22px);
  }
}
.pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block p {
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 500;
  line-height: 180%;
  text-align: left;
  font-family: "Zen Kaku Gothic New";
  margin-bottom: 15px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block p {
    font-size: min(3.6vw, 14px);
  }
}
.pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block .plus_photo {
  width: 100%;
  margin-bottom: 5px;
}
.pre-inc .access_wrapp .plus_contents .plus_contents_in .plus_block .plus_cap {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 11px;
  color: #333;
  text-align: right;
}/*# sourceMappingURL=access.css.map */