html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-weight: bold;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

button:focus-visible {
  outline: 2px solid #000;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media only screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  background: #fff;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.46666;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  padding-top: 97px;
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

.wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px), print {
  .wrapper {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1023.98px) {
  .lg {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px), print {
  .md-sm {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 228px;
          flex: 0 0 228px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .header__actions {
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__cta {
    display: none;
  }
}
.header__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 204px;
  height: 40px;
  padding: 10px;
  border: 1px solid #181818;
  color: #181818;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .header__cta-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__cta-link:hover {
    opacity: 0.8;
  }
}
.header__lang {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .header__lang {
    display: none;
  }
}
.header__lang-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header__lang-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("../img/common/icon_globe.svg") 0 0/100% auto no-repeat;
}
.header__lang-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.header__lang-menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  min-width: 172px;
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateX(-50%) translateY(6px);
      -ms-transform: translateX(-50%) translateY(6px);
          transform: translateX(-50%) translateY(6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid rgba(24, 24, 24, 0.14);
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  list-style: none;
  pointer-events: none;
}
.header__lang.is-open .header__lang-menu {
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header__lang-link {
  display: block;
  padding: 10px 18px;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
.header__menu {
  position: relative;
}
.header__menu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-button {
    width: 32px;
    height: 32px;
  }
}
.header__menu-icon {
  display: block;
  position: relative;
  width: 40px;
  height: 2px;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  background-color: currentcolor;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-icon {
    width: 32px;
  }
}
.header__menu-icon::before, .header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease;
  transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
  background-color: currentcolor;
}
.header__menu-icon::before {
  top: -10px;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-icon::before {
    top: -8px;
  }
}
.header__menu-icon::after {
  bottom: -10px;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-icon::after {
    bottom: -8px;
  }
}
.header__drawer {
  position: fixed;
  z-index: 1300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.header__drawer.is-open {
  pointer-events: auto;
}
.header__drawer.is-open .header__drawer-overlay {
  opacity: 1;
}
.header__drawer.is-open .header__drawer-panel {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header__drawer-overlay {
  position: absolute;
  inset: 0;
  padding: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  border: 0;
  opacity: 0;
  background: rgba(24, 24, 24, 0.36);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header__drawer-panel {
  width: min(420px, 100% - 56px);
  height: 100%;
  margin-left: auto;
  -webkit-transform: translateX(125%);
      -ms-transform: translateX(125%);
          transform: translateX(125%);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  background: #fff;
  -webkit-box-shadow: -18px 0 44px rgba(0, 0, 0, 0.14);
          box-shadow: -18px 0 44px rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-panel {
    width: min(100%, 320px);
  }
}
.header__drawer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 28px 28px 36px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-inner {
    padding: 20px 18px 24px;
  }
}
.header__drawer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-top {
    margin-bottom: 28px;
  }
}
.header__drawer-logo {
  display: block;
}
.header__drawer-logo img {
  display: block;
  width: 100%;
  height: auto;
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-logo img {
    width: 140px;
  }
}
.header__drawer-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-close {
    width: 36px;
    height: 36px;
  }
}
.header__drawer-close-icon {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-close-icon {
    width: 22px;
    height: 22px;
  }
}
.header__drawer-close-icon::before, .header__drawer-close-icon::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #181818;
}
.header__drawer-close-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__drawer-close-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__drawer-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: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__drawer-language {
  position: relative;
  margin-top: 26px;
}
.header__drawer-language-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header__drawer-language-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("../img/common/icon_globe.svg") 0 0/100% auto no-repeat;
}
.header__drawer-language-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.header__drawer-language-menu {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: calc(100% + 10px);
  left: 0;
  min-width: 172px;
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid rgba(24, 24, 24, 0.14);
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  list-style: none;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-language-menu {
    min-width: 148px;
  }
}
.header__drawer-language.is-open .header__drawer-language-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header__drawer-language-link {
  display: block;
  padding: 10px 18px;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-language-link {
    padding: 10px 14px;
  }
}
.header__drawer-link {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12);
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-link {
    padding: 14px 0;
    font-size: 24px;
  }
}
.header__drawer-footer {
  margin-top: auto;
  padding-top: 32px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-footer {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-footer .header__cta-link {
    min-width: 100%;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer__wrapper {
  display: grid;
  gap: 72px;
}
.footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(420px, 1fr);
  gap: 72px;
}
@media only screen and (max-width: 1023.98px) {
  .footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer__brand {
  max-width: 420px;
}
@media only screen and (max-width: 767.98px) {
  .footer__brand {
    max-width: none;
  }
}
.footer__logo {
  display: block;
  width: 228px;
  margin-bottom: 28px;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__lead {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.footer__description {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.35;
}
@media only screen and (max-width: 767.98px) {
  .footer__description {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.footer__lang {
  position: relative;
}
.footer__lang-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.footer__lang-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("../img/common/icon_globe_white.svg") 0 0/100% auto no-repeat;
}
.footer__lang-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.footer__lang-menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 172px;
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  background: #111;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  list-style: none;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .footer__lang-menu {
    min-width: 148px;
  }
}
.footer__lang.is-open .footer__lang-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.footer__lang-link {
  display: block;
  padding: 10px 18px;
  color: #fff;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .footer__lang-link {
    padding: 10px 14px;
  }
}
.footer__nav-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 48px 96px;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media only screen and (max-width: 767.98px) {
  .footer__nav-group {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__nav-title {
  margin: 0 0 18px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.footer__nav-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__nav-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .footer__nav-link:hover {
    opacity: 0.8;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1023.98px) {
  .footer__bottom {
    -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;
  }
}
.footer__copyright {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 767.98px) {
  .footer__copyright {
    font-size: 16px;
  }
}
.footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 48px;
}
@media only screen and (max-width: 1023.98px) {
  .footer__socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__social-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .footer__social-link:hover {
    opacity: 0.8;
  }
}
.footer__social-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__social-link--x::before {
  background-image: url("../img/common/footer_sns_x.svg");
}
.footer__social-link--spotify::before {
  background-image: url("../img/common/footer_sns_spotify.svg");
}
.footer__social-link--threads::before {
  background-image: url("../img/common/footer_sns_threads.svg");
}
.footer__social-link--facebook::before {
  background-image: url("../img/common/footer_sns_facebook.svg");
}
.footer__social-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 340px;
  min-height: 72px;
  padding: 18px 20px;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .btn {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn {
    min-width: 100%;
    min-height: 60px;
    padding: 16px 20px;
    font-size: 20px;
  }
}

.btn--section {
  min-width: 220px;
  min-height: 64px;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .btn--section {
    min-width: 180px;
    min-height: 54px;
    padding: 12px 18px;
    font-size: 18px;
  }
}

.bottom-cta {
  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;
  padding: 100px 0;
  background: #797979;
  color: #fff;
}
.bottom-cta__wrapper {
  display: grid;
  gap: 48px;
  position: relative;
}
.bottom-cta__inner {
  display: grid;
  grid-template-columns: 1fr clamp(250px, 33vw, 400px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023.98px) {
  .bottom-cta__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
}
.bottom-cta__content {
  text-align: center;
}
.bottom-cta__title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(36px, 36px + (12) * (100vw - 1024px) / (416), 48px);
}
.bottom-cta__title-ja {
  margin: 20px 0 0;
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(30px, 30px + (10) * (100vw - 1024px) / (416), 40px);
}
.bottom-cta__lead {
  margin: 34px 0 0;
  line-height: 1.5;
  font-size: clamp(18px, 18px + (6) * (100vw - 1024px) / (416), 24px);
}
.bottom-cta__visual {
  width: 100%;
}
.bottom-cta__visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px), print {
  .bottom-cta__visual img {
    max-width: 348px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .bottom-cta__visual img {
    max-width: 480px;
    margin: 0 auto;
  }
}
.bottom-cta__image {
  display: block;
  width: 100%;
  height: auto;
}
.bottom-cta__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .bottom-cta__action {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .bottom-cta__button {
    width: 100%;
  }
}

.faq__content {
  position: relative;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px), print {
  .faq__figure {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 303px;
    height: 225px;
  }
}
@media only screen and (max-width: 767.98px) {
  .faq__figure {
    position: static;
    width: 100%;
    max-width: 303px;
    height: auto;
    margin-bottom: 16px;
  }
}
.faq__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.faq__text {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px), print {
  .faq__text {
    max-width: calc(100% - 323px);
  }
}
@media only screen and (max-width: 767.98px) {
  .faq__text {
    margin: 0 0 24px;
    font-size: 20px;
  }
}
.faq__list {
  border-top: 1px solid #181818;
}
.faq__item {
  border-bottom: 1px solid #181818;
}
.faq__question {
  display: grid;
  position: relative;
  grid-template-columns: 44px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 22px 68px 22px 0;
  gap: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .faq__question {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 40px 16px 0;
    font-size: 16px;
    line-height: 1.55;
  }
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #181818;
}
@media only screen and (max-width: 767.98px) {
  .faq__question::before, .faq__question::after {
    right: 8px;
    width: 14px;
  }
}
.faq__question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.faq__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid #181818;
  border-radius: 50%;
  font-family: "Host Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .faq__label {
    min-width: 34px;
    min-height: 34px;
    font-size: 14px;
  }
}
.faq__question-text {
  display: block;
  padding-top: 6px;
}
@media only screen and (max-width: 767.98px) {
  .faq__question-text {
    padding-top: 4px;
  }
}
.faq__item[open] .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq__answer {
  display: none;
}
.faq__answer-inner {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 18px;
  padding: 0 0 22px;
}
@media only screen and (max-width: 767.98px) {
  .faq__answer-inner {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 0 0 16px;
  }
}
.faq__item[open] .faq__answer {
  display: block;
}
.faq__answer-text {
  margin: 0;
  padding-top: 6px;
  font-size: 17px;
  line-height: 1.9;
}
@media only screen and (max-width: 767.98px) {
  .faq__answer-text {
    padding-top: 4px;
    font-size: 15px;
    line-height: 1.75;
  }
}

.section-heading {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 28px;
  }
}
.section-heading__title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .section-heading__title {
    font-size: 44px;
  }
}
.section-heading__lead {
  margin: 14px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
@media only screen and (max-width: 767.98px) {
  .section-heading__lead {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.45;
  }
}
.section-heading--left {
  text-align: left;
}

.services-hero {
  padding: 100px 0;
}
@media only screen and (max-width: 767.98px) {
  .services-hero {
    padding: 36px 0 48px;
  }
}
.services-hero__title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: 96px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media only screen and (max-width: 1023.98px) {
  .services-hero__title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-hero__title {
    font-size: 44px;
  }
}
.services-hero__lead {
  margin: 44px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (max-width: 767.98px) {
  .services-hero__lead {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
}
.services-hero__body {
  max-width: 820px;
  margin-top: 38px;
}
@media only screen and (max-width: 767.98px) {
  .services-hero__body {
    margin-top: 22px;
  }
}
.services-hero__text {
  margin: 0;
  font-size: 24px;
  line-height: 2.083333;
}
@media only screen and (max-width: 767.98px) {
  .services-hero__text {
    font-size: 18px;
  }
}
.services-hero__text + .services-hero__text {
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .services-hero__text + .services-hero__text {
    margin-top: 8px;
  }
}

.services-solution,
.services-production,
.services-how {
  padding: 0 0 100px;
}

@media only screen and (max-width: 767.98px) {
  .services-solution {
    padding-bottom: 48px;
  }
}
.services-solution__intro {
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .services-solution__content {
    max-width: calc(100% - 450px);
  }
}
.services-solution__text {
  margin: 0;
  font-size: 24px;
  line-height: 2.083333;
}
@media only screen and (max-width: 767.98px) {
  .services-solution__text {
    font-size: 18px;
  }
}
.services-solution__text + .services-solution__text {
  margin-top: 10px;
}
@media only screen and (min-width: 768px), print {
  .services-solution__figure {
    position: absolute;
    top: 0;
    right: 100px;
    width: 233px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-solution__figure {
    max-width: 233px;
    margin: 28px 0;
  }
}
.services-solution__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.services-solution__concepts {
  margin-top: 54px;
}
@media only screen and (max-width: 767.98px) {
  .services-solution__concepts {
    margin-top: 36px;
  }
}
.services-solution__concepts-title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .services-solution__concepts-title {
    font-size: 38px;
  }
}
.services-solution__concepts-lead {
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (max-width: 767.98px) {
  .services-solution__concepts-lead {
    margin-top: 8px;
    font-size: 18px;
  }
}
.services-solution__concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
  max-width: 940px;
  margin-top: 34px;
}
@media only screen and (max-width: 767.98px) {
  .services-solution__concept-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }
}
.services-solution__concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 84px;
  padding: 18px 22px;
  border: 1px solid rgba(24, 24, 24, 0.45);
}
@media only screen and (max-width: 767.98px) {
  .services-solution__concept {
    min-height: 68px;
    padding: 14px 16px;
    gap: 10px;
  }
}
.services-solution__concept-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-solution__concept-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .services-solution__concept-text {
    font-size: 16px;
    line-height: 1.55;
  }
}
.services-solution__action {
  margin-top: 44px;
}
@media only screen and (max-width: 767.98px) {
  .services-solution__action {
    margin-top: 28px;
  }
}
.services-solution .btn {
  min-width: 420px;
}
@media only screen and (max-width: 767.98px) {
  .services-solution .btn {
    min-width: 100%;
  }
}

.services-casestudy p {
  margin: 0;
  padding: 32px;
  border: 1px dashed rgba(17, 17, 17, 0.4);
  font-family: "Host Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (max-width: 767.98px) {
  .services-production {
    padding-bottom: 48px;
  }
}
.services-production__intro {
  max-width: 760px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767.98px) {
  .services-production__intro {
    margin-bottom: 28px;
  }
}
.services-production__text {
  margin: 0;
  font-size: 24px;
  line-height: 2.083333;
}
@media only screen and (max-width: 767.98px) {
  .services-production__text {
    font-size: 16px;
  }
}
.services-production__text + .services-production__text {
  margin-top: 8px;
}
.services-production__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}
@media only screen and (max-width: 767.98px) {
  .services-production__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .services-how {
    padding-bottom: 48px;
  }
}
.services-how__intro {
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .services-how__figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 303px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-how__figure {
    max-width: 303px;
    margin: 28px 0;
  }
}
.services-how__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px), print {
  .services-how__content {
    max-width: calc(100% - 323px);
  }
}
.services-how__text {
  margin: 0;
  font-size: 22px;
  line-height: 1.9;
}
@media only screen and (max-width: 767.98px) {
  .services-how__text {
    font-size: 18px;
    line-height: 1.75;
  }
}
.services-how__text + .services-how__text {
  margin-top: 10px;
}
.services-how__steps {
  max-width: 600px;
  margin: 38px 0 0;
  padding: 0;
  border: 1px solid rgba(24, 24, 24, 0.35);
  background: #fff;
  list-style: none;
}
@media only screen and (max-width: 767.98px) {
  .services-how__steps {
    margin-top: 24px;
  }
}
.services-how__step {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 22px 24px;
  gap: 18px;
}
@media only screen and (max-width: 767.98px) {
  .services-how__step {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }
}
.services-how__step + .services-how__step {
  border-top: 1px solid rgba(24, 24, 24, 0.14);
}
.services-how__step-no {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  background: #f1f1f1;
  font-family: "Host Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .services-how__step-no {
    min-height: 38px;
    font-size: 15px;
  }
}
.services-how__step-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .services-how__step-title {
    font-size: 20px;
    line-height: 1.45;
  }
}
.services-how__step-text {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767.98px) {
  .services-how__step-text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.services-how__result {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  min-height: 72px;
  margin-top: 22px;
  background: #7a7a7a;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .services-how__result {
    min-width: 140px;
    min-height: 56px;
    margin-top: 18px;
    font-size: 22px;
  }
}

.production-card--center {
  grid-column: 1/-1;
  width: calc((100% - 24px) / 2);
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .production-card--center {
    width: 100%;
  }
}
.production-card__inner {
  height: 100%;
  padding: 64px;
  border: 1px solid rgba(24, 24, 24, 0.28);
  border-radius: 28px;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  .production-card__inner {
    padding: 24px;
    border-radius: 22px;
  }
}
.production-card__title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .production-card__title {
    font-size: 22px;
  }
}
.production-card__subtitle {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .production-card__subtitle {
    font-size: 13px;
  }
}
.production-card__media {
  max-width: 308px;
  margin: 20px auto 18px;
}
@media only screen and (max-width: 767.98px) {
  .production-card__media {
    margin: 16px auto 14px;
  }
}
.production-card__image {
  display: block;
  width: 100%;
  height: auto;
}
.production-card__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 767.98px) {
  .production-card__text {
    font-size: 16px;
  }
}

.services-faq {
  padding: 0 0 72px;
}/*# sourceMappingURL=services.css.map */
