@charset "UTF-8";

/* 背景画像 */
.wrapper {
    background: url(../img/employee_bg.png) no-repeat 50% 300px;
    /* background-size: 2880px auto ; */
}

main {
    padding: 0 20px 20px;
}

/* .top-img-type-a > img {
    background: url(../img/message_fig1.png) no-repeat center top, url(../img/message_bg.png) no-repeat center top;
    background-size: auto auto, auto auto;
} */

/* 人物リンクエリア */
.flex-columns.link-area {
    margin-top: 50px;
    margin-bottom: 90px;
}

/* .flex-columns.link-area:last-child {
    margin-bottom: 30px;
} */

/* 人物リンク */
.flex-columns.links {
    width: 780px;
    margin: auto;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

.links figcaption {
    text-align: center;
    line-height: 1.5;
}
.links a {
    color: #333333;
    text-decoration: none;
    display: block;
}
.links a:hover {
    color: blue;
    text-decoration: underline;
}
.links span {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
}

/** --------------------------------
* タブレット
*/

/* ボタンエリア */
.wrapper.tablet .obi .flex-columns {
    max-width: 960px;
    margin: auto;
}
/* 人物リンク */
.wrapper.tablet .flex-columns.links {
    width: 700px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 50px;
}


/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    /* .wrapper.message {
        background: url(../../img/bg.png) repeat-y 50% 6em;
        background-size: 300% auto;
    } */

    /* .top-img-type-a > img {
        background-size: auto 100%, 100% 100%;
    } */

    /* 人物リンクエリア */
    .flex-columns.link-area {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    /* 人物リンク */
    .flex-columns.links {
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .flex-columns.links > * {
        margin-bottom: 25px;
    }

    .flex-columns.links > * > * {
        text-align: center;
    }
}