@charset "UTF-8";
/*!
Theme Name: pride2025
Theme URI: https://glazestyle.com/
Author: glaze.inc / toshiyuki TOKOI
Author URI: https://glazestyle.com/
Description: OOHIRAGUMI pride2025 Theme by GLAZE.inc
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pride2025
*/
/*--------------------------------------------------------------
>>> defaultCSS OF CONTENTS:
--------------------------------------------------------------*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_menu {
  display: flex;
  padding: 0 12px;
  border: 1px solid #fff;
  border-left: none;
}

.drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.drawer_menu a:hover {
  background: #004EA2;
}

.drawer_menu a:visited {
  color: inherit;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  /*  position: fixed;*/
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 49px;
}

.drawer_menu .drawer_button.active .drawer_bar1 {
  transform: rotate(30deg);
}

.drawer_menu .drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_bar3 {
  transform: rotate(-30deg);
}

.drawer_menu .drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_menu .drawer_button.active .drawer_close {
  display: block;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.drawer_menu .drawer_text {
  text-align: center;
  font-size: 10px;
}

.drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_menu .drawer_menu_text {
  display: block;
}

.drawer_menu .drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(-100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 109, 217, 0.85);
  background-image: url(../img/crane.svg);
  background-position: right bottom;
  /* background-size: cover; */
  overflow: hidden;
}

.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
  /*  padding: 112px 24px;*/
  /*  max-width: 334px;*/
}

.drawer_menu .drawer_nav li {
  font-size: 16px;
  /* margin-bottom: 15px; */
  border-bottom: 1px solid #BFCFFF;
}

/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
  color: #fff;
  transform: scale(0.75);
}

.drawer_menu .drawer_button .drawer_bar {
  background-color: #fff;
}

/*add ------------------------------*/
.drower_inner {
  padding: 123px 18.45vw;
  position: relative;
}

#drawernav .drawer_nav, #drawernav .dwlow {
  max-width: 344px;
}

.dwlow {
  padding: 30px 0;
  color: #fff;
}

.dwlow p {
  text-align: center;
  margin: 10px auto 15px;
}

.dwlow p i, .recruit-tel p i {
  font-size: 2rem;
  margin-right: 1rem;
  vertical-align: 0.1rem;
}

.dwlow p span, .recruit-tel p span {
  font-size: 4rem;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.5rem;
}

.dw-contect {
  width: 100%;
  max-width: 100% !important;
}

.phone-mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  color: #fff;
  font-size: 2.8rem;
}

.phone-mark-rev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  color: #333;
  font-size: 2.8rem;
}

/*forSP------------------------------*/
/*-----------------------------------*/
@media screen and (max-width: 1080px) {
  .drower_inner {
    padding: 60px 8vw;
    position: relative;
    overflow: hidden;
  }
  .drawer_menu {
    padding: 0px 5px;
  }
  .drawer_menu .drawer_menu_text {
    display: none;
  }
  .drawer_menu .drawer_button.active .drawer_close {
    display: none;
  }
}
/* @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); */
.snip1252 {
  color: #fff;
  position: relative;
  margin: 10px;
  min-width: 310px -60px;
  max-width: 310px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}

.snip1252 * {
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}

.snip1252 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1252 i {
  position: absolute;
  bottom: 0px;
  right: 15px;
  transform: rotate(-45deg);
  font-size: 3em;
  line-height: 1em;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}

.snip1252 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.snip1252 a:before,
.snip1252 a:after {
  width: 1px;
  height: 0;
  background-color: #ffffff;
}

.snip1252 a:before {
  right: 0;
  top: 0;
}

.snip1252 a:after {
  left: 0;
  bottom: 0;
}

.snip1252:before,
.snip1252:after,
.snip1252 a:before,
.snip1252 a:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}

.snip1252:before,
.snip1252:after {
  height: 1px;
  width: 0%;
}

.snip1252:before {
  top: 0;
  left: 0;
}

.snip1252:after {
  bottom: 0;
  right: 0;
}

.snip1252:hover img,
.snip1252.hover img {
  opacity: 0.25;
}

.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after {
  height: 100%;
}

.snip1252:hover i,
.snip1252.hover i {
  transform: rotate(0deg);
  opacity: 0.7;
}

.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after {
  width: 100%;
}

.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after,
.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after {
  opacity: 0.1;
}

figure.hover-parent {
  width: 250px;
  height: 175px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

figcaption.hover-mask {
  width: 250px;
  height: 175px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px;
}

figcaption.hover-mask {
  opacity: 1;
  transition: all 0.6s ease;
  transform: scale(0);
}

figure.hover-parent:hover .hover-mask {
  transform: scale(1);
}

artical figure {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #000;
}

.hvreff {
  color: #fff;
}

.hvreff figure:after {
  position: absolute;
  border: solid 2px #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(1, 1);
  transition: all 0.3s ease-out;
}

.hvreff figure:hover:after {
  opacity: 1;
  transform: scale(0.86, 0.72);
}

.hvreff figcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1em;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s ease-out 0.2s;
}

.hvreff figure:hover figcaption {
  opacity: 1;
  color: #fff;
}

.hvreff figure img {
  transition: all 0.8s ease-out;
}

.hvreff figure:hover img {
  opacity: 0.4;
  transform: scale(1.3);
}

/*@media screen and (min-width: 991px) {*/
nav#mainnav {
  background-color: transparent;
  transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

nav#mainnav.headmove {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out 0.2s;
  transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul#menu.headmove li a {
  color: #eee;
  transition: all 0.3s ease-out 0.2s;
}

ul#menu.headmove li a:hover {
  color: #DEEEFF;
}

/*}*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
@font-face {
  font-family: "Eleanor";
  src: url("common/fonts/Eleanor.woff") format("woff"), url("common/fonts/Eleanor.otf") format("opentype");
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: "din-condensed";
  src: url("common/fonts/din-condensed-bold.woff2") format("woff2"), url("common/fonts/din-condensed-bold.woff") format("woff");
  font-display: swap;
  crossorigin: anonymous;
}
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background: #fff;
  font-size: 1.5rem;
  color: #444;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.fontpalt {
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333;
}

#pageloading-wrap {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
  z-index: 900;
}

#pageloading-icon {
  display: table-cell;
  vertical-align: middle;
}

.Fjalla {
  font-family: "Fjalla One", sans-serif;
}

.Permanent {
  font-family: "Permanent Marker", cursive;
}

.Caveat {
  font-family: "Caveat", cursive;
}

.Covered {
  font-family: "Covered By Your Grace", cursive;
}

.Bad {
  font-family: "Bad Script", cursive;
}

.Tangerine {
  font-family: "Tangerine", cursive;
}

.Marck {
  font-family: "Marck Script", cursive;
}

.Michroma {
  font-family: "Michroma", sans-serif;
}

.Rajdhani {
  font-family: "Rajdhani", sans-serif;
}

.Covered {
  font-family: "Covered By Your Grace", cursive;
}

.Allura {
  font-family: "Allura", cursive;
}

.Arizonia {
  font-family: "Arizonia", cursive;
}

.Alex {
  font-family: "Alex Brush", cursive;
}

.Arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

.latha {
  font-family: "Latha";
}

.latha {
  font-family: "Heebo", sans-serif;
}

.notosuns {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.adobehandwright {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bgwhite {
  background: #fff;
}

.bgblack {
  background: #000;
}

.bggray {
  background: #F9F9F9;
}

.bggray2 {
  background: #DDDDDD;
  border-top: 5px solid;
}

.bgdarkblack {
  background: #1A1A1A;
}

.bdrboth {
  border-left: 1px solid;
  border-right: 1px solid;
}

.white {
  color: #fff !important;
}

.fontbig p {
  font-size: 3rem;
}

.siteID {
  transition: all 0.5s;
  margin-right: auto;
  margin-left: 20px;
  display: -webkit-box;
  -webkit-box-align: center;
}
.siteID img {
  width: 150px;
}
.siteID span {
  font-size: 1rem;
  vertical-align: 20px;
  margin-left: 20px;
}

.show {
  opacity: 1 !important;
  transition: all 2s ease;
}
.show li {
  opacity: 1 !important;
  transition: all 2s ease;
}

changeCl {
  opacity: 1 !important;
  transition: all 2s ease;
}

li {
  list-style: none;
}

nav, #wrapper {
  margin: 0 auto;
  padding: 0;
}

nav#mainnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  text-align: right;
  z-index: 10;
  padding: 10px;
}
nav#mainnav h1 {
  font-size: 0;
}
nav#mainnav a {
  color: #fff;
  transition: all 0.3s;
}
nav#mainnav a:hover {
  color: #006DD9;
}

#wpadminbar nav {
  top: 35px;
}

ul#menu {
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.nav-contact {
  display: flex;
  align-items: center;
  min-width: 200px;
  color: #fff;
  font-size: 1.3rem;
  justify-content: center;
  height: 100%;
  border: 1px solid;
}

a .nav-contact:hover {
  display: flex;
  align-items: center;
  background: #004EA2;
  min-width: 200px;
  color: #fff;
  font-size: 1.3rem;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease-out 0.2s;
}

.foot-contact {
  display: flex;
  align-items: center;
  max-width: 260px;
  color: #fff;
  font-size: 1.3rem;
  justify-content: center;
  height: 100%;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 1rem;
}

a .foot-contact:hover {
  display: flex;
  align-items: center;
  background: #006DD9;
  min-width: 200px;
  color: #fff;
  font-size: 1.3rem;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease-out 0.2s;
}
a .nav-contact {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .nav-contact::before, a .nav-contact::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.nav-contact img, .foot-contact img {
  width: 30px;
}

nav.footer-nav > ul > li {
  padding: 0 2rem 0 2rem;
  font-size: 1.3rem;
  margin: 0;
  border-right: 1px solid #ddd;
  min-width: 150px;
}
nav.footer-nav > ul > li:first-child {
  border-left: 1px solid #BFCFFF;
}
nav.footer-nav > ul > li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #ffffff;
  margin-right: 0.5rem;
  margin-top: 2px;
}
nav.footer-nav > ul > li a:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #004EA2;
  margin-right: 0.5rem;
  margin-top: 2px;
}
nav > ul > li {
  padding: 0 0 0 0;
  font-size: 1.4rem;
  margin-left: 2rem;
  /*  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , Helvetica , Arial , Verdana , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
  font-weight: 800;
}
nav > ul > li a {
  color: #333;
  text-decoration: none;
  padding: 5px 5px;
}
nav > ul > li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #004EA2;
  margin-right: 0.5rem;
  margin-top: 2px;
}
nav > ul > li a:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #fff;
  margin-right: 0.5rem;
  margin-top: 2px;
  transition: all 0.3s;
}
nav > ul > li a:active, nav > ul > li a:hover {
  outline-width: 0;
}

@media screen and (max-width: 1200px) {
  nav > ul > li {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
#drawernav ul li a {
  color: #eee;
  text-decoration: none;
  display: block;
  padding: 1rem;
}
#drawernav ul li a:active, #drawernav ul li a:hover {
  outline-width: 0;
  color: #DEEEFF;
  background: rgba(0, 0, 0, 0.35);
}

#mainnav #menu li, #footermenu li {
  display: inline-block;
  text-align: center;
}

nav li.logo {
  width: 140px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -70px;
  padding-top: 0;
}
nav li.intro {
  width: 300px;
  position: absolute;
  top: 30%;
  padding-top: 0;
}
nav li.siteID img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

#mainnav #menu li span, #drawernav li span, #footermenu li span {
  display: block;
  font-size: 1.2rem;
  font-family: "Alex Brush", cursive;
}

nav#mainnav > ul > li a, #footermenu li a {
  display: inline-block;
}

#drawernav > ul > li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #fff;
  margin-right: 0.5rem;
  margin-top: 2px;
}

/*  footer---------------------------------*/
footer {
  color: #fff;
  background-color: #000;
  background-image: url(common/img/globalfooterBG.svg);
  background-position: center bottom;
}

.footID {
  padding: 0 1rem 1rem;
}
.footID img {
  width: 170px;
}
.footID span {
  font-size: 1rem;
  margin-bottom: 40px;
  display: block;
}

footer address {
  font-size: 1.2rem;
  font-style: inherit;
  padding: 4rem;
  text-align: center;
  font-weight: 400;
}
footer address span {
  margin-right: 2rem;
}
footer .footer-copyright {
  font-size: 1.1rem;
  font-family: "Rajdhani", sans-serif;
  text-align: center;
}

