@charset "utf-8";
/*スマホ用スタイル*/
body{
    padding: 0;
    margin: 0;    
    background: #fff;
}
main{
    width: 100%;
    box-sizing: border-box;    
    padding: 0 20px;
    overflow: hidden;
}

header{
    position: relative;
}
header > div{
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

/*ロゴ画像の大きさ*/
header > div img{
    width: 160px;
}
/*PCロゴを非表示する*/
.splogo img{
    display:inline-block;
    margin-top: 10px;
}
/*スマホロゴは表示にする*/
.pclogo img{
    display:none;
}
/*JP/EN切替*/
.language_mobile{
    display: flex;
    justify-content: center;
}
.language_mobile p{
font-size: 14px;
border: 1px solid #ccc;
padding: 0 2em;
margin: 1em 0.5em;
}
.language_mobile a{
width: 100%;
}
.languagePC{
    display: none;
}
/*ボタンの位置*/
.btn_menu{
    position: fixed;/*←固定(元：absolute)*/
    top: 10px;
    right: 10px;
    z-index: 1000;/*スライドに隠れないようにする*/
}
/*ボタンのスタイル*/
.btn_menu span{
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #000;
    color: #fff;
}
.nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: rgba(28, 73, 158, 0.96);
    height: 0;
    opacity: 0;
    transition: all 300ms;
}
.nav.show ul{
    height: auto;
    opacity: 1;
    position: fixed;/*ヘッダーメニュー固定*/
    width: 100%;/*ヘッダーメニュー固定時幅調整*/
    z-index: 1000;/*スライドに隠れないようにする*/    
}
.nav ul li{
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding: 0.5em 0;
    display: none;
}
.nav.show ul li{
    display: block;
}
.line{
    color: #fff;
}

p{
    font-size: 14px;
}
img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
/*------------------------*/

.interview-kv {
    height: 86.4vw;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow-x: hidden;
}
.interview-kv.s-a:after {
    background: url("img/s_a0.png") ;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover !important;
}
.interview-kv.s-o:after {
    background: url("img/s_o0.jpg") ;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover !important;
}
.interview-kv.s-t:after {
    background: url("img/s_t0.png") ;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover !important;
}
.interview-kv:after {
    content: "";
    display: block;
    clear: both;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.kv-inner {
    min-width: auto;
    width: 90%;
    margin: 0 5%;
    z-index: 10;
    color: #fff;
    max-width: 1200px;
    zoom: 1;
}
.kv-inner_bgwhite {
    min-width: auto;
    width: 90%;
    margin: 0 5%;
    z-index: 10;
    color: #333;
    max-width: 1200px;
    zoom: 1;
}
.kv-inner:after {
    content: "";
    display: block;
    clear: both;
}
.kv-inner_bgwhite:after {
    content: "";
    display: block;
    clear: both;
}
.left-cont-type {
    width: 70%;
    float: left;
    padding-left: 10%;
}
.head-copy {
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;    
    line-height: 1.7;
    position: relative;
}
.head-copy_bgwhite{
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #333;    
    line-height: 1.7;
    position: relative;
}
.head-copy-p {
    font-size: 18px;
    margin: 0;
}
/* .position {
    margin-top: 20px;
    font-size: 1.1rem;
}
.staff-name {
    font-size: 1.4rem;
} */
.body-copy {
    margin-top: 35px;
    letter-spacing: 0.06em;
}
.inner-min {
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden;
}
.inner-min p{
    margin: 0;
}
.inrerview #article {
    margin-top: 40px;
}
#article.inner {
    padding-left: 0;
    padding-right: 0;
}
.inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
}
ul,li {
    list-style: none;
    padding-inline-start: 0;
}
.inrerview #article > ul:first-of-type {
    margin-top: 0;
}
.inrerview #article > ul {
    margin-top: 25px;
    zoom: 1;
}
.inrerview #article > ul:after {
    content: "";
    display: block;
    clear: both;
}
.float-left {
    float: none;
}
.pht-box {
    width: 100%;
    height: 56vw;
    overflow: hidden;
}
.txt-box {
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.06em;
}
.txt-bottom {
    margin-top: -4em;
}
.float-right {
    float: none;
}
.txt-box h2 {
    font-size: 18px;
    padding: 25px 10px 25px 15px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: relative;
    font-weight: normal;
    margin: 0;
}
.txt-box h2:after {
    content: "";
    position: absolute;
}
.txt-box p {
    margin-top: 30px;
}
#article p {
    line-height: 1.6;
}


