@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
:root {
  --headerHeight: 108px; }
  @media screen and (max-width: 1199px) {
    :root {
      --headerHeight: 90px; } }
  @media screen and (max-width: 767px) {
    :root {
      --headerHeight: 75px; } }

.header2026,
.footer2026 {
  --container-width: 1300px;
  --grid-gutter: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: .05em; }
  .header2026 h1,
  .header2026 h2,
  .header2026 h3,
  .header2026 h4,
  .header2026 h5,
  .footer2026 h1,
  .footer2026 h2,
  .footer2026 h3,
  .footer2026 h4,
  .footer2026 h5 {
    line-height: 1.6;
    font-feature-settings: "palt"; }
  .header2026 a,
  .footer2026 a {
    transition: 0.3s;
    text-decoration: none; }
    .header2026 a:hover img, .header2026 a:focus img,
    .footer2026 a:hover img,
    .footer2026 a:focus img {
      opacity: 0.9; }
  .header2026 p,
  .footer2026 p {
    font-size: 1rem;
    line-height: 1.8; }
    .header2026 p:not(:last-child):not([class]),
    .footer2026 p:not(:last-child):not([class]) {
      margin-bottom: 16px; }
  .header2026 img,
  .footer2026 img {
    max-width: 100%;
    height: auto; }
  .header2026 .container,
  .footer2026 .container {
    max-width: calc(var(--container-width) + var(--grid-gutter) * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(var(--grid-gutter) / 2);
    padding-left: calc(var(--grid-gutter) / 2); }
  .header2026 .icon_instagram,
  .footer2026 .icon_instagram {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 1; }

.header2026 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: var(--headerHeight);
  padding-left: clamp(20px, 2vw, 80px);
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease; }
  .header2026.hide {
    opacity: 0;
    visibility: hidden; }
  .header2026.show {
    background-color: #ffffff; }
  @media print {
    .header2026 {
      position: static; }
      .header2026.hide {
        opacity: 1;
        visibility: visible; } }

.header2026_logo {
  display: block;
  margin-right: auto; }
  .header2026_logo img {
    display: block;
    width: 130px;
    height: auto; }
  @media screen and (max-width: 1199px) {
    .header2026_logo img {
      width: 110px; } }
  @media screen and (max-width: 767px) {
    .header2026_logo img {
      width: 90px; } }

.header2026_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: auto; }
  .header2026_content .header2026_links {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .header2026_content .header2026_list_01 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px; }
    .header2026_content .header2026_list_01 a {
      font-size: 12px;
      color: #272727; }
      .header2026_content .header2026_list_01 a:hover, .header2026_content .header2026_list_01 a:focus, .header2026_content .header2026_list_01 a:active {
        color: #26953E; }
  .header2026_content .header2026_list_02 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #ccc; }

  .header2026_content .header2026_list_03 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #ccc;}
    .header2026_content .header2026_list_03 a {
      font-size: 12px;
      color: #272727; 
margin-left: 10px;}
      .header2026_content .header2026_list_03 a:hover, .header2026_content .header2026_list_03 a:focus, .header2026_content .header2026_list_03 a:active {
        color: #26953E; }


  @media screen and (max-width: 1199px) {
    .header2026_content {
      display: none; } }

.lang_switch_box {
  position: relative;
  display: flex;
  align-items: center; }
  .lang_switch_box:before {
    display: block;
    width: 18px;
    height: 18px;
    background: url("/common/images/components/globe.svg") no-repeat left center/100% 100%;
    content: ""; }

.lang_switch_trigger {
  display: flex;
  align-items: center;
  padding: 0 4px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 12px; }
  .lang_switch_trigger:focus {
    outline: none; }
  .lang_switch_trigger:after {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url("/common/images/components/down-black.svg") no-repeat left center/100% 100%;
    content: "";
    transition: transform 0.3s; }
  .lang_switch_box.is-open .lang_switch_trigger:after {
    transform: rotate(180deg); }

.lang_switch_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  width: 80px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 100;
  text-align: center; }
  .lang_switch_dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .lang_switch_dropdown li {
    border-bottom: 1px solid #ccc; }
    .lang_switch_dropdown li:last-child {
      border-bottom: none; }
  .lang_switch_dropdown .lang_switch_item {
    display: block;
    padding: 8px 16px;
    font-size: 12px;
    color: #333;
    transition: color 0.3s; }
    html:lang(ja) .lang_switch_dropdown .lang_switch_item[data-lang="en"] {
      color: #ccc; }
      html:lang(ja) .lang_switch_dropdown .lang_switch_item[data-lang="en"]:hover {
        color: #272727; }
    html:lang(en) .lang_switch_dropdown .lang_switch_item[data-lang="ja"] {
      color: #ccc; }
      html:lang(en) .lang_switch_dropdown .lang_switch_item[data-lang="ja"]:hover {
        color: #272727; }

.icon_instagram {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1; }

.header2026_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100%;
  background: #26953E;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff; }
  .header2026_btn:hover {
    background: #6EBE7C;
    color: #fff; }
  @media screen and (max-width: 1199px) {
    .header2026_btn {
      display: none; } }

.gnav2026_desktop_wrapper {
  position: relative; }
  @media screen and (max-width: 1199px) {
    .gnav2026_desktop_wrapper {
      display: none; } }

.gnav2026_desktop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px; }
  .gnav2026_desktop > li {
    position: relative;
    flex-grow: 1; }
    .gnav2026_desktop > li > a {
      position: relative;
      z-index: 99;
      display: block;
      line-height: 1;
      font-weight: 500;
      font-size: 14px;
      color: #272727;
      text-align: center;
      white-space: nowrap; }
      .gnav2026_desktop > li > a:hover {
        color: #6C6C6C; }
    .gnav2026_desktop > li:hover .gnav2026_desktop_megamenu {
      opacity: 1;
      visibility: visible; }
  @media print {
    .gnav2026_desktop > li > a {
      font-size: 12px; } }

.gnav2026_desktop_megamenu {
  position: fixed;
  z-index: 9;
  top: calc(var(--headerHeight) - 40px);
  left: 0;
  width: 100%;
  padding-top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s; }
  .gnav2026_desktop_megamenu_inner {
    padding: 40px;
    background: #EFEFEF;
    border-top: 1px solid #B9B9B9; }
  .gnav2026_desktop_megamenu_title {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #B2B2B2; }
    .gnav2026_desktop_megamenu_title a {
      display: flex;
      align-items: center;
      gap: 12px;
      width: fit-content;
      font-size: 24px;
      color: #272727; }
      .gnav2026_desktop_megamenu_title a:after {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #272727;
        background: #fff url("/common/images/components/arrow_right.svg") no-repeat center/16px;
        content: "";
        transition: .3s; }
      .gnav2026_desktop_megamenu_title a:hover {
        font-weight: 600; }
        .gnav2026_desktop_megamenu_title a:hover:after {
          background: #272727 url("/common/images/components/arrow_right-white.svg") no-repeat center/16px; }
  .gnav2026_desktop_megamenu_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .gnav2026_desktop_megamenu_list > li {
      flex-basis: calc(100% / 4 - 20px); }
      .gnav2026_desktop_megamenu_list > li > a {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 16px;
        color: #272727; }
        .gnav2026_desktop_megamenu_list > li > a:before {
          width: 5px;
          height: 10px;
          background: url("/common/images/components/nav_arrow.svg") no-repeat left center/100% 100%;
          content: ""; }
        .gnav2026_desktop_megamenu_list > li > a:hover {
          color: #6C6C6C; }
  @media print {
    .gnav2026_desktop_megamenu {
      display: none; } }

.nav-mobile2026 {
  display: none; }
  @media screen and (max-width: 1199px) {
    .nav-mobile2026 {
      display: block; } }

.nav-mobile2026_trigger_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 24px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 12px; }
  .nav-mobile2026_trigger_wrapper .text {
    font-weight: 500;
    font-size: 14px; }

.nav-mobile2026_trigger {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  cursor: pointer;
  aspect-ratio: 1 / 1; }
  .nav-mobile2026_trigger:has(.animated) {
    border-radius: 50%;
    background: #272727; }
  .nav-mobile2026_trigger_icon, .nav-mobile2026_trigger_icon:before, .nav-mobile2026_trigger_icon:after {
    position: relative;
    display: block;
    transition: .3s;
    width: 100%;
    height: 4px;
    background: #272727; }
    .nav-mobile2026_trigger_icon:before, .nav-mobile2026_trigger_icon:after {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 99;
      content: ""; }
    .nav-mobile2026_trigger_icon:before {
      top: -10px;
      width: calc(100% + 12px); }
    .nav-mobile2026_trigger_icon:after {
      width: calc(100% - 12px);
      bottom: -10px; }
    .nav-mobile2026_trigger_icon.animated:before, .nav-mobile2026_trigger_icon.animated:after {
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      margin: auto;
      background: #fff;
      width: calc(100% - 12px);
      height: 2px; }
    .nav-mobile2026_trigger_icon.animated:before {
      transform: rotate(45deg); }
    .nav-mobile2026_trigger_icon.animated:after {
      transform: rotate(-225deg); }
  .nav-mobile2026_trigger:hover, .nav-mobile2026_trigger:active, .nav-mobile2026_trigger:focus {
    outline: none; }
    .nav-mobile2026_trigger:hover_icon, .nav-mobile2026_trigger:active_icon, .nav-mobile2026_trigger:focus_icon {
      background: #fff; }
  @media screen and (max-width: 767px) {
    .nav-mobile2026_trigger {
      width: 32px;
      height: 32px; }
      .nav-mobile2026_trigger_icon:before {
        width: calc(100% + 8px); }
      .nav-mobile2026_trigger_icon:after {
        width: calc(100% - 8px); } }

.nav-mobile2026_wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  margin-top: var(--headerHeight);
  width: 100%;
  height: calc(100vh - var(--headerHeight));
  height: calc(100dvh - var(--headerHeight));
  padding: 24px 0;
  border-top: 1px solid #B9B9B9;
  background: #EFEFEF;
  overflow-y: scroll; }

.nav-mobile2026_icons_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px; }

.nav-mobile2026_lang_switch {
  display: flex;
  align-items: center; }
  .nav-mobile2026_lang_switch:before {
    display: block;
    width: 18px;
    height: 18px;
    background: url("/common/images/components/globe.svg") no-repeat left center/100% 100%;
    content: ""; }
  .nav-mobile2026_lang_switch li:not(:last-child) {
    border-right: 1px solid #BEBEBE; }
  .nav-mobile2026_lang_switch li a {
    display: block;
    padding: 0 8px;
    color: #272727; }
    .nav-mobile2026_lang_switch li a:hover {
      color: #6C6C6C; }
    html:lang(ja) .nav-mobile2026_lang_switch li a[data-lang="en"] {
      color: #ccc; }
      html:lang(ja) .nav-mobile2026_lang_switch li a[data-lang="en"]:hover {
        color: #272727; }
    html:lang(en) .nav-mobile2026_lang_switch li a[data-lang="ja"] {
      color: #ccc; }
      html:lang(en) .nav-mobile2026_lang_switch li a[data-lang="ja"]:hover {
        color: #272727; }

.gnav_mobile2026 {
  margin-top: 32px; }
  .gnav_mobile2026 > li {
    position: relative; }
    .gnav_mobile2026 > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      padding: 12px 0;
      font-weight: 600;
      color: #272727; }
    .gnav_mobile2026 > li:has(.gnav_mobile2026_submenu) > a {
      position: relative;
      padding-right: 32px; }
      .gnav_mobile2026 > li:has(.gnav_mobile2026_submenu) > a:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        background: url("/common/images/components/plus.svg") no-repeat center/100% 100%;
        content: "";
        transition: transform 0.3s; }
    .gnav_mobile2026 > li:has(.gnav_mobile2026_submenu).is-open > a:after {
      background-image: url("/common/images/components/minus.svg"); }

.gnav_mobile2026_submenu {
  display: none;
  padding: 24px;
  background: #fff;
  border-radius: 16px; }
  .gnav_mobile2026_submenu.is-open {
    display: block; }
  .gnav_mobile2026_submenu_title {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #B2B2B2; }
    .gnav_mobile2026_submenu_title a {
      display: flex;
      align-items: center;
      gap: 12px;
      width: fit-content;
      font-size: 20px;
      color: #272727; }
      .gnav_mobile2026_submenu_title a:after {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #272727;
        background: #fff url("/common/images/components/arrow_right.svg") no-repeat center/12px;
        content: "";
        transition: .3s; }
      .gnav_mobile2026_submenu_title a:hover {
        font-weight: 600; }
        .gnav_mobile2026_submenu_title a:hover:after {
          background: #272727 url("/common/images/components/arrow_right-white.svg") no-repeat center/16px; }
  .gnav_mobile2026_submenu_list {
    padding-left: 16px; }
    .gnav_mobile2026_submenu_list > li:not(:last-child) {
      margin-bottom: 16px; }
    .gnav_mobile2026_submenu_list > li > a {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #272727; }
      .gnav_mobile2026_submenu_list > li > a:before {
        width: 5px;
        height: 10px;
        background: url("/common/images/components/nav_arrow.svg") no-repeat left center/100% 100%;
        content: ""; }
      .gnav_mobile2026_submenu_list > li > a:hover {
        color: #6C6C6C; }

.nav-mobile2026_links_list {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #B9B9B9; }
  .nav-mobile2026_links_list > li {
    position: relative; }
    .nav-mobile2026_links_list > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      padding: 12px 0;
      font-weight: 600;
      color: #272727; }

.footer2026 {
  padding: 128px 0 40px;
  background: #646464;
  color: #fff; }
  .footer2026 .footer2026_inner {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto; }
  .footer2026 a {
    color: #fff; }
    .footer2026 a:not([class]):hover, .footer2026 a:not([class]):focus, .footer2026 a:not([class]):active {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 4px; }
  @media screen and (max-width: 1199px) {
    .footer2026 {
      padding-top: 0; }
      .footer2026 .container {
        display: flex;
        flex-direction: column; }
        .footer2026 .container .footer2026_links {
          order: 1; }
        .footer2026 .container .footer2026_inner:has(.footer2026_logo) {
          order: 2;
          padding-top: 40px; }
        .footer2026 .container .footer2026_copyright {
          order: 3; }
        .footer2026 .container .footer2026_inner:has(.footer2026_nav) {
          order: 4;
          display: block; } }

@media screen and (max-width: 767px) {
  .footer2026_logo img {
    width: 100px; } }

.footer2026_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 64px;
  padding: 64px 0; }
  @media screen and (max-width: 1199px) {
    .footer2026_nav {
      display: none; } }
  @media print {
    .footer2026_nav {
      grid-template-columns: repeat(2, 1fr); } }

.footer2026_nav_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #B2B2B2;
  font-weight: 500;
  font-size: 16px; }
  .footer2026_nav_title_text {
    display: block;
    flex: 1; }
    .footer2026_nav_title_text:after {
      display: block;
      font-family: "Jost", sans-serif;
      font-size: 22px;
      color: #B2B2B2;
      content: attr(data-title-en);
      transition: .3s;
      line-height: 1;
      white-space: nowrap; }
  .footer2026_nav_title[href]:after {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff url("/common/images/components/arrow_right.svg") no-repeat center center/16px 12px;
    content: "";
    transition: .3s; }
  .footer2026_nav_title:hover, .footer2026_nav_title:focus, .footer2026_nav_title:active {
    color: #fff;
    text-decoration: none; }
    .footer2026_nav_title:hover .footer2026_nav_title_text:after, .footer2026_nav_title:focus .footer2026_nav_title_text:after, .footer2026_nav_title:active .footer2026_nav_title_text:after {
      color: #fff; }
    .footer2026_nav_title:hover:after, .footer2026_nav_title:focus:after, .footer2026_nav_title:active:after {
      background: #26953E url("/common/images/components/arrow_right-white.svg") no-repeat center center/16px 12px; }

.footer2026_nav_list li:not(:last-child) {
  margin-bottom: 8px; }
.footer2026_nav_list a {
  letter-spacing: 0; }

.footer2026_links {
  border-top: 1px solid #B2B2B2;
  padding-top: 40px; }
  @media screen and (max-width: 1199px) {
    .footer2026_links {
      border: none;
      padding-top: 24px; } }

.footer2026_sns_list {
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer2026_sns_list li {
    padding: 4px 0; }
    .footer2026_sns_list li:last-child {
      border-left: 1px solid #B2B2B2; }
  .footer2026_sns_list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px; }
    .footer2026_sns_list a:before {
      display: block;
      width: 18px;
      height: 18px;
      background: url("/common/images/components/instagram-white.svg") no-repeat center center/contain;
      content: ""; }
  @media screen and (max-width: 767px) {
    .footer2026_sns_list {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px; }
      .footer2026_sns_list li:last-child {
        border-left: none; } }

.footer2026_policy_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 60px;
  padding-top: 24px; }
  @media screen and (max-width: 767px) {
    .footer2026_policy_list {
      margin-top: 24px;
      gap: 12px 40px;
      border-top: 1px solid #B2B2B2; } }

.footer2026_copyright {
  padding-top: 40px;
  text-align: center; }
  .footer2026_copyright > p {
    font-size: 14px; }
