@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');




/*代表あいさつ
=============================================================================*/
.section-mv-msg {
    margin: 50px auto; }

.msg-box {
    display: flex; }
.msg-box h5 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px; }
.msg-box p {
    margin-bottom: 7px; }

/*スタッフ
=============================================================================*/
.staff-lead .text p {
    line-height: 1.8;
    margin-bottom: 1em; }

.staff-list {
    display: flex;
    flex-wrap: wrap; }
.staff-list li {
    list-style-type: none;
    width: 160px; }
.staff-list img {
    margin-bottom: 15px; }
.staff-list .name,
.staff-list .af {
    font-size: 14px;
    font-size: 01.3rem;
    font-weight: bold;
    margin: 0 0 3px 0; }
.staff-list .af {
    color: #888; }
.staff-list .af span {
    font-size: 12px;
    font-size: 0.75rem;
    display: block; }

.profile {
    background-color: #fff;
    display: flex; }

.profile .photo img {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto; }

.profile .photo .soci img {
    margin-right: 8px;
    max-width: 34px; }

.profile .detail h3 {
    font-size: 25px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    background: #262626;
    color: #fff;
    padding-left: 1%;
    margin-top: 0;
    padding: 5px 10px;
}

.profile .detail h3 .en {
    font-size: 13px;
    font-size: 1.1rem;
    padding-left: 20px; }

.profile .detail dt {
    /* border-top: 1px solid #d7d7d7; */
    font-size: 1.2rem;
    /* padding-bottom: 5px; */
    margin: 0 0 5px 1rem;
    color: #1d599c;
}

.profile .detail dd {
    font-size: 15px;
    font-size: 1.1rem;
    margin-bottom: 15px;
    /* text-align: right; */
    line-height: 1.6;
    padding-left: 10px;
    /* border-bottom: 1px solid #d7d7d7; */
}

.profile .ggmap iframe {
    height: 100%;
}

.profile .detail dd  img{
    padding:1%;
}

.staff-cp-sub {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }

.staff-box {
    /* background-color: #efead5;
    background-color: #f0efe9; */}

.staff-box .list-inner {
    background-color: #fff;
    border: 1px solid #d7d7d7; }
.staff-box .text p {
    line-height: 1.8;
    margin-bottom: 0; 
    margin: 0 3%; 
    font-size: 1.5rem;
}

.staff-box h2{
    font-size: 2.0rem;
    font-size: 150%;
    font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*会社概要
=============================================================================*/

#staff-slider {
    border: 1px solid #d7d7d7; }
#staff-slider .btitle {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 10px;
    margin: 30px auto 10px auto; }

.sp-top-thumbnails {
    width: 100% !important; }


@media screen and (min-width: 480px) and (max-width: 767px) {
    .work-staff {
        margin: 40px auto;
        flex-direction: column;
        max-width: 440px;
        padding: 0 15px; }
    .work-staff .box {
        justify-content: center;
        margin-bottom: 30px; }

    #staff-slider {
        margin: 100px auto 50px auto;
        padding: 0 30px 30px 30px !important; }
    #staff-slider .sp-arrow.sp-previous-arrow {
        left: -20px !important; }
    #staff-slider .sp-arrow.sp-next-arrow {
        right: -20px !important; }

    .staff-pane {
        flex-direction: column;
        margin: 30px auto 0 auto; }
    .staff-pane .staff-header {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 30px; }
    .staff-pane .staff-header .num {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 24px auto 20px auto;
        padding-bottom: 15px;
        max-width: 214px;
        line-height: 1.5; }
    .staff-pane .staff-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-header .member {
        font-size: 30px;
        font-size: 1.875rem; }
    .staff-pane .staff-header .detail {
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-text {
        display: flex;
        justify-content: center; }
    .staff-pane .staff-text img {
        display: inline; } }

@media screen and (min-width: 1024px) {
    .section-mv-msg {
        width: 1000px; }

    .msg-box {
        width: 1000px;
        margin: 50px auto;
        justify-content: space-between; }
    .msg-box .fig, .msg-box .text {
        width: 475px; }
    .msg-box:nth-child(odd) {
        flex-direction: row; }
    .msg-box:nth-child(even) {
        flex-direction: row-reverse; }

    .staff-lead {
        width: 1000px;
        margin: 45px auto 60px auto;
        display: flex;
        justify-content: space-between; }
    .staff-lead .text {
        width: 580px; }
    .staff-lead .fig {
        width: 388px; }

    .staff-list {
        width: 80%;
        margin: 0 auto 20px auto; }
    .staff-list li {
        margin-bottom: 25px; }
    .staff-list li:not(:nth-child(8n)) {
        margin-right: 35px; }

    .profile {
        padding: 60px;
        position: relative; }

    .profile .prof-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        /*max-width: 1000px;*/ }

    .profile .photo {
        width: 300px;
        text-align: center; }
    .profile .photo p{
        /* font-size: 1.2rem; */
        padding: 5px 0;
        /* font-weight: 600; */
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        text-align: left;
    }
    /*
    .profile .photo p:before {
    content: '\f1cb'; 
}*/

    .profile .detail {
        width: calc(100% - 360px);
        font-weight: 400;
    }

    .staff-cp-lead {
        width: 1000px;
        margin: 40px auto;
        text-align: center; }

    .staff-cp-sub {
        text-align: center;
        margin: 30px 0; }

    .staff-box {
        padding: 0px;
        width: 80%;
        margin: 45px auto; }
    .staff-box .list-inner {
        padding: 25px; 
        font-size: 1.5rem;
    }
    .staff-box .cp-sup {
        display: flex;
        justify-content: space-between; }
    .staff-box .cp-sup .text {
        width: 65%;
    }

    .staff-box .cp-sup fig {
        width: 40%; }

    .staff-box .cp-sup .simg{
        width: 35%;
    }
    .staff-box .cp-sup .simg img {
        width: 90%;
    }


    #staff-slider {
        margin: 100px auto 50px auto;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 0 !important; }

    .staff-pane {
        justify-content: space-between;
        width: 850px;
        margin: 30px auto 0 auto; }
    .staff-pane .staff-header {
        min-height: 270px;
        width: 250px; }
    .staff-pane .staff-header .num {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 20px auto;
        padding-bottom: 10px;
        width: 214px;
        line-height: 1.5; }
    .staff-pane .staff-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-header .member {
        font-size: 30px;
        font-size: 1.875rem; }
    .staff-pane .staff-header .detail {
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-text {
        width: 530px;
        display: flex;
        align-items: center; }

    .work-staff {
        width: 780px;
        margin: 40px auto;
        justify-content: space-between; }
    .work-staff .box:first-child {
        width: 340px; }
    .work-staff .box:nth-child(2) {
        width: 406px; }

}