ul#footermenu {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#footermenu a {
  color: #fff;
  transition: all 0.3s;
}
ul#footermenu a:hover {
  color: #006DD9;
}

/*  swiper設定---------------------------------*/
.corp-color {
  color: #006CD8;
}

.swiper-container {
  width: 100%;
  position: relative;
}

.slide-copy {
  position: absolute;
  top: 53%;
  z-index: 2;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translateY(-17%) translateX(-50%);
  -webkit-transform: translateY(-17%) translateX(-50%);
  width: 100%;
  padding: 0 15px;
}
.slide-copy h3 {
  font-size: 4.7rem;
  letter-spacing: 1rem;
  font-weight: 500;
  padding: 0;
}
.slide-copy p {
  text-align: center;
  font-size: 1.6rem;
  margin-top: -20px;
  font-weight: 900;
  /*  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , Helvetica , Arial , Verdana , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
  line-height: 2;
}

.slide-img img {
  width: 100%;
}

.hero-fedeIn {
  animation: move_fadeIn 2s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  opacity: 0;
}

.sec#firstview {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.76, 0, 0.24, 1) 2s;
}

/* **********************************************************
	move fadeIn
********************************************************** */
@keyframes move_fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationY {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 10s ease-in-out 0s 1 normal both;
}

.slide-img img {
  display: block;
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.76, 0, 0.24, 1) 2s;
}

.hero-logo {
  position: absolute;
  z-index: 2;
  max-width: 450px;
  top: 54%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.5));
}

.hero-40th {
  position: absolute;
  z-index: 3;
  max-width: 160px;
  bottom: calc(0% - 40px);
  left: calc(8% + 0px);
  transform: translateY(-50%) translateX(-50%);
  mix-blend-mode: color-dodge;
}

.hero-wind {
  position: absolute;
  z-index: 1;
  max-width: 530px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  transition: opacity 4s cubic-bezier(0.76, 0, 0.24, 1) 2s;
  animation: 3s linear infinite rotation;
  z-index: 2;
}

.firering {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-62%) translateX(-50%);
  mix-blend-mode: color-dodge;
}

.drowerBG {
  position: absolute;
  z-index: 2;
  max-width: 330px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(common/img/drowerBG.svg) bottom center;
}

img.no-excuse {
  max-width: 600px;
  margin-bottom: 15px;
}

.window {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 572px;
  width: 350px;
}

.slide-copy__eng {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 3;
  transform: translateY(0) translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  color: #fff;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
  padding: 0 4rem;
  letter-spacing: 0.05rem;
}

p.eng {
  font-size: 1rem;
  text-align: center;
}

.toPV {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 4;
  color: #fff;
  letter-spacing: 0.05rem;
  width: 250px;
}
.toPV p {
  font-size: 1.3rem;
  padding: 0.5rem;
}

.copyright, .mail a {
  color: #ccc;
}

/*virsion2-------------------------------------*/
#vi .slide-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: calc(100vh + 1px) !important;
  background-size: cover;
}
#vi .vi-visual--1 {
  background-image: url(common/img/slder01-pc.jpg);
}
#vi .vi-visual--2 {
  background-image: url(common/img/slder02-pc.jpg);
}
#vi .vi-visual--3 {
  background-image: url(common/img/slder03-pc.jpg);
}
#vi .vi-visual--4 {
  background-image: url(common/img/slder04-pc.jpg);
}
#vi .vi-visual--5 {
  background-image: url(common/img/slder05-pc.jpg);
}

/* /swiper設定---------------------------------*/
/*herovideo-------------------------------------*/
.video-container {
  height: 100vh;
  position: relative;
  background: #000;
}

