<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #0058CC;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container &gt; blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner &gt; div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner &gt; div &gt; div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner &gt; div:nth-of-type(1) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner &gt; div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner &gt; div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner &gt; div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner &gt; div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(8) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner &gt; div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt0 {
  margin-top: 0px !important;
}

.pb0 {
  margin-bottom: 0px !important;
}

.pl0 {
  margin-left: 0px !important;
}

.pr0 {
  margin-right: 0px !important;
}

.pt5 {
  margin-top: 5px !important;
}

.pb5 {
  margin-bottom: 5px !important;
}

.pl5 {
  margin-left: 5px !important;
}

.pr5 {
  margin-right: 5px !important;
}

.pt10 {
  margin-top: 10px !important;
}

.pb10 {
  margin-bottom: 10px !important;
}

.pl10 {
  margin-left: 10px !important;
}

.pr10 {
  margin-right: 10px !important;
}

.pt15 {
  margin-top: 15px !important;
}

.pb15 {
  margin-bottom: 15px !important;
}

.pl15 {
  margin-left: 15px !important;
}

.pr15 {
  margin-right: 15px !important;
}

.pt20 {
  margin-top: 20px !important;
}

.pb20 {
  margin-bottom: 20px !important;
}

.pl20 {
  margin-left: 20px !important;
}

.pr20 {
  margin-right: 20px !important;
}

.pt25 {
  margin-top: 25px !important;
}

.pb25 {
  margin-bottom: 25px !important;
}

.pl25 {
  margin-left: 25px !important;
}

.pr25 {
  margin-right: 25px !important;
}

.pt30 {
  margin-top: 30px !important;
}

.pb30 {
  margin-bottom: 30px !important;
}

.pl30 {
  margin-left: 30px !important;
}

.pr30 {
  margin-right: 30px !important;
}

.pt35 {
  margin-top: 35px !important;
}

.pb35 {
  margin-bottom: 35px !important;
}

.pl35 {
  margin-left: 35px !important;
}

.pr35 {
  margin-right: 35px !important;
}

.pt40 {
  margin-top: 40px !important;
}

.pb40 {
  margin-bottom: 40px !important;
}

.pl40 {
  margin-left: 40px !important;
}

.pr40 {
  margin-right: 40px !important;
}

.pt45 {
  margin-top: 45px !important;
}

.pb45 {
  margin-bottom: 45px !important;
}

.pl45 {
  margin-left: 45px !important;
}

.pr45 {
  margin-right: 45px !important;
}

.pt50 {
  margin-top: 50px !important;
}

.pb50 {
  margin-bottom: 50px !important;
}

.pl50 {
  margin-left: 50px !important;
}

.pr50 {
  margin-right: 50px !important;
}

.pt55 {
  margin-top: 55px !important;
}

.pb55 {
  margin-bottom: 55px !important;
}

.pl55 {
  margin-left: 55px !important;
}

.pr55 {
  margin-right: 55px !important;
}

.pt60 {
  margin-top: 60px !important;
}

.pb60 {
  margin-bottom: 60px !important;
}

.pl60 {
  margin-left: 60px !important;
}

.pr60 {
  margin-right: 60px !important;
}

