@charset "UTF-8";/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*=====================
  web fonts
===================== */
/*=====================
  common
===================== */
/* =====================
  configuration setting
===================== */
/* easeInOutCirc */
html {
  font-size: min(3.7209302326vw, 80px);
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: max(13px, min(1.1713030747vw, 16px));
  }
}
@media print {
  html {
    font-size: max(13px, min(1.1713030747vw, 16px));
  }
}

html,
body {
  font-feature-settings: "palt";
  background-color: #e8e5e0;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 768px) {
  html,
  body {
    line-height: 2;
  }
}
@media print {
  html,
  body {
    line-height: 2;
  }
}

body {
  position: relative;
}
body.no-scroll {
  overflow: hidden;
  height: 100dvh;
  scrollbar-gutter: stable;
  position: fixed;
  width: 100vw;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

a {
  color: #2318ff;
}
a:hover {
  color: #2318ff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

*:focus {
  outline: none;
}

.page-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.page-wrapper__main {
  flex: 1;
}

.visible-sp,
.visible-md,
.visible-pc {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sp {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sp {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .visible-pc {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  .visible-pc {
    display: block !important;
  }
}
@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: scroll !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-bottom: 0px !important;
  }
  .container-fluid,
  .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important;
  }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important;
  }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto;
  }
}
.inview-up[data-inview] {
  transition: 0.75s ease 0.5s;
}
.inview-up[data-inview=false] {
  opacity: 0;
  transform: translate(0, 40px);
}
.inview-up[data-inview=true] {
  opacity: 1;
  transform: translate(0, 0);
}

/* easeInOutCirc */
.inview-clip[data-inview] {
  will-change: clip-path;
}
.inview-clip[data-inview=false] {
  clip-path: inset(0 0 0 100%);
  transform: translate(60px, 0);
}
.inview-clip[data-inview=true] {
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985), transform 0.8s ease 0.3s;
  clip-path: inset(0 0 0 0);
  transform: translate(0, 0);
}

.inview-scale[data-inview] {
  transition: transform 1.25s ease 0.25s, filter 0.75s ease 0.5s;
}
.inview-scale[data-inview=false] {
  transform: scale(1.1);
  filter: brightness(200%);
}
.inview-scale[data-inview=true] {
  transform: scale(1);
  filter: brightness(100%);
}

.global-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4rem;
  padding: 3.5rem 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .global-nav {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 2em;
    padding: 0;
    align-items: center;
  }
}
@media print {
  .global-nav {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 2em;
    padding: 0;
    align-items: center;
  }
}
.global-nav__list {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .global-nav__list {
    flex-direction: row;
    gap: 2em;
  }
}
@media print {
  .global-nav__list {
    flex-direction: row;
    gap: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .global-nav__list--sp {
    display: none;
  }
}
@media print {
  .global-nav__list--sp {
    display: none;
  }
}

.global-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.375rem;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .global-list {
    flex-direction: row;
    gap: 2.5rem;
    font-size: 0.84375rem;
  }
}
@media print {
  .global-list {
    flex-direction: row;
    gap: 2.5rem;
    font-size: 0.84375rem;
  }
}
.global-list__item {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .global-list__item {
    display: flex;
    width: auto;
    border-bottom: none;
  }
}
@media print {
  .global-list__item {
    display: flex;
    width: auto;
    border-bottom: none;
  }
}

.global-list-btn {
  display: flex;
  font-size: 100%;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.75;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 992px) {
  .global-list-btn {
    height: 2.5rem;
    align-items: center;
  }
}
@media print {
  .global-list-btn {
    height: 2.5rem;
    align-items: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-list-btn:hover {
    color: currentColor;
  }
  .global-list-btn:hover .global-list-btn__text,
  .global-list-btn:hover .global-list-btn__shadow {
    transform: translateY(-2em);
  }
}
.global-list-btn__inner {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 0.25em;
  height: 1.5em;
}
@media (hover: hover) and (pointer: fine) {
  .global-list-btn__text, .global-list-btn__shadow {
    transition: transform 0.4s ease;
  }
}
.global-list-btn__shadow {
  color: #2318ff;
}

.drawer {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 970;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
@media print, screen and (min-width: 992px) {
  .drawer {
    position: static;
    position: initial;
    flex-direction: row;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: 100%;
  }
}
@media print {
  .drawer {
    position: static;
    position: initial;
    flex-direction: row;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: 100%;
  }
}
.drawer__inner {
  height: 100%;
  width: 100vw;
  transform: translate(-100%, 0);
  background-color: #2318ff;
  overflow: auto;
  padding-top: 5rem;
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    transform: none;
    background-color: transparent;
    padding-top: 0;
  }
}
@media print {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    transform: none;
    background-color: transparent;
    padding-top: 0;
  }
}
.drawer[aria-hidden] {
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] {
    transition: none;
  }
}
.drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
.drawer[aria-hidden=false] {
  visibility: visible;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] {
    width: auto;
  }
}
@media print {
  .drawer[aria-hidden=false] {
    width: auto;
  }
}
.drawer[aria-hidden=false] .drawer__inner {
  transform: translate(0);
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] .drawer__inner {
    transform: none;
  }
}
@media print {
  .drawer[aria-hidden=false] .drawer__inner {
    transform: none;
  }
}
.drawer[aria-hidden=true] {
  visibility: hidden;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
@media print {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
.drawer[aria-hidden=true] .drawer__backdrop {
  opacity: 0;
}

.drawer-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.5rem;
  gap: 0.1em;
  margin: 0;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn {
    transition: all 0.25s ease;
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(1) {
    transform: translate(0, -1px);
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(2) {
    transform: translate(0, 1px);
  }
}
@media print, screen and (min-width: 992px) {
  .drawer-btn {
    display: none;
  }
}
@media print {
  .drawer-btn {
    display: none;
  }
}
.drawer-btn__bars {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1em;
  width: 0.4em;
}
.drawer-btn__bar {
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 2px;
  border-radius: 999em;
  transition: 0.25s ease;
  transform-origin: left center;
}
@media print, screen and (min-width: 768px) {
  .drawer-btn__bar {
    height: 2px;
  }
}
@media print {
  .drawer-btn__bar {
    height: 2px;
  }
}
.drawer-btn__bar:nth-child(2) {
  width: 75%;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(1) {
  transform: rotate(45deg);
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(2) {
  width: 100%;
  transform: translateY(0.15em) rotate(-45deg);
}

#topWrapper.leady .splash-block__image {
  opacity: 1;
  transition: 1s ease;
}
#topWrapper.set .splash-block__logo {
  opacity: 1;
  transition: 1.5s cubic-bezier(0.445, 0.05, 0.255, 0.985);
}
#topWrapper.anim .splash-block__logo {
  width: 5000vw;
  transition: 1.75s cubic-bezier(0.445, 0.05, 0.255, 0.985);
}
@media print, screen and (min-width: 992px) {
  #topWrapper.anim .splash-block__logo {
    width: 4000vw;
  }
}
@media print {
  #topWrapper.anim .splash-block__logo {
    width: 4000vw;
  }
}