#video {
  width: 100%;
  height: 100vh;
  background: url(common/img/temporary-img.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 400px) {
  .videopc {
    display: none;
  }
  img.no-excuse {
    max-width: 280px;
  }
  .slide-copy {
    top: 53%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
  }
}
@media screen and (min-width: 401px) {
  .videosp {
    display: none;
  }
}
/*hero_fadein*/
.fadein {
  opacity: 0;
  animation: fadein 1s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.fadein01 {
  animation-delay: 1s;
}

.fadein02 {
  animation-delay: 2.5s;
}

.fadein03 {
  animation-delay: 3.5s;
}

.fadein04 {
  animation-delay: 4.5s;
}

.fadein05 {
  animation-delay: 5.5s;
}

.fadein06 {
  animation-delay: 6.5s;
}

.fadein07 {
  animation-delay: 7.5s;
}

.fadein08 {
  animation-delay: 8.5s;
}

/* /herovideo-----------------------------------*/
section.topsection {
  overflow: hidden;
}
section.page-section {
  overflow: inherit;
  position: relative;
}

.bg-white {
  background: #fff;
  overflow: hidden;
}

.bg-mainblue {
  background: #004EA2;
}

.bg-black {
  background: #000;
}

dl.blog-list {
  border-left: 1px solid #004EA2;
  padding-left: 5rem;
  min-height: 140px;
  margin-left: 2rem;
  padding-top: 2rem;
}

section.topsection, section.top-lead, section.page-top_title {
  position: relative;
}
section.top-lead .bgtitle {
  position: absolute;
  font-size: 25rem;
  color: #CDE5FF;
  z-index: -1;
  bottom: 5px;
  letter-spacing: -2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.page-top_title .bgtitle {
  position: absolute;
  font-size: 33rem;
  line-height: 0;
  right: 0;
  color: #CDE5FF;
  z-index: -1;
  bottom: 5px;
  letter-spacing: -2rem;
}
section.top-lead {
  background: url(common/img/build-bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
}
section.top-lead .lead-block {
  max-width: 55%;
}
section.top-lead .whoweare {
  position: absolute;
  bottom: 0;
  width: 95%;
  left: 50%;
  transform: translate(-50%, 7%);
  max-width: 1260px;
}
section.top-business {
  background: url(common/img/top-businessBG.jpg);
  background-size: cover;
  background-position: center center;
}
section.top-business .flex4 {
  width: 50%;
}
section.top-business p {
  line-height: 2;
}

.autoshrink figure {
  flex: 1;
  color: #fff;
  margin: 10px;
  text-align: center;
}

.top-topics {
  width: 100%;
  position: relative;
  background: #006DD9 url(common/img/topics-bg-01.webp) no-repeat left bottom/cover;
}
.top-topics h2.sub-title {
  font-size: 2.8rem;
}
.top-topics:before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: #DDDDDD url(common/img/topics-bg-02.webp) no-repeat right bottom/cover;
}
.top-topics .harf__box {
  position: relative;
}
.top-topics .harf__box img {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  max-width: 160px;
  mix-blend-mode: color-dodge;
}

.top-newsarea h5, .footer-result h5, .footer-recruit h5 {
  margin-top: -2.5rem;
}

.top-newsarea {
  width: 100%;
  position: relative;
  background: #006DD9 url(common/img/newsBG.gif) no-repeat left bottom;
}
.top-newsarea:before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: #DDDDDD url(common/img/resultBG.gif) no-repeat right bottom;
}

.top-news-list, .top-result-list {
  margin-top: 4rem;
  line-height: 2;
}

.top-news-list dt, .top-result-list dt {
  float: left;
}

.top-news-list dd, .top-result-list dd {
  margin-left: 100px;
}

.top-news-list a {
  color: #fff;
  transition: all 0.3s;
}

.top-result-list a {
  color: #006DD9;
  transition: all 0.3s;
}

.top-news-list a:hover, .top-result-list a:hover, .black {
  color: #000;
}

.bg-result {
  background: url(common/img/footer-resultBG.gif) no-repeat center center;
  margin-bottom: 4rem;
}

.message {
  position: absolute;
  top: 65px;
}

.footer-result figure {
  margin: 10px;
  box-sizing: border-box;
  max-width: 200px;
  overflow: hidden;
  position: relative;
}

.footer-result-archive figure {
  margin: 0px;
  box-sizing: border-box;
  max-width: 32.3%;
  overflow: hidden;
  position: relative;
  margin: 5px 5px 25px 5px;
  padding-bottom: 25px;
}

.footer-result img, .footer-result-archive img {
  display: block;
}

.footer-result figcaption {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  opacity: 0;
}

.footer-result-archive figcaption {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.footer-result figure:hover figcaption, .footer-result-archive figure:hover figcaption {
  opacity: 1;
}

.footer-result figcaption h4 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: 80%;
}

.footer-result-archive figcaption h4 {
  color: #444;
  text-align: center;
  font-weight: 800;
  line-height: 1.5;
  width: 100%;
}

.zoom {
  transform: scale(1);
  transition: all 2.3s ease-in-out;
}

figure:hover .zoom {
  transform: scale(1.3);
}
figure:hover .zoom2 {
  color: #fff;
}

.footer-recruit {
  position: relative;
}

.bg-recruit {
  background: url(common/img/footer-recruitBG.png) no-repeat center center;
  margin-bottom: 4rem;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}

.rec-photo-wrap {
  min-height: 960px;
}

.rec-photo1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.rec-photo2 {
  position: absolute;
  top: 420px;
  left: 70px;
  z-index: 0;
}

.rec-photo3 {
  position: absolute;
  top: 140px;
  left: 340px;
  z-index: 0;
}

.page-section .about01 {
  background: url(common/img/content-img-bg01.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.page-section .about02 {
  background: url(common/img/content-img-bg03.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.page-section .about03 {
  background: url(common/img/content-img-bg02.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.page-section .rightway {
  background: #F3F3F3;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.musk-img {
  position: absolute;
  bottom: 0;
  left: 100px;
}

.fullwidth-right {
  width: 55%;
  padding: 80px 110px 80px 110px;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 5;
  background: linear-gradient(90deg, #fefefe 0%, #fefefe 90%, #0080FF 90%, #0080FF 100%);
}

.m0a {
  margin: 0 auto;
}

.fullwidth-left p, .fullwidth-right p {
  max-width: 580px;
  padding-bottom: 3rem;
}

.bs2wrap {
  max-width: 600px;
  padding-bottom: 3rem;
  margin-left: auto;
}

.fullwidth-left {
  background: linear-gradient(90deg, #0080FF 0%, #0080FF 10%, #fefefe 10%, #fefefe 100%);
  width: 55%;
  padding: 80px 110px 80px 110px;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 5;
}

.fullwidth-left-normal, .fullwidth-left-normal2 {
  width: 50%;
  padding: 80px 110px 80px 110px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

h4.name {
  font-size: 2.4rem;
  margin-top: -1.5rem;
}

.name-alf {
  font-size: 2.1rem;
  padding: 2rem 0 1rem;
}

.dedail-list {
  font-size: 1.3rem;
  margin: 1rem;
}

.page-section .widebg {
  background-size: cover;
  flex: 0 0 50%;
  max-width: 50%;
  height: 540px;
  position: relative;
  z-index: 1;
}
.page-section .widebg2 {
  background-size: cover;
  flex: 0 0 50%;
  max-width: 50%;
  height: 540px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.page-section .widebg3 {
  background-size: cover;
  max-width: 70%;
  height: 560px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.page-section .widebg3:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #000;
  width: 85%;
  left: -70%;
  min-height: 640px;
}

.fullwidth-right:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #0080FF;
  z-index: 2;
  left: 0;
  top: 50%;
}
.fullwidth-right:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: -75px;
  top: 50%;
}

.fullwidth-left:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #0080FF;
  z-index: 2;
  right: 0;
  top: 50%;
}
.fullwidth-left:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #fff;
  z-index: 2;
  right: -75px;
  top: 50%;
}

.line {
  margin-bottom: 8rem;
  text-align: center;
  position: relative;
  width: 240px;
  margin: 0 auto 6rem;
}
.line:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  position: absolute;
  background: #004EA2;
  z-index: 2;
  bottom: -10px;
  right: 120px;
}
.line:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 120px;
  bottom: -10px;
}

.sns, .mail, .copyright {
  position: fixed;
  text-transform: none;
  bottom: 20px;
  left: 20px;
  z-index: 60;
  font-family: "Allura", cursive;
  font-size: 0.75rem;
}

nav .sns ul {
  margin-bottom: 20px;
  padding-inline-start: 0;
}
nav .sns li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.copyright {
  top: auto;
  bottom: 20px;
  right: 0;
  padding-right: 20px;
  text-align: right;
  font-size: 0.8rem;
}

.mouse {
  text-align: center;
  bottom: -10px;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  opacity: 0.65;
  animation: purupuru 1.6s ease-in-out infinite;
  z-index: 60;
}
.mouse::after {
  content: "SCROLL";
  position: absolute;
  width: 100%;
  display: block;
  bottom: 15px;
  left: 0;
  text-align: center;
  font-size: 0.7rem;
  color: #bbb;
}

.scroll::after {
  content: "SCROLL";
  position: absolute;
  width: 100%;
  display: block;
  bottom: 15px;
  left: 0;
  text-align: center;
  font-size: 0.7rem;
  color: #bbb;
}

@keyframes purupuru {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(0px);
  }
  85% {
    transform: translateY(-5px);
  }
  90% {
    transform: translateY(0px);
  }
  95% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
nav > ul > li.active a {
  position: relative;
}

#menubutton, #menucover {
  display: none;
}

.inner {
  padding: 120px 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.inner-min {
  padding: 80px 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.inner2 {
  padding: 30px 10px 120px;
  max-width: 1280px;
  margin: 0 auto;
}

.inner3 {
  padding: 10px 10px 120px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.indexBgWrap.scale {
  transform: scale(1.2);
}

.indexBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(common/img/sldr03.jpg) no-repeat top right;
  transition: filter 0.5s, opacity 0.5s 0s;
  opacity: 1;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
}

nav > ul > li.active a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: auto;
  top: auto;
  left: -20px;
  bottom: 7px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #E63626;
}
nav i {
  color: #DEEEFF;
}

/*parallax-----------------------------*/
#parallax {
  background: url(common/img/parallaxBG5.svg) left top no-repeat #000;
  position: relative;
}

h2.paratitle {
  font-size: 2.5rem;
  padding: 0;
  color: #fff;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.5;
}

.paracopy {
  width: 40%;
  margin-left: 60%;
  padding: 50px 0;
}
.paracopy p {
  color: #fff;
  padding: 40px 0 0;
  line-height: 1.75;
}

#parallax2 {
  background: url(common/img/cloudsbg2.jpg) center top no-repeat #fff;
  position: relative;
}

.bg001 {
  background: url(common/img/bg001.jpg) center top no-repeat #fff;
  position: relative;
}

.bg005 {
  background: url(common/img/bg005.jpg) center right no-repeat #0D122C;
  position: relative;
}

.bg006 {
  background: url(common/img/bg006.png) center right no-repeat #000;
  position: relative;
}

/*Animation--------------------------*/
.tween {
  opacity: 0;
  top: -100px;
}

.d1 {
  animation-delay: 0s;
}

.d2 {
  animation-delay: 0.2s;
}

.d3 {
  animation-delay: 0.4s;
}

.d4 {
  animation-delay: 0.6s;
}

.d5 {
  animation-delay: 0.8s;
}

.d6 {
  animation-delay: 1s;
}

/*intro-------------------------------*/
.maincopy {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
  top: 40%;
}

/*layoutParts-------------------------*/
.harf__right {
  padding-left: 2rem;
  width: 45%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(10px, -50%);
}

.harf__left {
  padding-right: 2rem;
  width: 50%;
  min-width: 42%;
  color: #fff;
}

.harf__box {
  width: 45%;
  color: #fff;
}

.pb3rem {
  padding-bottom: 4.5rem;
}

.inlineFlex {
  display: inline-flex;
}

.flex-child {
  align-items: flex-start !important;
  flex: 3;
}

.flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.flexTop {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.content-topics .flexTop {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.content-topics .flexTop .harf__box a {
  color: #fff;
  transition: all 0.3s;
}
.content-topics .flexTop .harf__box a:hover {
  color: #b9edff;
}

.flexNowrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
}

.resultlistFlex {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  max-width: 95%;
  margin: auto;
}

.flexFoot {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.flex3 {
  display: flex;
  position: relative;
  margin: 0 20px;
}

.flex-flow {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex4 {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.flex5 {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.item1 {
  flex-grow: 2;
}

.item2 {
  flex-grow: 3;
}

.item3 {
  flex-grow: 1;
}

.childA {
  flex: 1;
  margin-right: 10px;
  width: 350px;
  align-self: center;
}

.childZ {
  flex: 1;
  margin-right: 10px;
  width: 350px;
  align-self: flex-start;
}

.childB {
  text-align: center;
  width: 280px;
  padding: 20px;
  margin: 2px;
  margin-bottom: 40px;
}

.childC {
  text-align: center;
  margin: 2px;
  width: 315px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.childD {
  flex: 1;
  text-align: center;
  margin: 2px;
  padding: 20px;
  margin-bottom: 10px;
}

.child1 {
  flex: 1;
  margin: 0;
  padding: 5px;
  margin-bottom: 10px;
}

.child2 {
  flex: 2.3;
  margin: 0;
  padding: 5px;
  margin-bottom: 10px;
}

.childE {
  flex: 1;
  text-align: center;
  margin: 2px;
  padding: 20px;
  margin-bottom: 10px;
}

.child3col {
  text-align: center;
  width: 33%;
  padding: 10px;
  margin: 1px;
  margin-bottom: 0;
}

.child2col {
  text-align: center;
  width: 49%;
  padding: 10px;
  margin: 2px;
  margin-bottom: 0;
}

.childE h3 {
  font-family: "Michroma", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.childE h4 {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.85rem;
  background: none;
  margin-bottom: 2rem;
}

.child-worksmry {
  flex: 30%;
  text-align: center;
  margin: 5px;
  padding: 0;
  margin-bottom: 10px;
  max-width: 32.5%;
}

.child-footer {
  flex: 30%;
  margin: 5px;
  padding: 0;
  margin-bottom: 10px;
}

.rows3 {
  padding: 100px 0;
}

.relative {
  position: relative;
}

.inlinelist h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.textwhite {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  padding: 1rem 2rem;
  border-radius: 20px;
}

ul.footnav {
  text-align: left;
  padding-left: 25%;
}
ul.footnav li {
  list-style: none;
  width: 48%;
  display: inline-flex;
}
ul.footnav a li {
  color: #eee;
  font-size: 1.1rem;
}
ul.footnav a li:hover {
  color: #E63626;
}
ul.footnav a li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #E63626;
  margin-right: 0.5rem;
  vertical-align: bottom;
  margin-top: 2px;
}

.center {
  text-align: center;
}

.center-auto {
  margin: auto auto;
}

.work-text {
  background: #eee;
  padding: 10px;
}

.shortP {
  max-width: 880px;
  margin: 30px auto 30px;
}

.work-text h5 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
}
.work-text p {
  text-align: left;
  padding: 0;
  font-size: 1.2rem;
}

.child-blogsmry {
  flex: 45%;
  margin: 5px;
  padding: 0;
  margin-bottom: 10px;
}
.child-blogsmry img {
  width: 100%;
}

.blog-smry-text h5 {
  text-align: left;
  font-size: 1.4rem;
  padding: 5px 0;
  font-weight: normal;
}
.blog-smry-text p {
  text-align: left;
  padding: 5px 0;
  font-size: 1.2rem;
}

.childC p {
  color: #333;
}

artical.childB img {
  max-width: 100%;
}

.bordrR {
  border-right: 1px solid #E63626;
}

.square {
  width: 50px;
  height: 50px;
  border: 1px solid;
  margin: 0 auto;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 50px;
  background: #000;
  color: #E63626;
}

.no-square {
  margin: 0 auto -3rem;
  font-size: 2rem;
  color: #E63626;
}

.thumb li {
  margin: 10px;
}
.thumb li p {
  text-align: center;
  border-top: 1px solid #E63626;
  border-bottom: 1px solid #E63626;
  box-sizing: border-box;
  font-family: "Michroma", sans-serif;
  line-height: 0;
  margin-top: 15px;
}

.slide h3 {
  font-size: 2rem;
  font-family: "Michroma", sans-serif;
  border-bottom: 1px solid #E63626;
  line-height: 4.5;
}

/*obout definitionList----------------*/
.definitionList > dl:nth-child(1) > dt:nth-child(1), .definitionList > dl:nth-child(1) > dd:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.definitionList dl {
  display: table;
  width: 90%;
  border-spacing: 30px 0;
  margin: 0 auto;
}
.definitionList dt {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.definitionList dt span {
  font-size: 1.1rem;
  display: block;
}
.definitionList dd {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  line-height: 1.5;
}

section.mission {
  text-align: center;
}
section.mission h5 {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 300;
}
section.mission h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: -0.4rem;
}
section.mission p {
  font-size: 1.4rem;
}

.center {
  text-align: center;
}

form > div.center > p > input {
  display: block;
  margin: 0 auto;
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1.2em 1.2em;
}

img.missionbg {
  width: 100%;
  height: auto;
}

.maximg {
  max-width: 100%;
  margin-top: 50px;
}

.thumb li img {
  max-width: 200px;
}

img.ico {
  max-width: 80%;
}

.left-block {
  margin-right: 50px;
  width: 68%;
}

.right-block {
  margin-left: 50px;
  width: 68%;
}

section h3 {
  position: relative;
}
section h3::before {
  position: absolute;
  display: block;
  left: 0;
  top: 45%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0080FF;
}

/* btn-----------------------------------*/
a .btn {
  border: 1px solid #0080FF;
  color: #fff;
  line-height: 1;
  padding: 15px 40px 15px 30px;
  min-width: 285px;
  background: #0080FF;
  font-size: 1.5rem;
  font-weight: 800;
  max-width: 300px;
  position: relative;
}
a .btn-rev {
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 15px 40px 15px 30px;
  min-width: 285px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.2rem;
  max-width: 300px;
  position: relative;
}
a .btn:after, a .btn-rev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right: 13px;
}
a .btn {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn::before, a .btn::after {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn-rev {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn-rev::before, a .btn-rev::after {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #0080FF;
  color: #0080FF;
}
a .btn-rev:hover {
  background-color: rgba(0, 78, 162, 0.85);
  border-color: #0080FF;
  color: #fff;
}

/*/btn-----------------------------------*/
p.smry {
  font-size: 1.3rem;
  padding: 2rem 0 0;
  text-align: justify;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb200 {
  margin-bottom: 200px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt50 {
  margin-top: 50px;
}

.mt150 {
  margin-top: 150px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.clwhite {
  color: #eee;
}

.fl, .fl2 {
  float: left;
  margin-right: 15px;
}

.blogthumb {
  max-width: 115px;
}

.blog-smry-text li {
  display: inline-block;
  background: #004EA2;
  padding: 2px 10px 3px;
  min-width: 120px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  font-weight: normal;
}
.blog-smry-text li a {
  color: #fff;
  font-family: "Michroma", sans-serif;
}

#footerB h6 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
  line-height: 1;
  color: #fff;
}
#footerB h6 a {
  color: #fff;
  text-decoration: none;
}
#footerB p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/*page-layout--------------------------*/
/*-------------------------------------*/
#page-header {
  height: 22.5vh;
  background: url(common/img/page-header_bg.jpg);
  background-size: cover;
  position: relative;
}

.page-header_inner, .result-header_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 13vh 15px 0 15px;
  box-sizing: border-box;
  color: #fff;
}

#page-header h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5rem;
}
#page-header h1 span {
  display: block;
  font-size: 1.2rem;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
}

section.breadcrumb {
  background: #000;
  padding: 0.5rem;
}
section.breadcrumb .inner {
  max-width: 1180px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
  width: 1180px;
  font-size: 1.1rem;
}

article.frame3 {
  margin: 5px;
  width: 33.3%;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 3rem;
}
article.frame3 h3 {
  text-align: center;
  font-size: 1.8rem;
  background: #000;
  color: #fff;
  padding: 0.8rem;
}
article.frame3 p {
  padding: 1.5rem;
  min-height: 150px;
}

.mauto {
  margin: 0 auto;
}

p.read {
  font-size: 1.6rem;
  line-height: 1.75;
}

.page-fullwidth-img_airport {
  height: 22.5vh;
  background: url(common/img/content-airport.jpg);
  background-size: contain;
  position: relative;
  background-position: center center;
}

.airport-flow {
  max-width: 80%;
  margin: 0 auto;
}

.flow-pict {
  max-width: 280px;
  margin: 10px auto;
  position: relative;
}
.flow-pict::before {
  content: "";
  width: 1px;
  height: auto;
  display: inline-block;
  width: 1px;
  height: -webkit-fill-available;
  position: absolute;
  background: #ccc;
  right: -65px;
}
.flow-pict::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  position: absolute;
  right: -74px;
  color: #ccc;
  bottom: -22px;
  font-size: 2rem;
}

.flow-text {
  max-width: 400px;
  margin: 15px;
  position: relative;
}

.flow-pict img {
  border-radius: 50%;
}

/*element------------------------------*/
.black {
  color: #333;
}

.fs09 {
  font-size: 0.8rem;
}

.pd15 {
  padding: 15px;
}

section h2.maintitle {
  font-size: 4.2rem;
  padding: 0 0 3rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  letter-spacing: -0.15rem;
}
section h2.maintitle2 {
  font-size: 2.6rem;
  padding: 0 0 3rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  letter-spacing: -0.15rem;
}
section h2.maintitle3 {
  font-size: 3.2rem;
  padding: 0 0 3rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  letter-spacing: 3rem;
  text-align: center;
  text-indent: 1em;
}
section h2.maintitle4 {
  font-size: 2.6rem;
  padding: 0 0 -1rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  letter-spacing: 3rem;
  text-align: center;
  text-indent: 1em;
}
section h2.maintitle5 {
  font-size: 4.6rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  letter-spacing: 0;
  background: linear-gradient(transparent 0%, #006CD8 0%);
  color: #fff;
  display: initial;
}

.l-s {
  letter-spacing: 0.75rem;
  text-indent: 1rem;
}

section.concept h3 {
  font-family: "Michroma", sans-serif;
  font-size: 2.7rem;
  padding: 10px 10px 0;
  font-weight: normal;
  color: #222;
}

.rec-maintitle::before {
  content: "Build the future";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -90px);
  width: -moz-max-content;
  width: max-content;
  color: #EBEBEB;
  font-size: 14rem;
  letter-spacing: 0.15rem;
  z-index: -1;
  font-family: "Latha";
  font-weight: 400;
  word-spacing: -50px;
}
.rec-maintitle::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  color: #006CD8;
}

.j-unit-maintitle::before {
  content: "JABARA UNIT";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -90px);
  width: -moz-max-content;
  width: max-content;
  color: #EBEBEB;
  font-size: 14rem;
  letter-spacing: 0.15rem;
  z-index: -1;
  font-family: "Latha";
  font-weight: 400;
  word-spacing: -50px;
}
.j-unit-maintitle::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  color: #006CD8;
}

.blueline::after {
  content: "";
  width: 75%;
  height: 1px;
  display: block;
  background: #006CD8;
  margin: 0 auto 10px;
}

section.service h3 {
  font-family: "Michroma", sans-serif;
  font-size: 3rem;
  padding: 40px 10px 20px;
  font-weight: normal;
}
section.service ul {
  margin-left: 6rem;
}
section.service li {
  list-style-type: disc;
  text-align: left;
}
section h3 {
  font-size: 1.5rem;
  padding: 15px;
}
section h4 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding: 5px;
}
section h4.conc3col {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  background: none;
  color: #333;
  padding: 5px;
}
section h4.svic3col {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  background: none;
  color: #E63626;
  padding: 3rem 0;
}
section h4.svic3col2 {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: normal;
  background: none;
  color: inherit;
  padding: 2rem 0 3rem;
}

.margin-auto {
  margin: 20px auto;
}

.mw100 {
  max-width: 100% !important;
}

section p {
  font-size: 1.4rem;
  padding: 1rem;
  line-height: 1.5;
  text-align: left;
}

.p-middle {
  font-size: 1.5rem;
  text-align: justify;
}

.glitch-img {
  position: absolute;
  top: -160px;
  left: 0;
}

section.plas {
  text-align: center;
  font-size: 7rem;
  color: #E63626;
  margin-bottom: 30px;
}
section.plas img {
  width: 88px;
}

.srvcOther {
  background: #000;
}
.srvcOther h3 {
  font-family: "Michroma", sans-serif;
  font-size: 1.3rem;
  padding: 10px 10px 10px;
  font-weight: normal;
  color: #fff;
}
.srvcOther h4 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  background: none;
  color: #E63626;
  padding: 1rem 0;
}
.srvcOther p {
  color: #fff;
}

.bg-rec {
  background: url(common/img/rec-topBG.jpg) center center;
  background-size: cover;
  position: relative;
  min-height: 580px;
}

.rec-title-mid {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  width: 1140px;
}

.max-size {
  font-weight: 400;
  font-size: 14rem;
  text-transform: uppercase;
  letter-spacing: -0.7rem;
  white-space: nowrap;
}

.layout-triangle {
  position: absolute;
  top: -180px;
  left: 0;
  height: 0px;
  width: 0px;
  border-top: 180px solid transparent;
  border-right: 0px solid transparent;
  border-left-color: #000;
  border-left-style: solid;
  border-bottom: 180px solid transparent;
}

.section-member {
  position: relative;
  background: #0080FF;
}

.member-wrap {
  padding: 0 10px 60px;
  max-width: 1180px;
  margin: 0 auto;
}

article.member {
  width: 33%;
  background: #ccc;
  height: 300px;
}

.layertop {
  z-index: 9;
}

article, figure {
  overflow: hidden;
}

.oohiragumi {
  font-size: 4.2rem;
  font-weight: 300;
  margin-bottom: -5rem;
  letter-spacing: 1rem;
  text-transform: uppercase;
  color: #999;
}

section.rec-info {
  background: #000;
}

.frame {
  position: relative;
  margin: 7px;
}

.member-wrap .frame {
  transition: all 0.3s;
  border: 8px solid #fff;
}
.member-wrap .frame:hover {
  box-shadow: 0 0 10px 1px hsla(0, 0%, 40%, 0.6);
  border: 8px solid #000;
}
.member-wrap .frame .detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

.recinfo-wrap .frame .detail h5 {
  font-size: 1.4rem;
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, 5px);
  width: 55%;
}

