/* course
------------------------------------------------ */
header {
  position: relative;
  height: auto;
  display: block;
}
header .inner {
  margin: 0;
  display: block;
}

.hdTitle {
  position: absolute;
  left: 55px;
  top: 29px;
  z-index: 10;
}

.sNavBtn {
  background-color: #4A4A4A;
}

.sNavMenu span {
  color: #fff;
  background-image: url("../images/common/ico_snavmenu_white.svg");
}

.sNavList li.doc a {
  color: #fff;
  background-image: url("../images/common/ico_snavlist_doc_white.svg");
}

.sNavList li.access a {
  color: #fff;
  background-image: url("../images/common/ico_snavlist_access_white.svg");
}

.sNavList li.inquiry a {
  color: #fff;
  background-image: url("../images/common/ico_snavlist_inquiry_white.svg");
}

.courseBc {
  padding: 8px 30px 65px;
  background-color: #fff;
}
.courseBc .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.courseBcLink {
  font-size: 1.1rem;
  line-height: 2.7272727273;
  font-weight: 500;
}

.courseNews {
  padding: 0 30px 25px;
  background-color: #fff;
  text-align: right;
}
.courseNews .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.courseNewsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  text-align: left;
}

.courseNewsHd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
}
.courseNewsHd .title {
  font-size: 3rem;
  line-height: 1.0666666667;
  font-weight: 700;
  margin-bottom: 20px;
}
.courseNewsHd .ja {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding-top: 13px;
}
.courseNewsHd .ja::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #0099D9;
  position: absolute;
  left: 0;
  top: 0;
}

.courseNewsList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.courseNewsList li {
  padding: 15px 0 17px;
  border-bottom: 1px solid #D5D5D5;
}
.courseNewsList li:first-child {
  padding-top: 0;
}
.courseNewsList .date {
  float: left;
  display: block;
  margin: 3px 18px 0 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
  color: #B2B2B2;
}
.courseNewsList .cat {
  display: inline-block;
  padding: 4px 13px;
  border-radius: 100px;
  background-color: #9EC83B;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.courseNewsList .title {
  clear: both;
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
}
.courseNewsList .title a {
  position: relative;
}
.courseNewsList .title a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.courseNewsList .title a:hover::before {
  width: 100%;
}

.courseNewsLink {
  display: inline-block;
}
.courseNewsLink a {
  font-size: 1.4rem;
  line-height: 2.3571428571;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.courseNewsLink a::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #000;
  border-radius: 20px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat center center #fff;
  background-size: 14px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.courseNewsLink a:hover {
  letter-spacing: 0.1em;
}
.courseNewsLink a:hover::after {
  border-color: #9EC83B;
  background-color: #9EC83B;
  background-position: right 10px center;
  background-image: url("../images/common/ico_arrow_right_white.svg");
}

@media screen and (max-width: 720px) {
  header {
    padding: 0;
  }
  .hdTitle {
    width: auto;
    left: 6vw;
    top: 2.7777777778vw;
  }
  .courseBc {
    padding: 1.9444444444vw 5.5555555556vw 11.6666666667vw;
  }
  .courseBc .inner {
    max-width: none;
  }
  .courseBcLink {
    font-size: 2.5vw;
  }
  .courseNews {
    padding: 0 5.5555555556vw 5.8333333333vw;
  }
  .courseNews .inner {
    max-width: none;
  }
  .courseNewsContent {
    display: block;
    margin-bottom: 5.5555555556vw;
  }
  .courseNewsHd {
    width: auto;
    margin-bottom: 9.4444444444vw;
  }
  .courseNewsHd .title {
    font-size: 6.6666666667vw;
    margin-bottom: 3.8888888889vw;
  }
  .courseNewsHd .ja {
    font-size: 3.0555555556vw;
    padding-top: 2.5vw;
  }
  .courseNewsHd .ja::before {
    width: 6.1111111111vw;
    height: 2px;
  }
  .courseNewsList li {
    padding: 5.5555555556vw 0 5vw;
  }
  .courseNewsList li:first-child {
    padding-top: 0;
  }
  .courseNewsList .date {
    margin: 0.8333333333vw 5vw 0 0;
    font-size: 3.3333333333vw;
  }
  .courseNewsList .cat {
    padding: 1.1111111111vw 3.6111111111vw;
    border-radius: 27.7777777778vw;
    font-size: 2.7777777778vw;
  }
  .courseNewsList .title {
    margin-top: 3.0555555556vw;
    font-size: 3.3333333333vw;
  }
  .courseNewsLink a {
    font-size: 3.3333333333vw;
    gap: 4.1666666667vw;
  }
  .courseNewsLink a::after {
    width: 10.2777777778vw;
    height: 10.2777777778vw;
    border-radius: 5.5555555556vw;
    background-size: 3.8888888889vw auto;
  }
  .courseNewsLink a:hover::after {
    background-position: right 2.7777777778vw center;
  }
}