.splash-block {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  display: block;
  z-index: 10;
  background-color: #e8e5e0;
}
.splash-block__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.splash-block__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.splash-block__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11rem;
  color: #fff;
  opacity: 0;
}
@media print, screen and (min-width: 992px) {
  .splash-block__logo {
    width: 17.3125rem;
  }
}
@media print {
  .splash-block__logo {
    width: 17.3125rem;
  }
}
.splash-block__logo img,
.splash-block__logo svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.intro-section {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
  gap: 2.6875rem;
  transition: 0.75s ease 0.5s;
  opacity: 0;
  transform: translate(0, 40px);
}
@media print, screen and (min-width: 992px) {
  .intro-section {
    padding-top: 7.5rem;
    gap: 0;
  }
}
@media print {
  .intro-section {
    padding-top: 7.5rem;
    gap: 0;
  }
}
.intro-section.show {
  opacity: 1;
  transform: translate(0, 0);
}
.intro-section.show .intro-section__text {
  opacity: 1;
  transform: translate(0, 0);
}
.intro-section::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(15rem, 50%);
  content: " ";
  opacity: 0.39;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media print, screen and (min-width: 992px) {
  .intro-section::before {
    height: min(30rem, 50%);
  }
}
@media print {
  .intro-section::before {
    height: min(30rem, 50%);
  }
}
.intro-section__animation {
  position: absolute;
  z-index: 10;
  top: 73.75rem;
  left: -25%;
  bottom: 30rem;
  width: 125%;
}
@media print, screen and (min-width: 992px) {
  .intro-section__animation {
    left: 20%;
    top: 31.25rem;
    bottom: 50rem;
    width: 100%;
  }
}
@media print {
  .intro-section__animation {
    left: 20%;
    top: 31.25rem;
    bottom: 50rem;
    width: 100%;
  }
}
.intro-section__animation svg {
  width: 100%;
  height: 100%;
  fill: none;
  opacity: 0;
  transform: scaleX(-1) translateZ(0);
}
@media print, screen and (min-width: 992px) {
  .intro-section__animation svg {
    transform: translateZ(0);
  }
}
@media print {
  .intro-section__animation svg {
    transform: translateZ(0);
  }
}
.intro-section__animation svg path {
  stroke: #000;
}
.intro-section__drone {
  width: 13.75rem;
}
@media print, screen and (min-width: 992px) {
  .intro-section__drone {
    width: 20rem;
  }
}
@media print {
  .intro-section__drone {
    width: 20rem;
  }
}
.intro-section__drone.idle img {
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.intro-section__drone img {
  width: 100%;
  height: auto;
}
.intro-section__container {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1366px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.625rem;
}
@media print, screen and (min-width: 992px) {
  .intro-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .intro-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .intro-section__container {
    gap: 6.75rem;
  }
}
@media print {
  .intro-section__container {
    gap: 6.75rem;
  }
}
.intro-section__lead {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .intro-section__lead {
    width: 98.5%;
  }
}
@media print {
  .intro-section__lead {
    width: 98.5%;
  }
}
.intro-section__lead picture {
  width: 100%;
}
.intro-section__lead img {
  width: 100%;
  height: auto;
}
.intro-section__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1em;
  font-size: 1.4375rem;
  line-height: 2;
  letter-spacing: 0.145em;
  text-align: justify;
  font-weight: 700;
  opacity: 0;
  transform: translate(0, 40px);
  transition: 0.75s ease 0.75s;
}
@media print, screen and (min-width: 992px) {
  .intro-section__text {
    line-height: 1.87;
    letter-spacing: 0.185em;
    max-width: 45rem;
    font-size: 2rem;
  }
}
@media print {
  .intro-section__text {
    line-height: 1.87;
    letter-spacing: 0.185em;
    max-width: 45rem;
    font-size: 2rem;
  }
}
.intro-section__person {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: -3rem;
}
@media print, screen and (min-width: 992px) {
  .intro-section__person {
    margin-bottom: -5rem;
  }
}
@media print {
  .intro-section__person {
    margin-bottom: -5rem;
  }
}
.intro-section__person-image {
  width: 25.9375rem;
  margin-left: -0.25rem;
}
@media print, screen and (min-width: 992px) {
  .intro-section__person-image {
    width: 42.5rem;
    margin-left: -2rem;
    margin-top: -0.75rem;
  }
}
@media print {
  .intro-section__person-image {
    width: 42.5rem;
    margin-left: -2rem;
    margin-top: -0.75rem;
  }
}
.intro-section__person-image img {
  width: 100%;
  height: auto;
}