.member-wrap .frame .detail h5 {
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem;
  padding-bottom: 0;
  line-height: 1.3;
}

.frame .detail p {
  font-size: 1.2rem;
  color: #7BBDFF;
  padding: 0.2rem 1rem 1rem;
}

article img {
  display: block;
  transition: all 1.3s;
  overflow: hidden;
}

.member-wrap article img:hover {
  transform: scale(1.25);
  overflow: hidden;
}

article .number {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Michroma";
  color: #fff;
  font-size: 6rem;
  padding: 0;
  line-height: 1 !important;
  opacity: 0.5;
}

.recinfo-wrap {
  padding: 20px 10px 0;
  max-width: 1180px;
  margin: 0 auto;
}
.recinfo-wrap article img:hover {
  opacity: 0.75;
  box-shadow: 0 0 1px 5px rgba(220, 102, 102, 0.6);
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
}

.staff01-main {
  background: url("common/img/staff01main.jpg") center center !important;
  background-size: cover !important;
}

.staff02-main {
  background: url("common/img/staff02main.jpg") top center !important;
  background-size: cover !important;
}

.staff03-main {
  background: url("common/img/staff03main.jpg") top center !important;
  background-size: cover !important;
}

.staff04-main {
  background: url("common/img/staff04main.jpg") center center !important;
  background-size: cover !important;
}

.staff-name-eng {
  font-family: adobe-handwriting-ernie, sans-serif;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
}

.staff-name-jp {
  color: #fff;
  font-size: 1.6rem;
}

.staff-detail {
  color: #fff;
  font-size: 1.2rem;
  padding-top: 0;
  padding-left: 0.5rem;
}

.rec-staff-read-inner {
  padding: 150px 10px 0;
  max-width: 880px;
  margin: 10px auto;
}

