*{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
@font-face {
    font-family: 'FontAwesome';
    /*src: url("./font-awesome/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot?v=4.6.2");*/
    /* src: url("./font-awesome/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot?v=4.6.2#iefix") format("embedded-opentype"), */
    /*url("./font-awesome/fontawesome-webfont-2932abf996373e87fbf2e950876b1962f1b57db954a1643ea68831d9fbb74da4.woff2?v=4.6.2") format("woff2"), url("./font-awesome/fontawesome-webfont-35fa8302dd7d3d191ebb7acac543efcfa2b85a0da573b3ab45cc122ffcc45ce5.woff?v=4.6.2") format("woff"), url("./font-awesome/fontawesome-webfont-8630313bee77f64206067ed80eb6a7c721b0bbfc91c94210966969d4dcc43ba7.ttf?v=4.6.2") format("truetype"), url("./font-awesome/fontawesome-webfont-6b0adce775f4d57ac800f23b05af72ced748ae51ba67a65b67b7316f1ed331b3.svg?v=4.6.2#fontawesomeregular") format("svg");*/
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before, .fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before, .fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before, .fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before, .fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'Microsoft YaHei';
    font-weight: 100;
    src: local("Microsoft YaHei Medium")
}

@font-face {
    font-family: 'Microsoft YaHei';
    font-weight: 200;
    src: local("Microsoft YaHei Medium")
}

@font-face {
    font-family: 'Microsoft YaHei';
    font-weight: 300;
    src: local("Microsoft YaHei Medium")
}

@font-face {
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    src: local("Microsoft YaHei Medium")
}

@font-face {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    src: local("Microsoft YaHei Bold")
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Microsoft YaHei;
    display: block;
    font-size: .85em;
    padding: 10px
}

@-webkit-keyframes flash {
    0% {
        opacity: .2
    }
    100% {
        opacity: .99
    }
}

@keyframes flash {
    0% {
        opacity: .2
    }
    100% {
        opacity: .99
    }
}

.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none
}

.bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: 231px;
    width: 45px
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-controls-direction a {
        top: 60vw
    }
}

.bx-wrapper .bx-pager.bx-default-pager {
    line-height: 0;
    position: static
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 34px;
    height: 10px;
    border-radius: 0;
    background: #b3b3b3
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #193F67
}

.bx-wrapper .bx-prev {
    left: -32px;
    -webkit-transition: .5s;
    transition: .5s;
    background: url(../img/btn-arrow-orange-left-099fb518cac05e974a19b6a614bc30d16a1b2dc646204aa5d4f23e010675cf63.svg) no-repeat;
    background-position: left;
    background-size: cover
}

.bx-wrapper .bx-prev:hover {
    -webkit-animation: arrowMove .5s ease-out infinite;
    animation: arrowMove .5s ease-out infinite;
    background-position: left
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-prev {
        left: -1.2rem;
        width: 2.35rem;
        height: 1.65rem
    }

    .bx-wrapper .bx-prev:hover {
        left: -1.2rem;
        -webkit-animation: arrowMove .5s ease-out 3;
        animation: arrowMove .5s ease-out 3
    }
}

.bx-wrapper .bx-next {
    right: -32px;
    background: url(../img/btn-arrow-orange-right-7dfaab5ddd8734c7050b6e6f0b07f2e9d28580d4b086f9422436b685d5d05de9.svg) no-repeat;
    background-position: right;
    background-size: cover
}

.bx-wrapper .bx-next:hover {
    -webkit-animation: arrowMove .5s ease-out infinite;
    animation: arrowMove .5s ease-out infinite;
    background-position: right
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-next {
        right: -1.2rem;
        width: 2.35rem;
        height: 1.65rem
    }

    .bx-wrapper .bx-next:hover {
        right: -1.2rem;
        -webkit-animation: arrowMove .5s ease-out 3;
        animation: arrowMove .5s ease-out 3
    }
}

@-webkit-keyframes arrowMove {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    40% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    90% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes arrowMove {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    40% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    90% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.bx-wrapper .bx-loading {
    background-image: url(../img/environments/culture/bx_loader-6d46e2cf165a5a0584afba7bc9663da292ee08c97cfc7613de6013ed05be892a.gif)
}

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

h1, h2, h3, h4, h5, h6, p, ul {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, p, ul {
        font-size: 1.2rem
    }
}

html {
    font-size: 62.5%;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media screen and (max-width: 768px) {
    html {
        font-size: 3.125vw
    }
}

body {
    font-family: 'Microsoft YaHei', YuGothic, Verdana, Meiryo, 'M+ 1p', sans-serif;
    font-size: 1.4rem;
    background: #faf9f8
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: Microsoft YaHei, Meiryo, sans-serif
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.2rem
    }
}

a {
    color: #193F67
}

a:hover {
    -webkit-animation: flash .5s;
    animation: flash .5s;
    opacity: 1
}

button {
    cursor: pointer
}

button:hover {
    -webkit-animation: flash .5s;
    animation: flash .5s;
    opacity: 1
}

dd {
    margin: 0
}

p {
    letter-spacing: .04em
}

@media screen and (max-width: 768px) {
    .show-on-pc {
        display: none
    }
}

.show-on-sp {
    display: none
}

@media screen and (max-width: 768px) {
    .show-on-sp {
        display: block
    }
}

.recruit-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #fff
}

@media screen and (max-width: 768px) {
    .recruit-header-container {
        height: 5.9rem
    }
}

.recruit-header {
    font-size: 1.4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /*min-width: 920px;*/
    margin: auto 40px
}

@media screen and (max-width: 768px) {
    .recruit-header {
        font-size: 1.2rem;
        line-height: 74px;
        min-width: inherit;
        margin: 0
    }
}

@media screen and (max-width: 768px) {
    .recruit-logo {
        margin-left: 1.5rem
    }
}

.recruit-logo-image {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
}

@media screen and (max-width: 768px) {
    .recruit-logo-image {
		width: 80px;
    }
}

.recruit-logo-text {
    display: inline-block;
    vertical-align: middle;
    color: #000
}

@media screen and (max-width: 768px) {
    .recruit-logo-text {
        margin-left: 1rem
    }
}

.btn-hamburger-menu {
    display: none
}

.btn-hamburger-menu img {
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    .btn-hamburger-menu {
        display: inline-block;
        float: right
    }
}

@media screen and (max-width: 768px) {
    .btn-open-menu {
        width: 1.9rem;
        margin-right: 1.5rem
    }
}

@media screen and (max-width: 768px) {
    .btn-close-menu {
        width: 1.9rem;
        margin-right: 1.5rem
    }
}

.list-recruit-header-menu {
    z-index: 10;
    margin: 0;
    padding: 0;
    background: #fff
}

.list-recruit-header-menu li {
    display: inline-block;
    margin-left: 45px
}

.list-recruit-header-menu li:first-child {
    margin-left: 0
}

.list-recruit-header-menu li:last-child {
    margin-left: 65px
}

@media screen and (max-width: 768px) {
    .list-recruit-header-menu {
        position: absolute;
        top: 5.9rem;
        left: 0;
        display: none;
        overflow: hidden;
        width: 100%
    }

    .list-recruit-header-menu li {
        font-size: 1.0rem;
        line-height: 1.5;
        position: relative;
        display: block;
        margin: 0;
        color: #193F67;
        border-top: 1px solid #193F67
    }

    .list-recruit-header-menu li:last-child {
        margin: 0;
        padding: 2.7rem 1rem 6.4rem
    }

    .list-recruit-header-menu li:last-child::after {
        background: none
    }

    .list-recruit-header-menu li::after {
        position: absolute;
        top: 0;
        right: 1.5rem;
        width: 1.5rem;
        height: 100%;
        content: '';
        background: url(../img/btn-arrow-orange-right-7dfaab5ddd8734c7050b6e6f0b07f2e9d28580d4b086f9422436b685d5d05de9.svg) no-repeat 0 50%
    }

    .list-recruit-header-menu.is-appear {
        display: block;
        max-height: 0;
        -webkit-animation: appear .3s .05s forwards ease-out;
        animation: appear .3s .05s forwards ease-out;
        opacity: 0
    }

    .list-recruit-header-menu.is-disappear {
        display: block;
        max-height: 600px;
        -webkit-animation: disappear .3s 0s forwards ease-in;
        animation: disappear .3s 0s forwards ease-in;
        opacity: 1
    }
}

@-webkit-keyframes appear {
    0% {
        max-height: 0;
        opacity: 0
    }
    100% {
        max-height: 100vh;
        opacity: 1
    }
}

@keyframes appear {
    0% {
        max-height: 0;
        opacity: 0
    }
    100% {
        max-height: 100vh;
        opacity: 1
    }
}

@-webkit-keyframes disappear {
    0% {
        max-height: 100vh;
        opacity: 1
    }
    70% {
        opacity: 1
    }
    100% {
        max-height: 0;
        opacity: 0
    }
}

@keyframes disappear {
    0% {
        max-height: 100vh;
        opacity: 1
    }
    70% {
        opacity: 1
    }
    100% {
        max-height: 0;
        opacity: 0
    }
}

.list-recruit-header-menu-link {
    font-size: 0.938vw;
    display: block;
    text-decoration: none;
    color: #000
}

.list-recruit-header-menu-link.active {
    color: #193F67
}

@media screen and (max-width: 768px) {
    .list-recruit-header-menu-link {
        padding: 1rem 3rem;
        color: #193F67
    }
}

.recruit-header-menu-category-title {
    display: none
}

@media screen and (max-width: 768px) {
    .recruit-header-menu-category-title {
        font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
        font-size: 2.1rem;
        font-weight: 100;
        display: block;
        letter-spacing: .06em;
        color: #000
    }
}

.btn-entry {
    line-height: 1.0rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    font-weight: bold;
    color: #fff;
    background: #193F67
}

.btn-entry::after {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    background: no-repeat 0 50%
}

.btn-entry::after {
    background-image: url(../img/btn-arrow-white-db3bfc71c44ffa8ec894f77b7a95d476ee143c034f0e780f663e3ff48d69583e.svg)
}

@media screen and (max-width: 768px) {
    .btn-entry.is-large-for-recruit-header-menu {
        font-size: 1.8rem;
        box-sizing: border-box;
        width: 100%;
        padding: 2.5rem;
        text-align: center;
        border-radius: 100px
    }

    .btn-entry.is-large-for-recruit-header-menu::after {
        right: 2rem;
        width: 2rem
    }
}

.btn-detail {
    line-height: 1.0rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    color: #000;
    background: #f1f1f1
}

.btn-detail::after {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    background: no-repeat 0 50%
}

.btn-detail::after {
    background-image: url(../img/btn-arrow-orange-right-7dfaab5ddd8734c7050b6e6f0b07f2e9d28580d4b086f9422436b685d5d05de9.svg)
}

.btn-detail.is-white {
    background: #fff
}

@media screen and (max-width: 768px) {
    .btn-detail.in-container {
        width: 50vw
    }
}

.btn-size-small {
    font-size: 0.938vw;
    position: relative;
    padding: 12px 45px
}

.btn-size-small::after {
    right: 14px;
    width: 14px
}

.btn-size-middle {
    font-size: 1.6rem;
    padding: 24px 79px 24px 30px
}

.btn-size-middle::after {
    right: 20px;
    width: 20px
}

@media screen and (max-width: 768px) {
    .btn-size-middle {
        font-size: 1.2rem;
        padding: 1.5rem 3.95rem 1.5rem 2.35rem
    }
}

.btn-size-large {
    font-size: 1.6rem;
    padding: 25px 128px
}

.btn-size-large::after {
    right: 20px;
    width: 20px
}

@media screen and (max-width: 768px) {
    .btn-size-large {
        width: 100%;
        padding: 2rem;
        text-align: center
    }
}

.btn-size-xlarge {
    font-size: 2.2rem;
    padding: 45px 256px
}

.btn-size-xlarge::after {
    right: 40px;
    width: 20px
}

@media screen and (max-width: 768px) {
    .btn-size-xlarge {
        font-size: 1.6rem;
        width: 100%;
        padding: 2rem;
        text-align: center
    }
}

.btn-top {
    position: fixed;
    bottom: 10px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-left: 465px;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    border-radius: 300px;
    background: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15)
}

