@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 {
    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 {
    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] {
    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%;
}

@font-face {
    font-family: YuGothicMedium;
    src: local(Yu Gothic Medium);
}

body {
    color: #727171;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

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

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

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

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

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

button {
    cursor: pointer;
}

picture, figure, figcaption {
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 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;
    }
}

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

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

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

.intro__main {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.intro__main__logo {
    display: block;
    opacity: 0;
    padding: 0 15px;
}

/* --------------------
 Comons
-------------------- */
.com-interview-menu {
    padding: 80px 20px;
}

.com-interview-menu-container {
    margin: 0 auto;
    max-width: 340px;
}

@media (min-width: 768px) {
    .com-interview-menu-container {
        max-width: 1000px;
    }
}

.com-interview-menu__title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .3em;
    margin: 0 0 50px;
    text-align: center;
}

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

.com-interview-menu__list {
    margin: 0 -15px;
}

.com-interview-menu__list__item {
    padding: 0 15px;
}

.com-interview-menu__list__item__link {
    display: block;
    margin: 0 auto;
    max-width: 240px;
}

@media (min-width: 768px) {
    .com-interview-menu__list__item__link {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }
}

.com-interview-menu__list__item__link__thumb {
    margin: 0 0 20px;
    text-align: center;
}

.com-interview-menu__list__item__link__dept {
    font-size: 1.4rem;
    margin: 0;
}

.com-interview-menu__list__item__link__name {
    font-size: 1.5rem;
}

.com-interview-menu__list .slick-arrow {
    -webkit-appearance: none;
    background: none;
    background-color: #0054a7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 80px;
    left: auto;
    padding: 0;
    position: absolute;
    right: auto;
    top: 45%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 1;
}

.com-interview-menu__list .slick-prev {
    background-image: url(../images/icons/icon-arrow-left-white.svg);
    left: -5px;
}

@media (min-width: 1240px) {
    .com-interview-menu__list .slick-prev {
        left: -45px;
    }
}

.com-interview-menu__list .slick-next {
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    right: -5px;
}

@media (min-width: 1240px) {
    .com-interview-menu__list .slick-next {
        right: -45px;
    }
}

#js-note {
    display: none;
}

.com-note-modal .fancybox-bg {
    opacity: 0;
}

.com-note-modal .fancybox-content {
    background-color: rgba(0, 84, 167, .9);
    color: #ffffff;
    max-width: 1000px;
    padding: 55px 15px 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-note-modal .fancybox-content {
        padding: 45px;
    }
}

.com-note-modal .fancybox-button {
    height: 40px;
    width: 40px;
}

@media (min-width: 768px) {
    .com-note-modal .fancybox-button {
        height: 50px;
        width: 50px;
    }
}

.com-note-modal .fancybox-slide--html .fancybox-close-small {
    opacity: 1;
    padding: 5px;
    right: 10px;
    top: 10px;
}

.com-note-modal .com-note__title {
    font-size: 2.2rem;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center;
}

.com-note-modal .com-note__content p {
    font-size: 1.3rem;
    letter-spacing: .03em;
    line-height: 2.0;
    margin: 0;
    text-align: center;
}

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

/* --------------------
 Header
-------------------- */
.header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(220, 221, 221, .5);
    left: 0;
    padding: 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 90px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 100px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .header-container {
        height: 100px;
    }
}

.header__logo {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
}

.header__logo__link {
    display: block;
    margin: 0 20px 0 0;
    position: relative;
/*    width: 82px; */
    width: 100px;
}

.header__logo__link:after {
    border-left: 1px solid rgba(35, 24, 21, .3);
    bottom: 10px;
    content: "";
    display: block;
    height: auto;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 1px;
}

.header__logo__link:hover, .header__logo__link:focus {
    opacity: .85;
}

.header__logo__text {
    color: #595757;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .25em;
    padding: 0 0 0 20px;
    white-space: nowrap;
}

.header__entry {
    display: none;
}