h2.reason-title {
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
h2.reason-title:before {
  content: "";
  background: url(common/img/Reason.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: -1;
  top: -30px;
}
h2.objective-title {
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: right;
}
h2.objective-title:before {
  content: "";
  background: url(common/img/Objective.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: -1;
  top: -30px;
  right: -125px;
}

.blueback {
  background: #006CD8;
}

.subtitleB {
  color: #FFF944;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.lm {
  margin: 5px;
}

.white {
  color: #fff;
}

.rec-img2 {
  position: absolute;
  top: -170px;
}

.relative {
  position: relative;
}

.bg-rec2 {
  position: relative;
  min-height: 100px;
}

.rec-title-mid2 {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -76%);
  z-index: 8;
  color: #eee;
  max-width: 1140px;
  -webkit-transform: translate(-50%, -76%);
  -moz-transform: translate(-50%, -76%);
  -ms-transform: translate(-50%, -76%);
  -o-transform: translate(-50%, -76%);
}
.rec-title-mid2 h4 {
  color: #eee;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.facility table {
  width: 100%;
  table-layout: fixed;
  padding: 15px;
  border-collapse: inherit;
}
.facility table tr td:nth-of-type(2) {
  text-align: right;
}

.facilityphoto figure {
  position: relative;
}
.facilityphoto figcaption {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.facilityphoto h4 {
  text-align: center;
  color: #fff;
}
.facilityphoto img {
  display: block;
}

.mapform {
  padding: 20px 0;
}
.mapform h3 {
  font-size: 1.75rem;
  margin-bottom: -1rem;
}
.mapform img {
  max-width: 180px;
  display: block;
  margin-bottom: 10px;
}

.address span {
  font-size: 1.6rem;
  font-weight: 600;
}

.tarm {
  padding: 10px 40px;
  background: #006DD9;
  color: #fff;
  border-radius: 3px;
  align-self: flex-start;
  letter-spacing: 2rem;
  text-indent: 2rem;
}

.bg-gate {
  background: url(common/img/bg-gate.png) no-repeat right top;
}

.result-title h4 {
  font-size: 2.4rem;
  font-weight: 400;
}

/* reCAPTCHAV3　位置調整 */
.grecaptcha-badge {
  margin-bottom: 40px !important;
  opacity: 0.6;
}

/*formParts----------------------------*/
form {
  max-width: 1200px;
  margin: auto;
  font-size: 1.4rem;
}
form .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 50px;
}
form .row.column .element {
  width: 270px;
  margin-left: 40px;
}
form .row .element {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
form .row .element:first-child {
  margin-left: 0;
  padding-bottom: 1px;
}
form input {
  position: relative;
  width: 100%;
  background-color: transparent;
}
form select {
  position: relative;
  width: 100%;
}
form textarea {
  position: relative;
  width: 100%;
  height: 250px;
}
form select {
  color: #444;
  font-size: 1.5rem;
  border: none;
  width: 100%;
}
form input::-moz-placeholder {
  color: #666;
}
form input::placeholder {
  color: #666;
}

select > option:nth-child(1) {
  color: #666;
}

form .sendBtn {
  margin: 0 auto;
  text-align: center;
}

.sendBtn > button {
  width: 200px;
  padding: 15px;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  border: 1px solid #fff;
  padding: 1rem 2rem;
  background: #fff;
  -moz-appearance: textfield;
       appearance: textfield;
}
input[type=submit] {
  padding: 1rem;
  margin-top: 1rem;
  width: 50%;
  background: #0080FF;
  color: #fff;
  z-index: 1;
}

#secondarywrap input[type=search] {
  max-width: 80%;
}
#secondarywrap input[type=submit] {
  width: 18%;
  background: #000;
  color: #fff;
}

span.screen-reader-text {
  display: none;
}

.no-results input[type=search] {
  width: 80%;
  border: 1px solid #ddd;
}
.no-results input[type=submit] {
  padding: 1rem;
  margin-top: 1rem;
  width: 10%;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.search-results h2.entry-title {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

/*other*/
.endTel {
  display: none;
}

.slide h5 {
  display: inline-block;
  background: #FFD24D;
  padding: 5px 10px;
  margin-left: 5px;
  margin-top: 20px;
  width: 100px;
  color: #000;
}

.world {
  width: 85%;
}

.topico {
  width: 80%;
}

p.lead {
  line-height: 1.75;
  font-size: 1.5rem;
  padding: 3rem 0;
}

/*fade-----------------------------*/
.move {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.moveon {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.8s;
}
.moveon:nth-of-type(2) {
  transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
}
.moveon:nth-of-type(3) {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.moveon:nth-of-type(4) {
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.moveon:nth-of-type(5) {
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.moveon:nth-of-type(6) {
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

footer#footerC {
  background: #000;
}
footer#footerC a {
  color: #eee;
}

/*forPageTemplate--------------------*/
.page-header {
  background: url(/wp/wp-content/themes/glaze2018/common/img/page-bg3.jpg) right top;
  background-size: 100%;
  height: 640px;
  color: #eee;
}

#result-header {
  height: 25vh;
  background: url(common/img/result-headerBG.jpg) center bottom;
  background-size: cover;
  position: relative;
}

.page-header-inner {
  padding: 120px 10px 100px;
  max-width: 1180px;
  margin: 0 auto;
}

p.pege-headcopy {
  font-size: 13rem;
  text-transform: none;
  padding: 0;
  color: #eee;
  font-weight: normal;
  line-height: 0.9;
}
p.works-headcopy {
  font-size: 2.2rem;
  text-transform: none;
  padding: 0;
  color: #eee;
  line-height: 1;
}

#blog-header {
  height: 25vh;
  background: url(common/img/blog-header_bg.jpg) center center;
  background-size: cover;
  position: relative;
}

.bread {
  padding: 10px 0;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bread h1, .bread h2, .bread .entry-meta {
  font-size: 1rem;
  font-weight: normal;
  align-self: center;
}
.bread h6 {
  font-size: 12rem;
  font-family: "Major Mono Display", monospace;
  margin-top: -120px;
  font-weight: normal;
  color: #eee;
  letter-spacing: -4rem;
  position: absolute;
  right: 20px;
}

.page-header h1.entry-title, .page-header p.headTitle {
  font-family: "Michroma", sans-serif;
  font-size: 2.8rem;
  padding: 40px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header h1.pageTitle {
  font-size: 1.2rem;
  font-weight: 200;
}

.works-header h1.entry-title {
  font-family: inherit;
  font-size: 1.5rem;
  padding: 25px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}

.wabun {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page-h {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.25rem;
}

.alignR {
  text-align: right;
}

.mb-90 {
  margin-bottom: -90px;
}

.mb-100 {
  margin-bottom: -100px;
}

.mb-60 {
  margin-bottom: -60px;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mt-100 {
  margin-top: -90px;
}

.mtb70 {
  margin: 50px auto 20px;
}

.sidepd-85 {
  padding: 0 85px;
}

.maxwidth50 {
  max-width: 50%;
}

.maxwidth75 {
  max-width: 75%;
}

.entry-footer {
  max-width: 1180px;
  padding: 8px;
  font-size: 0.8rem;
  margin: 2rem auto;
  background: #efefef;
}

.flex-center {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.mid-title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.aboutlist li {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 1rem 1rem;
}

.privacy h2 {
  padding: 1rem;
}
.privacy h3 {
  padding: 1rem;
  font-weight: 600;
  color: #E63626;
}

/*forBlogArchive---------------------*/
/*-----------------------------------*/
#blog-bg {
  background: #efefef;
  position: relative;
  z-index: 0;
}
#blog-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.blog-wrap {
  max-width: 1180px;
  margin: 0 auto;
  background: #efefef;
}

#primary.flexleft {
  flex: 1;
  padding: 100px 30px 100px 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

#secondarywrap.sidebar-area {
  max-width: 350px;
  padding: 70px 0 100px 30px;
}

#secondary h2 {
  /*M h3=>h2*/
  padding: 20px 0 20px;
  font-family: "Rajdhani", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
}

.sidebar-figure {
  overflow: inherit;
}

artical.archivelist {
  display: flex;
  flex: 100%;
}

nav.navigation.post-navigation {
  position: relative;
}

h2.screen-reader-text {
  font-size: 1rem;
  font-weight: normal;
  display: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 20px;
}

.single .entry-content h2 {
  font-family: inherit;
  font-weight: 500;
  font-size: 3rem;
  padding: 0 0 10px;
}
.single .entry-content h3 {
  font-family: inherit;
  font-weight: normal;
  font-size: 2rem;
  padding: 15px 0;
}

.entry-content p {
  line-height: 1.75;
}

.single-post .entry-content p {
  line-height: 1.75;
  padding: 30px 0;
}

.eyecatch .post-thumbnail {
  text-align: center;
}

.nav-previous a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #004EA2;
  margin-right: 10px;
}

.nav-next a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #004EA2;
  margin-left: 10px;
}

#secondary li.cat-item a:before, .widget_archive li a:before, .widget_meta li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #004EA2;
  margin-right: 0.5rem;
}

.tagcloud a {
  background: #ccc;
  padding: 0.5rem 2rem;
  margin-bottom: 3px;
  display: inline-block;
}

time.updated {
  display: none;
}

.headerother img {
  width: 70px;
  border-radius: 50%;
  margin-bottom: 7px;
}
.headerother ul.post-categories li {
  display: inline-block;
  font-size: 1rem;
  padding: 1px 15px 3px;
  border-radius: 2px;
  border: 1px solid #ccc;
  font-family: "Michroma", sans-serif;
}
.headerother ul.post-categories li a {
  display: inline-block;
  color: #ccc;
}

.post-categories li a {
  color: #fff;
}

.breadcrumbs-wrap {
  padding: 20px 0;
  background: #F9FBFD;
  font-size: 1rem;
  border-top: 1px solid #ddd;
}

.breadcrumbs-headwrap {
  padding: 20px 0;
  background: #F9FBFD;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}

.breadcrumbs {
  max-width: 1180px;
  margin: 0 auto;
}

.fa-chevron-right:before {
  color: #E63626;
  margin: 0 0.5rem;
}

.maps-outer {
  position: relative;
  padding-top: 35%;
}

.maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*for404Template---------------------*/
.error-404 h2 {
  font-family: inherit;
  font-size: 1.8rem;
  padding: 70px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.page input[type=text], input[type=email] {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}

.page textarea {
  border: 1px solid #ccc;
  padding: 1rem;
}
.page .form-title span {
  color: #c00;
}

h3.error404 {
  font-size: 15rem;
  text-transform: none;
  padding: 0;
  color: #666;
  font-weight: normal;
  display: inline-block;
}

.error-404 h1.page-title {
  font-size: 3.1rem;
  padding: 10px 0 10px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
}

.sidebar-list figure.eyecatch img {
  max-width: 90px;
  float: left;
  margin-right: 10px;
}
.sidebar-list li {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 10px;
}
.sidebar-list li span {
  display: block;
  font-family: "Rajdhani", sans-serif;
}

p.date {
  font-family: "Rajdhani", sans-serif;
}

/*worksingle改修-------------------------*/
.singleimg {
  position: absolute;
  right: 0;
  top: 0;
}

.works-single-header {
  background: #E73727;
  height: 540px;
  color: #eee;
  margin-top: 45px;
}
.works-single-header h1.entry-title {
  font-family: inherit;
  font-size: 1.8rem;
  padding: 25px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}

.singleimg img {
  height: 540px;
  width: auto;
}

/*/worksingle改修------------------------*/
section p {
  font-size: 1.6rem;
  padding: 1rem 0;
  line-height: 2;
  text-align: left;
}

h3.concsubtitle {
  font-weight: normal;
  color: #E73727;
  margin-bottom: 2rem;
}

.forPC {
  display: block !important;
  margin: 0 auto;
}

.forSP {
  display: none !important;
}

/*Workscontents------------------------*/
.flexworks {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-start;
}

.flexitem {
  flex: 1;
}

.flexworks h3 {
  font-size: 1.6rem !important;
}
.flexworks h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f192";
  margin-right: 0.5rem;
}

.single-works .flexworks p {
  padding: 10px;
}

.worksmry {
  width: 90%;
  margin: 25px 0 0 50px;
}
.worksmry li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #E63626;
  margin-right: 0.5rem;
}
.worksmry h4 {
  background: #666;
  color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.worksmry p, .worksmry ul {
  margin-bottom: 2.5rem;
}

.addtoany_share_save_container, .addtoany_content, .addtoany_content_bottom {
  max-width: 1180px;
  margin: 0 auto 0 !important;
}

/*contact---------------------------*/
.contact-header {
  background: url(common/img/cat01.jpg) right center no-repeat;
  background-size: 53%;
}

.title-middle {
  font-weight: 500;
}

.mt50 {
  margin-top: 50px;
}

.br50 {
  border-radius: 50%;
  background: linear-gradient(45deg, #007eff, #ff17b1);
  padding: 1px;
}

figure.gru {
  background: none;
}
figure.gru:after {
  content: url(common/img/gru.png);
  position: absolute;
  top: 0;
  right: 57px;
}
figure span.Michroma {
  font-size: 1rem;
}

/*forLoader-------------------------*/
.loader {
  background: #E73727;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ローディングのアニメ部分 */
svg#loaderID {
  animation: load1 1s infinite ease-in-out;
}
svg#loaderID:before, svg#loaderID:after {
  animation: load1 1s infinite ease-in-out;
}
svg#loaderID {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  animation-delay: -0.16s;
  max-width: 10%;
  height: auto;
}

#loaderID path {
  fill: url("#MyGradient");
  stroke-width: 2px;
  stroke: #000;
  stroke-dasharray: 3700;
  stroke-dashoffset: 3700;
  animation: drawline 0.5s linear forwards, FillIn 1s 1s linear both;
}

@keyframes drawline {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes FillIn {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
}
/*forBlogParts-------------------------*/
.bloginner p {
  font-size: 1.4rem;
  margin: 1.5rem 0;
}
.bloginner ul.check {
  list-style-type: none;
  margin-left: 20px;
  padding: 2rem;
  margin-bottom: 10px;
}
.bloginner ul.check li {
  line-height: 25px;
}
.bloginner ul.check li:before {
  content: " \f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  padding: 0 6px;
  font-size: 70%;
  margin-right: 10px;
  background: #f3f3f3;
  color: #000;
  margin-left: -3em;
}
.bloginner blockquote {
  position: relative;
  padding: 20px 30px 20px 80px;
  background: #f5f5f5;
  color: #555;
  border-left: 2px solid #E63626;
  margin: 3rem auto;
}
.bloginner blockquote:before {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 20px;
  vertical-align: middle;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E63626;
  font-size: 4rem;
  line-height: 1;
}
.bloginner blockquote h4 {
  background: none;
  margin-top: 1.5rem;
}
.bloginner blockquote p {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.bloginner p:last-child {
  margin-bottom: 2rem;
}
.bloginner figcaption {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
}
.bloginner figcaption:before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 5px;
  vertical-align: middle;
  content: "\f083";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E63626;
  font-size: 1rem;
  line-height: 1;
}

pre {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: monospace, sans-serif;
  color: #666666;
  background-color: #f2f2f2;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.code {
  margin: auto;
  position: relative;
  box-sizing: border-box;
  background-color: #666;
  color: #f8f8f2 !important;
  display: block;
  line-height: 1.4;
  padding: 30px;
  text-align: left;
  overflow: auto;
  resize: horizontal;
  z-index: 2;
  border: 0;
  border-radius: 8px;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
  font-size: 14px !important;
}

.enclosure {
  background-color: #f2f2f2;
  padding: 20px !important;
  margin: 2rem 0 !important;
}

.bloginner img {
  margin-top: 2rem;
}
.bloginner h3 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 12px 20px !important;
  margin: 0 0 2.5rem -2rem;
  width: calc(100% + 20px);
  font-size: 1.7rem !important;
  color: white;
  background: #E73727;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.bloginner h3:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #B20000;
}
.bloginner h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1.5rem 1rem;
}

