@charset "UTF-8";
/*=====================
  common
===================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Outfit:wght@800&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] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  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 {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
  }
  .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;
  height: auto;
  max-width: 100%;
}

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

.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: 1919px) {
  .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: 1919px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1920px) {
  .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: 1920px) {
  .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: 1920px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1920px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1920px) {
  .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: 1919px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 1919px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: ) {
  .hidden-xl {
    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(4.2666666667vw, 32px);
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: max(12px, 1.25vw);
  }
}
@media print {
  html {
    font-size: max(12px, 1.25vw);
  }
}
@media print, screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media print {
  html {
    font-size: 16px;
  }
}

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  background-color: #0033a8;
  color: #fff;
}
body.is-scrollLock {
  -webkit-overflow-scrolling: none;
  -ms-scroll-chaining: none;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

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

a {
  color: #ffcb36;
}
a:hover {
  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 {
    zoom: 0.7 !important;
    overflow: visible !important;
  }
  body {
    margin: 0 auto;
    min-width: 1120px !important;
    padding-bottom: 0px !important;
    width: 1120px;
  }
  .container-fluid,
  .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }
  .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;
    vertical-align: middle;
    width: auto;
  }
  .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-bottom: 0;
    margin-top: 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] {
    margin-left: 0;
    position: relative;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    font-size: 18px;
    padding-top: 11px;
  }
  .form-horizontal .form-group-sm .control-label {
    font-size: 12px;
    padding-top: 6px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: 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-left: 0;
    padding-right: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 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-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .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-bottom: 0;
    margin-top: 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] {
    margin-left: 0;
    position: relative;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    margin: 30px auto;
    width: 700px;
  }
  .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 {
    font-size: 30px;
    height: 30px;
    margin-top: -10px;
    width: 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 {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
  }
  .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 {
    display: block;
    left: auto;
    max-width: none;
    position: relative;
    top: auto;
    width: auto;
  }
}
.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] {
  -webkit-transform: translate(0, 60px);
  opacity: 0;
  transform: translate(0, 60px);
}
.inview-up[data-inview=true] {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  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%);
  -webkit-transform: translate(60px, 0);
  clip-path: inset(0 0 0 100%);
  transform: translate(60px, 0);
}
.inview-clip[data-inview=true] {
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translate(0, 0);
  clip-path: inset(0 0 0 0);
  transform: translate(0, 0);
  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;
}

.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);
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  transform: scale(1.1);
}
.inview-scale[data-inview=true] {
  -webkit-transform: scale(1);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transform: scale(1);
}

.btn, .btn--blue {
  align-items: center;
  color: #ffcb36;
  display: inline-flex;
  font-family: "Oswald", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  gap: 0.5em;
  line-height: 1.25;
  padding-bottom: 0.5em;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover::after, .btn--blue:hover::after {
    width: 100%;
  }
}
.btn::before, .btn--blue::before, .btn::after, .btn--blue::after {
  background-color: currentColor;
  border-radius: 0.0625rem;
  bottom: 0;
  content: " ";
  display: block;
  height: 0.21875rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.btn::after, .btn--blue::after {
  background-color: #fff;
  transition: width 0.45s cubic-bezier(0.445, 0.05, 0.255, 0.985);
  width: 0;
}
.btn--blue {
  color: #0033a8;
}
.btn--blue .btn__icon svg {
  fill: #ffcb36;
  stroke: #0033a8;
}
.btn__icon svg {
  fill: #0033a8;
  stroke: #ffcb36;
  line-height: 1;
  vertical-align: middle;
  width: 1em;
}

.link-arrow {
  border-radius: 50%;
  color: #ffcb36;
  display: block;
  font-size: 2.5rem;
  height: 1em;
  position: relative;
  width: 1em;
}
@media (hover: hover) and (pointer: fine) {
  .link-arrow {
    transition: all 0.25s ease;
  }
}
@media print, screen and (min-width: 992px) {
  .link-arrow {
    font-size: 3.5rem;
  }
}
@media print {
  .link-arrow {
    font-size: 3.5rem;
  }
}
.link-arrow::before, .link-arrow::after {
  background-color: currentColor;
  content: " ";
  display: block;
  height: 1px;
  left: 48%;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease;
  width: 0.25em;
}
@media print, screen and (min-width: 992px) {
  .link-arrow::before, .link-arrow::after {
    height: 2px;
    width: 0.4em;
  }
}
@media print {
  .link-arrow::before, .link-arrow::after {
    height: 2px;
    width: 0.4em;
  }
}
.link-arrow::before {
  -webkit-transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 10em 10em 0 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right bottom;
}
.link-arrow::after {
  -webkit-transform-origin: right top;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 0 0 10em 10em;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: right top;
}

.drawer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 990;
}
.drawer__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.drawer__inner {
  -webkit-transform: translate(100%, 0);
  background-color: #0033a8;
  height: auto;
  min-height: 12.5rem;
  overflow: auto;
  transform: translate(100%, 0);
  width: 100vw;
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    min-height: 25rem;
    width: 43.75rem;
  }
}
@media print {
  .drawer__inner {
    min-height: 25rem;
    width: 43.75rem;
  }
}
.drawer[aria-hidden] {
  transition: all 0.25s ease;
}
.drawer[aria-hidden] .drawer__backdrop,
.drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}
.drawer[aria-hidden=false] {
  visibility: visible;
  width: 100%;
}
.drawer[aria-hidden=false] .drawer__backdrop {
  opacity: 1;
}
.drawer[aria-hidden=false] .drawer__inner {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.drawer[aria-hidden=true] {
  visibility: hidden;
}
.drawer[aria-hidden=true] .drawer__backdrop {
  opacity: 0;
}

.drawer-btn {
  align-items: center;
  background-color: #ffcb36;
  border: none;
  color: #0033a8;
  display: flex;
  flex-direction: column;
  font-size: 2.875rem;
  gap: 0.1em;
  height: 1em;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1em;
  z-index: 1000;
}
@media print, screen and (min-width: 992px) {
  .drawer-btn {
    font-size: 5.75rem;
  }
}
@media print {
  .drawer-btn {
    font-size: 5.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn {
    transition: all 0.25s ease;
  }
  .drawer-btn:hover {
    background-color: #ffdf83;
  }
  .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);
  }
}
.drawer-btn__bars {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.125em;
  justify-content: center;
  width: 0.56em;
}
.drawer-btn__bar {
  background-color: currentColor;
  border-radius: 999em;
  display: block;
  height: 1px;
  transition: all 0.25s ease;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .drawer-btn__bar {
    height: 2px;
  }
}
@media print {
  .drawer-btn__bar {
    height: 2px;
  }
}
.drawer-btn[aria-expanded=true] {
  background-color: #0033a8;
  color: #ffcb36;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar {
  height: 2px;
}
@media print, screen and (min-width: 992px) {
  .drawer-btn[aria-expanded=true] .drawer-btn__bar {
    height: 3px;
  }
}
@media print {
  .drawer-btn[aria-expanded=true] .drawer-btn__bar {
    height: 3px;
  }
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(2) {
  opacity: 0;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(1) {
  -webkit-transform: translate(0, calc(0.125em + 100%)) rotate(45deg);
  opacity: 1;
  transform: translate(0, calc(0.125em + 100%)) rotate(45deg);
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(3) {
  -webkit-transform: translate(0, calc(-0.125em - 100%)) rotate(-45deg);
  transform: translate(0, calc(-0.125em - 100%)) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(1) {
    -webkit-transform: translate(0, calc(0.125em + 100%)) rotate(40deg);
    opacity: 1;
    transform: translate(0, calc(0.125em + 100%)) rotate(40deg);
  }
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(3) {
    -webkit-transform: translate(0, calc(-0.125em - 100%)) rotate(-40deg);
    transform: translate(0, calc(-0.125em - 100%)) rotate(-40deg);
  }
}

.global-nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding-bottom: 5rem;
  padding-top: 1.25rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .global-nav {
    gap: 3.75rem;
    padding-bottom: 5rem;
    padding-top: 3.125rem;
  }
}
@media print {
  .global-nav {
    gap: 3.75rem;
    padding-bottom: 5rem;
    padding-top: 3.125rem;
  }
}
.global-nav__list {
  display: flex;
  flex: 1;
  width: 100%;
}
.global-nav__title {
  color: #ffcb36;
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  line-height: 1;
  padding-left: 1.25rem;
  padding-right: 3.75rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .global-nav__title {
    font-size: 3rem;
    padding-left: 5rem;
    padding-right: 7.5rem;
  }
}
@media print {
  .global-nav__title {
    font-size: 3rem;
    padding-left: 5rem;
    padding-right: 7.5rem;
  }
}

.global-list {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .global-list {
    font-size: 1.875rem;
  }
}
@media print {
  .global-list {
    font-size: 1.875rem;
  }
}
.global-list__item {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .global-list__item:hover > a::after,
  .global-list__item:hover > span::after {
    width: 100%;
  }
}

.global-list-link {
  color: #fff;
  display: flex;
  line-height: 1.25;
  padding: 0.75em 1.25rem;
  position: relative;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .global-list-link {
    padding: 0.75em 3.125rem 0.75em 5rem;
  }
}
@media print {
  .global-list-link {
    padding: 0.75em 3.125rem 0.75em 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-list-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .global-list-link:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
.global-list-link__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .global-list-link__main {
    gap: 0.25em;
  }
}
@media print {
  .global-list-link__main {
    gap: 0.25em;
  }
}
.global-list-link__title {
  font-weight: 700;
  line-height: 1;
}
.global-list-link__type {
  color: #ffcb36;
  font-family: "Oswald", sans-serif;
  font-size: 0.8333em;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .global-list-link__type {
    font-size: 0.666em;
  }
}
@media print {
  .global-list-link__type {
    font-size: 0.666em;
  }
}

.image {
  height: auto;
  max-width: 100%;
}

/* easeInOutCirc */
.top-fv {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}
.top-fv.active {
  padding-top: 10.9375rem;
  transition: padding-top 0.75s cubic-bezier(0.445, 0.05, 0.255, 0.985);
}
@media print, screen and (min-width: 992px) {
  .top-fv.active {
    padding-top: 12.2vw;
  }
}
@media print {
  .top-fv.active {
    padding-top: 12.2vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-fv.active {
    padding-top: 14.6875rem;
  }
}
@media print {
  .top-fv.active {
    padding-top: 14.6875rem;
  }
}
.top-fv.active .kv-slider {
  -webkit-clip-path: inset(0 0 0 10% round 1.5625rem 0 0 0);
  clip-path: inset(0 0 0 10% round 1.5625rem 0 0 0);
  transition: 0.75s cubic-bezier(0.445, 0.05, 0.255, 0.985);
}
@media print, screen and (min-width: 992px) {
  .top-fv.active .kv-slider {
    -webkit-clip-path: inset(0 0 0 5% round 3.125rem 0 0 0);
    clip-path: inset(0 0 0 5% round 3.125rem 0 0 0);
  }
}
@media print {
  .top-fv.active .kv-slider {
    -webkit-clip-path: inset(0 0 0 5% round 3.125rem 0 0 0);
    clip-path: inset(0 0 0 5% round 3.125rem 0 0 0);
  }
}
.top-fv.active .top-kv__main > span {
  -webkit-transform: translateX(0);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
  transition-property: opacity, -webkit-transform, -webkit-clip-path;
  transition-property: transform, opacity, clip-path;
  transition-property: transform, opacity, clip-path, -webkit-transform, -webkit-clip-path;
  will-change: transform, opacity, clip-path;
}
.top-fv__slider {
  height: 100vh;
}
.top-fv__scroll {
  bottom: 0;
  left: 0.46875rem;
  position: absolute;
}
@media print, screen and (min-width: 992px) {
  .top-fv__scroll {
    left: 1.75vw;
  }
}
@media print {
  .top-fv__scroll {
    left: 1.75vw;
  }
}

.scroll-btn {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  gap: 1em;
}
@media print, screen and (min-width: 992px) {
  .scroll-btn {
    font-size: 1.5rem;
  }
}
@media print {
  .scroll-btn {
    font-size: 1.5rem;
  }
}
.scroll-btn__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-transform-origin: right top;
  font-family: "Oswald", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  transform-origin: right top;
  writing-mode: vertical-rl;
}
.scroll-btn::after {
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-animation: pagetopanime 1.5s infinite cubic-bezier(0.6, 0, 0.3, 1);
  animation: pagetopanime 1.5s infinite cubic-bezier(0.6, 0, 0.3, 1);
  background-color: currentColor;
  clip-path: inset(0 0 100% 0);
  content: " ";
  display: block;
  font-size: 3.125rem;
  height: 1.25em;
  opacity: 1;
  position: relative;
  width: 2px;
}
@-webkit-keyframes pagetopanime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 0.1;
  }
}
@keyframes pagetopanime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 0.1;
  }
}

