/* news top
------------------------------------------------ */
.newsMv {
  padding: 0 30px;
}

.newsMvTitle {
  max-width: 1000px;
  margin: 0 auto 22px;
  padding-top: 113px;
}
.newsMvTitle .en {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 6px 19px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.newsMvTitle .ja {
  display: block;
  font-size: 2.3rem;
  line-height: 1.1304347826;
  font-weight: 600;
}

.newsCatNav {
  background-color: #F1FCDD;
  padding: 30px 30px 34px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 49px;
}
.newsCatNav .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.newsCatNavHd {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  line-height: 20px;
  background: url("../images/common/ico_search_green.svg") no-repeat left center;
  background-size: 20px 20px;
  padding-left: 28px;
  margin-bottom: 20px;
}

.newsCatNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px 5px;
}
.newsCatNavList li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24%;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.newsCatNavList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #9EC83B;
  background-color: #fff;
  color: #9EC83B;
}
.newsCatNavList li a:hover {
  background-color: #9EC83B;
  color: #fff;
}
.newsCatNavList li.isActive a {
  background-color: #9EC83B;
  color: #fff;
}

.newsList {
  margin-bottom: 54px;
}
.newsList li {
  padding: 13px 0 17px;
  border-bottom: 1px dotted #D5D5D5;
}
.newsList li:first-child {
  padding-top: 0;
}
.newsList .date {
  float: left;
  display: block;
  margin: 3px 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
  color: #B2B2B2;
}
.newsList .cat {
  display: inline-block;
  padding: 4px 23px;
  border-radius: 100px;
  background-color: #9EC83B;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.newsList .title {
  clear: both;
  margin-top: 9px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
}
.newsList .title a {
  color: #000;
  position: relative;
  display: inline-block;
}
.newsList .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;
}
.newsList .title a:hover::before {
  width: 100%;
}

.newsTopPager {
  width: 320px;
  height: 37px;
  position: relative;
  margin: 0 auto 99px;
}

.newsTopPagerPrevList {
  position: absolute;
  left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsTopPagerPrevListItem a {
  display: block;
  width: 23px;
  height: 37px;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
}
.newsTopPagerPrevListItem.last a {
  background: url("../images/common/ico_pager_left_last.png") no-repeat center center;
  background-size: auto 9px;
}
.newsTopPagerPrevListItem.last a:hover {
  background-image: url("../images/common/ico_pager_left_last_on.png");
}
.newsTopPagerPrevListItem.send a {
  background: url("../images/common/ico_pager_left.png") no-repeat center center;
  background-size: auto 8px;
}
.newsTopPagerPrevListItem.send a:hover {
  background-image: url("../images/common/ico_pager_left_on.png");
}

.newsTopPagerNumList {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  pointer-events: none;
}

.newsTopPagerNumListItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 37px;
  pointer-events: all;
}
.newsTopPagerNumListItem a:hover {
  background-color: #F6FCE8;
}
.newsTopPagerNumListItem.current-page a {
  background-color: #9EC83B;
  color: #fff;
}