.purpose-section {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media print, screen and (min-width: 992px) {
  .purpose-section {
    padding-top: 12.875rem;
    padding-bottom: 13.125rem;
  }
}
@media print {
  .purpose-section {
    padding-top: 12.875rem;
    padding-bottom: 13.125rem;
  }
}
.purpose-section__container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 5.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .purpose-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .purpose-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .purpose-section__container {
    gap: 8.75rem;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .purpose-section__container {
    gap: 8.75rem;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
.purpose-section__main {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 992px) {
  .purpose-section__main {
    gap: 5.375rem;
  }
}
@media print {
  .purpose-section__main {
    gap: 5.375rem;
  }
}
.purpose-section__list {
  display: flex;
  width: 100%;
}
.purpose-section__sub {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .purpose-section__sub {
    border-top: 1px solid;
    padding-top: 8.5rem;
  }
}
@media print {
  .purpose-section__sub {
    border-top: 1px solid;
    padding-top: 8.5rem;
  }
}

.purpose-list {
  padding: 0;
  margin: 0;
  counter-reset: number;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 4.875rem;
}
@media print, screen and (min-width: 992px) {
  .purpose-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
  }
}
@media print {
  .purpose-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
  }
}
.purpose-list__item, .purpose-list__item--lg {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .purpose-list__item, .purpose-list__item--lg {
    width: calc(33.3333% - 3.375rem);
  }
  .purpose-list__item:nth-child(2), .purpose-list__item--lg:nth-child(2) {
    transition-delay: 0.85s;
  }
  .purpose-list__item:nth-child(3), .purpose-list__item--lg:nth-child(3) {
    transition-delay: 1s;
  }
}
@media print {
  .purpose-list__item, .purpose-list__item--lg {
    width: calc(33.3333% - 3.375rem);
  }
  .purpose-list__item:nth-child(2), .purpose-list__item--lg:nth-child(2) {
    transition-delay: 0.85s;
  }
  .purpose-list__item:nth-child(3), .purpose-list__item--lg:nth-child(3) {
    transition-delay: 1s;
  }
}
.purpose-list__item .purpose-card__number::before, .purpose-list__item--lg .purpose-card__number::before {
  position: relative;
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
@media print, screen and (min-width: 992px) {
  .purpose-list__item--lg {
    width: 100%;
  }
}
@media print {
  .purpose-list__item--lg {
    width: 100%;
  }
}

.purpose-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.purpose-card__number {
  position: relative;
  border-bottom: 1px solid;
  font-size: 0.625rem;
  line-height: 2;
  font-family: din-2014, sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 992px) {
  .purpose-card__number {
    font-size: 0.9375rem;
    line-height: 2.2;
  }
}
@media print {
  .purpose-card__number {
    font-size: 0.9375rem;
    line-height: 2.2;
  }
}
.purpose-card__main {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 2.75rem;
}
@media print, screen and (min-width: 992px) {
  .purpose-card__main {
    gap: 2rem;
    padding-top: 4.6875rem;
    padding-bottom: 1rem;
  }
}
@media print {
  .purpose-card__main {
    gap: 2rem;
    padding-top: 4.6875rem;
    padding-bottom: 1rem;
  }
}
.purpose-card__title {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 300;
  line-height: 1.01;
  letter-spacing: 0.077em;
  font-size: 2.8125rem;
}
@media print, screen and (min-width: 992px) {
  .purpose-card__title {
    font-size: 4rem;
    line-height: 1.25;
  }
}
@media print {
  .purpose-card__title {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.purpose-card__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1em;
  line-height: 2;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .purpose-card__text {
    font-size: 1rem;
    line-height: 2.65;
  }
}
@media print {
  .purpose-card__text {
    font-size: 1rem;
    line-height: 2.65;
  }
}

.policy-list {
  padding: 0;
  margin: 0;
  counter-reset: number2;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3.25rem;
}
@media print, screen and (min-width: 992px) {
  .policy-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.75rem 5rem;
  }
}
@media print {
  .policy-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.75rem 5rem;
  }
}
.policy-list__item {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: -0.375rem;
}
.policy-list__item:first-child, .policy-list__item:nth-child(2) {
  margin-top: 0;
}
@media print, screen and (min-width: 992px) {
  .policy-list__item {
    margin-top: 0;
    width: calc(33.3333% - 3.375rem);
  }
  .policy-list__item:nth-child(2), .policy-list__item:nth-child(3) {
    padding-top: 1.75rem;
  }
  .policy-list__item:nth-child(2) .policy-card, .policy-list__item:nth-child(5) .policy-card, .policy-list__item:nth-child(8) .policy-card {
    transition-delay: 0.5s;
  }
  .policy-list__item:nth-child(3) .policy-card, .policy-list__item:nth-child(6) .policy-card {
    transition-delay: 1s;
  }
}
@media print {
  .policy-list__item {
    margin-top: 0;
    width: calc(33.3333% - 3.375rem);
  }
  .policy-list__item:nth-child(2), .policy-list__item:nth-child(3) {
    padding-top: 1.75rem;
  }
  .policy-list__item:nth-child(2) .policy-card, .policy-list__item:nth-child(5) .policy-card, .policy-list__item:nth-child(8) .policy-card {
    transition-delay: 0.5s;
  }
  .policy-list__item:nth-child(3) .policy-card, .policy-list__item:nth-child(6) .policy-card {
    transition-delay: 1s;
  }
}
.policy-list__item .policy-card__number::before {
  position: relative;
  display: block;
  counter-increment: number2;
  content: "Policy " counter(number2, decimal-leading-zero);
}

.policy-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.445, 0.05, 0.255, 0.985) 0s;
}
@media print, screen and (min-width: 992px) {
  .policy-card {
    transform: translateY(80px);
  }
}
@media print {
  .policy-card {
    transform: translateY(80px);
  }
}
.policy-card.animated.ready {
  transform: translateY(0);
  opacity: 1;
}
.policy-card.animated.ready .policy-card__image img {
  transform: scale(1);
}
@media (hover: none) {
  .policy-card:active .policy-card__number,
  .policy-card:active .policy-card__text,
  .policy-card:active .policy-card__title {
    color: #fff;
  }
  .policy-card:active .policy-card__image {
    background-color: #000000;
  }
  .policy-card:active .policy-card__image-inner {
    filter: brightness(3);
  }
  .policy-card:active .policy-card__image-inner--light {
    filter: brightness(5);
  }
  .policy-card:active .policy-card__image img {
    mix-blend-mode: difference;
  }
  .policy-card:active .policy-card__header,
  .policy-card:active .policy-card__text {
    background-color: #000;
  }
}
@media (hover: hover) {
  .policy-card:hover .policy-card__number,
  .policy-card:hover .policy-card__text,
  .policy-card:hover .policy-card__title {
    color: #fff;
  }
  .policy-card:hover .policy-card__image {
    background-color: #000000;
  }
  .policy-card:hover .policy-card__image-inner {
    filter: brightness(3);
  }
  .policy-card:hover .policy-card__image-inner--light {
    filter: brightness(1.25);
  }
  .policy-card:hover .policy-card__image img {
    mix-blend-mode: difference;
  }
  .policy-card:hover .policy-card__header,
  .policy-card:hover .policy-card__text {
    background-color: #000;
  }
}
.policy-card__image {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  padding-top: 2rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  transition: 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .policy-card__image {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
@media print {
  .policy-card__image {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
.policy-card__image img {
  width: 100%;
  height: auto;
  filter: url(#noiseFilter);
  transform: scale(1.25);
  transition: 0.5s ease;
}
.policy-card__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
}
.policy-card__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.125rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  padding-bottom: 0.5rem;
  height: 7.75rem;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.45);
  transition: 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .policy-card__header {
    gap: 1.125rem;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
    padding-bottom: 0.625rem;
    height: 7.5rem;
  }
}
@media print {
  .policy-card__header {
    gap: 1.125rem;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
    padding-bottom: 0.625rem;
    height: 7.5rem;
  }
}
.policy-card__number {
  position: relative;
  color: #726f71;
  line-height: 1.25;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .policy-card__number {
    font-size: 0.9375rem;
  }
}
@media print {
  .policy-card__number {
    font-size: 0.9375rem;
  }
}
.policy-card__title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.25;
  transition: 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .policy-card__title {
    font-size: 1.375rem;
  }
}
@media print {
  .policy-card__title {
    font-size: 1.375rem;
  }
}
.policy-card__text {
  color: #726f71;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  display: flex;
  align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.6875rem;
  line-height: 1.5;
  font-size: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.45);
  transition: 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .policy-card__text {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
@media print {
  .policy-card__text {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}

.founder-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 69.125rem;
  background-color: #040000;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .founder-box {
    flex-direction: row-reverse;
  }
}
@media print {
  .founder-box {
    flex-direction: row-reverse;
  }
}
.founder-box__image {
  display: flex;
  width: 100%;
  height: 31rem;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .founder-box__image {
    width: 23.75rem;
    height: auto;
    min-height: 33.625rem;
  }
}
@media print {
  .founder-box__image {
    width: 23.75rem;
    height: auto;
    min-height: 33.625rem;
  }
}
.founder-box__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.founder-box__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2.75rem 2.75rem 4.125rem;
  gap: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .founder-box__main {
    padding: 3.25rem 7.125rem 3.375rem 4rem;
    gap: 2.3125rem;
    flex: 1;
  }
}
@media print {
  .founder-box__main {
    padding: 3.25rem 7.125rem 3.375rem 4rem;
    gap: 2.3125rem;
    flex: 1;
  }
}
.founder-box__header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
.founder-box__title {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .founder-box__title {
    font-size: 1.125rem;
  }
}
@media print {
  .founder-box__title {
    font-size: 1.125rem;
  }
}
.founder-box__name {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .founder-box__name {
    font-size: 2.1875rem;
  }
}
@media print {
  .founder-box__name {
    font-size: 2.1875rem;
  }
}
.founder-box__text {
  font-size: 0.875rem;
  line-height: 2.14;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media print, screen and (min-width: 992px) {
  .founder-box__text {
    font-size: 0.9375rem;
    letter-spacing: 0.125em;
  }
}
@media print {
  .founder-box__text {
    font-size: 0.9375rem;
    letter-spacing: 0.125em;
  }
}

#noiseFilter {
  height: 0;
  width: 0;
  visibility: none;
}

