@charset "UTF-8";

/* コンテンツ共通
-------------------------------------------*/
:root{
  --txt-achieveicon-width-smt: min(12.5vw, 48px);
}
/*パンくず幅調整*/
@media (min-width: 768px) {
.nav-breadcrumb {
  margin: 0 auto;
  padding: 14px 16px;
  max-width: 1184px;
  width: auto;
}
}


@media (min-width: 768px) {
.nwpr-manifesto .inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
}

.nwpr-manifesto h2{
  text-align: center;
}

.nwpr-manifesto h2 .sub-ttl{
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .nwpr-manifesto h2 .nwpr-manifesto-detail-ttl-year {
    margin-left: 20px;
  }
  .nwpr-manifesto h2 .nwpr-manifesto-detail-ttl-year img{
    width: 132px;
  }
}

@media (max-width: 767px) {
  .nwpr-manifesto h2 .nwpr-manifesto-detail-ttl-year {
    display: block;
    margin-top: 13px;
  }
  .nwpr-manifesto h2 .nwpr-manifesto-detail-ttl-year img{
    width: 27.5%;
  }
}

.nwpr-manifesto p{
  font-size: clamp(1.344rem, 1.25rem + 0.4vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 767px) {
  .nwpr-manifesto .inner{
    padding: 0 30px;
  }
}

.nwpr-manifesto-detail-block{
  max-width: 885px;
  margin: 0 auto;
  padding: 40px;
}

@media (max-width: 767px) {
  .nwpr-manifesto-detail-block{
    width: 100%;
    padding: 20px 10px;
  }
}

.nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list{
  font-size: clamp(1.2rem, 2vh, 2.0rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-txt-inner{
  display: flex;
  align-items: center;
}

.nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-example-txt{
  display: block;
  text-indent: -3em;
}


.nwpr-manifesto-detail .nwpr-manifesto-detail-photo{
  margin-bottom: 0;
}

.nwpr-manifesto-detail .nwpr-manifesto-detail-photo figcaption{
  font-size: clamp(1.125rem, 0.9225rem + 0.74vw, 1.6rem);
  line-height: 1.68;
  margin-top: 5px;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .nwpr-manifesto-detail{
    display: flex;
    max-width: 885px;
    margin: 40px auto 0;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists{
    max-width: 630px;
    width: 71.19%;
    margin-left: 5.0848%;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list{
    padding-left: 10px;
    border-left: 10px solid #CC0033;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list:not(:has(.nwpr-manifesto-detail-icon)){
    padding-left: 20px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list + .nwpr-manifesto-detail-list{
    margin-top: 20px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-txt-inner .nwpr-manifesto-detail-icon{
    padding-right: 10px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-txt-inner .nwpr-manifesto-detail-icon img{
    width: auto;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list  .nwpr-manifesto-detail-txt.nwpr-manifesto-detail-icon-align{
    padding-left: 48px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-example-txt{
    padding-left: calc(58px + 3em);
    /* padding-left: 3em; */
  }

}

@media (max-width: 767px) {
  .nwpr-manifesto h2 > img{
    width: 100%;
  }

  .nwpr-manifesto-detail{
    margin-top: 15px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-photo{
    width: 42%;
    margin: 0 auto 20px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-photo figcaption{
    min-width: 84px;
    letter-spacing: 0;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-photo > img{
    width: 100%;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list{
    padding-left: 8px;
    border-left: 5px solid #CC0033;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list:not(:has(.nwpr-manifesto-detail-icon)){
    padding-left: 8px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list + .nwpr-manifesto-detail-list{
    margin-top: 10px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-txt-inner .nwpr-manifesto-detail-icon{
    width: var(--txt-achieveicon-width-smt);
    padding-right: 8px;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-txt-inner .nwpr-manifesto-detail-txt{
    width: calc(100% - (var(--txt-achieveicon-width-smt) + 8px));
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list:not(:has(.nwpr-manifesto-detail-icon)) .nwpr-manifesto-detail-txt-inner .nwpr-manifesto-detail-txt{
    width: 100%;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-txt-inner .nwpr-manifesto-detail-icon img{
    width: 100%;
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list  .nwpr-manifesto-detail-txt.nwpr-manifesto-detail-icon-align{
    padding-left: calc((var(--txt-achieveicon-width-smt)));
  }

  .nwpr-manifesto-detail .nwpr-manifesto-detail-lists .nwpr-manifesto-detail-list .nwpr-manifesto-detail-example-txt{
    padding-left: calc(var(--txt-achieveicon-width-smt) + 3em);
    /* padding-left: 3em; */
  }

}

/* mv-area
-------------------------------------------*/
.mv-area{
  position: relative;
  width: 100%;
  height: 100%;
}

.mv-area > img{
  width: 100%;
}

.mv-year {
  --w: 196px;
  width: var(--w);
  margin: 0 auto;
  font-size: clamp(3.6rem, 3.5vw, 5.4rem);
  color: #fff;
  text-align: center;
  background-color: #07659C;
}
@media (max-width: 767px) {
  .mv-year {
    --w: 30%;
    width: var(--w);
    font-size: 4.2vw;
  }
}
.mv-year img{
  width: 100%;
}

.mv-ttl-area{
  position: absolute;
  top: 59%;
  width: 100%;
  display: block;
  text-align: center;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .mv-area{
    aspect-ratio: 7 / 2;
  }
}
@media (max-width: 767px) {
  .mv-ttl-area{
    top: 48%;
  }
}

.mv-area .mv-ttl{
  width: 740px;
  margin: 0 auto;
}
.mv-area .mv-ttl > img{
  width: 100%;
}

@media (max-width: 767px) {
  .mv-area{
    top: 50%;
    aspect-ratio: 375 / 253;
  }
  .mv-area .mv-ttl{
    width: 68.05%;
    height: 100%;
    aspect-ratio: 509 / 139;
  }
}


/* nwpr-manifesto-result
-------------------------------------------*/

.nwpr-manifesto-ttl-sec + .nwpr-manifesto-sec {
  padding-top: 60px;
}

.nwpr-manifesto-result {
  max-width: 885px;
  margin: 0 auto;
  padding: 40px;
  line-break: anywhere;
  background-color: #fff;
}
.nwpr-manifesto-result.latest {
  width: 908px;
  padding: 40px 25px;
}
@media (max-width: 767px) {
  .nwpr-manifesto-result {
    width: 100%;
    padding: 24px;
  }
}

.nwpr-manifesto-result p {
  margin-bottom: 0;
  line-height: 1.7em;
}
.nwpr-manifesto-result p + p {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .nwpr-manifesto-result p {
    text-align: left;
  }
}

.nwpr-manifesto-result-state {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .nwpr-manifesto-result-state {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* nwpr-manifesto-border-btn
-------------------------------------------*/
.nwpr-manifesto-result p + .nwpr-manifesto-border-btn {
  margin-top: 18px;
}

.nwpr-manifesto-border-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(100px, 100%, 346px);
  margin: 0 auto;
  padding: 10px 28px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  opacity: 1;
  transition: all 0.3s ease;
}
.nwpr-manifesto-border-btn:visited,
.nwpr-manifesto-border-btn:focus,
.nwpr-manifesto-border-btn:focus-visible {
  text-decoration: none;
  color: #000;
} 
.nwpr-manifesto-border-btn:hover {
  color: #CC0033;
  border: 1px solid #CC0033;
}
.nwpr-manifesto-border-btn::after {
  --size: 10px;
  content: "";
  position: absolute;
  right: 16px;
  display: block;
  width: var(--size);
  height: var(--size);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.nwpr-manifesto-border-btn:hover::after {
  border-bottom: 1px solid #CC0033;
  border-right: 1px solid #CC0033;
}
@media (max-width: 767px) {
  .nwpr-manifesto-border-btn {
    justify-content: center;
    width: 100%;
    padding: 10px 30px 10px 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .nwpr-manifesto-border-btn::after {
    --size: 6px;
    right: 10px;
  }
}

/* nwpr-manifesto-head-txt
-------------------------------------------*/
.nwpr-manifesto-head-txt {
  font-size: 5.0rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .nwpr-manifesto-head-txt {
    font-size: clamp(1.2rem, 7.5vw, 5.0rem);
  }
}

/* nwpr-manifesto-back-number
-------------------------------------------*/
.nwpr-manifesto-back-number {
  --margin-r: 40px;
  --margin-b: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 845px;
  margin: 0 auto;
}
.nwpr-manifesto-back-number-item {
  width: calc( (100% - (var(--margin-r)*2))/3 );
  margin-right: var(--margin-r);
  margin-bottom: var(--margin-b);
}
.nwpr-manifesto-back-number-item:nth-child(3n) {
  margin-right: 0;
}
.nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3),
.nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(2),
.nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(1),
.nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(2),
.nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(1),
.nwpr-manifesto-back-number-item:nth-last-child(3):nth-child(1),
.nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3n+3),
.nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3n+2),
.nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3n+1),
.nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(3n+2),
.nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(3n+3),
.nwpr-manifesto-back-number-item:nth-last-child(3):nth-child(3n+1) {
  margin-bottom: 0;
}
.nwpr-manifesto-back-number-item .nwpr-manifesto-border-btn {
  padding: 14px 20px;
  justify-content: center;
  transition: all 0.3s ease;
}
.nwpr-manifesto-back-number-item .nwpr-manifesto-border-btn:visited {
  color: #000;
}
.nwpr-manifesto-back-number-item .nwpr-manifesto-border-btn:hover {
  color: #CC0033;
}
.nwpr-manifesto-back-number-item .nwpr-manifesto-border-btn::after {
  content: none;
}
@media (max-width: 767px) {
  .nwpr-manifesto-back-number {
    width: 100%;
  }
  .nwpr-manifesto-back-number-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--margin-b);
  }
  .nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3),
  .nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(2),
  .nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(1),
  .nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(2),
  .nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(1),
  .nwpr-manifesto-back-number-item:nth-last-child(3):nth-child(1),
  .nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3n+3),
  .nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3n+2),
  .nwpr-manifesto-back-number-item:nth-last-child(1):nth-child(3n+1),
  .nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(3n+2),
  .nwpr-manifesto-back-number-item:nth-last-child(2):nth-child(3n+3),
  .nwpr-manifesto-back-number-item:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: var(--margin-b);
  }
  .nwpr-manifesto-back-number-item:nth-last-child(1):last-child {
    margin-bottom: 0;
  }
}



/* nwpr-manifesto-all
-------------------------------------------*/
.nwpr-manifesto-sec{
  
}

.nwpr-manifesto-sec:has(.nwpr-manifesto-all){
  background: linear-gradient(#f3f3f3 0%, #eee 47.29%, #d9d9d9 100%);
}


.nwpr-manifesto-all h2{
  border-bottom: 3px solid #000000;
}

@media (min-width: 768px) {
  .nwpr-manifesto-sec{
    padding: 98px 0;
  }

  .nwpr-manifesto-all h2{
    max-width: 885px;
    padding-bottom: 40px;
    margin: 0 auto;
  }

  .nwpr-manifesto-all h2 img{
    width: 446px;
  }
}

@media (max-width: 767px) {
  .nwpr-manifesto-sec{
    padding: 36px 0;
  }
  .nwpr-manifesto-all h2{
    padding-bottom: 15px;
  }
  .nwpr-manifesto-all h2 img{
    width: calc(100% - 26px);
  }
}

/* nwpr-manifesto-map-area
-------------------------------------------*/
.nwpr-manifesto-map-area{
  background-color: #F3F3F3;
}

.nwpr-manifesto-map-area ul{
  position: relative;
  width: 100%;
  height: 100%;
}

.nwpr-manifesto-map-area ul li{
  position: absolute;
  top: 0;
  left: 0;
}

.nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn{
  display: flex;
  width: 100%;
  border: 2px solid #000000;
  background: #FFFFFF;
  border-radius: 22px;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.634rem + 1.56vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.68;
}

.nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn::before {
  display: block;
  content: '達成';
  font-size: 0;
  aspect-ratio: 1/1;
  height: 100%;
  background: url(/area/nwpr/manifesto/images/icon_nwpr_manifesto_achieve.svg) no-repeat center / contain;
  position: absolute;
}


@media (min-width: 1101px) {
  .nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn::before {
    width: min(30%, 37px);
    top: -15px;
    left: 3px;
  }
}

@media (max-width: 1100px) {
  .nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn::before {
    top: -15px;
    left: -20px;
  }
}


@media (max-width: 767px) {
  .nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn::before {
    width: min(49%, 30px);
    height: auto;
    position: absolute;
    top: -14px;
    left: -17px;
  }
}

.nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn:hover,
.nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn:focus{
  transform: scale(1.1);
  transition: 0.3s;
}


.nwpr-manifesto-map-area ul li .nwpr-manifesto-modal-btn img{
  width: 100%;
}

@media (min-width: 768px) {
  .nwpr-manifesto-map-area{
    margin-top: 60px;
    margin-bottom: 57px;
    padding: 53px 108px 90px 108px;
  }
  .nwpr-manifesto-map-area ul{
    aspect-ratio: 255 / 223;
    background: url(/area/nwpr/manifesto/images/img_nwpr_manifesto_map_pc.svg) center top / contain no-repeat;
  }
  .nwpr-manifesto-map-area ul li{
    width: min(16.96% , 150px);
  }

  .nwpr-manifesto-map-area ul li.hokkaido{
    margin-top: 1.69%;
    margin-left:  max(438 / 884 * 100%, 300px);
  }

  .nwpr-manifesto-map-area ul li.tohoku{
    margin-top: max(310 / 757 * 100%, 258px);
    margin-left: max(680 / 884 * 100%, 500px);
  }

  .nwpr-manifesto-map-area ul li.syutoken{
    margin-top: max(420 / 757 * 100%, 354px);
    margin-left: max(640 / 884 * 100%, 470px);
  }

  .nwpr-manifesto-map-area ul li.kanshinetsu{
    margin-top: max(488 / 757 * 100%, 410px);
    margin-left: max(560 / 884 * 100%, 416px);
  }

  .nwpr-manifesto-map-area ul li.tokai{
    margin-top: max(530 / 757 * 100%, 190px);
    margin-left: max(344 / 884 * 100%, 230px);
  }

  .nwpr-manifesto-map-area ul li.hokuriku{
    margin-top: max(230 / 757 * 100%, 180px);
    margin-left: max(344 / 884 * 100%, 234px);
  }

  .nwpr-manifesto-map-area ul li.kansai{
    margin-top: max(290 / 757 * 100%, 240px);
    margin-left: max(238 / 884 * 100%, 154px);
  }

  .nwpr-manifesto-map-area ul li.kansai{
    margin-top: max(290 / 757 * 100%, 240px);
    margin-left: max(238 / 884 * 100%, 154px);
  }

  .nwpr-manifesto-map-area ul li.chugoku{
    margin-top: max(360 / 757 * 100%, 300px);
    margin-left: max(104 / 884 * 100%, 64px);
  }

  .nwpr-manifesto-map-area ul li.shikoku{
    margin-top: max(590 / 757 * 100%, 500px);
    margin-left: max(224 / 884 * 100%, 144px);
  }

  .nwpr-manifesto-map-area ul li.kyusyu{
    margin-top: max(650 / 757 * 100%, 550px);
    margin-left: max(82 / 884 * 100%, 18px);
  }

}

@media (max-width: 767px) {
  .nwpr-manifesto-map-area{
    margin: 35px -30px 37px;
    width: calc(100% + 60px);
    padding: 34px 30px 32px;
  }

  .nwpr-manifesto-map-area ul{
    aspect-ratio: 657 / 592;
    background: url(/area/nwpr/manifesto/images/img_nwpr_manifesto_map_smt.svg) center top / contain no-repeat;
  }

  .nwpr-manifesto-map-area ul li{
    width: min(20.29%, 124px);
  }

  .nwpr-manifesto-map-area ul li.hokkaido{
    margin-top: -2%;
    margin-left: calc(356 / 650* 100%);
  }

  .nwpr-manifesto-map-area ul li.tohoku{
    margin-top: calc(230 / 566 * 100%);
    margin-left: calc(500 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.syutoken{
    margin-top: calc(302 / 566 * 100%);
    margin-left: calc(460 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.kanshinetsu{
    margin-top: calc(374 / 566 * 100%);
    margin-left: calc(440 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.tokai{
    margin-top: calc(438 / 566 * 100%);
    margin-left: calc(380 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.hokuriku{
    margin-top: calc(136 / 566 * 100%);
    margin-left: calc(250 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.kansai{
    margin-top: calc(200 / 566 * 100%);
    margin-left: calc(210 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.chugoku{
    margin-top: calc(268 / 566 * 100%);
    margin-left: calc(20 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.shikoku{
    margin-top: calc(460 / 566 * 100%);
    margin-left: calc(170 / 650 * 100%);
  }

  .nwpr-manifesto-map-area ul li.kyusyu{
    margin-top: calc(500 / 566 * 100%);
    margin-left: calc(12 / 650 * 100%);
  }
}

/* nwpr-manifesto-modal nwpr-manifesto-slider-item
-------------------------------------------*/
#nwprManifestoModal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8010;
}

#nwprManifestoModal.active{
  visibility: visible;
  opacity: 1;
}



.nwpr-manifesto-slider{
  padding-bottom: 0;
}

.slick-track{
  display: flex;
}

.nwpr-manifesto-slider .slick-arrow {
  opacity: 1;
  z-index: 10000;
}

.nwpr-manifesto-slider .slick-arrow.slick-disabled{
  display: none!important;
}


.nwpr-manifesto-slider .slick-prev::before {
  content: '';
  background-image: url(/area/nwpr/manifesto/images/icon_nwpr_manifesto_prev_arrow.svg);
  display:block;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}


.nwpr-manifesto-slider .slick-next::before {
  content: '';
  background-image: url(/area/nwpr/manifesto/images/icon_nwpr_manifesto_next_arrow.svg);
  display:block;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.nwpr-manifesto-slider-item{
  background-color: #FFFFFF;
  position: relative;
}

.nwpr-manifesto-slider-item h3{
  text-align: center;
  background: #CC0033;
  color: #FFFFFF;
  font-size: clamp(2rem, 1.268rem + 3.12vw, 3.0rem);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  padding: 5px 0;
}

.nwpr-manifesto-slider-item .address{
  text-align: center;
  font-size: clamp(1.2rem, 1.054rem + 0.62vw, 1.6rem);
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.nwpr-manifesto-modal-close-btn-wrap{
  position: absolute;
  text-align: center;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.nwpr-manifesto-modal-close-btn{
  font-size: clamp(1.125rem, 0.951rem + 0.74vw, 1.6rem);
  letter-spacing: 0.04em;
  line-height: 1.68;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  transition: all 0.3s ease;
}

.nwpr-manifesto-modal-close-btn:hover,
.nwpr-manifesto-modal-close-btn:focus{
  color: #CC0033;
  border-bottom: none;
}


.close-icon {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 2px;
}

.close-icon::before, .close-icon::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #000000;
}

.nwpr-manifesto-modal-close-btn:hover .close-icon::before,
.nwpr-manifesto-modal-close-btn:hover .close-icon::after,
.nwpr-manifesto-modal-close-btn:focus .close-icon::before,
.nwpr-manifesto-modal-close-btn:focus .close-icon::after{
  background: #CC0033;
}

.close-icon::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close-icon::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}



@media (min-width: 768px) {
  .nwpr-manifesto-modal-content{
    max-width: 1400px;
    width: 100%;
  }

  .slick-slide{
    margin: 0 50px;
    max-width: 1100px;
    width: calc(100vw - 100px);
  }

  .slick-list{
    overflow: visible;
  }

  .nwpr-manifesto-slider-item{
    padding-top: min(4.8333vw, 58px);
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: min(11.25vw, 135px);
  }

  .nwpr-manifesto-slider-item h3{
    max-width: 885px;
    margin: 0 auto;
  }

  .nwpr-manifesto-modal-close-btn-wrap{
    max-width: 885px;
    bottom: min(calc(11.25vw / 2), 50px);
  }

  .nwpr-manifesto-slider .slick-arrow {
    top: 50%;
    width: 86px;
    height: 86px;
    transform: translateY(-50%);
  }

  .nwpr-manifesto-slider .slick-prev::before {
    width: 86px;
    height:86px;
  }

  .nwpr-manifesto-slider .slick-next::before {
    width: 86px;
    height:86px;
  }

}

@media (max-width: 767px) {
  .nwpr-manifesto-modal-content{
    width: 100%;
  }
  .nwpr-manifesto-slider{
    width: 100%;
  }
  .slick-slide{
    width: 100vw;
  }

  .slick-list{
    padding: 0!important;
  }

  .nwpr-manifesto-slider-item{
    padding: 35px 30px 22vw;
  }

  .nwpr-manifesto-slider-item .address{
    margin-top: 10px;
  }

  .nwpr-manifesto-modal-close-btn-wrap{
    bottom: 7%;
  }

  .nwpr-manifesto-slider .slick-arrow {
    top: inherit;
    bottom: 5%;
    width: 11.47vw;
    height: 11.47vw;
    max-width: 75px;
    max-height: 75px;
  }

  .nwpr-manifesto-slider .slick-prev::before {
    width: 11.47vw;
    height: 11.47vw;
    max-width: 75px;
    max-height: 75px;
  }

  .nwpr-manifesto-slider .slick-next::before {
    width: 11.47vw;
    height: 11.47vw;
    max-width: 75px;
    max-height: 75px;
  }
}


/*左右矢印位置設定*/
@media (min-width: 1400px) {
  .nwpr-manifesto-slider .slick-prev{
    left: calc((1400px - 1100px) / 2 - 43px);
  }
  .nwpr-manifesto-slider .slick-next{
    right: calc((1400px - 1100px) / 2 - 43px);
  }
}

@media (max-width:1399px) and (min-width: 1201px) {
  .nwpr-manifesto-slider .slick-prev{
    left: calc((100% - 1100px) / 2 - 43px);
  }
  .nwpr-manifesto-slider .slick-next{
    right: calc((100% - 1100px) / 2 - 43px);
  }
}

@media (max-width: 1200px) and (min-width: 768px){
  .nwpr-manifesto-slider .slick-prev{
    right: calc(100% - 100px);
    left: 0;
  }
  .nwpr-manifesto-slider .slick-next{
    left: calc(100% - 100px);
    right: 0;
  }
}

@media (max-width: 767px) {
  .nwpr-manifesto-slider .slick-prev{
    left: 30px;
  }
  .nwpr-manifesto-slider .slick-next{
    right: 30px;
  }
}

/* nwpr-manifesto-accordion
-------------------------------------------*/
.nwpr-manifesto-accordion{

}

.nwpr-manifesto-accordion-item{
  margin-bottom: 26px;
  background: #F3F3F3;
}

.nwpr-manifesto-accordion .nwpr-manifesto-accordion-summary{
  background: #C9C9C9;
  color: #000000;
  font-size: clamp(2rem, 1.268rem + 3.12vw, 3.0rem);
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.nwpr-manifesto-accordion .nwpr-manifesto-accordion-summary::-webkit-details-marker {
  display: none;
}

.nwpr-manifesto-accordion .nwpr-manifesto-accordion-summary-inner{
  display: block;
  position: relative;
}


.nwpr-manifesto-accordion-icon {
  display: block;
  position: absolute;
  width: 30px;
  flex-shrink: 0;
  top: 50%;
  right: 20px;
}

details[open] .nwpr-manifesto-accordion-icon {
  transform: rotate(180deg);
}

.nwpr-manifesto-accordion-icon::before,
.nwpr-manifesto-accordion-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 3px;
  background: #000000;
}

.nwpr-manifesto-accordion-icon::before {
  left: 0;
  transform: rotate(45deg);
}

.nwpr-manifesto-accordion-icon::after {
  right: 0;
  transform: rotate(-45deg);
}


.nwpr-manifesto-accordion .nwpr-manifesto-accordion-detail{
  display: none;
  overflow: hidden;
}

.nwpr-manifesto-accordion-item[open] .nwpr-manifesto-accordion-detail{
  display: block;

}

@media (min-width: 768px) {
  .nwpr-manifesto-accordion-item .nwpr-manifesto-detail{
    padding-bottom: 42px;
  }

  .nwpr-manifesto-accordion-item .nwpr-manifesto-detail-photo{
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .nwpr-manifesto-accordion-item .nwpr-manifesto-detail{
    padding: 0 15px 23px 21px;
  }
}