@charset "UTF-8";

/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;;
    color: #000;
}

a {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
}

/* =Shared components
-------------------------------------------------------------- */

@media (max-width: 767px) {
    .margin-top-xs {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .margin-top-sm {
        margin-top: 20px;
    }
}

.sns-widgets-wrapper {
    margin: 20px 20px 30px;
    font-size: 13px;
}

.sns-widgets-wrapper:after {
    clear: both;
}

.sns-widgets-wrapper:before,
.sns-widgets-wrapper:after {
    content: "";
    display: table;
}

@media (min-width: 768px) {
    .sns-widgets-wrapper {
        width: 750px;
        margin: 20px auto 30px;
    }
}

@media (min-width: 992px) {
    .sns-widgets-wrapper {
        width: 970px;
        margin: 20px auto 30px;
    }
}

@media (min-width: 1200px) {
    .sns-widgets-wrapper {
        width: 1000px;
        margin: 20px auto 30px;
    }
}

.sns-widgets {
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .sns-widgets.collapse {
        display: block !important;
        float: right;
    }
}

.sns-widgets:after {
    clear: both;
}

.sns-widgets:before,
.sns-widgets:after {
    content: "";
    display: table;
}

.sns-widgets > li {
    height: 23px;
    float: left;
    margin: 20px 10px 0 0;
}

.sns-widgets img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}

.sns-widget-hatena {
    width: 50px;
    overflow: hidden;
}

.sns-widget-twitter-tweet {
    width: 100px;
    overflow: hidden;
}

.sns-widget-facebook-page {
    margin-top: 20px;
    background: #FFF;
    padding: 9px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

/* =Layout
-------------------------------------------------------------- */

.hide-text {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#navbar-header {
    background-color: #FFF;
    border-bottom: solid 1px #000;
    border-radius: 0;
    margin-bottom: 0;
}
#navbar-header .navbar-brand {
    display: inline-block;
    float: left;
    padding: 15px 15px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
@media (max-width: 767px) {
    #navbar-header .navbar-brand {
        padding: 10px 15px;
    }
}
#navbar-header .navbar-brand > a {
    display: block;
}
#navbar-header .navbar-text {
    color: #888;
    font-size: 11px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer {
    background: #333333;
    padding: 30px 0;
    margin-top: 100px;
    text-align: center;
}
#footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 auto 10px;
}
#footer-nav > li {
    display: inline-block;
    margin-left: -5px;
    margin-right: 15px;
}
#footer-nav > li > a {
    display: block;
    padding: 5px;
    font-size: 11px;
    color: #ddd;
}

