#base-index .page-title-block-2 {
  background: url(../images/mv_base.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #base-index .page-title-block-2 {
    background-size: 1400px;
  }
}

@media (max-width: 930px) {
  #base-index .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#base-index .page-title-block-3 {
  color: #231815;
}

#base-index .page-title-block-3 p {
  max-width: 440px;
}

#base-index .page-title01::after {
  background: #231815;
}

.virtual {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (max-width: 930px) {
  .virtual {
    margin-top: 20px;
  }
}

.map-wrap {
  margin: 90px auto 0;
  text-align: center;
}

@media (max-width: 930px) {
  .map-wrap {
    margin-top: 50px;
  }
}

.map-wrap p {
  margin-top: 80px;
}

@media (max-width: 930px) {
  .map-wrap p {
    margin-top: 50px;
  }
}

.main-wrap {
  width: 1100px;
  margin: 45px auto 90px;
}

@media (max-width: 930px) {
  .main-wrap {
    width: 100%;
    margin: 30px auto 0;
  }
}

.main-wrap .black-out {
  visibility: hidden;
}

@media (max-width: 930px) {
  .main-wrap .black-out {
    display: none;
  }
}

.main-wrap .detail-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-wrap .detail-box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.main-wrap .detail-box:nth-child(2n) {
  padding-left: 40px;
}

.main-wrap .detail-box:nth-child(2n)::before {
  content: "";
  background-image: linear-gradient(to top, #666666, #666666 3px, transparent 3px, transparent 8px);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 1px 10px;
  height: 90%;
}

@media (max-width: 930px) {
  .main-wrap .detail-box:nth-child(2n)::before {
    background-image: none;
  }
}

@media (max-width: 930px) {
  .main-wrap .detail-box:nth-child(2n) {
    padding-left: 20px;
  }
}

@media (max-width: 930px) {
  .main-wrap .detail-box {
    padding: 20px;
    width: 100%;
  }
}

.main-wrap .detail-box::after {
  content: "";
  background-image: linear-gradient(to right, #666666, #666666 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5%;
  right: 0;
  background-position: bottom;
  width: 95%;
  z-index: -1;
}

.main-wrap .detail-box:nth-child(9)::after, .main-wrap .detail-box:nth-child(10)::after {
  content: "";
  background-image: linear-gradient(to right, transparent, transparent 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5%;
  right: 0;
  background-position: bottom;
  width: 95%;
}

.main-wrap .detail-box:nth-child(1) h2 {
  background-image: url(../images/01.svg);
}

.main-wrap .detail-box:nth-child(2) h2 {
  background-image: url(../images/02.svg);
}

.main-wrap .detail-box:nth-child(3) h2 {
  background-image: url(../images/03.svg);
}

.main-wrap .detail-box:nth-child(4) h2 {
  background-image: url(../images/04.svg);
}

.main-wrap .detail-box:nth-child(5) h2 {
  background-image: url(../images/05.svg);
}

.main-wrap .detail-box:nth-child(6) h2 {
  background-image: url(../images/06.svg);
}

.main-wrap .detail-box:nth-child(7) h2 {
  background-image: url(../images/07.svg);
}

.main-wrap .detail-box:nth-child(8) h2 {
  background-image: url(../images/08.svg);
}

.main-wrap .detail-box:nth-child(9) h2 {
  background-image: url(../images/09.svg);
}

.main-wrap .detail-box:nth-child(10) h2 {
  background-image: url(../images/10.svg);
}

.main-wrap .detail-box h2 {
  font-size: 1.8rem;
  background-repeat: no-repeat;
  padding: 1em 0 0 1em;
}

@media (max-width: 930px) {
  .main-wrap .detail-box h2 {
    font-size: 1.3rem;
    padding: 1em 0 0 2em;
  }
}

.main-wrap .detail-box p {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1em 0.5em 0em 0.5em;
}

@media (max-width: 930px) {
  .main-wrap .detail-box p {
    font-size: 1.3rem;
  }
}

.main-wrap .detail-box dl {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.main-wrap .detail-box dl dt {
  position: relative;
  padding: 0.5em;
  width: 20%;
}

@media (max-width: 930px) {
  .main-wrap .detail-box dl dt {
    width: 30%;
  }
}

.main-wrap .detail-box dl dt::after {
  position: absolute;
  content: ":";
  right: 0;
}

.main-wrap .detail-box dl dd {
  padding: 0.5em;
  width: 80%;
}

@media (max-width: 930px) {
  .main-wrap .detail-box dl dd {
    width: 70%;
  }
}

.main-wrap .detail-box dl dd a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.main-wrap .detail-box dl dd a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */