@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
.l_mainContents{
  color:#666666;
}
/*-----------------共通---------------------------------------*/
.b{
  font-weight: bold;
}
.left{
  text-align: left;
}
.r-link{
  color:#A1A1A1;
  text-decoration: underline;
}
.r-link:hover{
  color:#BE0533;
}
.r-link::after{
  content:"";
  display: inline-block;
  width:15px;
  height:15px;
  background: url(../img/middle/info-ranking-new/icon_link.svg) no-repeat;
  background-size: cover;
  margin-left: 5px;
  background-position: bottom;
}
.r-link:hover::after{
  background: url(../img/middle/info-ranking-new/icon_link-hover.svg) no-repeat;
  background-size: cover;
}
.note_gray{
  font-size:0.857rem;/*12px*/
  color:#A7A7A7;
}
.note{
  font-size:0.857rem;/*12px*/
}
.br_sp{
  display:none;
}
.mb15{
  margin-bottom:15px;
}
.mb30{
  margin-bottom:30px;
}
.mb50{
  margin-bottom:50px;
}
.mb80{
  margin-bottom:80px;
}
.mb100{
  margin-bottom:100px;
}
/*-------------タイトル--------------------------------------*/
.fv-box{
  position:relative;
  text-align: center;
}
.fv-content{
  width:100%;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.ttl-box .edition{
  color:#BE0533;
  border-bottom:solid 1px #BE0533;
  display: inline-block;
  margin-bottom: 10px;
  font-size:22px;
  padding-top:10px;
}
.ttl-box .month{
  padding:0 0.2em;
  font-size:32px;
}
.ttl-box .title{
  font-size:34px;
  color:#333333;
}
.btn-box{
  padding:10px 30px 30px 30px;
  display:flex;
  justify-content: center;
  gap:15px;
  font-size:1.285rem;/*18px;*/
}
.btn-box p{
  width:calc(100%/2);
}
.btn-box p a{
  display: block;
  color:#666666;
  background-color: #ffff;
  padding:10px;
  box-shadow: 0px 2px 6px #CCCCCC;
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  transition:all .2s ease-out;
}
.btn-ranking::before{
  content:"";
  width:26px;
  height:21px;
  background: url(../img/middle/info-ranking-new/icon_btn_ranking-crown.svg) no-repeat;
  background-size: cover;
  transition:all .2s ease-out;
}
.btn-new::before{
  content:"";
  width:30px;
  height:25px;
  background: url(../img/middle/info-ranking-new/icon_btn-reccomend.svg) no-repeat;
  background-size: cover;
  transition:all .2s ease-out;
}
.btn-box p a::after{
  content:"";
  width:20px;
  height:20px;
  background: url(../img/middle/info-ranking-new/icon_btn_arrow-v.svg) no-repeat;
  background-size: cover;
  transition:all .2s ease-out;
}
.btn-box p a:hover{
  color: #ffff;
  background-color: #BE0533;
}
.btn-box p a:hover::after{
  transition:all .2s ease-out;
  background: url(../img/middle/info-ranking-new/icon_btn_arrow-v-hover.svg) no-repeat;
  background-size: cover;
}
.btn-ranking:hover::before{
  background: url(../img/middle/info-ranking-new/icon_btn-ranking-crown-hover.svg) no-repeat;
  background-size: cover;
}
.btn-new:hover::before{
  background: url(../img/middle/info-ranking-new/icon_btn-reccomend-hover.svg) no-repeat;
  background-size: cover;
}
/*-------------主要section-----------------------------------*/
.sec{
  width:100%;
  margin-bottom:100px;
}
.sec h2{
  color: #333333;
  font-size:24px;/*24px*/
  display:flex;
  flex-direction:column;
  align-items: center;
  margin-bottom:40px;
  position: relative;
  letter-spacing:0.08em;
}
.sec h2::after{
  content:"";
  width:35%;
  height:3px;
  background-color: #BE0533;
  position: absolute;
  top:130%;
  left:50%;
  transform:translateX(-50%);
}

/*--共通：人気ランキング、おすすめ新着研修---*/
.content-reccomend{
  background-color: #F5F2F2;
  border-top-left-radius:50px;
  border-top-right-radius:50px;
  padding:30px;
  margin-bottom:50px;
}
.content-reccomend h3{
  text-align: center;
  margin:40px 0 45px 0;
  font-size:1.142rem;/*16px;*/
  position: relative;
}
.content-reccomend h3::after{
  font: bold 12px Yu Gothic UI;
  letter-spacing: 0px;
  position: absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
}
.content-reccomend-ranking h3::after{
  content:"RANKING";
}
.content-reccomend-new h3::after{
  content:"NEW";
}
.content-reccomend h3::before{
  content:"";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left:50%;
  transform:translateX(-50%);
}
.content-reccomend-ranking h3::before{
  width: 32.2px;
  height: 26.19px;
  top:-40px;
  background-image: url(../img/middle/info-ranking-new/icon_sec1_ranking-crown.svg);
}
.content-reccomend-new h3::before{
  width: 40.35px;
  height: 32.55px;
  background-image: url(../img/middle/info-ranking-new/icon_sec2-new-star.svg);
  top:-45px;
}
.content-reccomend h3 span{
  display: inline-block;
  position: relative;
}
.content-reccomend h3 span::before{
  content:"";
  width: 20.32px;
  height: 45.38px;
  background-image: url(../img/middle/info-ranking-new/img_secc1_ranking-l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-5%;
  left:-20%;
}
.content-reccomend h3 span::after{
  content:"";
  width: 20.32px;
  height: 45.38px;
  background-image: url(../img/middle/info-ranking-new/img_sec1_ranking-r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-5%;
  right:-20%;
}
/*--------人気ランキング----------*/
.content-reccomend-ranking ol{
  margin-bottom: 30px;
}
.content-reccomend-ranking ol li a{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding:0.2em 0 0.2em 2em;
  font-weight: bold;
  color:#666666; 
}
.content-reccomend-ranking ol li a:hover{
  color:#fff;
  background-color:#BE0533;
}
.content-reccomend-ranking ol li a .icon-rank{
  display: inline-block;
  vertical-align: middle; /* テキストと中央揃え */
  margin: 0 10px;
  width:20px;
  height:20px;
}
.content-reccomend-ranking ol li a .icon-rank-stay{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-stay.svg) no-repeat;
  background-position: center;
}
.content-reccomend-ranking ol li a:hover .icon-rank-stay{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-stay-hover.svg) no-repeat;
  background-position: center;
}
.content-reccomend-ranking ol li a .icon-rank-up{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-up.svg) no-repeat;
  background-position: center;
}
.content-reccomend-ranking ol li a:hover .icon-rank-up{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-up-hover.svg) no-repeat;
  background-position: center;
}
.content-reccomend-ranking ol li a .icon-rank-down{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-down.svg) no-repeat;
  background-position: center;
}
.content-reccomend-ranking ol li a:hover .icon-rank-down{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-down-hover.svg) no-repeat;
  background-position: center;
}
.content-reccomend-ranking ol li a .icon-rank-new{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-new.svg) no-repeat;
  background-position: center;
}
.icon_box{
  background-color: #fff;
  border: 1px solid #666666;
  display:flex;
  justify-content: center;
  gap:10px;
  font-size: 12px;
  padding:5px 0;
  letter-spacing: 0;
}
.icon_box li{
  display: flex;
  gap:5px;
  align-items: center;
}
.icon_box li::before{
  content:"";
  display: inline-block;
  width:20px;
  height:20px;
}
.icon_box .icon-rank-stay::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-stay-mini.svg) no-repeat;
  background-position: center;
}
.icon_box .icon-rank-up::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-up-mini.svg) no-repeat;
  background-position: center;
}
.icon_box .icon-rank-down::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-down-mini.svg) no-repeat;
  background-position: center;
}
.icon_box .icon-rank-new::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-new-mini.svg) no-repeat;
  background-position: center;
}
/*-----------------------各研修-------------------------------------------------*/
.box-training{
  padding:15px 0 30px 0;
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
}
.box-training h3{
  color: #333333;
  letter-spacing: 0px;
  font-size:16px;
  margin-bottom:15px;
  display: flex;
  justify-content: flex-start;
  gap:10px;
  padding-left:30px;
}
.box-training-detail{
  display: flex;
  gap:15px;
  margin:0 30px 10px 30px;
}
.box-training-detail p:first-child{
  max-width:200px;
  min-width:120px;
  height:auto;
}
.box-training-detail div p:first-child{
  margin-bottom:10px;
  display: flex;
  gap:5px;
}
.box-training-ranking h3{
  align-items: flex-end;
  position: relative;
}
.box-training-ranking h3::before{
  content:"";
  display: inline-block;
  width:50px;
  height:40px;
}
#rank1 h3::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num1.svg) no-repeat;
  background-size: contain;
}
#rank2 h3::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num2.svg) no-repeat;
  background-size: contain;
}
#rank3 h3::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num3.svg) no-repeat;
  background-size: contain;
}
#rank4 h3::before{
  width:35px;
  height:35px;
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num4.svg) no-repeat;
  background-size: contain;
}
#rank5 h3::before{
  width:35px;
  height:35px;
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num5.svg) no-repeat;
  background-size: contain;
}

