@charset "utf-8";

/*　画像入りヘッダーの設定
================================================================================*/
 .main-header {
  background: url(../images/careerpath/Firstview-CareerPath.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center
}
.main-header h2 {
  width: 100%;
  font-size: 4.5vw;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #000000;
  text-align: center;
  font-style: italic;
}



/*　全体設定
================================================================================*/
.careerpath-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  line-height: 1.5;
  font-size: 20px;
}
.careerpath-list h3 {
  margin-top: 60px;
  margin-bottom: 5px;
  color: #93c80e;
  font-size: 28px;
}
.careerpath-list ul {
  padding: 40px;
  background-color: #f7f7f7;
}
.careerpath-list li {
  margin-bottom: 10px;
}
.careerpath-list li:last-child {
  margin-bottom: 0px;
}





/*　================================================================================
スマホ・タブレット設定
================================================================================　*/
@media (max-width: 800px) {
  .site-menu ul li:nth-child(6) {
    color:#93c80e;
    font-weight: bold;
  }
  .site-menu ul li:nth-child(6)::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color:#93c80e;
    margin-top: 5px;
    margin-left: 0%;
    visibility: visible;
  }

      /*　画像入りヘッダーの設定
  ================================================================================*/
  .main-header {
    height: 30vh;
    margin-bottom: 50px;
  }
  .main-header h2 {
    font-size: 6.5vw;
  }

    /*　全体設定
  ================================================================================*/
  .careerpath-list {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  .careerpath-list h3 {
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 24px;
  }
  .careerpath-list ul {
    padding: 20px;
    background-color: #f7f7f7;
  }
}