/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media screen and (min-width: 1201px) {
  .l-header {
    padding: 18px 0;
    height: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 60px;
    padding: 8px 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .l-header__inner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    padding-inline: 15px;
  }
}
.l-header__logo {
  display: inline-block;
}
@media screen and (min-width: 1201px) {
  .l-header__logo {
    width: 133px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__logo {
    width: 90px;
    margin-left: 6px;
  }
}
.l-header__logo a {
  display: flex;
}
@media screen and (min-width: 1201px) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__menu__content.--pc {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__content.--pc {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__menu__content.--sp {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__content.--sp {
    display: flex;
    align-items: center;
    visibility: visible;
  }
}
.l-header__menu__upper {
  display: flex;
  align-items: center;
}
.l-header__menu__btns {
  display: flex;
}
@media screen and (min-width: 1201px) {
  .l-header__menu__btns {
    margin-right: 40px;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__btns {
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px;
    padding-inline: 20px;
    gap: 15px 10px;
    padding-top: 60px;
  }
  .l-header__menu__btns a:nth-child(1) {
    width: 100%;
  }
  .l-header__menu__btns a:nth-child(2) {
    width: calc(50% - 5px);
  }
  .l-header__menu__btns a:nth-child(3) {
    width: calc(50% - 5px);
  }
  .l-header__menu__btns a:nth-child(4) {
    width: 100%;
  }
}
.l-header__menu__btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 4px 15px;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 1201px) {
  .l-header__menu__btns a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__btns a {
    font-size: 1rem;
    border: none;
    height: 50px;
    width: 100%;
  }
}
.l-header__menu__btns a:hover {
  transition: all 0.3s;
  color: #fff;
  background-color: #007c76;
  border-color: #007c76;
}
.l-header__menu__btns a[target=_blank] {
  gap: 2px;
  align-items: center;
}
.l-header__menu__btns a[target=_blank] i {
  position: relative;
  top: -2px;
  display: inline-flex;
  width: 10px;
  height: 10px;
}
.l-header__menu__btns a[target=_blank] i svg .cls-1 {
  transition: all 0.3s;
  stroke: #000;
  fill: none;
}
.l-header__menu__btns a[target=_blank]:hover i .cls-1 {
  transition: all 0.3s;
  stroke: #fff;
}
@media screen and (min-width: 1101px) {
  .l-header__menu__min {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__menu__min {
    margin-right: 20px;
  }
}
.l-header__menu__min ul {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .l-header__menu__min ul {
    gap: 38px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__menu__min ul {
    gap: 28px;
  }
}
.l-header__menu__min ul li:not(:last-child) {
  position: relative;
}
.l-header__menu__min ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 70%;
  background-color: #000;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-header__menu__min ul li:not(:last-child)::after {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu__min ul li:not(:last-child)::after {
    display: none;
  }
}
.l-header__menu__min ul li a {
  display: block;
  transition: color 0.3s;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #000;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__menu__min ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu__min ul li a {
    font-size: 0.8571428571rem;
  }
}
.l-header__menu__min ul li a:hover {
  transition: color 0.3s;
  color: #007c76;
}
.l-header__menu__min ul li a[target=_blank] i {
  position: relative;
  right: -2px;
  top: -2px;
  display: inline-flex;
  width: 10px;
  height: 10px;
}
.l-header__menu__min ul li a[target=_blank] i svg .cls-1 {
  transition: all 0.3s;
  stroke: #000;
  fill: none;
}
.l-header__menu__min ul li a[target=_blank]:hover i .cls-1 {
  transition: all 0.3s;
  stroke: #007c76;
}
.l-header__menu__search button, .l-header__menu__search a, .l-header__menu__audio button, .l-header__menu__audio a {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 100%;
}
.l-header__menu__search button .cls-1, .l-header__menu__search a .cls-1, .l-header__menu__audio button .cls-1, .l-header__menu__audio a .cls-1 {
  transition: stroke 0.3s;
  stroke: #000;
  fill: none;
}
.l-header__menu__search button:hover, .l-header__menu__search a:hover, .l-header__menu__audio button:hover, .l-header__menu__audio a:hover {
  transition: stroke 0.3s;
}
.l-header__menu__search button:hover .cls-1, .l-header__menu__search a:hover .cls-1, .l-header__menu__audio button:hover .cls-1, .l-header__menu__audio a:hover .cls-1 {
  stroke: #007c76;
}
@media screen and (min-width: 1201px) {
  .l-header__menu__search {
    width: 24px;
    padding-top: 4px;
    margin-right: 9px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__search {
    width: 24px;
    margin-right: 24px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__menu__audio {
    width: 32px;
    margin-right: 20px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__audio {
    width: 32px;
    margin-right: 20px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__menu__nav {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__nav {
    position: fixed;
    overflow-y: scroll;
    top: 60px;
    padding-bottom: 60px;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #18514E;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateX(100%);
  }
  .l-header__menu__nav.--open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.l-header__menu__nav ul {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-header__menu__nav ul {
    flex-direction: column;
  }
}
.l-header__menu__nav li a {
  position: relative;
  display: block;
  transition: all 0.3s;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1201px) {
  .l-header__menu__nav li a {
    font-size: 0.875rem;
  }
  .l-header__menu__nav li a:hover {
    transition: all 0.3s;
    color: #007c76;
  }
  .l-header__menu__nav li a:hover::after {
    content: "";
    opacity: 1;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #007c76;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__nav li a {
    font-size: 1rem;
  }
}
.l-header__menu__nav li a::after {
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (min-width: 1201px) {
  .l-header__menu__nav li:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__nav li:not(:first-child) {
    margin-left: 0;
  }
}
.l-header__menu__nav li:last-child {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .l-header__menu__nav li:last-child {
    margin-left: 58px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__nav li:last-child {
    margin-left: 0;
  }
}
.l-header__menu__nav li:last-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1201px) {
  .l-header__menu__nav li:last-child::after {
    left: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__nav li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu__links .main, .l-header__menu__links .sub li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #fff;
  }
  .l-header__menu__links .main a, .l-header__menu__links .main button, .l-header__menu__links .sub li a, .l-header__menu__links .sub li button {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    gap: 10px;
  }
  .l-header__menu__links .main {
    background-color: #18514E;
    padding-left: 50px;
  }
  .l-header__menu__links .main button, .l-header__menu__links .main a {
    position: relative;
    font-size: 1.1428571429rem;
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: justify;
  }
  .l-header__menu__links .main button::before, .l-header__menu__links .main a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .l-header__menu__links .main button i::before {
    content: "";
    position: absolute;
    left: 7px;
    width: 10px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-header__menu__links .main button i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #000;
    transform: translate(-50%, -50%);
  }
  .l-header__menu__links .main a i::before {
    content: "";
    position: absolute;
    left: 7px;
    width: 10px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__menu__links .main a i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header__menu__links .main.--open button i::before {
    content: "";
    position: absolute;
    left: 7px;
    width: 10px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
  .l-header__menu__links .main.--open button i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0;
  }
  .l-header__menu__links .sub li {
    background-color: #0a3c3c;
    padding-left: 50px;
    width: 100%;
  }
  .l-header__menu__links .sub li a {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1rem;
  }
  .l-header__menu__links .sub li a i::before {
    content: "";
    position: absolute;
    left: 7px;
    width: 10px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__menu__links .sub li a i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header__menu__links .sub li a[target=_blank] i {
    position: relative;
    display: inline-block;
    line-height: 0;
  }
  .l-header__menu__links .sub li a[target=_blank] i svg {
    width: 12px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 7px;
  }
  .l-header__menu__links .sub li a[target=_blank] i svg .cls-1 {
    fill: none;
    stroke: #000;
  }
  .l-header__menu__links .sub li a[target=_blank] i::before, .l-header__menu__links .sub li a[target=_blank] i::after {
    display: none;
  }
  .l-header__menu__links .sub-toggle-btn button {
    position: relative;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: justify;
  }
  .l-header__menu__links .sub-toggle-btn button i::before {
    content: "";
    position: absolute;
    left: 7px;
    width: 10px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-header__menu__links .sub-toggle-btn button i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #000;
    transform: translate(-50%, -50%);
  }
  .l-header__menu__links .sub-toggle-btn button.--open i::before {
    content: "";
    position: absolute;
    left: 7px;
    width: 10px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
  .l-header__menu__links .sub-toggle-btn button.--open i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0;
  }
  .l-header__menu__links .sub-toggle-list {
    transition: max-height 0.3s ease, visibility 0.3s ease, height 0.3s ease;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
  }
  .l-header__menu__links .sub-toggle-list ul {
    transition: height 0.3s ease;
    height: 0;
  }
  .l-header__menu__links .sub-toggle-list ul li {
    transition: all 0.3s ease;
    height: 0;
    padding-left: 70px;
  }
  .l-header__menu__links .sub-toggle-list.--open {
    transition: max-height 0.3s ease, visibility 0.3s ease, height 0.3s ease;
    padding-left: 0;
    height: auto !important;
    max-height: 600px;
    visibility: visible;
  }
  .l-header__menu__links .sub-toggle-list.--open ul {
    transition: max-height 0.3s ease, visibility 0.3s ease, height 0.3s ease;
    height: auto;
  }
  .l-header__menu__links .sub-toggle-list.--open ul li {
    padding-left: 70px;
    height: 60px;
  }
  .l-header__menu__links .sub-inner {
    transition: max-height 0.3s ease, visibility 0.3s ease;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .l-header__menu__links .sub-inner.--open {
    max-height: 800px;
    visibility: visible;
  }
  .l-header__menu__links i {
    position: relative;
    width: 24px;
    height: 24px;
    padding-left: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__humberger {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__humberger {
    position: relative;
    background-color: transparent;
    width: 30px;
    border: none;
    z-index: 999;
  }
}
.l-header__humberger__lines {
  width: 26px;
  height: 40px;
  padding: 12px 0;
}
.l-header__humberger__lines .line {
  position: relative;
  display: block;
  background-color: #000;
  transition: all 0.5s;
}
.l-header__humberger__lines .line:nth-child(1) {
  top: 0px;
  width: 25px;
  height: 2px;
}
.l-header__humberger__lines .line:nth-child(2) {
  top: 6px;
  width: 16px;
  height: 2px;
}
.l-header__humberger__lines .line:nth-child(3) {
  top: 12px;
  width: 25px;
  height: 2px;
}
.l-header__humberger.--open .l-header__humberger__lines .line {
  display: block;
  background-color: #000;
  transition: all 0.5s;
}
.l-header__humberger.--open .l-header__humberger__lines .line:nth-child(1) {
  position: relative;
  top: 5px;
  width: 25px;
  height: 2px;
  transform: rotate(45deg);
  margin-left: 0;
}
.l-header__humberger.--open .l-header__humberger__lines .line:nth-child(2) {
  opacity: 0;
}
.l-header__humberger.--open .l-header__humberger__lines .line:nth-child(3) {
  position: relative;
  top: 1px;
  width: 25px;
  height: 2px;
  transform: rotate(135deg);
}
.l-header__humberger.--open .l-header__humberger__lines .line::after {
  opacity: 0;
}
.l-header__search {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1201px) {
  .l-header__search {
    padding-inline: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
    top: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__search {
    top: 60px;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-inline: 15px;
  }
}
.l-header__search.--open {
  display: block;
  visibility: visible;
  opacity: 1;
}
.l-header__search__inner {
  position: relative;
}
.l-header__search__inner form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 1201px) {
  .l-header__search__inner form {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__search__inner form {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__search__inner form input {
    padding: 10px 20px;
    width: 50%;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__search__inner form input {
    padding: 15px;
    width: 100%;
  }
}
.l-header__search__inner form button {
  transition: all 0.3s;
  border-radius: 4px;
  border: 2px solid #007c76;
  padding: 4px 15px;
  color: #fff;
  background-color: #007c76;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1201px) {
  .l-header__search__inner form button {
    padding: 10px 20px;
    width: 13%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__search__inner form button {
    padding: 10px 20px;
    width: 100%;
    font-size: 1.1428571429rem;
  }
}
.l-header__search__inner form button i {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.l-header__search__inner form button i .cls-1 {
  transition: stroke 0.3s;
  stroke: #fff;
  fill: none;
}
.l-header__search__inner form button:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #007c76;
}
.l-header__search__inner form button:hover .cls-1 {
  stroke: #007c76;
}
.l-header__search__close {
  position: absolute;
}
@media screen and (min-width: 1201px) {
  .l-header__search__close {
    top: -30px;
    right: 15%;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__search__close {
    top: -35px;
    right: 0;
  }
}
.l-header__search__close button {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
}
.l-header__search__close button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.l-header__search__close button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
}

#rs-controlpanel[position~=bottom] {
  bottom: 100px !important;
}
@media screen and (max-width: 1200px) {
  #rs-controlpanel[position~=bottom] {
    bottom: 65px !important;
  }
}

/* add 250321 */
.l-header__menu__nav .c-blank {
  position: relative;
  top: -2px;
  display: inline-flex;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.l-header__menu__nav .c-blank svg rect.cls-1,
.l-header__menu__nav .c-blank svg polyline.cls-1 {
  transition: all 0.3s;
  stroke: #fff !important;
  fill: none;
}
