@charset "UTF-8";
.new-build {
  display: none;
}
.new-build.on {
  display: block;
}
.new-build__sec1 {
  padding: 0 20px 59px;
}
.new-build__sec2 {
  padding: 94px 0 100px;
  background: rgba(70, 178, 231, 0.1019607843);
}
.new-build__sec3 {
  background: rgba(70, 178, 231, 0.2392156863);
}
.new-build__sec3-in {
  padding: 90px 20px 165px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 97px), 50% 100%, 0 calc(100% - 97px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 97px), 50% 100%, 0 calc(100% - 97px));
  background: #1D1342;
}
@media screen and (width <= 900px) {
  .new-build__sec3-in {
    padding: 90px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
  }
}
.new-build__title {
  width: 350px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 600;
  color: #1D1342;
  text-align: center;
  background: url("../img/fasility/nsb-tit-bg.png") no-repeat center top;
  background-size: 100%;
}
@media screen and (width <= 900px) {
  .new-build__title {
    width: 240px;
    font-size: 18px;
  }
}
.new-build__youtube-out {
  max-width: 680px;
  padding: 0 20px;
  margin: 17px auto 0;
}
.new-build__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.new-build__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.new-build__1st {
  position: relative;
  padding: 113px 0 60px;
}
.new-build__1st::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 1100px;
  height: 200px;
  margin: 0 auto;
  content: "";
  background: #1D1342;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 1300px) {
  .new-build__1st::before {
    width: calc(60% + 320px);
  }
}
@media screen and (width <= 900px) {
  .new-build__1st::before {
    width: calc(100% - 40px);
  }
}
.new-build__1st::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  height: 200px;
  content: "";
  background: #1D1342;
}
.new-build__2nd {
  position: relative;
  padding: 68px 0 60px;
}
.new-build__2nd::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 1100px;
  height: 200px;
  margin: 0 auto;
  content: "";
  background: #1D1342;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 1300px) {
  .new-build__2nd::before {
    width: calc(60% + 320px);
  }
}
@media screen and (width <= 900px) {
  .new-build__2nd::before {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.new-build__2nd::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  height: 200px;
  content: "";
  background: #1D1342;
}
.new-build__wrap {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .new-build__wrap {
    padding: 0 30px;
  }
}
.new-build__subtit, .new-build__subtit2 {
  width: 263px;
  height: 71px;
  padding-top: 14px;
  font-size: 26px;
  color: #1D1342;
  text-align: center;
  background: url("../img/fasility/nsb-bal.png") no-repeat center top;
  background-size: 100%;
}
@media screen and (width <= 900px) {
  .new-build__subtit, .new-build__subtit2 {
    width: 180px;
    height: 50px;
    padding-top: 10px;
    font-size: 18px;
    background-size: contain;
  }
}
.new-build__subtit2 {
  margin-left: auto;
  background-image: url("../img/fasility/nsb-bal2.png");
}
.new-build__subtit3 {
  position: relative;
  max-width: 429px;
  margin: 0 auto;
}
.new-build__subtit3::before {
  inset: 0 0 auto;
  display: block;
  width: 82px;
  height: 41px;
  margin: 0 auto;
  content: "";
  background: url("../img/fasility/nsb-tit-bg1.svg") no-repeat top center;
  background-size: 100%;
}
.new-build__subtit3 span {
  width: 100%;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 600;
  /* プロポーショナルメトリクス有効 */
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 44px;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (width <= 900px) {
  .new-build__subtit3 span {
    font-size: 17px;
  }
}
.new-build__subtit4 {
  width: 235px;
  padding: 11px 0;
  margin: 65px auto 0;
  background: #1D1342;
  border-radius: 999px;
}
@media screen and (width <= 900px) {
  .new-build__subtit4 {
    width: 186px;
  }
}
.new-build__subtit4.train {
  width: 150px;
}
@media screen and (width <= 900px) {
  .new-build__subtit4.train {
    width: 100px;
  }
}
.new-build__subtit4 img {
  display: block;
  width: auto;
  height: 18px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .new-build__subtit4 img {
    height: 13px;
  }
}
.new-build__text {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (width <= 900px) {
  .new-build__text {
    font-size: 16px;
  }
}
.new-build__text.tar {
  text-align: right;
}
.new-build__text.tac {
  padding-top: 37px;
  text-align: center;
}
.new-build__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0;
}
.new-build__flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0;
}
.new-build__flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 43px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 990px;
  margin: 32px auto 0;
}
.new-build__img {
  display: block;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .new-build__img {
    width: 200px;
  }
}
.new-build__img2 {
  display: block;
  width: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .new-build__img2 {
    width: 300px;
  }
}
.new-build__img4 {
  display: block;
  width: calc(50% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .new-build__img4 {
    width: 300px;
  }
}
.new-build__img6 {
  display: block;
  max-width: 540px;
  margin: 42px auto 0;
}
@media screen and (max-width: 700px) {
  .new-build__img6 {
    width: 300px;
  }
}
.new-build__box {
  max-width: 1100px;
  padding: 76px 20px 98px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}
.new-build__fig {
  position: relative;
  display: block;
  width: calc(50% - 15px);
}
@media screen and (max-width: 700px) {
  .new-build__fig {
    width: 300px;
  }
}
.new-build__cap {
  position: absolute;
  right: 19px;
  bottom: -11px;
  z-index: 2;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}
.new-build__cap.game {
  background: #EF8585;
}
.new-build__cap.cg {
  background: #49BCBD;
}
.new-build__cap.manga {
  background: #6BBB6E;
}
.new-build__cap.design {
  background: #0086C9;
}
.new-build__cap img {
  display: block;
  width: auto;
  height: 30.6px;
  padding: 8px 14px 8px 23px;
}
.new-build__map {
  padding: 151px 20px 82px;
  text-align: right;
  background: rgba(70, 178, 231, 0.2392156863);
}
@media screen and (width <= 900px) {
  .new-build__map {
    padding: 50px 20px;
  }
}
.new-build__imgmap {
  display: block;
  max-width: 840px;
  margin: 0 auto;
}

.facility::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 96px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .facility::after {
    height: 10px;
    margin-top: 85px;
  }
}
.facility__tabs-out {
  border-bottom: 1px solid #1B143F;
}
.facility__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 980px;
  padding: 60px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .facility__tabs {
    gap: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 25px 0;
  }
}
.facility__tab {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 450px;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  padding: 16px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  cursor: pointer;
  background: rgba(27, 20, 63, 0.3);
  border-radius: 10px 10px 0 0;
}
@media screen and (width <= 900px) {
  .facility__tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.facility__tab.on {
  cursor: auto;
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .facility__tab.row1 {
    line-height: 40px;
  }
}
.facility__wrap {
  display: none;
  padding: 0 20px;
}
.facility__wrap.on {
  display: block;
}
.facility__main {
  max-width: 940px;
  padding-bottom: 19px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .facility__main {
    padding-bottom: 0;
  }
}
.facility__headline {
  padding: 24px 0;
  margin: 89px 0 60px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #1D1342;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (width <= 900px) {
  .facility__headline {
    margin: 50px 0 40px;
    font-size: 18px;
  }
}
.facility__head-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.0833333333;
  color: #000;
  text-align: center;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
}
@media screen and (width <= 900px) {
  .facility__head-text {
    font-size: 16px;
  }
}
.facility__head-under {
  display: inline-block;
  font-style: normal;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), color-stop(20%, #FCD12C), color-stop(40%, #FCD12C), color-stop(40%, transparent));
  background: -webkit-linear-gradient(bottom, transparent 20%, #FCD12C 20%, #FCD12C 40%, transparent 40%);
  background: linear-gradient(0deg, transparent 20%, #FCD12C 20%, #FCD12C 40%, transparent 40%);
}
.facility__head-text-add {
  padding-top: 11px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
@media screen and (width <= 900px) {
  .facility__head-text-add {
    font-size: 13px;
  }
}
.facility__box {
  padding: 0 70px 70px 100px;
  background: #E6E6E7;
}
@media screen and (width <= 900px) {
  .facility__box {
    padding: 0 20px 50px;
  }
}
.facility__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .facility__flex {
    display: block;
    max-width: 380px;
  }
}
.facility__flex_t55 {
  margin-top: 55px;
}
.facility__co {
  width: calc(50% - 20px);
}
@media screen and (width <= 900px) {
  .facility__co {
    width: auto;
  }
  .facility__co:nth-of-type(2) {
    margin-top: 40px;
  }
}
.facility__title {
  padding: 19px 0 10px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media screen and (width <= 900px) {
  .facility__title {
    font-size: 17px;
  }
}
.facility__text {
  max-width: 840px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000;
}
@media screen and (width <= 900px) {
  .facility__text {
    font-size: 13px;
  }
}
.facility__text_t24 {
  margin-top: 24px;
}
.facility__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}
.facility__ul li {
  line-height: 0;
}
.facility__ul li img {
  width: auto;
  height: 23px;
}
.facility__ul-maru {
  position: relative;
}
.facility__ul-maru li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000;
}
@media screen and (width <= 900px) {
  .facility__ul-maru li {
    font-size: 13px;
  }
}
.facility__ul-maru li::before {
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  content: "";
  background: #000;
  border-radius: 50%;
}
@media screen and (width <= 900px) {
  .facility__ul-maru li::before {
    width: 10px;
    height: 10px;
  }
}

.facility-new_ttl {
  padding: 15px 0;
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #900637;
}
.facility-new_ttl2 {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1a274b;
}
.facility-new_txt {
  padding: 40px 0;
  font-size: 18px;
  font-weight: bold;
  color: #900637;
  text-align: center;
}
.facility-new_txt2 {
  padding: 40px 0;
  font-size: 18px;
  font-weight: bold;
  color: #1a274b;
  text-align: center;
}