.top-kv {
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.top-kv::before {
  -webkit-transform-origin: right top;
  -webkit-transform: skewY(-30deg);
  background-color: #ffcb36;
  content: " ";
  display: block;
  height: 65dvh;
  left: 0;
  position: absolute;
  right: 0;
  top: 15dvh;
  transform: skewY(-30deg);
  transform-origin: right top;
}
@media print, screen and (min-width: 992px) {
  .top-kv::before {
    -webkit-transform: skewY(-13deg);
    height: 70vh;
    top: 0;
    transform: skewY(-13deg);
  }
}
@media print {
  .top-kv::before {
    -webkit-transform: skewY(-13deg);
    height: 70vh;
    top: 0;
    transform: skewY(-13deg);
  }
}
.top-kv__container {
  padding-left: 0.9375rem;
  padding-top: 9.375rem;
}
@media print, screen and (min-width: 992px) {
  .top-kv__container {
    padding-left: 7.1875vw;
    padding-top: 8.85vw;
  }
}
@media print {
  .top-kv__container {
    padding-left: 7.1875vw;
    padding-top: 8.85vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-kv__container {
    padding-left: 8.625rem;
    padding-top: 10.625rem;
  }
}
@media print {
  .top-kv__container {
    padding-left: 8.625rem;
    padding-top: 10.625rem;
  }
}
.top-kv__main {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-size: 4.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-kv__main {
    font-size: 9.375vw;
  }
}
@media print {
  .top-kv__main {
    font-size: 9.375vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-kv__main {
    font-size: 11.25rem;
  }
}
@media print {
  .top-kv__main {
    font-size: 11.25rem;
  }
}
.top-kv__main > span {
  -webkit-transform: translateX(5em);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  opacity: 0;
  transform: translateX(5em);
}
.top-kv__main > span:nth-child(1) {
  transition-delay: 0.5s !important;
}
.top-kv__main > span:nth-child(2) {
  transition-delay: 0.75s !important;
}

#topImage.active .kv-slider {
  -webkit-clip-path: inset(0 0 0 0 round 0 0 0 0);
  clip-path: inset(0 0 0 0 round 0 0 0 0);
  transition: 0.15s ease !important;
}

.kv-slider {
  -webkit-clip-path: inset(0 0 0 0 round 0 0 0 0);
  clip-path: inset(0 0 0 0 round 0 0 0 0);
  display: flex;
  height: 100%;
  width: 100%;
}
.kv-slider__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kv-slider__item {
  display: flex;
  overflow: hidden;
  position: relative;
}
.kv-slider__item img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.kv-slider__image {
  background-color: #0033a8;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-about {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 51, 168, 0.5);
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 7.5rem;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-about {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    display: flex;
    justify-content: center;
    padding-bottom: 12.5rem;
    padding-top: 21.25rem;
    width: 100%;
  }
}
@media print {
  .top-about {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    display: flex;
    justify-content: center;
    padding-bottom: 12.5rem;
    padding-top: 21.25rem;
    width: 100%;
  }
}
.top-about__deco, .top-about__deco--pc, .top-about__deco--sp {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-size: 2.90625rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  left: 0.9375rem;
  line-height: 1.18;
  mix-blend-mode: difference;
  opacity: 0.15;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 5.3125rem;
  white-space: nowrap;
  z-index: 1;
}
@media print, screen and (min-width: 992px) {
  .top-about__deco, .top-about__deco--pc, .top-about__deco--sp {
    font-size: 8vw;
    left: 5vw;
    top: 12.5rem;
  }
}
@media print {
  .top-about__deco, .top-about__deco--pc, .top-about__deco--sp {
    font-size: 8vw;
    left: 5vw;
    top: 12.5rem;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-about__deco, .top-about__deco--pc, .top-about__deco--sp {
    font-size: 9.375rem;
    left: 8.75rem;
    top: 12.5rem;
  }
}
@media print {
  .top-about__deco, .top-about__deco--pc, .top-about__deco--sp {
    font-size: 9.375rem;
    left: 8.75rem;
    top: 12.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-about__deco--sp {
    display: none;
  }
}
@media print {
  .top-about__deco--sp {
    display: none;
  }
}
.top-about__deco--pc {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .top-about__deco--pc {
    display: flex;
  }
}
@media print {
  .top-about__deco--pc {
    display: flex;
  }
}
.top-about__container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-about__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-about__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-about__container {
    flex-direction: row;
  }
}
@media print {
  .top-about__container {
    flex-direction: row;
  }
}
.top-about__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  z-index: 20;
}
@media print, screen and (min-width: 992px) {
  .top-about__main {
    gap: 4.375rem;
  }
}
@media print {
  .top-about__main {
    gap: 4.375rem;
  }
}
.top-about__lead {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.333;
  text-shadow: 0 0 1em #0033a8;
}
@media print, screen and (min-width: 992px) {
  .top-about__lead {
    flex-direction: row;
    font-size: 3.75rem;
  }
}
@media print {
  .top-about__lead {
    flex-direction: row;
    font-size: 3.75rem;
  }
}
.top-about__text {
  font-size: 0.875rem;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .top-about__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-about__text {
    font-size: 1.125rem;
  }
}
.top-about__illust {
  -webkit-transform: translate(5%, 0);
  margin-top: -8.4375rem;
  transform: translate(5%, 0);
}
@media print, screen and (min-width: 992px) {
  .top-about__illust {
    -webkit-transform: translate(0%, -40%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -40%);
  }
}
@media print {
  .top-about__illust {
    -webkit-transform: translate(0%, -40%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -40%);
  }
}
@media print, screen and (min-width: 1920px) {
  .top-about__illust {
    left: calc(50% + 7.75vw);
  }
}
@media print {
  .top-about__illust {
    left: calc(50% + 7.75vw);
  }
}

.top-about-illust {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.top-about-illust__map {
  opacity: 0.15;
  width: 21.3125rem;
}
@media print, screen and (min-width: 992px) {
  .top-about-illust__map {
    width: 45.625rem;
  }
}
@media print {
  .top-about-illust__map {
    width: 45.625rem;
  }
}
.top-about-illust__map img {
  height: auto;
  width: 100%;
}
@-webkit-keyframes flash {
  0%, 40%, 65%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
}
@keyframes flash {
  0%, 40%, 65%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
}
.top-about-illust__pin {
  -webkit-animation: flash 1.25s linear infinite;
  animation: flash 1.25s linear infinite;
  bottom: 22%;
  left: 13%;
  position: absolute;
  width: 3.28125rem;
}
@media print, screen and (min-width: 992px) {
  .top-about-illust__pin {
    width: 6.8125rem;
  }
}
@media print {
  .top-about-illust__pin {
    width: 6.8125rem;
  }
}
.top-about-illust__pin img {
  height: auto;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .container {
    gap: 2rem;
  }
}
@media print {
  .container {
    gap: 2rem;
  }
}

.list, .list--inline {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.list li, .list--inline li {
  line-height: 1.5;
  padding: 0;
  padding-left: 0.75em;
  position: relative;
}
.list li:after, .list--inline li:after {
  -webkit-transform: translate(0, -50%);
  background-color: #ffcb36;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  top: 0.7em;
  transform: translate(0, -50%);
  width: 0.25em;
}
.list ul, .list--inline ul {
  font-size: 95%;
  list-style: none;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
}
.list ul li, .list--inline ul li {
  margin-top: 0.2em;
  padding: 0;
  padding-left: 0.5em;
  position: relative;
}
.list ul li:first-child, .list--inline ul li:first-child {
  margin-top: 0;
}
.list ul li:after, .list--inline ul li:after {
  background-color: #ffcb36;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 3px;
}
.list--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.loading {
  display: flex;
  height: 100vh;
  height: 100dvh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.loading.set .loading__logo {
  -webkit-animation: fadeUp 0.75s forwards ease;
  animation: fadeUp 0.75s forwards ease;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease 0.25s;
}
.loading.hide .loading__image {
  -webkit-transform: translate(0, -2em);
  opacity: 0;
  transform: translate(0, -2em);
  transition: all 0.4s ease-in;
}
.loading.loaded {
  display: none;
}
.loading__inner {
  align-items: center;
  background-color: #0033a8;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 1em);
    opacity: 0;
    transform: translate(0, 1em);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 1em);
    opacity: 0;
    transform: translate(0, 1em);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
.loading__logo {
  -webkit-transform: translate(0, 1em);
  align-items: flex-end;
  color: #ffcb36;
  display: flex;
  opacity: 0;
  position: relative;
  transform: translate(0, 1em);
}
.loading__image {
  -webkit-transform: scale(1);
  line-height: 1;
  transform: scale(1);
  width: 6em;
  width: 5.625rem;
}
@media print, screen and (min-width: 992px) {
  .loading__image {
    width: 19.5rem;
  }
}
@media print {
  .loading__image {
    width: 19.5rem;
  }
}
.loading__image svg {
  fill: currentColor;
  height: auto;
  line-height: 1;
  width: 100%;
}

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

.swiper-scrollbar, .swiper-scrollbar--white {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999em;
  flex: 1;
  height: 0.25rem;
  position: relative !important;
  width: 100%;
}
.swiper-scrollbar .swiper-scrollbar-drag, .swiper-scrollbar--white .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.3);
  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;
}
.swiper-scrollbar--white {
  background: rgba(255, 255, 255, 0.1);
}
.swiper-scrollbar--white .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.4);
}

.note-block > p {
  font-size: 85%;
  line-height: 1.5;
  opacity: 0.65;
  padding-left: 1em;
  text-indent: -1em;
}

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

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

.text {
  font-size: 0.46875rem;
}
@media print, screen and (min-width: 992px) {
  .text {
    font-size: 0.5rem;
  }
}
@media print {
  .text {
    font-size: 0.5rem;
  }
}
.text p {
  margin-top: 1em;
}
.text p:first-child {
  margin-top: 0;
}
.text--xs {
  font-size: 0.375rem;
}
@media print, screen and (min-width: 992px) {
  .text--xs {
    font-size: 0.40625rem;
  }
}
@media print {
  .text--xs {
    font-size: 0.40625rem;
  }
}
.text--xs p {
  margin-top: 1em;
}
.text--xs p:first-child {
  margin-top: 0;
}
.text--sm {
  font-size: 0.40625rem;
}
@media print, screen and (min-width: 992px) {
  .text--sm {
    font-size: 0.4375rem;
  }
}
@media print {
  .text--sm {
    font-size: 0.4375rem;
  }
}
.text--sm p {
  margin-top: 1em;
}
.text--sm p:first-child {
  margin-top: 0;
}
.text--lg {
  font-size: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .text--lg {
    font-size: 0.5625rem;
  }
}
@media print {
  .text--lg {
    font-size: 0.5625rem;
  }
}
.text--lg p {
  margin-top: 1em;
}
.text--lg p:first-child {
  margin-top: 0;
}
.text--red {
  color: #f1533d;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--center-pc {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .text--center-pc {
    text-align: center;
  }
}
@media print {
  .text--center-pc {
    text-align: center;
  }
}
.text--bold {
  font-weight: 700;
}

