@charset "utf-8";

/* =============================================
	講座
============================================= */
#index_header{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  width: 100%;
  background: #333 url(../img/header_bg2.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}
.main-ttl_cont{
  margin: 0 15px;
}
.main-lead{
  margin: 10px 0 10px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6), -1px -1px 3px rgba(0,0,0,0.6);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.main-ttl{
  padding: 0 0 15px;
  display: inline-block;
  border-bottom: 3px solid var(--nikken-red);
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6), -1px -1px 3px rgba(0,0,0,0.6);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.0rem;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.03em;
  overflow-wrap: break-word; 
 /*  word-break: keep-all;
  overflow-wrap: break-word; */
}
.main-ttl span{
  display: inline;
  line-height: 1.0;
  font-size: 0.8em;
}
@keyframes passing-txt{
  0%{
    opacity: 10%;
    transform: translate3d(0, 150px, 0);
  }
  50%{
    opacity: 10%;
    transform: translate3d(0, 150px, 0);
  }
  100%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes passing-bar{
  0%{
    bottom: 0;
    height: 0;
  }
  50%{
    bottom: 0;
    height: 100%;
  }
  51%{
    bottom: 0;
    height: 100%;
  }
  100%{
    bottom: 100%;
    height: 0;
  }
}
.related{
  margin: 15px 0;
}
.count{
  border-bottom: 1px solid #ccc;
}
.count-cont{
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 1.0rem;
}

.count-ttl{
  padding: 4px;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 3em;
  background-color: var(--nikken-red);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.test-cont{
  margin: 0 0 5px;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  flex-wrap: wrap;
}
.count-text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.count-test-type{
  margin: 0 5px 0 0;
  padding: 2px;
  display: inline-block;
  min-width: 5em;
  border: 1px solid var(--nikken-red);
  color: var(--nikken-red);
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: break-word;
  flex: 1;
}
.count-day{
  padding: 0 3px;
  display: inline-block;
  border-bottom: 1px solid var(--nikken-red);
  font-weight: bold;
  min-width: 3em;
}
.day{
  color: #333;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.5em;
}
.content-nav__index-wrap{
  margin: 0 0 15px;
}
#index_header{
  margin: 0 0 0;
}
.index-main__ttl{
  margin: 30px 0 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.index-main__ttl span{
  margin: 0 8px 10px 0;
  padding: 5px 8px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid var(--nikken-red);
  color: var(--nikken-red);
  font-size: 2.0rem;
  font-weight: 400;
}
.course_index .content-nav2{
  margin-top: 0;
  display: block;
}
/* pickup-slider */
.pickup-slider{
  margin-bottom: 50px;
  padding: 0;
  position: relative;
  width: 100%;
}
.pickup{
  overflow: visible;
  width: 100%;
}
.swiper-wrapper{
  justify-content: flex-start;
}
.swiper-slide{
  padding: 0 3%;
  flex-grow: 1;
}

.pickup a{
  margin: 0 auto 20px;
  padding: 0;
  display: grid;
  grid-template-columns: 5% auto 5%;
  width: 100%;
  color: #fff;
  transition: all  0.2s ease;
  grid-template-rows: 5% auto auto;
}
.pickup a:hover{
  opacity: 0.8;
}
.pickup__img{
  padding: 0;
  overflow: hidden;
  z-index: 10;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.pickup__img img{
  width: 100%;
  height: auto;
}
.pickup__textbox{
  padding: 43% 20px 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--nikken-red);
/* font-size: clamp(1.4rem, 2.0vw, 3.4rem); */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.0vw;
  text-align: center;
  line-height: 1.6;
  grid-column: 2 / 4;
  grid-row: 2 / 4;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 300px;
}
.swiper-pagination{
  display: flex;
  justify-content: start;
}
.swiper-pagination-bullet{
  display: block;
  width: 155px;
  height: 2px;
  border-radius: 0;
  background-color: #e8e8e8;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  position: relative;
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-pagination-bullet-active:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 0;
  background-color: var(--nikken-red);
  animation: progress 5s linear forwards;
}
.swiper-pagination-bullet-active.stop:after{
  animation-play-state: paused;
}
@keyframes progress{
  from{
    width: 0;
  }
  to{
    width: 142px;
  }
}
.slider_controls{
  padding: 0 0 0 15px;
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}
.stopbtn img{
  border: 1px solid #ccc;
}
.stopbtn:hover{
  opacity: 0.5;
}
.start .stop-img,
.stop .play-img{
  display: none;
}
.stop .stop-img,
.start .play-img{
  display: block;
}
/* 今受講するなら */
.recommend-now{
  padding: 10px;
  background-color: var(--bg-color-light);
}
.recommend-now__ttl{
  text-align: center;
}
.recommend-now__ttl img{
  margin-bottom: 10px;
  width: 110px;
}
.recommend-now__list li{
  margin-bottom: 5px;
  background-color: #fff;
  text-align: center;
}
.recommend-now__list li a{
  padding: 10px;
  display: block;
  position: relative;
  border: 1px solid #fff;
  color: #333;
  transition: all 0.1s ease;
  width: 100%;
}
.recommend-now__list li a::before{
  content: ' ';
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 27px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 11"><path d="M27.24 8H0V7h25.07l-4.45-5.17.76-.66L27.24 8z" style="fill:%23e40012;stroke-width:0"/></svg>');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 27px 11px;
  color: var(--nikken-red);
  transition: all  0.2s ease;
}
.recommend-now__list li a:hover::before{
  right: 12px;
}
.recommend-now__list li a:hover{
  border: 1px solid var(--nikken-red);
  opacity: 0.8;
}
.recommend-now__list li a img{
  margin: 0 0 15px;
  border-radius: 50%;
}
.recommend-now__list li a h3{
  margin: 0 0 15px;
  color: var(--nikken-red);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.recommend-now__text{
  text-align: left;
}
.recommend-now__caption{
  text-align: center;
}
.recommend-now__caption strong{
  font-size: 1.6rem;
  font-weight: 700;
}
.pickup-list{
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup-list li{
  margin: 0 0 15px;
  display: flex;
  width: 48%;
}
.pickup-list li a{
  padding: 10px;
  border: 1px solid var(--line-light);
  color: #333;
  font-size: 1.3rem;
  line-height: 1.4;
  transition: all  0.2s ease;
}
.pickup-list li a:hover{
  border: 1px solid var(--nikken-red);
}
.pickup__bn{
  margin: -10px -10px 0;
}
.pickup-list .pickup__bn img{
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.pickup-list .pickup__text{
  flex: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after{
  content: none;
}
/* 操作矢印 */
.swiper-button-next button,
.swiper-button-prev button{
  padding: 0;
  border: none;
  background-color: transparent;
  opacity: 0.8;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
}
.swiper-button-next span,
.swiper-button-prev span{
  display: block;
  overflow: hidden;
  width: 33px;
  height: 48px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 48"><path d="M8.46 24.23 25 7.69 22.31 5 3.09 24.23l19.22 19.23L25 40.77 8.46 24.23z" style="fill:gray;stroke-width:0"/></svg>');
  background-position: 0 center;
  background-size: 33px 48px;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.swiper-button-disabled span{
  opacity: 0.2;
}
.swiper-button-next,
.swiper-button-prev{
  transition: all 0.1s ease;
}
.swiper-button-next{
  right: 2%;
}
.swiper-button-prev{
  left: 2%;
}
.swiper-button-next span{
  transform: rotate(180deg);
}
.swiper-button-next::after,
.swiper-button-prev::after{
  content: none;
}
.swiper-button-next button:hover,
.swiper-button-prev button:hover{
  opacity: 1.0;
}
.swiper-button-next button:hover span,
.swiper-button-prev button:hover span{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 48"><path d="M8.46 24.23 25 7.69 22.31 5 3.09 24.23l19.22 19.23L25 40.77 8.46 24.23z" style="fill:gray;stroke-width:0"/></svg>');
  background-position: -3px center;
  background-size: 33px 48px;
}
.pickup__memo{
  display: block;
  font-size: 1.4rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.pickup__memo img{
  margin-left: 5px;
  vertical-align: middle;
}

.useful-list{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
.useful-list li{
  display: block;
  box-sizing: border-box;
}
.useful-list li a{
  margin: 0 0 5px;
  padding: 15px;
  display: block;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  transition: all 0.2s ease;
}
.useful-list li a:hover{
  z-index: 1;
}
.useful-list li a::after{
  content: ' ';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid transparent;
  transition: all  0.2s ease;
}
.useful-list li a:hover::after{
  border: 1px solid var(--nikken-red);
}
.useful-list li h3{
  margin: 0 0 15px;
  padding: 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3.3em;
  border-bottom: 1px solid var(--nikken-red);
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}
.useful-list li h3 span{
  display: block;
  font-size: 0.8em;
}
.useful-list__detail{
  margin-top: auto;
  text-align: right;
}

/* 合格率バナー */
.passrate-banner__cont{
  margin: 50px 0 0;
  text-align: center;
}
.passrate-banner{
  margin: 20px 0 0;
  display: inline-block;
  text-align: left;
}
.passrate-banner img{
  margin: 0 0 8px;
}
.passrate-banner__cont li{
  margin-bottom: 2px;
  font-size: 0.9em;
}
.passrate-banner a{
  transition: all  0.2s ease;
}
.passrate-banner a:hover{
  opacity: 0.8;
}

/* 講習のご案内 */
.training-session{
  margin: 50px 5px 45px 0;
  padding: 15px 20px 10px;
  border: 1px solid var(--line-light);
  box-shadow: 5px 5px 0 0 #e3e3e3;
}
.useful-list__detail span{
  padding-right: 30px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 11"><path d="M27.24 8H0V7h25.07l-4.45-5.17.76-.66L27.24 8z" style="fill:%23e40012;stroke-width:0"/></svg>');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 27px 11px;
  color: var(--nikken-red);
}
.training-session__ttl{
  margin-bottom: 15px;
}
.training-session__list a{
  padding: 10px 0 10px 12px;
  display: block;
  position: relative;
  border-top: 1px solid var(--line-light);
  font-size: 1.5rem;
  font-weight: bold;
}
.training-session__list a span{
  margin: 0 5px 0 0;
  display: block;
  font-weight: normal;
} 
.training-session__list a::before{
  content: ' ';
  margin: 0 0 0 5px;
  display: block;
  position: absolute;
  top: 1.3em;
  left: -10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b314f;
  border-left: 1px solid #1b314f;
  transform: rotate(135deg);
}
.training-session__list a:hover{
  opacity: 0.8;
}
.training-session__list a[target='_blank']::after{
  content: ' ';
  margin: 0 0 0 5px;
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(/nikken/img/ico-outsite.svg) no-repeat left top;
}

/* 講座の特長 */
.point-cont{
  margin: 100px 0 50px;
  padding: 40px 0 40px;
  position: relative;
  background-color: var(--bg-color-light);
}
.point-cont__ttl{
  margin: -70px 0 50px;
  text-align: center;
}
.point-cont__ttl span{
  display: inline-block;
}
.point-cont__ttl a,
.point-cont__ttl .ttl-wrap{
  padding: 20px 80px;
  display: inline-block;
  background-color: var(--nikken-red);
  color: #fff;
  font-size: 2.4rem;
  transition: all  0.2s ease;
}
.point-cont__ttl a:hover{
  opacity: 0.8;
}
.point-cont__lead{
  margin: 30px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.swiper__warp{
  overflow: hidden;
  position: relative;
  width: 100%;
  clip-path: inset(0 0 0 73px);
}
.point-slider{
  margin: 0 0 0 73px;
  overflow: visible;
  box-sizing: border-box;
  width: 33%;
  min-width: 250px;
  height: 100%;
  background-color: var(--bg-color-light);
}
.point-slider .swiper-wrapper{
  width: 100%;
  align-items: stretch;
  height: 100%;
}
.point-slider .swiper-slide{
  height: auto;
  box-sizing: border-box;
}
.point-slider .swiper-slide a{
  height: 100%;
}
.slider_controls2{
  display: block;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 0;
  width: 80px;
  height: 100%;
  text-align: center;
}
.swiper-button__wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  width: 74px;
  height: 50px;
}
.swiper-button-next2 button,
.swiper-button-prev2 button{
  border: none;
  background-color: transparent;
  opacity: 0.8;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
}
.point-cont .swiper-button-next2,
.point-cont .swiper-button-prev2{
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
}
.point-cont .swiper-button-next2 span,
.point-cont .swiper-button-prev2 span{
  display: block;
  overflow: hidden;
  width: 28px;
  height: 34px;
  background: transparent url(../img/point-slider-arrow.svg) no-repeat 0 center;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.point-cont .swiper-button-next2 span{
  transform: rotate(180deg);
}
.swiper-button__wrap:before{
  content: '';
  display: block;
  position: absolute;
  left: 36px;
  width: 1px;
  height: 30px;
  background-color: #bfbebe;
}
.point-cont .swiper-button-next2 button:hover,
.point-cont .swiper-button-prev2 button:hover{
  background-color: transparent;
  opacity: 1.0;
}
.point-cont .swiper-button-next2 button:hover span,
.point-cont .swiper-button-prev2 button:hover span{
  background: url(../img/point-slider-arrow.svg) no-repeat left top;
  background-position: -2px 0;
}
.swiper-pagination1{
  padding: 0.2em 0.2em 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 3em;
  border-radius: 50%;
  background-color: #fff;
  color: #ccc;
  font-size: 1.8rem;
  vertical-align: top;
  line-height: 3em;
  aspect-ratio: 1 / 1;
}
.swiper-pagination-current{
  position: relative;
  top: -0.05em;
  color: var(--nikken-red);
  font-size: 1.6em;
}
.point-slider .swiper-slide a{
  padding: 5px 15px 20px;
  display: block;
  background-color: #fff;
  color: #333;
  transition: all  0.2s ease;
}
.point-slider .swiper-slide a:hover{
  opacity: 0.8;
}
.point-slider__img {
  text-align: center;
}
.point-slider__img img{
  max-width: 100%;
  /* width: 100%; */
  height: auto;
}
.point__label{
  color: var(--nikken-red);
  font-family: frank, 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.point__label span{
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  position: relative;
  bottom: -1px;
}
.point__ttl{
  margin: 0 0 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.point__ttl span{
  display: block;
  color: var(--font-dark);
  font-size: 1.2rem;
}
.point__ttl--lv2{
  margin: 0 0 5px;
  padding-left: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}
.point__ttl--lv2::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 17px;
  background-color: var(--nikken-red);
}
p.point__text{
  margin: -5px 0 10px;
  font-size: 1.5rem;
}
p.point__lead{
  margin: 15px 0 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--font-dark);
}
.point-cont .detail_link a{
  margin-right: 20px;
  display: inline-block;
}

/* シンプルなポイント一覧 */
.index-point-list > div{
  padding: 5px 15px 20px;
  display: block;
  background-color: #fff;
  color: #333;
}
.index-point-list > div .point__label{
text-align: center;
}
/* topは非表示 */
.list_recommend{
  display: none;
}
.detail_link.anchor_link a{
  position: relative;
  background-image: none;
}
.detail_link.anchor_link a::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: -0.2em;
  right: 10px;
  bottom: 0;
  height: 0.8em;
  background-color: #fff;
  clip-path: polygon(50% 87%, 95% 46%, 100% 53%, 50% 100%, 0% 50%, 6% 43%);
  aspect-ratio: 1 / 1;
}

.merit{
  margin: 70px 0 0;
  padding: 20px 20px;
  font-size: 1.6rem;
  background: url(/nikken/guidance/construction2q/img/bg.png) repeat left top;
}
.merit p{
  font-size: 1.6rem;
  line-height: 1.8;
}
.merit strong{
  padding: 0 0.15em;
  background-image: linear-gradient(transparent 90%, #f6ff51 0);
  font-weight: bold;
  color: #333;
}
.merit p.merit-lead{
  margin: -10px 0 15px;
  text-align: center;
  padding: 0 0 10px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.merit-box:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--line-light);
}
.merit-box:not(:first-child) .index-main__ttl{
  margin-top: 0;
}
.point-list__ttl{
  margin: 0 0 15px;
  text-align: center;
  font-size: 1.7rem;
}

.cycle__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.cycle__list li{
  padding: 25px;
  position: relative;
  border: 1px solid var(--line-light);
  width: 100%;
}

.cycle__ttl{
  margin: 0 0 10px;
  color: var(--nikken-red);
  font-size: 1.6rem;
  text-align: center;
}
.cycle__img{
  text-align: center;
}
.step_info{
  margin: 5px 0 0;
}
.step_info h5{
  margin: 0 0 5px;
  padding: 5px 0 5px;
  border-bottom: 1px solid #ddd;
  font-size: 1.7rem;
  text-align: center;
}
.cycle__list li.back-beginning{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
}
.cycle__list li.back-beginning strong{
  color: var(--nikken-red);
}
.index_point_outline{
	margin: 20px 0 0;
	padding: 30px 30px 10px;
	border: 1px solid #c3c3c3;
	overflow: hidden;
}
.index_point_outline section{ margin: 0 0 20px; }
.index_point_outline h5{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	color: var(--nikken-red);
	font-size: 1.8rem;
  position: relative;
}

.index_point_outline h5::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 3px solid var(--nikken-red);
}
.index-point-list--flat > div{
  margin: 0 0 20px;
}
.index-point-list--flat .point__ttl{
  text-align: center;
}
.index-point-list--flat  .point__label{
  margin-bottom: 5px;
}
.index-point-list--flat p{
  margin: 0 0 20px;
  font-size: 1.5rem;
}
.index-point-list--flat > div{
  padding: 20px;
}
.index-point-list--flat .index_feature_step_ttl span{
  display: block;
  margin: 0 0 5px;
  color: var(--nikken-red);
  font-size: 1.6rem;
  text-align: center;
}
.index-point-list--flat .index_feature_step_ttl{
  margin: 0 0 15px;
  text-align: center;
  font-size: 1.8rem;
}
.feature_video_img {
  text-align: center;
}
.feature_video_img img{
  margin: 0 0 5px;
}

.toggle_btn{
  display: none;
}
.course_list_table td.table_outline .course_text{
  display: block;
}
/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  .cycle__img img{
    width: 150px;
  }
  .cycle__list li:not(:last-child)::before{
    content: ' ';
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 1;
    right: -20px;
    left: 0;
    bottom: -20px;
    width: 24px;
    height: 35px;
    background: url(/nikken/guidance/img/feature/step_arrow.png) no-repeat center center;
    background-size: 20px auto;
    transform: rotate(90deg);
  }
  .index-point-list--flat{
    margin: 0 15px;
  }
  .merit-box p{
    text-align: left;
  }
  .test-cont__wrap{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
  .count-cont  .count-text{
    font-size: 1.05rem;
  }
}

/* PC----------------------------- */
@media screen and (min-width: 768px){
  #index_header{
    min-height: 310px;
  }
  .main-lead{
    margin: 0 0 10px;
    font-size: 2.0rem;
  }
  .main-ttl{
    margin: 10px 0 0;
    font-size: 6.5rem;
  }
  .related{
    margin-top: 25px;
  }
  /* 次回試験日 */
  .count-ttl{
    margin-right: 5px;
    padding: 4px 10px;
    width: auto;
  }
  .count-ttl:after{
    content: ' ';
    margin: 0;
    position: absolute;
    top: 0;
    right: -1em;
    bottom: 0;
    width: 1em;
    height: 100%;
    background-color: var(--nikken-red);
    clip-path: polygon(80% 50%, 0 0, 0 100%);
  }
  .count{
    margin: 0 0 40px;
  }
  .count-cont{
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  .test-cont__wrap{
    display: flex;
  }
  .test-cont{
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .count-test-type{
    padding: 5px 8px;
    width: auto;
    font-size: 1.3rem;
  }
  .day{
    font-size: 2.3rem;
  }
  .index-main__ttl{
    margin: 80px 0 25px;
  }
  .index-main__ttl span{
    font-size: 2.5rem;
  }
  .index-pickup .index-main__ttl{
    margin-top: 70px;
  }
  /* pickup-slider */
  .pickup-slider{
    padding: 0 5%;
  }
  .point-slider .swiper-wrapper{
    margin: 0 -5px;
    width: auto;
  }
  .swiper-slide{
    padding: 0 10px;
  }
  .pickup a{
    grid-template-columns: 40% 20% auto;
    grid-template-rows: 20px 1fr 20px;
  }
  .pickup__textbox{
    padding: 50px 0 50px 29%;
    font-size: clamp(1.4rem, 1.8vw, 3.2rem);
  }
  .swiper-button-next{
    right: 3.5%;
  }
  .swiper-button-prev{
    left: 3.5%;
  }
  /* 今受講するなら */
  .recommend-now{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .recommend-now__ttl{
    margin-right: 5px;
    max-width: 126px;
    width: 10%;
  }
  .recommend-now__ttl img{
    margin: 0;
    width: auto;
  }
  .recommend-now__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1;
    gap: 10px;
  }
  .recommend-now__list li{
    margin: 0;
    display: flex;
    width: 32%;
  }
  .recommend-now__list li a{
    padding: 20px;
  }
  .pickup-list li{
    width: 49.5%;
  }
  .pickup-list li a{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .pickup__bn{
    margin: 0 10px 0 0;
    width: 30%;
  }
  .pickup-list .pickup__bn img{
    margin-bottom: 0;
  }

  /* 合格率バナー */
  .passrate-banner__cont{
    margin: 50px 0 0;
   
  }

  /* 講習のご案内 */
  .training-session{
    padding: 25px 50px;
  }
  .useful-list{
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #b0b0b0;
  }
	/*カラム数調整*/
	.ul3colums{
		grid-template-columns: repeat(3, 1fr);
	}
	.ul2colums{
		grid-template-columns: repeat(2, 1fr);
	}
	.ul1colums{
		grid-template-columns: repeat(1, 1fr);
	}
	/*end カラム数調整*/
  .useful-list li a{
    margin: 0;
    padding: 25px 22px 15px;
    border: none;
    border-right: 1px solid #e3e3e3;
    height: 100%;
  }
  .training-session__list li{
    margin: 0 0 5px;
  }
  .training-session__list li:last-child{
    margin: 0;
  }
  .training-session__list a{
    padding: 0 0 0 5px;
    display: inline-block;
    border: none;
  }
  .training-session__list a::before{
    top: 0.7em;
    left: -15px;
  }
  .training-session__list a span{
    margin: 0 5px 0 0;
    display: inline-block;
    font-weight: normal;
  }

  /* 講座の特長 */
  .point-cont{
    margin: 150px 0 50px;
  }
  .point-cont__lead{
    margin: 0 0 50px;
    font-size: 2.5rem;
  }
  .swiper__warp{
   clip-path: inset(0 0 0 0);
  }
  .point-slider,
  .detail_link__wrap{
    margin-right: auto;
    margin-left: auto;
    min-width: 970px;
    max-width: 1300px;
    width: 90%;
  }
  .detail_link__wrap .detail_link a{
    margin-right: 0;
  }
  .slider_controls2{
    display: none;
    left: 17px;
  }
  .point__label{
    color: var(--nikken-red);
    font-size: 1.5rem;
 }
  .point__label span{
    font-size: 2em;
    font-family: Arial, sans-serif;
    position: relative;
    bottom: -1px;
  }
  .point__ttl{
    font-size: 2.4rem;
  }
  .point__ttl span{
    font-size: 1.6rem;
  }
  .point-slider .swiper-slide a{
    padding: 15px 25px 40px;
  }
  .training-session{
    padding: 40px 50px;
    display: flex;
  }
  .training-session__ttl{
    margin: 0 30px 0 0;
  }
  .merit{
    margin: 70px 0 0;
    padding: 50px 40px;
    font-size: 1.6rem;
    background: url(/nikken/guidance/construction2q/img/bg.png) repeat left top;
  }
  .merit .index-main__ttl{
    margin-top: 0;
  }

  .point-row3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .point-row2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .point-list__ttl{
    margin: 0 0 15px;
    font-size: 1.8rem;
    text-align: center;
    padding: 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 3.3em;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  .merit p{
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .merit p.merit-lead{
    font-size: 2.0rem;
  }

  /* シンプルなポイント一覧 */
  .index-point-list{
    margin: 0 auto;
    display: flex;
    gap: 10px;
    min-width: 970px;
    max-width: 1300px;
    width: 90%;
  }
  .index-point-list--flat{
    display: block;
  }
  .index-point-list--flat > div{
    padding: 50px;
  }
  .index-point-list > div{
    flex: 1;
  }
  .cycle__list li{
    padding: 25px;
    flex: 2;
    position: relative;
    border: 1px solid var(--line-light);
  }
  .cycle__list li:not(:last-child)::before{
    content: ' ';
    margin: auto 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 24px;
    height: 35px;
    background: url(/nikken/guidance/img/feature/step_arrow.png) no-repeat center center;
  }
  .feature_video_img{
    display: flex;
    gap: 7px;
    justify-content: center;
  }
  .feature_video_img img{
    width: 50%;
    max-width: 481px;
  }



  
}
@media screen and (min-width: 1024px){
  /* 今受講するなら */
  .recommend-now{
    padding: 30px;
  }
  .recommend-now__ttl{
    margin-right: 15px;
    max-width: 126px;
    width: 13%;
  }
  .recommend-now__list{
    gap: 15px;
  }
  .recommend-now__list li a{
    padding: 30px;
  }


}
@media screen and (min-width: 1300px){
}


/* ===========================================
	印刷
=========================================== */
@media print{
}