.newsTopPagerNextList {
  position: absolute;
  right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsTopPagerNextListItem a {
  display: block;
  width: 23px;
  height: 37px;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
}
.newsTopPagerNextListItem.last a {
  background: url("../images/common/ico_pager_right_last.png") no-repeat center center;
  background-size: auto 9px;
}
.newsTopPagerNextListItem.last a:hover {
  background-image: url("../images/common/ico_pager_right_last_on.png");
}
.newsTopPagerNextListItem.send a {
  background: url("../images/common/ico_pager_right.png") no-repeat center center;
  background-size: auto 8px;
}
.newsTopPagerNextListItem.send a:hover {
  background-image: url("../images/common/ico_pager_right_on.png");
}

@media screen and (max-width: 720px) {
  header {
    position: absolute;
    background-color: transparent;
  }
  .sNavSonodanavi {
    display: none;
  }
  .newsMv {
    padding: 0 5.5555555556vw;
  }
  .newsMvTitle {
    max-width: none;
    margin: 0 auto 3.8888888889vw;
    padding-top: 18.6111111111vw;
  }
  .newsMvTitle .en {
    padding: 1.6666666667vw 5.2777777778vw;
    font-size: 2.7777777778vw;
    margin-bottom: 1.9444444444vw;
  }
  .newsMvTitle .ja {
    font-size: 5vw;
  }
  .newsCatNav {
    padding: 5.2777777778vw 5.5555555556vw 5.6944444444vw;
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw;
    margin-bottom: 8.3333333333vw;
  }
  .newsCatNav .inner {
    max-width: none;
  }
  .newsCatNavHd {
    font-size: 3.6111111111vw;
    line-height: 4.4444444444vw;
    background-size: 4.1666666667vw 4.1666666667vw;
    padding-left: 6.1111111111vw;
    margin-bottom: 3.3333333333vw;
  }
  .newsCatNavList {
    gap: 0.8333333333vw 0.8333333333vw;
  }
  .newsCatNavList li {
    font-size: 2.7777777778vw;
  }
  .newsCatNavList li a {
    height: 11.1111111111vw;
  }
  .newsList {
    margin-bottom: 12.2222222222vw;
  }
  .newsList li {
    padding: 3.0555555556vw 0 4.7222222222vw;
  }
  .newsList li .date {
    margin: 1.1111111111vw 5.5555555556vw 0 0;
    font-size: 3.3333333333vw;
  }
  .newsList li .cat {
    padding: 1.1111111111vw 6.3888888889vw;
    border-radius: 27.7777777778vw;
    font-size: 2.7777777778vw;
  }
  .newsList li .title {
    margin-top: 2.7777777778vw;
    font-size: 3.3333333333vw;
  }
  .newsTopPager {
    width: 88.8888888889vw;
    height: 10.2777777778vw;
    margin: 0 auto 9.1666666667vw;
  }
  .newsTopPagerPrevList {
    left: 1.9444444444vw;
  }
  .newsTopPagerPrevListItem a {
    width: 6.3888888889vw;
    height: 10.2777777778vw;
  }
  .newsTopPagerPrevListItem.last a {
    background-size: auto 2.5vw;
  }
  .newsTopPagerPrevListItem.send a {
    background-size: auto 2.2222222222vw;
  }
  .newsTopPagerNumList {
    gap: 1.1111111111vw;
  }
  .newsTopPagerNumListItem a {
    width: 10.2777777778vw;
    height: 10.2777777778vw;
  }
  .newsTopPagerNextList {
    right: 1.9444444444vw;
  }
  .newsTopPagerNextListItem a {
    width: 6.3888888889vw;
    height: 10.2777777778vw;
  }
  .newsTopPagerNextListItem.last a {
    background-size: auto 2.5vw;
  }
  .newsTopPagerNextListItem.send a {
    background-size: auto 2.2222222222vw;
  }
}
/* news detail
------------------------------------------------ */
.newsDetailMv {
  width: 100%;
  height: 276px;
  padding: 0 30px;
  position: relative;
  margin-bottom: 68px;
}
.newsDetailMv::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% + 50vw - 107px);
  left: calc(50% - 393px);
  height: 276px;
  z-index: -1;
  border-radius: 0 0 0 40px;
  background-color: #EFEFEF;
}

@media screen and (max-width: 1060px) and (min-width: 721px) {
  .newsDetailMv::before {
    width: calc(100% - 137px);
    left: 137px;
  }
}
.newsDetailMvTitle {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 154px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
}

