@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;
}
/* --------「特長」共通 ここまで-------- */

.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;
}
.feature-ttl--lv2{
  margin: 20px 0 20px;
  font-size: 2.0rem;
  text-align: center;
}
.point-ttl{
  margin: 0;
  color: var(--nikken-red);
  font-size: 1.7rem;
  font-weight: 700;
}
.point-ttl span{
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1.4em;
  background-color: transparent;
}

/* movie */
.movie-img{
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* 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;
}
.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;
}
/* support-system */
.support-system{
  margin: 50px 0 0;
  padding: 50px 0 0;
}
.support-system__list{
  margin: 40px 0;
}
.feature-point__sub-ttl{
  margin: 0 0 10px;
  font-size: 1.6rem; 
}

section .note,
section .note li{
  font-size: 1.3rem;
}
.text-strong2{
  background: linear-gradient(transparent 78%, rgba(241, 255, 51, 0.51) 78%);
}

#teacher_list{
	margin: 30px 0 20px;
	text-align: center;
}
#teacher_list li{
	margin: 0 0 25px;
	text-align: left;
	vertical-align: top;
  width: 100%;
}
.teacher_img{
  position: relative;
  text-align: center;
  background-color: #faf9f7;
}
.slogan{
	padding: 5px 0;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	background-color: rgba(240, 62, 62, 0.68);
	width: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
}
#teacher_list li h5{
	padding: 10px;
	font-size: 1.7rem;
	text-align: center;
}

/* テキスト */
.feature-outline{
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.feature-outline > li{
  margin: 0 0 20px;
}
.feature-outline > li p{
  font-size: 1.5rem;
}
.feature-outline > li p.note{
  font-size: 1.3rem;
}
.feature-outline__ttl{
  margin: 0 0 20px;
  color: var(--nikken-red);
  font-size: 1.8rem;
  text-align: center;
}

/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  .content_lead div{
    padding: 15px;
    text-align: left;
  }
  #a1 .feature-point__img img{
    position: relative;
    right: -5%;
    width: 125%;
  }
  #a1 .feature-point__img{
   background-color: #faf9f7;
  }

  #a2 .feature-point__img img{
    position: relative;
    right: -5%;
    width: 125%;
  }
  #a2 .feature-point__img{
   background-color: #e5e6e6;
  }
  /* point2 */
  .text_center:has(> img){
    display: block;
    text-align: center;
  }
  #point2 h5{
    font-size: 1.8rem;
  }

}
/* PC----------------------------- */
@media screen and (min-width: 768px){
  /* --------「特長」共通-------- */
  /* movie-point */
  .movie-point{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* --------「特長」共通 ここまで-------- */

  /* --- anchor-list --- */
  .anchor-list{
    margin: 50px 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;
  }
  #teacher_list{
    margin: 50px 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  #teacher_list li{
    margin: 0 0 25px;
    text-align: left;
    vertical-align: top;
    width: 31.2%;
  }
  .feature-point__img img{
    height: 100%;
    object-fit: cover;
    object-position: 40% center;
  }
  /* movie */
  .movie-img{
    flex-direction: row;
    gap: 10px;
  }
  .movie-img img{
    width: 50%;
  }
  /* original-text */
  .feature__ttl--lv3{
    margin: 0 0 20px;
  }
  .feature-outline{
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* 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: 150px 1fr;
    background-color: #fff;
    column-gap: 15px;
			grid-auto-rows: min-content;
  }
  .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 p:last-child{
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}
