/*
 * WELAGO NPL Page v1.0
 * Copyright TO-ON Design
 * 制作 TO-ON Design
 */
 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap');

.npl_area {
  position: relative;
  width: 100%;
  height: 140vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
/*  background: url("../img/npl/npl_bg_image001.jpg") center/cover no-repeat; */
}


.npl_area:before {
  content:"";
  position:fixed;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:140vh;
  overflow: hidden;
  background: url("../img/npl/npl_bg_image001.jpg") top/cover no-repeat;
}

/*@media screen and (max-width: 767px) {
  .npl_area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} */

.npl_area .catch_copy {
  position: absolute;
  top: 45%;
  left: 22%;
  z-index: 999;
}

.vertical_text {
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  letter-spacing: 0.4rem;
  color: #000;
}

.layer {
  position: absolute;
  top: 40%; 
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  text-align: center;
}

.layer2 {
  position: absolute;
  top:  50%; 
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.layer3 {
  position: absolute;
  top: 45%; 
  left: 40%;
  transform: translateY(-45%) translateX(-40%);
  text-align: center;
}

.mv_logo {
  z-index: 4;
}

.mv_logo img {
  width: 430px;
  height: auto;
}

.npl_roots {
  z-index: 3;
}

.npl_roots img {
  width: 980px;
  height: auto;
}

.npl_block {
  z-index: 2;
}

.npl_block img {
  width: 380px;
  height: auto;
}

.layer,
.layer2,
.layer3 {
  will-change: transform;
}

/* ロゴ（中央） */
.layer.mv_logo {
  transform: translate(-50%, -50%) translate3d(0, var(--py, 0px), 0);
}

/* roots */
.layer2.npl_roots {
  transform: translate(-50%, -55%) translate3d(0, var(--py, 0px), 0);
}

/* block */
.layer3.npl_block {
  transform: translate(-50%, -55%) translate3d(0, var(--py, 0px), 0);
}

.layer.mv_logo,
.layer2.npl_roots,
.layer3.npl_block {
  will-change: transform, opacity;
  opacity: var(--op, 1);
}

.layer.mv_logo,
.layer2.npl_roots,
.layer3.npl_block {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

#npl-detail_area {
  position: relative;
  width: 100%;
  z-index: 1;
  color: #000;
}

#npl-detail_area h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.0rem;
  line-height: 4.3rem;
  letter-spacing: 0.2rem;
  margin: 20px 0 40px;
}

#npl-detail_area p {
  font-weight: 400;
  letter-spacing: 0.15rem;
}

.npl_message_area {
  width: 100%;
  padding: 100px 0 80px 0;
  min-height: 1050px;
  background: url("../img/npl/bk_shibafu001.jpg") left bottom 5%/60% no-repeat;
}

.npl_training_area {
  width: 100%;
  padding: 100px 0 80px 0;
  min-height: 850px;
  position: relative;
  background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
  background-size: 200px auto, 200px 200px, 500px 250px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, top 8% center, top right 5%;
}

.npl_training_area_visual {
  width: 100%;
  min-height: 700px;
  position: relative;
  background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
  background-size: 500px auto, 600px auto, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 5% center, left 2% bottom, right bottom;
}

.npl_incuvation_area {
  width: 100%;
  padding: 100px 0 80px 0;
  min-height: 850px;
  position: relative;
  background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
  background-size: 200px auto, 200px 200px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, top 8% center;
}

.npl_incuvation_area_visual {
  width: 100%;
  min-height: 900px;
  position: relative;
  background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
  background-size: 600px auto, 400px auto, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 5% top, left 5% bottom, left 25% bottom 20%;
}

.npl_event_area {
  width: 100%;
  padding: 100px 0 80px 0;
  min-height: 850px;
  position: relative;
  background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
  background-size: 200px auto, 200px 200px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, top 8% center;
}

.event_sub_area {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.event_sub_area h4 {
  font-weight: 900;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.2rem;
  margin: 20px 0 0;
}

.event_sub_area h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
  margin: 0 0 20px;
}