.marker {
  background: linear-gradient(transparent 0%, #fff799);
  font-weight: bold;
}

li.oneline {
  line-height: 18px;
  margin-bottom: 6px;
  margin-left: 30px;
}
li.oneline a {
  font-weight: bold;
  color: #E73727;
}

.title-quote {
  position: relative;
}
.title-quote:before {
  content: "";
  vertical-align: super;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004EA2;
  margin-right: 1rem;
  font-size: 1rem;
}
.title-quote:after {
  content: "";
  vertical-align: baseline;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004EA2;
  margin-left: 1rem;
  font-size: 1rem;
}

strong {
  background: linear-gradient(transparent 20%, #fbd 20%);
}

b, strong {
  font-weight: 700;
}

/*forRecruitEntryForm----------------------*/
.recruit-entry input[type=text], .recruit-entry input[type=email], .recruit-entry input[type=tel] {
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
}
.recruit-entry select {
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
}

select.wpcf7-form-control.wpcf7-select {
  width: 125px;
}

.ilblock {
  padding: 1rem 1rem;
  display: inline-block;
}

/*forTopInformation----------------------*/
section.topnews {
  margin: -45px auto 0;
  background: rgba(228, 228, 228, 0.75);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topnews .information {
  display: flex;
  align-items: baseline;
}

.information h5 {
  margin: 0 1.5rem;
  font-family: "Michroma", sans-serif;
}
.information p.infotitle {
  margin: 0 1.5rem;
  border-left: 1px solid;
  padding: 1rem 2rem;
}

/*grecaptcha cf7-------------------------*/
.grecaptcha-badge {
  margin: 25px auto 10px;
}

div.wpcf7-response-output {
  padding: 1em;
  border: 1px solid #E95413;
  color: #E95413;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #E95413;
  color: #E95413;
}

/* another content-------------------------*/
.KV-40th {
  background: #333 url("common/img/40th-bg.webp") no-repeat center/cover content-box;
  color: #fff;
}
.KV-40th .KV-wrapper {
  display: flex;
  padding: 150px 15px;
  width: min(100%, 1180px);
  margin: 0 auto;
}
.KV-40th .KV-wrapper .headline-40th {
  writing-mode: vertical-rl;
  font-size: 5.2rem;
  line-height: 1.5;
  letter-spacing: 0.3rem;
}
.KV-40th .KV-wrapper img {
  mix-blend-mode: hard-light;
  filter: drop-shadow(0 0 10px orange);
  margin-bottom: 20px;
  margin-left: 20%;
}
.KV-40th .KV-wrapper p {
  width: min(100%, 600px);
}

.flex-wrapper {
  display: flex;
}

.block-title {
  font-size: 4.2rem;
  font-weight: inherit;
  padding: 0;
  padding-left: 4rem;
}
.block-title::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0%;
  content: "";
  width: 6px;
  height: 150%;
  border-radius: inherit;
  background-color: #0080FF;
}

.img-2block {
  text-align: center;
  display: flex;
  justify-content: center;
}

section.lead-content {
  background: #000;
  padding-bottom: 100px;
  color: #fff;
}

.section-title {
  text-align: center;
  color: #ab1f1f;
  margin: 0 auto 0;
  width: min(100%, 1150px);
  display: grid;
  position: relative;
  font-size: 3rem;
  padding: 0;
  font-family: "Eleanor";
  font-weight: 500;
}
.section-title::before {
  position: absolute;
  display: block;
  left: calc(50% - 7px);
  top: -28px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ab1f1f;
}

.block-35 {
  width: 35%;
}

.block-40 {
  width: 40%;
}

.block-50 {
  width: 50%;
}

.block-60 {
  width: 60%;
}

.block-65 {
  width: 65%;
}

.time-line {
  width: min(90%, 1080px);
  margin: 50px auto;
  position: relative;
}
.time-line li {
  display: flex;
  margin-bottom: 50px;
}
.time-line li .calendar {
  width: 30%;
  color: #006DD9;
  position: relative;
}
.time-line li .calendar::before {
  position: absolute;
  display: block;
  right: 40px;
  top: 0%;
  content: "";
  width: 2px;
  height: 116%;
  border-radius: inherit;
  background-color: #0080FF;
}
.time-line li .calendar .add-on {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.time-line li .calendar .numbers {
  font-size: 6.2rem;
  margin: 0 -1rem -3rem;
  padding: 0;
  font-family: "din-condensed";
}
.time-line li .calendar .numbers::before {
  position: absolute;
  display: block;
  right: 44px;
  top: 50px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0080FF;
}
.time-line li .history-content {
  width: 70%;
}
.time-line li .history-content h3 {
  font-size: 3.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: inherit;
  padding: 0;
  color: #222;
  margin-bottom: 1.5rem;
}
.time-line li .history-content h3::before {
  display: none;
}
.time-line li .history-content p {
  text-align: justify;
}
.time-line li .history-content img {
  margin-top: 30px;
}

section.next {
  color: #fff;
  background: linear-gradient(300deg, rgb(15, 85, 190), #000000, #3454d6);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
  position: relative;
}
section.next h3 {
  font-size: 3.2rem;
}
section.next .oohira-unit {
  position: absolute;
  bottom: -120px;
  left: 0;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.relative {
  position: relative;
}

.glid-center {
  display: grid;
  place-items: center;
}

/*J-UNIT-------------------------------*/
.j-unit-title h2 {
  text-align: center;
  font-size: 5.5rem;
  display: flex;
  justify-content: center;
}
.j-unit-title h3 {
  text-align: center;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
}
.j-unit-title h3::before {
  display: none;
}
.j-unit-title .img-center {
  margin: 50px auto;
}
.j-unit-title p {
  width: min(100%, 800px);
  margin: 0 auto 50px;
  text-align: justify;
}

ol.flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
ol.flow .num {
  font-family: "din-condensed";
  font-size: 3.4rem;
  margin-bottom: -1.5rem;
  padding: 0;
}
ol.flow li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 220px;
}
ol.flow li span {
  color: #B20000;
}
ol.flow .j-flow {
  padding: 10px;
  background: #000;
  border-radius: 50%;
}
ol.flow .j-flow img {
  max-width: 200px;
}

.features h3 {
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}
.features h3::before {
  left: 50%;
  bottom: -3px;
  top: inherit;
}
.features .img-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.features p {
  width: min(100%, 640px);
  margin: 0 auto 50px;
  text-align: justify;
}

.j-unit-result {
  display: flex;
  justify-content: center;
}
.j-unit-result .elm-wrapper {
  padding: 40px 40px;
  width: min(100%, 600px);
}
.j-unit-result .elm-wrapper.left-side {
  margin-left: auto;
}
.j-unit-result .elm-wrapper h4 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.j-unit-result ul li {
  list-style: arabic-indic;
}
.j-unit-result .procedure {
  background: #999;
  width: 50%;
}
.j-unit-result .implementation {
  background: #FA4B4B;
  width: 50%;
}

.benefit {
  background: antiquewhite;
}
.benefit .benefit-wrapper h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.benefit .benefit-wrapper p {
  text-align: center;
}

/*forUnder1500-------------------------*/
/*-----------------------------------*/
@media screen and (max-width: 1500px) {
  /*element------------------------------*/
  section h2 {
    font-size: 3.5rem;
    padding: 10px 0 25px;
    line-height: 1;
    text-transform: uppercase;
  }
  .glitch-img {
    position: absolute;
    top: -160px;
    left: 0;
  }
  .tabletIMG {
    /*    width: 60%;*/
    width: 85%;
  }
  .flex2 {
    display: flex;
    margin-bottom: 10px;
  }
  .childA {
    flex: 1;
    margin-right: 0;
    width: 350px;
    align-self: center;
  }
  .childB {
    text-align: center;
    width: 300px;
    padding: 10px;
    margin: 2px;
    margin-bottom: 0;
  }
  .childC {
    text-align: center;
    margin: 2px;
    width: 300px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .square {
    width: 20px;
    height: 20px;
    border: none;
    margin: 0 auto;
    line-height: 20px;
    background: #E63626;
    color: #fff;
  }
  .definitionList dl {
    display: table;
    width: 90%;
    border-spacing: 30px 0;
    margin: 0 auto;
  }
  .definitionList dt {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: left;
  }
  .definitionList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
  }
  .tabletNone {
    display: none;
  }
  form .row.cell3 .item {
    width: 22%;
    margin-left: 30px;
  }
  .bordrR {
    border-right: none;
  }
  .definitionList {
    max-width: 900px;
    margin: 0 auto;
  }
  form {
    max-width: 900px;
    margin: auto;
    font-size: 1.4rem;
  }
  form .row.column .element {
    width: 205px;
    margin-left: 20px;
  }
}
.rubikBig {
  font-size: 3.2rem;
  letter-spacing: 1.5rem;
}

.pc_br {
  display: none;
}

.bnr-dormi {
  position: absolute;
  max-width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
}

/*forSP------------------------------*/
/*-----------------------------------*/
/*@media screen and (max-width: 991px) {*/
@media screen and (max-width: 1080px) {
  #page-header h1, h1.entry-title, .page-header p.headTitle {
    font-size: 2rem;
  }
  .mb200 {
    margin-bottom: 15px;
  }
  .rows3 {
    padding: 10px 0 100px 0;
  }
  svg#loaderID {
    width: 100px;
  }
  #mainnav #menu {
    display: none;
  }
  .siteID {
    margin-left: 0;
  }
  .siteID span {
    display: none;
  }
  .busismry {
    background: #FFF;
    width: auto;
    padding: 15px 15px 15px 15px;
    position: relative;
    right: 0;
    top: 0;
    margin: 15px;
    transform: translateY(-20%) translateX(0);
    -webkit-transform: translateY(-20%) translateX(0);
  }
  .busismry2 {
    background: #FFF;
    width: auto;
    padding: 15px 15px 15px 15px;
    position: relative;
    right: 0;
    top: 0;
    margin: 15px;
    transform: translateY(20%) translateX(0);
    -webkit-transform: translateY(20%) translateX(0);
  }
  .topsection .airport, .topsection .sightseeing, .topsection .insurance {
    width: 100%;
    height: 40vh;
  }
  section.topsection {
    overflow: initial;
  }
  .topsection .widebg, .topsection .widebg2 {
    background-size: cover;
    max-width: 100%;
    height: 40vh;
    position: relative;
    z-index: 1;
  }
  .spadj {
    margin-top: -100px;
  }
  .page-header_inner {
    width: 100%;
  }
  .flow-text {
    margin: 0;
    position: relative;
    margin-left: 15px;
    margin-right: -15px;
  }
  .flow-text p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .flow-pict::before {
    right: auto;
    left: -20px;
  }
  .flow-pict::after {
    right: auto;
    bottom: -22px;
    font-size: 2rem;
    left: -28px;
  }
  .busismry p, .busismry2 p {
    padding-bottom: 0rem;
  }
  dl.blog-list {
    border-left: 1px solid #004EA2;
    padding-left: 1.5rem;
    min-height: 100px;
    margin-left: 0;
    padding-top: 1rem;
  }
  section.company {
    margin-top: -50px;
  }
  .company__right {
    padding: 1rem;
    width: 100%;
  }
  .maps-outer {
    position: relative;
    padding-top: 45%;
  }
  .busismry3 {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 15px 0 40px;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    z-index: 5;
    /*    height: -webkit-fill-available;*/
    height: -moz-available;
    height: available;
    transform: skew(-15deg, 0deg);
  }
  .bs3wrap {
    transform: skew(15deg, 0deg);
    color: #fff;
    width: auto;
    text-align: center;
  }
  .topsection .widebg3 {
    background-size: cover;
    height: 45vh;
  }
  section.top-news .bgtitle {
    position: absolute;
    font-size: 22rem;
    line-height: 0;
    right: 0;
    color: #CDE5FF;
    z-index: -1;
    bottom: 75px;
    letter-spacing: -2rem;
  }
  ul#footermenu {
    display: block;
  }
  #footermenu li {
    display: block;
    text-align: left;
  }
  nav.footer-nav > ul > li {
    padding: 0 3rem 0 3rem;
    font-size: 1.3rem;
    margin: 0;
    border-right: none;
    border-left: none !important;
    border-bottom: 1px solid #BFCFFF;
  }
  nav.footer-nav > ul > li a {
    display: block !important;
  }
  section.page-top_title .bgtitle {
    position: absolute;
    font-size: 12rem;
    /* top: -5px; */
    line-height: 0;
    right: 0;
    color: #CDE5FF;
    z-index: -1;
    bottom: -50px;
    letter-spacing: -1rem;
  }
  article.frame3 {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 3rem;
    margin: 0;
    margin-bottom: 2rem;
  }
  /*  frontpage add ----------------------*/
  .nav-contact {
    display: flex;
    align-items: center;
    min-width: 150px;
    color: #fff;
    font-size: 1.3rem;
    justify-content: center;
    height: 100%;
    border: 1px solid;
    margin-left: 10px;
  }
  .autoshrink figure {
    margin: -1px;
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
  }
  .rec-photo-wrap {
    min-height: inherit;
    display: flex;
    align-items: flex-start;
  }
  .rec-photo1, .rec-photo2, .rec-photo3 {
    position: relative;
    max-width: 33.3%;
    height: auto;
    top: inherit;
    left: inherit;
    z-index: unset;
    box-sizing: border-box;
  }
  section.top-lead .lead-block {
    max-width: 100%;
  }
  .harf__right {
    padding-left: 0;
    width: 100%;
    position: relative;
    right: 0;
    top: inherit;
    transform: none;
  }
  .harf__left {
    padding-right: 0;
    width: 100%;
    min-width: inherit;
    color: #fff;
  }
  .harf__box {
    width: 100%;
    color: #fff;
    margin: 0 10px;
  }
  .top-newsarea:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    content: "";
    position: absolute;
    background: #DDDDDD url(common/img/resultBG.gif) no-repeat right bottom;
  }
  .top-result-list a {
    color: #fff;
    transition: all 0.3s;
  }
  .top-news-list, .top-result-list {
    margin-top: 1rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
  .pb3rem {
    padding-bottom: 1.5rem;
  }
  section.top-lead .whoweare {
    position: absolute;
    bottom: -220px;
    width: 100%;
    left: -45%;
    z-index: -1;
    transition: all 0.5s;
    transform: rotate(90deg);
  }
  .inner3 {
    padding: 10px 10px 10px;
  }
  .bg-recruit {
    background: url(common/img/footer-recruitBG.png) no-repeat center center;
    margin-bottom: 4rem;
    position: relative;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
  }
  .resultlistFlex {
    display: flex;
    justify-content: center;
    max-width: initial;
    margin: 0 -15px;
  }
  .footer-result figure {
    margin: 0px;
    box-sizing: border-box;
    max-width: 50%;
    overflow: hidden;
    /* position: relative; */
  }
  .footer-result-archive figure {
    max-width: 100%;
  }
  .footID span {
    margin-bottom: 10px;
  }
  .footID img {
    width: 120px;
    margin-top: 10px;
  }
  nav.footer-nav {
    margin: 10px -15px;
    display: none;
  }
  .top-newsarea h5, .footer-result h5, .footer-recruit h5 {
    margin-top: -2.5rem;
    text-align: center;
  }
  section.top-lead {
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  .bg-result, .bg-recruit {
    background-size: 70%;
  }
  .bg-result {
    margin-top: 2rem;
  }
  .siteID img {
    width: 122px;
  }
  .slide-copy__eng {
    padding: 0 1rem;
    min-width: 60%;
    display: none;
  }
  .toPV {
    bottom: 0;
    left: 50%;
    z-index: 4;
    transform: translateY(0%) translateX(-50%);
    letter-spacing: 0.05rem;
    width: 115px;
  }
  .toPV p {
    font-size: 1.3rem;
    padding: 1rem;
    display: none;
  }
  .hero-logo {
    max-width: inherit;
    width: 200px;
  }
  .firering {
    display: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateY(-96%) translateX(-50%);
    mix-blend-mode: color-dodge;
    width: 355px;
    max-width: inherit;
  }
  .slide-copy p {
    FONT-WEIGHT: 400;
    font-size: 1.3rem;
    margin-top: -20px;
    font-weight: 400;
    padding: 1rem;
    writing-mode: vertical-rl;
    text-align: start;
    margin: auto;
    display: inline-flex;
  }
  .top-news-list dt, .top-result-list dt {
    float: left;
    font-size: 1rem;
    margin-top: 2px;
  }
  .top-news-list dd, .top-result-list dd {
    margin-left: 70px;
  }
  .top-news-list, .top-result-list {
    margin-top: 1rem;
    line-height: 2.5;
    padding-top: 1rem;
  }
  section p {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    line-height: 1.75;
    text-align: left;
  }
  .slide-copy, .hero-logo {
    top: 30%;
  }
  /*  linemarker--------------------------*/
  .busismry:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #004EA2;
    z-index: 2;
    left: 50%;
    top: 0;
  }
  .busismry:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #fff;
    z-index: 2;
    left: 50%;
    top: -10%;
  }
  .busismry2:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #004EA2;
    z-index: 2;
    right: 50%;
    top: auto;
    bottom: 0;
  }
  .busismry2:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #fff;
    z-index: 2;
    right: 50%;
    top: auto;
    bottom: -10%;
  }
  /* / linemarker-------------------------*/
  h2.toptitle {
    font-size: 9rem;
    line-height: 1;
  }
  .page-header h1.entry-title, .page-header p.headTitle {
    font-size: 2.8rem;
    font-weight: 1000;
  }
  .maincopy {
    top: 30%;
  }
  .paracopy {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  p.subcopy {
    color: #E73727;
    text-align: right;
  }
  h2.paratitle {
    font-size: 1.8rem;
  }
  a .btn {
    color: #fff;
    margin: 1.5rem auto 1.5rem;
  }
  .flexFoot {
    display: block;
  }
  .bdrboth {
    border-left: none;
    border-right: none;
  }
  ul.footnav {
    padding-left: 0;
  }
  #footerA img {
    width: 60%;
    margin: -1rem;
  }
  .drawer_menu.left .drawer_button {
    right: auto;
    left: 15px;
  }
  nav .mouse {
    display: none;
  }
  .inner, .inner2 {
    padding: 15px 15px 15px 15px;
    margin: 0 auto;
  }
  .pd15 {
    padding: 15px;
  }
  .flexTop {
    display: block;
  }
  .flex, .flex2 {
    display: block;
    margin-bottom: 10px;
  }
  .flex4 {
    display: block;
    position: relative;
  }
  .flex-center {
    display: block;
    margin-bottom: 10px;
  }
  .childA {
    flex: 1;
    margin-right: 0;
    width: auto;
  }
  nav li.intro {
    width: 100%;
    position: absolute;
    top: -50%;
    padding-top: 0;
    margin: 0 auto;
    left: -10px;
  }
  section h2.maintitle {
    font-size: 1.8rem;
    padding: 20px 0 20px;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid;
  }
  .definitionList dl {
    display: table;
    width: 100%;
    border-spacing: 10px 0;
    margin: 0 auto;
  }
  .definitionList dt {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: left;
  }
  .definitionList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
  }
  .spUndisplay {
    display: none !important;
  }
  .fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    display: none;
  }
  .bordrR {
    border-right: none;
  }
  #fp-nav.fp-right {
    display: none;
  }
  .slide-copy h3 {
    font-size: 2.7rem;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }
  .drawer_menu .drawer_nav_wrapper {
    height: 100%;
    transition: all 0.2s;
  }
  .thumb {
    display: flex;
    flex-wrap: wrap;
  }
  .thumb li {
    margin: 0 5px;
    width: 39%;
  }
  .thumb li img {
    max-width: 100%;
  }
  .fp-slidesNav.fp-bottom {
    display: none;
  }
  .tabletIMG {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  form {
    display: block;
  }
  form .row.column .element {
    width: 90%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #mailform > div:nth-child(2) {
    width: 90%;
    margin-left: 10px;
  }
  form textarea {
    position: relative;
    height: 40px;
  }
  .drawer_menu .drawer_nav {
    padding: 24px 24px;
  }
  .endTel {
    display: block;
    margin: 10px auto;
    font-size: 2rem;
    line-height: 1;
    border-bottom: 1px solid #E63626;
    padding-bottom: 10px;
  }
  .endTel i {
    display: block;
    margin: 10px auto;
    font-size: 1rem;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    color: #E63626;
  }
  .sns, .copyright, .mail {
    display: none;
  }
  .drawer_menu .drawer_nav li {
    font-size: 13px;
  }
  .offsettop {
    margin-top: -120px;
  }
  artical.childB img {
    max-width: 100%;
    display: block;
  }
  .thumb li p {
    text-align: center;
    box-sizing: border-box;
    font-family: "Michroma", sans-serif;
    line-height: 0;
    margin-top: 0;
    background: #E63626;
  }
  .mainnavBgWrap {
    position: fixed;
    width: 100%;
    height: 130px;
    z-index: 1;
    left: 0;
    top: 0;
    transition: transform 60s;
  }
  .mainnavBg {
    position: fixed;
    height: 130px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  }
  #hero {
    height: 70vh;
  }
  ul#menu {
    background: none;
  }
  .child-worksmry {
    max-width: 100%;
  }
  .works-header {
    background-size: cover;
    height: 60vh;
  }
  .works-header-inner {
    padding-top: 40%;
  }
  .breadcrumbs-wrap, .breadcrumbs-headwrap {
    padding: 20px 10px;
  }
  .error-404 h1 {
    font-size: 2rem;
  }
  .flex3 {
    display: block;
    position: relative;
  }
  #primary.flexleft {
    padding: 25px 15px 15px 15px;
    position: relative;
    z-index: 2;
  }
  .blog-smry-text h5 {
    text-align: left;
    font-size: 1.2rem;
    padding: 5px 0;
    font-weight: normal;
  }
  .blog-smry-text li {
    padding: 2px 7px 3px;
    min-width: inherit;
  }
  #secondarywrap.sidebar-area {
    max-width: 100%;
    padding: 15px;
  }
  #blog-bg:before {
    width: 0;
    height: auto;
  }
  #secondary li {
    padding: 6px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  header.bread {
    display: none;
  }
  .nav-links {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 10px;
  }
  .nav-next {
    flex: 50%;
    text-align: right;
  }
  .nav-previous {
    flex: 50%;
    text-align: left;
  }
  p.pege-headcopy {
    font-size: 7rem;
  }
  .page-header {
    height: 65vh;
  }
  .page-header-inner {
    padding-top: 20%;
  }
  h3.concsubtitle {
    margin-bottom: 1rem;
  }
  .entry-content h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 1rem;
    overflow: hidden;
  }
  .footid img {
    width: 75%;
  }
  .single .entry-content h2 {
    font-family: inherit;
    font-weight: normal;
    font-size: 2rem;
    padding: 10px 0;
  }
  .single .entry-content h3 {
    font-family: inherit;
    font-weight: normal;
    font-size: 1.75rem;
    padding: 10px 0;
  }
  .page-header, .page-header-service, .page-header-about, .page-header-contact, .works-header {
    background-position: center top;
    background-size: cover;
  }
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
  .child3col {
    display: block;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }
  artical.child3col img {
    padding-right: 0;
  }
  p.lead {
    line-height: 1.75;
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  section.service h3 {
    font-family: "Michroma", sans-serif;
    font-size: 2rem;
    padding: 10px 10px 10px;
    font-weight: normal;
  }
  .entry-content p {
    line-height: 1.55;
    font-size: 1.4rem;
  }
  section h4.svic3col {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
    background: none;
    color: #E63626;
    padding: 2rem 0;
  }
  .xxx::before, .xxx::after {
    display: none;
  }
  section.plas {
    display: none;
  }
  .fl2 {
    float: none;
    margin: 0 auto;
    display: block;
  }
  img.ico {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  img.topico {
    max-width: 60%;
    margin-bottom: -1rem;
  }
  img.world {
    max-width: 50%;
  }
  .blogthumb {
    max-width: 85px;
    margin-right: 8px;
    margin-bottom: 5px;
  }
  artical.child-blogsmry {
    margin: 0;
    clear: both;
    display: block;
  }
  .sidebar-list figure.eyecatch img {
    max-width: 85px;
  }
  section.mission h5 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #E63626;
  }
  section.mission h6 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
  section.mission p {
    font-size: 1.3rem;
    text-align: left;
  }
  .sidepd-85 {
    padding: initial;
  }
  .mid-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 2rem;
  }
  .aboutlist li {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    font-size: 1.3rem;
  }
  /*Workscontents------------------------*/
  .flexworks {
    display: block;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .flexitem {
    flex: 1;
  }
  .flexworks h2 {
    font-size: 1.7rem !important;
  }
  .flexworks h3 {
    font-size: 1.5rem !important;
  }
  .flexworks h3:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f192";
    margin-right: 0.5rem;
  }
  .single-works .flexworks p {
    padding: 10px;
  }
  .worksmry {
    width: auto;
    margin: 10px 0;
    margin-bottom: 30px;
  }
  .worksmry p, .worksmry ul {
    margin-bottom: 2.5rem;
    margin-left: 1rem;
  }
  .addtoany_share_save_container, .addtoany_content, .addtoany_content_bottom {
    text-align: center !important;
  }
  /*forTopInformation----------------------*/
  section.topnews {
    display: none;
  }
  /*forRecruitEntryForm----------------------*/
  .ilblock {
    display: grid;
  }
  /*Blogcontents------------------------*/
  .bloginner {
    margin-left: 10px;
  }
  section h4.svic3col2 {
    font-size: 1.4rem;
  }
  .contact-header {
    background: none;
    margin-bottom: -30px;
  }
  .pc_br {
    display: block;
  }
  /*Aboutcontents------------------------*/
  .left-block {
    margin-right: 0;
    width: 100%;
  }
  .page-section .widebg, .page-section .widebg2 {
    max-width: 100%;
    height: 40vh;
  }
  .fullwidth-left {
    background: none;
    background-color: #fff;
    width: auto;
    padding: 15px;
    position: relative;
    right: 0;
    top: 0;
    margin: 15px;
    transform: translateY(20%) translateX(0);
  }
  .fullwidth-right {
    width: auto;
    padding: 15px;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 5;
    background: none;
    background-color: #fff;
    transform: translateY(-20%) translateX(0);
  }
  .fullwidth-left .bs2wrap {
    padding-bottom: 0;
  }
  .fullwidth-left p {
    padding: 1rem 2rem 0 2rem;
    text-align: justify;
  }
  .fullwidth-right p {
    padding: 1rem 2rem 0 2rem;
    text-align: justify;
  }
  .alex-paragraph {
    padding: 1rem 2rem !important;
  }
  .fullwidth-right:before {
    width: 1px;
    height: 30px;
    left: 50%;
    top: 0;
  }
  .fullwidth-right:after {
    width: 1px;
    height: 30px;
    left: 50%;
    top: -30px;
  }
  .fullwidth-left:after {
    width: 1px;
    height: 30px;
    background: #fff;
    z-index: 2;
    right: 50%;
    bottom: -30px;
    top: auto;
  }
  .fullwidth-left:before {
    width: 1px;
    height: 30px;
    background: #0080FF;
    right: 50%;
    bottom: 0;
    top: auto;
  }
  /*Recuruitcontents------------------------*/
  .rec-maintitle::before {
    transform: translate(-50%, -21px);
    font-size: 4rem;
    word-spacing: -7px;
  }
  section h2.maintitle3 {
    font-size: 1.8rem;
    padding: 0;
    font-weight: 900;
    letter-spacing: 0rem;
    overflow: initial;
  }
  .rec-title-mid {
    transform: translate(-50%, -12%);
  }
  .english-subtitle {
    font-size: 1.1rem;
    padding: 0 0 1rem;
  }
  .oohiragumi {
    font-size: 1.4rem;
    margin-bottom: -2rem;
  }
  .max-size {
    word-spacing: -7px;
    font-size: 5rem;
  }
  div.member-wrap > .frame > a > figure > img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  div.member-wrap > .frame:nth-of-type(n+2) > a > figure > img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
  .flex5 {
    justify-content: center;
  }
  /*Recuruitcontents(staff)------------------------*/
  .fullwidth-left-normal2 {
    width: 100%;
    padding: 15px 0;
    position: static;
  }
  section h2.maintitle5 {
    font-size: 2rem;
    line-height: 1.6;
    position: static;
    display: block;
    text-align: center;
  }
  .staff01-main, .staff02-main, .staff03-main, .staff04-main {
    height: 100% !important;
    width: 100% !important;
    right: 0 !important;
    top: 0 !important;
  }
  .staff-name-eng {
    font-family: adobe-handwriting-ernie, sans-serif;
    font-size: 2.8rem;
    position: absolute;
    top: 300px;
    left: 16px;
    z-index: 10;
    background: #000;
    padding: 6px;
  }
  .staff-name-jp {
    font-size: 1.6rem;
    position: absolute;
    top: 338px;
    left: 16px;
    z-index: 10;
    background: #000;
    padding: 6px;
  }
  .staff-detail {
    font-size: 1.2rem;
    position: absolute;
    top: 370px;
    left: 16px;
    z-index: 10;
    background: #000;
    padding: 6px;
  }
  .page-section .widebg3:before {
    background: none;
    width: 0;
    left: 0;
    min-height: 0;
  }
  .page-section .widebg3 {
    max-width: 100%;
    height: 320px;
  }
  .rec-staff-read-inner {
    padding: 15px;
    max-width: 100%;
    margin: 0 auto;
  }
  .right-block {
    margin-left: 0;
    width: 100%;
  }
  h2.objective-title:before {
    right: 0;
  }
  .subtitleB {
    text-align: center;
  }
  .flexNowrap {
    display: block;
  }
  .workingshot-staff01 figure {
    margin-bottom: 20px;
  }
  .workingshot-staff01 figure img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .workingshot-staff02 figure img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .workingshot-staff02 figure:nth-child(2) > img {
    -o-object-position: left;
       object-position: left;
  }
  .staff01-sub01 {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
  .staff01-sub02 {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .staff02-sub02 {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
  .rec-img2 {
    top: -157px;
    width: 200px;
  }
  /*Companycontents------------------------*/
  .spadj2 {
    margin-top: 25px;
  }
  .fullwidth-left-normal {
    width: 60%;
    padding: 15px;
    position: static;
  }
  .fullwidth-left-normal .bs2wrap img, .fullwidth-left-normal .bs2wrap h2 {
    width: 100%;
  }
  .bs2wrap {
    min-width: 100%;
    padding-bottom: 0;
  }
  .message {
    top: 0;
  }
  .page-section .rightway {
    width: 50%;
    height: 30%;
    right: -50%;
  }
  .dedail-list {
    padding: 10px;
    top: -12px;
  }
  .page-section .spadj3 {
    height: auto;
  }
  section.top-business .flex4 {
    width: 100%;
  }
  .top-topics .harf__box img {
    position: absolute;
    top: 0;
    right: inherit;
    left: 50%;
    transform: translate(-50%, -100%);
    max-width: 100px;
    mix-blend-mode: color-dodge;
  }
  .content-topics {
    padding: 160px 10px 15px;
    margin: 0 auto;
  }
  .content-topics h2 {
    font-size: 1.8rem !important;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
  }
  .content-topics h5 {
    text-align: center;
  }
  .content-topics p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /*endRecruitcontents(staff)------------------------*/
  .KV-40th .KV-wrapper {
    display: flex;
    padding: 50px 15px;
    width: min(100%, 1180px);
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .KV-40th .KV-wrapper img {
    margin-bottom: 20px;
    margin-left: inherit;
    max-width: 120px;
    display: block;
    margin: 0 auto;
  }
  .KV-40th .KV-wrapper .headline-40th {
    writing-mode: inherit;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.3rem;
  }
  .flex-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .flex-wrapper .block-50 {
    width: 100%;
  }
  .lead-content h3.block-title {
    font-size: 2.2rem;
    font-weight: inherit;
    padding: 0;
    padding-left: 4rem;
  }
  .lead-content p {
    padding-left: 4rem;
  }
  .history-content h3 {
    font-size: 2rem;
  }
  .time-line {
    width: 100%;
  }
  .time-line li .history-content h3 {
    font-size: 2.1rem;
  }
  .time-line li .calendar::before {
    right: 15px;
    top: 0%;
    width: 2px;
    height: 116%;
    border-radius: inherit;
    background-color: #0080FF;
  }
  .time-line li .calendar .numbers::before {
    right: 19px;
    top: 50px;
    content: "";
    width: 14px;
    height: 14px;
  }
  section.next h3 {
    font-size: 1.8rem;
    text-align: center;
  }
  section.next .oohira-unit {
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 0;
    max-width: 80%;
  }
  section.next {
    padding: 30px 10px 30px;
  }
  ol.flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
  }
  .features h3 {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
  }
  .j-unit-result .elm-wrapper {
    padding: 20px 20px;
    width: min(100%, 600px);
  }
  section h4 {
    line-height: 1.5;
  }
}
/*endMQ*/
@media screen and (min-width: 1200px) {
  .member-wrap .frame {
    max-width: 27%;
  }
}
/*forUnder600px------------------------------*/
@media screen and (max-width: 600px) {
  .fullwidth-left-normal {
    width: 100%;
  }
  .page-section .rightway {
    background: none;
    right: -45%;
    top: 20vw;
  }
  .result-title h4 {
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    font-size: 1.3rem;
    font-weight: 700;
  }
}
/*forUnder420px------------------------------*/
@media screen and (max-width: 420px) {
  .page-section .rightway {
    right: -34%;
    top: 14vw;
    width: 58%;
  }
}
/*forUnder700-------------------------*/
/*-----------------------------------*/
@media screen and (max-width: 700px) {
  /*element------------------------------*/
  .tablepress-id-4, .tablepress-id-5 {
    font-size: 1rem;
  }
  .tablepress-id-4 tbody tr:first-child td, .tablepress-id-5 tbody tr:first-child td {
    width: 60px;
  }
}
/*endUnder700-------------------------*/
/*fade-----------------------------*/
.fadeup {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadeupon {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.8s;
}
.fadeupon:nth-of-type(2) {
  transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
}
.fadeupon:nth-of-type(3) {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.fadeupon:nth-of-type(4) {
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.fadeupon:nth-of-type(5) {
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.fadeupon:nth-of-type(6) {
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
.fadeupon:nth-of-type(7) {
  transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.fadeupon:nth-of-type(8) {
  transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

/*picture-slider-----------------------------*/
.slider-picture {
  width: 100%;
}

/*dormitory-page(202107)-----------------------------*/
.bg-dormitory {
  background: url("common/img/dormitory-background02.jpg") no-repeat right 10px top 60px;
  background-size: initial;
}

.dormitory-en-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.3em;
  color: #6D6D6D;
  margin-bottom: 20px;
}

.dormitory-title {
  background: url("common/img/dormitory.svg") no-repeat left top;
  width: 50%;
  padding-left: 50px;
  margin-bottom: 100px;
}
.dormitory-title h2 {
  font-size: 3.2rem;
  letter-spacing: 0.55em;
  font-weight: 600;
  padding: 50px 0 40px;
}

.dormitory-contents01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 95%;
  margin: auto;
}
.dormitory-contents01 li {
  position: relative;
  max-width: 32.3%;
  margin: 5px 5px 25px 5px;
}
.dormitory-contents01 li img {
  margin-bottom: 12px;
}
.dormitory-contents01 li h5 {
  font-size: 1.4rem;
  text-align: center;
}

.dormitory-wrap {
  display: block;
  position: relative;
}

.dormitory-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: visible;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 34px);
  opacity: 0;
}
.dormitory-overlay::before {
  background-image: url("common/img/search_gz-w.svg");
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

.dormitory-contents01 li:hover .dormitory-overlay {
  opacity: 1;
}

.dormitory-contents02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 864px;
  margin: 0 auto 44px;
}
.dormitory-contents02 img {
  max-width: 100%;
  height: auto;
  margin-right: 32px;
}
.dormitory-contents02 p {
  font-size: 1.4rem;
}

.dormitory-contents03 {
  display: flex;
  justify-content: space-between;
}
.dormitory-contents03 figure {
  flex-basis: 50%;
  position: relative;
  margin-right: 114px;
}
.dormitory-contents03 figure figcaption {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid;
  padding: 1rem;
  line-height: 1;
}
.dormitory-contents03 div {
  flex-basis: 50%;
}
.dormitory-contents03 h4 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 22px;
}
.dormitory-contents03 p {
  font-size: 1.4rem;
}

@media screen and (max-width: 1080px) {
  .bg-dormitory {
    background-size: 60%;
    background-position: right 10px top 50px;
  }
  .dormitory-contents01 {
    justify-content: center;
    max-width: initial;
    margin: auto -15px;
  }
  .dormitory-contents01 li {
    max-width: 40%;
    margin: 5px 1px 10px 1px;
  }
  .dormitory-contents03 figure {
    margin-right: 52px;
  }
  .layout-triangle {
    position: absolute;
    top: -100px;
    left: 0;
    height: 0px;
    width: 0px;
    border-top: 100px solid transparent;
    border-right: 0px solid transparent;
    border-left-color: #000;
    border-left-style: solid;
    border-bottom: 100px solid transparent;
  }
}
@media screen and (max-width: 770px) {
  .dormitory-contents02 {
    display: block;
    width: 100%;
  }
  .dormitory-contents02 img {
    max-width: 216px;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 860px) {
  .dormitory-title {
    background-position: left top 24px;
    background-size: 50%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  .dormitory-title {
    width: 100%;
  }
  .dormitory-contents03 {
    display: block;
  }
  .dormitory-contents03 figure {
    margin-right: 0;
  }
  .dormitory-contents03 figure img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .dormitory-title {
    background-position: left top 32px;
  }
  .dormitory-title h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
  }
  .dormitory-contents01 li {
    max-width: 49%;
  }
  .dormitory-contents03 h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */