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

@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: 10px;
  }
}
.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 (max-width: 1139.98px) {
  .lang-switcher:hover .lang-switcher__options, .lang-switcher:focus-within .lang-switcher__options {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 839.98px) {
  .lang-switcher--active .lang-switcher__options {
    max-height: 160px;
    opacity: 1;
  }
}
@media only screen and (max-width: 839.98px) and (min-width: 1140px) {
  .lang-switcher--active .lang-switcher__options {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 839.98px) and (max-width: 1139.98px) {
  .lang-switcher--active .lang-switcher__options {
    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;
}

.hero {
  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;
}
@media only screen and (min-width: 1140px), print {
  .hero {
    padding: 256px 0 150px;
    background: url("../img/top/hero_deco_01.svg") 100% 0/613px auto no-repeat, url("../img/top/hero_deco_02.svg") 0 100%/283px auto no-repeat;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .hero {
    padding: 0 0 120px;
  }
}
.hero__wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1140px), print {
  .hero__wrapper {
    max-width: 1320px;
    padding: 0 20px;
  }
}
.hero__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1140px), print {
  .hero__title {
    position: relative;
    margin-bottom: 40px;
    color: #181818;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .hero__title {
    position: absolute;
    z-index: 2;
    top: calc(50% - 268px);
    left: 32px;
    margin: 0;
    color: #fff;
  }
}
@media only screen and (max-width: 839.98px) {
  .hero__title {
    position: absolute;
    z-index: 2;
    top: calc(96vw - 232px);
    left: 20px;
    color: #fff;
  }
}
@media only screen and (max-width: 374.98px) {
  .hero__title {
    top: calc(96vw - 200px);
  }
}
.hero__title::after {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (min-width: 1140px), print {
  .hero__title::after {
    bottom: -8px;
    left: 76px;
    width: 102px;
    height: 27px;
    background: url("../img/common/icon_creative_lg.svg") 0 0/100% auto no-repeat;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__title::after {
    bottom: 0;
    left: 0;
    width: 34px;
    height: 14px;
    background: url("../img/common/icon_creative_md.svg") 0 0/100% auto no-repeat;
  }
}
.hero__title-en {
  display: block;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1140px), print {
  .hero__title-en {
    margin-bottom: 12px;
    font-size: 85px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__title-en {
    margin-bottom: 12px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 374.98px) {
  .hero__title-en {
    font-size: 38px;
    white-space: nowrap;
  }
}
.hero__title-ja {
  display: block;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (min-width: 1140px), print {
  .hero__title-ja {
    margin-left: 190px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__title-ja {
    margin-left: 44px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 374.98px) {
  .hero__title-ja {
    font-size: 13px;
    white-space: nowrap;
  }
}
.hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 43px;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .hero__content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 32px;
    -webkit-transform: translateY(-28%);
        -ms-transform: translateY(-28%);
            transform: translateY(-28%);
  }
}
@media only screen and (max-width: 839.98px) {
  .hero__content {
    position: absolute;
    z-index: 1;
    top: calc(96vw - 140px);
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 374.98px) {
  .hero__content {
    top: calc(96vw - 100px);
  }
}
.hero__catch {
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (min-width: 1140px), print {
  .hero__catch {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__catch {
    margin-bottom: 13px;
    color: #fff;
    font-size: 20px;
  }
}
.hero__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1140px), print {
  .hero__features {
    margin-bottom: 35px;
    gap: 46px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1260px), print and (max-width: 1260px) {
  .hero__features {
    gap: 11px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .hero__features {
    gap: 11px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 839.98px) {
  .hero__features {
    gap: 11px;
    margin-bottom: 102px;
  }
}
@media only screen and (max-width: 374.98px) {
  .hero__features {
    margin-bottom: 40px;
  }
}
.hero__features li {
  display: block;
  position: relative;
  border: 4px solid #ebe1dc;
  background: #fff;
  color: #181818;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 1140px), print {
  .hero__features li {
    padding: 5px 20px;
    font-size: 24px;
  }
  .hero__features li:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/common/icon_cross.svg") 50% 50%/16px auto no-repeat;
  }
}
@media (min-width: 1140px) and (max-width: 1310px) {
  .hero__features li {
    font-size: 20px;
  }
}
@media (min-width: 1140px) and (max-width: 1260px) {
  .hero__features li {
    padding: 6px 14px;
    font-size: 18px;
  }
  .hero__features li:not(:first-child)::before {
    display: none;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .hero__features li {
    padding: 6px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 839.98px) {
  .hero__features li {
    padding: 6px 14px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 374.98px) {
  .hero__features li {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.hero__description {
  color: #484848;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 1140px), print {
  .hero__description {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__description {
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.86666;
  }
}
.hero__statement {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
@media only screen and (min-width: 1140px), print {
  .hero__statement {
    padding-left: 4px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1190px), print and (max-width: 1190px) {
  .hero__statement {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__statement {
    color: #fff;
    font-size: 16px;
    line-height: 2.0625;
  }
}
@-webkit-keyframes highlight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes highlight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.hero__statement span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1140px), print {
  .hero__statement::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 13px;
    -webkit-animation: highlight 1s ease forwards;
            animation: highlight 1s ease forwards;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    background: #f2c8bb;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1139.98px) {
  .hero__statement::after {
    background: #ea663d;
  }
}
@media only screen and (min-width: 1140px), print {
  .hero__statement br {
    display: none;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__statement span::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 13px;
    -webkit-animation: highlight 1s ease forwards;
            animation: highlight 1s ease forwards;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    background: #f2c8bb;
  }
  .hero__statement span {
    padding: 0 12px 0 6px;
  }
}
@media only screen and (max-width: 1139.98px) and (max-width: 1139.98px) {
  .hero__statement span::after {
    background: #ea663d;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__statement span:last-child {
    padding-right: 4px;
  }
}
.hero__carousel {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 1140px), print {
  .hero__carousel {
    width: 674px;
    height: 426px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .hero__carousel {
    width: 100%;
    height: auto;
  }
}
.hero__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;
}
@media only screen and (min-width: 1140px), print {
  .hero__cta {
    margin-top: 83px;
    gap: 42px;
  }
  .hero__cta .btn {
    width: 332px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .hero__cta {
    gap: 15px;
    margin-top: 36px;
  }
  .hero__cta .btn {
    width: 255px;
    height: 57px;
    border-radius: 57px;
    font-size: 15px;
  }
  .hero__cta .btn::after {
    right: 11px;
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
}
@media only screen and (max-width: 839.98px) {
  .hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
    padding: 50px 0;
  }
}

.hero-carousel {
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1140px), print {
  .hero-carousel {
    width: 674px;
    height: 426px;
    border-radius: 17px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .hero-carousel {
    width: 100%;
    height: 86.227vw;
  }
}
@media only screen and (max-width: 839.98px) {
  .hero-carousel {
    width: 100%;
    height: 192vw;
  }
  .hero-carousel::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }
}
.hero-carousel__items {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 1140px), print {
  .hero-carousel__items::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #d5c4bb;
    border-radius: 17px;
  }
}
.hero-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 0;
  pointer-events: none;
}
.hero-carousel__item--active {
  z-index: 2;
  opacity: 1;
}
.hero-carousel__item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-carousel__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1140px), print {
  .hero-carousel__item picture,
  .hero-carousel__item img {
    border-radius: 19px;
  }
}
.hero-carousel__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 9px;
}
@media only screen and (max-width: 1139.98px) {
  .hero-carousel__bullets {
    bottom: 15px;
  }
}
.hero-carousel__bullet {
  width: 6px;
  height: 6px;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  border-radius: 100%;
  background: #f9f0ec;
  cursor: pointer;
}
.hero-carousel__bullet--active {
  background: #ff7043;
}

@media only screen and (min-width: 1140px), print {
  .features {
    padding: 0 0 150px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .features {
    padding: 0 0 120px;
  }
}
@media only screen and (max-width: 839.98px) {
  .features {
    padding: 0 0 100px;
  }
}
.features__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
.features__heading {
  background: #ebe1dc;
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .features__heading {
    padding: 117px 0 113px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .features__heading {
    padding: 100px 0 87px;
  }
}
@media only screen and (max-width: 839.98px) {
  .features__heading {
    padding: 50px 0;
  }
}
.features__heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 840px), print {
  .features__heading-inner {
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 839.98px) {
  .features__heading-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.features__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
@media only screen and (max-width: 839.98px) {
  .features__title {
    margin-bottom: 20px;
  }
}
.features__title-en {
  display: block;
}
@media only screen and (min-width: 1140px), print {
  .features__title-en {
    margin-top: -15px;
    margin-bottom: 17px;
    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) {
  .features__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 374.98px) {
  .features__title-en {
    font-size: 28px;
    white-space: nowrap;
  }
}
.features__title-ja {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.46666;
}
.features__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: -3px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 840px), print {
  .features__description {
    text-align: center;
  }
}
@media only screen and (max-width: 839.98px) {
  .features__description {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1140px), print {
  .features__main {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .features__main {
    padding-top: 20px;
  }
}
.features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1140px), print {
  .features__item:first-child .features-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .features__item:first-child .features-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }
  .features__item:first-child .features-card__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .features__item:first-child .features-card__description {
    min-height: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 840px), print {
  .features__item {
    width: 50%;
  }
  .features__item:first-child {
    width: 100%;
    margin: 0 0 30px;
    padding: 30px 0;
    border-bottom: 1px solid #181818;
  }
  .features__item:first-child .features-card__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .features__item:nth-child(2) {
    padding-right: 29px;
    border-right: 1px solid #181818;
  }
  .features__item:nth-child(3) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 839.98px) {
  .features__item {
    width: 100%;
    padding: 30px 0;
  }
  .features__item:not(:first-child) {
    border-top: 1px solid #181818;
  }
}
.features__button {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 840px), print {
  .features__button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 839.98px) {
  .features__button {
    margin-top: 20px;
  }
}

.features-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.features-card__number {
  margin-bottom: 15px;
  color: #ff7043;
  font-family: "Host Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 0.6875;
}
.features-card__title {
  color: #ff7043;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 1140px), print {
  .features-card__title {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .features-card__title {
    margin-bottom: 20px;
  }
}
.features-card__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media only screen and (min-width: 1140px), print {
  .features-card__tags {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .features-card__tags {
    margin-bottom: 20px;
  }
}
.features-card__tag {
  position: relative;
  padding: 7px 22px;
  border: 2px solid #484848;
  border-radius: 20px;
  background: #fff;
  color: #181818;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (min-width: 1140px), print {
  .features-card__tag {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .features-card__tag {
    font-size: 20px;
  }
}
@media only screen and (max-width: 374.98px) {
  .features-card__tag {
    padding: 6px 18px;
    font-size: 16px;
  }
}
.features-card__tag:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -36px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/icon_cross.svg") 50% 50%/16px auto no-repeat;
}
.features-card__description {
  margin: 0;
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .features-card__description {
    min-height: 9.6em;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5625;
  }
}
@media only screen and (max-width: 1139.98px) {
  .features-card__description {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.46666;
  }
}
.features-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
@media only screen and (max-width: 1139.98px) {
  .features-card__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features-card__image {
  display: block;
}
.features-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service {
  padding: 170px 0;
  background: url("../img/top/service_bg_01.svg") 100% 0/589px auto no-repeat, url("../img/top/service_bg_02.svg") 0 100%/284px auto no-repeat, #484848;
  color: #f9f0ec;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .service {
    padding: 50px 0 70px;
    background-position: 104% 0, -5% 95%;
    background-size: 300px auto, 200px auto;
  }
}
@media only screen and (max-width: 839.98px) {
  .service {
    padding: 72px 0 146px;
    background-position: 100% -8px, -10% 35%;
    background-size: 282px auto, 220px auto;
  }
}
.service__wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.service__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 840px), print {
  .service__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 839.98px) {
  .service__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 53px;
    gap: 30px;
  }
}
.service__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.service__title-en {
  display: block;
}
@media only screen and (min-width: 1140px), print {
  .service__title-en {
    margin-top: -15px;
    margin-bottom: 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) {
  .service__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
.service__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.service__description {
  margin: 0;
  color: #f9f0ec;
}
@media only screen and (min-width: 840px), print {
  .service__description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 2.0625;
  }
}
@media only screen and (max-width: 1139.98px) {
  .service__description {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.46666;
  }
}
.service__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1140px), print {
  .service__list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .service__list {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 839.98px) {
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 54px;
    gap: 56px;
  }
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  -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) {
  .service__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.8%;
            flex: 0 0 31.8%;
  }
}
.service__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1em;
}
.service__item-name-en {
  display: block;
  font-family: "Host Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.03125;
}
.service__item-name-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (max-width: 1139.98px) {
  .service__item-name-en {
    font-size: 24px;
  }
  .service__item-name-ja {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.466667;
  }
}
@media (min-width: 840px) and (max-width: 860px) {
  .service__item-name-ja {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 839.98px) {
  .service__item-name {
    margin-bottom: 10px;
  }
  .service__item-name-en {
    font-size: 28px;
  }
  .service__item-name-ja {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.666667;
  }
}
.service__item-image {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1140px), print {
  .service__item-image {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .service__item-image {
    margin-bottom: 12px;
  }
}
.service__item-description {
  margin: 0 0 10px;
}
@media only screen and (min-width: 1140px), print {
  .service__item-description {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.666667;
  }
}
@media only screen and (max-width: 1139.98px) {
  .service__item-description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.466667;
  }
}
.service__item-price {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.03125;
}
@media only screen and (max-width: 1139.98px) {
  .service__item-price {
    font-size: 24px;
  }
}
.service__button {
  width: 100%;
  text-align: center;
}

.testimonials {
  overflow: hidden;
  background: #f9f0ec;
}
@media only screen and (min-width: 1140px), print {
  .testimonials {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .testimonials {
    padding: 100px 0 145px;
  }
}
@media only screen and (max-width: 839.98px) {
  .testimonials {
    padding: 100px 0;
  }
}
.testimonials__wrapper {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1140px), print {
  .testimonials__wrapper {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .testimonials__wrapper {
    width: calc(100% - 40px);
  }
}
.testimonials__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: 0 0 20px;
  text-align: center;
}
.testimonials__title-en {
  display: block;
}
@media only screen and (min-width: 1140px), print {
  .testimonials__title-en {
    margin-top: -15px;
    margin-bottom: 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) {
  .testimonials__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
.testimonials__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.testimonials__description {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.0625;
  text-align: center;
}
@media only screen and (max-width: 374.98px) {
  .testimonials__description {
    font-size: 14px;
  }
}

.testimonials-carousel {
  position: relative;
  padding-top: 60px;
}
.testimonials-carousel__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  gap: 17px;
}
.testimonials-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 608px;
          flex: 0 0 608px;
  min-width: 608px;
}
.testimonials-carousel__item-inner {
  position: relative;
  width: 608px;
  padding: 63px 18px 20px;
  border: 7px solid #ebe1dc;
  border-radius: 10px;
  background: #fffefd;
}
@media only screen and (max-width: 839.98px) {
  .testimonials-carousel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    min-width: 320px;
  }
  .testimonials-carousel__item-inner {
    width: 320px;
    padding: 63px 16px 20px;
  }
}
@media only screen and (max-width: 374.98px) {
  .testimonials-carousel__item-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.testimonials-carousel__avatar {
  position: absolute;
  top: -60px;
  left: 20px;
  width: 115px;
  height: 115px;
  overflow: hidden;
  border: 7px solid #ebe1dc;
  border-radius: 100%;
}
.testimonials-carousel__avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.testimonials-carousel__name {
  display: inline-block;
  margin-bottom: 1em;
  padding: 4px 12px;
  border-radius: 5px;
  background: #ff7043;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.65;
}
@media only screen and (max-width: 839.98px) {
  .testimonials-carousel__name {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 374.98px) {
  .testimonials-carousel__name {
    padding: 4px 10px;
    font-size: 13px;
  }
}
.testimonials-carousel__comment {
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.0625;
}
@media only screen and (max-width: 839.98px) {
  .testimonials-carousel__comment {
    font-size: 15px;
    line-height: 1.733333;
  }
}
@media only screen and (max-width: 374.98px) {
  .testimonials-carousel__comment {
    font-size: 13px;
  }
}
.testimonials-carousel__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
  gap: 11px;
}
.testimonials-carousel__tags li {
  display: block;
  padding: 10px 11px;
  border-radius: 2em;
  background: #ebe1dc;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (max-width: 374.98px) {
  .testimonials-carousel__tags li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 839.98px) {
  .testimonials-carousel__tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 36px;
  }
}
.testimonials-carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 53px;
  height: 77px;
}
@media only screen and (min-width: 840px), print {
  .testimonials-carousel__controls {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .testimonials-carousel__controls {
    margin-top: 48px;
  }
}
.testimonials-carousel__nav {
  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: 77px;
  height: 77px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 100%;
  background: #ff7043;
  color: #fff;
  text-indent: -999em;
  cursor: pointer;
}
.testimonials-carousel__nav:hover {
  opacity: 0.8;
}
.testimonials-carousel__nav--prev {
  background: #ff7043 url("../img/common/icon_nav_left.svg") 50% 50%/35px auto no-repeat;
}
.testimonials-carousel__nav--next {
  background: #ff7043 url("../img/common/icon_nav_right.svg") 50% 50%/35px auto no-repeat;
}

.gallery {
  background: #ebe1dc;
}
@media only screen and (min-width: 840px), print {
  .gallery {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery {
    padding: 50px 0;
  }
}
.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;
  margin: 0 0 30px;
  text-align: center;
}
.gallery__title-en {
  display: block;
}
@media only screen and (min-width: 1140px), print {
  .gallery__title-en {
    margin-top: -15px;
    margin-bottom: 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) {
  .gallery__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
.gallery__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.gallery__description {
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 840px), print {
  .gallery__description {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2.0625;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery__description {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.46666;
  }
}
.gallery__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.gallery__button {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 840px), print {
  .gallery__button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery__button {
    margin-top: 30px;
  }
}

.gallery-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-carousel__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 840px), print {
  .gallery-carousel__items {
    gap: 20px;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery-carousel__items {
    gap: 10px;
  }
}
.gallery-carousel__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.gallery-carousel__item img {
  display: block;
  width: auto;
}
@media only screen and (min-width: 1140px), print {
  .gallery-carousel__item img {
    height: 362px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .gallery-carousel__item img {
    height: 262px;
  }
}
@media only screen and (max-width: 839.98px) {
  .gallery-carousel__item img {
    height: 210px;
  }
}

.blog {
  background: #f9f0ec url("../img/common/pattern_grid_02.png") 50% 0/20px auto repeat;
}
@media only screen and (min-width: 840px), print {
  .blog {
    padding: 88px 0;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog {
    padding: 58px 0 50px;
  }
}
.blog__wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1139.98px) {
  .blog__wrapper {
    padding: 0 30px;
  }
}
.blog__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (min-width: 840px), print {
  .blog__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog__heading {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
    margin-bottom: 44px;
  }
}
.blog__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.blog__title::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 24px;
  height: 118%;
  background: #ff7043;
}
@media only screen and (min-width: 1140px), print {
  .blog__title {
    padding-left: 58px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .blog__title {
    padding-left: 44px;
  }
  .blog__title::before {
    width: 20px;
    height: 140%;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog__title {
    padding-left: 40px;
  }
}
.blog__title-en {
  display: block;
}
@media only screen and (min-width: 1140px), print {
  .blog__title-en {
    margin-top: -15px;
    margin-bottom: 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) {
  .blog__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 374.98px) {
  .blog__title-en {
    font-size: 30px;
  }
}
.blog__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.blog__subtitle {
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (min-width: 1140px), print {
  .blog__subtitle {
    margin: -30px 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog__subtitle {
    margin: -10px 0 0;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog__subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.866667;
    text-align: left;
  }
}
.blog__description {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 1140px), print {
  .blog__description {
    max-width: 693px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog__description {
    margin-bottom: 83px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog__description {
    margin-bottom: 30px;
  }
}
.blog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 35px;
}
@media only screen and (max-width: 839.98px) {
  .blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 316px;
          flex: 0 0 316px;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 233px;
            flex: 0 0 233px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.blog__button {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1140px), print {
  .blog__button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .blog__button {
    margin-top: 87px;
  }
}

.blog-card {
  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;
  width: 100%;
  height: 100%;
  padding-right: 1px;
  border-radius: 10px;
  background: #ebe1dc;
  -webkit-box-shadow: 9px 9px 0 0 #ff7043;
          box-shadow: 9px 9px 0 0 #ff7043;
}
@media only screen and (max-width: 1139.98px) {
  .blog-card {
    -webkit-box-shadow: 7px 7px 0 0 #ff7043;
            box-shadow: 7px 7px 0 0 #ff7043;
  }
}
.blog-card__thumbnail {
  text-decoration: none;
}
@media (hover: hover) {
  .blog-card__thumbnail {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .blog-card__thumbnail:hover {
    opacity: 0.8;
  }
}
.blog-card__thumbnail {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1140px), print {
  .blog-card__thumbnail {
    height: 233px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog-card__thumbnail {
    height: 171px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog-card__thumbnail {
    height: 62.133333vw;
  }
}
.blog-card__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__category {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  border: 2px solid #ff9f80;
  border-radius: 50px;
  background: #fff;
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-card__category {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .blog-card__category:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog-card__category {
    top: 15px;
    left: 15px;
    padding: 5px 13px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog-card__category {
    top: 20px;
    left: 20px;
    padding: 10px 18px;
    font-size: 16px;
  }
}
.blog-card__content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 1140px), print {
  .blog-card__content {
    padding: 5px 20px 20px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog-card__content {
    padding: 0 16px 26px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog-card__content {
    padding: 4px 20px 20px;
  }
}
.blog-card__date {
  color: #ff7043;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2.357143;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog-card__date {
    font-size: 13px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog-card__date {
    margin-bottom: 2px;
  }
}
.blog-card__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 12px;
  color: #484848;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.46666;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog-card__title {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 839.98px) {
  .blog-card__title {
    min-height: 5em;
    margin-bottom: 2px;
  }
}
.blog-card__title a {
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-card__title a {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .blog-card__title a:hover {
    opacity: 0.8;
  }
}
.blog-card__read-more {
  display: inline-block;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 6px 46px 6px 14px;
  border-bottom: 2px solid #ff7043;
  color: #ff7043;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-card__read-more {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .blog-card__read-more:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog-card__read-more {
    padding: 6px 34px 6px 14px;
    font-size: 12px;
  }
}
.blog-card__read-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-width: 8px;
  border-left-color: #ff7043;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .blog-card__read-more::after {
    right: 10px;
    border: 4px solid transparent;
    border-right-width: 0;
    border-left-width: 7px;
    border-left-color: #ff7043;
  }
}

.support {
  padding: 150px 20px 0;
  background: #f9f0ec;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .support {
    padding: 150px 50px 0;
  }
}
@media only screen and (max-width: 1139.98px) {
  .support {
    padding: 135px 15px 0;
  }
}
.support__wrapper {
  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;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 15px;
  background: #ebe1dc url("../img/common/pattern_noise_01.png") center 0/32px auto repeat;
  gap: 30px;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .support__wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 839.98px) {
  .support__wrapper {
    gap: 15px;
    padding: 114px 10px 50px;
  }
}
.support__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 839.98px) {
  .support__title {
    margin-bottom: 0;
  }
}
.support__title-en {
  display: block;
}
@media only screen and (min-width: 1140px), print {
  .support__title-en {
    margin-top: -15px;
    margin-bottom: 15px;
    color: #484848;
    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) {
  .support__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
.support__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.support__description {
  max-width: 650px;
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .support__description {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 839.98px) {
  .support__description {
    margin-bottom: 15px;
    line-height: 1.733333;
  }
}
.support__flow {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  border-radius: 12px;
  opacity: 1;
  background: #f9f0ec;
  will-change: transform, opacity;
}
.support__flow:not(.animated) {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
@media only screen and (min-width: 1140px), print {
  .support__flow {
    width: 625px;
    height: 608px;
    padding: 136px 0 0;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .support__flow {
    padding: 10.7vw 8vw 4vw;
  }
}
@media only screen and (max-width: 839.98px) {
  .support__flow {
    width: calc(100% - 14px);
    height: auto;
    padding: 20vw 0 10vw;
  }
}
.support__flow-inner {
  position: relative;
  width: 4.16em;
  height: 4.16em;
  margin: 0 auto;
  -webkit-transition: opacity 0.8s ease, margin-top 0.8s ease;
  transition: opacity 0.8s ease, margin-top 0.8s ease;
  background: url("../img/top/support_connector.svg") 50% 50%/100% 100% no-repeat;
  font-size: 100px;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .support__flow-inner {
    font-size: clamp(66px, 66px + (34) * (100vw - 840px) / (300), 100px);
  }
}
@media only screen and (max-width: 839.98px) {
  .support__flow-inner {
    width: 3.28em;
    height: 3.28em;
    font-size: 15vw;
  }
}
.support__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.1em;
  height: 2.1em;
}
.support__circle::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 96%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #ebe1dc;
  pointer-events: none;
}
.support__circle img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.support__circle--hearing {
  -webkit-transform: translate(-50%, -144%);
      -ms-transform: translate(-50%, -144%);
          transform: translate(-50%, -144%);
}
.support__circle--support {
  -webkit-transform: translate(-135%, 5%);
      -ms-transform: translate(-135%, 5%);
          transform: translate(-135%, 5%);
}
.support__circle--creation {
  -webkit-transform: translate(35%, 5%);
      -ms-transform: translate(35%, 5%);
          transform: translate(35%, 5%);
}
@media only screen and (max-width: 839.98px) {
  .support__circle--hearing {
    -webkit-transform: translate(-50%, -134%);
        -ms-transform: translate(-50%, -134%);
            transform: translate(-50%, -134%);
  }
  .support__circle--support {
    -webkit-transform: translate(-126%, 2%);
        -ms-transform: translate(-126%, 2%);
            transform: translate(-126%, 2%);
  }
  .support__circle--creation {
    -webkit-transform: translate(26%, 2%);
        -ms-transform: translate(26%, 2%);
            transform: translate(26%, 2%);
  }
}
.support__circle-title {
  position: absolute;
  z-index: 2;
  top: 0.26rem;
  left: 0;
  width: 100%;
  margin: 0;
  color: #ff7043;
  font-size: 0.18em;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.111111;
  text-align: center;
}
.support__circle--hearing .support__circle-title {
  top: 1.77777em;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .support__circle-title {
    top: 1.6em;
  }
}
@media only screen and (max-width: 839.98px) {
  .support__circle-title {
    top: 1.1em;
    font-size: 0.23em;
  }
  .support__circle--hearing .support__circle-title {
    top: 1.3em;
  }
}
.support__center-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.94em;
  height: 0.94em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #f2e382;
}
.support__center-icon img {
  display: block;
  width: 0.57em;
  height: auto;
}
@media only screen and (max-width: 839.98px) {
  .support__center-icon {
    width: 0.75em;
    height: 0.75em;
  }
  .support__center-icon img {
    width: 0.5em;
  }
}
.support__button {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 20px;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .support__button {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 839.98px) {
  .support__button {
    margin-top: 15px;
  }
}
@-webkit-keyframes fade-slide-up {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-slide-up {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-slide-down {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-slide-down {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes float-up-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes float-up-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes float-down-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes float-down-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.support__dots {
  position: absolute;
  z-index: 1;
  top: 80px;
  right: 80px;
  pointer-events: none;
}
@media only screen and (max-width: 839.98px) {
  .support__dots {
    top: 50px;
    right: 10px;
  }
}
.support__dot {
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  opacity: 0;
  background: #ff7043;
  font-size: 100px;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: transform, opacity;
}
@media only screen and (max-width: 839.98px) {
  .support__dot {
    font-size: 66px;
  }
}
.support__dots:not(.animated) .support__dot {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}
.support__dot--first {
  top: 0;
  right: 1.49em;
  width: 0.39em;
  height: 0.39em;
  -webkit-animation: fade-slide-up 0.8s ease forwards, float-up-down 3s ease-in-out infinite;
          animation: fade-slide-up 0.8s ease forwards, float-up-down 3s ease-in-out infinite;
}
.support__dot--second {
  top: 0.48em;
  right: 0.89em;
  width: 0.23em;
  height: 0.23em;
  -webkit-animation: fade-slide-down 0.8s ease 0.2s forwards, float-down-up 3s ease-in-out infinite 0.2s;
          animation: fade-slide-down 0.8s ease 0.2s forwards, float-down-up 3s ease-in-out infinite 0.2s;
}
.support__dot--third {
  top: 0.05em;
  right: 0;
  width: 0.55em;
  height: 0.55em;
  -webkit-animation: fade-slide-up 0.8s ease 0.4s forwards, float-up-down 3s ease-in-out infinite 0.4s;
          animation: fade-slide-up 0.8s ease 0.4s forwards, float-up-down 3s ease-in-out infinite 0.4s;
}

.faq {
  padding: 150px 0;
  background: #f9f0ec;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .faq {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 839.98px) {
  .faq {
    padding: 120px 0 100px;
  }
}
.faq__wrapper {
  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;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 30px;
}
@media only screen and (min-width: 1140px), print {
  .faq__wrapper {
    max-width: 840px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .faq__wrapper {
    max-width: 760px;
  }
}
@media only screen and (max-width: 839.98px) {
  .faq__wrapper {
    max-width: none;
    padding: 0 15px;
  }
}
.faq__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;
  text-align: center;
}
.faq__title-en {
  display: block;
  color: #484848;
}
@media only screen and (min-width: 1140px), print {
  .faq__title-en {
    margin-top: -15px;
    margin-bottom: 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) {
  .faq__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
.faq__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.faq__item {
  padding: 1px 0;
  background: #e6dad4;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.faq__item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faq__item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.faq__item:not(:first-child) {
  margin-top: 2px;
}
.faq__question {
  display: block;
  position: relative;
  padding: 21px 70px 21px 78px;
  cursor: pointer;
}
.faq__question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #6184b6;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}
@media only screen and (max-width: 839.98px) {
  .faq__question::before {
    left: 15px;
  }
}
.faq__question::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 28px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  border: 6px solid transparent;
  border-top-width: 9px;
  border-bottom-width: 0;
  border-top-color: #484848;
}
.faq__item--active .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (max-width: 839.98px) {
  .faq__question {
    padding: 16px 38px 16px 65px;
  }
  .faq__question::after {
    right: 15px;
  }
}
.faq__answer {
  display: none;
}
.faq__answer p {
  position: relative;
  margin: 0;
  padding: 4px 70px 4px 78px;
}
.faq__answer p::before {
  content: "A";
  display: block;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff7043;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}
@media only screen and (max-width: 839.98px) {
  .faq__answer p::before {
    left: 15px;
  }
}
@media only screen and (max-width: 839.98px) {
  .faq__answer p {
    padding: 0 38px 0 65px;
  }
}
.faq__button {
  margin-top: 20px;
}

.offers {
  padding: 112px 0;
  background: #ccbeb7 url("../img/common/pattern_grid_01.png") 50% 0/32px auto repeat;
}
@media only screen and (max-width: 1139.98px) {
  .offers {
    padding: 78px 0;
  }
}
.offers__wrapper {
  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;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 50px;
}
@media only screen and (min-width: 1140px), print {
  .offers__wrapper {
    max-width: 1250px;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .offers__wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 839.98px) {
  .offers__wrapper {
    gap: 30px;
  }
}
.offers__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .offers__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 839.98px) {
  .offers__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.offers__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.offers__title-en {
  display: block;
}
@media only screen and (min-width: 1140px), print {
  .offers__title-en {
    margin-top: -15px;
    margin-bottom: 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) {
  .offers__title-en {
    font-family: "Host Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.03125;
    margin-bottom: 5px;
  }
}
.offers__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.offers__description {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
@media only screen and (max-width: 839.98px) {
  .offers__description {
    font-size: 15px;
    line-height: 1.733333;
  }
}
.offers__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 800px;
  padding: 48px 58px;
  border-radius: 10px;
  background: #f9f0ec;
}
@media only screen and (min-width: 840px) and (max-width: 1139.98px) {
  .offers__list {
    max-width: 720px;
    padding: 36px 18px;
  }
}
@media only screen and (max-width: 839.98px) {
  .offers__list {
    max-width: none;
    padding: 0 20px;
  }
}
.offers__item:not(:first-child) {
  border-top: 1px solid #484848;
}
.offers__item a {
  display: block;
  position: relative;
  padding: 29px 50px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.offers__item a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 50px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-left-color ease 0.3s;
  transition: border-left-color ease 0.3s;
  border: 6px solid transparent;
  border-right-width: 0;
  border-left-width: 11px;
  border-left-color: #484848;
}
.offers__item a:hover {
  color: #ff7043;
}
.offers__item a:hover::after {
  border-left-color: #ff7043;
}
@media only screen and (max-width: 839.98px) {
  .offers__item a {
    padding: 20px 40px 20px 0;
  }
  .offers__item a::after {
    right: 0;
  }
}
@media only screen and (max-width: 374.98px) {
  .offers__item a {
    padding: 20px 20px 20px 10px;
    font-size: 14px;
  }
}