#rank6 h3::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num6.svg) no-repeat;
  background-size: contain;
}
#rank7 h3::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num7.svg) no-repeat;
  background-size: contain;
}
#rank8 h3::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num8.svg) no-repeat;
  background-size: contain;
}
#rank9 h3::before{
  width:35px;
  height:35px;
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num9.svg) no-repeat;
  background-size: contain;
}
#rank10 h3::before{
  width:35px;
  height:35px;
  background: url(../img/middle/info-ranking-new/icon_sec1_ranking-num10.svg) no-repeat;
  background-size: contain;
}

/*--------対象階層アイコン----------*/
.icon-target{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-bottom:10px;
}
.icon-target li span{
  display: block;
  font-size:12px;/*12px;*/
  font-family: Meiryo UI;
  font-weight: bold;
  padding:0 0.5em;
  white-space: nowrap;
  border-radius: 3px;
  line-height: 1.5;
}
.all{
  color:#e80000;
  border:solid 1px #e80000;
}
.naiteisha{
  color:#09a2c6;
  border:solid 1px #09a2c6;
}
.newcom{
  color:#1eba2c;
  border:solid 1px #1eba2c;
}
.young{
  color:#00a99d;
  border:solid 1px #00a99d;
}
.middle{
  color:#ff9e1d;
  border:solid 1px #ff9e1d;
}
.leader{
  color:#cc1b5b;
  border:solid 1px #cc1b5b;
}
.mng{
  color:#8e6747;
  border:solid 1px #8e6747;
}
.head{
  border: 1px solid #B865C1;
  color:#B865C1;
}
/*---研修ボタン--------------------*/
.box-training-btn{
  display: flex;
  justify-content: flex-end;
  gap:10px;
  margin-bottom:15px;
  margin: 0 30px 0px;
}
/*詳細ボタン*/
.box-training-btn .btn-detail a{
  display: block;
  background-color: #666666;
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding:0.3em 1em;
}
/*開催日程ボタン*/
#btn-schedule{
  display: block;
  background-color: #666666;
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding:0.3em 30px 0.3em 1em;
  position: relative;
  cursor: pointer;
}
/*お問合せボタン*/
.box-training-btn .btn-contact a{
  display: block;
  background-color: #666666;
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding:0.3em 30px 0.3em 1em;
}
#btn-schedule:hover{
  background-color: #BE0533;
}
.box-training-btn a:hover{
  background-color: #BE0533;
}
/* ＋アイコン */
#btn-schedule:hover::before, #btn-schedule:hover::after {
    background: #BE0533;
}

.btn-schedule span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.btn-schedule::before,
.btn-schedule::after {
  content: "";
  width: 12px;
  height: 3px;
  background:#666666;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  z-index: 2;
}
/* アイコンのー */
.btn-schedule::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*ホバー時の色変化*/
.btn-schedule:hover::before,
.btn-schedule:hover::after {
  background: #BE0533;
}

/* アコーディオンが開いたらーに */
.is-open .btn-schedule::after{
  transform: translateY(-50%) rotate(0);
}
/*--- 開催日程の開閉 ---*/
.iframe{
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
/* アコーディオン中身部分*/
.c-curriculum__schedule {
  margin:0 30px;
}
.c-accordion-inner {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  cursor: auto;
}
.c-accordion-inner.is-open {
  opacity: 1;
  height: auto;
  padding: 10px;
  background-color: #f5f2f279;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
}


/*---声--------------------*/
.box-voice{
  padding:15px 30px 0
}
.box-voice dt{
  font-weight: bold;
  margin-bottom:15px;
  font-size:16px;
}
.box-voice dd{
  position: relative;
  margin-left:40px;
  margin-bottom:15px;
}
.box-voice dd:last-child{
  margin-bottom:0px;
}
.box-voice dd::before{
  content: "";
  width:25px;
  height:25px;
  display: inline-block;
  position: absolute;
  top:2px;
  left:-40px;
}
.box-training-voice dd::before{
  background: url(../img/middle/info-ranking-new/icon_sec1_voice.svg) no-repeat;
  background-size: contain;
}
.box-developer-voice dd::before{
  background: url(../img/middle/info-ranking-new/icon_secc2_voice.svg) no-repeat;
  background-size: contain;
}
/*-------------------お得な情報PR------------------------------------------------*/
.pr_box{
  margin-top: 80px;
  letter-spacing: 0;
}
.pr_box-copy{
  text-align: center;
  font-weight: bold;
  color:#BE0533;
  font-size:18px;/*18px*/
  margin-bottom: 15px;
  padding:0.2em 1em;
}
.pr_box-copy::before{
  content:"＼　";
  font-weight: bold;
}
.pr_box-copy::after{
  content:"　／";
  font-weight: bold;
}
.pr_box-detail{
  display: flex;
}
.pr_box-detail div{
  width:50%;
  background-color: #f5f2f279;
}
.pr_box-detail div dl {
  text-align: center;
  padding: 30px 15px;
}
.pr_box-detail div p{
  background-color:#BE0533;
  color:#fff;
  font-weight: bold;
  text-align: center;
  font-size:16px;
  position: relative;
}
.pr_box-detail-webins p::before{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #fff;
  border-top: 13px solid transparent;
  position: absolute;
  top: 0;
  right: -13px;
  z-index:5;
}
.pr_box-detail-webins p::after{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #BE0533;
  border-top: 13px solid transparent;
  position: absolute;
  top: 0;
  right: -10px;
  z-index:6;
}
.pr_box-detail-webins dl{
  border-right: 1px solid #ddd;
}
.pr_box-detail dl dt{
  margin-bottom:30px;
  height:50px;
}
.pr_box-detail div dl dd {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
}
.pr_box-detail div dl dd:last-child {
  margin-bottom: 0;
}
.pr_box-detail-dd{
  min-height: 7em;
}
/*ボタン*/
.pr_box-detail_btn {
  display: inline-block;
  width:100%;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0px;
  color:#666666;
  background-color: white;
  padding: 10px 0;
  box-shadow: 0px 2px 6px #CCCCCC;
  border-radius: 25px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:15px;
  border:1px solid #666666;
}
.pr_box-detail_btn::after {
  content:"";
  display: inline-block;
  width:20px;
  height:20px;
  background: url(../img/middle/info-ranking-new/icon_btn_arrow-h.svg) no-repeat;
  background-size: cover;
}
.pr_box-detail_btn:hover {
  color:#fff;
  background-color: #BE0533;
  border:1px solid #BE0533;
}
.pr_box-detail_btn:hover::after {
  content:"";
  display: inline-block;
  width:20px;
  height:20px;
  background: url(../img/middle/info-ranking-new/icon_btn_arrow-h-hover.svg) no-repeat;
  background-size: cover;
}
/*------------section2、研修を探す--------------------------------------------*/
.box-training-new{
  padding-top:30px;
}
.box-training-new h3{
  padding-left:30px;
  align-items: center;
 }
.content-reccomend-new ul li a{
  display: block;
  margin-bottom: 5px;
  padding:0.2em 0 0.2em 0.5em;
  font-weight: bold;
  color:#666666; 
  display: flex;
  align-items: center;
  gap:5px;
}
.content-reccomend-new ul li a:hover{
  color:#fff;
  background-color:#BE0533;
}
/*---研修タイプアイコン------*/
.icon-type{
  font-size:10px;/*10px;*/
  font-family: Meiryo UI;
  font-weight: bold;
  display: inline-block;
  padding:0 0.5em;
  white-space: nowrap;
  margin-right: 5px;
}
.icon-type-big{
  font-size:12px;/*12px;*/
  font-family: Meiryo UI;
  font-weight: bold;
  display: inline-block;
  padding:0.1em 0.7em;
  white-space: nowrap;
}
.icon-type-koukai{
  background-color: #1D5B7A;
  color:#fff;
}
.icon-type-koushi{
  background-color: #A53030;
  color:#fff;
}
.icon-type-elearning{
  background-color: #CC6600;
  color:#fff;
}
.content-reccomend-new ul li a:hover .icon-type-koukai{
  background-color: #fff;
  color: #BE0533;
}
.content-reccomend-new ul li a:hover .icon-type-koushi{
  background-color: #fff;
  color: #BE0533;
}
.content-reccomend-new ul li a:hover .icon-type-elearning{
  background-color: #fff;
  color: #BE0533;
}
.box-training-new .box-training-btn{
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.btn-contact a{
  position: relative;
}
.btn-contact a::after{
  content:"";
  display: inline-block;
  width:15px;
  height: 15px;
  background: url(../img/middle/info-ranking-new/icon_btn_arrow-h.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:10px;
}
.btn-contact a:hover::after{
  background: url(../img/middle/info-ranking-new/icon_btn_arrow-h-hover.svg) no-repeat;
  background-size: contain;
}
/*********************************
レスポンシブTB
*************************************/
@media screen and (max-width: 768px){
  /*-----------------共通---------------------------------------*/
  .r-link::after{
    width:13px;
    height:13px;
  }
  .mb80{
    margin-bottom:50px;
  }
  .mb100{
    margin-bottom:80px;
  }
  .br_pc{
    display:none;
  }
  /*-------------タイトル--------------------------------------*/
  .fv-box{
    height:190px;
  }
  .ttl-box .edition{
    font-size:20px;
  }
  .ttl-box .month{
    font-size:28px;
  }
  .ttl-box .title{
    font-size:28px;
  }
  .btn-box{
    padding:10px 15px 15px;
    font-size:14px;/*18px;*/
  }
  .btn-box p a{
    gap:10px;
  }
  .btn-ranking::before{
    width:21px;
    height:16px;
    background-size: contain;
  }
  .btn-new::before{
    width:25px;
    height:20px;
    background-size: contain;
  }
  .btn-box p a::after{
    width:15px;
    height:15px;
    background-size: contain;
  }
  .btn-box p a:hover::after{
    background-size: contain;
  }
  .btn-ranking:hover::before{
    background-size: contain;
  }
  .btn-new:hover::before{
    background-size: contain;
  }
  /*-------------主要section-----------------------------------*/
  .sec{
    margin-bottom:80px;
  }
  .sec h2{
    font-size:20px;/*24px*/
    margin-bottom:40px;
  }  
  /*--共通：人気ランキング、おすすめ新着研修---*/
  .content-reccomend{
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    padding:30px 15px;
  }
  .content-reccomend h3{
    font-size:16px;/*16px;*/
  }
  .content-reccomend h3::after{
    font: bold 10px Yu Gothic UI;
  }
  .content-reccomend-ranking h3::before{
    width: 30px;
    height: 24px;
    top:-40px;
    background-image: url(../img/middle/info-ranking-new/icon_sec1_ranking-crown.svg) ;
  }
  .content-reccomend-new h3::before{
    width: 40.35px;
    height: 32.55px;
  }
  /*--------人気ランキング----------*/
  .content-reccomend-ranking ol li a{
    margin-bottom: 15px;
    padding:0;
  }
  .icon_box{
    flex-wrap: wrap;
    gap:5px;
  }
  /*--------人気ランキング----------*/
  .content-reccomend-ranking ol{
    margin-bottom: 30px;
  }
  .content-reccomend-ranking ol li a{
    margin-bottom: 15px;
    padding:0;
    display: block;
  }
  .content-reccomend-ranking ol li a:hover{
    color:#666666;
    background-color:transparent;
  }
  .content-reccomend-ranking ol li a .icon-rank{
    margin: 0 5px;
    width:20px;
    height:20px;
  }
  .content-reccomend-ranking ol li a .icon-rank-stay{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-stay-mini.svg) no-repeat;
    background-size: contain;
  }
  .content-reccomend-ranking ol li a:hover .icon-rank-stay{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-stay-mini.svg) no-repeat;
    background-size: contain;
  }
  .content-reccomend-ranking ol li a .icon-rank-up{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-up.svg) no-repeat;
    background-size: contain;
  }
  .content-reccomend-ranking ol li a:hover .icon-rank-up{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-up.svg) no-repeat;
    background-size: contain;
  }
  .content-reccomend-ranking ol li a .icon-rank-down{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-down.svg) no-repeat;
    background-size: contain;
  }
  .content-reccomend-ranking ol li a:hover .icon-rank-down{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-down.svg) no-repeat;
    background-size: contain;
  }
  .content-reccomend-ranking ol li a .icon-rank-new{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-new.svg) no-repeat;
    background-size: contain;
  }
  .content-reccomend-ranking ol li a:hover .icon-rank-new{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-new.svg) no-repeat;
    background-size: contain;
  }
  .icon_box{
    background-color: #fff;
    border: 1px solid #666666;
    display:flex;
    justify-content: center;
    gap:10px;
    font-size: 12px;
    padding:5px 15px;
    letter-spacing: 0;
  }
  .icon_box li{
    display: flex;
    gap:5px;
    align-items: center;
  }
  .icon_box li::before{
    content:"";
    display: inline-block;
    width:20px;
    height:20px;
  }
  .icon_box .icon-rank-stay::before{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-stay-mini.svg) no-repeat;
    background-position: center;
  }
  .icon_box .icon-rank-up::before{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-up-mini.svg) no-repeat;
    background-position: center;
  }
  .icon_box .icon-rank-down::before{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-down-mini.svg) no-repeat;
    background-position: center;
  }
  .icon_box .icon-rank-new::before{
    background: url(../img/middle/info-ranking-new/icon_sec1_ranking-new-mini.svg) no-repeat;
    background-position: center;
  }
  /*-----------------------各研修-------------------------------------------------*/
  .box-training h3{
    margin-bottom:15px;
    display: block;
    padding:0 15px 0 15px;
  }
  .box-training-detail{
    justify-content: flex-start;
    gap:15px;
    margin:0 15px 15px 15px;
  }  
  .box-training-ranking h3::before{
    width:40px;
    height:30px;
  }
  /*---研修ボタン--------------------*/
  .box-training-btn{
    margin:0 15px 0;
  }
  .box-training-btn a{
    gap:5px;
    width:initial;
    padding:0.3em 1em;
    background-color: #BE0533;
  }
  /*---声--------------------*/
  .box-voice{
   padding:15px 15px 0;
  }
  .box-voice dt{
    font-size:1rem;
  }
  .box-voice dd{
    margin-left:30px;
  }
  .box-voice dd::before{
    width:20px;
    height:20px;
    left:-30px;
  }
  /*-------------------お得な情報PR------------------------------------------------*/
  .pr_box{
    margin-top: 50px;
  }
  .pr_box-copy{
    font-size:16px;/*16px*/
    padding:0;
  }
  .pr_box-copy::before{
    content:"▼ ";
    font-weight: bold;
  }
  .pr_box-copy::after{
    content:none;
  }
  .pr_box-detail{
    display: block;
  }
  .pr_box-detail div{
    width:100%;
  }
  .pr_box-detail div p{
    font-size: 1rem;
    position: relative;
  }
  .pr_box-detail-webins p::before{
    content: none;
  }
  .pr_box-detail-webins p::after{
    content: none;
  }
  .pr_box-detail-webins dl{
    border-right: none;
  }
  .pr_box-detail dl dt{
    margin-bottom:30px;
    height:initial;
  }
  .pr_box-detail div dl dd {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .pr_box-detail div dl dd:last-child {
    margin-bottom: 0;
  }
  .pr_box-detail-dd{
    min-height: initial;
  }
  /*ボタン*/
  .pr_box-detail_btn {
    border: 2px solid #666666;
    padding:10px;
  }
  .pr_box-detail_btn:hover {
    color:#666666;
    background-color: #fff;
    border:2px solid #666666;
  }
  .pr_box-detail_btn:hover::after {
    background: url(../img/middle/info-ranking-new/icon_btn_arrow-h.svg) no-repeat;
    background-size: contain;
  }
  /*------------section2、研修を探す--------------------------------------------*/
  .box-training-new{
    padding-top:30px;
  }
  .box-training-new h3{
    padding-left:15px;
   }
  .content-reccomend-new ul li a{
    padding:0;
    display: block;
    margin-bottom:15px;
  }
  .content-reccomend-new ul li a:hover{
    color: #666666;
    background-color: transparent;
  }
  /*---研修タイプアイコン------*/
  .icon-type{
    margin-right: 5px;
  }
  .icon-type-big{
    padding:0.1em 0.5em;
    margin-right: 5px;
  }
  .content-reccomend-new ul li a:hover .icon-type-koukai{
    background-color: #1D5B7A;
    color: #fff;
  }
  .content-reccomend-new ul li a:hover .icon-type-koushi{
    background-color: #BE0533;
    color: #fff;
  }
  .content-reccomend-new ul li a:hover .icon-type-elearning{
    background-color: #CC6600;
    color: #fff;
  }
  .box-training-new .box-training-btn{
    padding-bottom: 10px;
  }
  .btn-contact::after{
    background: url(../img/middle/info-ranking-new/icon_btn_arrow-h-hover.svg) no-repeat;
    background-size: contain;
  }
}