.lead {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead {
    font-size: 1rem;
  }
}
@media print {
  .lead {
    font-size: 1rem;
  }
}
.lead strong {
  font-size: 115%;
}
.lead--sm {
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead--sm {
    font-size: 0.75rem;
  }
}
@media print {
  .lead--sm {
    font-size: 0.75rem;
  }
}
.lead--sm strong {
  font-size: 115%;
}
.lead--lg {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead--lg {
    font-size: 1.25rem;
  }
}
@media print {
  .lead--lg {
    font-size: 1.25rem;
  }
}
.lead--lg strong {
  font-size: 115%;
}
.lead--xl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead--xl {
    font-size: 1.5rem;
  }
}
@media print {
  .lead--xl {
    font-size: 1.5rem;
  }
}
.lead--xl strong {
  font-size: 115%;
}

.marker-text {
  background-image: linear-gradient(transparent 85%, rgba(0, 51, 168, 0.45) 85%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
  font-size: 110%;
  font-weight: 700;
  padding-bottom: 0.1em;
  padding-bottom: 0.1em;
}

.common-title, .common-title--center {
  display: flex;
  flex-direction: column;
  position: relative;
}
.common-title--center {
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.common-title__en {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .common-title__en {
    font-size: 2.5rem;
  }
}
@media print {
  .common-title__en {
    font-size: 2.5rem;
  }
}
.common-title__ja {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .common-title__ja {
    font-size: 0.5625rem;
  }
}
@media print {
  .common-title__ja {
    font-size: 0.5625rem;
  }
}

.common-h3 {
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5em;
  line-height: 1.25;
  position: relative;
  text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
  .common-h3 {
    font-size: 1.25rem;
  }
}
@media print {
  .common-h3 {
    font-size: 1.25rem;
  }
}
.common-h3 > span {
  flex: 1;
}
.common-h3::before {
  background-color: #ffcb36;
  content: " ";
  display: block;
  position: relative;
  width: 0.125rem;
}
@media print, screen and (min-width: 992px) {
  .common-h3::before {
    width: 0.1875rem;
  }
}
@media print {
  .common-h3::before {
    width: 0.1875rem;
  }
}

.common-h4 {
  align-items: center;
  display: flex;
  font-size: 0.5rem;
  font-weight: 700;
  gap: 0.5em;
  line-height: 1.5;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .common-h4 {
    font-size: 0.625rem;
  }
}
@media print {
  .common-h4 {
    font-size: 0.625rem;
  }
}
.common-h4 > span {
  flex: 1;
}
.common-h4::before {
  background-color: #ffcb36;
  content: " ";
  display: block;
  height: 0.0625rem;
  left: 0;
  position: relative;
  top: 0;
  width: 1em;
}
@media print, screen and (min-width: 992px) {
  .common-h4::before {
    height: 0.09375rem;
  }
}
@media print {
  .common-h4::before {
    height: 0.09375rem;
  }
}

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

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

/* =====================
  footer
===================== */
/*フッター */
.footer {
  display: flex;
  padding-bottom: 0;
  padding-top: 3.125rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer {
    padding-top: 4.375rem;
  }
}
@media print {
  .footer {
    padding-top: 4.375rem;
  }
}
.footer__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    gap: 4.375rem;
  }
}
@media print {
  .footer__container {
    gap: 4.375rem;
  }
}
.footer__copy {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .footer__copy {
    font-size: 1.125rem;
  }
}
@media print {
  .footer__copy {
    font-size: 1.125rem;
  }
}

