/* 共通 */
section:nth-child(even) {
  background: #f2f0e9;
}

h3 {
  text-align: center;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 26px;
}

h4 {
  
  text-align: center;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 18px;
}

h5 {
  
  font-weight: 600;
  text-align: center;
}

/* 効果 */
.top-sec_title-text {
  width: 90%;
  margin: 0 25%;
  line-height: 40px;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #3a4556;
  font-weight: 300;
}

.fa-comment-dots {
  transform: scaleX(-1);
  color: #ffab96;
  
}

.under {
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
  background: linear-gradient(transparent 82%, #ffbdac 50%);
}

.proposal {
  margin-top: 30px;
}

.sub-proposal {
  
}


/* 事業一覧 */
#coaching {
  margin-top: 0;
}

#counseling {
  margin-bottom: 0;
}

.eq-circle {
  width: 60%;
}

.cp_link {
  padding: 0.1em 0.3em;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #22a222;
}
.cp_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #22a222;
  transition: .3s;
}
.cp_link:hover::after {
  width: 100%;
}

.leader-ship-report {
  width: 50%;
  margin-left: 43%;
  margin-top: -100px;
}

.service-details-flex-box {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.sec-service-details-text {
  margin-bottom: 20px;
}

.personal_counseling_image {
  width: 100%;
}

/* 受講者の声 */

.freshman-tab-content-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.freshman-tab-content-box {
  position: relative;
  flex: 45%;
  max-width: 45%;
  margin: 10px 1%;
  min-height: 330px;
  background: #f2f0e9;
  padding: 40px;
  vertical-align: top;
}

.fa-comments {
  position: absolute;
  top: -20px;
  right: 43%;
  color: #6BBAA7;
}

.freshman-tab-content-box-username {
  padding: 10px 5px;
  font-weight: bold;
}

.freshman-image {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex: 30%;
  max-width: 30%;
}

.image-01 {
  background-image: url("/assets/img/personal_intervew_01.jpeg");
}
.image-02 {
  background-image: url("/assets/img/personal_intervew_02.jpg");
}

.freshman-image-2 {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex: 30%;
  max-width: 30%;
}


/* 画面制約 */
@media screen and (max-width: 1000px) {
  /* 効果 */
  .top-sec_title-text {
    margin: 0px 14%;
  }

  .proposal {
    margin: 30px 30px 0 30px;
    text-align: left;
  }

  /* 受講者の声 */
  .freshman-tab-content-box {
    position: relative;
    flex: 48%;
    max-width: 48%;
    margin: 12px 1%;
    min-height: 330px;
    padding: 40px;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  /* 共通 */
  h3 {
    
    text-align: center;
  }
  h4 {
    
    text-align: center;
    font-weight: 600;
  }

  /* 効果 */
  .top-sec_title-text {
    width: 100%;
    margin: 0 auto;
    
  }

  .proposal {
    margin: 30px 0 0 0;
  }

  .sub-proposal {
    margin: 30px 0 0 0;
  }

  /* 事業一覧 */
  .eq-circle {
    width: 80%;
    margin: 0 10%;
  }

  .top-sec_title-text>ul>li {
    display: flex;
    margin: 25px 0;
  }

  .comment-icon {
    margin-right: 5px;
    align-items: center;
    display: flex;
  }

  .personal-question {
    line-height: 24px;
  }

  /* 受講者の声 */
  .freshman-image {
    display: none;
  }  
}

@media screen and (max-width: 650px) {
  /* 受講者の声 */
  .freshman-tab-content>div {
    padding: 10px 0px;
  }

  .freshman-tab-content-box {
    flex: 0 0 auto;
    max-width: 100%;
    margin: 20px 0 0 0;
  }

  .fa-comments {
    position: absolute;
    top: -20px;
    right: 45%;
  }

  .freshman-image {
    width: 100%;
    background-size: cover;
  }
}