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

/* =====================
  configuration setting
===================== */
/* easeInOutCirc */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.visible-sp,
.visible-xs,
.visible-sm,
.visible-md,
.visible-pc,
.visible-lg {
  display: none !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,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sp {
    display: block !important;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sp {
    display: block !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-pc {
    display: block !important;
  }
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1520px) {
  .visible-pc {
    display: block !important;
  }
  table.visible-pc {
    display: table !important;
  }
  tr.visible-pc {
    display: table-row !important;
  }
  th.visible-pc,
  td.visible-pc {
    display: table-cell !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1520px) and (max-width: 1519px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (min-width: 1520px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*=====================
  common
===================== */
:root {
  --primary-color: #030303;
}

html {
  font-size: min(3.8647342995vw, 24px);
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: max(11px, min(1vw, 15.2px));
  }
}
@media print {
  html {
    font-size: max(11px, min(1vw, 15.2px));
  }
}

html,
body,
.popup-modal {
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #030303;
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 992px) {
  html,
  body,
  .popup-modal {
    line-height: 2;
  }
}
@media print {
  html,
  body,
  .popup-modal {
    line-height: 2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  position: relative;
}

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

*:focus {
  outline: none;
}

.page-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.page-wrapper__main {
  flex: 1;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .page-wrapper__main {
    font-size: 1.125rem;
  }
}
@media print {
  .page-wrapper__main {
    font-size: 1.125rem;
  }
}

.align-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  width: 100%;
  justify-content: center;
}

.text-link {
  color: #030303;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@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;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gmap, .gmap--hide-detail {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .gmap, .gmap--hide-detail {
    padding-bottom: 420px;
    border-radius: 1rem;
  }
}
@media print {
  .gmap, .gmap--hide-detail {
    padding-bottom: 420px;
    border-radius: 1rem;
  }
}
.gmap iframe, .gmap--hide-detail iframe,
.gmap object,
.gmap--hide-detail object,
.gmap embed,
.gmap--hide-detail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.gmap--hide-detail iframe,
.gmap--hide-detail object,
.gmap--hide-detail embed {
  height: calc(100% + 300px);
  top: -150px;
  bottom: 0;
}

.fotorama {
  overflow: visible;
  max-width: 60rem;
}
.fotorama-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}
.fotorama__stage {
  margin-bottom: 1rem;
}
.fotorama__caption {
  width: 100%;
}
.fotorama__caption__wrap {
  width: 100%;
  text-align: center;
}
.fotorama__thumb-border {
  border-color: #030303;
  border-width: 1px !important;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lightcaseImage-contentInner {
  background-color: #fff;
}

.inview-up[data-inview] {
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s;
  transform: translate3d(0, 0, 0);
}
.inview-up[data-inview=false] {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.inview-up[data-inview=true] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* easeInOutCirc */
.inview-clip[data-inview] {
  will-change: clip-path;
  transform: translate3d(0, 0, 0);
}
.inview-clip[data-inview=false] {
  clip-path: inset(0 0 0 100%);
  transform: translate3d(60px, 0, 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: translate3d(0, 0, 0);
}

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

.drawer {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 990;
  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%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media print {
  .drawer {
    position: static;
    position: initial;
    flex-direction: row;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}
.drawer__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 992px) {
  .drawer__backdrop {
    display: none;
  }
}
@media print {
  .drawer__backdrop {
    display: none;
  }
}
.drawer__inner {
  height: 100%;
  width: calc(100vw - 3.5rem);
  transform: translate(-100%, 0);
  background-color: #f9f9f9;
  overflow: auto;
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    transform: none;
    background-color: transparent;
  }
}
@media print {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    transform: none;
    background-color: transparent;
  }
}
.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__backdrop,
.drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] .drawer__backdrop,
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] .drawer__backdrop,
  .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__backdrop {
  opacity: 1;
}
.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;
  gap: 0.1em;
  margin: 0;
  font-size: 3.5rem;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  color: #fff;
  background-color: #030303;
  z-index: 1000;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn {
    transition: all 0.25s ease;
  }
  .drawer-btn:hover {
    background-color: rgb(41.25, 41.25, 41.25);
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(1) {
    transform: translate(0, -1px);
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(3) {
    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: center;
  justify-content: center;
  gap: 0.075em;
  width: 0.4em;
}
.drawer-btn__bar {
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  border-radius: 999em;
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 768px) {
  .drawer-btn__bar {
    height: 2px;
  }
}
@media print {
  .drawer-btn__bar {
    height: 2px;
  }
}
.drawer-btn__text, .drawer-btn__text--close, .drawer-btn__text--open {
  text-transform: uppercase;
  font-size: 0.15em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.drawer-btn[aria-expanded=false] .drawer-btn__text--close {
  display: none;
}
.drawer-btn[aria-expanded=true] .drawer-btn__text--open {
  display: none;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(2) {
  opacity: 0;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(1) {
  opacity: 1;
  transform: translate(0, calc(0.1125em - 1px)) rotate(45deg);
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(3) {
  transform: translate(0, calc(-0.1125em + 1px)) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(1) {
    opacity: 1;
    transform: translate(0, calc(0.1125em - 1px)) rotate(40deg);
  }
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(3) {
    transform: translate(0, calc(-0.1125em + 1px)) rotate(-40deg);
  }
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 10rem);
    overflow: auto;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    transform: translateZ(1px);
    overflow: hidden;
  }
}
@media print {
  .dropdown-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 10rem);
    overflow: auto;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    transform: translateZ(1px);
    overflow: hidden;
  }
}
.dropdown-menu__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .dropdown-menu__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.dropdown-menu__header {
  order: 2;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__header {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20rem;
    gap: 4rem;
  }
}
@media print {
  .dropdown-menu__header {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20rem;
    gap: 4rem;
  }
}
.dropdown-menu__title {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__title {
    display: block;
  }
}
@media print {
  .dropdown-menu__title {
    display: block;
  }
}
.dropdown-menu__btn {
  display: flex;
  width: auto;
  max-width: none;
  border: none;
  color: #fff;
  background-color: #030303;
  margin-left: -1rem;
  margin-right: -1rem;
  height: 3rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.8125rem;
  gap: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn {
    transition: all 0.25s ease;
  }
  .dropdown-menu__btn:hover {
    background-color: #030303;
    color: #fff;
  }
  .dropdown-menu__btn:hover [class^=link-arrow] {
    transform: translate(50%, 0);
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__btn {
    width: 12.5rem;
    min-width: 10rem;
    margin: 0;
    font-size: 0.9375rem;
    border-radius: 999em;
  }
}
@media print {
  .dropdown-menu__btn {
    width: 12.5rem;
    min-width: 10rem;
    margin: 0;
    font-size: 0.9375rem;
    border-radius: 999em;
  }
}
.dropdown-menu__main {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
  }
}
@media print {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
  }
}

.dropdown-title {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  font-size: 2rem;
}
.dropdown-title__en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #7edfff;
  font-size: 100%;
}
.dropdown-title__ja {
  font-weight: 500;
  font-size: 1.125rem;
}

.dropdown-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 95%;
  background-color: #f0f0f0;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3rem;
    background-color: transparent;
  }
}
@media print {
  .dropdown-list {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3rem;
    background-color: transparent;
  }
}
.dropdown-list__item, .dropdown-list__item--sm {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__item, .dropdown-list__item--sm {
    border: none;
    border-bottom: 1px solid #dddde3;
    background-color: transparent;
    width: calc(50% - 2rem);
  }
}
@media print {
  .dropdown-list__item, .dropdown-list__item--sm {
    border: none;
    border-bottom: 1px solid #dddde3;
    background-color: transparent;
    width: calc(50% - 2rem);
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__item--sm {
    width: calc(25% - 2.25rem);
  }
}
@media print {
  .dropdown-list__item--sm {
    width: calc(25% - 2.25rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-list a.dropdown-list__linkArea {
    transition: all 0.25s ease;
  }
  .dropdown-list a.dropdown-list__linkArea:hover {
    color: #030303;
  }
  .dropdown-list a.dropdown-list__linkArea:hover .dropdown-list__image img {
    transform: scale(1.03);
  }
  .dropdown-list a.dropdown-list__linkArea:hover span[class^=link-arrow] {
    transform: translate(10%, 0);
  }
}
.dropdown-list__linkArea {
  position: relative;
  display: flex;
  min-height: 3.5rem;
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #030303;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.dropdown-list__linkArea:active, .dropdown-list__linkArea:focus {
  color: #030303;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__linkArea {
    flex-direction: column;
    height: auto;
    padding: 0;
    border: none;
    gap: 1.5em;
    min-height: 0;
    background-color: transparent;
  }
}
@media print {
  .dropdown-list__linkArea {
    flex-direction: column;
    height: auto;
    padding: 0;
    border: none;
    gap: 1.5em;
    min-height: 0;
    background-color: transparent;
  }
}
.dropdown-list__linkArea:first-child {
  border-top: none;
}
.dropdown-list__image {
  display: flex;
  width: 4.5rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__image {
    width: 100%;
  }
}
@media print {
  .dropdown-list__image {
    width: 100%;
  }
}
.dropdown-list__image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media print {
  .dropdown-list__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.dropdown-list__image-inner 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;
}
.dropdown-list__icon {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__icon {
    width: 100%;
    padding: 1rem;
  }
}
@media print {
  .dropdown-list__icon {
    width: 100%;
    padding: 1rem;
  }
}
.dropdown-list__icon img {
  width: 2.5rem;
  height: auto;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__icon img {
    width: 5rem;
  }
}
@media print {
  .dropdown-list__icon img {
    width: 5rem;
  }
}
.dropdown-list__text {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
  gap: 0.5em;
  flex: 1;
  padding: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__text {
    padding: 0;
    padding-bottom: 1em;
  }
}
@media print {
  .dropdown-list__text {
    padding: 0;
    padding-bottom: 1em;
  }
}
.dropdown-list__text > span:first-child {
  flex: 1;
}

.global-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
  .global-nav {
    gap: 3rem;
    flex-direction: row;
  }
}
@media print {
  .global-nav {
    gap: 3rem;
    flex-direction: row;
  }
}
.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: 2.5em;
  }
}
@media print {
  .global-nav__list {
    flex-direction: row;
    gap: 2.5em;
  }
}
.global-nav__btn {
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .global-nav__btn {
    position: relative;
    align-items: center;
  }
}
@media print {
  .global-nav__btn {
    position: relative;
    align-items: center;
  }
}