.big5-container {
    position: relative;
    top: 0;
}
.big5-container .wrapper {
    margin: 0 auto;
    text-align: center;
}
.kanban-wrapper {
    width: 100%;
}
.kanban {
    height: 291px;
    background-image: url(../img/kanban_sp.jpg);
    -webkit-background-size: 320px 291px;
         -o-background-size: 320px 291px;
            background-size: 320px 291px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
}
.introduction {
    height: 12px;
    background-image: url(../img/ttl_introduction_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 172px 12px;
         -o-background-size: 172px 12px;
            background-size: 172px 12px;
    background-position: center;
}
.interview {
    height: 12px;
    margin-bottom: -60px;
    background-image: url(../img/ttl_interview_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 127px 12px;
         -o-background-size: 127px 12px;
            background-size: 127px 12px;
    background-position: center;
}
.comment {
    height: 12px;
    margin: 40px 0 0;
    background-image: url(../img/ttl_comment_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 203px 12px;
         -o-background-size: 203px 12px;
            background-size: 203px 12px;
    background-position: center;
}
.section-header {
    padding: 100px 0 0;
    margin-bottom: 20px;
}
.paragraph-bordered {
    position: relative;
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
    color: #333;
}
.paragraph-bordered:before {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -35px;
    border-top: solid 1px #000;
}
.paragraph-bordered:last-child:after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -45px;
    border-top: solid 1px #000;
}

.interview-bar-wrapper {
    margin-bottom: 2px;
    padding-top: 15px;
}
.interview-bar-wrapper[data-index="1"] {
    padding-top: 0;
    background-color: #e8ffda;
}
.interview-bar-wrapper[data-index="2"] {
    background-color: #d6d7ff;
}
.interview-bar-wrapper[data-index="3"] {
    background-color: #ddfaf7;
}
.interview-bar-wrapper[data-index="4"] {
    background-color: #f9f0d4;
}
.interview-bar-wrapper[data-index="5"] {
    background-color: #ffe4dc;
}
.interview-bar-wrapper[data-index="6"] {
    background-color: #ccc;
}
.interview-bar {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 320px 42px;
}
.interview-bar-wrapper[data-index="1"] .interview-bar {
    background-image: url(../img/bg_interview_01_sp.png);
}
.interview-bar-wrapper[data-index="2"] .interview-bar {
    background-image: url(../img/bg_interview_02_sp.png);
}
.interview-bar-wrapper[data-index="3"] .interview-bar {
    background-image: url(../img/bg_interview_03_sp.png);
}
.interview-bar-wrapper[data-index="4"] .interview-bar {
    background-image: url(../img/bg_interview_04_sp.png);
}
.interview-bar-wrapper[data-index="5"] .interview-bar {
    background-image: url(../img/bg_interview_05_sp.png);
}
.interview-bar-wrapper[data-index="6"] .interview-bar {
    background-image: url(../img/bg_interview_06_sp.png);
}
.interview-wrapper h3 {
    height: 132px;
    background-size: 290px 132px;
    background-repeat: no-repeat;
    background-position: center top;
}
.interview-bar-wrapper[data-index="1"] h3 {
    height: 161px;
    background-image: url(../img/name_interview_01_sp.png);
    background-size: 290px 161px;
}
.interview-bar-wrapper[data-index="2"] h3 {
    background-image: url(../img/name_interview_02_sp.png);
}
.interview-bar-wrapper[data-index="3"] h3 {
    background-image: url(../img/name_interview_03_sp.png);
}
.interview-bar-wrapper[data-index="4"] h3 {
    background-image: url(../img/name_interview_04_sp.png);
}
.interview-bar-wrapper[data-index="5"] h3 {
    background-image: url(../img/name_interview_05_sp.png);
}
.interview-bar-wrapper[data-index="6"] h3 {
    background-image: url(../img/name_interview_06_sp.png);
}
.interview-bar .interview-link {
    padding: 20px 15px 50px;
}
.interview-bar .interview-link li {
    margin-bottom: 20px;
    padding-left: 10px;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 9px 14px;
}
.interview-bar .interview-link li.link-disabled {
    background-image: url(../img/icon_arrow_disabled.png);
}
.interview-link a,
.interview-link li > span {
    display: inline-block;
    padding-left: 7px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}
.interview-link li > span {
    color: #666;
}
.interview-link .open-date {
    padding: 0 2px;
    background-color: #666;
    color: #fff;
    font-size: 10px;
}
.interview-bar a:hover {
    color: #777;
}
.interview-bar a br {
    display: none;
}
.editor-image {
    margin-bottom: 50px;
}
.editor-image img {
    width: 125px;
    height: 125px;
}
.editor-comment p {
    margin: 20px 40px 0;
    line-height: 2.2;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
}
.editor-comment p:first-child {
    margin-top: 0;
}
.editor-comment p > span {
    display: block;
    margin-bottom: 5px;
}
.editor-comment .profile {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
}

#facebooklike {
    display: flex;
    margin: 20px;
}
#facebooklike > img {
    display: none;
}
#facebooklike > div {
    flex-grow: 1;
    padding-top: 30px;
    text-align: center;
    color: #999;
    font-size: 12px;
    background-color: #2b2b2b;
}
#facebooklike > div p {
    margin: 20px 0;
}
#facebooklike > div p:first-child {
    margin-top: 0;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
}
#kencareer {
    margin: 20px;
    border: solid 1px #000;
    border-top: solid 6px #000;
    text-align: left;
    font-size: 14px;
}
.event-ken {
    padding: 25px 20px 20px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #000;
    background-image: url(../img/img_ken.png);
    background-size: 197px 224px;
    background-position: bottom 0 right 20px;
    background-repeat: no-repeat;
}
#kencareer h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.8;
}
#kencareer p {
    line-height: 1.5;
}
#kencareer p br {
    display: none;
}
#kencareer ul {
    padding: 25px;
    font-size: 12px;
    list-style: disc outside;
}
#kencareer li {
    margin-top: 15px;
    line-height: 1.3;
}
#kencareer li:first-child {
    margin-top: 0;
}
#kencareer .btn-apply {
    margin-bottom: 20px;
}
#kencareer .btn-apply a {
    display: inline-block;
    padding: 20px;
    border-radius: 4px;
    background-color: #02386d;
    text-decoration: none;
    color: #fff;
}
#kencareer .btn-apply a:hover {
    opacity: 0.9;
}
#kencareer h3 {
    margin: 30px 0 15px;
    font-size: 18px;
}
.about-ken {
    padding: 30px 20px 20px 20px;
}
#kencareer .about-ken h3:first-child {
    margin-top: 0;
}
.about-ken .profile {
    color: #696969;
    font-size: 12px;
}
.about-ken .sns-account {
    margin-top: 10px;
    font-size: 13px;
}
.about-ken .article-ken a {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}
.about-ken .list-ken {
    font-size: 12px;
    text-align: right;
}


small {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
}
.ref {
    display: block;
    margin-top: 10px;
}
.signature {
    display: block;
    margin-top: 25px;
    padding-top: 5px;
    border-top: solid 1px #000;
    text-align: right !important;
    font-family: 'Volkhov', 'Arial', serif;
    font-style: italic;
    font-size: 13px;
}

.backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #000;
    cursor: pointer;
    line-height: 60px;
    opacity: 0;
    transition: all ease-out .3s;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}
.backtop:before,
.backtop:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    display: block;
    height: 3px;
    width: 10px;
    background-color: #fff;
}
.backtop:before {
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.backtop:after {
    margin-left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.backtop.show {
    opacity: 0.7;
    transform: translate(0, -60px);
}
.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    #navbar-header {
        min-height: 60px;
    }
    .section-header {
        padding: 100px 0 75px;
    }
    .kanban {
        height: 485px;
        background-image: url(../img/kanban_pc.jpg);
        -webkit-background-size: 1000px 485px;
             -o-background-size: 1000px 485px;
                background-size: 1000px 485px;
    }
    .introduction {
        height: 22px;
        margin: 20px auto;
        background-image: url(../img/ttl_introduction.png);
        background-repeat: no-repeat;
        -webkit-background-size: 305px 22px;
             -o-background-size: 305px 22px;
                background-size: 305px 22px;
        background-position: center;
    }
    .interview {
        height: 22px;
        margin-bottom: -60px;
        background-image: url(../img/ttl_interview.png);
        background-repeat: no-repeat;
        -webkit-background-size: 226px 22px;
             -o-background-size: 226px 22px;
                background-size: 226px 22px;
        background-position: center;
    }
    .comment {
        height: 22px;
        margin: 40px 0 0;
        background-image: url(../img/ttl_comment.png);
        background-repeat: no-repeat;
        -webkit-background-size: 360px 22px;
             -o-background-size: 360px 22px;
                background-size: 360px 22px;
        background-position: center;
    }
    .nav-header {
        width: 220px;
        height: 22px;
        position: absolute;
        top: -22px;
        left: 0;
        background-image: url(../img/nav_ttl.png);
        background-repeat: no-repeat;
        -webkit-background-size: 175px 22px;
             -o-background-size: 175px 22px;
                background-size: 175px 22px;
        background-position: center;
    }
    .nav-wrapper {
        width: 220px;
        display: none;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 10;
    }
    .big5-nav {
        position: relative;
        padding: 25px;
        background-color: #f8f8f8;
    }
    .nav-list li {
        height: 20px;
        margin-top: 18px;
        padding-left: 20px;
        background-image: url(../img/icon_arrow.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        background-size: 9px 14px;
        text-decoration: none;
    }
    .nav-list li:first-child {
        margin-top: 0;
    }
    .nav-list a {
        display: block;
        height: 20px;
    }
    .nav-list [data-anchor="#introduction"] {
        width: 131px;
        background-image: url(../img/nav_ttl_introduction.png);
        background-repeat: no-repeat;
        -webkit-background-size: 131px 11px;
             -o-background-size: 131px 11px;
                background-size: 131px 11px;
        background-position: center;
    }
    .nav-list [data-anchor="#interview"] {
        width: 97px;
        background-image: url(../img/nav_ttl_interview.png);
        background-repeat: no-repeat;
        -webkit-background-size: 97px 11px;
             -o-background-size: 97px 11px;
                background-size: 97px 11px;
        background-position: center;
    }
    .nav-list [data-anchor="#comment"] {
        width: 154px;
        background-image: url(../img/nav_ttl_comment.png);
        background-repeat: no-repeat;
        -webkit-background-size: 154px 11px;
             -o-background-size: 154px 11px;
                background-size: 154px 11px;
        background-position: center;
    }
    .nav-list [data-anchor="#comingup"] {
        width: 95px;
        background-image: url(../img/nav_ttl_comingup.png);
        background-repeat: no-repeat;
        -webkit-background-size: 95px 11px;
             -o-background-size: 95px 11px;
                background-size: 95px 11px;
        background-position: center;
    }
    .nav-list [data-anchor="#introduction"]:hover,
    .nav-list [data-anchor="#introduction"].selected {
        width: 131px;
        background-image: url(../img/nav_ttl_introduction_hover.png);
        background-repeat: no-repeat;
        -webkit-background-size: 131px 11px;
             -o-background-size: 131px 11px;
                background-size: 131px 11px;
        background-position: center;
    }
    .nav-list [data-anchor="#interview"]:hover,
    .nav-list [data-anchor="#interview"].selected {
        width: 97px;
        background-image: url(../img/nav_ttl_interview_hover.png);
        background-repeat: no-repeat;
        -webkit-background-size: 97px 11px;
             -o-background-size: 97px 11px;
                background-size: 97px 11px;
        background-position: center;
    }
    .nav-list [data-anchor="#comment"]:hover,
    .nav-list [data-anchor="#comment"].selected {
        width: 154px;
        background-image: url(../img/nav_ttl_comment_hover.png);
        background-repeat: no-repeat;
        -webkit-background-size: 154px 11px;
             -o-background-size: 154px 11px;
                background-size: 154px 11px;
        background-position: center;
    }
    .nav-list [data-anchor="#comingup"]:hover,
    .nav-list [data-anchor="#comingup"].selected {
        width: 95px;
        background-image: url(../img/nav_ttl_comingup_hover.png);
        background-repeat: no-repeat;
        -webkit-background-size: 95px 11px;
             -o-background-size: 95px 11px;
                background-size: 95px 11px;
        background-position: center;
    }

    .paragraph-bordered {
        position: relative;
        margin-bottom: 60px;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 2.2;
    }

    .interview-bar-wrapper {
        height: 250px;
        position: relative;
        margin-bottom: 2px;
        padding-top: 0;
        z-index: 1;
        transform: translate3d(0, 0, 0);
    }
    .interview-bar {
        width: 1000px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .interview-bar-wrapper[data-index="1"] {
        height: 324px;
    }
    .interview-bar-wrapper[data-index="1"]:before {
        content: "";
        display: block;
        width: 100%;
        height: 74px;
        position: absolute;
        top: 0;
        background-color: #fff;
        z-index: 0;
    }
    .interview-bar-wrapper[data-index="1"] .interview-bar {
        height: 324px;
        position: relative;
        background-image: url(../img/bg_interview_01.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 1000px 324px;
        padding-left: 275px;
        padding-top: 105px;
        z-index: 1;
    }
    .interview-bar-wrapper[data-index="2"] .interview-bar {
        height: 250px;
        background-image: url(../img/bg_interview_02.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 1000px 250px;
        padding-top: 25px;
    }
    .interview-bar-wrapper[data-index="3"] .interview-bar {
        height: 250px;
        background-image: url(../img/bg_interview_03.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 1000px 250px;
        padding-left: 250px;
        padding-top: 40px;
    }
    .interview-bar-wrapper[data-index="4"] .interview-bar {
        height: 250px;
        background-image: url(../img/bg_interview_04.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 1000px 250px;
        padding-top: 40px;
    }
    .interview-bar-wrapper[data-index="5"] .interview-bar {
        height: 250px;
        background-image: url(../img/bg_interview_05.png);
        background-repeat: no-repeat;
        background-size: 1000px 250px;
        padding-left: 260px;
        padding-top: 40px;
    }
    .interview-bar-wrapper[data-index="6"] .interview-bar {
        height: 250px;
        background-image: url(../img/bg_interview_06.png);
        background-repeat: no-repeat;
        background-size: 1000px 250px;
        padding-top: 40px;
    }
    .interview-bar-wrapper h3 {
        background-repeat: no-repeat;
        background-position: left top;
    }
    .interview-bar-wrapper[data-index="1"] h3 {
        height: 81px;
        margin-bottom: 20px;
        background-image: url(../img/name_interview_01.png);
        background-size: 681px 81px;
    }
    .interview-bar-wrapper[data-index="2"] h3 {
        height: 90px;
        margin-bottom: 20px;
        background-image: url(../img/name_interview_02.png);
        background-size: 585px 90px;
    }
    .interview-bar-wrapper[data-index="3"] h3 {
        height: 90px;
        margin-bottom: 25px;
        background-image: url(../img/name_interview_03.png);
        background-size: 459px 90px;
    }
    .interview-bar-wrapper[data-index="4"] h3 {
        height: 78px;
        background-image: url(../img/name_interview_04.png);
        background-size: 746px 78px;
        margin-bottom: 30px;
    }
    .interview-bar-wrapper[data-index="5"] h3 {
        height: 94px;
        background-image: url(../img/name_interview_05.png);
        background-size: 404px 94px;
        margin-bottom: 30px;
    }
    .interview-bar-wrapper[data-index="6"] h3 {
        height: 80px;
        background-image: url(../img/name_interview_06.png);
        background-size: 686px 80px;
        margin-bottom: 30px;
    }
    .interview-bar .interview-link {
        padding: 0;
    }
    .interview-bar .interview-link li {
        margin-bottom: 8px;
        padding-left: 10px;
        background-image: url(../img/icon_arrow.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        background-size: 9px 14px;
    }
    .interview-bar .interview-link .quote-start {
        text-indent: -8px;
    }
    .interview-bar-wrapper[data-index="1"] li {
        margin-bottom: 12px;
    }
    .interview-bar .interview-link a {
        font-size: 14px;
    }
    .interview-bar .interview-link a br {
        display: block;
    }
    .editor-comment p {
        width: 400px;
        margin: 30px auto 0;
        font-size: 15px;
    }
    #facebooklike {
        margin: 100px auto;
        width: 1000px;
    }
    #facebooklike > img {
        display: block;
        width: 596px;
        height: 190px;
    }
    #kencareer {
        width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 55px 40px 40px;
        border: solid 1px #000;
        border-top: solid 6px #000;
        text-align: left;
        font-size: 16px;
    }
    .event-ken {
        background-image: url(../img/img_ken.png);
        background-size: 394px 449px;
        background-position: bottom 0 right 20px;
        background-repeat: no-repeat;
    }
    #kencareer h2 {
        margin-bottom: 45px;
        font-size: 28px;
    }
    #kencareer p {
        line-height: 1.8;
    }
    #kencareer ul {
        padding: 25px;
        font-size: 14px;
        list-style: disc outside;
    }
    #kencareer li {
        margin-top: 15px;
    }
    #kencareer li:first-child {
        margin-top: 0;
    }
    #kencareer p br {
        display: block;
    }
    #kencareer .btn-apply {
        margin-bottom: 50px;
        width: 60%;
        text-align: center;
    }
    #kencareer .btn-apply a {
        display: block;
    }
    #kencareer .about-ken {
        padding: 40px 20px 0 20px;
    }
    #kencareer .about-ken .profile {
        font-size: 14px;
    }
    #kencareer .about-ken .article-ken a {
        font-size: 14px;
    }
}