.pagetop-btn {
  align-items: center;
  background-color: #ffcb36;
  border-radius: 0.3125rem 0.3125rem 0 0;
  color: #1c1f21;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  height: 3.625rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 14.625rem;
}
@media print, screen and (min-width: 992px) {
  .pagetop-btn {
    border-radius: 0.625rem 0.625rem 0 0;
    font-size: 1.5625rem;
    height: 4.625rem;
    width: 18.75rem;
  }
}
@media print {
  .pagetop-btn {
    border-radius: 0.625rem 0.625rem 0 0;
    font-size: 1.5625rem;
    height: 4.625rem;
    width: 18.75rem;
  }
}

/*=====================
  header
===================== */
.header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.78125rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease;
  width: 100%;
  z-index: 980;
}
@media print, screen and (min-width: 992px) {
  .header {
    padding-left: 7.18vw;
    padding-right: 1.66vw;
    padding-top: 1.56vw;
  }
}
@media print {
  .header {
    padding-left: 7.18vw;
    padding-right: 1.66vw;
    padding-top: 1.56vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .header {
    padding-left: 8.625rem;
    padding-right: 2rem;
    padding-top: 1.875rem;
  }
}
@media print {
  .header {
    padding-left: 8.625rem;
    padding-right: 2rem;
    padding-top: 1.875rem;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header__logo {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media print, screen and (min-width: 992px) {
  .header__logo {
    align-items: center;
    flex-direction: row;
    gap: 1.56vw;
  }
}
@media print {
  .header__logo {
    align-items: center;
    flex-direction: row;
    gap: 1.56vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .header__logo {
    gap: 1.875rem;
  }
}
@media print {
  .header__logo {
    gap: 1.875rem;
  }
}
.header .drawer-btn {
  position: fixed;
  right: 0.9375rem;
  top: 0.78125rem;
}
@media print, screen and (min-width: 992px) {
  .header .drawer-btn {
    right: 2rem;
    top: 1.875rem;
  }
}
@media print {
  .header .drawer-btn {
    right: 2rem;
    top: 1.875rem;
  }
}

.header-logo {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #ffcb36;
  font-size: 0;
  height: 3.4375rem;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 14.5625rem;
}
@media print, screen and (min-width: 992px) {
  .header-logo {
    height: 5.7289699571vw;
    width: 24.27vw;
  }
}
@media print {
  .header-logo {
    height: 5.7289699571vw;
    width: 24.27vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .header-logo {
    height: 6.875rem;
    width: 29.125rem;
  }
}
@media print {
  .header-logo {
    height: 6.875rem;
    width: 29.125rem;
  }
}

.header-text {
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: 300;
  gap: 0.25em;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .header-text {
    font-size: 1.875vw;
  }
}
@media print {
  .header-text {
    font-size: 1.875vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .header-text {
    font-size: 2.25rem;
  }
}
@media print {
  .header-text {
    font-size: 2.25rem;
  }
}
.header-text__year {
  font-size: 133%;
}
.header-text__area {
  font-size: 100%;
}

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

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

.top-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 6.5625rem;
  padding-top: 1.875rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-group {
    padding-bottom: 13.125rem;
    padding-top: 7.5rem;
  }
}
@media print {
  .top-group {
    padding-bottom: 13.125rem;
    padding-top: 7.5rem;
  }
}
.top-group__container {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  width: 100%;
  z-index: 20;
}
@media print, screen and (min-width: 992px) {
  .top-group__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-group__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-group__container {
    gap: 2.5rem;
  }
}
@media print {
  .top-group__container {
    gap: 2.5rem;
  }
}
.top-group__title {
  color: #ffcb36;
  font-family: "Oswald", sans-serif;
  font-size: 4.0625rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .top-group__title {
    font-size: 11.25rem;
  }
}
@media print {
  .top-group__title {
    font-size: 11.25rem;
  }
}
.top-group__bg {
  bottom: 0;
  display: flex;
  left: 0;
  overflow: hidden;
  padding-bottom: 10rem;
  padding-top: 22.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media print, screen and (min-width: 992px) {
  .top-group__bg {
    padding-bottom: 7.5rem;
    padding-top: 25rem;
  }
}
@media print {
  .top-group__bg {
    padding-bottom: 7.5rem;
    padding-top: 25rem;
  }
}

.group-bg {
  -webkit-transform: skewY(-12deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0.5;
  transform: skewY(-12deg);
  width: 100%;
}
.group-bg__image {
  background-color: #0033a8;
  height: 14.2%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .group-bg__image {
    height: 100%;
    width: 50%;
  }
}
@media print {
  .group-bg__image {
    height: 100%;
    width: 50%;
  }
}
.group-bg__image:nth-child(odd) {
  align-self: flex-start;
}
.group-bg__image:nth-child(even) {
  align-self: flex-end;
}
.group-bg__image img {
  -o-object-fit: cover;
  -webkit-transform: scale(1.2) skewY(12deg);
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scale(1.2) skewY(12deg);
  transition: all 0.45s ease;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .group-bg__image img {
    -webkit-transform: scale(1.3) skewY(12deg);
    transform: scale(1.3) skewY(12deg);
  }
}
@media print {
  .group-bg__image img {
    -webkit-transform: scale(1.3) skewY(12deg);
    transform: scale(1.3) skewY(12deg);
  }
}

.group-list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .group-list {
    gap: 5rem;
  }
}
@media print {
  .group-list {
    gap: 5rem;
  }
}
.group-list__item {
  display: flex;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  a.group-card:hover .group-card__image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  a.group-card:hover .btn::after {
    width: 100%;
  }
}

.group-card {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  text-decoration: none !important;
}
@media print, screen and (min-width: 992px) {
  .group-card {
    flex-direction: row;
    gap: 3.125rem;
  }
}
@media print {
  .group-card {
    flex-direction: row;
    gap: 3.125rem;
  }
}
.group-card__main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .group-card__main {
    flex: 1;
    gap: 2.5rem;
    padding-top: 1.125rem;
  }
}
@media print {
  .group-card__main {
    flex: 1;
    gap: 2.5rem;
    padding-top: 1.125rem;
  }
}
.group-card__title {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .group-card__title {
    font-size: 3rem;
  }
}
@media print {
  .group-card__title {
    font-size: 3rem;
  }
}
.group-card__title img {
  max-width: 100%;
}
.group-card__text {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 0.625rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .group-card__text {
    font-size: 1.25rem;
    gap: 0.0625rem;
  }
}
@media print {
  .group-card__text {
    font-size: 1.25rem;
    gap: 0.0625rem;
  }
}
.group-card__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .group-card__image {
    width: 41.25rem;
  }
}
@media print {
  .group-card__image {
    width: 41.25rem;
  }
}
.group-card__btn {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .group-card__btn {
    font-size: 1.25rem;
  }
}
@media print {
  .group-card__btn {
    font-size: 1.25rem;
  }
}

.group-image {
  border-top-left-radius: 0.9375rem;
  box-shadow: 0.625rem 0.625rem 1.25rem rgba(0, 0, 0, 0.45);
  height: 0;
  overflow: hidden;
  padding-bottom: 47.8%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .group-image {
    border-top-left-radius: 1.875rem;
    box-shadow: 1.25rem 1.25rem 2.5rem rgba(0, 0, 0, 0.45);
    padding-bottom: 50%;
  }
}
@media print {
  .group-image {
    border-top-left-radius: 1.875rem;
    box-shadow: 1.25rem 1.25rem 2.5rem rgba(0, 0, 0, 0.45);
    padding-bottom: 50%;
  }
}
@-webkit-keyframes fadeImage {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeImage {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.group-image[data-inview=false] picture:nth-child(2) img {
  opacity: 0;
}
.group-image[data-inview=true] picture:nth-child(2) img {
  -webkit-animation: fadeImage 6s linear infinite;
  animation: fadeImage 6s linear infinite;
}
.group-image img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.top-recruit {
  background-color: #ffcb36;
  color: #0033a8;
  padding-bottom: 6.5625rem;
  padding-top: 2.96875rem;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .top-recruit {
    background-color: transparent;
    padding: 0;
  }
  .top-recruit::before {
    background-color: #ffcb36;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 3.75rem;
    z-index: -1;
  }
}
@media print {
  .top-recruit {
    background-color: transparent;
    padding: 0;
  }
  .top-recruit::before {
    background-color: #ffcb36;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 3.75rem;
    z-index: -1;
  }
}
.top-recruit__container {
  display: flex;
  flex-direction: column;
  gap: 3.8125rem;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__container {
    flex-direction: row-reverse;
    gap: 7vw;
  }
}
@media print {
  .top-recruit__container {
    flex-direction: row-reverse;
    gap: 7vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-recruit__container {
    gap: 9.375rem;
  }
}
@media print {
  .top-recruit__container {
    gap: 9.375rem;
  }
}
.top-recruit__main {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 0.9375rem;
  padding-right: 0.625rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__main {
    flex: 1;
    gap: 0;
    margin-left: 0;
    max-width: 740px;
    padding: 0;
    padding-bottom: 6.25vw;
    padding-top: 6.25vw;
  }
}
@media print {
  .top-recruit__main {
    flex: 1;
    gap: 0;
    margin-left: 0;
    max-width: 740px;
    padding: 0;
    padding-bottom: 6.25vw;
    padding-top: 6.25vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-recruit__main {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}
@media print {
  .top-recruit__main {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}
.top-recruit__title {
  font-family: "Oswald", sans-serif;
  font-size: 4.0625rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__title {
    font-size: 9.375vw;
  }
}
@media print {
  .top-recruit__title {
    font-size: 9.375vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-recruit__title {
    font-size: 11.25rem;
  }
}
@media print {
  .top-recruit__title {
    font-size: 11.25rem;
  }
}
.top-recruit__lead {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.75em;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__lead {
    font-size: 3.125vw;
    margin-top: 0.5em;
  }
}
@media print {
  .top-recruit__lead {
    font-size: 3.125vw;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 1920px) {
  .top-recruit__lead {
    font-size: 3.75rem;
  }
}
@media print {
  .top-recruit__lead {
    font-size: 3.75rem;
  }
}
.top-recruit__text {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1.25rem;
  margin-top: 2em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__text {
    font-size: 1.125rem;
    margin-right: 0;
    margin-top: 1em;
  }
}
@media print {
  .top-recruit__text {
    font-size: 1.125rem;
    margin-right: 0;
    margin-top: 1em;
  }
}
.top-recruit__btn {
  font-size: 1.15625rem;
  margin-top: 1em;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__btn {
    font-size: 1.25rem;
    margin-top: 2em;
  }
}
@media print {
  .top-recruit__btn {
    font-size: 1.25rem;
    margin-top: 2em;
  }
}
.top-recruit__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-recruit__image {
    width: 50%;
  }
}
@media print {
  .top-recruit__image {
    width: 50%;
  }
}

a.recruit-image {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  a.recruit-image {
    transition: 0.45s ease;
  }
  a.recruit-image:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

.recruit-image {
  box-shadow: 0.25rem 0.625rem 1.25rem rgba(0, 0, 0, 0.45);
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .recruit-image {
    border-top-right-radius: 1.875rem;
    box-shadow: 0.5rem 1.25rem 2.5rem rgba(0, 0, 0, 0.45);
    padding-bottom: 62%;
  }
}
@media print {
  .recruit-image {
    border-top-right-radius: 1.875rem;
    box-shadow: 0.5rem 1.25rem 2.5rem rgba(0, 0, 0, 0.45);
    padding-bottom: 62%;
  }
}
.recruit-image img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}