.btn-top.is-active {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .btn-top {
        position: static;
        width: 5.2rem;
        height: 5.2rem;
        margin: 0 auto 4rem;
        opacity: 1
    }

    .btn-top img {
        width: 1.5rem;
        height: 2rem
    }
}

.recruit-main-container {
    width: 100%
}

.recruit-breadcrumbs-container {
    letter-spacing: .06em
}

@media screen and (max-width: 768px) {
    .recruit-breadcrumbs-container {
        display: none
    }
}

.recruit-breadcrumbs {
    font-size: 1.2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 30px 0;
}

.recruit-breadcrumbs li {
    display: inline-block
}

.recruit-breadcrumbs li::after {
    margin: 0 6px;
    content: '\003e'
}

.recruit-breadcrumbs li:last-child::after {
    content: ''
}

.recruit-article {
    max-width: 1200px;
    margin: 0 auto 100px;
    background: #fff
}

@media screen and (max-width: 768px) {
    .recruit-article {
        width: 100%;
        margin: 0 auto
    }
}

.recruit-article-header {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.recruit-article-header::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    content: '';
    border-bottom: 4px #193F67 solid
}

.recruit-article-header::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    content: '';
    border-bottom: 4px #b3b3b3 solid
}

@media screen and (max-width: 768px) {
    .recruit-article-header {
        background-position: center center
    }
}

.recruit-article-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 204px;
    margin-bottom: 30px;
    padding-left: 80px;
    color: #fff;
    background: -webkit-linear-gradient(left, #193F67 0%, rgba(255, 102, 0, 0) 50%);
    background: linear-gradient(to right, #193F67 0%, rgba(255, 102, 0, 0) 50%)
}

@media screen and (max-width: 768px) {
    .recruit-article-header-title {
        height: 12.5rem;
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        background: -webkit-linear-gradient(left, #193F67 0%, rgba(255, 102, 0, 0) 100%);
        background: linear-gradient(to right, #193F67 0%, rgba(255, 102, 0, 0) 100%)
    }
}

.recruit-article-header-heading {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 3.2rem;
    font-weight: 100;
    margin-bottom: 20px;
    letter-spacing: .06em
}

@media screen and (max-width: 768px) {
    .recruit-article-header-heading {
        font-size: 1.8rem;
        margin-bottom: 1rem
    }
}

.recruit-article-header-text {
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    .recruit-article-header-text {
        font-size: 1.2rem
    }
}

.recruit-article-header-symbol {
    position: absolute;
    z-index: 1;
    bottom: -47.5px;
    left: 50%;
    width: 95px;
    height: 95px;
    margin-left: -47.5px;
    background: url(../img/toblog.png) no-repeat;
    background-size: 400%
}

.recruit-article-header-symbol.on-company {
    background-position: 0 0
}

.recruit-article-header-symbol.on-people {
    background-position: 33.33333333% 0
}

.recruit-article-header-symbol.on-environment {
    background-position: 66.66666667% 0
}

.recruit-article-header-symbol.on-entry {
    background-position: 100% 0
}

@media screen and (max-width: 768px) {
    .recruit-article-header-symbol {
        bottom: -7.421875vw;
        width: 14.84375vw;
        height: 14.84375vw;
        margin-left: -7.421875vw
    }

    .recruit-article-header-symbol.on-company {
        background-position: 0 100%
    }

    .recruit-article-header-symbol.on-people {
        background-position: 33.33333333% 100%
    }

    .recruit-article-header-symbol.on-environment {
        background-position: 66.66666667% 100%
    }

    .recruit-article-header-symbol.on-entry {
        background-position: 100% 100%
    }
}

.recruit-article-introduction {
    width: 840px;
    margin: 0 auto 90px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .recruit-article-introduction {
        width: 100%;
        margin: 0 auto 5rem;
        padding: 0 1.5rem
    }
}

.recruit-article-introduction-title {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 4.8rem;
    font-weight: 100;
    letter-spacing: .06em
}

.recruit-article-introduction-title.is-index-page {
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .recruit-article-introduction-title.is-index-page {
        margin-bottom: 1rem
    }
}

.recruit-article-introduction-title.is-show-page {
    font-size: 3.8rem;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .recruit-article-introduction-title.is-show-page {
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 768px) {
    .recruit-article-introduction-title {
        font-size: 2.8rem;
        white-space: nowrap
    }

    .recruit-article-introduction-title.is-show-page {
        font-size: 2.5rem
    }
}

.recruit-article-introduction-subtitle {
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    .recruit-article-introduction-subtitle {
        font-size: 1.2rem
    }
}

.recruit-article-introduction-content {
    margin-bottom: 30px
}

.recruit-article-introduction-content p {
    font-size: 1.6rem;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .recruit-article-introduction-content {
        margin-bottom: 1rem
    }

    .recruit-article-introduction-content p {
        font-size: 1.2rem
    }

    .recruit-article-introduction-content br {
        display: none
    }
}

.recruit-section {
    width: 840px;
    margin: 0 auto 100px;
    /*padding-left: 30px;
    padding-right: 30px;*/
}

@media screen and (max-width: 768px) {
    .recruit-section {
        width: 100%;
        margin: 0 auto 5rem;
        padding: 0 1.5rem
    }
}

.recruit-sub-section {
    margin-top: 30px;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .recruit-sub-section {
        margin-bottom: 3rem
    }
}

.recruit-category-title-container {
    position: relative
}

.recruit-category-title-container::before {
    position: absolute;
    top: 20px;
    left: -46px;
    width: 26px;
    content: '';
    border-top: solid #193F67 6px
}

@media screen and (max-width: 768px) {
    .recruit-category-title-container::before {
        top: -1rem;
        left: 0;
        width: 1.3rem;
        border-top: solid #193F67 0.3rem
    }
}

.recruit-category-title {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 3.8rem;
    font-weight: 100;
    margin-bottom: 20px;
    letter-spacing: .06em;
    height: 43px;
    line-height: 43px;
}

@media screen and (max-width: 768px) {
    .recruit-category-title {
        font-size: 2.3rem;
        margin-bottom: .5rem;
        white-space: nowrap
    }
}

.recruit-category-text {
    font-family: 'Microsoft YaHei', YuGothic, Verdana, Meiryo, 'M+ 1p', sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    margin-bottom: 70px;
    letter-spacing: .06em;
    color: #193F67
}

@media all and (-ms-high-contrast: none) {
    .recruit-category-text {
        font-family: Microsoft YaHei, Meiryo, sans-serif
    }
}

@media screen and (max-width: 768px) {
    .recruit-category-text {
        font-size: 1rem;
        margin-bottom: 2rem
    }
}

.recruit-content-title {
    font-size: 1.6rem;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .recruit-content-title {
        font-size: 1.2rem;
        margin-bottom: 1rem
    }
}

.recruit-content-text {
    line-height: 2;
    text-align: justify
}

.recruit-content-text:not(:last-child) {
    margin-bottom: 0px
}

@media screen and (max-width: 768px) {
    .recruit-content-text:not(:last-child) {
        margin-bottom: 1rem
    }
}

.recruit-btn-detail-container {
    text-align: left;
    margin-top: 30px;
}

.recruit-btn-detail-container:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .recruit-btn-detail-container:not(:last-child) {
        margin-bottom: 1rem
    }
}

@media screen and (max-width: 768px) {
    .recruit-btn-detail-container .btn-detail {
        width: 50vw
    }
}

@media screen and (max-width: 768px) {
    .recruit-btn-detail-container {
        text-align: center
    }
}

.recruit-content-image {
    display: block;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .recruit-content-image {
        width: 100%;
        height: auto;
        margin-bottom: 1rem
    }
}

.recruit-footer {
    position: relative;
    margin: 150px auto 0;
    padding-bottom: 150px;
    text-align: center
}

.recruit-footer.on-top {
    margin: 4rem auto 0;
    padding-bottom: 2.25rem
}

@media screen and (max-width: 768px) {
    .recruit-footer {
        margin: 5rem auto 0;
        padding-bottom: 5rem
    }
}

.recruit-footer-entry-container {
    margin: 0 auto 100px
}

@media screen and (max-width: 768px) {
    .recruit-footer-entry-container {
        margin: 0 1.5rem 4rem
    }
}

.list-recruit-footer-links {
    font-size: 1.6rem;
    margin: 0 auto 50px;
    padding: 0
}

.list-recruit-footer-links li {
    line-height: 2.5;
    display: inline-block;
    padding: 0 20px
}

.list-recruit-footer-links li::before {
    margin: 0 10px;
    content: '\203A'
}

@media screen and (max-width: 768px) {
    .list-recruit-footer-links {
        margin: 0 auto 2rem
    }

    .list-recruit-footer-links li {
        font-size: 1.2rem;
        padding: 0
    }

    .list-recruit-footer-links li:last-child {
        padding: 0 0 0 1.6rem
    }

    .list-recruit-footer-links li::before {
        margin: 0 .5rem 0 0
    }
}

.list-recruit-footer-sns {
    margin: 0 auto 40px;
    padding: 0
}

.list-recruit-footer-sns li {
    display: inline-block;
    margin-right: 30px
}

.list-recruit-footer-sns li:last-child {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .list-recruit-footer-sns {
        margin: 0 0 3rem 0
    }

    .list-recruit-footer-sns li {
        margin-right: 3.8rem
    }
}

.facebook-link {
    font-size: 2.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    border-radius: 100%;
    background: #5294d0;
    padding: 10px;
    position: relative;
}
.facebook-link .ewm{
	position: absolute;
    left: 50%;
	top: -100px;
	transform: translateX(-50%);
	z-index: 5;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}
.facebook-link:hover .ewm{
	top: -120px;
	opacity: 1;
	visibility: visible;
}
.facebook-link .ewm img{
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 768px) {
    .facebook-link {
        width: 5.5rem;
        height: 5.5rem
    }
}

.twitter-link {
    font-size: 2.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    border-radius: 100%;
    background: #05af10
}

@media screen and (max-width: 768px) {
    .twitter-link {
        width: 5.5rem;
        height: 5.5rem
    }
}

.recruit-footer-logo {
    width: 120px;
    margin: 0 auto 50px
}

@media screen and (max-width: 768px) {
    .recruit-footer-logo {
        width: 80px;
        /* width: 12.9rem;
        height: 2.25rem; */
        margin: 0 auto 1.5rem
    }
}

.background-arrow-container {
    position: absolute;
    z-index: -1;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #f6f7f7;
    background-image: url(../img/background_arrow_container-13f7e4e550babf4f909d8afcc0422a32ac9efaec2d659607ca9e2eb6818c0a9a.png)
}

.background-arrow-container.is-background {
    position: fixed
}

@media screen and (max-width: 768px) {
    .background-arrow-container.is-background {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .background-arrow-container {
        left: 0
    }
}

#page-companies.page-index .article-header-companies {
    max-width: 1200px;
    height: 504px;
    margin-bottom: 80px;
    background: url(../img/companies/eyecatching-index-7ff8597696238da256ab568a8f1bd240bc06a6bc818f59bd89d3c64c3bc21710.jpg) 0 -142px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .article-header-companies {
        width: 100%;
        height: auto;
        margin-bottom: 4.25rem;
        padding-top: 70.66666667%;
        background-position: -27rem -8.3rem;
        background-size: 190%
    }
}

#page-companies.page-index .mvv-container {
    background: url(../img/companies/bg-mvv-f68bee0731f87dea21897526628cc6631a789b595c3f6e360c2d1fa0b199a289.png) left 60px bottom 20px no-repeat
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .mvv-container {
        background-position: 0 center;
        background-size: 16rem
    }
}

#page-companies.page-index .mvv-title-container {
    margin-bottom: 55px;
    border-right: 2px #adadad solid;
    border-left: 2px #193F67 solid;
    background: #fafafa
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .mvv-title-container {
        margin-bottom: 3rem
    }
}

#page-companies.page-index .mvv-title-container::before {
    display: block;
    height: 2px;
    content: '';
    background: -webkit-linear-gradient(left, #193F67 0%, #adadad 80%);
    background: linear-gradient(to right, #193F67 0%, #adadad 80%)
}

#page-companies.page-index .mvv-title-container::after {
    display: block;
    height: 2px;
    content: '';
    background: -webkit-linear-gradient(left, #193F67 0%, #adadad 60%);
    background: linear-gradient(to right, #193F67 0%, #adadad 60%)
}

#page-companies.page-index .mvv-title {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-family: 'Microsoft YaHei Thin', 'HelveticaNeue-Thin', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 4rem;
    font-weight: 100;
    margin: 24px;
    letter-spacing: .06em;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .mvv-title {
        font-size: 1.6rem;
        margin: 1rem
    }
}

#page-companies.page-index .mvv-title-slash {
    margin: 20px;
    color: #b3b3b3
}

#page-companies.page-index .mvv-description {
    font-size: 1.6rem;
    line-height: 3.0;
    margin-bottom: 70px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .mvv-description {
        font-size: 1.2rem;
        margin-bottom: 3rem
    }

    #page-companies.page-index .mvv-description br {
        display: none
    }
}

