/* boder-radius */

.boder-r-bg-black {
  background-color: #000;
}

.main-border-r {
  overflow: hidden;
  position: relative;
  border-radius: 0 0 32px 32px;
  background-color: white;
}

/* boder-radius */
.wrapper {
  overflow-x: hidden;
}

/* overflow hidden  */
.overflow-hidden {
  overflow: hidden;
}

/* visibility  */
.visibility-hidden {
  visibility: hidden;
}

/* end  */

/* english font family  */
.font-en {
  font-family: urw-din, sans-serif;
}

/* end  */

/* spacer */
/* .header-fixed-spacer {
  padding-top: 7.7vw;
} */

/* .header-fixed-spacer2 {
  padding-top: 4vw;
} */

.header-fixed-spacer {
  padding-top: 10.676875vw;
}

@media (max-width: 768px) {
  .header-fixed-spacer {
    padding-top: 14.125vw;
  }
}

.side-frames {
  margin: 0 5vw;
}

@media (max-width: 767px) {
  .side-frames {
    margin: 0 10vw;
  }
}

.next-footer {
  margin-bottom: 15vw;
}

@media (max-width: 767px) {
  .next-footer {
    margin-bottom: 30vw;
  }
}

.next-section {
  margin-bottom: 10vw;
}

@media (max-width: 767px) {
  .next-section {
    margin-bottom: 20vw;
  }
}

.next-contents {
  margin-bottom: 5vw;
}

@media (max-width: 767px) {
  .next-contents {
    margin-bottom: 15vw;
  }
}

.next-head2 {
  margin-bottom: 2vw;
}

@media (max-width: 767px) {
  .next-head2 {
    margin-bottom: 1.5vw;
  }
}

.next-head {
  margin-bottom: 2vw;
}

@media (max-width: 767px) {
  .next-head {
    margin-bottom: 4vw;
  }
}

/* end  */

/* text  */

.text50-25 {
  font-size: 3.125vw;
}

.text32-20 {
  font-size: 2vw;
}

.text24-17 {
  font-size: 1.5vw;
}

.text20-15 {
  font-size: 1.25vw;
}

.text17-13 {
  font-size: 1.0625vw;
}

.text14 {
  font-size: 0.875vw;
}

.text12-10 {
  font-size: 0.75vw;
}

.text40-20 {
  font-size: 2.5vw;
}

@media (max-width: 767px) {
  .text40-20 {
    font-size: 5vw;
  }

  .text50-25 {
    font-size: 6.25vw;
  }

  .text32-20 {
    font-size: 5vw;
  }

  .text24-17 {
    font-size: 4.25vw;
  }

  .text20-15 {
    font-size: 3.75vw;
  }

  .text17-13 {
    font-size: 3.25vw;
  }

  .text12-10 {
    font-size: 2.5vw;
  }
}

/* end  */

/* icon img  */
.circle-arrow {
  width: 2.25vw;
}

@media (max-width: 767px) {
  .circle-arrow {
    width: 6vw;
  }
}

/* end */

/* header */