@media screen and (max-width: 768px) {
    .section-mv-msg {
        width: 1000px; }

    .msg-box {
        width: 1000px;
        margin: 50px auto;
        justify-content: space-between; }
    .msg-box .fig, .msg-box .text {
        width: 475px; }
    .msg-box:nth-child(odd) {
        flex-direction: row; }
    .msg-box:nth-child(even) {
        flex-direction: row-reverse; }

    .staff-lead {
        width: 1000px;
        margin: 45px auto 60px auto;
        display: flex;
        justify-content: space-between; }
    .staff-lead .text {
        width: 580px; }
    .staff-lead .fig {
        width: 388px; }

    .staff-list {
        width: 80%;
        margin: 0 auto 20px auto; }
    .staff-list li {
        margin-bottom: 25px; }
    .staff-list li:not(:nth-child(8n)) {
        margin-right: 35px; }

    .profile {
        padding: 60px;
        position: relative; }

    .profile .prof-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1000px; }

    .profile .photo {
        width: 80%;
        margin: 0 10%; }

    .profile .detail {
        /*	width: calc(100% - 360px); */
        width: 100%;
    }

    .staff-cp-lead {
        width: 1000px;
        margin: 40px auto;
        text-align: center; }

    .staff-cp-sub {
        text-align: center;
        margin: 30px 0; }

    .staff-box {
        padding: 0px;
        width: 80%;
        margin: 45px auto; }
    .staff-box .list-inner {
        padding: 25px; 
        font-size: 1.5rem;
    }
    .staff-box .cp-sup {
        display: flex;
        justify-content: space-between; }
    .staff-box .cp-sup .text {
        width: 65%;
    }

    .staff-box .cp-sup fig {
        width: 40%; }

    .staff-box .cp-sup .simg{
        width: 35%;
    }
    .staff-box .cp-sup .simg img {
        width: 90%;
    }


    #staff-slider {
        margin: 100px auto 50px auto;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 0 !important; }

    .staff-pane {
        justify-content: space-between;
        width: 850px;
        margin: 30px auto 0 auto; }
    .staff-pane .staff-header {
        min-height: 270px;
        width: 250px; }
    .staff-pane .staff-header .num {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 20px auto;
        padding-bottom: 10px;
        width: 214px;
        line-height: 1.5; }
    .staff-pane .staff-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-header .member {
        font-size: 30px;
        font-size: 1.875rem; }
    .staff-pane .staff-header .detail {
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-text {
        width: 530px;
        display: flex;
        align-items: center; }

    .work-staff {
        width: 780px;
        margin: 40px auto;
        justify-content: space-between; }
    .work-staff .box:first-child {
        width: 340px; }
    .work-staff .box:nth-child(2) {
        width: 406px; }
}







@media screen and (max-width: 487px) {
    .work-staff {
        margin: 40px auto;
        flex-direction: column;
        padding: 0 15px; }
    .work-staff .box {
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px; }
    .work-staff .box p {
        align-self: center;
        margin-top: 20px; }

    #staff-slider {
        margin: 100px auto 50px auto;
        padding: 0 20px 20px 20px !important; }
    #staff-slider .sp-arrow.sp-previous-arrow {
        left: -15px !important; }
    #staff-slider .sp-arrow.sp-next-arrow {
        right: -15px !important; }

    .staff-pane {
        flex-direction: column;
        margin: 30px auto 0 auto; }
    .staff-pane .staff-header {
        width: 100%;
        padding: 25px 0px;
        margin-bottom: 30px; }
    .staff-pane .staff-header .num {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 0 auto 20px auto;
        padding-bottom: 15px;
        width: 214px;
        line-height: 1.5; }
    .staff-pane .staff-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-header .member {
        font-size: 30px;
        font-size: 1.875rem; }
    .staff-pane .staff-header .detail {
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-text {
        display: flex;
        justify-content: center; }
    .staff-pane .staff-text img {
        width: 100%;
        height: 100%; }


    .staff-box .cp-sup {	
        display: flex;
        flex-direction: column;
    }

    .staff-box .cp-sup .simg {
        width: 100%;	
    }
    .staff-box .cp-sup .text {
        width: 100%;
    }	


}


@media screen and (max-width: 391px) {
    .staff-list {
        margin: 0 auto 20px auto;
        width: 160px; }
    .staff-list li {
        margin-bottom: 25px; }

    .profile {
        padding: 20px;
        position: relative; }
    .profile .prof-inner {
        padding-top: 40px; }
    .profile .photo {
        margin-bottom: 30px; }

    .staff-box .cp-sup .simg{
        width: 70%;
        margin: 1% 15%;
    }
    .staff-box .cp-sup .simg img {
        width: 100%;
    }

}