@media (min-width: 768px) {
    .header__entry {
        display: block;
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.header__entry__button {
    align-items: center;
    background-color: #0054a7;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    font-size: 1.05rem;
    font-weight: 700;
    height: 50px;
    justify-content: flex-start;
    letter-spacing: .4em;
    line-height: 1.4;
    padding: 0 15px 0 25px;
    position: relative;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
    width: 250px;
}

.header__entry__button:after {
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 15px;
}

.header__entry__button:hover, .header__entry__button:focus {
    background-color: rgba(0, 84, 167, .85);
    color: #ffffff;
}

.header__entry__button:hover:after, .header__entry__button:focus:after {
    right: 10px;
}

.header__burger {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 27px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 32px;
    z-index: 100;
}

@media (min-width: 768px) {
    .header__burger {
        top: 35px;
    }
}

@media (min-width: 992px) {
    .header__burger {
        right: 30px;
    }
}

.header__burger__box {
    display: block;
    height: 27px;
    margin: 0 auto 8px;
    position: relative;
    width: 32px;
}

.header__burger__box__line {
    display: block;
    margin: -.5px 0 0;
    top: 50%;
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: #595757;
    height: 1px;
    position: absolute;
    transition-property: transform;
    width: 32px;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.header__burger__box__line:before {
    top: -13px;
    transition: top .075s .12s ease, opacity .075s ease;
}

.header__burger__box__line:after {
    bottom: -13px;
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
}

.header__burger.is-active .header__burger__box__line {
    background-color: #ffffff;
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.header__burger.is-active .header__burger__box__line:before {
    background-color: #ffffff;
    opacity: 0;
    top: 0;
    transition: top .075s ease, opacity .075s .12s ease;
}

.header__burger.is-active .header__burger__box__line:after {
    background-color: #ffffff;
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

.header__menu {
    background-color: #0054a7;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 768px) {
    .header__menu {
        background-color: rgba(0, 84, 167, .8);
        bottom: 0;
        padding-bottom: 60px;
    }
}

.header__menu-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px 0 0;
}

@media (max-width: 767px) {
    .header__menu-container {
        height: 100%;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    .header__menu-container {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        overflow-y: auto;
        padding: 0 15px;
    }
}

.header__menu__title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .4em;
    line-height: 1.6;
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 100%;
}

@media (min-width: 768px) {
    .header__menu__title {
        font-size: 1.7rem;
        line-height: 1.2;
        margin-bottom: 80px;
        padding-left: 0;
    }
}

.header__menu__subtitle {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .4em;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .header__menu__subtitle {
        font-size: 1.7rem;
        margin-bottom: 30px;
        padding-left: 0;
        text-align: center;
    }
}

.header__menu__list {
    margin: 0 auto 30px;
    max-width: 800px;
    width: 100%;
}

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

.header__menu__list-container {
    margin: 0;
}

@media (min-width: 768px) {
    .header__menu__list-container {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.header__menu__list__item {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .header__menu__list__item {
        border-bottom: none;
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        /* width: 33.33333%; */
        width: 34%;
    }
}

@media (max-width: 767px) {
    .header__menu__list__item:first-child {
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
}

@media (min-width: 768px) {
/*
    .header__menu__list__item:nth-child(1), .header__menu__list__item:nth-child(2), .header__menu__list__item:nth-child(3) {
        margin-top: 0;
    }
*/
    .header__menu__list__item:nth-child(1), .header__menu__list__item:nth-child(2) {
        margin-top: 0;
    }
}

.header__menu__list__item__link {
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .header__menu__list__item__link {
        padding: 0;
    }
}

.header__menu__list__item__link__thumb {
    bottom: 5px;
    margin: 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
}

@media (min-width: 768px) {
    .header__menu__list__item__link__thumb {
        bottom: auto;
        left: auto;
        margin-bottom: 10px;
        position: static;
        right: auto;
        top: auto;
    }
}

.header__menu__list__item__link__thumb img {
    height: 100%;
}

@media (max-width: 767px) {
    .header__menu__list__item__link__thumb img {
        width: auto;
    }
}

@media (min-width: 768px) {
    .header__menu__list__item__link__thumb img {
        height: auto;
    }
}

.header__menu__list__item__link__dept {
    color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.4;
    margin: 0;
}

.header__menu__list__item__link__dept.font_lighter {
    font-size: 1.05rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .header__menu__list__item__link__dept {
        font-size: 1.2rem;
    }
    .header__menu__list__item__link__dept.font_lighter {
        font-size: 1rem;
        line-height: 1.8;
    }
}

.header__menu__list__item__link__name {
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: .35em;
    line-height: 1.4;
    margin: 0;
}

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

@media (min-width: 768px) {
    .header__menu__list__item__link:hover, .header__menu__list__item__link:focus {
        opacity: .85;
    }
}

.header__menu__entry {
    margin: 0 auto;
    max-width: 340px;
    text-align: center;
}

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

.header__menu__entry__button {
    align-items: center;
    background-color: #ffffff;
    color: #0054a7;
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    font-weight: 700;
    height: 66px;
    justify-content: flex-start;
    letter-spacing: .4em;
    line-height: 1.4;
    padding: 0 15px 0 25px;
    position: relative;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
    width: 100%;
}

.header__menu__entry__button:after {
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    transition: right .2s cubic-bezier(.645, .045, .355, 1);
    width: 15px;
}

.header__menu__entry__button:hover, .header__menu__entry__button:focus {
    color: #0054a7;
}

.header__menu__footer {
    display: none;
    margin: 0 0 30px;
}

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

.header__menu__footer__menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header__menu__footer__menu__item {
    border-right: 1px solid #ffffff;
    padding: 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .header__menu__footer__menu__item {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.header__menu__footer__menu__item:first-child {
    border-left: 1px solid #ffffff;
}

.header__menu__footer__menu__item__link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
}

.header__menu__footer__menu__item__link:before {
    background-color: white;
    bottom: -1px;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width .2s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 0;
}

@media (min-width: 992px) {
    .header__menu__footer__menu__item__link:before {
        display: block;
    }
}

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

.header__menu__footer__menu__item__link:hover:before, .header__menu__footer__menu__item__link:focus:before {
    width: 100%;
}

.header__menu__copyright {
    border-top: 1px solid #ffffff;
    bottom: 0;
    display: none;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
}

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

.header__menu__copyright small {
    color: #ffffff;
    display: block;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #0054a7;
    padding: 0 8px;
}

.footer-container {
    height: 90px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .footer-container {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 50px;
        justify-content: space-between;
        padding-top: 0;
    }
}

.footer__menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 15px;
}

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

.footer__menu__item {
    border-right: 1px solid #ffffff;
    line-height: 1.4;
    padding: 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__menu__item {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.footer__menu__item:first-child {
    border-left: 1px solid #ffffff;
}

.footer__menu__item__link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
}

.footer__menu__item__link:before {
    background-color: white;
    bottom: -1px;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width .2s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 0;
}

@media (min-width: 992px) {
    .footer__menu__item__link:before {
        display: block;
    }
}

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

.footer__menu__item__link:hover:before, .footer__menu__item__link:focus:before {
    width: 100%;
}

.footer__copyright small {
    color: #ffffff;
    display: block;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
