@charset "UTF-8";
/* Google翻訳が固定された時 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  width: 100%;
  -webkit-backdrop-filter: blur(18.7px);
  backdrop-filter: blur(18.7px);
  background-color: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 1080px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: initial;
    background-color: transparent;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1920px, 100%);
  height: 92px;
  margin: auto;
  padding: 0 60px;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  .header__container {
    padding: 0 20px;
  }
}
.header__left {
  width: fit-content;
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .header__right {
    display: none;
  }
}

.header-logo {
  width: fit-content;
  line-height: 1;
}
.header-logo a {
  font-size: 20px;
  letter-spacing: 0.036em;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .header-logo a {
    font-size: 16px;
  }
}
.header-logo a:hover {
  opacity: 1;
}

/* メニュー */
.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-menu li a {
  padding: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .header-menu li a {
    padding: 10px 8px;
    font-size: 15px;
  }
}

.header-language {
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 1260px) {
  .header-language {
    margin-left: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .header-language {
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
  }
}

.language-label {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 10px 27px 10px 27px;
  background: url("../img/icon-lang.png") no-repeat 0 50%;
  background-size: 20px auto;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .language-label {
    display: block;
    width: fit-content;
    margin: 50px auto 18px;
    padding: 0px 0 0px 30px;
    background: url("../img/icon-lang-black.png") no-repeat 0 50%;
    background-size: 20px auto;
    color: #000;
  }
}

.language-list {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  transition: 0.2s;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .language-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 0;
    box-shadow: initial;
    background-color: initial;
  }
}
.language-list.is-show {
  display: block;
}
.language-list li {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1080px) {
  .language-list li {
    width: 45px;
    border-bottom: none;
    line-height: 1;
  }
}
.language-list li a {
  display: block;
  width: 102px;
  padding: 5px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1080px) {
  .language-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 5px 5px 5px 6px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
  }
}

/* スマホメニュー */
.c-nav-sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-nav-sp {
    display: block;
  }
}

.c-nav-button__wrap {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 15px;
  width: 52px;
  height: 52px;
  z-index: 778;
  border-radius: 100px;
  box-shadow: initial;
  background-color: initial;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 1080px) {
  .c-nav-button__wrap {
    display: flex;
  }
}
.c-nav-button {
  position: relative;
  margin: auto;
  width: 16px;
  height: 9px;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.c-nav-button span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in;
}
.c-nav-button span:nth-child(2) {
  top: 100%;
}
.c-nav-button.is-close span {
  top: 50%;
  transform: rotate(45deg);
}
.c-nav-button.is-close span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}

/* sp ナビ */
.c-nav-sp {
  display: block;
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  min-height: 100dvh;
  z-index: 777;
  padding: 100px 20px 20px;
  background-color: #d2d9d9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  overflow-y: auto;
}
.c-nav-sp.is-open {
  opacity: 1;
  visibility: visible;
}
.c-nav-sp .header-menu-sp {
  display: block;
  margin: 0;
  padding: 0;
}
.c-nav-sp .header-menu-sp > .menu-item {
  position: relative;
  padding: 0 0px;
}
.c-nav-sp .header-menu-sp > .menu-item > a {
  display: block;
  position: relative;
  padding: 0px 20px 25px 20px;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.footer {
  padding: 60px 60px 118px;
  background-color: #D2D9D9;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px 60px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: min(1920px, 100%);
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .footer__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.footer__left {
  width: fit-content;
}
.footer__brand {
  width: fit-content;
  margin-bottom: 10px;
}
.footer__brand a {
  font-size: 20px;
}
.footer__brand a:hover {
  opacity: 1;
}
.footer__address {
  width: fit-content;
  font-size: 14px;
  margin-bottom: 35px;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 22px;
  width: fit-content;
  margin-bottom: 35px;
}
.footer__sns > p {
  width: 30px;
  text-align: center;
}
.footer__sns > p > a {
  display: block;
  line-height: 1;
}
.footer__copy {
  width: fit-content;
}
.footer__copy small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__copy small {
    font-size: 12px;
  }
}
.footer__right {
  width: min(558px, 100%);
}
@media screen and (max-width: 1080px) {
  .footer__right {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 60px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .footer-menu {
    gap: 20px 20px;
  }
}
@media screen and (max-width: 1080px) {
  .footer-menu {
    justify-content: flex-start;
  }
}
.footer-menu li {
  width: 145px;
  text-align: left;
}
.footer-menu li a {
  font-size: 14px;
}

/* 翻訳プラグイン
--------------------------- */
@media screen and (max-width: 767px) {
  .header-language .gtranslate_wrapper a.glink span {
    color: #000;
  }
}
.header-language .gt_black_overlay {
  height: 100vh;
}
.header-language .gt_white_content {
  max-width: 90%;
  height: 450px;
  inset: 350px 0 0 0;
  margin: auto;
  font-family: serif;
}
@media screen and (max-width: 1080px) {
  .header-language .gt_white_content {
    inset: 100px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header-language .gt_white_content {
    inset: 0px 0 0 0;
  }
}
.header-language .gt_white_content .gt_languages {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: auto;
}
.header-language .gt_white_content .gt_languages > a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 30%;
}
@media screen and (max-width: 1080px) {
  .header-language .gt_white_content .gt_languages > a {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .header-language .gt_white_content .gt_languages > a {
    width: 90%;
  }
}
