.pre-inc img.img-sp {
  display: none !important;
}
.pre-inc br.br-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pre-inc img.img-pc {
    display: none !important;
  }
  .pre-inc img.img-sp {
    display: block !important;
  }
  .pre-inc br.br-pc {
    display: none !important;
  }
  .pre-inc br.br-sp {
    display: block !important;
  }
}
.pre-inc .contents-tit {
  width: 100%;
  position: relative;
}
.pre-inc .contents-tit img {
  display: block;
  width: 100%;
}
.pre-inc .contents-tit span {
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #FFFFFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.65), 0 0 3px rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-tit span {
    font-size: 10px;
    bottom: 10px;
    right: 15px;
  }
}
.pre-inc .contents-read {
  width: 100%;
  position: relative;
  background: url(../images/access/read_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 125px 0;
}
.pre-inc .contents-read h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 50px;
}
.pre-inc .contents-read p {
  text-align: center;
  font-size: 20px;
  line-height: 245%;
  letter-spacing: 1px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-read {
    padding: 55px 0;
  }
  .pre-inc .contents-read h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pre-inc .contents-read p {
    font-size: 15px;
    line-height: 205%;
    letter-spacing: 0;
  }
}
.pre-inc .contents-sub {
  width: 100%;
  position: relative;
  padding: 85px 0 45px 0;
  background: url(../images/access/sub_bg.jpg) no-repeat center center;
  background-size: cover;
}
.pre-inc .contents-sub::before,
.pre-inc .contents-sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(../images/access/sub_b_k.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}
.pre-inc .contents-sub::before {
  top: -25px;
}
.pre-inc .contents-sub::after {
  bottom: -25px;
}
.pre-inc .contents-sub h3 {
  color: #00A3E9;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
.pre-inc .contents-sub p {
  text-align: center;
  font-size: 16px;
  line-height: 205%;
  color: #000000;
}
.pre-inc .contents-sub span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
  color: #FFFFFF;
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 4px rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-sub {
    padding: 35px 0 30px 0;
  }
  .pre-inc .contents-sub::before,
  .pre-inc .contents-sub::after {
    background: url(../images/access/sub_b_k_sp.png) no-repeat center center;
    background-size: 100%;
  }
  .pre-inc .contents-sub h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .pre-inc .contents-sub p {
    font-size: 14px;
    line-height: 195%;
  }
  .pre-inc .contents-sub span {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }
}
.pre-inc .access-img {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto;
}
.pre-inc .access-img img {
  display: block;
  width: 100%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.42);
}
@media screen and (max-width: 767px) {
  .pre-inc .access-img {
    margin: 24px auto;
  }
}
.pre-inc .contents-wrap {
  width: 100%;
  position: relative;
  padding: 60px 0 200px 0;
  background: -webkit-linear-gradient(top, #FFFFFF, #DCEDF6);
  background: linear-gradient(top, #FFFFFF, #DCEDF6);
}
.pre-inc .contents-wrap.o {
  width: 100%;
  position: relative;
  padding: 60px 0 120px 0;
  background: -webkit-linear-gradient(top, #FFFFFF, #FDF5EC);
  background: linear-gradient(top, #FFFFFF, #FDF5EC);
}
.pre-inc .contents-wrap.b {
  width: 100%;
  position: relative;
  padding: 100px 0 120px 0;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #E8F2F7 18%, #E8F2F7 95.5%, #FFFFFF 100%);
}
.pre-inc .contents-wrap::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 26.171875%;
  background: url(../images/access/c_bg01.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.pre-inc .contents-wrap.o::after,
.pre-inc .contents-wrap.b::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-wrap {
    padding: 10px 0 80px 0;
  }
  .pre-inc .contents-wrap.o {
    padding: 60px 0 40px 0;
  }
  .pre-inc .contents-wrap.b {
    padding: 40px 0 50px 0;
  }
}
.pre-inc .contents-acc01 {
  width: 85%;
  margin: 0 auto 0 0;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.pre-inc .contents-acc01.re {
  margin: 0 0 0 auto;
  margin-bottom: 60px;
}
.pre-inc .contents-acc01 img {
  display: block;
  width: 100%;
}
.pre-inc .contents-acc01 span {
  font-size: 11px;
  color: #000000;
  margin: 5px 0 0 20px;
  display: block;
}
.pre-inc .contents-acc01.re span {
  text-align: right;
  margin: 5px 20px 0 0;
}
.pre-inc .contents-acc01 span.cap {
  position: absolute;
  bottom: 2em;
  left: 0;
  font-size: min(2.4svw, 12px);
  color: #fff;
  margin: 0;
  padding: 0.5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
}
.pre-inc .contents-acc01.re span.cap {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-acc01 {
    width: 100%;
    margin: 20px auto !important;
  }
  .pre-inc .contents-acc01 span {
    font-size: 10px;
    text-align: right !important;
    margin: 4px 8px 0 0 !important;
  }
  .pre-inc .contents-acc01 span.cap {
    bottom: 4em;
  }
}
.pre-inc .contents-acc02 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  z-index: 1;
  margin-top: -140px;
  position: relative;
}
.pre-inc .contents-acc02 h3 {
  font-size: 30px;
  color: #F48200;
  text-align: center;
  line-height: 205%;
  margin-bottom: 90px;
}
.pre-inc .contents-acc02 p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 185%;
  margin-bottom: 25px;
}
.pre-inc .contents-acc02 img {
  display: block;
  width: 100%;
}
.pre-inc .contents-acc02 span {
  display: block;
  margin-top: 16px;
  font-size: 11px;
  line-height: 165%;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-acc02 {
    margin-top: -40px;
  }
  .pre-inc .contents-acc02 h3 {
    font-size: 22px;
    line-height: 185%;
    margin-bottom: 24px;
  }
  .pre-inc .contents-acc02 p {
    font-size: 14px;
    line-height: 175%;
    margin-bottom: 15px;
  }
  .pre-inc .contents-acc02 span {
    margin-top: 10px;
    font-size: 10px;
  }
}
.pre-inc .contents-acc03 {
  width: 100%;
  margin-bottom: 90px;
}
.pre-inc .contents-acc03 h4 {
  font-size: 30px;
  color: #00A2E9;
  line-height: 185%;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 1px;
}
.pre-inc .contents-acc03 .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.pre-inc .contents-acc03 .w .left {
  width: 40%;
  margin: 0 2% 0 8%;
  position: relative;
}
.pre-inc .contents-acc03 .w .left div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.pre-inc .contents-acc03 .w .left div p {
  display: inline-block;
  font-size: 2.2vw;
  text-align: left;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
}
.pre-inc .contents-acc03 .w .left div p span {
  display: block;
  font-size: 0.9vw;
}
.pre-inc .contents-acc03 .w .left div p i {
  font-style: normal;
  text-align: right;
  display: block;
  font-size: 0.9vw;
  margin-top: 5px;
}
.pre-inc .contents-acc03 .w .left div p b {
  color: #00A2E9;
  font-size: 3vw;
}
.pre-inc .contents-acc03 .w .left img {
  display: block;
  margin: 30px auto;
}
.pre-inc .contents-acc03 .w .right {
  width: 49.5%;
  position: relative;
}
.pre-inc .contents-acc03 .w .right img {
  display: block;
  width: 100%;
}
.pre-inc .contents-acc03 .w .right span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #FFFFFF;
  font-size: 11px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-acc03 {
    margin-bottom: 70px;
  }
  .pre-inc .contents-acc03 h4 {
    font-size: 22px;
    line-height: 175%;
    margin-bottom: 40px;
  }
  .pre-inc .contents-acc03 .w {
    flex-direction: column-reverse;
  }
  .pre-inc .contents-acc03 .w .left {
    width: 90%;
    margin: 0 auto;
  }
  .pre-inc .contents-acc03 .w .left div {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .pre-inc .contents-acc03 .w .left div p {
    font-size: 18px;
  }
  .pre-inc .contents-acc03 .w .left div p span {
    font-size: 12px;
  }
  .pre-inc .contents-acc03 .w .left div p i {
    font-size: 12px;
  }
  .pre-inc .contents-acc03 .w .left div p b {
    font-size: 140%;
  }
  .pre-inc .contents-acc03 .w .left img {
    margin: 12px auto;
  }
  .pre-inc .contents-acc03 .w .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .contents-acc03 .w .right span {
    bottom: 4px;
    right: 4px;
    font-size: 10px;
  }
}
.pre-inc .contents-acc04 {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.pre-inc .contents-acc04 li div.w {
  overflow: hidden;
  border-radius: 10px;
}
.pre-inc .contents-acc04 li div.w div {
  padding: 15px 0;
  background: -webkit-linear-gradient(45deg, #C4EDFF 0%, #D7ECF7 25%, #96D2ED 100%);
}
.pre-inc .contents-acc04 li div p {
  font-size: 1.3vw;
  color: #000000;
  text-align: center;
  line-height: 185%;
  font-weight: normal;
}
.pre-inc .contents-acc04 li div p b {
  font-size: 2.45vw;
  color: #00A2E9;
}
.pre-inc .contents-acc04 li div p i {
  font-size: 1.265vw;
  font-style: normal;
}
.pre-inc .contents-acc04 li div p span {
  font-size: 0.8vw;
}
.pre-inc .contents-acc04 .slide {
  width: 100%;
}
.pre-inc .contents-acc04 .slide img {
  width: 100%;
  display: block;
}
.pre-inc .contents-acc04 .slide li {
  padding: 0 20px;
}
.pre-inc .slick-prev, .pre-inc .slick-next {
  display: none !important;
}
.pre-inc .contents-acc04 .slick-dots {
  bottom: -40px;
}
.pre-inc .contents-acc04 .slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
}
.pre-inc .contents-acc04 .slick-dots li.slick-active button:before {
  color: #00A3E9;
}
@media screen and (max-width: 767px) {
  .pre-inc .contents-acc04 {
    margin-top: -50px;
    padding: 20px 0;
  }
  .pre-inc .contents-acc04 li div.w div {
    padding: 12px;
  }
  .pre-inc .contents-acc04 li div p {
    /* font-size:14px; */
    font-size: 2.8vw;
    line-height: 175%;
  }
  .pre-inc .contents-acc04 li div p b {
    font-size: 3.95vw;
  }
  .pre-inc .contents-acc04 li div p i {
    font-size: 2.765vw;
  }
  .pre-inc .contents-acc04 li div p span {
    font-size: 2.3vw;
  }
  .pre-inc .contents-acc04 .slide {
    transform: none;
  }
  .pre-inc .contents-acc04 .slide li {
    padding: 0 12px;
  }
  .pre-inc .contents-acc04 .slick-dots {
    bottom: -30px;
  }
  .pre-inc .contents-acc04 .slick-dots li {
    padding: 0;
  }
}
.pre-inc .slick-track {
  display: flex;
}

/*# sourceMappingURL=access.css.map */
