@charset "utf-8";

.page-id-18 {

  /*　画像入りヘッダーの設定
  ================================================================================*/
  .main-header {
    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 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1.5;
    font-size: 20px;
  }
  .careerpath-graybox {
    margin-bottom: 60px;
  }
  .careerpath-graybox h2 {
    margin-bottom: 5px;
    margin-left: 20px;
  }
  .careerpath-list {
    padding: 40px;
    text-align: justify;
  }
  .careerpath-list li {
    margin-bottom: 10px;
  }
  .careerpath-list li:last-child {
    margin-bottom: 0px;
  }




  /*　================================================================================
  タブレット設定（iPad Mini（768✖︎1024）〜 iPad Pro（1024✖︎1336））
  ================================================================================　*/
  @media (max-width: 1050px) {

    /*　ナビゲーション設定
    ================================================================================*/
    .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 {
      /* background-repeat: no-repeat;
      background-size: cover; */
      height: 40vh;
      /* display: flex;
      align-items: center */
    }
    .main-header h2 {
      /* width: 100%; */
      font-size: 6.5vw;
      /* color: #ffffff;
      font-weight: bold;
      text-shadow: 1px 1px 10px #000000;
      text-align: center;
      font-style: italic; */
    }

    /*　全体設定
    ================================================================================*/
    .careerpath {
      /* max-width: 1200px;
      margin-left: auto;
      margin-right: auto; */
      padding-left: 40px;
      padding-right: 40px;
      /* line-height: 1.5;
      font-size: 20px; */
    }
    /* .careerpath-graybox {
      margin-bottom: 60px;
    } */
    /* .careerpath-graybox h2 {
      margin-bottom: 5px;
    } */
    /* .careerpath-list {
      padding: 40px;
      text-align: justify;
    } */
    /* .careerpath-list li {
      margin-bottom: 10px;
    } */
    /* .careerpath-list li:last-child {
      margin-bottom: 0px;
    } */

  }




  /*　================================================================================
  スマホ設定
  ================================================================================　*/
  @media (max-width: 750px) {

    /*　ナビゲーション設定
    ================================================================================*/
    /* .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 {
      /* background-repeat: no-repeat;
      background-size: cover; */
      height: 30vh;
      /* display: flex;
      align-items: center */
    }
    .main-header h2 {
      /* width: 100%; */
      font-size: 8vw;
      /* color: #ffffff;
      font-weight: bold;
      text-shadow: 1px 1px 10px #000000;
      text-align: center;
      font-style: italic; */
    }

    /*　全体設定
    ================================================================================*/
    .careerpath {
      /* max-width: 1200px;
      margin-left: auto;
      margin-right: auto; */
      padding-left: 20px;
      padding-right: 20px;
      /* line-height: 1.5;
      font-size: 20px; */
    }
    /* .careerpath-graybox {
      margin-bottom: 60px;
    } */
    .careerpath-graybox h2 {
      /* margin-bottom: 5px; */
      margin-left: 10px;
      font-size: 24px;
    }
    .careerpath-list {
      padding: 20px;
      /* text-align: justify; */
    }
    .careerpath-list li {
      /* margin-bottom: 10px; */
      font-size: 16px !important;
    }
    /* .careerpath-list li:last-child {
      margin-bottom: 0px;
    } */

  }

}