@charset "UTF-8";
#header {
  position: relative;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
#header.active {
  transform: translateY(-100%);
}
#header .header__inner__top {
  height: 1.3076923077rem;
  display: flex;
  align-items: center;
  border-width: 0px 0px 0.0192307692rem 0px;
  border-color: #b7b7b7;
  border-style: solid;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1000px) {
  #header .header__inner__top {
    height: 140px;
    border-width: 0px 0px 1px 0px;
  }
}
#header .header__inner__top .head__container .head__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header__inner__top .head__container .head__flex .head__logo {
  display: flex;
}
@media (min-width: 1000px) {
  #header .header__inner__top .head__container .head__flex .head__logo {
    width: 205px;
    min-width: 205px;
  }
}
@media (max-width: 1000px) {
  #header .header__inner__top .head__container .head__flex .head__logo {
    width: 2.4rem;
    min-width: 1.8rem;
    padding: 0.12rem 0;
  }
}
#header .header__inner__top .head__container .head__flex .head__logo a.left {
  display: block;
  width: 100%;
  height: auto;
}
#header .header__inner__top .head__container .head__flex .head__logo a.left .left-img {
  width: 100%;
  display: flex;
}
#header .header__inner__top .head__container .head__flex .head__logo a.left .left-img img {
  width: 100%;
  height: auto;
}
#header .header__inner__top .head__container .head__flex .head__logo a.left .left-txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  letter-spacing: 0.625px;
  margin-top: 7px;
}
@media screen and (max-width: 1000px) {
  #header .header__inner__top .head__container .head__flex .head__logo a.left .left-txt {
    font-size: 0.15rem;
    margin-top: 0.06rem;
    letter-spacing: 0.012rem;
  }
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus {
  display: flex;
  flex-direction: column;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus {
  display: flex;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.84px;
  transition: all 0.1s;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a:hover {
  color: #1ba7d1;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon {
  position: relative;
  display: flex;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon::after {
  content: "";
  display: block;
  height: auto;
  margin-left: 2.5px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__out::after {
  background: url(/wp-includes/images/Icon-akar-link-out.svg) no-repeat center 75%;
  width: 11px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__out:hover::after {
  background: url(/wp-includes/images/Icon-akar-link-out-hover.svg) no-repeat center 75%;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__login::after {
  background: url(/wp-includes/images/Icon-material-round-login.svg) no-repeat center 75%;
  width: 14px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__login:hover::after {
  background: url(/wp-includes/images/Icon-material-round-login-hover.svg) no-repeat center 75%;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus .divider {
  width: 1px;
  height: 77%;
  background-color: #c6c6c6;
  margin: 0 20px;
  align-self: center;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus {
  display: flex;
  justify-content: flex-end;
  gap: 37px;
}
@media (min-width: 1100px) {
  #header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus {
    gap: 50px;
  }
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus {
  display: flex;
  -moz-column-gap: 37px;
       column-gap: 37px;
  row-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 1100px) {
  #header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.84px;
  transition: all 0.2s ease-in-out;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a:hover {
  color: #1ba7d1;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus a.btn__head {
  color: #fff;
  border-radius: 5px;
  padding: 9px 10px 11px;
  min-width: 195px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.84px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus a.btn__head:hover {
  opacity: 0.8;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus a.btn__head.type__1 {
  background-color: #4d8c8c;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus a.btn__head.type__2 {
  background-color: #1ba7d1;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .wrap__btns__head {
  display: flex;
  gap: 37px;
}
@media (min-width: 1100px) {
  #header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .wrap__btns__head {
    gap: 45px;
  }
}
#header .header__inner__top .head__container .head__flex .menu-btn {
  position: relative;
  width: 0.6rem;
  height: 0.57rem;
}
#header .header__inner__top .head__container .head__flex .menu-btn .line {
  width: 0.6rem;
  height: 0.04rem;
  background: #707070;
  border-radius: 0.015rem;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .header__inner__top .head__container .head__flex .menu-btn .line1 {
  transform: translate(-50%, -0.2rem);
}
#header .header__inner__top .head__container .head__flex .menu-btn .line3 {
  transform: translate(-50%, 0.2rem);
}
#header .header__inner__top .head__container .head__flex .menu-btn.active .line1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .header__inner__top .head__container .head__flex .menu-btn.active .line2 {
  width: 0;
}
#header .header__inner__top .head__container .head__flex .menu-btn.active .line3 {
  position: absolute;
  margin-top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.head__container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 0 0.2884615385rem;
}
@media (min-width: 1000px) {
  .head__container {
    max-width: 1670px;
    padding: 0 15px;
  }
}
.head__container .wrapper__news__feat {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .head__container .wrapper__news__feat {
    flex-direction: row;
    align-items: center;
  }
}
.head__container .wrapper__news__feat a.link__news__feat__right {
  font-size: 0.24rem;
  font-weight: 500;
  position: relative;
  display: flex;
  color: #1DA6D1;
}
@media (min-width: 1000px) {
  .head__container .wrapper__news__feat a.link__news__feat__right {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
.head__container .wrapper__news__feat a.link__news__feat__right::after {
  content: "";
  display: block;
  background: url(/wp-includes/images/Icon-feather-arrow-right.svg) no-repeat center 75%;
  width: 0.24rem;
  background-size: contain;
  height: auto;
  margin-left: 0.24rem;
}
@media (min-width: 1000px) {
  .head__container .wrapper__news__feat a.link__news__feat__right::after {
    width: 9px;
    margin-left: 13px;
  }
}

.header__bottom .header__inner__bottom {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0.24rem 0;
  border-width: 0px 0px 1px 0px;
  border-color: #b7b7b7;
  border-style: solid;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}
@media (min-width: 1000px) {
  .header__bottom .header__inner__bottom {
    padding: 12px 0;
  }
}
.header__bottom .header__inner__bottom a.link__news__feat {
  color: #000;
  display: inline-block;
}
.header__bottom .header__inner__bottom .news__box__head {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .header__bottom .header__inner__bottom .news__box__head {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .header__bottom .header__inner__bottom .news__box__head {
    gap: 0.1346153846rem;
    margin-bottom: 0.0961538462rem;
  }
}
.header__bottom .header__inner__bottom .news__box__head .news__info {
  display: flex;
  align-items: center;
}
.header__bottom .header__inner__bottom .news__box__head .news__date {
  letter-spacing: 1px;
}
.header__bottom .header__inner__bottom .news__box__head .news__title {
  letter-spacing: 0.0288461538rem;
  margin-left: 0;
  font-size: 0.28rem;
  line-height: 1.75;
}
@media (min-width: 1000px) {
  .header__bottom .header__inner__bottom .news__box__head .news__title {
    margin-left: 37px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
  }
}
.header__bottom .header__inner__bottom .news__box__head .news__date {
  font-size: 0.25rem;
  letter-spacing: 0.0192307692rem;
}
@media (min-width: 1000px) {
  .header__bottom .header__inner__bottom .news__box__head .news__date {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.header__bottom .header__inner__bottom .news__box__head .news__cat {
  display: inline-flex;
  margin-left: 0.18rem;
}
@media (min-width: 1000px) {
  .header__bottom .header__inner__bottom .news__box__head .news__cat {
    margin-left: 9px;
  }
}
.header__bottom .header__inner__bottom .news__box__head .news__cat span {
  font-size: 0.2307692308rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 0.0384615385rem;
  padding: 0 0.32rem;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .header__bottom .header__inner__bottom .news__box__head .news__cat span {
    font-size: 12px;
    padding: 0 16px;
    border-radius: 2px;
  }
}

#header-menu {
  background: #012D64;
  padding: 0.5769230769rem 0.2884615385rem 0.7692307692rem 0.2884615385rem;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(-100%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}
#header-menu.active {
  transform: translateY(0);
}
#header-menu .list-til-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  left: 0;
  top: 0;
}
#header-menu .list-til-blk .lt-right {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #fff;
  position: relative;
}
#header-menu .list-til-blk .lt-right:before {
  content: "";
  width: 0.6153846154rem;
  height: 0.0576923077rem;
  background: #fff;
  border-radius: 0.035rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header-menu .list-til-blk .lt-right:after {
  content: "";
  width: 0.6153846154rem;
  height: 0.0576923077rem;
  background: #fff;
  border-radius: 0.035rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header-menu .list-til-blk .lt-left .left-img {
  display: flex;
  width: 2.8653846154rem;
}
#header-menu .list-til-blk .lt-left .left-txt {
  font-size: 0.2rem;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0.056rem;
  letter-spacing: 0.006rem;
}
#header-menu .list-item {
  overflow: auto;
  flex: 1;
  margin-top: 0.6923076923rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
#header-menu .list-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 0.6538461538rem;
}
#header-menu .list-item__col--heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3076923077rem;
  border-bottom: 1.5px solid #fff;
  padding-bottom: 0.3461538462rem;
  padding-right: 0.1923076923rem;
}
#header-menu .list-item__col--heading .title {
  font-size: 0.3076923077rem;
  line-height: 0.4038461538rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.0192307692rem;
}
#header-menu .list-item__col--heading .btn-show {
  position: relative;
  width: 0.5769230769rem;
  height: 0.5769230769rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1000px) {
  #header-menu .list-item__col--heading .btn-show {
    display: none;
  }
}
#header-menu .list-item__col--heading .btn-show::before {
  content: "";
  width: 0.3846153846rem;
  height: 0.0576923077rem;
  position: absolute;
  background: #fff;
  transition: transform 0.25s ease;
  border-radius: 0.0576923077rem;
}
#header-menu .list-item__col--heading .btn-show::after {
  content: "";
  height: 0.3846153846rem;
  width: 0.0576923077rem;
  position: absolute;
  background: #fff;
  transition: transform 0.25s ease;
  border-radius: 0.0576923077rem;
}
#header-menu .list-item__col--heading.active .btn-show:after {
  transform: scaleY(0);
}
#header-menu .list-item__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
#header-menu .list-item__col ul li {
  border-bottom: 1px solid #fff;
}
#header-menu .list-item__col ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.2692307692rem;
  line-height: 0.3846153846rem;
  font-weight: 400;
  letter-spacing: 0.0192307692rem;
  padding: 0.3461538462rem 0.3461538462rem 0.3461538462rem 0.1923076923rem;
}
#header-menu .list-item__col ul li a.item-arrow {
  position: relative;
  display: flex;
}
#header-menu .list-item__col ul li a.item-arrow:after {
  content: "〉";
  display: block;
  position: absolute;
  right: 0.2307692308rem;
  top: 50%;
  transform: translateY(-50%);
}
#header-menu .list-item__col ul li a.item-preview {
  position: relative;
  display: flex;
  align-items: center;
}
#header-menu .list-item__col ul li a.item-preview:after {
  content: "";
  display: block;
  width: 0.2307692308rem;
  height: 0.2307692308rem;
  background: url(/wp-includes/images/icon-menu.svg) center center/contain no-repeat;
  position: absolute;
  right: 0.3461538462rem;
  top: 50%;
  transform: translateY(-50%);
}
#header-menu .list-item .wrap-link-sp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5769230769rem;
  margin-top: 0.9615384615rem;
}
#header-menu .list-item .wrap-link-sp a {
  font-size: 0.24rem;
  color: #000;
  font-weight: 500;
}
#header-menu .list-item .wrap-link-sp a.btn__head {
  color: #fff;
  border-radius: 0.5769230769rem;
  padding: 0 0.3076923077rem;
  width: 100%;
  min-height: 1.1538461538rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.3461538462rem;
  line-height: 0.4615384615rem;
  font-weight: bold;
  letter-spacing: 0.0384615385rem;
}
#header-menu .list-item .wrap-link-sp a.btn__head.type__1 {
  background-color: #0088D0;
  color: #FFFF00;
}
#header-menu .list-item .wrap-link-sp a.btn__head.type__2 {
  background-color: #1BA7D1;
  color: #fff;
}
#header-menu .list-item .menu-youtube {
  margin-top: 1.1538461538rem;
  display: flex;
  justify-content: center;
}
#header-menu .list-item .menu-youtube a {
  color: #fff;
  font-size: 0.3461538462rem;
  line-height: 0.8;
  display: flex;
  align-items: center;
}
#header-menu .list-item .menu-youtube a img {
  width: 32px;
  margin-right: 10px;
  display: block;
}

.no-scroll {
  overflow: hidden;
}/*# sourceMappingURL=head_v3.css.map */