@charset 'UTF-8';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

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

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;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[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=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

body {
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
    line-height: 1.6;
    margin: 0;
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

body::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 12px;
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #101873;
}

body.win-yugothic {
    font-family: 'Open Sans', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 500;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.win-yugothic {
        font-family: Meiryo, sans-serif;
        font-weight: 400;
    }
}

::-moz-selection {
    background-color: #101873;
    color: #ffffff;
}

::selection {
    background-color: #101873;
    color: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

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

a:hover, a:focus {
    color: #333333;
    text-decoration: none;
}

img {
    max-width: 100%;
    -webkit-user-drag: none;
            user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

header, footer, main, nav, section {
    display: block;
}

button {
    cursor: pointer;
}

picture, figure, figcaption {
    margin: 0;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

input::-ms-input-placeholder {
    color: #cccccc;
}

input::placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

input:-moz-placeholder {
    color: #cccccc;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}

.icon {
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1;
    vertical-align: middle;
}

.icon--home {
    background-image: url(../images/icons/icon-home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    height: 13px;
    width: 15px;
}

/* --------------------
 Layout
-------------------- */
.layout {
    -webkit-animation: fadeIn .3s linear .1s;
            animation: fadeIn .3s linear .1s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    opacity: 1;
    padding: 0;
}

@media (min-width: 768px) {
    .layout {
        padding-top: 120px;
    }
}

.container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

main.blur {
    -webkit-filter: blur(5px);
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
            filter: blur(5px);
}

.main__head {
    background-color: #efefef;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.main__head__title {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 140px;
    justify-content: center;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .main__head__title {
        height: 270px;
    }
}

.main__head__title__ja {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}

@media (min-width: 768px) {
    .main__head__title__ja {
        font-size: 3.2rem;
    }
}

.main__head__title__en {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

@media (min-width: 768px) {
    .main__head__title__en {
        font-size: 1.8rem;
    }
}

.main__head__title--welfare {
    background-image: url(../images/pages/recruitment/welfare/welfare-hero.jpg);
}

.main__head__title--recruitment {
    background-image: url(../images/pages/recruitment/information/recruitment-information-hero.jpg);
}

.main__head__title--skillup {
    background-image: url(../images/pages/recruitment/skillup/recruitment-skillup-hero.jpg);
}

.main__head__title--business {
    background-image: url(../images/pages/about/business/about-business-hero.jpg);
}

.main__head__title--contact {
    background-image: url(../images/pages/contact/contact-hero.jpg);
}

.main__head__title--member {
    background-image: url(../images/pages/member/member-hero.jpg);
}

.main__head__image {
    display: block;
    margin: 0;
    text-align: center;
}

.main__head-interview {
    background-repeat: no-repeat;
    background-size: cover;
}

.main__head-interview-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .main__head-interview-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.main__head-interview__content {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
    height: auto;
    justify-content: flex-end;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    width: 100%;
}

@media (min-width: 480px) {
    .main__head-interview__content {
        width: 55%;
    }
}

@media (min-width: 768px) {
    .main__head-interview__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        height: 450px;
        justify-content: center;
        width: 60%;
    }
}

@media (min-width: 992px) {
    .main__head-interview__content {
        height: 500px;
        width: 50%;
    }
}

.main__head-interview__content__lead {
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
}

@media (min-width: 768px) {
    .main__head-interview__content__lead {
        font-size: 2.8rem;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .main__head-interview__content__lead {
        font-size: 3.2rem;
    }
}

.main__head-interview__content__name {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
}

@media (min-width: 768px) {
    .main__head-interview__content__name {
        font-size: 3.2rem;
    }
}

@media (min-width: 992px) {
    .main__head-interview__content__name {
        font-size: 3.6rem;
    }
}

.main__head-interview__content__overview {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0;
    text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
}

@media (min-width: 768px) {
    .main__head-interview__content__overview {
        font-size: 1.4rem;
    }
}

.main__head-interview--1st {
    background-image: url(../images/pages/member/member-interview-1-hero.jpg);
    background-position: 70% top;
    padding-top: 170px;
}

@media (min-width: 480px) {
    .main__head-interview--1st {
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .main__head-interview--1st {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .main__head-interview--1st {
        background-position: right top;
    }
}

.main__head-interview--2nd {
    background-image: url(../images/pages/member/member-interview-2-hero.jpg);
    background-position: 9% top;
    padding-top: 170px;
}

@media (min-width: 480px) {
    .main__head-interview--2nd {
        background-position: 40% top;
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .main__head-interview--2nd {
        background-position: 53% top;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .main__head-interview--2nd {
        background-position: left top;
    }
}

.main__head-interview--2nd .main__head-interview__content {
    margin-left: auto;
    margin-right: 0;
}

.main__head__breadcrumb {
    background-color: #efefef;
    padding: 3px 0;
    text-align: left;
}

.main__head__breadcrumb__list {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .main__head__breadcrumb__list {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.main__head__breadcrumb__list__item {
    display: inline-block;
    line-height: 1;
    padding: 0 20px 0 0;
    position: relative;
}

.main__head__breadcrumb__list__item:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 4px;
    top: 0;
    width: 10px;
}

.main__head__breadcrumb__list__item:last-child {
    margin-right: 0;
}

.main__head__breadcrumb__list__item:last-child:after {
    display: none;
}

.main__head__breadcrumb__list__item__link {
    color: #333333;
    font-size: 1.0rem;
    vertical-align: middle;
}

.main__head__breadcrumb__list__item__link:hover, .main__head__breadcrumb__list__item__link:focus {
    color: #333333;
    text-decoration: underline;
}

.main__head__breadcrumb__list__item__static {
    color: #333333;
    font-size: 1.0rem;
    vertical-align: middle;
}

/* --------------------
 Animation
-------------------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.js-fadeIn {
    opacity: 0;
}

/* --------------------
 Header
-------------------- */
.header {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
            box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    height: 50px;
    position: relative;
}

@media (min-width: 768px) {
    .header {
        background-color: #ffffff;
        height: 120px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }
}

.header-container {
    height: 100%;
    padding: 0 15px;
    position: relative;
}

@media (min-width: 768px) {
    .header-container {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header__logo {
    margin: 0;
    padding: 12px 0 0;
    width: 220px;
}

@media (min-width: 768px) {
    .header__logo {
        padding-top: 20px;
        width: auto;
    }
}

.header__logo__brand {
    display: inline;
    font-size: inherit;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: bottom;
}

.header__logo__brand__link {
    display: inline;
}

.header__logo__title {
    color: #101873;
    display: none;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .header__logo__title {
        display: inline;
    }
}

.header__nav {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 0 0 50px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: visibility 0s .5s ease-in-out, -webkit-transform .5s ease-in-out;
         -o-transition: visibility 0s .5s ease-in-out, transform .5s ease-in-out;
            transition: visibility 0s .5s ease-in-out, -webkit-transform .5s ease-in-out;
            transition: visibility 0s .5s ease-in-out, transform .5s ease-in-out;
            transition: visibility 0s .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    visibility: hidden;
    z-index: 99;
}

@media (min-width: 768px) {
    .header__nav {
        background-color: transparent;
        padding-left: 0;
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: none;
             -o-transition: none;
                transition: none;
        visibility: visible;
    }
}

.header__nav.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: visibility 0s 0s ease-in-out, -webkit-transform .5s ease-in-out;
         -o-transition: visibility 0s 0s ease-in-out, transform .5s ease-in-out;
            transition: visibility 0s 0s ease-in-out, -webkit-transform .5s ease-in-out;
            transition: visibility 0s 0s ease-in-out, transform .5s ease-in-out;
            transition: visibility 0s 0s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    visibility: visible;
}

.header__nav-container {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, .85);
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, .2);
            box-shadow: -3px 0 5px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .header__nav-container {
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: block;
        height: auto;
        overflow-y: visible;
    }
}

.header__nav__menu {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .header__nav__menu {
        align-items: flex-end;
        -webkit-box-align: end;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
}

.header__nav__menu__item {
    border-bottom: 1px solid #dfe1ef;
    padding: 0;
}

@media (min-width: 768px) {
    .header__nav__menu__item {
        background-color: transparent;
        border-bottom: none;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 992px) {
    .header__nav__menu__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .header__nav__menu__item:first-child {
        padding-left: 0;
    }
    .header__nav__menu__item:last-child {
        padding-right: 0;
    }
}

.header__nav__menu__item__link, .header__nav__menu__item__static {
    color: #000000;
    display: block;
    line-height: 1.4;
    padding: 15px;
    position: relative;
    text-align: left;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .header__nav__menu__item__link, .header__nav__menu__item__static {
        padding: 0 3px 10px;
        text-align: center;
    }
}

.header__nav__menu__item__link:after, .header__nav__menu__item__static:after {
    background-color: #2699fb;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: width .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: width .2s cubic-bezier(.645, .045, .355, 1);
            transition: width .2s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 0;
}

.header__nav__menu__item__link:before, .header__nav__menu__item__static:before {
    background-color: #101873;
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

@media (min-width: 768px) {
    .header__nav__menu__item__link:before, .header__nav__menu__item__static:before {
        display: none;
    }
}

.header__nav__menu__item__link__title, .header__nav__menu__item__static__title {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 3px;
}

@media (min-width: 768px) {
    .header__nav__menu__item__link__title, .header__nav__menu__item__static__title {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .header__nav__menu__item__link__title, .header__nav__menu__item__static__title {
        font-size: 1.4rem;
    }
}

.header__nav__menu__item__link__subtitle, .header__nav__menu__item__static__subtitle {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
}

.header__nav__menu__item__link:hover, .header__nav__menu__item__link:focus, .header__nav__menu__item__static:hover, .header__nav__menu__item__static:focus {
    color: #000000;
}

@media (min-width: 992px) {
    .header__nav__menu__item__link:hover, .header__nav__menu__item__link:focus, .header__nav__menu__item__static:hover, .header__nav__menu__item__static:focus {
        color: #2699fb;
    }
    .header__nav__menu__item__link:hover:after, .header__nav__menu__item__link:focus:after, .header__nav__menu__item__static:hover:after, .header__nav__menu__item__static:focus:after {
        width: 100%;
    }
}

.header__nav__menu__item__static {
    cursor: default;
}

.header__nav__menu__item:last-child {
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .header__nav__menu__item:last-child {
        padding-bottom: 0;
    }
}

.header__nav__menu__item:last-child {
    border-bottom: none;
}

.header__nav__menu__item.has-submenu .header__nav__menu__item__link:before, .header__nav__menu__item.has-submenu .header__nav__menu__item__static:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.header__nav__menu__item__sub {
    display: none;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub {
        left: 0;
        position: absolute;
        right: 0;
    }
}

.header__nav__menu__item__sub-container {
    padding: 0 15px 10px;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub-container {
        align-items: center;
        background-color: rgba(37, 37, 37, .8);
        -webkit-box-align: center;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10px;
    }
}

.header__nav__menu__item__sub__title {
    -webkit-box-flex: 0;
    color: #ffffff;
    display: none;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 10px 0 0;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub__title {
        display: block;
    }
}

.header__nav__menu__item__sub__subtitle {
    -webkit-box-flex: 0;
    color: #ffffff;
    display: none;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 30px 0 0;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub__subtitle {
        display: block;
    }
}

.header__nav__menu__item__sub__menu {
    border-top: 1px solid #e4e4e4;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub__menu {
        align-items: center;
        border-top: none;
        -webkit-box-align: center;
        -webkit-box-flex: 1;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -ms-flex-pack: start;
        -ms-flex-positive: 1;
        flex-shrink: 1;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
    }
}

.header__nav__menu__item__sub__menu__item {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub__menu__item {
        margin-right: 30px;
    }
}

.header__nav__menu__item__sub__menu__item:first-child {
    padding-top: 5px;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub__menu__item:first-child {
        padding-top: 0;
    }
}

.header__nav__menu__item__sub__menu__item:last-of-type {
    margin-right: 0;
}

.header__nav__menu__item__sub__menu__item__link {
    color: #333333;
    display: inline-block;
    font-size: 1.3rem;
    padding: 5px 0 5px 10px;
    position: relative;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub__menu__item__link {
        color: #ffffff;
        padding: 0 0 0 10px;
    }
}

@media (min-width: 992px) {
    .header__nav__menu__item__sub__menu__item__link {
        background: transparent;
        background: -o-linear-gradient(bottom, #2699fb 1px, rgba(38, 153, 251, 0) 1px, transparent 100%);
        background:    linear-gradient(to top, #2699fb 1px, rgba(38, 153, 251, 0) 1px, transparent 100%);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 0 100%;
        -webkit-transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
             -o-transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
                transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
    }
    .header__nav__menu__item__sub__menu__item__link:hover, .header__nav__menu__item__sub__menu__item__link:focus {
        background-size: 100% 100%;
    }
}

.header__nav__menu__item__sub__menu__item__link:before {
    background-image: url(../images/icons/icon-angle-right-blue-xsmall.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3px 5px;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 3px;
}

.header__nav__menu__item__sub__menu__item__link:hover, .header__nav__menu__item__sub__menu__item__link:focus {
    color: #333333;
}

@media (min-width: 768px) {
    .header__nav__menu__item__sub__menu__item__link:hover, .header__nav__menu__item__sub__menu__item__link:focus {
        color: #ffffff;
    }
}

.header__nav__submenu {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .header__nav__submenu {
        align-items: stretch;
        bottom: 0;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        position: absolute;
        right: 0;
        top: 0;
        width: 150px;
        z-index: 0;
    }
}

@media (min-width: 768px) {
    .header__nav__submenu {
        width: 140px;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu {
        width: 170px;
    }
}

.header__nav__submenu__corporate {
    align-items: center;
    background-color: #101873;
    border-bottom: 1px solid #ffffff;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: start;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-pack: start;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    height: 60px;
    justify-content: flex-start;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 50px;
    position: relative;
    text-align: left;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .header__nav__submenu__corporate {
        background-color: #e4e4e4;
        border-bottom: none;
        color: #000000;
        font-size: 1.2rem;
        height: auto;
        padding: 10px 0 10px 10px;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu__corporate {
        padding-left: 30px;
    }
}

.header__nav__submenu__corporate:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 768px) {
    .header__nav__submenu__corporate:after {
        background-image: url(../images/icons/icon-angle-right-blue.svg);
        right: 10px;
    }
}

.header__nav__submenu__corporate:hover, .header__nav__submenu__corporate:focus {
    color: #ffffff;
}

@media (min-width: 992px) {
    .header__nav__submenu__corporate:hover, .header__nav__submenu__corporate:focus {
        color: #000000;
        opacity: .85;
    }
    .header__nav__submenu__corporate:hover:after, .header__nav__submenu__corporate:focus:after {
        right: 5px;
    }
}

.header__nav__submenu__recruitment {
    align-items: center;
    background-color: #101873;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: start;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: start;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    font-size: 1.4rem;
    font-weight: 700;
    height: 60px;
    justify-content: flex-start;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 50px;
    position: relative;
    text-align: left;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (max-width: 767px) {
    .header__nav__submenu__recruitment br {
        display: none;
    }
}

@media (min-width: 768px) {
    .header__nav__submenu__recruitment {
        font-size: 1.6rem;
        height: auto;
        padding: 10px 0 10px 10px;
    }
}

@media (min-width: 992px) {
    .header__nav__submenu__recruitment {
        font-size: 1.8rem;
        padding-left: 30px;
    }
}

.header__nav__submenu__recruitment:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 768px) {
    .header__nav__submenu__recruitment:after {
        right: 10px;
    }
}

.header__nav__submenu__recruitment:hover, .header__nav__submenu__recruitment:focus {
    color: #ffffff;
}

@media (min-width: 992px) {
    .header__nav__submenu__recruitment:hover, .header__nav__submenu__recruitment:focus {
        opacity: .85;
    }
    .header__nav__submenu__recruitment:hover:after, .header__nav__submenu__recruitment:focus:after {
        right: 5px;
    }
}

/* --------------------
 Burger menu
-------------------- */
.burger {
    border: 0;
    cursor: pointer;
    display: block;
    height: 50px;
    left: auto;
    margin: 0;
    overflow: visible;
    padding: 10px 5px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: background-color .3s ease-in-out, right .5s ease-in-out;
         -o-transition: background-color .3s ease-in-out, right .5s ease-in-out;
            transition: background-color .3s ease-in-out, right .5s ease-in-out;
    width: 50px;
    z-index: 99;
}

@media (min-width: 768px) {
    .burger {
        display: none;
    }
}

.burger-container {
    background-color: #101873;
    display: block;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 98;
}

@media (min-width: 768px) {
    .burger-container {
        display: none;
    }
}

.burger__box {
    display: block;
    height: 14px;
    margin: 0 auto 5px;
    position: relative;
    width: 16px;
}

.burger__box__line {
    -webkit-animation: bugerLine1 5s linear .5s infinite normal forwards running;
            animation: bugerLine1 5s linear .5s infinite normal forwards running;
    display: block;
    margin-top: -1px;
    top: 1px;
    -webkit-transition-duration: .275s;
         -o-transition-duration: .275s;
            transition-duration: .275s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
         -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
            transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    width: 16px;
}

.burger__box__line, .burger__box__line:before, .burger__box__line:after {
    background-color: #ffffff;
    height: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
         -o-transition-property:         transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    width: 16px;
}

.burger__box__line:before, .burger__box__line:after {
    content: '';
    display: block;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}

.burger__box__line:before {
    -webkit-animation: bugerLine2 5s linear .5s infinite normal forwards running;
            animation: bugerLine2 5s linear .5s infinite normal forwards running;
    top: 6px;
    -webkit-transition: opacity .125s .275s ease;
         -o-transition: opacity .125s .275s ease;
            transition: opacity .125s .275s ease;
    width: 16px;
}

.burger__box__line:after {
    -webkit-animation: bugerLine3 5s linear .5s infinite normal forwards running;
            animation: bugerLine3 5s linear .5s infinite normal forwards running;
    bottom: -6px;
    top: 12px;
    -webkit-transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
         -o-transition:         transform .275s cubic-bezier(.68, -.55, .265, 1.55);
            transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
            transition:         transform .275s cubic-bezier(.68, -.55, .265, 1.55);
            transition:         transform .275s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    width: 11px;
}

.burger__label {
    color: #ffffff;
    font-size: .8rem;
    line-height: 1;
    text-align: center;
    -webkit-transition: color .5s ease-in-out;
         -o-transition: color .5s ease-in-out;
            transition: color .5s ease-in-out;
}

.burger.is-active {
    background-color: rgba(16, 24, 115, 0);
    right: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.burger.is-active .burger__box__line, .burger.is-active .burger__box__line:before, .burger.is-active .burger__box__line:after {
    -webkit-animation: none;
            animation: none;
    background-color: #101873;
}

.burger.is-active .burger__box__line {
    -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
            transform: translate3d(0, 6px, 0) rotate(135deg);
    -webkit-transition-delay: .075s;
         -o-transition-delay: .075s;
            transition-delay: .075s;
}

.burger.is-active .burger__box__line:before {
    opacity: 0;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
}

.burger.is-active .burger__box__line:after {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-270deg);
            transform: translate3d(0, -12px, 0) rotate(-270deg);
    -webkit-transition-delay: .075s;
         -o-transition-delay: .075s;
            transition-delay: .075s;
    width: 16px;
}

.burger.is-active .burger__label {
    color: #101873;
}

@-webkit-keyframes bugerLine1 {
    0% {
        width: 0;
    }
    10% {
        width: 16px;
    }
    100% {
        width: 16px;
    }
}

@keyframes bugerLine1 {
    0% {
        width: 0;
    }
    10% {
        width: 16px;
    }
    100% {
        width: 16px;
    }
}

@-webkit-keyframes bugerLine2 {
    0% {
        width: 0;
    }
    5% {
        width: 0;
    }
    15% {
        width: 16px;
    }
    100% {
        width: 16px;
    }
}

@keyframes bugerLine2 {
    0% {
        width: 0;
    }
    5% {
        width: 0;
    }
    15% {
        width: 16px;
    }
    100% {
        width: 16px;
    }
}

@-webkit-keyframes bugerLine3 {
    0% {
        width: 0;
    }
    10% {
        width: 0;
    }
    15% {
        width: 11px;
    }
    100% {
        width: 11px;
    }
}

@keyframes bugerLine3 {
    0% {
        width: 0;
    }
    10% {
        width: 0;
    }
    15% {
        width: 11px;
    }
    100% {
        width: 11px;
    }
}

/* --------------------
 Front page
-------------------- */
.intro-animate {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.intro {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.intro__logo {
    bottom: 0;
    height: 90px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
}

.intro__logo .a {
    -webkit-animation: introA 1.5s 1s linear forwards;
            animation: introA 1.5s 1s linear forwards;
    fill: rgba(16, 24, 115, 0);
    stroke: #101873;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .intro__logo .a {
        -webkit-animation: fadeInOut 1.5s linear infinite;
                animation: fadeInOut 1.5s linear infinite;
        fill: #101873;
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
}

.intro__logo .b {
    -webkit-animation: introB 1s 1.75s linear forwards;
            animation: introB 1s 1.75s linear forwards;
    fill: #000000;
    opacity: 0;
    stroke: #000000;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .intro__logo .b {
        -webkit-animation: fadeInOut 1.5s linear infinite;
                animation: fadeInOut 1.5s linear infinite;
        opacity: 1;
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
}

.intro__logo .c {
    fill: none;
}

@-webkit-keyframes introA {
    0% {
        fill: rgba(16, 24, 115, 0);
        stroke-dashoffset: 1000;
    }
    50% {
        fill: rgba(16, 24, 115, 0);
    }
    100% {
        fill: #101873;
        stroke-dashoffset: 0;
    }
}

@keyframes introA {
    0% {
        fill: rgba(16, 24, 115, 0);
        stroke-dashoffset: 1000;
    }
    50% {
        fill: rgba(16, 24, 115, 0);
    }
    100% {
        fill: #101873;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes introB {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes introB {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 480px) {
    .fr-hero {
        border-bottom: 10px solid #101873;
    }
}

.fr-hero__slider {
    overflow: hidden;
}

@media (min-width: 480px) {
    .fr-hero__slider__item {
        background-color: #101873;
    }
}

.fr-hero__slider__item__link {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 137.5% 0 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 480px) {
    .fr-hero__slider__item__link {
        height: 360px;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider__item__link {
        height: 570px;
    }
}

.fr-hero__slider__item__link:hover, .fr-hero__slider__item__link:focus {
    opacity: .85;
}

.fr-hero__slider__item__link__text {
    position: absolute;
    visibility: hidden;
}

.fr-hero__slider__item__link img {
    margin: auto;
}

@media (max-width: 479px) {
    .fr-hero__slider__item__link img {
        width: 100%;
    }
}

.fr-hero__slider__item__link--voice {
    background-image: url(../images/pages/front/front-hero-voice-mb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__link--voice {
        background-image: url(../images/pages/front/front-hero-voice.jpg);
    }
}

.fr-hero__slider__item__link--visit {
    background-image: url(../images/pages/front/front-hero-visit-mb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__link--visit {
        background-image: url(../images/pages/front/front-hero-visit.jpg);
    }
}

.fr-hero__slider__item__link__button {
    align-items: center;
    background-color: #101873;
    border: 2px solid #101873;
    bottom: -35px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 70px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    max-width: 260px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__link__button {
        display: none;
    }
}

.fr-hero__slider__item__link__button__text {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

.fr-hero__slider__item__link__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}

.fr-hero__slider__item__link__button__text:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}

.fr-hero__slider__item__link__button:hover, .fr-hero__slider__item__link__button:focus {
    color: #ffffff;
}

.fr-hero__slider__item__interview {
    background-color: #ffffff;
    height: auto;
    margin: 0 0 80px;
    position: relative;
    -webkit-transition: -webkit-transform .5s .2s ease-in-out;
         -o-transition:         transform .5s .2s ease-in-out;
            transition: -webkit-transform .5s .2s ease-in-out;
            transition:         transform .5s .2s ease-in-out;
            transition:         transform .5s .2s ease-in-out, -webkit-transform .5s .2s ease-in-out;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview {
        height: 360px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview {
        height: 570px;
    }
}

.fr-hero__slider__item__interview:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}

.fr-hero__slider__item__interview__overlay {
    background-color: #101873;
    bottom: -30px;
    content: '';
    display: block;
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 98;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview__overlay {
        bottom: 0;
    }
}

.fr-hero__slider__item__interview-container {
    height: auto;
    margin: auto;
    padding: 137.5% 0 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview-container {
        height: 100%;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview-container {
        padding-top: 0;
    }
}

.fr-hero__slider__item__interview__content {
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    max-width: 320px;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview__content {
        align-items: flex-start;
        bottom: 0;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        left: auto;
        padding: 0;
        right: auto;
        top: 0;
        width: 60%;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview__content {
        max-width: none;
        width: 50%;
    }
}

.fr-hero__slider__item__interview__content__tag {
    margin: 0 0 10px;
}

.fr-hero__slider__item__interview__content__tag__item {
    background-color: #ffffff;
    color: #007feb;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 5px 0 0;
    padding: 2px 10px;
    position: relative;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview__content__tag__item {
        font-size: 1.4rem;
    }
}

.fr-hero__slider__item__interview__content__tag__item:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s .3s ease-in-out;
         -o-transition: width .5s .3s ease-in-out;
            transition: width .5s .3s ease-in-out;
    width: 100%;
    z-index: 98;
}

.fr-hero__slider__item__interview__content__message {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview__content__message {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview__content__message {
        font-size: 3.0rem;
    }
}

.fr-hero__slider__item__interview__content__message span {
    position: relative;
}

.fr-hero__slider__item__interview__content__message span:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s .3s ease-in-out;
         -o-transition: width .5s .3s ease-in-out;
            transition: width .5s .3s ease-in-out;
    width: 100%;
    z-index: 98;
}

.fr-hero__slider__item__interview__content__overview {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0 0 20px;
    position: relative;
    text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview__content__overview {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}

.fr-hero__slider__item__interview__content__overview:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s .3s ease-in-out;
         -o-transition: width .5s .3s ease-in-out;
            transition: width .5s .3s ease-in-out;
    width: 100%;
    z-index: 98;
}

.fr-hero__slider__item__interview__content__action {
    max-width: 320px;
    width: 100%;
}

.fr-hero__slider__item__interview__content__action__button {
    align-items: center;
    background-color: #101873;
    border: 2px solid #101873;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 70px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview__content__action__button {
        height: 80px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.fr-hero__slider__item__interview__content__action__button:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s .3s ease-in-out;
         -o-transition: width .5s .3s ease-in-out;
            transition: width .5s .3s ease-in-out;
    width: 100%;
    z-index: 98;
}

.fr-hero__slider__item__interview__content__action__button__text {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

.fr-hero__slider__item__interview__content__action__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.fr-hero__slider__item__interview__content__action__button__text:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.fr-hero__slider__item__interview__content__action__button:hover, .fr-hero__slider__item__interview__content__action__button:focus {
    color: #ffffff;
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview__content__action__button:hover, .fr-hero__slider__item__interview__content__action__button:focus {
        background-color: rgba(255, 255, 255, .85);
        color: #101873;
    }
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview__content__action__button:hover .fr-hero__slider__item__interview__content__action__button__text:before, .fr-hero__slider__item__interview__content__action__button:focus .fr-hero__slider__item__interview__content__action__button__text:before {
        opacity: 1;
        right: -5px;
    }
    .fr-hero__slider__item__interview__content__action__button:hover .fr-hero__slider__item__interview__content__action__button__text:after, .fr-hero__slider__item__interview__content__action__button:focus .fr-hero__slider__item__interview__content__action__button__text:after {
        opacity: 0;
        right: -5px;
    }
}

.fr-hero__slider__item__interview--1st:before {
    background-image: url(../images/pages/front/front-hero-01-mb.jpg);
    background-position: center top;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview--1st:before {
        background-image: url(../images/pages/front/front-hero-01.jpg);
        background-position: 30% top;
    }
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview--1st:before {
        background-position: left top;
    }
}

.fr-hero__slider__item__interview--1st .fr-hero__slider__item__interview__content {
    right: 0;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview--1st .fr-hero__slider__item__interview__content {
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview--1st .fr-hero__slider__item__interview__content {
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview--1st .fr-hero__slider__item__interview__content {
        padding-right: 70px;
    }
}

@media (min-width: 1240px) {
    .fr-hero__slider__item__interview--1st .fr-hero__slider__item__interview__content {
        padding-right: 15px;
    }
}

.fr-hero__slider__item__interview--2nd:before {
    background-image: url(../images/pages/front/front-hero-02-mb.jpg);
    background-position: center top;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview--2nd:before {
        background-image: url(../images/pages/front/front-hero-02.jpg);
        background-position: 70% top;
    }
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview--2nd:before {
        background-position: right top;
    }
}

.fr-hero__slider__item__interview--2nd .fr-hero__slider__item__interview__content {
    left: 0;
}

@media (min-width: 480px) {
    .fr-hero__slider__item__interview--2nd .fr-hero__slider__item__interview__content {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider__item__interview--2nd .fr-hero__slider__item__interview__content {
        padding-left: 70px;
    }
}

@media (min-width: 992px) {
    .fr-hero__slider__item__interview--2nd .fr-hero__slider__item__interview__content {
        padding-left: 70px;
    }
}

@media (min-width: 1240px) {
    .fr-hero__slider__item__interview--2nd .fr-hero__slider__item__interview__content {
        padding-left: 15px;
    }
}

.fr-hero__slider__item:focus {
    outline: none;
}

.fr-hero__slider .slick-dots {
    bottom: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.fr-hero__slider .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
}

.fr-hero__slider .slick-dots li button {
    -webkit-appearance: none;
    background: #dfe1ef;
    border: none;
    border-radius: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    font-size: 1.0;
    height: 8px;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 8px;
}

.fr-hero__slider .slick-dots li button:focus {
    outline: none;
}

.fr-hero__slider .slick-dots li.slick-active button {
    background: #101873;
}

.fr-hero__slider .slick-arrow {
    background: none;
    border: none;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    height: 57px;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s .3s ease-in-out;
         -o-transition: opacity .5s .3s ease-in-out;
            transition: opacity .5s .3s ease-in-out;
    width: 49px;
    z-index: 1;
}

@media (min-width: 768px) {
    .fr-hero__slider .slick-arrow {
        height: 114px;
        width: 93px;
    }
}

.fr-hero__slider .slick-arrow:focus {
    outline: none;
}

.fr-hero__slider .slick-arrow:after {
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    display: block;
    height: 57px;
    left: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 44px;
}

@media (min-width: 768px) {
    .fr-hero__slider .slick-arrow:after {
        height: 114px;
        width: 88px;
    }
}

.fr-hero__slider .slick-arrow.slick-prev {
    left: -15px;
}

@media (min-width: 992px) {
    .fr-hero__slider .slick-arrow.slick-prev {
        left: -10px;
    }
}

.fr-hero__slider .slick-arrow.slick-prev:after {
    background-image: url(../images/icons/icon-angle-left-white-shadow-large.svg);
    background-size: 44px 57px;
    right: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .fr-hero__slider .slick-arrow.slick-prev:after {
        background-size: 88px 114px;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider .slick-arrow.slick-prev:hover:after, .fr-hero__slider .slick-arrow.slick-prev:focus:after {
        right: 5px;
    }
}

.fr-hero__slider .slick-arrow.slick-next {
    right: -15px;
}

@media (min-width: 992px) {
    .fr-hero__slider .slick-arrow.slick-next {
        right: -10px;
    }
}

.fr-hero__slider .slick-arrow.slick-next:after {
    background-image: url(../images/icons/icon-angle-right-white-shadow-large.svg);
    background-size: 44px 57px;
    left: 0;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .fr-hero__slider .slick-arrow.slick-next:after {
        background-size: 88px 114px;
    }
}

@media (min-width: 768px) {
    .fr-hero__slider .slick-arrow.slick-next:hover:after, .fr-hero__slider .slick-arrow.slick-next:focus:after {
        left: 5px;
    }
}

.fr-hero__slider.is-initialized .slick-arrow {
    opacity: 1;
}

.fr-hero__slider.is-initialized .fr-hero__slider__item__interview:before {
    opacity: 1;
}

.fr-hero__slider.is-initialized .fr-hero__slider__item__interview:after {
    width: 0;
}

.fr-hero__slider.is-initialized .fr-hero__slider__item__interview__content {
    opacity: 1;
}

.fr-hero__slider.is-initialized .fr-hero__slider__item__interview__content__tag__item:after {
    width: 0;
}

.fr-hero__slider.is-initialized .fr-hero__slider__item__interview__content__message span:after {
    width: 0;
}

.fr-hero__slider.is-initialized .fr-hero__slider__item__interview__content__overview:after {
    width: 0;
}

.fr-hero__slider.is-initialized .fr-hero__slider__item__interview__content__action__button:after {
    width: 0;
}

.fr-greeting {
    margin: 0 auto;
    max-width: 1650px;
    padding: 80px 0 50px;
    position: relative;
}

@media (min-width: 480px) {
    .fr-greeting {
        height: 750px;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.fr-greeting-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.fr-greeting-container:before {
    background-image: url(../images/pages/front/front-greeting.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: '';
    display: block;
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    height: 400px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-filter 1s ease-in-out;
            transition: -webkit-filter 1s ease-in-out;
         -o-transition:         filter 1s ease-in-out;
            transition:         filter 1s ease-in-out;
            transition:         filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .fr-greeting-container:before {
        background-position: -330px center;
        height: 574px;
        position: absolute;
    }
}

@media (min-width: 992px) {
    .fr-greeting-container:before {
        background-position: right center;
        left: auto;
        right: 30%;
        width: 100%;
    }
}

.fr-greeting__content {
    opacity: 0;
    padding: 0 15px;
    -webkit-transition: opacity 1s .5s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity 1s .5s cubic-bezier(.645, .045, .355, 1);
            transition: opacity 1s .5s cubic-bezier(.645, .045, .355, 1);
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .fr-greeting__content {
        align-items: flex-start;
        bottom: 0;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        left: 350px;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        right: 15px;
        top: 0;
    }
}

@media (min-width: 992px) {
    .fr-greeting__content {
        left: auto;
        right: 9%;
    }
}

@media (min-width: 1240px) {
    .fr-greeting__content {
        right: 14%;
    }
}

.fr-greeting__content__desc {
    font-size: 1.4rem;
    margin: 0 0 30px;
}

@media (min-width: 480px) {
    .fr-greeting__content__desc {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .fr-greeting__content__desc {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.33333;
    }
}

.fr-greeting__content__name {
    margin: 0;
}

.fr-greeting.animate .fr-greeting-container:before {
    -webkit-filter: blur(0);
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
            filter: blur(0);
}

.fr-greeting.animate .fr-greeting__content {
    opacity: 1;
}

.fr-overview {
    background-color: #eef1f9;
    padding: 0 0 90px;
}

.fr-overview__title {
    align-items: center;
    background-image: url(../images/pages/front/front-overview-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    height: 140px;
    justify-content: center;
    margin: 0;
}

@media (min-width: 480px) {
    .fr-overview__title {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .fr-overview__title {
        margin-bottom: 90px;
    }
}

@media (min-width: 992px) {
    .fr-overview__title {
        height: 200px;
    }
}

.fr-overview__title__text {
    color: #ffffff;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .fr-overview__title__text {
        font-size: 3.0rem;
    }
}

.fr-overview__title__text:after {
    border-bottom: 4px solid #ffffff;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

.fr-overview-container {
    margin: 0 auto;
    max-width: 1006px;
    width: 100%;
}

@media (min-width: 480px) {
    .fr-overview-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .fr-overview-container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.fr-overview__slider__item {
    margin: 0;
    max-width: 1000px;
    opacity: .5;
    padding: 0 0 150px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .5s .3s linear;
         -o-transition: opacity .5s .3s linear;
            transition: opacity .5s .3s linear;
}

@media (min-width: 480px) {
    .fr-overview__slider__item {
        padding: 0 3px 100px;
    }
}

.fr-overview__slider__item:focus {
    outline: none;
}

.fr-overview__slider__item.slick-current {
    opacity: 1;
}

.fr-overview__slider__item picture {
    display: block;
    position: relative;
}

.fr-overview__slider__item picture:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s .2s ease-in-out;
         -o-transition: width .5s .2s ease-in-out;
            transition: width .5s .2s ease-in-out;
    width: 100%;
    z-index: 0;
}

.fr-overview__slider__item__link {
    display: inline-block;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.fr-overview__slider__item__link img {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .fr-overview__slider__item__link:hover, .fr-overview__slider__item__link:focus {
        opacity: .85;
    }
}

.fr-overview__slider__item__content {
    background-color: #ffffff;
    bottom: 60px;
    left: 15px;
    padding: 15px;
    position: absolute;
    right: 15px;
    z-index: 1;
}

@media (min-width: 480px) {
    .fr-overview__slider__item__content {
        bottom: 0;
        left: auto;
        padding: 30px 30px;
        right: 30px;
    }
}

@media (min-width: 992px) {
    .fr-overview__slider__item__content {
        padding: 40px 60px;
    }
}

.fr-overview__slider__item__content:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s .5s ease-in-out;
         -o-transition: width .5s .5s ease-in-out;
            transition: width .5s .5s ease-in-out;
    width: 100%;
    z-index: 0;
}

.fr-overview__slider__item__content__title {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .fr-overview__slider__item__content__title {
        font-size: 2.4rem;
    }
}

.fr-overview__slider__item__content__button {
    background-color: #101873;
    border: 2px solid #101873;
    color: #ffffff;
    display: block;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 480px) {
    .fr-overview__slider__item__content__button {
        width: 190px;
    }
}

.fr-overview__slider__item__content__button__text {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

.fr-overview__slider__item__content__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.fr-overview__slider__item__content__button__text:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 992px) {
    .fr-overview__slider__item__content__button:hover, .fr-overview__slider__item__content__button:focus {
        background-color: rgba(255, 255, 255, .85);
        color: #101873;
    }
}

@media (min-width: 992px) {
    .fr-overview__slider__item__content__button:hover .fr-overview__slider__item__content__button__text:before, .fr-overview__slider__item__content__button:focus .fr-overview__slider__item__content__button__text:before {
        opacity: 1;
        right: -5px;
    }
    .fr-overview__slider__item__content__button:hover .fr-overview__slider__item__content__button__text:after, .fr-overview__slider__item__content__button:focus .fr-overview__slider__item__content__button__text:after {
        opacity: 0;
        right: -5px;
    }
}

.fr-overview__slider .slick-arrow {
    background: #101873;
    border: 2px solid #101873;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    height: 50px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 50px;
    z-index: 1;
}

.fr-overview__slider .slick-arrow:focus {
    outline: none;
}

@media (min-width: 992px) {
    .fr-overview__slider .slick-arrow:hover {
        background-color: #ffffff;
    }
}

.fr-overview__slider .slick-arrow:after, .fr-overview__slider .slick-arrow:before {
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.fr-overview__slider .slick-arrow.slick-disabled {
    opacity: .5;
}

.fr-overview__slider .slick-arrow.slick-prev {
    left: 15px;
}

@media (min-width: 480px) {
    .fr-overview__slider .slick-arrow.slick-prev {
        left: 0;
    }
}

@media (min-width: 992px) {
    .fr-overview__slider .slick-arrow.slick-prev {
        left: 115px;
    }
}

.fr-overview__slider .slick-arrow.slick-prev:after, .fr-overview__slider .slick-arrow.slick-prev:before {
    background-size: 8px 12px;
    right: 0;
}

.fr-overview__slider .slick-arrow.slick-prev:after {
    background-image: url(../images/icons/icon-angle-left-white.svg);
    opacity: 1;
}

.fr-overview__slider .slick-arrow.slick-prev:before {
    background-image: url(../images/icons/icon-angle-left-blue.svg);
    opacity: 0;
}

@media (min-width: 992px) {
    .fr-overview__slider .slick-arrow.slick-prev:hover:after, .fr-overview__slider .slick-arrow.slick-prev:hover:before {
        right: 5px;
    }
    .fr-overview__slider .slick-arrow.slick-prev:hover:after {
        opacity: 0;
    }
    .fr-overview__slider .slick-arrow.slick-prev:hover:before {
        opacity: 1;
    }
}

.fr-overview__slider .slick-arrow.slick-next {
    left: 75px;
}

@media (min-width: 480px) {
    .fr-overview__slider .slick-arrow.slick-next {
        left: 60px;
    }
}

@media (min-width: 992px) {
    .fr-overview__slider .slick-arrow.slick-next {
        left: 175px;
    }
}

.fr-overview__slider .slick-arrow.slick-next:after, .fr-overview__slider .slick-arrow.slick-next:before {
    background-size: 8px 12px;
    right: 0;
}

.fr-overview__slider .slick-arrow.slick-next:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
}

.fr-overview__slider .slick-arrow.slick-next:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    opacity: 0;
}

@media (min-width: 992px) {
    .fr-overview__slider .slick-arrow.slick-next:hover:after, .fr-overview__slider .slick-arrow.slick-next:hover:before {
        right: -5px;
    }
    .fr-overview__slider .slick-arrow.slick-next:hover:after {
        opacity: 0;
    }
    .fr-overview__slider .slick-arrow.slick-next:hover:before {
        opacity: 1;
    }
}

.fr-overview__slider.is-initialized .fr-overview__slider__item picture:after {
    width: 0;
}

.fr-overview__slider.is-initialized .fr-overview__slider__item__content:after {
    width: 0;
}

.fr-member {
    overflow: hidden;
    padding: 0 0 90px;
    position: relative;
}

.fr-member__title {
    align-items: center;
    background-image: url(../images/pages/front/front-interview-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    height: 140px;
    justify-content: center;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .fr-member__title {
        margin-bottom: 90px;
    }
}

@media (min-width: 992px) {
    .fr-member__title {
        height: 200px;
    }
}

.fr-member__title__text {
    color: #ffffff;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .fr-member__title__text {
        font-size: 3.0rem;
    }
}

.fr-member__title__text:after {
    border-bottom: 4px solid #ffffff;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

.fr-recruit {
    background-image: url(../images/pages/front/front-recruit-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 60px 0;
}

@media (min-width: 480px) {
    .fr-recruit {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.fr-recruit-main-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .fr-recruit-main-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fr-recruit-main__title {
    margin: 0 0 50px;
    text-align: center;
}

.fr-recruit-main__title__text {
    color: #ffffff;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .fr-recruit-main__title__text {
        font-size: 3.0rem;
    }
}

.fr-recruit-main__title__text:after {
    border-bottom: 4px solid #ffffff;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

.fr-recruit-main__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fr-recruit-main__list__item {
    align-items: center;
    background-color: #fcfcf9;
    border: 2px solid rgba(16, 24, 115, 0);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    width: 31%;
}

.fr-recruit-main__list__item__title {
    color: #333333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 10px 0 0;
    text-align: center;
}

@media (min-width: 480px) {
    .fr-recruit-main__list__item__title {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .fr-recruit-main__list__item__title {
        font-size: 2.8rem;
    }
}

.fr-recruit-main__list__item__thumb {
    margin: 0 0 15px;
    padding: 0 15px;
    text-align: center;
}

.fr-recruit-main__list__item__thumb img {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:         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;
}

.fr-recruit-main__list__item__action {
    margin: 0;
    width: 100%;
}

.fr-recruit-main__list__item__action__button {
    background-color: #101873;
    border: 2px solid #101873;
    color: #ffffff;
    display: block;
    margin: 0 -2px -2px;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 992px) {
    .fr-recruit-main__list__item__action__button {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.fr-recruit-main__list__item__action__button__text {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
}

@media (min-width: 768px) {
    .fr-recruit-main__list__item__action__button__text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .fr-recruit-main__list__item__action__button__text {
        font-size: 1.8rem;
    }
}

.fr-recruit-main__list__item__action__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 480px) {
    .fr-recruit-main__list__item__action__button__text:before {
        left: auto;
    }
}

.fr-recruit-main__list__item__action__button__text:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 480px) {
    .fr-recruit-main__list__item__action__button__text:after {
        left: auto;
    }
}

@media (max-width: 479px) {
    .fr-recruit-main__list__item__action__button__text span {
        display: none;
    }
}

@media (min-width: 992px) {
    .fr-recruit-main__list__item:hover, .fr-recruit-main__list__item:focus {
        border-color: #101873;
        -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .75);
                box-shadow: 0 0 8px rgba(255, 255, 255, .75);
    }
}

@media (min-width: 992px) {
    .fr-recruit-main__list__item:hover .fr-recruit-main__list__item__action__button, .fr-recruit-main__list__item:focus .fr-recruit-main__list__item__action__button {
        background-color: rgba(255, 255, 255, .85);
        color: #101873;
    }
}

@media (min-width: 992px) {
    .fr-recruit-main__list__item:hover .fr-recruit-main__list__item__action__button__text:before, .fr-recruit-main__list__item:focus .fr-recruit-main__list__item__action__button__text:before {
        opacity: 1;
        right: -5px;
    }
    .fr-recruit-main__list__item:hover .fr-recruit-main__list__item__action__button__text:after, .fr-recruit-main__list__item:focus .fr-recruit-main__list__item__action__button__text:after {
        opacity: 0;
        right: -5px;
    }
}

@media (min-width: 992px) {
    .fr-recruit-main__list__item:hover .fr-recruit-main__list__item__thumb img, .fr-recruit-main__list__item:focus .fr-recruit-main__list__item__thumb img {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}

/* --------------------
 Recruitment - welfare
-------------------- */
.welfare {
    padding: 90px 0;
}

.welfare-lead {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .welfare-lead {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.welfare-lead__desc {
    font-size: 1.4rem;
    margin: 0 0 90px;
}

@media (min-width: 768px) {
    .welfare-lead__desc {
        font-size: 1.6rem;
    }
}

.welfare-sec {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .welfare-sec {
        margin-bottom: 150px;
    }
}

.welfare-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .welfare-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.welfare-sec__title {
    margin: 0 0 50px;
    padding: 15px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .welfare-sec__title {
        margin-bottom: 90px;
    }
}

.welfare-sec__title__text {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .welfare-sec__title__text {
        font-size: 3.0rem;
    }
}

.welfare-sec__title__text:after {
    border-bottom: 4px solid #333333;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

@media (min-width: 768px) {
    .welfare-sec__dorm {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.welfare-sec__dorm__gallery {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    margin: 0 auto 50px;
    max-width: 405px;
    width: 100%;
}

@media (min-width: 768px) {
    .welfare-sec__dorm__gallery {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.welfare-sec__dorm__gallery__slider {
    margin: 0 0 10px;
}

.welfare-sec__dorm__gallery__slider .slick-arrow {
    background: none;
    border: none;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    height: 57px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 49px;
    z-index: 1;
}

.welfare-sec__dorm__gallery__slider .slick-arrow:focus {
    outline: none;
}

.welfare-sec__dorm__gallery__slider .slick-arrow:after {
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    display: block;
    height: 57px;
    left: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 44px;
}

.welfare-sec__dorm__gallery__slider .slick-arrow.slick-prev {
    left: -10px;
}

.welfare-sec__dorm__gallery__slider .slick-arrow.slick-prev:after {
    background-image: url(../images/icons/icon-angle-left-white-shadow-fat-large.svg);
    background-size: 44px 57px;
    right: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
}

.welfare-sec__dorm__gallery__slider .slick-arrow.slick-prev:hover:after, .welfare-sec__dorm__gallery__slider .slick-arrow.slick-prev:focus:after {
    right: 5px;
}

.welfare-sec__dorm__gallery__slider .slick-arrow.slick-next {
    right: -10px;
}

.welfare-sec__dorm__gallery__slider .slick-arrow.slick-next:after {
    background-image: url(../images/icons/icon-angle-right-white-shadow-fat-large.svg);
    background-size: 44px 57px;
    left: 0;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
}

.welfare-sec__dorm__gallery__slider .slick-arrow.slick-next:hover:after, .welfare-sec__dorm__gallery__slider .slick-arrow.slick-next:focus:after {
    left: 5px;
}

.welfare-sec__dorm__gallery__nav {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -5px;
}

.welfare-sec__dorm__gallery__nav__item {
    cursor: pointer;
    opacity: .5;
    padding: 0 5px;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 33.33333%;
}

.welfare-sec__dorm__gallery__nav__item:hover {
    opacity: 1;
}

.welfare-sec__dorm__gallery__nav__item[data-index='0'] {
    display: none;
}

.welfare-sec__dorm__main {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .welfare-sec__dorm__main {
        padding-left: 50px;
    }
}

.welfare-sec__dorm__main__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .welfare-sec__dorm__main__desc {
        font-size: 1.6rem;
    }
}

.welfare-sec__dorm__main__desc:last-child {
    margin-bottom: 0;
}

.welfare-sec__list {
    text-align: center;
}

.welfare-sec__list-layout {
    display: inline-block;
}

.welfare-sec__list__item {
    margin: 0 0 30px;
    text-align: left;
}

.welfare-sec__list__item:last-child {
    margin-bottom: 0;
}

.welfare-sec__list__item__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    position: relative;
}

@media (min-width: 768px) {
    .welfare-sec__list__item__title {
        font-size: 2.0rem;
    }
}

.welfare-sec__list__item__title:before {
    border-bottom: 2px solid #101873;
    border-top: 2px solid #101873;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
}

.welfare-sec__list__item__desc {
    font-size: 1.4rem;
    margin: 0;
}

@media (min-width: 768px) {
    .welfare-sec__list__item__desc {
        font-size: 1.6rem;
    }
}

.welfare-sec__list__item__desc a {
    color: #101873;
    text-decoration: underline;
}

.welfare-sec__list__item__desc a:hover, .welfare-sec__list__item__desc a:focus {
    color: #101873;
    text-decoration: none;
}

.welfare-sec__gallery {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
}

.welfare-sec__gallery__item {
    padding: 10px;
    width: 50%;
}

@media (min-width: 480px) {
    .welfare-sec__gallery__item {
        width: 33.33333%;
    }
}

@media (min-width: 768px) {
    .welfare-sec__gallery__item {
        width: 25%;
    }
}

/* --------------------
 Recruitment - information
-------------------- */
.recruit {
    padding: 90px 0;
}

.recruit__nav {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 100px;
    max-width: 1000px;
    padding: 0 15px;
    width: 100%;
}

.recruit__nav__item {
    padding: 0;
    width: 49%;
}

.recruit__nav__item__link {
    align-items: center;
    background-color: #dfe1ef;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #767676;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.8rem;
    height: 60px;
    justify-content: center;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .recruit__nav__item__link {
        font-size: 2.0rem;
        height: 100px;
    }
}

.recruit__nav__item__link:after {
    border-bottom: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #dfe1ef;
    bottom: -15px;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transition: border-top-color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: border-top-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-top-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.recruit__nav__item__link.current {
    background-color: #101873;
    color: #ffffff;
    pointer-events: none;
}

.recruit__nav__item__link.current:after {
    border-top-color: #101873;
}

@media (min-width: 768px) {
    .recruit__nav__item__link:hover {
        background-color: #101873;
        color: #ffffff;
    }
    .recruit__nav__item__link:hover:after {
        border-top-color: #101873;
    }
}

.recruit__content {
    display: none;
}

.recruit__content.active {
    display: block;
}

.recruit-sec {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .recruit-sec {
        margin-bottom: 150px;
    }
}

.recruit-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .recruit-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recruit-sec__title {
    margin: 0 0 50px;
    padding: 15px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .recruit-sec__title {
        margin-bottom: 90px;
    }
}

.recruit-sec__title__text {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .recruit-sec__title__text {
        font-size: 3.0rem;
    }
}

.recruit-sec__title__text:after {
    border-bottom: 4px solid #333333;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

.recruit__info__title {
    font-size: 1.8rem;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    position: relative;
}

@media (min-width: 768px) {
    .recruit__info__title {
        font-size: 2.0rem;
    }
}

.recruit__info__title:before {
    border-bottom: 2px solid #101873;
    border-top: 2px solid #101873;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
}

.recruit__info__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .recruit__info__table > tbody > tr {
        display: block;
        width: 100%;
    }
}

.recruit__info__table > tbody > tr > th, .recruit__info__table > tbody > tr > td {
    font-size: 1.2rem;
    padding: 5px 8px;
    text-align: left;
}

@media (max-width: 767px) {
    .recruit__info__table > tbody > tr > th, .recruit__info__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

@media (min-width: 375px) {
    .recruit__info__table > tbody > tr > th, .recruit__info__table > tbody > tr > td {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .recruit__info__table > tbody > tr > th, .recruit__info__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 8px 15px;
    }
}

.recruit__info__table > tbody > tr > th {
    background-color: #101873;
    border: 1px solid #101873;
    border-bottom-color: #ffffff;
    color: #ffffff;
    font-weight: inherit;
    white-space: nowrap;
}

.recruit__info__table > tbody > tr > td {
    border: 1px solid #767676;
}

@media (max-width: 767px) {
    .recruit__info__table > tbody > tr > td {
        border-top: none;
    }
}

.recruit__info__table > tbody > tr > td.table-cell {
    padding: 0;
}

.recruit__info__table > tbody > tr:last-child > th {
    border-bottom-color: #101873;
}

.recruit__info__table table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.recruit__info__table table > thead > tr > th {
    background-color: #eeeeee;
    border-bottom: 1px solid #767676;
    border-right: 1px solid #767676;
    font-size: 1.2rem;
    font-weight: inherit;
    padding: 5px 8px;
    text-align: center;
    width: 33%;
}

.recruit__info__table table > thead > tr > th:last-child {
    border-right: none;
    width: auto;
}

@media (min-width: 375px) {
    .recruit__info__table table > thead > tr > th {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .recruit__info__table table > thead > tr > th {
        font-size: 1.6rem;
        padding: 8px 15px;
    }
}

.recruit__info__table table > tbody > tr > th, .recruit__info__table table > tbody > tr > td {
    border-bottom: 1px solid #767676;
    border-right: 1px solid #767676;
    font-size: 1.2rem;
    font-weight: inherit;
    padding: 5px 8px;
    text-align: left;
}

.recruit__info__table table > tbody > tr > th:last-child, .recruit__info__table table > tbody > tr > td:last-child {
    border-right: none;
}

@media (min-width: 375px) {
    .recruit__info__table table > tbody > tr > th, .recruit__info__table table > tbody > tr > td {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .recruit__info__table table > tbody > tr > th, .recruit__info__table table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 8px 15px;
    }
}

.recruit__info__table table > tbody > tr > th {
    font-weight: inherit;
}

.recruit__info__table table > tbody > tr > td.center {
    text-align: center;
}

.recruit__info__table table > tbody > tr:last-child > td {
    border-bottom: none;
}

.recruit__sch {
    margin: 0 auto;
    max-width: 290px;
    width: 100%;
}

@media (min-width: 480px) {
    .recruit__sch {
        max-width: 520px;
    }
}

@media (min-width: 768px) {
    .recruit__sch {
        max-width: 600px;
    }
}

.recruit__sch__main {
    background-color: #eef1f9;
    margin: 0 0 10px;
    padding: 15px;
    width: 100%;
}

@media (min-width: 480px) {
    .recruit__sch__main {
        padding: 30px;
    }
}

.recruit__sch__main__item {
    margin: 0 0 30px;
    position: relative;
    width: 100px;
}

@media (min-width: 480px) {
    .recruit__sch__main__item {
        margin-left: 40px;
        margin-right: auto;
        width: 180px;
    }
}

@media (min-width: 768px) {
    .recruit__sch__main__item {
        margin-left: auto;
    }
}

.recruit__sch__main__item:after {
    background-image: url(../images/icons/icon-triple-angle-blue-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 20px;
    bottom: -25px;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 15px;
}

.recruit__sch__main__item__title {
    align-items: center;
    background-color: #101873;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 480px) {
    .recruit__sch__main__item__title {
        font-size: 1.6rem;
    }
}

.recruit__sch__main__item__desc {
    font-size: 1.4rem;
    margin: 0;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    white-space: nowrap;
    width: auto;
}

@media (min-width: 480px) {
    .recruit__sch__main__item__desc {
        font-size: 1.6rem;
    }
}

.recruit__sch__main__item:last-child {
    margin-bottom: 0;
}

.recruit__sch__main__item:last-child:after {
    display: none;
}

.recruit__sch__main__item:last-child .recruit__sch__main__item__title {
    background-color: #e3480f;
}

.recruit__sch__note {
    font-size: 1.3rem;
    margin: 0;
}

.recruit-menu {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .recruit-menu {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.recruit-menu__menu {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
}

@media (min-width: 768px) {
    .recruit-menu__menu {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.recruit-menu__menu__item {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    width: 33.33333%;
}

@media (min-width: 768px) {
    .recruit-menu__menu__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.recruit-menu__menu__item__button {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #101873;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #101873;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .recruit-menu__menu__item__button {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

.recruit-menu__menu__item__button.disabled {
    pointer-events: none;
    position: relative;
}

.recruit-menu__menu__item__button.disabled:after {
    background-color: rgba(239, 239, 239, .7);
    bottom: -1px;
    content: '';
    display: block;
    height: auto;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: auto;
}

.recruit-menu__menu__item__button__text {
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.3;
    padding: 0;
    position: relative;
}

@media (min-width: 480px) {
    .recruit-menu__menu__item__button__text {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .recruit-menu__menu__item__button__text {
        font-size: 1.6rem;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .recruit-menu__menu__item__button__text {
        font-size: 2.0rem;
    }
}

.recruit-menu__menu__item__button__text:before {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: none;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 768px) {
    .recruit-menu__menu__item__button__text:before {
        display: block;
    }
}

.recruit-menu__menu__item__button__text:after {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: none;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 768px) {
    .recruit-menu__menu__item__button__text:after {
        display: block;
    }
}

.recruit-menu__menu__item__button:not(.disabled):hover, .recruit-menu__menu__item__button:not(.disabled):focus {
    color: #101873;
}

@media (min-width: 992px) {
    .recruit-menu__menu__item__button:not(.disabled):hover, .recruit-menu__menu__item__button:not(.disabled):focus {
        background-color: #101873;
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .recruit-menu__menu__item__button:not(.disabled):hover .recruit-menu__menu__item__button:not(.disabled)__text:before, .recruit-menu__menu__item__button:not(.disabled):focus .recruit-menu__menu__item__button:not(.disabled)__text:before {
        opacity: 1;
        right: -5px;
    }
    .recruit-menu__menu__item__button:not(.disabled):hover .recruit-menu__menu__item__button:not(.disabled)__text:after, .recruit-menu__menu__item__button:not(.disabled):focus .recruit-menu__menu__item__button:not(.disabled)__text:after {
        opacity: 0;
        right: -5px;
    }
}

/* --------------------
 Recruitment - skillup
-------------------- */
.skillup {
    padding: 90px 0;
}

.skillup-sec {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .skillup-sec {
        margin-bottom: 150px;
    }
}

.skillup-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .skillup-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.skillup-sec__title {
    margin: 0 0 50px;
    padding: 15px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .skillup-sec__title {
        margin-bottom: 90px;
    }
}

.skillup-sec__title__text {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .skillup-sec__title__text {
        font-size: 3.0rem;
    }
}

.skillup-sec__title__text:after {
    border-bottom: 4px solid #333333;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

.skillup__training {
    margin: 0 auto;
}

.skillup__training__desc {
    font-size: 1.4rem;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .skillup__training__desc {
        font-size: 1.6rem;
    }
}

.skillup__training__overview {
    background-color: #eef1f9;
    margin: 0 auto;
    max-width: 600px;
    padding: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .skillup__training__overview {
        padding: 30px;
    }
}

.skillup__license__desc {
    font-size: 1.4rem;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .skillup__license__desc {
        font-size: 1.6rem;
    }
}

.skillup__license__main {
    text-align: center;
}

.skillup__license__main__list {
    padding: 0 15px;
    text-align: center;
}

@media (min-width: 480px) {
    .skillup__license__main__list {
        display: inline-block;
    }
}

.skillup__license__main__list__item {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    position: relative;
    text-align: left;
}

@media (min-width: 480px) {
    .skillup__license__main__list__item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .skillup__license__main__list__item {
        font-size: 1.6rem;
    }
}

.skillup__license__main__list__item:before {
    border-bottom: 2px solid #101873;
    border-top: 2px solid #101873;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
}

.skillup__careerpath {
    margin: 0 auto;
    max-width: 500px;
}

@media (min-width: 992px) {
    .skillup__careerpath {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none;
    }
}

.skillup__careerpath__illust {
    background-color: #eef1f9;
    margin: 0 0 30px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .skillup__careerpath__illust {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .skillup__careerpath__illust {
        margin-bottom: 0;
        width: 50%;
    }
}

.skillup__careerpath__main {
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .skillup__careerpath__main {
        padding-left: 30px;
        width: 50%;
    }
}

.skillup__careerpath__main__item {
    background-color: #efefef;
    margin: 0 0 15px;
    padding: 15px;
}

.skillup__careerpath__main__item:last-child {
    margin-bottom: 0;
}

.skillup__careerpath__main__item__title {
    color: #101873;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px;
}

@media (min-width: 480px) {
    .skillup__careerpath__main__item__title {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .skillup__careerpath__main__item__title {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .skillup__careerpath__main__item__title {
        font-size: 2.0rem;
    }
}

.skillup__careerpath__main__item__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
}

.skillup__careerpath__main__item__list__item {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 5px 0;
    padding: 0 15px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

@media (min-width: 768px) {
    .skillup__careerpath__main__item__list__item {
        padding-right: 0;
        width: 33.33333%;
    }
}

.skillup__careerpath__main__item__list__item:before {
    border-bottom: 2px solid #101873;
    border-top: 2px solid #101873;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
}

@media (min-width: 480px) {
    .skillup__careerpath__main__item__list__item {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .skillup__careerpath__main__item__list__item {
        font-size: 1.8rem;
    }
}

@media (min-width: 1240px) {
    .skillup__careerpath__main__item__list__item {
        font-size: 2.0rem;
    }
}

/* --------------------
 Visit
-------------------- */
.visit {
    padding: 90px 0;
}

.visit-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .visit-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.visit__lead {
    font-size: 1.4rem;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .visit__lead {
        font-size: 1.6rem;
        margin-bottom: 100px;
    }
}

.visit__list__item {
    margin: 0 0 50px;
    position: relative;
}

.visit__list__item__thumb {
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .visit__list__item__thumb {
        margin-bottom: 0;
    }
}

.visit__list__item__main {
    background-color: #ffffff;
    left: auto;
}

@media (min-width: 768px) {
    .visit__list__item__main {
        bottom: 0;
        padding: 30px;
        position: absolute;
        right: auto;
        top: auto;
        width: 60%;
        z-index: 1;
    }
}

.visit__list__item__main__title {
    color: #2699fb;
    font-size: 2.4rem;
    font-weight: inherit;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .visit__list__item__main__title {
        font-size: 3.2rem;
    }
}

.visit__list__item__main__desc {
    font-size: 1.4rem;
    margin: 0;
}

@media (min-width: 768px) {
    .visit__list__item__main__desc {
        font-size: 1.6rem;
    }
}

.visit__list__item:nth-child(2n-1) .visit__list__item__main {
    right: 0;
}

@media (min-width: 768px) {
    .visit__list__item:nth-child(2n-1) .visit__list__item__thumb {
        text-align: left;
    }
}

.visit__list__item:nth-child(2n) .visit__list__item__main {
    left: 0;
}

@media (min-width: 768px) {
    .visit__list__item:nth-child(2n) .visit__list__item__thumb {
        text-align: right;
    }
}

.visit__overview {
    background-color: #eef1f9;
    margin: 0 auto 100px;
    max-width: 720px;
    padding: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .visit__overview {
        padding: 30px;
    }
}

.visit__overview-container {
    display: inline-block;
    text-align: left;
}

@media (min-width: 768px) {
    .visit__overview-container {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }
}

.visit__overview__item {
    margin: 0 0 15px;
    text-align: left;
}

.visit__overview__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .visit__overview__item {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 50px;
    }
    .visit__overview__item:last-child {
        margin-right: 0;
    }
}

.visit__overview__item__title {
    color: #101873;
    display: block;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0;
    vertical-align: top;
}

@media (min-width: 370px) {
    .visit__overview__item__title {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .visit__overview__item__title {
        display: block;
        font-size: 1.6rem;
    }
}

.visit__overview__item__desc {
    display: block;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 15px;
    vertical-align: top;
    word-break: break-all;
}

@media (min-width: 370px) {
    .visit__overview__item__desc {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .visit__overview__item__desc {
        display: block;
        font-size: 1.6rem;
    }
}

.visit__action {
    margin: 0 auto 30px;
    max-width: 700px;
}

.visit__action__desc {
    color: #101873;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .visit__action__desc {
        font-size: 1.6rem;
    }
}

.visit__action__button {
    background-color: #101873;
    border: 2px solid #101873;
    color: #ffffff;
    display: block;
    padding: 25px 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .visit__action__button {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.visit__action__button__text {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
}

@media (min-width: 480px) {
    .visit__action__button__text {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .visit__action__button__text {
        font-size: 1.8rem;
    }
}

.visit__action__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.visit__action__button__text:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 992px) {
    .visit__action__button:hover, .visit__action__button:focus {
        background-color: rgba(255, 255, 255, .85);
        color: #101873;
    }
}

@media (min-width: 992px) {
    .visit__action__button:hover .visit__action__button__text:before, .visit__action__button:focus .visit__action__button__text:before {
        opacity: 1;
        right: -5px;
    }
    .visit__action__button:hover .visit__action__button__text:after, .visit__action__button:focus .visit__action__button__text:after {
        opacity: 0;
        right: -5px;
    }
}

.visit__phone {
    text-align: center;
}

@media (min-width: 768px) {
    .visit__phone {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 3.0rem;
        text-align: left;
    }
}

.visit__phone__title {
    color: #101873;
    font-size: 1.6rem;
    margin: 0;
}

@media (min-width: 768px) {
    .visit__phone__title {
        margin-right: 50px;
    }
}

.visit__phone__main__number {
    color: #101873;
    font-size: 2.4rem;
}

@media (min-width: 768px) {
    .visit__phone__main__number {
        font-size: 3.0rem;
        pointer-events: none;
    }
}

.visit__phone__main__number:hover, .visit__phone__main__number:focus {
    color: #101873;
}

.visit__phone__main__note {
    color: #101873;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .visit__phone__main__note {
        font-size: 1.6rem;
    }
}

/* --------------------
 About - overview
-------------------- */
.overview {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .overview {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.overview-sec {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .overview-sec {
        margin-bottom: 100px;
    }
}

.overview-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .overview-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.overview__lead {
    font-size: 1.4rem;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .overview__lead {
        font-size: 1.6rem;
        margin-bottom: 100px;
    }
}

.overview__title {
    border-left: 5px solid #101873;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0 0 0 10px;
}

@media (min-width: 768px) {
    .overview__title {
        font-size: 3.0rem;
    }
}

.overview__subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .overview__subtitle {
        font-size: 2.2rem;
    }
}

.overview__content {
    margin: 0 0 80px;
}

.overview__content__desc {
    font-size: 1.4rem;
    margin: 0 0 30px;
}

.overview__content__desc:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .overview__content__desc {
        font-size: 1.6rem;
    }
}

.overview__content__desc .bold {
    font-weight: 700;
}

.overview__content__desc .line {
    background: transparent;
    background: -o-linear-gradient(bottom, #dfe1ef 10px, rgba(223, 225, 239, 0) 10px, transparent 100%);
    background:    linear-gradient(to top, #dfe1ef 10px, rgba(223, 225, 239, 0) 10px, transparent 100%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s .3s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-size .5s .3s cubic-bezier(.645, .045, .355, 1);
            transition: background-size .5s .3s cubic-bezier(.645, .045, .355, 1);
}

.overview__content__desc .line.is-active {
    background-size: 100% 100%;
}

.overview__content__thumb {
    margin: 0 0 15px;
    text-align: center;
}

.overview__content__thumb--left {
    text-align: left;
}

.overview__content__thumb__caption {
    font-size: 1.4rem;
    margin: 15px 0 0;
    text-align: center;
}

/* --------------------
 About - business
-------------------- */
.business {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .business {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.business-sec {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .business-sec {
        margin-bottom: 100px;
    }
}

.business-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .business-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.business__menu {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 60px;
    max-width: 1000px;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .business__menu {
        margin-bottom: 100px;
    }
}

.business__menu__item {
    padding: 0 0 15px;
    width: 48%;
}

@media (min-width: 768px) {
    .business__menu__item {
        width: 23%;
    }
}

.business__menu__item__link {
    align-items: center;
    background-color: #e9eaf5;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    height: 110px;
    justify-content: center;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .business__menu__item__link {
        font-size: 1.6rem;
    }
}

.business__menu__item__link:after {
    background-image: url(../images/icons/icon-angle-bottom-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 8px;
    bottom: 15px;
    content: '';
    display: block;
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transition: bottom .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: bottom .2s cubic-bezier(.645, .045, .355, 1);
            transition: bottom .2s cubic-bezier(.645, .045, .355, 1);
    width: 12px;
}

.business__menu__item__link:hover, .business__menu__item__link:focus {
    background-color: #d7d9ed;
    color: #333333;
}

.business__menu__item__link:hover:after, .business__menu__item__link:focus:after {
    bottom: 10px;
}

.business__lead {
    font-size: 1.4rem;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .business__lead {
        font-size: 1.6rem;
        margin-bottom: 100px;
    }
}

.business__title {
    margin: 0 0 50px;
    padding: 15px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .business__title {
        margin-bottom: 90px;
    }
}

.business__title__text {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .business__title__text {
        font-size: 3.0rem;
    }
}

.business__title__text:after {
    border-bottom: 4px solid #333333;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

@media (min-width: 768px) {
    .business__content {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.business__content__gallery {
    margin: 0 auto 15px;
    max-width: 570px;
}

@media (min-width: 768px) {
    .business__content__gallery {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 50%;
    }
}

@media (min-width: 1240px) {
    .business__content__gallery {
        width: 570px;
    }
}

.business__content__gallery__slider .slick-arrow {
    background: #101873;
    border: 2px solid #101873;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    height: 40px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: auto;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 1;
}

.business__content__gallery__slider .slick-arrow:focus {
    outline: none;
}

@media (min-width: 992px) {
    .business__content__gallery__slider .slick-arrow:hover {
        background-color: #ffffff;
    }
}

.business__content__gallery__slider .slick-arrow:after, .business__content__gallery__slider .slick-arrow:before {
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.business__content__gallery__slider .slick-arrow.slick-prev {
    right: 42px;
}

.business__content__gallery__slider .slick-arrow.slick-prev:after, .business__content__gallery__slider .slick-arrow.slick-prev:before {
    background-size: 8px 12px;
    right: 0;
}

.business__content__gallery__slider .slick-arrow.slick-prev:after {
    background-image: url(../images/icons/icon-angle-left-white.svg);
    opacity: 1;
}

.business__content__gallery__slider .slick-arrow.slick-prev:before {
    background-image: url(../images/icons/icon-angle-left-blue.svg);
    opacity: 0;
}

@media (min-width: 992px) {
    .business__content__gallery__slider .slick-arrow.slick-prev:hover:after, .business__content__gallery__slider .slick-arrow.slick-prev:hover:before {
        right: 5px;
    }
    .business__content__gallery__slider .slick-arrow.slick-prev:hover:after {
        opacity: 0;
    }
    .business__content__gallery__slider .slick-arrow.slick-prev:hover:before {
        opacity: 1;
    }
}

.business__content__gallery__slider .slick-arrow.slick-next {
    right: 0;
}

.business__content__gallery__slider .slick-arrow.slick-next:after, .business__content__gallery__slider .slick-arrow.slick-next:before {
    background-size: 8px 12px;
    right: 0;
}

.business__content__gallery__slider .slick-arrow.slick-next:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
}

.business__content__gallery__slider .slick-arrow.slick-next:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    opacity: 0;
}

@media (min-width: 992px) {
    .business__content__gallery__slider .slick-arrow.slick-next:hover:after, .business__content__gallery__slider .slick-arrow.slick-next:hover:before {
        right: -5px;
    }
    .business__content__gallery__slider .slick-arrow.slick-next:hover:after {
        opacity: 0;
    }
    .business__content__gallery__slider .slick-arrow.slick-next:hover:before {
        opacity: 1;
    }
}

.business__content__gallery__slider .slick-arrow.slick-disabled {
    background-color: #333333;
    border-color: #333333;
    opacity: .85;
    pointer-events: none;
}

.business__content__main {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    margin: 0 auto 15px;
    max-width: 570px;
    padding: 0;
}

@media (min-width: 768px) {
    .business__content__main {
        margin: 0 0 0 30px;
    }
}

.business__content__main__list__item {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .business__content__main__list__item {
        font-size: 1.6rem;
    }
}

.business__content__main__list__item:before {
    border-bottom: 2px solid #101873;
    border-top: 2px solid #101873;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 15px;
    width: 10px;
}

/* --------------------
 About - voice
-------------------- */
.voice {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .voice {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.voice-sec {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .voice-sec {
        margin-bottom: 100px;
    }
}

.voice-sec:last-child {
    margin-bottom: 0;
}

.voice-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .voice-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.voice__lead {
    font-size: 1.4rem;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .voice__lead {
        font-size: 1.6rem;
        margin-bottom: 100px;
    }
}

.voice__title {
    margin: 0 0 50px;
    padding: 15px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .voice__title {
        margin-bottom: 90px;
    }
}

.voice__title__text {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .voice__title__text {
        font-size: 3.0rem;
    }
}

.voice__title__text:after {
    border-bottom: 4px solid #333333;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

.voice__chart {
    margin: 0;
}

@media (min-width: 768px) {
    .voice__chart {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.voice__chart__item {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .voice__chart__item {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 0 15px;
        width: 47%;
    }
}

.voice__chart__item__illust {
    margin: 0 0 30px;
    text-align: center;
}

.voice__chart__item__content {
    background-color: #ebebeb;
    font-size: 1.4rem;
    padding: 15px;
}

@media (min-width: 768px) {
    .voice__chart__item__content {
        font-size: 1.6rem;
        min-height: 100px;
    }
}

.voice__main {
    margin: 0 auto;
    max-width: 350px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .voice__main {
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .voice__main {
        max-width: none;
    }
}

.voice__main__item {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    bottom: auto;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    left: auto;
    right: auto;
    text-align: center;
    top: auto;
}

.voice__main__item__content {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .voice__main__item__content {
        font-size: 2.2rem;
    }
}

.voice__main__item__name {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .voice__main__item__name {
        font-size: 1.6rem;
    }
}

.voice__main__item--a {
    background-image: url(../images/pages/about/voice/about-voice-bg-a.svg);
    background-size: 220px 122.3908px;
    height: 122.3908px;
    position: relative;
    width: 220px;
    z-index: 2;
}

@media (min-width: 768px) {
    .voice__main__item--a {
        background-size: 320px 178.02299px;
        height: 178.02299px;
        width: 320px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--a {
        background-size: 435px 242px;
        height: 242px;
        width: 435px;
    }
}

.voice__main__item--a .voice__main__item__content {
    font-size: 2.0rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .voice__main__item--a .voice__main__item__content {
        font-size: 3.0rem;
    }
}

@media (min-width: 992px) {
    .voice__main__item--a .voice__main__item__content {
        font-size: 4.0rem;
    }
}

.voice__main__item--b {
    background-image: url(../images/pages/about/voice/about-voice-bg-b.svg);
    background-size: 250px 108.10811px;
    height: 108.10811px;
    margin: 10px 0 0;
    position: relative;
    width: 250px;
    z-index: 1;
}

@media (min-width: 768px) {
    .voice__main__item--b {
        background-size: 296px 128px;
        height: 128px;
        margin: -10px 0 0 30px;
        width: 296px;
    }
}

.voice__main__item--c {
    background-image: url(../images/pages/about/voice/about-voice-bg-c.svg);
    background-size: 205px 130px;
    height: 130px;
    margin: 15px 0 0 auto;
    width: 205px;
}

@media (min-width: 768px) {
    .voice__main__item--c {
        margin: 30px 0 0 50px;
    }
}

.voice__main__item--d {
    background-image: url(../images/pages/about/voice/about-voice-bg-d.svg);
    background-size: 250px 115.57789px;
    height: 115.57789px;
    width: 250px;
}

@media (min-width: 768px) {
    .voice__main__item--d {
        background-size: 300px 138.69347px;
        height: 184px;
        position: absolute;
        right: 30px;
        top: 30px;
        width: 398px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--d {
        background-size: 398px 184px;
        height: 184px;
        top: 130px;
        width: 398px;
    }
}

.voice__main__item--d .voice__main__item__content {
    font-size: 2.0rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .voice__main__item--d .voice__main__item__content {
        font-size: 3.0rem;
    }
}

@media (min-width: 992px) {
    .voice__main__item--d .voice__main__item__content {
        font-size: 4.0rem;
    }
}

.voice__main__item--e {
    background-image: url(../images/pages/about/voice/about-voice-bg-e.svg);
    background-size: 250px 150.9009px;
    height: 150.9009px;
    margin: 0 0 0 auto;
    width: 250px;
    z-index: 0;
}

@media (min-width: 768px) {
    .voice__main__item--e {
        background-size: 300px 181.08108px;
        height: 181.08108px;
        left: auto;
        margin-left: 0;
        position: absolute;
        right: 50px;
        top: 180px;
        width: 300px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--e {
        background-size: 444px 268px;
        height: 268px;
        left: 260px;
        right: auto;
        top: 280px;
        width: 444px;
    }
}

.voice__main__item--e .voice__main__item__content {
    font-size: 2.0rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .voice__main__item--e .voice__main__item__content {
        font-size: 3.0rem;
    }
}

@media (min-width: 992px) {
    .voice__main__item--e .voice__main__item__content {
        font-size: 4.0rem;
    }
}

.voice__main__item--f {
    background-image: url(../images/pages/about/voice/about-voice-bg-f.svg);
    background-size: 270px 148.69565px;
    height: 148.69565px;
    margin: 0 0 0 auto;
    width: 270px;
}

@media (min-width: 768px) {
    .voice__main__item--f {
        background-size: 345px 190px;
        height: 190px;
        margin: 0;
        width: 345px;
    }
}

.voice__main__item--g {
    background-image: url(../images/pages/about/voice/about-voice-bg-g.svg);
    background-size: 275px 153px;
    height: 153px;
    left: 200px;
    top: auto;
    width: 275px;
    z-index: 2;
}

@media (min-width: 768px) {
    .voice__main__item--g {
        position: absolute;
        -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
                transform: translateY(-50px);
    }
}

.voice__main__item--h {
    background-image: url(../images/pages/about/voice/about-voice-bg-h.svg);
    background-size: 250px 165.57377px;
    height: 165.57377px;
    width: 250px;
    z-index: 1;
}

@media (min-width: 768px) {
    .voice__main__item--h {
        background-size: 305px 202px;
        height: 202px;
        left: 390px;
        position: absolute;
        top: auto;
        -webkit-transform: translateY(-80%);
            -ms-transform: translateY(-80%);
                transform: translateY(-80%);
        width: 305px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--h {
        left: 420px;
    }
}

.voice__main__item--i {
    background-image: url(../images/pages/about/voice/about-voice-bg-i.svg);
    background-size: 250px 140.30612px;
    height: 140.30612px;
    margin: 0 0 0 auto;
    width: 250px;
    z-index: 0;
}

@media (min-width: 768px) {
    .voice__main__item--i {
        background-size: 294px 165px;
        height: 165px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 350px;
        width: 294px;
    }
}

@media (min-width: 1240px) {
    .voice__main__item--i {
        top: 450px;
    }
}

.voice__main__item--j {
    background-image: url(../images/pages/about/voice/about-voice-bg-j.svg);
    background-size: 250px 175.08143px;
    height: 175.08143px;
    width: 250px;
    z-index: 1;
}

@media (min-width: 768px) {
    .voice__main__item--j {
        background-size: 307px 215px;
        height: 215px;
        position: absolute;
        right: 0;
        top: 690px;
        width: 307px;
    }
}

@media (min-width: 1240px) {
    .voice__main__item--j {
        top: 600px;
    }
}

.voice__main__item--k {
    background-image: url(../images/pages/about/voice/about-voice-bg-k.svg);
    background-size: 280px 151.35135px;
    height: 151.35135px;
    margin: 0 0 0 auto;
    width: 280px;
}

@media (min-width: 768px) {
    .voice__main__item--k {
        background-size: 400px 216.21622px;
        height: 216.21622px;
        margin: 100px 0 00;
        width: 400px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--k {
        background-size: 518px 280px;
        height: 280px;
        width: 518px;
    }
}

.voice__main__item--k .voice__main__item__content {
    font-size: 2.0rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .voice__main__item--k .voice__main__item__content {
        font-size: 3.0rem;
    }
}

@media (min-width: 992px) {
    .voice__main__item--k .voice__main__item__content {
        font-size: 4.0rem;
    }
}

.voice__main__item--l {
    background-image: url(../images/pages/about/voice/about-voice-bg-l.svg);
    background-size: 230px 140.4698px;
    height: 140.4698px;
    margin: 0;
    width: 230px;
}

@media (min-width: 768px) {
    .voice__main__item--l {
        background-size: 298px 182px;
        height: 182px;
        width: 298px;
    }
}

.voice__main__item--m {
    background-image: url(../images/pages/about/voice/about-voice-bg-m.svg);
    background-size: 250px 172.18543px;
    height: 172.18543px;
    margin: 0 0 0 auto;
    width: 250px;
    z-index: 2;
}

@media (min-width: 768px) {
    .voice__main__item--m {
        background-size: 302px 208px;
        height: 208px;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 900px;
        width: 302px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--m {
        right: 120px;
        top: 880px;
    }
}

@media (min-width: 1240px) {
    .voice__main__item--m {
        right: 100px;
        top: 800px;
    }
}

.voice__main__item--n {
    background-image: url(../images/pages/about/voice/about-voice-bg-n.svg);
    background-size: 270px 202.06452px;
    height: 202.06452px;
    width: 270px;
    z-index: 1;
}

@media (min-width: 768px) {
    .voice__main__item--n {
        background-size: 310px 232px;
        height: 232px;
        position: absolute;
        right: 0;
        top: 1150px;
        width: 310px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--n {
        top: 1250px;
    }
}

@media (min-width: 1240px) {
    .voice__main__item--n {
        top: 970px;
    }
}

.voice__main__item--o {
    background-image: url(../images/pages/about/voice/about-voice-bg-o.svg);
    background-size: 270px 145.33333px;
    height: 145.33333px;
    margin: 0 0 0 auto;
    width: 270px;
    z-index: 0;
}

@media (min-width: 768px) {
    .voice__main__item--o {
        background-size: 405px 218px;
        height: 218px;
        margin-left: 0;
        width: 405px;
    }
}

@media (min-width: 992px) {
    .voice__main__item--o {
        position: absolute;
        right: 200px;
        top: 1100px;
    }
}

.voice__main__item--p {
    background-image: url(../images/pages/about/voice/about-voice-bg-p.svg);
    background-size: 280px 156.04167px;
    height: 156.04167px;
    margin: 0;
    width: 280px;
    z-index: 1;
}

@media (min-width: 768px) {
    .voice__main__item--p {
        background-size: 384px 214px;
        height: 214px;
        margin: 0 0 0 100px;
        position: relative;
        width: 384px;
    }
}

/* --------------------
 Member
-------------------- */
.com-member {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.com-member__interview {
    margin: 0 0 70px;
    padding: 0;
    position: relative;
}

@media (min-width: 480px) {
    .com-member__interview {
        margin-bottom: 40px;
    }
}

.com-member__interview__overlay {
    background-color: #101873;
    bottom: -40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 98;
}

@media (min-width: 480px) {
    .com-member__interview__overlay {
        bottom: 0;
    }
}

.com-member__interview__title {
    align-items: center;
    bottom: 0;
    -webkit-box-align: center;
    display: none;
    -ms-flex-align: center;
    font-size: 1.0rem;
    left: auto;
    line-height: 1;
    position: absolute;
    right: auto;
    top: 0;
}

@media (min-width: 768px) {
    .com-member__interview__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.com-member__interview__title__text {
    display: block;
}

.com-member__interview__main {
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 420px;
    justify-content: center;
}

@media (min-width: 480px) {
    .com-member__interview__main {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .com-member__interview__main {
        height: 440px;
    }
}

.com-member__interview__main__content {
    background-color: rgba(255, 255, 255, .8);
    bottom: -50px;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
}

@media (min-width: 480px) {
    .com-member__interview__main__content {
        background-color: transparent;
        padding: 0;
        position: static;
    }
}

.com-member__interview__main__content__message {
    color: #101873;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 0 10px;
}

@media (min-width: 480px) {
    .com-member__interview__main__content__message {
        color: #ffffff;
        font-size: 1.8rem;
        margin-bottom: 15px;
        text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
    }
}

@media (min-width: 992px) {
    .com-member__interview__main__content__message {
        font-size: 2.2rem;
    }
}

.com-member__interview__main__content__message span {
    position: relative;
}

.com-member__interview__main__content__message span:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s ease-in-out;
         -o-transition: width .5s ease-in-out;
            transition: width .5s ease-in-out;
    width: 100%;
    z-index: 98;
}

.com-member__interview__main__content__overview {
    color: #101873;
    font-size: 1.4rem;
    margin: 0 0 20px;
    position: relative;
}

@media (min-width: 480px) {
    .com-member__interview__main__content__overview {
        color: #ffffff;
        font-size: 1.6rem;
        margin-bottom: 30px;
        text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
    }
}

.com-member__interview__main__content__overview:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s ease-in-out;
         -o-transition: width .5s ease-in-out;
            transition: width .5s ease-in-out;
    width: 100%;
    z-index: 98;
}

.com-member__interview__main__content__action {
    margin: 0 -15px;
    width: auto;
}

@media (min-width: 480px) {
    .com-member__interview__main__content__action {
        margin-left: 0;
        margin-right: 0;
        max-width: 320px;
        width: 100%;
    }
}

.com-member__interview__main__content__action__button {
    background-color: #101873;
    border: 2px solid #101873;
    color: #ffffff;
    display: block;
    padding: 20px 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

.com-member__interview__main__content__action__button:after {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s ease-in-out;
         -o-transition: width .5s ease-in-out;
            transition: width .5s ease-in-out;
    width: 100%;
    z-index: 98;
}

.com-member__interview__main__content__action__button__text {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

.com-member__interview__main__content__action__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.com-member__interview__main__content__action__button__text:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 992px) {
    .com-member__interview__main__content__action__button:hover, .com-member__interview__main__content__action__button:focus {
        background-color: rgba(255, 255, 255, .85);
        color: #101873;
    }
}

@media (min-width: 992px) {
    .com-member__interview__main__content__action__button:hover .com-member__interview__main__content__action__button__text:before, .com-member__interview__main__content__action__button:focus .com-member__interview__main__content__action__button__text:before {
        opacity: 1;
        right: -5px;
    }
    .com-member__interview__main__content__action__button:hover .com-member__interview__main__content__action__button__text:after, .com-member__interview__main__content__action__button:focus .com-member__interview__main__content__action__button__text:after {
        opacity: 0;
        right: -5px;
    }
}

.com-member__interview--1st {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .com-member__interview--1st {
        padding-left: 60px;
    }
}

.com-member__interview--1st .com-member__interview__overlay {
    left: 15px;
    right: auto;
}

@media (min-width: 768px) {
    .com-member__interview--1st .com-member__interview__overlay {
        left: 60px;
    }
}

.com-member__interview--1st .com-member__interview__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
}

.com-member__interview--1st .com-member__interview__title__text {
    border-left: 4px solid #101873;
    padding-left: 4px;
}

.com-member__interview--1st .com-member__interview__main {
    align-items: flex-start;
    background-image: url(../images/commons/com-member-interview-01-bg-mb.jpg);
    background-position: right top;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

@media (min-width: 480px) {
    .com-member__interview--1st .com-member__interview__main {
        background-image: url(../images/commons/com-member-interview-01-bg.jpg);
        background-position: 60% top;
    }
}

@media (min-width: 768px) {
    .com-member__interview--1st .com-member__interview__main {
        background-position: right top;
    }
}

.com-member__interview--1st .com-member__interview__main__content {
    left: 45px;
}

@media (min-width: 480px) {
    .com-member__interview--1st .com-member__interview__main__content {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .com-member__interview--1st .com-member__interview__main__content {
        padding-left: 50px;
    }
}

@media (min-width: 1240px) {
    .com-member__interview--1st .com-member__interview__main__content {
        padding-left: 200px;
    }
}

.com-member__interview--2nd {
    padding-right: 15px;
}

@media (min-width: 768px) {
    .com-member__interview--2nd {
        padding-right: 60px;
    }
}

.com-member__interview--2nd .com-member__interview__overlay {
    left: auto;
    right: 15px;
}

@media (min-width: 768px) {
    .com-member__interview--2nd .com-member__interview__overlay {
        right: 60px;
    }
}

.com-member__interview--2nd .com-member__interview__title {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
}

.com-member__interview--2nd .com-member__interview__title__text {
    border-right: 4px solid #101873;
    padding-right: 4px;
}

.com-member__interview--2nd .com-member__interview__main {
    align-items: flex-end;
    background-image: url(../images/commons/com-member-interview-02-bg-mb.jpg);
    background-position: left top;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

@media (min-width: 480px) {
    .com-member__interview--2nd .com-member__interview__main {
        background-image: url(../images/commons/com-member-interview-02-bg.jpg);
        background-position: 40% top;
    }
}

@media (min-width: 768px) {
    .com-member__interview--2nd .com-member__interview__main {
        background-position: left top;
    }
}

.com-member__interview--2nd .com-member__interview__main__content {
    right: 45px;
}

@media (min-width: 480px) {
    .com-member__interview--2nd .com-member__interview__main__content {
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .com-member__interview--2nd .com-member__interview__main__content {
        padding-right: 50px;
    }
}

@media (min-width: 1240px) {
    .com-member__interview--2nd .com-member__interview__main__content {
        padding-right: 200px;
    }
}

.com-member__interview--2nd .com-member__interview__main__content__message span:after {
    left: auto;
    right: 0;
}

.com-member__interview--2nd .com-member__interview__main__content__overview:after {
    left: auto;
    right: 0;
}

.com-member__interview--2nd .com-member__interview__main__content__action__button:after {
    left: auto;
    right: 0;
}

.com-member__interview.is-animated .com-member__interview__main__content__message span:after {
    width: 0;
}

.com-member__interview.is-animated .com-member__interview__main__content__overview:after {
    width: 0;
}

.com-member__interview.is-animated .com-member__interview__main__content__action__button:after {
    width: 0;
}

.member {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .member {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.interview {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .interview {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.interview-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .interview-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.interview__list__item {
    margin: 0 0 60px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .interview__list__item {
        margin-bottom: 100px;
        padding-top: 100px;
    }
}

.interview__list__item__thumb {
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .interview__list__item__thumb {
        left: auto;
        margin-bottom: 0;
        position: absolute;
        right: auto;
        top: 0;
        width: auto;
        z-index: 0;
    }
}

.interview__list__item__main {
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .interview__list__item__main {
        margin: 0 0 0 auto;
        padding: 20px;
        position: relative;
        width: 50%;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .interview__list__item__main {
        padding: 40px;
        width: 60%;
    }
}

.interview__list__item__main__title {
    font-size: 1.8rem;
    font-weight: inherit;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .interview__list__item__main__title {
        font-size: 2.4rem;
    }
}

.interview__list__item__main__subtitle {
    color: #6995ba;
    font-size: 1.6rem;
    font-weight: inherit;
    margin: 0 0 20px;
}

.interview__list__item__main__desc {
    font-size: 1.4rem;
    margin: 0 0 30px;
}

.interview__list__item__main__desc:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .interview__list__item__main__desc {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .interview__list__item:nth-child(2n-1) .interview__list__item__thumb {
        left: 0;
        text-align: left;
    }
}

.interview__list__item:nth-child(2n) .interview__list__item__main {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 768px) {
    .interview__list__item:nth-child(2n) .interview__list__item__thumb {
        right: 0;
        text-align: right;
    }
}

.interview__list--reverse .interview__list__item:nth-child(2n-1) .interview__list__item__main {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 768px) {
    .interview__list--reverse .interview__list__item:nth-child(2n-1) .interview__list__item__thumb {
        right: 0;
        text-align: right;
    }
}

.interview__list--reverse .interview__list__item:nth-child(2n) .interview__list__item__main {
    margin-left: auto;
    margin-right: 0;
}

@media (min-width: 768px) {
    .interview__list--reverse .interview__list__item:nth-child(2n) .interview__list__item__thumb {
        left: 0;
        text-align: left;
    }
}

.interview__career {
    margin: 0 0 100px;
    padding: 60px 0;
    position: relative;
}

.interview__career:before {
    background-color: #101873;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-20px) skewY(-4deg);
        -ms-transform: translateY(-20px) skewY(-4deg);
            transform: translateY(-20px) skewY(-4deg);
    width: auto;
}

.interview__career-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .interview__career-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.interview__career__title {
    color: #ffffff;
    font-size: 3.0rem;
    font-weight: 700;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .interview__career__title {
        font-size: 4.0rem;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .interview__career__list {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.interview__career__list__item {
    margin: 0 0 30px;
}

.interview__career__list__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .interview__career__list__item {
        margin-bottom: 0;
        width: 28%;
    }
}

.interview__career__list__item__title {
    color: #ffffff;
    font-size: 2.4rem;
    margin: 0;
}

@media (min-width: 768px) {
    .interview__career__list__item__title {
        font-size: 3.0rem;
    }
}

.interview__career__list__item__date {
    color: #ffffff;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .interview__career__list__item__date {
        font-size: 1.8rem;
    }
}

.interview__career__list__item__desc {
    color: #ffffff;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .interview__career__list__item__desc {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .interview__career__list__item:nth-child(1) {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .interview__career__list__item:nth-child(2) {
        padding-top: 30px;
    }
}

.interview__overview {
    margin: 0 auto 100px;
    max-width: 800px;
}

@media (min-width: 768px) {
    .interview__overview {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.interview__overview__item {
    margin: 0 0 50px;
    padding: 0;
}

.interview__overview__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .interview__overview__item {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.interview__overview__item__title {
    color: #101873;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .interview__overview__item__title {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
}

.interview__overview__item__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

.interview__overview__item__desc:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .interview__overview__item__desc {
        font-size: 1.6rem;
    }
}

.interview__overview__item__flow__item {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px;
}

.interview__overview__item__flow__item:last-child {
    margin-bottom: 0;
}

.interview__overview__item__flow__item__title {
    background-color: #101873;
    -webkit-box-flex: 0;
    color: #ffffff;
    display: block;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    padding: 1px 5px;
    text-align: right;
    width: 65px;
}

@media (min-width: 768px) {
    .interview__overview__item__flow__item__title {
        font-size: 1.8rem;
    }
}

.interview__overview__item__flow__item__content {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 0 0 10px;
}

@media (min-width: 768px) {
    .interview__overview__item__flow__item__content {
        font-size: 1.8rem;
    }
}

.interview__banner__title {
    color: #101873;
    font-size: 4.0rem;
    font-style: italic;
    line-height: 1;
    margin: 0 0 -5px;
}

@media (min-width: 768px) {
    .interview__banner__title {
        font-size: 6.2rem;
        margin-bottom: -7px;
    }
}

.interview__banner__item {
    margin: 0 0 70px;
    padding: 0;
    position: relative;
}

@media (min-width: 480px) {
    .interview__banner__item {
        margin-bottom: 40px;
    }
}

.interview__banner__item__title {
    align-items: center;
    bottom: 0;
    -webkit-box-align: center;
    display: none;
    -ms-flex-align: center;
    font-size: 1.0rem;
    left: auto;
    line-height: 1;
    position: absolute;
    right: auto;
    top: 0;
}

@media (min-width: 768px) {
    .interview__banner__item__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.interview__banner__item__title__text {
    display: block;
}

.interview__banner__item__main {
    align-items: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 320px;
    justify-content: center;
}

@media (min-width: 480px) {
    .interview__banner__item__main {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .interview__banner__item__main {
        height: 380px;
    }
}

.interview__banner__item__main__content {
    background-color: rgba(255, 255, 255, .8);
    bottom: -50px;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
}

@media (min-width: 480px) {
    .interview__banner__item__main__content {
        background-color: transparent;
        padding: 0;
        position: static;
    }
}

@media (min-width: 768px) {
    .interview__banner__item__main__content {
        margin: 0;
        width: 50%;
    }
}

.interview__banner__item__main__content__message {
    color: #101873;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px;
}

@media (min-width: 480px) {
    .interview__banner__item__main__content__message {
        color: #ffffff;
        font-size: 1.8rem;
        margin-bottom: 15px;
        text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
    }
}

@media (min-width: 992px) {
    .interview__banner__item__main__content__message {
        font-size: 2.2rem;
    }
}

.interview__banner__item__main__content__overview {
    color: #101873;
    font-size: 1.4rem;
    margin: 0 0 20px;
    position: relative;
}

@media (min-width: 480px) {
    .interview__banner__item__main__content__overview {
        color: #ffffff;
        font-size: 1.6rem;
        margin-bottom: 30px;
        text-shadow: 3px 0 10px rgba(0, 0, 0, .75);
    }
}

.interview__banner__item__main__content__action {
    margin: 0 -15px;
    width: auto;
}

@media (min-width: 480px) {
    .interview__banner__item__main__content__action {
        margin-left: 0;
        margin-right: 0;
        max-width: 320px;
        width: 100%;
    }
}

.interview__banner__item__main__content__action__button {
    background-color: #101873;
    border: 2px solid #101873;
    color: #ffffff;
    display: block;
    padding: 20px 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

.interview__banner__item__main__content__action__button__text {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

.interview__banner__item__main__content__action__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.interview__banner__item__main__content__action__button__text:after {
    background-image: url(../images/icons/icon-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 992px) {
    .interview__banner__item__main__content__action__button:hover, .interview__banner__item__main__content__action__button:focus {
        background-color: rgba(255, 255, 255, .85);
        color: #101873;
    }
}

@media (min-width: 992px) {
    .interview__banner__item__main__content__action__button:hover .interview__banner__item__main__content__action__button__text:before, .interview__banner__item__main__content__action__button:focus .interview__banner__item__main__content__action__button__text:before {
        opacity: 1;
        right: -5px;
    }
    .interview__banner__item__main__content__action__button:hover .interview__banner__item__main__content__action__button__text:after, .interview__banner__item__main__content__action__button:focus .interview__banner__item__main__content__action__button__text:after {
        opacity: 0;
        right: -5px;
    }
}

.interview__banner__item--1st .interview__banner__item__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
}

.interview__banner__item--1st .interview__banner__item__title__text {
    border-left: 4px solid #101873;
    padding-left: 4px;
}

.interview__banner__item--1st .interview__banner__item__main {
    align-items: flex-start;
    background-image: url(../images/pages/member/member-interview-1-banner.jpg);
    background-position: 29% top;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

@media (min-width: 480px) {
    .interview__banner__item--1st .interview__banner__item__main {
        background-position: 35% top;
    }
}

@media (min-width: 768px) {
    .interview__banner__item--1st .interview__banner__item__main {
        background-position: right top;
    }
}

.interview__banner__item--1st .interview__banner__item__main__content {
    left: 45px;
}

@media (min-width: 480px) {
    .interview__banner__item--1st .interview__banner__item__main__content {
        margin-left: auto;
        margin-right: 0;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .interview__banner__item--1st .interview__banner__item__main__content {
        padding-right: 50px;
    }
}

@media (min-width: 1240px) {
    .interview__banner__item--1st .interview__banner__item__main__content {
        padding-right: 100px;
    }
}

.interview__banner__item--2nd .interview__banner__item__title {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
}

.interview__banner__item--2nd .interview__banner__item__title__text {
    border-right: 4px solid #101873;
    padding-right: 4px;
}

.interview__banner__item--2nd .interview__banner__item__main {
    align-items: flex-start;
    background-image: url(../images/pages/member/member-interview-2-banner.jpg);
    background-position: 70% top;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

@media (min-width: 768px) {
    .interview__banner__item--2nd .interview__banner__item__main {
        background-position: right top;
    }
}

.interview__banner__item--2nd .interview__banner__item__main__content {
    right: 45px;
}

@media (min-width: 480px) {
    .interview__banner__item--2nd .interview__banner__item__main__content {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .interview__banner__item--2nd .interview__banner__item__main__content {
        padding-left: 50px;
    }
}

/* --------------------
 Contact
-------------------- */
.contact {
    margin: 0;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .contact {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.contact-sec {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .contact-sec {
        margin-bottom: 100px;
    }
}

.contact-sec-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-sec-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.contact__title {
    margin: 0 0 50px;
    padding: 15px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__title {
        margin-bottom: 90px;
    }
}

.contact__title__text {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .contact__title__text {
        font-size: 3.0rem;
    }
}

.contact__title__text:after {
    border-bottom: 4px solid #333333;
    bottom: -10px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
}

.contact__phone {
    background-color: #eef1f9;
    margin: 0 auto;
    max-width: 600px;
    padding: 50px 0;
    text-align: center;
}

.contact__phone__number__link {
    color: #101873;
    font-size: 2.2rem;
}

@media (min-width: 480px) {
    .contact__phone__number__link {
        font-size: 2.4rem;
    }
}

@media (min-width: 768px) {
    .contact__phone__number__link {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .contact__phone__number__link {
        pointer-events: none;
    }
}

.contact__phone__number__link .large {
    font-size: 128.57143%;
}

.contact__phone__number__link:hover, .contact__phone__number__link:focus {
    color: #101873;
}

.contact__phone__note__title {
    border: 1px solid #101873;
    color: #101873;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 3px 0 0;
    padding: 1px 3px;
}

.contact__phone__note__content {
    color: #101873;
    display: inline-block;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .contact__phone__note__content {
        font-size: 1.6rem;
    }
}

.contact__form {
    padding: 50px 0 0;
}

.contact__form input[type='text'], .contact__form input[type='email'], .contact__form textarea {
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: none;
    padding: 5px 10px;
    width: 100%;
}

.contact__form select {
    background: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: none;
    padding: 5px 10px;
}

.contact__form-radio {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.contact__form-radio input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.contact__form-radio span {
    padding-left: 25px;
    position: relative;
}

.contact__form-radio span:before {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    bottom: 0;
    content: '';
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
}

.contact__form-radio span:after {
    background-color: rgba(16, 24, 115, .8);
    border: 1px solid rgba(16, 24, 115, .95);
    border-radius: 8px;
    bottom: 0;
    content: '';
    display: block;
    height: 14px;
    left: 3px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 14px;
}

.contact__form-radio input:checked ~ span:after {
    opacity: 1;
}

.contact__form-radio input:disabled ~ span:before {
    background: #ebebe4;
}

.contact__form-checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.contact__form-checkbox input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.contact__form-checkbox span {
    padding-left: 25px;
    position: relative;
}

.contact__form-checkbox span:before {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    bottom: 0;
    content: '';
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
}

.contact__form-checkbox span:after {
    background: none;
    border-bottom: 3px solid rgba(16, 24, 115, .8);
    border-left: 3px solid rgba(16, 24, 115, .8);
    border-radius: 0;
    bottom: 0;
    content: '';
    display: block;
    height: 8px;
    left: 3px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
    width: 14px;
}

.contact__form-checkbox input:checked ~ span:after {
    opacity: 1;
}

.contact__form-checkbox input:disabled ~ span:before {
    background: #ebebe4;
}

.contact__form__note {
    margin: 0 0 20px;
}

.contact__form__confirm {
    margin: 0 0 20px;
    text-align: center;
}

.contact__form__table {
    border: 1px solid rgba(16, 24, 115, .3);
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
    margin: 0 0 80px;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__form__table {
        margin-bottom: 80px;
    }
}

.contact__form__table__name {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact__form__table__name-col {
    display: block;
    padding: 0;
    width: 48%;
}

.contact__form__table__name__title {
    font-size: 1.0rem;
    line-height: 1.1;
    margin: 0 0 5px;
}

.contact__form__table__birthday select {
    margin-right: 10px;
}

.contact__form__table__address__zip {
    width: 7em;
}

.contact__form__table__address__field__note {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.contact__form__table__phone__note {
    font-size: 1.4rem;
    margin: 0 0 5px;
}

.contact__form__table__phone.warning .contact__form__table__phone__note {
    color: #bf1717;
}

.contact__form__table__phone.warning input {
    background-color: #ffcccc;
}

.contact__form__table__phone__item-row {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact__form__table__phone__item-row__col {
    position: relative;
    width: 30%;
}

.contact__form__table__phone__item-row__col:after {
    content: 'ー';
    display: block;
    left: 100%;
    line-height: 37px;
    line-height: 3.7rem;
    margin: auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 15%;
}

.contact__form__table__phone__item-row__col:last-child:after {
    display: none;
}

.contact__form__table__phone__item__note {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.contact__form__table__type {
    margin: 10px 0 0;
}

.contact__form__table__type__item__note {
    border-left: 5px solid #101873;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
}

@media (min-width: 768px) {
    .contact__form__table__type__item__note {
        font-size: 1.6rem;
    }
}

.contact__form__table__message__desc {
    font-size: 1.4rem;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .contact__form__table__message__desc {
        font-size: 1.6rem;
    }
}

.contact__form__table__message__desc .small {
    font-size: 80%;
}

.contact__form__table__message__form textarea {
    height: 200px;
}

.contact__form__table__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact__form__table__list:after {
    clear: both;
    content: '';
    display: block;
}

.contact__form__table__list__item {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 3px 0;
}

.contact__form__table__list__item label {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.contact__form__table__list__item label:not(.label_true) {
    border: solid 1px transparent;
}

.contact__form__table__list--block .contact__form__table__list__item {
    float: none;
    width: 100%;
}

@media (max-width: 767px) {
    .contact__form__table > tbody > tr {
        display: block;
        width: 100%;
    }
}

.contact__form__table > tbody > tr > th, .contact__form__table > tbody > tr > td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .contact__form__table > tbody > tr > th, .contact__form__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .contact__form__table > tbody > tr > th, .contact__form__table > tbody > tr > td {
        padding: 15px 30px;
    }
}

.contact__form__table > tbody > tr > th {
    background-color: #eef1f9;
    color: #101873;
    font-weight: inherit;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .contact__form__table > tbody > tr > th {
        border-bottom: 1px solid rgba(16, 24, 115, .3);
        width: 160px;
    }
}

.contact__form__table > tbody > tr > th .required {
    background-color: #d30f44;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 10px;
    padding: 5px 3px;
}

.contact__form__table > tbody > tr > td {
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (min-width: 768px) {
    .contact__form__table > tbody > tr > td {
        border-bottom: 1px solid rgba(16, 24, 115, .3);
    }
}

.contact__form__table table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__form__table table {
        margin-bottom: -10px;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    .contact__form__table table > tbody > tr {
        display: block;
        margin: 0 0 15px;
        width: 100%;
    }
    .contact__form__table table > tbody > tr:last-child {
        margin-bottom: 0;
    }
}

.contact__form__table table > tbody > tr > th, .contact__form__table table > tbody > tr > td {
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .contact__form__table table > tbody > tr > th, .contact__form__table table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

.contact__form__table table > tbody > tr > th {
    border-bottom: 1px solid rgba(16, 24, 115, .3);
    font-weight: inherit;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .contact__form__table table > tbody > tr > th {
        width: 100px;
    }
}

.contact__form__table table > tbody > tr > th .required {
    background-color: #d30f44;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 10px;
    padding: 5px 3px;
}

.contact__form__table table > tbody > tr > td {
    padding: 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (min-width: 768px) {
    .contact__form__table table > tbody > tr > td {
        border-bottom: 1px solid rgba(16, 24, 115, .3);
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .contact__form__table table > tbody > tr > td {
        padding: 15px 0 15px 30px;
    }
}

@media (min-width: 768px) {
    .contact__form__table table > tbody > tr:last-child > th, .contact__form__table table > tbody > tr:last-child > td {
        border-bottom: none;
    }
}

.contact__form__action {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__form__action {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
            flex-direction: row;
    }
}

.contact__form__action__item {
    display: block;
    margin: 0 30px 30px;
    max-width: none;
}

.contact__form__action__item__reset {
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
    font-size: 1.5rem;
    padding: 15px 0;
    text-shadow: none;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 200px;
}

.contact__form__action__item__reset:hover, .contact__form__action__item__reset:focus {
    background: #f7f7f7;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
    text-shadow: none;
}

.contact__form__action__item__submit {
    -webkit-appearance: none;
    background: #101873;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 15px 0;
    text-shadow: none;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 200px;
}

.contact__form__action__item__submit:hover, .contact__form__action__item__submit:focus {
    background: rgba(16, 24, 115, .9);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    text-shadow: none;
}

.contact__form__privacy {
    margin: 0 0 100px;
}

.contact__form__privacy__title {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

.contact__form__privacy__note {
    font-size: 1.5rem;
    text-align: center;
}

.contact__form__privacy__accept {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 60px;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__form__privacy__accept {
        font-size: 1.6rem;
    }
}

.contact__form__privacy__main {
    background-color: #f7f7f7;
    height: 300px;
    overflow-y: auto;
    padding: 20px 15px;
}

.contact__form__privacy__main::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

.contact__form__privacy__main::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 12px;
    width: 12px;
}

.contact__form__privacy__main::-webkit-scrollbar-thumb {
    background-color: #101873;
}

@media (min-width: 768px) {
    .contact__form__privacy__main {
        padding: 30px;
    }
}

.contact__form__privacy__main__content {
    margin: 0 0 30px;
}

.contact__form__privacy__main__content:last-child {
    margin-bottom: 0;
}

.contact__form__privacy__main__content__title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .contact__form__privacy__main__content__title {
        font-size: 1.6rem;
    }
}

.contact__form__privacy__main__content__desc {
    font-size: 1.4rem;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .contact__form__privacy__main__content__desc {
        font-size: 1.6rem;
    }
}

.contact__form__privacy__main__content__desc:last-of-type {
    margin-bottom: 0;
}

.contact__form__privacy__main__content__list {
    padding: 0 0 15px;
}

.contact__form__privacy__main__content__list__item {
    font-size: 1.4rem;
    margin: 0;
}

@media (min-width: 768px) {
    .contact__form__privacy__main__content__list__item {
        font-size: 1.6rem;
    }
}

.contact-thanks {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .contact-thanks {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.contact-thanks-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-thanks-container {
        max-width: 660px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.contact-thanks__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .contact-thanks__title {
        font-size: 2.0rem;
    }
}

.contact-thanks__content {
    margin: 0 0 100px;
}

.contact-thanks__content__desc {
    font-size: 1.4rem;
    margin: 0 auto 30px;
    text-align: left;
}

.contact-thanks__content__desc:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .contact-thanks__content__desc {
        font-size: 1.6rem;
    }
}

.contact-thanks__action {
    text-align: center;
}

.contact-thanks__action__button {
    background-color: #101873;
    border: 2px solid #101873;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    max-width: 320px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

.contact-thanks__action__button:after {
    background-color: #101873;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: width .5s .12s ease-in-out;
         -o-transition: width .5s .12s ease-in-out;
            transition: width .5s .12s ease-in-out;
    width: 100%;
    z-index: 98;
}

.contact-thanks__action__button__text {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

.contact-thanks__action__button__text:before {
    background-image: url(../images/icons/icon-angle-left-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

.contact-thanks__action__button__text:after {
    background-image: url(../images/icons/icon-angle-left-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), left .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), left .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), left .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 992px) {
    .contact-thanks__action__button:hover, .contact-thanks__action__button:focus {
        background-color: rgba(255, 255, 255, .85);
        color: #101873;
    }
}

@media (min-width: 992px) {
    .contact-thanks__action__button:hover .contact-thanks__action__button__text:before, .contact-thanks__action__button:focus .contact-thanks__action__button__text:before {
        left: -5px;
        opacity: 1;
    }
    .contact-thanks__action__button:hover .contact-thanks__action__button__text:after, .contact-thanks__action__button:focus .contact-thanks__action__button__text:after {
        left: -5px;
        opacity: 0;
    }
}

div.mfp_buttons button#mfp_button_send {
    -webkit-appearance: none;
    background: #101873;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0;
    padding: 15px 0;
    text-shadow: none;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 480px) {
    div.mfp_buttons button#mfp_button_send {
        margin: 0 15px 15px;
        width: 130px;
    }
}

div.mfp_buttons button#mfp_button_send:hover, div.mfp_buttons button#mfp_button_send:focus {
    background: rgba(16, 24, 115, .9);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    text-shadow: none;
}

div.mfp_buttons button#mfp_button_cancel {
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid #333333;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
    font-size: 1.5rem;
    margin: 0;
    padding: 15px 0;
    text-shadow: none;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 480px) {
    div.mfp_buttons button#mfp_button_cancel {
        margin: 0 15px 15px;
        width: 130px;
    }
}

div.mfp_buttons button#mfp_button_cancel:hover, div.mfp_buttons button#mfp_button_cancel:focus {
    background: #ededed;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
    text-shadow: none;
}

form#mailformpro label {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    white-space: normal;
}

form#mailformpro label.mfp_checked {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}

form#mailformpro label.mfp_not_checked {
    border: none;
    padding: 0;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    border-top: solid 1px #cccccc;
    font-size: 1.4rem;
    padding: 5px 10px;
    text-align: left;
}

table#mfp_confirm_table {
    background-color: #ffffff;
    border: 1px solid rgba(16, 24, 115, .3);
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
    margin: 0 0 30px;
    width: 100%;
}

table#mfp_confirm_table > tbody > tr.mfp_colored {
    background-color: transparent;
}

table#mfp_confirm_table > tbody > tr > th, table#mfp_confirm_table > tbody > tr > td {
    background: none;
    border: none;
    padding: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    table#mfp_confirm_table > tbody > tr > th, table#mfp_confirm_table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

table#mfp_confirm_table > tbody > tr > th {
    background-color: #eef1f9;
    font-weight: 400;
    white-space: nowrap;
}

@media (min-width: 768px) {
    table#mfp_confirm_table > tbody > tr > th {
        border-bottom: 1px solid rgba(16, 24, 115, .3);
        width: 160px;
    }
}

table#mfp_confirm_table > tbody > tr > td {
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (min-width: 768px) {
    table#mfp_confirm_table > tbody > tr > td {
        border-bottom: 1px solid rgba(16, 24, 115, .3);
    }
}

div.mfp_err {
    background-image: url(../images/icons/icon-warning.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 15px;
    color: #bf1717;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

div#mfp_phase_confirm h4 {
    font-size: 2.4rem;
}

@media (min-width: 768px) {
    div#mfp_phase_confirm h4 {
        font-size: 2.8rem;
    }
}

.mfp_buttons {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .mfp_buttons {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 200px;
    }
}

.footer-pickup {
    align-content: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 30px;
    max-width: 1000px;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-pickup {
        margin-bottom: 60px;
    }
}

.footer-pickup__item {
    width: 30%;
}

.footer-pickup__item__link {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 90px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 480px) {
    .footer-pickup__item__link {
        height: 140px;
    }
}

@media (min-width: 768px) {
    .footer-pickup__item__link {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .footer-pickup__item__link {
        height: 250px;
    }
}

.footer-pickup__item__link:after {
    background-image: url(../images/commons/footer-pickup-menu-gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition:         transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
            transition:         transform .2s cubic-bezier(.645, .045, .355, 1);
            transition:         transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 0;
}

.footer-pickup__item__link__title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 480px) {
    .footer-pickup__item__link__title {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .footer-pickup__item__link__title {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .footer-pickup__item__link__title {
        font-size: 2.8rem;
    }
}

.footer-pickup__item__link__subtitle {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 300;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 992px) {
    .footer-pickup__item__link__subtitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .footer-pickup__item__link:hover, .footer-pickup__item__link:focus {
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .75);
                box-shadow: 0 0 8px rgba(0, 0, 0, .75);
        opacity: .9;
    }
    .footer-pickup__item__link:hover:after, .footer-pickup__item__link:focus:after {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}

.footer-entry {
    background-image: url(../images/commons/footer-entry-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 15px;
}

@media (min-width: 768px) {
    .footer-entry {
        padding-bottom: 100px;
        padding-top: 80px;
    }
}

.footer-entry-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-entry-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer-entry__title {
    color: #101873;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-entry__title {
        font-size: 2.6rem;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .footer-entry__title {
        font-size: 3.2rem;
    }
}

.footer-entry__action {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 400px;
}

@media (min-width: 768px) {
    .footer-entry__action {
        margin-left: -30px;
        margin-right: -30px;
        max-width: none;
    }
}

.footer-entry__action__item {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

.footer-entry__action__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footer-entry__action__item {
        margin-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        width: 50%;
    }
}

.footer-entry__action__item__button {
    background-color: #ffffff;
    border: 2px solid rgba(16, 24, 115, 0);
    border-radius: 50px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    color: #101873;
    display: block;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 992px) {
    .footer-entry__action__item__button {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

.footer-entry__action__item__button__text {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

@media (min-width: 768px) {
    .footer-entry__action__item__button__text {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .footer-entry__action__item__button__text {
        font-size: 2.4rem;
    }
}

.footer-entry__action__item__button__text:before {
    background-image: url(../images/icons/icon-angle-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    bottom: 0;
    content: '';
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}

@media (min-width: 992px) {
    .footer-entry__action__item__button:hover, .footer-entry__action__item__button:focus {
        border-color: #101873;
        -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
                box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
    }
}

@media (min-width: 992px) {
    .footer-entry__action__item__button:hover .footer-entry__action__item__button__text:before, .footer-entry__action__item__button:focus .footer-entry__action__item__button__text:before {
        right: -5px;
    }
}

.footer-entry__action__item--ex .footer-entry__action__item__button__text:before {
    background-image: url(../images/icons/icon-share-blue.svg);
    background-size: 11px 11px;
    height: 11px;
    width: 11px;
}

@media (min-width: 992px) {
    .footer-entry__action__item--ex .footer-entry__action__item__button:hover .footer-entry__action__item__button__text:before, .footer-entry__action__item--ex .footer-entry__action__item__button:focus .footer-entry__action__item__button__text:before {
        right: 0;
    }
}

.footer-main {
    padding: 30px 0;
}

@media (min-width: 480px) {
    .footer-main {
        background-color: #101873;
        padding-top: 60px;
    }
}

.footer-main-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-main-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer-main__logo {
    margin: 0 0 30px;
    padding: 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-main__logo {
        margin-bottom: 80px;
    }
}

.footer-main__menu {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: none;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 600px;
}

@media (min-width: 480px) {
    .footer-main__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .footer-main__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
        max-width: none;
    }
}

.footer-main__menu__item {
    margin: 0 0 30px;
    padding: 0 15px;
    width: 33.33333%;
}

@media (min-width: 992px) {
    .footer-main__menu__item {
        margin-bottom: 0;
        width: auto;
    }
}

.footer-main__menu__item__main__link, .footer-main__menu__item__main__static {
    color: #ffffff;
    display: inline-block;
    line-height: 1.4;
    margin: 0 0 10px;
}

.footer-main__menu__item__main__link__title, .footer-main__menu__item__main__static__title {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 768px) {
    .footer-main__menu__item__main__link__title, .footer-main__menu__item__main__static__title {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .footer-main__menu__item__main__link__title, .footer-main__menu__item__main__static__title {
        font-size: 1.8rem;
    }
}

.footer-main__menu__item__main__link__subtitle, .footer-main__menu__item__main__static__subtitle {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
}

@media (min-width: 480px) {
    .footer-main__menu__item__main__link__subtitle, .footer-main__menu__item__main__static__subtitle {
        font-size: 1.4rem;
    }
}

.footer-main__menu__item__main__link {
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.footer-main__menu__item__main__link:hover, .footer-main__menu__item__main__link:focus {
    color: #ffffff;
    opacity: .85;
}

.footer-main__menu__item__sub {
    border-left: 1px solid #ffffff;
    padding: 5px 0 5px 15px;
}

.footer-main__menu__item__sub__item {
    margin: 0 0 5px;
}

.footer-main__menu__item__sub__item:last-child {
    margin-bottom: 0;
}

.footer-main__menu__item__sub__item__link {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300;
}

@media (min-width: 992px) {
    .footer-main__menu__item__sub__item__link {
        background: transparent;
        background: -o-linear-gradient(bottom, white 1px, rgba(255, 255, 255, 0) 1px, transparent 100%);
        background:    linear-gradient(to top, white 1px, rgba(255, 255, 255, 0) 1px, transparent 100%);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 0 100%;
        -webkit-transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
             -o-transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
                transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
    }
    .footer-main__menu__item__sub__item__link:hover, .footer-main__menu__item__sub__item__link:focus {
        background-size: 100% 100%;
    }
}

@media (min-width: 768px) {
    .footer-main__menu__item__sub__item__link {
        font-size: 1.4rem;
    }
}

.footer-main__menu__item__sub__item__link:hover, .footer-main__menu__item__sub__item__link:focus {
    color: #ffffff;
}

.footer-copyright {
    border-top: 1px solid #979bc9;
    color: #979bc9;
    font-size: 1.0rem;
    font-weight: 300;
    margin: 0 15px;
    padding: 5px 15px 10px;
    text-align: center;
}

@media (min-width: 480px) {
    .footer-copyright {
        border-top: none;
        color: #333333;
        padding-top: 10px;
    }
}
