@charset "UTF-8";

/* =================================================================
	nwpv_enbu
================================================================= */

img {
 image-rendering: -webkit-optimize-contrast;
}

#nwpv_enbu #enbu_wrap {
  background: url("../img/enbudaki/enbu_bg.jpg") no-repeat center;
  background-size: cover;
}

/*---------------------------------
  enbu_visu
---------------------------------*/

#nwpv_enbu #enbu_visual {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#nwpv_enbu #enbu_visual::after {
  content: "";
  display: block;
  clear: both;
}

#nwpv_enbu #enbu_visual .visual_lead {
  background: url("../img/enbudaki/visual_lead.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwpv_enbu #enbu_visual .visual_logo {
  background: url("../img/enbudaki/visual_logo.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwpv_enbu #enbu_visual .visual_notes {
  text-align: center;
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwpv_enbu #enbu_visual {
    height: 750px;
    background-image: url("../img/enbudaki/visual_bg.jpg");
  }
  
  #nwpv_enbu #enbu_visual .visual_lead {
    width: 518px;
    height: 44px;
    margin: 100px 7px 88px 0;
    float: right;
  }

  #nwpv_enbu #enbu_visual .visual_logo {
    width: 438px;
    height: 184px;
    margin: 0 42px 56px 0;
    float: right;
    clear: both;
  }
  
  #nwpv_enbu #enbu_visual .visual_text {
    width: 449px;
    height: 83px;
    margin-right: 44px;
    background: url("../img/enbudaki/visual_text.png") no-repeat center;
    background-size: contain;
    float: right;
    clear: both;
  }
  
  #nwpv_enbu #enbu_visual .visual_notes {
    margin-right: -283px;
    position: absolute;
    right: 50%;
    top: 162px;
    clear: both;
    font-size: 14px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_enbu #enbu_visual {
    height: 460px;
    padding: 40px 15px;
    box-sizing: border-box;
    background-image: url("../img/enbudaki/visual_bg_sp.jpg");
  }
  
  #nwpv_enbu #enbu_visual .visual_lead {
    width: 240px;
    height: 22px;
    margin: 0 auto 10px;
  }

  #nwpv_enbu #enbu_visual .visual_logo {
    width: 220px;
    height: 92px;
    margin: 0 auto 25px;
  }
  
  #nwpv_enbu #enbu_visual .visual_text p {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  
  #nwpv_enbu #enbu_visual .visual_notes {
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #000;
  }
}

/*---------------------------------
  enbu_title
---------------------------------*/

#nwpv_enbu #enbu_title .title_logo {
  background: url("../img/enbudaki/title_logo.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwpv_enbu #enbu_title .title_text {
  display: flex;
}
  
#nwpv_enbu #enbu_title .title_text dt {
  white-space: nowrap;
}
  
/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwpv_enbu #enbu_title {
    height: 750px;
    position: relative;
  }
  
  #nwpv_enbu #enbu_title .title_lead {
    width: 419px;
    height: 86px;
    margin-left: -546px;
    background: url("../img/enbudaki/title_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 170px;
  }
  
  #nwpv_enbu #enbu_title .title_logo {
    width: 430px;
    height: 128px;
    margin-left: -608px;
    position: absolute;
    left: 50%;
    top: 318px;
  }
  
  #nwpv_enbu #enbu_title .title_img {
    width: 704px;
    margin-right: -597px;
    position: absolute;
    right: 50%;
    top: 32px;
  }
  
  #nwpv_enbu #enbu_title .title_text {
    margin-left: -569px;
    position: absolute;
    left: 50%;
    top: 548px;
    font-size: 14px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_enbu #enbu_title {
    padding: 40px 15px;
  }
  
  #nwpv_enbu #enbu_title .title_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  
  #nwpv_enbu #enbu_title .title_logo {
    width: 280px;
    height: 83px;
    margin: 0 auto 30px;
  }
  
  #nwpv_enbu #enbu_title .title_img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}

/*---------------------------------
  enbu_point
---------------------------------*/

/* point01 */
#nwpv_enbu #enbu_point .point_body .point_sec1 {
  position: relative;
}