/* Common
-------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  background-color: #101B2C;
}

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

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

dd {
  margin-left: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
.footer a {
  color: #101B2C;
}

p {
  font-size: 1.6rem;
  line-height: 2.2;
}

.entry__inner, .top-topics__inner, .top-workstyle__inner, .top-contents__inner, .top-lead, .footer__inner {
  max-width: 1148px;
  width: 100%;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .entry__inner, .top-topics__inner, .top-workstyle__inner, .top-contents__inner, .top-lead, .footer__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  height: 85px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.6;
  border: 1px solid #fff;
  transition: all ease 0.3s;
}
.button:after {
  position: absolute;
  right: 20px;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .button:hover {
    color: #101B2C;
    background-color: #fff;
  }
  .button:hover:after {
    border-color: #101B2C;
  }
}
.button.white {
  color: #101B2C;
  background-color: #fff;
  border: none;
}
.button.white:after {
  border-color: #101B2C;
}
@media (hover: hover) {
  .button.white:hover {
    color: #fff;
    background-color: #0058CC;
  }
  .button.white:hover:after {
    border-color: #fff;
  }
}

.m-center {
  margin-right: auto;
  margin-left: auto;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: transform ease 0.5s, opacity ease 0.5s, visibility ease 0.5s;
}
.fadeIn.is-fadein {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Loading
-------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101B2C;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97), visibility 0.6s cubic-bezier(0.43, 0.03, 0.26, 0.97);
  backface-visibility: hidden;
}
.is-loading .loading {
  opacity: 0;
  visibility: hidden;
}

/* Header
-------------------------------------*/
.header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logo-site__wrapper {
  width: 330px;
  height: 90px;
  background-color: #fff;
}
.logo-site__wrapper &gt; .logo {
  margin: 0 auto;
  padding-top: 8px;
}
.is-open .logo-site__wrapper {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.logo {
  display: block;
  width: 270px;
  height: auto;
}
.logo &gt; img {
  width: 100%;
  height: auto;
}
.logo--sub {
  margin: 6px 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #09101A;
  border-top: 1px solid #09101A;
  border-bottom: 1px solid #09101A;
}

.gnav-sp {
  display: none;
}

.gnav__wrapper {
  display: block;
}

.gnav {
  display: flex;
  margin: 0;
}
.gnav &gt; li &gt; a {
  display: block;
  height: 90px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  transition: color 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97), background 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
  backface-visibility: hidden;
}
.gnav &gt; li &gt; a span {
  height: 100%;
  line-height: 90px;
}
.gnav &gt; li &gt; a:hover {
  text-decoration: none;
}
.gnav &gt; li:not(.gnav-utility) {
  padding-right: 30px;
  padding-left: 30px;
}
.gnav &gt; li:not(.gnav-utility) &gt; a {
  border-bottom: 4px solid transparent;
  transition: border-color ease 0.3s;
}
@media (hover: hover) {
  .gnav &gt; li:not(.gnav-utility) &gt; a:hover {
    border-color: #fff;
  }
}
.gnav &gt; li.is-nav-active &gt; a, .gnav &gt; li.is-current &gt; a {
  border-color: #fff;
  text-decoration: none;
}
.gnav &gt; li.gnav-utility &gt; a {
  width: 180px;
  padding-right: 0;
  margin-left: 30px;
  background: #0058CC;
  color: #fff;
  font-family: serif;
  font-size: 1.8rem;
  line-height: 90px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media (hover: hover) {
  .gnav &gt; li.gnav-utility &gt; a:hover {
    color: #0058CC;
    background-color: #fff;
  }
}

.gnav__inner {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: rgba(16, 27, 44, 0.95);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.03, 0.88, 0.58, 0.99), opacity 0.4s cubic-bezier(0.03, 0.88, 0.58, 0.99);
}
.gnav__inner.is-open {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.gnav-lv2 {
  display: flex;
}
.gnav-lv2 &gt; li {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2;
}
.gnav-lv2 &gt; li &gt; a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  transition: opacity ease 0.3s;
  backface-visibility: hidden;
}
@media (hover: hover) {
  .gnav-lv2 &gt; li &gt; a:hover {
    opacity: 0.5;
  }
}
.gnav-lv2__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1068px;
  padding: 40px 0;
}
.gnav-lv2__head {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: serif;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}
.gnav-lv2__thumb {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0;
  overflow: hidden;
  background-color: #0058CC;
}
.gnav-lv2__thumb &gt; img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  transition: opacity 0.4s cubic-bezier(0.03, 0.88, 0.58, 0.99);
  backface-visibility: hidden;
}
.gnav-lv2__title {
  position: relative;
  margin: 0.75em 0 0;
  padding-bottom: 0.75em;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.gnav-lv2__title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(-45deg);
}
.gnav-lv2.is-open {
  visibility: visible;
  opacity: 1;
}

.gnav-lv2.col2 &gt; li + li {
  margin-left: 40px;
}

.gnav-lv2.col3 {
  justify-content: space-between;
}

.gnav-lv2.col3 &gt; li,
.gnav-lv2.col2 &gt; li {
  flex-basis: calc(33.3333333333% - 30px);
}

.gnav-sp {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #0058CC;
  padding-top: 40px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 200;
}
.gnav-sp &gt; span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  transition: all ease 0.3s;
}
.gnav-sp .top {
  transform: translateY(-6px) scale(1);
}
.gnav-sp .middle {
  position: relative;
  background: none;
}
.gnav-sp .middle:before, .gnav-sp .middle:after {
  position: absolute;
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  background: #fff;
  overflow: hidden;
  transition: all ease 0.3s;
  transform: rotate(0deg);
  backface-visibility: hidden;
}
.gnav-sp .bottom {
  transform: translateY(6px) scale(1);
}
.gnav-sp.is-open .top,
.gnav-sp.is-open .bottom {
  transform: translateY(0px) scale(0);
}
.gnav-sp.is-open .middle:before {
  transform: rotate(45deg);
}
.gnav-sp.is-open .middle:after {
  transform: rotate(-45deg);
}

/* Footer
-------------------------------------*/
.footer {
  padding-top: 80px;
  background-color: #fff;
}
.footer__inner {
  display: flex;
}
.footer__logo {
  width: 50%;
}
@media (hover: hover) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer .fnav {
  margin-top: 30px;
  font-size: 1.3rem;
}
.footer .fnav &gt; li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer .fnav &gt; li a:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: url(../images/icon_newtab.png);
  background-size: cover;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.footer__nav a {
  font-size: 1.4rem;
}
.footer__nav dt a {
  font-size: 1.5rem;
  font-weight: bold;
}
.footer__nav__item {
  width: 50%;
  line-height: 1.8;
}

.copyright {
  width: 100%;
  max-width: 1148px;
  margin: 50px auto 0;
  padding: 20px 40px;
  font-size: 1.2rem;
  text-align: center;
  color: #101B2C;
  border-top: 1px solid #A2A9B2;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 999;
}
.pagetop &gt; a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0058CC;
  color: #fff;
}
.pagetop &gt; a:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fff;
  transform: translate(-50%, -30%) rotate(-45deg);
  transition: transform 0.4s cubic-bezier(0.03, 0.88, 0.58, 0.99);
  backface-visibility: hidden;
}
.pagetop &gt; a:hover {
  text-decoration: none;
}
.pagetop &gt; a:hover:before {
  transform: translate(-50%, -80%) rotate(-45deg);
}

/* Contents
-------------------------------------*/
.hero {
  position: relative;
  padding-top: 90px;
}