#page-companies.page-index .mvv-description::before {
    margin-bottom: -15px
}

#page-companies.page-index .mvv-description::after {
    margin-top: -15px
}

#page-companies.page-index .product-images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 300px;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .product-images-container {
        width: 100%;
        height: auto;
        margin-bottom: 2rem
    }
}

#page-companies.page-index .product-images-container.is-pfm {
    background-image: url(img/1111.jpg);
}

#page-companies.page-index .product-images-container.is-mf-cloud {
    background: #ff9961
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .product-images-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 20rem
    }
}

#page-companies.page-index .pfm-logo-image-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 100%
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .pfm-logo-image-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 6.5rem;
        flex: 0 1 6.5rem;
        height: 6.5rem
    }
}

#page-companies.page-index .pfm-devices-image-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 100%
}

#page-companies.page-index .mf-cloud-logo-image-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 100%
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .mf-cloud-logo-image-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 6.1rem;
        flex: 0 1 6.1rem;
        height: 6.1rem
    }
}

#page-companies.page-index .mf-cloud-devices-image-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 100%
}

#page-companies.page-index .pfm-logo-image {
    position: absolute;
    top: 130px;
    left: 80px;
    width: 242px;
    height: 42px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .pfm-logo-image {
        top: 3.2rem;
        left: 8.65rem;
        width: 11.35rem;
        height: 1.95rem
    }
}

#page-companies.page-index .pfm-devices-image {
    position: absolute;
    top: 60px;
    left: 52px;
    width: 327px;
    height: 188px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .pfm-devices-image {
        top: 0;
        left: 5.25rem;
        width: 17.9rem;
        height: 10.3rem
    }
}

#page-companies.page-index .mf-cloud-logo-image {
    position: absolute;
    top: 128px;
    left: 96px;
    width: 183px;
    height: 44px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .mf-cloud-logo-image {
        top: 2.65rem;
        left: 11.2rem;
        width: 7.5rem;
        height: 1.8rem
    }
}

#page-companies.page-index .mf-cloud-devices-image {
    position: absolute;
    top: 50px;
    left: 57px;
    width: 333px;
    height: 224px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .mf-cloud-devices-image {
        top: 0;
        left: 5.25rem;
        width: 18.2rem;
        height: 12.25rem
    }
}

#page-companies.page-index .company-profile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .company-profile-container {
        margin-bottom: 1.75rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#page-companies.page-index .table-company-profile {
    width: 380px;
    border-collapse: collapse
}

#page-companies.page-index .table-company-profile tr {
    border-bottom: 1px #000 dotted
}

#page-companies.page-index .table-company-profile tr:first-child th, #page-companies.page-index .table-company-profile tr:first-child td {
    padding-top: 0
}

#page-companies.page-index .table-company-profile th, #page-companies.page-index .table-company-profile td {
    line-height: 2;
    padding: 8px 0;
    text-align: left
}

#page-companies.page-index .table-company-profile th {
    width: 117px;
    vertical-align: top
}

#page-companies.page-index .table-company-profile ul {
    margin: 0;
    padding: 0
}

#page-companies.page-index .table-company-profile li {
    list-style: none
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .table-company-profile {
        width: 100%
    }

    #page-companies.page-index .table-company-profile th {
        width: 7rem
    }
}

#page-companies.page-index .office-map-container {
    position: relative
}

#page-companies.page-index .office-map {
    width: 100%; /*height:318px*/
}

#page-companies.page-index .office-map:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .office-map:not(:last-child) {
        margin-bottom: 1rem
    }
}

#page-companies.page-index .office-map-detail-link {
    font-size: 1.2rem;
    position: absolute;
    top: 20px;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #193F67;
    background: #fff
}

@media screen and (max-width: 768px) {
    #page-companies.page-index .office-map-detail-link {
        font-size: .85rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
        padding: .5rem .5rem
    }
}

#page-companies.page-show .article-header-company-mvv {
    margin-bottom: 110px;
    background-image: url(companies/eyecatching-mvv-9ed8325a4532796d15fa5c63baf24ea59a00852e9097ab1a14dce69a445c9a74.jpg)
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .article-header-company-mvv {
        margin-bottom: 5rem
    }
}

#page-companies.page-show .mvv-section {
    width: 840px;
    margin: 0 auto 120px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-section {
        width: 100%;
        margin: 0 auto 5rem;
        padding: 0 1.5rem
    }
}

#page-companies.page-show .mvv-category-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #193F67;
    border-bottom: solid #193F67 2px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-category-title-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3rem;
        padding-bottom: 1.5rem
    }
}

#page-companies.page-show .mvv-category-title {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 3.2rem;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-category-title {
        font-size: 2rem;
        margin-bottom: 1rem
    }
}

#page-companies.page-show .mvv-category-text {
    font-size: 1.8rem
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-category-text {
        font-size: 1.2rem
    }
}

#page-companies.page-show .mvv-title {
    font-size: 1.6rem;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-title {
        font-size: 1.4rem;
        margin-bottom: 1rem
    }
}

#page-companies.page-show .mvv-text {
    line-height: 2;
    margin-bottom: 70px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-text {
        margin-bottom: 3rem
    }
}

#page-companies.page-show .mvv-culture-container {
    width: 840px;
    margin: 0 auto 240px;
    padding: 40px 0 20px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-container {
        width: 100%;
        margin-bottom: 10.5rem
    }
}

#page-companies.page-show .mvv-culture-circle-container {
    position: relative;
    width: 430px;
    height: 430px;
    margin: 0 auto;
    border-radius: 200%;
    background: -webkit-linear-gradient(315deg, #fee2cf 0%, #f0eeec 100%);
    background: linear-gradient(135deg, #fee2cf 0%, #f0eeec 100%)
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-container {
        width: 19rem;
        height: 19rem;
        padding-top: 2.2rem
    }
}

#page-companies.page-show .mvv-culture-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 426px;
    height: 426px;
    border-radius: 200%;
    background: #fff
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle {
        top: .2rem;
        left: .2rem;
        width: 18.6rem;
        height: 18.6rem
    }
}

#page-companies.page-show .mvv-culture-header {
    text-align: center
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-header {
        position: absolute;
        top: 8rem;
        left: -3.2rem
    }
}

#page-companies.page-show .mvv-culture-header-title {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 3.8rem;
    font-weight: 400;
    margin-bottom: 35px;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-header-title {
        font-size: 2rem;
        height: 13.5rem;
        margin-bottom: 0
    }
}

#page-companies.page-show .mvv-culture-header-content {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 282px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-header-content {
        font-size: 1.2rem;
        width: 25rem
    }
}

#page-companies.page-show .mvv-culture-circle li {
    list-style: none
}

#page-companies.page-show .mvv-culture-title {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 200;
    letter-spacing: .05em;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-title {
        font-size: 1.4rem;
        margin-bottom: 1rem
    }
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-cluture-content {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        color: #737373
    }
}

#page-companies.page-show .mvv-culture-circle-speed {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    top: -43px;
    left: 170px
}

#page-companies.page-show .mvv-culture-circle-speed::after {
    position: absolute;
    width: 19px;
    height: 19px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.5)
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-speed::after {
        width: .85rem;
        height: .85rem
    }
}

#page-companies.page-show .mvv-culture-circle-speed::after {
    top: 33px;
    left: 31px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-speed {
        top: -2.5rem;
        left: 7.5rem
    }

    #page-companies.page-show .mvv-culture-circle-speed::after {
        top: 1.8rem;
        left: 1.5rem
    }
}

#page-companies.page-show .mvv-cluture-circle-speed-content {
    line-height: 1.6;
    position: absolute;
    color: #737373;
    top: 0;
    left: 105px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-cluture-circle-speed-content {
        display: none
    }
}

#page-companies.page-show .mvv-culture-circle-pride {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    top: 120px;
    left: 440px
}

#page-companies.page-show .mvv-culture-circle-pride::after {
    position: absolute;
    width: 19px;
    height: 19px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.5)
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-pride::after {
        width: .85rem;
        height: .85rem
    }
}

#page-companies.page-show .mvv-culture-circle-pride::after {
    top: 9px;
    left: -37px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-pride {
        top: 5.8rem;
        left: 19.8rem
    }

    #page-companies.page-show .mvv-culture-circle-pride::after {
        top: .45rem;
        left: -1.85rem
    }
}

#page-companies.page-show .mvv-cluture-circle-pride-content {
    line-height: 1.6;
    position: absolute;
    color: #737373;
    top: 50px;
    left: 0
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-cluture-circle-pride-content {
        display: none
    }
}

#page-companies.page-show .mvv-culture-circle-teamwork {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    top: 358px;
    left: 380px
}

