@charset "utf-8";

/* =============================================
	講座の特長
============================================= */

/* --------「特長」共通-------- */
/* 日建学院の「映像」の質 */
.movie-point li{
  margin: 0 0 15px;
  padding: 20px;
  position: relative;
  background: var(--bg-color-light2) url(/nikken/features/img/video_point_1.svg) no-repeat center center;
}
.movie-point li:nth-child(2){
  background: var(--bg-color-light2) url(/nikken/features/img/video_point_2.svg) no-repeat center center;
}
.movie-point li:nth-child(3){
  background: var(--bg-color-light2) url(/nikken/features/img/video_point_3.svg) no-repeat center center;
}
.movie-point li:nth-child(4){
  background: var(--bg-color-light2) url(/nikken/features/img/video_point_4.svg) no-repeat center center;
}
.movie-point li:nth-child(5){
  background: var(--bg-color-light2) url(/nikken/features/img/video_point_5.svg) no-repeat center center;
}
.movie-point li:nth-child(6){
  background: var(--bg-color-light2) url(/nikken/features/img/video_point_6.svg) no-repeat center center;
}
.movie-point li h4{
  margin: 0 0 15px;
  box-sizing: border-box;
  font-size: 2.4rem;
  text-align: center;
}
.movie-point li p{
  margin: 0;
  font-size: 1.5rem;
}
.movie-point li p.note{
  margin-top: 5px;
  font-size: 0.9em;
}
.point-ttl{
  margin: 0;
  color: var(--nikken-red);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}