.service-section {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #3e3a39;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .service-section {
    padding-top: 12.8125rem;
    padding-bottom: 13rem;
  }
}
@media print {
  .service-section {
    padding-top: 12.8125rem;
    padding-bottom: 13rem;
  }
}
.service-section__container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .service-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .service-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .service-section__container {
    gap: 10rem;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .service-section__container {
    gap: 10rem;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
.service-section__main {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .service-section__main {
    gap: 6rem;
  }
}
@media print {
  .service-section__main {
    gap: 6rem;
  }
}
.service-section__illust img {
  width: 100%;
  height: auto;
}
.service-section__list {
  display: flex;
  width: 100%;
}

.service-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.625rem;
}
@media print, screen and (min-width: 992px) {
  .service-list {
    gap: 8.75rem;
  }
}
@media print {
  .service-list {
    gap: 8.75rem;
  }
}

.service-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.375rem;
}
@media print, screen and (min-width: 992px) {
  .service-card {
    flex-direction: row;
    gap: 3.25rem;
  }
}
@media print {
  .service-card {
    flex-direction: row;
    gap: 3.25rem;
  }
}
.service-card__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 1px solid;
  padding-top: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .service-card__main {
    gap: 1.5rem;
    padding-right: 2.5rem;
    flex: 1;
  }
}
@media print {
  .service-card__main {
    gap: 1.5rem;
    padding-right: 2.5rem;
    flex: 1;
  }
}
.service-card__title {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 200;
  font-size: 2.1875rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 992px) {
  .service-card__title {
    font-size: 2.25rem;
  }
}
@media print {
  .service-card__title {
    font-size: 2.25rem;
  }
}
.service-card__text {
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.077em;
}
.service-card__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .service-card__image {
    width: 38.125rem;
  }
}
@media print {
  .service-card__image {
    width: 38.125rem;
  }
}
.service-card__image-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #000;
}
@media print, screen and (min-width: 992px) {
  .service-card__image-inner {
    padding-bottom: 42.5%;
  }
}
@media print {
  .service-card__image-inner {
    padding-bottom: 42.5%;
  }
}
.service-card__image-inner img,
.service-card__image-inner video {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.service-card__image-inner img {
  clip-path: inset(1px 0 1px 0);
}

.gallery-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .gallery-block {
    flex-direction: row;
  }
}
@media print {
  .gallery-block {
    flex-direction: row;
  }
}
.gallery-block__image, .gallery-block__image--sm, .gallery-block__image--lg {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 43.5%;
  overflow: hidden;
}
.gallery-block__image--lg {
  padding-bottom: 99%;
}
@media print, screen and (min-width: 992px) {
  .gallery-block__image--lg {
    padding-bottom: 0;
    height: auto;
  }
}
@media print {
  .gallery-block__image--lg {
    padding-bottom: 0;
    height: auto;
  }
}
.gallery-block__image--sm {
  padding-bottom: 57%;
}
.gallery-block__image img, .gallery-block__image--lg img, .gallery-block__image--sm img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.gallery-block__col {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .gallery-block__col {
    width: 50.5%;
  }
}
@media print {
  .gallery-block__col {
    width: 50.5%;
  }
}
.gallery-block__vertical {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .gallery-block__vertical {
    flex-direction: column;
    flex: 1;
  }
}
@media print {
  .gallery-block__vertical {
    flex-direction: column;
    flex: 1;
  }
}