#page-companies.page-show .mvv-culture-circle-teamwork::after {
    position: absolute;
    width: 19px;
    height: 19px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.5)
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-teamwork::after {
        width: .85rem;
        height: .85rem
    }
}

#page-companies.page-show .mvv-culture-circle-teamwork::after {
    top: 9px;
    left: -37px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-teamwork {
        top: 15.7rem;
        left: 16.8rem
    }

    #page-companies.page-show .mvv-culture-circle-teamwork::after {
        top: .45rem;
        left: -1.85rem
    }
}

#page-companies.page-show .mvv-cluture-circle-teamwork-content {
    line-height: 1.6;
    position: absolute;
    color: #737373;
    top: 50px;
    left: 0
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-cluture-circle-teamwork-content {
        display: none
    }
}

#page-companies.page-show .mvv-culture-circle-respect {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    top: 358px;
    left: -60px
}

#page-companies.page-show .mvv-culture-circle-respect::after {
    position: absolute;
    width: 19px;
    height: 19px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.5)
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-respect::after {
        width: .85rem;
        height: .85rem
    }
}

#page-companies.page-show .mvv-culture-circle-respect::after {
    top: 9px;
    right: -34px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-respect {
        top: 15.7rem;
        left: -3.9rem
    }

    #page-companies.page-show .mvv-culture-circle-respect::after {
        top: .45rem;
        right: -2.4rem
    }
}

#page-companies.page-show .mvv-cluture-circle-respect-content {
    line-height: 1.6;
    position: absolute;
    color: #737373;
    top: 50px;
    right: 0;
    text-align: right
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-cluture-circle-respect-content {
        display: none
    }
}

#page-companies.page-show .mvv-culture-circle-fun {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    top: 120px;
    left: -50px
}

#page-companies.page-show .mvv-culture-circle-fun::after {
    position: absolute;
    width: 19px;
    height: 19px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.5)
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-fun::after {
        width: .85rem;
        height: .85rem
    }
}

#page-companies.page-show .mvv-culture-circle-fun::after {
    top: 9px;
    right: -24px
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-circle-fun {
        top: 5.8rem;
        left: -4.2rem
    }

    #page-companies.page-show .mvv-culture-circle-fun::after {
        top: .45rem;
        right: -2.4rem
    }
}

#page-companies.page-show .mvv-cluture-circle-fun-content {
    line-height: 1.6;
    position: absolute;
    color: #737373;
    top: 50px;
    right: 0;
    text-align: right
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-cluture-circle-fun-content {
        display: none
    }
}

#page-companies.page-show .mvv-culture-list {
    display: none
}

@media screen and (max-width: 768px) {
    #page-companies.page-show .mvv-culture-list {
        display: block;
        padding: 0 1.5rem;
        list-style: none
    }
}

#page-people .list-member-inteview {
    line-height: 0;
    padding: 0
}

#page-people .member-interview {
    line-height: 2;
    display: inline-block;
    width: 49%;
    margin-right: -1%;
    vertical-align: top;
    background: #fbfbfb
}

#page-people .member-interview:nth-child(2n+1) .member-inteview-content {
    border-right: dotted #d5d5d5 1px
}

@media screen and (max-width: 768px) {
    #page-people .member-interview {
        width: 100%
    }
}

#page-people .member-interview-thumbnail-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 210px */
}

#page-people .member-interview-thumbnail {
    /* position: absolute;
    top: -60%;
    left: 0; */
    width: 100%
}

/* @media screen and (max-width: 768px) {
    #page-people .member-interview-thumbnail {
        top: -30vw
    }
} */

#page-people .member-inteview-content {
    height: 250px;
    padding: 30px
}

@media screen and (max-width: 768px) {
    #page-people .member-inteview-content {
        height: 17rem;
        padding: 1rem 1rem 3rem
    }
}

#page-people .member-interview-title {
    font-weight: normal;
    margin-bottom: 10px
}

#page-people .member-interview-title br {
    display: none
}

@media screen and (max-width: 768px) {
    #page-people .member-interview-title {
        font-size: 1.4rem;
        line-height: 1.3
    }

    #page-people .member-interview-title br {
        display: inline
    }
}

#page-people .member-interview-name {
    font-size: 1.6rem;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    #page-people .member-interview-name {
        font-size: 1.2rem
    }
}

#page-people .member-interview-job {
    margin-bottom: 15px
}

#page-people .member-interview-job p {
    font-size: 1.2rem
}

@media screen and (max-width: 768px) {
    #page-people .member-interview-job p {
        font-size: 1rem;
        line-height: 1.3
    }
}

#page-people .member-interview-link-container::before {
    margin-right: 7px
}

#page-people.page-index .article-header-people {
    width: 1200px;
    height: 504px;
    margin-bottom: 80px;
    background: url(../img/members/eruma_maruhashi/eyecatching-index-0052dc6cfa23b4a3e633a455515f38811697c5124d1ed7f504ca0dc92e6d4931.jpg) 0 -60px
}

@media screen and (max-width: 768px) {
    #page-people.page-index .article-header-people {
        width: 100%;
        height: auto;
        margin-bottom: 4.25rem;
        padding-top: 70.66666667%;
        background-position: 0 0;
        background-size: contain
    }
}

#page-people.page-index .list-member-profile {
    font-size: 0;
    line-height: 0;
    position: relative;
    padding: 0
}

#page-people.page-index .member-profile {
    position: static;
    display: inline-block
}

#page-people.page-index .member-profile.is-active {
    padding-bottom: 696px
}

#page-people.page-index .member-profile-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff
}

#page-people.page-index .member-profile-link:hover {
    background-color: #193F67
}

#page-people.page-index .member-profile-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#page-people.page-index .member-profile-image:hover {
    opacity: .2
}

#page-people.page-index .member-profile-text {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 210px;
    height: 210px;
    text-align: center;
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    #page-people.page-index .member-profile-text {
        width: calc(50vw - 1.5rem);
        height: calc(50vw - 1.5rem)
    }
}

@media screen and (max-width: 768px) {
    #page-people.page-index .member-profile-role {
        font-size: 1.1rem
    }
}

#page-people.page-index .modal-member-profile {
    position: absolute;
    z-index: 1000;
    top: auto;
    left: 0;
    display: inline-block;
    display: none;
    margin-top: 210px;
    opacity: 1
}

@media screen and (max-width: 768px) {
    #page-people.page-index .modal-member-profile {
        margin-top: calc(50vw - 1.5rem)
    }
}

#page-people.page-index .modal-member-profile.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: swipeIn .5s ease-in-out;
    animation: swipeIn .5s ease-in-out
}

#page-people.page-index .modal-member-profile.is-invisible {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: swipeOut .3s ease-in-out;
    animation: swipeOut .3s ease-in-out;
    opacity: 0
}

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

@keyframes swipeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

@keyframes swipeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#page-people.page-index .btn-modal-member-profile-close {
    line-height: 0;
    position: absolute;
    z-index: 1001;
    top: -33px;
    right: -33px;
    padding: 23px;
    -webkit-animation: scaleIn .2s .1s ease-in-out;
    animation: scaleIn .2s .1s ease-in-out;
    border-radius: 78px;
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15)
}

@media screen and (max-width: 768px) {
    #page-people.page-index .btn-modal-member-profile-close {
        display: none
    }
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#page-people.page-index .btn-modal-member-profile-text-close {
    display: none
}

@media screen and (max-width: 768px) {
    #page-people.page-index .btn-modal-member-profile-text-close {
        line-height: 1.0rem;
        position: relative;
        display: inline-block;
        text-decoration: none;
        border: none;
        border-radius: 100px;
        display: block;
        padding: 21px 0;
        text-align: center;
        color: #000;
        background: #f1f1f1
    }

    #page-people.page-index .btn-modal-member-profile-text-close::after {
        position: absolute;
        top: 0;
        height: 100%;
        content: '';
        background: no-repeat 0 50%
    }
}

@media screen and (max-width: 768px) {
    #page-people.page-index .modal-member-profile-image {
        display: none
    }
}

#page-people.page-index .modal-member-profile-text-container {
    font-size: 1.4rem;
    line-height: 2;
    position: relative;
    overflow-y: scroll;
    width: 420px;
    /* height: 696px; */
    padding: 60px;
    background-color: #fafafa
}

@media screen and (max-width: 768px) {
    #page-people.page-index .modal-member-profile-text-container {
        width: calc(100vw - 3rem);
        /* height: 100%; */
        padding: 3rem
    }
}

#page-people.page-index .modal-member-profile-title-container {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left
}

@media screen and (max-width: 768px) {
    #page-people.page-index .modal-member-profile-title-container {
        margin-bottom: 1rem
    }
}

#page-people.page-index .modal-member-profile-name {
    margin-top: 0
}

#page-people.page-index .modal-member-profile-content-title {
    margin-bottom: 7px;
    color: #193F67
}

#page-people.page-index .modal-member-profile-content-text {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-people.page-index .modal-member-profile-content-text {
        margin-bottom: 1rem
    }
}

#page-people.page-show .article-header-ceo {
    margin-bottom: 110px;
    background-image: url(people/eyecatching-ceo-676ac047e9890522cb03fe8ad329da9f236f5416af71d99d3d09c2e20c05eb11.jpg)
}

@media screen and (max-width: 768px) {
    #page-people.page-show .article-header-ceo {
        margin-bottom: 5rem;
        background-position: 65% center
    }
}

#page-people.page-show .article-header-other {
    margin-bottom: 110px;
    background-image: url(people/eyecatching-other-66de9aff60c5e12bd988b67843be2cf8de490032790bbfe33d25f7d54fb9b6fc.jpg)
}

@media screen and (max-width: 768px) {
    #page-people.page-show .article-header-other {
        margin-bottom: 5rem
    }
}

#page-people.page-show .people-cover-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   max-width: 1200px;
    height: 550px;
    margin-bottom: 70px;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-cover-container {
        width: 100%;
        height: 17.5rem;
        margin-bottom: 3rem;
        background-position: center center;
        background-size: cover
    }
}

#page-people.page-show .ceo-cover-container {
    background-image: url(../img/people/ceo1-b403a947b5cb3dcd206dacc62a5e0cb7bc125f83a294ab9859d16aab0b3491e0.jpg)
}

@media screen and (max-width: 768px) {
    #page-people.page-show .ceo-cover-container {
        background-position: 30% center
    }
}

#page-people.page-show .toru-taniguchi-cover-container {
    background-image: url(../img/people/toru_taniguchi/cover-58690ba293a6b073eab00b452cbf458572e4b18fa54973375b758f560d569635.png);
    background-position: 70% center
}

@media screen and (max-width: 768px) {
    #page-people.page-show .toru-taniguchi-cover-container {
        background-position: 35% center
    }
}

#page-people.page-show .shintaro-suzuki-cover-container {
    background-image: url(../img/people/shintaro_suzuki/cover-2f1c3e2bee48a593eb39de1aa696182fe3fbb35a8b7c2d006495b654afcc9f99.png);
    background-position: 70% center
}

@media screen and (max-width: 768px) {
    #page-people.page-show .shintaro-suzuki-cover-container {
        background-position: 35% center
    }
}

#page-people.page-show .kengo-suzuki-cover-container {
    background-image: url(../img/people/kengo_suzuki/cover-22642865c4adc02604c9659c5e884feec0e0e98e8f1df5f5963727c93a054206.png);
    background-position: 70% center
}

