@charset "UTF-8";
/* ------------------------------------------------------------
global 施設紹介・グローバル編
------------------------------------------------------------ */
.content-box-960 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-box-960::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .content-box-960 {
    overflow: hidden;
  }
}

.global-wrap .block {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .global-wrap .block {
    margin-top: 30px;
  }
}
.global-wrap .block .text .section-head {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.global-wrap .block .text .section-head span {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .global-wrap .block .text .section-head {
    font-size: 23px;
  }
}
.global-wrap .block .text p {
  margin-top: 40px;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .global-wrap .block .text p {
    margin-top: 20px;
  }
}
.global-wrap .block-img {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .global-wrap .block-img {
    padding-left: 0;
  }
}
.global-wrap .block-img::before {
  content: "";
  display: block;
  width: 200%;
  height: auto;
  background: #0092E6;
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .global-wrap .block-img::before {
    left: -50%;
    top: 10%;
    bottom: 10%;
  }
}
.global-wrap .block-img img {
  width: 100%;
  max-width: 920px;
  display: block;
}
.global-wrap a.btn-more {
  margin: 60px auto 0;
  text-align: center;
  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;
  font-size: 14px;
  color: #ffffff;
  width: 200px;
  height: 40px;
  background: #0092e6;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .global-wrap a.btn-more {
    margin-top: 30px;
  }
}
.global-wrap a.btn-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.global-wrap a.btn-more:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}/*# sourceMappingURL=global.css.map */