@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 60px;
  }
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Shippori Mincho B1", serif, "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #333C43;
  line-height: 180%;
  overflow: hidden;
}

main {
  position: relative;
}

.wrapper {
  position: relative;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  width: 100%;
  height: 100%;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

/*======================================================
// 共通CSS
// ======================================================*/
.show--pc {
  display: block;
}

.show--sp {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 960px) {
  .show--pc {
    display: none;
  }
  .show--sp {
    display: block;
    visibility: visible;
  }
}
.inner {
  max-width: calc(1030px + 4%);
  margin: 0 auto;
  padding: 160px 2%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .inner {
    max-width: 548px;
    padding: 64px 24px;
  }
}

.btn__wrapper {
  margin-top: 64px;
}
@media screen and (max-width: 960px) {
  .btn__wrapper {
    margin-top: 56px;
  }
}

.btn {
  margin: auto;
  color: #333C43;
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  min-width: 125px;
  padding: 12px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D9D9D9;
  gap: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.btn::before {
  background: #333C43;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 31px;
  height: 2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.btn svg {
  max-width: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover::before {
  width: 100%;
}
.btn:hover svg {
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

.section__title {
  position: relative;
}

.has-text-align-left::after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

h2.is-style-section__title--left {
  text-align: left;
}
h2.is-style-section__title--left::after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.section__title--en,
.is-style-section__title--en {
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .section__title--en,
  .is-style-section__title--en {
    font-size: 16px;
  }
}

.section__title--jp {
  margin-top: 16px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5.76px;
}
@media screen and (max-width: 960px) {
  .section__title--jp {
    margin-top: 8px;
    font-size: 32px;
    letter-spacing: 3.84px;
  }
}

/*======================================================
下層ページMV
======================================================*/
.page-mv {
  height: 445px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .page-mv {
    height: 430px;
  }
}
.page-mv .inner {
  padding-block: 240px 80px;
}
@media screen and (max-width: 960px) {
  .page-mv .inner {
    padding-block: 200px 64px;
  }
}

.page-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .page-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}

.page-mv__title {
  position: relative;
  z-index: 1;
}

.page-mv__title--en {
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .page-mv__title--en {
    font-size: 24px;
    font-weight: 400;
  }
}

.page-mv__title--jp {
  margin-top: 16px;
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5.12px;
}
@media screen and (max-width: 960px) {
  .page-mv__title--jp {
    font-size: 40px;
    letter-spacing: 3.2px;
  }
}

/*======================================================
パンくずリスト
======================================================*/
#breadcrumbs {
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #breadcrumbs {
    font-weight: normal;
    font-size: 10px;
  }
}
#breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  #breadcrumbs span {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 50px;
  }
}

@media screen and (max-width: 960px) {
  .page-mv #breadcrumbs {
    font-size: 14px;
  }
}

#breadcrumbs a {
  padding-right: 72px;
  position: relative;
  padding: 8px;
}
@media screen and (max-width: 960px) {
  #breadcrumbs a {
    padding-right: 20px;
  }
}
#breadcrumbs a:hover {
  opacity: 0.7;
}

#breadcrumbs .breadcrumb_last {
  padding: 8px;
}

#breadcrumbs a:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  right: -54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #breadcrumbs a:after {
    width: 40px;
    right: -38px;
  }
}