@media screen and (max-width: 768px) {
    #page-people.page-show .kengo-suzuki-cover-container {
        background-position: 35% center
    }
}

#page-people.page-show .yuichiro-kaneko-cover-container {
    background-image: url(../img/people/yuichiro_kaneko/cover-ce71e7f40bfb534922912f901c5eb3145110db987102b7f4cc437b14e64b2ee3.png);
    background-position: 70% center
}

@media screen and (max-width: 768px) {
    #page-people.page-show .yuichiro-kaneko-cover-container {
        background-position: 35% center
    }
}

#page-people.page-show .people-cover-heading {
    width: 840px;
    margin: 0 auto 80px
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-cover-heading {
        width: 100%;
        margin-bottom: 4rem;
        padding: 0 1.5rem
    }
}

#page-people.page-show .people-cover-title {
    font-size: 3.6rem;
    width: 65%;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-cover-title {
        font-size: 1.5rem;
        width: 68vw;
        margin-bottom: 1rem
    }
}

#page-people.page-show .people-cover-position {
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px;
    color: #fff;
    background-color: #000
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-cover-position {
        font-size: .9rem;
        max-width: 66vw
    }
}

#page-people.page-show .people-cover-name {
    font-size: 3.0rem;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-cover-name {
        font-size: 1.5rem
    }
}

#page-people.page-show .people-message-section {
    width: 840px;
    margin: 0 auto 65px
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-message-section {
        width: 100%;
        margin: 0 auto 3rem;
        padding: 0 1.5rem
    }
}

#page-people.page-show .people-message-content-title {
    font-size: 2.2rem;
    margin-bottom: 70px
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-message-content-title {
        font-size: 1.4rem;
        margin-bottom: 1rem
    }
}

#page-people.page-show .people-message-content-text {
    line-height: 2
}

#page-people.page-show .people-message-content-text p {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-message-content-text {
        margin-bottom: 1rem
    }
}

#page-people.page-show .people-message-image {
    margin-bottom: 70px
}

@media screen and (max-width: 768px) {
    #page-people.page-show .people-message-image {
        margin-bottom: 3rem
    }
}

#page-people.page-show .list-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #page-people.page-show .list-interview {
        margin-bottom: 1rem
    }
}

#page-people.page-show .list-interview:last-child {
    margin-bottom: 0
}

#page-people.page-show .interviewer-name {
    font-weight: bold;
    line-height: 2.4;
    width: 4em;
    color: #193F67
}

#page-people.page-show .interviewer-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    color: #193F67
}

#page-people.page-show .interviewer-text p {
    line-height: 2.4
}

#page-people.page-show .interviewee-name {
    font-weight: bold;
    line-height: 2.4;
    width: 4em
}

#page-people.page-show .interviewee-name::before {
    content: '('
}

#page-people.page-show .interviewee-name::after {
    content: ')'
}

#page-people.page-show .interviewee-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

#page-people.page-show .interviewee-text p {
    line-height: 2.4
}

#page-environments.page-index .article-header-environments {
   max-width: 1200px;
    height: 504px;
    margin-bottom: 80px;
    background: url(../img/environments/culture/eyecatching-index-21cc84b0e8ce34c2eeeb6d5e4e63d649b9503c62cf95686c54a6d566db99aa25.jpg) ;
}

@media screen and (max-width: 768px) {
    #page-environments.page-index .article-header-environments {
        width: 100%;
        height: auto;
        margin-bottom: 4.25rem;
        padding-top: 70.66666667%;
        background-position: -2rem -8.3rem;
        background-size: 190%
    }
}

#page-environments.page-index .office-title {
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    #page-environments.page-index .office-title {
        margin-bottom: 1rem
    }
}

#page-environments.page-index .list-office-equipment {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

#page-environments.page-index .office-equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 420px
}

#page-environments.page-index .office-equipment:nth-child(2n+1) .office-equipment-content {
    border-right: dotted #d5d5d5 1px
}

@media screen and (max-width: 768px) {
    #page-environments.page-index .office-equipment {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%
    }

    #page-environments.page-index .office-equipment:nth-child(2n+1) .office-equipment-content {
        border-right: none
    }
}

#page-environments.page-index .office-equipment-image {
    width: 100%
}

#page-environments.page-index .office-equipment-content {
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 40px;
    background: #fafafa
}

#page-environments.page-index .office-equipment-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-environments.page-index .office-equipment-title {
        font-size: 1.2rem
    }
}

#page-environments.page-index .office-equipment-text {
    text-align: justify
}

#page-environments.page-show .article-header-benefits {
    margin-bottom: 110px;
    background-image: url(environments/eyecatching-benefits-6a348681884b25db24a51f521c1a3109f9dd0a8712436c6875a875cddb776643.jpg)
}

@media screen and (max-width: 768px) {
    #page-environments.page-show .article-header-benefits {
        margin-bottom: 5rem
    }
}

#page-environments.page-show .article-header-title-benefits {
    background: -webkit-linear-gradient(left, #193F67 300px, rgba(255, 102, 0, 0) 50%);
    background: linear-gradient(to right, #193F67 300px, rgba(255, 102, 0, 0) 50%)
}

@media screen and (max-width: 768px) {
    #page-environments.page-show .article-header-title-benefits {
        margin-bottom: 20px;
        padding-left: 30px;
        background: -webkit-linear-gradient(left, #193F67 0%, rgba(255, 102, 0, 0) 100%);
        background: linear-gradient(to right, #193F67 0%, rgba(255, 102, 0, 0) 100%)
    }
}

#page-environments.page-show .welfare-category-title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: solid #193F67 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    #page-environments.page-show .welfare-category-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        padding-bottom: 1.5rem
    }
}

#page-environments.page-show .welfare-category-title-text {
    margin-left: 20px
}

#page-environments.page-show .welfare-category-text {
    line-height: 2;
    margin-bottom: 5px
}

@media screen and (max-width: 768px) {
    #page-environments.page-show .welfare-category-text {
        margin-bottom: .5rem
    }
}

#page-environments.page-show .welfare-detail {
    line-height: 2;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: .07em
}

#page-environments.page-show .welfare-detail a {
    color: #000
}

@media screen and (max-width: 768px) {
    #page-environments.page-show .welfare-detail {
        font-size: 1.2rem
    }
}

#page-environments.page-show .welfare-preferential-category-container {
    color: #193F67
}

#page-environments.page-show .welfare-preferential-category-container:after {
    display: table;
    clear: both;
    content: ''
}

#page-environments.page-show .welfare-preferential-category-title {
    font-size: 1.5rem;
    float: left;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    #page-environments.page-show .welfare-preferential-category-title {
        font-size: 1.2rem
    }
}

#page-environments.page-show .welfare-preferential-category-text {
    font-size: 1rem;
    float: left;
    margin-top: 5px
}

#page-current-openings.page-show .article-header-current-openings {
    margin-bottom: 80px;
    background-image: url(../img/current-openings/eyecatching-show-fdeacd86d00940ebc8c547042f53313e58fba848fa8264d0426506edf97abdbe.jpg)
}

@media screen and (max-width: 768px) {
    #page-current-openings.page-show .article-header-current-openings {
        margin-bottom: 4.25rem;
        background-position: 80% center
    }
}

#page-current-openings.page-show .current-opening-article-introduction-subtitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    #page-current-openings.page-show .current-opening-article-introduction-subtitle {
        margin-bottom: 3rem
    }
}

#page-current-openings.page-show .job-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #193F67;
    border-bottom: solid #193F67 2px
}

@media screen and (max-width: 768px) {
    #page-current-openings.page-show .job-title {
        margin-bottom: 1rem
    }
}

#page-current-openings.page-show .list-job-detail {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 70px;
    padding-left: 1.5rem
}

@media screen and (max-width: 768px) {
    #page-current-openings.page-show .list-job-detail {
        margin-bottom: 3rem
    }
}

#page-current-openings.page-show .table-benefits {
    width: 100%;
    border-collapse: collapse
}

#page-current-openings.page-show .table-benefits tr {
    border-bottom: 1px #000 dotted
}

#page-current-openings.page-show .table-benefits tr:first-child th, #page-current-openings.page-show .table-benefits tr:first-child td {
    padding-top: 0
}

#page-current-openings.page-show .table-benefits th, #page-current-openings.page-show .table-benefits td {
    line-height: 2;
    padding: 8px 0;
    text-align: left
}

#page-current-openings.page-show .table-benefits th {
    width: 117px;
    vertical-align: top
}

#page-current-openings.page-show .table-benefits ul {
    margin: 0;
    padding: 0
}

#page-current-openings.page-show .table-benefits li {
    list-style: none
}

@media screen and (max-width: 768px) {
    #page-current-openings.page-show .table-benefits {
        width: 100%
    }

    #page-current-openings.page-show .table-benefits th {
        width: 7rem
    }
}

#page-entries .article-header-current-openings {
    margin-bottom: 80px;
    background-image: url(../img/current-openings/eyecatching-show-fdeacd86d00940ebc8c547042f53313e58fba848fa8264d0426506edf97abdbe.jpg)
}

@media screen and (max-width: 768px) {
    #page-entries .article-header-current-openings {
        margin-bottom: 4.25rem;
        background-position: 80% center
    }
}

#page-entries .entry-form-control-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

#page-entries .entry-form-label {
    width: 160px;
    margin-right: 30px;
    text-align: right;
    white-space: nowrap
}

@media screen and (max-width: 768px) {
    #page-entries .entry-form-label {
        width: 30%;
        margin-bottom: 1rem
    }
}

#page-entries .entry-form-required::after {
    margin-left: 5px;
    content: ''
}

#page-entries .entry-form-control {
    line-height: 2;
    display: block;
    width: 600px;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#page-entries .entry-form-control.is-textarea {
    height: 5rem
}

@media screen and (max-width: 768px) {
    #page-entries .entry-form-control {
        width: 60%
    }
}

#page-entries .entry-form-file {
    display: block;
    width: 600px
}

@media screen and (max-width: 768px) {
    #page-entries .entry-form-file {
        width: 60%
    }
}

#page-entries .entry-form-terms {
    line-height: 2;
    overflow-y: scroll;
    height: 360px;
    padding: 20px;
    padding-bottom: 50px;
    counter-reset: terms-subtitle;
    border: 1px solid #b3b3b3;
    border-radius: 4px
}

#page-entries .entry-form-terms p {
    margin-bottom: 10px
}

#page-entries .entry-form-terms th {
    text-align: left
}

#page-entries .entry-terms-title {
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    #page-entries .entry-terms-title {
        font-size: 1.4rem
    }
}

#page-entries .entry-terms-subtitle {
    font-size: 1.5rem
}

#page-entries .entry-terms-subtitle::before {
    padding-right: 4px;
    content: counter(terms-subtitle) ".";
    counter-increment: terms-subtitle
}

@media screen and (max-width: 768px) {
    #page-entries .entry-terms-subtitle {
        font-size: 1.4rem
    }
}

#page-entries .entry-button-container {
    text-align: center
}

#page-thanks .article-header-current-openings {
    margin-bottom: 80px;
    background-image: url(../img/current-openings/eyecatching-show-fdeacd86d00940ebc8c547042f53313e58fba848fa8264d0426506edf97abdbe.jpg)
}