.header {
  padding: 1.5vw 3.125vw 2.6vw;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-header {
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}

.header_logo-box_src {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header_logo-img_src {
  position: absolute;
  width: 9.45vw;
  top: 2.5vw;
  opacity: 0;
  visibility: hidden;
}

.header-container_logo {
  display: flex;
  justify-content: center;
}

.header-container_logo-link {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 4;
  height: 10vw;
  top: -2vw;
  z-index: 9999999999;
}

.header-container_logo-link_src {
  z-index: 99999;
  position: absolute;
}

.header-container_logo-img {
  width: 15.9375vw;
  height: 17vw;
}

.nav {
  width: 100%;
}

.header-container_menu-small {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1vw;
}

.header-box_menu-small {
  display: flex;
  gap: 1.5vw;
}

.header-box_menu-small-link {
  display: flex;
  align-items: center;
  gap: 0.25vw;
  color: #000;
  transition: 0.3s;
  overflow: hidden;
}

.header-box_menu-small-link_en {
  position: relative;
  display: flex;
  transition: 0.3s;
}

.header-box_menu-small-link:hover,
.header-box_menu-small-link_en:hover {
  opacity: 0.5;
}

.header-box_menu-small-icon {
  width: 0.875vw;
}

.header-box_menu-small-shop {
  width: 0.5vw;
}

.header-box_menu-small-arrow {
  width: 0.25vw;
}

.header-box_menu-small-arrow_en {
  width: 0.25vw;
  position: absolute;
  left: -0.1vw;
  top: 0.35vw;
}

.header-container_menu {
  display: flex;
  justify-content: space-between;
}

.header-box_menu {
  display: flex;
  gap: 1vw;
  margin-left: -0.5vw;
}

.header-box_menu-btn-box {
  display: flex;
  gap: 0.5vw;
}

.header-box_menu-list {
  position: relative;
}

.header-box_menu-link {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #008c4f;
}

.header-box_menu-link_text {
  padding: 0 0.5vw;
  transition: 0.3s;
}

.header-box_menu-link_text:lang(en) {
  display: none;
}

.header-box_menu-en {
  font-weight: bold;
  letter-spacing: 0.05vw;
  font-size: 0.6vw;
  padding: 0 0.5vw 0.2vw;
  transition: 0.3s;
}

.header-box_menu-en:lang(en) {
  font-size: 1.0625vw;
}

.header-box_menu-list:hover .header-box_menu-link_text,
.header-box_menu-list:hover .header-box_menu-en {
  background-color: #008c4f;
  color: #fff;
}

.header-box_menu-list:nth-child(even) .header-box_menu-link {
  color: #0084a1;
}

.header-box_menu-list:nth-child(even):hover .header-box_menu-link_text,
.header-box_menu-list:nth-child(even):hover .header-box_menu-en {
  background-color: #0084a1;
  color: #fff;
}

.header-box_menu-arrow-down {
  margin-top: 0.5vw;
  width: 0.71vw;
}

.header-box_menu-btn {
  color: #fff;
  background-color: #008c4f;
  padding: 0.45vw 0;
  width: 10vw;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  height: fit-content;
  transition: 0.3s;
  border: 1px solid transparent;
}

.header-box_menu-btn:lang(en) {
  font-size: 0.875vw;
}

.header-box_menu-btn:hover {
  border: 1px solid #008c4f;
  background-color: #fff;
  color: #008c4f;
}

.header-box_menu-btn:nth-child(even) {
  background-color: #0084a1;
}

.header-box_menu-btn:nth-child(even):hover {
  border: 1px solid #0084a1;
  background-color: #fff;
  color: #0084a1;
}

.header-container_menu_sp {
  visibility: hidden;
  display: none;
}

.header-box_flo_sp {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}

.header-box_flo-btn_sp {
  color: #fff;
  background-color: #008c4f;
  padding: 0.5rem 2rem;
  width: 100%;
  height: fit-content;
  border-radius: 30px;
  text-align: center;
  font-size: 0.8rem;
}

.header-box_flo-btn_sp:nth-child(even) {
  background-color: #0084a1;
}

/* dropdown  */
.dropdown-container_abo {
  background-color: #0084a1;
  position: absolute;
  z-index: 99999;
  width: 19.6875vw;
  display: flex;
  justify-content: center;
  left: -7.51vw;
  top: 5vw;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.dropdown-container_abo:lang(en) {
  left: -7.16vw;
  top: 4.1vw;
}

.dropdown-container_com {
  background-color: #008c4f;
  position: absolute;
  z-index: 99999;
  width: 19.6875vw;
  display: flex;
  justify-content: center;
  left: -7.05vw;
  top: 5vw;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.dropdown-container_com:lang(en) {
  left: -6.54vw;
  top: 4.1vw;
}

.header-box_menu-list:hover .dropdown-container_abo,
.header-box_menu-list:hover .dropdown-container_com {
  visibility: inherit;
  opacity: 1;
}

.dropdown-box_bubble-svg_abo {
  position: absolute;
  width: 4vw;
  top: -2.14vw;
  left: 8.12vw;
}

.dropdown-box_bubble-svg_com {
  position: absolute;
  width: 4vw;
  top: -2.14vw;
  left: 8.2vw;
}

.dropdown-box_bubble-arrow_abo {
  width: 0.71vw;
  position: absolute;
  top: -1.2vw;
  left: 9.76vw;
}

.dropdown-box_bubble-arrow_com {
  width: 0.71vw;
  position: absolute;
  top: -1.2vw;
  left: 9.68vw;
}

.dropdown-box_content {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 2vw 0;
}

.dropdown-box_content li {
  width: 14.7vw;
}

.dropdown-box_link {
  display: flex;
  gap: 1vw;
  align-items: center;
  color: #fff;
}

.dropdown-box_link:lang(en) {
  font-size: 0.875vw;
}

.dropdown-box_circle-arrow {
  width: 1.5vw;
}

.dropdown-box_circle-arrow:lang(en) {
  width: 1vw;
}

/* end */

/* slide menu  */
.slidemenu-container {
  visibility: hidden;
  display: none;
}

/* end  */

@media (max-width: 767px) {
  .header {
    padding: 3vw 4vw;
    position: fixed;
    width: 100%;
  }

  .header_logo-img_src {
    width: 19vw;
  }

  .header-container_logo-link {
    display: block;
    height: 14vw;
    top: 3vw;
  }

  .header-container_logo-img {
    width: 33.61vw;
    height: auto;
  }

  .header-container_logo-link_src {
    display: block;
    position: absolute;
  }

  .header-container_logo-img_src {
    width: 33.61vw;
    display: block;
  }

  .header-container_menu-small {
    display: none;
  }

  .header-container_menu {
    display: none;
  }

  .header-container_menu_sp {
    display: flex;
    justify-content: space-between;
    visibility: inherit;
    position: relative;
    z-index: 9999999;
  }

  .header-box_en-btn_sp {
    font-size: 3.5vw;
    border: 1px solid #000;
    border-radius: 50%;
    width: 12vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }

  .header-box_flo_sp {
    position: fixed;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    visibility: inherit;
    padding: 2vw 3vw;
    justify-content: center;
    z-index: 999999;
  }

  .header-box_hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    background-color: #eaeaea;
    border-radius: 50%;
    width: 12vw;
    height: 12vw;
    transition: 0.3s;
  }

  .header-box_hamburger-line {
    width: 4vw;
    height: 0.5vw;
    border-radius: 20px;
    background-color: #008c4f;
  }

  .header-box_hamburger-line:nth-child(2) {
    background-color: #0084a1;
  }

  .header-box_hamburger_close {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    border-radius: 50%;
    width: 12vw;
    height: 12vw;
  }

  .header-box_hamburger_close .header-box_hamburger-line {
    width: 5vw;
    height: 0.5vw;
    border-radius: 20px;
    background-color: #007642;
  }

  .header-box_hamburger_close .header-box_hamburger-line:nth-child(1) {
    transform: translateY(1.3vw) rotate(45deg);
  }

  .header-box_hamburger_close .header-box_hamburger-line:nth-child(2) {
    transform: translateY(-1.3vw) rotate(-45deg);
  }

  /* slide menu  */
  .slidemenu-container {
    display: block;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    padding-bottom: 30vw;
    background-color: #000;
    height: 100vh;
  }

  .slidemenu-container_active {
    visibility: inherit;
    opacity: 1;
  }

  .slidemenu-container_header {
    height: 30vw;
    padding: 3vw 4vw;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }

  .slidemenu-container_logo-img {
    width: 33.61vw;
    position: absolute;
  }

  .slidemenu-box {
    padding-top: 30vw;
  }

  .slidemenu-box_list {
    display: flex;
    justify-content: center;
  }

  .slidemenu-box_list:nth-child(even) {
    background-color: #008c4f;
  }

  .slidemenu-box_list:nth-child(odd) {
    background-color: #0084a1;
  }

  .slidemenu-box_list.slidemenu-box_list_com {
    background-color: #008c4f;
  }

  .slidemenu-box_list.slidemenu-box_list_news {
    background-color: #0084a1;
  }

  .slidemenu-box_link {
    font-size: 4.25vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5vw 0;
  }

  .slidemenu-box_link>font {
    display: none;
  }

  .slidemenu-box_link-en {
    font-size: 3vw;
  }

  .slidemenu-box_link-en:lang(en) {
    font-size: 4.25vw;
  }

  .slidemenu-box_under-box {
    display: flex;
    flex-wrap: wrap;
    padding: 5vw 10vw;
    row-gap: 4vw;
  }

  .slidemenu-box_under-box:lang(en) {
    justify-content: space-between;
  }

  .slidemenu-box_under-box_abo {
    background-color: #007a95;
  }

  .slidemenu-box_under-box_com {
    background-color: #008149;
  }

  .slidemenu-box_under-list {
    width: 50%;
  }

  .slidemenu-box_under-list:lang(en) {
    width: 48%;
  }

  .slidemenu-box_under-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 3.25vw;
    gap: 2vw;
  }

  .slidemenu-box_under-link:lang(en) {
    align-items: start;
  }

  .slidemenu-box_under-link:lang(en)>font {
    line-height: 4vw;
  }

  .slidemenu-box_under-arrow {
    width: 4.5vw;
  }

  .slidemenu-box_under-arrow:lang(en) {
    width: 3.5vw;
  }

  .slidemenu-box_footer_list-box {
    padding: 12vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2vw;
  }

  .slidemenu-box_footer_list {
    width: 49%;
  }

  .slidemenu-box_footer_link {
    font-size: 3.5vw;
    color: #fff;
    display: flex;
    gap: 1.5vw;
  }

  .slidemenu-box_footer_link:lang(en) {
    font-size: 2.5vw;
  }

  .slidemenu-box_footer_arrow {
    width: 1vw;
  }

  .slidemenu-box_footer_snsicon {
    width: 3.5vw;
  }

  /* end  */
}

/* header end */

/* footer */
.footer {
  background-color: #000;

  padding: 8vw 0 5vw 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 50;
}

.footer-container_logo {
  padding-bottom: 3vw;
}

.footer-container_logo-img {
  width: 43.125vw;
}

.footer-container_menu-small {
  gap: 12rem;
  padding-bottom: 5vw;
  display: flex;
}

.footer-box_menu-small {
  display: flex;
  gap: 1.5rem;
}

.footer-box_link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: 0.3s;
}

.footer-box_link:hover {
  opacity: 0.5;
}

.footer-box_arrow {
  width: 0.25vw;
}

.footer-box_snsicon {
  width: 0.875vw;
}

.footer-box_partner-text {
  color: #fff;
}

.footer-box_partner {
  display: flex;
  gap: 0.5vw;
  padding: 1.5vw 0;
}

.footer-box_partner_link {
  transition: 0.3s;
}

.footer-box_partner-img {
  width: 11.875vw;
  transition: 0.3s;
}

.footer-box_partner-img:hover {
  opacity: 0.5;
}

.footer-copyright {
  color: #fff;
  font-size: 0.8125vw;
}

@media (max-width: 767px) {
  .footer {
    padding: 18vw 0 20vw 0;
  }

  .footer-container_logo {
    padding-bottom: 15vw;
  }

  .footer-container_logo-img {
    width: 80vw;
  }

  .footer-container_menu-small {
    padding-bottom: 15vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.5vw;
  }

  .footer-box_link {
    font-size: 3vw;
  }

  .footer-box_partner-text {
    color: #fff;
    padding-bottom: 4vw;
  }

  .footer-box_arrow {
    width: 1vw;
  }

  .footer-box_snsicon {
    width: 3.5vw;
  }

  .footer-box_partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 8vw;
    gap: 2vw;
  }

  .footer-box_partner-img {
    width: 38vw;
  }

  .footer-copyright {
    font-size: 2.5vw;
  }
}

