@charset "UTF-8";
/* ------------------------------------------------------------
domestic 施設紹介・国内編
------------------------------------------------------------ */
.content-box-960 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content-box-960::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: #0092E6;
  position: absolute;
  top: 80px;
  left: 80%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .content-box-960::before {
    display: none;
  }
}

.content-box-960-2::before {
  left: auto;
  right: 80%;
}
@media screen and (max-width: 767px) {
  .content-box-960-2::before {
    left: auto;
    right: 0;
  }
}

.domestic-wrap .block {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .domestic-wrap .block {
    margin-top: 40px;
  }
}
.domestic-wrap .block img {
  width: 100%;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
.domestic-wrap .block .text {
  max-width: 640px;
}
.domestic-wrap .block .text .section-head {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.domestic-wrap .block .text .section-head span {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .domestic-wrap .block .text .section-head {
    font-size: 23px;
    margin-top: 20px;
  }
}
.domestic-wrap .block .text p {
  margin-top: 15px;
  line-height: 1.75;
  font-size: 16px;
}
.domestic-wrap .block .text p.blue {
  color: #0092e6;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .domestic-wrap .block .text p.blue {
    margin-top: 20px;
  }
}
.domestic-wrap .block .text p.small {
  font-size: 14px;
}
.domestic-wrap .block .text2 {
  margin-left: auto;
}
.domestic-wrap .block-first {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .domestic-wrap .block-first {
    margin-top: 30px;
  }
}

.slide-wrap {
  padding-bottom: 80px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide-wrap {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
.slide-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: #F0F6F7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.content-box-slide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content-box-slide .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .content-box-slide .swiper {
    overflow: hidden;
  }
}
.content-box-slide p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
.content-box-slide .arrow-icon {
  cursor: pointer;
  position: absolute;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content-box-slide .arrow-icon {
    bottom: -35px;
  }
}
.content-box-slide .arrow-icon img {
  width: 15px;
  height: 6px;
}
.content-box-slide .arrow-icon:hover {
  background: #0092e6;
}
.content-box-slide .arrow-icon-next {
  right: 20px;
  background: #313c4d;
}
.content-box-slide .arrow-icon-prev {
  right: 60px;
  background: #fff;
  border: 1px solid #313c4d;
}/*# sourceMappingURL=domestic.css.map */