@media screen and (max-width: 768px) {
    #page-thanks .article-header-current-openings {
        margin-bottom: 4.25rem;
        background-position: 80% center
    }
}

#page-landings.page-top {
    margin: 0;
    padding: 0;
    background: #fff
}

#page-landings.page-top .landing-top-header-container {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 68px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .landing-top-header-container {
        height: 5.9rem
    }
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .landing-top-header {
        line-height: 5.9rem
    }
}

#page-landings.page-top .main-arrow-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1040px;
    height: 100%;
    min-height: 100vh;
    background-color: #193F67
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .main-arrow-container {
        min-width: inherit;
        min-height: 100vh
    }
}

#page-landings.page-top .main-title-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .main-title-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#page-landings.page-top .main-title-message-container {
    position: absolute;
    top: 50vh;
    left: 100px;
    width: 50vw;
    margin-top: -25vh
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .main-title-message-container {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 2rem;
        padding: 0 5rem
    }
}

#page-landings.page-top .main-title-image {
    display: block;
    width: 81.5%;
    max-width: 677px;
    margin-bottom: 35px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .main-title-image {
        width: 100%;
        height: 100%
    }
}

#page-landings.page-top .main-message-content {
    font-size: 1.45rem;
    line-height: 1.9;
    display: block;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, 0.9)
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .main-message-content {
        font-size: .9rem;
        width: 100%;
        height: 100%;
        text-align: justify
    }

    #page-landings.page-top .main-message-content br {
        display: none
    }
}

#page-landings.page-top .mouse-container {
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 51px;
    height: 55px;
    margin-left: -25px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .mouse-container {
        display: none
    }
}

#page-landings.page-top .mouse-animation {
    position: absolute;
    display: block;
    -webkit-animation: scrollAnimate 3s ease-in-out infinite;
    animation: scrollAnimate 3s ease-in-out infinite
}

@-webkit-keyframes scrollAnimate {
    0% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    50% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%)
    }
    100% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
}

@keyframes scrollAnimate {
    0% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
    50% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%)
    }
    100% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%)
    }
}

#page-landings.page-top .main-title-copyright {
    font-size: 1.2rem;
    position: absolute;
    right: 38px;
    bottom: 35px;
    display: block;
    color: #fff
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .main-title-copyright {
        font-size: .6rem;
        right: 50%;
        width: 100%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        text-align: center
    }
}

#page-landings.page-top .face-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-top: 68px
}

#page-landings.page-top .face-area {
    position: relative;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .face-area {
        display: none
    }
}

#page-landings.page-top .face-column {
    line-height: 0;
    position: absolute;
    left: 50%
}

#page-landings.page-top .face-column:after {
    display: table;
    clear: both;
    content: ''
}

#page-landings.page-top .face-column img {
    position: relative;
    display: block;
    float: left;
    margin-right: -1px
}

#page-landings.page-top .face-column .face {
    line-height: 0;
    height: auto
}

#page-landings.page-top .main-arrow-canvas_container {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

#page-landings.page-top .arrow01 {
    position: absolute;
    display: block;
    top: 89px;
    right: 50%;
    width: 109px;
    height: 92px;
    margin-right: 515px
}

#page-landings.page-top .arrow02 {
    position: absolute;
    display: block;
    top: 379px;
    right: 50%;
    width: 73px;
    height: 130px;
    margin-right: 740px
}

#page-landings.page-top .arrow03 {
    position: absolute;
    display: block;
    top: 488px;
    right: 50%;
    width: 88px;
    height: 116px;
    margin-right: 327px
}

#page-landings.page-top .arrow04 {
    position: absolute;
    display: block;
    top: 706px;
    right: 50%;
    width: 50px;
    height: 117px;
    margin-right: 690px
}

#page-landings.page-top .arrow05 {
    position: absolute;
    display: block;
    top: 853px;
    right: 50%;
    width: 91px;
    height: 97px;
    margin-right: 238px
}

#page-landings.page-top .arrow06 {
    position: absolute;
    display: block;
    top: 136px;
    left: 50%;
    width: 117px;
    height: 87px;
    margin-left: 479px
}

#page-landings.page-top .arrow07 {
    position: absolute;
    display: block;
    top: 213px;
    left: 50%;
    width: 108px;
    height: 77px;
    margin-left: 690px
}

#page-landings.page-top .arrow08 {
    position: absolute;
    display: block;
    top: 465px;
    left: 50%;
    width: 62px;
    height: 65px;
    margin-left: 269px
}

#page-landings.page-top .arrow09 {
    position: absolute;
    display: block;
    top: 680px;
    left: 50%;
    width: 89px;
    height: 104px;
    margin-left: 348px
}

#page-landings.page-top .arrow10 {
    position: absolute;
    display: block;
    top: 843px;
    left: 50%;
    width: 73px;
    height: 58px;
    margin-left: 618px
}

#page-landings.page-top .iphone-container {
    line-height: 0;
    position: relative;
    left: 50%;
    display: block;
    width: 297px;
    margin-left: -145px
}

#page-landings.page-top .iphone-container.is-buruburu {
    -webkit-animation: buruburu .15s ease-in-out 0s 2;
    animation: buruburu .15s ease-in-out 0s 2
}

@-webkit-keyframes buruburu {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    4% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    5% {
        -webkit-transform: translate(-1px, -2px) scale(1);
        transform: translate(-1px, -2px) scale(1)
    }
    9% {
        -webkit-transform: translate(-1px, -2px) scale(1);
        transform: translate(-1px, -2px) scale(1)
    }
    10% {
        -webkit-transform: translate(1px, -4px) scale(1);
        transform: translate(1px, -4px) scale(1)
    }
    23% {
        -webkit-transform: translate(1px, -4px) scale(1);
        transform: translate(1px, -4px) scale(1)
    }
    24% {
        -webkit-transform: translate(0px, 0px scale(1));
        transform: translate(0px, 0px scale(1))
    }
    34% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    35% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    53% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    54% {
        -webkit-transform: translate(0px, -2px) scale(1);
        transform: translate(0px, -2px) scale(1)
    }
    63% {
        -webkit-transform: translate(0px, -2px) scale(1);
        transform: translate(0px, -2px) scale(1)
    }
    64% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    78% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    79% {
        -webkit-transform: translate(1px, -2px) scale(1);
        transform: translate(1px, -2px) scale(1)
    }
    81% {
        -webkit-transform: translate(1px, -2px) scale(1);
        transform: translate(1px, -2px) scale(1)
    }
    82% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@keyframes buruburu {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    4% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    5% {
        -webkit-transform: translate(-1px, -2px) scale(1);
        transform: translate(-1px, -2px) scale(1)
    }
    9% {
        -webkit-transform: translate(-1px, -2px) scale(1);
        transform: translate(-1px, -2px) scale(1)
    }
    10% {
        -webkit-transform: translate(1px, -4px) scale(1);
        transform: translate(1px, -4px) scale(1)
    }
    23% {
        -webkit-transform: translate(1px, -4px) scale(1);
        transform: translate(1px, -4px) scale(1)
    }
    24% {
        -webkit-transform: translate(0px, 0px scale(1));
        transform: translate(0px, 0px scale(1))
    }
    34% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    35% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    53% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    54% {
        -webkit-transform: translate(0px, -2px) scale(1);
        transform: translate(0px, -2px) scale(1)
    }
    63% {
        -webkit-transform: translate(0px, -2px) scale(1);
        transform: translate(0px, -2px) scale(1)
    }
    64% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    78% {
        -webkit-transform: translate(-2px, 3px) scale(1);
        transform: translate(-2px, 3px) scale(1)
    }
    79% {
        -webkit-transform: translate(1px, -2px) scale(1);
        transform: translate(1px, -2px) scale(1)
    }
    81% {
        -webkit-transform: translate(1px, -2px) scale(1);
        transform: translate(1px, -2px) scale(1)
    }
    82% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .iphone-container {
        width: 14.85rem;
        margin: 0;
        padding: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #page-landings.page-top .iphone-container img {
        width: 100%;
        height: auto
    }
}

#page-landings.page-top .iphone-screen {
    position: absolute;
    top: 57px;
    left: 44px;
    overflow: hidden;
    width: 203px;
    height: 361px;
    border: solid 1px #000;
    background-color: #193F67
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .iphone-screen {
        top: 2.8rem;
        left: 2.2rem;
        width: 10.2rem;
        height: 18.1rem
    }
}

#page-landings.page-top .category-introduction-section {
    padding: 100px 0 50px;
    text-align: center
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-introduction-section {
        padding: 4rem 0 3.5rem
    }
}

#page-landings.page-top .category-introduction-header {
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-introduction-header {
        margin-bottom: 3.5rem
    }
}

#page-landings.page-top .category-introduction-title {
    font-family: 'Microsoft YaHei', Lato, Helvetica, Microsoft YaHei, 'Microsoft YaHei', YuGothic, Meiryo, sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 10px;
    white-space: nowrap;
    letter-spacing: .06em
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-introduction-title {
        font-size: 3.1rem;
        margin-bottom: .15rem;
        letter-spacing: .03em
    }
}

#page-landings.page-top .category-introduction-subtitle {
    font-size: 1.6rem;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-introduction-subtitle {
        font-size: 1.2rem
    }
}

#page-landings.page-top .category-introduction-content {
    font-size: 1.6rem;
    line-height: 3.125;
    letter-spacing: .05em
}

#page-landings.page-top .category-introduction-content:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-introduction-content {
        font-size: 1.2rem;
        line-height: 1.75;
        padding: 0 1.5rem;
        letter-spacing: 0
    }

    #page-landings.page-top .category-introduction-content:not(:last-child) {
        margin-bottom: 2.7rem
    }
}

#page-landings.page-top .category-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 130px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-links {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 4rem 0 1.5rem
    }
}

#page-landings.page-top .category-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    -webkit-animation: none;
    animation: none;
    text-decoration: none
}

#page-landings.page-top .category-link:hover .category-image {
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

#page-landings.page-top .category-link:hover .category-link-symbol-image {
    -webkit-animation: linkArrowMove .7s ease-out infinite;
    animation: linkArrowMove .7s ease-out infinite
}

@-webkit-keyframes linkArrowMove {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    40% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    90% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes linkArrowMove {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    40% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    90% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

#page-landings.page-top .category-link:not(:last-child) .category-content {
    border-right: dotted 1px #d8d8d8
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-link {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 7.7rem;
        padding: 0 1.5rem
    }
}

#page-landings.page-top .category-image-container {
    overflow: hidden
}

#page-landings.page-top .category-image {
    width: 100%;
    height: 406px;
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    background: no-repeat 50% 50%;
    background-size: 100%
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-image {
        height: 16rem
    }
}

#page-landings.page-top .category-content {
    font-size: 1.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px 25px 50px;
    text-align: center;
    background: #fff
}

#page-landings.page-top .category-content p {
    line-height: 1.715;
    color: #000
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-content {
        font-size: 1.2rem;
        padding: 2rem 1.5rem 2.5rem
    }
    #page-landings.page-top .category-content p{
		font-size: 12px;
	}
}

#page-landings.page-top .category-content-title {
    font-size: 1.6rem;
    margin-bottom: 25px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-content-title {
        font-size: 1.2rem
    }
}

