/*---------------------------------
  COMPANY 会社概要
---------------------------------*/
.company-profile:first-child {
    border-top: solid 1px #ccc;
}

.company-profile dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 25px 0;
    border-bottom: solid 1px #ccc;
    font-size: 16px;
    color: #1a1311;
}

.company-profile dl dt {
    width: 100px;
    font-weight: bold;
}

@media only screen and (max-width : 767px) {
    .company-profile dl {
        display: block;
        padding: 18px 0;
    }

    .company-profile dl dt {
        width: 100%;
        padding-bottom: 5px;
    }

    .company-profile dl dd {
        margin-left: 0;
    }
}

/*---------------------------------
  googlemap
---------------------------------*/
.gmap-link a {
    color: #1a1311;
    text-decoration: underline;
}

/* 矢印 */
.g-arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #f9390c;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.g-arrow::before,
.g-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
}

.g-arrow::before {
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #f9390c;
    border-right: 2px solid #f9390c;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

/*---------------------------------
  MEMBER
---------------------------------*/
.member {
    margin-bottom: 140px;
}

.member .content {
    margin: 0 auto;
}

.member-block {
    position: relative;
    margin-bottom: 200px;
}

.member-block .member-bg,
.member-block .member-bg-r {
    width: 60vw;
    height: 680px;
    background-color: #f5f5f5;
}

.member-block .member-bg-r {
    margin: 0 0 0 auto;
}

.member01, .member02, .member03 {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.member01 {
    background-image: url('../images/member-bg01.png');
}

.member02 {
    background-image: url('../images/member-bg02.png');
}

.member03 {
    background-image: url('../images/member-bg03.png');
}

.member-block .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.member-prifile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 680px;
}

/* プロフィール文章 */
.profile-detail,
.profile-detail-r {
    padding: 50px 0 50px 0;
    color: #444;
}

.profile-position {
    font-weight: bold;
}

.profile-position::before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 2px;
    background-color: #f9390c;
    margin: 0 6px 5px 0;
}

.profile-name {
    font-size: 28px;
    color: #1a1311;
    font-weight: bold;
}

.profile-name small {
    font-size: 14px;
    color: #444;
    margin-left: 20px;
}

.profile-text p {
    font-size: 14px;
    color: #1a1311;
}

/* プロフィール写真 */
.profile-img,
.profile-img-r {
    position: relative;
    top: 50px;
}

.profile-img {
    left: 50px;
}

.profile-img-r {
    right: 50px;
}

.profile-img img,
.profile-img-r img {
    height: 680px;
}

@media only screen and (max-width : 1200px) {
    .member-block .member-bg, .member-block .member-bg-r {
        width: 70vw;
        height: 563px;
        background-color: #f5f5f5;
    }
    .member-prifile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 450px;
    }
    .profile-detail {
        padding: 50px 50px 50px 0;
    }
    .profile-detail-r {
        padding: 50px 0 50px 50px;
        color: #444;
    }
    .profile-text p {
        font-size: 12px;
        color: #1a1311;
    }
    .profile-img {
        left: 7px;
    }
    .profile-img-r {
        right: 7px;
    }
    .profile-img, .profile-img-r {
        position: relative;
        top: 75px;
    }
    .profile-img img, .profile-img-r img {
        height: 400px;
    }
}
@media screen and (max-width : 991px) {
    .member-block .member-bg, .member-block .member-bg-r {
        width: 80vw;
    }
    .profile-detail {
        padding: 50px 30px 30px 0;
    }
    .profile-detail-r {
        padding: 50px 0 30px 30px;
        color: #444;
    }
}
@media only screen and (max-width : 767px) {
    .member {
        margin-bottom: 60px;
    }

    .member-block {
        position: relative;
        margin-bottom: 60px;
    }

    .member-block .member-bg,
    .member-block .member-bg-r {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .member-block .member-bg-r {
        margin: 0;
    }

    .member01, .member02, .member03 {
        height: auto;
    }

    .member01 {
        background-image: none;
    }

    .member02 {
        background-image: none;
    }

    .member03 {
        background-image: none;
    }

    .member-block .content {
        position: static;
    }

    .member-prifile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
    }

    /* プロフィール文章 */
    .profile-detail,
    .profile-detail-r {
        padding: 20px 0;
    }

    .profile-detail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    /* プロフィール写真 */
    .profile-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .profile-img,
    .profile-img-r {
        position: static;
        text-align: center;
    }

    .profile-img img,
    .profile-img-r img {
        width: 100%;
        height: auto;
    }
}