.global-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .global-list {
    flex-wrap: nowrap;
    gap: 2.5em;
  }
}
@media print {
  .global-list {
    flex-wrap: nowrap;
    gap: 2.5em;
  }
}
.global-list::before {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition-property: visibility, opacity;
  content: "";
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: rgba(0, 11, 32, 0.4);
  opacity: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 992px) {
  .global-list.dropdown-open::before {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .global-list.dropdown-open::before {
    opacity: 1;
    visibility: visible;
  }
}
.global-list__item {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media (hover: hover) and (pointer: fine) {
  .global-list__item:hover .global-list__text {
    opacity: 0.75;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}
@media print {
  .global-list__item {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}
.global-list__text {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1.5em 1em;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #030303;
  font-weight: 500;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
}
@media print, screen and (min-width: 992px) {
  .global-list__text {
    color: currentColor;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
    white-space: nowrap;
  }
}
@media print {
  .global-list__text {
    color: currentColor;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
    white-space: nowrap;
  }
}
.global-list__text > span:first-child {
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .global-list__text::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #030303;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}
@media print {
  .global-list__text::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #030303;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}
.global-list__text[aria-current=page] {
  background-color: rgba(3, 3, 3, 0.15);
}
@media print, screen and (min-width: 992px) {
  .global-list__text[aria-current=page] {
    background-color: transparent;
  }
  .global-list__text[aria-current=page]::after {
    width: 100%;
  }
}
@media print {
  .global-list__text[aria-current=page] {
    background-color: transparent;
  }
  .global-list__text[aria-current=page]::after {
    width: 100%;
  }
}

.global-nav-btn {
  display: flex;
  padding: 0;
  margin: 0;
  width: 10rem;
  border-radius: 999em;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  height: 3rem;
  background-color: #030303;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-btn {
    transition: all 0.25s ease;
  }
  .global-nav-btn:hover {
    color: #fff;
    background-color: #030303;
  }
}
@media print, screen and (min-width: 992px) {
  .global-nav-btn {
    width: 8rem;
  }
}
@media print {
  .global-nav-btn {
    width: 8rem;
  }
}
.global-nav-btn__icon {
  line-height: 1;
}
.global-nav-btn__icon img,
.global-nav-btn__icon svg {
  vertical-align: middle;
  width: 1.25em;
  height: auto;
  fill: currentColor;
}
.global-nav-btn__text {
  font-weight: 500;
}

.container, .container--sm, .container--post {
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 992px) {
  .container, .container--sm, .container--post {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .container, .container--sm, .container--post {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .container, .container--sm, .container--post {
    gap: 7.5rem;
  }
}
@media print {
  .container, .container--sm, .container--post {
    gap: 7.5rem;
  }
}
.container--post {
  max-width: 71.25rem;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .container--post {
    gap: 3rem;
  }
}
@media print {
  .container--post {
    gap: 3rem;
  }
}
.container--sm {
  max-width: 75rem;
}

.row-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 992px) {
  .row-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .row-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container {
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
  }
}
@media print {
  .row-container {
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
  }
}
.row-container__side {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 992px) {
  .row-container__side {
    width: 20rem;
  }
}
@media print {
  .row-container__side {
    width: 20rem;
  }
}
.row-container__sticky {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .row-container__sticky {
    position: sticky;
    top: 7.5rem;
    z-index: 100;
    justify-content: center;
  }
}
@media print {
  .row-container__sticky {
    position: sticky;
    top: 7.5rem;
    z-index: 100;
    justify-content: center;
  }
}
.row-container__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 992px) {
  .row-container__body {
    width: calc(100% - 25rem);
    gap: 7.5rem;
  }
}
@media print {
  .row-container__body {
    width: calc(100% - 25rem);
    gap: 7.5rem;
  }
}

.side-container {
  position: relative;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .side-container {
    padding-left: max(50vw - 47.5rem, 2.5rem);
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
  }
}
@media print {
  .side-container {
    padding-left: max(50vw - 47.5rem, 2.5rem);
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
  }
}
.side-container__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .side-container__side {
    width: 20rem;
    gap: 1.5rem;
    padding-right: 0;
  }
}
@media print {
  .side-container__side {
    width: 20rem;
    gap: 1.5rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .side-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
@media print {
  .side-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
.side-container__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .side-container__main {
    flex: 1;
    gap: 5rem;
    align-items: center;
  }
}
@media print {
  .side-container__main {
    flex: 1;
    gap: 5rem;
    align-items: center;
  }
}
.side-container__inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .side-container__inner {
    gap: 1.5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
  }
}
@media print {
  .side-container__inner {
    gap: 1.5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
  }
}
.side-container__paper, .side-container__paper--light {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .side-container__paper, .side-container__paper--light {
    gap: 1.5rem;
    padding: 4rem max(50vw - 45rem, 2.5rem) 4rem 5rem;
  }
}
@media print {
  .side-container__paper, .side-container__paper--light {
    gap: 1.5rem;
    padding: 4rem max(50vw - 45rem, 2.5rem) 4rem 5rem;
  }
}
.side-container__paper--light {
  background-color: #f3f2ef;
}

.separate-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-bottom: 1px solid #dddde3;
}
@media print, screen and (min-width: 992px) {
  .separate-container {
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
    border-top: 1px solid #dddde3;
  }
  .separate-container:first-child {
    border-top: none;
  }
}
@media print {
  .separate-container {
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
    border-top: 1px solid #dddde3;
  }
  .separate-container:first-child {
    border-top: none;
  }
}
.separate-container__side {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  gap: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #dddde3;
  background-color: #f3f2ef;
}
@media print, screen and (min-width: 992px) {
  .separate-container__side {
    flex-shrink: 0;
    width: 20rem;
    gap: 1.5rem;
    padding: 7.5rem 2.5rem;
    border-bottom: none;
    border-right: 1px solid #dddde3;
  }
}
@media print {
  .separate-container__side {
    flex-shrink: 0;
    width: 20rem;
    gap: 1.5rem;
    padding: 7.5rem 2.5rem;
    border-bottom: none;
    border-right: 1px solid #dddde3;
  }
}
@media print, screen and (min-width: 992px) {
  .separate-container__sticky {
    position: sticky;
    top: 5rem;
    z-index: 100;
  }
}
@media print {
  .separate-container__sticky {
    position: sticky;
    top: 5rem;
    z-index: 100;
  }
}
.separate-container__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .separate-container__body {
    flex: 1;
    gap: 7.5rem;
    padding: 7.5rem max(50vw - 45rem, 2.5rem) 7.5rem 0;
  }
}
@media print {
  .separate-container__body {
    flex: 1;
    gap: 7.5rem;
    padding: 7.5rem max(50vw - 45rem, 2.5rem) 7.5rem 0;
  }
}

.paper, .paper--light {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .paper, .paper--light {
    gap: 1.5rem;
    padding: 4rem 5rem;
  }
}
@media print {
  .paper, .paper--light {
    gap: 1.5rem;
    padding: 4rem 5rem;
  }
}
.paper--light {
  background-color: #f3f2ef;
}

.content-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .content-row {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .content-row {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.content-row__col {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.content-row__col--lg {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--lg {
    width: 60%;
  }
}
@media print {
  .content-row__col--lg {
    width: 60%;
  }
}
.content-row__col--sm {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--sm {
    width: 40%;
  }
}
@media print {
  .content-row__col--sm {
    width: 40%;
  }
}
.content-row__col--xs {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--xs {
    width: 30%;
  }
}
@media print {
  .content-row__col--xs {
    width: 30%;
  }
}
.content-row__col--xxs {
  width: 50%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--xxs {
    width: 25%;
  }
}
@media print {
  .content-row__col--xxs {
    width: 25%;
  }
}
.content-row img {
  max-width: 100%;
  height: auto;
}

.section, .section.--light, .--light.section--top, .--light.section--sm, .--light.section--lg, .section.--white, .--white.section--top, .--white.section--sm, .--white.section--lg, .section--lg, .section--sm, .section--top {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 992px) {
  .section, .section.--light, .--light.section--top, .--light.section--sm, .--light.section--lg, .section.--white, .--white.section--top, .--white.section--sm, .--white.section--lg, .section--lg, .section--sm, .section--top {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media print {
  .section, .section.--light, .--light.section--top, .--light.section--sm, .--light.section--lg, .section.--white, .--white.section--top, .--white.section--sm, .--white.section--lg, .section--lg, .section--sm, .section--top {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section--top {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 992px) {
  .section--top {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media print {
  .section--top {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.section--sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 992px) {
  .section--sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media print {
  .section--sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section--lg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .section--lg {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .section--lg {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.section.--white, .--white.section--top, .--white.section--sm, .--white.section--lg {
  background-color: #fff;
}
.section.--light, .--light.section--top, .--light.section--sm, .--light.section--lg {
  background-color: #f3f2ef;
}

.box {
  background-color: #f3f2ef;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}
.box.--about {
  background-color: rgba(243, 243, 243, 0.75);
}
.box__title {
  position: relative;
  display: flex;
  font-weight: 500;
  line-height: 1.25;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .box__title {
    font-size: 1rem;
  }
}
@media print {
  .box__title {
    font-size: 1rem;
  }
}
.box__title > p,
.box__title > span {
  position: relative;
  background-color: #030303;
  color: #fff;
  padding: 0.25em 1.5em;
  min-width: 5em;
}
.box__content {
  color: #030303;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .box__content {
    padding: 1rem 1.5rem;
  }
}
@media print {
  .box__content {
    padding: 1rem 1.5rem;
  }
}

.btn, .btn-back,
.btn-submit, .btn--back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 20rem;
  max-width: 100%;
  height: 3.5rem;
  padding: 0.25em;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 999em;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(87deg, rgba(138, 161, 182, 0.6) 0.22%, rgba(43, 77, 108, 0.6) 46.17%, rgba(138, 161, 182, 0.6) 99.78%);
  border: 1px solid;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .btn, .btn-back,
  .btn-submit, .btn--back {
    height: 5rem;
    min-width: 22.5rem;
    font-size: 1.25rem;
  }
}
@media print {
  .btn, .btn-back,
  .btn-submit, .btn--back {
    height: 5rem;
    min-width: 22.5rem;
    font-size: 1.25rem;
  }
}
.btn.--mv, .--mv.btn-back,
.--mv.btn-submit, .--mv.btn--back {
  min-width: 13.5rem;
  height: 3rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .btn.--mv, .--mv.btn-back,
  .--mv.btn-submit, .--mv.btn--back {
    height: 3.5rem;
    min-width: 15rem;
  }
}
@media print {
  .btn.--mv, .--mv.btn-back,
  .--mv.btn-submit, .--mv.btn--back {
    height: 3.5rem;
    min-width: 15rem;
  }
}
@media print, screen and (min-width: 992px) {
  .btn.--lg, .--lg.btn-back,
  .--lg.btn-submit, .--lg.btn--back {
    height: 6rem;
    min-width: 35rem;
    font-size: 1.5rem;
  }
}
@media print {
  .btn.--lg, .--lg.btn-back,
  .--lg.btn-submit, .--lg.btn--back {
    height: 6rem;
    min-width: 35rem;
    font-size: 1.5rem;
  }
}
.btn::before, .btn-back::before,
.btn-submit::before, .btn--back::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(43, 77, 108);
  transition: 0.25s ease;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn, .btn-back,
  .btn-submit, .btn--back {
    transition: 0.25s ease;
  }
  .btn:hover, .btn-back:hover,
  .btn-submit:hover, .btn--back:hover {
    color: #fff;
  }
  .btn:hover::before, .btn-back:hover::before,
  .btn-submit:hover::before, .btn--back:hover::before {
    opacity: 0.5;
  }
  .btn:hover .btn__arrow, .btn-back:hover .btn__arrow,
  .btn-submit:hover .btn__arrow, .btn--back:hover .btn__arrow {
    transform: translate(25%, 0);
  }
  .btn:hover .btn__icon svg, .btn-back:hover .btn__icon svg,
  .btn-submit:hover .btn__icon svg, .btn--back:hover .btn__icon svg {
    fill: currentColor;
  }
}
.btn__arrow {
  transition: 0.25s ease;
  font-size: 1.5rem;
  color: #030303;
}
.btn__text {
  position: relative;
  flex: 1;
  align-self: center;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.btn__icon {
  line-height: 1;
}
.btn__icon img,
.btn__icon svg {
  width: 1.2em;
  height: auto;
}
.btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
.btn--back {
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding: 0.25em 1.5em 0.25em 1em;
}
.btn--back .btn__arrow {
  transform: rotate(180deg);
  margin-right: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  .btn--back:hover .btn__arrow {
    transform: rotate(180deg) translate(25%, 0);
  }
}

.text-btn, .text-btn--back {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  line-height: 1.25;
  gap: 1em;
  color: #030303;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .text-btn, .text-btn--back {
    font-size: 1rem;
  }
}
@media print {
  .text-btn, .text-btn--back {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .text-btn, .text-btn--back {
    transition: all 0.25s ease;
  }
}
.text-btn__text {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.25em;
  min-width: 5rem;
}
.text-btn__icon {
  line-height: 1;
}
.text-btn__icon img,
.text-btn__icon svg {
  width: 1.25em;
  height: auto;
}
.text-btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
.text-btn__arrow {
  font-size: 1.5rem;
  transition: all 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text-btn:hover .text-btn__arrow, .text-btn--back:hover .text-btn__arrow {
    transform: translate(25%, 0);
  }
  .text-btn:hover .text-btn__icon svg, .text-btn--back:hover .text-btn__icon svg {
    fill: currentColor;
  }
  .text-btn:hover__text, .text-btn--back:hover__text {
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.25em;
    min-width: 5rem;
  }
  .text-btn:hover__icon, .text-btn--back:hover__icon {
    line-height: 1;
  }
  .text-btn:hover__icon img, .text-btn--back:hover__icon img,
  .text-btn:hover__icon svg,
  .text-btn--back:hover__icon svg {
    width: 1.25em;
    height: auto;
  }
  .text-btn:hover__icon svg, .text-btn--back:hover__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
  .text-btn:hover__arrow, .text-btn--back:hover__arrow {
    font-size: 1.5rem;
    transition: all 0.25s ease;
  }
}
.text-btn--back {
  flex-direction: row-reverse;
}
@media (hover: hover) and (pointer: fine) {
  .text-btn--back:hover .text-btn__arrow {
    transform: rotate(180deg) translate(25%, 0);
  }
}
.text-btn--back .text-btn__arrow {
  transform: rotate(180deg);
}

.btns-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .btns-row {
    gap: 1.5rem;
  }
}
@media print {
  .btns-row {
    gap: 1.5rem;
  }
}
.btns-row--sm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.btns-row .btn, .btns-row .btn-back,
.btns-row .btn-submit, .btns-row .btn--back {
  max-width: 100%;
  min-width: 30%;
}
@media print, screen and (min-width: 768px) {
  .btns-row .btn, .btns-row .btn-back,
  .btns-row .btn-submit, .btns-row .btn--back {
    min-width: 15rem;
  }
}
@media print {
  .btns-row .btn, .btns-row .btn-back,
  .btns-row .btn-submit, .btns-row .btn--back {
    min-width: 15rem;
  }
}

.form-btns {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .form-btns {
    gap: 2.5rem;
  }
}
@media print {
  .form-btns {
    gap: 2.5rem;
  }
}
.form-btns .wpcf7-spinner {
  position: absolute;
}

.btn-back,
.btn-submit {
  justify-content: center;
  text-align: center;
  padding: 0.25em 1em;
  min-width: 0;
  width: 100%;
  max-width: 20rem;
}
@media print, screen and (min-width: 768px) {
  .btn-back,
  .btn-submit {
    width: 15rem;
  }
}
@media print {
  .btn-back,
  .btn-submit {
    width: 15rem;
  }
}
.btn-back:disabled,
.btn-submit:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-submit:disabled {
  pointer-events: none;
}

.btn-back {
  background: #ccd;
  border: none;
  color: #fff;
}
.btn-back:visited {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-back:hover {
    background-color: #999;
    color: #fff;
  }
}

.form-table, .form-table--confirmed {
  display: block;
  line-height: 1.3;
  border-top: 1px solid #e6e6e6;
}
.form-table tbody, .form-table--confirmed tbody {
  display: block;
}
.form-table--confirmed {
  font-size: 85%;
}
@media print, screen and (min-width: 992px) {
  .form-table--confirmed .form-table__head {
    width: 7.5rem;
  }
}
@media print {
  .form-table--confirmed .form-table__head {
    width: 7.5rem;
  }
}
.form-table__row {
  display: block;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .form-table__row {
    display: flex;
    align-items: center;
  }
}
@media print {
  .form-table__row {
    display: flex;
    align-items: center;
  }
}
.form-table__head, .form-table__content {
  display: block;
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 992px) {
  .form-table__head, .form-table__content {
    padding: 1rem 0;
  }
}
@media print {
  .form-table__head, .form-table__content {
    padding: 1rem 0;
  }
}
.form-table__head {
  position: relative;
  text-align: left;
  font-weight: 500;
  margin-top: 0.5rem;
  font-size: 95%;
}
@media print, screen and (min-width: 992px) {
  .form-table__head {
    margin-top: 0;
    width: 15rem;
  }
}
@media print {
  .form-table__head {
    margin-top: 0;
    width: 15rem;
  }
}
.form-table__head label {
  font-weight: 500;
}
.form-table__head .mark-req {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.form-table__head .min,
.form-table__head small {
  display: block;
  font-size: 85%;
  color: #666;
  font-weight: normal;
  margin-top: 0.3125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .form-table__content {
    flex: 1;
    padding-left: 1.5rem;
    min-height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
  }
}
@media print {
  .form-table__content {
    flex: 1;
    padding-left: 1.5rem;
    min-height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
  }
}
.form-table__content .min {
  font-size: 85%;
  font-weight: normal;
}

.form-row {
  display: flex;
  gap: 0.5em;
}

.form-adornments {
  display: flex;
  align-items: center;
}
.form-adornments__before {
  opacity: 0.6;
  font-size: 85%;
  margin-right: 0.5em;
}
.form-adornments__after {
  opacity: 0.6;
  font-size: 85%;
  margin-left: 0.5em;
}
.form-adornments .wpcf7-form-control-wrap {
  flex: 1;
}

.form-control, .form-control--white, .form-control--inline {
  width: 100%;
  padding: 0.5em;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
  height: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .form-control, .form-control--white, .form-control--inline {
    padding: 1em 0.5em;
    font-size: 1.125rem;
    height: 3.5rem;
  }
}
@media print {
  .form-control, .form-control--white, .form-control--inline {
    padding: 1em 0.5em;
    font-size: 1.125rem;
    height: 3.5rem;
  }
}
.form-control--inline {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.form-control--white {
  background-color: #fff;
}
.form-control::-moz-placeholder, .form-control--inline::-moz-placeholder, .form-control--white::-moz-placeholder {
  color: #999;
}
.form-control::placeholder, .form-control--inline::placeholder, .form-control--white::placeholder {
  color: #999;
}

input:disabled {
  background-color: #ddd;
  opacity: 0.3;
}

.radio-label {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  line-height: 1.5;
  gap: 0.5em;
  cursor: pointer;
  min-width: 6em;
}
.radio-label__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
}

.radio-label .wpcf7-list-item {
  display: block;
}

.radio-label--inlineblock .wpcf7-list-item {
  display: inline-block;
}
@media print, screen and (min-width: 992px) {
  .radio-label--inlineblock .wpcf7-list-item {
    min-width: 7.5rem;
  }
}
@media print {
  .radio-label--inlineblock .wpcf7-list-item {
    min-width: 7.5rem;
  }
}

input[type=checkbox] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked:before {
  position: relative;
  transform: translate(0, -20%) rotate(50deg);
  font-size: 0.65em;
  width: 0.7em;
  height: 1em;
  border-right: 2px solid #030303;
  border-bottom: 2px solid #030303;
  content: "";
}

input[type=radio] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #dddde3;
  border-radius: 50%;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=radio]:checked:before {
  position: relative;
  font-size: 0.65em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgb(28.5, 28.5, 28.5);
  content: "";
}

.radio-block label,
.radio-inlineblock label {
  display: inline-flex;
  align-items: center;
  margin: 3px 0;
  font-weight: normal;
}
.radio-block label .wpcf7-list-item-label,
.radio-inlineblock label .wpcf7-list-item-label {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .radio-block label .wpcf7-list-item-label,
  .radio-inlineblock label .wpcf7-list-item-label {
    margin-right: 1rem;
  }
}
@media print {
  .radio-block label .wpcf7-list-item-label,
  .radio-inlineblock label .wpcf7-list-item-label {
    margin-right: 1rem;
  }
}
.radio-block label input,
.radio-inlineblock label input {
  font-weight: normal;
  margin-top: 0.4375rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
}

.form-select, .form-select--white {
  background-color: #f6f6f9;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 5em;
  height: 2.5rem;
  width: 100%;
  font-size: 16px;
  padding: 0.5em 2.5em 0.5em 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 2em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 992px) {
  .form-select, .form-select--white {
    min-width: 8em;
    height: 3.5rem;
    padding: 0.5em 3em 0.5em 0.5em;
    font-size: 1.125rem;
  }
}
@media print {
  .form-select, .form-select--white {
    min-width: 8em;
    height: 3.5rem;
    padding: 0.5em 3em 0.5em 0.5em;
    font-size: 1.125rem;
  }
}
.form-select--white {
  background-color: #fff;
}

.form-select:-moz-focusring, .form-select--white:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select::-ms-expand, .form-select--white::-ms-expand {
  display: none;
}

.form-file {
  display: flex;
  align-items: center;
}
.form-file .wpcf7-form-control-wrap input {
  display: none;
}
.form-file.use-floating-validation-tip {
  position: relative;
}
.form-file.use-floating-validation-tip .wpcf7-form-control-wrap {
  position: static;
  position: initial;
}
.form-file.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  min-width: 13em;
  width: auto;
}
.form-file label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #030303;
  color: white;
  font-size: 90%;
  font-weight: 400;
  width: 9em;
  height: 2rem;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .form-file label {
    transition: 0.3s ease-out;
  }
  .form-file label:hover {
    opacity: 0.7;
  }
}
.form-file label:after {
  position: absolute;
  content: "選択されていません";
  color: black;
  font-weight: 400;
  right: -10em;
}
.form-file label.changed:after {
  content: "";
}
.form-file .filename {
  display: block;
  font-size: 90%;
  padding-left: 1em;
}
.form-file__delete {
  position: relative;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  background-color: #999;
  border-radius: 50%;
}
.form-file__delete::before, .form-file__delete::after {
  position: absolute;
  content: " ";
  display: block;
  font-size: 20px;
  height: 60%;
  width: 1px;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.form-file__delete::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-file__delete::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .form-file__delete {
    transition: all 0.25s ease;
  }
  .form-file__delete:hover {
    opacity: 0.7;
  }
}
.form-file__delete.active {
  display: block !important;
}

.add-files {
  display: none;
}

.btn-addfile {
  padding: 10px 0;
  border: none;
  background-color: transparent;
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}
@media print {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}
.btn-addfile .icon,
.btn-addfile .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 0.8125rem;
  }
}
@media print {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 0.8125rem;
  }
}
.btn-addfile .txt {
  font-weight: 500;
}
.btn-addfile .icon {
  margin-right: 5px;
  color: #666;
}

textarea.form-control, textarea.form-control--inline, textarea.form-control--white {
  line-height: 1.5;
  height: auto;
}

.form-label {
  font-size: 85%;
  opacity: 0.65;
  margin-bottom: 0.1875rem;
  display: block;
}

.mark-req {
  display: inline-block;
  padding: 2px 5px 3px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 0.6875rem;
  background-color: #f1533d;
}
.mark-req.lg {
  font-size: 0.6875rem;
  padding: 5px;
  min-width: 30px;
}
@media print, screen and (min-width: 992px) {
  .mark-req.lg {
    font-size: 0.8125rem;
    min-width: 40px;
  }
}
@media print {
  .mark-req.lg {
    font-size: 0.8125rem;
    min-width: 40px;
  }
}

.wpcf7 form .ajax-loader {
  margin-top: 5px;
}
.wpcf7 form .formError {
  z-index: 9;
}
.wpcf7 form .formError .formErrorContent {
  min-width: 140px;
}
.wpcf7 form .wpcf7-response-output {
  font-weight: 500;
  margin: 10px 0 0;
  text-shadow: none;
  border: none;
  background-color: #fff;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 1.125rem;
  }
}
@media print {
  .wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 1.125rem;
  }
}
.wpcf7 form .wpcf7-response-output.hide {
  display: none !important;
}
.wpcf7 form .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.show-sent {
  display: none;
}

.help-block.with-errors {
  margin: 0;
  font-size: 90%;
}
.help-block.with-errors ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  padding-left: 1.5em;
}
.help-block.with-errors ul li {
  color: #ea321f;
}

.wpcf7-not-valid-tip {
  font-size: 85%;
}

.has-error .form-control, .has-error .form-control--inline, .has-error .form-control--white {
  border-color: #ea321f;
}

input[type=checkbox][disabled],
input[type=checkbox][disabled] ~ span {
  display: none;
}

input[type=checkbox][disabled]:checked,
input[type=checkbox][disabled]:checked ~ span {
  display: inline;
}

/*確認画面*/
.custom-wpcf7c-confirmed .form-control.wpcf7c-conf, .custom-wpcf7c-confirmed .wpcf7c-conf.form-control--inline, .custom-wpcf7c-confirmed .wpcf7c-conf.form-control--white {
  background-color: #fff !important;
  border-color: #fff;
}
.custom-wpcf7c-confirmed .form-control:-moz-read-only, .custom-wpcf7c-confirmed .form-control--inline:-moz-read-only, .custom-wpcf7c-confirmed .form-control--white:-moz-read-only, .custom-wpcf7c-confirmed input[type=date]:-moz-read-only {
  background-color: transparent !important;
  border: none;
  padding: 0;
  height: auto;
}
.custom-wpcf7c-confirmed .form-control:read-only, .custom-wpcf7c-confirmed .form-control--inline:read-only, .custom-wpcf7c-confirmed .form-control--white:read-only,
.custom-wpcf7c-confirmed input[type=date]:read-only {
  background-color: transparent !important;
  border: none;
  padding: 0;
  height: auto;
}
.custom-wpcf7c-confirmed textarea:-moz-read-only {
  resize: none;
}
.custom-wpcf7c-confirmed textarea:read-only {
  resize: none;
}
.custom-wpcf7c-confirmed .form-control:read-only:-webkit-autofill, .custom-wpcf7c-confirmed .form-control--inline:read-only:-webkit-autofill, .custom-wpcf7c-confirmed .form-control--white:read-only:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.custom-wpcf7c-confirmed input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
.custom-wpcf7c-confirmed select.wpcf7c-conf {
  border: none;
  background: none;
  padding: 0;
  padding-right: 5px;
  height: auto;
}
.custom-wpcf7c-confirmed input[type=radio]:disabled,
.custom-wpcf7c-confirmed input[type=radio]:disabled ~ * {
  display: none;
}
.custom-wpcf7c-confirmed input[type=radio]:disabled:checked,
.custom-wpcf7c-confirmed input[type=radio]:disabled:checked ~ * {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapture-text {
  margin-top: 24px;
  opacity: 0.65;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .recapture-text {
    font-size: 0.8125rem;
    text-align: center;
  }
}
@media print {
  .recapture-text {
    font-size: 0.8125rem;
    text-align: center;
  }
}
.recapture-text a {
  color: #030303;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.gap, .gap--xs, .gap--sm, .gap--xl, .gap--lg {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .gap, .gap--xs, .gap--sm, .gap--xl, .gap--lg {
    gap: 3rem;
  }
}
@media print {
  .gap, .gap--xs, .gap--sm, .gap--xl, .gap--lg {
    gap: 3rem;
  }
}
.gap--lg {
  gap: 3rem;
}
@media print, screen and (min-width: 992px) {
  .gap--lg {
    gap: 5rem;
  }
}
@media print {
  .gap--lg {
    gap: 5rem;
  }
}
.gap--xl {
  gap: 5rem;
}
@media print, screen and (min-width: 992px) {
  .gap--xl {
    gap: 9rem;
  }
}
@media print {
  .gap--xl {
    gap: 9rem;
  }
}
.gap--sm {
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .gap--sm {
    gap: 1.5rem;
  }
}
@media print {
  .gap--sm {
    gap: 1.5rem;
  }
}
.gap--xs {
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .gap--xs {
    gap: 1rem;
  }
}
@media print {
  .gap--xs {
    gap: 1rem;
  }
}

.image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .image {
    border-radius: 1rem;
  }
}
@media print {
  .image {
    border-radius: 1rem;
  }
}
.image--16x9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
.image--16x9 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;
}
.image--3x2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.66%;
}
.image--3x2 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;
}
.image--4x3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
}
.image--4x3 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;
}

.image-post {
  max-width: 100%;
  height: auto;
  max-height: 55rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.list, .list--lined, .list--inline, .list--narrow {
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.list li, .list--lined li, .list--inline li, .list--narrow li {
  position: relative;
  padding: 0;
  line-height: 1.75;
  padding-left: 0.75em;
}
.list li:after, .list--lined li:after, .list--inline li:after, .list--narrow li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #030303;
  background-color: var(--primary-color, #030303);
  left: 0;
  top: 1em;
  transform: translate(0, -50%);
}
.list ul, .list--lined ul, .list--inline ul, .list--narrow ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0.5em;
  font-size: 95%;
}
.list ul li, .list--lined ul li, .list--inline ul li, .list--narrow ul li {
  position: relative;
  padding: 0;
  margin-top: 0.2em;
  padding-left: 0.5em;
}
.list ul li:first-child, .list--lined ul li:first-child, .list--inline ul li:first-child, .list--narrow ul li:first-child {
  margin-top: 0;
}
.list ul li:after, .list--lined ul li:after, .list--inline ul li:after, .list--narrow ul li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #030303;
  background-color: var(--primary-color, #030303);
  left: 0;
  top: 0.7em;
}
.list--narrow {
  gap: 0.25em;
}
.list--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}
.list--lined {
  gap: 1em;
}
.list--lined li {
  padding-bottom: 1em;
  border-bottom: 1px solid #dddde3;
}

.tab-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  color: #444;
}
.tab-list > li,
.tab-list > span,
.tab-list > div,
.tab-list > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1.5;
  background-color: #f3f2ef;
  border: 1px solid #dddde3;
  color: currentColor;
  font-weight: 400;
  padding: 0.15em 0.5em;
  min-width: 4em;
}

.number-list {
  padding: 0;
  margin: 0;
  counter-reset: number;
  list-style-type: none !important;
  gap: 0.5em;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.number-list > li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 0.5em;
  padding-left: 2em;
  line-height: 1.75;
}
.number-list > li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #030303;
  color: var(--primary-color, #030303);
  counter-increment: number;
  content: counter(number);
  white-space: nowrap;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-size: 90%;
  border: 1px solid #030303;
  border: 1px solid var(--primary-color, #030303);
  border-radius: 50%;
  background-color: #fff;
}
.number-list__content {
  flex: 1;
}
.number-list ul,
.number-list ol {
  display: block;
  list-style-position: outside;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 2em;
}
.number-list li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.number-list ol {
  list-style-type: decimal;
}
.number-list ul {
  list-style-type: disc;
}

.file-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #dddde3;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .file-list {
    font-size: 1.25rem;
  }
}
@media print {
  .file-list {
    font-size: 1.25rem;
  }
}
.file-list > li {
  border-bottom: 1px solid #dddde3;
  display: flex;
  width: 100%;
}
.file-list > li > a {
  display: flex;
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: #030303;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .file-list > li > a {
    padding: 1.5rem 1rem;
    min-height: 5rem;
  }
}
@media print {
  .file-list > li > a {
    padding: 1.5rem 1rem;
    min-height: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .file-list > li > a {
    transition: all 0.25s ease;
  }
  .file-list > li > a:hover {
    color: #666;
    background-color: #f3f4f5;
  }
}
.file-list__text {
  flex: 1;
}
.file-list__icon {
  position: relative;
  display: flex;
  align-self: center;
  line-height: 1.25;
  color: #030303;
  color: var(--primary-color, #030303);
  font-size: 1.5em;
}
.file-list__icon svg {
  width: 1em;
  height: auto;
  fill: currentColor;
}

.point-list {
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.point-list li {
  position: relative;
  padding: 0;
  line-height: 1.5;
  padding-left: 1em;
}
.point-list li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #7edfff;
  border-radius: 50%;
  background-color: #030303;
  left: 0;
  top: 0.75em;
  transform: translate(0, -50%);
}

@media screen and (max-width: 991px) {
  .scroll-table {
    margin-right: -1rem;
    padding-bottom: 0.5rem;
    display: block;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .scroll-table__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 1rem;
  }
  .scroll-table table {
    min-width: 45rem;
  }
  .scroll-table.--sticky table thead tr:first-child th:first-child,
  .scroll-table.--sticky table tbody th:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
  }
  .scroll-table .scroll-hint-icon {
    top: 1.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .scroll-table .scroll-hint-icon {
    top: 2.5rem;
  }
}

.table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.75;
  border-top: 1px solid #dddde3;
  display: block;
}
@media print, screen and (min-width: 992px) {
  .table {
    display: table;
  }
  .table::before {
    position: absolute;
    content: " ";
    display: block;
    width: 12.5rem;
    height: 1px;
    top: -1px;
    left: 0;
    background-color: #030303;
    background-color: var(--primary-color, #030303);
  }
}
@media print {
  .table {
    display: table;
  }
  .table::before {
    position: absolute;
    content: " ";
    display: block;
    width: 12.5rem;
    height: 1px;
    top: -1px;
    left: 0;
    background-color: #030303;
    background-color: var(--primary-color, #030303);
  }
}
.table tr {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  border-bottom: 1px solid #dddde3;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .table tr {
    display: table-row;
  }
}
@media print {
  .table tr {
    display: table-row;
  }
}
.table thead th,
.table thead td {
  background-color: #666;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding: 0.5rem;
}
.table tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .table tbody {
    display: table-row-group;
  }
}
@media print {
  .table tbody {
    display: table-row-group;
  }
}
.table tbody th,
.table tbody td {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .table tbody th,
  .table tbody td {
    display: table-cell;
    vertical-align: middle;
    height: 4rem;
  }
}
@media print {
  .table tbody th,
  .table tbody td {
    display: table-cell;
    vertical-align: middle;
    height: 4rem;
  }
}
.table tbody th {
  position: relative;
  color: #666;
  font-weight: 500;
  font-weight: 600;
  text-align: left;
  font-size: 0.9em;
  padding: 0.5rem 0.5rem 0;
}
@media print, screen and (min-width: 992px) {
  .table tbody th {
    width: 12.5rem;
    vertical-align: top;
    padding-top: calc(1.5rem + 0.1em);
    padding-bottom: 1.5rem;
  }
}
@media print {
  .table tbody th {
    width: 12.5rem;
    vertical-align: top;
    padding-top: calc(1.5rem + 0.1em);
    padding-bottom: 1.5rem;
  }
}
.table tbody th > span {
  position: relative;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.table tbody th > span::before {
  content: "";
  position: relative;
  width: 0.25em;
  height: 0.25em;
  background-color: #030303;
  display: block;
  border-radius: 50%;
}
.table tbody th::after {
  position: absolute;
  content: " ";
  display: block;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 8em;
  height: 1px;
  background-color: #030303;
  background-color: var(--primary-color, #030303);
}
@media print, screen and (min-width: 992px) {
  .table tbody th::after {
    width: 100%;
    top: auto;
    bottom: -1px;
  }
}
@media print {
  .table tbody th::after {
    width: 100%;
    top: auto;
    bottom: -1px;
  }
}
.table tbody td {
  padding: 0.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .table tbody td {
    padding: 1.5rem 1rem;
    padding-right: 0;
  }
}
@media print {
  .table tbody td {
    padding: 1.5rem 1rem;
    padding-right: 0;
  }
}
.table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.note-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25em;
}
.note-block > p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  opacity: 0.75;
  font-size: 85%;
}

.note-text, .note-text--right, .note-text--alert, .note-text--red {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  opacity: 0.8;
  font-size: 85%;
}
.note-text--red {
  font-weight: 500;
  color: #f1533d;
  opacity: 1;
}
.note-text--alert {
  font-weight: 500;
  color: #f1533d;
  opacity: 1;
  font-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .note-text--right {
    text-align: right;
  }
}
@media print {
  .note-text--right {
    text-align: right;
  }
}

.text {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .text {
    font-size: 1.125rem;
  }
}
@media print {
  .text {
    font-size: 1.125rem;
  }
}
.text--min {
  font-size: 85%;
  line-height: 1.75;
}
.text--xs {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .text--xs {
    font-size: 0.875rem;
  }
}
@media print {
  .text--xs {
    font-size: 0.875rem;
  }
}
.text--sm {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .text--sm {
    font-size: 1rem;
  }
}
@media print {
  .text--sm {
    font-size: 1rem;
  }
}
.text--lg {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .text--lg {
    font-size: 1.25rem;
  }
}
@media print {
  .text--lg {
    font-size: 1.25rem;
  }
}
.text--red {
  color: #f1533d;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--center-pc {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .text--center-pc {
    text-align: center;
  }
}
@media print {
  .text--center-pc {
    text-align: center;
  }
}
.text--bold {
  font-weight: 500;
}
.text--light {
  opacity: 0.75;
}
.text.--paragraph {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
}

.lead {
  line-height: 1.75;
  font-weight: 500;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .lead {
    font-size: 2rem;
  }
}
@media print {
  .lead {
    font-size: 2rem;
  }
}
.lead strong {
  font-size: 115%;
}
.lead--sm {
  line-height: 1.75;
  font-weight: 500;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .lead--sm {
    font-size: 1.5rem;
  }
}
@media print {
  .lead--sm {
    font-size: 1.5rem;
  }
}
.lead--sm strong {
  font-size: 115%;
}
.lead--lg {
  line-height: 1.75;
  font-weight: 500;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .lead--lg {
    font-size: 2.5rem;
  }
}
@media print {
  .lead--lg {
    font-size: 2.5rem;
  }
}
.lead--lg strong {
  font-size: 115%;
}
.lead--xl {
  line-height: 1.75;
  font-weight: 500;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  .lead--xl {
    font-size: 3rem;
  }
}
@media print {
  .lead--xl {
    font-size: 3rem;
  }
}
.lead--xl strong {
  font-size: 115%;
}
.lead--primary {
  line-height: 1.75;
  font-weight: 500;
  font-size: 1.5rem;
  color: #030303;
  color: var(--primary-color, #030303);
}
@media print, screen and (min-width: 992px) {
  .lead--primary {
    font-size: 2rem;
  }
}
@media print {
  .lead--primary {
    font-size: 2rem;
  }
}
.lead--primary strong {
  font-size: 115%;
}

.marker-text {
  padding-bottom: 0.1em;
  background-image: linear-gradient(transparent 65%, #c3e74d 65%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.common-h2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .common-h2 {
    gap: 1rem;
  }
}
@media print {
  .common-h2 {
    gap: 1rem;
  }
}
.common-h2__en {
  display: flex;
  align-items: center;
  gap: 1em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .common-h2__en {
    font-size: 1rem;
  }
}
@media print {
  .common-h2__en {
    font-size: 1rem;
  }
}
.common-h2__en::before {
  position: relative;
  display: block;
  content: " ";
  width: 1.25em;
  height: 1px;
  background-color: currentColor;
}
.common-h2__ja {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .common-h2__ja {
    font-size: 1.75rem;
  }
}
@media print {
  .common-h2__ja {
    font-size: 1.75rem;
  }
}

.link-arrow {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background: #030303;
  background: var(--arrow-color, #030303);
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .link-arrow {
    transition: all 0.25s ease;
  }
}
@media print {
  .link-arrow {
    transition: all 0.25s ease;
  }
}
.link-arrow::before, .link-arrow::after {
  position: absolute;
  content: " ";
  display: block;
  background-color: currentColor;
  height: 1px;
  width: 0.2em;
  top: 50%;
  left: 48%;
  transition: all 0.25s ease;
}
.link-arrow::before {
  transform-origin: right bottom;
  transform: translate(-50%, -50%) rotate(45deg);
}
.link-arrow::after {
  transform-origin: right top;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.privacy-block, .privacy-block--page {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2em;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-block, .privacy-block--page {
    font-size: 0.8125rem;
  }
}
@media print {
  .privacy-block, .privacy-block--page {
    font-size: 0.8125rem;
  }
}
.privacy-block--page {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .privacy-block--page {
    font-size: 1rem;
  }
}
@media print {
  .privacy-block--page {
    font-size: 1rem;
  }
}
.privacy-block__title {
  font-weight: 500;
  font-size: 125%;
}
.privacy-block__section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}
.privacy-block__list {
  margin: 0;
}
.privacy-block__list li {
  margin-top: 0.5em;
}
.privacy-block__list li:first-child {
  margin-top: 0;
}
.privacy-block__list li > ol {
  margin-top: 0.5em;
}
.privacy-block__list li > ol li ol {
  margin-top: 0.3em;
}
.privacy-block__h1 {
  line-height: 1.5;
  font-size: 110%;
  font-weight: 500;
}
.privacy-block__h2 {
  line-height: 1.5;
  font-weight: 500;
}
.privacy-block__box {
  overflow: auto;
  padding: 0.5rem;
  background-color: #f3f2ef;
  max-height: 15rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5em;
}
@media print, screen and (min-width: 992px) {
  .privacy-block__box {
    max-height: 20rem;
    padding: 1rem;
  }
}
@media print {
  .privacy-block__box {
    max-height: 20rem;
    padding: 1rem;
  }
}
.privacy-block a, .privacy-block--page a {
  color: #030303;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.privacy-block ul, .privacy-block--page ul,
.privacy-block ol,
.privacy-block--page ol {
  display: block;
  list-style-position: outside;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 40px;
}
.privacy-block li, .privacy-block--page li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.privacy-block ol, .privacy-block--page ol {
  list-style-type: decimal;
}
.privacy-block ul, .privacy-block--page ul {
  list-style-type: disc;
}

.simple-dl {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.simple-dl dt {
  font-weight: 400;
  width: 6em;
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
}
.simple-dl dt:first-of-type {
  margin-top: 0;
}
.simple-dl dd {
  width: calc(100% - 6em);
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
  padding-left: 0.5em;
}
.simple-dl dd:first-of-type {
  margin-top: 0;
}

/*=====================
  header
===================== */
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
  z-index: 980;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 1rem;
  width: 100%;
  transition: all 0.25s ease;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .header {
    height: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .header {
    height: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.header[data-status=scrolled] {
  color: #030303;
}
.header[data-status=scrolled]::before {
  opacity: 1;
  transition: opacity 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .header[data-status=scrolled] {
    height: 4.5rem;
  }
}
@media print {
  .header[data-status=scrolled] {
    height: 4.5rem;
  }
}
.header[data-status=scrolled] .header-logo {
  position: relative;
  background-image: url("/images/logo.svg");
}
@media print, screen and (min-width: 992px) {
  .header[data-status=scrolled] .header-logo {
    width: 8.5rem;
    height: 2.375rem;
  }
}
@media print {
  .header[data-status=scrolled] .header-logo {
    width: 8.5rem;
    height: 2.375rem;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  color: #030303;
  background-image: url("/images/logo-header.svg");
  background-repeat: no-repeat;
  text-indent: 150%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% auto;
  width: 8.5rem;
  height: 2.375rem;
}
@media print, screen and (min-width: 992px) {
  .header-logo {
    transition: 0.25s ease;
    width: 12.75rem;
    height: 3.5625rem;
  }
}
@media print {
  .header-logo {
    transition: 0.25s ease;
    width: 12.75rem;
    height: 3.5625rem;
  }
}

_::-webkit-full-page-media,
_:future,
:root .global-nav__list.dropdown-open::before {
  opacity: 0 !important;
}

/* =====================
  footer
===================== */
/*フッター */
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  background-color: #dededf;
  color: #525252;
}
@media print, screen and (min-width: 992px) {
  .footer {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }
}
@media print {
  .footer {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }
}
.footer__container {
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    gap: 5rem;
  }
}
@media print {
  .footer__container {
    gap: 5rem;
  }
}
.footer__main {
  display: flex;
  width: 100%;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
  .footer__info {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .footer__info {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.footer__bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  border-top: 1px solid;
  flex-direction: column;
  padding-top: 1.5rem;
  gap: 3rem;
}
@media print, screen and (min-width: 992px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-logo {
  display: flex;
}
.footer-logo a {
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  display: block;
}
.footer-logo img {
  width: 15rem;
  height: auto;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  justify-content: center;
  font-size: 0.75rem;
  gap: 3em;
}
@media print, screen and (min-width: 992px) {
  .footer-list {
    justify-content: flex-start;
    gap: 2em;
  }
}
@media print {
  .footer-list {
    justify-content: flex-start;
    gap: 2em;
  }
}
.footer-list > li {
  display: flex;
}
.footer-list > li > a,
.footer-list > li > span {
  position: relative;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  line-height: 1.5;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .footer-list > li > a {
    transition: all 0.25s ease;
  }
  .footer-list > li > a:hover {
    opacity: 0.75;
  }
}

.footer-access {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .footer-access {
    font-size: 0.8125rem;
  }
}
@media print {
  .footer-access {
    font-size: 0.8125rem;
  }
}
.footer-access__text {
  line-height: 1.75;
  opacity: 0.75;
}

.footer-copy {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.5;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .footer-copy {
    font-size: 0.8125rem;
  }
}
@media print {
  .footer-copy {
    font-size: 0.8125rem;
  }
}

/*=====================
  Loading
===================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1.5s ease;
}
.loading--hidden {
  opacity: 0;
  pointer-events: none;
}
.loading--hidden .loading__image img {
  transition: 1.5s ease;
  transform: scale(1);
  filter: blur(0) brightness(100%);
}
.loading__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.loading__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;
  filter: blur(2.5rem) brightness(125%);
  transform: scale(1.05);
}
@media print, screen and (min-width: 992px) {
  .loading__image img {
    filter: blur(5rem) brightness(125%);
  }
}
@media print {
  .loading__image img {
    filter: blur(5rem) brightness(125%);
  }
}
.loading__spinner {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: #030303;
  border-radius: 50%;
  animation: loading-spin 0.8s linear infinite;
}

@keyframes loading-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
img {
  max-width: 100%;
  height: auto;
}

.top-contents {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.top-fv {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.top-fv__mv {
  position: sticky;
  top: 0;
}
.top-fv__intro {
  position: relative;
  z-index: 10;
}

.top-tateshina {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.top-tateshina__image {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.top-tateshina__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;
}
.top-tateshina__intro {
  position: relative;
  z-index: 10;
}
.top-tateshina__content {
  position: relative;
  z-index: 10;
  margin-top: 25vh;
}
@media print, screen and (min-width: 992px) {
  .top-tateshina__content {
    margin-top: 40vh;
  }
}
@media print {
  .top-tateshina__content {
    margin-top: 40vh;
  }
}

.top-mv {
  position: relative;
  height: 100svh;
  width: 100%;
  display: flex;
  overflow: hidden;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-mv {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print {
  .top-mv {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top-mv::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7.5rem;
  opacity: 0.4;
  mix-blend-mode: darken;
  background: linear-gradient(to bottom, #004069, rgba(0, 64, 105, 0));
  z-index: 5;
}
@media print, screen and (min-width: 992px) {
  .top-mv::before {
    height: 15rem;
  }
}
@media print {
  .top-mv::before {
    height: 15rem;
  }
}
.top-mv__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-mv__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;
}
.top-mv__container {
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: flex-end;
}
@media print, screen and (min-width: 992px) {
  .top-mv__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-mv__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-mv__container {
    justify-content: flex-start;
  }
}
@media print {
  .top-mv__container {
    justify-content: flex-start;
  }
}
.top-mv__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-mv__body {
    gap: 4rem;
    align-items: flex-start;
    padding-left: calc(50% + 2.5rem);
  }
}
@media print {
  .top-mv__body {
    gap: 4rem;
    align-items: flex-start;
    padding-left: calc(50% + 2.5rem);
  }
}
.top-mv__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-mv__content {
    gap: 1rem;
    flex: initial;
    padding-right: 0;
  }
}
@media print {
  .top-mv__content {
    gap: 1rem;
    flex: initial;
    padding-right: 0;
  }
}
.top-mv__content::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.75;
  mix-blend-mode: darken;
  background: radial-gradient(closest-side, rgba(155, 205, 255, 0.5), rgba(155, 205, 255, 0));
}
@media print, screen and (min-width: 992px) {
  .top-mv__content::before {
    content: " ";
  }
}
@media print {
  .top-mv__content::before {
    content: " ";
  }
}
.top-mv__lead {
  display: flex;
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  gap: 0;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid;
  text-shadow: 0 0.1em 1em rgba(0, 21, 44, 0.4);
}
@media print, screen and (min-width: 992px) {
  .top-mv__lead {
    font-size: 3.375rem;
  }
}
@media print {
  .top-mv__lead {
    font-size: 3.375rem;
  }
}
.top-mv__brand {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0 0.5em 2em rgba(0, 21, 44, 0.4);
}
@media print, screen and (min-width: 992px) {
  .top-mv__brand {
    font-size: 1.375rem;
  }
}
@media print {
  .top-mv__brand {
    font-size: 1.375rem;
  }
}
.top-mv__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .top-mv__btn {
    justify-content: flex-start;
  }
}
@media print {
  .top-mv__btn {
    justify-content: flex-start;
  }
}
.top-mv__lead > span {
  opacity: 0;
  display: block;
  transform: translateY(0.5em);
}
.top-mv__brand {
  opacity: 0;
  transform: translateY(0.5em);
}
.top-mv__btn {
  opacity: 0;
  transform: translateY(0.5em);
}
.top-mv.active .top-mv__btn {
  transition: 1s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.1s;
}
.top-mv.active .top-mv__brand {
  transition: 1s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.top-mv.active .top-mv__lead > span {
  transition: 0.8s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  opacity: 1;
  transform: translateY(0);
}
.top-mv.active .top-mv__lead > span:nth-child(1) {
  transition-delay: 0.05s;
}
.top-mv.active .top-mv__lead > span:nth-child(2) {
  transition-delay: 0.1s;
}
.top-mv.active .top-mv__lead > span:nth-child(3) {
  transition-delay: 0.15s;
}
.top-mv.active .top-mv__lead > span:nth-child(4) {
  transition-delay: 0.2s;
}
.top-mv.active .top-mv__lead > span:nth-child(5) {
  transition-delay: 0.25s;
}
.top-mv.active .top-mv__lead > span:nth-child(6) {
  transition-delay: 0.3s;
}
.top-mv.active .top-mv__lead > span:nth-child(7) {
  transition-delay: 0.35s;
}
.top-mv.active .top-mv__lead > span:nth-child(8) {
  transition-delay: 0.4s;
}
.top-mv.active .top-mv__lead > span:nth-child(9) {
  transition-delay: 0.45s;
}
.top-mv.active .top-mv__lead > span:nth-child(10) {
  transition-delay: 0.5s;
}

.top-intro {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #f3f2ef;
  overflow: hidden;
  padding-top: 7.5rem;
  padding-bottom: 17.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-intro {
    padding-top: 20rem;
    padding-bottom: 17.5rem;
  }
}
@media print {
  .top-intro {
    padding-top: 20rem;
    padding-bottom: 17.5rem;
  }
}
.top-intro__container {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 992px) {
  .top-intro__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-intro__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-intro__container {
    justify-content: center;
  }
}
@media print {
  .top-intro__container {
    justify-content: center;
  }
}
.top-intro__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-intro__body {
    width: auto;
    gap: 3rem;
  }
}
@media print {
  .top-intro__body {
    width: auto;
    gap: 3rem;
  }
}
.top-intro__top {
  display: flex;
  flex-direction: column;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  gap: 0.25em;
}
@media print, screen and (min-width: 992px) {
  .top-intro__top {
    font-size: 1.75rem;
  }
}
@media print {
  .top-intro__top {
    font-size: 1.75rem;
  }
}
.top-intro__lead {
  font-size: 100%;
}
.top-intro__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-size: 100%;
}
.top-intro__title::after {
  content: " ";
  position: relative;
  flex: 1;
  height: 1px;
  background-color: currentColor;
}
.top-intro__title > span {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
}
.top-intro__text {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  line-height: 2.25;
  font-size: 0.90625rem;
}
@media print, screen and (min-width: 992px) {
  .top-intro__text {
    line-height: 2.75;
    font-size: 1.125rem;
  }
}
@media print {
  .top-intro__text {
    line-height: 2.75;
    font-size: 1.125rem;
  }
}
.top-intro__images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
@media print, screen and (min-width: 992px) {
  .top-intro__images {
    left: 50%;
    right: auto;
    width: min(100rem, 100vw);
    transform: translateX(-50%);
  }
}
@media print {
  .top-intro__images {
    left: 50%;
    right: auto;
    width: min(100rem, 100vw);
    transform: translateX(-50%);
  }
}
.top-intro__image {
  position: absolute;
  font-size: 0.625rem;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .top-intro__image {
    font-size: 1.25rem;
  }
}
@media print {
  .top-intro__image {
    font-size: 1.25rem;
  }
}
.top-intro__image-inner {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
  height: 115%;
}
.top-intro__image-inner img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.top-intro__image.--01 {
  width: 11em;
  aspect-ratio: 220/315;
  bottom: 2.5rem;
  left: 4rem;
}
@media print, screen and (min-width: 992px) {
  .top-intro__image.--01 {
    top: 10rem;
    bottom: auto;
  }
}
@media print {
  .top-intro__image.--01 {
    top: 10rem;
    bottom: auto;
  }
}
.top-intro__image.--02 {
  width: 11.5em;
  aspect-ratio: 240/315;
  bottom: 5rem;
  right: 3.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-intro__image.--02 {
    top: 20rem;
    right: 6rem;
    bottom: auto;
  }
}
@media print {
  .top-intro__image.--02 {
    top: 20rem;
    right: 6rem;
    bottom: auto;
  }
}
.top-intro__image.--03 {
  width: 15em;
  aspect-ratio: 300/186;
  display: none;
}
@media print, screen and (min-width: 992px) {
  .top-intro__image.--03 {
    display: block;
    bottom: 10rem;
    left: 12.5rem;
  }
}
@media print {
  .top-intro__image.--03 {
    display: block;
    bottom: 10rem;
    left: 12.5rem;
  }
}

.intro-logo {
  width: 4.25em;
  height: auto;
  line-height: 1;
  transform: translateY(-25%);
}
.intro-logo img {
  vertical-align: middle;
}

.top-about {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .top-about {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .top-about {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.top-about__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(23, 24, 26, 0.75);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.top-about__container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
}
@media print, screen and (min-width: 992px) {
  .top-about__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-about__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-about__container {
    gap: 4rem;
  }
}
@media print {
  .top-about__container {
    gap: 4rem;
  }
}
.top-about__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-about__header {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
  }
}
@media print {
  .top-about__header {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
  }
}
.top-about__title {
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .top-about__title {
    width: 35rem;
  }
}
@media print {
  .top-about__title {
    width: 35rem;
  }
}
.top-about__text {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-about__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-about__text {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-about__text {
    flex: 1;
  }
}
@media print {
  .top-about__text {
    flex: 1;
  }
}
.top-about__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-about__body {
    gap: 0;
    align-items: center;
  }
}
@media print {
  .top-about__body {
    gap: 0;
    align-items: center;
  }
}
.top-about__image {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-about__image {
    width: 60rem;
  }
}
@media print {
  .top-about__image {
    width: 60rem;
  }
}
.top-about__image img {
  width: 100%;
  height: auto;
}
.top-about__detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.5;
  width: 100%;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .top-about__detail {
    align-self: start;
    margin-top: -3rem;
    font-size: 0.8125rem;
  }
}
@media print {
  .top-about__detail {
    align-self: start;
    margin-top: -3rem;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-about__detail .box {
    max-width: 26.25rem;
  }
}
@media print {
  .top-about__detail .box {
    max-width: 26.25rem;
  }
}
.top-about__note {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .top-about__note {
    font-size: 0.8125rem;
  }
}
@media print {
  .top-about__note {
    font-size: 0.8125rem;
  }
}
.top-about__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.top-feature {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3f2ef;
}
@media print, screen and (min-width: 992px) {
  .top-feature {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .top-feature {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.top-feature__container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
}
@media print, screen and (min-width: 992px) {
  .top-feature__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-feature__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-feature__container {
    gap: 5rem;
  }
}
@media print {
  .top-feature__container {
    gap: 5rem;
  }
}
.top-feature__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-feature__header {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }
}
@media print {
  .top-feature__header {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }
}
.top-feature__title {
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .top-feature__title {
    width: 30rem;
  }
}
@media print {
  .top-feature__title {
    width: 30rem;
  }
}
.top-feature__text {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-feature__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-feature__text {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-feature__text {
    flex: 1;
  }
}
@media print {
  .top-feature__text {
    flex: 1;
  }
}
.top-feature__body {
  display: flex;
  width: 100%;
}
.top-feature__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.top-sections__inner {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-sections__inner {
    position: absolute;
  }
}
@media print {
  .top-sections__inner {
    position: absolute;
  }
}
@media print, screen and (min-width: 992px) {
  .top-sections__sticky {
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media print {
  .top-sections__sticky {
    height: 100vh;
    position: sticky;
    top: 0;
  }
}

.feature-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (min-width: 992px) {
  .feature-list {
    gap: 7.5rem;
  }
}
@media print {
  .feature-list {
    gap: 7.5rem;
  }
}
.feature-list__item {
  display: flex;
  width: 100%;
}
.feature-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .feature-item {
    gap: 5rem;
    flex-direction: row;
  }
}
@media print {
  .feature-item {
    gap: 5rem;
    flex-direction: row;
  }
}
.feature-item__image {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 992px) {
  .feature-item__image {
    width: 45rem;
  }
}
@media print {
  .feature-item__image {
    width: 45rem;
  }
}
.feature-item__image-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 105%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10%;
}
.feature-item__image-inner img {
  width: 100%;
  height: auto;
}
.feature-item__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .feature-item__body {
    gap: 0;
    flex: 1;
  }
}
@media print {
  .feature-item__body {
    gap: 0;
    flex: 1;
  }
}
.feature-item__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .feature-item__content {
    justify-content: center;
    gap: 2.5rem;
    flex: 1;
  }
}
@media print {
  .feature-item__content {
    justify-content: center;
    gap: 2.5rem;
    flex: 1;
  }
}
.feature-item__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .feature-item__title {
    font-size: 1.75rem;
  }
}
@media print {
  .feature-item__title {
    font-size: 1.75rem;
  }
}
.feature-item__text {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .feature-item__text {
    font-size: 1.125rem;
  }
}
@media print {
  .feature-item__text {
    font-size: 1.125rem;
  }
}
.feature-item__number {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.feature-index {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #b0adaa;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 992px) {
  .feature-index {
    gap: 0.5rem;
  }
}
@media print {
  .feature-index {
    gap: 0.5rem;
  }
}
.feature-index__label {
  line-height: 1.25;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 992px) {
  .feature-index__label {
    font-size: 1rem;
  }
}
@media print {
  .feature-index__label {
    font-size: 1rem;
  }
}
.feature-index__row {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .feature-index__row {
    gap: 1.5rem;
  }
}
@media print {
  .feature-index__row {
    gap: 1.5rem;
  }
}
.feature-index__current {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .feature-index__current {
    font-size: 4rem;
  }
}
@media print {
  .feature-index__current {
    font-size: 4rem;
  }
}
.feature-index__total {
  display: flex;
  position: relative;
  font-size: 1.125rem;
  padding-top: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .feature-index__total {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
}
@media print {
  .feature-index__total {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
}
.feature-index__total::before {
  content: " ";
  position: relative;
  display: block;
  width: 1px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: right top;
}

.top-unit {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .top-unit {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .top-unit {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.top-unit__container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-unit__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-unit__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-unit__container {
    gap: 5rem;
  }
}
@media print {
  .top-unit__container {
    gap: 5rem;
  }
}
.top-unit__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-unit__header {
    flex-direction: row;
    gap: 0;
  }
}
@media print {
  .top-unit__header {
    flex-direction: row;
    gap: 0;
  }
}
.top-unit__title {
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .top-unit__title {
    width: 30rem;
  }
}
@media print {
  .top-unit__title {
    width: 30rem;
  }
}
.top-unit__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-unit__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-unit__text {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-unit__text {
    gap: 1.5rem;
    flex: 1;
  }
}
@media print {
  .top-unit__text {
    gap: 1.5rem;
    flex: 1;
  }
}
.top-unit__lead {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  gap: 0.5em;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .top-unit__lead {
    font-size: 1.75rem;
  }
}
@media print {
  .top-unit__lead {
    font-size: 1.75rem;
  }
}
.top-unit__body {
  display: flex;
  width: 100%;
}
.top-unit__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
.top-unit__note {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .top-unit__note {
    font-size: 0.875rem;
  }
}
@media print {
  .top-unit__note {
    font-size: 0.875rem;
  }
}

.unit-logo {
  width: 3.75em;
  height: auto;
}

.unit-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
@media print, screen and (min-width: 992px) {
  .unit-list {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print {
  .unit-list {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.unit-list__item {
  display: flex;
  width: 100%;
}

.unit-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .unit-item {
    gap: 1rem;
  }
}
@media print {
  .unit-item {
    gap: 1rem;
  }
}
.unit-item__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 64/28;
}
.unit-item__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;
}
.unit-item__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid;
}
@media print, screen and (min-width: 992px) {
  .unit-item__body {
    padding-left: 2rem;
  }
}
@media print {
  .unit-item__body {
    padding-left: 2rem;
  }
}
.unit-item__header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .unit-item__header {
    gap: 1.5rem;
  }
}
@media print {
  .unit-item__header {
    gap: 1.5rem;
  }
}
.unit-item__title {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .unit-item__title {
    font-size: 1.5rem;
  }
}
@media print {
  .unit-item__title {
    font-size: 1.5rem;
  }
}
.unit-item__tag {
  display: flex;
  min-width: 4em;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0.5em;
  background-color: #030303;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  font-weight: 500;
}
@media print, screen and (min-width: 992px) {
  .unit-item__tag {
    font-size: 1rem;
  }
}
@media print {
  .unit-item__tag {
    font-size: 1rem;
  }
}
.unit-item__text {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  line-height: 1.5;
  gap: 0.25rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .unit-item__text {
    gap: 0.5rem;
  }
}
@media print {
  .unit-item__text {
    gap: 0.5rem;
  }
}
.unit-item__text li {
  display: flex;
  width: 100%;
  gap: 0.5em;
  position: relative;
}
.unit-item__text li::before {
  content: "■";
  position: relative;
  flex-shrink: 0;
}
.unit-item__text li > div {
  flex: 1;
}
.unit-item__detail {
  display: flex;
  gap: 0.25rem;
  width: 100%;
  flex-direction: column;
  font-size: 0.75rem;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .unit-item__detail {
    gap: 0.5rem;
    font-size: 0.8125rem;
  }
}
@media print {
  .unit-item__detail {
    gap: 0.5rem;
    font-size: 0.8125rem;
  }
}
.unit-item__note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .unit-item__note {
    font-size: 0.8125rem;
  }
}
@media print {
  .unit-item__note {
    font-size: 0.8125rem;
  }
}
.unit-item__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.top-faq {
  position: relative;
  z-index: 10;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3f2ef;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-faq {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .top-faq {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.top-faq__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-faq__container {
    flex-direction: row;
    gap: 5rem;
    padding-left: max(50vw - 45rem, 2.5rem);
  }
}
@media print {
  .top-faq__container {
    flex-direction: row;
    gap: 5rem;
    padding-left: max(50vw - 45rem, 2.5rem);
  }
}
.top-faq__side {
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .top-faq__side {
    align-items: flex-start;
    width: 25rem;
  }
}
@media print {
  .top-faq__side {
    align-items: flex-start;
    width: 25rem;
  }
}
.top-faq__sticky {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-faq__sticky {
    position: sticky;
    left: 0;
    top: 7.5rem;
  }
}
@media print {
  .top-faq__sticky {
    position: sticky;
    left: 0;
    top: 7.5rem;
  }
}
.top-faq__header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-faq__header {
    gap: 2.5rem;
  }
}
@media print {
  .top-faq__header {
    gap: 2.5rem;
  }
}
.top-faq__text {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-faq__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-faq__text {
    font-size: 1.125rem;
  }
}
.top-faq__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-faq__body {
    font-size: 1.125rem;
  }
}
@media print {
  .top-faq__body {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-faq__body {
    gap: 1.5rem;
    flex: 1;
  }
}
@media print {
  .top-faq__body {
    gap: 1.5rem;
    flex: 1;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .faq-list {
    gap: 1rem;
  }
}
@media print {
  .faq-list {
    gap: 1rem;
  }
}
.faq-list__item {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .faq-list__item {
    padding: 3rem 5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
  }
}
@media print {
  .faq-list__item {
    padding: 3rem 5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .faq-item {
    gap: 1.5rem;
  }
}
@media print {
  .faq-item {
    gap: 1.5rem;
  }
}
.faq-item__label {
  display: flex;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  border-bottom: 1px solid;
  width: 100%;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .faq-item__label {
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }
}
@media print {
  .faq-item__label {
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }
}
.faq-item__number {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 150%;
  line-height: 1;
}
.faq-item__question {
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  flex: 1;
}
.faq-item__answer {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 0.9375rem;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .faq-item__answer {
    font-size: 1rem;
  }
}
@media print {
  .faq-item__answer {
    font-size: 1rem;
  }
}

.top-contact {
  position: relative;
  z-index: 10;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .top-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.top-contact__container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  gap: 1.5rem;
  max-width: 65rem;
}
@media print, screen and (min-width: 992px) {
  .top-contact__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-contact__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-contact__container {
    gap: 2.5rem;
  }
}
@media print {
  .top-contact__container {
    gap: 2.5rem;
  }
}
.top-contact__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-contact__header {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media print {
  .top-contact__header {
    flex-direction: row;
    align-items: flex-end;
  }
}
.top-contact__title {
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .top-contact__title {
    width: 17.5rem;
  }
}
@media print {
  .top-contact__title {
    width: 17.5rem;
  }
}
.top-contact__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-contact__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-contact__text {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-contact__text {
    text-align: center;
    flex: 1;
  }
}
@media print {
  .top-contact__text {
    text-align: center;
    flex: 1;
  }
}
.top-contact__body {
  display: flex;
  width: 100%;
  justify-content: center;
}
.top-contact__box {
  display: flex;
  width: 100%;
  background-color: #f3f2ef;
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-contact__box {
    padding: 4rem;
  }
}
@media print {
  .top-contact__box {
    padding: 4rem;
  }
}