/* footer end  */

/* under page kv */
.kv-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.kv-section_img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center 80%;
  z-index: 2;
  filter: brightness(0.65);
}

.kv-container {
  padding: 15vw 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 80vw;
  margin: 0 auto;
}

.kv-container_ttl-en {
  padding-bottom: 2vw;
  color: #fff;
  font-weight: bold;
}

.kv-container_ttl-en:lang(en) {
  font-size: 3.25vw;
  padding-bottom: 10vw;
}

@media (max-width: 767px) {
  .kv-container_ttl-en:lang(en) {
    font-size: 5vw;
    padding-bottom: 20vw;
  }
}

.kv-container_ttl {
  text-align: center;
  font-weight: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  padding-bottom: 10vw;
  letter-spacing: 0.042vw;
  font-feature-settings: normal;
}

.kv-container_ttl:lang(en) {
  display: none;
}

.kv-container_desc-ttl {
  font-weight: normal;
  padding-bottom: 2vw;
}

.kv-container_desc-ttl:lang(en) {
  width: 45vw;
}

@media (max-width: 767px) {
  .kv-container_desc-ttl:lang(en) {
    width: auto;
    font-size: 3.25vw;
  }
}

.kv-container_desc {
  width: 43.125vw;
  margin: 0 auto;
  letter-spacing: 0.08vw;
  color: #fff;
}