/* ============================================================
インタビュー/他の社員を見る
============================================================ */
.other-career-list {
    margin-top: 20px;
}
.second-ttl.first {
    margin-top: 0;
}
.second-ttl {
    font-size: 32px;
    margin-bottom: 40px;
    letter-spacing: 0.06em;
    line-height: 1.3;
    position: relative;
    text-align: center;
    font-weight: normal;
}
.second-ttl:after {
    bottom: -10px;
    left: 50%;
    content: "";
    width: 40px;
    height: 1px;
    background: #2bb3e9;
    position: absolute;
    margin-left: -20px;
}
.recruit-tag-list{
    margin-bottom: 20px;
    text-align: center;
}
.recruit-tag-list > ul {
    text-align: center;
}
.recruit-tag-list > ul > li {
    margin: 0 2px 10px;
    display: inline-block;
}
.recruit-tag-list .recruit-tag-item {
    border: 1px solid #d8d9d6;
    padding: 2px 15px;
    border-radius: 20px;
    /*cursor: pointer;*/
    color: #7a7a7a;
    pointer-events:none;
}
a {
    text-decoration: none;
}
.cntInner {
    max-width: 1000px;
    margin: 0 auto;
}
.staff-list{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 60px;
}
.l-wrapper {
    /* width: 50%; */
}  
.card {
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    color: #212121;
}
.l-wrapper > .card {
    border-right: 1px solid #dbdbdb;
}
.card__title {
    padding: 1rem 1rem 0;
    font-size: 1.25rem;
}
.card__thumbnail {
    margin: 0;
}
.card__image {
    width: 100%;
}
.card__body {
    padding: 1rem 0.25rem;
    color: #333;
}
.card__text {
    font-size: 12px;
}
.card__text + .card__text {
    margin-top: .5rem;
}
.card__text.-number {
    font-size: 20px;
}


/* ============================================================
採用menu
============================================================ */
#recruitType {
    margin-top: 50px;
}
#recruitType ul {
    zoom: 1;
}
#recruitType ul li {
    width: 50%;
    float: left;
}
.relate-cont {
    overflow: hidden;
}
.relate-cont:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 27.96875vw;
}
.relate-cont a:before {
    bottom: 14px;
    right: 15px;
    width: 2px;
    height: 2px;
}
.pht-link-r {
    position: relative;
}
.pht-link-r a {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.pht-link-r a:before {
    content: "";
    position: absolute;
    border-top: 1px solid #d9d9d6;
    border-right: 1px solid #d9d9d6;
    transform: rotate(45deg);
}
.relate-cont .ttl-box {
    margin-top: 0;
    margin-bottom: 0;
}
.ttl-box {
    text-align: center;
    line-height: 1.3;
}
h3{
    font-weight: normal;
}
.relate-cont .ttl-box .ttl-jp {
    color: #fff;
    margin-top: 0;
    letter-spacing: 0.06em;
}
.relate-cont p {
    line-height: 1;
    text-align: center;
}
.ttl-box .ttl-en {
    margin-top: 10px;
    font-size: 1.1rem;
    color: #ffffff;/*クリックしても色変えない*/
    letter-spacing: 0.06em;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;    

}
.pht-link-r a:after {
    width: 10px;
    height: 10px;
    bottom: 10px;
    right: 10px;
    content: "";
    display: block;
    border: 1px solid #d9d9d6;
    position: absolute;
}
.relate-recruit:after {
    background: #53565a url(img/staff_recruit.png) no-repeat center center;
    background-size: cover;
}
.relate-cont:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.7s ease-out;
    cursor: pointer;
}
.relate-contact:after {
    background: #53565a url(img/staff_contact.png) no-repeat center center;
    background-size: cover;
}



/*共通*/
/* ============================================================
フッター
============================================================ */
footer {
    background-color: #1c499e;
    text-align: center;
}
footer #footer_nav {
    background-color: #efefef;
    padding: 5px 0;
}
footer #footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer #footer_nav li {
    display: inline;
    border-left: solid 1px #98999a;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
}
footer #footer_nav li:last-child {
    border-right: solid 1px #98999a;
    padding: 0 8px;
}
footer small {
    display: block;
    padding: 8px 0;
    color: #fff;
}
.flink{
    color: #98999a;
}
/*↑フッター*/ 