.event_sub_area p {
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.2rem;
}

.npl_partnership_area {
  width: 100%;
  padding: 100px 0 0 0;
  min-height: 850px;
  position: relative;
  background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
  background-size: 200px auto, 200px 200px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, top 8% center;
}

.npl_partnership_area_visual {
  width: 100%;
  min-height: 1000px;
  position: relative;
  background-image: url("../img/npl/bk_visual_partnership001.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media screen and (max-width: 1280px) {

  .npl_area .catch_copy {
    left: 17%;
  }

  .vertical_text {
    font-size: 2.6rem;
  }

}

@media screen and (max-width: 1080px) {

  .npl_area .catch_copy {
    left: 13%;
  }

  .vertical_text {
    font-size: 2.4rem;
  }

  .npl_message_area {
    padding: 70px 0 50px 0;
    min-height: 950px;
    background: url("../img/npl/bk_shibafu001.jpg") left bottom 5%/70% no-repeat;
  }

  .npl_training_area {
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
    background-size: 200px auto, 180px 180px, 400px 200px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, top 8% center, top right 5%;
  }

  .npl_training_area_visual {
    width: 100%;
    min-height: 700px;
    position: relative;
    background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
    background-size: 500px auto, 600px auto, 60%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 5% center, left bottom, right bottom;
  }

  .npl_incuvation_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
    background-size: 200px auto, 180px 180px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 8% center;
  }

  .npl_incuvation_area_visual {
    width: 100%;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
    background-size: 500px auto, 350px auto, 60%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right 5% top, left 5% bottom, left 25% bottom 20%;
  }

  .npl_event_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
    background-size: 200px auto, 180px 180px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 8% center;
  }

  .npl_partnership_area {
    width: 100%;
    padding: 70px 0 0 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
    background-size: 200px auto, 180px 180px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area_visual {
    width: 100%;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_visual_partnership001.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

}


@media screen and (max-width: 992px) {
  .npl_message_area {
    padding: 70px 0 50px 0;
    min-height: 950px;
    background: url("../img/npl/bk_shibafu001.jpg") left bottom 5%/70% no-repeat;
  }

  .npl_training_area {
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
    background-size: 180px auto, 180px 180px, 350px 175px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, top 5% center, top right 5%;
  }

  .npl_training_area_visual {
    width: 100%;
    min-height: 700px;
    position: relative;
    background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
    background-size: 450px auto, 500px auto, 70%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 5% center, left bottom, right bottom;
  }

  .npl_incuvation_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
    background-size: 180px auto, 180px 180px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_incuvation_area_visual {
    width: 100%;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
    background-size: 400px auto, 350px auto, 70%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right 5% top, left 5% bottom, left 25% bottom 25%;
  }

  .npl_event_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
    background-size: 180px auto, 180px 180px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area {
    width: 100%;
    padding: 70px 0 0 0;
    min-height: 800px;
    position: relative;
    background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
    background-size: 180px auto, 180px 180px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area_visual {
    width: 100%;
    min-height: 750px;
    position: relative;
    background-image: url("../img/npl/bk_visual_partnership001.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

}

@media screen and (max-width: 940px) {

  .mv_logo img {
    width: 350px;
    height: auto;
  }

  .npl_roots img {
    width: 795px;
    height: auto;
  }

  .npl_block img {
    width: 308px;
    height: auto;
  }

  .npl_message_area {
    padding: 70px 0 50px 0;
    min-height: 950px;
    background: url("../img/npl/bk_shibafu001.jpg") left bottom 5%/80% no-repeat;
  }

  .npl_training_area {
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
    background-size: 150px auto, 150px 150px, 300px 150px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, top 5% center, top right 5%;
  }

  .npl_training_area_visual {
    width: 100%;
    min-height: 700px;
    position: relative;
    background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
    background-size: 450px auto, 500px auto, 80%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 5% left 10%, left bottom, right bottom;
  }

  .npl_incuvation_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
    background-size: 150px auto, 150px 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_incuvation_area_visual {
    width: 100%;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
    background-size: 400px auto, 350px auto, 80%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right 5% top, left 5% bottom, left 25% bottom 25%;
  }

  .npl_event_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 750px;
    position: relative;
    background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
    background-size: 150px auto, 150px 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area {
    width: 100%;
    padding: 70px 0 0 0;
    min-height: 700px;
    position: relative;
    background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
    background-size: 150px auto, 150px 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area_visual {
    width: 100%;
    min-height: 650px;
    position: relative;
    background-image: url("../img/npl/bk_visual_partnership001.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

}

@media screen and (max-width: 767px) {

  .npl_area {
    height: 100vh;
  }


  .npl_area:before {
    height:100vh;
  }

  .npl_area .catch_copy {
    left: 10%;
  }

  .vertical_text {
    font-size: 2.0rem;
  }

  .mv_logo img {
    width: 300px;
    height: auto;
  }

  .npl_roots img {
    width: 675px;
    height: auto;
  }

  .npl_block img {
    width: 262px;
    height: auto;
  }

  #npl-detail_area h3 {
    font-size: 3.0rem;
    line-height: 3.3rem;
  }

  #npl-detail_area p {
    font-size: 1.4rem;
  }

  .npl_message_area,
  .npl_training_area,
  .npl_incuvation_area,
  .npl_event_area,
  .npl_partnership_area {
    padding: 0 40px;
  }

  .npl_message_area {
    padding: 70px 0 50px 0;
    min-height: 900px;
    background: url("../img/npl/bk_shibafu001.jpg") left bottom 10%/100% no-repeat;
  }

  .npl_training_area {
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
    background-size: 120px auto, 150px 150px, 250px 125px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, top 5% center, top right 5%;
  }

  .npl_training_area_visual {
    width: 100%;
    min-height: 700px;
    position: relative;
    background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
    background-size: 450px auto, 500px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 3% center, left top 10%, center bottom 5%;
  }

  .npl_incuvation_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
    background-size: 120px auto, 150px 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_incuvation_area_visual {
    width: 100%;
    min-height: 800px;
    position: relative;
    background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
    background-size: 300px auto, 350px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right 5% top, left 5% bottom, center bottom 25%;
  }

  .npl_event_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 750px;
    position: relative;
    background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
    background-size: 120px auto, 150px 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area {
    width: 100%;
    padding: 70px 0 0 0;
    min-height: 700px;
    position: relative;
    background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
    background-size: 120px auto, 150px 150px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area_visual {
    width: 100%;
    min-height: 650px;
    position: relative;
    background-image: url("../img/npl/bk_visual_partnership001.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

}

@media screen and (max-width: 600px) {

  .layer3 {
    top: 45%; 
    left: 30%;
    transform: translateY(-45%) translateX(-30%);
    text-align: center;
  }

  .mv_logo img {
    width: 250px;
    height: auto;
  }

  .npl_roots img {
    width: 560px;
    height: auto;
  }

  .npl_block img {
    width: 217px;
    height: auto;
  }

  #npl-detail_area h3 {
    font-size: 3.0rem;
    line-height: 3.3rem;
  }

  #npl-detail_area p {
    font-size: 1.5rem;
  }

  .npl_message_area,
  .npl_training_area,
  .npl_incuvation_area,
  .npl_event_area,
  .npl_partnership_area {
    padding: 0 40px;
  }

  .npl_message_area {
    padding: 0;
    min-height: 700px;
    background: url("../img/npl/bk_shibafu001.jpg") left bottom 10%/100% no-repeat;
  }

  .npl_training_area {
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
    background-size: 120px auto, 120px 120px, 200px 100px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, top 5% center, top right 5%;
  }

  .npl_training_area_visual {
    width: 100%;
    min-height: 600px;
    position: relative;
    background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
    background-size: 400px auto, 400px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 3% center, left top 10%, center bottom 20%;
  }

  .npl_incuvation_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
    background-size: 120px auto, 120px 120px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_incuvation_area_visual {
    width: 100%;
    min-height: 700px;
    position: relative;
    background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
    background-size: 300px auto, 350px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right 5% top, left 5% bottom, center bottom 25%;
  }

  .npl_event_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 750px;
    position: relative;
    background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
    background-size: 120px auto, 120px 120px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area {
    width: 100%;
    padding: 40px 0 0 0;
    min-height: 500px;
    position: relative;
    background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
    background-size: 120px auto, 120px 120px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area_visual {
    width: 100%;
    min-height: 500px;
    position: relative;
    background-image: url("../img/npl/bk_visual_partnership001.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

}

@media screen and (max-width: 500px) {

  .npl_area .catch_copy {
    left: 0%;
  }

  .npl_message_area {
    padding: 0;
    min-height: 550px;
    background: url("../img/npl/bk_shibafu001.jpg") left bottom 10%/100% no-repeat;
  }

  .npl_training_area {
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
    background-size: 120px auto, 120px 120px, 180px 90px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, top 5% center, top right 5%;
  }

  .npl_training_area_visual {
    width: 100%;
    min-height: 450px;
    position: relative;
    background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
    background-size: 300px auto, 300px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 3% center, left top 10%, center bottom 20%;
  }

  .npl_incuvation_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 850px;
    position: relative;
    background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
    background-size: 120px auto, 120px 120px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_incuvation_area_visual {
    width: 100%;
    min-height: 550px;
    position: relative;
    background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
    background-size: 250px auto, 250px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right 5% top, left 5% bottom, center bottom 20%;
  }

  .npl_event_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 500px;
    position: relative;
    background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
    background-size: 120px auto, 120px 120px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area {
    width: 100%;
    padding: 40px 0 0 0;
    min-height: 500px;
    position: relative;
    background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
    background-size: 120px auto, 120px 120px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area_visual {
    width: 100%;
    min-height: 400px;
    position: relative;
    background-image: url("../img/npl/bk_visual_partnership001.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}

@media screen and (max-width: 400px) {

  .npl_training_area {
    padding: 70px 0 50px 0;
    min-height: 800px;
    position: relative;
    background-image: url("../img/npl/bk_title_training001.svg"), url("../img/npl/bk_title_tsumugu001.svg"), url("../img/npl/bk_bird001.svg");
    background-size: 100px auto, 100px 100px, 150px 75px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, top 5% center, top right 5%;
  }

  .npl_training_area_visual {
    width: 100%;
    min-height: 400px;
    position: relative;
    background-image: url("../img/npl/bk_visual_training001.svg"), url("../img/npl/bk_visual_training003.svg"), url("../img/npl/bk_visual_training002.jpg");
    background-size: 250px auto, 250px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 3% center, left top 10%, center bottom 20%;
  }

  .npl_incuvation_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 800px;
    position: relative;
    background-image: url("../img/npl/bk_title_incuvation001.svg"), url("../img/npl/bk_title_hiraku001.svg");
    background-size: 100px auto, 100px 100px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_incuvation_area_visual {
    width: 100%;
    min-height: 400px;
    position: relative;
    background-image: url("../img/npl/bk_visual_incuvation001.svg"), url("../img/npl/bk_visual_incuvation002.svg"), url("../img/npl/bk_visual_incuvation003.jpg");
    background-size: 200px auto, 200px auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right 5% top, left 5% bottom, center bottom 20%;
  }

  .npl_event_area {
    width: 100%;
    padding: 70px 0 50px 0;
    min-height: 500px;
    position: relative;
    background-image: url("../img/npl/bk_title_event001.svg"), url("../img/npl/bk_title_hibiku001.svg");
    background-size: 100px auto, 100px 100px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area {
    width: 100%;
    padding: 40px 0 0 0;
    min-height: 350px;
    position: relative;
    background-image: url("../img/npl/bk_title_partnership001.svg"), url("../img/npl/bk_title_tomoni001.svg");
    background-size: 100px auto, 100px 100px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, top 5% center;
  }

  .npl_partnership_area_visual {
    width: 100%;
    min-height: 250px;
    position: relative;
    background-image: url("../img/npl/bk_visual_partnership001.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

}