@charset "UTF-8";

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1.2
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.card,
code {
    word-wrap: break-word
}

.btn,
.slick-slider {
    -moz-user-select: none
}

.breadcrumb-item+.breadcrumb-item:hover::before,
.btn-link,
.btn:hover,
.card-link:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.list-group-item-action:focus,
.list-group-item-action:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link:hover,
a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.dropdown-menu,
.nav,
.navbar-nav {
    list-style: none
}

.badge,
.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand,
.progress-bar {
    white-space: nowrap
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: calc(var(--animate-duration)/ 2);
    animation-duration: calc(var(--animate-duration)/ 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media print,
(prefers-reduced-motion:reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    20%,
    53%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {

    20%,
    53%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__headShake,
.animate__pulse {
    -webkit-animation-timing-function: ease-in-out
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.animate__bounceOut,
.animate__flipOutX {
    -webkit-animation-duration: calc(var(--animate-duration) * .75)
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTopLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTopRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInBottomRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.animate__flipInY,
.animate__flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

#left_bar li,
.c-card__owner,
.c-menu__inner ul li,
.js-ig__item,
.js-menu__hover-inner .right ul li,
.l-footer__bottom-nav ul li,
.l-footer__link ul li,
.l-header__bottom li,
.list-inline,
.list-unstyled,
.p-about__faq-content li,
.p-career__step-content li,
.p-cl__more-card,
.p-index__concept-list li,
.p-index__info ul li,
.p-index__open-list .wrap {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

a>code,
pre code {
    color: inherit
}

code {
    color: #e83e8c
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

.btn,
.btn-link,
.custom-select,
.dropdown-item,
.form-control,
.input-group-text {
    font-weight: 400
}

pre {
    display: block;
    color: #212529
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered,
.table-responsive>.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range,
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    border-radius: .25rem;
    top: 100%;
    line-height: 1.5
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    left: 0;
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .9)
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    left: 0;
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}

.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: ""
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    color: #007bff
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
    margin-bottom: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-toolbar,
.input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.input-group-text,
.nav,
.navbar {
    display: -webkit-box
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    vertical-align: top
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    display: block;
    content: ""
}

.custom-control-label::before {
    top: 4px;
    top: .25rem;
    left: -24px;
    left: -1.5rem;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    top: 4px;
    top: .25rem;
    left: -24px;
    left: -1.5rem;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -36px;
    left: -2.25rem;
    width: 28px;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(4px + 2px);
    top: calc(.25rem + 2px);
    left: calc(-36px + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(16px - 4px);
    width: calc(1rem - 4px);
    height: calc(16px - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label,
.custom-select:disabled {
    background-color: #e9ecef
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(1.5em + .75rem + 2px)
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.alert-link,
.badge,
.close {
    font-weight: 700
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 12px);
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.nav,
.navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-expand,
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

.navbar-expand .navbar-nav-scroll,
button,
hr,
input {
    overflow: visible
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.breadcrumb,
.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-footer,
.card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03)
}

.card-title {
    margin-bottom: .75rem
}

.card-header,
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-subtitle {
    margin-top: -.375rem
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.alert,
.btn .badge,
.page-link {
    position: relative
}

.card-img,
.card-img-bottom,
.card-img-top {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.list-group,
.progress-bar {
    -webkit-box-orient: vertical
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion {
    overflow-anchor: none
}

.accordion>.card,
.modal-open,
.progress,
.progress-bar {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb,
.pagination {
    border-radius: .25rem;
    list-style: none
}

.breadcrumb {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.pagination,
.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
    cursor: pointer
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

.badge:empty {
    display: none
}

.btn .badge {
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media,
.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.close,
legend {
    font-size: 1.5rem
}

.progress-bar {
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group,
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-flex-direction: column;
    -webkit-box-direction: normal
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.popover,
.tooltip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    text-decoration: none
}

.modal-title,
.popover,
.tooltip {
    line-height: 1.5
}

.popover,
.text-hide,
.tooltip {
    text-shadow: none
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.toast,
.toast-header {
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -webkit-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.modal-dialog-scrollable,
.toast-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.toast-header {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 16px);
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-content,
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.carousel-inner::after,
.clearfix::after,
.embed-responsive::before,
.popover .arrow::after,
.popover .arrow::before,
.stretched-link::after,
.tooltip .arrow::before {
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 56px);
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover,
body,
caption {
    text-align: left
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: start;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.carousel,
.carousel-inner,
.carousel-item {
    position: relative
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both
}

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    vertical-align: text-bottom
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

img,
svg {
    vertical-align: middle
}

progress,
sub,
sup {
    vertical-align: baseline
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left,
.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

#left_bar li,
.c-btn__white-rounded,
.c-card__employment-title,
.c-card__step,
.c-card__step-left,
.c-card__step-right,
.c-cta-sticky__right-top:before,
.c-menu__collapse button,
.c-title__border,
.js-ig__item a,
.js-menu__hover-inner .right .course li,
.js-menu__hover-inner .right .course li a,
.js-menu__hover-inner .right .course li a span,
.js-pickup__info,
.l-header,
.p-about__header,
.p-about__header-content .inner,
.p-about__message-title,
.p-about__voice-title,
.p-career__center,
.p-career__center-card,
.p-career__results-content h3,
.p-career__results-title h3,
.p-career__support,
.p-career__support-content,
.p-cl__header-inner,
.p-cl__more-header,
.p-index__concept,
.p-index__concept-inner,
.p-index__concept-list li:nth-child(1) .title:before,
.p-index__concept-list li:nth-child(2) .title:before,
.p-index__concept-list li:nth-child(3) .title:before,
.p-index__concept-list li:nth-child(4) .title:before,
.p-index__concept-title span,
.p-index__headline,
.p-index__hero,
.p-index__info-img,
.p-index__open,
.p-index__open h2,
.p-index__open-card,
.p-oc__event,
.p-oc__event-title,
.p-oc__header,
.p-rinen__equipment-card .c-btn__contact,
.p-rinen__message,
.p-rinen__nav-card,
.p-test__class,
.p-test__faq-anser .inner ol li,
.p-test__header h2,
.position-relative {
    position: relative !important
}

.c-btn__white-rounded span:before,
.c-card__step:nth-child(1):before,
.c-header-tr,
.c-header-tr__title,
.c-menu__collapse button:after,
.c-menu__collapse button:before,
.c-title__border:after,
.c-title__border:before,
.js-menu__hover-inner,
.js-menu__hover-inner .right .course li a:before,
.js-pickup__info a,
.p-about__header-content .left,
.p-about__header-content .left:after,
.p-about__header-content .left:before,
.p-about__header-content .right,
.p-about__header-content .right:after,
.p-about__header-content .right:before,
.p-about__message-title:after,
.p-about__message-title:before,
.p-about__voice-title:after,
.p-about__voice-title:before,
.p-career__center-card .triangle,
.p-career__center-card:after,
.p-career__center-card:before,
.p-career__ob-modal .p-career__ob-thumb .triangle,
.p-career__ob-modal h3:before,
.p-career__ob-thumb p:before,
.p-career__support-content .inner .icon,
.p-career__support:before,
.p-cl__header-inner .icon,
.p-index__concept-title span:before,
.p-index__concept:before,
.p-index__course-btn,
.p-index__headline a:before,
.p-index__hero h2,
.p-index__hero-badge,
.p-index__hero-day,
.p-index__info-img.new:before,
.p-index__open-triangle,
.p-index__yt a:after,
.p-index__yt a:before,
.p-rinen__equipment-card .triangle,
.p-rinen__equipment-card:after,
.p-rinen__equipment-card:before,
.p-rinen__message-card .right-name:before,
.p-rinen__message:before,
.p-rinen__nav:before,
.p-test__bar:before,
.p-test__faq-question:after,
.p-test__faq-question:before,
.p-test__review-question:after,
.p-test__review-question:before,
.p-test__sikaku:before,
.position-absolute {
    position: absolute !important
}

.c-menu,
.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus,
legend {
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.c-btn__contact a,
.c-btn__doc a,
.c-card__employment dt img,
.c-card__step:nth-child(2):after,
.c-card__step:nth-child(5):before,
.c-card__step:nth-child(6):after,
.c-card__step:nth-child(6):before,
.c-header-tr,
.c-menu__collapse button,
.js-menu__hover-inner .right .course li .course-1,
.js-menu__hover-inner .right .course li .course-2,
.js-menu__hover-inner .right .course li .course-3,
.js-menu__hover-inner .right .course li .course-4,
.js-menu__hover-inner .right .course li a:before,
.l-header__logo img,
.p-about__header h1 img,
.p-about__header-content .left:after,
.p-about__header-content .right:after,
.p-index__concept-list li.c-btn__contact,
.p-index__open-list .wrap .left a,
.p-index__yt a img,
.p-test__class-bg,
.u-link-block,
.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100,
.js-menu__hover-inner .right .course li a:before,
.p-about__header-content .left:before,
.p-about__header-content .right:before,
.p-index__info ul li .link,
.p-index__info-desc,
.p-index__open-list .wrap .left a {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0)
}

.text-hide,
a {
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html,
pre {
    -ms-overflow-style: scrollbar
}

.c-menu__collapse button,
.text-left {
    text-align: left !important
}

.p-index__hero h2,
.text-right {
    text-align: right !important
}

.c-btn__contact a,
.c-btn__doc a,
.c-btn__white-rounded,
.c-card__step-left,
.c-card__step-tag,
.c-title__border,
.c-title__en,
.c-title__h3,
.js-menu__hover-inner .right .course li,
.l-footer p,
.l-footer__bottom-nav ul li,
.l-footer__copyright,
.l-header__bottom li,
.p-about__faq-title,
.p-about__message-title,
.p-about__step-title,
.p-about__voice-title,
.p-career__results-header h2,
.p-career__step-h2,
.p-cl__header-inner,
.p-cl__more-header h2,
.p-cl__section h3,
.p-index__concept-title,
.p-index__headline h2,
.p-index__info-title h3,
.p-index__open-card .title,
.p-index__pickup,
.p-index__yt,
.p-oc__header,
.p-test__extra-header h2,
.p-test__header h2,
.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {

    .p-index__headline h2,
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light,
.p-index__hero h2 {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.c-btn__contact a,
.c-btn__doc a,
.c-btn__weboc,
.c-card__employment-title,
.c-card__owner-info .bottom,
.c-card__step-right h3,
.c-title__border,
.c-title__h3,
.font-weight-bold,
.js-menu__hover-inner .right h2,
.js-menu__hover-inner .right ul li,
.modaal-content-container span,
.p-about__employment-content span,
.p-about__faq-content .answer blockquote h3,
.p-about__faq-title,
.p-about__header-content .inner,
.p-about__message-title,
.p-about__step-title,
.p-about__voice-title,
.p-career__center-card h2,
.p-career__ob-modal .p-career__ob-thumb p,
.p-career__results-title h3,
.p-career__step-h2,
.p-career__support-content .content h3,
.p-career__support-content .content p,
.p-career__support-header h2,
.p-career__support-header p,
.p-cl__more-card .left h3,
.p-cl__more-header h2,
.p-index__concept-card h5,
.p-index__headline a,
.p-index__headline h2,
.p-index__info ul li .link .left,
.p-index__open-card .desc h3,
.p-index__open-list .wrap .left a,
.p-index__open-list .wrap .right a time,
.p-index__sns-bottom h3,
.p-oc__header h1,
.p-rinen__equipment-card h2,
.p-rinen__history h2,
.p-rinen__message h2 span,
.p-rinen__nav-card p,
.p-test__extra-header h2,
.p-test__faq-anser .inner h4,
.p-test__header h2 {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.p-index__open-card .title,
.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0
}

address,
legend {
    line-height: inherit
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0,
.p-cl__more-card .right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1,
.p-cl__more-card .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0,
    .p-cl__more-card .left {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1,
    .p-cl__more-card .right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

legend,
table,
textarea {
    width: 100%
}

.widget select,
.wp-caption,
embed,
iframe,
img,
legend,
object,
pre {
    max-width: 100%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.c-title__border,
.d-inline-block,
.js-hero .slick-active span,
.l-header__right-address .br,
.l-header__right-address .mail:before,
.l-header__right-address .map:before,
.p-about__message-title,
.p-about__voice-title,
.p-index__concept-list li .title h4,
.p-index__concept-list li:nth-child(1) .title:before,
.p-index__concept-list li:nth-child(2) .title:before,
.p-index__concept-list li:nth-child(3) .title:before,
.p-index__concept-list li:nth-child(4) .title:before,
.p-index__open-list .wrap .right a .tag {
    display: inline-block !important
}

.c-btn__contact a,
.c-btn__doc a,
.c-btn__white-rounded,
.c-btn__white-rounded span:before,
.c-card__step:nth-child(1):before,
.c-card__step:nth-child(2):after,
.c-card__step:nth-child(5):before,
.c-card__step:nth-child(6):after,
.c-card__step:nth-child(6):before,
.c-cta-sticky__right-top:before,
.c-title__border:after,
.c-title__border:before,
.d-block,
.js-about .slick-next:before,
.js-about .slick-prev:before,
.js-ig__item a,
.js-menu__hover-inner .right .course li .course-1,
.js-menu__hover-inner .right .course li .course-2,
.js-menu__hover-inner .right .course li .course-3,
.js-menu__hover-inner .right .course li .course-4,
.js-oc .slick-next:before,
.js-oc .slick-prev:before,
.js-pickup .slick-next:before,
.js-pickup .slick-prev:before,
.p-about__header-content .left:after,
.p-about__header-content .left:before,
.p-about__header-content .right:after,
.p-about__header-content .right:before,
.p-about__message-title:after,
.p-about__message-title:before,
.p-about__voice-title:after,
.p-about__voice-title:before,
.p-career__center-card:after,
.p-career__center-card:before,
.p-career__ob-modal .p-career__ob-thumb .triangle,
.p-career__ob-thumb p:before,
.p-career__results-content h3:before,
.p-career__support:before,
.p-index__concept-title span:before,
.p-index__concept:before,
.p-index__headline a,
.p-index__headline time,
.p-index__info ul li time,
.p-index__info-img.new:before,
.p-index__open-list .wrap .right a time,
.p-index__yt a:hover:after,
.p-oc .c-btn__contact a,
.p-rinen__equipment-card:after,
.p-rinen__equipment-card:before,
.p-rinen__message:before,
.p-rinen__nav:before,
.p-test__bar:before,
.p-test__review-more-icon:before,
.p-test__review-more-icon[aria-expanded=false]:before,
.p-test__review-more-icon[aria-expanded=true]:before,
.p-test__sikaku:before,
.u-link-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.c-card__employment,
.c-card__owner,
.c-card__step,
.c-menu__form form,
.c-menu__sns,
.d-flex,
.js-ig__item-wrap,
.js-menu__hover-inner,
.js-menu__hover-inner .right .course,
.l-footer__bottom-nav ul,
.l-header__container,
.l-header__right,
.p-about__step-content,
.p-career__ob-tag,
.p-career__step-content,
.p-cl__more-card,
.p-index__concept-list li,
.p-index__info ul li .link,
.p-index__info-desc,
.p-index__info-wrap,
.p-index__open-list,
.p-index__open-list .wrap,
.p-index__open-list .wrap .left a,
.p-index__sns-bottom,
.p-index__sns-list,
.p-rinen__history-nav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {

    .d-lg-none,
    .l-header__right-menu {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block,
    .p-index__headline a,
    .p-index__headline time {
        display: inline-block !important
    }

    .d-lg-block,
    .p-career__ob-tag {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex,
    .l-footer__wrapper,
    .p-index__concept-list,
    .p-index__info ul,
    .p-index__open-card {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

label,
output {
    display: inline-block
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.c-card__step,
.c-menu__sns,
.flex-wrap,
.js-ig__item-wrap,
.js-menu__hover-inner .right .course,
.l-footer__bottom-nav ul,
.l-footer__link,
.l-footer__wrapper,
.l-header__container,
.l-header__right,
.p-about__step-content,
.p-career__ob-tag,
.p-career__step-content,
.p-cl__more-card,
.p-index__concept-list,
.p-index__info ul li .link,
.p-index__info-wrap,
.p-index__open-card,
.p-index__open-list,
.p-index__open-list .wrap,
.p-index__sns-bottom,
.p-index__sns-list,
.p-rinen__history-nav {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end,
.l-header__right {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center,
.p-index__open-list .wrap .left a {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.c-menu__sns,
.js-ig__item-wrap,
.js-menu__hover-inner .right .course,
.justify-content-between,
.l-footer__bottom-nav ul,
.l-footer__link,
.l-header__bottom,
.l-header__container,
.p-about__step-content,
.p-cl__more-card,
.p-index__concept-list,
.p-index__info ul,
.p-index__info ul li .link,
.p-index__info-wrap,
.p-index__open-card,
.p-index__open-list,
.p-index__sns-bottom,
.p-index__sns-list,
.p-rinen__history-nav {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center,
.p-index__open-list .wrap .left a {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center,
.c-card__step-left,
.l-footer__wrapper address,
.l-footer__wrapper h2,
.l-footer__wrapper nav,
.l-header__right {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.c-card__employment,
.p-index__concept-list li,
.p-index__info ul li,
.p-index__info-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.js-menu__hover-inner .right ul,
.l-footer__bottom-nav ul,
.l-footer__link ul,
.l-header__bottom,
.m-0,
.p-about__faq-content,
.p-about__step-content,
.u-mp-0 {
    margin: 0 !important
}

.c-header-tr,
.l-header__logo,
.mt-0,
.my-0,
.p-career__results-title h3:after,
.p-career__results-title h3:before,
.p-cl__header-inner .title h2:after,
.p-cl__header-inner .title h2:before,
.p-cl__more-header h2,
.p-oc__header h1,
.p-test__header h2:after,
.p-test__header h2:before {
    margin-top: 0 !important
}

.mr-0,
.mx-0,
.p-about__faq-content .answer blockquote,
.p-oc__event-content blockquote {
    margin-right: 0 !important
}

#left_bar ul,
.c-card__employment-title h2,
.c-card__employment:last-child,
.c-header-tr,
.c-title__en,
.l-header__logo,
.l-header__right-address,
.mb-0,
.my-0,
.p-about__faq-content .answer blockquote ul,
.p-career__results-header h2,
.p-career__results-title h3:after,
.p-career__results-title h3:before,
.p-cl__header-inner .title h2,
.p-cl__header-inner .title h2:after,
.p-cl__header-inner .title h2:before,
.p-cl__more-header h2,
.p-index__concept-card p,
.p-index__open-card .title,
.p-oc__event-content blockquote>ol,
.p-oc__header h1,
.p-rinen__nav-card p,
.p-test__header h2:after,
.p-test__header h2:before {
    margin-bottom: 0 !important
}

.c-menu__inner ul,
.js-ig__item-wrap,
.ml-0,
.mx-0,
.p-about__faq-content .answer blockquote,
.p-career__step-content,
.p-index__concept-list,
.p-index__info ul,
.p-index__open-list,
.p-oc__event-content blockquote,
.p-oc__event-content blockquote>ul,
.p-test__faq-accordion,
.p-test__faq-anser .inner ol {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.c-menu__collapse ul li:before,
.c-table .cube,
.l-header__right-mail,
.l-header__right-map,
.l-header__right-menu,
.mr-2,
.mx-2,
.p-about__faq-content .answer blockquote h3:before,
.p-career__ob-modal h4:before,
.p-oc__event-content h3:before {
    margin-right: .5rem !important
}

.c-card__step-tag,
.mb-2,
.my-2,
.p-index__info ul li .link .left,
.p-oc__calender .fc-toolbar {
    margin-bottom: .5rem !important
}

.l-header__right-form,
.l-header__right-mail,
.l-header__right-map,
.l-header__right-menu,
.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3,
.p-about__faq-content .answer blockquote {
    margin-top: 1rem !important
}

.l-header__right-address .br,
.mr-3,
.mx-3,
.p-index__sns-bottom h3:before {
    margin-right: 1rem !important
}

.c-card__owner,
.js-menu__hover-inner .right .course li,
.mb-3,
.my-3,
.p-about__faq,
.p-about__faq-content .answer blockquote h3,
.p-about__header,
.p-career__center-card h2,
.p-career__ob-modal .modal-container p,
.p-career__ob-modal h3,
.p-career__ob-modal h4,
.p-career__support-content .content p,
.p-cl__more-card,
.p-cl__more-card .left h3,
.p-cl__more-card .left h4,
.p-cl__more-card .right,
.p-cl__section h3,
.p-index__concept-card .img,
.p-index__concept-list li,
.p-index__footer a:first-child,
.p-index__headline,
.p-index__info,
.p-index__info ul li,
.p-index__info-title h2,
.p-index__open,
.p-index__open-list .wrap,
.p-index__sns,
.p-oc__date h3,
.p-oc__event,
.p-oc__event-content blockquote>ol,
.p-oc__event-content blockquote>ul,
.p-oc__event-content h3,
.p-oc__event-title,
.p-rinen__equipment-card h2,
.p-rinen__nav-card h2 {
    margin-bottom: 1rem !important
}

.l-header__right-address .br,
.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4,
.p-about__faq-content .answer blockquote ul {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.c-card__employment,
.c-title__h3,
.mb-5,
.my-5,
.p-about__message-title,
.p-about__step-title,
.p-career__center-card,
.p-cl__header,
.p-cl__section,
.p-index__concept-title,
.p-index__info-title h3,
.p-oc__calender,
.p-oc__date,
.p-test__extra-header h2 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.c-menu__collapse button,
.js-menu__hover-inner .right .course li,
.js-menu__hover-inner .right ul,
.l-footer__bottom-nav ul,
.l-footer__link ul,
.p-0,
.p-test__review-more-icon,
.u-mp-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.c-menu__inner ul,
.js-ig__item-wrap,
.l-header__bottom,
.p-index__concept-list,
.p-index__info ul,
.p-index__open-list,
.pl-0,
.px-0 {
    padding-left: 0 !important
}

.l-header__bottom li,
.p-1 {
    padding: .25rem !important
}

.p-test__class-tag .dark-blue,
.p-test__class-tag .pink,
.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.p-index__concept-title span,
.p-test__class-tag .dark-blue,
.p-test__class-tag .pink,
.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.c-related__card h3,
.js-ig__item,
.p-2,
.p-about__header-content,
.p-cl__more-header h2,
.p-index__info-desc,
.p-oc__calender .fc-toolbar {
    padding: .5rem !important
}

.c-btn__contact a,
.c-btn__doc a,
.c-menu__collapse ul,
.c-menu__inner ul li,
.js-menu__hover-inner .right ul li,
.l-footer__bottom-nav ul li,
.l-footer__link ul li,
.p-about__faq-content .question,
.p-cl__footer .c-btn__contact,
.p-index__open-card .title,
.p-test__review-anser h3,
.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.c-card__owner-info,
.p-about__step-title,
.p-career__support,
.p-index__concept-title span,
.p-index__info ul li .link .right,
.p-index__open-list .wrap .right,
.p-index__open-list .wrap .right a .tag,
.p-test__extra-header h2,
.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.c-btn__contact a,
.c-btn__doc a,
.c-menu__inner ul li,
.js-menu__hover-inner .right ul li,
.l-footer__bottom-nav ul li,
.l-footer__link ul li,
.p-about__faq-content .question,
.p-cl__footer .c-btn__contact,
.p-index__open-card .title,
.p-test__review-anser h3,
.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.c-card__owner-info,
.p-about__step-title,
.p-career__support,
.p-index__concept-title span,
.p-index__info ul li .link .right,
.p-index__open-list .wrap .right,
.p-index__open-list .wrap .right a .tag,
.p-oc__event-title,
.p-test__extra-header h2,
.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.c-card__employment-content,
.c-card__employment-title,
.p-3,
.p-about__faq-content .answer blockquote,
.p-cl__more-card,
.p-cl__more-header p,
.p-index__concept-card,
.p-oc__date,
.p-oc__header h1 {
    padding: 1rem !important
}

.c-menu__info,
.l-header,
.p-index__concept,
.p-index__concept-list,
.p-index__headline,
.p-index__open-list .wrap .right,
.p-oc .c-btn__contact a,
.p-oc__event-title,
.p-test__header,
.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.p-about__employment-content,
.p-about__faq-content .question,
.p-career__results-content h3,
.p-cl__section h3,
.p-index__sns-list,
.p-test__class-tag .dark-blue,
.p-test__class-tag .pink,
.p-test__header h2,
.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.c-menu__info,
.l-header,
.p-about__step-title,
.p-career__step-h2,
.p-index__concept,
.p-index__concept-list,
.p-index__headline,
.p-index__open,
.p-index__open-list .wrap .right,
.p-oc .c-btn__contact a,
.p-oc__event-title,
.p-test__extra-header h2,
.p-test__header,
.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.c-menu__collapse ul,
.p-about__employment-content,
.p-about__faq-content .question,
.p-career__results-content h3,
.p-index__sns-list,
.p-test__class-tag .dark-blue,
.p-test__class-tag .pink,
.p-test__header h2,
.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.l-footer__bottom-nav,
.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.l-header__right-doc,
.p-index__headline a,
.p-test__review-anser h3,
.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.l-footer__bottom-nav,
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.l-header__right-doc,
.p-cl__section h3,
.p-test__review-anser h3,
.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.js-menu__hover-inner .right,
.js-menu__hover-inner .right .course li .course-1,
.js-menu__hover-inner .right .course li .course-2,
.js-menu__hover-inner .right .course li .course-3,
.js-menu__hover-inner .right .course li .course-4,
.p-5 {
    padding: 3rem !important
}

.p-about__employment-content,
.p-about__faq,
.p-about__message,
.p-about__step,
.p-about__voice,
.p-career__center-card,
.p-career__step,
.p-career__support,
.p-index__concept-bg,
.p-index__footer,
.p-index__info,
.p-rinen__history,
.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.c-title__border,
.p-career__center-card,
.p-index__pickup-slider,
.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.p-about__employment-content,
.p-about__faq,
.p-about__message,
.p-about__step,
.p-about__voice,
.p-career__step,
.p-career__support,
.p-index__footer,
.p-index__info,
.p-rinen__history,
.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.c-title__border,
.p-career__center-card,
.p-index__pickup-slider,
.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.c-btn__white-rounded span:before,
.mt-auto,
.my-auto,
.p-index__headline a:before {
    margin-top: auto !important
}

.c-btn__weboc,
.c-btn__white-rounded,
.c-cta-sticky__right-top:before,
.c-header-tr__title,
.js-pickup__info a,
.l-footer p,
.mr-auto,
.mx-auto,
.p-about__step-title,
.p-career__results-content .c-btn__contact,
.p-career__results-content h3,
.p-career__results-title,
.p-career__step-h2,
.p-career__support-content .img,
.p-career__support-content .inner .icon,
.p-cl__header-inner,
.p-cl__header-inner .icon,
.p-cl__header-inner .title,
.p-cl__more-header h2,
.p-cl__more-header p,
.p-index__concept-list li.c-btn__contact,
.p-index__sns-bottom,
.p-index__sns-list,
.p-oc .c-btn__contact,
.p-oc__header h1,
.p-test__extra-header h2 {
    margin-right: auto !important
}

.c-btn__white-rounded span:before,
.mb-auto,
.my-auto,
.p-index__headline a:before {
    margin-bottom: auto !important
}

.c-btn__weboc,
.c-btn__white-rounded,
.c-cta-sticky__right-top:before,
.c-header-tr__title,
.js-pickup__info a,
.l-footer p,
.ml-auto,
.mx-auto,
.p-about__step-title,
.p-career__results-content .c-btn__contact,
.p-career__results-content h3,
.p-career__results-title,
.p-career__step-h2,
.p-career__support-content .img,
.p-career__support-content .inner .icon,
.p-cl__header-inner,
.p-cl__header-inner .icon,
.p-cl__header-inner .title,
.p-cl__more-header h2,
.p-cl__more-header p,
.p-index__concept-list li.c-btn__contact,
.p-index__sns-bottom,
.p-index__sns-list,
.p-oc .c-btn__contact,
.p-oc__header h1,
.p-test__extra-header h2 {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .l-footer__wrapper address,
    .l-footer__wrapper address p,
    .l-footer__wrapper h2,
    .mb-lg-0,
    .my-lg-0,
    .p-cl__more-card .right,
    .p-index__open {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2,
    .p-career__ob-tag .shop {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .c-card__step-right h3,
    .c-card__step-tag,
    .c-title__en,
    .mb-lg-3,
    .my-lg-3,
    .p-rinen__nav-card p {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4,
    .p-career__center-card h2 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5,
    .p-test__class {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .c-card__employment:last-child,
    .mb-lg-5,
    .my-lg-5,
    .p-about__faq,
    .p-about__header,
    .p-career__support,
    .p-cl__more-card,
    .p-cl__section h3,
    .p-index__headline,
    .p-index__info,
    .p-index__sns,
    .p-oc__date h3,
    .p-oc__event-title,
    .p-rinen__equipment-card h2,
    .p-test__class {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .p-about__step-title,
    .p-test__extra-header h2,
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .p-career__center-card,
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .p-about__step-title,
    .p-test__extra-header h2,
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-cl__more-header h2,
    .p-lg-3 {
        padding: 1rem !important
    }

    .p-career__results-content .c-btn__contact a,
    .p-cl__footer .c-btn__contact,
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .c-card__step-right,
    .p-career__center-card,
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .p-career__results-content .c-btn__contact a,
    .p-cl__footer .c-btn__contact,
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .p-career__center-card,
    .p-oc__event-title,
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-about__faq-content .answer blockquote,
    .p-cl__more-card,
    .p-lg-5,
    .p-oc__date {
        padding: 3rem !important
    }

    .p-index__concept,
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .p-about__message-title,
    .p-about__voice-title,
    .p-index__open-card .desc,
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .p-index__concept,
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .p-about__message-title,
    .p-about__voice-title,
    .p-index__open-card .desc,
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .l-header__bottom li,
    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

dl,
ol,
p,
pre,
ul {
    margin-top: 0
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
    margin-bottom: .5rem
}

hr,
p {
    margin-bottom: 1.5em
}

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    font-weight: 400;
    margin: 0;
    background: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    clear: both
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    margin: 0 0 1.5em
}

dl,
ol,
ul {
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

a {
    text-decoration: none;
    color: #4169e1
}

a:hover {
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    border-style: none;
    height: auto
}

svg {
    overflow: hidden
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

button:focus:not(:focus-visible) {
    outline: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

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

textarea {
    resize: vertical;
    overflow: auto
}

fieldset {
    min-width: 0;
    margin: 0;
    border: 0;
    padding: .35em .75em .625em
}

summary {
    display: list-item
}

[hidden] {
    display: none !important
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ccc;
    border: 0;
    height: 1px
}

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

.drawer-brand,
.drawer-menu-item,
.main-navigation a,
ins,
mark {
    text-decoration: none
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0
}

.drawer-navbar-header,
html {
    -webkit-box-sizing: border-box
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.drawer-brand,
dt {
    font-weight: 700
}

[hidden],
template {
    display: none
}

body,
button,
input,
optgroup,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

figure {
    margin: 1em 0
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=number],
input[type=search],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=range],
input[type=week],
input[type=datetime],
input[type=color],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=number]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=color]:focus,
textarea:focus {
    color: #111
}

select {
    word-wrap: normal;
    border: 1px solid #ccc
}

a:active,
a:focus,
a:hover {
    color: #191970
}

a:focus {
    outline: dotted thin
}

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

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation li {
    float: left;
    position: relative
}

.main-navigation a,
.main-navigation.toggled ul,
.menu-toggle {
    display: block
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.drawer-navbar-header,
.gallery-item,
.modaal-inner-wrapper,
.slick-dots,
.wp-caption-text {
    text-align: center
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.drawer-nav,
.drawer-overlay {
    top: 0;
    height: 100%;
    position: fixed
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.page,
.post,
.widget {
    margin: 0 0 1.5em
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.drawer-brand,
.gallery-caption {
    display: block
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
    overflow: hidden !important
}

.drawer-nav {
    z-index: 101;
    overflow: hidden;
    width: 16.25rem;
    color: #222;
    background-color: #fff
}

.drawer-brand {
    font-size: 1.5rem;
    line-height: 3.75rem;
    padding-right: .75rem;
    padding-left: .75rem;
    color: #222
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    color: #222
}

.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

/*! overlay */
.drawer-overlay {
    z-index: 100;
    left: 0;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {
    display: block
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    padding: 18px .75rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #222
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' '
}

.drawer-hamburger-icon:after {
    top: 10px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar,
.drawer--sidebar .drawer-contents {
    background-color: #fff
}

@media (min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }

    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }

    /*! Left */
    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }

    /*! Right */
    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }

    /*! container */
    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media (min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem
    }

    /*! container */
    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media (min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }

    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0
    }

    .drawer-navbar .drawer-menu--right {
        float: right
    }

    .drawer-navbar .drawer-menu li {
        float: left
    }

    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .drawer-navbar .drawer-hamburger {
        display: none
    }

    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .drawer-navbar .drawer-menu {
        padding: 0
    }

    /*! dropdown */
    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 16.25rem;
        border: 1px solid #ddd
    }

    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: .75rem
    }

    .drawer-container {
        max-width: 60rem
    }
}

.modaal-noscroll,
.slick-list {
    overflow: hidden
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0 .75rem 0 1.5rem;
    text-decoration: none;
    color: #222
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

/*! open */
.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-loading .slick-list {
    background: url(./ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    list-style: none;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

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

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
    border: none;
    background: 0 0;
    padding: 0;
    -webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0
}

.modaal-wrapper [tabindex="0"] {
    outline: 0 !important
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden
}

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

.modaal-fullscreen .modaal-outer-wrapper {
    display: block
}

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

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top
}

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

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
    outline: 0;
    background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #b93d0c
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px
}

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

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

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: 0 0
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f
}

@keyframes instaReveal {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

.modaal-instagram .modaal-content-container>blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px
}

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

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

.modaal-gallery-item {
    display: none
}

.modaal-gallery-item img,
.modaal-gallery-item.is_active,
.modaal-iframe-elem {
    display: block
}

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

.modaal-gallery-label:focus {
    outline: 0
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.js-menu__hover-inner .right p,
.u-color-sky-blue {
    color: #4DA1E2
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: 0;
    background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

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

.modaal-gallery-next-outer {
    right: 45px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px
}

.modaal-gallery-prev-outer {
    left: 45px
}

.modaal-video-wrap {
    position: relative
}

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

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

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px
    }
}

@media only screen and (max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: rgba(0, 0, 0, .7)
    }

    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff
    }

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

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

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

@media screen and (max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px !important
    }
}

@media screen and (max-height:1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .modaal-instagram iframe {
        width: 600px !important
    }
}

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

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px
    }
}

@media only screen and (max-width:600px) {
    .modaal-instagram iframe {
        width: 280px !important
    }
}

@media only screen and (max-height:820px) {
    .modaal-gallery-label {
        display: none
    }
}

.modaal-loading-spinner {
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25)
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.modaal-loading-spinner>div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute
}

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

.modaal-loading-spinner>div:nth-of-type(1)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

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

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

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

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

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

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

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

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s
}

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

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

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

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

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s
}

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

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

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

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: .87s
}

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

@-webkit-keyframes scrollToLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes scrollToLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes InUp {
    from {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0)
    }

    to {
        -webkit-transform: translateY(-10px) rotate(360deg);
        transform: translateY(-10px) rotate(360deg)
    }
}

@keyframes InUp {
    from {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0)
    }

    to {
        -webkit-transform: translateY(-10px) rotate(360deg);
        transform: translateY(-10px) rotate(360deg)
    }
}

.animate__InUpLoop {
    will-change: animation;
    -webkit-animation: 30s ease-in-out 30s InUp alternate infinite;
    animation: 30s ease-in-out 30s InUp alternate infinite
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes Rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes InUpLiner {
    from {
        -webkit-transform: translateY(5px) rotate(-90deg);
        transform: translateY(5px) rotate(-90deg)
    }

    to {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

@keyframes InUpLiner {
    from {
        -webkit-transform: translateY(5px) rotate(-90deg);
        transform: translateY(5px) rotate(-90deg)
    }

    to {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

.animate__rotate {
    -webkit-animation: 3s ease-in-out 1s Rotate infinite;
    animation: 3s ease-in-out 1s Rotate infinite
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.invisible,
.visible {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.visible {
    opacity: 1
}

.p-index__open-card .desc h3 span,
.u-font-gothic {
    font-family: ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important
}

@media all and (-ms-high-contrast:none) {

    .p-index__open-card .desc h3 span,
    .p-index__open-card .desc h3 span ::-ms-backdrop,
    .u-font-gothic,
    .u-font-gothic ::-ms-backdrop {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
    }
}

.u-font-gothic__normal {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.c-card__owner-info .bottom,
.c-header-tr__title,
.p-about__header,
.p-cl__section h3,
.p-index__concept-list li .title h4,
.p-index__concept-title,
.p-index__hero h2,
.p-index__hero-day,
.p-index__open-card .desc h3,
.p-rinen__nav-card h2,
.u-font-mincho {
    font-family: "Shippori Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.c-title__en,
.p-career__owner-header h2,
.p-rinen__history h2,
.p-rinen__message h2,
.u-font-park {
    font-family: park-lane, Serif
}

.c-card__owner img,
.c-related__card img,
.js-hero img {
    font-family: "object-fit: cover;"
}

.u-max-width {
    max-width: 1140px
}

.u-bg-white {
    background-color: #FFF
}

.u-link-underline {
    text-decoration: underline
}

.u-v-top {
    vertical-align: top
}

.u-white-nowrap {
    white-space: nowrap
}

.u-underline__red {
    border-bottom: 10px solid #D9534F
}

.u-col-xs-1 {
    -webkit-flex-basis: 8.33333% !important;
    -ms-flex-preferred-size: 8.33333% !important;
    flex-basis: 8.33333% !important;
    max-width: 8.33333% !important
}

.u-col-xs-2 {
    -webkit-flex-basis: 16.66667% !important;
    -ms-flex-preferred-size: 16.66667% !important;
    flex-basis: 16.66667% !important;
    max-width: 16.66667% !important
}

.u-col-xs-3 {
    -webkit-flex-basis: 25% !important;
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important
}

.u-col-xs-4 {
    -webkit-flex-basis: 33.33333% !important;
    -ms-flex-preferred-size: 33.33333% !important;
    flex-basis: 33.33333% !important;
    max-width: 33.33333% !important
}

.u-col-xs-5 {
    -webkit-flex-basis: 41.66667% !important;
    -ms-flex-preferred-size: 41.66667% !important;
    flex-basis: 41.66667% !important;
    max-width: 41.66667% !important
}

.u-col-xs-6 {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important
}

.u-col-xs-7 {
    -webkit-flex-basis: 58.33333% !important;
    -ms-flex-preferred-size: 58.33333% !important;
    flex-basis: 58.33333% !important;
    max-width: 58.33333% !important
}

.u-col-xs-8 {
    -webkit-flex-basis: 66.66667% !important;
    -ms-flex-preferred-size: 66.66667% !important;
    flex-basis: 66.66667% !important;
    max-width: 66.66667% !important
}

.u-col-xs-9 {
    -webkit-flex-basis: 75% !important;
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
    max-width: 75% !important
}

.u-col-xs-10 {
    -webkit-flex-basis: 83.33333% !important;
    -ms-flex-preferred-size: 83.33333% !important;
    flex-basis: 83.33333% !important;
    max-width: 83.33333% !important
}

.u-col-xs-11 {
    -webkit-flex-basis: 91.66667% !important;
    -ms-flex-preferred-size: 91.66667% !important;
    flex-basis: 91.66667% !important;
    max-width: 91.66667% !important
}

.u-col-xs-12 {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important
}

@media (min-width:576px) {
    .u-col-sm-1 {
        -webkit-flex-basis: 8.33333% !important;
        -ms-flex-preferred-size: 8.33333% !important;
        flex-basis: 8.33333% !important;
        max-width: 8.33333% !important
    }

    .u-col-sm-2 {
        -webkit-flex-basis: 16.66667% !important;
        -ms-flex-preferred-size: 16.66667% !important;
        flex-basis: 16.66667% !important;
        max-width: 16.66667% !important
    }

    .u-col-sm-3 {
        -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
        max-width: 25% !important
    }

    .u-col-sm-4 {
        -webkit-flex-basis: 33.33333% !important;
        -ms-flex-preferred-size: 33.33333% !important;
        flex-basis: 33.33333% !important;
        max-width: 33.33333% !important
    }

    .u-col-sm-5 {
        -webkit-flex-basis: 41.66667% !important;
        -ms-flex-preferred-size: 41.66667% !important;
        flex-basis: 41.66667% !important;
        max-width: 41.66667% !important
    }

    .u-col-sm-6 {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important
    }

    .u-col-sm-7 {
        -webkit-flex-basis: 58.33333% !important;
        -ms-flex-preferred-size: 58.33333% !important;
        flex-basis: 58.33333% !important;
        max-width: 58.33333% !important
    }

    .u-col-sm-8 {
        -webkit-flex-basis: 66.66667% !important;
        -ms-flex-preferred-size: 66.66667% !important;
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }

    .u-col-sm-9 {
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
        max-width: 75% !important
    }

    .u-col-sm-10 {
        -webkit-flex-basis: 83.33333% !important;
        -ms-flex-preferred-size: 83.33333% !important;
        flex-basis: 83.33333% !important;
        max-width: 83.33333% !important
    }

    .u-col-sm-11 {
        -webkit-flex-basis: 91.66667% !important;
        -ms-flex-preferred-size: 91.66667% !important;
        flex-basis: 91.66667% !important;
        max-width: 91.66667% !important
    }

    .u-col-sm-12 {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

@media (min-width:768px) {
    .u-col-md-1 {
        -webkit-flex-basis: 8.33333% !important;
        -ms-flex-preferred-size: 8.33333% !important;
        flex-basis: 8.33333% !important;
        max-width: 8.33333% !important
    }

    .u-col-md-2 {
        -webkit-flex-basis: 16.66667% !important;
        -ms-flex-preferred-size: 16.66667% !important;
        flex-basis: 16.66667% !important;
        max-width: 16.66667% !important
    }

    .u-col-md-3 {
        -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
        max-width: 25% !important
    }

    .u-col-md-4 {
        -webkit-flex-basis: 33.33333% !important;
        -ms-flex-preferred-size: 33.33333% !important;
        flex-basis: 33.33333% !important;
        max-width: 33.33333% !important
    }

    .u-col-md-5 {
        -webkit-flex-basis: 41.66667% !important;
        -ms-flex-preferred-size: 41.66667% !important;
        flex-basis: 41.66667% !important;
        max-width: 41.66667% !important
    }

    .u-col-md-6 {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important
    }

    .u-col-md-7 {
        -webkit-flex-basis: 58.33333% !important;
        -ms-flex-preferred-size: 58.33333% !important;
        flex-basis: 58.33333% !important;
        max-width: 58.33333% !important
    }

    .u-col-md-8 {
        -webkit-flex-basis: 66.66667% !important;
        -ms-flex-preferred-size: 66.66667% !important;
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }

    .u-col-md-9 {
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
        max-width: 75% !important
    }

    .u-col-md-10 {
        -webkit-flex-basis: 83.33333% !important;
        -ms-flex-preferred-size: 83.33333% !important;
        flex-basis: 83.33333% !important;
        max-width: 83.33333% !important
    }

    .u-col-md-11 {
        -webkit-flex-basis: 91.66667% !important;
        -ms-flex-preferred-size: 91.66667% !important;
        flex-basis: 91.66667% !important;
        max-width: 91.66667% !important
    }

    .u-col-md-12 {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

@media (min-width:992px) {
    .w-lg-50 {
        width: 50%
    }

    .u-col-lg-1 {
        -webkit-flex-basis: 8.33333% !important;
        -ms-flex-preferred-size: 8.33333% !important;
        flex-basis: 8.33333% !important;
        max-width: 8.33333% !important
    }

    .u-col-lg-2 {
        -webkit-flex-basis: 16.66667% !important;
        -ms-flex-preferred-size: 16.66667% !important;
        flex-basis: 16.66667% !important;
        max-width: 16.66667% !important
    }

    .u-col-lg-3 {
        -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
        max-width: 25% !important
    }

    .u-col-lg-4 {
        -webkit-flex-basis: 33.33333% !important;
        -ms-flex-preferred-size: 33.33333% !important;
        flex-basis: 33.33333% !important;
        max-width: 33.33333% !important
    }

    .u-col-lg-5 {
        -webkit-flex-basis: 41.66667% !important;
        -ms-flex-preferred-size: 41.66667% !important;
        flex-basis: 41.66667% !important;
        max-width: 41.66667% !important
    }

    .u-col-lg-6 {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important
    }

    .u-col-lg-7 {
        -webkit-flex-basis: 58.33333% !important;
        -ms-flex-preferred-size: 58.33333% !important;
        flex-basis: 58.33333% !important;
        max-width: 58.33333% !important
    }

    .u-col-lg-8 {
        -webkit-flex-basis: 66.66667% !important;
        -ms-flex-preferred-size: 66.66667% !important;
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }

    .u-col-lg-9 {
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
        max-width: 75% !important
    }

    .u-col-lg-10 {
        -webkit-flex-basis: 83.33333% !important;
        -ms-flex-preferred-size: 83.33333% !important;
        flex-basis: 83.33333% !important;
        max-width: 83.33333% !important
    }

    .u-col-lg-11 {
        -webkit-flex-basis: 91.66667% !important;
        -ms-flex-preferred-size: 91.66667% !important;
        flex-basis: 91.66667% !important;
        max-width: 91.66667% !important
    }

    .u-col-lg-12 {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

.u-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

@media (min-width:1200px) {
    .u-col-xl-1 {
        -webkit-flex-basis: 8.33333% !important;
        -ms-flex-preferred-size: 8.33333% !important;
        flex-basis: 8.33333% !important;
        max-width: 8.33333% !important
    }
}

.u-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

@media (min-width:1200px) {
    .u-col-xl-2 {
        -webkit-flex-basis: 16.66667% !important;
        -ms-flex-preferred-size: 16.66667% !important;
        flex-basis: 16.66667% !important;
        max-width: 16.66667% !important
    }
}

.u-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

@media (min-width:1200px) {
    .u-col-xl-3 {
        -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
        max-width: 25% !important
    }
}

.u-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

@media (min-width:1200px) {
    .u-col-xl-4 {
        -webkit-flex-basis: 33.33333% !important;
        -ms-flex-preferred-size: 33.33333% !important;
        flex-basis: 33.33333% !important;
        max-width: 33.33333% !important
    }
}

.u-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

@media (min-width:1200px) {
    .u-col-xl-5 {
        -webkit-flex-basis: 41.66667% !important;
        -ms-flex-preferred-size: 41.66667% !important;
        flex-basis: 41.66667% !important;
        max-width: 41.66667% !important
    }
}

.u-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

@media (min-width:1200px) {
    .u-col-xl-6 {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important
    }
}

.u-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

@media (min-width:1200px) {
    .u-col-xl-7 {
        -webkit-flex-basis: 58.33333% !important;
        -ms-flex-preferred-size: 58.33333% !important;
        flex-basis: 58.33333% !important;
        max-width: 58.33333% !important
    }
}

.u-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

@media (min-width:1200px) {
    .u-col-xl-8 {
        -webkit-flex-basis: 66.66667% !important;
        -ms-flex-preferred-size: 66.66667% !important;
        flex-basis: 66.66667% !important;
        max-width: 66.66667% !important
    }
}

.u-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

@media (min-width:1200px) {
    .u-col-xl-9 {
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
        max-width: 75% !important
    }
}

.u-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

@media (min-width:1200px) {
    .u-col-xl-10 {
        -webkit-flex-basis: 83.33333% !important;
        -ms-flex-preferred-size: 83.33333% !important;
        flex-basis: 83.33333% !important;
        max-width: 83.33333% !important
    }
}

.u-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

@media (min-width:1200px) {
    .u-col-xl-11 {
        -webkit-flex-basis: 91.66667% !important;
        -ms-flex-preferred-size: 91.66667% !important;
        flex-basis: 91.66667% !important;
        max-width: 91.66667% !important
    }
}

.u-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width:1200px) {
    .u-col-xl-12 {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important
    }
}

.u-icon-30 {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.js-about .slick-next:before,
.js-pickup .slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.js-fixed {
    position: fixed;
    width: 100%
}

.l-header.transparent+.js-menu__hover-child .js-menu__hover-inner {
    opacity: 0;
    top: 130px !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: -1;
    visibility: hidden
}

.l-header.transparent+.js-menu__hover-child .js-menu__hover-inner.is-active {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 20
}

.js-menu__hover {
    cursor: default
}

.js-menu__hover-inner {
    top: -500%;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: #E6F2FA;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0;
    z-index: 100
}

@media (min-width:1921px) {
    .js-menu__hover-inner {
        height: 700px
    }
}

.js-menu__hover-inner.is-active {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 100px;
    opacity: 1
}

.js-menu__hover-inner .left,
.js-menu__hover-inner .right {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.js-menu__hover-inner .left.school {
    background: url(assets/img/menu/menu-school.png) center center/cover no-repeat
}

.js-menu__hover-inner .left.course {
    background: url(assets/img/menu/menu-course.png) center center/cover no-repeat
}

.js-menu__hover-inner .left.employ {
    background: url(assets/img/menu/menu-employ.png) center center/cover no-repeat
}

.js-menu__hover-inner .left.campus {
    background: url(assets/img/menu/menu-campus.png) center center/cover no-repeat
}

.js-menu__hover-inner .left.recruit {
    background: url(assets/img/menu/menu-recruit.png) center center/cover no-repeat
}

.js-menu__hover-inner .left.support {
    background: url(assets/img/menu/menu-support.png) center center/cover no-repeat
}

.js-menu__hover-inner .left.test {
    background: url(assets/img/menu/menu-test.png) center center/cover no-repeat
}

.js-menu__hover-inner .right h2 {
    font-size: 1.5em
}

.js-menu__hover-inner .right ul li {
    font-size: .87em
}

.js-menu__hover-inner .right ul li a,
.js-menu__hover-inner .right ul li a:active,
.js-menu__hover-inner .right ul li a:focus,
.js-menu__hover-inner .right ul li a:hover,
.js-menu__hover-inner .right ul li a:visited {
    color: #000;
    text-decoration: none
}

.js-menu__hover-inner .right ul li a:hover,
.js-menu__hover-inner .right ul li a:hover:active,
.js-menu__hover-inner .right ul li a:hover:focus,
.js-menu__hover-inner .right ul li a:hover:hover,
.js-menu__hover-inner .right ul li a:hover:visited {
    color: #0068B7;
    text-decoration: none;
    text-decoration: underline
}

.js-menu__hover-inner .right .course li {
    max-width: 49%;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}

.js-menu__hover-inner .right .course li a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.js-menu__hover-inner .right .course li a,
.js-menu__hover-inner .right .course li a:active,
.js-menu__hover-inner .right .course li a:focus,
.js-menu__hover-inner .right .course li a:hover,
.js-menu__hover-inner .right .course li a:visited {
    color: #FFF;
    text-decoration: none
}

.js-menu__hover-inner .right .course li a:before {
    content: "";
    background-color: #000;
    opacity: .35;
    top: 0;
    left: 0
}

.js-menu__hover-inner .right .course li a span {
    z-index: 2
}

.js-menu__hover-inner .right .course li a:hover:before {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: -webkit-linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box;
    background: linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box;
    opacity: .8
}

.js-menu__hover-inner .right .course li .course-1 {
    background: url(assets/img/menu/course/course_01@2x.png) center center/cover no-repeat
}

.js-menu__hover-inner .right .course li .course-2 {
    background: url(assets/img/menu/course/course_02@2x.png) center center/cover no-repeat
}

.js-menu__hover-inner .right .course li .course-3 {
    background: url(assets/img/menu/course/course_03@2x.png) center center/cover no-repeat
}

.js-menu__hover-inner .right .course li .course-4 {
    background: url(assets/img/menu/course/course_04@2x.png) center center/cover no-repeat
}

.js-about,
.js-hero,
.js-loop-aut,
.js-loop-spr,
.js-loop-sum,
.js-loop-win,
.js-oc,
.js-pickup {
    opacity: 0
}

.js-about.slick-initialized,
.js-hero.slick-initialized,
.js-loop-aut.slick-initialized,
.js-loop-spr.slick-initialized,
.js-loop-sum.slick-initialized,
.js-loop-win.slick-initialized,
.js-oc.slick-initialized,
.js-pickup.slick-initialized {
    opacity: 1
}

.js-hero {
    height: calc(100vh - 70px)
}

@media (min-width:992px) {
    .js-hero {
        height: calc(100vh - 110px)
    }
}

.js-hero img {
    width: 100%;
    height: calc(100vh - 70px);
    -o-object-fit: cover;
    object-fit: cover
}

.js-hero .slick-slide span {
    opacity: 0
}

.js-hero .slick-active span {
    will-change: animation;
    -webkit-animation: slideInRight .5s ease-in-out forwards;
    animation: slideInRight .5s ease-in-out forwards
}

.js-hero .slick-active span _::-webkit-full-page-media,
.js-hero .slick-active span _:future,
:root .js-hero .slick-active span {
    -webkit-animation: none;
    animation: none;
    opacity: 1
}

@media all and (-ms-high-contrast:none) {

    .js-hero .slick-active span,
    .js-hero .slick-active span ::-ms-backdrop {
        animation: none;
        opacity: 1
    }
}

.js-hero .slick-active span:last-child {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.js-pickup__info a {
    z-index: 2;
    left: 0;
    right: 0;
    width: 80%
}

.js-pickup__info-top {
    top: 30%
}

.js-pickup__info-bottom {
    top: 60%
}

@media (min-width:992px) {
    .js-hero img {
        height: calc(100vh - 110px)
    }

    .js-pickup .slick-dots {
        bottom: -50px
    }
}

.js-pickup .slick-dots li button:before {
    font-size: 16px;
    font-size: 1rem;
    content: "○";
    opacity: 1
}

.js-pickup .slick-dots li.slick-active button:before {
    content: "●";
    color: #D9D2D2
}

.js-pickup .slick-next,
.js-pickup .slick-prev {
    width: 34px;
    height: 34px;
    z-index: 1
}

@media (min-width:992px) {

    .js-pickup .slick-next,
    .js-pickup .slick-prev {
        top: 115%;
        width: 60px;
        height: 60px
    }
}

.js-pickup .slick-next:before,
.js-pickup .slick-prev:before {
    content: "";
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

@media (min-width:992px) {

    .js-pickup .slick-next:before,
    .js-pickup .slick-prev:before {
        width: 60px;
        height: 60px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
    }
}

.js-pickup .slick-next:hover:before,
.js-pickup .slick-prev:hover:before {
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%231ECBE0%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.js-pickup .slick-prev {
    left: -20px
}

.js-pickup .slick-next {
    right: -17px
}

.js-pickup .slick-next:before {
    transform: rotate(180deg)
}

.js-pickup .js-pickup__item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width:992px) {

    .js-pickup .slick-next:hover:before,
    .js-pickup .slick-prev:hover:before {
        width: 60px;
        height: 60px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%231ECBE0%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
    }

    .js-pickup .slick-prev {
        left: 33%
    }

    .js-pickup .slick-next {
        right: 34%
    }

    .js-pickup .slick-slide:not(.slick-current) #slick-slide20,
    .js-pickup .slick-slide:not(.slick-current) .js-pickup__item {
        will-change: transform;
        -webkit-transform: scale(.7) translateY(64px);
        -ms-transform: scale(.7) translateY(64px);
        transform: scale(.7) translateY(64px)
    }

    .js-about .slick-dots,
    .js-oc .slick-dots {
        bottom: -50px
    }
}

.js-pickup .slick-slide.is-active-next .js-pickup__item,
.js-pickup .slick-slide.slick-current .js-pickup__item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.js-about .slick-slide,
.js-oc .slick-slide {
    height: auto
}

.js-about .slick-dots li button:before,
.js-oc .slick-dots li button:before {
    font-size: 16px;
    font-size: 1rem;
    content: "○";
    opacity: 1
}

.js-about .slick-dots li.slick-active button:before,
.js-oc .slick-dots li.slick-active button:before {
    content: "●";
    color: #D9D2D2
}

.js-about .slick-next,
.js-about .slick-prev,
.js-oc .slick-next,
.js-oc .slick-prev {
    width: 34px;
    height: 34px;
    z-index: 1
}

@media (min-width:992px) {

    .js-about .slick-next,
    .js-about .slick-prev,
    .js-oc .slick-next,
    .js-oc .slick-prev {
        width: 60px;
        height: 60px
    }
}

.js-about .slick-next:before,
.js-about .slick-prev:before,
.js-oc .slick-next:before,
.js-oc .slick-prev:before {
    content: "";
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

@media (min-width:992px) {

    .js-about .slick-next:before,
    .js-about .slick-prev:before,
    .js-oc .slick-next:before,
    .js-oc .slick-prev:before {
        width: 60px;
        height: 60px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
    }
}

.js-about .slick-next:hover:before,
.js-about .slick-prev:hover:before,
.js-oc .slick-next:hover:before,
.js-oc .slick-prev:hover:before {
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%231ECBE0%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.js-about .slick-prev {
    left: -20px
}

.js-about .slick-next {
    right: -17px
}

@media (min-width:992px) {

    .js-about .slick-next:hover:before,
    .js-about .slick-prev:hover:before,
    .js-oc .slick-next:hover:before,
    .js-oc .slick-prev:hover:before {
        width: 60px;
        height: 60px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%231ECBE0%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
    }

    .js-about .slick-prev {
        left: -2%
    }

    .js-about .slick-next {
        right: -2%
    }
}

.js-about .slick-next:before {
    transform: rotate(180deg)
}

.js-oc .slick-prev {
    left: -20px
}

.js-oc .slick-next {
    right: -17px
}

.js-oc .slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.js-loop-aut .slick-next,
.js-loop-aut .slick-prev,
.js-loop-spr .slick-next,
.js-loop-spr .slick-prev,
.js-loop-sum .slick-next,
.js-loop-sum .slick-prev,
.js-loop-win .slick-next,
.js-loop-win .slick-prev {
    display: none !important
}

.js-ig__item {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    height: 33.33333%
}

.js-ig__item a {
    padding-top: 100%
}

.js-ig__item a figure {
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.modaal-content-container span {
    color: #0068B7
}

.js-accordion:before {
    display: block;
    content: "詳しく見る >";
    color: #0068B7;
    text-decoration: underline
}

.c-btn__contact a,
.c-btn__contact a:active,
.c-btn__contact a:focus,
.c-btn__contact a:hover,
.c-btn__contact a:visited,
.c-btn__doc a,
.c-btn__doc a:active,
.c-btn__doc a:focus,
.c-btn__doc a:hover,
.c-btn__doc a:visited,
.c-btn__white-rounded,
.c-btn__white-rounded:active,
.c-btn__white-rounded:focus,
.c-btn__white-rounded:hover,
.c-btn__white-rounded:visited,
.c-course-select a:not(.current),
.c-course-select a:not(.current):active,
.c-course-select a:not(.current):focus,
.c-course-select a:not(.current):hover,
.c-course-select a:not(.current):visited,
.c-cta-sticky__right-top,
.c-cta-sticky__right-top:active,
.c-cta-sticky__right-top:focus,
.c-cta-sticky__right-top:hover,
.c-cta-sticky__right-top:visited,
.c-menu__inner ul li a,
.c-menu__inner ul li a:active,
.c-menu__inner ul li a:focus,
.c-menu__inner ul li a:hover,
.c-menu__inner ul li a:visited,
.c-related__card a,
.c-related__card a:active,
.c-related__card a:focus,
.c-related__card a:hover,
.c-related__card a:visited,
.l-header__bottom a,
.l-header__bottom a:active,
.l-header__bottom a:focus,
.l-header__bottom a:hover,
.l-header__bottom a:visited,
.l-header__bottom-oc a,
.l-header__bottom-oc a:active,
.l-header__bottom-oc a:focus,
.l-header__bottom-oc a:hover,
.l-header__bottom-oc a:visited,
.l-header__kento ul li a,
.l-header__kento ul li a:active,
.l-header__kento ul li a:focus,
.l-header__kento ul li a:hover,
.l-header__kento ul li a:visited,
.l-header__right-address a,
.l-header__right-address a:active,
.l-header__right-address a:focus,
.l-header__right-address a:hover,
.l-header__right-address a:visited,
.l-header__right-doc,
.l-header__right-doc:active,
.l-header__right-doc:focus,
.l-header__right-doc:hover,
.l-header__right-doc:visited {
    text-decoration: none;
    text-decoration: none
}

.js-accordion.active:before {
    content: "閉じる >"
}

.js-accordion__inner {
    display: none
}

#jquery-tab-pager-navi,
.jquery-tab-pager-tabbar {
    margin: 0;
    padding: 0;
    overflow: hidden
}

#jquery-tab-pager-navi li:last-child a {
    margin-right: 0
}

#jquery-tab-pager-navi li a.current,
#jquery-tab-pager-navi li a.disable,
#jquery-tab-pager-navi li a:hover {
    background: #ebebeb;
    color: #000
}

.c-btn__doc a {
    background-color: #FFF
}

.c-btn__doc a,
.c-btn__doc a:active,
.c-btn__doc a:focus,
.c-btn__doc a:hover,
.c-btn__doc a:visited {
    color: #0068B7 !important
}

.c-btn__contact a {
    background: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#1ECBE0)) no-repeat padding-box;
    background: -webkit-linear-gradient(left, #0068B7 0, #1ECBE0 100%) no-repeat padding-box;
    background: linear-gradient(90deg, #0068B7 0, #1ECBE0 100%) no-repeat padding-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-btn__contact a,
.c-btn__contact a:active,
.c-btn__contact a:focus,
.c-btn__contact a:hover,
.c-btn__contact a:visited {
    color: #FFF
}

.c-btn__contact a:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
    background: -webkit-linear-gradient(left, #0068B7 0, #0068B7 100%);
    background: linear-gradient(90deg, #0068B7 0, #0068B7 100%)
}

.c-btn__weboc {
    background-color: #FFF !important;
    font-size: 16px !important
}

.c-btn__white-rounded {
    border: 1px solid #000;
    border-radius: 100px;
    padding: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%
}

.c-btn__white-rounded:hover,
.c-menu {
    -webkit-transition: all .2s ease-in-out
}

.c-btn__white-rounded,
.c-btn__white-rounded:active,
.c-btn__white-rounded:focus,
.c-btn__white-rounded:hover,
.c-btn__white-rounded:visited {
    color: #000
}

@media (min-width:992px) {
    .js-oc .slick-prev {
        left: 0
    }

    .js-oc .slick-next {
        right: 0
    }

    .c-btn__weboc {
        font-size: 1.68em !important
    }

    .c-btn__white-rounded {
        width: 70%;
        padding: .5rem
    }
}

.c-btn__white-rounded:hover {
    transition: all .2s ease-in-out;
    opacity: .5
}

.c-btn__white-rounded span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    right: 20px
}

#pamph_area .btn_black {
    width: 50%;
    left: 11%;
    bottom: 25%
}

@media (min-width:992px) {
    #pamph_area .btn_black {
        left: 12.5%;
        bottom: 25%
    }
}

.c-menu {
    background: url(assets/img/bg/menu-bg.png) center center/cover no-repeat;
    height: 100vh;
    font-size: .87em;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 110%;
    transition: all .2s ease-in-out;
    overflow-y: auto;
    z-index: 100
}

.c-menu.active {
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-menu__inner {
    background-color: rgba(0, 104, 183, .8);
    padding: 7rem 1.3rem
}

.c-menu__inner ul li {
    color: #FFF
}

.c-menu__inner ul li button {
    font-size: 14px
}

.c-menu__inner ul li a,
.c-menu__inner ul li a:active,
.c-menu__inner ul li a:focus,
.c-menu__inner ul li a:hover,
.c-menu__inner ul li a:visited {
    color: #FFF
}

.c-menu__inner ul li:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.c-menu__inner ul li:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.c-menu__inner ul li:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.c-menu__inner ul li:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.c-menu__inner ul li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.c-menu__inner ul li:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.c-menu__inner ul li:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.c-menu__inner ul li:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.c-menu__inner ul li:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.c-menu__inner ul li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.c-menu__inner ul li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.c-menu__inner ul li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.c-menu__inner ul li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.c-menu__inner ul li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.c-menu__inner ul li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.c-menu__inner ul li:nth-child(16) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.c-menu__inner ul li:nth-child(17) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.c-menu__inner ul li:nth-child(18) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.c-menu__inner ul li:nth-child(19) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.c-menu__inner ul li:nth-child(20) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.c-menu__inner ul li:nth-child(21) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.c-menu__inner ul li:nth-child(22) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.c-menu__inner ul li:nth-child(23) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.c-menu__collapse button {
    font-size: .87em;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #FFF
}

.c-menu__collapse button:after,
.c-menu__collapse button:before {
    content: "";
    background-color: #FFF;
    top: 50%
}

.c-menu__collapse button:after {
    right: 0;
    -webkit-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    width: 20px;
    height: 3px
}

.c-menu__collapse button:before {
    right: 9.5px;
    -webkit-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    width: 3px;
    height: 20px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-menu__collapse button[aria-expanded=true]:before {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-menu__collapse ul li:before {
    content: "-"
}

.c-menu__info {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF
}

.c-menu__form input[type=text] {
    width: 80%;
    border: 1px solid #000;
    border-radius: 5px 0 0 5px
}

.c-menu__form input[type=submit] {
    width: 20%;
    border-radius: 0 5px 5px 0;
    border: 1px solid #000;
    background-color: #1ECBE0;
    color: #FFF
}

.c-menu__sns-fb,
.c-menu__sns-ig,
.c-menu__sns-line,
.c-menu__sns-tiktok,
.c-menu__sns-tw,
.c-menu__sns-yt {
    width: 45px;
    height: 45px;
    display: block
}

.c-menu__sns-ig {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.d{fill%3Anone%3B}.a{stroke%3A%23fff%3B}.b{fill%3A%23fff%3B}.c{stroke%3Anone%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-20%20-1171%29%22%3E%3Cg%20class%3D%22a%22%20transform%3D%22translate%2820%201171%29%22%3E%3Ccircle%20class%3D%22c%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20class%3D%22d%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2224.5%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%2832.867%201183.87%29%22%3E%3Cpath%20class%3D%22b%22%20d%3D%22M12%2C3.139c-3.631%2C0-7.079-.323-8.4%2C3.057-.544%2C1.4-.465%2C3.209-.465%2C5.8%2C0%2C2.278-.073%2C4.419.465%2C5.8%2C1.314%2C3.382%2C4.79%2C3.058%2C8.394%2C3.058%2C3.477%2C0%2C7.062.362%2C8.4-3.058.545-1.41.465-3.2.465-5.8%2C0-3.462.191-5.7-1.488-7.375-1.7-1.7-4-1.487-7.374-1.487Zm-.794%2C1.6c7.574-.012%2C8.538-.854%2C8.006%2C10.843-.189%2C4.137-3.339%2C3.683-7.211%2C3.683-7.06%2C0-7.263-.2-7.263-7.265%2C0-7.145.56-7.257%2C6.468-7.263Zm5.524%2C1.471A1.063%2C1.063%2C0%2C1%2C0%2C17.791%2C7.27%2C1.063%2C1.063%2C0%2C0%2C0%2C16.728%2C6.207ZM12%2C7.45A4.55%2C4.55%2C0%2C1%2C0%2C16.547%2C12%2C4.551%2C4.551%2C0%2C0%2C0%2C12%2C7.45Zm0%2C1.6c3.9%2C0%2C3.91%2C5.908%2C0%2C5.908S8.088%2C9.047%2C12%2C9.047Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.c-menu__sns-tiktok {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.d{fill%3Anone%3B}.a{stroke%3A%23fff%3B}.b{fill%3A%23fff%3B}.c{stroke%3Anone%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-76%20-1171%29%22%3E%3Cg%20class%3D%22a%22%20transform%3D%22translate%2876%201171%29%22%3E%3Ccircle%20class%3D%22c%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20class%3D%22d%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2224.5%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20d%3D%22M21.243%2C13.369v-2.3a3.219%2C3.219%2C0%2C0%2C1-2.426-.845%2C3.6%2C3.6%2C0%2C0%2C1-.861-2.28V7.783L15.785%2C7.73v9.326a2.021%2C2.021%2C0%2C1%2C1-1.31-2.268V12.565a4.3%2C4.3%2C0%2C0%2C0-.687-.057A4.188%2C4.188%2C0%2C1%2C0%2C17.976%2C16.7a4.269%2C4.269%2C0%2C0%2C0-.032-.513v-3.7A5.854%2C5.854%2C0%2C0%2C0%2C21.243%2C13.369Z%22%20transform%3D%22translate%2885.4%201181.27%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.c-menu__sns-fb {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.d{fill%3Anone%3B}.a{stroke%3A%23fff%3B}.b{fill%3A%23fff%3B}.c{stroke%3Anone%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-300%20-1171%29%22%3E%3Cg%20class%3D%22a%22%20transform%3D%22translate%28300%201171%29%22%3E%3Ccircle%20class%3D%22c%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20class%3D%22d%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2224.5%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20d%3D%22M12.033%2C2.375h1.306V.1a16.861%2C16.861%2C0%2C0%2C0-1.9-.1C7.306%2C0%2C8.43%2C4.678%2C8.265%2C5.364H6.187V7.906H8.265v6.4h2.547v-6.4h1.994l.316-2.542H10.811c.112-1.683-.454-2.989%2C1.222-2.989Z%22%20transform%3D%22translate%28314.813%201189%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.c-menu__sns-tw {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.d{fill%3Anone%3B}.a{stroke%3A%23fff%3B}.b{fill%3A%23fff%3B}.c{stroke%3Anone%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-132%20-1171%29%22%3E%3Cg%20class%3D%22a%22%20transform%3D%22translate%28132%201171%29%22%3E%3Ccircle%20class%3D%22c%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20class%3D%22d%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2224.5%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20d%3D%22M11.674%2C5.229c0-.118%2C0-.232-.01-.345A5.32%2C5.32%2C0%2C0%2C0%2C13%2C3.5h0a5.566%2C5.566%2C0%2C0%2C1-1.536.421%2C2.651%2C2.651%2C0%2C0%2C0%2C1.173-1.473%2C5.333%2C5.333%2C0%2C0%2C1-1.69.645%2C2.665%2C2.665%2C0%2C0%2C0-4.61%2C1.822%2C2.744%2C2.744%2C0%2C0%2C0%2C.062.608A7.545%2C7.545%2C0%2C0%2C1%2C.905%2C2.735%2C2.665%2C2.665%2C0%2C0%2C0%2C1.724%2C6.3a2.634%2C2.634%2C0%2C0%2C1-1.2-.328V6A2.678%2C2.678%2C0%2C0%2C0%2C2.655%2C8.617a2.817%2C2.817%2C0%2C0%2C1-1.2.042%2C2.691%2C2.691%2C0%2C0%2C0%2C2.49%2C1.857%2C5.357%2C5.357%2C0%2C0%2C1-3.3%2C1.136A5.041%2C5.041%2C0%2C0%2C1%2C0%2C11.616a7.505%2C7.505%2C0%2C0%2C0%2C4.088%2C1.2%2C7.533%2C7.533%2C0%2C0%2C0%2C7.585-7.584Z%22%20transform%3D%22translate%28151%201188.75%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.c-menu__sns-line {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.d{fill%3Anone%3B}.a{stroke%3A%23fff%3B}.b{fill%3A%23fff%3B}.c{stroke%3Anone%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-244%20-1171%29%22%3E%3Cg%20class%3D%22a%22%20transform%3D%22translate%28244%201171%29%22%3E%3Ccircle%20class%3D%22c%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20class%3D%22d%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2224.5%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20d%3D%22M9%2C.5C4.039.5%2C0%2C3.8%2C0%2C7.852c0%2C3.631%2C3.2%2C6.673%2C7.526%2C7.251.293.062.692.195.793.445a1.856%2C1.856%2C0%2C0%2C1%2C.029.815l-.123.77c-.034.227-.18.895.787.487a29.019%2C29.019%2C0%2C0%2C0%2C7.077-5.264A6.526%2C6.526%2C0%2C0%2C0%2C18%2C7.852C18%2C3.8%2C13.961.5%2C9%2C.5ZM5.477%2C10.263H3.688a.477.477%2C0%2C0%2C1-.473-.475v-3.6a.473.473%2C0%2C1%2C1%2C.945%2C0V9.313H5.477a.475.475%2C0%2C0%2C1%2C0%2C.95Zm1.85-.475a.472.472%2C0%2C1%2C1-.943%2C0v-3.6a.472.472%2C0%2C1%2C1%2C.944%2C0Zm4.306%2C0a.475.475%2C0%2C0%2C1-.324.45.485.485%2C0%2C0%2C1-.149.023.463.463%2C0%2C0%2C1-.383-.189l-1.832-2.5V9.787a.471.471%2C0%2C1%2C1-.943%2C0v-3.6a.473.473%2C0%2C0%2C1%2C.323-.449.436.436%2C0%2C0%2C1%2C.146-.025.484.484%2C0%2C0%2C1%2C.371.192l1.847%2C2.513V6.187a.473.473%2C0%2C1%2C1%2C.945%2C0Zm2.891-2.276a.476.476%2C0%2C0%2C1%2C0%2C.952H13.208v.849h1.316a.475.475%2C0%2C0%2C1%2C0%2C.95H12.734a.475.475%2C0%2C0%2C1-.47-.475v-3.6a.475.475%2C0%2C0%2C1%2C.472-.475h1.79a.476.476%2C0%2C0%2C1%2C0%2C.951H13.208v.849Z%22%20transform%3D%22translate%28260%201187.5%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.c-menu__sns-yt {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.d{fill%3Anone%3B}.a{stroke%3A%23fff%3B}.b{fill%3A%23fff%3B}.c{stroke%3Anone%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-188%20-1171%29%22%3E%3Cg%20class%3D%22a%22%20transform%3D%22translate%28188%201171%29%22%3E%3Ccircle%20class%3D%22c%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20class%3D%22d%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2224.5%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20d%3D%22M.334%2C12.84a1.979%2C1.979%2C0%2C0%2C0%2C1.357%2C1.375%2C57.024%2C57.024%2C0%2C0%2C0%2C12.213%2C0%2C1.986%2C1.986%2C0%2C0%2C0%2C1.357-1.375%2C22.575%2C22.575%2C0%2C0%2C0-.019-7.761l.019.127A1.979%2C1.979%2C0%2C0%2C0%2C13.9%2C3.831c-1.581-.429-10.589-.446-12.213%2C0A1.987%2C1.987%2C0%2C0%2C0%2C.334%2C5.206a21.03%2C21.03%2C0%2C0%2C0%2C0%2C7.633Zm5.9-1.444V6.657L10.308%2C9.03Z%22%20transform%3D%22translate%28205.016%201187.497%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.c-title__en {
    font-size: 1.5em;
    color: #4DA1E2
}

@media (min-width:992px) {
    .c-title__en {
        font-size: 3.43em
    }
}

.c-title__h3 {
    font-size: 1.5em
}

@media (min-width:992px) {
    .c-title__h3 {
        font-size: 1.68em;
        margin-bottom: 5rem !important
    }
}

.c-title__border {
    font-size: 16px;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .c-title__border {
        font-size: 2.5em;
        margin-bottom: 3rem
    }
}

.c-title__border:after,
.c-title__border:before {
    content: "";
    background-color: #000;
    height: 100%;
    width: 2px;
    top: 50%
}

.c-title__border:before {
    left: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.c-title__border:after {
    right: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.c-title__blue {
    border-bottom: 6px solid #4DA1E2;
    font-size: 1.5em;
    max-width: 300px
}

@media (min-width:992px) {
    .c-title__blue {
        font-size: 2.5em;
        border-bottom: 13px solid #4DA1E2;
        max-width: 550px;
        margin-bottom: 8rem
    }

    .c-card__employment-title {
        height: 100%
    }
}

.c-card__employment {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #000
}

.c-card__employment-title {
    z-index: 2;
    background-color: #4DA1E2;
    color: #FFF;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.c-card__employment-title h2 {
    font-size: 16px
}

.c-card__employment-content {
    background-color: #FFF;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

.c-card__employment-content .more {
    background-color: #FFF;
    border: none;
    outline: 0;
    color: #4DA1E2
}

.c-card__step {
    background-color: #E6F2FA;
    padding: 1rem
}

.c-card__step:nth-child(1):before {
    content: "";
    top: -20%;
    left: 3%;
    background: url(assets/img/career/step/icon-point.png) center/contain no-repeat;
    width: 121px;
    height: 90px
}

@media (min-width:992px) {
    .c-card__employment-title h2 {
        font-size: 20px
    }

    .c-card__step {
        padding: 3rem 0
    }

    .c-card__step:nth-child(1):before {
        top: -40%;
        left: 0;
        width: 200px;
        height: 180px
    }
}

.c-card__step:nth-child(1),
.c-card__step:nth-child(5) {
    background-color: #F9EDF3
}

.c-card__step:nth-child(4),
.c-card__step:nth-child(8) {
    background: #F5F5F5
}

.c-card__step:nth-child(2),
.c-card__step:nth-child(6) {
    padding-bottom: 0
}

.c-card__step:nth-child(2):after,
.c-card__step:nth-child(6):after {
    content: "";
    margin-top: 1rem;
    height: 37.5vw
}

@media (min-width:992px) {

    .c-card__step:nth-child(2),
    .c-card__step:nth-child(6) {
        padding-bottom: 3rem
    }

    .c-card__step:nth-child(2):after,
    .c-card__step:nth-child(6):after {
        content: none;
        padding-bottom: 0;
        padding-bottom: initial
    }

    .c-card__step:nth-child(5),
    .c-card__step:nth-child(6) {
        padding-top: 0;
        margin-top: 0 !important;
        padding-bottom: 3rem
    }

    .c-card__step:nth-child(5):before,
    .c-card__step:nth-child(6):before {
        content: "";
        margin-bottom: 1rem
    }
}

.c-card__step:nth-child(5):before,
.c-card__step:nth-child(6):before {
    margin-top: 0;
    height: 195px
}

.c-card__step:nth-child(2):after,
.c-card__step:nth-child(5):before {
    background: url(assets/img/career/step/banner-01.png) center/cover no-repeat
}

.c-card__step:nth-child(6):after,
.c-card__step:nth-child(6):before {
    background: url(assets/img/career/step/banner-02.png) center/cover no-repeat
}

.c-card__step:nth-child(1) .c-card__step-right {
    background: url(assets/img/career/step/number01@2x.png) left 20% center/50% no-repeat
}

@media (min-width:992px) {
    .c-card__step:nth-child(1) .c-card__step-right {
        background: url(assets/img/career/step/number01@2x.png) left 20% center/contain no-repeat
    }
}

.c-card__step:nth-child(2) .c-card__step-right {
    background: url(assets/img/career/step/number02@2x.png) left 20% center/50% no-repeat
}

@media (min-width:992px) {
    .c-card__step:nth-child(2) .c-card__step-right {
        background: url(assets/img/career/step/number02@2x.png) left 20% center/contain no-repeat
    }
}

.c-card__step:nth-child(3) .c-card__step-right {
    background: url(assets/img/career/step/number03@2x.png) left 20% center/50% no-repeat
}

@media (min-width:992px) {
    .c-card__step:nth-child(3) .c-card__step-right {
        background: url(assets/img/career/step/number03@2x.png) left 20% center/contain no-repeat
    }
}

.c-card__step:nth-child(4) .c-card__step-right {
    background: url(assets/img/career/step/number04@2x.png) left 20% center/50% no-repeat
}

@media (min-width:992px) {
    .c-card__step:nth-child(4) .c-card__step-right {
        background: url(assets/img/career/step/number04@2x.png) left 20% center/contain no-repeat
    }
}

.c-card__step:nth-child(5) .c-card__step-right {
    background: url(assets/img/career/step/number05@2x.png) left 20% center/50% no-repeat
}

@media (min-width:992px) {
    .c-card__step:nth-child(5) .c-card__step-right {
        background: url(assets/img/career/step/number05@2x.png) left 20% center/contain no-repeat
    }
}

.c-card__step:nth-child(6) .c-card__step-right {
    background: url(assets/img/career/step/number06@2x.png) left 20% center/50% no-repeat
}

@media (min-width:992px) {
    .c-card__step:nth-child(6) .c-card__step-right {
        background: url(assets/img/career/step/number06@2x.png) left 20% center/contain no-repeat
    }
}

.c-card__step:nth-child(7) .c-card__step-right {
    background: url(assets/img/career/step/number07@2x.png) left 20% center/50% no-repeat
}

@media (min-width:992px) {
    .c-card__step:nth-child(7) .c-card__step-right {
        background: url(assets/img/career/step/number07@2x.png) left 20% center/contain no-repeat
    }
}

.c-card__step:nth-child(8) .c-card__step-right {
    background: url(assets/img/career/step/number08@2x.png) left 20% center/50% no-repeat
}

.c-card__step-left {
    max-width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.c-card__step-left img {
    width: 100%;
    max-width: 64px
}

@media (min-width:992px) {
    .c-card__step:nth-child(8) .c-card__step-right {
        background: url(assets/img/career/step/number08@2x.png) left 20% center/contain no-repeat
    }

    .c-card__step-left img {
        max-width: 104px
    }
}

.c-card__step-right {
    max-width: 70%;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

.c-card__step-right h3 {
    font-size: 1.5em
}

@media (min-width:992px) {
    .c-card__step-right h3 {
        font-size: 1.68em
    }
}

.c-card__step-right p {
    font-size: 16px
}

.c-card__step-tag {
    border-radius: 15px;
    width: 150px;
    color: #FFF
}

.c-card__step-tag.red {
    background-color: #D9534F
}

.c-card__step-tag.dark-blue {
    background-color: #036
}

.c-card__step-tag.black {
    background-color: #000
}

.c-card__step-tag.blue {
    background-color: #0068B7
}

.c-card__step-tag.sky-blue {
    background-color: #4DA1E2
}

.c-card__owner {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.c-card__owner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 90px;
    height: 90px
}

@media (min-width:992px) {
    .c-card__step-right p {
        font-size: 18px
    }

    .c-card__owner {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .c-card__owner img {
        width: 150px;
        height: 150px
    }
}

.c-card__owner-logo,
.c-card__owner-photo {
    max-width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.c-card__owner-logo {
    border-left: 6px solid #000
}

.c-card__owner-info {
    max-width: 40%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.c-card__owner-info .top {
    font-size: .75em
}

.c-card__owner-info .bottom {
    font-size: 16px
}

.c-header-tr {
    top: 0;
    left: 0;
    height: 130px !important
}

@media (min-width:992px) {
    .c-header-tr {
        height: 320px !important
    }
}

.c-header-tr:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 51, 102, .66)), to(rgba(77, 161, 226, .66))) no-repeat !important;
    background: -webkit-linear-gradient(top, rgba(0, 51, 102, .66) 0, rgba(77, 161, 226, .66) 100%) no-repeat !important;
    background: linear-gradient(180deg, rgba(0, 51, 102, .66) 0, rgba(77, 161, 226, .66) 100%) no-repeat !important;
    height: 130px !important
}

.c-header-tr__title {
    bottom: 15%;
    left: 0;
    right: 0;
    color: #FFF;
    z-index: 2;
    font-size: 24px
}

.c-header-tr.oc {
    background-image: url(assets/img/open/bg.png)
}

.c-table {
    z-index: 10;
    border: 1px solid #000;
    border-bottom: 0;
    border-collapse: separate;
    border-spacing: 0
}

.c-table th {
    vertical-align: middle;
    color: #FFF;
    background-color: #4DA1E2
}

.c-table .cube,
.c-table__review-q {
    color: #4DA1E2
}

.c-table th span {
    border-bottom: 5px solid #FFE869
}

.c-table td,
.c-table th {
    display: block
}

@media (min-width:992px) {
    .c-header-tr:after {
        height: 320px !important
    }

    .c-header-tr__title {
        font-size: 40px;
        bottom: 20%
    }

    .c-table th {
        width: 300px
    }

    .c-table td,
    .c-table th {
        display: table-cell;
        border-bottom: 1px solid #000
    }
}

.c-table__block td,
.c-table__block th {
    display: block
}

.c-table__review-a,
.c-table__review-q {
    width: 2em;
    font-size: 1.5em
}

.c-table__review-a {
    color: #D9534F
}

.c-table__accordion th:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-table__accordion .table-active:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.c-related__h2 {
    color: #0068B7
}

.c-related__card {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.c-related__card img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px
}

.c-related__card h3 {
    color: #FFF;
    background: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#1ECBE0)) no-repeat padding-box !important;
    background: -webkit-linear-gradient(left, #0068B7 0, #1ECBE0 100%) no-repeat padding-box !important;
    background: linear-gradient(90deg, #0068B7 0, #1ECBE0 100%) no-repeat padding-box !important;
    font-size: 16px
}

@media (min-width:992px) {

    .c-table__block td,
    .c-table__block th {
        display: table-cell
    }

    .c-table__accordion th:after {
        content: none
    }

    .c-related__card {
        max-width: 32%;
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }

    .c-related__card h3 {
        font-size: 1.5em
    }
}

.c-related__card a,
.c-related__card a:active,
.c-related__card a:focus,
.c-related__card a:hover,
.c-related__card a:visited {
    color: #FFF
}

#left_bar {
    display: none
}

@media screen and (min-width:1280px) {
    #left_bar {
        display: block;
        width: 96px;
        padding: 0 28px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1200
    }

    #sticky-bar-menu,
    #sticky-bar-menu>li>a>svg {
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    #sticky-bar-menu {
        width: 40px;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0)
    }

    #sticky-bar-menu>li {
        padding: 6px 0
    }

    #sticky-bar-menu>li>p {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
        width: 40px;
        max-height: 10em;
        padding: 24px 0
    }

    #sticky-bar-menu>li>a {
        background-color: #FFF;
        border-radius: 100%;
        display: block;
        height: 40px;
        width: 40px
    }

    #sticky-bar-menu>li>a:hover svg,
    #sticky-bar-menu>li>a>svg {
        display: block;
        fill: #FFF;
        height: 20px;
        width: 20px
    }

    #sticky-bar-menu>li>.sns_instagram {
        background-image: -webkit-linear-gradient(55deg, #F7DF54, #F7DF54, #FB8C2C, #ED5624, #BE3490, #B432C2, #6732C2, #9732C2);
        background-image: linear-gradient(35deg, #F7DF54, #F7DF54, #FB8C2C, #ED5624, #BE3490, #B432C2, #6732C2, #9732C2)
    }

    #sticky-bar-menu>li>.sns_twitter {
        background-color: #000
    }

    #sticky-bar-menu>li>.sns_tiktok {
        background-color: #000
    }

    #sticky-bar-menu>li>.sns_youtube {
        background-color: #C00
    }

    #sticky-bar-menu>li>.sns_line {
        background-color: #00C300
    }

    #sticky-bar-menu>li>.sns_facebook {
        background-color: #3B5998
    }

    #sticky-bar-menu>li>.sns_instagram:hover {
        background-image: -webkit-linear-gradient(55deg, #F7DF54, #F7DF54, #FB8C2C, #ED5624, #BE3490, #B432C2, #6732C2, #9732C2);
        background-image: linear-gradient(35deg, #F7DF54, #F7DF54, #FB8C2C, #ED5624, #BE3490, #B432C2, #6732C2, #9732C2)
    }

    #sticky-bar-menu>li>.sns_twitter:hover {
        background-color: #000
    }

    #sticky-bar-menu>li>.sns_tiktok:hover {
        background-color: #000
    }

    #sticky-bar-menu>li>.sns_youtube:hover {
        background-color: #C00
    }

    #sticky-bar-menu>li>.sns_line:hover {
        background-color: #00C300
    }

    #sticky-bar-menu>li>.sns_facebook:hover {
        background-color: #3B5998
    }
}

.c-sns svg {
    display: block;
    fill: #FFF;
    height: 20px;
    width: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-sns a {
    background-color: #FFF;
    border-radius: 100%;
    display: block;
    height: 40px;
    width: 40px
}

.c-sns .sns_instagram {
    background-image: -webkit-linear-gradient(55deg, #F7DF54, #F7DF54, #FB8C2C, #ED5624, #BE3490, #B432C2, #6732C2, #9732C2);
    background-image: linear-gradient(35deg, #F7DF54, #F7DF54, #FB8C2C, #ED5624, #BE3490, #B432C2, #6732C2, #9732C2)
}

.c-sns .sns_twitter {
    background-color: #000
}

.c-sns .sns_tiktok {
    background-color: #000
}

.c-sns .sns_youtube {
    background-color: #C00
}

.c-sns .sns_line {
    background-color: #00C300
}

.c-sns .sns_facebook {
    background-color: #3B5998
}

.c-cta-sticky {
    bottom: 0;
    z-index: 100;
    line-height: 1rem
}

.c-cta-sticky__left {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:1200px) {
    .c-cta-sticky__left {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.c-cta-sticky__left-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-cta-sticky__left-item img {
    width: 280px;
    margin: 0 auto
}

.c-cta-sticky__left-item.oc {
    background-color: rgba(0, 102, 255, .9);
    border: 3px solid transparent
}

.c-cta-sticky__left-item.school {
    background-color: rgba(0, 75, 132, .9);
    border: 3px solid transparent
}

.c-cta-sticky__left-item.doc {
    background-color: rgba(219, 86, 155, .9);
    border: 3px solid transparent
}

.c-cta-sticky__left-item.line {
    background-color: rgba(255, 255, 255, .9);
    border: 3px solid transparent
}

@media (min-width:1200px) {
    .c-cta-sticky__left-item.line {
        background-color: rgba(255, 255, 255, .9)
    }
}

.c-cta-sticky__left-item:not(.line):hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 3px solid #FFF
}

.c-cta-sticky__right {
    right: 0;
    bottom: 100px;
    width: 75px;
    position: absolute;
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    background-color: rgba(0, 0, 0, .7)
}

.c-cta-sticky__right-top {
    padding: 5px;
    font-size: .75em
}

.c-cta-sticky__right-top,
.c-cta-sticky__right-top:active,
.c-cta-sticky__right-top:focus,
.c-cta-sticky__right-top:hover,
.c-cta-sticky__right-top:visited {
    color: #FFF !important
}

@media (min-width:1200px) {
    .c-cta-sticky__right {
        position: relative;
        max-width: 100px;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        width: 100%;
        bottom: auto;
        right: auto
    }

    .c-cta-sticky__right-top {
        font-size: 1.5em
    }
}

.c-cta-sticky__right-top:before {
    content: "";
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    top: 7px;
    margin-bottom: 15px
}

.c-course-select a {
    border-bottom: 1px solid #082b4d;
    background-color: #082b4d
}

.c-course-select a,
.c-course-select a:active,
.c-course-select a:focus,
.c-course-select a:hover,
.c-course-select a:visited {
    color: #FFF;
    text-decoration: none
}

.c-course-select a:not(.current) {
    background-color: #FFF;
    border: 1px solid #082b4d
}

.c-course-select a.current:before,
.c-course-select a:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201000%201000%22%20enable-background%3D%22new%200%200%201000%201000%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20d%3D%22M500%2C10C229.4%2C10%2C10%2C229.4%2C10%2C500s219.4%2C490%2C490%2C490s490-219.4%2C490-490S770.6%2C10%2C500%2C10z%20M705.4%2C515L413.6%2C788.3c-13.2%2C12.8-35.4%2C3.4-35.4-15V226.7c0-18.5%2C22.2-27.8%2C35.4-15l291.8%2C273.2C713.9%2C493.2%2C713.9%2C506.8%2C705.4%2C515z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20") center center/contain no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
    content: ""
}

.c-course-select a:not(.current),
.c-course-select a:not(.current):active,
.c-course-select a:not(.current):focus,
.c-course-select a:not(.current):hover,
.c-course-select a:not(.current):visited {
    color: #082b4d
}

.c-course-select a:before {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem
}

.c-course-select a.current:before {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.c-course-select__bg {
    background-color: #FFF !important
}

.c-ob #tab .tabs-panel {
    padding: 0 !important
}

.c-ob #tab .c-ob__tab {
    border: none
}

.c-ob #tab .c-ob__tab li {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    list-style: none;
    color: #FFF;
    background: #6a7f96;
    padding: 10px 5px;
    margin: 0 auto;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media (min-width:992px) {
    .c-ob #tab .c-ob__tab li {
        max-width: 20%;
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

.c-ob #tab .c-ob__tab li.selected {
    background: #23303c
}

.c-ob #tab .c-ob__tab li.none {
    background-color: transparent !important;
    pointer-events: none
}

.c-ob .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-ob .pagination li:not(.first):not(.last) {
    margin-right: 5px;
    color: #519edb;
    border: 1px solid #519edb;
    border-radius: 5px;
    max-width: 25px;
    -webkit-flex-basis: 25px;
    -ms-flex-preferred-size: 25px;
    flex-basis: 25px;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.c-ob .pagination li:not(.first):not(.last) span {
    display: block;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px)
}

.c-ob__wrap {
    height: 100%
}

.c-ob__content h3 {
    background-color: #23303c;
    font-size: 1.1rem
}

.c-ob__card {
    border: 1px solid #519edb;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {
    .c-ob__content h3 {
        font-size: 1.3rem
    }

    .c-ob__card {
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }
}

.c-ob__card-thumb {
    max-width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.c-ob__card-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100px;
    height: 100%
}

.p-about__header h1 img,
.p-index__info-img img {
    -o-object-fit: cover;
    font-family: "object-fit: cover;"
}

.c-ob__card-content {
    max-width: 62%;
    -webkit-flex-basis: 62%;
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
    overflow: hidden
}

.c-ob__card-content .header {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {
    .c-ob__card-thumb img {
        width: 150px;
        height: 100%
    }

    .c-ob__card-content .header {
        max-width: 70%;
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }
}

.c-ob__card-content .tag {
    background-color: #ffeeb6;
    font-weight: 700;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 10px;
    padding: 2px 10px
}

.c-ob__card-content .logo {
    text-align: right
}

@media (min-width:992px) {
    .c-ob__card-content .tag {
        padding: 3px 10px;
        font-size: 13px
    }

    .c-ob__card-content .logo {
        max-width: 30%;
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
}

.c-ob__card-content .name {
    color: #519edb;
    font-size: 1rem
}

@media (min-width:992px) {
    .c-ob__card-content .name {
        font-size: 1.3rem
    }
}

.c-ob__card-content .desc {
    background-color: #e6e6e6;
    font-size: 10px;
    line-height: 1.3em
}

@media (min-width:992px) {
    .c-ob__card-content .desc {
        line-height: 1.5em;
        font-size: 13px;
        height: 100%
    }
}

.c-ob__card .button {
    max-width: 8%;
    -webkit-flex-basis: 8%;
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%
}

.c-ob__card .button button {
    font-size: 10px;
    background-color: #519edb;
    color: #FFF;
    height: 100%;
    border-radius: 0;
    width: 100%
}

.l-header {
    z-index: 110;
    background-color: #FFF
}

.l-header__logo img {
    max-width: 150px
}

@media (min-width:992px) {
    .c-ob__card .button button {
        font-size: 1rem
    }

    .l-header__logo img {
        max-width: 300px
    }
}

.l-header__left {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media (min-width:992px) {
    .l-header__left {
        max-width: 23%;
        -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%
    }
}

.l-header__right {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.l-header__right-map {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.188%22%20height%3D%2227.915%22%20viewBox%3D%220%200%2021.188%2027.915%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%234DA1E2%22%20stroke%3D%22%23040000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.094%2C1A10.094%2C10.094%2C0%2C0%2C0%2C1%2C11.094c0%2C5.552%2C10.094%2C16.821%2C10.094%2C16.821S21.188%2C16.671%2C21.188%2C11.094A10.094%2C10.094%2C0%2C0%2C0%2C11.094%2C1Zm0%2C15.141a5.047%2C5.047%2C0%2C1%2C1%2C5.047-5.047%2C5.047%2C5.047%2C0%2C0%2C1-5.047%2C5.047Z%22%20transform%3D%22translate%28-0.5%20-0.5%29%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

@media (min-width:992px) {
    .l-header__right {
        max-width: 77%;
        -webkit-flex-basis: 77%;
        -ms-flex-preferred-size: 77%;
        flex-basis: 77%
    }

    .l-header__right-map {
        width: 25px;
        height: 25px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%3E%3Cg%20class%3D%22a%22%20fill%3D%22%234DA1E2%22%20stroke%3D%22%23000%22%3E%3Cpath%20class%3D%22c%22%20stroke%3D%22none%22%20d%3D%22M0%200h43v43H0z%22%2F%3E%3Cpath%20class%3D%22d%22%20fill%3D%22none%22%20d%3D%22M.5.5h42v42H.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23fff%22%20stroke%3D%22%23040000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.141%206.5A11.641%2011.641%200%200%200%209.5%2018.141c0%206.4%2011.641%2019.4%2011.641%2019.4s11.641-12.968%2011.641-19.4A11.641%2011.641%200%200%200%2021.141%206.5Zm0%2017.462a5.821%205.821%200%201%201%205.821-5.821%205.821%205.821%200%200%201-5.821%205.821Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .l-header__right-map:hover {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: .7
    }
}

.l-header__right-mail {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.88%22%20height%3D%2215.585%22%20viewBox%3D%220%200%2022.88%2015.585%22%3E%3Cg%20transform%3D%22translate%280.5%200.5%29%22%3E%3Crect%20fill%3D%22%234DA1E2%22%20stroke%3D%22%231c1c1c%22%20stroke-linejoin%3D%22round%22%20width%3D%2221.88%22%20height%3D%2214.585%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20fill%3D%22%234DA1E2%22%20stroke%3D%22%231c1c1c%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.38%2C17.67%2C1%2C24.961H22.88L14.5%2C17.67%22%20transform%3D%22translate%28-1%20-10.375%29%22%2F%3E%3Cpath%20fill%3D%22%234DA1E2%22%20stroke%3D%22%231c1c1c%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.94%2C10.522%2C22.88%2C1H1Z%22%20transform%3D%22translate%28-1%20-1%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

@media (min-width:992px) {
    .l-header__right-mail {
        width: 25px;
        height: 25px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%3E%3Cg%20class%3D%22a%22%20fill%3D%22%234DA1E2%22%20stroke%3D%22%23000%22%3E%3Cpath%20class%3D%22d%22%20stroke%3D%22none%22%20d%3D%22M0%200h43v43H0z%22%2F%3E%3Cpath%20class%3D%22e%22%20fill%3D%22none%22%20d%3D%22M.5.5h42v42H.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23FFF%22%20stroke%3D%22%23040000%22%20d%3D%22M32.75%2028.645a11.125%2011.125%200%200%200%202.863-7.375C35.629%2014.491%2029.222%209%2021.315%209S7%2014.491%207%2021.27s6.413%2012.27%2014.315%2012.27a16.284%2016.284%200%200%200%206.109-1.14l6.819%201.8Z%22%2F%3E%3Cpath%20class%3D%22c%22%20stroke%3D%22%23040000%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20d%3D%22M15.182%2017.182h12.27M15.182%2021.27h12.27M15.182%2025.359h8.176%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .l-header__right-mail:hover {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: .7
    }

    .l-footer__copyright {
        margin-bottom: 100px
    }
}

.l-header__right-menu {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.27%22%20height%3D%229.176%22%20viewBox%3D%220%200%2013.27%209.176%22%3E%3Cg%20transform%3D%22translate%28-344.683%20-21.682%29%22%3E%3Cline%20class%3D%22a%22%20fill%3D%22none%22%20stroke%3D%22%23040000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x2%3D%2212.27%22%20transform%3D%22translate%28345.183%2022.182%29%22%2F%3E%3Cline%20class%3D%22a%22%20fill%3D%22none%22%20stroke%3D%22%23040000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x2%3D%2212.27%22%20transform%3D%22translate%28345.183%2026.27%29%22%2F%3E%3Cline%20class%3D%22a%22%20fill%3D%22none%22%20stroke%3D%22%23040000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x2%3D%228.176%22%20transform%3D%22translate%28345.183%2030.359%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.l-header__right-menu.open {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.27%22%20height%3D%221%22%20viewBox%3D%220%200%2013.27%201%22%3E%3Cg%20transform%3D%22translate%28-344.683%20-26.182%29%22%3E%3Cline%20class%3D%22a%22%20fill%3D%22none%22%20stroke%3D%22%23040000%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20x2%3D%2212.27%22%20transform%3D%22translate%28345.183%2026.682%29%22%2F%3E%3Cline%20class%3D%22a%22%20fill%3D%22none%22%20stroke%3D%22%23040000%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20x2%3D%2212.27%22%20transform%3D%22translate%28345.183%2026.682%29%22%2F%3E%3Cline%20class%3D%22a%22%20fill%3D%22none%22%20stroke%3D%22%23040000%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20x2%3D%228.176%22%20transform%3D%22translate%28345.183%2026.682%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.l-header__right-address a {
    font-size: .87em
}

.l-header__right-address a,
.l-header__right-address a:active,
.l-header__right-address a:focus,
.l-header__right-address a:hover,
.l-header__right-address a:visited {
    color: #000
}

.l-header__right-address .br {
    background-color: #1ECBE0;
    width: 1px;
    height: 1rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: -3px
}

.l-header__right-address .mail:before,
.l-header__right-address .map:before {
    vertical-align: middle;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.l-header__right-address .mail:before:hover,
.l-header__right-address .map:before:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .7
}

.l-header__right-address .mail:before {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%3E%3Cg%20class%3D%22a%22%20fill%3D%22%234DA1E2%22%20stroke%3D%22%23000%22%3E%3Cpath%20class%3D%22d%22%20stroke%3D%22none%22%20d%3D%22M0%200h43v43H0z%22%2F%3E%3Cpath%20class%3D%22e%22%20fill%3D%22none%22%20d%3D%22M.5.5h42v42H.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23FFF%22%20stroke%3D%22%23040000%22%20d%3D%22M32.75%2028.645a11.125%2011.125%200%200%200%202.863-7.375C35.629%2014.491%2029.222%209%2021.315%209S7%2014.491%207%2021.27s6.413%2012.27%2014.315%2012.27a16.284%2016.284%200%200%200%206.109-1.14l6.819%201.8Z%22%2F%3E%3Cpath%20class%3D%22c%22%20stroke%3D%22%23040000%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20d%3D%22M15.182%2017.182h12.27M15.182%2021.27h12.27M15.182%2025.359h8.176%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.l-header__right-address .map:before {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%3E%3Cg%20class%3D%22a%22%20fill%3D%22%234DA1E2%22%20stroke%3D%22%23000%22%3E%3Cpath%20class%3D%22c%22%20stroke%3D%22none%22%20d%3D%22M0%200h43v43H0z%22%2F%3E%3Cpath%20class%3D%22d%22%20fill%3D%22none%22%20d%3D%22M.5.5h42v42H.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23fff%22%20stroke%3D%22%23040000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.141%206.5A11.641%2011.641%200%200%200%209.5%2018.141c0%206.4%2011.641%2019.4%2011.641%2019.4s11.641-12.968%2011.641-19.4A11.641%2011.641%200%200%200%2021.141%206.5Zm0%2017.462a5.821%205.821%200%201%201%205.821-5.821%205.821%205.821%200%200%201-5.821%205.821Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.l-header__right-doc {
    font-size: .75em;
    background: #DB569B;
    border: 1px solid #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.l-header__right-doc,
.l-header__right-doc:active,
.l-header__right-doc:focus,
.l-header__right-doc:hover,
.l-header__right-doc:visited {
    color: #FFF !important
}

.l-header__right-doc:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .7
}

.l-header__right-form input[type=text] {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 25px;
    padding: 0;
    border: none;
    width: 0
}

.l-header__right-form input[type=text].open {
    border: 1px solid #000;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 3px;
    width: 100px
}

.l-header__right-form input[type=submit] {
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%20viewBox%3D%220%200%2043%2043%22%3E%3Cg%20transform%3D%22translate%28-961%20-253%29%22%3E%3Cg%20class%3D%22a%22%20fill%3D%22%231ecbe0%22%20stroke%3D%22%23000%22%20transform%3D%22translate%28961%20253%29%22%3E%3Crect%20class%3D%22c%22%20stroke%3D%22none%22%20width%3D%2243%22%20height%3D%2243%22%20rx%3D%226%22%2F%3E%3Crect%20class%3D%22d%22%20fill%3D%22none%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2242%22%20height%3D%2242%22%20rx%3D%225.5%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23fff%22%20stroke%3D%22%23040000%22%20stroke-linecap%3D%22round%22%20d%3D%22M26.174%2C23.392l-7.1-7.1a9.847%2C9.847%2C0%2C1%2C0-2.782%2C2.782l7.1%2C7.1a1.98%2C1.98%2C0%2C0%2C0%2C2.782-2.782ZM15.03%2C15.03a5.911%2C5.911%2C0%2C1%2C1%2C0-8.357%2C5.911%2C5.911%2C0%2C0%2C1%2C0%2C8.357Z%22%20transform%3D%22translate%28969.491%20261.491%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%20") center center/contain no-repeat;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.l-header__right-form input[type=submit]:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .7
}

.l-header__right-form input[type=submit].open {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%20viewBox%3D%220%200%2043%2043%22%3E%3Cg%20transform%3D%22translate%28-961%20-253%29%22%3E%3Cg%20class%3D%22a%22%20fill%3D%22%234DA1E2%22%20stroke%3D%22%23000%22%20transform%3D%22translate%28961%20253%29%22%3E%3Cpath%20class%3D%22c%22%20stroke%3D%22none%22%20d%3D%22M0%2C0H37a6%2C6%2C0%2C0%2C1%2C6%2C6V37a6%2C6%2C0%2C0%2C1-6%2C6H0a0%2C0%2C0%2C0%2C1%2C0%2C0V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22%2F%3E%3Cpath%20class%3D%22d%22%20fill%3D%22none%22%20d%3D%22M1%2C.5H37A5.5%2C5.5%2C0%2C0%2C1%2C42.5%2C6V37A5.5%2C5.5%2C0%2C0%2C1%2C37%2C42.5H1A.5.5%2C0%2C0%2C1%2C.5%2C42V1A.5.5%2C0%2C0%2C1%2C1%2C.5Z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23fff%22%20stroke%3D%22%23040000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26.174%2C23.392l-7.1-7.1a9.847%2C9.847%2C0%2C1%2C0-2.782%2C2.782l7.1%2C7.1a1.98%2C1.98%2C0%2C0%2C0%2C2.782-2.782ZM15.03%2C15.03a5.911%2C5.911%2C0%2C1%2C1%2C0-8.357%2C5.911%2C5.911%2C0%2C0%2C1%2C0%2C8.357Z%22%20transform%3D%22translate%28969.491%20261.491%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.l-header__bottom {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: .87em
}

.l-header__bottom a,
.l-header__bottom a:active,
.l-header__bottom a:focus,
.l-header__bottom a:hover,
.l-header__bottom a:visited {
    color: #000
}

.l-header__bottom a:hover {
    color: #FFF
}

.l-header__bottom li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.l-header__bottom li.is-active a,
.l-header__bottom li:hover a,
.l-header__bottom-oc:hover a {
    color: #FFF
}

.l-header__bottom li.is-active,
.l-header__bottom li:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #4DA1E2;
    color: #FFF
}

.l-header__bottom-oc:hover {
    background-color: #D9534F !important
}

.l-header__bottom-oc a,
.l-header__bottom-oc a:active,
.l-header__bottom-oc a:focus,
.l-header__bottom-oc a:hover,
.l-header__bottom-oc a:visited {
    color: #D9534F
}

.l-header__kento:hover ul {
    display: block
}

.l-header__kento .title {
    background-color: #0068B7;
    color: #FFF;
    border: 1px solid #000;
    font-size: .75em
}

.l-header__kento ul {
    display: none;
    background-color: #E6F2FA
}

.l-header__kento ul li {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: .75em
}

.l-header__kento ul li a,
.l-header__kento ul li a:active,
.l-header__kento ul li a:focus,
.l-header__kento ul li a:hover,
.l-header__kento ul li a:visited {
    color: #000
}

.l-header__kento ul li:hover {
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.p-index__yt a:after,
.p-index__yt a:before,
.p-index__yt a:hover:after {
    -webkit-transition: all .2s ease-in-out;
    content: ""
}

.l-footer {
    background-color: #0068B7;
    color: #FFF;
    padding-bottom: 130px
}

.l-footer .c-btn__contact a {
    background: -webkit-linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box;
    background: linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box
}

.l-footer p,
.l-footer__copyright {
    font-size: .75em
}

.l-footer__wrapper address,
.l-footer__wrapper h2,
.l-footer__wrapper nav {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {

    .l-footer__wrapper address,
    .l-footer__wrapper h2,
    .l-footer__wrapper nav {
        max-width: 33%;
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .l-footer__wrapper h2 {
        border-right: 1px solid #FFF
    }
}

.l-footer__wrapper h2 img {
    width: 232px
}

.l-footer__link {
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important
}

.l-footer__link ul li {
    font-size: .87em
}

.l-footer__link-item {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

.l-footer__link-item li a,
.l-footer__link-item li a:active,
.l-footer__link-item li a:focus,
.l-footer__link-item li a:hover,
.l-footer__link-item li a:visited {
    color: #FFF;
    text-decoration: none
}

.l-footer__bottom-nav {
    background-color: #F5F5F5
}

.l-footer__bottom-nav ul li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .87em;
    border-right: 1px solid #000
}

.l-footer__bottom-nav ul li:last-child {
    border-right: 0
}

.l-footer__bottom-nav ul li a,
.l-footer__bottom-nav ul li a:active,
.l-footer__bottom-nav ul li a:focus,
.l-footer__bottom-nav ul li a:hover,
.l-footer__bottom-nav ul li a:visited {
    color: #000;
    text-decoration: none
}

.l-page__section {
    margin-top: 65px
}

.p-index__bg-circle {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%221046.365%22%20viewBox%3D%220%200%201920%201046.365%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23f5f5f5%22%20d%3D%22M-1336.544%2C3213.942c-34.655-1.236-69.7-3.114-104.159-5.579-34.2-2.447-68.731-5.538-102.645-9.189-33.689-3.626-67.671-7.9-101-12.707-33.111-4.773-66.5-10.2-99.229-16.135-32.511-5.893-65.256-12.443-97.327-19.471-31.89-6.987-63.952-14.63-95.3-22.717-31.188-8.044-62.524-16.749-93.139-25.872-30.456-9.074-61.024-18.81-90.852-28.935-29.7-10.083-59.453-20.819-88.435-31.91-28.879-11.052-57.776-22.758-85.89-34.792-28.035-12-56.032-24.647-83.215-37.584-27.114-12.906-54.169-26.459-80.412-40.285-26.193-13.8-52.26-28.232-77.48-42.9s-50.247-29.935-74.42-45.414-48.126-31.566-71.23-47.843-45.941-33.153-67.911-50.182-43.674-34.68-64.464-52.429c-20.815-17.768-41.3-36.134-60.888-54.585-19.616-18.478-38.855-37.538-57.182-56.65-18.37-19.156-36.32-38.881-53.349-58.625-17.084-19.807-33.7-40.166-49.386-60.509-15.751-20.428-30.99-41.39-45.292-62.3-14.367-21-28.186-42.539-41.073-64.005-12.945-21.562-25.3-43.637-36.724-65.616-11.482-22.092-22.331-44.681-32.245-67.137q-6.827-15.463-13.209-31.168v-.4h245.344c3.355%2C7.994%2C6.919%2C15.975%2C10.65%2C23.844%2C5.6%2C11.8%2C11.712%2C23.657%2C18.183%2C35.246%2C6.439%2C11.538%2C13.406%2C23.128%2C20.707%2C34.448%2C7.27%2C11.274%2C15.062%2C22.58%2C23.16%2C33.6%2C8.066%2C10.979%2C16.658%2C21.983%2C25.54%2C32.707a789.816%2C789.816%2C0%2C0%2C0%2C57.929%2C62.545c20.657%2C20.056%2C43.057%2C39.7%2C66.576%2C58.4%2C23.464%2C18.65%2C48.578%2C36.773%2C74.643%2C53.869s53.7%2C33.57%2C82.127%2C48.96c28.493%2C15.424%2C58.447%2C30.115%2C89.031%2C43.668%2C30.728%2C13.616%2C62.809%2C26.4%2C95.354%2C38%2C32.781%2C11.68%2C66.794%2C22.427%2C101.094%2C31.942%2C34.629%2C9.608%2C70.379%2C18.189%2C106.254%2C25.509%2C36.286%2C7.4%2C73.575%2C13.691%2C110.833%2C18.691%2C37.751%2C5.067%2C76.385%2C8.935%2C114.83%2C11.5%2C39.015%2C2.6%2C78.8%2C3.917%2C118.245%2C3.917s79.231-1.318%2C118.246-3.917c38.444-2.561%2C77.08-6.428%2C114.83-11.5%2C37.257-5%2C74.547-11.29%2C110.832-18.691%2C35.877-7.32%2C71.626-15.9%2C106.254-25.509%2C34.3-9.515%2C68.316-20.262%2C101.094-31.942q4.127-1.47%2C8.243-2.967v584.051C-1300.913%2C3215.051-1318.8%2C3214.576-1336.544%2C3213.942Z%22%20transform%3D%22translate%283203%20-2169%29%22%2F%3E%3C%2Fsvg%3E") top center/cover no-repeat
}

.p-index__hero {
    height: calc(100vh - 70px)
}

.p-career__owner-header .p-index__hero-sp h2,
.p-index__hero-sp .c-title__en,
.p-index__hero-sp .p-career__owner-header h2,
.p-index__hero-sp .p-rinen__history h2,
.p-index__hero-sp .p-rinen__message h2,
.p-index__hero-sp .u-font-park,
.p-rinen__history .p-index__hero-sp h2,
.p-rinen__message .p-index__hero-sp h2 {
    font-size: 20px;
    width: 100%;
    left: 0;
    top: -15%
}

.p-index__hero h2 {
    font-size: 2.5em;
    top: 30%;
    right: -40%;
    -webkit-transform: translate(-50%, -10%) rotate(15deg);
    -ms-transform: translate(-50%, -10%) rotate(15deg);
    transform: translate(-50%, -10%) rotate(15deg);
    color: #FFF;
    z-index: 20
}

@media (min-width:992px) {
    .l-page__section {
        margin-top: 200px
    }

    .p-index__bg-bottom {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22309%22%20height%3D%22589%22%20viewBox%3D%220%200%20309%20589%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23f5f5f5%22%20d%3D%22M-3001%2C949.495V361.146q6.96-.325%2C14-.326c162.924%2C0%2C295%2C131.853%2C295%2C294.5s-132.076%2C294.5-295%2C294.5Q-2994.041%2C949.82-3001%2C949.495Z%22%20transform%3D%22translate%283001%20-360.82%29%22%2F%3E%3C%2Fsvg%3E%20") left center/20% no-repeat
    }

    .p-index__hero {
        height: calc(100vh - 110px)
    }

    .p-index__hero h2 {
        text-align: center;
        right: -10%;
        font-size: 3.43em
    }

    .p-index__hero h2 span {
        font-size: .8em
    }
}

.p-index__hero-badge {
    width: 150px;
    height: 150px;
    bottom: 8%;
    right: 5%
}

.p-index__hero-day {
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #0068B7;
    font-size: 33px
}

.p-index__hero-day span {
    font-size: .5em
}

.p-index__headline {
    border-bottom: 1px solid #4DA1E2
}

.p-index__headline h2 {
    color: #4DA1E2;
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-index__headline h2 {
        font-size: 2.5em
    }
}

.p-index__headline time {
    color: #4DA1E2;
    font-size: .75em
}

@media (min-width:992px) {
    .p-index__headline time {
        font-size: 16px
    }
}

.p-index__headline a {
    font-size: .87em
}

.p-index__headline a,
.p-index__headline a:active,
.p-index__headline a:focus,
.p-index__headline a:hover,
.p-index__headline a:visited {
    color: #000;
    text-decoration: none
}

.p-index__headline a:before {
    content: "";
    bottom: 20%;
    right: 0;
    border-left: 3px solid #4DA1E2;
    border-top: 3px solid #4DA1E2;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 10px;
    width: 10px
}

.p-index__yt a:after,
.p-index__yt a:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
    background-color: transparent;
    opacity: 1
}

.p-index__yt a:before {
    z-index: 2
}

.p-index__yt a:hover:after {
    width: 100%;
    height: 100%;
    background-color: #4DA1E2;
    opacity: .5;
    transition: all .2s ease-in-out
}

.p-index__yt a:hover:before {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.p-index__pickup {
    margin-bottom: 5rem
}

@media (min-width:992px) {
    .p-index__headline a {
        font-size: 16px
    }

    .p-index__pickup {
        margin-bottom: 10rem
    }
}

.p-index__pickup h2 {
    font-size: 1.5em
}

.p-index__pickup-bottom {
    margin-bottom: 3rem
}

.p-index__open {
    background-color: #F5F5F5
}

.p-index__open-triangle {
    width: 256px;
    height: 256px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22313.271%22%20height%3D%22286.202%22%20viewBox%3D%220%200%20313.271%20286.202%22%3E%3Cpath%20d%3D%22M133.991%2C0%2C267.981%2C231.862H0Z%22%20transform%3D%22matrix%280.974%2C%200.225%2C%20-0.225%2C%200.974%2C%2052.158%2C%200%29%22%20fill%3D%22%23e6f2fa%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat;
    top: 5%;
    left: 0;
    z-index: 0
}

.p-index__open h2 {
    top: -20.5px
}

.p-index__open h2 svg {
    width: 290px;
    height: 41px
}

.p-index__open-card {
    z-index: 1
}

.p-index__open-card .title {
    background-color: #4DA1E2
}

@media (min-width:992px) {
    .p-index__pickup h2 {
        font-size: 2.5em
    }

    .p-index__pickup-bottom {
        margin-bottom: 8rem
    }

    .p-index__open h2 {
        top: -42.6px
    }

    .p-index__open h2 svg {
        width: 708.3px;
        height: 85.2px
    }

    .p-index__open-card dd,
    .p-index__open-card dt {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .p-index__open-card .desc h3 {
        font-size: 3em
    }
}

@media (min-width:1200px) {
    .p-index__open-card .desc h3 {
        font-size: 3.43em
    }
}

.p-index__open-card .desc h3 span {
    font-size: .8em;
    color: #4DA1E2
}

.p-index__open-card .desc p {
    font-size: .75em
}

.p-index__open-card .desc-icon {
    width: 70px;
    height: 62px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22134.693%22%20height%3D%2283.738%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%234da1e2%22%20d%3D%22M120.3.702a7.004%207.004%200%200%201%207.7%206.23l4.249%2040.266a7.004%207.004%200%200%201-6.23%207.7l-78.498%208.284-14.396%2017.894%202.494-16.638-23.03%202.43a7.004%207.004%200%200%201-7.7-6.23L.639%2020.372a7.004%207.004%200%200%201%206.23-7.7Z%22%2F%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23FFF%22%20d%3D%22m32.454%2028.54.247%202.34c.204%201.935.857%202.397%203.006%202.17l2.531-.267c1.505-.159%202.078-.678%202.145-2.327a7.004%207.004%200%200%201-2.06-.531c.011.796-.093.951-.57%201.002l-1.89.2c-.741.077-.754-.042-.855-.997l3.869-.408-.491-4.653-6.635.7.192%201.815%204.227-.446.105%201.003Zm-6.903-.89a17.44%2017.44%200%200%201%203.663%203.82l2.264-1.885a18.08%2018.08%200%200%200-3.81-3.606Zm14.808.056.244%202.316c.207%201.959.836%202.427%203.033%202.196l2.626-.278c1.529-.16%202.078-.678%202.164-2.377a6.477%206.477%200%200%201-2.081-.505c.014.82-.09.976-.568%201.026l-1.982.21c-.788.082-.801-.037-.902-.992l4.108-.434-.492-4.656-6.949.733.194%201.839%204.513-.476.104.979Zm3.212%2011.907-1.55%201.105a25.22%2025.22%200%200%201%204.655%202.238l2.848-1.388a44.203%2044.203%200%200%200-4.926-2.063l4.632-.49-.222-2.105-4.08.43-.158-1.504%203.148-.332-.222-2.101-3.152.332-.083-.788c.422-.117.574-.278.576-.495l-3.364.162.149%201.409-2.746.29-.086-.812c.425-.094.577-.254.578-.472l-3.316.157.15%201.409-3.034.32.222%202.101%203.033-.32.159%201.505-3.917.413.223%202.105%204.56-.481a15.791%2015.791%200%200%201-4.02%202.4%2015.029%2015.029%200%200%201%202.032%201.404%204.557%204.557%200%200%201-3.186-1.813l-.816-7.737-5.158.544.28%202.65%202.487-.262.562%205.325c-.85.911-1.791%201.831-2.609%202.545l1.715%202.717a.452.452%200%200%200%20.26-.51%2069.079%2069.079%200%200%200%202.372-2.883c2.468%202.565%205.358%202.26%2011.14%201.65%202.436-.257%205.056-.606%206.86-.893a13.064%2013.064%200%200%201%20.578-2.765c-2.253.43-5.61.881-8.475%201.184a82.125%2082.125%200%200%201-3.757.324%209.579%209.579%200%200%201-2.151-.059%2021.95%2021.95%200%200%200%204.514-2.992.6.6%200%200%200%20.574-.277l-2.366-.64Zm-1.527-3.489.158%201.505-2.746.29-.159-1.505Zm26.327-12.05a8.254%208.254%200%200%200-1.278%201.386%2019.327%2019.327%200%200%201%202.899%202.302%206.06%206.06%200%200%200%201.325-1.44%2017.832%2017.832%200%200%200-2.946-2.248Zm-2.203%202.236a8.923%208.923%200%200%200-1.256%201.364%2021.07%2021.07%200%200%201%202.882%202.376%205.18%205.18%200%200%200%201.323-1.419%2018.43%2018.43%200%200%200-2.949-2.32Zm-1.224%208.991c2.337%201.782%204.894%203.589%206.598%204.636a5.613%205.613%200%200%200%201.974-3.033%2070.464%2070.464%200%200%201-7.536-4.827c-1.672-1.2-2.942-2.249-4.294-3.169a3.902%203.902%200%200%200-2.86-.784%203.502%203.502%200%200%200-2.376%201.506c-1.129%201.471-2.296%203.188-3.635%204.681a24.425%2024.425%200%200%201-2.144%202.11%207.386%207.386%200%200%200%202.948%202.08%2062.37%2062.37%200%200%200%204.704-6.22%201.612%201.612%200%200%201%201.014-.686%201.752%201.752%200%200%201%201.321.392Zm22.265-6.84a6.88%206.88%200%200%200-2.933%201.033c.42-.6%201.152-1.473%202.007-2.481a111.238%20111.238%200%200%201%203.9-4.227%208.194%208.194%200%200%200-1.547-2.082c-1.07.354-5.902%201.275-7.848%201.6a18.08%2018.08%200%200%201-2.27.216%2013.894%2013.894%200%200%200%20.933%202.896c2.176-.423%204.415-.949%205.732-1.281-.63.887-1.96%202.476-3.263%204.087-1.453%201.795-3.944%204.955-5.377%206.942a9.684%209.684%200%200%200%202.452%202.18c1.457-2.67%203.464-5.847%207.619-6.285%202.865-.303%204.755.898%204.976%202.996a3.644%203.644%200%200%201-1.52%203.448%204.913%204.913%200%200%200-5.405-3.172%203.478%203.478%200%200%200-3.326%203.755c.224%202.126%202.304%203.717%205.715%203.357%205.373-.567%207.943-4.122%207.568-7.68-.404-3.869-3.405-5.725-7.413-5.303Zm-.75%2010.292c-1.36.144-2.246-.246-2.33-1.034a.984.984%200%200%201%201.002-.999%202.276%202.276%200%200%201%202.399%201.876c-.332.055-.688.117-1.07.157Zm15.296-19.12-3.725.394%201.803%2012.51%202.77-.292Zm.103%2018.823a2.048%202.048%200%200%200%201.876-2.395%202.07%202.07%200%200%200-2.333-1.975%202.082%202.082%200%200%200-1.874%202.419%202.061%202.061%200%200%200%202.33%201.951Z%22%2F%3E%3C%2Fsvg%3E%20") center center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 13em;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
}

@media (min-width:992px) {
    .p-index__open-card .desc p {
        font-size: 16px
    }

    .p-index__open-card .desc-icon {
        width: 134px;
        height: 82px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22134.693%22%20height%3D%2283.738%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%234da1e2%22%20d%3D%22M120.3.702a7.004%207.004%200%200%201%207.7%206.23l4.249%2040.266a7.004%207.004%200%200%201-6.23%207.7l-78.498%208.284-14.396%2017.894%202.494-16.638-23.03%202.43a7.004%207.004%200%200%201-7.7-6.23L.639%2020.372a7.004%207.004%200%200%201%206.23-7.7Z%22%2F%3E%3Cpath%20class%3D%22b%22%20fill%3D%22%23FFF%22%20d%3D%22m32.454%2028.54.247%202.34c.204%201.935.857%202.397%203.006%202.17l2.531-.267c1.505-.159%202.078-.678%202.145-2.327a7.004%207.004%200%200%201-2.06-.531c.011.796-.093.951-.57%201.002l-1.89.2c-.741.077-.754-.042-.855-.997l3.869-.408-.491-4.653-6.635.7.192%201.815%204.227-.446.105%201.003Zm-6.903-.89a17.44%2017.44%200%200%201%203.663%203.82l2.264-1.885a18.08%2018.08%200%200%200-3.81-3.606Zm14.808.056.244%202.316c.207%201.959.836%202.427%203.033%202.196l2.626-.278c1.529-.16%202.078-.678%202.164-2.377a6.477%206.477%200%200%201-2.081-.505c.014.82-.09.976-.568%201.026l-1.982.21c-.788.082-.801-.037-.902-.992l4.108-.434-.492-4.656-6.949.733.194%201.839%204.513-.476.104.979Zm3.212%2011.907-1.55%201.105a25.22%2025.22%200%200%201%204.655%202.238l2.848-1.388a44.203%2044.203%200%200%200-4.926-2.063l4.632-.49-.222-2.105-4.08.43-.158-1.504%203.148-.332-.222-2.101-3.152.332-.083-.788c.422-.117.574-.278.576-.495l-3.364.162.149%201.409-2.746.29-.086-.812c.425-.094.577-.254.578-.472l-3.316.157.15%201.409-3.034.32.222%202.101%203.033-.32.159%201.505-3.917.413.223%202.105%204.56-.481a15.791%2015.791%200%200%201-4.02%202.4%2015.029%2015.029%200%200%201%202.032%201.404%204.557%204.557%200%200%201-3.186-1.813l-.816-7.737-5.158.544.28%202.65%202.487-.262.562%205.325c-.85.911-1.791%201.831-2.609%202.545l1.715%202.717a.452.452%200%200%200%20.26-.51%2069.079%2069.079%200%200%200%202.372-2.883c2.468%202.565%205.358%202.26%2011.14%201.65%202.436-.257%205.056-.606%206.86-.893a13.064%2013.064%200%200%201%20.578-2.765c-2.253.43-5.61.881-8.475%201.184a82.125%2082.125%200%200%201-3.757.324%209.579%209.579%200%200%201-2.151-.059%2021.95%2021.95%200%200%200%204.514-2.992.6.6%200%200%200%20.574-.277l-2.366-.64Zm-1.527-3.489.158%201.505-2.746.29-.159-1.505Zm26.327-12.05a8.254%208.254%200%200%200-1.278%201.386%2019.327%2019.327%200%200%201%202.899%202.302%206.06%206.06%200%200%200%201.325-1.44%2017.832%2017.832%200%200%200-2.946-2.248Zm-2.203%202.236a8.923%208.923%200%200%200-1.256%201.364%2021.07%2021.07%200%200%201%202.882%202.376%205.18%205.18%200%200%200%201.323-1.419%2018.43%2018.43%200%200%200-2.949-2.32Zm-1.224%208.991c2.337%201.782%204.894%203.589%206.598%204.636a5.613%205.613%200%200%200%201.974-3.033%2070.464%2070.464%200%200%201-7.536-4.827c-1.672-1.2-2.942-2.249-4.294-3.169a3.902%203.902%200%200%200-2.86-.784%203.502%203.502%200%200%200-2.376%201.506c-1.129%201.471-2.296%203.188-3.635%204.681a24.425%2024.425%200%200%201-2.144%202.11%207.386%207.386%200%200%200%202.948%202.08%2062.37%2062.37%200%200%200%204.704-6.22%201.612%201.612%200%200%201%201.014-.686%201.752%201.752%200%200%201%201.321.392Zm22.265-6.84a6.88%206.88%200%200%200-2.933%201.033c.42-.6%201.152-1.473%202.007-2.481a111.238%20111.238%200%200%201%203.9-4.227%208.194%208.194%200%200%200-1.547-2.082c-1.07.354-5.902%201.275-7.848%201.6a18.08%2018.08%200%200%201-2.27.216%2013.894%2013.894%200%200%200%20.933%202.896c2.176-.423%204.415-.949%205.732-1.281-.63.887-1.96%202.476-3.263%204.087-1.453%201.795-3.944%204.955-5.377%206.942a9.684%209.684%200%200%200%202.452%202.18c1.457-2.67%203.464-5.847%207.619-6.285%202.865-.303%204.755.898%204.976%202.996a3.644%203.644%200%200%201-1.52%203.448%204.913%204.913%200%200%200-5.405-3.172%203.478%203.478%200%200%200-3.326%203.755c.224%202.126%202.304%203.717%205.715%203.357%205.373-.567%207.943-4.122%207.568-7.68-.404-3.869-3.405-5.725-7.413-5.303Zm-.75%2010.292c-1.36.144-2.246-.246-2.33-1.034a.984.984%200%200%201%201.002-.999%202.276%202.276%200%200%201%202.399%201.876c-.332.055-.688.117-1.07.157Zm15.296-19.12-3.725.394%201.803%2012.51%202.77-.292Zm.103%2018.823a2.048%202.048%200%200%200%201.876-2.395%202.07%202.07%200%200%200-2.333-1.975%202.082%202.082%200%200%200-1.874%202.419%202.061%202.061%200%200%200%202.33%201.951Z%22%2F%3E%3C%2Fsvg%3E%20") center center/contain no-repeat;
        position: relative;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.p-index__open-list .wrap {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #FFF
}

@media (min-width:768px) {
    .p-index__open-list .wrap {
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }
}

@media (min-width:1200px) {
    .p-index__open-list .wrap {
        max-width: 24%;
        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }
}

.p-index__open-list .wrap a:hover {
    text-decoration: none
}

.p-index__open-list .wrap .left {
    max-width: 40%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    background-color: #4DA1E2
}

@media (min-width:1200px) {
    .p-index__open-list .wrap .left {
        max-width: 45%;
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

.p-index__open-list .wrap .left a,
.p-index__open-list .wrap .left a:active,
.p-index__open-list .wrap .left a:focus,
.p-index__open-list .wrap .left a:hover,
.p-index__open-list .wrap .left a:visited {
    color: #FFF;
    text-decoration: none
}

.p-index__open-list .wrap .right {
    background-color: #0068B7;
    max-width: 60%;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

@media (min-width:1200px) {
    .p-index__open-list .wrap .right {
        max-width: 55%;
        -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%
    }
}

.p-index__open-list .wrap .right a time {
    font-size: 2.5em;
    color: #FFF
}

.p-index__open-list .wrap .right a time span {
    font-size: .4em
}

.p-index__open-list .wrap .right a .tag {
    color: #FFF;
    border-radius: 15px;
    font-size: .75em !important
}

.p-index__open-list .wrap .right a .tag.blue {
    background-color: #4DA1E2
}

.p-index__open-list .wrap .right a .tag.yellow {
    background-color: #FFE869
}

.p-index__open-list .wrap .right a .tag.red {
    color: #FFF;
    background-color: #D9534F
}

.p-index__concept {
    overflow-x: hidden
}

.p-index__concept:before {
    z-index: -1;
    top: 0;
    right: 0
}

@media (min-width:992px) {
    .p-index__concept:before {
        content: "";
        width: 383px;
        height: 383px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22373.805%22%20height%3D%22397.816%22%20viewBox%3D%220%200%20373.805%20397.816%22%3E%3Cpath%20d%3D%22M-3171.805%2C741.732-2798%2C451.1V848.919Z%22%20transform%3D%22translate%283171.805%20-451.104%29%22%20fill%3D%22%23f9edf3%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat;
        will-change: animation;
        -webkit-animation: 60s linear Rotate infinite;
        animation: 60s linear Rotate infinite
    }
}

.p-index__concept-bg {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22758.144%22%20viewBox%3D%220%200%201920%20758.144%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23e6f2fa%22%20d%3D%22M-3014%2C1065.144V466.418C-2803.388%2C369.988-2455.722%2C307-2062.5%2C307c404.007%2C0%2C759.906%2C66.481%2C968.5%2C167.418v590.726Z%22%20transform%3D%22translate%283014%20-307%29%22%2F%3E%3C%2Fsvg%3E") top center/contain no-repeat
}

@media (min-width:992px) {
    .p-index__concept-bg {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22758.144%22%20viewBox%3D%220%200%201920%20758.144%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23e6f2fa%22%20d%3D%22M-3014%2C1065.144V466.418C-2803.388%2C369.988-2455.722%2C307-2062.5%2C307c404.007%2C0%2C759.906%2C66.481%2C968.5%2C167.418v590.726Z%22%20transform%3D%22translate%283014%20-307%29%22%2F%3E%3C%2Fsvg%3E") top center/cover no-repeat
    }
}

.p-index__concept-inner {
    background-color: #E6F2FA
}

.p-index__concept-title {
    color: #0068B7;
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-index__concept-inner {
        background-color: transparent
    }

    .p-index__concept-title {
        font-size: 1.68em
    }
}

.p-index__concept-title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E6F2FA));
    background: -webkit-linear-gradient(transparent 60%, #E6F2FA 60%);
    background: linear-gradient(transparent 60%, #E6F2FA 60%)
}

.p-index__concept-title span:before {
    content: "";
    background: url(assets/img/icon/icon-kira.png) center center/contain no-repeat;
    height: 20px;
    width: 35px;
    right: -24px;
    right: -1.5rem;
    top: -8px;
    top: -.5rem
}

.p-index__concept-list {
    margin-bottom: 0;
}

.p-index__concept-list li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -10%
}

@media (min-width:992px) {
    .p-index__concept-list li {
        max-width: 24%;
        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }
}

.p-index__concept-list li.c-btn__contact {
    max-width: 400px
}

.p-index__concept-list li .title h4 {
    font-size: 1.5em
}

.p-index__concept-list li:nth-child(1) .title:before {
    top: 24px;
    top: 1.5rem;
    content: "";
    width: 70px;
    height: 70px;
    background: url(assets/img/icon/icon-point-01.png) center/contain no-repeat
}

.p-index__concept-list li:nth-child(2) .title:before {
    top: 24px;
    top: 1.5rem;
    content: "";
    width: 70px;
    height: 70px;
    background: url(assets/img/icon/icon-point-02.png) center/contain no-repeat
}

.p-index__concept-list li:nth-child(3) .title:before {
    top: 24px;
    top: 1.5rem;
    content: "";
    width: 70px;
    height: 70px;
    background: url(assets/img/icon/icon-point-03.png) center/contain no-repeat
}

.p-index__concept-list li:nth-child(4) .title:before {
    top: 24px;
    top: 1.5rem;
    content: "";
    width: 70px;
    height: 70px;
    background: url(assets/img/icon/icon-point-04.png) center/contain no-repeat
}

.p-index__concept-card {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 100%
}

.p-index__concept-card h5 {
    font-size: 16px
}

.p-index__course-btn {
    max-width: 80%;
    bottom: 13%;
    z-index: 5;
    background: -webkit-linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box;
    background: linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box;
    left: 0;
    right: 0
}

@media (min-width:992px) {
    .p-index__course-btn {
        left: 2.5rem;
        right: auto;
        right: initial;
        max-width: 200px
    }
}

.p-index__sns-list {
    max-width: 566px
}

.p-index__sns-bottom {
    max-width: 980px
}

.p-index__sns-bottom .item {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.p-index__sns-bottom h3 {
    color: #4DA1E2;
    font-size: 1.5em
}

.p-index__sns-bottom h3:before {
    content: ""
}

.p-index__sns-bottom .title-ig:before {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.73%22%20height%3D%2217.744%22%20viewBox%3D%220%200%2017.73%2017.744%22%3E%3Cg%20transform%3D%22translate%28-3.133%20-3.13%29%22%3E%3Cpath%20d%3D%22M12%2C3.139c-3.631%2C0-7.079-.323-8.4%2C3.057-.544%2C1.4-.465%2C3.209-.465%2C5.8%2C0%2C2.278-.073%2C4.419.465%2C5.8%2C1.314%2C3.382%2C4.79%2C3.058%2C8.394%2C3.058%2C3.477%2C0%2C7.062.362%2C8.4-3.058.545-1.41.465-3.2.465-5.8%2C0-3.462.191-5.7-1.488-7.375-1.7-1.7-4-1.487-7.374-1.487Zm-.794%2C1.6c7.574-.012%2C8.538-.854%2C8.006%2C10.843-.189%2C4.137-3.339%2C3.683-7.211%2C3.683-7.06%2C0-7.263-.2-7.263-7.265%2C0-7.145.56-7.257%2C6.468-7.263Zm5.524%2C1.471A1.063%2C1.063%2C0%2C1%2C0%2C17.791%2C7.27%2C1.063%2C1.063%2C0%2C0%2C0%2C16.728%2C6.207ZM12%2C7.45A4.55%2C4.55%2C0%2C1%2C0%2C16.547%2C12%2C4.551%2C4.551%2C0%2C0%2C0%2C12%2C7.45Zm0%2C1.6c3.9%2C0%2C3.91%2C5.908%2C0%2C5.908S8.088%2C9.047%2C12%2C9.047Z%22%20fill%3D%22%234da1e2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.p-index__sns-bottom .title-tw:before {
    display: inline-block;
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(81%) saturate(353%) hue-rotate(166deg) brightness(89%) contrast(98%);
    background: url("data:image/webp;base64,UklGRiABAABXRUJQVlA4WAoAAAAQAAAAEAAAEQAAQUxQSNMAAAABgDNt22FX/h1VPK4yY6e3bfwBVql2tkvlpLP6ky6Tip1d2rZtO/l2I2ICzN/f398yiqXbzoaDfJeSa2dR9rUvxJzoaB8WBLymAtT3oD8rBly2i/iv2ZaIufbHebsSccS1Cw2rjtMdKJdO2Gi2t1ZsVTjOFRL0lIlaj9tAqrY1aqjf1jDeoMZ1/7oZl+soJZftUpfrBOQzjchusRWkaye6zaK2GXtgoBfdTsG/0m1nAMOlRMaVCYqPnRFmXzvTMET6VwiKLdtDk99yRgLK2ry8vLwsAFZQOCAmAAAA0AIAnQEqEQASAD6RRJ1KpaOioagIALASCWkAAD2joAD++M8awAA=") center center/contain no-repeat
}

.p-index__sns-bottom .title-yt:before {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.466%22%20height%3D%2215.188%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%234da1e2%22%20d%3D%22M.48%2012.845a2.722%202.722%200%200%200%201.867%201.892c2.205.6%2014.565.6%2016.8%200a2.732%202.732%200%200%200%201.868-1.892%2031.058%2031.058%200%200%200-.027-10.677l.027.176A2.722%202.722%200%200%200%2019.148.452c-2.176-.591-14.567-.613-16.8%200A2.733%202.733%200%200%200%20.48%202.344a28.932%2028.932%200%200%200%200%2010.5Zm8.121-1.987V4.339l5.6%203.264Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.p-index__sns-bottom .title-tk:before {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.017%22%20height%3D%2218.098%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%234da1e2%22%20d%3D%22M16.017%207.758V4.599a4.428%204.428%200%200%201-3.337-1.162A4.95%204.95%200%200%201%2011.5.3V.07L8.509%200v12.831a2.781%202.781%200%201%201-1.8-3.12V6.652a5.918%205.918%200%200%200-.945-.078%205.762%205.762%200%201%200%205.762%205.762%205.873%205.873%200%200%200-.044-.706V6.54a8.053%208.053%200%200%200%204.535%201.218Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat
}

.p-index__sns-bottom .tw {
    overflow: scroll;
    max-height: 370px
}

@media (min-width:992px) {
    .p-index__sns-bottom .item {
        max-width: 440px
    }

    .p-index__sns-bottom .tw {
        max-height: 430px
    }
}

.p-index__sns-bottom .tw iframe {
    width: 100%
}

.p-index__info {
    background: url(assets/img/bg/bg-note-pink.png) center/cover no-repeat
}

.p-index__info-title {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {
    .p-index__info-title {
        max-width: 33%;
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

.p-index__info-title h3 {
    font-size: 1rem
}

.p-index__info-news {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {
    .p-index__info-news {
        max-width: 66%;
        -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%
    }
}

.p-index__info ul {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.p-index__info ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.p-index__info ul li .link,
.p-index__info ul li .link:active,
.p-index__info ul li .link:focus,
.p-index__info ul li .link:hover,
.p-index__info ul li .link:visited {
    color: #000;
    text-decoration: none
}

@media (min-width:992px) {
    .p-index__info ul li {
        max-width: 48%;
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .p-index__info ul li .link .left {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.p-index__info ul li .link .right {
    border: 2px solid #4DA1E2;
    color: #4DA1E2;
    font-size: .75em;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.p-index__info ul li time {
    color: #5D5D5D;
    font-size: .75em
}

.p-index__info-img.new:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22108%22%20height%3D%22108%22%20viewBox%3D%220%200%20108%20108%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.8%22%20y1%3D%220.156%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%234da1e2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231ecbe0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-528%20-6681.821%29%22%3E%3Cpath%20d%3D%22M54%2C0A54%2C54%2C0%2C1%2C1%2C0%2C54%2C54%2C54%2C0%2C0%2C1%2C54%2C0Z%22%20transform%3D%22translate%28528%206681.821%29%22%20fill%3D%22url%28%23a%29%22%2F%3E%3Cpath%20d%3D%22M-2.5-25.84c0-.36-.4-.72-.68-1.08-.12-.08-.32-.08-.44-.2-.16-.04%2C0-.4-.16-.52a2.082%2C2.082%2C0%2C0%2C0-1.4-.6%2C1.211%2C1.211%2C0%2C0%2C0-1.04.68c-.08.04%2C0%2C.2-.08.24-.08.16-.2.2-.24.32a5%2C5%2C0%2C0%2C0-.4%2C1.6%2C8.471%2C8.471%2C0%2C0%2C0-.48%2C1.64c0%2C1.8-.92%2C3.4-1.08%2C5.24-.04.76-1%2C.52-.8%2C1.6.08.36.56.72.4%2C1.12-.2.36-.52.84-.68%2C1.2-.32.64%2C0%2C1.16-.56%2C1.84-.24.32-.2.56-.2%2C1.04a3.52%2C3.52%2C0%2C0%2C1-.2%2C1.32c-.08.48-.6%2C1.04-.6%2C1.48a9.011%2C9.011%2C0%2C0%2C1-.6%2C3.08h-.36c-.48-.96-.64-2.68-1.32-3.56a6.12%2C6.12%2C0%2C0%2C1-.6-1.76c-.16-.28-.68-.64-.68-.84a8.206%2C8.206%2C0%2C0%2C0-.4-1.64c-.28-.52-.6-1.08-.84-1.56-.2-.32-.6-.64-.68-.84-.08-.16%2C0-.32-.08-.4-.24-.48-.6-.32-.88-1.12-.2-.68-.92-1.2-1.24-1.8-.16-.2-.16-.56-.36-.64-.12-.04-.36-.12-.44-.16-.48-.24-.76-1.56-1.12-2-.28-.36-.68-.68-1-1.08-.24-.36-.68-1.36-1.16-1.52-1.64-.4-2.4-1.96-3.8-2.24-.24-.04-.88-.32-1.08-.32-.24%2C0-.44.08-.64.08a1.677%2C1.677%2C0%2C0%2C0-1.76%2C1.64c0%2C.4.68.76.68%2C1.44a17.011%2C17.011%2C0%2C0%2C1-.6%2C3.04c-.04.28-.2.36-.2.52%2C0%2C.48.12.96.12%2C1.4%2C0%2C.4-.56.68-.56%2C1.04%2C0%2C.52-.28.76-.4%2C1.2a8.3%2C8.3%2C0%2C0%2C0-.24%2C2%2C2.678%2C2.678%2C0%2C0%2C1%2C0%2C.8%2C4.617%2C4.617%2C0%2C0%2C0-.36%2C1.04c0%2C.12.04.28.04.48%2C0%2C1.44-1.2%2C2.72-1.2%2C4.24a10.77%2C10.77%2C0%2C0%2C1-.04%2C1.96c-.04.24-.36.52-.4.84-.08.48-.08%2C1.04-.2%2C1.48-.28%2C1.28-1.16%2C1.68-1.16%2C3.2A8.493%2C8.493%2C0%2C0%2C0-34.58.84a7.566%2C7.566%2C0%2C0%2C1%2C.2.92%2C1.427%2C1.427%2C0%2C0%2C0%2C1.56%2C1.56c.64%2C0%2C1.6-.36%2C1.6-1%2C0-.4-.16-.76-.16-1.16a6.44%2C6.44%2C0%2C0%2C1%2C.16-1.48c.12-.32.4-.6.52-.88a20.622%2C20.622%2C0%2C0%2C1%2C.92-2.64%2C1.652%2C1.652%2C0%2C0%2C0%2C.28-.72c0-.24-.04-.4-.04-.64%2C0-.8.32-1.56.32-2.32%2C0-.32-.2-.64-.2-1a12.219%2C12.219%2C0%2C0%2C1%2C.52-2.68c.52-1.76%2C1.16-3.52%2C1.68-5.16.08-.4-.08-1%2C.08-1.36a6.126%2C6.126%2C0%2C0%2C0%2C.84-2.44c0-.28-.28-.48-.4-.76.28-.44.32-1%2C.6-1.4h.16c.6%2C0%2C1.36%2C1.28%2C1.76%2C1.68.24.24%2C1.2.8%2C1.28%2C1.08.16.56.68.8.92%2C1.32.24.32.36.84.6%2C1.12A27.385%2C27.385%2C0%2C0%2C1-18.3-12.2c.2.28.6.44.72.8.4%2C1.04.04%2C1.08%2C1.08%2C2.08.32.36.2.88.32%2C1.16a13.46%2C13.46%2C0%2C0%2C1%2C.76%2C1.52%2C5.284%2C5.284%2C0%2C0%2C0%2C.48%2C1.24c.2.28.16.68.32%2C1a7.1%2C7.1%2C0%2C0%2C1%2C.72%2C1.08c.12.88.72%2C1.72.76%2C2.52a3.034%2C3.034%2C0%2C0%2C0%2C2.32%2C2.2c.72%2C0%2C1.04-.88%2C1.04-1.4%2C0-.4-.16-.76-.16-1.12%2C0-.28.32-.6.32-.88%2C0-.16-.16-.32-.16-.44a32.8%2C32.8%2C0%2C0%2C1%2C.4-3.4c.08-.48.6-1.12.6-1.28%2C0-.6.36-1.04.44-1.64.44-2.04%2C1.16-3.44%2C1.36-4.96.04-.4.36-.64.36-1.04A4.738%2C4.738%2C0%2C0%2C1-6.7-15.8c.2-.56.88-.84.68-1.52-.2-.88.68-1.12.6-1.68-.12-.56.44-1%2C.4-1.52.04-.08%2C0-.2.04-.24C-4.42-21.24-3.7-24-3.22-24c.44%2C0%2C.32.2.52.2.32%2C0%2C.36-.2.36-.76a1.264%2C1.264%2C0%2C0%2C0-.2-.84C-2.7-25.56-2.5-25.64-2.5-25.84ZM5.46-.92c.28-.08.28-.48.48-.64%2C1.04-.6%2C1.44-1.08%2C2.48-1.76.64-.4%2C1.12-.44%2C1.36-.64.16-.08.44-.48.8-.6a3.032%2C3.032%2C0%2C0%2C1%2C1.16-1%2C5.581%2C5.581%2C0%2C0%2C0%2C1.28-1.36.88.88%2C0%2C0%2C0%2C.16-.52c0-.4-.12-.72-1.04-.72C11.66-8.16%2C9.38-6%2C9.06-5.8A21.009%2C21.009%2C0%2C0%2C0%2C6.82-4.44%2C10.744%2C10.744%2C0%2C0%2C1%2C3.66-2.52a7.75%2C7.75%2C0%2C0%2C1-2.8.96H.74c-.16%2C0%2C0-.28-.12-.36a2.043%2C2.043%2C0%2C0%2C1-.8-.72c0-.72%2C0-2.48-.04-3.16.4-.6%2C1.04-.56%2C1.64-1%2C.24-.2.64-.44.8-.56%2C1.04-.56%2C1.24-1.08%2C1.96-1.4.2-.08.08-.08.44-.4A11.667%2C11.667%2C0%2C0%2C0%2C6.38-11.2a2.645%2C2.645%2C0%2C0%2C0%2C.04-.76c0-.6-.04-1.16-.04-1.8-.84-.8-1.72-2.4-3.56-1.76a8.193%2C8.193%2C0%2C0%2C0-3.68%2C2.4c-.48%2C1.16-1.08%2C1.72-1.12%2C2.88%2C0%2C.48-.36.88-.44%2C1.4A6.019%2C6.019%2C0%2C0%2C0-2.5-7.4c-.2.84-1%2C1.2-1.04%2C1.68-.04.6.56.6.64%2C1.28.08.48-.24%2C1.24%2C0%2C1.8.2.44.64.88.84%2C1.4.28.72.68%2C1.96%2C1.8%2C1.96A15.963%2C15.963%2C0%2C0%2C0%2C2.54%2C0C3.46-.8%2C4.22-.44%2C5.46-.92Zm-2.2-11.8c0%2C.36.52.56.52.8.04%2C1.8-1.2%2C2.28-2.76%2C3.32-.16.08-.36.2-.64.36-.24.08-.52.08-.52-.2%2C0-.92.96-1.48.96-2.08%2C0-.32-.16-.48-.16-.64%2C0-.6%2C1.36-1.8%2C1.88-2.04A.5.5%2C0%2C0%2C1%2C3.26-12.72ZM32.18-5.16c.28%2C0%2C1.2.2%2C1.8.2a7.524%2C7.524%2C0%2C0%2C0%2C2.2-.76%2C1.731%2C1.731%2C0%2C0%2C0%2C.88-2.04A.507.507%2C0%2C0%2C0%2C36.54-8c-.6%2C0-2.6%2C1.08-3.2%2C1-.28-.04-.6-.12-.76-.12-.4%2C0-.52-.24-.52-.6%2C0-.32.32-.48.44-.8a5.023%2C5.023%2C0%2C0%2C0%2C.24-1.52v-.48c-.08-.48.24-.88.24-1.28%2C0-.44-.08-1.04-.12-1.52-.36-.24-.88-.68-1.32-.68%2C0%2C0-.04-.04-.16%2C0-2.12.96-3.08%2C3.4-3.32%2C5.36%2C0%2C.08-.12.2-.12.32v.68c0%2C.84.6%2C1.2.6%2C1.92a3.588%2C3.588%2C0%2C0%2C1-.08.88c-.36.72-.48%2C1.48-.8%2C2.2A3.915%2C3.915%2C0%2C0%2C1%2C25.34-.6a2.344%2C2.344%2C0%2C0%2C1-.84-1.56c0-.16.08-.36%2C0-.48a1.483%2C1.483%2C0%2C0%2C0%2C.16-.6c0-.48-.2-.92-.2-1.48%2C0-.52-.08-1.12-.08-1.72%2C0-.32.2-.68.2-1%2C0-.6-.2-1.2-1-1.2-.4%2C0-.64.08-1%2C.08-.48%2C0-.68-.24-.92-.24a1.385%2C1.385%2C0%2C0%2C0-.68.6c-.08.56-.84.88-1.12%2C1.44-.32.56-1%2C1.64-1.4%2C2.2-.16.2-.28.76-.68.76a.429.429%2C0%2C0%2C1-.4-.4c0-.52.36-.84.36-1.32%2C0-.28.04-1.24.04-1.48%2C0-.64.4-1.4.4-2.2%2C0-1.16-.72-1.56-2-1.56a3.707%2C3.707%2C0%2C0%2C0-2.8%2C1.12c-.72.64-1.36%2C1.04-1.84%2C1.52-.16.28-.12.4-.24.6a1.517%2C1.517%2C0%2C0%2C0-.56%2C1.08.609.609%2C0%2C0%2C0%2C.56.64%2C4.316%2C4.316%2C0%2C0%2C0%2C1.28-.52%2C2.388%2C2.388%2C0%2C0%2C0%2C1.08-1c.24-.48.44-.52.8-.52a.574.574%2C0%2C0%2C1%2C.52.6c0%2C.84-.64%2C2.32-.64%2C3.2%2C0%2C.48.16%2C1%2C.16%2C1.48%2C0%2C.56-.24.96-.24%2C1.44%2C0%2C1.28.92%2C1.64%2C2.24%2C1.64.6%2C0%2C3.68-5.08%2C4.2-5.56.04-.08.24-.08.24-.08h.2c.52%2C1%2C.32%2C3.92.64%2C4.88.28.64%2C1.88%2C1.44%2C2.6%2C1.64a5.925%2C5.925%2C0%2C0%2C0%2C.76.12c2.64%2C0%2C5.24-3.12%2C5.6-5.28a2.2%2C2.2%2C0%2C0%2C1%2C.8-1.28A2.2%2C2.2%2C0%2C0%2C1%2C32.18-5.16Z%22%20transform%3D%22translate%28582%206745.821%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
    top: -30px;
    right: 20px
}

.p-index__info-img img {
    width: 100%;
    height: 168px;
    object-fit: cover
}

@media (min-width:992px) {
    .p-index__info ul li .link .right {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: right;
        border-top: none;
        border-left: none;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .p-index__info-img img {
        height: 200px
    }
}

.p-index__info-desc {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1199.98px) {

    .p-index__concept .animate__delay-1s,
    .p-index__concept .animate__delay-2s,
    .p-index__concept .animate__delay-3s,
    .p-index__concept .animate__delay-4s,
    .p-index__concept .animate__delay-5s,
    .p-index__info .animate__delay-1s,
    .p-index__info .animate__delay-2s {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

.p-index__footer {
    background: url(assets/img/bg/bg-note-grey.png) center/cover no-repeat
}

.p-index__footer a {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.p-about__header {
    font-weight: 700;
    font-size: 22px
}

@media (min-width:768px) {
    .p-about__header {
        font-size: 1.68em;
        font-weight: 400
    }
}

@media (min-width:992px) {
    .p-index__footer a {
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

    .p-about__header {
        font-size: 2em
    }
}

@media (min-width:1200px) {
    .p-about__header {
        font-size: 2.5em
    }
}

@media (min-width:1920px) {
    .p-about__header {
        font-size: 4em
    }
}

.p-about__header h1 img {
    height: 160vw;
    object-fit: cover
}

.p-about__header-content {
    font-size: 16px;
    margin-top: -8rem
}

@media (min-width:768px) {
    .p-about__header h1 img {
        height: auto;
        -o-object-position: center;
        object-position: center
    }

    .p-about__header-content {
        margin-top: -2rem;
        font-size: 24px
    }
}

.p-about__header-content .inner {
    background-color: #FFF;
    padding: 4rem
}

@media (min-width:992px) {
    .p-about__header-content .inner {
        width: 50%;
        margin-left: 8%;
        padding: 4rem 8rem
    }
}

.p-about__header-content .left,
.p-about__header-content .right {
    width: 72px;
    height: 84px
}

.p-about__header-content .left:after,
.p-about__header-content .left:before,
.p-about__header-content .right:after,
.p-about__header-content .right:before {
    content: "";
    background-color: #000
}

.p-about__header-content .left:before,
.p-about__header-content .right:before {
    width: 1px
}

.p-about__header-content .left:after,
.p-about__header-content .right:after {
    height: 1px
}

.p-about__header-content .left {
    top: 10px;
    left: 10px
}

.p-about__header-content .left:after {
    top: 24px;
    top: 1.5rem
}

.p-about__header-content .left:before {
    left: 24px;
    left: 1.5rem
}

.p-about__header-content .right {
    right: 10px;
    bottom: 10px
}

.p-about__header-content .right:after {
    bottom: 24px;
    bottom: 1.5rem
}

.p-about__header-content .right:before {
    right: 24px;
    right: 1.5rem
}

.p-about__employment-title {
    background-color: #FFF;
    border: 2px solid #000;
    font-size: 18px;
    font-weight: 900;
    z-index: 1
}

.p-about__employment-content {
    margin-top: -3em;
    background-color: #eff6fc
}

@media (min-width:992px) {
    .p-about__employment-title {
        max-width: 950px;
        font-size: 2.5em
    }

    .p-about__employment-content {
        margin-top: -5em
    }

    .p-about__employment-content .c-card__employment {
        max-width: 33%;
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

.p-about__employment-content span {
    color: #0068B7
}

.p-about__voice-title {
    font-size: 16px
}

@media (min-width:992px) {
    .p-about__voice-title {
        font-size: 2.5em
    }
}

.p-about__voice-title:after,
.p-about__voice-title:before {
    content: "";
    background-color: #000;
    height: 100%;
    width: 2px;
    top: 50%
}

.p-about__voice-title:before {
    left: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.p-about__voice-title:after {
    right: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.p-about__voice-link {
    margin-top: 5rem;
    max-width: 300px
}

.p-about__faq {
    background-color: #F5F5F5
}

.p-about__faq-title {
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-about__faq-title {
        font-size: 2.5em
    }
}

.p-about__faq-content .question {
    border-radius: 15px
}

.p-about__faq-content .question-1 {
    background-image: -webkit-repeating-linear-gradient(45deg, #F5F3C9, #F5F3C9 2px, #E5DEA9 0, #E5DEA9 4px);
    background-image: repeating-linear-gradient(45deg, #F5F3C9, #F5F3C9 2px, #E5DEA9 0, #E5DEA9 4px)
}

.p-about__faq-content .question-2 {
    background-image: -webkit-repeating-linear-gradient(45deg, #E8BDA2, #E8BDA2 2px, #ECD1B8 0, #ECD1B8 4px);
    background-image: repeating-linear-gradient(45deg, #E8BDA2, #E8BDA2 2px, #ECD1B8 0, #ECD1B8 4px)
}

.p-about__faq-content .question-3 {
    background-image: -webkit-repeating-linear-gradient(45deg, #A1CAAF, #A1CAAF 2px, #CFE0D6 0, #CFE0D6 4px);
    background-image: repeating-linear-gradient(45deg, #A1CAAF, #A1CAAF 2px, #CFE0D6 0, #CFE0D6 4px)
}

.p-about__faq-content .question-4 {
    background-image: -webkit-repeating-linear-gradient(45deg, #D7EAF2, #D7EAF2 2px, #C5E1E8 0, #C5E1E8 4px);
    background-image: repeating-linear-gradient(45deg, #D7EAF2, #D7EAF2 2px, #C5E1E8 0, #C5E1E8 4px)
}

.p-about__faq-content .question .tag {
    border-radius: 50px;
    color: #FFF;
    width: 13em
}

.p-about__faq-content .question .tag-1 {
    background-color: #4DA1E2
}

.p-about__faq-content .question .tag-2 {
    background-color: #036
}

.p-about__faq-content .question .tag-3 {
    background-color: #369
}

.p-about__faq-content .question .tag-4 {
    background-color: #0068B7
}

.p-about__faq-content .question h2 {
    font-size: 16px
}

@media (min-width:992px) {
    .p-about__faq-content .question h2 {
        font-size: 1.5em
    }
}

.p-about__faq-content .answer {
    font-size: 16px
}

@media (min-width:992px) {
    .p-about__faq-content .answer {
        font-size: 18px
    }
}

.p-about__faq-content .answer blockquote {
    background-color: #FFF
}

.p-about__faq-content .answer blockquote h3 {
    font-size: .75em
}

@media (min-width:992px) {
    .p-about__faq-content .answer blockquote h3 {
        font-size: 16px
    }
}

.p-about__faq-content .answer blockquote h3:before {
    content: "■";
    color: #4DA1E2
}

.p-about__faq-content .answer blockquote ul {
    font-size: .75em
}

@media (min-width:992px) {
    .p-about__faq-content .answer blockquote ul {
        font-size: 16px
    }
}

.p-about__faq-content .answer blockquote ul li {
    list-style: disc;
    line-height: 1.5rem
}

.p-about__step {
    background-color: #eff6fc
}

.p-about__step-title {
    font-size: 1.5em;
    border-bottom: 5px solid #4DA1E2;
    max-width: 590px
}

@media (min-width:992px) {
    .p-about__step-title {
        font-size: 2.5em;
        border-bottom: 13px solid #4DA1E2
    }
}

.p-about__message-title {
    font-size: 16px
}

.p-about__message-title:after,
.p-about__message-title:before {
    content: "";
    background-color: #000;
    height: 100%;
    width: 2px;
    top: 50%
}

.p-about__message-title:before {
    left: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.p-about__message-title:after {
    right: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.p-rinen__message:before,
.p-rinen__nav:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

@media (min-width:992px) {
    .p-about__message-title {
        font-size: 2.5em
    }

    .p-about__message .c-btn__contact {
        width: 50% !important
    }
}

.p-about__attraction:before {
    content: none
}

.p-about__attraction .c-btn__contact {
    margin-top: 1em
}

.p-rinen__history h2 {
    color: #0068B7;
    font-style: italic;
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-rinen__history h2 {
        font-size: 2.5em
    }
}

.p-rinen__history p {
    font-size: 16px
}

.p-rinen__history-nav .item .c-btn__contact {
    margin-top: -2rem;
    z-index: 1
}

.p-rinen__history-nav .item .c-btn__contact a {
    padding: 1rem !important
}

.p-rinen__ict-bottom,
.p-rinen__ict-top {
    border-radius: 20px 0;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.p-rinen__ict-bottom h2,
.p-rinen__ict-top h2 {
    font-size: 1.5em
}

@media (min-width:992px) {

    .p-rinen__ict-bottom,
    .p-rinen__ict-top {
        border-radius: 50px 0;
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

    .p-rinen__ict-bottom h2,
    .p-rinen__ict-top h2 {
        font-size: 2.5em
    }
}

.p-rinen__ict-bottom p,
.p-rinen__ict-top p {
    font-size: 16px
}

.p-rinen__ict-top {
    background: url(assets/img/rinen/ict/ict01.png) center/cover no-repeat;
    color: #FFF;
    margin-bottom: 100px
}

.p-rinen__equipment-card h2,
.p-rinen__ict-bottom h2,
.p-rinen__modal h4,
.p-rinen__nav-card h2 {
    color: #0068B7
}

.p-rinen__ict-top .p-rinen__ict-btn {
    bottom: -70px
}

@media (min-width:992px) {

    .p-rinen__ict-bottom p,
    .p-rinen__ict-top p {
        font-size: 18px
    }

    .p-rinen__ict-top {
        margin-bottom: 0
    }

    .p-rinen__ict-top .p-rinen__ict-btn {
        bottom: 0
    }
}

.p-rinen__ict-bottom {
    background: url(assets/img/rinen/ict/ict02.png) center/cover no-repeat
}

.p-rinen__ict-bottom .p-rinen__ict-btn {
    bottom: -20px
}

.p-rinen__ict-btn {
    position: absolute;
    left: 0;
    right: 0
}

.p-rinen__ict-btn .c-btn__contact a {
    background: -webkit-linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box;
    background: linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box
}

.p-rinen__equipment {
    padding-top: 3rem
}

.p-rinen__equipment-card:after,
.p-rinen__equipment-card:before {
    content: "";
    background-color: #000
}

.p-rinen__equipment-card:before {
    height: 1px;
    width: 90px;
    top: 16px;
    top: 1rem;
    left: 16px;
    left: 1rem
}

@media (min-width:992px) {
    .p-rinen__ict-bottom .p-rinen__ict-btn {
        bottom: 3rem;
        position: absolute
    }

    .p-rinen__ict-btn {
        position: relative;
        bottom: auto
    }

    .p-rinen__equipment {
        padding: 10rem 0
    }

    .p-rinen__equipment-card:before {
        width: 130px;
        top: 32px;
        top: 2rem;
        left: 0
    }
}

.p-rinen__equipment-card:after {
    width: 1px;
    top: 0;
    left: 32px;
    left: 2rem;
    height: 80%
}

@media (min-width:992px) {
    .p-rinen__equipment-card:after {
        height: 100%
    }
}

.p-rinen__equipment-card .triangle {
    display: block;
    width: 70px;
    height: 70px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22207.96%22%20height%3D%22188.104%22%20viewBox%3D%220%200%20207.96%20188.104%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23ffe869%22%20d%3D%22M86.046%2C0l86.046%2C117.846H0Z%22%20transform%3D%22translate%28207.96%20102.058%29%20rotate%28150%29%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat;
    left: 0;
    top: -1rem;
    z-index: -1
}

.p-rinen__equipment-card h2,
.p-rinen__equipment-card p {
    font-size: 16px
}

.p-rinen__equipment-card img {
    z-index: 2
}

@media (min-width:992px) {
    .p-rinen__equipment-card .triangle {
        width: 200px;
        height: 200px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22207.96%22%20height%3D%22188.104%22%20viewBox%3D%220%200%20207.96%20188.104%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23ffe869%22%20d%3D%22M86.046%2C0l86.046%2C117.846H0Z%22%20transform%3D%22translate%28207.96%20102.058%29%20rotate%28150%29%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat;
        left: -4rem;
        top: -4rem
    }

    .p-rinen__equipment-card h2 {
        font-size: 2.5em
    }

    .p-rinen__equipment-card img {
        margin-top: 320px
    }

    .p-rinen__equipment-card .text {
        position: absolute;
        top: 0;
        left: 30%
    }
}

@media (min-width:1200px) {
    .p-rinen__equipment-card img {
        margin-top: 250px
    }
}

.p-rinen__equipment-card .c-btn__contact {
    width: 100%;
    margin-left: auto
}

@media (min-width:992px) {
    .p-rinen__equipment-card .c-btn__contact {
        width: 70%
    }

    .p-rinen__equipment-card .c-btn__contact a {
        padding: 1.5rem 0 !important
    }
}

.p-rinen__message {
    background-color: #F5F5F5;
    padding: 3rem 0;
    overflow: hidden
}

.p-rinen__message:before {
    content: "";
    background-color: #FFE869;
    height: 15px;
    width: 100px;
    right: -7%;
    top: 5%;
    transform: rotate(-45deg)
}

.p-rinen__message h2 {
    margin-bottom: 2rem;
    font-size: 27px
}

@media (min-width:992px) {
    .p-rinen__message {
        padding: 8rem 0
    }

    .p-rinen__message:before {
        width: 450px;
        height: 40px;
        right: -10%
    }

    .p-rinen__message h2 {
        font-size: 70px;
        margin-bottom: 7rem
    }
}

.p-rinen__message h2 span {
    font-size: .8em
}

.p-rinen__message-card {
    margin-bottom: 2rem
}

.p-rinen__message-card .right .c-btn__contact a {
    background: -webkit-linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box !important;
    background: linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box !important
}

.p-rinen__message-card .right-name:before {
    content: "";
    height: 5em;
    width: 14px;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#4DA1E2), to(#1ECBE0)) no-repeat;
    background: -webkit-linear-gradient(bottom, #4DA1E2 0, #1ECBE0 100%) no-repeat;
    background: linear-gradient(0deg, #4DA1E2 0, #1ECBE0 100%) no-repeat;
    z-index: 0
}

@media (min-width:992px) {
    .p-rinen__message h2 span {
        font-size: 40px
    }

    .p-rinen__message-card {
        margin-bottom: 5rem
    }

    .p-rinen__message-card .right-name:before {
        height: 7.5em
    }
}

.p-rinen__message-card .right-name h3 {
    border-bottom: 1px solid #000;
    font-size: .75em
}

@media (min-width:992px) {
    .p-rinen__message-card .right-name h3 {
        font-size: 16px
    }
}

.p-rinen__message-card .right-name p {
    font-size: 18px
}

@media (min-width:992px) {
    .p-rinen__message-card .right-name p {
        font-size: 1.68em
    }

    .p-rinen__nav:before {
        content: ""
    }
}

.p-rinen__message-card .right-name p span {
    font-size: .8em
}

.p-rinen__message-card .right-comment {
    background-color: #FFF
}

.p-rinen__message-card .right-link a,
.p-rinen__message-card .right-link a:active,
.p-rinen__message-card .right-link a:focus,
.p-rinen__message-card .right-link a:hover,
.p-rinen__message-card .right-link a:visited {
    color: #0068B7;
    text-decoration: none
}

.p-rinen__nav:before {
    background-color: #FFE869;
    left: -7%;
    top: 0;
    transform: rotate(-45deg);
    width: 450px;
    height: 40px
}

.p-rinen__nav-card {
    border-radius: 20px 0;
    width: 100%;
    height: 220px;
    padding: 2rem
}

.p-rinen__nav-card:first-child {
    margin-bottom: 3rem;
    background: url(assets/img/rinen/bg/banner-1.png) 80%/cover
}

@media (min-width:768px) {
    .p-rinen__nav-card:first-child {
        background-position: center;
        padding-right: 15rem
    }

    .p-rinen__nav-card:last-child {
        padding-right: 15rem
    }
}

.p-rinen__nav-card:last-child {
    background: url(assets/img/rinen/bg/banner-2.png) center/cover
}

.p-rinen__nav-card h2 {
    font-size: 27px
}

@media (min-width:768px) {
    .p-rinen__nav-card h2 {
        font-size: 40px
    }
}

.p-rinen__nav-card p {
    font-size: .75em;
    line-height: 1.5em
}

@media (min-width:768px) {
    .p-rinen__nav-card p {
        font-size: 16px
    }
}

.p-rinen__nav-card .c-btn__contact {
    position: absolute;
    bottom: -1rem;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.p-rinen__modal p {
    font-size: 16px
}

.p-rinen__modal h3 {
    font-size: 1.68em
}

@media (min-width:992px) {
    .p-rinen__nav-card .c-btn__contact {
        position: relative;
        width: 400px;
        margin-left: 0;
        bottom: 0
    }

    .p-rinen__nav-card .c-btn__contact a {
        padding: 1rem 0
    }

    .p-rinen__modal h3 {
        font-size: 2.5em
    }
}

.p-rinen__modal h4 {
    font-size: 16px
}

.p-rinen__modal-profile {
    background-color: #F5F5F5
}

.p-rinen__modal-profile .desc {
    background-color: #D9D9F3
}

.p-oc__header {
    z-index: 2;
    margin-top: 30px
}

@media (min-width:992px) {
    .p-rinen__modal h4 {
        font-size: 20px
    }

    .p-oc__header {
        margin-top: 150px
    }
}

.p-oc__header h1 {
    background-color: #FFF;
    color: #000;
    font-size: 1.5em;
    width: 12em;
    border: 5px solid #000
}

.p-oc__calender {
    margin-top: 30px
}

@media (min-width:992px) {
    .p-oc__header h1 {
        font-size: 3.43em
    }

    .p-oc__calender {
        margin-top: 60px
    }
}

.p-oc__calender .fc-toolbar {
    background-color: #F5F5F5
}

.p-oc__calender .fc-today {
    border-right: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-top: 1px solid #000 !important
}

.p-oc__calender thead td {
    border: none !important
}

.p-oc__calender thead .fc-widget-header .fc-day-header {
    background-color: #fff !important;
    border: none !important
}

.p-oc__calender thead .fc-widget-header .fc-sat {
    color: #0068B7
}

.p-oc__calender thead .fc-widget-header .fc-sun {
    color: #D9534F
}

.p-oc__calender tbody td {
    border-color: #000 !important
}

.p-oc__calender tbody .fc-event-container {
    padding: 5px !important
}

.p-oc__calender tbody .eo-fullcalendar .fc-event {
    font-size: .9em;
    border-radius: 5px;
    margin-bottom: 5px !important
}

.p-oc__event {
    background-color: #F5F5F5;
    font-size: 16px;
    padding: 2rem 0
}

@media (min-width:992px) {
    .p-oc__event {
        padding: 8rem 0 5rem
    }
}

.p-oc__event-tag {
    position: relative;
    left: 0;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    background: #FFE869;
    border: 3px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px
}

.p-oc__event-tag:after,
.p-oc__event-tag:before {
    content: "";
    position: absolute;
    left: 25%
}

.p-oc__event-tag:before {
    z-index: 2;
    margin-left: -15px;
    border: 8px solid transparent;
    bottom: -20px;
    border-top: 13px solid #FFE869
}

.p-oc__event-tag:after {
    z-index: 1;
    bottom: -27px;
    margin-left: -17px;
    border: 10px solid transparent;
    border-top: 15px solid #000
}

.p-oc__event-tag p {
    margin: 0;
    padding: 0
}

.p-oc__event-title {
    font-size: 1.5em;
    border-left: 7px solid
}

@media (min-width:992px) {
    .p-oc__event-tag {
        top: -100px;
        position: absolute
    }

    .p-oc__event-title {
        font-size: 30px;
        border-left: 25px solid
    }

    .p-oc__event-content {
        font-size: 18px
    }
}

.p-oc__event-title.red {
    color: #D9534F;
    border-color: #D9534F
}

.p-oc__event-title.navy {
    color: #036;
    border-color: #036
}

.p-oc__event-title.pink {
    color: #DB569B;
    border-color: #DB569B
}

.p-oc__event-title.green {
    color: #96CEB4;
    border-color: #96CEB4
}

.p-oc__event-title.blue {
    color: #4DA1E2;
    border-color: #4DA1E2
}

.p-oc__event-title.oc_orange {
    color: #FCCB78;
    border-color: #FCCB78
}

.p-oc__event-title.oc_purple {
    color: #A682E3;
    border-color: #A682E3
}

.p-oc__event-title.oc_green_2 {
    color: #82F609;
    border-color: #82F609
}

.p-oc__event-title.oc_yellow {
    color: #F7C818;
    border-color: #F7C818
}

.p-oc__event-title.oc_bluegreen {
    color: #82E3CA;
    border-color: #82E3CA
}

.p-oc__event-content h3 {
    font-size: 16px
}

.p-oc__event-content h3:before {
    content: "■"
}

.p-career__ob-btn:before,
.p-career__ob-modal .p-career__ob-thumb .triangle,
.p-career__ob-thumb p:before,
.p-career__results-content h3:before,
.p-career__support-content .inner .icon,
.p-cl__header-inner .icon {
    content: ""
}

.p-oc__event-content.red h3:before {
    color: #D9534F
}

.p-oc__event-content.navy h3:before {
    color: #036
}

.p-oc__event-content.pink h3:before {
    color: #DB569B
}

.p-oc__event-content.green h3:before {
    color: #96CEB4
}

.p-oc__event-content.blue h3:before {
    color: #4DA1E2
}

.p-oc__event-content.oc_orange h3:before {
    color: #FCCB78
}

.p-oc__event-content.oc_purple h3:before {
    color: #A682E3
}

.p-oc__event-content.oc_green_2 h3:before {
    color: #82F609
}

.p-oc__event-content.oc_yellow h3:before {
    color: #F7C818
}

.p-oc__event-content.oc_bluegreen h3:before {
    color: #82E3CA
}

.p-oc__event-content blockquote>ul {
    padding: 2rem 3rem;
    border: 1px solid #000;
    margin-left: 1.5em
}

.p-oc__event-content blockquote>ol {
    margin-left: 1.5em
}

.p-oc__date {
    background-color: #FFF;
    border-radius: 15px
}

.p-oc__date h3 {
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-oc__date h3 {
        font-size: 1.68em
    }
}

.p-career__support-content .content p,
.p-cl__more-card .left h3,
.p-cl__more-card .left h4 {
    color: #0068B7
}

.p-oc .c-btn__contact {
    max-width: 580px
}

.p-cl__header-inner {
    padding: 1rem .5rem;
    background-color: #FFF;
    width: calc(100% - 10px)
}

@media (min-width:992px) {
    .p-cl__header-inner {
        width: 100%;
        max-width: 900px;
        padding: 2rem 0 3rem
    }
}

.p-cl__header-inner .title h2 {
    width: 80%;
    background-color: #FFF
}

@media (min-width:992px) {
    .p-cl__header-inner .title h2 {
        width: 40vw;
        min-width: 600px;
        max-width: 762px
    }
}

.p-cl__header-inner .title h2:after,
.p-cl__header-inner .title h2:before {
    top: 20%;
    height: 70%
}

.p-cl__header-inner .title h2:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 7%
}

.p-cl__header-inner .title h2:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 7%
}

.p-cl__header-inner .icon {
    left: 0;
    right: 0;
    bottom: -5%;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
    -webkit-animation: InUpLiner 1s infinite ease-in-out alternate;
    animation: InUpLiner 1s infinite ease-in-out alternate
}

@media (min-width:992px) {
    .p-cl__header-inner .icon {
        bottom: -15%;
        width: 60px;
        height: 60px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat
    }
}

.p-cl__section {
    height: 120vw
}

.p-cl__section h3 {
    width: 9em;
    font-size: 1.68em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #4DA1E2));
    background: -webkit-linear-gradient(transparent 60%, #4DA1E2 60%);
    background: linear-gradient(transparent 60%, #4DA1E2 60%)
}

@media (min-width:992px) {
    .p-cl__section {
        height: 35vw
    }

    .p-cl__section h3 {
        font-size: 3.43em
    }
}

.p-cl__section-cation {
    margin-top: -3rem
}

.p-cl__more-header {
    z-index: 2
}

.p-cl__more-header h2 {
    font-size: 1.5em
}

.p-cl__more-header p {
    background-color: #FFF;
    border: 2px solid #000;
    width: 80%;
    min-width: 300px;
    max-width: 600px
}

.p-cl__more-header p img {
    width: 100%
}

.p-cl__more-content {
    padding: 3rem 0
}

.p-cl__more-card {
    background-color: #E6F2FA
}

.p-cl__more-card .left {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {
    .p-cl__more-header h2 {
        font-size: 2.5em
    }

    .p-cl__more-card .left {
        max-width: 67%;
        -webkit-flex-basis: 67%;
        -ms-flex-preferred-size: 67%;
        flex-basis: 67%
    }
}

.p-cl__more-card .left h3 {
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-cl__more-card .left h3 {
        font-size: 1.68em
    }
}

.p-cl__more-card .left h4 {
    font-size: 18px
}

.p-cl__more-card .right {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.p-cl__footer .c-btn__contact {
    bottom: -10%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto
}

@media (min-width:992px) {
    .p-cl__more-card .right {
        max-width: 30%;
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }

    .p-cl__footer .c-btn__contact {
        max-width: 400px;
        bottom: 6%;
        left: 10%;
        right: auto;
        width: 50%
    }
}

.p-cl__footer .c-btn__contact a {
    background: -webkit-linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box;
    background: linear-gradient(45deg, #4DA1E2 0, #1ECBE0 100%) no-repeat padding-box
}

.p-career__support {
    overflow: hidden
}

.p-career__support:before {
    top: 20%;
    right: -5%
}

.p-career__support-header {
    margin-bottom: 8rem
}

.p-career__support-header h2 {
    color: #0068B7;
    font-size: 16px
}

@media (min-width:992px) {
    .p-career__support:before {
        content: "";
        width: 350px;
        height: 350px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22373.805%22%20height%3D%22397.816%22%20viewBox%3D%220%200%20373.805%20397.816%22%3E%3Cpath%20d%3D%22M-3171.805%2C741.732-2798%2C451.1V848.919Z%22%20transform%3D%22translate%283171.805%20-451.104%29%22%20fill%3D%22%23f9edf3%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat;
        z-index: -1
    }

    .p-career__support-header {
        margin-bottom: 8rem
    }

    .p-career__support-header h2 {
        font-size: 1.68em
    }
}

.p-career__support-header p {
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-career__support-header p {
        font-size: 2.5em
    }
}

.p-career__support-content {
    font-size: 16px;
    background-color: #E6F2FA
}

.p-career__support-content .inner {
    border: 1px dashed #4DA1E2;
    padding: 3rem 1rem
}

.p-career__support-content .inner .icon {
    left: 0;
    right: 0;
    bottom: -5%;
    width: 60px;
    height: 60px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
    -webkit-animation: InUpLiner 1s infinite ease-in-out alternate;
    animation: InUpLiner 1s infinite ease-in-out alternate
}

.p-career__support-content .img {
    position: absolute;
    top: -7.5rem;
    width: 80%;
    left: 0;
    right: 0
}

.p-career__support-content .img img {
    width: 100%;
    height: auto
}

.p-career__support-content .img .attention {
    position: relative;
    width: 70%;
    right: -2rem
}

@media (min-width:992px) {
    .p-career__support-content .img {
        position: relative;
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        top: 0
    }

    .p-career__support-content .img .attention {
        position: absolute;
        right: -100%;
        top: -35%;
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    .p-career__support-content .content {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.p-career__center:after,
.p-career__results-content h3:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.p-career__support-content .content h3 {
    font-size: 1.5em
}

.p-career__center:after {
    position: absolute;
    background-color: #F5F5F5;
    top: 0;
    left: -5%;
    transform: translate(-50%, -50%);
    z-index: -1
}

@media (min-width:992px) {
    .p-career__support-content .content h3 {
        font-size: 2.5em;
        margin-bottom: 2rem
    }

    .p-career__support-content .content p {
        font-size: 1.68em;
        margin-bottom: 2rem;
        line-height: 2rem
    }

    .p-career__center:after {
        content: "";
        width: 500px;
        height: 500px;
        border-radius: 50%;
        display: block
    }
}

.p-career__center img {
    margin-bottom: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 23vw
}

@media (min-width:992px) {
    .p-career__center img {
        margin-bottom: 6rem;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain;"
    }
}

.p-career__center-card:after,
.p-career__center-card:before {
    content: "";
    background-color: #000
}

.p-career__center-card:before {
    height: 1px;
    width: 90px;
    top: 16px;
    top: 1rem;
    left: 16px;
    left: 1rem
}

@media (min-width:992px) {
    .p-career__center-card:before {
        width: 130px;
        top: 32px;
        top: 2rem;
        left: 0
    }
}

.p-career__center-card:after {
    height: 100%;
    width: 1px;
    top: 0;
    left: 32px;
    left: 2rem
}

.p-career__center-card .triangle {
    display: block;
    width: 70px;
    height: 70px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22207.96%22%20height%3D%22188.104%22%20viewBox%3D%220%200%20207.96%20188.104%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23ffe869%22%20d%3D%22M86.046%2C0l86.046%2C117.846H0Z%22%20transform%3D%22translate%28207.96%20102.058%29%20rotate%28150%29%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat;
    left: 0;
    top: -1rem;
    z-index: -1
}

.p-career__center-card h2 {
    font-size: 16px
}

@media (min-width:992px) {
    .p-career__center-card .triangle {
        width: 200px;
        height: 200px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22207.96%22%20height%3D%22188.104%22%20viewBox%3D%220%200%20207.96%20188.104%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23ffe869%22%20d%3D%22M86.046%2C0l86.046%2C117.846H0Z%22%20transform%3D%22translate%28207.96%20102.058%29%20rotate%28150%29%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat;
        left: -4rem;
        top: -4rem
    }

    .p-career__center-card h2 {
        font-size: 1.5em
    }

    .p-career__center-card .text {
        position: relative;
        top: -30%;
        left: 12%;
        max-width: 88%
    }
}

.p-career__results-header h2 {
    font-size: 1.5em;
    border-bottom: 13px solid #4DA1E2;
    width: 8em
}

.p-career__results-title {
    max-width: 210px;
    padding: 3rem 0
}

@media (min-width:992px) {
    .p-career__results-header h2 {
        font-size: 2.5em
    }

    .p-career__results-title {
        padding: 5rem 0;
        max-width: 510px
    }
}

.p-career__results-title h3 {
    font-size: 16px
}

.p-career__results-title h3:after,
.p-career__results-title h3:before {
    top: 20%;
    height: 70%
}

.p-career__results-title h3:before {
    left: -10%
}

.p-career__results-title h3:after {
    right: -10%
}

@media (min-width:992px) {
    .p-career__results-title h3 {
        font-size: 2.5em;
        padding: 0 !important
    }

    .p-career__results-title h3:after,
    .p-career__results-title h3:before {
        width: 5px;
        height: 50%;
        top: auto;
        bottom: 0
    }

    .p-career__results-title h3:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: -15%
    }

    .p-career__results-title h3:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: -15%
    }
}

.p-career__results-title .attention {
    font-size: 14px
}

.p-career__results-content {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22758.144%22%20viewBox%3D%220%200%201920%20758.144%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23F5F5F5%22%20d%3D%22M-3014%2C1065.144V466.418C-2803.388%2C369.988-2455.722%2C307-2062.5%2C307c404.007%2C0%2C759.906%2C66.481%2C968.5%2C167.418v590.726Z%22%20transform%3D%22translate%283014%20-307%29%22%2F%3E%3C%2Fsvg%3E%20") center top/contain no-repeat;
    padding-top: 1rem
}

@media (min-width:992px) {
    .p-career__results-content {
        padding-top: 0;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22758.144%22%20viewBox%3D%220%200%201920%20758.144%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23F5F5F5%22%20d%3D%22M-3014%2C1065.144V466.418C-2803.388%2C369.988-2455.722%2C307-2062.5%2C307c404.007%2C0%2C759.906%2C66.481%2C968.5%2C167.418v590.726Z%22%20transform%3D%22translate%283014%20-307%29%22%2F%3E%3C%2Fsvg%3E%20") center top/cover no-repeat
    }
}

.p-career__results-content .wrap {
    margin-top: 3rem;
    padding-bottom: 2rem;
    background-color: #F5F5F5
}

.p-career__results-content h3 {
    margin-bottom: 5rem;
    font-size: .75em
}

@media (min-width:992px) {
    .p-career__results-content .wrap {
        margin-top: 0;
        background-color: transparent;
        padding-top: 8rem
    }

    .p-career__results-content h3 {
        font-size: 16px;
        max-width: 770px;
        text-align: center
    }
}

.p-career__results-content h3:before {
    width: 100%;
    height: 126px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(assets/img/career/results/sp-frame.png) center/contain no-repeat
}

.p-career__ob-header h2,
.p-test__faq-question:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.p-career__results-content .c-btn__contact {
    max-width: 430px
}

.p-career__step-h2 {
    border-bottom: 6px solid #4DA1E2;
    font-size: 1.5em;
    max-width: 300px
}

@media (min-width:992px) {
    .p-career__results-content h3:before {
        height: 135px;
        background: url(assets/img/career/results/frame.png) center/contain no-repeat
    }

    .p-career__step-h2 {
        font-size: 2.5em;
        border-bottom: 13px solid #4DA1E2;
        max-width: 550px;
        margin-bottom: 8rem
    }
}

.p-career__step-content {
    margin-top: 5rem
}

.p-career__step-content li {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.p-career__owner {
    padding-bottom: 3rem;
    background-color: #F5F5F5
}

.p-career__owner-header {
    margin-top: -1em
}

.p-career__owner-header h2 {
    font-size: 1.68em
}

@media (min-width:992px) {
    .p-career__step-content li {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .p-career__owner-header {
        margin-top: -2.5em
    }

    .p-career__owner-header h2 {
        font-size: 4.37em
    }
}

.p-career__ob-header h2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px
}

.p-career__ob li {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {
    .p-career__ob-header h2 {
        font-size: 40px
    }

    .p-career__ob li {
        max-width: 24%;
        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }
}

.p-career__ob-logo {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    height: 70px
}

.p-career__ob-thumb p {
    left: -1rem;
    font-size: 16px;
    background-color: rgba(51, 77, 137, .8);
    bottom: -2em;
    width: 90%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

@media (min-width:992px) {
    .p-career__ob-thumb p {
        width: 95%
    }
}

.p-career__ob-thumb p:before {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    border-right: 16px solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 16px solid rgba(51, 77, 137, .8);
    border-bottom: 1rem solid rgba(51, 77, 137, .8);
    border-left: 16px solid transparent;
    border-left: 1rem solid transparent;
    top: -16px;
    top: -1rem;
    left: 0;
    z-index: -1
}

.p-career__ob-wrap {
    width: calc(100% + 2rem);
    position: relative;
    left: -1rem
}

.p-career__ob-tag {
    gap: 5px
}

.p-career__ob-tag span {
    font-size: 13px;
    padding: 3px 10px;
    font-weight: 700;
}

@media (min-width:992px) {
    .p-career__ob-tag span {
        max-width: max-content;
    }
}

.p-career__ob-tag .shop {
    background-color: #fff2c2
}

.p-career__ob-tag .boss {
    background-color: #e2eec5
}

.p-career__ob-tag .assist,
.p-career__ob-tag .style {
    background-color: #f3d8e8
}

.p-career__ob-tag .color {
    background-color: #d5def1
}

.p-career__ob-tag .dir {
    background-color: #f3ddc8
}

.p-career__ob-tag .make {
    background-color: #e5d6e9
}

.p-career__ob-name {
    font-size: 18px
}

.p-career__ob-btn {
    position: relative;
    font-size: 12px;
    border: 1px solid #61a2d9;
    border-radius: 30px;
    padding: 0 1rem;
    text-align: center;
    background-color: #FFF;
    color: #61a2d9;
    width: 10em;
    height: 30px
}

.p-career__ob-btn:before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #61a2d9;
    border-bottom: 1px solid #61a2d9;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 45%;
    right: 5%
}

.p-career__ob-modal {
    padding: 0
}

.p-career__ob-modal .p-career__ob-thumb .triangle {
    width: 1rem;
    height: 1rem;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid rgba(51, 77, 137, .8);
    border-left: 1rem solid transparent;
    bottom: 4.5rem;
    left: -.5rem;
    z-index: 0
}

.p-career__ob-modal .p-career__ob-thumb img:first-child {
    z-index: 1;
    width: calc(100% - 1.5rem)
}

.p-career__ob-modal .p-career__ob-thumb p {
    left: -.5rem;
    width: calc(100% + .5rem);
    z-index: 2
}

.p-career__ob-modal .p-career__ob-thumb p:before {
    content: none
}

.p-career__ob-modal h3 {
    position: relative;
    left: -1rem;
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffe37c;
    width: calc(100% + 1rem)
}

.p-career__ob-modal h3:before {
    left: 0;
    bottom: -6px;
    content: "";
    width: 8px;
    width: .5rem;
    height: 8px;
    height: .5rem;
    border-right: 8px solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: 8px solid #ffe37c;
    border-bottom: .5rem solid #ffe37c;
    border-left: 8px solid transparent;
    border-left: .5rem solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-career__ob-modal h4 {
    font-size: 16px
}

.p-career__ob-modal h4:before {
    content: "■";
    color: #0068B7
}

.p-career__ob-modal .modal-container p {
    font-size: 14px;
    line-height: 1.3em
}

.p-career__ob-modal .modal-container span {
    color: #000
}

.p-career__ob-modal .close-btn {
    bottom: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    font-size: 12px;
    border: 1px solid #61a2d9;
    border-radius: 30px;
    padding: .2rem;
    text-align: center;
    color: #FFF;
    width: 10em;
    z-index: -1
}

.p-career__ob-modal .close-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 1px solid #61a2d9;
    border-top: 1px solid #61a2d9;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 55%;
    right: 5%
}

.p-test__header h2 {
    font-size: 16px
}

.p-test__header h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE869));
    background: -webkit-linear-gradient(transparent 60%, #FFE869 60%);
    background: linear-gradient(transparent 60%, #FFE869 60%)
}

.p-test__header h2:after,
.p-test__header h2:before {
    height: 70%;
    bottom: 0
}

.p-test__header h2:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-test__header h2:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-test__header p {
    color: #0068B7;
    font-size: 1.68em
}

.p-test__header .icon {
    left: 0;
    right: 0
}

.p-test__class-desc {
    position: relative;
    color: #FFF
}

@media (min-width:992px) {
    .p-test__header p {
        font-size: 3.43em
    }

    .p-test__header .icon {
        content: "";
        bottom: -100%;
        width: 50px;
        height: 50px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate%28-628%20-5007%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%20transform%3D%22translate%28628%205007%29%22%20fill%3D%22%234DA1E2%22%2F%3E%3Cpath%20d%3D%22M4.7%2C6.1%2C0%2C1.4%2C1.4%2C0%2C4.7%2C3.3%2C8%2C0%2C9.4%2C1.4Z%22%20transform%3D%22translate%28661.1%205031.96%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
        -webkit-animation: InUpLiner 1s infinite ease-in-out alternate;
        animation: InUpLiner 1s infinite ease-in-out alternate
    }

    .p-test__class-desc {
        position: absolute;
        max-width: 470px;
        top: -47px;
        left: 0
    }
}

.p-test__class-desc h2 {
    font-size: 1.5em
}

.p-test__class-wrap {
    padding: 1.5rem;
    background-color: #0068B7
}

.p-test__class-bg {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    max-height: 300px
}

@media (min-width:992px) {
    .p-test__class-desc p {
        font-size: 18px
    }

    .p-test__class-wrap {
        background: url(assets/img/test/pc/license-memo.png) center/100% no-repeat;
        padding: 4.5rem 4rem
    }

    .p-test__class-bg {
        height: 312px;
        max-height: 312px
    }

    .p-test__bar:before {
        content: ""
    }
}

.p-test__class-tag .dark-blue {
    border-radius: 50px;
    color: #FFF;
    background-color: #036;
    font-size: 12px
}

.p-test__class-tag .pink {
    border-radius: 50px;
    color: #FFF;
    background-color: #DB569B;
    font-size: 12px
}

.p-test__bar {
    overflow-x: hidden
}

.p-test__bar:before {
    background-color: #FFE869;
    height: 40px;
    width: 450px;
    right: -7%;
    bottom: 5%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width:992px) {
    .p-test__curriculum {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22360%22%20height%3D%22394.649%22%20viewBox%3D%220%200%20360%20394.649%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23ffe869%22%20d%3D%22M3694%2C1169.4l360-360v69.3l-325.352%2C325.352Z%22%20transform%3D%22translate%28-3694%20-809.405%29%22%2F%3E%3C%2Fsvg%3E") top right/contain no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22321.026%22%20height%3D%22355.621%22%20viewBox%3D%220%200%20321.026%20355.621%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23ffe869%22%20d%3D%22M4015.027%2C848.377l286.324-286.324h.107l34.6%2C34.6L4015.027%2C917.674Z%22%20transform%3D%22translate%28-4015.027%20-562.053%29%22%2F%3E%3C%2Fsvg%3E") bottom left/contain no-repeat;
        background-size: 20%
    }
}

.p-test__curriculum-card {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22360%22%20height%3D%22394.649%22%20viewBox%3D%220%200%20360%20394.649%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23ffe869%22%20d%3D%22M3694%2C1169.4l360-360v69.3l-325.352%2C325.352Z%22%20transform%3D%22translate%28-3694%20-809.405%29%22%2F%3E%3C%2Fsvg%3E") top right/contain no-repeat;
    background-size: 30%
}

.p-test__curriculum-text h2 {
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-test__curriculum-card {
        background: 0 0
    }

    .p-test__curriculum-text h2 {
        font-size: 35px
    }
}

.p-test__curriculum-text span.large {
    font-size: 1.2em
}

.p-test__curriculum-text span {
    color: #4DA1E2
}

.p-test__faq {
    margin-bottom: 3rem
}

.p-test__faq-accordion li:nth-child(even) button {
    background-color: #4DA1E2
}

@media (min-width:992px) {
    .p-test__curriculum-text p {
        font-size: 18px
    }

    .p-test__faq {
        margin-bottom: 5rem
    }

    .p-test__faq-accordion p {
        font-size: 18px
    }
}

.p-test__faq-question {
    outline: 0;
    border: none;
    background-color: #0068B7;
    color: #FFF;
    font-size: 16px
}

.p-test__faq-question:before {
    content: "";
    width: 15px;
    height: 2px;
    right: 10px;
    top: 50%;
    background-color: #FFF
}

.p-test__faq-question.collapsed:after {
    background-color: #FFF
}

.p-test__faq-question:after {
    content: "";
    width: 2px;
    height: 15px;
    top: 50%;
    right: 16.5px;
    transform: translate(-50%, -50%)
}

.p-test__faq-question span {
    vertical-align: -2px;
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-test__faq-question span {
        font-size: 2.5em
    }
}

.p-test__faq-anser .inner {
    background-color: #F5F5F5
}

.p-test__faq-anser .inner h4 {
    color: #0068B7;
    font-size: 16px
}

.p-test__faq-anser .inner ol {
    counter-reset: li
}

.p-test__faq-anser .inner ol li {
    list-style: none;
    padding-left: 30px;
    margin: 0 0 10px
}

.p-test__faq-anser .inner ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #0068B7;
    counter-increment: li;
    content: counter(li) "."
}

.p-test__message {
    margin-bottom: 3rem
}

@media (min-width:1920px) {
    .p-test__message .container {
        max-width: 1600px
    }
}

.p-test__message-header .yellow-line {
    top: 0;
    right: 0;
    margin-left: auto;
    background-color: #FFE869;
    width: 95%
}

.p-test__message-header .yellow-line.bottom {
    top: 50px;
    width: 80%
}

.p-test__message-header img {
    margin-top: 75px;
    max-width: 100vw;
    margin-left: -1rem
}

.p-test__message-content .yellow-line {
    font-size: 1.68em;
    top: 10%;
    right: 0;
    margin-left: auto;
    background-color: #FFE869;
    width: 75%
}

.p-test__message-content .yellow-line.bottom {
    top: 14%;
    width: 65%
}

.p-test__review {
    background-color: #F5F5F5;
    padding: 3rem 0
}

@media (min-width:992px) {
    .p-test__message {
        margin-bottom: 5rem
    }

    .p-test__message .c-title__blue {
        margin-bottom: 5rem !important
    }

    .p-test__message-content {
        position: static;
        position: initial
    }

    .p-test__message-content img {
        float: left;
        width: 300px;
        margin-right: 1rem;
        margin-bottom: 1rem
    }

    .p-test__review {
        padding: 5rem 0
    }
}

.p-test__review h2 {
    top: -1em;
    left: 0;
    right: 0;
    background-color: #FFF;
    font-size: 1.5em;
    border: 2px solid #000;
    width: 64vw;
    max-width: 954px
}

@media (min-width:992px) {
    .p-test__review h2 {
        font-size: 3.43em;
        top: -.8em
    }
}

.p-test__review-question {
    font-size: 16px;
    outline: 0;
    border: none;
    color: #FFF;
    background-color: #4DA1E2
}

.p-test__review-anser,
.p-test__review-question.collapsed:after {
    background-color: #FFF
}

.p-test__review-question span {
    vertical-align: middle;
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-test__review-question span {
        font-size: 2.5em
    }
}

.p-test__review-question:before {
    content: "";
    width: 15px;
    height: 2px;
    right: 10px;
    top: 50%;
    background-color: #FFF
}

.p-test__review-question:after {
    content: "";
    width: 2px;
    height: 15px;
    top: 50%;
    right: 16.5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-test__review-anser img {
    width: 140px
}

.p-test__review-anser h3 {
    background-color: #000;
    color: #FFF;
    font-size: 16px
}

.p-test__review-more-icon {
    border: none;
    outline: 0;
    background-color: #FFF;
    color: #0068B7
}

.p-test__review-more-icon:before,
.p-test__review-more-icon[aria-expanded=false]:before {
    content: ">> 詳しく見る"
}

.p-test__review-more-icon[aria-expanded=true]:before {
    content: ">> 閉じる"
}

.p-test__sikaku {
    padding: 3rem 0
}

.p-test__sikaku:after {
    content: "";
    width: 500px;
    height: 500px;
    background: #F5F5F5;
    left: 5%;
    top: 50%
}

.p-test__sikaku:before {
    top: 0;
    right: -5%
}

.p-test__sikaku h2 {
    font-size: 1.5em
}

@media (min-width:992px) {
    .p-test__sikaku {
        padding: 5rem 0
    }

    .p-test__sikaku:before {
        content: "";
        width: 383px;
        height: 383px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22373.805%22%20height%3D%22397.816%22%20viewBox%3D%220%200%20373.805%20397.816%22%3E%3Cpath%20d%3D%22M-3171.805%2C741.732-2798%2C451.1V848.919Z%22%20transform%3D%22translate%283171.805%20-451.104%29%22%20fill%3D%22%23f9edf3%22%2F%3E%3C%2Fsvg%3E") top 5% left/contain no-repeat
    }

    .p-test__sikaku h2 {
        font-size: 2.5em;
        margin-bottom: 5rem
    }
}

.p-test__sikaku h3 {
    border-left: 25px solid #4DA1E2;
    font-size: 16px
}

.p-test__sikaku-wrap {
    overflow: scroll
}

.p-test__sikaku-table {
    table-layout: fixed;
    width: 140vw
}

@media (min-width:992px) {
    .p-test__sikaku h3 {
        font-size: 1.5em
    }

    .p-test__sikaku-table {
        width: 100%
    }
}

.p-test__sikaku-table td,
.p-test__sikaku-table th {
    border-bottom: 1px solid #000;
    display: table-cell !important;
    width: 25%
}

.p-test__sikaku-table th:first-child {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0
}

@media (min-width:992px) {
    .p-test__sikaku-table th:first-child {
        width: 350px
    }
}

.p-test__sikaku-table td {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    vertical-align: middle
}

.p-test__extra-header h2 {
    font-size: 1.5em;
    border-bottom: 5px solid #4DA1E2;
    width: 5em
}

@media (min-width:992px) {
    .p-test__extra-header h2 {
        max-width: 590px;
        font-size: 2.5em;
        border-bottom: 13px solid #4DA1E2
    }
}

.p-test__extra-header .bottom img {
    width: 70%;
    max-width: 580px
}

@media (min-width:768px) {
    .p-test__extra-header h2 {
        position: absolute;
        left: 0;
        top: 5%
    }

    .p-test__extra-header .bottom img {
        width: 50%
    }
}

.p-test__extra-header .bottom .box {
    margin-top: -1rem;
    background-color: #FFF;
    z-index: 1;
    width: 80%;
    border: 4px solid #4DA1E2;
    -webkit-box-shadow: 10px 10px 0 #D9D2D2;
    box-shadow: 10px 10px 0 #D9D2D2;
    max-width: 740px;
    padding: 1rem
}

@media (min-width:768px) {
    .p-test__extra-header .bottom .box {
        margin-top: -15%;
        padding: 4rem 2rem
    }
}

.p-test__extra-header .bottom .box h3 {
    font-size: 16px;
    color: #4DA1E2
}

.p-test__ob {
    margin-top: 5rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22758.144%22%20viewBox%3D%220%200%201920%20758.144%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23e6f2fa%22%20d%3D%22M-3014%2C1065.144V466.418C-2803.388%2C369.988-2455.722%2C307-2062.5%2C307c404.007%2C0%2C759.906%2C66.481%2C968.5%2C167.418v590.726Z%22%20transform%3D%22translate%283014%20-307%29%22%2F%3E%3C%2Fsvg%3E") top center/contain no-repeat
}

.p-test__ob h2 img {
    width: 70%;
    max-width: 600px;
    position: relative;
    top: -5rem
}

@media (min-width:992px) {
    .p-test__extra-header .bottom .box h3 {
        font-size: 1.68em;
        margin-bottom: 2rem
    }

    .p-test__ob {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22758.144%22%20viewBox%3D%220%200%201920%20758.144%22%3E%3Cpath%20class%3D%22a%22%20fill%3D%22%23e6f2fa%22%20d%3D%22M-3014%2C1065.144V466.418C-2803.388%2C369.988-2455.722%2C307-2062.5%2C307c404.007%2C0%2C759.906%2C66.481%2C968.5%2C167.418v590.726Z%22%20transform%3D%22translate%283014%20-307%29%22%2F%3E%3C%2Fsvg%3E") top center/contain no-repeat;
        margin-top: 8rem
    }

    .p-test__ob h2 img {
        top: -6rem
    }
}

.p-test__ob .js-about {
    margin-top: -3rem
}

.p-test__ob-content {
    background-color: #E6F2FA;
    margin-top: -80px
}

.p-spe__text-h1 {
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .p-spe__text-h1 {
        font-size: 2.5em
    }
}

.row::after,
.row::before {
    display: none
}

:target {
    margin-top: -150px !important;
    padding-top: 150px !important
}

body,
button,
input,
optgroup,
select,
textarea {
    line-height: 1.6em;
    font-family: ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

@media all and (-ms-high-contrast:none) {

    body,
    body ::-ms-backdrop,
    button,
    button ::-ms-backdrop,
    input,
    input ::-ms-backdrop,
    optgroup,
    optgroup ::-ms-backdrop,
    select,
    select ::-ms-backdrop,
    textarea,
    textarea ::-ms-backdrop {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
    }
}

dd,
dl,
dt {
    margin: 0;
    padding: 0
}

.modaal-overlay {
    z-index: 9998
}

a:visited {
    color: #000
}

.p-panel-readmore {
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    gap: 5px;
}

.p-panel-readmore__body {
    position: relative;

    &::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 90%, #fff 100%);
        transition: height 0.3s;
    }

    &[inert] {
        &::after {
            height: 100%;
        }
    }
}

.p-panel-readmore__inner {
    transition: max-height 0.5s;

    .p-panel-readmore__body[inert] & {
        overflow: hidden;
        max-height: 3em;
    }
}

@media (min-width: 992px) {
    .p-panel-readmore__inner {
        .p-panel-readmore__body[inert] & {
            max-height: 5em;
        }
    }
}

.p-button-readmore {
    margin-top: auto;
    text-align: center;
}

.p-button-readmore__button {
    border: none;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    padding: 0;
    width: 100%;
    color: #404040;
    background-color: transparent;
    appearance: none;
}

.p-button-readmore__label {
    position: relative;
    padding-left: 1.2em;

    &::before,
    &::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #404040;
    }

    &::before {
        left: 4px;
        width: 2px;
        height: 10px;
    }

    &::after {
        left: 0;
        width: 10px;
        height: 2px;
    }

    .p-button-readmore__button[aria-expanded="true"] & {
        &::before {
            height: 2px;
        }
    }
}

.p-panel-blog {
    padding: 50px 15px 35px;
    background-color: #E6F2FA;
}

.p-panel-blog__offset {
    display: grid;
    gap: 17px;
    padding: 25px 16px 27px;
    position: relative;
    z-index: 1;
    background-color: #fff;

    &::before,
    &::after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    &::after {
        z-index: -1;
        top: -45px;
        width: 118px;
        height: 118px;
        border-radius: 50%;
        background-color: #fff;
    }

    .p-panel-blog[class*="of-"] & {
        &::before {
            display: block;
            content: "";
            position: absolute;
            margin: auto;
            top: -20px;
            left: 0;
            right: 0;
            width: 62px;
            height: 35px;
            background: no-repeat 0 0 / 100%;
        }
    }

    .p-panel-blog.of-contest & {
        &::before {
            background-image: url(/assets/img/bg/bg_p-panel-blog_contest.svg);
        }
    }

    .p-panel-blog.of-onsite & {
        &::before {
            background-image: url(/assets/img/bg/bg_p-panel-blog_onsite.svg);
        }
    }
}

.p-panel-blog__head {
    position: relative;
    padding-top: 40px;

    .p-panel-blog.of-contest & {
        background-image: url(/assets/img/bg/bg_p-panel-blog__head_contest_sp.svg);
        background-color: #F9FAE6;
        background-size: cover;
    }

    .p-panel-blog.of-onsite & {
        background-image: repeating-linear-gradient(90deg, rgba(237, 248, 255, 1), rgba(237, 248, 255, 1) 5px, rgba(248, 252, 255, 1) 0, rgba(248, 252, 255, 1) 10px);
        background-color: #EDF8FF;
    }
}

.p-panel-blog__headInner {
    display: grid;

    &::after {
        display: block;
        content: "";
        margin: 10px auto;
        width: 110px;
        height: 91px;
        background-size: 100%;
        grid-row: 2/3;
    }

    .p-panel-blog.of-contest & {
        &::after {
            background-image: url(/assets/img/bg/bg_p-panel-blog__head_contest.svg);
        }
    }

    .p-panel-blog.of-onsite & {
        &::after {
            background-image: url(/assets/img/bg/bg_p-panel-blog__head_onsite.svg);
        }
    }
}

.p-panel-blog__headHgroup {
    padding: 0 15px;
    text-align: center;
}

.p-panel-blog__headTitle {
    margin-bottom: 0;
    font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
    font-size: 24px;
    color: #0068B7;
}

.p-panel-blog__headLead {
    margin-top: 15px;
}

.p-panel-blog__headLeadText {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 2.1667;

    >b {
        font-weight: inherit;
        font-size: inherit;
    }
}

.p-panel-blog__headViewport {
    grid-row: 3/4;
}

.p-panel-blog__headImage {
    vertical-align: bottom;
    max-width: 100%;
}

.p-panel-blog__bodyInner {
    display: grid;
    gap: 17px;
}

.p-panel-blog__foot {
    padding-top: 10px;
}

.p-panel-blog__headInner,
.p-panel-blog__bodyInner,
.p-panel-blog__footInner {
    &> :first-child {
        margin-top: 0 !important;
    }

    &> :last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .p-panel-blog__headViewport {
        &.of-pc-only {
            display: none;
        } 
    }

    .p-panel-blog__headImage {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .p-panel-blog {
        padding-top: 50px;
        padding-bottom: 60px;

        &+& {
            padding-top: 20px;
        }
    }

    .p-panel-blog__offset {
        gap: 40px;
        padding: 40px;
        margin: 0 auto;
        max-width: 1110px;
        background-color: #fff;

        &::after {
            top: -40px;
        }
    }

    .p-panel-blog__head {
        padding: 0;

        .p-panel-blog.of-contest & {
            background-image: url(/assets/img/bg/bg_p-panel-blog__head_contest_pc.svg);
        }
    }

    .p-panel-blog__headInner {
        grid-template-columns: 152px 1fr 330px;
        gap: 20px;
        min-height: 149px;

        &::after {
            margin-right: 0;
            width: 132px;
            height: 109px;
            grid-row: 1/2;
            grid-column: 1/2;
            align-self: center;
        }

        .p-panel-blog.of-contest & {
            grid-template-columns: 152px 1fr;
        }
    }

    .p-panel-blog__headHgroup {
        display: grid;
        gap: 15px;
        padding: 0;
        text-align: left;
        grid-row: 1/2;
        grid-column: 2/3;
        align-self: center;
    }

    .p-panel-blog__headTitle {
        font-size: 27px;
    }

    .p-panel-blog__headLead {
        margin-top: 0;
        margin-right: -60px;
    }

    .p-panel-blog__headLeadText {
        font-size: 16px;
        line-height: 1.625;
    }

    .p-panel-blog__headViewport {
        height: 100%;
        clip-path: polygon(100% 0%, 100% 100%, 27.273% 100%, 0% 0%);
        grid-row: auto;
        grid-column: 3/4;
    }

    .p-panel-blog__bodyInner {
        gap: 40px;
    }

    .p-panel-blog__footInner {
        >.c-btn__contact {
            margin: 0 auto;
            max-width: 555px;
        }
    }
}

.p-blog-itemMajor {
    background: url(/assets/img/bg/bg_p-blog-itemMajor.svg) no-repeat 100% calc(100% - 10px) / 192px 202px;
}

.p-blog-itemMajor__layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px 40px;
}

.p-blog-itemMajor__text {
    padding-bottom: 10px;
    text-align: center;

    >*:not(.p-blog-itemMajor__title) {
        text-align: left;
    }

    >p,
    >ul {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.p-blog-itemMajor__title {
    display: inline-block;
    position: relative;
    margin: 0 auto 15px;
    font-family: ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2083;
    color: #0068b7;

    &::after {
        display: block;
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        margin: auto;
        background-image: linear-gradient(transparent 60%, #FFEA77 60%);
    }
}

.p-blog-itemMajor__list {
    list-style: none;
    margin-left: 0;
}

.p-blog-itemMajor__item {
    position: relative;
    padding-left: 32px;

    &::before {
        display: block;
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 22px;
        height: 17px;
        background: url(/assets/img/bg/bg_p-blog-itemMajor__list.svg) no-repeat 0 0 / 100%;
    }
}

.p-blog-itemMajor__viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 515 / 341;
}

.p-blog-itemMajor__image {
    position: absolute;
    object-fit: cover;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

@media (max-width: 991px) {
    .p-blog-itemMajor__image {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .p-blog-itemMajor {
        background-position-y: calc(100% - 15px);
        background-size: 274px 287px;
    }

    .p-blog-itemMajor__layout {
        flex-direction: row-reverse;
    }

    .p-blog-itemMajor__text {
        flex-grow: 1;
        padding: 20px 0 15px;
        text-align: left;
    }

    .p-blog-itemMajor__title {
        margin-bottom: 40px;
        font-size: 30px;
    }

    .p-blog-itemMajor__viewport {
        flex-shrink: 0;
        max-width: 50%;
    }
}

.p-blog-list {
    display: grid;
    gap: 17px 25px;
    margin: 0;
}

.p-blog-list__item {
    list-style: none;
}

.p-blog-list__itemInner {
    display: block;

    &:any-link {
        @media (hover: hover) {
            transition: color 0.5s;

            &:hover {
                text-decoration: none;

                .p-blog-list__itemText {
                    color: #0068B7;
                }
            }
        }
    }
}

.p-blog-list__itemText {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #404040;
}

.p-blog-list__itemDate {
    font-size: 12px;
    line-height: 1.5;
}

.p-blog-list__itemTitle {
    font-weight: 700;
    font-size: 1em;
}

.p-blog-list__itemViewport {
    position: relative;
    aspect-ratio: 320 / 212;
}

.p-blog-list__itemImage {
    position: absolute;
    object-fit: cover;
    margin: auto;
    max-width: 100%;
    height: 100%;
    vertical-align: bottom;
}

@media (max-width: 991px) {
    .p-blog-list__itemInner {
        background-color: #E6F2FA;

        &:any-link {
            position: relative;

            &::after {
                display: block;
                content: "";
                position: absolute;
                top: 0;
                right: 10px;
                bottom: 0;
                margin: auto;
                width: 7px;
                height: 7px;
                background-color: #0068B7;
                clip-path: polygon(2px 0, 0 0, 0 7px, 7px 7px, 7px 5px, 2px 5px);
                transform: rotate(225deg);
            }
        }
    }

    .p-blog-list__itemText {
        padding: 20px 25px 20px 10px;
    }

    .p-blog-list__itemViewport {
        display: none;
    }
}

@media (min-width: 992px) {
    .p-blog-list {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 10px;
    }

    .p-blog-list__itemInner {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .p-blog-list__itemText {
        padding: 0 10px;
    }
}