@charset "UTF-8";
/*
* Theme Name: Innovacell Theme 1.0.0
* Theme URI:
* Author: MT
* Author URI:
* Description: Theme of Innovacell WP
* Version: 1.0.0
* License:
* License URI:
* Text Domain:
*/
/*=====================
  common
===================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Outfit:wght@400;600&display=swap");
/* =====================
  configuration setting
===================== */
/*!
 * 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)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*基本的にグリッドシステムv3のみ*/
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > table {
    margin-bottom: 0;
  }

  .table-responsive > table > thead > tr > th,
.table-responsive > table > tbody > tr > th,
.table-responsive > table > tfoot > tr > th,
.table-responsive > table > thead > tr > td,
.table-responsive > table > tbody > tr > td,
.table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.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-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-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: 1599px) {
  .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: 1599px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .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: 1599px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1600px) and (max-width: 1599px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .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;
  }
}
html {
  font-size: min(3.8647342995vw, 24px);
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: clamp(11px, 1vw, 18.4px);
  }
}
@media print {
  html {
    font-size: clamp(11px, 1vw, 18.4px);
  }
}

html,
body,
.popup-modal {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #030303;
  word-wrap: break-word;
  overflow-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;
  }

  [id] {
    scroll-margin-top: 3.5rem;
  }
}
@media print and (prefers-reduced-motion: no-preference), screen and (prefers-reduced-motion: no-preference) and (min-width: 992px) {
  [id] {
    scroll-margin-top: 4rem;
  }
}
@media print and (prefers-reduced-motion: no-preference) {
  [id] {
    scroll-margin-top: 4rem;
  }
}
body {
  padding-top: 3.5rem;
}
@media print, screen and (min-width: 992px) {
  body {
    padding-top: 7.5rem;
  }
}
@media print {
  body {
    padding-top: 7.5rem;
  }
}
body.home {
  padding-top: 0;
}
@media print, screen and (min-width: 992px) {
  body.home {
    padding-top: 7.5rem;
  }
}
@media print {
  body.home {
    padding-top: 7.5rem;
  }
}

@media print {
  a[href]:after {
    content: "" !important;
  }

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

a {
  color: #0edbd6;
}
a:hover {
  color: #0edbd6;
  text-decoration: none;
}

*:focus {
  outline: none;
}

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

.page-wrapper__main {
  flex: 1;
}

@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: 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;
  }
}
.gmap-wrapper {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .gmap-wrapper {
    padding-bottom: 30rem;
  }
}
@media print {
  .gmap-wrapper {
    padding-bottom: 30rem;
  }
}
.gmap-wrapper iframe,
.gmap-wrapper object,
.gmap-wrapper embed {
  position: absolute;
  top: -200px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 400px);
  border: none;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

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

.common-h2 {
  position: relative;
  display: flex;
  gap: 0.75em;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .common-h2 {
    font-size: 1.5rem;
  }
}
@media print {
  .common-h2 {
    font-size: 1.5rem;
  }
}
.common-h2::before {
  position: relative;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  margin-left: 0.15em;
  border-radius: 999em;
  margin-top: 0.7em;
  background-color: #0edbd6;
}
.common-h2__text {
  font-size: 100%;
  flex: 1;
}
.common-h2__text--en {
  font-size: 100%;
  flex: 1;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.common-h3,
.common-h4 {
  position: relative;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 0.75em;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .common-h3,
.common-h4 {
    font-size: 2.5rem;
  }
}
@media print {
  .common-h3,
.common-h4 {
    font-size: 2.5rem;
  }
}
.common-h3__en,
.common-h4__en {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}
.common-h3__ja,
.common-h4__ja {
  opacity: 0.75;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 768px) {
  .common-h3__ja,
.common-h4__ja {
    font-size: 0.875rem;
  }
}
@media print {
  .common-h3__ja,
.common-h4__ja {
    font-size: 0.875rem;
  }
}
.common-h3::before,
.common-h4::before {
  position: absolute;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 0.1875rem;
  border-radius: 999em;
  background-color: #0edbd6;
}
@media print, screen and (min-width: 992px) {
  .common-h3::before,
.common-h4::before {
    width: 0.25rem;
  }
}
@media print {
  .common-h3::before,
.common-h4::before {
    width: 0.25rem;
  }
}

.common-h4 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 768px) {
  .common-h4 {
    font-size: 1.5rem;
  }
}
@media print {
  .common-h4 {
    font-size: 1.5rem;
  }
}

.common-h5 {
  font-weight: 700;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 768px) {
  .common-h5 {
    font-size: 1.125rem;
  }
}
@media print {
  .common-h5 {
    font-size: 1.125rem;
  }
}

.common-h6 {
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .common-h6 {
    font-size: 1.0625rem;
  }
}
@media print {
  .common-h6 {
    font-size: 1.0625rem;
  }
}

.block-title {
  display: flex;
  align-items: flex-start;
  color: #fff;
  background-color: #0edbd6;
  width: 10rem;
  min-height: 5rem;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .block-title {
    padding: 1.5rem 1rem;
    width: 10rem;
    height: 10rem;
  }
}
@media print {
  .block-title {
    padding: 1.5rem 1rem;
    width: 10rem;
    height: 10rem;
  }
}
.block-title .common-h2::before {
  background-color: #fff;
}

.btn, .btn--back {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  border: none;
  height: 3.5rem;
  padding: 0.25em 1em 0.25em 2em;
  font-weight: 700;
  border-radius: 5em;
  line-height: 1.25;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 0.875rem;
  background-color: #edf3f4;
  color: #030303;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover, .btn--back:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .btn:hover span[class^=link-arrow], .btn--back:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .btn:hover span[class^=link-arrow]::before, .btn--back:hover span[class^=link-arrow]::before, .btn:hover span[class^=link-arrow]::after, .btn--back:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn, .btn--back {
    transition: all 0.25s linear;
  }
  .btn:hover span[class^=link-arrow], .btn--back:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .btn:hover .btn__icon svg, .btn--back:hover .btn__icon svg {
    fill: currentColor;
  }
}
.btn__text {
  flex: 1;
}
.btn__icon {
  line-height: 1;
}
.btn__icon img,
.btn__icon svg {
  width: 1.25em;
  height: auto;
}
.btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .btn, .btn--back {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
  }
  .btn__text {
    flex: 1;
  }
  .btn__icon {
    line-height: 1;
  }
  .btn__icon img,
.btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media print {
  .btn, .btn--back {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
  }
  .btn__text {
    flex: 1;
  }
  .btn__icon {
    line-height: 1;
  }
  .btn__icon img,
.btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
.btn--transparent {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  border: none;
  height: 3.5rem;
  padding: 0.25em 1em 0.25em 2em;
  font-weight: 700;
  border-radius: 5em;
  line-height: 1.25;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 0.875rem;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .btn--transparent:hover {
    color: #0edbd6;
    background-color: #fff;
  }
  .btn--transparent:hover span[class^=link-arrow] {
    background-color: #0edbd6;
  }
  .btn--transparent:hover span[class^=link-arrow]::before, .btn--transparent:hover span[class^=link-arrow]::after {
    background-color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--transparent {
    transition: all 0.25s linear;
  }
  .btn--transparent:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .btn--transparent:hover .btn__icon svg {
    fill: currentColor;
  }
}
.btn--transparent__text {
  flex: 1;
}
.btn--transparent__icon {
  line-height: 1;
}
.btn--transparent__icon img,
.btn--transparent__icon svg {
  width: 1.25em;
  height: auto;
}
.btn--transparent__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .btn--transparent {
    height: 4rem;
  }
  .btn--transparent__text {
    flex: 1;
  }
  .btn--transparent__icon {
    line-height: 1;
  }
  .btn--transparent__icon img,
.btn--transparent__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn--transparent__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media print {
  .btn--transparent {
    height: 4rem;
  }
  .btn--transparent__text {
    flex: 1;
  }
  .btn--transparent__icon {
    line-height: 1;
  }
  .btn--transparent__icon img,
.btn--transparent__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn--transparent__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
.btn--white {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  border: none;
  height: 3.5rem;
  padding: 0.25em 1em 0.25em 2em;
  font-weight: 700;
  border-radius: 5em;
  line-height: 1.25;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 0.875rem;
  background-color: #fff;
  color: #030303;
}
@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .btn--white:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .btn--white:hover span[class^=link-arrow]::before, .btn--white:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--white {
    transition: all 0.25s linear;
  }
  .btn--white:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .btn--white:hover .btn__icon svg {
    fill: currentColor;
  }
}
.btn--white__text {
  flex: 1;
}
.btn--white__icon {
  line-height: 1;
}
.btn--white__icon img,
.btn--white__icon svg {
  width: 1.25em;
  height: auto;
}
.btn--white__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .btn--white {
    height: 4rem;
  }
  .btn--white__text {
    flex: 1;
  }
  .btn--white__icon {
    line-height: 1;
  }
  .btn--white__icon img,
.btn--white__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn--white__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media print {
  .btn--white {
    height: 4rem;
  }
  .btn--white__text {
    flex: 1;
  }
  .btn--white__icon {
    line-height: 1;
  }
  .btn--white__icon img,
.btn--white__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn--white__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
.btn--primary, .btn-back,
.btn-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  border: none;
  height: 3.5rem;
  padding: 0.25em 1em 0.25em 2em;
  font-weight: 700;
  border-radius: 5em;
  line-height: 1.25;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 0.875rem;
  background-color: #0edbd6;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover, .btn-back:hover,
.btn-submit:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .btn--primary:hover span[class^=link-arrow], .btn-back:hover span[class^=link-arrow],
.btn-submit:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .btn--primary:hover span[class^=link-arrow]::before, .btn-back:hover span[class^=link-arrow]::before,
.btn-submit:hover span[class^=link-arrow]::before, .btn--primary:hover span[class^=link-arrow]::after, .btn-back:hover span[class^=link-arrow]::after,
.btn-submit:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary, .btn-back,
.btn-submit {
    transition: all 0.25s linear;
  }
  .btn--primary:hover span[class^=link-arrow], .btn-back:hover span[class^=link-arrow],
.btn-submit:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .btn--primary:hover .btn__icon svg, .btn-back:hover .btn__icon svg,
.btn-submit:hover .btn__icon svg {
    fill: currentColor;
  }
}
.btn--primary__text {
  flex: 1;
}
.btn--primary__icon {
  line-height: 1;
}
.btn--primary__icon img,
.btn--primary__icon svg {
  width: 1.25em;
  height: auto;
}
.btn--primary__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .btn--primary, .btn-back,
.btn-submit {
    height: 4rem;
  }
  .btn--primary__text {
    flex: 1;
  }
  .btn--primary__icon {
    line-height: 1;
  }
  .btn--primary__icon img,
.btn--primary__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn--primary__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media print {
  .btn--primary, .btn-back,
.btn-submit {
    height: 4rem;
  }
  .btn--primary__text {
    flex: 1;
  }
  .btn--primary__icon {
    line-height: 1;
  }
  .btn--primary__icon img,
.btn--primary__icon svg {
    width: 1.25em;
    height: auto;
  }
  .btn--primary__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
.btn--back {
  justify-content: flex-start;
  padding: 0.25em 1.5em 0.25em 1em;
}
.btn--back span[class^=link-arrow] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .btn--back:hover span[class^=link-arrow] {
    -webkit-transform: rotate(180deg) translate(25%, 0);
    transform: rotate(180deg) translate(25%, 0);
  }
}

.text-btn, .text-btn--back {
  font-size: 0.8125rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  font-weight: 700;
  line-height: 1.25;
  gap: 1em;
  color: #030303;
  text-decoration: none !important;
  font-size: 0.875rem;
}
@media (hover: hover) and (pointer: fine) {
  .text-btn, .text-btn--back {
    transition: all 0.25s linear;
  }
  .text-btn:hover span[class^=link-arrow], .text-btn--back:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .text-btn:hover .btn__icon svg, .text-btn--back:hover .btn__icon svg {
    fill: currentColor;
  }
}
.text-btn__text {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.25em;
}
.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;
}
@media print, screen and (min-width: 992px) {
  .text-btn, .text-btn--back {
    font-size: 0.875rem;
  }
}
@media print {
  .text-btn, .text-btn--back {
    font-size: 0.875rem;
  }
}
.text-btn--back {
  flex-direction: row-reverse;
}
.text-btn--back span[class^=link-arrow] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .text-btn--back:hover span[class^=link-arrow] {
    -webkit-transform: rotate(180deg) translate(25%, 0);
    transform: rotate(180deg) translate(25%, 0);
  }
}

.link-arrow, .link-arrow--lg, .link-arrow--sm, .link-arrow--transparent, .link-arrow--white {
  position: relative;
  display: block;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 1em;
  height: 1em;
  background-color: #0edbd6;
}
@media print, screen and (min-width: 992px) {
  .link-arrow, .link-arrow--lg, .link-arrow--sm, .link-arrow--transparent, .link-arrow--white {
    font-size: 2rem;
    transition: all 0.25s ease;
  }
}
@media print {
  .link-arrow, .link-arrow--lg, .link-arrow--sm, .link-arrow--transparent, .link-arrow--white {
    font-size: 2rem;
    transition: all 0.25s ease;
  }
}
.link-arrow::before, .link-arrow--lg::before, .link-arrow--sm::before, .link-arrow--transparent::before, .link-arrow--white::before, .link-arrow::after, .link-arrow--lg::after, .link-arrow--sm::after, .link-arrow--transparent::after, .link-arrow--white::after {
  position: absolute;
  content: " ";
  display: block;
  background-color: #fff;
  height: 1px;
  width: 0.25em;
  top: 50%;
  left: 48%;
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .link-arrow::before, .link-arrow--lg::before, .link-arrow--sm::before, .link-arrow--transparent::before, .link-arrow--white::before, .link-arrow::after, .link-arrow--lg::after, .link-arrow--sm::after, .link-arrow--transparent::after, .link-arrow--white::after {
    height: 2px;
  }
}
@media print {
  .link-arrow::before, .link-arrow--lg::before, .link-arrow--sm::before, .link-arrow--transparent::before, .link-arrow--white::before, .link-arrow::after, .link-arrow--lg::after, .link-arrow--sm::after, .link-arrow--transparent::after, .link-arrow--white::after {
    height: 2px;
  }
}
.link-arrow::before, .link-arrow--lg::before, .link-arrow--sm::before, .link-arrow--transparent::before, .link-arrow--white::before {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.link-arrow::after, .link-arrow--lg::after, .link-arrow--sm::after, .link-arrow--transparent::after, .link-arrow--white::after {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.link-arrow--white {
  background-color: #fff;
}
.link-arrow--white::before, .link-arrow--white::after {
  background-color: #0edbd6;
}
.link-arrow--transparent {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
}
.link-arrow--sm {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .link-arrow--sm {
    font-size: 1.5rem;
  }
}
@media print {
  .link-arrow--sm {
    font-size: 1.5rem;
  }
}
.link-arrow--sm::before, .link-arrow--sm::after {
  height: 1px;
}
.link-arrow--lg {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .link-arrow--lg {
    font-size: 3rem;
  }
}
@media print {
  .link-arrow--lg {
    font-size: 3rem;
  }
}
.link-arrow--lg::before, .link-arrow--lg::after {
  height: 2px;
}

.text-link {
  display: inline-flex;
  gap: 0.15em;
  color: #030303;
  text-underline-offset: 0.25em;
}
@media (hover: hover) and (pointer: fine) {
  .text-link {
    transition: 0.25s ease;
  }
  .text-link:hover {
    color: #0edbd6;
  }
}
.text-link > strong {
  font-size: 110%;
}
.text-link__icon svg {
  fill: #0edbd6;
  width: 0.75em;
  height: auto;
}

.btns-row {
  display: flex;
  align-items: center;
  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 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.btns-row .btn, .btns-row .btn--back {
  max-width: 100%;
  min-width: 40%;
}
@media print, screen and (min-width: 768px) {
  .btns-row .btn, .btns-row .btn--back {
    min-width: 15rem;
  }
}
@media print {
  .btns-row .btn, .btns-row .btn--back {
    min-width: 15rem;
  }
}

.form-btns {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.form-btns > p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.form-btns .wpcf7-spinner {
  position: absolute;
}

.btn-back,
.btn-submit {
  text-align: center;
  justify-content: center;
  padding: 0.25em;
  min-width: 0;
  width: 100%;
  max-width: 20rem;
}
@media print, screen and (min-width: 992px) {
  .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: #a3aab3;
  border: none;
  color: #fff;
}
.btn-back:visited {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-back:hover {
    background-color: #999;
    color: #fff;
  }
}
@media print {
  .btn-back:hover {
    background-color: #999;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .responsive-table-wrapper {
    margin-right: -1rem;
    padding-bottom: 0.5rem;
    display: block;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .responsive-table-wrapper__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 1rem;
  }
  .responsive-table-wrapper table {
    min-width: 560px;
  }
  .responsive-table-wrapper--sticky table thead tr th:first-child,
.responsive-table-wrapper--sticky table tbody tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    box-shadow: 0 5px 5px rgb(0, 0, 0);
  }
}

.scroll-hint-icon {
  top: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .scroll-hint-icon {
    top: 2.5rem;
  }
}
@media print {
  .scroll-hint-icon {
    top: 2.5rem;
  }
}

.table, .editor-content table, .editor-content--sm table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .table, .editor-content table, .editor-content--sm table {
    table-layout: fixed;
  }
}
@media print {
  .table, .editor-content table, .editor-content--sm table {
    table-layout: fixed;
  }
}
.table tr, .editor-content table tr, .editor-content--sm table tr {
  border-bottom: 1px solid #ddd;
}
.table th, .editor-content table th, .editor-content--sm table th,
.table td,
.editor-content table td,
.editor-content--sm table td {
  position: relative;
  vertical-align: middle;
  padding: 0.25rem;
  border-right: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .table th, .editor-content table th, .editor-content--sm table th,
.table td,
.editor-content table td,
.editor-content--sm table td {
    padding: 0.5rem 1rem;
  }
}
@media print {
  .table th, .editor-content table th, .editor-content--sm table th,
.table td,
.editor-content table td,
.editor-content--sm table td {
    padding: 0.5rem 1rem;
  }
}
.table thead th, .editor-content table thead th, .editor-content--sm table thead th,
.table thead td,
.editor-content table thead td,
.editor-content--sm table thead td {
  background-color: #0edbd6;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.table thead th:first-child, .editor-content table thead th:first-child, .editor-content--sm table thead th:first-child,
.table thead td:first-child,
.editor-content table thead td:first-child,
.editor-content--sm table thead td:first-child {
  width: 9em;
}
@media print, screen and (min-width: 992px) {
  .table thead th:first-child, .editor-content table thead th:first-child, .editor-content--sm table thead th:first-child,
.table thead td:first-child,
.editor-content table thead td:first-child,
.editor-content--sm table thead td:first-child {
    width: 11em;
  }
}
@media print {
  .table thead th:first-child, .editor-content table thead th:first-child, .editor-content--sm table thead th:first-child,
.table thead td:first-child,
.editor-content table thead td:first-child,
.editor-content--sm table thead td:first-child {
    width: 11em;
  }
}
.table tbody th, .editor-content table tbody th, .editor-content--sm table tbody th {
  text-align: left;
  font-weight: 700;
  background-color: #f3f3f3;
  width: 9em;
}
@media print, screen and (min-width: 992px) {
  .table tbody th, .editor-content table tbody th, .editor-content--sm table tbody th {
    width: 11em;
    height: 3rem;
  }
}
@media print {
  .table tbody th, .editor-content table tbody th, .editor-content--sm table tbody th {
    width: 11em;
    height: 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .table tbody td, .editor-content table tbody td, .editor-content--sm table tbody td {
    height: 3rem;
  }
}
@media print {
  .table tbody td, .editor-content table tbody td, .editor-content--sm table tbody td {
    height: 3rem;
  }
}
.table tbody td.td--price, .editor-content table tbody td.td--price, .editor-content--sm table tbody td.td--price {
  text-align: center;
  width: 10em;
}
@media print, screen and (min-width: 992px) {
  .table tbody td.td--price, .editor-content table tbody td.td--price, .editor-content--sm table tbody td.td--price {
    width: 12em;
  }
}
@media print {
  .table tbody td.td--price, .editor-content table tbody td.td--price, .editor-content--sm table tbody td.td--price {
    width: 12em;
  }
}
.table__td--min {
  font-size: 95%;
}
.table small, .editor-content table small, .editor-content--sm table small {
  font-weight: 400;
}
.table strong, .editor-content table strong, .editor-content--sm table strong {
  font-weight: 700;
  font-size: 110%;
}
.table a, .editor-content table a, .editor-content--sm table a {
  text-decoration: underline;
}

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

/* =====================
  editor(WYSIWYG)
===================== */
table .editor-content {
  line-height: 1.5;
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  table .editor-content {
    font-size: 13px;
  }
}
@media print {
  table .editor-content {
    font-size: 13px;
  }
}
table .editor-content p {
  margin: 0;
}

.editor-content {
  line-height: 1.85;
  letter-spacing: 0;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content {
    line-height: 2;
    font-size: 1.25rem;
  }
}
@media print {
  .editor-content {
    line-height: 2;
    font-size: 1.25rem;
  }
}
.editor-content * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  max-width: 100%;
}
.editor-content button,
.editor-content input,
.editor-content select,
.editor-content textarea {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.66;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 0;
}
.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child,
.editor-content p:first-child {
  margin-top: 0;
}
.editor-content h1,
.editor-content h2 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ddd;
}
.editor-content h1 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content h1 {
    font-size: 2rem;
  }
}
@media print {
  .editor-content h1 {
    font-size: 2rem;
  }
}
.editor-content h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content h2 {
    font-size: 1.75rem;
  }
}
@media print {
  .editor-content h2 {
    font-size: 1.75rem;
  }
}
.editor-content h3,
.editor-content h4 {
  background-color: #edf3f4;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
@media print, screen and (min-width: 992px) {
  .editor-content h3,
.editor-content h4 {
    padding: 0.5rem 1.5rem;
  }
}
@media print {
  .editor-content h3,
.editor-content h4 {
    padding: 0.5rem 1.5rem;
  }
}
.editor-content h3 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content h3 {
    font-size: 1.375rem;
  }
}
@media print {
  .editor-content h3 {
    font-size: 1.375rem;
  }
}
.editor-content h4 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content h4 {
    font-size: 1.25rem;
  }
}
@media print {
  .editor-content h4 {
    font-size: 1.25rem;
  }
}
.editor-content h5 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content h5 {
    font-size: 1.125rem;
  }
}
@media print {
  .editor-content h5 {
    font-size: 1.125rem;
  }
}
.editor-content h5::before {
  position: absolute;
  content: " ";
  display: block;
  width: 1em;
  background-color: #000;
  opacity: 0.3;
  height: 1px;
  top: 0.75em;
  left: 0;
}
.editor-content h6 {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content h6 {
    font-size: 1rem;
  }
}
@media print {
  .editor-content h6 {
    font-size: 1rem;
  }
}
.editor-content a {
  color: #0edbd6;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content a {
    transition: all 0.25s ease;
  }
  .editor-content a:hover {
    color: #2bf1ed;
  }
}
.editor-content .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  border: none;
  height: 3.5rem;
  padding: 0.25em 1em 0.25em 2em;
  font-weight: 700;
  border-radius: 5em;
  line-height: 1.25;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 0.875rem;
  background-color: #edf3f4;
  color: #030303;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content .btn:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .editor-content .btn:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .editor-content .btn:hover span[class^=link-arrow]::before, .editor-content .btn:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content .btn {
    transition: all 0.25s linear;
  }
  .editor-content .btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .editor-content .btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
.editor-content .btn__text {
  flex: 1;
}
.editor-content .btn__icon {
  line-height: 1;
}
.editor-content .btn__icon img,
.editor-content .btn__icon svg {
  width: 1.25em;
  height: auto;
}
.editor-content .btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .editor-content .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
  }
  .editor-content .btn__text {
    flex: 1;
  }
  .editor-content .btn__icon {
    line-height: 1;
  }
  .editor-content .btn__icon img,
.editor-content .btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .editor-content .btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media print {
  .editor-content .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
  }
  .editor-content .btn__text {
    flex: 1;
  }
  .editor-content .btn__icon {
    line-height: 1;
  }
  .editor-content .btn__icon img,
.editor-content .btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .editor-content .btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content a img {
    transition: all 0.25s ease;
  }
  .editor-content a img:hover {
    opacity: 0.65;
  }
}
.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor-content img.alignright {
  display: block;
  margin-left: auto;
}
.editor-content img.alignleft {
  display: block;
  margin-right: auto;
}
.editor-content img.aligncenter {
  display: block;
  margin: 1em auto;
}
.editor-content p,
.editor-content table,
.editor-content img,
.editor-content ul,
.editor-content ol,
.editor-content > div {
  margin-top: 1.5em;
}
.editor-content p:first-child,
.editor-content table:first-child,
.editor-content img:first-child,
.editor-content ul:first-child,
.editor-content ol:first-child,
.editor-content > div:first-child {
  margin-top: 0;
}
.editor-content p > img:first-child {
  margin-top: 0;
}
.editor-content dfn,
.editor-content cite,
.editor-content em,
.editor-content i {
  font-style: italic;
}
.editor-content blockquote {
  color: #666;
  background-color: #f7f7f7;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}
.editor-content blockquote.alignleft,
.editor-content blockquote.alignright {
  font-size: 0.9rem;
  width: 34%;
}
.editor-content address {
  margin: 0 0 1.5em;
}
.editor-content pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-content code,
.editor-content kbd,
.editor-content tt,
.editor-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.editor-content abbr,
.editor-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-content mark,
.editor-content ins {
  background: #eee;
  text-decoration: none;
}
.editor-content big {
  font-size: 125%;
}
.editor-content dl dt {
  font-weight: 700;
}
.editor-content blockquote,
.editor-content q {
  quotes: "" "";
}
.editor-content blockquote:before,
.editor-content blockquote:after,
.editor-content q:before,
.editor-content q:after {
  content: "";
}
.editor-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.editor-content ul,
.editor-content ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}
.editor-content ul {
  list-style: disc;
}
.editor-content ol h1,
.editor-content ol h2,
.editor-content ol h3,
.editor-content ol h4,
.editor-content ol h5,
.editor-content ol h6 {
  border: none;
  padding: 0;
}
.editor-content ol h3 {
  font-weight: 700;
}
.editor-content ol h4 {
  font-weight: 700;
}
.editor-content li > ul,
.editor-content li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
.editor-content li ol {
  font-size: 90%;
}
.editor-content li ol li {
  margin-bottom: 0.5em;
}
.editor-content .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor-content .iframe iframe,
.editor-content .iframe object,
.editor-content .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.editor-content embed,
.editor-content iframe,
.editor-content object {
  margin-top: 2em;
  max-width: 100%;
}
.editor-content strong {
  font-weight: 700;
}
.editor-content em {
  font-style: italic;
}
.editor-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.editor-content #toc_container {
  margin-top: 1em;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 16px;
  border: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content #toc_container {
    padding: 24px;
    font-size: 1rem;
  }
}
@media print {
  .editor-content #toc_container {
    padding: 24px;
    font-size: 1rem;
  }
}
.editor-content #toc_container .toc_title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  opacity: 0.4;
  text-align: left;
}
.editor-content #toc_container .toc_depth_1 {
  display: inline-flex;
  margin-right: 0.5em;
}
.editor-content #toc_container .toc_depth_1::after {
  position: relative;
  display: block;
  content: ".";
}
.editor-content #toc_container .toc_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.editor-content #toc_container .toc_list li {
  padding: 8px;
  border: none;
  background-image: linear-gradient(90deg, #ddd 25%, transparent 25%);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
.editor-content #toc_container .toc_list li a {
  color: #030303;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content #toc_container .toc_list li a {
    transition: all 0.25s ease;
  }
  .editor-content #toc_container .toc_list li a:hover {
    color: #0edbd6;
    text-decoration: none;
  }
}
.editor-content--sm {
  line-height: 1.85;
  letter-spacing: 0;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm {
    line-height: 2;
    font-size: 0.9rem;
  }
}
@media print {
  .editor-content--sm {
    line-height: 2;
    font-size: 0.9rem;
  }
}
.editor-content--sm * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  max-width: 100%;
}
.editor-content--sm button,
.editor-content--sm input,
.editor-content--sm select,
.editor-content--sm textarea {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.66;
}
.editor-content--sm h1,
.editor-content--sm h2,
.editor-content--sm h3,
.editor-content--sm h4,
.editor-content--sm h5,
.editor-content--sm h6 {
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 0;
}
.editor-content--sm h1:first-child,
.editor-content--sm h2:first-child,
.editor-content--sm h3:first-child,
.editor-content--sm h4:first-child,
.editor-content--sm h5:first-child,
.editor-content--sm h6:first-child,
.editor-content--sm p:first-child {
  margin-top: 0;
}
.editor-content--sm h1,
.editor-content--sm h2 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ddd;
}
.editor-content--sm h1 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h1 {
    font-size: 2rem;
  }
}
@media print {
  .editor-content--sm h1 {
    font-size: 2rem;
  }
}
.editor-content--sm h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h2 {
    font-size: 1.75rem;
  }
}
@media print {
  .editor-content--sm h2 {
    font-size: 1.75rem;
  }
}
.editor-content--sm h3,
.editor-content--sm h4 {
  background-color: #edf3f4;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h3,
.editor-content--sm h4 {
    padding: 0.5rem 1.5rem;
  }
}
@media print {
  .editor-content--sm h3,
.editor-content--sm h4 {
    padding: 0.5rem 1.5rem;
  }
}
.editor-content--sm h3 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h3 {
    font-size: 1.375rem;
  }
}
@media print {
  .editor-content--sm h3 {
    font-size: 1.375rem;
  }
}
.editor-content--sm h4 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h4 {
    font-size: 1.25rem;
  }
}
@media print {
  .editor-content--sm h4 {
    font-size: 1.25rem;
  }
}
.editor-content--sm h5 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h5 {
    font-size: 1.125rem;
  }
}
@media print {
  .editor-content--sm h5 {
    font-size: 1.125rem;
  }
}
.editor-content--sm h5::before {
  position: absolute;
  content: " ";
  display: block;
  width: 1em;
  background-color: #000;
  opacity: 0.3;
  height: 1px;
  top: 0.75em;
  left: 0;
}
.editor-content--sm h6 {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h6 {
    font-size: 1rem;
  }
}
@media print {
  .editor-content--sm h6 {
    font-size: 1rem;
  }
}
.editor-content--sm a {
  color: #0edbd6;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a {
    transition: all 0.25s ease;
  }
  .editor-content--sm a:hover {
    color: #2bf1ed;
  }
}
.editor-content--sm .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  border: none;
  height: 3.5rem;
  padding: 0.25em 1em 0.25em 2em;
  font-weight: 700;
  border-radius: 5em;
  line-height: 1.25;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 0.875rem;
  background-color: #edf3f4;
  color: #030303;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm .btn:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .editor-content--sm .btn:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .editor-content--sm .btn:hover span[class^=link-arrow]::before, .editor-content--sm .btn:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm .btn {
    transition: all 0.25s linear;
  }
  .editor-content--sm .btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .editor-content--sm .btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
.editor-content--sm .btn__text {
  flex: 1;
}
.editor-content--sm .btn__icon {
  line-height: 1;
}
.editor-content--sm .btn__icon img,
.editor-content--sm .btn__icon svg {
  width: 1.25em;
  height: auto;
}
.editor-content--sm .btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
  }
  .editor-content--sm .btn__text {
    flex: 1;
  }
  .editor-content--sm .btn__icon {
    line-height: 1;
  }
  .editor-content--sm .btn__icon img,
.editor-content--sm .btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .editor-content--sm .btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media print {
  .editor-content--sm .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
  }
  .editor-content--sm .btn__text {
    flex: 1;
  }
  .editor-content--sm .btn__icon {
    line-height: 1;
  }
  .editor-content--sm .btn__icon img,
.editor-content--sm .btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .editor-content--sm .btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a img {
    transition: all 0.25s ease;
  }
  .editor-content--sm a img:hover {
    opacity: 0.65;
  }
}
.editor-content--sm img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor-content--sm img.alignright {
  display: block;
  margin-left: auto;
}
.editor-content--sm img.alignleft {
  display: block;
  margin-right: auto;
}
.editor-content--sm img.aligncenter {
  display: block;
  margin: 1em auto;
}
.editor-content--sm p,
.editor-content--sm table,
.editor-content--sm img,
.editor-content--sm ul,
.editor-content--sm ol,
.editor-content--sm > div {
  margin-top: 1.5em;
}
.editor-content--sm p:first-child,
.editor-content--sm table:first-child,
.editor-content--sm img:first-child,
.editor-content--sm ul:first-child,
.editor-content--sm ol:first-child,
.editor-content--sm > div:first-child {
  margin-top: 0;
}
.editor-content--sm p > img:first-child {
  margin-top: 0;
}
.editor-content--sm dfn,
.editor-content--sm cite,
.editor-content--sm em,
.editor-content--sm i {
  font-style: italic;
}
.editor-content--sm blockquote {
  color: #666;
  background-color: #f7f7f7;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}
.editor-content--sm blockquote.alignleft,
.editor-content--sm blockquote.alignright {
  font-size: 0.9rem;
  width: 34%;
}
.editor-content--sm address {
  margin: 0 0 1.5em;
}
.editor-content--sm pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-content--sm code,
.editor-content--sm kbd,
.editor-content--sm tt,
.editor-content--sm var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.editor-content--sm abbr,
.editor-content--sm acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-content--sm mark,
.editor-content--sm ins {
  background: #eee;
  text-decoration: none;
}
.editor-content--sm big {
  font-size: 125%;
}
.editor-content--sm dl dt {
  font-weight: 700;
}
.editor-content--sm blockquote,
.editor-content--sm q {
  quotes: "" "";
}
.editor-content--sm blockquote:before,
.editor-content--sm blockquote:after,
.editor-content--sm q:before,
.editor-content--sm q:after {
  content: "";
}
.editor-content--sm hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.editor-content--sm ul,
.editor-content--sm ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}
.editor-content--sm ul {
  list-style: disc;
}
.editor-content--sm ol h1,
.editor-content--sm ol h2,
.editor-content--sm ol h3,
.editor-content--sm ol h4,
.editor-content--sm ol h5,
.editor-content--sm ol h6 {
  border: none;
  padding: 0;
}
.editor-content--sm ol h3 {
  font-weight: 700;
}
.editor-content--sm ol h4 {
  font-weight: 700;
}
.editor-content--sm li > ul,
.editor-content--sm li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
.editor-content--sm li ol {
  font-size: 90%;
}
.editor-content--sm li ol li {
  margin-bottom: 0.5em;
}
.editor-content--sm .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor-content--sm .iframe iframe,
.editor-content--sm .iframe object,
.editor-content--sm .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.editor-content--sm embed,
.editor-content--sm iframe,
.editor-content--sm object {
  margin-top: 2em;
  max-width: 100%;
}
.editor-content--sm strong {
  font-weight: 700;
}
.editor-content--sm em {
  font-style: italic;
}
.editor-content--sm blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.editor-content--sm #toc_container {
  margin-top: 1em;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 16px;
  border: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm #toc_container {
    padding: 24px;
    font-size: 1rem;
  }
}
@media print {
  .editor-content--sm #toc_container {
    padding: 24px;
    font-size: 1rem;
  }
}
.editor-content--sm #toc_container .toc_title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  opacity: 0.4;
  text-align: left;
}
.editor-content--sm #toc_container .toc_depth_1 {
  display: inline-flex;
  margin-right: 0.5em;
}
.editor-content--sm #toc_container .toc_depth_1::after {
  position: relative;
  display: block;
  content: ".";
}
.editor-content--sm #toc_container .toc_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.editor-content--sm #toc_container .toc_list li {
  padding: 8px;
  border: none;
  background-image: linear-gradient(90deg, #ddd 25%, transparent 25%);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
.editor-content--sm #toc_container .toc_list li a {
  color: #030303;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm #toc_container .toc_list li a {
    transition: all 0.25s ease;
  }
  .editor-content--sm #toc_container .toc_list li a:hover {
    color: #0edbd6;
    text-decoration: none;
  }
}

.child-block {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .child-block {
    margin-top: 2.5rem;
  }
}
@media print {
  .child-block {
    margin-top: 2.5rem;
  }
}
.child-block:first-child {
  margin-top: 0;
}
.child-block--xs {
  margin-top: 0.25rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--xs {
    margin-top: 0.5rem;
  }
}
@media print {
  .child-block--xs {
    margin-top: 0.5rem;
  }
}
.child-block--xs:first-child {
  margin-top: 0;
}
.child-block--sm {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--sm {
    margin-top: 1.5rem;
  }
}
@media print {
  .child-block--sm {
    margin-top: 1.5rem;
  }
}
.child-block--sm:first-child {
  margin-top: 0;
}
.child-block--lg {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--lg {
    margin-bottom: 5rem;
  }
}
@media print {
  .child-block--lg {
    margin-bottom: 5rem;
  }
}
.child-block--xl {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--xl {
    margin-top: 7.5rem;
  }
}
@media print {
  .child-block--xl {
    margin-top: 7.5rem;
  }
}
.child-block--xl:first-child {
  margin-top: 0;
}

.accordion-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top: 1px solid #ddd;
}

.accordion-block, .accordion-block--sp {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin-top: 0 !important;
}
@media print, screen and (min-width: 992px) {
  .accordion-block--sp {
    background-color: transparent;
  }
  .accordion-block--sp .accordion-block__plus {
    display: none;
  }
  .accordion-block--sp .accordion-block__label {
    pointer-events: none;
  }
  .accordion-block--sp .accordion-block__content {
    height: auto;
    opacity: 1;
    padding: 0 !important;
    border: none;
  }
  .accordion-block--sp .accordion-block__content-inner {
    padding: 0;
  }
}
@media print {
  .accordion-block--sp {
    background-color: transparent;
  }
  .accordion-block--sp .accordion-block__plus {
    display: none;
  }
  .accordion-block--sp .accordion-block__label {
    pointer-events: none;
  }
  .accordion-block--sp .accordion-block__content {
    height: auto;
    opacity: 1;
    padding: 0 !important;
    border: none;
  }
  .accordion-block--sp .accordion-block__content-inner {
    padding: 0;
  }
}
.accordion-block__check {
  display: none;
}
.accordion-block__label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__label {
    gap: 1rem;
    padding-right: 1.5rem;
  }
}
@media print {
  .accordion-block__label {
    gap: 1rem;
    padding-right: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .accordion-block__label {
    transition: background 0.25s ease;
  }
  .accordion-block__label:hover {
    background-color: #f6f7f8;
  }
}
.accordion-block__plus {
  font-size: 1.75rem;
  position: relative;
  border: 1px solid #0edbd6;
  color: #0edbd6;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.25s ease;
}
.accordion-block__plus::before, .accordion-block__plus::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  left: 50%;
  width: 40%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 999em;
}
.accordion-block__plus::after {
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .accordion-block__plus {
    font-size: 2.5rem;
  }
}
@media print {
  .accordion-block__plus {
    font-size: 2.5rem;
  }
}
.accordion-block__label-inner, .accordion-block__content-inner {
  position: relative;
  display: flex;
  width: 100%;
}
.accordion-block__label-inner {
  flex: 1;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__label-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media print {
  .accordion-block__label-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}
.accordion-block__question, .accordion-block__answer {
  position: relative;
  display: flex;
  gap: 0.5em;
}
.accordion-block__question::before, .accordion-block__answer::before {
  position: relative;
  display: block;
  line-height: 1;
  width: 1em;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #a13e59;
  font-size: 150%;
}
.accordion-block__question {
  font-size: 0.875rem;
  font-weight: 700;
  align-items: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__question {
    font-size: 1rem;
  }
}
@media print {
  .accordion-block__question {
    font-size: 1rem;
  }
}
.accordion-block__question p {
  margin-top: 1em;
}
.accordion-block__question p:first-child {
  margin-top: 0;
}
.accordion-block__question::before {
  align-self: center;
  line-height: 1;
  content: "Q";
  color: #0edbd6;
}
@media print, screen and (min-width: 768px) {
  .accordion-block__question::before {
    align-self: center;
  }
}
@media print {
  .accordion-block__question::before {
    align-self: center;
  }
}
.accordion-block__question > div,
.accordion-block__question > span {
  flex: 1;
}
.accordion-block__answer::before {
  content: "A";
  color: #a13e59;
}
.accordion-block__answer > div {
  flex: 1;
  word-break: break-all;
}
.accordion-block__title {
  display: block;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.125rem;
  color: #0edbd6;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__title {
    font-size: 1.5rem;
  }
}
@media print {
  .accordion-block__title {
    font-size: 1.5rem;
  }
}
.accordion-block__title strong {
  font-size: 115%;
}
.accordion-block__content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
  background-color: #f6f6f6;
}
.accordion-block__content-inner {
  display: block;
  padding-right: 1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__content-inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print {
  .accordion-block__content-inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.accordion-block .accordion-block__check:checked + .accordion-block__label + .accordion-block__content, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label + .accordion-block__content {
  height: auto;
  opacity: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 992px) {
  .accordion-block .accordion-block__check:checked + .accordion-block__label + .accordion-block__content, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label + .accordion-block__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media print {
  .accordion-block .accordion-block__check:checked + .accordion-block__label + .accordion-block__content, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label + .accordion-block__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.accordion-block .accordion-block__check:checked + .accordion-block__label .accordion-block__plus::after, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label .accordion-block__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.inview-up[data-inview] {
  transition: opacity 0.8s ease 0.35s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}
.inview-up[data-inview=false] {
  opacity: 0;
  -webkit-transform: translate(0, 2.5rem);
  transform: translate(0, 2.5rem);
}
.inview-up[data-inview=true] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.box, .box--outline, .box--white, .box--sm {
  background-color: #edf3f4;
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .box, .box--outline, .box--white, .box--sm {
    padding: 2.5rem;
  }
}
@media print {
  .box, .box--outline, .box--white, .box--sm {
    padding: 2.5rem;
  }
}
.box--sm {
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .box--sm {
    padding: 1.5rem;
  }
}
@media print {
  .box--sm {
    padding: 1.5rem;
  }
}
.box--white {
  background-color: #fff;
}
.box--outline {
  background-color: #fff;
  border: 1px solid #030303;
}

.breadcrumbs {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 0.8125rem;
  }
}
@media print {
  .breadcrumbs {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 0.8125rem;
  }
}
.breadcrumbs ul,
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25;
}
.breadcrumbs ul li,
.breadcrumbs ol li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0;
}
.breadcrumbs ul li::before,
.breadcrumbs ol li::before {
  position: relative;
  display: block;
  content: "";
  height: 65%;
  width: 1px;
  background-color: #030303;
  opacity: 0.15;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
  margin-left: 1em;
  margin-right: 1em;
}
.breadcrumbs ul li:first-child::before,
.breadcrumbs ol li:first-child::before {
  content: none;
}
.breadcrumbs ul li a,
.breadcrumbs ol li a {
  color: #aaa;
  text-decoration: none !important;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs ul li a,
.breadcrumbs ol li a {
    transition: all 0.25s ease;
  }
  .breadcrumbs ul li a:hover,
.breadcrumbs ol li a:hover {
    color: #030303;
  }
}
.breadcrumbs ul li > a,
.breadcrumbs ul li > span,
.breadcrumbs ol li > a,
.breadcrumbs ol li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  text-transform: capitalize;
}
.breadcrumbs__home {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.breadcrumbs__icon {
  line-height: 1;
}
.breadcrumbs__icon svg {
  vertical-align: middle;
  width: 1em;
  height: auto;
}

.card-list, .card-list--lg, .card-list--sm {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .card-list, .card-list--lg, .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
@media print {
  .card-list, .card-list--lg, .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
.card-list--sm {
  gap: 1.5rem 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
@media print {
  .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
.card-list--sm .card-list__item {
  width: calc(50% - 0.25rem);
}
@media print, screen and (min-width: 992px) {
  .card-list--sm .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}
@media print {
  .card-list--sm .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}
@media print, screen and (min-width: 992px) {
  .card-list--lg .card-list__item {
    width: calc(50% - 1.25rem);
  }
}
@media print {
  .card-list--lg .card-list__item {
    width: calc(50% - 1.25rem);
  }
}
.card-list__item {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}
@media print {
  .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}

a.card {
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  a.card:hover {
    color: #666;
  }
  a.card:hover .card__image img {
    opacity: 0.8;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  a.card:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #030303;
  background-color: #fff;
  border-radius: 0.5rem;
  gap: 1em;
}
@media print, screen and (min-width: 992px) {
  .card {
    border-radius: 1rem;
  }
}
@media print {
  .card {
    border-radius: 1rem;
  }
}
.card__image {
  position: relative;
  border-radius: 0.5rem;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .card__image {
    border-radius: 1rem;
  }
}
@media print {
  .card__image {
    border-radius: 1rem;
  }
}
.card__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;
}
.card__main {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}
.card__title {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .card__title {
    font-size: 1.5rem;
  }
}
@media print {
  .card__title {
    font-size: 1.5rem;
  }
}
.card__title strong {
  font-size: 115%;
}
.card__title > span:first-child {
  flex: 1;
}
.card__text {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .card__text {
    font-size: 0.875rem;
  }
}
@media print {
  .card__text {
    font-size: 0.875rem;
  }
}
.card__text p {
  margin-top: 1em;
}
.card__text p:first-child {
  margin-top: 0;
}

.staff-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .staff-list {
    gap: 3rem 2.5rem;
  }
}
@media print {
  .staff-list {
    gap: 3rem 2.5rem;
  }
}
.staff-list__item {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .staff-list__item {
    width: calc(25% - 1.875rem);
  }
}
@media print {
  .staff-list__item {
    width: calc(25% - 1.875rem);
  }
}

.staff-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #030303;
  gap: 1em;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .staff-card:hover .staff-card__main--popup {
    opacity: 1;
  }
}
.staff-card__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1em;
}
.staff-card__header {
  display: flex;
  gap: 0.5em;
  align-items: flex-end;
}
.staff-card__avatar {
  width: 4rem;
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .staff-card__avatar {
    display: block;
  }
}
.staff-card__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 132.7586206897%;
  background-color: #edf3f4;
  overflow: hidden;
}
.staff-card__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;
}
.staff-card__main, .staff-card__main--popup, .staff-card__main--sm {
  flex: 1;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .staff-card__main, .staff-card__main--popup, .staff-card__main--sm {
    display: flex;
  }
}
.staff-card__main--sm {
  display: flex;
}
.staff-card__main--popup {
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .staff-card__main--popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 1.5em;
    gap: 1.5em;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: 87.5%;
    opacity: 0;
    transition: 0.45s ease;
  }
}
.staff-card__title {
  font-size: 112.5%;
  line-height: 1.5;
  font-weight: 700;
}
.staff-card__text {
  font-size: 100%;
}
.staff-card__cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 75%;
  opacity: 0.65;
  line-height: 1.5;
}

.category-block {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 2em;
  overflow: hidden;
}
.category-block__title {
  position: relative;
  display: flex;
  flex: 1;
  align-items: baseline;
  min-height: 3rem;
  padding: 1rem 1rem;
  line-height: 1.25;
  color: #030303;
  font-weight: 700;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .category-block__title {
    padding: 1rem 1.5rem;
  }
}
@media print {
  .category-block__title {
    padding: 1rem 1.5rem;
  }
}
.category-block__label {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 85%;
}
@media print, screen and (min-width: 992px) {
  .category-block__label {
    font-size: 95%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-width: 4em;
  }
}
@media print {
  .category-block__label {
    font-size: 95%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-width: 4em;
  }
}
.category-block__current {
  color: #0edbd6;
  padding-left: 0.5em;
  border-left: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .category-block__current {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
  }
}
@media print {
  .category-block__current {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
  }
}
@media print, screen and (min-width: 992px) {
  .category-block.accordion-block--sp {
    border: none;
    border-radius: 0;
    gap: 0.5em;
  }
}
@media print {
  .category-block.accordion-block--sp {
    border: none;
    border-radius: 0;
    gap: 0.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .category-block.accordion-block--sp .category-block__title {
    align-items: stretch;
    padding: 0;
    min-height: 0;
    gap: 1em;
  }
}
@media print {
  .category-block.accordion-block--sp .category-block__title {
    align-items: stretch;
    padding: 0;
    min-height: 0;
    gap: 1em;
  }
}
@media print, screen and (min-width: 992px) {
  .category-block.accordion-block--sp .category-block__label {
    font-size: 150%;
    color: #0edbd6;
    flex: 1;
  }
}
@media print {
  .category-block.accordion-block--sp .category-block__label {
    font-size: 150%;
    color: #0edbd6;
    flex: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .category-block.accordion-block--sp .category-block__current {
    display: none;
  }
}
@media print {
  .category-block.accordion-block--sp .category-block__current {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .category-block.accordion-block--sp .category-list, .category-block.accordion-block--sp .category-list--child {
    gap: 1em;
    align-items: flex-start;
  }
  .category-block.accordion-block--sp .category-list > li, .category-block.accordion-block--sp .category-list--child > li {
    border: none;
    width: auto;
    align-items: center;
  }
  .category-block.accordion-block--sp .category-list > li::before, .category-block.accordion-block--sp .category-list--child > li::before {
    position: relative;
    display: block;
    content: " ";
    width: 0.25em;
    height: 0.25em;
    background-color: #000;
    opacity: 0.25;
    border-radius: 50%;
  }
  .category-block.accordion-block--sp .category-list > li.current-cat::before, .category-block.accordion-block--sp .category-list--child > li.current-cat::before {
    background-color: #0edbd6;
    opacity: 1;
  }
  .category-block.accordion-block--sp .category-list > li.current-cat a, .category-block.accordion-block--sp .category-list--child > li.current-cat a {
    color: #030303;
    opacity: 1;
    border-bottom: 1px solid #0edbd6;
  }
  .category-block.accordion-block--sp .category-list a, .category-block.accordion-block--sp .category-list--child a {
    min-height: 0;
    width: auto;
    font-weight: 700;
    padding: 0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    opacity: 0.45;
    flex: 1;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .category-block.accordion-block--sp .category-list a, .category-block.accordion-block--sp .category-list--child a {
    transition: all 0.25s ease;
  }
  .category-block.accordion-block--sp .category-list a:hover, .category-block.accordion-block--sp .category-list--child a:hover {
    opacity: 1;
    color: #030303;
  }
}
@media print {
  .category-block.accordion-block--sp .category-list, .category-block.accordion-block--sp .category-list--child {
    gap: 1em;
    align-items: flex-start;
  }
  .category-block.accordion-block--sp .category-list > li, .category-block.accordion-block--sp .category-list--child > li {
    border: none;
    width: auto;
    align-items: center;
  }
  .category-block.accordion-block--sp .category-list > li::before, .category-block.accordion-block--sp .category-list--child > li::before {
    position: relative;
    display: block;
    content: " ";
    width: 0.25em;
    height: 0.25em;
    background-color: #000;
    opacity: 0.25;
    border-radius: 50%;
  }
  .category-block.accordion-block--sp .category-list > li.current-cat::before, .category-block.accordion-block--sp .category-list--child > li.current-cat::before {
    background-color: #0edbd6;
    opacity: 1;
  }
  .category-block.accordion-block--sp .category-list > li.current-cat a, .category-block.accordion-block--sp .category-list--child > li.current-cat a {
    color: #030303;
    opacity: 1;
    border-bottom: 1px solid #0edbd6;
  }
  .category-block.accordion-block--sp .category-list a, .category-block.accordion-block--sp .category-list--child a {
    min-height: 0;
    width: auto;
    font-weight: 700;
    padding: 0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    opacity: 0.45;
    flex: 1;
  }
}
@media print and (hover: hover) and (pointer: fine) {
  .category-block.accordion-block--sp .category-list a, .category-block.accordion-block--sp .category-list--child a {
    transition: all 0.25s ease;
  }
  .category-block.accordion-block--sp .category-list a:hover, .category-block.accordion-block--sp .category-list--child a:hover {
    opacity: 1;
    color: #030303;
  }
}
.category-block__icon {
  position: relative;
  width: 1em;
  height: 1em;
}
.category-block__icon::before, .category-block__icon::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  width: 1em;
  height: 2px;
  border-radius: 999em;
  background-color: #0edbd6;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.category-block__icon::after {
  transition: all 0.25s ease;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
@media print, screen and (min-width: 992px) {
  .category-block__icon {
    display: none;
  }
}
@media print {
  .category-block__icon {
    display: none;
  }
}
.category-block__list {
  background-color: #f6f6f6;
}
@media print, screen and (min-width: 992px) {
  .category-block__list {
    background-color: transparent;
  }
}
@media print {
  .category-block__list {
    background-color: transparent;
  }
}

.category-list, .category-list--child {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.category-list > li, .category-list--child > li {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .category-list > li, .category-list--child > li {
    width: auto;
  }
}
@media print {
  .category-list > li, .category-list--child > li {
    width: auto;
  }
}
.category-list > li:first-child, .category-list--child > li:first-child {
  border-top: none;
}
.category-list > li.current-cat a, .category-list--child > li.current-cat a {
  font-weight: 700;
  color: #0edbd6;
}
.category-list--child {
  font-size: 90%;
  padding-left: 1.05em;
  border-left: 0.25em solid #ddd;
  margin-bottom: 0.5em;
}
.category-list--child > li {
  border-top: 1px dotted #ddd;
}
.category-list--child > li:first-child {
  border-top: 1px dotted #ddd;
}
.category-list--child > li > a {
  min-height: 3em;
  padding: 0.25em 0;
}
.category-list a, .category-list--child a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.5em;
  padding: 0.75em 0;
  width: 100%;
  gap: 1em;
  line-height: 1.25;
  color: #030303;
  text-decoration: none !important;
}
.category-list a:active, .category-list--child a:active, .category-list a:focus, .category-list--child a:focus {
  color: #030303;
}
.category-list a > span, .category-list--child a > span {
  flex: 1;
}
@media (hover: hover) and (pointer: fine) {
  .category-list a, .category-list--child a {
    transition: all 0.25s ease;
  }
  .category-list a:hover, .category-list--child a:hover {
    color: #0edbd6;
    background-color: rgba(14, 219, 214, 0.05);
  }
}

.horizontal-dl, .horizontal-dl--lg, .horizontal-dl--sm, .horizontal-dl--xs, .horizontal-dl--list {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.horizontal-dl dt, .horizontal-dl--lg dt, .horizontal-dl--sm dt, .horizontal-dl--xs dt, .horizontal-dl--list dt {
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  opacity: 0.45;
}
@media print, screen and (min-width: 992px) {
  .horizontal-dl dt, .horizontal-dl--lg dt, .horizontal-dl--sm dt, .horizontal-dl--xs dt, .horizontal-dl--list dt {
    width: 10em;
  }
}
@media print {
  .horizontal-dl dt, .horizontal-dl--lg dt, .horizontal-dl--sm dt, .horizontal-dl--xs dt, .horizontal-dl--list dt {
    width: 10em;
  }
}
.horizontal-dl dt:first-of-type, .horizontal-dl--lg dt:first-of-type, .horizontal-dl--sm dt:first-of-type, .horizontal-dl--xs dt:first-of-type, .horizontal-dl--list dt:first-of-type {
  margin-top: 0;
}
.horizontal-dl dd, .horizontal-dl--lg dd, .horizontal-dl--sm dd, .horizontal-dl--xs dd, .horizontal-dl--list dd {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .horizontal-dl dd, .horizontal-dl--lg dd, .horizontal-dl--sm dd, .horizontal-dl--xs dd, .horizontal-dl--list dd {
    width: calc(100% - 10em);
    margin-top: 1em;
  }
  .horizontal-dl dd:first-of-type, .horizontal-dl--lg dd:first-of-type, .horizontal-dl--sm dd:first-of-type, .horizontal-dl--xs dd:first-of-type, .horizontal-dl--list dd:first-of-type {
    margin-top: 0;
  }
}
@media print {
  .horizontal-dl dd, .horizontal-dl--lg dd, .horizontal-dl--sm dd, .horizontal-dl--xs dd, .horizontal-dl--list dd {
    width: calc(100% - 10em);
    margin-top: 1em;
  }
  .horizontal-dl dd:first-of-type, .horizontal-dl--lg dd:first-of-type, .horizontal-dl--sm dd:first-of-type, .horizontal-dl--xs dd:first-of-type, .horizontal-dl--list dd:first-of-type {
    margin-top: 0;
  }
}
.horizontal-dl--list dt {
  position: relative;
  opacity: 1;
  padding-left: 0.75em;
}
.horizontal-dl--list dt:after {
  position: absolute;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #0edbd6;
  left: 0;
  top: 0.75em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.horizontal-dl--xs dt {
  width: 3em;
  white-space: nowrap;
  font-weight: normal;
}
.horizontal-dl--xs dd {
  width: calc(100% - 3em);
}
.horizontal-dl--sm dt {
  width: 7em;
}
.horizontal-dl--sm dd {
  width: calc(100% - 7em);
}
.horizontal-dl--lg dt {
  width: 12em;
}
.horizontal-dl--lg dd {
  width: calc(100% - 12em);
}

.mail-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .mail-form {
    gap: 2.5rem;
  }
}
@media print {
  .mail-form {
    gap: 2.5rem;
  }
}

.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: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 992px) {
  .form-table__row {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}
@media print {
  .form-table__row {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}
.form-table__head, .form-table__content {
  display: flex;
}
.form-table__head {
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: 90%;
  color: #555;
}
@media print, screen and (min-width: 992px) {
  .form-table__head {
    width: 12.5rem;
  }
}
@media print {
  .form-table__head {
    width: 12.5rem;
  }
}
.form-table__head > div:first-child {
  flex: 1;
}
.form-table__head label {
  font-weight: 700;
}
.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;
}
.form-table__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .form-table__content {
    flex: 1;
  }
}
@media print {
  .form-table__content {
    flex: 1;
  }
}
.form-table__content .min {
  font-size: 85%;
  font-weight: normal;
}

.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--inline {
  width: 100%;
  padding: 0.5em;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
}
@media print, screen and (min-width: 992px) {
  .form-control, .form-control--inline {
    padding: 0.75em 0.5em;
    font-size: 1rem;
  }
}
@media print {
  .form-control, .form-control--inline {
    padding: 0.75em 0.5em;
    font-size: 1rem;
  }
}
.form-control--inline {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.form-control::-webkit-input-placeholder, .form-control--inline::-webkit-input-placeholder {
  color: #999;
}
.form-control::-moz-placeholder, .form-control--inline::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder, .form-control--inline:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder, .form-control--inline::-ms-input-placeholder {
  color: #999;
}
.form-control::placeholder, .form-control--inline::placeholder {
  color: #999;
}

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

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

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

.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: #fff;
  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: 6em;
  height: 2.5em;
  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: 3em;
    padding: 0.5em 3em 0.5em 0.5em;
    font-size: 1rem;
  }
}
@media print {
  .form-select, .form-select--white {
    min-width: 8em;
    height: 3em;
    padding: 0.5em 3em 0.5em 0.5em;
    font-size: 1rem;
  }
}
.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;
  gap: 0.5em;
  width: 100%;
  word-break: break-all;
}
.form-file > p {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.25em;
}
.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: initial;
}
.form-file.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  min-width: 13em;
  width: auto;
}
.form-file label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0edbd6;
  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: "Not selected.";
  color: black;
  font-weight: 400;
  right: -10em;
}
.form-file label.changed:after {
  content: "";
}
.form-file .filename {
  display: block;
  font-size: 90%;
  flex: 1;
}
.form-file__delete {
  position: relative;
  display: block;
  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 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-file__delete::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  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: 400;
}
.btn-addfile .icon {
  margin-right: 5px;
  color: #666;
}

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

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

.form-radio-label, .form-radio-label--block {
  display: inline-flex;
  font-size: 95%;
  align-items: center;
  margin: 8px 0;
  min-width: 80px;
  font-weight: normal;
  margin-right: 24px;
}
@media print, screen and (min-width: 992px) {
  .form-radio-label, .form-radio-label--block {
    margin-right: 40px;
  }
}
@media print {
  .form-radio-label, .form-radio-label--block {
    margin-right: 40px;
  }
}
.form-radio-label:last-child, .form-radio-label--block:last-child {
  margin-left: 0;
}
.form-radio-label--block {
  display: flex;
  margin-left: 0;
  margin-top: 16px;
}
.form-radio-label--block:first-child {
  margin-top: 8px;
}
.form-radio-label__input {
  margin-right: 0.5em;
}
.form-radio-label__text {
  flex: 1;
}

.form-row {
  display: flex;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}
.form-row__col, .form-row__col--inline {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}
.form-row__col--inline {
  width: auto;
}

.mark-req {
  display: inline-flex;
  padding: 0.25em 1em;
  line-height: 1.25;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 0.6875rem;
  background-color: #a13e59;
  border-radius: 999em;
}

.privacy-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
}
.privacy-block__title {
  font-weight: 700;
}
.privacy-block__text {
  font-size: 87.5%;
  opacity: 0.65;
}
.privacy-block__box, .privacy-block__box--visibled {
  font-size: 85%;
  line-height: 1.5;
  margin-top: 8px;
  background-color: #f6f6f6;
  padding: 8px;
  max-height: 240px;
  overflow: auto;
}
@media print, screen and (min-width: 992px) {
  .privacy-block__box, .privacy-block__box--visibled {
    font-size: 0.75rem;
    padding: 16px;
    max-height: 320px;
  }
}
@media print {
  .privacy-block__box, .privacy-block__box--visibled {
    font-size: 0.75rem;
    padding: 16px;
    max-height: 320px;
  }
}
.privacy-block__box--visibled {
  max-height: none;
}
.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 p {
  margin-top: 0.5em;
}
.privacy-block p:first-child {
  margin-top: 0;
}
.privacy-block__h1 {
  font-size: 110%;
  font-weight: 700;
  margin-top: 1em;
}
.privacy-block__h2 {
  font-weight: 700;
}
.privacy-block a {
  color: #0edbd6;
  text-decoration: underline;
}
.privacy-block__check {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.privacy-block__check label {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}
.privacy-block__check input {
  margin-right: 4px;
}

.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: 700;
  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 {
  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 {
  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 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 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 {
  -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 {
  opacity: 0.65;
  font-size: 80%;
}
@media print, screen and (min-width: 992px) {
  .recapture-text {
    text-align: center;
  }
}
@media print {
  .recapture-text {
    text-align: center;
  }
}
.recapture-text a {
  color: #0edbd6;
  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;
}

.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: initial;
    flex-direction: row;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media print {
  .drawer {
    position: initial;
    flex-direction: row;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
.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);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-color: #f9f9f9;
  overflow: auto;
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
  }
}
@media print {
  .drawer__inner {
    display: flex;
    height: auto;
    width: auto;
    -webkit-transform: none;
    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 {
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] .drawer__inner {
    -webkit-transform: none;
    transform: none;
  }
}
@media print {
  .drawer[aria-hidden=false] .drawer__inner {
    -webkit-transform: none;
    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: #0edbd6;
  z-index: 1000;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn {
    transition: all 0.25s ease;
  }
  .drawer-btn:hover {
    background-color: #43f3ef;
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(1) {
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(3) {
    -webkit-transform: translate(0, 1px);
    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: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.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;
  -webkit-transform: translate(0, calc(0.1125em - 1px)) rotate(45deg);
  transform: translate(0, calc(0.1125em - 1px)) rotate(45deg);
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(3) {
  -webkit-transform: translate(0, calc(-0.1125em + 1px)) rotate(-45deg);
  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;
    -webkit-transform: translate(0, calc(0.1125em - 1px)) rotate(40deg);
    transform: translate(0, calc(0.1125em - 1px)) rotate(40deg);
  }
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(3) {
    -webkit-transform: translate(0, calc(-0.1125em + 1px)) rotate(-40deg);
    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;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
  }
  .dropdown-menu::-webkit-scrollbar {
    display: none;
  }
}
@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;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
  }
  .dropdown-menu::-webkit-scrollbar {
    display: none;
  }
}
.dropdown-menu__container, .dropdown-menu__container--column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container, .dropdown-menu__container--column {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .dropdown-menu__container, .dropdown-menu__container--column {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container, .dropdown-menu__container--column {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .dropdown-menu__container, .dropdown-menu__container--column {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container--column {
    flex-direction: column;
  }
}
@media print {
  .dropdown-menu__container--column {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container--column .dropdown-menu__container__header {
    width: 100%;
  }
}
@media print {
  .dropdown-menu__container--column .dropdown-menu__container__header {
    width: 100%;
  }
}
.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: #0edbd6;
  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;
  text-decoration: none !important;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
    border: 1px solid #eee;
    margin: 0;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow]::before, .dropdown-menu__btn:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn {
    transition: all 0.25s linear;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .dropdown-menu__btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__btn__text {
    flex: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__btn__icon {
    line-height: 1;
  }
  .dropdown-menu__btn__icon img,
.dropdown-menu__btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .dropdown-menu__btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
@media print {
  .dropdown-menu__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    min-width: 13.5rem;
    max-width: 100%;
    border: none;
    height: 3.5rem;
    padding: 0.25em 1em 0.25em 2em;
    font-weight: 700;
    border-radius: 5em;
    line-height: 1.25;
    gap: 0.5em;
    text-decoration: none !important;
    font-size: 0.875rem;
    background-color: #edf3f4;
    color: #030303;
    border: 1px solid #eee;
    margin: 0;
  }
}
@media print and (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow]::before, .dropdown-menu__btn:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media print and (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn {
    transition: all 0.25s linear;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .dropdown-menu__btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
@media print {
  .dropdown-menu__btn__text {
    flex: 1;
  }
}
@media print {
  .dropdown-menu__btn__icon {
    line-height: 1;
  }
  .dropdown-menu__btn__icon img,
.dropdown-menu__btn__icon svg {
    width: 1.25em;
    height: auto;
  }
  .dropdown-menu__btn__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}
.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;
  font-size: 1.75rem;
  position: relative;
  align-items: center;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  gap: 0.5em;
}
.dropdown-title::before {
  position: relative;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  margin-left: 0.15em;
  border-radius: 999em;
  background-color: #0edbd6;
}
.dropdown-title__text {
  font-weight: 700;
  flex: 1;
}

.dropdown-list, .dropdown-list--sm {
  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, .dropdown-list--sm {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    gap: 4rem;
    background-color: transparent;
  }
}
@media print {
  .dropdown-list, .dropdown-list--sm {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    gap: 4rem;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-list--sm .dropdown-list__item {
    width: calc(25% - 3rem);
  }
}
@media print {
  .dropdown-list--sm .dropdown-list__item {
    width: calc(25% - 3rem);
  }
}
.dropdown-list__item {
  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 {
    border: none;
    background-color: transparent;
    width: calc(33.333% - 2.6875rem);
  }
}
@media print {
  .dropdown-list__item {
    border: none;
    background-color: transparent;
    width: calc(33.333% - 2.6875rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-list a.dropdown-list__linkArea, .dropdown-list--sm a.dropdown-list__linkArea {
    transition: all 0.25s ease;
  }
  .dropdown-list a.dropdown-list__linkArea:hover, .dropdown-list--sm a.dropdown-list__linkArea:hover {
    color: #0edbd6;
  }
  .dropdown-list a.dropdown-list__linkArea:hover .dropdown-list__image img, .dropdown-list--sm a.dropdown-list__linkArea:hover .dropdown-list__image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .dropdown-list a.dropdown-list__linkArea:hover span[class^=link-arrow], .dropdown-list--sm a.dropdown-list__linkArea:hover span[class^=link-arrow] {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}
.dropdown-list__linkArea {
  position: relative;
  display: flex;
  min-height: 3.5rem;
  width: 100%;
  padding-right: 1em;
  line-height: 1.5;
  font-weight: 700;
  gap: 0.5em;
  color: #030303;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  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;
    background-color: transparent;
  }
}
@media print {
  .dropdown-list__linkArea {
    flex-direction: column;
    height: auto;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
.dropdown-list__linkArea:first-child {
  border-top: none;
}
.dropdown-list__image {
  display: flex;
  width: 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__text {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
  gap: 0.5em;
  flex: 1;
  text-transform: capitalize;
  padding: 0.5em 0;
}
.dropdown-list__text > span:first-child {
  flex: 1;
}

.global-nav {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
}
@media print, screen and (min-width: 992px) {
  .global-nav {
    gap: 2em;
    flex-direction: row;
  }
}
@media print {
  .global-nav {
    gap: 2em;
    flex-direction: row;
  }
}
.global-nav__list {
  order: 0;
  flex: 1;
  display: flex;
  width: 100%;
  gap: 1.5em;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .global-nav__list {
    flex-direction: row;
  }
}
@media print {
  .global-nav__list {
    flex-direction: row;
  }
}
.global-nav__subList {
  display: flex;
  width: 100%;
  margin-top: 1rem;
}
@media print, screen and (min-width: 992px) {
  .global-nav__subList {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}
@media print {
  .global-nav__subList {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}
.global-nav__lang {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  justify-content: flex-end;
  order: 2;
}
@media print, screen and (min-width: 992px) {
  .global-nav__lang {
    order: initial;
    padding: 0;
    width: auto;
    justify-content: stretch;
  }
}
@media print {
  .global-nav__lang {
    order: initial;
    padding: 0;
    width: auto;
    justify-content: stretch;
  }
}
.global-nav__btn {
  display: flex;
  align-items: center;
  width: 100%;
  order: 1;
  padding: 0 1rem;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .global-nav__btn {
    order: initial;
    padding: 0;
    width: auto;
    justify-content: stretch;
  }
}
@media print {
  .global-nav__btn {
    order: initial;
    padding: 0;
    width: auto;
    justify-content: stretch;
  }
}

.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: 1.5em;
  }
}
@media print {
  .global-list {
    flex-wrap: nowrap;
    gap: 1.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, .global-list__item--dropdown, .global-list__item--btn, .global-list__item--pc {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media (hover: hover) and (pointer: fine) {
  .global-list__item:hover > a::after, .global-list__item--dropdown:hover > a::after, .global-list__item--btn:hover > a::after, .global-list__item--pc:hover > a::after,
.global-list__item:hover > span::after,
.global-list__item--dropdown:hover > span::after,
.global-list__item--btn:hover > span::after,
.global-list__item--pc:hover > span::after {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item, .global-list__item--dropdown, .global-list__item--btn, .global-list__item--pc {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}
@media print {
  .global-list__item, .global-list__item--dropdown, .global-list__item--btn, .global-list__item--pc {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item--pc {
    display: none;
  }
}
@media print {
  .global-list__item--pc {
    display: none;
  }
}
.global-list__item--btn {
  border: none;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .global-list__item--btn {
    align-items: center;
    padding: 0;
    margin-left: 1em;
    margin-top: 0;
  }
}
@media print {
  .global-list__item--btn {
    align-items: center;
    padding: 0;
    margin-left: 1em;
    margin-top: 0;
  }
}
.global-list__item--dropdown {
  position: inherit;
}
@media print, screen and (min-width: 992px) {
  .global-list__item--dropdown.is-open {
    z-index: 91;
  }
  .global-list__item--dropdown.is-open > a,
.global-list__item--dropdown.is-open > span {
    color: #0edbd6;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media print {
  .global-list__item--dropdown.is-open {
    z-index: 91;
  }
  .global-list__item--dropdown.is-open > a,
.global-list__item--dropdown.is-open > span {
    color: #0edbd6;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.global-list__text {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1.75em 1em;
  line-height: 1.25;
  color: #030303;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
  text-transform: capitalize;
}
@media print, screen and (min-width: 992px) {
  .global-list__text {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
  }
}
@media print {
  .global-list__text {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
  }
}
.global-list__text > span:first-child {
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .global-list__text::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0edbd6;
    z-index: 1;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}
@media print {
  .global-list__text::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0edbd6;
    z-index: 1;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}
.global-list__text[data-isCurrent=true] {
  color: #0edbd6;
  background-color: rgba(14, 219, 214, 0.1);
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .global-list__text[data-isCurrent=true] {
    background-color: transparent;
    font-weight: 400;
  }
  .global-list__text[data-isCurrent=true]::after {
    width: 100%;
  }
}
@media print {
  .global-list__text[data-isCurrent=true] {
    background-color: transparent;
    font-weight: 400;
  }
  .global-list__text[data-isCurrent=true]::after {
    width: 100%;
  }
}

.dropdown-icon {
  position: relative;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .dropdown-icon {
    width: 0.5em;
    height: 0.5em;
  }
}
@media print {
  .dropdown-icon {
    width: 0.5em;
    height: 0.5em;
  }
}
.dropdown-icon::before, .dropdown-icon::after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #0edbd6;
}
.dropdown-icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.global-nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  min-width: 13.5rem;
  max-width: 100%;
  border: none;
  height: 3.5rem;
  padding: 0.25em 1em 0.25em 2em;
  font-weight: 700;
  border-radius: 5em;
  line-height: 1.25;
  gap: 0.5em;
  text-decoration: none !important;
  font-size: 0.875rem;
  background-color: #0edbd6;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  padding: 0.25em;
  font-size: 1.125rem;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-btn:hover {
    color: #fff;
    background-color: #00e9e3;
  }
  .global-nav-btn:hover span[class^=link-arrow] {
    background-color: #fff;
  }
  .global-nav-btn:hover span[class^=link-arrow]::before, .global-nav-btn:hover span[class^=link-arrow]::after {
    background-color: #0edbd6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-btn {
    transition: all 0.25s linear;
  }
  .global-nav-btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .global-nav-btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
.global-nav-btn__text {
  flex: 1;
}
.global-nav-btn__icon {
  line-height: 1;
}
.global-nav-btn__icon img,
.global-nav-btn__icon svg {
  width: 1.25em;
  height: auto;
}
.global-nav-btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .global-nav-btn {
    min-width: 10rem;
  }
}
@media print {
  .global-nav-btn {
    min-width: 10rem;
  }
}

.global-nav-langs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1em;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 0.8125rem;
}
.global-nav-langs__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
}
.global-nav-langs__item:first-child::before {
  content: none;
}
.global-nav-langs__item::before {
  position: relative;
  display: flex;
  content: " ";
  background-color: currentColor;
  width: 1px;
  height: 1em;
  opacity: 0.15;
}
.global-nav-langs__item span,
.global-nav-langs__item a {
  line-height: 1.25;
  color: #030303;
  text-decoration: none;
  padding: 0.15em;
  display: flex;
}
.global-nav-langs__item a {
  color: #999;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-langs__item a {
    transition: all 0.25s ease;
  }
  .global-nav-langs__item a:hover {
    color: #030303;
  }
}
.global-nav-langs__item span {
  border-bottom: 1px solid currentColor;
}

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

.history-dl {
  position: relative;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .history-dl {
    padding-left: 0;
    width: 100%;
    line-height: 1.75;
    gap: 0 4em;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media print {
  .history-dl {
    padding-left: 0;
    width: 100%;
    line-height: 1.75;
    gap: 0 4em;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.history-dl::before {
  position: absolute;
  content: " ";
  display: block;
  width: 1px;
  background-color: #0edbd6;
  left: 1.2em;
  top: 1em;
  bottom: 0;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .history-dl::before {
    content: none;
  }
}
@media print {
  .history-dl::before {
    content: none;
  }
}
.history-dl > dt,
.history-dl > dd {
  font-size: 100%;
}
.history-dl > dt::before,
.history-dl > dd::before {
  position: absolute;
  content: " ";
  display: block;
  font-size: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1em solid #b6f3f2;
  background-color: #0edbd6;
  left: -1.5em;
  top: 0.5em;
  box-sizing: content-box;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 992px) {
  .history-dl > dt::before,
.history-dl > dd::before {
    left: -2em;
  }
}
@media print {
  .history-dl > dt::before,
.history-dl > dd::before {
    left: -2em;
  }
}
.history-dl > dt {
  position: relative;
  display: flex;
  font-weight: 700;
  white-space: nowrap;
  align-items: center;
  padding-left: 0.5em;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dt {
    width: 9em;
    position: relative;
    padding-left: 0;
    gap: 0.25em;
  }
}
@media print {
  .history-dl > dt {
    width: 9em;
    position: relative;
    padding-left: 0;
    gap: 0.25em;
  }
}
@media print, screen and (min-width: 992px) {
  .history-dl > dt::before {
    content: none;
  }
}
@media print {
  .history-dl > dt::before {
    content: none;
  }
}
.history-dl__year {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  font-size: 1.5em;
  color: #0edbd6;
}
@media print, screen and (min-width: 992px) {
  .history-dl__year {
    font-size: 2em;
    width: 4em;
  }
}
@media print {
  .history-dl__year {
    font-size: 2em;
    width: 4em;
  }
}
.history-dl__month {
  font-size: 87.5%;
}
.history-dl > dd {
  position: relative;
  margin: 0;
  z-index: 2;
  padding-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dd {
    width: calc(100% - 13em);
    padding-bottom: 2.5em;
    margin: 0;
  }
}
@media print {
  .history-dl > dd {
    width: calc(100% - 13em);
    padding-bottom: 2.5em;
    margin: 0;
  }
}
.history-dl > dd::before {
  content: none;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dd::before {
    content: " ";
  }
}
@media print {
  .history-dl > dd::before {
    content: " ";
  }
}
@media print, screen and (min-width: 992px) {
  .history-dl > dd::after {
    position: absolute;
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #0edbd6;
    left: -1em;
    top: 0;
    bottom: -2em;
  }
}
@media print {
  .history-dl > dd::after {
    position: absolute;
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #0edbd6;
    left: -1em;
    top: 0;
    bottom: -2em;
  }
}
.history-dl > dd:first-of-type::after {
  top: 1em;
  bottom: -0.5em;
}
.history-dl > dd:last-of-type::after {
  bottom: 0;
}
.history-dl__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25em;
}
.history-dl__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .history-dl__text {
    font-size: 1rem;
  }
}
@media print {
  .history-dl__text {
    font-size: 1rem;
  }
}
.history-dl__text p {
  margin-top: 1em;
}
.history-dl__text p:first-child {
  margin-top: 0;
}
.history-dl a {
  color: #030303;
  text-decoration: underline;
}
.history-dl img {
  max-width: 100%;
  height: auto;
}

/* easeInOutCirc */
.top-fv {
  position: relative;
  overflow: hidden;
}
.top-fv.active .top-fv-01__lg,
.top-fv.active .top-fv-01__sm {
  transition: 0.8s ease;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top-fv.active .top-fv-01__sm {
  transition-delay: 0.25s;
}
.top-fv.active .top-fv__image-inner {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
.top-fv.sp01 .top-fv-01 {
  color: #fff;
}
.top-fv.sp01 .top-fv__image {
  padding-top: 0 !important;
}
.top-fv.sp01 .top-fv__image-inner {
  background-color: #00020d;
}
.top-fv.sp01 .top-fv__image img {
  opacity: 0.75;
}
.top-fv.sp02 .top-fv__image-inner {
  background-color: #00020d;
}
.top-fv.sp02 .top-fv__image img {
  opacity: 0.5;
}
.top-fv.sp03 .top-fv__image img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(16px);
  filter: blur(16px);
}
.top-fv.--03 .top-fv__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(16px);
  filter: blur(16px);
}
@media print, screen and (min-width: 992px) {
  .top-fv.scaleUp .top-fv__image {
    width: 150vw !important;
  }
}
@media print {
  .top-fv.scaleUp .top-fv__image {
    width: 150vw !important;
  }
}
.top-fv.coverDark .top-fv__image-inner {
  background-color: #00020d;
}
.top-fv.coverDark .top-fv__image-inner img {
  opacity: 0.5;
}
@media print, screen and (min-width: 992px) {
  .top-fv.coverDark .top-fv__image-inner img {
    opacity: 0.65;
  }
}
@media print {
  .top-fv.coverDark .top-fv__image-inner img {
    opacity: 0.65;
  }
}
.top-fv.coverOff img {
  opacity: 1;
}
.top-fv__image {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw !important;
  max-width: none !important;
  overflow: hidden;
  transition: padding-top 0.75s linear;
  font-size: 0.5rem;
  max-height: none !important;
}
@media screen and (max-width: 991px) {
  .top-fv__image {
    height: 100dvh !important;
    height: 100vh !important;
    padding-top: 90vw !important;
  }
}
@media print, screen and (min-width: 992px) {
  .top-fv__image {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.5rem;
    height: 100vh;
    transition: width 1.25s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  }
}
@media print {
  .top-fv__image {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.5rem;
    height: 100vh;
    transition: width 1.25s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  }
}
.top-fv__image-inner {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #000f60;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 2.5rem);
  transform: translate(0, 2.5rem);
  opacity: 0;
}
@media print, screen and (min-width: 992px) {
  .top-fv__image-inner {
    background-color: #00020d;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media print {
  .top-fv__image-inner {
    background-color: #00020d;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.top-fv__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;
  -o-object-position: 25% top;
  object-position: 25% top;
}
@media print, screen and (min-width: 992px) {
  .top-fv__image img {
    transition: all 0.5s ease;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 0.9;
    -o-object-position: center top;
    object-position: center top;
    -webkit-transform: none;
    transform: none;
  }
}
@media print {
  .top-fv__image img {
    transition: all 0.5s ease;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 0.9;
    -o-object-position: center top;
    object-position: center top;
    -webkit-transform: none;
    transform: none;
  }
}
@media print, screen and (min-width: 992px) {
  .top-fv__content {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
  }
}
@media print {
  .top-fv__content {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 992px) {
  .top-fv__01 {
    height: 100vh;
  }
}
@media print {
  .top-fv__01 {
    height: 100vh;
  }
}
.top-fv-01 {
  display: flex;
  width: 100%;
  align-items: center;
  height: 90vw;
  padding-top: 8.5rem;
  padding-bottom: 2.5rem;
  z-index: 10;
  transition: color 0.55s ease;
}
@media print, screen and (min-width: 992px) {
  .top-fv-01 {
    position: relative;
    height: auto;
    min-height: 100vh;
    color: #fff;
  }
}
@media print {
  .top-fv-01 {
    position: relative;
    height: auto;
    min-height: 100vh;
    color: #fff;
  }
}
.top-fv-01__container {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .top-fv-01__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .top-fv-01__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-fv-01__container {
    padding-left: 50%;
    max-width: none;
  }
}
@media print {
  .top-fv-01__container {
    padding-left: 50%;
    max-width: none;
  }
}
.top-fv-01__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-fv-01__main {
    gap: 2.5rem;
  }
}
@media print {
  .top-fv-01__main {
    gap: 2.5rem;
  }
}
.top-fv-01__lg, .top-fv-01__sm {
  opacity: 0;
  -webkit-transform: translate(0, 2.5rem);
  transform: translate(0, 2.5rem);
}
.top-fv-01__lg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 125%;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 3rem;
}
@media print, screen and (min-width: 992px) {
  .top-fv-01__lg {
    font-size: 6rem;
  }
}
@media print {
  .top-fv-01__lg {
    font-size: 6rem;
  }
}
.top-fv-01__lg strong {
  font-size: 100%;
  color: #0edbd6;
}
.top-fv-01__sm {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  .top-fv-01__sm {
    font-size: 1.75rem;
  }
}
@media print {
  .top-fv-01__sm {
    font-size: 1.75rem;
  }
}
.top-fv__02 {
  margin-top: calc(100vh - 90vw);
}
@media print, screen and (min-width: 992px) {
  .top-fv__02 {
    margin-top: 0;
  }
}
@media print {
  .top-fv__02 {
    margin-top: 0;
  }
}
.top-fv-02 {
  display: flex;
  width: 100%;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .top-fv-02 {
    min-height: 100vh;
  }
}
@media print {
  .top-fv-02 {
    min-height: 100vh;
  }
}
.top-fv-02__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .top-fv-02__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .top-fv-02__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.top-fv-02__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 10rem;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  .top-fv-02__main {
    gap: 2.5rem;
    padding-bottom: 0;
  }
}
@media print {
  .top-fv-02__main {
    gap: 2.5rem;
    padding-bottom: 0;
  }
}
.top-fv-02__lg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 150%;
  font-weight: 700;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .top-fv-02__lg {
    font-size: 3rem;
  }
}
@media print {
  .top-fv-02__lg {
    font-size: 3rem;
  }
}
.top-fv-02__sm {
  font-size: 0.9375rem;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media print, screen and (min-width: 992px) {
  .top-fv-02__sm {
    font-size: 1.375rem;
    line-height: 2.2;
  }
}
@media print {
  .top-fv-02__sm {
    font-size: 1.375rem;
    line-height: 2.2;
  }
}
.top-fv-02__btn {
  margin-top: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-fv-02__btn {
    margin-top: 1.5rem;
  }
}
@media print {
  .top-fv-02__btn {
    margin-top: 1.5rem;
  }
}
.top-fv__03 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.45);
}
.top-fv-03 {
  display: flex;
  width: 100%;
  min-height: 30rem;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .top-fv-03 {
    min-height: 100vh;
  }
}
@media print {
  .top-fv-03 {
    min-height: 100vh;
  }
}
.top-fv-03__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 20rem;
  z-index: 80;
  opacity: 1;
  -webkit-transform: translate(-20%, -15%);
  transform: translate(-20%, -15%);
}
@media print, screen and (min-width: 992px) {
  .top-fv-03__wave {
    width: 300%;
    height: 50rem;
    -webkit-transform: translate(-40%, 40%);
    transform: translate(-40%, 40%);
  }
}
@media print {
  .top-fv-03__wave {
    width: 300%;
    height: 50rem;
    -webkit-transform: translate(-40%, 40%);
    transform: translate(-40%, 40%);
  }
}
.top-fv-03__container {
  position: relative;
  z-index: 90;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .top-fv-03__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .top-fv-03__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.top-fv-03__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media print, screen and (min-width: 992px) {
  .top-fv-03__main {
    flex-direction: row;
    gap: 0;
  }
}
@media print {
  .top-fv-03__main {
    flex-direction: row;
    gap: 0;
  }
}
.top-fv-03__lg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 135%;
  font-weight: 700;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  .top-fv-03__lg {
    width: 50%;
    font-size: 4rem;
  }
}
@media print {
  .top-fv-03__lg {
    width: 50%;
    font-size: 4rem;
  }
}
.top-fv-03__right {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-fv-03__right {
    flex: 1;
    gap: 2.5rem;
    padding-top: 7.5rem;
  }
}
@media print {
  .top-fv-03__right {
    flex: 1;
    gap: 2.5rem;
    padding-top: 7.5rem;
  }
}
.top-fv-03__sm {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media print, screen and (min-width: 992px) {
  .top-fv-03__sm {
    font-size: 1.125rem;
    line-height: 2.2;
  }
}
@media print {
  .top-fv-03__sm {
    font-size: 1.125rem;
    line-height: 2.2;
  }
}

.container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 992px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .container {
    gap: 10rem;
  }
}
@media print {
  .container {
    gap: 10rem;
  }
}
.container--sm {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}
@media print, screen and (min-width: 992px) {
  .container--sm {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .container--sm {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.row-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .row-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .row-container {
    padding-left: 5rem;
    padding-right: 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, .row-container__side--cat {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .row-container__side, .row-container__side--cat {
    width: 20rem;
    gap: 1.5rem;
  }
}
@media print {
  .row-container__side, .row-container__side--cat {
    width: 20rem;
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container__side--cat {
    border-right: 1px solid #ddd;
  }
}
@media print {
  .row-container__side--cat {
    border-right: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
@media print {
  .row-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
.row-container__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .row-container__main {
    width: calc(100% - 25rem);
    gap: 5rem;
    align-items: center;
  }
}
@media print {
  .row-container__main {
    width: calc(100% - 25rem);
    gap: 5rem;
    align-items: center;
  }
}

.content-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@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 img {
  max-width: 100%;
  height: auto;
}
.content-row__image, .content-row__image--center {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__image, .content-row__image--center {
    width: 40%;
  }
}
@media print {
  .content-row__image, .content-row__image--center {
    width: 40%;
  }
}
.content-row__image--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row__col {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .content-row__col {
    gap: 1.5rem;
  }
}
@media print {
  .content-row__col {
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .content-row__col--50 {
    flex: initial;
    width: 50%;
  }
}
@media print {
  .content-row__col--50 {
    flex: initial;
    width: 50%;
  }
}

.section, .section--grandChild, .section--child {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .section, .section--grandChild, .section--child {
    gap: 4rem;
  }
}
@media print {
  .section, .section--grandChild, .section--child {
    gap: 4rem;
  }
}
.section--child {
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .section--child {
    gap: 3rem;
  }
}
@media print {
  .section--child {
    gap: 3rem;
  }
}
.section--grandChild {
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .section--grandChild {
    gap: 1.5rem;
  }
}
@media print {
  .section--grandChild {
    gap: 1.5rem;
  }
}

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

.number-list, .number-list--lg {
  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, .number-list--lg > li {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 0.5em;
}
.number-list > li:last-child, .number-list--lg > li:last-child {
  margin-bottom: 0;
}
.number-list > li::before, .number-list--lg > li::before {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  color: #0edbd6;
  counter-increment: number;
  content: counter(number) ".";
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.25;
  width: 1em;
  text-align: center;
  font-size: 125%;
}
.number-list__content {
  flex: 1;
}
.number-list--lg {
  gap: 1em;
}
.number-list--lg > li {
  border-bottom: 1px solid #030303;
  padding-bottom: 1em;
}
.number-list--lg > li::before {
  font-size: 150%;
  font-style: normal;
}

.file-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #ddd;
}
.file-list > li {
  border-bottom: 1px solid #ddd;
  display: flex;
  width: 100%;
}
.file-list > li > a {
  display: flex;
  width: 100%;
  padding: 0.5rem;
  text-decoration: underline;
  color: #030303;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .file-list > li > a {
    padding: 1rem;
  }
}
@media print {
  .file-list > li > a {
    padding: 1rem;
  }
}
@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 {
  display: block;
  width: 2em;
  align-self: center;
  line-height: 1;
}
.file-list__icon svg {
  width: 100%;
  height: auto;
  fill: #0edbd6;
}

#loader-bg {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}
#loader-bg.loaded {
  pointer-events: none;
}
#loader-bg.loaded .icon {
  -webkit-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
}
#loader-bg.subpage .icon {
  display: none;
}
#loader-bg .icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#loader-bg .loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  font-size: 10px;
  width: 10em;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#loader-bg .loader::after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  -webkit-animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
  animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
}
@-webkit-keyframes loader {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.1;
  }
}
@keyframes loader {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.1;
  }
}

@-webkit-keyframes colorsStop {
  0% {
    stop-color: #030303;
  }
  10% {
    stop-color: #030303;
  }
  20% {
    stop-color: #a13e59;
  }
  30% {
    stop-color: #a13e59;
  }
  40% {
    stop-color: #e5b299;
  }
  50% {
    stop-color: #fce2d4;
  }
  60% {
    stop-color: #dfeaee;
  }
  70% {
    stop-color: #0edbd6;
  }
  90% {
    stop-color: #213a52;
  }
  100% {
    stop-color: #030303;
  }
}

@keyframes colorsStop {
  0% {
    stop-color: #030303;
  }
  10% {
    stop-color: #030303;
  }
  20% {
    stop-color: #a13e59;
  }
  30% {
    stop-color: #a13e59;
  }
  40% {
    stop-color: #e5b299;
  }
  50% {
    stop-color: #fce2d4;
  }
  60% {
    stop-color: #dfeaee;
  }
  70% {
    stop-color: #0edbd6;
  }
  90% {
    stop-color: #213a52;
  }
  100% {
    stop-color: #030303;
  }
}
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  display: flex;
  pointer-events: none;
}
.loading.set .loading__logo {
  -webkit-animation: fadeUp 0.75s forwards ease;
  animation: fadeUp 0.75s forwards ease;
}
.loading.change .loading__image {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.loading.change .loading__image #stop1 {
  -webkit-animation: colorsStop 1s ease forwards;
  animation: colorsStop 1s ease forwards;
}
.loading.change .loading__image #stop2 {
  -webkit-animation: colorsStop 1s ease 0.1s forwards;
  animation: colorsStop 1s ease 0.1s forwards;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease 0.25s;
}
.loading.hide .loading__image {
  transition: all 0.4s ease-in;
  -webkit-transform: translate(0, -2em);
  transform: translate(0, -2em);
  opacity: 0;
}
.loading.loaded {
  display: none;
}
.loading__inner {
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.loading__logo {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 1.75rem;
  opacity: 0;
  -webkit-transform: translate(0, 1em);
  transform: translate(0, 1em);
}
@media print, screen and (min-width: 768px) {
  .loading__logo {
    font-size: 3rem;
  }
}
@media print {
  .loading__logo {
    font-size: 3rem;
  }
}
.loading__image {
  width: 6em;
  line-height: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.loading__image svg {
  line-height: 1;
  width: 100%;
  height: auto;
  fill: url(#gradient);
}

.migratory-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #dde4e7;
}
@media print, screen and (min-width: 992px) {
  .migratory-block {
    flex-direction: row;
    gap: 5rem;
  }
}
@media print {
  .migratory-block {
    flex-direction: row;
    gap: 5rem;
  }
}
.migratory-block__title {
  display: flex;
  align-items: center;
  background-color: #555;
  color: #fff;
  padding: 1rem;
  font-size: 112.5%;
  line-height: 1.5;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .migratory-block__title {
    justify-content: center;
    text-align: center;
    width: 15rem;
    padding: 2.5rem 1.5rem;
  }
}
@media print {
  .migratory-block__title {
    justify-content: center;
    text-align: center;
    width: 15rem;
    padding: 2.5rem 1.5rem;
  }
}
.migratory-block__title a {
  text-decoration: none;
  color: #fff;
}
.migratory-block__main {
  padding: 1rem 1rem 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .migratory-block__main {
    flex: 1;
    padding: 2.5rem 1.5rem;
    padding-left: 0;
  }
}
@media print {
  .migratory-block__main {
    flex: 1;
    padding: 2.5rem 1.5rem;
    padding-left: 0;
  }
}

.migratory-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}
@media print, screen and (min-width: 992px) {
  .migratory-list {
    gap: 1em 3em;
  }
}
@media print {
  .migratory-list {
    gap: 1em 3em;
  }
}
.migratory-list > li {
  display: flex;
}
.migratory-list > li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #030303;
  text-decoration: none;
  font-weight: normal;
}
@media (hover: hover) and (pointer: fine) {
  .migratory-list > li a {
    transition: 0.25s ease;
  }
  .migratory-list > li a:hover span[class^=link-arrow] {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}
.migratory-list > li[data-isCurrent=true] {
  cursor: default;
  pointer-events: none;
}
.migratory-list > li[data-isCurrent=true] a {
  color: #666;
}
.migratory-list > li[data-isCurrent=true] a > span:first-child {
  border-bottom: 1px solid #030303;
}

.news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}
.news-list__item {
  border-bottom: 1px solid #ddd;
}

a.newsSummary {
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  a.newsSummary {
    transition: all 0.25s linear;
    color: #030303;
  }
  a.newsSummary:hover {
    background-color: rgba(14, 219, 214, 0.05);
  }
  a.newsSummary:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
a.newsSummary span[class^=link-arrow] {
  display: block;
}

.newsSummary {
  display: flex;
  width: 100%;
  gap: 1em;
  width: 100%;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #030303;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .newsSummary {
    font-size: 1rem;
  }
}
@media print {
  .newsSummary {
    font-size: 1rem;
  }
}
.newsSummary p {
  margin-top: 1em;
}
.newsSummary p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 992px) {
  .newsSummary {
    gap: 1em;
  }
}
@media print {
  .newsSummary {
    gap: 1em;
  }
}
.newsSummary__image {
  overflow: hidden;
  width: 5rem;
}
@media print, screen and (min-width: 992px) {
  .newsSummary__image {
    width: 7.5rem;
  }
}
@media print {
  .newsSummary__image {
    width: 7.5rem;
  }
}
.newsSummary__image img {
  max-width: 100%;
  height: auto;
}
.newsSummary__main {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}
.newsSummary__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.25;
  font-size: 90%;
  gap: 1em;
}
.newsSummary__time {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.newsSummary__cats {
  font-size: 90%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
}
.newsSummary__cats > li,
.newsSummary__cats > span,
.newsSummary__cats > div,
.newsSummary__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #edf3f4;
  color: #666;
  border-radius: 999em;
  padding: 0.15em 1em;
  min-width: 4em;
}
.newsSummary__new {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-size: 80%;
  color: #a13e59;
  text-transform: uppercase;
}
.newsSummary__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}
.newsSummary__title {
  font-size: 125%;
  font-weight: 400;
}
.newsSummary__text {
  line-height: 1.75;
  font-size: 100%;
}
.newsSummary span[class^=link-arrow] {
  display: none;
}

.pageTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.pageTitle__main {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.pageTitle__main::before {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #213a52;
  z-index: -1;
}
.pageTitle__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  min-height: 10rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  transition-delay: 0.15s !important;
}
@media print, screen and (min-width: 992px) {
  .pageTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .pageTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .pageTitle__container {
    min-height: 20rem;
    gap: 1.5rem;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
@media print {
  .pageTitle__container {
    min-height: 20rem;
    gap: 1.5rem;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
.pageTitle__parent {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-weight: 700;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .pageTitle__parent {
    font-size: 1.125rem;
  }
}
@media print {
  .pageTitle__parent {
    font-size: 1.125rem;
  }
}
.pageTitle__parent::before {
  position: relative;
  display: block;
  content: "";
  height: 1px;
  width: 2em;
  background-color: #0edbd6;
}
.pageTitle__parent > span {
  flex: 1;
}
.pageTitle__title {
  position: relative;
  display: flex;
  gap: 0.5em;
  line-height: 1.5;
  font-weight: 700;
  align-items: center;
  font-size: 2rem;
  text-transform: capitalize;
}
@media print, screen and (min-width: 992px) {
  .pageTitle__title {
    font-size: 4rem;
  }
}
@media print {
  .pageTitle__title {
    font-size: 4rem;
  }
}
.pageTitle__title::before {
  position: relative;
  content: " ";
  display: block;
  width: 0.2em;
  height: 0.2em;
  margin-left: 0.15em;
  border-radius: 999em;
  background-color: #0edbd6;
}
.pageTitle__title__text {
  font-size: 100%;
  flex: 1;
}
.pageTitle__image {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .pageTitle__image {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media print {
  .pageTitle__image {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.pageTitle__image::before {
  position: absolute;
  content: " ";
  display: block;
  background-color: #213a52;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  z-index: -1;
}
.pageTitle__image-inner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #f6f6f6;
  height: 10rem;
  transition-delay: 0.25s !important;
}
@media print, screen and (min-width: 992px) {
  .pageTitle__image-inner {
    height: 35rem;
  }
}
@media print {
  .pageTitle__image-inner {
    height: 35rem;
  }
}
.pageTitle__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;
}
.pageTitle__cats {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  font-size: 87.5%;
}
.pageTitle__cats > li,
.pageTitle__cats > span,
.pageTitle__cats > div,
.pageTitle__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #edf3f4;
  color: #666;
  border-radius: 999em;
  padding: 0.15em 1em;
  min-width: 4em;
}
.pageTitle__wave {
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  height: 15rem;
  opacity: 0.65;
  -webkit-transform: translate(30%, 10%);
  transform: translate(30%, 10%);
}
@media print, screen and (min-width: 992px) {
  .pageTitle__wave {
    width: 140%;
    height: 30rem;
  }
}
@media print {
  .pageTitle__wave {
    width: 140%;
    height: 30rem;
  }
}
.pageTitle__wave canvas {
  position: relative;
  z-index: 100;
}

.pagetopbtn {
  position: fixed;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  right: 5px;
  bottom: 10px;
  pointer-events: auto;
  text-decoration: none !important;
  z-index: 90;
}
@media print, screen and (min-width: 768px) {
  .pagetopbtn {
    right: 10px;
    bottom: 10px;
  }
}
@media print {
  .pagetopbtn {
    right: 10px;
    bottom: 10px;
  }
}
.pagetopbtn.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.pagetopbtn__text {
  display: block;
  z-index: 10;
  position: relative;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  color: #0edbd6;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 10px;
  padding-right: 0;
}
.pagetopbtn__text::after {
  position: absolute;
  display: block;
  content: " ";
  width: 0;
  top: 50%;
  opacity: 1;
  right: 110%;
  height: 1px;
  background-color: #0edbd6;
  z-index: 1;
  -webkit-animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
  animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
}
@-webkit-keyframes pagetopanime {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 40px;
    opacity: 0.1;
  }
}
@keyframes pagetopanime {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 40px;
    opacity: 0.1;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .pagination {
    font-size: 1rem;
  }
}
@media print {
  .pagination {
    font-size: 1rem;
  }
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.5em;
}
.pagination ul.page-numbers li {
  padding: 0;
  display: flex;
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3em;
  height: 3em;
  background-color: transparent;
  color: #030303;
  opacity: 0.4;
  border-radius: 50%;
  font-weight: 400;
}
.pagination span {
  background-color: transparent;
}
.pagination span.current {
  border: 2px solid #0edbd6;
  opacity: 1;
  font-weight: 700;
  font-weight: 600;
}
.pagination a {
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: #cddee1;
    color: #030303;
  }
}
.pagination a.next, .pagination a.prev {
  border-color: transparent;
  background-color: transparent;
}
.pagination a.next > span, .pagination a.prev > span {
  position: relative;
  background-color: transparent;
  border: none;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #030303;
  border-right: 2px solid #030303;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 768px) {
  .pagination a.next:hover > span, .pagination a.prev:hover > span {
    opacity: 0.8;
  }
}
@media print {
  .pagination a.next:hover > span, .pagination a.prev:hover > span {
    opacity: 0.8;
  }
}
.pagination a.prev > span {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#lightcase-loading {
  color: #999;
}

.lightcase-icon-close {
  display: none !important;
}

#lightcase-case {
  text-shadow: none;
}
#lightcase-case #lightcase-content {
  background-color: transparent;
}
#lightcase-case #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 0;
}
#lightcase-case #lightcase-content .popup-modal {
  position: relative;
  background-color: transparent;
  padding: 0;
}
#lightcase-case #lightcase-content .popup-modal *,
#lightcase-case #lightcase-content .popup-modal p {
  color: #fff;
  text-shadow: none;
}
#lightcase-case #lightcase-content .popup-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(3, 3, 3, 0.75);
  border: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  #lightcase-case #lightcase-content .popup-modal__close {
    transition: all 0.25s ease;
  }
  #lightcase-case #lightcase-content .popup-modal__close:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 992px) {
  #lightcase-case #lightcase-content .popup-modal__close {
    font-size: 2.5rem;
    -webkit-transform: none;
    transform: none;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__close {
    font-size: 2.5rem;
    -webkit-transform: none;
    transform: none;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#lightcase-case #lightcase-content .popup-modal__close::before, #lightcase-case #lightcase-content .popup-modal__close::after {
  position: absolute;
  display: block;
  content: " ";
  left: 50%;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #fff;
  border-radius: 999em;
}
#lightcase-case #lightcase-content .popup-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#lightcase-case #lightcase-content .popup-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.acf-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .acf-content {
    gap: 2.5rem;
  }
}
@media print {
  .acf-content {
    gap: 2.5rem;
  }
}
.acf-content .row-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .acf-content .row-images {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .acf-content .row-images {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.acf-content .row-images__col {
  width: 100%;
}
.acf-content img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.post-note {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  opacity: 0.6;
}
@media print, screen and (min-width: 992px) {
  .post-note {
    font-size: 0.8125rem;
    line-height: 1.75;
  }
}
@media print {
  .post-note {
    font-size: 0.8125rem;
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 992px) {
  .post-note {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print {
  .post-note {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.postTitle, .postTitle--news {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.postTitle--news .postTitle__title {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .postTitle--news .postTitle__title {
    font-size: 2.5rem;
  }
}
@media print {
  .postTitle--news .postTitle__title {
    font-size: 2.5rem;
  }
}
.postTitle__main {
  position: relative;
  display: flex;
  flex-direction: column;
}
.postTitle__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  min-height: 10rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}
@media print, screen and (min-width: 992px) {
  .postTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .postTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .postTitle__container {
    min-height: 22.5rem;
    gap: 1.5rem;
    padding-top: 7.5rem;
    padding-bottom: 1rem;
  }
}
@media print {
  .postTitle__container {
    min-height: 22.5rem;
    gap: 1.5rem;
    padding-top: 7.5rem;
    padding-bottom: 1rem;
  }
}
.postTitle__parent {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-weight: 700;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .postTitle__parent {
    font-size: 1.125rem;
  }
}
@media print {
  .postTitle__parent {
    font-size: 1.125rem;
  }
}
.postTitle__parent::before {
  position: relative;
  display: block;
  content: "";
  height: 1px;
  width: 2em;
  background-color: #0edbd6;
}
.postTitle__parent > span {
  flex: 1;
}
.postTitle__title {
  position: relative;
  display: flex;
  gap: 0.5em;
  line-height: 1.5;
  font-weight: 700;
  align-items: center;
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  .postTitle__title {
    font-size: 4rem;
  }
}
@media print {
  .postTitle__title {
    font-size: 4rem;
  }
}
.postTitle__title__text {
  font-size: 100%;
  flex: 1;
}
.postTitle__meta {
  display: flex;
  gap: 1em;
  align-items: flex-start;
}
.postTitle__time {
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  opacity: 0.75;
}
.postTitle__cats {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  font-size: 87.5%;
}
.postTitle__cats > li,
.postTitle__cats > span,
.postTitle__cats > div,
.postTitle__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #edf3f4;
  color: #666;
  border-radius: 999em;
  padding: 0.15em 1em;
  min-width: 4em;
}

.fixed-btns__spacer {
  display: flex;
  width: 100%;
  height: 3rem;
  background-color: #edf3f4;
}
@media print, screen and (min-width: 992px) {
  .fixed-btns__spacer {
    height: 4.5rem;
  }
}
@media print {
  .fixed-btns__spacer {
    height: 4.5rem;
  }
}
.fixed-btns__main {
  display: flex;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
}
@media print, screen and (min-width: 992px) {
  .fixed-btns__main {
    gap: 0.5rem;
    width: auto;
    right: 2.5rem;
    bottom: 1rem;
  }
}
@media print {
  .fixed-btns__main {
    gap: 0.5rem;
    width: auto;
    right: 2.5rem;
    bottom: 1rem;
  }
}
.fixed-btns__btn, .fixed-btns__btn--green {
  width: 100%;
  display: flex;
  background-color: #0edbd6;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  font-size: 0.6875rem;
  font-weight: 700;
  height: 3rem;
  line-height: 1.3;
  text-decoration: none !important;
}
@media print, screen and (min-width: 992px) {
  .fixed-btns__btn, .fixed-btns__btn--green {
    font-size: 1rem;
    height: 4rem;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(14, 219, 214, 0.9);
    width: 17.5rem;
  }
}
@media print {
  .fixed-btns__btn, .fixed-btns__btn--green {
    font-size: 1rem;
    height: 4rem;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(14, 219, 214, 0.9);
    width: 17.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixed-btns__btn, .fixed-btns__btn--green {
    transition: all 0.25s ease;
  }
  .fixed-btns__btn:hover, .fixed-btns__btn--green:hover {
    color: #fff;
    opacity: 0.85;
  }
}
.fixed-btns__btn--green {
  background-color: #1cb4be;
}
@media print, screen and (min-width: 992px) {
  .fixed-btns__btn--green {
    background-color: rgba(28, 180, 190, 0.9);
  }
}
@media print {
  .fixed-btns__btn--green {
    background-color: rgba(28, 180, 190, 0.9);
  }
}
.fixed-btns__icon {
  line-height: 1;
}
.fixed-btns__icon svg {
  width: 2em;
  height: auto;
  fill: currentColor;
  vertical-align: middle;
}

.thumb-slider .swiper-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.thumb-slider__thumbnail {
  margin-top: 1em;
}
.thumb-slider__thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.65s;
  width: 4rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .thumb-slider__thumbnail .swiper-slide {
    border-radius: 0.5rem;
  }
}
@media print {
  .thumb-slider__thumbnail .swiper-slide {
    border-radius: 0.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .thumb-slider__thumbnail .swiper-slide {
    width: 7.5rem;
  }
}
@media print {
  .thumb-slider__thumbnail .swiper-slide {
    width: 7.5rem;
  }
}
.thumb-slider__thumbnail .swiper-slide > p {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.thumb-slider__thumbnail .swiper-slide > p 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;
}
.thumb-slider__thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #0edbd6;
}

.swiper-ui {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .swiper-ui {
    margin-top: 2.5rem;
    gap: 4rem;
  }
}
@media print {
  .swiper-ui {
    margin-top: 2.5rem;
    gap: 4rem;
  }
}
.swiper-ui.slideNone {
  display: none;
}

.swiper-scrollbar, .swiper-scrollbar--white {
  position: relative !important;
  flex: 1;
  width: 100%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999em;
}
.swiper-scrollbar .swiper-scrollbar-drag, .swiper-scrollbar--white .swiper-scrollbar-drag {
  height: 100%;
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  background: #0edbd6;
}
.swiper-scrollbar--white {
  background: rgba(255, 255, 255, 0.1);
}
.swiper-scrollbar--white .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.4);
}

.swiper-buttons {
  display: flex;
  gap: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .swiper-buttons {
    gap: 1.5rem;
  }
}
@media print {
  .swiper-buttons {
    gap: 1.5rem;
  }
}
.swiper-buttons__button--prev, .swiper-buttons__button--next {
  position: relative;
  display: block;
  background-color: #0edbd6;
  border-radius: 50%;
  font-size: 2rem;
  width: 1em;
  height: 1em;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-buttons__button--prev:hover, .swiper-buttons__button--next:hover {
    background-color: #2bf1ed;
  }
}
@media print, screen and (min-width: 992px) {
  .swiper-buttons__button--prev, .swiper-buttons__button--next {
    font-size: 2.5rem;
  }
}
@media print {
  .swiper-buttons__button--prev, .swiper-buttons__button--next {
    font-size: 2.5rem;
  }
}
.swiper-buttons__button--prev::before, .swiper-buttons__button--prev::after, .swiper-buttons__button--next::before, .swiper-buttons__button--next::after {
  position: absolute;
  content: " ";
  display: block;
  background-color: #fff;
  height: 2px;
  width: 20%;
  top: 50%;
  left: 48%;
  transition: all 0.25s ease;
}
.swiper-buttons__button--prev::before, .swiper-buttons__button--next::before {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-buttons__button--prev::after, .swiper-buttons__button--next::after {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-buttons__button--prev.swiper-button-disabled, .swiper-buttons__button--next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.swiper-buttons__button--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sort-block {
  display: flex;
  flex-direction: column;
  background-color: #edf3f4;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .sort-block {
    flex-direction: row;
    padding: 1rem 2.5rem;
    gap: 2.5rem;
  }
}
@media print {
  .sort-block {
    flex-direction: row;
    padding: 1rem 2.5rem;
    gap: 2.5rem;
  }
}
.sort-block__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .sort-block__wrapper {
    gap: 1rem;
  }
}
@media print {
  .sort-block__wrapper {
    gap: 1rem;
  }
}
.sort-block__title {
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  padding-bottom: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .sort-block__title {
    width: 8rem;
    padding-bottom: 0;
    border: none;
    border-right: 1px solid #ddd;
  }
}
@media print {
  .sort-block__title {
    width: 8rem;
    padding-bottom: 0;
    border: none;
    border-right: 1px solid #ddd;
  }
}
.sort-block__main {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .sort-block__main {
    flex: 1;
    padding-top: 0.25em;
  }
}
@media print {
  .sort-block__main {
    flex: 1;
    padding-top: 0.25em;
  }
}

.sort-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 87.5%;
}
@media print, screen and (min-width: 992px) {
  .sort-list {
    gap: 1em 2em;
  }
}
@media print {
  .sort-list {
    gap: 1em 2em;
  }
}
.sort-list label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 400;
  line-height: 1.5;
}
.sort-list label > span {
  padding-bottom: 0.2em;
}
.sort-list input {
  accent-color: #099390;
}

.tel-block {
  color: #030303;
  gap: 0.25em;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.tel-block__number {
  font-weight: 700;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}
.tel-block__icon {
  line-height: 1;
}
.tel-block__icon svg {
  width: 1em;
  height: auto;
  vertical-align: middle;
  fill: #0edbd6;
}

.note-block > p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  opacity: 0.65;
  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.65;
  font-size: 75%;
}
.note-text--red {
  font-weight: 400;
  color: #a13e59;
  opacity: 1;
}
.note-text--alert {
  font-weight: 700;
  color: #a13e59;
  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: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .text {
    font-size: 1rem;
  }
}
@media print {
  .text {
    font-size: 1rem;
  }
}
.text p {
  margin-top: 1em;
}
.text p:first-child {
  margin-top: 0;
}
.text--min {
  font-size: 85%;
  line-height: 1.75;
}
.text--xs {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .text--xs {
    font-size: 0.8125rem;
  }
}
@media print {
  .text--xs {
    font-size: 0.8125rem;
  }
}
.text--xs p {
  margin-top: 1em;
}
.text--xs p:first-child {
  margin-top: 0;
}
.text--sm {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .text--sm {
    font-size: 0.875rem;
  }
}
@media print {
  .text--sm {
    font-size: 0.875rem;
  }
}
.text--sm p {
  margin-top: 1em;
}
.text--sm p:first-child {
  margin-top: 0;
}
.text--lg {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .text--lg {
    font-size: 1.125rem;
  }
}
@media print {
  .text--lg {
    font-size: 1.125rem;
  }
}
.text--lg p {
  margin-top: 1em;
}
.text--lg p:first-child {
  margin-top: 0;
}
.text--red {
  color: #a13e59;
}
.text--light {
  opacity: 0.75;
}
.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: 700;
}

.eng-text {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}

strong.eng-text {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.lead {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.25rem;
}
@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.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.125rem;
}
@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.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  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.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  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%;
}

.marker-text {
  font-weight: 700;
  font-size: 110%;
  padding-bottom: 0.1em;
  background-image: linear-gradient(transparent 60%, rgba(14, 219, 214, 0.3) 60%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.marker-strong {
  font-size: 105%;
  border-bottom: 2px solid currentColor;
}
@media print, screen and (min-width: 992px) {
  .marker-strong {
    font-size: 110%;
  }
}
@media print {
  .marker-strong {
    font-size: 110%;
  }
}

/* =====================
  footer
===================== */
/*フッター */
.footer {
  position: relative;
  background-color: #213a52;
  color: #fff;
  display: flex;
  padding-top: 4rem;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .footer {
    padding-top: 7.5rem;
  }
}
@media print {
  .footer {
    padding-top: 7.5rem;
  }
}
.footer__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .footer__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    gap: 5rem;
  }
}
@media print {
  .footer__container {
    gap: 5rem;
  }
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__top {
    flex-direction: row;
    gap: 5rem;
  }
}
@media print {
  .footer__top {
    flex-direction: row;
    gap: 5rem;
  }
}
.footer a {
  color: #fff;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .footer__info {
    width: 30rem;
    gap: 1.5rem;
  }
}
@media print {
  .footer__info {
    width: 30rem;
    gap: 1.5rem;
  }
}
.footer__logo {
  width: 10rem;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.25;
  font-size: 90%;
  opacity: 0.65;
}
.footer__address {
  display: flex;
  align-items: center;
  gap: 1em;
}
.footer__address p {
  opacity: 0.75;
}
.footer__iconBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999em;
  width: 2.25em;
  height: 2.25em;
  line-height: 1;
  color: #0edbd6 !important;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .footer__iconBtn {
    transition: all 0.25s ease;
  }
  .footer__iconBtn:hover {
    background-color: #fff;
  }
}
.footer__iconBtn svg {
  width: 1.15em;
  height: auto;
  vertical-align: middle;
  fill: currentColor;
}
.footer__number {
  opacity: 0.75;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer__nav {
    flex-direction: row;
    flex: 1;
    gap: 2.5rem;
  }
}
@media print {
  .footer__nav {
    flex-direction: row;
    flex: 1;
    gap: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__col {
    width: 100%;
  }
}
@media print {
  .footer__col {
    width: 100%;
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer-list {
    flex-direction: column;
    gap: 2em;
    width: auto;
  }
}
@media print {
  .footer-list {
    flex-direction: column;
    gap: 2em;
    width: auto;
  }
}
.footer-list > li {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media print, screen and (min-width: 992px) {
  .footer-list > li {
    width: 100%;
    justify-content: flex-start;
  }
}
@media print {
  .footer-list > li {
    width: 100%;
    justify-content: flex-start;
  }
}
.footer-list > li.has-child {
  width: 100%;
}
.footer-list > li > a,
.footer-list > li > span {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  text-decoration: none !important;
  align-items: center;
  line-height: 1.5;
  height: 3rem;
  width: 100%;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .footer-list > li > a,
.footer-list > li > span {
    height: auto;
  }
}
@media print {
  .footer-list > li > a,
.footer-list > li > span {
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-list > li > a {
    transition: all 0.25s ease;
  }
  .footer-list > li > a:hover {
    opacity: 0.8;
  }
}
.footer-list--child {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 90%;
  border-top: 1px solid #666;
  padding-top: 1em;
  padding-bottom: 1em;
  gap: 2em;
}
@media print, screen and (min-width: 992px) {
  .footer-list--child {
    padding-bottom: 0;
    border-top: none;
    gap: 0.5rem;
  }
}
@media print {
  .footer-list--child {
    padding-bottom: 0;
    border-top: none;
    gap: 0.5rem;
  }
}
.footer-list--child > li {
  display: flex;
  min-width: 25%;
}
@media print, screen and (min-width: 992px) {
  .footer-list--child > li {
    width: 100%;
  }
}
@media print {
  .footer-list--child > li {
    width: 100%;
  }
}
.footer-list--child > li a {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.75;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .footer-list--child > li a {
    transition: all 0.25s ease;
  }
  .footer-list--child > li a:hover {
    opacity: 1;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1rem 0;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__bottom {
    padding: 1.5rem 0;
    flex-direction: row;
  }
}
@media print {
  .footer__bottom {
    padding: 1.5rem 0;
    flex-direction: row;
  }
}
.footer__bottom a {
  color: #fff;
}
.footer__copy {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.65;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-size: 0.8125rem;
}

.footer-other-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1.5em;
  width: 100%;
  font-size: 85%;
}
@media print, screen and (min-width: 992px) {
  .footer-other-list {
    flex: 1;
    font-size: 92%;
    align-items: center;
  }
}
@media print {
  .footer-other-list {
    flex: 1;
    font-size: 92%;
    align-items: center;
  }
}
.footer-other-list li {
  display: flex;
  align-items: center;
  width: calc(50% - 0.75em);
}
@media print, screen and (min-width: 992px) {
  .footer-other-list li {
    width: auto;
    padding-left: 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-other-list li:first-child {
    padding-left: 0;
    border: none;
  }
}
@media print {
  .footer-other-list li {
    width: auto;
    padding-left: 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-other-list li:first-child {
    padding-left: 0;
    border: none;
  }
}
.footer-other-list li > a {
  display: flex;
  gap: 0.5em;
  opacity: 0.65;
  text-decoration: none !important;
  color: #fff;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .footer-other-list li > a {
    transition: all 0.25s ease;
  }
  .footer-other-list li > a:hover {
    opacity: 1;
  }
}
.footer-other-list li > a svg {
  align-self: flex-start;
  width: 0.75em;
  height: auto;
  fill: currentColor;
}

/*=====================
  header
===================== */
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
  z-index: 980;
  top: 0;
  padding-left: 1rem;
  width: 100%;
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .header {
    height: 7.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .header {
    height: 7.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .header {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .header {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header[data-status=scrolled] {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  .header[data-status=scrolled] {
    padding-left: 1rem;
    padding-right: 0;
    height: 4rem;
    left: 0;
    right: 0;
  }
  .header[data-status=scrolled] .header-logo {
    width: 10.1041666667rem;
    height: 1.6666666667rem;
  }
  .header[data-status=scrolled] .global-nav-btn {
    border-radius: 0;
    height: 4rem;
  }
}
@media print {
  .header[data-status=scrolled] {
    padding-left: 1rem;
    padding-right: 0;
    height: 4rem;
    left: 0;
    right: 0;
  }
  .header[data-status=scrolled] .header-logo {
    width: 10.1041666667rem;
    height: 1.6666666667rem;
  }
  .header[data-status=scrolled] .global-nav-btn {
    border-radius: 0;
    height: 4rem;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  color: #0edbd6;
  background-image: url("./assets/img/common/logo.svg");
  background-repeat: no-repeat;
  text-indent: 150%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% auto;
  width: 10.1041666667rem;
  height: 1.6666666667rem;
}
@media print, screen and (min-width: 992px) {
  .header-logo {
    width: 15.15625rem;
    height: 2.5rem;
  }
}
@media print {
  .header-logo {
    width: 15.15625rem;
    height: 2.5rem;
  }
}

.feature-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .feature-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .feature-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .feature-container {
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
  }
}
@media print {
  .feature-container {
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
  }
}
.feature-container__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .feature-container__side {
    width: 15rem;
    gap: 1.5rem;
  }
}
@media print {
  .feature-container__side {
    width: 15rem;
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .feature-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
@media print {
  .feature-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
.feature-container__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .feature-container__main {
    width: calc(100% - 15.5rem);
    gap: 5rem;
    align-items: center;
  }
}
@media print {
  .feature-container__main {
    width: calc(100% - 15.5rem);
    gap: 5rem;
    align-items: center;
  }
}

.feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: number;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}
.feature-list__item {
  position: relative;
  display: flex;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .feature-list__item {
    gap: 5rem;
  }
}
@media print {
  .feature-list__item {
    gap: 5rem;
  }
}
.feature-list__item .feature-block {
  flex: 1;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .feature-list__item .feature-block {
    padding-bottom: 5rem;
  }
}
@media print {
  .feature-list__item .feature-block {
    padding-bottom: 5rem;
  }
}
.feature-list__item:last-child .feature-block {
  padding-bottom: 0;
}
.feature-list__number {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}
.feature-list__number::before {
  position: relative;
  display: flex;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 112.5%;
  width: 2.666em;
  height: 2.666em;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0edbd6;
  color: #0edbd6;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  position: sticky;
  top: 10rem;
  z-index: 100;
}
.feature-list__number::after {
  position: relative;
  display: flex;
  content: " ";
  width: 1px;
  flex: 1;
  border-right: 1px dashed #0edbd6;
}

.feature-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .feature-block {
    gap: 2rem;
  }
}
@media print {
  .feature-block {
    gap: 2rem;
  }
}
.feature-block__title {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .feature-block__title {
    font-size: 2rem;
  }
}
@media print {
  .feature-block__title {
    font-size: 2rem;
  }
}
.feature-block__title strong {
  font-size: 115%;
}
.feature-block__title > span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}
.feature-block__text > p {
  opacity: 0.65;
}

.pageLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.pageLinks__card, .pageLinks__card--pipeline, .pageLinks__card--cmc, .pageLinks__card--feature {
  display: flex;
  width: 100%;
  position: relative;
  height: 9rem;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
  overflow: hidden;
  padding: 1.5rem 1rem;
  padding-right: 0.5rem;
  background: linear-gradient(211deg, #e3eeff 0.38%, #cfdef5 49.3%, #b2cde7 100.3%);
}
.pageLinks__card::before, .pageLinks__card--pipeline::before, .pageLinks__card--cmc::before, .pageLinks__card--feature::before {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(./assets/img/common/noise.png);
  background-size: 40px auto;
  -webkit-animation: noise_anima 1s steps(10) infinite;
  animation: noise_anima 1s steps(10) infinite;
}
@-webkit-keyframes noise_anima {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 123px 456px;
  }
}
@keyframes noise_anima {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 123px 456px;
  }
}
@media print, screen and (min-width: 992px) {
  .pageLinks__card, .pageLinks__card--pipeline, .pageLinks__card--cmc, .pageLinks__card--feature {
    height: 25rem;
    padding: 3rem;
  }
}
@media print {
  .pageLinks__card, .pageLinks__card--pipeline, .pageLinks__card--cmc, .pageLinks__card--feature {
    height: 25rem;
    padding: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pageLinks__card:hover, .pageLinks__card--pipeline:hover, .pageLinks__card--cmc:hover, .pageLinks__card--feature:hover {
    color: #fff;
  }
  .pageLinks__card:hover .pageLinks__image img, .pageLinks__card--pipeline:hover .pageLinks__image img, .pageLinks__card--cmc:hover .pageLinks__image img, .pageLinks__card--feature:hover .pageLinks__image img {
    opacity: 0.8;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .pageLinks__card:hover span[class^=link-arrow], .pageLinks__card--pipeline:hover span[class^=link-arrow], .pageLinks__card--cmc:hover span[class^=link-arrow], .pageLinks__card--feature:hover span[class^=link-arrow] {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}
.pageLinks__card--feature {
  width: 100%;
}
.pageLinks__card--feature .pageLinks__image {
  width: 40%;
  bottom: -25%;
}
.pageLinks__card--cmc {
  background: linear-gradient(319deg, #a2bdcc 2.28%, #a8c9dc 44.14%, #e6f0f8 87.77%), #f9f7f6;
  width: calc(50% - 1px);
}
.pageLinks__card--pipeline {
  background: linear-gradient(211deg, #8ebcc6 0.38%, #c2e5ea 50.34%, #e6f3f4 100.3%), #f9f7f6;
  width: 50%;
}
.pageLinks__image {
  position: absolute;
  left: 40%;
  top: 0;
  width: 60%;
  bottom: 0;
  overflow: hidden;
}
.pageLinks__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;
  -o-object-position: left center;
  object-position: left center;
}
.pageLinks__main {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pageLinks__title {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .pageLinks__title {
    font-size: 2rem;
  }
}
@media print {
  .pageLinks__title {
    font-size: 2rem;
  }
}
.pageLinks__title > span {
  position: relative;
  display: flex;
  flex-direction: column;
  text-shadow: 0.2em 0.2em 1em rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 992px) {
  .pageLinks__title > span {
    font-size: 2rem;
  }
}
@media print {
  .pageLinks__title > span {
    font-size: 2rem;
  }
}
.pageLinks__title > span::after {
  position: relative;
  display: block;
  content: " ";
  background-color: #fff;
  height: 1px;
}
.pageLinks .link-arrow--transparent {
  background-color: rgba(0, 41, 79, 0.25);
}

.sections-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  position: relative;
  z-index: 90;
  counter-reset: number;
}
@media print, screen and (min-width: 992px) {
  .sections-list {
    gap: 10rem;
  }
}
@media print {
  .sections-list {
    gap: 10rem;
  }
}
.sections-list__item {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 992px) {
  .sections-list__item:nth-child(even) .section-block__container {
    flex-direction: row-reverse;
  }
}
@media print {
  .sections-list__item:nth-child(even) .section-block__container {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 992px) {
  .sections-list__item:nth-child(even) .section-block__main {
    padding-right: calc(50vw - 45rem);
    padding-left: 0;
  }
}
@media print {
  .sections-list__item:nth-child(even) .section-block__main {
    padding-right: calc(50vw - 45rem);
    padding-left: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .sections-list__item:nth-child(even) .section-block__images {
    flex-direction: row-reverse;
  }
}
@media print {
  .sections-list__item:nth-child(even) .section-block__images {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 992px) {
  .sections-list__item:nth-child(even) .section-block__deco--01 {
    left: 45%;
    top: 9%;
    height: 4em;
    flex-direction: row;
  }
  .sections-list__item:nth-child(even) .section-block__deco--02 {
    left: 2%;
    right: auto;
    bottom: 15%;
    flex-direction: row-reverse;
  }
  .sections-list__item:nth-child(even) .section-block__deco--02::after {
    -webkit-transform: translate(70%, 0);
    transform: translate(70%, 0);
  }
}
@media print {
  .sections-list__item:nth-child(even) .section-block__deco--01 {
    left: 45%;
    top: 9%;
    height: 4em;
    flex-direction: row;
  }
  .sections-list__item:nth-child(even) .section-block__deco--02 {
    left: 2%;
    right: auto;
    bottom: 15%;
    flex-direction: row-reverse;
  }
  .sections-list__item:nth-child(even) .section-block__deco--02::after {
    -webkit-transform: translate(70%, 0);
    transform: translate(70%, 0);
  }
}
.sections-list__number {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 112.5%;
  color: #0edbd6;
  line-height: 1;
}
.sections-list__number::before {
  position: relative;
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}

.section-block {
  position: relative;
}
.section-block__deco, .section-block__deco--02, .section-block__deco--01 {
  position: absolute;
  font-size: 1.25rem;
  display: flex;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .section-block__deco, .section-block__deco--02, .section-block__deco--01 {
    font-size: 1.5rem;
  }
}
@media print {
  .section-block__deco, .section-block__deco--02, .section-block__deco--01 {
    font-size: 1.5rem;
  }
}
.section-block__deco::before, .section-block__deco--02::before, .section-block__deco--01::before, .section-block__deco::after, .section-block__deco--02::after, .section-block__deco--01::after {
  position: relative;
  display: block;
  content: " ";
  background-color: #0edbd6;
  width: 1em;
  height: 1em;
}
.section-block__deco:before, .section-block__deco--02:before, .section-block__deco--01:before {
  font-size: 2.75em;
  opacity: 0.4;
}
.section-block__deco::after, .section-block__deco--02::after, .section-block__deco--01::after {
  font-size: 100%;
  opacity: 0.2;
  align-self: flex-end;
}
.section-block__deco--01 {
  left: 40%;
  top: 9%;
  height: 4em;
  flex-direction: row-reverse;
}
.section-block__deco--02 {
  height: 3.25em;
  right: 2%;
  bottom: 15%;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .section-block__deco--02 {
    font-size: 1.75rem;
  }
}
@media print {
  .section-block__deco--02 {
    font-size: 1.75rem;
  }
}
.section-block__deco--02::after {
  -webkit-transform: translate(-70%, 0);
  transform: translate(-70%, 0);
}
.section-block__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 992px) {
  .section-block__container {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media print {
  .section-block__container {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.section-block__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .section-block__main {
    width: 50%;
    gap: 2.5rem;
    padding-right: 0;
    padding-left: calc(50vw - 45rem);
  }
}
@media print {
  .section-block__main {
    width: 50%;
    gap: 2.5rem;
    padding-right: 0;
    padding-left: calc(50vw - 45rem);
  }
}
.section-block__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .section-block__header {
    gap: 0.5rem;
  }
}
@media print {
  .section-block__header {
    gap: 0.5rem;
  }
}
.section-block__title {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .section-block__title {
    font-size: 2.5rem;
  }
}
@media print {
  .section-block__title {
    font-size: 2.5rem;
  }
}
.section-block__title strong {
  font-size: 115%;
}
.section-block__text {
  font-size: 0.875rem;
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .section-block__text {
    font-size: 1rem;
  }
}
@media print {
  .section-block__text {
    font-size: 1rem;
  }
}
.section-block__text p {
  margin-top: 1em;
}
.section-block__text p:first-child {
  margin-top: 0;
}
.section-block__images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .section-block__images {
    width: 50%;
    height: 37.5rem;
  }
}
@media print {
  .section-block__images {
    width: 50%;
    height: 37.5rem;
  }
}
.section-block__image, .section-block__image--02, .section-block__image--01 {
  width: 100%;
  max-width: 19.25rem;
}
.section-block__image--01 {
  padding-top: 5rem;
  align-self: flex-end;
}
@media print, screen and (min-width: 992px) {
  .section-block__image--01 {
    padding-top: 10rem;
  }
}
@media print {
  .section-block__image--01 {
    padding-top: 10rem;
  }
}
.section-block__image--02 {
  align-self: flex-start;
}
.section-block__image-inner {
  position: relative;
  padding-bottom: 142.8%;
  overflow: hidden;
  background-color: #eee;
}
.section-block__image img, .section-block__image--01 img, .section-block__image--02 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;
}

.labo-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible !important;
}
.labo-slider__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.labo-slider__item {
  width: 20rem !important;
}
@media print, screen and (min-width: 992px) {
  .labo-slider__item {
    width: 60rem !important;
  }
}
@media print {
  .labo-slider__item {
    width: 60rem !important;
  }
}
.labo-slider__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.5%;
  overflow: hidden;
}
.labo-slider__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;
}
.labo-slider__text {
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  padding: 0.5em;
}

.pipeline-video {
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
  margin: auto;
}
.pipeline-video iframe {
  width: 100%;
  height: 100%;
}

.pipeline-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 1.5;
}
.pipeline-table__thead {
  display: none;
  font-size: 87.5%;
  font-weight: 400;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__thead {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media print {
  .pipeline-table__thead {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.pipeline-table__label--stage {
  display: flex;
  flex-direction: row !important;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__label--stage {
    height: auto !important;
    padding-bottom: 0.25em !important;
  }
}
@media print {
  .pipeline-table__label--stage {
    height: auto !important;
    padding-bottom: 0.25em !important;
  }
}
.pipeline-table__label--stage > div {
  text-align: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.pipeline-table__label--stage > div:first-child {
  width: 66.666%;
}
.pipeline-table__label--stage > div:nth-child(2) {
  flex: 1;
}
.pipeline-table__label, .pipeline-table__label--phase, .pipeline-table__label--btn, .pipeline-table__td--btn, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__td {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__label, .pipeline-table__label--phase, .pipeline-table__label--btn, .pipeline-table__td--btn, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__td {
    width: 17.5rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print {
  .pipeline-table__label, .pipeline-table__label--phase, .pipeline-table__label--btn, .pipeline-table__td--btn, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__td {
    width: 17.5rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__label--stage, .pipeline-table__td--stage {
    flex: 1;
  }
}
@media print {
  .pipeline-table__label--stage, .pipeline-table__td--stage {
    flex: 1;
  }
}
.pipeline-table__label .pipeline-stage-list, .pipeline-table__label--phase .pipeline-stage-list, .pipeline-table__label--btn .pipeline-stage-list, .pipeline-table__td--btn .pipeline-stage-list, .pipeline-table__label--title .pipeline-stage-list, .pipeline-table__td--title .pipeline-stage-list, .pipeline-table__label--stage .pipeline-stage-list, .pipeline-table__td--stage .pipeline-stage-list, .pipeline-table__td .pipeline-stage-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 70%;
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__label .pipeline-stage-list, .pipeline-table__label--phase .pipeline-stage-list, .pipeline-table__label--btn .pipeline-stage-list, .pipeline-table__td--btn .pipeline-stage-list, .pipeline-table__label--title .pipeline-stage-list, .pipeline-table__td--title .pipeline-stage-list, .pipeline-table__label--stage .pipeline-stage-list, .pipeline-table__td--stage .pipeline-stage-list, .pipeline-table__td .pipeline-stage-list {
    font-size: 85%;
  }
}
@media print {
  .pipeline-table__label .pipeline-stage-list, .pipeline-table__label--phase .pipeline-stage-list, .pipeline-table__label--btn .pipeline-stage-list, .pipeline-table__td--btn .pipeline-stage-list, .pipeline-table__label--title .pipeline-stage-list, .pipeline-table__td--title .pipeline-stage-list, .pipeline-table__label--stage .pipeline-stage-list, .pipeline-table__td--stage .pipeline-stage-list, .pipeline-table__td .pipeline-stage-list {
    font-size: 85%;
  }
}
.pipeline-table__label .pipeline-stage-list > li, .pipeline-table__label--phase .pipeline-stage-list > li, .pipeline-table__label--btn .pipeline-stage-list > li, .pipeline-table__td--btn .pipeline-stage-list > li, .pipeline-table__label--title .pipeline-stage-list > li, .pipeline-table__td--title .pipeline-stage-list > li, .pipeline-table__label--stage .pipeline-stage-list > li, .pipeline-table__td--stage .pipeline-stage-list > li, .pipeline-table__td .pipeline-stage-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
}
.pipeline-table__label .pipeline-stage-list > li.phase, .pipeline-table__label--phase .pipeline-stage-list > li.phase, .pipeline-table__label--btn .pipeline-stage-list > li.phase, .pipeline-table__td--btn .pipeline-stage-list > li.phase, .pipeline-table__label--title .pipeline-stage-list > li.phase, .pipeline-table__td--title .pipeline-stage-list > li.phase, .pipeline-table__label--stage .pipeline-stage-list > li.phase, .pipeline-table__td--stage .pipeline-stage-list > li.phase, .pipeline-table__td .pipeline-stage-list > li.phase {
  flex: initial;
  width: 75%;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__label--btn, .pipeline-table__td--btn {
    width: 4rem;
  }
}
@media print {
  .pipeline-table__label--btn, .pipeline-table__td--btn {
    width: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__label, .pipeline-table__label--phase, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--btn, .pipeline-table__td--btn {
    align-items: center !important;
    text-align: center;
    opacity: 0.45;
    height: 4rem;
    min-height: 0 !important;
  }
}
@media print {
  .pipeline-table__label, .pipeline-table__label--phase, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--btn, .pipeline-table__td--btn {
    align-items: center !important;
    text-align: center;
    opacity: 0.45;
    height: 4rem;
    min-height: 0 !important;
  }
}
.pipeline-table__label--phase {
  gap: 0.5em;
}
.pipeline-table__tbody {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top: 1px solid #ddd;
}
.pipeline-table__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #030303;
  padding: 1rem 0;
  gap: 0.75em;
  text-decoration: none !important;
  border-bottom: 1px solid #ddd;
  padding-right: 3rem;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__item {
    flex-direction: row;
    padding: 0;
    gap: 0;
    padding-right: 0;
  }
}
@media print {
  .pipeline-table__item {
    flex-direction: row;
    padding: 0;
    gap: 0;
    padding-right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pipeline-table__item {
    transition: all 0.25s linear;
    color: #030303 !important;
  }
  .pipeline-table__item:hover {
    background-color: rgba(14, 219, 214, 0.05);
  }
  .pipeline-table__item:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
.pipeline-table__td, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--btn, .pipeline-table__td--btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 93%;
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__td, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--btn, .pipeline-table__td--btn {
    align-items: flex-start;
    gap: 1em;
    min-height: 5rem;
    padding: 1.5rem 1rem;
  }
}
@media print {
  .pipeline-table__td, .pipeline-table__label--title, .pipeline-table__td--title, .pipeline-table__label--stage, .pipeline-table__td--stage, .pipeline-table__label--btn, .pipeline-table__td--btn {
    align-items: flex-start;
    gap: 1em;
    min-height: 5rem;
    padding: 1.5rem 1rem;
  }
}
.pipeline-table__td::before, .pipeline-table__label--title::before, .pipeline-table__td--title::before, .pipeline-table__label--stage::before, .pipeline-table__td--stage::before, .pipeline-table__label--btn::before, .pipeline-table__td--btn::before {
  position: relative;
  display: block;
  content: attr(data-label);
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.45;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__td::before, .pipeline-table__label--title::before, .pipeline-table__td--title::before, .pipeline-table__label--stage::before, .pipeline-table__td--stage::before, .pipeline-table__label--btn::before, .pipeline-table__td--btn::before {
    content: none;
  }
}
@media print {
  .pipeline-table__td::before, .pipeline-table__label--title::before, .pipeline-table__td--title::before, .pipeline-table__label--stage::before, .pipeline-table__td--stage::before, .pipeline-table__label--btn::before, .pipeline-table__td--btn::before {
    content: none;
  }
}
.pipeline-table__td > div, .pipeline-table__label--title > div, .pipeline-table__td--title > div, .pipeline-table__label--stage > div, .pipeline-table__td--stage > div, .pipeline-table__label--btn > div, .pipeline-table__td--btn > div,
.pipeline-table__td > ul,
.pipeline-table__label--title > ul,
.pipeline-table__td--title > ul,
.pipeline-table__label--stage > ul,
.pipeline-table__td--stage > ul,
.pipeline-table__label--btn > ul,
.pipeline-table__td--btn > ul {
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__td > div, .pipeline-table__label--title > div, .pipeline-table__td--title > div, .pipeline-table__label--stage > div, .pipeline-table__td--stage > div, .pipeline-table__label--btn > div, .pipeline-table__td--btn > div,
.pipeline-table__td > ul,
.pipeline-table__label--title > ul,
.pipeline-table__td--title > ul,
.pipeline-table__label--stage > ul,
.pipeline-table__td--stage > ul,
.pipeline-table__label--btn > ul,
.pipeline-table__td--btn > ul {
    text-align: left;
    flex: initial;
  }
}
@media print {
  .pipeline-table__td > div, .pipeline-table__label--title > div, .pipeline-table__td--title > div, .pipeline-table__label--stage > div, .pipeline-table__td--stage > div, .pipeline-table__label--btn > div, .pipeline-table__td--btn > div,
.pipeline-table__td > ul,
.pipeline-table__label--title > ul,
.pipeline-table__td--title > ul,
.pipeline-table__label--stage > ul,
.pipeline-table__td--stage > ul,
.pipeline-table__label--btn > ul,
.pipeline-table__td--btn > ul {
    text-align: left;
    flex: initial;
  }
}
.pipeline-table__td--title {
  font-size: 112.5%;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__td--title {
    opacity: 1;
    text-align: left;
    min-height: 5rem !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}
@media print {
  .pipeline-table__td--title {
    opacity: 1;
    text-align: left;
    min-height: 5rem !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}
.pipeline-table__td--stage {
  opacity: 1;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__td--stage {
    flex: 1;
    min-height: 5rem !important;
  }
}
@media print {
  .pipeline-table__td--stage {
    flex: 1;
    min-height: 5rem !important;
  }
}
.pipeline-table__td--btn {
  opacity: 1;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__td--btn {
    min-height: 5rem !important;
  }
}
@media print {
  .pipeline-table__td--btn {
    min-height: 5rem !important;
  }
}
.pipeline-table__td--btn span[class^=link-arrow] {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__td--btn span[class^=link-arrow] {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print {
  .pipeline-table__td--btn span[class^=link-arrow] {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.pipeline-table__phaseList, .pipeline-table__phaseList--05, .pipeline-table__phaseList--04, .pipeline-table__phaseList--03, .pipeline-table__phaseList--02, .pipeline-table__phaseList--01, .pipeline-table__phaseList--00 {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  line-height: 1.25;
  height: 2rem;
  border-radius: 999em;
  overflow: hidden;
  color: #fff;
  font-size: 0.75em;
}
@media print, screen and (min-width: 992px) {
  .pipeline-table__phaseList, .pipeline-table__phaseList--05, .pipeline-table__phaseList--04, .pipeline-table__phaseList--03, .pipeline-table__phaseList--02, .pipeline-table__phaseList--01, .pipeline-table__phaseList--00 {
    font-size: 0.75em;
  }
}
@media print {
  .pipeline-table__phaseList, .pipeline-table__phaseList--05, .pipeline-table__phaseList--04, .pipeline-table__phaseList--03, .pipeline-table__phaseList--02, .pipeline-table__phaseList--01, .pipeline-table__phaseList--00 {
    font-size: 0.75em;
  }
}
.pipeline-table__phaseList::before, .pipeline-table__phaseList--05::before, .pipeline-table__phaseList--04::before, .pipeline-table__phaseList--03::before, .pipeline-table__phaseList--02::before, .pipeline-table__phaseList--01::before, .pipeline-table__phaseList--00::before {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #edf3f4;
}
.pipeline-table__phaseList::after, .pipeline-table__phaseList--05::after, .pipeline-table__phaseList--04::after, .pipeline-table__phaseList--03::after, .pipeline-table__phaseList--02::after, .pipeline-table__phaseList--01::after, .pipeline-table__phaseList--00::after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(141, 204, 232, 0.6) 0%, #0bd2d2 100%);
}
.pipeline-table__phaseList > li, .pipeline-table__phaseList--05 > li, .pipeline-table__phaseList--04 > li, .pipeline-table__phaseList--03 > li, .pipeline-table__phaseList--02 > li, .pipeline-table__phaseList--01 > li, .pipeline-table__phaseList--00 > li {
  display: flex;
  position: relative;
  justify-content: flex-end !important;
  padding-right: 1em;
  border-left: 1px solid #fff;
  z-index: 10;
  white-space: nowrap;
  width: 100%;
  align-items: center;
  min-height: 1.5rem;
}
.pipeline-table__phaseList > li:first-child, .pipeline-table__phaseList--05 > li:first-child, .pipeline-table__phaseList--04 > li:first-child, .pipeline-table__phaseList--03 > li:first-child, .pipeline-table__phaseList--02 > li:first-child, .pipeline-table__phaseList--01 > li:first-child, .pipeline-table__phaseList--00 > li:first-child {
  border-left: none;
}
.pipeline-table__phaseList > li > span, .pipeline-table__phaseList--05 > li > span, .pipeline-table__phaseList--04 > li > span, .pipeline-table__phaseList--03 > li > span, .pipeline-table__phaseList--02 > li > span, .pipeline-table__phaseList--01 > li > span, .pipeline-table__phaseList--00 > li > span {
  display: none;
}
.pipeline-table__phaseList--00::after {
  -webkit-clip-path: inset(0 83.3333% 0 0 round 0 999em 999em 0);
  clip-path: inset(0 83.3333% 0 0 round 0 999em 999em 0);
}
.pipeline-table__phaseList--00 > li:nth-child(1) > span {
  display: block;
}
.pipeline-table__phaseList--01::after {
  -webkit-clip-path: inset(0 66.6666% 0 0 round 0 999em 999em 0);
  clip-path: inset(0 66.6666% 0 0 round 0 999em 999em 0);
}
.pipeline-table__phaseList--01 > li:nth-child(2) > span {
  display: block;
}
.pipeline-table__phaseList--02::after {
  -webkit-clip-path: inset(0 50% 0 0 round 0 999em 999em 0);
  clip-path: inset(0 50% 0 0 round 0 999em 999em 0);
}
.pipeline-table__phaseList--02 > li:nth-child(3) > span {
  display: block;
}
.pipeline-table__phaseList--03::after {
  -webkit-clip-path: inset(0 33.33333% 0 0 round 0 999em 999em 0);
  clip-path: inset(0 33.33333% 0 0 round 0 999em 999em 0);
}
.pipeline-table__phaseList--03 > li:nth-child(4) > span {
  display: block;
}
.pipeline-table__phaseList--04::after {
  -webkit-clip-path: inset(0 16.666% 0 0 round 0 999em 999em 0);
  clip-path: inset(0 16.666% 0 0 round 0 999em 999em 0);
}
.pipeline-table__phaseList--04 > li:nth-child(5) > span {
  display: block;
}
.pipeline-table__phaseList--05 > li:nth-child(6) > span {
  display: block;
}

.pipeline-table-phase {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.pipeline-table-phase__title {
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.pipeline-table-phase__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 100%;
  display: flex;
  width: 100%;
}
.pipeline-table-phase__list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-bottom: 0.5em;
}

.features-illust {
  margin-right: -1rem;
  overflow: auto;
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .features-illust {
    margin-right: 0;
  }
}
@media print {
  .features-illust {
    margin-right: 0;
  }
}
.features-illust__inner {
  display: inline-flex;
}
.features-illust img {
  max-width: 40rem;
  height: auto;
}
@media print, screen and (min-width: 992px) {
  .features-illust img {
    max-width: 100%;
  }
}
@media print {
  .features-illust img {
    max-width: 100%;
  }
}

.features-list {
  padding: 0;
  padding-left: 1rem;
  margin: 0;
  list-style: none;
  counter-reset: number;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .features-list {
    padding-left: calc(50vw - 45rem);
    gap: 1.5rem;
  }
}
@media print {
  .features-list {
    padding-left: calc(50vw - 45rem);
    gap: 1.5rem;
  }
}
.features-list__item {
  position: relative;
  display: flex;
}

.features-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  background-color: #edf3f4;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .features-card {
    gap: 1.5rem;
    padding: 3rem calc(50vw - 45rem) 3rem 5rem;
  }
}
@media print {
  .features-card {
    gap: 1.5rem;
    padding: 3rem calc(50vw - 45rem) 3rem 5rem;
  }
}
.features-card__header {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .features-card__header {
    padding-bottom: 1.5rem;
    align-items: center;
    gap: 2.5rem;
  }
}
@media print {
  .features-card__header {
    padding-bottom: 1.5rem;
    align-items: center;
    gap: 2.5rem;
  }
}
.features-card__icon {
  width: 4rem;
}
@media print, screen and (min-width: 992px) {
  .features-card__icon {
    width: 5rem;
  }
}
@media print {
  .features-card__icon {
    width: 5rem;
  }
}
.features-card__icon img {
  max-width: 100%;
  height: auto;
}
.features-card__title {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .features-card__title {
    font-size: 2rem;
  }
}
@media print {
  .features-card__title {
    font-size: 2rem;
  }
}
.features-card__title strong {
  font-size: 115%;
}
.features-card__number {
  color: #0edbd6;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .features-card__number {
    font-size: 1.125rem;
  }
}
@media print {
  .features-card__number {
    font-size: 1.125rem;
  }
}
.features-card__main > p {
  opacity: 0.75;
}

.outline-illust {
  overflow: hidden;
}
.outline-illust__inner {
  width: 150%;
  margin-left: -50%;
}
@media print, screen and (min-width: 992px) {
  .outline-illust__inner {
    width: 100%;
    margin-left: 0;
  }
}
@media print {
  .outline-illust__inner {
    width: 100%;
    margin-left: 0;
  }
}
.outline-illust img {
  width: 100%;
  height: auto;
}

.sdgs-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .sdgs-list {
    gap: 5rem;
  }
}
@media print {
  .sdgs-list {
    gap: 5rem;
  }
}
.sdgs-list__item {
  border-top: 1px solid #ddd;
}

.sdgs-block {
  display: flex;
  flex-direction: column;
}
.sdgs-block__number {
  color: #0edbd6;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 1.25rem;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__number {
    font-size: 1.5rem;
  }
}
@media print {
  .sdgs-block__number {
    font-size: 1.5rem;
  }
}
.sdgs-block__number > span {
  position: relative;
  display: flex;
  padding: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__number > span {
    padding: 1rem;
  }
}
@media print {
  .sdgs-block__number > span {
    padding: 1rem;
  }
}
.sdgs-block__number > span::before {
  position: absolute;
  content: " ";
  display: block;
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.sdgs-block__row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__row {
    flex-direction: row;
    gap: 3rem;
  }
}
@media print {
  .sdgs-block__row {
    flex-direction: row;
    gap: 3rem;
  }
}
.sdgs-block__header {
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__header {
    align-items: flex-start;
    width: 30rem;
    gap: 1.5rem;
  }
}
@media print {
  .sdgs-block__header {
    align-items: flex-start;
    width: 30rem;
    gap: 1.5rem;
  }
}
.sdgs-block__sticky {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__sticky {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
@media print {
  .sdgs-block__sticky {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__sticky {
    position: sticky;
    top: 5rem;
    z-index: 100;
  }
}
@media print {
  .sdgs-block__sticky {
    position: sticky;
    top: 5rem;
    z-index: 100;
  }
}
.sdgs-block__icon {
  width: 5rem;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__icon {
    width: 7.5rem;
  }
}
@media print {
  .sdgs-block__icon {
    width: 7.5rem;
  }
}
.sdgs-block__icon img {
  max-width: 100%;
  height: auto;
}
.sdgs-block__title {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.25rem;
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__title {
    font-size: 2rem;
  }
}
@media print {
  .sdgs-block__title {
    font-size: 2rem;
  }
}
.sdgs-block__title strong {
  font-size: 115%;
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__title {
    flex: initial;
  }
}
@media print {
  .sdgs-block__title {
    flex: initial;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs-block__main {
    flex: 1;
  }
}
@media print {
  .sdgs-block__main {
    flex: 1;
  }
}
.sdgs-block__main img {
  max-width: 100%;
  height: auto;
}

.subPage--philosophy {
  background-color: #213a52;
  color: #fff;
  overflow: hidden;
}
.subPage__body, .subPage__body--sm, .subPage__body--light, .subPage__body--outline, .subPage__body--philosophy {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .subPage__body, .subPage__body--sm, .subPage__body--light, .subPage__body--outline, .subPage__body--philosophy {
    gap: 10rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .subPage__body, .subPage__body--sm, .subPage__body--light, .subPage__body--outline, .subPage__body--philosophy {
    gap: 10rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.subPage__body--philosophy {
  padding-bottom: 0;
}
.subPage__body--outline {
  padding-bottom: 0;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .subPage__body--outline {
    gap: 5rem;
  }
}
@media print {
  .subPage__body--outline {
    gap: 5rem;
  }
}
.subPage__body--light {
  background-color: #edf3f4;
}
.subPage__body--sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 992px) {
  .subPage__body--sm {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media print {
  .subPage__body--sm {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.sectionHeader {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .sectionHeader {
    flex-direction: row;
  }
}
@media print {
  .sectionHeader {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 992px) {
  .sectionHeader__title {
    width: 25rem;
  }
}
@media print {
  .sectionHeader__title {
    width: 25rem;
  }
}
.sectionHeader__text {
  font-size: 0.9375rem;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .sectionHeader__text {
    font-size: 1.125rem;
  }
}
@media print {
  .sectionHeader__text {
    font-size: 1.125rem;
  }
}
.sectionHeader__text p {
  margin-top: 1em;
}
.sectionHeader__text p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 992px) {
  .sectionHeader__text {
    flex: 1;
  }
}
@media print {
  .sectionHeader__text {
    flex: 1;
  }
}

/* easeInOutCirc */
.philosophy-pageTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.philosophy-pageTitle__main {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #213a52;
  color: #fff;
}
.philosophy-pageTitle__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  min-height: 10rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  z-index: 90;
}
@media print, screen and (min-width: 992px) {
  .philosophy-pageTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .philosophy-pageTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .philosophy-pageTitle__container {
    min-height: 20rem;
    gap: 5rem;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
@media print {
  .philosophy-pageTitle__container {
    min-height: 20rem;
    gap: 5rem;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
.philosophy-pageTitle__title .common-h2 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-pageTitle__title .common-h2 {
    font-size: 1.75rem;
  }
}
@media print {
  .philosophy-pageTitle__title .common-h2 {
    font-size: 1.75rem;
  }
}
.philosophy-pageTitle__lg {
  position: relative;
  display: flex;
  line-height: 1.25;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 3.5rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-pageTitle__lg {
    font-size: 7.5rem;
  }
}
@media print {
  .philosophy-pageTitle__lg {
    font-size: 7.5rem;
  }
}
.philosophy-pageTitle__wave {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 20rem;
  z-index: 80;
  opacity: 0.75;
  -webkit-transform: translate(50%, 10%);
  transform: translate(50%, 10%);
}
@media print, screen and (min-width: 992px) {
  .philosophy-pageTitle__wave {
    width: 300%;
    height: 35rem;
    -webkit-transform: translate(40%, 0%);
    transform: translate(40%, 0%);
  }
}
@media print {
  .philosophy-pageTitle__wave {
    width: 300%;
    height: 35rem;
    -webkit-transform: translate(40%, 0%);
    transform: translate(40%, 0%);
  }
}

.philosophy-initial {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
    width: 100%;
    overflow: hidden;
  }
}
@media print {
  .philosophy-initial {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
    width: 100%;
    overflow: hidden;
  }
}
.philosophy-initial__deco {
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -0.5em;
  opacity: 0.8;
  font-size: 3rem;
  white-space: nowrap;
  display: block;
  padding-left: 10rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial__deco {
    padding-left: 2.5rem;
    font-size: 10rem;
  }
}
@media print {
  .philosophy-initial__deco {
    padding-left: 2.5rem;
    font-size: 10rem;
  }
}
.philosophy-initial__deco > span {
  display: block;
  background: linear-gradient(270deg, #2d4963 0%, rgba(32, 138, 136, 0.3) 32.29%, #2a4864 83.85%, #243d56 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.philosophy-initial__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .philosophy-initial__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial__container {
    gap: 4rem;
  }
}
@media print {
  .philosophy-initial__container {
    gap: 4rem;
  }
}
.philosophy-initial__header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial__header {
    gap: 1rem;
  }
}
@media print {
  .philosophy-initial__header {
    gap: 1rem;
  }
}
.philosophy-initial__lg {
  line-height: 125%;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial__lg {
    font-size: 5rem;
  }
}
@media print {
  .philosophy-initial__lg {
    font-size: 5rem;
  }
}
.philosophy-initial__sm {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial__sm {
    font-size: 2.5rem;
  }
}
@media print {
  .philosophy-initial__sm {
    font-size: 2.5rem;
  }
}
.philosophy-initial__text {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-initial__text {
    font-size: 1.125rem;
  }
}
@media print {
  .philosophy-initial__text {
    font-size: 1.125rem;
  }
}
.philosophy-initial__text p {
  margin-top: 1em;
}
.philosophy-initial__text p:first-child {
  margin-top: 0;
}

.philosophy-body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-body {
    gap: 5rem;
    font-size: 1.5rem;
  }
}
@media print {
  .philosophy-body {
    gap: 5rem;
    font-size: 1.5rem;
  }
}
.philosophy-body__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .philosophy-body__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .philosophy-body__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .philosophy-body__container {
    padding-left: 10rem;
  }
}
@media print {
  .philosophy-body__container {
    padding-left: 10rem;
  }
}
.philosophy-body__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  z-index: 90;
  padding-top: 8em;
}
.philosophy-body__title-number {
  display: flex;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  position: relative;
  height: 1em;
}
.philosophy-body__title-number.current-01 > span:nth-child(1) {
  transition-duration: 0.45s;
  transition-delay: 0.25s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.philosophy-body__title-number.current-02 > span:nth-child(2) {
  transition-duration: 0.45s;
  transition-delay: 0.25s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.philosophy-body__title-number.current-03 > span:nth-child(3) {
  transition-duration: 0.45s;
  transition-delay: 0.25s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.philosophy-body__title-number.current-04 > span:nth-child(4) {
  transition-duration: 0.45s;
  transition-delay: 0.25s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.philosophy-body__title-number.current-05 > span:nth-child(5) {
  transition-duration: 0.45s;
  transition-delay: 0.25s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.philosophy-body__title-number > span {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.philosophy-body__main {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-body__main {
    gap: 15rem;
  }
}
@media print {
  .philosophy-body__main {
    gap: 15rem;
  }
}

.philosophy-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 1rem;
  gap: 7.5rem;
}
@media print, screen and (min-width: 992px) {
  .philosophy-section {
    font-size: 1.5rem;
    gap: 15rem;
  }
}
@media print {
  .philosophy-section {
    font-size: 1.5rem;
    gap: 15rem;
  }
}
.philosophy-section.active .philosophy-section__header-inner {
  opacity: 0;
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}
.philosophy-section.active .philosophy-section__text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.65s;
}
.philosophy-section.active .philosophy-section__image img {
  opacity: 0.65;
}
.philosophy-section__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .philosophy-section__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .philosophy-section__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .philosophy-section__container {
    padding-left: 10rem;
  }
}
@media print {
  .philosophy-section__container {
    padding-left: 10rem;
  }
}
.philosophy-section__header {
  display: flex;
  z-index: 90;
  padding-top: 11em;
}
@media print, screen and (min-width: 992px) {
  .philosophy-section__header {
    padding-top: 11em;
  }
}
@media print {
  .philosophy-section__header {
    padding-top: 11em;
  }
}
.philosophy-section__header-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: 1s cubic-bezier(0.445, 0.05, 0.255, 0.985);
}
@media print, screen and (min-width: 992px) {
  .philosophy-section__header-inner {
    gap: 1rem;
  }
}
@media print {
  .philosophy-section__header-inner {
    gap: 1rem;
  }
}
.philosophy-section__lg {
  line-height: 125%;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 400%;
}
.philosophy-section__sm {
  font-weight: 700;
  font-size: 85%;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 1em;
}
.philosophy-section__sm::after {
  position: relative;
  display: block;
  content: " ";
  flex: 1;
  height: 1px;
  background-color: currentColor;
  opacity: 0.45;
}
.philosophy-section__main {
  position: relative;
  min-height: 200vh;
  z-index: 80;
  width: 100%;
}
.philosophy-section__inner {
  position: relative;
  min-height: 100vh;
  display: flex;
  width: 100%;
}
.philosophy-section__text {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-weight: 700;
  line-height: 2;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  font-size: 85%;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  transition: 1s cubic-bezier(0.445, 0.05, 0.255, 0.985);
}
.philosophy-section__text-wrapper {
  padding-top: 14em;
}
@media print, screen and (min-width: 992px) {
  .philosophy-section__text-wrapper {
    padding-top: 14em;
  }
}
@media print {
  .philosophy-section__text-wrapper {
    padding-top: 14em;
  }
}
@media print, screen and (min-width: 992px) {
  .philosophy-section__text {
    font-size: 85%;
  }
}
@media print {
  .philosophy-section__text {
    font-size: 85%;
  }
}
.philosophy-section__image {
  position: absolute;
  left: 2em;
  right: 2em;
  top: 0;
  bottom: 0;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
  background-color: #020a12;
}
.philosophy-section__image::after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  height: 7.5rem;
  background: linear-gradient(180deg, rgba(33, 58, 82, 0) 0%, #213a52 100%);
}
@media print, screen and (min-width: 992px) {
  .philosophy-section__image::after {
    height: 15rem;
  }
}
@media print {
  .philosophy-section__image::after {
    height: 15rem;
  }
}
.philosophy-section__image img {
  opacity: 0.85;
  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;
}

/* easeInOutCirc */
.recruit-pageTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.recruit-pageTitle__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.recruit-pageTitle__image-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.recruit-pageTitle__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;
  opacity: 1;
}
.recruit-pageTitle__main {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgba(33, 58, 82, 0.6);
  color: #fff;
  z-index: 10;
}
.recruit-pageTitle__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  min-height: 10rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  z-index: 90;
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .recruit-pageTitle__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__container {
    min-height: 20rem;
    gap: 5rem;
    padding-top: 3.75rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .recruit-pageTitle__container {
    min-height: 20rem;
    gap: 5rem;
    padding-top: 3.75rem;
    padding-bottom: 10rem;
  }
}
.recruit-pageTitle__title .common-h2 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__title .common-h2 {
    font-size: 1.5rem;
  }
}
@media print {
  .recruit-pageTitle__title .common-h2 {
    font-size: 1.5rem;
  }
}
.recruit-pageTitle__content {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__content {
    justify-content: center;
  }
}
@media print {
  .recruit-pageTitle__content {
    justify-content: center;
  }
}
.recruit-pageTitle__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__inner {
    gap: 2.5rem;
  }
}
@media print {
  .recruit-pageTitle__inner {
    gap: 2.5rem;
  }
}
.recruit-pageTitle__lead {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__lead {
    font-size: 2.5rem;
  }
}
@media print {
  .recruit-pageTitle__lead {
    font-size: 2.5rem;
  }
}
.recruit-pageTitle__lead strong {
  font-size: 115%;
}
.recruit-pageTitle__text {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__text {
    font-size: 1.125rem;
  }
}
@media print {
  .recruit-pageTitle__text {
    font-size: 1.125rem;
  }
}
.recruit-pageTitle__text p {
  margin-top: 1em;
}
.recruit-pageTitle__text p:first-child {
  margin-top: 0;
}
.recruit-pageTitle__wave {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 20rem;
  z-index: 80;
  opacity: 0.75;
  -webkit-transform: translate(50%, 10%);
  transform: translate(50%, 10%);
}
@media print, screen and (min-width: 992px) {
  .recruit-pageTitle__wave {
    width: 300%;
    height: 35rem;
    -webkit-transform: translate(40%, 0%);
    transform: translate(40%, 0%);
  }
}
@media print {
  .recruit-pageTitle__wave {
    width: 300%;
    height: 35rem;
    -webkit-transform: translate(40%, 0%);
    transform: translate(40%, 0%);
  }
}

.culture-list {
  padding: 0;
  padding-left: 1rem;
  margin: 0;
  list-style: none;
  counter-reset: number;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .culture-list {
    padding-left: calc(50vw - 45rem);
    gap: 1.5rem;
  }
}
@media print {
  .culture-list {
    padding-left: calc(50vw - 45rem);
    gap: 1.5rem;
  }
}
.culture-list__item {
  position: relative;
  display: flex;
}

.culture-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  background-color: #edf3f4;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .culture-card {
    flex-direction: row;
    gap: 3rem;
    padding: 3rem calc(50vw - 45rem) 3rem 5rem;
  }
}
@media print {
  .culture-card {
    flex-direction: row;
    gap: 3rem;
    padding: 3rem calc(50vw - 45rem) 3rem 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .culture-card__image {
    width: 25rem;
  }
}
@media print {
  .culture-card__image {
    width: 25rem;
  }
}
.culture-card__image img {
  max-width: 100%;
  height: auto;
}
.culture-card__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .culture-card__main {
    gap: 1.5rem;
    flex: 1;
  }
}
@media print {
  .culture-card__main {
    gap: 1.5rem;
    flex: 1;
  }
}
.culture-card__main > p {
  opacity: 0.75;
}
.culture-card__header {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .culture-card__header {
    padding-bottom: 1.5rem;
    align-items: center;
    gap: 2.5rem;
  }
}
@media print {
  .culture-card__header {
    padding-bottom: 1.5rem;
    align-items: center;
    gap: 2.5rem;
  }
}
.culture-card__title {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .culture-card__title {
    font-size: 2rem;
  }
}
@media print {
  .culture-card__title {
    font-size: 2rem;
  }
}
.culture-card__title strong {
  font-size: 115%;
}
.culture-card__number {
  color: #0edbd6;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .culture-card__number {
    font-size: 1.125rem;
  }
}
@media print {
  .culture-card__number {
    font-size: 1.125rem;
  }
}

.message-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  gap: 2.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .message-list {
    font-size: 1.125rem;
    gap: 4rem 2.5rem;
  }
}
@media print {
  .message-list {
    font-size: 1.125rem;
    gap: 4rem 2.5rem;
  }
}
.message-list__item {
  width: calc(50% - 0.5rem);
}
@media print, screen and (min-width: 992px) {
  .message-list__item {
    width: calc(33.333% - 1.6875rem);
  }
}
@media print {
  .message-list__item {
    width: calc(33.333% - 1.6875rem);
  }
}

.message-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  color: #030303;
  text-decoration: none;
}
@media print, screen and (min-width: 992px) {
  .message-card {
    gap: 1rem;
  }
}
@media print {
  .message-card {
    gap: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .message-card:hover {
    color: #666;
  }
  .message-card:hover .message-card__image img {
    opacity: 0.8;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .message-card:hover .icon-plus {
    background-color: #0edbd6;
    color: #fff;
  }
}
.message-card__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 133.33%;
  width: 100%;
  height: 0;
}
.message-card__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;
}
.message-card__main {
  display: flex;
  width: 100%;
  align-items: center;
}
.message-card__flex {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  flex: 1;
}
.message-card__title {
  font-size: 112.5%;
  line-height: 1.5;
  font-weight: 700;
}
.message-card__cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 75%;
  opacity: 0.65;
  line-height: 1.5;
}
.message-card .icon-plus {
  font-size: 1.75rem;
  position: relative;
  border: 1px solid #0edbd6;
  color: #0edbd6;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.25s ease;
}
.message-card .icon-plus::before, .message-card .icon-plus::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  left: 50%;
  width: 40%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 999em;
}
.message-card .icon-plus::after {
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 992px) {
  .message-card .icon-plus {
    font-size: 2.5rem;
  }
}
@media print {
  .message-card .icon-plus {
    font-size: 2.5rem;
  }
}

.welfare-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .welfare-list {
    gap: 5rem;
  }
}
@media print {
  .welfare-list {
    gap: 5rem;
  }
}
.welfare-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .welfare-block {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media print {
  .welfare-block {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.welfare-block__header {
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .welfare-block__header {
    align-items: flex-start;
    width: 25rem;
    gap: 1.5rem;
  }
}
@media print {
  .welfare-block__header {
    align-items: flex-start;
    width: 25rem;
    gap: 1.5rem;
  }
}
.welfare-block__sticky {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
  .welfare-block__sticky {
    position: sticky;
    top: 5rem;
    gap: 1.5rem;
    z-index: 100;
  }
}
@media print {
  .welfare-block__sticky {
    position: sticky;
    top: 5rem;
    gap: 1.5rem;
    z-index: 100;
  }
}
.welfare-block__icon {
  width: 4rem;
}
@media print, screen and (min-width: 992px) {
  .welfare-block__icon {
    width: 5rem;
  }
}
@media print {
  .welfare-block__icon {
    width: 5rem;
  }
}
.welfare-block__icon img {
  max-width: 100%;
  height: auto;
}
.welfare-block__title {
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.25rem;
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .welfare-block__title {
    font-size: 2rem;
  }
}
@media print {
  .welfare-block__title {
    font-size: 2rem;
  }
}
.welfare-block__title strong {
  font-size: 115%;
}
@media print, screen and (min-width: 992px) {
  .welfare-block__title {
    flex: initial;
  }
}
@media print {
  .welfare-block__title {
    flex: initial;
  }
}
.welfare-block__main {
  flex: 1;
}

.message-popup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .message-popup {
    flex-direction: row;
    gap: 3rem;
  }
}
@media print {
  .message-popup {
    flex-direction: row;
    gap: 3rem;
  }
}
.message-popup__image {
  width: 100%;
  max-width: 15rem;
}
@media print, screen and (min-width: 992px) {
  .message-popup__image {
    width: 25rem;
    max-width: none;
  }
}
@media print {
  .message-popup__image {
    width: 25rem;
    max-width: none;
  }
}
.message-popup__image img {
  max-width: 100%;
  height: auto;
}
.message-popup__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .message-popup__main {
    flex: 1;
    gap: 2.5rem;
  }
}
@media print {
  .message-popup__main {
    flex: 1;
    gap: 2.5rem;
  }
}
.message-popup__title {
  font-size: 1.0625rem;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .message-popup__title {
    font-size: 1.25rem;
  }
}
@media print {
  .message-popup__title {
    font-size: 1.25rem;
  }
}
.message-popup__title p {
  margin-top: 1em;
}
.message-popup__title p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 992px) {
  .message-popup__title {
    padding-right: 2.5rem;
  }
}
@media print {
  .message-popup__title {
    padding-right: 2.5rem;
  }
}
.message-popup__cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 85%;
  opacity: 0.65;
  line-height: 1.5;
}
.message-popup__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .message-popup__text {
    font-size: 1rem;
  }
}
@media print {
  .message-popup__text {
    font-size: 1rem;
  }
}
.message-popup__text p {
  margin-top: 1em;
}
.message-popup__text p:first-child {
  margin-top: 0;
}

#sortTarget.empty .guideline-block {
  display: none;
}
#sortTarget.empty .gudeline-empty {
  display: block;
}
#sortTarget .gudeline-empty {
  display: none;
  width: 100%;
}

.guideline-block {
  max-height: 0;
  opacity: 0;
  transition: all 0.45s ease;
}
.guideline-block.active {
  opacity: 1;
  max-height: 99999px;
  overflow: initial;
}

.guideline-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.guideline-list__item {
  border-bottom: 1px solid #ddd;
  max-height: 0;
  opacity: 0;
  transition: all 0.45s ease;
  overflow: hidden;
}
.guideline-list__item.active {
  opacity: 1;
  max-height: 999px;
  overflow: initial;
}
.guideline-list.empty {
  display: none;
}
.guideline-list.empty + .gudeline-empty {
  display: block !important;
}
.guideline-list.empty + .gudeline-empty .lead--sm {
  opacity: 0.45;
  line-height: 1;
}

.guideline-item {
  display: flex;
  width: 100%;
  gap: 1em;
  width: 100%;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 2em;
  color: #030303;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .guideline-item {
    transition: all 0.25s linear;
  }
  .guideline-item:hover {
    color: #030303;
    background-color: rgba(14, 219, 214, 0.05);
  }
  .guideline-item:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
.guideline-item__main {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25em;
}
.guideline-item__title {
  font-size: 125%;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .guideline-item__title {
    font-size: 150%;
  }
}
@media print {
  .guideline-item__title {
    font-size: 150%;
  }
}
.guideline-item__text {
  line-height: 1.75;
  font-size: 100%;
}
.guideline-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.25;
  font-size: 82%;
  gap: 1em;
}
.guideline-item__place {
  display: flex;
  align-items: center;
  gap: 0.25em;
  opacity: 0.65;
}
.guideline-item__place svg {
  fill: #0edbd6;
  width: 1em;
  height: auto;
}

.top-h2 {
  position: relative;
  display: flex;
  gap: 0.5em;
  line-height: 1.5;
  font-weight: 700;
  align-items: center;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-h2 {
    font-size: 2.5rem;
  }
}
@media print {
  .top-h2 {
    font-size: 2.5rem;
  }
}
.top-h2::before {
  position: relative;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  margin-left: 0.15em;
  border-radius: 999em;
  background-color: #0edbd6;
}
.top-h2__text {
  font-size: 100%;
  flex: 1;
}

.top-header {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-header {
    gap: 2.5rem;
  }
}
@media print {
  .top-header {
    gap: 2.5rem;
  }
}
.top-header__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-header__main {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media print {
  .top-header__main {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-header__title {
    width: 25rem;
  }
}
@media print {
  .top-header__title {
    width: 25rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-header__text {
    flex: 1;
  }
}
@media print {
  .top-header__text {
    flex: 1;
  }
}
.top-header__btn--pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top-header__btn--pc {
    display: block;
  }
}
@media print {
  .top-header__btn--pc {
    display: block;
  }
}

.top-service {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service {
    padding-bottom: 100vh;
    overflow: hidden;
  }
}
@media print {
  .top-service {
    padding-bottom: 100vh;
    overflow: hidden;
  }
}
.top-service__item {
  display: flex;
}

.top-service-content {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .top-service-content {
    height: 200vh;
  }
}
@media print {
  .top-service-content {
    height: 200vh;
  }
}
@media print, screen and (min-width: 992px) {
  .top-service-content.active .top-service-content__image, .top-service-content.first-active .top-service-content__image {
    -webkit-clip-path: inset(0 0 0 -10rem);
    clip-path: inset(0 0 0 -10rem);
  }
  .top-service-content.active .top-service-content__title,
.top-service-content.active .top-service-content__text,
.top-service-content.active .top-service-content__btn,
.top-service-content.active .deco-rect > span, .top-service-content.first-active .top-service-content__title,
.top-service-content.first-active .top-service-content__text,
.top-service-content.first-active .top-service-content__btn,
.top-service-content.first-active .deco-rect > span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-duration: 0.9s;
  }
  .top-service-content.active .top-service-content__title, .top-service-content.first-active .top-service-content__title {
    transition-delay: 0.5s;
  }
  .top-service-content.active .top-service-content__text, .top-service-content.first-active .top-service-content__text {
    transition-delay: 0.6s;
  }
  .top-service-content.active .top-service-content__btn, .top-service-content.first-active .top-service-content__btn {
    transition-delay: 0.7s;
  }
  .top-service-content.active .deco-rect > span, .top-service-content.first-active .deco-rect > span {
    transition-delay: 0.4s;
  }
  .top-service-content.active .top-title__en, .top-service-content.first-active .top-title__en {
    background-position: 0% 0%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    letter-spacing: 0em;
  }
  .top-service-content.active .top-title__ja, .top-service-content.first-active .top-title__ja {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print {
  .top-service-content.active .top-service-content__image, .top-service-content.first-active .top-service-content__image {
    -webkit-clip-path: inset(0 0 0 -10rem);
    clip-path: inset(0 0 0 -10rem);
  }
  .top-service-content.active .top-service-content__title,
.top-service-content.active .top-service-content__text,
.top-service-content.active .top-service-content__btn,
.top-service-content.active .deco-rect > span, .top-service-content.first-active .top-service-content__title,
.top-service-content.first-active .top-service-content__text,
.top-service-content.first-active .top-service-content__btn,
.top-service-content.first-active .deco-rect > span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-duration: 0.9s;
  }
  .top-service-content.active .top-service-content__title, .top-service-content.first-active .top-service-content__title {
    transition-delay: 0.5s;
  }
  .top-service-content.active .top-service-content__text, .top-service-content.first-active .top-service-content__text {
    transition-delay: 0.6s;
  }
  .top-service-content.active .top-service-content__btn, .top-service-content.first-active .top-service-content__btn {
    transition-delay: 0.7s;
  }
  .top-service-content.active .deco-rect > span, .top-service-content.first-active .deco-rect > span {
    transition-delay: 0.4s;
  }
  .top-service-content.active .top-title__en, .top-service-content.first-active .top-title__en {
    background-position: 0% 0%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    letter-spacing: 0em;
  }
  .top-service-content.active .top-title__ja, .top-service-content.first-active .top-title__ja {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print, screen and (min-width: 992px) {
  .top-service-content.after {
    pointer-events: none;
  }
  .top-service-content.after .top-service-content__image {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .top-service-content.after .top-service-content__title,
.top-service-content.after .top-service-content__text,
.top-service-content.after .top-service-content__btn,
.top-service-content.after .deco-rect > span {
    opacity: 0;
    -webkit-transform: translate(0, -2.5rem);
    transform: translate(0, -2.5rem);
    transition: 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0;
  }
  .top-service-content.after .deco-rect > span {
    -webkit-transform: translate(0, -7.5rem);
    transform: translate(0, -7.5rem);
  }
}
@media print {
  .top-service-content.after {
    pointer-events: none;
  }
  .top-service-content.after .top-service-content__image {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .top-service-content.after .top-service-content__title,
.top-service-content.after .top-service-content__text,
.top-service-content.after .top-service-content__btn,
.top-service-content.after .deco-rect > span {
    opacity: 0;
    -webkit-transform: translate(0, -2.5rem);
    transform: translate(0, -2.5rem);
    transition: 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0;
  }
  .top-service-content.after .deco-rect > span {
    -webkit-transform: translate(0, -7.5rem);
    transform: translate(0, -7.5rem);
  }
}
.top-service-content#topFeature {
  z-index: 90;
}
.top-service-content#topFeature .top-service-content__image-inner img {
  width: 75%;
  right: 7.5%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content#topFeature .top-service-content__image-inner img {
    width: 108%;
    right: 0;
  }
}
@media print {
  .top-service-content#topFeature .top-service-content__image-inner img {
    width: 108%;
    right: 0;
  }
}
.top-service-content#topCmc {
  z-index: 80;
}
.top-service-content#topCmc .top-service-content__image-inner {
  background: linear-gradient(319deg, #a2bdcc 2.28%, #a8c9dc 44.14%, #e6f0f8 87.77%), #f9f7f6;
}
.top-service-content#topCmc .top-service-content__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;
}
.top-service-content#topCmc2 {
  z-index: 80;
}
.top-service-content#topCmc2 .top-service-content__image-inner {
  background: linear-gradient(319deg, #a2bdcc 2.28%, #a8c9dc 44.14%, #e6f0f8 87.77%), #f9f7f6;
}
.top-service-content#topCmc2 .top-service-content__image-inner img {
  width: 70%;
  right: 15%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content#topCmc2 .top-service-content__image-inner img {
    width: 100%;
    right: 0;
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0);
  }
}
@media print {
  .top-service-content#topCmc2 .top-service-content__image-inner img {
    width: 100%;
    right: 0;
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0);
  }
}
.top-service-content#topPipeline {
  z-index: 70;
}
.top-service-content#topPipeline .top-service-content__image-inner {
  background: linear-gradient(211deg, #8ebcc6 0.38%, #c2e5ea 50.34%, #e6f3f4 100.3%), #f9f7f6;
}
.top-service-content#topPipeline .top-service-content__image-inner img {
  width: 80%;
  right: 10%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content#topPipeline .top-service-content__image-inner img {
    width: 115%;
    right: 0;
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
}
@media print {
  .top-service-content#topPipeline .top-service-content__image-inner img {
    width: 115%;
    right: 0;
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
}
.top-service-content__inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__inner {
    flex-direction: row;
    height: 100vh;
  }
}
@media print {
  .top-service-content__inner {
    flex-direction: row;
    height: 100vh;
  }
}
.top-service-content__main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5rem 1rem 0.5rem;
  gap: 1.5rem;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__main {
    justify-content: center;
    flex: 1;
    overflow: hidden;
    gap: 3rem;
    padding: 5rem 7.5rem 5rem calc(50vw - 45rem);
  }
}
@media print {
  .top-service-content__main {
    justify-content: center;
    flex: 1;
    overflow: hidden;
    gap: 3rem;
    padding: 5rem 7.5rem 5rem calc(50vw - 45rem);
  }
}
@media print, screen and (min-width: 992px) {
  .top-service-content__title, .top-service-content__text, .top-service-content__btn,
.top-service-content .deco-rect > span {
    opacity: 0;
    -webkit-transform: translate(0, 2.5rem);
    transform: translate(0, 2.5rem);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print {
  .top-service-content__title, .top-service-content__text, .top-service-content__btn,
.top-service-content .deco-rect > span {
    opacity: 0;
    -webkit-transform: translate(0, 2.5rem);
    transform: translate(0, 2.5rem);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print, screen and (min-width: 992px) {
  .top-service-content .deco-rect > span {
    -webkit-transform: translate(0, 5rem);
    transform: translate(0, 5rem);
  }
}
@media print {
  .top-service-content .deco-rect > span {
    -webkit-transform: translate(0, 5rem);
    transform: translate(0, 5rem);
  }
}
.top-service-content__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__text {
    font-size: 1rem;
  }
}
@media print {
  .top-service-content__text {
    font-size: 1rem;
  }
}
.top-service-content__text p {
  margin-top: 1em;
}
.top-service-content__text p:first-child {
  margin-top: 0;
}
.top-service-content__btn {
  text-align: left;
}
.top-service-content__deco {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__deco {
    font-size: 3.75rem;
  }
}
@media print {
  .top-service-content__deco {
    font-size: 3.75rem;
  }
}
.top-service-content__deco .deco-rect {
  position: absolute;
  display: flex;
  width: 1em;
  height: 1em;
  z-index: -1;
}
.top-service-content__deco .deco-rect > span {
  display: flex;
  width: 100%;
  background-color: #e8f4f1;
}
.top-service-content__deco .deco-rect:nth-child(1) {
  font-size: 2em;
  left: 1%;
  top: 10%;
  opacity: 0.4;
}
.top-service-content__deco .deco-rect:nth-child(2) {
  font-size: 0.9em;
  left: 20%;
  top: 3%;
  opacity: 0.6;
}
.top-service-content__deco .deco-rect:nth-child(3) {
  font-size: 1.25em;
  right: 3%;
  top: 5%;
  opacity: 0.4;
}
.top-service-content__deco .deco-rect:nth-child(4) {
  font-size: 0.8em;
  left: 2%;
  bottom: 20%;
  opacity: 0.4;
}
.top-service-content__deco .deco-rect:nth-child(5) {
  font-size: 0.9em;
  left: 15%;
  bottom: 5%;
  opacity: 0.6;
}
.top-service-content__deco .deco-rect:nth-child(6) {
  font-size: 1.05em;
  right: 13%;
  bottom: 10%;
  opacity: 0.4;
}
.top-service-content__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__image {
    display: flex;
    width: 50%;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print {
  .top-service-content__image {
    display: flex;
    width: 50%;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.top-service-content__image-inner {
  position: relative;
  width: 100%;
  background-color: #edf3f4;
  height: 0;
  padding-bottom: 65%;
  background: linear-gradient(211deg, #e3eeff 0.38%, #cfdef5 49.3%, #b2cde7 100.3%);
}
.top-service-content__image-inner::before {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(./assets/img/common/noise.png);
  background-size: 40px auto;
  -webkit-animation: noise_anima 1s steps(10) infinite;
  animation: noise_anima 1s steps(10) infinite;
}
@keyframes noise_anima {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 123px 456px;
  }
}
@media print, screen and (min-width: 992px) {
  .top-service-content__image-inner {
    display: flex;
    height: auto;
    padding-bottom: 0;
  }
}
@media print {
  .top-service-content__image-inner {
    display: flex;
    height: auto;
    padding-bottom: 0;
  }
}
.top-service-content__image-inner img {
  position: absolute;
  height: auto;
  max-width: 1200px;
  bottom: 0;
}
.top-service-content .top-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media print, screen and (min-width: 992px) {
  .top-service-content .top-title__en {
    white-space: nowrap;
    overflow: visible;
    letter-spacing: 0.15em;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #0edbd6 0%, #213a52 38.98%, #213a52 41.01%, #677582 42.77%, #b2c3cc 44.51%, #dfeaee 46.04%, #fbfaf8 47.48%, #fce2d4 49.14%, #e5b299 51.53%, #a13e59 54.28%, #8b6656 56.29%, #fff 58.88%, #fff 100%);
    background-size: 400%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    transition: all 0.65s ease 0.5s;
  }
}
@media print {
  .top-service-content .top-title__en {
    white-space: nowrap;
    overflow: visible;
    letter-spacing: 0.15em;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #0edbd6 0%, #213a52 38.98%, #213a52 41.01%, #677582 42.77%, #b2c3cc 44.51%, #dfeaee 46.04%, #fbfaf8 47.48%, #fce2d4 49.14%, #e5b299 51.53%, #a13e59 54.28%, #8b6656 56.29%, #fff 58.88%, #fff 100%);
    background-size: 400%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    transition: all 0.65s ease 0.5s;
  }
}
.top-service-content .top-title__ja {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .top-service-content .top-title__ja {
    font-size: 1.125rem;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
}
@media print {
  .top-service-content .top-title__ja {
    font-size: 1.125rem;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
}

.top-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.top-title__en {
  color: #0edbd6;
  font-family: "Outfit", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .top-title__en {
    font-size: 5rem;
  }
}
@media print {
  .top-title__en {
    font-size: 5rem;
  }
}
.top-title__ja {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .top-title__ja {
    font-size: 1.125rem;
  }
}
@media print {
  .top-title__ja {
    font-size: 1.125rem;
  }
}

.top-company {
  position: relative;
  background-color: #edf3f4;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-company {
    gap: 5rem;
  }
}
@media print {
  .top-company {
    gap: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-company {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media print {
  .top-company {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.top-company__deco {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  width: 5rem;
  opacity: 0.25;
  background-color: #0edbd6;
}
@media print, screen and (min-width: 992px) {
  .top-company__deco {
    width: 25vw;
    opacity: 1;
  }
}
@media print {
  .top-company__deco {
    width: 25vw;
    opacity: 1;
  }
}
.top-company__top {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-company__top {
    gap: 3rem;
  }
}
@media print {
  .top-company__top {
    gap: 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-company__top .top-h2 {
    color: #fff;
  }
  .top-company__top .top-h2::before {
    background-color: #fff;
  }
}
@media print {
  .top-company__top .top-h2 {
    color: #fff;
  }
  .top-company__top .top-h2::before {
    background-color: #fff;
  }
}
.top-company__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1px;
  padding-left: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-company__main {
    flex-direction: row;
    padding-left: calc(50vw - 45rem);
  }
}
@media print {
  .top-company__main {
    flex-direction: row;
    padding-left: calc(50vw - 45rem);
  }
}
.top-company__col {
  display: flex;
  width: 100%;
}
.top-company__ir {
  position: relative;
  z-index: 10;
}
.top-company__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
}
@media print, screen and (min-width: 992px) {
  .top-company__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .top-company__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.top-company-card {
  display: flex;
  width: 100%;
  position: relative;
  height: 12.5rem;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
  padding: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-company-card {
    height: 30rem;
    padding: 3rem;
  }
}
@media print {
  .top-company-card {
    height: 30rem;
    padding: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-company-card:hover {
    color: #fff;
  }
  .top-company-card:hover .top-company-card__image img {
    opacity: 0.8;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .top-company-card:hover span[class^=link-arrow] {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}
.top-company-card[aria-disabled=true] {
  pointer-events: none;
  cursor: not-allowed;
}
.top-company-card[aria-disabled=true] .link-arrow--lg {
  display: none;
}
.top-company-card[aria-disabled=true] .top-company-card__image img {
  opacity: 0.4;
}
.top-company-card__image {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.top-company-card__image img {
  opacity: 0.8;
  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-company-card__main {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.top-company-card__title {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .top-company-card__title {
    font-size: 2rem;
  }
}
@media print {
  .top-company-card__title {
    font-size: 2rem;
  }
}
.top-company-card__title::after {
  position: relative;
  display: block;
  content: " ";
  background-color: #fff;
  height: 1px;
}

.top-ir-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .top-ir-card {
    flex-direction: row;
  }
}
@media print {
  .top-ir-card {
    flex-direction: row;
  }
}
.top-ir-card__image {
  position: relative;
  display: flex;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-color: #68bad3;
}
@media print, screen and (min-width: 992px) {
  .top-ir-card__image {
    width: 58%;
    padding-bottom: 0;
    height: auto;
  }
}
@media print {
  .top-ir-card__image {
    width: 58%;
    padding-bottom: 0;
    height: auto;
  }
}
.top-ir-card__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-ir-card__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-ir-card__main {
    flex: 1;
    padding: 5rem;
    gap: 2.5rem;
  }
}
@media print {
  .top-ir-card__main {
    flex: 1;
    padding: 5rem;
    gap: 2.5rem;
  }
}
.top-ir-card__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .top-ir-card__text {
    font-size: 1rem;
  }
}
@media print {
  .top-ir-card__text {
    font-size: 1rem;
  }
}
.top-ir-card__text p {
  margin-top: 1em;
}
.top-ir-card__text p:first-child {
  margin-top: 0;
}

.top-recruit {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 10rem;
}
@media print, screen and (min-width: 992px) {
  .top-recruit {
    padding-top: 11.5rem;
  }
}
@media print {
  .top-recruit {
    padding-top: 11.5rem;
  }
}
.top-recruit__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 10rem;
  background-color: #edf3f4;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__image {
    bottom: 5rem;
  }
}
@media print {
  .top-recruit__image {
    bottom: 5rem;
  }
}
.top-recruit__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-recruit__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .top-recruit__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.top-recruit__main {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  width: 20rem;
  background-color: #a13e59;
  mix-blend-mode: multiply;
  gap: 1rem;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__main {
    width: 30rem;
    padding: 3.5rem 4rem;
    gap: 2.5rem;
  }
}
@media print {
  .top-recruit__main {
    width: 30rem;
    padding: 3.5rem 4rem;
    gap: 2.5rem;
  }
}
.top-recruit__main .top-h2::before {
  background-color: #fff;
}
.top-recruit__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__text {
    font-size: 1rem;
  }
}
@media print {
  .top-recruit__text {
    font-size: 1rem;
  }
}
.top-recruit__text p {
  margin-top: 1em;
}
.top-recruit__text p:first-child {
  margin-top: 0;
}
.top-recruit span[class^=link-arrow]::before, .top-recruit span[class^=link-arrow]::after {
  background-color: #a13e59;
}
@media (hover: hover) and (pointer: fine) {
  .top-recruit a[class^=btn]:hover {
    color: #a13e59;
  }
  .top-recruit a[class^=btn]:hover span[class^=link-arrow] {
    background-color: #a13e59;
  }
  .top-recruit a[class^=btn]:hover span[class^=link-arrow]::before, .top-recruit a[class^=btn]:hover span[class^=link-arrow]::after {
    background-color: #fff;
  }
}

.top-news {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .top-news {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    gap: 5rem;
  }
}
@media print {
  .top-news {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    gap: 5rem;
  }
}
.top-news__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-news__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print {
  .top-news__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-news__container {
    flex-direction: row;
    gap: 5rem;
  }
}
@media print {
  .top-news__container {
    flex-direction: row;
    gap: 5rem;
  }
}
.top-news__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
}
@media print, screen and (min-width: 992px) {
  .top-news__header {
    width: 20rem;
  }
}
@media print {
  .top-news__header {
    width: 20rem;
  }
}
.top-news__btn--pc {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .top-news__btn--pc {
    display: block;
    width: 13.5rem;
  }
}
@media print {
  .top-news__btn--pc {
    display: block;
    width: 13.5rem;
  }
}
.top-news__btn--sp {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .top-news__btn--sp {
    display: none;
  }
}
@media print {
  .top-news__btn--sp {
    display: none;
  }
}
.top-news__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-news__main {
    flex: 1;
    gap: 2.5rem;
  }
}
@media print {
  .top-news__main {
    flex: 1;
    gap: 2.5rem;
  }
}

.link-tab {
  display: flex;
  width: 100%;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 992px) {
  .link-tab {
    font-size: 1rem;
  }
}
@media print {
  .link-tab {
    font-size: 1rem;
  }
}
.link-tab__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .link-tab__list {
    gap: 0;
  }
}
@media print {
  .link-tab__list {
    gap: 0;
  }
}
.link-tab__item {
  display: flex;
}
.link-tab__item > a {
  display: flex;
  padding: 0.5em;
  color: #030303;
  opacity: 0.45;
  font-weight: 700;
  text-decoration: none;
}
@media print, screen and (min-width: 992px) {
  .link-tab__item > a {
    padding: 0.5em 1em;
  }
}
@media print {
  .link-tab__item > a {
    padding: 0.5em 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-tab__item > a {
    transition: 0.25s ease;
  }
  .link-tab__item > a:hover {
    opacity: 1;
  }
}
.link-tab__item > a.active {
  cursor: initial;
  pointer-events: none;
  opacity: 1;
  border-bottom: 2px solid #0edbd6;
}

.top-fixed-news {
    max-width: 900px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 15px 15px 12px 30px;
    color: #030303;
    line-height: 1.6;
    text-decoration: none;
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
    display: flex;
    transition: all 0.25s linear;
    position: fixed;
    z-index: 100;
    bottom: 40px;
    left: 0;
    right: 0;
}
.top-fixed-news__mds {
    margin-top: 1px;
    margin-right: 15px;
    font-size: 100%;
    font-family: "Outfit", sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    line-height: 1.6;
    flex-shrink: 0;
}
.top-fixed-news__title {
    width: 100%;
    margin-right: 15px;
}
.top-fixed-news .link-arrow {
    margin: auto auto auto 0;
    flex-shrink: 0;
}
.top-fixed-news:hover .top-fixed-news__mds {
  color: #030303;
}
@media print, screen and (min-width: 992px) {
  .top-fixed-news {
    line-height: 1.7;
  }
  .top-fixed-news__mds {
    margin-right: 20px;
  }
  .top-fixed-news__title {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-fixed-news {
    padding-left: 20px;
    bottom: 25px;
  }
  .top-fixed-news__title {
    overflow: hidden;
  }
  .top-fixed-news__title .inner {
    width: fit-content;
    padding-left: 100%;
    white-space: nowrap;
    animation: infoAnimation 10s linear infinite;
  }
}
@keyframes infoAnimation {
  0% {
      transform: translateX(0)
  }

  100% {
      transform: translateX(-100%)
  }
}


.whistleblowing-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #edf3f4;
  padding: 1.5rem 1rem;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .whistleblowing-box {
    padding: 4rem 2.5rem;
    gap: 2rem;
  }
}
@media print {
  .whistleblowing-box {
    padding: 4rem 2.5rem;
    gap: 2rem;
  }
}
.whistleblowing-box__top {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .whistleblowing-box__top {
    gap: 1rem;
  }
}
@media print {
  .whistleblowing-box__top {
    gap: 1rem;
  }
}
.whistleblowing-box__title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.0625rem;
}
@media print, screen and (min-width: 992px) {
  .whistleblowing-box__title {
    font-size: 1.375rem;
  }
}
@media print {
  .whistleblowing-box__title {
    font-size: 1.375rem;
  }
}
.whistleblowing-box__text {
  font-size: 0.875rem;
  opacity: 0.85;
}
@media print, screen and (min-width: 992px) {
  .whistleblowing-box__text {
    font-size: 1rem;
  }
}
@media print {
  .whistleblowing-box__text {
    font-size: 1rem;
  }
}
.whistleblowing-box__text p {
  margin-top: 1em;
}
.whistleblowing-box__text p:first-child {
  margin-top: 0;
}
.whistleblowing-box__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .whistleblowing-box__btns {
    gap: 3rem;
  }
}
@media print {
  .whistleblowing-box__btns {
    gap: 3rem;
  }
}
.whistleblowing-box__btns [class^=btn] {
  min-width: 6.5rem;
}
@media print, screen and (min-width: 992px) {
  .whistleblowing-box__btns [class^=btn] {
    min-width: 15rem;
  }
}
@media print {
  .whistleblowing-box__btns [class^=btn] {
    min-width: 15rem;
  }
}