@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
.l_mainContents{
  color:#404040;
}
/*-----------------共通---------------------------------------*/
.b{
  font-weight: bold;
}
.underline{
  text-decoration: underline;
}
.n-link{
  color:#404040;
  transition:all .1s ease;
}
.n-link_gray{
  color:#6F6F6F;
  text-decoration: underline;
  transition:all .1s ease;
}
.n-link:hover{
    opacity:0.6;
}
.n-link_gray:hover{
  opacity:0.6;
}
.note_gray{
  font-size:0.857rem;/*12px*/
  color:#A7A7A7;
}
.note{
  font-size:0.857rem;/*12px*/
}
.marker_gold{
  background:  linear-gradient(transparent 60%, rgba(175, 139, 54, 0.25) 60%);
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.br_sp{
  display:none;
}
.br_tb{
  display:none;
}

/*-------------右ナビ--------------------------------------*/
.rnav{
  width:200px;
  position:sticky;
  position:-webkit-sticky;
  top:118px;
  padding-top:10px;
}
.rnav-ranking{
  border: 1px solid #CCCCCC;
  margin-bottom:10px;
  border-radius:10px;
  box-shadow: 0px 2px 4px #CECECE;
  padding:12px 10px 10px;
  background-color: #fff;
}
.rnav-ranking h2{
  color:#404040;
  text-align: center;
  font-size:1rem;/*14px;*/
  position: relative;
  margin-bottom:25px;
}
.rnav-ranking h2::after{
  font: bold 10px Yu Gothic UI;
  letter-spacing: 0px;
  position: absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
}
.rnav-ranking h2::after{
  content:"RANKING";
}
.rnav-ranking h2 span{
  display: inline-block;
  position: relative;
}
.rnav-ranking h2 span::before{
  content:"";
  width: 18px;
  height: 38px;
  background-image: url(../img/middle/training_top/icon_sec4-ranking-l.svg) ;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-5%;
  left:-20%;
}
.rnav-ranking h2 span::after{
  content:"";
  width: 18px;
  height: 38px;
  background-image: url(../img/middle/training_top/icon_sec4-ranking-r.svg) ;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-5%;
  right:-20%;
}
.rnav-ranking ul{
  border-top:1px solid #CECECE;
  color:#6F6F6F;
}
.rnav-ranking ul li{
  border-bottom:1px solid #CECECE;
  padding-bottom:10px;
}
.rnav-ranking ul li:last-child{
  border-bottom:none;
  padding-bottom:0;
  margin-bottom: 10px;
}
.rnav-ranking ul li a{
  display: block;
  color: inherit;
}
.rnav-ranking ul li a:hover{
  opacity: .7;
}
.rnav-ranking ul li a dl dd{
  font-size:0.857rem;/*12px*/
  font-weight: bold;
}
.rnav-ranking ul li dl dt{
  position: relative;
}
.rnav-ranking ul li dl dt:before{
  content:"";
  width:30px;
  height:35px;
  z-index: 5;
  position: absolute;
  top:0;
  left:0;
}
.rnav-ranking ul .rank1 a dl dt:before{
  background: url(../img/middle/training_top/icon_r-nav-rank1.svg);
}
.rnav-ranking ul .rank2 a dl dt:before{
  background: url(../img/middle/training_top/icon_r-nav-rank2.svg);
}
.rnav-ranking ul .rank3 a dl dt:before{
  background: url(../img/middle/training_top/icon_r-nav-rank3.svg);
}
.rnav-ranking ul li dl dd:first-of-type{
  margin: 5px 0;
}
.rnav-icon{
  font-size:0.7142rem;/*10px;*/
  border: 1px solid #6F6F6F;
  margin-right:5px;
  font-family: Meiryo UI;
  font-weight: bold;
  display: inline-block;
  padding:0 0.3em;
  white-space: nowrap;
}

.r-link-mini {
  text-align: right;
}
.r-link-mini a{
  color: #9B0000;
  font-weight: bold;
  text-decoration: underline;
}
.r-link-mini a::after{
  content:"";
  display: inline-block;
  width:12px;
  height:12px;
  margin-left:5px;
  background: url(../img/middle/training_top/icon_link-relative.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:bottom;
}
.r-link-mini a:hover{
  opacity: .7;
}

/*おすすめ新着研修ボタン*/
.rnav-new a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 2px 8px #CCCCCC;
  border: 1px solid #CCCCCC;
  letter-spacing: 0px;
  color: #404040;
  font-weight: bold;
  border-radius: 30px;
  padding:8px 0;
  padding-left: 15px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
}
.rnav-new a::before{
content:"";
display: inline-block;
width:30px;
height:24px;
margin-right:10px;
background: url(../img/middle/training_top/icon_btn-reccomend.svg) no-repeat;
background-size: contain;
}
.rnav-new a:hover{
  border: 1px solid #9B0000;
  color: #fff;
  background-color: #9B0000;
  cursor: pointer;
}
.rnav-new a:hover::before{
  background: url(../img/middle/training_top/icon_btn-reccomend2.svg) no-repeat;
}
.rnav_note_gray{
  font-size:0.714rem;/*10px*/
  color:#A7A7A7;
}
/*-------------タイトル--------------------------------------*/
.title{
  text-align: center;
  padding-bottom:15px;
  font-size:2.571rem;/*36px;*/
  font-family: "Noto Serif JP";
  line-height:1.4;
  letter-spacing:0.08em;
}
.title span{
  font-size:1.428rem;/*20px;*/
}
/*-------------冒頭タブメニュー------------------------------*/
.tab-menu {
  width: 100%;
}
.tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  background-color: #F5F2F2;
}
.tab {
  padding: 20px 0;
  cursor: pointer;
  font-weight: bold;
  width:calc(100%/4);
  text-align: center;
}
.tab+.tab {
  border-left:3px solid #fff;
}
.tab.active {
  color: white;
  background-color: #9B0000;
  position: relative;
}
.tab.active::after {
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  border:10px solid transparent;
  border-top:10px solid #9B0000;
  width:0;
  height:0;
  z-index: 5;
}
.tab-content {
  display: none;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #9B0000;
  box-sizing: border-box;
  margin-bottom:100px;
  position: relative;
}

