/* キービジュアル */
.heroImage{
  width: 100%;
}
.heroImage img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width:650px){
  .heroImage{
    padding-top: 65px;
  }
  .pc-header{
    display: none;
  }
}
.sp-header{
  display: none;
}
@media screen and (max-width:650px){
  .sp-header{
    display: block;
  }
}

/* 毎月開講 */
.tie{
  text-align: center;
  font-size: 2.4rem;
  width: 100%;
}
h1{
  font-size: 3.2rem;
  text-align: center;
}
.appeal-tit{
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top:-10px;
}

@media screen and (max-width:959px){
  .tie{
    font-size: 1.8rem;
  }
  h1{
    font-size: 2.0rem;
  }
  .appeal-tit{
    font-size: 2.4rem;
  }
}
@media screen and (max-width:650px){
  .tie{
    display: none;
  }
}
.sec02 .l-contents{
  width: 800px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width:959px){
  .sec02 .l-contents{
    width: 500px;
  }
}
.sec02 dl{
  flex-wrap: nowrap;
}
dl{
  margin-bottom: 24px;
}
dl dt,
dl dd{
  font-size: 2.0rem;
}

dl dt {
  /* font-size: 2.0rem; */
  color: #FFFFFF;
  text-align: center;
  line-height: 53px;
  border-radius: 17px;
  width: 173px;
  height: 53px;
}
dl dd{
  margin-left: 16px;
}
.appeal-large-size{
  font-size: 3.2rem;
  color:#008656;
  font-weight: bold;
}
@media screen and (max-width:959px){
  .sec02 dl{
    display: block;
  }
  dl{
    margin-bottom: 32px;
  }
  dl dt,
  dl dd{
    font-size: 1.6rem;
  }
  dl dt{
    width: 120px;
    line-height: 30px;
    height: 30px;
  }
  dl dd{
    margin-left: 0;
  }
  .appeal-large-size{
    font-size: 2.4rem;
  }
}



/* LIVEトレーニング */
.traning-sample{
  display:block;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width:959px){
  .traning-sample{
    font-size: 1.6rem;
  }
}
.traning-sample::before,
.traning-sample::after{
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #707070;
  vertical-align: middle;
}

@media screen and (max-width:959px){
  .traning-sample::before,
  .traning-sample::after{
    width: 18%;
  }
}
.traning-sample::before{
  margin-right: 16px;
}
.traning-sample::after{
  margin-left: 16px;
}
.sam-image{
  margin-bottom: 24px;
}

/* インプット講義 */

.input img{
  vertical-align: top;
}
.input .sam-image{
  margin-bottom: 48px;
}
.sam-tit{
  font-size: 1.6rem;
  color:#FFFFFF;
  text-align: center;
}


/* 戦略的思考アセスメント */

.feedback-box{
  text-align: center;
  padding: 36px 0;
}
@media screen and (max-width:650px){
  .feedback-box{
    padding: 8px 0;
  }
}
.feedback-box p{
  font-size: 1.6rem;
}

/* 運営紹介 */
.profile-box{
  width: 850px;
  max-width: 100%;
  margin:0 auto 40px;
}
.profile-box:first-child{
  border-bottom: 2px solid #008656;

}
.profile-box .c-flex{
  margin-bottom: 32px;
}
.profile{
  padding-left: 32px;
}
@media screen and (max-width:840px){
  .profile{
    padding-left: 0;
  }
}
.profile-name{
  font-size: 3.0rem;
  margin-bottom: 12px;
}
.profile-position{
  font-size: 2.4rem;
}
@media screen and (max-width:650px){
  .profile-name{
    font-size: 2.0rem;
    margin-bottom: 0;
  }
  .profile-position{
    font-size: 1.8rem;
  }
}
.profile-text{
  font-size: 2.0rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:650px){
  .profile-text{
    font-size: 1.6rem;
  }
}

/* 受講生の声 */

.user-tit{
  text-align: center;
  font-size: 3.0rem;
}
@media screen and (max-width:959px){
  .user-tit{
    font-size: 2.0rem;
  }

}

.user-box{
  width:450px;
  max-width: 100%;
  background: #FFFFFF;
  padding: 10px 25px;
  margin-bottom: 40px;
  margin: 0 auto 40px;
}
.user-box figure{
  width: 30%;
}

.user-text-box{
  width: 70%;
}
.user-text{
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width:650px){
  .user-box{
    padding: 10px 15px;
  }
  .user-box figure{
    width: 20%;
  }
  .user-text-box{
    width: 80%;
  }
  .user-text{
    font-size: 1.6rem;
  }
}

/* 法人限定特別プラン概要 */
.plan_table{
  font-size: 1.6rem;
  margin: auto;
}
.plan_table th{
  border: solid 1px #ccc;
}
.plan_table th,
.plan_table td{
  line-height: 1.5;
}
.plan_table th{
  width: 20%;
  color:#FFFFFF;
  font-weight: 300;
  background: #008656;
  padding: 18px;
  text-align: center;
  vertical-align: middle;
}
.plan_table td{
  background: #FFFFFF;
  padding: 18px;

}
@media screen and (max-width: 1100px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .plan_table th{
    width: 100%;
  }
  .plan_table th,
  .plan_table td {
    text-align: left;
    border-bottom: none;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .plan_table th{
    padding: 8px;
  }
  .plan_table th,
  .plan_table td {
    padding: 8px;
    text-align: left;
    font-size: 1.6rem;
  }
}

.plan_table p{
  margin-bottom: 10px;
}
.plan_table p:last-child{
  margin-bottom: 0;
}
.plan_table-small-sen{
  font-size: 1.4rem;
}

/* 免責事項 */

.disclaimer{
    font-size: 1.8rem;
    margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .disclaimer{
    font-size: 1.6rem;
  }
}
.disclaimer a{
  color:#2D64E7;
  text-decoration: underline;
}