/*************************************
レスポンシブSP
*************************************/
@media screen and (max-width: 430px){
  /*-----------------共通---------------------------------------*/
  .br_sp{
    display: block;
  }
  .mb15{
    margin-bottom:10px;
  }
.mb30{
  margin-bottom:15px;
  }
  .mb80{
    margin-bottom:40px;
  }
  .mb100{
    margin-bottom:50px;
  }
  /*-------------タイトル--------------------------------------*/
  .fv-box{
    height:210px;
  }
  .ttl-box .edition{
    font-size:18px;
    margin-bottom:0px;
  }
  .ttl-box .month{
    font-size:22px;
  }
  .ttl-box .title{
    font-size:22px;
  }
  .btn-box{
    flex-direction: column;
    gap:10px;
    padding:10px;
  }
  .btn-box p{
    width:100%;
  }
  .btn-ranking::before{
    width:20px;
    height:15px;
    background-size: contain;
  }
  /*-------------主要section-----------------------------------*/
  .sec{
    margin-bottom:50px;
  }
  .sec h2{
    font-size:18px;/*18px*/
    margin-bottom:30px;
  }  
  /*--共通：人気ランキング、おすすめ新着研修---*/
  .content-reccomend{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    padding:20px 15px;
  }
  .content-reccomend-ranking h3::before{
    width: 26px;
    height: 20px;
    top:-35px;
  }
  .content-reccomend-new h3::before{
    width: 36px;
    height: 28px;
    top:-40px;
  }
  /*--------人気ランキング----------*/
  .content-reccomend-ranking ol li a{
    margin-bottom: 10px;
  }
  .content-reccomend-ranking ol li a{
    margin-bottom: 15px;
    padding:0;
    display: block;
  }
  .content-reccomend-ranking ol li a:hover{
    color:#666666;
    background-color:transparent;
  }
  .icon_box{
    justify-content: flex-start;
    padding:10px;
  }
  /*-----------------------各研修-------------------------------------------------*/
  .box-training{
    padding: 10px 0 15px 0;
  }
  .box-training h3{
    margin-bottom:0px;
    padding:0 10px 10px;
    font-size: 1rem;
  }
  .box-training-detail{
   flex-direction: column;
   gap:10px;
   margin:0 10px 10px 10px;
  }  
  .box-training-detail p:first-child{
    max-width:initial;
    min-width:initial;
  }
  .box-training-ranking h3::before{
    width:35px;
    height:25px;
  }
  #rank4 h3::before{
    width:30px;
    height:25px;
  }
  #rank5 h3::before{
    width:30px;
    height:25px;
  }
  /*---研修ボタン--------------------*/
  .box-training-btn{
    margin: 0;
    margin-right: 10px;
  }
  .box-training-btn a{
    gap:5px;
    width:initial;
  }
  /* アコーディオン中身部分*/
  .c-curriculum__schedule {
    margin:0 10px;
    padding-bottom:10px;
  }
  /*---声--------------------*/
  .box-voice{
    padding:10px 10px 0;
  }
  /*-------------------お得な情報PR------------------------------------------------*/
  .pr_box-copy{
    font-size:14px;/*16px*/
    text-align: left;
  }
  .pr_box-detail dl dt{
    margin-bottom:15px;
  }
  .pr_box-detail div dl dd {
    font-size: 12px;
    line-height: 1.2;
  }
  /*ボタン*/
  .pr_box-detail_btn {
    box-shadow: none;
    border-radius: 30px;
  }
  .pr_box-detail_btn::after {
    width:15px;
    height: 15px;
  }
  .pr_box-detail_btn:hover::after {
    width:15px;
    height: 15px;
  }
  /*------------section2--------------------------------------------*/
  .box-training-new{
    padding-top:15px;
  }
  .box-training-new h3{
    padding-left:10px;
   }
  .content-reccomend-new ul li a{
    margin-bottom:10px;
  }
  /*---研修タイプアイコン------*/
  .icon-type{
    margin-right: 10px;
  }
  .icon-type-big{
    font-size: 10px;
    padding:0 0.5em;
  }
}
@media screen and (max-width: 330px){
  .fv-box{
    height:260px;
  }
}