.newsDetailHd {
  border: 1px dotted #BFBFBF;
  padding: 25px 36px 22px 38px;
  margin-bottom: 30px;
}
.newsDetailHd .date {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px;
  color: #9EC92B;
}
.newsDetailHd .title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.newsDetailEntry h2 {
  border-top: 1px solid #9EC92B;
  background-color: #F4F4F4;
  padding: 27px 31px 25px 31px;
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
.newsDetailEntry h3 {
  border-bottom: 1px solid #9EC92B;
  margin-bottom: 47px;
  padding-bottom: 22px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.newsDetailEntry h3::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  width: 10px;
  height: 10px;
  border: 3px solid #9EC92B;
  border-top: none;
  border-left: none;
}
.newsDetailEntry h4 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.newsDetailEntry h4::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background-color: #9EC92B;
}
.newsDetailEntry h5 {
  margin-bottom: 40px;
  font-size: 1.7rem;
  line-height: 1.9411764706;
  font-weight: 600;
}
.newsDetailEntry h6 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 2.0625;
  font-weight: 600;
  color: #7DAC00;
}
.newsDetailEntry p,
.newsDetailEntry dl {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.newsDetailEntry p strong,
.newsDetailEntry dl strong {
  font-weight: 700;
}
.newsDetailEntry img {
  max-width: 100%;
  margin-bottom: 20px;
}
.newsDetailEntry hr {
  border: 0 !important;
  margin: 0 0 40px;
}
.newsDetailEntry dt {
  margin-bottom: 20px;
}
.newsDetailEntry dt strong {
  font-size: 1.6rem;
}
.newsDetailEntry a {
  color: #000;
  text-decoration: underline;
}
.newsDetailEntry a:hover {
  color: #9EC92B;
}
.newsDetailEntry .external {
  padding-right: 23px;
  background: url("../images/common/ico_window.svg") no-repeat right bottom;
  background-size: 15px 15px;
}
.newsDetailEntry .pdf {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 26px;
  background: url("../images/common/ico_pdf.svg") no-repeat right bottom;
  background-size: 18px 19px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.newsDetailEntry .docx {
  display: inline-block;
  padding-right: 21px;
  background: url("../images/common/ico_docx.svg") no-repeat right bottom;
  background-size: 15px 24px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.newsDetailEntry .excel {
  display: inline-block;
  padding-right: 21px;
  background: url("../images/common/ico-excel.svg") no-repeat right bottom;
  background-size: 15px 24px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.newsDetailEntry .color-yellow {
  width: 400px;
  margin: 0 auto;
  padding: 23px 0;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url("../images/common/ico_bullet_right.svg") no-repeat right 34px center #F5E260;
  background-size: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.newsDetailEntry .color-yellow:hover {
  opacity: 0.5;
  color: #000;
}
.newsDetailEntry .color-green {
  width: 400px;
  margin: 0 auto;
  padding: 23px 0;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url("../images/common/ico_bullet_right_white.svg") no-repeat right 34px center #9EC92B;
  background-size: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.newsDetailEntry .color-green:hover {
  opacity: 0.5;
  color: #fff;
}
.newsDetailEntry figure figcaption {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  background-color: #F8F8F8;
  padding: 14px 30px 15px;
  margin: -10px 0 18px;
}
.newsDetailEntry .BlockContent h3::before {
  position: initial;
  background-color: initial;
}
.newsDetailEntry .c-inquiry dl {
  margin-bottom: 0;
}

.imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fLeft {
  float: left;
  max-width: 320px;
  margin: 0 40px 20px 0;
}

.fRight {
  float: right;
  max-width: 320px;
  margin: 0 0 20px 40px;
}

.newsDetailNav {
  margin: 0 0 80px;
}
.newsDetailNav button {
  display: block;
  margin: 0 auto;
}
.newsDetailNav button a {
  width: 300px;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url("../images/common/ico_bullet_left.svg") no-repeat left 34px center #fff;
  background-size: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
.newsDetailNav button a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
  .newsDetailMv {
    height: 37.5vw;
    padding: 0;
    margin-bottom: 6.1111111111vw;
    background-color: #EFEFEF;
  }
  .newsDetailMv::before {
    display: none;
  }
  .newsDetailMvTitle {
    max-width: none;
    padding-top: 23.3333333333vw;
    font-size: 5.5555555556vw;
  }
  .newsDetailHd {
    padding: 3.3333333333vw 5vw 3.6111111111vw;
    margin-bottom: 6.9444444444vw;
  }
  .newsDetailHd .date {
    font-size: 3.8888888889vw;
    margin-bottom: 8px;
  }
  .newsDetailHd .title {
    font-size: 5vw;
  }
  .newsDetailEntry h2 {
    padding: 3.0555555556vw 1.6666666667vw 3.3333333333vw 4.4444444444vw;
    margin-bottom: 8.3333333333vw;
    font-size: 5vw;
  }
  .newsDetailEntry h3 {
    margin-bottom: 8.3333333333vw;
    padding-bottom: 3.6111111111vw;
    font-size: 5vw;
    gap: 3.3333333333vw;
  }
  .newsDetailEntry h3::before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border: 0.8333333333vw solid #9EC92B;
    border-top: none;
    border-left: none;
  }
  .newsDetailEntry h4 {
    margin-bottom: 4.1666666667vw;
    font-size: 4.4444444444vw;
    gap: 3.0555555556vw;
  }
  .newsDetailEntry h4::before {
    width: 4.4444444444vw;
    height: 0.8333333333vw;
  }
  .newsDetailEntry h5 {
    margin-bottom: 2.2222222222vw;
    font-size: 4.1666666667vw;
  }
  .newsDetailEntry h6 {
    margin-bottom: 2.2222222222vw;
    font-size: 3.8888888889vw;
  }
  .newsDetailEntry p,
  .newsDetailEntry dl {
    margin-bottom: 5.5555555556vw;
    font-size: 3.3333333333vw;
  }
  .newsDetailEntry img {
    margin-bottom: 4.1666666667vw;
  }
  .newsDetailEntry hr {
    margin: 0 0 11.1111111111vw;
  }
  .newsDetailEntry dt {
    margin-bottom: 5.5555555556vw;
  }
  .newsDetailEntry dt strong {
    font-size: 3.8888888889vw;
  }
  .newsDetailEntry .external {
    padding-right: 6.3888888889vw;
    background-size: 4.1666666667vw 4.1666666667vw;
  }
  .newsDetailEntry .pdf {
    display: inline-block;
    margin-bottom: 5.5555555556vw;
    padding-right: 7.2222222222vw;
    background-size: 5vw 5.2777777778vw;
    font-size: 3.3333333333vw;
  }
  .newsDetailEntry .docx {
    display: inline-block;
    margin-bottom: 5.5555555556vw;
    padding-right: 6.9444444444vw;
    background-size: 3.8888888889vw 6.9444444444vw;
    font-size: 3.3333333333vw;
  }
  .newsDetailEntry .excel {
    display: inline-block;
    margin-bottom: 5.5555555556vw;
    padding-right: 6.9444444444vw;
    background-size: 3.8888888889vw 6.9444444444vw;
    font-size: 3.3333333333vw;
  }
  .newsDetailEntry .color-yellow {
    width: 83.3333333333vw;
    padding: 4.1666666667vw 0;
    border-radius: 277.5vw;
    background-position: right 9.4444444444vw center;
    background-size: 1.6666666667vw 3.3333333333vw;
    font-size: 4.1666666667vw;
  }
  .newsDetailEntry .color-green {
    width: 83.3333333333vw;
    padding: 4.1666666667vw 0;
    border-radius: 277.5vw;
    background-position: right 9.4444444444vw center;
    background-size: 1.6666666667vw 3.3333333333vw;
    font-size: 4.1666666667vw;
  }
  .newsDetailEntry figure figcaption {
    font-size: 3.3333333333vw;
    padding: 1.1111111111vw 3.0555555556vw;
    margin: -3.3333333333vw 0 4.1666666667vw;
  }
  .imgBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .fLeft {
    float: none;
    max-width: none;
    margin: 0 0 4.1666666667vw;
  }
  .fRight {
    float: none;
    max-width: none;
    margin: 0 0 4.1666666667vw;
  }
  .newsDetailNav {
    margin: 0 0 13.8888888889vw;
  }
  .newsDetailNav button a {
    width: 83.3333333333vw;
    padding: 4.1666666667vw 0;
    background-position: left 16.6666666667vw center;
    background-size: 1.6666666667vw 3.3333333333vw;
    font-size: 4.1666666667vw;
  }
}
.appMv.course .appMvHd {
  padding-top: 172px;
}

@media screen and (max-width: 720px) {
  .appMv.course .appMvHd {
    padding-top: 25vw;
  }
}
/*------------- mt-be-columns -------------*/
.mt-be-columns .mt-be-column {
  width: 48%;
}

@media screen and (max-width: 720px) {
  .mt-be-columns .mt-be-column {
    width: 100%;
  }
}