@charset "UTF-8";

/* for add select language 20250930 */

@media screen and (min-width: 768px) {

  header .menuMain li.language {
    margin-left: 3.3rem;
    display: block;
    border-radius: calc(infinity*1px);
    background: linear-gradient(133deg, #47CE64 0%, #1A9859 100%);
    width: max(100px, 12rem);
    height: 28px;
    position: relative
  }

  header .menuMain li.language::before {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: calc(infinity*1px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff;
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity ease-out .3s;
    transition: opacity ease-out .3s
  }

  header .menuMain li.language select {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 28px;
    text-align: center;
    background: linear-gradient(133deg, #47CE64 0%, #1A9859 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    transition: -webkit-text-fill-color ease-out .3s;        
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {

  header .menuMain>li.language {
    text-align: center;
    border: 1px solid #333;
    border-radius: calc(infinity*1px);
    width: max((100% - 7.1rem)/2, 264px);
    margin: 4rem auto 0;       
    cursor: pointer;
  }

  header .menuMain>li.language select {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: .9rem 0 .7rem; 
  }
}

footer .footerSub .language {
  margin-top: 1.7rem;
  border-radius: calc(infinity*1px);
  background: linear-gradient(133deg, #47CE64 0%, #1A9859 100%);
  /*width: max(100px, 12rem);*/
  width: 12rem;
  height: 28px;
  position: relative; 
}

footer .footerSub .language::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: calc(infinity*1px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity ease-out .3s;
  transition: opacity ease-out .3s
}

footer .footerSub .language select {
  position: absolute;
  z-index: 1;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 12px;
  color: #1f995c;
  cursor: pointer;
}

footer .footerSub .language {
  margin-top: 1.7rem;
  border-radius: calc(infinity*1px);
  background: linear-gradient(133deg, #47CE64 0%, #1A9859 100%);
  width: max(100px, 12rem);
  height: 28px;
  position: relative
}

footer .footerSub .language::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: calc(infinity*1px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity ease-out .3s;
  transition: opacity ease-out .3s
}

footer .footerSub .language select {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 28px;
  text-align: center;
  background: linear-gradient(133deg, #47CE64 0%, #1A9859 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  transition: -webkit-text-fill-color ease-out .3s;
}



@media screen and (max-width: 767px) {

  footer .footerSub .language {
    width: max(100px, 14.8rem);
    height: 35px;
  }

  footer .footerSub .language select {
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}