/*======================================================
ページネーション
======================================================*/
.pagination {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .pagination {
    margin-top: 48px;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Crimson Pro", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  height: 100%;
}

ul.page-numbers {
  padding: 0 8px;
}

.page-numbers li {
  width: 40px;
  height: 40px;
}

.page-numbers.current {
  position: relative;
}
.page-numbers.current::after {
  background: #333C43;
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-numbers .next {
  position: relative;
  margin-left: 8px;
  border-left: 1px solid #D9D9D9;
  width: 40px;
}
.page-numbers .next::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333C43;
  border-right: solid 1px #333C43;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}

.page-numbers .prev {
  margin-right: 8px;
  position: relative;
  border-right: 1px solid #D9D9D9;
  width: 40px;
}
.page-numbers .prev::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333C43;
  border-right: solid 1px #333C43;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(235deg);
          transform: translate(-50%, -50%) rotate(235deg);
  z-index: 2;
}

/*======================================================
カテゴリ
======================================================*/
.category-list {
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 960px) {
  .category-list {
    position: static;
  }
}

@media screen and (max-width: 960px) {
  .category-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.category-list__item + .category-list__item {
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .category-list__item + .category-list__item {
    margin-top: 0;
    margin-left: 8px;
  }
}

.category-list__link {
  padding: 8px 8px 8px 32px;
  color: #D9D9D9;
  font-family: "Crimson Pro", serif;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .category-list__link {
    padding: 8px 8px 8px 22px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
  }
}
.category-list__link.is-active, .category-list__link:hover {
  color: #333C43;
}
.category-list__link.is-active::before, .category-list__link:hover::before {
  background: #333C43;
}
.category-list__link::before {
  background: #D9D9D9;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .category-list__link::before {
    width: 6px;
    height: 6px;
    left: 8px;
  }
}

/*======================================================
header
======================================================*/
header {
  background: transparent;
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #FFF;
  z-index: 998;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 1200px) {
  header {
    top: 0px;
    height: 60px;
  }
}

.header__inner {
  position: relative;
  margin: 0 auto;
  padding-inline: 48px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .header__inner {
    padding-inline: 2.7777777778vw;
  }
}
@media screen and (max-width: 960px) {
  .header__inner {
    padding-inline: 16px;
  }
}

.header__logo {
  max-width: 143px;
}
@media screen and (max-width: 1440px) {
  .header__logo {
    max-width: 9.9305555556vw;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    max-width: 96px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo a img {
  width: 100%;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo + .header__logo {
  margin-left: 40px;
  max-width: 125px;
}
@media screen and (max-width: 1440px) {
  .header__logo + .header__logo {
    margin-left: 1.6666666667vw;
    max-width: 8.6805555556vw;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo + .header__logo {
    margin-left: 20px;
    margin-right: auto;
    max-width: 93px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}

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

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .header__nav-list {
    gap: 2.2222222222vw;
  }
}

.header__nav-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.68px;
  position: relative;
  color: #fff;
}
@media (hover: hover) {
  .header__nav-item-link:hover {
    opacity: 0.7;
  }
}

.header__langage {
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .header__langage {
    display: none;
  }
}
.header__langage .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.header__langage li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__langage li:not(:first-child)::after {
  content: "/";
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .header__langage li:not(:first-child)::after {
    font-size: 16px;
  }
}
.header__langage .bogo-language-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__langage a,
.header__langage a.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__langage a,
  .header__langage a.current {
    font-size: 16px;
  }
}
.header__langage a:hover {
  opacity: 0.7;
}
.header__langage .current {
  opacity: 0.5;
}

.header__btns {
  margin-left: 40px;
}
@media screen and (max-width: 1440px) {
  .header__btns {
    margin-left: 2.7777777778vw;
  }
}

.header__btn {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333C43;
  border-radius: 1000px;
  padding: 8px 32px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Crimson Pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__btn:hover {
  background: #333C43;
  color: #fff;
  opacity: 0.7;
}

/* =========================
  ハンバーガーメニュー
============================ */
.hamburger {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    border-radius: 1000px;
    background: #FFF;
    display: block;
    visibility: visible;
    position: relative;
    width: 70px;
    height: 30px;
    border: none;
  }
}

.hamburger-text {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 1;
  visibility: visible;
}

.hamburger-bar {
  background: #333C43;
  position: absolute;
  left: 50%;
  width: 32px;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.hamburger-bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hamburger-bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hamburger.active .hamburger-bar {
  opacity: 1;
  visibility: visible;
}
.hamburger.active .hamburger-bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
.hamburger.active .hamburger-bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
.hamburger.active .hamburger-text {
  opacity: 0;
  visibility: hidden;
}

.hamburger-button-wrapper {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .hamburger-button-wrapper {
    display: block;
    visibility: visible;
    position: relative;
    z-index: 5;
  }
}

.drawer {
  background: #333C43;
  position: fixed;
  top: 0px;
  right: 0;
  width: calc(100vw + 1px);
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.drawer__inner {
  height: 100%;
  width: 100%;
  padding: 88px 24px 48px 24px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .drawer__inner {
    margin: auto;
    max-width: 700px;
  }
}

.drawer.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .drawer__nav-item-link {
    padding: 8px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #FFF;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    line-height: 100%;
    letter-spacing: 1.68px;
  }
}

.drawer__langage {
  margin-top: 32px;
  padding-block: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.drawer__langage::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 16px);
}
.drawer__langage .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drawer__langage li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer__langage .bogo-language-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer__langage a,
.drawer__langage a.current {
  padding: 24px;
  color: #FFF;
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.drawer__langage a:hover {
  opacity: 0.7;
}
.drawer__langage .current {
  opacity: 0.5;
}

.drawer__banner {
  margin-top: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0.16))), lightgray url("../img/common/footer-recruit-bg.webp") center center/cover no-repeat;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), lightgray url("../img/common/footer-recruit-bg.webp") center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.drawer__banner-en {
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.drawer__banner-jp {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.drawer__wrapper {
  margin-top: auto;
  margin-left: auto;
  display: block;
}
.drawer__wrapper .btn {
  padding-bottom: 0;
  padding-right: 24px;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: none;
  pointer-events: none;
}
.drawer__wrapper .btn svg {
  position: absolute;
  right: 0px;
}
.drawer__wrapper .btn svg rect {
  fill: #333C43;
}
.drawer__wrapper .btn svg path {
  fill: #fff;
}
.drawer__wrapper .btn::before {
  content: none;
}

/*======================================================
ヘッダー背景変更用
======================================================*/
header * {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

header[data-theme=light] {
  border-bottom: 1px solid #D9D9D9;
}
header[data-theme=light] .header__logo svg path {
  fill: #333C43 !important;
}
header[data-theme=light] .header__nav-item-link,
header[data-theme=light] .header__langage,
header[data-theme=light] .header__langage a,
header[data-theme=light] .header__langage .current,
header[data-theme=light] .header__langage li:not(:first-child)::after {
  color: #333C43 !important;
}
header[data-theme=light] .header__btn {
  background: #333C43 !important;
  color: #fff !important;
}
@media screen and (max-width: 960px) {
  header[data-theme=light] .hamburger {
    background: #333C43 !important;
  }
  header[data-theme=light] .hamburger .hamburger-text {
    color: #fff !important;
  }
}

header[data-theme=dark] {
  border-bottom: 1px solid #FFF;
}
header[data-theme=dark] .header__logo svg path {
  fill: #fff !important;
}
header[data-theme=dark] .header__nav-item-link,
header[data-theme=dark] .header__langage,
header[data-theme=dark] .header__langage a,
header[data-theme=dark] .header__langage .current,
header[data-theme=dark] .header__langage li:not(:first-child)::after {
  color: #fff !important;
}
header[data-theme=dark] .header__btn {
  background: #fff !important;
  color: #333C43 !important;
}

.header:has(.drawer.active) .header__logo svg path {
  fill: #fff !important;
}
.header:has(.drawer.active) .header__logo svg path {
  fill: #fff !important;
}
.header:has(.drawer.active) .hamburger {
  background: #fff !important;
}

/*======================================================
footer
======================================================*/
.footer {
  padding: 48px 0;
  background: #333C43;
  color: #fff;
  position: relative;
}

.footer .inner {
  padding-block: 0;
  position: relative;
  z-index: 1;
}

.footer__top {
  padding-bottom: 96px;
}
@media screen and (max-width: 960px) {
  .footer__top {
    padding-bottom: 0;
  }
}

.footer__logo img {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 960px) {
  .footer__logo img {
    max-width: 160px;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}

.footer__menu-list {
  margin-top: 72px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .footer__menu-list {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

.footer__menu-item-link {
  padding: 8px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.68px;
  display: block;
}
.footer__menu-item-link:hover {
  opacity: 0.7;
}

.footer__recruit {
  margin-left: 64px;
  padding: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0.16))), lightgray url("../img/common/footer-recruit-bg.webp") center center/cover no-repeat;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), lightgray url("../img/common/footer-recruit-bg.webp") center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 459px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 960px) {
  .footer__recruit {
    margin-left: 0;
    margin-top: 32px;
    padding: 24px;
    max-width: 100%;
  }
}
.footer__recruit:hover .btn svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.footer__recruit-en {
  color: #333C43;
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .footer__recruit-en {
    font-size: 14px;
  }
}

.footer__recruit-jp {
  color: #333C43;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .footer__recruit-jp {
    font-size: 24px;
  }
}

.footer__recruit-wrapper {
  margin-top: auto;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .footer__recruit-wrapper {
    margin-top: 72px;
  }
}
.footer__recruit-wrapper .btn {
  padding-bottom: 0;
  padding-right: 24px;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: none;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .footer__recruit-wrapper .btn {
    padding-top: 0;
  }
}
.footer__recruit-wrapper .btn::before {
  content: none;
}
.footer__recruit-wrapper .btn svg {
  position: absolute;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .footer__recruit-wrapper .btn svg {
    max-width: 14px;
    max-height: 14px;
  }
}
.footer__recruit-wrapper .btn svg rect {
  fill: #333C43;
}
.footer__recruit-wrapper .btn svg path {
  fill: #fff;
}
.footer__recruit-wrapper .btn:hover {
  background: #333C43;
  color: #FFF;
}
.footer__recruit-wrapper .btn:hover rect {
  fill: #fff;
}
.footer__recruit-wrapper .btn:hover path {
  fill: #333C43;
}

.footer__bottom {
  padding-top: 32px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .footer__bottom {
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.footer__bottom a:hover {
  opacity: 0.7;
}

.footer__copy {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer__copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.copyright {
  color: #848484;
  font-family: "Crimson Pro", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer__langage {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .footer__langage {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-block: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 100%;
  }
  .footer__langage::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 16px);
  }
}
.footer__langage .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .footer__langage .bogo-language-switcher {
    width: 100%;
    gap: 0;
  }
}
.footer__langage li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__langage li:not(:first-child)::after {
  content: "/";
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .footer__langage li:not(:first-child)::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .footer__langage li {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__langage .bogo-language-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .footer__langage .bogo-language-name {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__langage a,
.footer__langage a.current {
  padding: 0 8px;
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .footer__langage a,
  .footer__langage a.current {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.footer__langage a:hover {
  opacity: 0.7;
}
.footer__langage .current {
  opacity: 0.5;
}

.footer__policy {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .footer__policy {
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__pageTop {
  padding-right: 16px;
  font-family: "Crimson Pro", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer__pageTop {
    position: absolute;
    bottom: 0;
    right: 24px;
  }
}
.footer__pageTop svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.recruit {
  background: url("../img/common/recruit-bg.webp") center center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  .recruit {
    background: url("../img/common/recruit-bg-sp.webp") center center/cover no-repeat;
  }
}
@media screen and (max-width: 960px) {
  .recruit .inner {
    padding-block: 80px;
  }
}
.recruit .section__title {
  text-shadow: 0 0 24px #000;
  color: #fff;
}

.recruit-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .recruit-wrapper {
    margin-top: 48px;
    text-align: center;
  }
}
.recruit-wrapper .btn {
  padding: 16px 16px 16px 22px;
  border-radius: 50px;
  background: #FFF;
  border-bottom: none;
  font-size: 18px;
  width: 100%;
  max-width: 240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .recruit-wrapper .btn {
    max-width: 327px;
  }
}
.recruit-wrapper .btn::before {
  content: none;
}
.recruit-wrapper .btn svg {
  max-width: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
}
.recruit-wrapper .btn svg rect {
  fill: #333C43;
}
.recruit-wrapper .btn svg path {
  fill: #fff;
}
.recruit-wrapper .btn:hover {
  background: #333C43;
  color: #FFF;
}
.recruit-wrapper .btn:hover rect {
  fill: #fff;
}
.recruit-wrapper .btn:hover path {
  fill: #333C43;
}