@charset "utf-8";

/* =============================================
  style
============================================= */
.anchor_path li a::before{
  content: none;
}
.benefit-guide__list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 auto 20px;
}
.benefit-guide__list--detail{
  margin-top: auto;
}
.benefit-guide__list li{
  text-align: center;
}
.benefit-guide__list li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px 5px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  color: #777;
  border: 1px solid #b1b1b1;
  transition: all 0.2s ease;
}
.benefit-guide__list--detail{
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
} 
.benefit-guide__list--detail::before{
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  margin: 0 auto;
  content: ' ';
  background-color: #333;
  clip-path: polygon(5% 43%, 50% 86%, 94% 43%, 100% 49%, 50% 99%, 0 50%);
  transition: all 0.1s ease;
}
.benefit-guide__list li a:hover .benefit-guide__list--detail::before{
  bottom: -11px;
  background-color: var(--nikken-red);
}
.benefit-guide__nav--regist{
  text-align: center;
}
.content-img{
  margin: 20px 0;
}
.stus-ttl__header--point{
  margin: 0 0 25px;
}
p.stus-ttl__point{
  line-height: 1.0;
}
.stus-ttl__point-lv2{
  position: relative;
  font-size: 2.3rem;
}
.stus-ttl__point-lv2 span{
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 0.6em;
  background-color: #fff;
}
.stus-ttl__point-lv2::before{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  content: ' ';
  border-top: 1px solid #ccc;
}
.nss-members__ttl{
  margin: 0 0 25px;
  font-size: 1.8rem;
  text-align: center;
}
ol.nss-members__flow-list li{
  margin: 0 0 20px;
  font-size: 1.4rem;
}
.benefit-guide__list p{
  font-size: 1.8rem;
  line-height: 1.3;
}
.benefit-guide__list p.stus-ttl__point2{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.4rem;
}
.benefit-guide__list p.benefit-guide__list--detail{
  padding-top: 10px;
  font-size: 1.3rem;
}

/* nss */
.pickup-list li{
  padding: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 900; 
  background-color: #f4ff9e;
  border-radius: 15px;
}
.flow{
  position: relative;
  margin: 30px 0 0;
  overflow: hidden;
}
.flow::after{
  position: absolute;
  top: 0;
  bottom: 25px;
  left: 20px;
  content: '';
  border: 1px solid #aaa9a9;
}
.flow li{
  position: relative;
  display: flex;
  padding-left: 4em;
  margin: 0 0 20px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: left;
}
.flow li div{
  flex: 1;
  padding-bottom: 15px;
  border-bottom: 1px dotted #333;
}
.flow li:last-child div{
  padding: 0;
  border: none;
}
.flow li .num {
  position: absolute;
  left: 0;
  z-index: 100;
  display: inline-block;
  font-family:  Arial;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--stus-red);
  background-color: #fff;
}
.flow li:last-child::before{
  position: absolute;
  top: -21px;
  left: 5px;
  z-index: 150;
  width: 32px;
  height: 22px;
  content: ' ';
  background: url(/nikken/students/qualifications/stu-discount/img/flowarrow2.svg) no-repeat left bottom;
}
.flow li:last-child::after{
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
  width: 32px;
  height: 100%;
  content: ' ';
  background-color: #fff;
}
.nss-members__info{
  position: relative;
  padding: 30px 15px 15px;
  margin: 50px 0 100px;
  text-align: left;
  background-color: #fff;
  border: 2px solid #efefef;
  border-radius: 15px;
}
.nss-members__ico{
  position: absolute;
  top: -5px;
  left: 15px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4A520D;
  background-color: #e6ff29;
}
.nss-info__box p{
  margin: 0 0 10px;
}
.nss-info__box-noflow > p{
    margin: 10px 0 20px;
}
.nss-info__box > p{
  margin: 10px 0 20px;
  text-align: center;
}
.nss-info__box p:last-child{
  margin: 0;
}
.sample-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 1250px;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}
.sample-box__unit{
  position: relative
}
.sample-box__title{
  font-size: 1.5rem;
}
.sample-box__img{
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 10px;
}
.sample-box__img img{
  width: 100%;
  height: auto;
  margin: -10% 0;
}
.stus-main p.sample-box__caption{
  margin: 0 0 5px;
}
.sample-box__caption__movie{
  display: inline-block;
  padding: 2px 10px 2px 25px;
  margin: 0 auto;
  color: #fff;
  background: #6b6b6b url(../img/ico-time.svg) no-repeat 5px center;
  background-size: 15px 15px;
  border-radius: 15px;
}
.sample-box__unit{
  margin: 0 0 20px;
}
.sample-box__unit a{
  transition: all 0.2s ease;
}
.sample-box__unit a:hover{
 opacity: 0.8;
}
.contact-us__main{
  margin: 20px 0 ;
}
.contact-list{
  margin: 0 0 25px;
}
.contact-list dt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  margin-right: 5px;
  font-size: 1.25rem;
  text-align: center;
  border: 1px solid #333;
  border-radius: 3px;
}
.contact-list > div{
  display: flex;
}
p.benefit__lead{
  margin: 0 0 10px;
  font-size: 1.9rem;
  font-weight: bold;
  color: var(--font-dark);
}
.nss-main__header div p + p{
  margin-top: 10px;
}
span.ico-new{
  position: absolute;
  top: -16px;
  left: -10px;
  width: 45px;
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  .nss-info__box-noflow,
  .nss-info__box{
   text-align: left;
  }
  .contact-list > div{
    margin: 0 0 10px;
  }
  .nss-main__header div p{
    text-align: left;
  }
}

/* PC----------------------------- */
@media screen and (width >= 768px){
  .pickup-list li{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stus-ttl__point-lv2{
    position: relative;
    font-size: 2.8rem;
  }
  .benefit-guide__list p.stus-ttl__point2{
    font-size: 1.6rem;
  } 
  .benefit-guide__list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .benefit-guide__list li{
    width: 32%;
  }
  .benefit-guide__list li a{
    display: flex;
    flex-direction: column;
  }
  .flow::after{
    bottom: 5px;
  }
  .nss-info__box{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    justify-content: center;
  }
  .nss-info__box.flex-reverse{
    flex-direction: row-reverse;
  }
  .nss-info__box > div{
    width: 58%;
  }
  .nss-info__box > p{
    flex: 1;
    text-align: left;
  }
  .sample-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1250px;
    margin: 30px auto 0;
    text-align: center;
  }
  .sample-box__img{
    overflow: hidden;
    border-radius: 15px;
  }
  .sample-box__title{
    font-size: 1.5rem;
  }
  .nss-info__box p{
    margin: 0 0 10px;
    text-align: left;
  }
  .contact-list{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
  }
  .nss-members__info{
    padding: 30px 50px;
    margin: 50px 0 100px;
    border: 3px solid #efefef;
    border-radius: 30px;
  }
  .nss-members__ico{
    top: -5px;
    left: 25px;
    padding: 5px 15px;
    font-size: 1.4rem;
  }
  .nss-members__wrap{
    display: flex;
    gap: 30px;
  }
  .link_arrow{
    justify-content: center;
  }
  .nss-members__flow-list .link_arrow{
    justify-content: left;
  }
}