#page-landings.page-top .category-link-symbol {
    position: absolute;
    bottom: -29px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-left: -29px;
    border-radius: 100px;
    background: #fff
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .category-link-symbol {
        bottom: -2.6rem;
        width: 5.2rem;
        height: 5.2rem;
        margin-left: -2.6rem
    }

    #page-landings.page-top .category-link-symbol img {
        width: 1.5rem;
        height: 2rem
    }
}

#page-landings.page-top .message-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1040px;
    height: 1042px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .message-container {
        min-width: inherit
    }
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .message-container {
        height: 56.5rem
    }
}

#page-landings.page-top .company-container .category-links-container {
    background: url(top/company-container/bg-7c0490c13fba42ac3c600f5495bf9febc8725838d15e0676cae96e9744a9e88a.jpg);
    background-size: cover
}

#page-landings.page-top .comapny-mvv-link .category-image {
    background-image: url(top/company-container/mvv-7c29930cb471d620409521b20299b2a5812dd0da439d39c2c19e0904e9d158d6.jpg)
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .comapny-mvv-link .category-image {
        background-image: url(top/company-container/sp-mvv-e69711c735dce91a67d2ab1b0fe00afa65ad229274e0ea632457dd9a1ea762d3.jpg)
    }
}

#page-landings.page-top .comapny-business-link .category-image {
    background-image: url(top/company-container/business-795b4ae24e2e439038bf347fb097a867a5de3356b45b285f23ae4a523860de93.jpg)
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .comapny-business-link .category-image {
        background-image: url(top/company-container/sp-business-75da56124af43495d61cf88bda961f3b39e260b36c47ca432d878dabe0c5e753.jpg)
    }
}

#page-landings.page-top .comapny-profile-link .category-image {
    background-image: url(top/company-container/profile-7d7edb434162f35f1c6abb95192a98d21f78ad2848296e55709bb5331faa8bb5.jpg)
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .comapny-profile-link .category-image {
        background-image: url(top/company-container/sp-profile-c221989732d5aa5eecb2ee45f1bb123b04bc7d5a3df5dee219d2c343995bc850.jpg)
    }
}

#page-landings.page-top .people-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1040px;
    height: auto
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .people-container {
        min-width: inherit
    }
}

#page-landings.page-top .people-section-container {
    position: relative;
    padding: 155px 0 100px;
    /*background: url(../static/img/top/people-container/bg-edb38128a72a598aec4c3b283c6715ab3788804b7b0a875e4cfa7434e299b3a8.jpg);*/
    background-size: cover
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .people-section-container {
        padding: 0rem 0 4rem;
        text-align: center
    }
}

#page-landings.page-top .people {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 110px
}

#page-landings.page-top .people:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .people {
        margin-bottom: 5rem
    }
}

#page-landings.page-top .people-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .people-title {
        font-size: 1.2rem;
        margin-bottom: 2.5rem
    }
}

#page-landings.page-top .people-subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .people-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2.5rem
    }
}

#people  .people  p {
    font-size: 1.4rem;
    line-height: 1.715;
    max-width: 585px;
    margin-bottom: 33px
}
/* 
#people  .people  p:nth-child(2) {
    max-width: 500px
} */

@media screen and (max-width: 768px) {
    #people  .people  p {
        font-size: 1.2rem;
        max-width: auto;
        margin: 0 3.5rem 2.5rem
    }
}

#page-landings.page-top .people-inteview-container {
    position: relative;
    padding: 40px;
    text-align: center;
    background: #fff
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .people-inteview-container {
        margin: 0 1.5rem;
        padding: 2.5rem 2rem
    }
}

#page-landings.page-top .list-member-inteview {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0
}

#page-landings.page-top .member-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; */
    width: 100%;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #d8d8d8;
    background: #fbfbfb
}

#page-landings.page-top .member-interview:nth-last-child(1) {
    border-bottom: none
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .member-interview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 20rem;
        margin-bottom: 2rem;
        border-bottom: none
    }

    #page-landings.page-top .member-interview:last-child {
        margin-bottom: 0
    }
}

#page-landings.page-top .member-interview-thumbnail-container {
    position: relative;
    overflow: hidden;
	width: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .member-interview-thumbnail-container {
        width: 100%;
    }
}

#page-landings.page-top .member-interview-thumbnail {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    /* #page-landings.page-top .member-interview-thumbnail {
        top: -30vw;
        top: -20vw;
        left: 0;
        left: 0;
        height: 80vw;
        height: 80vw
    } */
}

#page-landings.page-top .member-inteview-content {
    /* width: 280px;
    height: 250px; */
    padding: 20px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .member-inteview-content {
        width: 100%;
        /* height: 17rem; */
        padding: 1.5rem 0;
    }
}

#page-landings.page-top .member-interview-title {
    font-weight: normal;
    margin-bottom: 10px
}

#page-landings.page-top .member-interview-title br {
    display: none
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .member-interview-title {
        font-size: 1.4rem;
        line-height: 1.3
    }
}

#page-landings.page-top .member-interview-name {
    font-size: 1.6rem;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .member-interview-name {
        font-size: 1.2rem
    }
}

#page-landings.page-top .member-interview-job {
    margin-bottom: 15px
}

#page-landings.page-top .member-interview-job p {
    font-size: 1.2rem
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .member-interview-job p {
        font-size: 1rem;
        line-height: 1.3
    }
}

#page-landings.page-top .member-interview-link-container::before {
    margin-right: 7px
}

#page-landings.page-top .people-section-ceo-image-container {
    position: relative
}

@media screen and (max-width: 768px) {
    /* #page-landings.page-top .people-section-ceo-image-container {
        position: absolute;
        top: -240vw;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 70vw;
        background: #fff
    } */
}

#page-landings.page-top .people-section-ceo-image {
	position: absolute;
	top: 50%;
    right: -210px;
    transform: translateY(-50%);
	z-index: 5;
}

@media screen and (max-width: 768px) {
	#page-landings.page-top .people-section-ceo-image {
		position: static;
        top: auto;
        right: auto;
        transform: translateY(0%); 
    max-width: 90%;

	}
}
#page-landings.page-top .environment-container .category-links-container {
    background: url(top/environment-container/bg-b9b31f06c90d105d776d2b6a5d5150113c3f0ad3b45b1df5e1f57f336af0528c.jpg);
    background-size: cover
}

#page-landings.page-top .environment-category-content-title {
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .environment-category-content-title {
        font-size: 1.2rem
    }
}

#page-landings.page-top .enrironment-benefits-link .category-image {
    background-image: url(top/environment-container/benefits-2433129145a6631570bc24ab99cd4202c28f244b2293b865ee9a69655966f97f.jpg)
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .enrironment-benefits-link .category-image {
        background-image: url(top/environment-container/sp-benefits-b05709a07495f5bca6f24bc2146e6fbc5ff567a4531a1d2bdcbd3949569384d0.jpg)
    }
}

#page-landings.page-top .enrironment-culture-link .category-image {
    background-image: url(top/environment-container/culture-9d297c6dd0e25663eb301f01a327d3b6c6e69e1ad82806431e359f901d3fabda.jpg)
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .enrironment-culture-link .category-image {
        background-image: url(top/environment-container/sp-culture-2f1d139849cceba1f1e7083b28c4ab2bbbbde39f349611d8c7a7c4c9717b4296.jpg)
    }
}

#page-landings.page-top .enrironment-office-link .category-image {
    background-image: url(top/environment-container/office-7ec50bd5997a18612b4f0cce2a9b6187c681fc837349dda3504b0c340e3e49e0.jpg)
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .enrironment-office-link .category-image {
        background-image: url(top/environment-container/sp-office-1b593fc27ead90155745261277403699213323430d5dfbef962ae00bd6a9b881.jpg)
    }
}

#page-landings.page-top .current-opening-note {
    font-size: 1.4rem;
    line-height: 1.715;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .current-opening-note {
        font-size: 1rem;
        line-height: 1.4;
        padding: 0 1.5rem
    }
}

#page-landings.page-top .current-opening-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 67px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .current-opening-list-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 auto 2rem;
        padding: 0 2rem
    }
}

#page-landings.page-top .current-opening-list {
    margin: 0
}

#page-landings.page-top .current-opening-group-title-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    margin-bottom: 30px;
    background: url(top/current-openings-container/group-title-bg-54e509b0e3d10ce86c7da7e2672448848468367e1fe91433dd77532c65846257.png) no-repeat;
    background-size: contain
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .current-opening-group-title-container {
        width: 100%;
        height: 4.2rem;
        margin-bottom: 2rem;
        background-image: url(top/current-openings-container/sp-group-title-bg-b902257c56111eef43b0958cf4e7c2ddae0278edf79c25a0b2847fb1057b92e1.png)
    }
}

#page-landings.page-top .current-opening-group-title {
    font-size: 1.8rem;
    font-weight: normal;
    color: #193F67
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .current-opening-group-title {
        font-size: 1.2rem;
        line-height: 4rem;
        width: 100%;
        text-align: center
    }

    #page-landings.page-top .current-opening-group-title::after {
        position: absolute;
        right: 1.5rem;
        width: 1.2rem;
        height: 3.8rem;
        content: '';
        background: no-repeat center center;
        background-size: contain
    }

    #page-landings.page-top .current-opening-group-title:not(.is-active)::after {
        background-image: url(top/current-openings-container/sp-group-open-8929f554640856c9b5f4e36170eee81638dfc7bcd05b609a4c32bb52fd1efe61.png)
    }

    #page-landings.page-top .current-opening-group-title.is-active::after {
        background-image: url(top/current-openings-container/sp-group-close-51eb5925073efaa87f35fb6c66296f3fab4f4e3875ab5e3d60a2cd12dbef25e6.png)
    }
}

#page-landings.page-top .current-opening-title-list {
    margin-bottom: 30px;
    padding: 0
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .current-opening-title-list {
        margin-bottom: 2rem
    }

    #page-landings.page-top .current-opening-title-list.is-visible {
        display: block
    }

    #page-landings.page-top .current-opening-title-list.is-invisible {
        display: none
    }
}

#page-landings.page-top .current-opening-title {
    font-size: 1.6rem;
    line-height: 2.5;
    display: block;
    text-align: left;
    letter-spacing: .05em
}

#page-landings.page-top .current-opening-title::before {
    margin-right: 7px
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .current-opening-title {
        font-size: 1.2rem
    }
}

#page-landings.page-top .current-opening-entry-link-container {
    width: 1000px;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width: 768px) {
    #page-landings.page-top .current-opening-entry-link-container {
        width: 100%;
        padding: 0 1.5rem
    }
}

.has-brand-color {
    color: #193F67
}

.is-hidden {
    display: none
}

.is-text-center {
    text-align: center
}

.is-text-right {
    text-align: right
}

.is-appear-later {
    -webkit-transition: opacity .6s ease-out .2s;
    transition: opacity .6s ease-out .2s
}

.is-appear-later.is-delay1 {
    -webkit-transition: opacity 0.6s ease-out 0.3s;
    transition: opacity 0.6s ease-out 0.3s
}

.is-appear-later.is-delay2 {
    -webkit-transition: opacity 0.6s ease-out 0.4s;
    transition: opacity 0.6s ease-out 0.4s
}

.is-appear-later.is-delay3 {
    -webkit-transition: opacity 0.6s ease-out 0.5s;
    transition: opacity 0.6s ease-out 0.5s
}

.is-appear-later.is-delay4 {
    -webkit-transition: opacity 0.6s ease-out 0.6s;
    transition: opacity 0.6s ease-out 0.6s
}

