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.01;
  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: 840px), print {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 839.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  background: #f9f0ec;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  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;
}

body:not(.page-id-69) .grecaptcha-badge {
  visibility: hidden;
}

@media only screen and (max-width: 839.98px) {
  .container {
    min-width: 320px;
  }
}

@media only screen and (min-width: 840px), print {
  .wrapper {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 839.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

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

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

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

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

.header {
  position: fixed;
  z-index: 1000;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../img/common/icon_envelope_active.svg");
  pointer-events: none;
}
@media print {
  .header {
    position: absolute;
  }
}
@media only screen and (min-width: 1140px), print {
  .header {
    top: 50px;
  }
  .header--fixed {
    top: 20px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .header {
    top: 45px;
  }
  .header--fixed {
    top: 20px;
  }
}
@media only screen and (max-width: 839.98px) {
  .header {
    top: 35px;
  }
  .header--fixed {
    top: 20px;
  }
}
.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;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1140px), print {
  .header__wrapper {
    max-width: 1320px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 839.98px) {
  .header__wrapper {
    padding: 0 22px;
  }
}
.header__logo {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1140px), print {
  .header__logo {
    top: 4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin: 0 94px 0 0;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1280px), print and (max-width: 1280px) {
  .header__logo {
    margin-right: 52px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__logo {
    top: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    margin: 0;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
@media (hover: hover) {
  .header__logo a {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__logo a:hover {
    opacity: 0.8;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1140px), print {
  .header__navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 908px;
    height: 75px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__navigation {
    display: none;
  }
}
.header__language {
  position: relative;
}
@media only screen and (min-width: 1140px), print {
  .header__language {
    width: 154px;
    height: 75px;
    margin-left: 26px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__language {
    width: 111px;
    height: 42px;
    margin-right: 22px;
    margin-left: auto;
  }
}
.header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 24px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: #ff7043;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .header__cta:hover {
    background-color: #ff855f;
  }
}
.header__cta:active, .header__cta.active {
  background: #fff;
  color: #ff7043;
}
.header__cta:active::after, .header__cta.active::after {
  background-image: url("../img/common/icon_envelope_active.svg");
}
@media print {
  .header__cta {
    position: absolute;
  }
}
.header__cta::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: background-image 0s;
  transition: background-image 0s;
  background: url("../img/common/icon_envelope_light.svg") 0 0/100% auto no-repeat;
}
.header__cta span {
  display: block;
  position: relative;
}
@media only screen and (min-width: 840px), print {
  .header__cta {
    top: 188px;
    right: 0;
    width: 60px;
    height: 200px;
    border-radius: 20px 0 0 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    gap: 12px;
  }
  .header__cta::after {
    width: 21px;
    height: 18px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .header__cta {
    top: 36.2vw;
  }
}
@media only screen and (max-width: 839.98px) {
  .header__cta {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: auto;
    height: 50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    border-radius: 5px;
    opacity: 0;
    -webkit-box-shadow: 3px 3px 5px #dadada;
            box-shadow: 3px 3px 5px #dadada;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    pointer-events: none;
    gap: 35px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .header__cta::after {
    width: 32px;
    height: 25px;
  }
  .header__cta--animated {
    opacity: 1;
    pointer-events: auto;
  }
}
.header__btn-menu {
  position: relative;
  z-index: 1000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 3.5px;
  background: #ff7043;
  cursor: pointer;
}
@media only screen and (min-width: 1140px), print {
  .header__btn-menu {
    display: none;
  }
}
.header__btn-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.header__btn-menu span::before, .header__btn-menu span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.header__btn-menu span::before {
  top: -8px;
}
.header__btn-menu span::after {
  top: 8px;
}
.header__btn-menu--active span {
  background: transparent;
}
.header__btn-menu--active span::before {
  top: 0;
  width: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__btn-menu--active span::after {
  top: 0;
  width: 25px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__mobile-menu {
  overflow: hidden auto;
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 305px;
  height: 100%;
  padding: 110px 20px 60px;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 0;
  background: #ebe1dc url("../img/common/nav_bg.svg") -25px -36px/224px 237px no-repeat;
  gap: 56px;
}
.header__mobile-menu--active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header__mobile-menu--active .mobile-menu__item,
.header__mobile-menu--active .button-cta,
.header__mobile-menu--active .lang-selector {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 839.98px) {
  .header__mobile-menu {
    background-position: -36px -30px;
  }
}
@media only screen and (min-width: 1140px), print {
  .header__mobile-menu {
    display: none !important;
  }
}

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  height: 100%;
  padding: 0 40px;
  border-radius: 12px;
  background: #ebe1dc;
  -webkit-box-shadow: 3px 3px 4px rgba(98, 98, 98, 0.45);
          box-shadow: 3px 3px 4px rgba(98, 98, 98, 0.45);
}
.navigation__item {
  display: block;
  height: 100%;
}
.navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 10px;
  color: #181818;
  text-decoration: none;
  gap: 6px;
}
.navigation__link strong {
  display: block;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
.navigation__link span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
}
.navigation__link {
  cursor: pointer;
  -webkit-transition: color 0.26s ease;
  transition: color 0.26s ease;
}
@media (hover: hover) {
  .navigation__link:hover {
    color: #ff7043;
  }
}

.lang-switcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ebe1dc;
}
@media only screen and (min-width: 1140px), print {
  .lang-switcher {
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 4px rgba(98, 98, 98, 0.45);
            box-shadow: 3px 3px 4px rgba(98, 98, 98, 0.45);
  }
}
@media only screen and (max-width: 1139.98px) {
  .lang-switcher {
    border-radius: 5px;
  }
}
.lang-switcher__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 100%;
  color: #ff7043;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 1140px), print {
  .lang-switcher__label {
    height: 75px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .lang-switcher__label {
    height: 42px;
    font-size: 13px;
  }
}
.lang-switcher__label::after {
  content: "";
  display: block;
  margin-top: 0.2em;
  background: url("../img/common/icon_globe.svg") 0 0/100% auto no-repeat;
}
@media only screen and (min-width: 1140px), print {
  .lang-switcher__label::after {
    width: 1.6em;
    height: 1.6em;
    margin-left: 0.9em;
  }
}
@media only screen and (max-width: 1139.98px) {
  .lang-switcher__label::after {
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
  }
}
.lang-switcher__options {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.5s ease;
  transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.5s ease;
  opacity: 0;
}
@media only screen and (min-width: 1140px), print {
  .lang-switcher__options {
    padding: 0 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .lang-switcher__options {
    padding: 0 5px;
    gap: 20px;
  }
}
.lang-switcher__item {
  display: block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (min-width: 1140px), print {
  .lang-switcher__item {
    padding-left: 32px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .lang-switcher__item {
    padding-left: 30px;
    font-size: 13px;
  }
}
.lang-switcher__link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #ff7043;
  text-decoration: none;
}
.lang-switcher__link:hover {
  color: #000;
}
.lang-switcher__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #ff7043;
  border-radius: 100%;
  opacity: 0;
}
.lang-switcher__link--active::after {
  opacity: 1;
}
@media only screen and (min-width: 840px), print {
  .lang-switcher:hover .lang-switcher__options, .lang-switcher:focus-within .lang-switcher__options {
    max-height: 160px;
    opacity: 1;
  }
}
@media only screen and (min-width: 840px) and (min-width: 1140px), print {
  .lang-switcher:hover .lang-switcher__options, .lang-switcher:focus-within .lang-switcher__options {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 840px) and (min-width: 840px) and (max-width: 1139.98px) {
  .lang-switcher:hover .lang-switcher__options, .lang-switcher:focus-within .lang-switcher__options {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 839.98px) {
  .lang-switcher--active .lang-switcher__options {
    max-height: 160px;
    padding-top: 10px;
    padding-bottom: 20px;
    opacity: 1;
  }
}
@media only screen and (max-width: 839.98px) and (max-width: 1139.98px) {
  .lang-switcher--active .lang-switcher__options {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.mobile-menu {
  width: 100%;
}
.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 41px;
}
.mobile-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.mobile-menu__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mobile-menu__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mobile-menu__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mobile-menu__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mobile-menu__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mobile-menu__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mobile-menu__item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mobile-menu__item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mobile-menu__item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.mobile-menu__item:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header__mobile-menu:not(.header__mobile-menu--active) .mobile-menu__item {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mobile-menu__link {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.26s ease;
  transition: color 0.26s ease;
}
@media (hover: hover) {
  .mobile-menu__link:hover {
    color: #ff7043;
  }
}
.mobile-menu__link strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
.mobile-menu__link span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
}

.button-cta {
  display: block;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 0;
}
.button-cta__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 305px;
  height: 59px;
  padding: 12px 24px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 5px;
  background: #ff7043;
  -webkit-box-shadow: 3px 3px 5px #dadada;
          box-shadow: 3px 3px 5px #dadada;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  gap: 35px;
}
@media only screen and (max-width: 374.98px) {
  .button-cta__link {
    width: 280px;
  }
}
.header__mobile-menu:not(.header__mobile-menu--active) .button-cta__link {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.button-cta__link:active, .button-cta__link.active {
  background: #fff;
  color: #ff7043;
}
.button-cta__link:active::before, .button-cta__link.active::before {
  background-image: url("../img/common/icon_envelope_active.svg");
}
.button-cta__link::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: 25px;
  -webkit-transition: background-image 0s;
  transition: background-image 0s;
  background: url("../img/common/icon_envelope_light.svg") 0 0/100% auto no-repeat;
}
.button-cta__link span {
  display: block;
  position: relative;
  top: -1px;
}

.lang-selector {
  width: 305px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
}
.header__mobile-menu:not(.header__mobile-menu--active) .lang-selector {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.lang-selector__label {
  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;
  width: 100%;
  margin-bottom: 20px;
  color: #ff7043;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  gap: 9px;
}
.lang-selector__label::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url("../img/common/icon_globe.svg") 0 0/100% auto no-repeat;
}
.lang-selector__label strong {
  font-weight: inherit;
}
.lang-selector__options {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 215px;
  margin: 0 auto;
  gap: 15px;
}
.lang-selector__link {
  display: block;
  width: 100px;
  padding: 11px 5px;
  -webkit-transition: color 0.26s ease, background 0.26s ease;
  transition: color 0.26s ease, background 0.26s ease;
  border-radius: 5px;
  background: #f9f0ec;
  -webkit-box-shadow: 3px 3px 5px #dadada;
          box-shadow: 3px 3px 5px #dadada;
  color: #ff7043;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.lang-selector__link--active {
  background: #ff7043;
  color: #fff;
}
.lang-selector__link {
  cursor: pointer;
}
@media (hover: hover) {
  .lang-selector__link:hover {
    background: #ff7043;
    color: #fff;
  }
}

.footer {
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 1140px), print {
  .footer {
    padding: 78px 0 82px;
    background: url("../img/common/footer_bg_lg.jpg") 50% 0/cover no-repeat;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .footer {
    padding: 40px 0;
    background: url("../img/common/footer_bg_md.jpg") 50% 0/cover no-repeat;
  }
}
@media only screen and (max-width: 839.98px) {
  .footer {
    padding: 40px 0 90px;
    background: url("../img/common/footer_bg_sm.jpg") 50% 0/cover no-repeat;
  }
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.64);
  pointer-events: none;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 840px), print {
  .footer__wrapper {
    gap: 35px;
  }
}
@media only screen and (max-width: 839.98px) {
  .footer__wrapper {
    gap: 36px;
  }
}
.footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1139.98px) {
  .footer__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin: 0;
}
.footer__logo a,
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__logo a {
  text-decoration: none;
}
@media (hover: hover) {
  .footer__logo a {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .footer__logo a:hover {
    opacity: 0.8;
  }
}
.footer__description {
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 1140px), print {
  .footer__description {
    width: 51%;
    margin: -6px 0 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .footer__description {
    margin: 0;
    padding-bottom: 32px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 839.98px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer__content address {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.footer__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1140px), print {
  .footer__content-col {
    gap: 66px;
  }
  .footer__content-col:nth-child(1) {
    width: 49%;
  }
  .footer__content-col:nth-child(2) {
    width: 51%;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .footer__content-col {
    gap: 40px;
  }
  .footer__content-col:nth-child(1) {
    width: 47%;
  }
  .footer__content-col:nth-child(2) {
    width: 53%;
  }
}
@media only screen and (max-width: 839.98px) {
  .footer__content-col {
    gap: 40px;
  }
}
.footer__content-row {
  display: block;
}
.footer__content-title {
  position: relative;
  margin: 0;
  padding: 0 0 0 27px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.375;
}
.footer__content-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.45833em;
  height: 0.45833em;
  margin-top: -0.04em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  background: #fff;
}
.footer__copyright {
  margin: -20px 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .footer__copyright {
    padding-bottom: 12px;
  }
}

.information-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.information-list__item {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.2;
}
.information-list a {
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .information-list a {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .information-list a:hover {
    opacity: 0.8;
  }
}
.information-list a:hover {
  color: #ff7043;
}

.magazine-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
  gap: 15px 12px;
}
.magazine-list__item {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.0625;
}
.magazine-list a {
  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: 4px 28px;
  border: 1px solid #fff;
  text-decoration: none;
}
.magazine-list a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.js-animate [data-animate-item],
.js-animate [data-animate-child] {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  opacity: 0;
  will-change: transform, opacity;
}

[data-animate-bg] {
  position: relative;
}
[data-animate-bg] > span {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  will-change: opacity;
}
.animate-bg [data-animate-bg] span {
  -webkit-animation: reveal-text 1s ease-in-out 0.5s forwards;
          animation: reveal-text 1s ease-in-out 0.5s forwards;
}
.animate-bg [data-animate-bg]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-name: animate-bg-lr-extend;
          animation-name: animate-bg-lr-extend;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  background-color: #ff7043;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes animate-bg-lr-extend {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes animate-bg-lr-extend {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes reveal-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.js-fadein-children > * {
  opacity: 0;
  will-change: opacity, transform;
}
.js-fadein-children > *.animated {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.btn {
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #ff7043;
  opacity: 1;
  color: #ff7043;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.65;
  text-decoration: none;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 100%;
  background-color: #ff7043;
  background-image: url("../img/common/icon_arrow_right_light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}
@media only screen and (min-width: 840px), print {
  .btn {
    width: 353px;
    height: 73px;
    border-radius: 73px;
    font-size: 20px;
  }
  .btn::after {
    right: 14px;
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 839.98px) {
  .btn {
    width: 260px;
    height: 60px;
    border-radius: 60px;
    font-size: 15px;
  }
  .btn::after {
    right: 11px;
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
}
.btn {
  cursor: pointer;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.85;
  }
}
@media only screen and (hover: hover) and (min-width: 840px), print and (hover: hover) {
  .btn:hover::after {
    -webkit-transform: translate(6px, -50%);
        -ms-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
  }
}
.btn__text {
  display: inline;
}
.btn__loading {
  display: none;
}
.btn--primary {
  background: #ff7043;
  color: #fff;
}
.btn--primary::after {
  background-color: #fff;
  background-image: url("../img/common/icon_arrow_right.svg");
}
.btn--secondary {
  background: transparent;
  color: #ff7043;
}
.btn--downloading {
  pointer-events: none;
}
.btn--downloading .btn__loading {
  display: inline;
}
.btn--downloading .btn__text {
  display: none;
}
.btn--downloading::after {
  margin-top: -21px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: currentcolor;
  background: none;
}
@media only screen and (max-width: 839.98px) {
  .btn--downloading::after {
    margin-top: -16px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 316px;
  height: 75px;
  padding-right: 80px;
  border-radius: 75px;
  background: #ff7043;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 839.98px) {
  .btn-scroll {
    width: 260px;
    height: 62px;
    padding-right: 66px;
  }
}
.btn-scroll__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-scroll__text-en {
  margin-bottom: 5px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 839.98px) {
  .btn-scroll__text-en {
    font-size: 16px;
  }
}
.btn-scroll__text-ja {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (max-width: 839.98px) {
  .btn-scroll__text-ja {
    font-size: 14px;
  }
}
.btn-scroll::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 15px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  background-color: #f9f0ec;
}
@media only screen and (max-width: 839.98px) {
  .btn-scroll::after {
    right: 12px;
    width: 41px;
    height: 41px;
  }
}
.btn-scroll::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 33px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  border: transparent solid 6px;
  border-top-width: 9px;
  border-bottom-width: 0;
  border-top-color: #ff7043;
}
@media only screen and (max-width: 839.98px) {
  .btn-scroll::before {
    right: 28px;
    border: transparent solid 5px;
    border-top-width: 8px;
    border-bottom-width: 0;
    border-top-color: #ff7043;
  }
}
.btn-scroll {
  cursor: pointer;
}
@media (hover: hover) {
  .btn-scroll:hover {
    opacity: 0.85;
  }
}

.btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: auto;
  height: 50px;
  padding: 0 23px;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  border: 1px solid #ff7043;
  border-radius: 50px;
  background: transparent;
  color: #484848;
  text-decoration: none;
  white-space: nowrap;
  gap: 27px;
  will-change: color, background;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.btn-nav::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url("../img/common/icon_arrow_down.svg") 0/100% auto no-repeat;
}
.btn-nav {
  cursor: pointer;
}
@media (hover: hover) {
  .btn-nav:hover {
    background: #ff7043;
    color: #fff;
  }
  .btn-nav:hover::after {
    background-image: url("../img/common/icon_arrow_down_light.svg");
  }
}

.button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  opacity: 0;
  background: #ebe1dc;
  color: #ff7043;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: none;
  text-decoration: none;
}
@media (hover: hover) {
  .button-top {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .button-top:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 839.98px) {
  .button-top {
    display: none;
  }
}
.button-top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 8px;
  border: transparent solid 9px;
  border-top-width: 0;
  border-bottom-width: 15px;
  border-bottom-color: #ff7043;
}

.js-animate {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  will-change: opacity;
}
.js-animate.animated {
  opacity: 1;
}

.contact {
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .contact {
    padding: 240px 20px 120px;
    background: url("../img/common/bg_bubble.svg") 100% 0/400px auto no-repeat;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .contact {
    padding: 150px 20px 120px;
    background: url("../img/common/bg_bubble_md.svg") 100% 0/255px auto no-repeat;
  }
}
@media only screen and (max-width: 839.98px) {
  .contact {
    padding: 185px 20px 100px;
    background: url("../img/common/bg_bubble_sm.svg") 100% 0/188px auto no-repeat;
  }
}
.contact__wrapper {
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
}
.contact__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1140px), print {
  .contact__heading {
    margin-bottom: 120px;
    padding-bottom: 120px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #484848), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #484848 60%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 8px 1px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .contact__heading {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 839.98px) {
  .contact__heading {
    margin-bottom: 80px;
    padding-bottom: 22px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #484848), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #484848 60%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 8px 1px;
  }
}
.contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1140px), print {
  .contact__title {
    margin-bottom: 178px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .contact__title {
    margin-bottom: 125px;
  }
}
.contact__title-en {
  font-family: "Host Grotesk", sans-serif;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (max-width: 1139.98px) {
  .contact__title-en {
    font-size: 32px;
  }
}
.contact__title-ja {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.5;
  line-height: 1;
}
@media only screen and (max-width: 1139.98px) {
  .contact__title-ja {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.666667;
    line-height: 1;
  }
}
.contact__title-line {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 80px;
  margin-top: 48px;
}
@media only screen and (max-width: 1139.98px) {
  .contact__title-line {
    margin-top: 25px;
  }
}
.contact__title-line::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin: auto;
  -webkit-animation: line-flow 3s ease-in-out infinite;
          animation: line-flow 3s ease-in-out infinite;
  background: #484848;
}
@-webkit-keyframes line-flow {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 0;
    height: 100%;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 0;
    opacity: 0;
  }
}
@keyframes line-flow {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 0;
    height: 100%;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 0;
    opacity: 0;
  }
}
.contact__description {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
  text-align: center;
}
@media only screen and (min-width: 1140px), print {
  .contact__description {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .contact__description {
    margin-bottom: 100px;
  }
}
.contact__cta-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
  text-align: center;
}
@media only screen and (min-width: 1140px), print {
  .contact__cta-text {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .contact__cta-text {
    margin-bottom: 30px;
  }
}
.contact__cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .contact__cta-buttons {
    gap: 15px;
  }
}
@media only screen and (max-width: 839.98px) {
  .contact__cta-buttons {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .contact__cta .btn {
    width: 260px;
    height: 60px;
    border-radius: 60px;
    font-size: 15px;
  }
  .contact__cta .btn::after {
    right: 11px;
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
}
.contact__form {
  border-radius: 10px;
  background: #ebe1dc;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 1140px), print {
  .contact__form {
    padding: 82px 100px 84px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .contact__form {
    width: 636px;
    margin: 0 auto;
    padding: 54px 50px;
  }
}
@media only screen and (max-width: 839.98px) {
  .contact__form {
    width: 100%;
    padding: 54px 20px;
  }
}

.contact-form {
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .contact-form__heading {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .contact-form__heading {
    margin-bottom: 58px;
  }
}
.contact-form__title {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
.contact-form__description {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
  margin-bottom: 0;
}
.contact-form__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contact-form__group .wpcf7-not-valid-tip {
  margin-top: 4px;
}
.contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1140px), print {
  .contact-form__label {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .contact-form__label {
    margin-bottom: 10px;
  }
}
.contact-form__label-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.0625;
}
.contact-form__label-description {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.contact-form__label--required .contact-form__label-text::after {
  content: "*";
  position: relative;
  top: 1px;
  margin-left: 0.3em;
  color: #ff7043;
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.375;
}
.contact-form__input-text, .contact-form__input-textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (max-width: 839.98px) {
  .contact-form__input-text, .contact-form__input-textarea {
    padding: 18px 10px;
  }
}
.contact-form__input-text::-webkit-input-placeholder, .contact-form__input-textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}
.contact-form__input-text::-moz-placeholder, .contact-form__input-textarea::-moz-placeholder {
  color: #a4a4a4;
}
.contact-form__input-text:-ms-input-placeholder, .contact-form__input-textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.contact-form__input-text::-ms-input-placeholder, .contact-form__input-textarea::-ms-input-placeholder {
  color: #a4a4a4;
}
.contact-form__input-text::placeholder, .contact-form__input-textarea::placeholder {
  color: #a4a4a4;
}
.contact-form__input-text {
  height: 60px;
}
.contact-form__input-textarea {
  min-height: 324px;
}
.contact-form__input-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 14px 0;
  gap: 30px 28px;
}
.contact-form__input-checkboxes + .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -24px;
  left: 0;
  margin: 0;
}
@media only screen and (max-width: 1139.98px) {
  .contact-form__input-checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.contact-form__input-checkboxes .wpcf7-list-item {
  margin: 0;
}
.contact-form__input-checkboxes .wpcf7-list-item.last {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.contact-form__input-checkboxes .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-form__input-checkboxes label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.contact-form__input-checkboxes input {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__input-checkboxes input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
      -ms-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  border-right: 3px solid #ff7043;
  border-bottom: 3px solid #ff7043;
}
.contact-form__group--types {
  position: relative;
}
.contact-form__group--types .wpcf7-form-control-wrap[data-name=inquiry_other] {
  display: none;
}
@media only screen and (min-width: 1140px), print {
  .contact-form__group--types .wpcf7-form-control-wrap[data-name=inquiry_other] {
    position: absolute;
    bottom: 0;
    left: 104px;
    width: calc(100% - 104px);
  }
}
.contact-form__group--types .wpcf7-form-control-wrap[data-name=inquiry_other].is-visible {
  display: block;
}
.contact-form__group--types .wpcf7-form-control-wrap[data-name=inquiry_other] .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -24px;
  left: 0;
  margin: 0;
}
.contact-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form__buttons .wpcf7-spinner {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1139.98px) {
  .contact-form__buttons .wpcf7-spinner {
    top: 8px;
  }
}
.contact-form__button {
  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;
  width: 302px;
  height: 70px;
  border-radius: 10px;
  background: #ff7043;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.65;
  cursor: pointer;
  text-decoration: none;
}
@media (hover: hover) {
  .contact-form__button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .contact-form__button:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1140px), print {
  .contact-form__button {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .contact-form__button {
    margin-top: 40px;
  }
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.5em 1em;
}

.thankyou {
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .thankyou {
    padding: 264px 0 120px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .thankyou {
    padding: 178px 0 100px;
  }
}
@media only screen and (max-width: 839.98px) {
  .thankyou {
    padding: 172px 0 100px;
  }
}
.thankyou__wrapper {
  width: 100%;
  max-width: 718px;
  margin: 0 auto;
}
.thankyou__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 416px;
  height: 103px;
  margin: 0 auto 145px;
  border-radius: 103px;
  background: #cfbbb0;
  color: #fff;
  font-family: "Host Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__title {
    width: 287px;
    height: 71px;
    margin-bottom: 88px;
    font-size: 24px;
  }
}
.thankyou__title::before, .thankyou__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -58px;
  left: 44.3%;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #cfbbb0;
}
.thankyou__title::after {
  bottom: -93px;
  width: 23px;
  height: 23px;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__title::before {
    bottom: -38px;
    left: 50%;
    width: 24px;
    height: 24px;
  }
  .thankyou__title::after {
    bottom: -61px;
    left: 50%;
    width: 15px;
    height: 15px;
  }
}
.thankyou__illustration {
  width: 244px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__illustration {
    width: 217px;
    margin-bottom: 10px;
  }
}
.thankyou__illustration img {
  display: block;
  width: 100%;
  height: auto;
}
.thankyou__message {
  margin-bottom: 57px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #484848), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #484848 50%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: center;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__message {
    margin-bottom: 37px;
    padding-bottom: 37px;
    font-size: 13px;
    line-height: 1.692308;
  }
}
@media only screen and (max-width: 374.98px) {
  .thankyou__message {
    font-size: 12px;
  }
}
.thankyou__message span {
  text-decoration: underline;
  text-decoration-color: #ff7043;
  text-underline-offset: 3px;
}
.thankyou__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-align: center;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__contact {
    gap: 18px;
  }
}
.thankyou__contact-text {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__contact-text {
    font-size: 13px;
    line-height: 1.692308;
  }
}
@media only screen and (max-width: 374.98px) {
  .thankyou__contact-text {
    font-size: 12px;
  }
}
.thankyou__contact-button {
  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;
  width: 434px;
  height: 61px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  color: #ff7043;
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  gap: 50px;
  text-decoration: none;
}
@media (hover: hover) {
  .thankyou__contact-button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .thankyou__contact-button:hover {
    opacity: 0.8;
  }
}
.thankyou__contact-button::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/common/icon_envelope.svg") center/38px auto no-repeat;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__contact-button {
    width: 298px;
    height: 42px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 16.5px;
    gap: 34px;
  }
  .thankyou__contact-button::before {
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }
}
.thankyou__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 126px;
}
@media only screen and (max-width: 839.98px) {
  .thankyou__button {
    margin-top: 65px;
  }
}