.point-ttl span{
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  font-size: 1.4em;
}
.ttl_lv2{
  margin-top: 60px;
}
/* /nikken/pickup/gakuwari/index.aspx　複製部分 */
.reason_voice .re_vo_box{
  position: relative;
  border: solid 1px var(--line-light);
  font-size: 1.4rem;
}
.re_vo_box a{
  padding: 15px;
  display: block;
  position: relative;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg id="r" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 11"><defs><style>.u{fill:%23e40012;}</style></defs><polygon class="u" points="17.74 8 1 8 1 7 15.57 7 11.12 1.83 11.88 1.17 17.74 8"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px bottom 15px;
  background-size: 18px 11px;
  color: #333;
  transition: all 0.2s ease;
}
.re_vo_box a:hover{
  background-position: right 13px bottom 15px;
  /* 	text-decoration: none;
	background-color: #ddd; */
  opacity: 0.8;
}
.re_vo_box .re_vo_face{
  margin-right: 1em;
  flex-shrink: 0;
  width: 120px;
}
.re_vo_box .re_vo_txt{
  padding: 1em 0;
}
.re_vo_box .re_vo_txt b{
  color: var(--nikken-red);
} 
.re_vo_box .reason_arrow{
  display: none;
}
.re_vo_box .reason_arrow img{
  width: 1em;
}
.re_vo_box img,
.movie-step-detail img{
  max-width: 100%;
  height: auto;
}
.movie-feature__img img{
  width: 100%;
  height: auto;
}
/* movie-step */
.movie-step-detail{
  margin: 50px 0 0;
  padding: 0;
}
.movie-step-detail li{
  margin: 0 0 25px;
  padding: 25px 30px 30px;
  position: relative;
  text-align: left;
}
.movie-step-detail li *{
  position: relative;
  z-index: 10;
}
.movie-step-detail li::after{
  content: ' ';
  position: absolute;
  top: 50px;
  right: -10px;
  bottom: 50px;
  left: 0;
  background: #fff;
}
.movie-step-detail li:last-child::after{
  background: none;
  background-color: #fff;
}
.movie-step-detail li::before{
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid var(--nikken-red);
  border-radius: 15px;
}
.movie-step-detail li h4{
  margin: 0 0 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.6rem;
}
.movie-step-detail li .step-ttl{
  margin-bottom: 20px;
  position: relative;
  color: var(--nikken-red);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
.step-ttl::after{
  content: ' ';
  margin: 0 auto ;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 25px;
  height: 8px;
  border-top: 1px solid var(--nikken-red);
}
.furthermore-box{
  margin: 50px 0 0;
  padding: 25px;
  position: relative;
  background-color: var(--bg-color-light2);
}
.furthermore-box::before{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 44px;
  height: 45px;
  background: url(/nikken/features/img/video_advisor_plus.png) no-repeat left top;
}
.furthermore-box h3{
  margin: 0 0 10px;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 1.8rem;
}
.furthermore-box span{
  margin: 0 0 10px;
  display: block;
  text-align: center;
}
.furthermore-box div p{
  line-height: 1.5;
}
/* original-text */
.original-text{
  padding: 50px 0 0;
}
.feature__ttl--lv2{
  margin: 50px 0 30px;
  padding: 20px;
  background-color: #5d5d5d;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.original-text__img{
  text-align: center;
}
.original-text__detail-info{
  margin: 40px 0 90px;
  counter-reset: li;
}
.original-text__detail-info li{
  margin: 0 0 20px;
  padding: 0 15px 15px;
  position: relative;
  border: 1px solid #dfdfdf;
}
.original-text__detail-info li:before{
  content: counter(li);
  margin: 0 auto;
  padding: 3px 6px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: -15px;
  right: 0;
  left: 0;
  width: 2em;
  height: 2em;
  border: 1px solid var(--nikken-red);
  border-radius: 30px;
  background-color: #fff;
  color: var(--nikken-red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  counter-increment: li;
}
.original-text__detail-info h3{
  margin: 30px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--nikken-red);
  font-size: 1.6rem;
  text-align: center;
}
/* --------「特長」共通ここまで-------- */

.content_lead .goal2{
  display: inline-block;
  position: relative;
  font-weight: 700;
  line-height: 1.3;
}
.content_lead .goal2::before{
  content: '';
  position: absolute;
  right: 5px;
  bottom: -5px;
  left: 5px;
  width: 0;
  height: 1px;
  border-bottom: 2px solid var(--nikken-red);
  animation: 0.3s ease 0.5s forwards a-goal2;
}
@keyframes a-goal2{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}
/* --- anchor-list --- */
.anchor-list{
  margin: 0 auto 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.anchor-list li{
  flex: 1;
  text-align: center;
}
.anchor-list li a{
  display: block;
  position: relative;
  color: var(--font-dark);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  transition: all  0.2s ease;
}
.anchor-list li a::before{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 17px;
  height: 10px;
  background: url(/nikken/guidance/img/anchor_arrow.svg) no-repeat left top;
  transition: all  0.2s ease;
}
.anchor-path__ttl--num{
  margin-top: 15px;
  color: var(--nikken-red);
  font-size: 1.3rem;
}
.anchor-path__ttl--num span{
  position: relative;
  bottom: -1px;
  font-family: Arial, sans-serif;
  font-size: 2em;
  display: block;
}
.anchor-list li a:hover{
  opacity: 0.8;
}
.anchor-list li a:hover::before{
  bottom: -18px;
}
.anchor-list li img{
  width: 100%;
  height: auto;
}

/* --- point --- */
.point-basic{
  margin: 100px 0 0;
}
.point-basic p,
.point-basic li{
  font-size: 1.5rem;
  line-height: 1.8;
}

/* feature-point__header */
.feature-point__header + .feature-point__lead{
  margin-top: 0;
}
.feature-point__info{
  padding: 15px 15px 30px;
  background-color: rgba(228, 0, 18, 0.9);
  color: #fff;
}
.feature-point__img{
  text-align: center;
}

.feature-point__number{
  color: #fff;
  font-weight: 700;
}
.feature-point__number span{
  position: relative;
  bottom: -1px;
  font-family: Arial, sans-serif;
  font-size: 2em;
}
.feature-point__ttl{
  margin: 0 0 35px;
  position: relative;
  color: var(--nikken-red);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.feature-point__ttl::after{
  content: ' ';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.feature-point__lead-ttl strong{
  color: #fff;
  font-size: 1.2em;
}
.feature-point__lead-ttl span{
  background: linear-gradient(transparent 88%, rgba(241, 255, 51, 0.51) 88%);
}
.feature-point__lead{
  padding: 0;
}
.feature-point__lead p{
  font-size: 1.4rem;
  line-height: 1.6;
}
.feature-point__lead-ttl{
  margin: 0 0 20px;
}

/* 設計製図 ポイント */
.movie-feature{
  margin: 15px 0;
}
.movie-feature > li{
  margin: 0 0 25px;
  padding: 0;
  background-color: #fff;
}

/* movie-step */
.movie-feature.is-active li{
  animation: fadeUpAnime 0.4s ease forwards;
} 
@keyframes fadeUpAnime{
  from{
    opacity: 0;
    transform: translateY(50px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
.movie-feature.is-active li:nth-child(1){
  animation-delay: 0.5s;
}
.movie-feature.is-active li:nth-child(2){
  animation-delay: 0.8s;
}
.movie-feature.is-active li:nth-child(3){
  animation-delay: 1.0s;
}
.movie-feature.is-active li:nth-child(4){
  animation-delay: 1.2s;
}
.movie-feature__header{
  margin: 0 0 15px;
  text-align: center;
}
.movie-feature__header h4{
  margin: 0 0 20px;
  font-size: 1.9rem;
}
.movie-feature__img{
  margin: 0 0 15px;
  text-align: center;
}

/* original-text */
.col-wrap{
  margin: 0 0 50px;
}
.two-col__wrap{
  margin: 0 0 50px;
}
.feature__ttl--lv3{
  margin: 50px 0 20px;
  padding: 10px;
  background-color: var(--bg-color-light2);
  font-size: 1.8rem;
  text-align: center;
}
.original-text__img--s,
.feature__img{
  margin: 0 0 10px;
  text-align: center;
}
.ksk-general-books{
  margin: 50px 0;
  padding: 30px;
  border: 1px solid var(--line-dark);
  text-align: center;
}
.ksk-general-books__ttl{
  margin: 0 0 30px;
  padding: 0 10px 10px;
  display: inline-block;
  border-bottom: 1px solid var(--line-dark);
  font-size: 2.2rem;
}
.text-info{
  margin: 20px 0 10px;
  font-size: 1.6rem;
}
.text-ttl{
  margin: 0 0 10px;
  font-size: 1.7rem;
  text-align: center;
}
.support-system{
  margin: 50px 0 0;
  padding: 50px 0 0;
}
.support-system__list{
  margin: 50px 0;
}

/* support-system */
.support-system__list{
  margin: 40px 0;
}
.feature-point__sub-ttl{
  margin: 0 0 10px;
  font-size: 1.6rem; 
}

p.lead-txt{
  margin: 0 0 50px;
  font-size: 1.8rem;
  text-align: center;
}
section .note,
section .note li{
  font-size: 1.3rem;
}
.text-strong2{
  background: linear-gradient(transparent 78%, rgba(241, 255, 51, 0.51) 78%);
}

/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  /* --------「特長」共通-------- */
  /* movie-step-detail */
  .movie-step-detail li p:last-child{
    position: relative;
  }
  .movie-step-detail li p:last-child::after{
    content: ' ';
    margin: 0 auto ;
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    width: 14px;
    height: 26px;
    background: url(/nikken/features/img/step_arrow.svg) no-repeat top center;
    transform: rotate(90deg);
  }
  .movie-step-detail li:last-child p:last-child::after{
    content: none;
  }
  /* original-text */
  .original-text__point-box{
    margin: 30px 0 30px;
    padding: 15px 15px 10px;
    position: relative;
    border: 2px dashed var(--line-dark);
    border-radius: 15px;
    text-align: center;
  }
  .original-text__point-box:before{
    content: '';
    position: absolute;
    top: 98%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-right: 2px solid var(--line-dark);
    background-color: #fff;
    transform: skew(-25deg);
  }
  .original-text__point-box p{
    margin: 0 10px 10px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid var(--nikken-red);
    color: var(--font-dark);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  /* 合格者の声 */
  .re_vo_box{
    margin-bottom: 1em;
  }
  .flex_pc{
    display: flex;
    align-items: center;
  }
  .re_vo_box p{
    font-size: 1.4rem;
  }
  /* --------「特長」共通ここまで-------- */
}
/* PC----------------------------- */
@media screen and (min-width: 768px){
  /* --------「特長」共通-------- */
  .feature-point__img img{
    height: 100%;
    object-fit: cover;
    object-position: left top;
  }

  /* movie-point */
  .movie-point{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  /* movie-feature */
  .movie-feature{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .movie-feature > li{
    margin: 0 0 20px;
    width: 30%;
  }
  /* movie-step-detail */
  .movie-step-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .movie-step-detail li{
    width: 32%;
  }
  .movie-step-detail li::after{
    content: ' ';
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    background: #fff url(/nikken/features/img/step_arrow.svg) no-repeat right center;
  }
  .furthermore-box{
    margin: 50px 0 0;
    padding: 40px;
    padding: 40px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 10px;
    position: relative;
    background-color: var(--bg-color-light2);
    grid-template-rows: 70px 1fr;
  }
  .furthermore-box h3{
    margin: 0;
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 2.0rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .furthermore-box span{
    margin: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .furthermore-box div{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  /* 合格者の声 */
  .flex_pc{
    display: flex;
  }
  .flex_center_pc{
    display: flex;
    justify-content: center;
  }
  .flex_between_pc{
    display: flex;
    justify-content: space-between;
  }
  .flex_around_pc{
    display: flex;
    justify-content: space-around;
  }
  .flex_wrap_pc{
    flex-wrap: wrap;
  }
  .row_reverse_pc{
    flex-direction: row-reverse;
  }
  .items_center_pc{
    align-items: center;
  }
  .items_end_pc{
    align-items: flex-end;
  }
  .re_vo_box{
    margin-bottom: 1em;
  }
  .flex_pc{
    display: flex;
    align-items: center;
  }
  .re_vo_box p{
    font-size: 1.4rem;
  }
  .reason_voice .re_vo_box{
    position: relative;
    width: 32%;
    border: solid 1px var(--line-light);
    font-size: 1.4rem;
  }
  /* original-text */
  .original-text__img{
    padding: 0 10.5em;
  }
  .original-text__img img{
    max-width: 100%;
    height: auto;
  }
  .department-text__wrap{
    position: relative;
  }
  .original-text__point-box p{
    margin: 40px auto 20px;
    padding: 15px;
    position: relative;
    position: absolute;
    z-index: 10;
    min-width: 10em;
    width: 15%;
    border: 2px dashed var(--line-dark);
    border-radius: 25px;
    background-color: #fff;
    color: var(--font-dark);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }
  .original-text__point-box--1{
    top: 20%;
    left: 0;
  }
  .original-text__point-box--2{
    top: 20%;
    right: 0;
  }
  .original-text__point-box p:before{
    content: '';
    position: absolute;
    top: 98%;
    left: 50px;
    width: 15px;
    height: 25px;
    border-right: 2px solid var(--line-dark);
    background-color: #fff;
    transform: skew(-25deg);
  }
  .original-text__point-box p.original-text__point-box--1:before{
    right: 50px;
    left: auto;
    transform: skew(25deg);
  }
  .original-text__detail-info li{
    margin: 0;
  }
  .original-text__detail-info{
    margin: 40px 0 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .original-text__detail-info li{
    padding: 0 15px 15px;
    position: relative;
    width: 23%;
  }
  /* --------「特長」共通 ここまで-------- */

  /* 設計製図 */
  .movie-feature__img img{
    width: 100%;
    height: auto;
  }
  .movie-feature__header{
    margin: 0 0 15px;
    text-align: center;
  }

  /* --- anchor-list --- */
  .anchor-list{
    margin: 40px auto 150px;
  }
  .anchor-list li a{
    font-size: 2.5rem;
  }
  .anchor-path__ttl--num span{
    display: inline;
  }

  /* feature-point__header */
  .feature-point__header{
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    min-width: 970px;
    max-width: 1300px;
    width: 90%;
    grid-template-rows: 20px 1fr 20px;
  }
  .feature-point__ttl{
    font-size: 3.2rem;
  }
  .feature-point__lead p{
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .feature-point__lead-ttl strong{
    color: #fff;
    font-size: 1.5em;
  }

  .main-cont__ttl-lv1{
    margin: 30px 0 50px;
    font-size: 3.4rem;
    text-align: center;
  }
  .main-cont__ttl-lv2{
    font-size: 2.6rem;
  }
  .feature-point__img{
    overflow: hidden;
    height: 400px;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  .feature-point__info{
    padding: 50px;
    position: relative;
    z-index: 10;
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }

  /* original-text */
  .original-text__detail-info li{
    margin: 0;
  }
  .original-text__img--s img{
    width: 100%;
    height: auto;
  }
  .feature__ttl--lv3{
    margin: 0 0 20px;
  }

  .col-wrap{
    margin: 0 0 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .two-col__wrap{
    margin: 0 0 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  /* support-system */
  .support-system__list{
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .support-system__list > section{
    padding: 30px 0;
    display: grid;
    grid-template-columns: 280px 1fr;
    background-color: #fff;
    column-gap: 15px;
  }
  .support-system__list > section{
    padding: 30px 0;
    display: grid;
    grid-template-columns: 170px 1fr;
    background-color: #fff;
    column-gap: 15px;
  }
  .support-system__list .feature__ttl--lv3{
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .support-system__list .feature__img{
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .feature-point__sub-ttl{
    margin: 0 0 20px;
    font-size: 1.6rem;
    text-align: center;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .support-system__list div{
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}