.hero-video {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  height: 100%;
  margin: auto;
}
.hero-video__wrapper {
  position: relative;
  width: calc(100% - 330px);
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
}
.hero-video__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.hero-video__wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 27, 44, 0.25);
}
.hero-video__button {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 50%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
  transform: translateY(-50%);
}
.hero-video__button:before {
  content: "▶︎";
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 80px;
  background-color: #0058CC;
  border-radius: 50%;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .hero-video__button:hover:before {
    color: #0058CC;
    background-color: #fff;
  }
}

.modaal-content-container {
  padding: 0;
}

#hero-video-modal {
  display: none;
}

.hero-video-modal {
  width: 100%;
  height: auto;
}

.catch {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: calc(100% - 150px);
  height: calc(100% - 90px);
}
.catch__text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  height: 6.5em;
  margin: 0;
  padding-right: 1em;
  font-family: serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  background-color: #101B2C;
}
.catch__text--sub {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 100px;
  padding-bottom: 30px;
  color: #0058CC;
}
.catch__text--sub span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2.8;
}
.catch__text--sub:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 68px;
  height: 2px;
  background-color: #0058CC;
}

.top-lead {
  padding-top: 200px;
  padding-bottom: 300px;
}
.top-lead__text p {
  margin: 0;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  line-height: 3.5;
}