#nwpv_enbu #enbu_point .point_body .point_sec1::before,
#nwpv_enbu #enbu_point .point_body .point_sec1::after {
  content: "";
  display: block;
  position: absolute;
}

#nwpv_enbu #enbu_point .point_body .point_sec_header {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#nwpv_enbu #enbu_point .point_body .point_sec1 .point_sec_header {
  background-color: #4c4848;
}

#nwpv_enbu #enbu_point .point_body .point_sec2 .point_sec_header {
  background-color: #2e5426;
}

#nwpv_enbu #enbu_point .point_body .point_sec_body {
  background-color: #fff;
  text-align: center;
}




/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwpv_enbu #enbu_point {
  }
  
  /* point01 */
  #nwpv_enbu #enbu_point #enbu_point01 {
    margin-bottom: 95px;
  }
  
  #nwpv_enbu #enbu_point .point_body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec1 {
    width: 310px;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec1::before,
  #nwpv_enbu #enbu_point .point_body .point_sec1::after {
    top: 50%;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec1::before {
    width: 28px;
    height: 48px;
    margin-top: -24px;
    background-color: #2e5426;
    right: -17px;
  }

  #nwpv_enbu #enbu_point .point_body .point_sec1::after {
    width: 0;
    height: 0;
    margin-top: -48px;
    border-style: solid;
    border-width: 48px 0 48px 25px;
    border-color: transparent transparent transparent #2e5426;
    right: -42px;
}
  
  #nwpv_enbu #enbu_point .point_body .point_sec2 {
    width: 620px;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec_header {
    font-size: 16px;
    line-height: 1.875;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec_body {
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec_body p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec1 .point_sec_body p {
    margin-bottom: 38px;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec2 .point_sec_body p {
    margin-bottom: 8px;
  }
  
  #nwpv_enbu #enbu_point #enbu_point01 .point_notes {
    font-size: 14px;
    line-height: 20px;
  }
  
  /* point02 */
  #nwpv_enbu #enbu_point #enbu_point02 {
    padding-bottom: 180px;
  }
  
  #nwpv_enbu #enbu_point #enbu_point02 .point_title {
    width: 180px;
    margin-bottom: 30px;
  }
  
  #nwpv_enbu #enbu_point #enbu_point02 .point_wrap {
    display: flex;
    justify-content: space-between;
  }
  
  #nwpv_enbu #enbu_point #enbu_point02 .point_inner {
    width: 465px;
  }
  
  #nwpv_enbu #enbu_point #enbu_point02 .point_lead {
    width: 278px;
    height: 130px;
    margin-bottom: 32px;
    background: url("../img/enbudaki/point_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_enbu #enbu_point #enbu_point02 .point_img {
    width: 460px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_enbu #enbu_point {
    padding: 0 15px 40px;
  }
  
  /* point01 */
  #nwpv_enbu #enbu_point #enbu_point01 {
    margin-bottom: 40px;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec1 {
    margin-bottom: 40px;
  }

  #nwpv_enbu #enbu_point .point_body .point_sec1::before,
  #nwpv_enbu #enbu_point .point_body .point_sec1::after {
    margin: auto;
    left: 0;
    right: 0;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec1::before {
    width: 30px;
    height: 20px;
    background-color: #2e5426;
    bottom: -10px;
  }

  #nwpv_enbu #enbu_point .point_body .point_sec1::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #2e5426 transparent transparent transparent;
    bottom: -30px;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec_header {
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec_body {
    padding: 15px 15px 25px;
  }
  
  #nwpv_enbu #enbu_point .point_body .point_sec_body p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwpv_enbu #enbu_point #enbu_point01 .point_notes {
    padding: 0 15px 20px;
    background-color: #fff;
  }
  
  /* point02 */
  #nwpv_enbu #enbu_point #enbu_point02 .point_title {
    width: 120px;
    margin-bottom: 20px;
  }
  
  #nwpv_enbu #enbu_point #enbu_point02 .point_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }
  
  #nwpv_enbu #enbu_point #enbu_point02 .point_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
}