.is-appear-later.is-delay5 {
    -webkit-transition: opacity 0.6s ease-out 0.7s;
    transition: opacity 0.6s ease-out 0.7s
}

.is-appear-later.is-delay6 {
    -webkit-transition: opacity 0.6s ease-out 0.8s;
    transition: opacity 0.6s ease-out 0.8s
}

.is-appear-later.is-delay7 {
    -webkit-transition: opacity 0.6s ease-out 0.9s;
    transition: opacity 0.6s ease-out 0.9s
}

.is-appear-later.is-delay8 {
    -webkit-transition: opacity 0.6s ease-out 1s;
    transition: opacity 0.6s ease-out 1s
}

.is-appear-later.is-delay9 {
    -webkit-transition: opacity 0.6s ease-out 1.1s;
    transition: opacity 0.6s ease-out 1.1s
}

.is-appear-later.is-delay10 {
    -webkit-transition: opacity 0.6s ease-out 1.2s;
    transition: opacity 0.6s ease-out 1.2s
}

.is-appear-later.is-delay11 {
    -webkit-transition: opacity 0.6s ease-out 1.3s;
    transition: opacity 0.6s ease-out 1.3s
}

.is-appear-later.is-delay12 {
    -webkit-transition: opacity 0.6s ease-out 1.4s;
    transition: opacity 0.6s ease-out 1.4s
}

.is-appear-later.is-delay13 {
    -webkit-transition: opacity 0.6s ease-out 1.5s;
    transition: opacity 0.6s ease-out 1.5s
}

.is-appear-later.is-delay14 {
    -webkit-transition: opacity 0.6s ease-out 1.6s;
    transition: opacity 0.6s ease-out 1.6s
}

.is-appear-later.is-delay15 {
    -webkit-transition: opacity 0.6s ease-out 1.7s;
    transition: opacity 0.6s ease-out 1.7s
}

.is-appear-later.is-delay16 {
    -webkit-transition: opacity 0.6s ease-out 1.8s;
    transition: opacity 0.6s ease-out 1.8s
}

.is-appear-later.is-delay17 {
    -webkit-transition: opacity 0.6s ease-out 1.9s;
    transition: opacity 0.6s ease-out 1.9s
}

.is-appear-later.is-delay18 {
    -webkit-transition: opacity 0.6s ease-out 2s;
    transition: opacity 0.6s ease-out 2s
}

.is-appear-later.is-delay19 {
    -webkit-transition: opacity 0.6s ease-out 2.1s;
    transition: opacity 0.6s ease-out 2.1s
}

.is-appear-later.is-delay20 {
    -webkit-transition: opacity 0.6s ease-out 2.2s;
    transition: opacity 0.6s ease-out 2.2s
}

.is-appear-later.is-delay21 {
    -webkit-transition: opacity 0.6s ease-out 2.3s;
    transition: opacity 0.6s ease-out 2.3s
}

.is-appear-later.is-delay22 {
    -webkit-transition: opacity 0.6s ease-out 2.4s;
    transition: opacity 0.6s ease-out 2.4s
}

.is-appear-later.is-delay23 {
    -webkit-transition: opacity 0.6s ease-out 2.5s;
    transition: opacity 0.6s ease-out 2.5s
}

.is-appear-later.is-delay24 {
    -webkit-transition: opacity 0.6s ease-out 2.6s;
    transition: opacity 0.6s ease-out 2.6s
}

.is-appear-later.is-delay25 {
    -webkit-transition: opacity 0.6s ease-out 2.7s;
    transition: opacity 0.6s ease-out 2.7s
}

.is-appear-later.is-delay26 {
    -webkit-transition: opacity 0.6s ease-out 2.8s;
    transition: opacity 0.6s ease-out 2.8s
}

.is-appear-later.is-delay27 {
    -webkit-transition: opacity 0.6s ease-out 2.9s;
    transition: opacity 0.6s ease-out 2.9s
}

.is-appear-later.is-delay28 {
    -webkit-transition: opacity 0.6s ease-out 3s;
    transition: opacity 0.6s ease-out 3s
}

.is-appear-later.is-delay29 {
    -webkit-transition: opacity 0.6s ease-out 3.1s;
    transition: opacity 0.6s ease-out 3.1s
}

.is-appear-later.is-delay30 {
    -webkit-transition: opacity 0.6s ease-out 3.2s;
    transition: opacity 0.6s ease-out 3.2s
}

.is-appear-later.is-opacity-full {
    opacity: 1
}

.is-appear-later.is-opacity-zero {
    opacity: 0
}

@media screen and (max-width: 768px) {
    .is-appear-later.is-opacity-zero {
        opacity: 1
    }
}

.recruit-header-container {
    position: fixed;
    top: 0;
    z-index: 10;
}

.recruit-breadcrumbs-container {
    margin-top: 80px;
}

span.ssa a:hover {
    color: #193F67;
}

.ssd {
    padding-right: 20px;
}

a {
    text-decoration: none;
}

.weui-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newsitem .imgbox {
    width: 38%;
    margin-right: 2.5vw;
    overflow: hidden;
    display: block;
}

.weui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.weui-cell_primary {
    min-width: 1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.newsitem .imgbox img {
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsitem .h1 {
    font-size: 20px;
    color: #333;
    font-family: 'DIN';
    margin-bottom: 2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsitem .h2 {
    font-size: 14px;
    color: #666;
    line-height: 1.571;
    margin-bottom: 1.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsitem .btn-size-middle{
    padding: 15px 50px 15px 30px;
}

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

.newsitem .bottom .idxbtn1{
    line-height: 100px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    color: #000;
    background: #f1f1f1;
}

.newsitem .bottom .date {
    font-size: 12px;
    color: #666;
}

@media (max-width: 1000px){
    .newsitem .h2 {
        margin-bottom: 3vw;
    }
}




.page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
}

.page a {
    width: 50px;
    height: 50px;
    padding: 10px 20px;
    /* border-radius: 50%; */
    background: #e6e6e6;
    /* font-weight: 600; */
    margin: 0px 5px;
    color: #828282;
}


.page a.active, .page a:hover {
    background: #193f67;
    color: #fff;
}

.index5 {
    background: url(../img/idx5bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 84px 0;
}

.index5 {
    padding: 60px 0;
}

.container {
    width: auto;
    margin: 0 15px;
    padding: 0;
}

.idx5box {
    display: flex;
    align-items: center;
}

.idx5left {
    width: 43%;
    background: #fff;
    padding: 60px 40px 50px;
}

.idx5left .h1 {
    font-size: 26px;
    color: #333;
    line-height: 1;
    margin-bottom: 18px;
    font-family: 'DIN';
}

.idx5left .h2 {
    font-size: 14px;
    color: #333;
    line-height: 1.714;
    margin-bottom: 35px;
}

.idx5left input {
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    background: #f7f7f7;
    font-size: 13px;
    padding: 0 14px;
    color: #333;
    margin-bottom: 20px;
    border: 0px;
}

.idx5left textarea {
    display: block;
    width: 100%;
    height: 116px;
    border-radius: 4px;
    background: #f7f7f7;
    padding: 14px;
    color: #333;
    margin-bottom: 24px;
    font-size: 13px;
    border: 0px;
}

input, textarea, button, select, radio {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

.idx5left .btn1 {
    width: 188px;
    line-height: 52px;
    border: 1px solid #bbbbbb;
    text-align: center;
    font-size: 16px;
    color: #1e1e1e;
    background: #fff;
    font-family: 'DIN';
    transition: all 0.3s ease;
    position: relative;
    z-index: 0;
}

.idx5left .btn1:after {
    content: '';
    background: #699cff;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
}

.idx5right {
    width: 37%;
    margin-left: 13.8%;
}

.idxtitle {
    text-align: center;
}

.idx5right .idxtitle {
    text-align: left;
    margin-bottom: 6.5vw;
}

.idxtitle .h1 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'DIN';
    line-height: 1;
}

.idx5right .idxtitle .h1 {
    color: #fff;
}

.idx5right .idxtitle .line {
    background: #fff;
}

.idxtitle .line {
    width:40px;
    height: 2px;
    background: #699cff;
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
}

.idx5right .address {
    font-size: 22px;
    color: #fff;
    margin-bottom: 3.5vw;
}

.idx5right .infobox .item:not(:last-child) {
    margin-bottom: 1.75vw;
}
.idx5right .infobox .item {
    display: flex;
    align-items: flex-start;
}

.idx5right .infobox .item img {
    margin-right: 15px;
    width: 20px;
    margin-top: 6px;
}

.idx5right .infobox .item .txt {
    flex: 1;
    font-size: 16px;
    color: #fff;
    line-height: 1.778;
}


.news2top {
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #bbbbbb;
    margin-bottom: 0.35rem;
}

.news2top .h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 18px;
}

.news2top .h2 {
    font-size: 12px;
    color: #666;
}



.pagecontent p img {
    margin-top: 40px;
}

.news2bottom {
    padding: 0 8.5vw;
    margin-top: 35px;
}

.news2bottom .item {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%;
    background: #ffffff;
    font-size: 0;
    text-align: left;
    transition: all 0.3s ease;
}

.news2bottom .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 13px;
    position: relative;
    margin: 0 12px;
}

.news2bottom .item .icon img:nth-child(2){
    display: none;
}

.news2bottom .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #111;
    font-family: 'DIN';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    transition: all 0.3s ease;
}

@media (max-width: 1000px){
    .idx5left {
        width: 52%;
    }
    .idx5right {
        width: 42%;
        margin-left: 6%;
    }
}


@media (max-width: 767px){
    .news2bottom .item {
    width: 50%;
    /* line-height: 0.8rem; */
    border-top: 1px solid #ededed;
}
.pagecontent p{
    font-size: 12px;
}
.news2bottom .item span {
    font-size: 13px;
}
    .news2top .h1 {
        font-size: 16px;
    }
    .idx5left .h1 {
        font-size: 24px;
    }
    .idx5right .infobox .item .txt {
        font-size: 13px;
    }
    .idx5right .infobox .item img {
        width: 14px;
        margin-top: 4px;
    }
    .idx5right .address {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .idxtitle .h1 {
        font-size: 20px;
    }
    .idx5right {
        margin: 0;
        width: 100%;
        margin-top: 15px;
    }
    .pagecontent p img {
        margin-top: 20px;
    }
    .idx5left .btn1 {
        font-size: 13px;
        width: 120px;
    }
    .idx5right .idxtitle {
        margin-bottom: 15px;
    }
    .idx5left textarea {
        height: 120px;
        padding: 10px;
    }
    .idx5left input {
        height: 36px;
        padding: 0 10px;
    }
    .newsitem {
        display: block;
    }
    .idx5left .h2 {
        font-size: 12px;
    }
    
    .newsitem .imgbox {
        width: 100%;
    }
    .idx5left {
        width: 100%;
        padding: 40px;
    }
    .idx5box {
        display: block;
    }
    .newsitem .h1 {
        font-size: 14px;
        margin: 15px 0;
    }
    .newsitem .h2 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .newscon .idxbtn1 {
        width: 100px;
    }
    .newscon .idxbtn1 span {
        font-size: 12px;
    }
    .newscon .idxbtn1 .icon {
        width: 10px;
        height: 6px;
    }
    .page a {
        padding: 8px 10px !important;
    }
}