/* ============================================================
PC
============================================================ */
@media(min-width:544px){
    header{
        display:flex;
        justify-content: space-between;
        padding: 0 10px;
        background-color: rgba(0, 0, 0, 0.75);
        position: fixed;
        width: 100%;
        top:0;
        z-index: 10000;
        border-top:10px solid #1c499e;/*ヘッダーの上にライン*/
        font-weight: bold;
        align-items: center;
    }

    header > div{
        width: 300px;
    }
    /*JP/EN切替*/
    .language_mobile{
        display: none;
    }
    .languagePC{
        display: initial;
        padding-left: 30px;
    }
    .languagePC ul {
        display: flex;
        align-items: center;
        list-style-type: none;
        padding: 5px 0 0 0;
        margin: 0;
    }
    .languagePC ul li {
        margin: 0 5px;
    }
    .languagePC ul li a {
        font-size: 14px;
    }
    .languagePC_a {
        color: #6f7579;
    }
    .languagePC_a:hover{
        color: #fff;    
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .line_active {
        color: #fff;
        border-bottom: solid 3px #2bb3e9;
        display: block;
        position: relative;
        text-decoration: none;    
        padding: 0 0 2.5px;
    }
    .line_active::after {
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        width: 0;
    }
    /*PC画像を表示する*/
    .pclogo img{
        display:inline-block;
    }
    /*スマホ画像は非表示にする*/
    .splogo img{
        display:none;
    }

    footer{
        width:  100%;      
        align-items: center;
        justify-content: space-between;
    }
    .br_footernav{
        display: none;
    }

    main{        
        padding: 100px 0 0 0;/*ヘッダーがかぶらないようにする*/
        min-width: 1050px;
    }

    p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
        text-align: left;
    }
    .btn_menu{
        display: none;
    }
    .nav{
        width: 100%;
    }
    .nav ul{
        display: flex;
        justify-content: flex-end;
        opacity: 1;
        height: auto;
        background: initial;
        min-width: 620px;
        padding:10px 30px 0 0;
    }
    .nav ul li{
        border: none;
        margin: 0 20px;
        display: block;
    }
    
    /*ヘッダーリンク選択の線付け*/
    .line {
        display: block;
        padding: 0 0 5px;
        position: relative;
        text-decoration: none;
        font-size: 16px;
    }
    .line::before,
    .line::after {
        border-bottom: solid 3px #2bb3e9;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0;
    }
    .line::before {
        left: 25%;/*左線の開始位置(中央)*/
    }
    .line::after {
        right: 25%;/*右線の開始位置(中央)*/
    }
    .line:hover::before,
    .line:hover::after {
        width: 80%;/*線の長さ(中央から)*/
    }
    /*線付けここまで*/    
    ul.bxslider li {
    /* 指定したい幅と高さ*/
        width: 100%;
        height: auto;
        position: relative;
    }

    /*------------------------------*/
    .mobileonly{
        display: none;
    }
    .card__text {
        font-size: 18px;
    }
    .card__text.-number {
        font-size: 24px;
    }




    .interview-kv {
        height: 42.1875vw;
    }
    .interview-kv:after {        
        background-size:cover !important;
    }
    .kv-inner {
        width: 80%;
        margin: 0 auto;
    }
    .kv-inner_bgwhite {
        width: 80%;
        margin: 0 auto;
    }
    .head-copy {
        font-size: 32px;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .head-copy_bgwhite {
        font-size: 32px;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .head-copy:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 1px;
        background: #fff;
    }
    .head-copy_bgwhite:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 1px;
        background: #333;
    }
    .head-copy-p {
        font-size: 20px;
    }
    /* .position { 
        margin-top: 24px;
        font-size: 1.4rem;
    }
    .staff-name {
        font-size: 2rem;
    }*/
    .inner-min {
        max-width: 980px;
        margin: 0 auto;
    }
    #article {
        margin-top: 80px;
    }
    .body-copy {
        margin-top: 35px;
    }
    .inner{
        max-width: 1180px;
        min-width: 980px;
        margin: 0 auto;
    }
    .float-left {
        float: left;
    }    
    .inrerview #article .pht-box {
        width: 73.728813559322034%;
    }
    .txt-bottom {
        margin-top: -26%;
    }
    .float-right {
        float: right;
    }
    .txt-box {
        width: 54.406779661016949%;
        padding: 50px;
        
    }
    .txt-box h2 {
        font-size: 32px;
        margin: 0 0 26px 0;
        padding: initial;
        background: initial;
        z-index: initial;
        position: initial;
    }
    .txt-box p {
        margin-top: 0px;
    }
    .inrerview #article > ul {
        margin-top: 50px;
    }
    /* ============================================================
    インタビュー/他の社員を見るPC
    ============================================================ */
    .other-career-list {
        margin-top: 50px;
    }
    .second-ttl:after {
        bottom: -10px;
        left: 50%;
        height: 1.5px;
    }
    .recruit-tag-list{
        margin-bottom: 40px;
    }
    .recruit-tag-list > ul > li {
        margin: 0 2px;
    }
    .recruit-tag-list .recruit-tag-item {
        font-size: 1.4rem;
    }
    .staff-list{
        margin: initial;
    }    
    .l-wrapper {
        width: 25%;
        margin: 3rem auto;
    }
    .l-wrapper > .card {
        border-right: initial;
    }
    .card__body {
        padding: 1rem 1.5rem;
    }
    /* ============================================================
    PC採用menu
    ============================================================ */
    #recruitType {
        margin-top: 100px;
    }
    .relate-cont:before {
        padding-top: 27.96875vw;
    }
    .relate-cont a:before {
        bottom: initial;
        right: initial;
        width: initial;
        height: initial;
    }
    .pht-link-r a:before {
        bottom: 18px;
        right: 20px;
        width: 4px;
        height: 4px;
    }
    .relate-cont .ttl-box .ttl-jp {
        font-size: 3.2rem;
    }
    .ttl-box .ttl-en {
        margin-top: 15px;
        font-size: 1.4rem;        
    }
    .pht-link-r a:after {
        width: 20px;
        height: 20px;
        bottom: 10px;
        right: 10px;
    }
    
}