@media (max-width: 767px) {
  .kv-section_img {
    height: 100%;
  }

  .kv-container {
    padding: 40vw 0;
  }

  .kv-container_ttl-en {
    padding-bottom: 4vw;
  }

  .kv-container_ttl {
    font-size: 5.5vw;
    padding-bottom: 20vw;
  }

  .kv-container_desc-ttl {
    padding-bottom: 6vw;
  }

  .kv-container_desc {
    line-height: 6vw;
    padding: 0;
    width: 80vw;
  }
}

/* end */

/* 404　css */
.subp-po-rel {
  position: relative;
}

.subpage-heder-h {
  margin-top: 10vw;
  /* margin-top: calc(10vw + 75px); */
}

@media (max-width: 767px) {
  .subpage-heder-h {
    margin-top: 20vw;
    /* margin-top: calc(20vw + 75px); */
  }
}

.sub-center-contents {
  width: 43.125vw;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sub-center-contents {
    width: 100%;
  }
}

.subpage-btn {
  width: 45%;
  display: block;
  text-align: center;
  background-color: #000;
  color: white;
  border-radius: 1000px;
  margin: 0 auto;
  line-height: 2;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5% 0;
  border: solid 1px #000;
  transition: 0.3s ease;
}

.subpage-btn:hover {
  background-color: white;
  color: #000;
  transition: 0.3s ease;
}

.subpage-btn_pc-left {
  margin: 0;
}

@media (max-width: 767px) {
  .subpage-btn {
    width: 100%;
    padding: 2.5% 0;
  }
}

.subpage-head-box {
  position: absolute;
  left: 5%;
  top: 0;
}

.subpage-head-box_en {
  display: block;
  font-weight: 600;
  color: #008c4f;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .subpage-head-box {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-bottom: 25vw;
  }
}

.notfound-box {
  padding-top: 8.75vw;
}

@media (max-width: 767px) {
  .notfound-box {
    padding-top: 0vw;
  }
}

/* 404　css */

/* gtranslate tool bar hidden  */
body {
  top: 0px !important;
}

body>.skiptranslate>iframe.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}