@charset "UTF-8";
.Header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.Header .GlobalMenu {
  position: absolute;
  display: flex;
  top: 40px;
  background-color: #fff;
  width: calc(100% - 52px);
  max-width: 1400px;
  min-width: 240px;
  height: 64px;
  justify-content: space-between;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  align-items: center;
  transition: top 0.3s ease;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.Header .GlobalMenu .left {
  padding-left: 18px;
  height: 39.14px;
}
.Header .GlobalMenu .center {
  position: relative;
  display: flex;
  justify-content: flex-start;
  overflow-x: hidden;
  flex-grow: 2;
  padding: 0 47px 0 22px;
}
.Header .GlobalMenu .center .list {
  display: flex;
  width: 100%;
  height: 22px;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: flex-end;
  gap: 30px;
}
.Header .GlobalMenu .center .list a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.Header .GlobalMenu .center .list a:hover {
  text-decoration: underline;
}
.Header .GlobalMenu .right {
  padding-right: 5px;
  height: 54px;
}
.Header .GlobalMenu .right button {
  background-color: #000;
  border: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  /* MENU */
  font-family: var(--font-family-en);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
}
.Header .GlobalMenuModal {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1240px;
  height: calc(100% - 60px);
  max-height: 738px;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  z-index: 1000;
  opacity: 0;
  padding: 0;
  transition: width 0.3s ease;
}
.Header .GlobalMenuModal .menuTitle {
  display: none;
}
.Header .GlobalMenuModal .menuHome {
  position: relative;
  margin-left: 23px;
  margin-bottom: 14px;
  font-family: var(--font-family-en);
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #a8a8a8;
  letter-spacing: 0.72px;
  text-decoration: none;
}
.Header .GlobalMenuModal .menuHome:hover {
  text-decoration: underline;
}
.Header .GlobalMenuModal .GlobalMenuScroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea {
  position: relative;
  width: 50%;
  height: 100%;
  background: #eaf5fb;
  padding: 0px 4px 0px 65px;
  display: flex;
  align-items: center;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea .menuList {
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100% - 60px);
  width: calc(100% - 0px);
  max-height: 450px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 23px;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea .menuList .menuItem {
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea .menuList .menuItem .labelEn {
  position: relative;
  font-family: var(--font-family-en);
  font-weight: 600;
  font-size: 26px;
  color: #30b0c0;
  letter-spacing: 0.72px;
  text-align: left;
  line-height: 1.4;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea .menuList .menuItem p {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #000000;
  margin: 0;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea .menuList .menuItem:hover {
  opacity: 0.6;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea .menuList a {
  font-size: 15px;
  color: inherit;
  text-decoration: none;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList {
  position: relative;
  width: 100%;
  padding-left: 30px;
  max-width: 520px;
  height: 276px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .menuTitle {
  display: flex;
  align-items: flex-end;
  margin-bottom: 26px;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .menuButton {
  height: 54px;
  margin-bottom: 14px;
  cursor: pointer;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .menuButton:hover {
  opacity: 0.6;
  cursor: pointer;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .menuLink {
  margin-top: 12px;
  margin-left: 0px;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .menuLink:hover {
  text-decoration: underline;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .selectLocale {
  margin-top: 11px;
  position: relative;
  display: flex;
  font-size: 14px;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .selectLocale a {
  color: #000;
  text-decoration: none;
}
.Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .selectLocale a:hover {
  text-decoration: underline;
}
.Header .GlobalMenuModal .closeButton {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
  z-index: 1005;
}
.Header .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

@media (max-width: 768px) {
  .Header .GlobalMenuModal {
    width: 360px;
    height: calc(100% - 84px) !important;
    top: 0px !important;
    padding: 100px 0 30px;
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eaf5fb 50%, #eaf5fb 100%);
  }
  .Header .GlobalMenuModal .menuTitle {
    position: absolute;
    display: flex;
    align-items: flex-end;
    margin-bottom: 26px;
    top: 40px;
    left: 30px;
  }
  .Header .GlobalMenuModal .GlobalMenuScroll {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner {
    position: relative;
    width: 100%;
    height: initial;
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea {
    width: 100%;
    height: initial;
    padding: 30px;
  }
  .Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .leftArea .menuList {
    overflow: visible;
  }
  .Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea {
    width: 100%;
    height: 240px !important;
    background-color: #fff;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList {
    height: 320px;
    padding: 18px 30px 18px 30px;
  }
  .Header .GlobalMenuModal .GlobalMenuScroll .GlobalMenuInner .rightArea .menuList .menuTitle {
    display: none;
  }
  .Header .GlobalMenuModal .closeButton {
    position: absolute;
    top: 16px;
    right: 20px;
  }
}
@media (max-width: 1158px) {
  .Header .GlobalMenu {
    top: 40px;
    max-width: calc(100% - 52px);
    min-width: 510px;
  }
  .Header .GlobalMenu .center {
    display: none !important;
    flex-grow: 0;
  }
}
@media (max-width: 550px) {
  .Header .GlobalMenu {
    top: 18px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-width: 280px;
  }
  .Header .GlobalMenu .center {
    display: none;
    flex-grow: 0;
  }
}
.breadcrumbs {
  position: relative;
  width: 100%;
  max-width: 1280px;
  background: var(--color-cosmos);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 40px;
}
.breadcrumbs ul {
  position: relative;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.breadcrumbs ul li {
  text-align: right;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  white-space: nowrap;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #ffffff;
}
.breadcrumbs ul li.sep {
  padding: 0 4px;
}
.breadcrumbs ul::-webkit-scrollbar {
  width: 6px; /* 縦スクロールバーの幅 */
  height: 6px; /* 横スクロールバーの高さ */
}
.breadcrumbs ul::-webkit-scrollbar-track {
  background: var(--color-cosmos);
}
.breadcrumbs ul::-webkit-scrollbar-thumb {
  background-color: var(--color-here);
  border-radius: 4px;
}

.Footer {
  position: relative;
  width: 100%;
  min-height: 447px;
  background: var(--color-cosmos);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.Footer .FooterUpper {
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Footer .FooterUpper .FooterLeft {
  margin: 8px 0 0;
  width: 260px;
}
.Footer .FooterUpper .FooterRight {
  position: relative;
  width: 582px;
}
.Footer .FooterUpper .FooterRight .FooterMenu {
  position: relative;
  width: 582px;
  min-height: 270px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}
.Footer .FooterUpper .FooterRight .FooterMenu .FooterMenuLeft {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}
.Footer .FooterUpper .FooterRight .FooterMenu .FooterMenuRight {
  width: 221px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}
.Footer .FooterUpper .FooterRight .FooterMenu .menuItem {
  position: relative;
  text-decoration: none;
  min-height: 47px;
}
.Footer .FooterUpper .FooterRight .FooterMenu .menuItem .labelEn {
  font-family: var(--font-family-en);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.72px;
  color: #30b0c0;
}
.Footer .FooterUpper .FooterRight .FooterMenu .menuItem p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.Footer .FooterUpper .FooterRight .linkItems {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.Footer .FooterUpper .FooterRight .linkItems a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
.Footer .FooterUpper .FooterRight .linkItems a:hover {
  text-decoration: underline;
}
.Footer .copyright {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  padding: 30px 0;
}

@media (max-width: 980px) {
  .Footer {
    min-height: 764px;
  }
  .Footer .FooterUpper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .Footer .FooterUpper .FooterLeft {
    margin: 0px 0 36px;
  }
  .Footer .FooterUpper .FooterRight {
    width: 100%;
    max-width: 582px;
  }
  .Footer .FooterUpper .FooterRight .FooterMenu {
    width: 100%;
  }
  .Footer .copyright {
    bottom: 0px;
  }
}
@media (max-width: 560px) {
  .Footer {
    min-height: 1064px;
  }
  .Footer .FooterUpper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .Footer .FooterUpper .FooterLeft {
    margin: 0px 0 80px;
  }
  .Footer .FooterUpper .FooterRight {
    width: 100%;
    max-width: 582px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .Footer .FooterUpper .FooterRight .FooterMenu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 353px;
    min-height: 545px;
  }
  .Footer .FooterUpper .FooterRight .FooterMenu .FooterMenuLeft {
    width: 312px;
    gap: 4px;
    margin: 0px 0 14px;
  }
  .Footer .FooterUpper .FooterRight .FooterMenu .FooterMenuRight {
    width: 312px;
    gap: 4px;
  }
  .Footer .FooterUpper .FooterRight .linkItems {
    margin-top: 16px;
  }
  .Footer .copyright {
    bottom: 0px;
  }
}
.ButtonBase {
  position: relative;
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 304px;
}
.ButtonBase .button {
  position: absolute;
  height: 47px;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: margin 0.2s ease;
}
.ButtonBase .button .back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
}
.ButtonBase .button .shadow {
  position: absolute;
  top: 7px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: rgba(140, 228, 238, 0.5333333333);
  border-radius: 100px;
  transition: top 0.2s ease, left 0.2s ease;
}
.ButtonBase .button .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 3px solid #000000;
  transition: all 0.5s ease;
}
.ButtonBase .button .label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  gap: 8px;
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.ButtonBase .button .label .en {
  display: inline-block;
  padding-top: 1px;
  font-family: var(--font-family-en);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  z-index: 4;
}
.ButtonBase .button .label .ja {
  display: inline-block;
  max-width: 188px;
  overflow: hidden;
  font-weight: 800;
  font-size: 15px;
  line-height: 100%;
  z-index: 4;
}
.ButtonBase:hover .button {
  margin: 2px 0 0 2px;
}
.ButtonBase:hover .button .shadow {
  top: 0px;
  left: 0px;
}
#modal {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#modal.show {
  display: flex;
  opacity: 1;
}

#GlobalMenuModal {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}

#GlobalMenuModal.show {
  transform: translateY(0%);
  opacity: 1;
}

:lang(en) .menuList .ButtonBase .button .label .ja {
  font-size: 13px;
}