.top-contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  background: linear-gradient(to right, #09101A 82%, transparent 18%);
}
.top-contents.-l {
  padding-bottom: 200px;
}
.top-contents.-r {
  padding-bottom: 120px;
  background: linear-gradient(to left, #09101A 82%, transparent 18%);
}
.top-contents__text {
  width: 50%;
}
.-r .top-contents__text {
  margin-right: 0;
  margin-left: auto;
}
.top-contents__title {
  margin: 0;
  font-family: serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
}
.top-contents__subtitle {
  margin: 1.8em 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
.top-contents__image {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.top-contents__image__item {
  position: absolute;
  top: -200px;
  right: 0;
  width: 580px;
  height: 640px;
  overflow: hidden;
}
.-r .top-contents__image__item {
  left: 0;
}
.top-contents__image__item img {
  width: 100%;
  height: auto;
}
.top-contents__link {
  display: flex;
  position: relative;
  z-index: 1;
  max-width: 795px;
  width: 100%;
  margin-top: 60px;
  padding: 0;
  list-style: none;
}
.top-contents__link li {
  display: flex;
  align-items: center;
  width: 260px;
  height: 260px;
  margin-right: 1px;
  background-color: #09101a;
}
.top-contents__link li a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-contents__link li a img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  height: 100%;
  margin: auto;
  transform: scale(1, 1);
  transition: opacity ease 0.3s, transform 0.3s cubic-bezier(0.33, 0.01, 0.06, 0.99);
}
@media (hover: hover) {
  .top-contents__link li a:hover img {
    opacity: 0.35;
    transform: scale(1.045, 1.045);
  }
}
.top-contents__link span {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 22px;
  font-size: 1.5rem;
  line-height: 1.6;
  transform: translateY(-50%);
}
.top-contents__link span:after {
  position: absolute;
  right: 22px;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}
.-r .top-contents__link {
  margin-right: 0;
  margin-left: auto;
}

.top-workstyle {
  margin-top: 200px;
  background-color: #09101A;
}
.top-workstyle__image {
  width: 100%;
  height: 440px;
}
.top-workstyle__image__item {
  width: auto;
  height: 100%;
  background: url("../images/top/bg_workstyle_01.jpg") center center no-repeat;
  background-size: cover;
}
.top-workstyle__title {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.top-workstyle__link {
  display: flex;
  margin-top: 40px;
}
.top-workstyle__link__wrapper {
  position: relative;
  z-index: 1;
  margin-top: -180px;
  padding: 60px 100px;
  background-color: #101B2C;
}

.top-topics {
  padding: 100px 0;
}
.top-topics__inner {
  display: flex;
}
.top-topics__title {
  width: calc(100% - 704px);
  font-family: serif;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.top-topics__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 704px;
}
.top-topics__link &gt; li {
  width: 340px;
  margin-bottom: 40px;
}
.top-topics__button {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  transition: opacity ease 0.3s;
}
.top-topics__button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  transform: translateY(-50%) rotate(-45deg);
  transition: opacity ease 0.3s;
}
@media (hover: hover) {
  .top-topics__button:hover {
    opacity: 0.5;
  }
}

.entry {
  padding: 100px 0;
  background-color: #555B67;
  background: url(../images/bg_entry.jpg) no-repeat center center;
  background-size: cover;
}
.entry__title {
  font-family: serif;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.entry__title + a {
  position: relative;
  display: block;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  transition: opacity ease 0.3s;
}
.entry__title + a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  transform: translateY(-50%) rotate(-45deg);
  transition: opacity ease 0.3s;
}
.entry__title + a:hover {
  opacity: 0.5;
}
.entry__button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 180px;
  padding-left: 40px;
  font-family: serif;
  font-size: 3rem;
  color: #101B2C;
  background-color: #fff;
  transition: all ease 0.3s;
}
.entry__button:after {
  position: absolute;
  right: 40px;
  content: "";
  width: 12px;
  height: 12px;
  border-width: 0 2px 2px 0;
  border-color: #101B2C;
  border-style: solid;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}
.entry__button:hover {
  color: #fff;
  background-color: #0058CC;
}
.entry__button:hover:after {
  border-color: #fff;
}
.entry__button .en {
  letter-spacing: 0.2em;
}
.entry__button .ja {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
.entry .grid2 {
  display: flex;
  flex-wrap: wrap;
}
.entry .grid2 &gt; .col {
  width: 50%;
}

.pagetitle__wrapper {
  position: relative;
  width: 100%;
  padding-top: 210px;
  padding-bottom: 240px;
  background-color: #101B2C;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.work-environment .pagetitle__wrapper {
  background-image: url(../images/pagetitle/bg_pagetitle_work-environment.jpg);
}
.mid-interview .pagetitle__wrapper {
  background-image: url(../images/pagetitle/bg_pagetitle_mid-interview.jpg);
}
.challenge .pagetitle__wrapper {
  background-image: url(../images/pagetitle/bg_pagetitle_challenge.jpg);
}
.project .pagetitle__wrapper {
  background-image: url(../images/pagetitle/bg_pagetitle_project.jpg);
}
.aiming .pagetitle__wrapper {
  background-image: url(../images/pagetitle/bg_pagetitle_aiming.jpg);
}
.tokorozawa .pagetitle__wrapper {
  background-image: url(../images/pagetitle/bg_pagetitle_tokorozawa.jpg);
}
.benefit-programs .pagetitle__wrapper {
  background-image: url(../images/pagetitle/bg_pagetitle_benefit-programs.jpg);
}
.no-anchor .pagetitle__wrapper {
  padding-bottom: 110px;
}
.pagetitle__wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #09101A;
  opacity: 0.75;
}
.pagetitle__inner {
  position: relative;
  z-index: 5;
  max-width: 1148px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.pagetitle__title {
  font-family: serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.pagetitle__title &gt; span {
  font-size: 2.8rem;
}
.pagetitle__title &gt; br {
  display: none;
}

.contents {
  position: relative;
}

.page-anchor {
  position: absolute;
  top: -115px;
  width: 100%;
  background: linear-gradient(to right, #101B2C 82%, transparent 18%);
}
.page-anchor__link {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  max-width: 1148px;
  margin: 0 auto;
  padding: 50px 40px;
}
.page-anchor__link li {
  margin-right: 80px;
}
.page-anchor__link li a {
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  transition: opacity ease 0.3s;
}
.page-anchor__link li a:after {
  position: absolute;
  top: 40%;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: translateY(-50%) rotate(45deg);
}
.page-anchor__link li a:hover {
  opacity: 0.5;
}
.page-anchor__link li a.long br {
  display: none;
}

.sec {
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px;
}
.sec__inner {
  max-width: 1366px;
  margin: 0 auto;
}
.sec__title {
  position: relative;
  z-index: 5;
  max-width: 1068px;
  margin: 0 auto 100px;
  font-family: serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.sec__title--blur {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 340px;
  background-image: url(../images/page_section_blur.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec__title--blur.top {
  top: 0;
  background-position: -600px 0;
}
.sec__title--blur.bottom {
  bottom: 0;
  background-position: -800px 0;
  transform: rotate(180deg);
}
.contents &gt; .sec__title--blur {
  top: -115px;
  background-position: -600px 0;
}
.no-anchor .contents &gt; .sec__title--blur {
  top: 0;
}

.page-grid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1126px;
}
.page-grid.-l {
  margin-right: 0;
  margin-left: auto;
}
.page-grid.-r {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}
.page-grid.-full {
  display: block;
  margin: 0 auto;
}
.page-grid.-full &gt; .col {
  max-width: 886px;
  margin: 0 auto;
}
.page-grid.-full &gt; .col + .col {
  margin-top: 50px;
}
.page-grid.-l + .page-grid.-full, .page-grid.-r + .page-grid.-full {
  margin-top: 2em;
}
.page-grid.-l + .page-grid.-full &gt; .col:first-child .page-grid__title, .page-grid.-r + .page-grid.-full &gt; .col:first-child .page-grid__title {
  margin-top: 100px;
}
.page-grid &gt; .col {
  max-width: calc(50% - 60px);
}
.page-grid &gt; .col-full {
  max-width: 886px;
  margin-top: 1em;
}
.page-grid &gt; .col-multi2 {
  max-width: calc(66.6666666667% - 60px);
}
.page-grid + .page-grid {
  margin-top: 100px;
}
.page-grid p {
  text-align: justify;
}
.page-grid p + p {
  margin: 2em 0 0;
}
.page-grid img {
  width: 100%;
  height: auto;
}
.page-grid__title {
  margin: 0 0 1.2em;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.page-localnav {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #09101A;
}
.page-localnav-grid {
  display: flex;
  width: 100%;
  max-width: 1148px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.page-localnav-grid &gt; .col {
  width: 25%;
}
.page-localnav-grid &gt; .col-multi3 {
  width: 75%;
}
.page-localnav__title {
  padding-top: 5px;
  font-family: serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.page-localnav__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.page-localnav__list li {
  position: relative;
  width: calc(33.3333333333% - 10px);
  margin: 20px 5px;
  overflow: hidden;
}
.page-localnav__list li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #09101A;
  opacity: 0.7;
}
.page-localnav__list li &gt; a {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.8;
  border: 1px solid #fff;
}
.page-localnav__list li &gt; a:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 71.4285714286%;
}
.page-localnav__list li &gt; a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(-45deg);
}
.page-localnav__list li &gt; img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  height: 100%;
  transition: opacity ease 0.3s, visibility ease 0.3s;
}
.page-localnav__list li:hover &gt; a, .page-localnav__list li.is-current &gt; a {
  border-color: transparent;
}
.page-localnav__list li:hover &gt; img, .page-localnav__list li.is-current &gt; img {
  opacity: 1;
  visibility: visible;
}

.guideline-table {
  display: flex;
  max-width: 1068px;
  margin: 0 auto;
}
.guideline-table__title {
  width: 30rem;
  margin-top: 0;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.guideline-table__body {
  width: calc(100% - 30rem);
}
.guideline-table__list {
  display: flex;
  flex-wrap: wrap;
}
.guideline-table__list &gt; dt,
.guideline-table__list &gt; dd {
  padding: 30px 20px;
}
.guideline-table__list &gt; dt {
  flex-basis: 18rem;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  border-top: 1px solid #fff;
}
.guideline-table__list &gt; dd {
  flex-basis: calc(100% - 18rem);
  line-height: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.guideline-table + .guideline-table {
  margin-top: 120px;
}

/* mid-interview */
.mid-interview-meta {
  position: relative;
  z-index: 5;
  max-width: 1068px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
.mid-interview-meta__inner {
  padding-top: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mid-interview-profile {
  display: flex;
  justify-content: space-between;
}
.mid-interview-profile &gt; .col {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
}
.mid-interview-profile-fig {
  width: 120px;
}
.mid-interview-profile-fig &gt; span {
  display: block;
  border-radius: 50%;
  background: #09101A;
  position: relative;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
}
.mid-interview-profile-fig &gt; span &gt; img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
.mid-interview-profile-body {
  padding-left: 1.5em;
  font-size: 1.4rem;
}
.mid-interview-profile-name {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 1.8rem;
  font-weight: bold;
}
.mid-interview-img {
  display: block;
  margin-top: 80px;
}

.mid-interview-grid {
  display: flex;
  flex-wrap: wrap;
}
.mid-interview-grid__name {
  width: 6rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.mid-interview-grid__text {
  width: calc(100% - 6rem);
}
.mid-interview-grid__text p {
  text-align: justify;
  line-height: 2.4;
}
.mid-interview-grid + .mid-interview-grid {
  margin-top: 10px;
}

.guideline-table {
  display: flex;
  max-width: 1068px;
  margin: 0 auto;
}
.guideline-table__title {
  width: 30rem;
  margin-top: 0;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.guideline-table__body {
  width: calc(100% - 30rem);
}
.guideline-table__list {
  display: flex;
  flex-wrap: wrap;
}
.guideline-table__list &gt; dt,
.guideline-table__list &gt; dd {
  padding: 30px 20px;
}
.guideline-table__list &gt; dt {
  flex-basis: 20rem;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  border-top: 1px solid #fff;
}
.guideline-table__list &gt; dd {
  flex-basis: calc(100% - 20rem);
  line-height: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.guideline-table + .guideline-table {
  margin-top: 120px;
}
.benefit-programs .guideline-table {
  display: block;
}
.benefit-programs .guideline-table__body {
  width: 886px;
  margin: 0 auto;
}

.bl-recruitment {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.bl-recruitment-tab {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px 20px;
  line-height: 0;
}

.bl-recruitment-tab &gt; li {
  width: 33.333%;
  margin-bottom: 6px;
  padding-right: 3px;
  padding-left: 3px;
  box-sizing: border-box;
  line-height: 1.4;
}

.bl-recruitment-tab &gt; li &gt; a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97), color 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}

.bl-recruitment-tab &gt; li &gt; a &gt; span {
  display: table-cell;
  vertical-align: middle;
}

.bl-recruitment-tab &gt; li &gt; a:hover {
  background-color: #fff;
  color: #101B2C;
  text-decoration: none;
}

.bl-recruitment-tab &gt; li.is-active &gt; a {
  background-color: #fff;
  color: #101B2C;
}

.bl-recruitment-contents {
  padding: 20px 60px 30px;
  border: 1px solid #fff;
}

.bl-recruitment-body {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.bl-recruitment-body.is-active {
  display: block;
}

.bl-recruitment-body h4 {
  text-align: center;
  font-size: 2rem;
}

.bl-recruitment-body &gt; dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.bl-recruitment-body &gt; dl dt,
.bl-recruitment-body &gt; dl dd {
  margin: 0;
  padding: 20px 0;
}

.bl-recruitment-body &gt; dl dt {
  flex-basis: 25%;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #e5e5e5;
}

.bl-recruitment-body &gt; dl dd {
  flex-basis: 75%;
  padding-left: 30px;
  border-top: 1px solid rgba(229, 229, 229, 0.3);
}

.page__video {
  margin-top: 50px;
}
.page__video &gt; video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .logo-site__wrapper {
    width: 240px;
    height: 80px;
  }
  .logo-site__wrapper &gt; .logo {
    padding-top: 8px;
  }

  .logo {
    width: 195px;
  }
  .logo--sub {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1rem;
  }

  .header {
    position: fixed;
    height: 80px;
  }
  .header.is-open {
    height: 100%;
    background: #09101a;
  }

  .logo-site {
    margin-top: 15px;
    margin-left: 15px;
    width: 180px;
    height: 46px;
  }

  .logo-site &gt; a {
    width: 180px;
    height: 46px;
    background-size: cover;
  }

  .gnav-sp {
    display: block;
  }

  .gnav__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: opacity 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99), visibility 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99);
    -moz-transition: opacity 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99), visibility 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99);
    -o-transition: opacity 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99), visibility 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99);
    transition: opacity 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99), visibility 0.5s cubic-bezier(0.03, 0.88, 0.58, 0.99);
  }

  .gnav__wrapper.is-open {
    opacity: 1;
    visibility: visible;
  }

  .gnav {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
  .is-open .gnav {
    border-top: 1px solid #273141;
  }

  .gnav &gt; li {
    display: block;
    border-top: 1px solid #273141;
    border-left: none;
  }
  .gnav &gt; li.gnav-utility &gt; a {
    width: 100%;
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1;
  }
  .gnav &gt; li.gnav-utility &gt; a:hover {
    color: #fff;
    background-color: #0058CC;
  }
  .gnav &gt; li:not(.gnav-utility) {
    padding-right: 0;
    padding-left: 0;
  }
  .gnav &gt; li &gt; a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    text-align: left;
  }
  .gnav &gt; li &gt; a &gt; span {
    padding: 0;
    line-height: 1;
  }
  .gnav &gt; li &gt; a &gt; span:after {
    display: none;
  }
  .gnav &gt; li.is-nav-active &gt; a, .gnav &gt; li.is-current &gt; a {
    border-color: transparent;
  }

  .gnav &gt; li:first-child {
    border-top: none;
  }

  .gnav &gt; li:not(.gnav-utility) &gt; a:hover {
    border-color: transparent;
    color: #fff;
  }

  .gnav-lv2.col2 &gt; li + li {
    margin-left: 0;
  }

  .gnav .gnav-utility &gt; a {
    width: 100%;
    margin-left: 0;
    padding: 30px 15px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: left;
    box-sizing: border-box;
  }

  .gnav__inner {
    position: static;
    width: 100%;
    background: #09101a;
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }

  .gnav-lv2 {
    display: block;
  }
  .gnav-lv2__title {
    font-size: 1.3rem;
    border-bottom: none;
  }
  .gnav-lv2__title:after {
    display: none;
  }

  .gnav-lv2__wrapper {
    position: static;
    padding: 0;
    background: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .gnav-lv2 &gt; li {
    height: auto;
    margin: 0;
    border-top: 1px dotted #273141;
    font-size: 1.3rem;
  }

  .gnav-lv2 &gt; li &gt; a {
    padding: 0 30px;
    color: #fff;
    visibility: hidden;
  }

  .is-open .gnav-lv2 &gt; li &gt; a {
    visibility: visible;
  }

  .gnav-lv2 &gt; li &gt; a:hover {
    color: #fff;
  }

  .gnav-lv2 &gt; li.is-current &gt; a {
    color: #0058CC;
  }

  .gnav-lv2 &gt; li:first-child {
    border-top: 1px dotted #273141;
  }

  .gnav-lv2__thumb,
.gnav-lv2__head {
    display: none;
  }

  .hero {
    padding-top: 80px;
  }

  .hero-video {
    width: 100%;
    height: auto;
  }
  .hero-video__wrapper {
    width: calc(100% - 240px);
  }
  .hero-video__wrapper:before {
    padding-top: 56.25%;
  }

  .catch {
    height: calc(100% - 80px);
  }
  .catch__text {
    bottom: -3em;
  }

  .top-contents.-l {
    padding-bottom: 80px;
  }
  .top-contents.-r {
    padding-bottom: 80px;
    margin-top: 300px;
  }
  .top-contents__image__item {
    top: -380px;
    width: 50%;
    height: 460px;
  }
  .-r .top-contents__title, .-r .top-contents__subtitle {
    text-align: right;
  }
  .top-contents__title {
    font-size: 5.4rem;
  }
  .top-contents__text {
    width: 78%;
  }
  .top-contents__link li {
    width: 250px;
    height: 250px;
  }

  /* page */
  .sec__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sec__title {
    max-width: 800px;
    font-size: 3.2rem;
    margin: 0 auto 70px;
  }
  .sec__title--blur.bottom {
    background-position: -700px 0;
  }

  .page-grid {
    display: block;
  }
  .page-grid &gt; .col {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-grid &gt; .col + .col {
    margin-top: 60px;
  }
  .page-grid &gt; .col-full {
    max-width: 640px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-grid &gt; .col-multi2 {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-grid.-full &gt; .col {
    max-width: 640px;
  }
  .page-grid + .page-grid {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__logo {
    width: 33.3333%;
  }
  .footer__nav {
    width: 66.6666%;
  }

  .hero-video__wrapper {
    width: calc(100% - 80px);
  }

  .catch {
    width: calc(100% - 80px);
  }
  .catch__text--sub {
    display: flex;
    justify-content: center;
    top: 70px;
    left: -52px;
    height: fit-content;
    margin: 0;
    padding-bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .catch__text--sub span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .catch__text--sub:after {
    left: 50%;
    bottom: -100px;
    width: 1px;
    height: 80px;
  }

  .top-contents {
    background: #09101a;
  }
  .top-contents.-r {
    background: #09101a;
  }
  .top-contents__image__item {
    height: 360px;
  }

  .top-workstyle__link__wrapper {
    position: relative;
    z-index: 1;
    margin-top: -180px;
    padding: 60px;
    background-color: #101B2C;
  }

  .top-topics__inner {
    display: block;
    max-width: 800px;
  }
  .top-topics__title {
    width: 100%;
  }
  .top-topics__link {
    width: 100%;
  }
  .top-topics__link &gt; li {
    width: calc(50% - 20px);
  }

  /* page */
  .pagetitle__wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .no-anchor .pagetitle__wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .pagetitle__title {
    font-size: 3.6rem;
  }

  .page-anchor {
    position: static;
    background-color: #101B2C;
  }
  .page-anchor__link {
    padding: 40px 40px 0;
  }
  .page-anchor__link li {
    padding-bottom: 20px;
  }
  .page-anchor__link li a {
    font-size: 1.5rem;
  }

  .sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contents &gt; .sec__title--blur {
    top: 0;
  }

  .page-grid__title {
    margin: 0 0 30px;
    font-size: 2.2rem;
  }
  .page-grid__title br {
    display: none;
  }

  .page-grid &gt; .col {
    max-width: 600px;
  }
  .page-grid &gt; .col-full {
    max-width: 600px;
  }
  .page-grid &gt; .col-multi2 {
    max-width: 600px;
  }
  .page-grid.-full &gt; .col {
    max-width: 600px;
  }

  .page-localnav-grid {
    display: block;
  }
  .page-localnav-grid &gt; .col,
.page-localnav-grid &gt; .col-multi3 {
    width: 100%;
  }
  .page-localnav__list li &gt; a:before {
    padding-top: 56.25%;
  }

  .mid-interview-img {
    width: 50%;
    margin: 50px auto 0;
  }

  .mid-interview-meta__inner {
    padding-top: 60px;
  }

  .guideline-table {
    display: block;
    max-width: 800px;
  }
  .guideline-table__title {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .guideline-table__body {
    width: 100%;
  }
  .benefit-programs .guideline-table__body {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .header {
    height: 70px;
  }

  .logo-site__wrapper {
    width: 200px;
    height: 70px;
  }

  .logo {
    width: 165px;
  }
  .logo--sub {
    margin-top: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1rem;
  }

  .gnav-sp {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 33px;
  }

  .gnav__wrapper {
    padding-top: 70px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-video__wrapper {
    width: calc(100% - 70px);
  }
  .hero-video__button {
    right: 20px;
    font-size: 1.2rem;
  }
  .hero-video__button:before {
    width: 60px;
    height: 60px;
    line-height: 62px;
  }

  .catch {
    width: calc(100% - 70px);
    height: calc(100% - 70px);
  }
  .catch__text {
    font-size: 3.6rem;
  }

  .mid-interview-profile-fig {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  p {
    font-size: 1.5rem;
  }

  .pagetop {
    bottom: 35px;
    right: 15px;
  }

  .pagetop &gt; a {
    width: 50px;
    height: 50px;
  }

  .pagetop &gt; a:before {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .top-workstyle {
    margin-top: 0;
  }
  .top-workstyle__image {
    height: 360px;
  }
  .top-workstyle__link__wrapper {
    padding: 40px;
  }

  .entry {
    padding: 30px 0 50px;
  }
  .entry__title + a {
    width: 80%;
  }

  .footer {
    padding-top: 50px;
  }
  .footer__inner {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__logo .logo {
    width: 270px;
    margin: 0 auto;
  }
  .footer__nav {
    display: none;
  }
  .footer .fnav {
    display: flex;
    justify-content: center;
  }
  .footer .fnav li {
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
  }
  .footer .fnav li + li {
    border-left: 1px solid #101B2C;
  }

  /* page */
  .pagetitle__wrapper {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .no-anchor .pagetitle__wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .pagetitle__title {
    font-size: 2.8rem;
  }

  .page-anchor__link li {
    margin-right: 60px;
  }

  .sec__title {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
  .sec__title--blur.top {
    background-position: -400px 0;
  }
  .sec__title--blur.bottom {
    background-position: -600px 0;
  }
  .contents &gt; .sec__title--blur {
    top: 0;
    background-position: -400px 0;
  }

  .page-grid &gt; .col,
.page-grid &gt; .col-multi2,
.page-grid &gt; .col {
    max-width: 100%;
  }
  .page-grid__title {
    font-size: 2rem;
  }
  .page-grid.-full &gt; .col {
    max-width: 100%;
  }

  .mid-interview-meta__inner {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .mid-interview-profile {
    flex-wrap: wrap;
  }
  .mid-interview-profile &gt; .col {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mid-interview-profile-body {
    font-size: 1.2rem;
  }
  .mid-interview-profile-name {
    font-size: 1.5rem;
  }

  .guideline-table__list &gt; dt,
.guideline-table__list &gt; dd {
    padding: 20px 15px;
  }
  .guideline-table__list &gt; dt {
    font-size: 1.6rem;
  }
  .guideline-table + .guideline-table {
    margin-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .button {
    width: 100%;
    height: 65px;
    font-size: 1.4rem;
  }
  .button + .button {
    margin-top: 20px;
  }

  .hero-video__button {
    right: 10px;
    font-size: 1.1rem;
  }

  .catch__text {
    font-size: 3rem;
  }
  .catch__text--sub {
    top: 20px;
  }
  .catch__text--sub span {
    font-size: 0.9rem;
  }
  .catch__text--sub:after {
    bottom: -70px;
    height: 60px;
  }

  .top-lead {
    padding: 140px 30px 240px 30px;
  }

  .top-contents.-r {
    margin-top: 190px;
  }
  .top-contents__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .top-contents__image__item {
    top: -220px;
    width: 66%;
    height: 45vw;
  }
  .top-contents__text {
    width: 100%;
  }
  .top-contents__title {
    font-size: 3.6rem;
    letter-spacing: 0.6rem;
  }
  .top-contents__subtitle {
    margin: 1em 0;
  }
  .top-contents__link {
    display: block;
  }
  .top-contents__link li {
    width: 100%;
    height: 100px;
  }
  .top-contents__link li a img {
    width: 100%;
    height: auto;
  }
  .top-contents__link li + li {
    margin-top: 10px;
  }

  .top-workstyle__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-workstyle__title {
    font-size: 2.4rem;
  }
  .top-workstyle__link {
    display: block;
    margin-top: 30px;
  }
  .top-workstyle__link__wrapper {
    padding: 40px 25px;
  }

  .top-topics {
    padding: 50px 0 30px;
  }
  .top-topics__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .top-topics__link &gt; li {
    width: calc(50% - 12px);
  }
  .top-topics__button {
    padding-bottom: 15px;
    font-size: 1.3rem;
  }
  .top-topics__button:after {
    right: 2px;
  }

  .entry__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .entry__title + a {
    width: 100%;
  }
  .entry__button {
    height: 120px;
    padding-left: 20px;
    font-size: 2rem;
  }
  .entry .grid2 {
    display: block;
  }
  .entry .grid2 &gt; .col {
    width: 100%;
  }
  .entry .grid2 &gt; .col + .col {
    margin-top: 55px;
  }

  /* page */
  .pagetitle__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pagetitle__title &gt; br {
    display: block;
  }

  .page-anchor__link {
    padding: 40px 20px 0;
  }

  .sec__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec__title br {
    display: none;
  }
  .sec__title--blur.top {
    background-position: -350px 0;
  }
  .sec__title--blur.bottom {
    background-position: -450px 0;
  }
  .contents &gt; .sec__title--blur {
    background-position: -350px 0;
  }

  .page-localnav {
    padding-top: 25px;
  }
  .page-localnav-grid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-localnav__list {
    display: block;
  }
  .page-localnav__list li {
    width: 100%;
  }
  .page-localnav__list li &gt; a {
    height: 100px;
  }
  .page-localnav__list li &gt; img {
    width: 100%;
    height: auto;
  }

  .mid-interview-meta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mid-interview-profile-fig {
    width: 90px;
  }

  .bl-recruitment-tab {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    letter-spacing: -0.4em;
    white-space: nowrap;
    overflow-x: auto;
  }
  .bl-recruitment-tab &gt; li {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    letter-spacing: normal;
  }

  .bl-recruitment-contents {
    padding: 20px 30px;
  }

  .bl-recruitment-body &gt; dl {
    display: block;
  }
  .bl-recruitment-body &gt; dl dt,
.bl-recruitment-body &gt; dl dd {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 50px;
  }

  .logo-site__wrapper {
    width: 180px;
    height: 50px;
  }
  .logo-site__wrapper &gt; .logo {
    padding-top: 3px;
  }

  .logo {
    width: 150px;
  }
  .logo--sub {
    margin-top: 4px;
    padding-bottom: 0;
    font-size: 0.9rem;
    border-bottom: none;
  }

  .gnav-sp {
    width: 50px;
    height: 50px;
    padding-top: 22px;
  }

  .gnav__wrapper {
    padding-top: 50px;
  }

  .footer .fnav {
    flex-direction: column;
  }
  .footer .fnav li {
    text-align: center;
  }
  .footer .fnav li + li {
    margin-top: 0.5em;
    border-left: none;
  }

  .hero {
    height: 85vh;
    padding-top: 50px;
  }

  .hero-video {
    display: none;
  }
  .hero-video__wrapper {
    width: calc(100% - 50px);
    height: calc(100% - 6em);
    background: #273141;
  }
  .hero-video__wrapper:before {
    display: none;
  }

  .hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hero-slide__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-slide__item:nth-child(1) {
    background: #273141 url(../images/top/img_top_slide_01.jpg) center center/cover;
  }
  .hero-slide__item:nth-child(2) {
    background: #273141 url(../images/top/img_top_slide_02.jpg) center center/cover;
    animation-name: hero-slide01;
  }
  .hero-slide__item:nth-child(3) {
    background: #273141 url(../images/top/img_top_slide_03.jpg) center center/cover;
    animation-name: hero-slide02;
  }
  .hero-slide__item:nth-child(4) {
    background: #273141 url(../images/top/img_top_slide_04.jpg) center center/cover;
    animation-name: hero-slide03;
  }
  .hero-slide__item:nth-child(2), .hero-slide__item:nth-child(3), .hero-slide__item:nth-child(4) {
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-delay: 2s;
  }

  @keyframes hero-slide01 {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes hero-slide02 {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    45% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes hero-slide03 {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    70% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .catch {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
  .catch__text {
    bottom: 0;
  }
  .catch__text--sub {
    left: -40px;
  }

  .top-lead {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-lead__text p {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.4;
    text-align: justify;
  }
  .top-lead__text p + p {
    margin-top: 1.8em;
  }
  .top-lead__text p br {
    display: none;
  }

  .sec__title--blur.top {
    background-position: -150px 0;
  }
  .sec__title--blur.bottom {
    background-position: -250px 0;
  }
  .contents &gt; .sec__title--blur {
    background-position: -150px 0;
  }

  .page-anchor__link li a.long {
    padding-right: 55px;
  }
  .page-anchor__link li a.long br {
    display: block;
  }

  .mid-interview-profile &gt; .col {
    display: block;
  }
  .mid-interview-profile-fig {
    margin-right: auto;
    margin-left: auto;
  }
  .mid-interview-profile-body {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }

  .guideline-table__list {
    display: block;
  }
  .guideline-table__list &gt; dt,
.guideline-table__list &gt; dd {
    flex-basis: 100%;
  }
  .guideline-table__list &gt; dt {
    padding: 20px 0;
    font-weight: bold;
  }
  .guideline-table__list &gt; dt br {
    display: none;
  }
  .guideline-table__list &gt; dd {
    padding: 20px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}</pre></body></html>