.company-section {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 2.75rem;
}
@media print, screen and (min-width: 992px) {
  .company-section {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
@media print {
  .company-section {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
.company-section__container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .company-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .company-section__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .company-section__container {
    gap: 6.5625rem;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .company-section__container {
    gap: 6.5625rem;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
.company-section__main {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .company-section__main {
    align-self: center;
    gap: 10rem;
    max-width: 59.875rem;
  }
}
@media print {
  .company-section__main {
    align-self: center;
    gap: 10rem;
    max-width: 59.875rem;
  }
}
.company-section__cv {
  display: flex;
  width: 100%;
}

.company-list {
  text-transform: uppercase;
  letter-spacing: 0;
}

.cv-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 1px solid;
  color: #000000;
  padding: 4rem 1.5rem 3.75rem;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .cv-card {
    flex-direction: row;
    padding: 2.5rem 4.25rem;
    height: 15.75rem;
  }
}
@media print {
  .cv-card {
    flex-direction: row;
    padding: 2.5rem 4.25rem;
    height: 15.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cv-card {
    transition: 0.3s ease;
  }
  .cv-card:hover {
    color: #2318ff;
  }
  .cv-card:hover .cv-card__text {
    color: #2318ff;
    opacity: 0.75;
  }
  .cv-card:hover .cv-card__label {
    border-color: #2318ff;
    background-color: #2318ff;
    color: #fff;
  }
  .cv-card:hover .cv-card__label > span > span {
    transform: translateY(-2.25em);
  }
  .cv-card:hover .cv-card__label > span > span:nth-child(1) {
    opacity: 0;
  }
  .cv-card:hover .cv-card__label > span > span:nth-child(2) {
    opacity: 1;
  }
}
.cv-card__text {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2;
  color: #726f71;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 992px) {
  .cv-card__text {
    order: 0;
    text-align: left;
    font-size: 0.625rem;
    width: 10.125rem;
  }
}
@media print {
  .cv-card__text {
    order: 0;
    text-align: left;
    font-size: 0.625rem;
    width: 10.125rem;
  }
}
.cv-card__en {
  text-align: center;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 0.95;
  letter-spacing: 0;
}
@media print, screen and (min-width: 992px) {
  .cv-card__en {
    font-size: 3.1875rem;
    order: 1;
    flex: 1;
  }
}
@media print {
  .cv-card__en {
    font-size: 3.1875rem;
    order: 1;
    flex: 1;
  }
}
.cv-card__label {
  order: 1;
  display: flex;
  width: 5rem;
  height: 1.625rem;
  border: 1px solid;
  border-radius: 2em;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.3125rem;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.625rem;
  transition: 0.4s ease;
}
.cv-card__label > span {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 0.25em;
  height: 2em;
}
@media print, screen and (min-width: 992px) {
  .cv-card__label > span {
    height: 2em;
  }
}
@media print {
  .cv-card__label > span {
    height: 2em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cv-card__label > span > span {
    transition: transform 0.4s ease;
  }
}
.cv-card__label > span > span:nth-child(1) {
  opacity: 1;
}
.cv-card__label > span > span:nth-child(2) {
  opacity: 0;
}

.btn, .btn--white {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 0.375rem;
  width: 9.625rem;
  height: 2.75rem;
  line-height: 1.25;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 999em;
}
@media print, screen and (min-width: 768px) {
  .btn, .btn--white {
    padding: 0.5rem;
    height: 3.125rem;
    width: 10.9375rem;
  }
}
@media print {
  .btn, .btn--white {
    padding: 0.5rem;
    height: 3.125rem;
    width: 10.9375rem;
  }
}
.btn__text {
  display: flex;
  flex: 1;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .btn, .btn--white {
    transition: 0.25s ease;
  }
  .btn:hover, .btn--white:hover {
    color: #fff;
    background: #333;
  }
  .btn:hover .plus-icon, .btn--white:hover .plus-icon {
    transform: scale(0.95);
    transition: 0.25s ease;
  }
}
.btn--white {
  background-color: #fff;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    background-color: #eee;
    color: #000;
  }
}
.btn--white .plus-icon {
  background-color: #000;
  color: #fff;
}

.plus-icon {
  font-size: 2rem;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.25s ease;
}
.plus-icon::before, .plus-icon::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  left: 50%;
  width: 50%;
  height: 3px;
  background-color: currentColor;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  border-radius: 999em;
}
.plus-icon::after {
  transition: transform 0.25s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .plus-icon {
    font-size: 2.5rem;
    background-color: #fff;
    color: #000000;
  }
}
@media print {
  .plus-icon {
    font-size: 2.5rem;
    background-color: #fff;
    color: #000000;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.57;
  border-top: 1px solid;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .table {
    table-layout: fixed;
    font-size: 1.125rem;
  }
}
@media print {
  .table {
    table-layout: fixed;
    font-size: 1.125rem;
  }
}
.table tr {
  border-bottom: 1px solid;
}
.table th,
.table td {
  position: relative;
  vertical-align: middle;
  padding: 1.4375rem 0;
}
@media print, screen and (min-width: 992px) {
  .table th,
  .table td {
    padding: 1.75rem 0 1.6875rem;
  }
}
@media print {
  .table th,
  .table td {
    padding: 1.75rem 0 1.6875rem;
  }
}
.table tbody th {
  vertical-align: top;
  text-align: left;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 700;
  width: 5.9375rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 100%;
}
@media print, screen and (min-width: 992px) {
  .table tbody th {
    width: 12.25rem;
    font-size: 1.5rem;
  }
}
@media print {
  .table tbody th {
    width: 12.25rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .table tbody td {
    height: 4rem;
  }
}
@media print {
  .table tbody td {
    height: 4rem;
  }
}
.table__td--min {
  font-size: 95%;
}
.table strong {
  font-weight: 700;
  font-size: 110%;
}
.table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.common-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 992px) {
  .common-title {
    gap: 5.625rem;
  }
}
@media print {
  .common-title {
    gap: 5.625rem;
  }
}
.common-title[data-inview] .common-title__en,
.common-title[data-inview] .common-title__ja span {
  display: block;
  overflow: hidden;
}
.common-title[data-inview] .common-title__en > span,
.common-title[data-inview] .common-title__ja span > span {
  display: block;
  transition: 0.75s cubic-bezier(0.445, 0.05, 0.255, 0.985) 0.2s;
}
.common-title[data-inview] .common-title__ja span > span {
  transition-duration: 1s;
}
.common-title[data-inview] .common-title__ja span:nth-child(1) > span {
  transition-delay: 0.5s;
}
.common-title[data-inview] .common-title__ja span:nth-child(2) > span {
  transition-delay: 0.6s;
}
.common-title[data-inview=false] .common-title__en > span,
.common-title[data-inview=false] .common-title__ja span > span {
  opacity: 0;
  transform: translate(0, 60px);
}
.common-title[data-inview=true] .common-title__en > span,
.common-title[data-inview=true] .common-title__ja span > span {
  opacity: 1;
  transform: translate(0, 0);
}
.common-title__en {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 0.71875rem;
}
@media print, screen and (min-width: 992px) {
  .common-title__en {
    font-size: 0.875rem;
  }
}
@media print {
  .common-title__en {
    font-size: 0.875rem;
  }
}
.common-title__ja {
  display: flex;
  flex-direction: column;
  line-height: 1.675;
  font-size: 1.4375rem;
}
@media print, screen and (min-width: 992px) {
  .common-title__ja {
    font-size: 2.5625rem;
  }
}
@media print {
  .common-title__ja {
    font-size: 2.5625rem;
  }
}
.common-title__ja > span > span {
  letter-spacing: 0.1em;
}

/*=====================
  header
===================== */
.header {
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000000;
}
@media print {
  .header {
    position: absolute;
  }
}
.header.splash {
  color: #000000;
  mix-blend-mode: normal;
}
.header.splash .header-logo {
  background-image: url("/assets/logo-header.svg");
}
.header.drawer-open {
  color: #fff;
  mix-blend-mode: normal;
}
@media print, screen and (min-width: 992px) {
  .header.drawer-open {
    color: #000000;
  }
}
@media print {
  .header.drawer-open {
    color: #000000;
  }
}
.header.drawer-open .header-logo {
  background-image: url("/assets/logo-header-white.svg");
}
.header__container {
  width: 100%;
  max-width: 1366px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 5.25rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .header__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .header__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .header__container {
    height: 7.5rem;
    align-items: center;
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }
}
@media print {
  .header__container {
    height: 7.5rem;
    align-items: center;
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }
}
.header__logo {
  position: relative;
  z-index: 990;
}
.header__btn {
  position: relative;
  z-index: 990;
  padding-top: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .header__btn {
    display: none;
  }
}
@media print {
  .header__btn {
    display: none;
  }
}

.header-logo {
  color: currentColor;
  background-image: url("/assets/logo-header.svg");
  background-repeat: no-repeat;
  text-indent: 150%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% auto;
  width: 3.3522727273rem;
  height: 0.9090909091rem;
  transform: translateY(50%);
}
@media print, screen and (min-width: 992px) {
  .header-logo {
    transform: none;
    width: 3.6875rem;
    height: 1rem;
  }
}
@media print {
  .header-logo {
    transform: none;
    width: 3.6875rem;
    height: 1rem;
  }
}

/* =====================
  footer
===================== */
.footer {
  display: flex;
  width: 100%;
  padding-bottom: 3rem;
}
.footer__back {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .footer__back {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media print {
  .footer__back {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.footer__container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .footer__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    gap: 0;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .footer__container {
    gap: 0;
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
.footer__main {
  position: relative;
  display: flex;
  width: 100%;
  border-top: 1px solid;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .footer__main {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid;
  }
}
@media print {
  .footer__main {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid;
  }
}
.footer__bottom {
  display: flex;
  width: 100%;
}

.footer-bottom {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .footer-bottom {
    padding-top: 0.75rem;
    flex-direction: row;
    align-items: baseline;
  }
}
@media print {
  .footer-bottom {
    padding-top: 0.75rem;
    flex-direction: row;
    align-items: baseline;
  }
}
.footer-bottom__list {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
}
@media print, screen and (min-width: 992px) {
  .footer-bottom__list {
    border: none;
    flex: 1;
  }
}
@media print {
  .footer-bottom__list {
    border: none;
    flex: 1;
  }
}

.back-btn {
  display: flex;
  align-items: center;
  font-size: 1.15625rem;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  height: 3.5rem;
  gap: 1.25em;
  color: #000000;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .back-btn {
    transition: 0.25s ease;
  }
  .back-btn:hover {
    color: #2318ff;
  }
}
.back-btn__icon {
  position: relative;
  width: 0.5em;
  height: 1em;
  font-size: 95%;
}
.back-btn__icon::before, .back-btn__icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
.back-btn__icon::before {
  transform-origin: left top;
  transform: rotate(25deg);
}
.back-btn__icon::after {
  transform-origin: right top;
  transform: rotate(-25deg);
}

.footer-main {
  padding-top: 2.75rem;
  padding-bottom: 2.5rem;
  display: flex;
  width: 100%;
  gap: 5.25rem;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .footer-main {
    padding-top: 3.75rem;
    flex-direction: row;
    gap: 7.125rem;
  }
}
@media print {
  .footer-main {
    padding-top: 3.75rem;
    flex-direction: row;
    gap: 7.125rem;
  }
}
.footer-main__brand {
  display: flex;
  width: 8.75rem;
}
@media print, screen and (min-width: 992px) {
  .footer-main__brand {
    width: 10rem;
    padding-bottom: 1rem;
  }
}
@media print {
  .footer-main__brand {
    width: 10rem;
    padding-bottom: 1rem;
  }
}
.footer-main__list {
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .footer-main__list {
    width: 10rem;
    margin-top: -0.5625rem;
    padding-bottom: 1rem;
  }
}
@media print {
  .footer-main__list {
    width: 10rem;
    margin-top: -0.5625rem;
    padding-bottom: 1rem;
  }
}
.footer-main__sns {
  display: flex;
  margin-top: -1rem;
}
@media print, screen and (min-width: 992px) {
  .footer-main__sns {
    align-self: flex-end;
    flex: 1;
  }
}
@media print {
  .footer-main__sns {
    align-self: flex-end;
    flex: 1;
  }
}

.footer-copy {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #939494;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
  .footer-copy {
    font-size: 1.03125rem;
  }
}
@media print {
  .footer-copy {
    font-size: 1.03125rem;
  }
}

.copyright {
  transform: translateY(-0.075em);
}

.sns-list {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .sns-list {
    font-size: 1.5rem;
    gap: 2.5rem;
  }
}
@media print {
  .sns-list {
    font-size: 1.5rem;
    gap: 2.5rem;
  }
}
.sns-list > li {
  display: flex;
}
.sns-list a {
  color: #000000;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .sns-list a {
    transition: 0.25s ease;
  }
  .sns-list a:hover {
    color: #2318ff;
  }
}
.sns-list svg {
  fill: currentColor;
  height: 1em;
  width: auto;
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 1.375rem;
  text-transform: uppercase;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .footer-list {
    font-size: 1.125rem;
    gap: 0.75rem;
  }
}
@media print {
  .footer-list {
    font-size: 1.125rem;
    gap: 0.75rem;
  }
}
.footer-list > li {
  padding: 0;
  margin: 0;
}
.footer-list a {
  color: #000000;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-list--sub {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .footer-list--sub {
    font-weight: 400;
    color: #726f71;
  }
}
@media print {
  .footer-list--sub {
    font-weight: 400;
    color: #726f71;
  }
}
.footer-list--sub a {
  color: currentColor;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer-list--sub a {
    transition: 0.25s ease;
  }
  .footer-list--sub a:hover {
    color: #2318ff;
  }
}

.footer-list-btn {
  display: flex;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 992px) {
  .footer-list-btn {
    align-items: center;
  }
}
@media print {
  .footer-list-btn {
    align-items: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-list-btn:hover {
    color: currentColor;
  }
  .footer-list-btn:hover .footer-list-btn__text,
  .footer-list-btn:hover .footer-list-btn__shadow {
    transform: translateY(-2em);
  }
}
.footer-list-btn__inner {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 0.25em;
  height: 1.25em;
}
@media print, screen and (min-width: 992px) {
  .footer-list-btn__inner {
    height: 1.7em;
  }
}
@media print {
  .footer-list-btn__inner {
    height: 1.7em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-list-btn__text, .footer-list-btn__shadow {
    transition: transform 0.4s ease;
  }
}
.footer-list-btn__shadow {
  color: #2318ff;
}

.footer-brand {
  width: 100%;
}
.footer-brand img {
  width: 100%;
  height: auto;
}

#topWrapper.masked .top-contents {
  -webkit-mask-image: url("/assets/logo.svg");
          mask-image: url("/assets/logo.svg");
  -webkit-mask-size: 20vw auto;
          mask-size: 20vw auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  overflow: hidden;
  height: 100dvh;
  -webkit-mask-size: 11rem auto;
          mask-size: 11rem auto;
  opacity: 0;
}
@media print, screen and (min-width: 992px) {
  #topWrapper.masked .top-contents {
    -webkit-mask-size: 17.3125rem auto;
            mask-size: 17.3125rem auto;
  }
}
@media print {
  #topWrapper.masked .top-contents {
    -webkit-mask-size: 17.3125rem auto;
            mask-size: 17.3125rem auto;
  }
}
#topWrapper.anim .top-contents {
  transition: 1.75s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  -webkit-mask-size: 5000vw auto;
          mask-size: 5000vw auto;
  opacity: 1;
}
@media print, screen and (min-width: 992px) {
  #topWrapper.anim .top-contents {
    -webkit-mask-size: 4000vw auto;
            mask-size: 4000vw auto;
  }
}
@media print {
  #topWrapper.anim .top-contents {
    -webkit-mask-size: 4000vw auto;
            mask-size: 4000vw auto;
  }
}

.top-contents {
  position: relative;
  display: block;
  width: 100%;
  z-index: 20;
  background-color: #e8e5e0;
}

.sub-page {
  display: flex;
  width: 100%;
  padding-top: 8.5rem;
  padding-bottom: 8rem;
}
@media print, screen and (min-width: 992px) {
  .sub-page {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}
@media print {
  .sub-page {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

.privacy-page {
  word-break: break-word;
  font-size: 0.9375rem;
  line-height: 2.13;
  text-align: justify;
  letter-spacing: 0.15em;
  font-weight: 500;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .privacy-page {
    letter-spacing: 0.1em;
  }
}
@media print {
  .privacy-page {
    letter-spacing: 0.1em;
  }
}
.privacy-page__container {
  width: 100%;
  max-width: 1366px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-page__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print {
  .privacy-page__container {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .privacy-page__container {
    padding-left: 12.75rem;
    padding-right: 12.75rem;
    gap: 2.875rem;
  }
}
@media print {
  .privacy-page__container {
    padding-left: 12.75rem;
    padding-right: 12.75rem;
    gap: 2.875rem;
  }
}
.privacy-page__h3 {
  position: relative;
  padding-left: 0.625rem;
}
.privacy-page__h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
.privacy-page__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-page__body {
    gap: 3rem;
  }
}
@media print {
  .privacy-page__body {
    gap: 3rem;
  }
}
.privacy-page__body--child {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-page__body--child {
    gap: 3rem;
  }
}
@media print {
  .privacy-page__body--child {
    gap: 3rem;
  }
}
.privacy-page__child {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-page__child {
    padding-left: 2rem;
  }
}
@media print {
  .privacy-page__child {
    padding-left: 2rem;
  }
}
.privacy-page__section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-page__section {
    gap: 0.75rem;
  }
}
@media print {
  .privacy-page__section {
    gap: 0.75rem;
  }
}
.privacy-page__section--lg {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.9375rem;
}
.privacy-page__title {
  font-family: din-2014, sans-serif;
  font-weight: 500;
  font-weight: 800;
  font-size: 0.71875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .privacy-page__title {
    font-size: 0.875rem;
  }
}
@media print {
  .privacy-page__title {
    font-size: 0.875rem;
  }
}
.privacy-page__ol, .privacy-page__ol--narrow {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-page__ol, .privacy-page__ol--narrow {
    gap: 0.9375rem;
  }
}
@media print {
  .privacy-page__ol, .privacy-page__ol--narrow {
    gap: 0.9375rem;
  }
}
.privacy-page__ol > li, .privacy-page__ol--narrow > li {
  position: relative;
  padding-left: 2.5em;
}
.privacy-page__ol > li > span, .privacy-page__ol--narrow > li > span {
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-page__ol--narrow {
  gap: 0;
}
.privacy-page__ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 0;
  list-style: none;
}
.privacy-page__ul > li {
  position: relative;
  padding-left: 0.625rem;
}
.privacy-page__ul > li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}