.tab-content.active {
  display: block;
  display: flex;
  justify-content: center;
  gap:30px;
}

/*
.tab-content.active {
  display: block;
  display: flex;
  justify-content: center;
  gap:20px;
}
*/

/*---------各タブメニュー内容--------*/
.content-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap:15px;
}
.content-list li {
  font-weight: bold;
}
.content-list li a{
  color: #6F6F6F;
}
.content-list li a::before{
  content:"";
  display: inline-block;
  width:13px;
  height:13px;
  margin-right:5px;
  background: url(../img/middle/training_top/icon_tab1.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.content-list li :hover{
  opacity: .7;
  text-decoration: underline;
}
.content-list-child{
  display:block;
  margin-left:1.5em;
  margin-top:10px;
}
.content-list li .content-list-child a::before{
  content:none;
}
/*---------探すボタン--------*/
.content-btn{
  box-shadow: 0px 3px 8px #CCCCCC;
  position: absolute;
  right:-2px;
  bottom:-1em;
}
.content-btn a{
  color: #fff;
  background-color: #404040;
  font-weight: bold;
  padding:0.5em 1em 0.5em 1.1em;
}
.content-btn a::after{
  content:"";
  display: inline-block;
  width:13px;
  height:12px;
  margin-left:0.2em;
  background: url(../img/middle/training_top/icon_tab2.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.content-btn a:hover{
  background-color: #676767;
}
/*-------------主要section-----------------------------------*/
.sec{
  width:100%;
  margin-bottom:100px;
  padding:0 30px;
}
.sec4{
  padding:0;
}
.sec4_p{
  padding:0 30px;
}
.sec h2{
  font-size:2.14285rem;/*30px*/
  font-family: "Noto Serif JP";
  display:flex;
  justify-content: center;
  flex-direction:column;
  align-items: center;
  gap:15px;
  margin-bottom:60px;
  position: relative;
  letter-spacing:0.08em;
}
.sec h2::after{
  content:"";
  position: absolute;
  top:110%;
  left:50%;
  transform:translateX(-50%);
}
.sec1 h2::after{
  width:64.42px;
  height:18.48px;
  background: url(../img/middle/training_top/img_sec1_ttl.svg) no-repeat;
}
.sec2 h2::after{
  width:99.67px;
  height:24.48px;
  background: url(../img/middle/training_top/img_sec2_ttl.svg) no-repeat;
}
.sec3 h2::after{
  width:37.85px;
  height:20.42px;
  background: url(../img/middle/training_top/img_sec3_ttl.svg) no-repeat;
}
.sec4 h2::after{
  width:53.06px;
  height:20.42px;
  background: url(../img/middle/training_top/img_sec4_ttl.svg) no-repeat;
}
.sec p{
  margin-bottom: 15px;
}
/*------------サムネイル---------------*/
.point_summary{
  display:flex;
  justify-content: center;
  gap:15px;
  margin-bottom: 30px;
  color:#6F6F6F;
}
.point_summary li{
  width:calc(100%/3);
  padding:15px;
  box-shadow: 0px 3px 8px #CCCCCC;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background-color: #fff;
}
.point_summary li dl dt{
  font-weight: bold;
  text-align: center;
}
.point_summary li dl dd{
  font-size:0.857rem;/*12px*/
}
.point_summary li dl dd:first-of-type{
  text-align: center;
  margin:15px 0;
}
/*---------アイコン--------*/
.icon{
  font-size:0.7142rem;/*10px;*/
  font-family: Meiryo UI;
  font-weight: bold;
  display: inline-block;
  padding:0 0.3em;
  white-space: nowrap;
}
.icon-sq{
  border: 1px solid #6F6F6F;
  margin-right:5px;
  margin-bottom:5px;
}
/*-------関連リンク--------*/
.r-link {
  text-align: right;
}
.r-link a{
  color: #9B0000;
  font-weight: bold;
  text-decoration: underline;
}
.r-link a::after{
  content:"";
  display: inline-block;
  width:15px;
  height:15px;
  margin-left:5px;
  background: url(../img/middle/training_top/icon_link-relative.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:bottom;
}
.r-link a:hover{
  opacity: .7;
}
/*------------sec_contact-----------------------------------------------*/
.sec_contact{
  width:100%;
  padding: 30px;
  margin-bottom:100px;
  background:url(../img/middle/training_top/img_contact-bg.jpg) no-repeat;
  background-size:cover;
}
.sec_contact h2{
  font-size:2.14285rem;/*30px*/
  font-family: "Noto Serif JP";
  color:#fff;
  text-align: center;
  margin-bottom:30px;
  letter-spacing:0.08em;
}
.sec_contact div{
  display: flex;
  justify-content: center;
  gap:15px;
}
.sec_contact dl{
  width:50%;
  text-align: center;
  font-weight: bold;
}
.sec_contact dl dt{
  color:#fff;
  margin-bottom:10px;
}
.sec_contact dl dd a{
  color:#fff;
  background-color: #E10533;
  padding:15px;
  font-size:1.428rem;/*20px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_contact dl dd .btn-dl::before{
  content:"";
  width:30px;
  height:28px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-dl.svg) no-repeat;
}
.sec_contact dl dd .btn-mail::before{
  content:"";
  width:26px;
  height:20px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-mail.svg) no-repeat;
}
.sec_contact dl dd a::after{
  content:"〉";
  margin-left:15px;
  transition:all .2s ease-out;
}
.sec_contact dl dd a:hover{
  transition:all .2s ease-out;
  color:#E10533;;
  background-color: #fff;
  padding:15px;
  font-size:1.428rem;/*20px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_contact dl dd .btn-dl:hover::before{
  content:"";
  width:30px;
  height:28px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-dl-hover.svg) no-repeat;
}
.sec_contact dl dd .btn-mail:hover::before{
  content:"";
  width:26px;
  height:20px;
  margin-right:15px;
  background: url(../img/middle/training_top/icon_btn-mail-hover.svg) no-repeat;
}
.sec_contact dl dd a:hover::after{
  transform: translateX(2px);
}
/*------------section4、研修を探す--------------------------------------------*/
/*---研修タイプアイコン------*/
.icon-koukai{
  background-color: #1D5B7A;
  color:#fff;
}
.icon-koushi{
  background-color: #A53030;
  color:#fff;
}
.icon-elearning{
  background-color: #CC6600;
  color:#fff;
}
.icon-koukai+.icon-koushi{
  margin-left:5px;
}
.icon-koushi+.icon-elearning{
  margin:0 5px;
}
.icon-koukai+.icon-elearning{
  margin:0 5px;
}
/*--人気ランキング、おすすめ新着研修---*/
.content-reccomend{
  background-color: #F5F2F2;
  margin-top:30px;
  margin-bottom:80px;
  border-top-left-radius:50px;
  border-top-right-radius:50px;
}
.content-reccomend-ranking{
  padding:40px 30px 20px;
}
.content-reccomend h3{
  text-align: center;
  margin:30px 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 .content-reccomend-ranking h3::after{
  content:"RANKING & NEW";
}
.content-reccomend h3::before{
  content:"";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left:50%;
  transform:translateX(-50%);
}
.content-reccomend .content-reccomend-ranking h3::before{
  width: 32.2px;
  height: 26.19px;
  top:-40px;
  background-image: url(../img/middle/training_top/icon_sec4-ranking-crown.svg) ;
}
.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/training_top/icon_sec4-ranking-l.svg) ;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-5%;
  left:-15%;
}
.content-reccomend h3 span::after{
  content:"";
  width: 20.32px;
  height: 45.38px;
  background-image: url(../img/middle/training_top/icon_sec4-ranking-r.svg) ;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-5%;
  right:-15%;
}
.content-reccomend-ranking div{
  display:flex;
  gap:15px;
  margin-bottom:15px;
  width:100%;
}
.content-reccomend-ranking div p{
   min-width:120px;
}
/*--------対象階層アイコン----------*/
.icon-all{
  color:#e80000;
  border:solid 1px #e80000;
}
.icon-pre-new{
  color:#09a2c6;
  border:solid 1px #09a2c6;
}
.icon-new{
  color:#1eba2c;
  border:solid 1px #1eba2c;
}
.icon-young{
  color:#00a99d;
  border:solid 1px #00a99d;
}
.icon-mid-level{
  color:#ff9e1d;
  border:solid 1px #ff9e1d;
}
.icon-leader{
  color:#cc1b5b;
  border:solid 1px #cc1b5b;
}
.icon-manager{
  color:#8e6747;
  border:solid 1px #8e6747;
}
.icon-exective{
  border: 1px solid #B865C1;
  color:#B865C1;
}
/*---------各探し方----------*/
.content-guide{
  margin:0 30px 80px 30px;
}
.content-guide h3{
  font-size:1.714rem;/*24px;*/
  text-align: center;
  margin-bottom:60px;
  font-weight: bold;
  position: relative;
}
.content-guide h3::after{
  color:#BE0533;
  font: bold 16px Yu Gothic UI;
  letter-spacing: 0px;
  position: absolute;
  top:110%;
  left:50%;
  transform:translateX(-50%);
}
.content-guide .category::after{
  content:"CATEGORY";
}
.content-guide .position::after{
  content:"POSITION";
}
.content-guide .course::after{
  content:"COURSE";
}
.content-guide .search::after{
  content:"SEARCH";
}
.content-guide-type{
  text-align: right;
  padding-bottom: 5px;
  border-bottom:1px solid #A7A7A7;
  font-size:0.857rem;/*12px*/
}
.content-guide-menu{
  margin-bottom:30px;
  border:2px solid #9B0000;
  padding:30px;
  display:flex;
  gap:30px;
  justify-content: center;
  flex-wrap: wrap;
}
.content-guide-menu ul{
  display: flex;
  flex-direction: column;
  gap:15px;
}
/*-------各探し方ガイド---------*/
.content-guide-detail{
  background-color: #F5F2F2;
  padding:0 30px 30px;
  margin-bottom:30px;
}
.content-guide-detail:last-child{
  margin-bottom:0px;
}
.content-guide-detail h4{
  background-color: #404040;
  color:#fff;
  font-size:1.142rem;/*16px;*/
  display: inline-block;
  padding:0.2em 1em;
  position: relative;
  margin-left: -40px;
  margin-bottom:25px;
}
.content-guide-detail h4::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #000000;
  border-left: 10px solid transparent;
}
.content-guide-detail dl{
  margin-bottom:30px;
}
.content-guide-detail dl:last-child{
  margin-bottom:0px;
}
.content-guide-detail dl dt{
  margin-bottom:15px;
}
.content-guide-detail dl dd img{
  display: block;
  box-shadow: 0px 3px 6px #CCCCCC;
}
.r-link-b{
  margin-top:15px;
}
.r-link-b a{
  color: #404040;
}
.r-link-b a::after{
  background: url(../img/middle/training_top/icon_sec4-position-link.svg) no-repeat;
  background-size: contain;
  background-position:bottom;
}


/*********************************
レスポンシブTB
*************************************/
@media screen and (max-width: 768px){
  html{
    scroll-padding-top: 80px;
  }
  .br_tb{
    display:block;
  }
  /*-------------タイトル--------------------------------------*/
  .title{
    text-align: center;
    font-size:2rem;/*28px;*/
  }
  .title span{
    font-size:1.428rem;/*20px;*/
  }
  /*-------------冒頭タブメニュー------------------------------*/
  .tab {
    padding: 10px;
  }
  .tab-content {
    display: none;
    padding:30px;
    margin-bottom:80px;
  }
  .tab-content.active {
    flex-direction: column;
    gap:10px;
  }
  /*---------各タブメニュー内容--------*/
  .content-list {
    gap:10px;
  }
  .content-list-child{
    display:block;
    margin-left:1.0em;
    margin-top:5px;
  }
  /*---------探すボタン--------*/
  /*-------------主要section-----------------------------------*/
  .sec{
    width:100%;
    margin-bottom:80px;
    padding:0 15px;
  }
  .sec h2{
    font-size:2rem;/*28px*/
    gap:10px;
    margin-bottom:60px;
  }
  /*------------サムネイル---------------*/
  .point_summary{
    gap:15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .point_summary li{
    min-width:250px;
    padding:15px;
  }
  /*---------アイコン--------*/
  /*-------関連リンク--------*/
  /*------------sec_contact-----------------------------------------------*/
  .sec_contact{
    padding: 30px 15px;
    margin-bottom:80px;
    background-size:cover;
  }
  .sec_contact h2{
    font-size:2rem;/*28px*/
    margin-bottom:15px;
  }
  .sec_contact div{
    flex-wrap: wrap;
    gap:15px;
  }
  .sec_contact dl{
    width:80%;
  }
  .sec_contact dl dd a{
    padding:10px;
    font-size:1.1428rem;/*16px;*/
  }
  .sec_contact dl dd .btn-dl::before{
    content:"";
    width:25px;
    height:20px;
    margin-right:10px;
    background-size:contain;
  }
  .sec_contact dl dd .btn-mail::before{
    content:"";
    width:20px;
    height:15px;
    margin-right:10px;
    background-size:contain;
  }
  .sec_contact dl dd a:hover{
    padding:10px;
    font-size:1.1428rem;/*16px;*/
  }
  .sec_contact dl dd .btn-dl:hover::before{
    content:"";
    width:25px;
    height:20px;
    margin-right:10px;
    background-size:contain;
  }
  .sec_contact dl dd .btn-mail:hover::before{
    content:"";
    width:20px;
    height:15px;
    margin-right:10px;
    background-size:contain;
  }
  /*------------section4、研修を探す--------------------------------------------*/
  /*---研修タイプアイコン------*/
  /*--人気ランキング、おすすめ新着研修---*/
  .content-reccomend{
    margin-top:15px;
  }
  .content-reccomend-ranking{
    padding:40px 30px 15px;
  }
  .content-reccomend h3{
    margin:15px 0 20px 0;
    font-size:1.428rem;/*20px;*/
  }
  .content-reccomend .content-reccomend-ranking h3::before{
    width: 25px;
    height: 20px;
    top:-30px;
    background-size: contain;
  }
  .content-reccomend .content-reccomend-new h3::before{
    width: 35px;
    height: 30px;
    top:-40px;
    background-size: contain;
  }
.content-reccomend h3 span::after{
  top:15%;
  right:-15%;
}
.content-reccomend h3 span::before{
  top:15%;
  right:-15%;
}
  .content-reccomend .content-reccomend-ranking h3::after{
    content:none;
  }
  /*---------各探し方----------*/
  .content-guide{
    margin:0 15px 80px 15px;
  }
  .content-guide h3{
    font-size:1.428rem;/*20px;*/
    margin-bottom:50px;
  }
  .content-guide h3::after{
    font-size:1rem;/*14px;*/
  }
  .content-guide-menu{
    padding:30px;
    flex-direction: column;
    gap:10px;
  }
  .content-guide-menu ul{
    gap:10px;
  }
  /*-------各探し方ガイド---------*/
  .content-guide-detail{
    padding:0 15px 15px;
  }
  .content-guide-detail h4{
    font-size:1rem;/*14px;*/
    padding:0.2em 1em;
    margin-left: -25px;
    margin-bottom:15px;
  }
  .content-guide-detail dl{
    margin-bottom:15px;
  }
}

/*************************************
レスポンシブSP
*************************************/
@media screen and (max-width: 430px){
  .br_pc{
    display: none;
  }
  .br_sp{
    display:block;
  }
  .no-show{
    display: none;
  }
  /*-------------タイトル--------------------------------------*/
  .title{
    text-align: center;
    padding-bottom:10px;
    font-size:1.571rem;/*22px;*/
    line-height:initial;
  }
  .title span{
    font-size:1rem;/*14px;*/
  }
  /*-------------冒頭タブメニュー------------------------------*/
  /*---------各タブメニュー内容--------*/
  .content-list li a::before{
    width:10px;
    height:10px;
  }
  /*---------探すボタン--------*/
  .content-btn a::after{
    width:10px;
    height:10px;
    margin-left:5px;
  }
  /*-------------主要section-----------------------------------*/
  .sec4_p{
    padding:0;
  }
  .sec h2{
    font-size:1.571rem;/*22px;*/
    gap:10px;
    margin-bottom:45px;
  }
  /*------------サムネイル---------------*/
  .point_summary{
    gap:10px;
    margin-bottom: 10px;
  }
  .point_summary li{
    min-width:initial;
    width:100%;
  }
  .point_summary li dl dd:first-of-type{
    margin:10px 0;
  }
  /*-------関連リンク--------*/
  /*------------sec_contact-----------------------------------------------*/
  .sec_contact{
    padding:15px;
  }
  .sec_contact h2{
    font-size:1.571rem;/*22px;*/
  }
  .sec_contact dl{
    width:100%;
  }
  .sec_contact dl dd a{
    padding:10px;
  }
  /*------------section4、研修を探す--------------------------------------------*/
  /*---研修タイプアイコン------*/
  /*--人気ランキング、おすすめ新着研修---*/
  .content-reccomend{
    margin-top:15px;
    border-radius:10px;
  }
  .content-reccomend h3{
    margin:15px 0 20px 0;
    font-size:1rem;/*14px;*/
  }
  .content-reccomend h3 span::before{
    content:"";
    width: 20px;
    height: 45px;
    top:10%;
    left:-20%;
  }
  .content-reccomend h3 span::after{
    content:"";
    width: 20px;
    height: 45px;
    right:-20%;
    top:10%;
  }
  /*--------人気ランキング----------*/
  .content-reccomend-ranking{
    padding:40px 15px 15px;
  }
   .content-reccomend-ranking div{
   display:block;
    margin-top:10px;
    margin-bottom:10px;
   }
   .content-reccomend-ranking div p{
    text-align:center;
    margin-bottom:10px;
    min-width:120px;
  }
  /*---------各探し方----------*/
  .content-guide{
    margin:0 0 80px 0;
  }
  .content-guide h3{
    font-size:1.1428rem;/*16px;*/
    margin-bottom:45px;
  }
  .content-guide h3::after{
    font: bold 14px Yu Gothic UI;
  }
  .content-guide-menu{
    margin-bottom:15px;
    padding:15px;
  }
  /*-------各探し方ガイド---------*/
  .content-guide-detail{
    padding:0 0 10px 0;
    margin-bottom:15px;
  }
  .content-guide-detail h4{
    width:100%;
    font-size:1rem;/*14px;*/
    display: block;
    padding:0.4em 1em;
    margin-left: 0px;
  }
  .content-guide-detail h4::before {
    content:none;
  }
  .content-guide-detail dl{
    padding:0 10px;
  }
  .content-guide-detail dl dt{
    margin-bottom:15px;
  }
  .r-link-b{
    margin-top:15px;
  }
}