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;
}

.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;
  background: #f9f0ec;
}
@media only screen and (min-width: 1140px), print {
  .bottom-cta {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .bottom-cta {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 839.98px) {
  .bottom-cta {
    padding: 100px 0;
  }
}
.bottom-cta__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%;
  padding: 0 20px;
}
@media only screen and (min-width: 1140px), print {
  .bottom-cta__wrapper {
    max-width: 1250px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .bottom-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.bottom-cta__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
@media only screen and (min-width: 1140px), print {
  .bottom-cta__content {
    max-width: 754px;
  }
}
.bottom-cta__title {
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .bottom-cta__title {
    margin: 0 0 50px;
    margin-top: -15px;
    font-family: "Host Grotesk", sans-serif;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
@media only screen and (max-width: 1139.98px) {
  .bottom-cta__title {
    margin: 0 0 30px;
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
  }
}
.bottom-cta__description {
  margin: 0;
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .bottom-cta__description {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.666667;
  }
}
@media only screen and (max-width: 1139.98px) {
  .bottom-cta__description {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.46666;
    white-space: nowrap;
  }
}
@media (max-width: 409.98px) {
  .bottom-cta__description {
    margin-right: -0.5em;
    font-size: 14.5px;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 374.98px) {
  .bottom-cta__description {
    font-size: 12px;
  }
}
.bottom-cta__buttons {
  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: 24px;
}
@media only screen and (min-width: 1140px), print {
  .bottom-cta__buttons {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 386px;
            flex: 1 0 386px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .bottom-cta__buttons {
    width: 100%;
    max-width: 566px;
  }
}
.bottom-cta__button {
  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;
  width: 100%;
  height: 137px;
  padding-top: 0.5em;
  -webkit-transition: background-color 0.3s ease, color 0.5s ease;
  transition: background-color 0.3s ease, color 0.5s ease;
  border: 4px solid #ff7043;
  border-radius: 5px;
  color: #ff7043;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
  gap: 10px;
}
@media only screen and (min-width: 1140px), print {
  .bottom-cta__button {
    max-width: 386px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .bottom-cta__button {
    height: 137px;
  }
}
.bottom-cta__button span {
  display: block;
  margin-bottom: 0.5em;
}
.bottom-cta__button::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background-image: url("../img/common/icon_envelope.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bottom-cta__button:hover {
  background-color: #ff7043;
  color: #fff;
}
.bottom-cta__button:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.bottom-cta__button--line {
  border-color: #4b874f;
  color: #4b874f;
}
.bottom-cta__button--line::after {
  width: 44px;
  height: 42px;
  background-image: url("../img/common/icon_chat.svg");
}
.bottom-cta__button--line:hover {
  background-color: #4b874f;
  color: #fff;
}

.gallery {
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .gallery {
    padding: 284px 0 106px;
    background-image: url("../img/service/hero_deco_01.svg");
    background-size: 426px auto;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .gallery {
    padding: 136px 0 85px;
    background-image: url("../img/service/hero_deco_01_md.svg");
    background-size: 293px auto;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery {
    padding: 160px 0 85px;
    background-image: url("../img/service/hero_deco_01_sm.svg");
    background-size: 185px auto;
  }
}
.gallery__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gallery__title {
  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 {
  .gallery__title {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .gallery__title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery__title {
    margin-bottom: 30px;
  }
}
.gallery__title-en {
  font-family: "Host Grotesk", sans-serif;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .gallery__title-en {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery__title-en {
    font-size: 32px;
  }
}
.gallery__title-ja {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.5;
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 839.98px) {
  .gallery__title-ja {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.666667;
  }
}
.gallery__description {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 840px), print {
  .gallery__description {
    max-width: 810px;
    margin: 0 auto 110px;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery__description {
    margin-bottom: 80px;
  }
}
.gallery__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 839.98px) {
  .gallery__list {
    margin-right: -7px;
    margin-left: -7px;
  }
}
.gallery__item {
  position: absolute;
}
.gallery__item:not([style]) {
  opacity: 0;
}
@media only screen and (min-width: 1140px), print {
  .gallery__item {
    width: 25%;
    padding: 10px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .gallery__item {
    width: 33%;
    padding: 9px;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery__item {
    width: 50%;
    padding: 7px;
  }
}
.gallery__frame {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #ebe1dc;
}
@-webkit-keyframes gallery-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gallery-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery__frame img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  -webkit-animation: gallery-fade-in 0.6s ease-in-out;
          animation: gallery-fade-in 0.6s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery__button-more {
  text-decoration: none;
}
@media (hover: hover) {
  .gallery__button-more {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .gallery__button-more:hover {
    opacity: 0.8;
  }
}
.gallery__button-more {
  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;
  margin: 60px auto 0;
  padding: 12px 24px;
  gap: 20px;
  color: #ff7043;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 33/24;
  cursor: pointer;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .gallery__button-more {
    margin-top: 38px;
  }
}
.gallery__button-more::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ff7043 url("../img/common/icon_plus.svg") center/18px auto no-repeat;
}

.cta {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 540px;
  background: #ebe1dc url("../img/gallery/cta_bg.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1139.98px) {
  .cta {
    height: 478px;
  }
}
@media only screen and (max-width: 839.98px) {
  .cta {
    background-image: url("../img/gallery/sp/cta_bg.jpg");
  }
}
.cta::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 72, 72, 0.56);
}
.cta__wrapper {
  position: relative;
  z-index: 2;
}
.cta__title {
  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;
  margin-bottom: 50px;
}
@media only screen and (min-width: 840px), print {
  .cta__title {
    margin-top: -20px;
  }
}
.cta__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.2;
}
@media only screen and (max-width: 839.98px) {
  .cta__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
  }
}
.cta__title-ja {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.5;
  line-height: 1.2;
}
@media only screen and (max-width: 1139.98px) {
  .cta__title-ja {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.666667;
  }
}
.cta__description {
  margin: 0 0 50px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.cta .btn {
  position: relative;
  z-index: 2;
}