@charset "UTF-8";

/* 背景画像 */
.wrapper {
    background: url(../img/number_bg.png) no-repeat 50% 300px;
    /* background-size: 2880px auto ; */
}

/* .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;
} */

main {
    padding: 0 20px 20px;
}

main > article {
    margin-bottom: 50px;
}

/* ボタンコンテナ */
.flex-columns.diversity {
    width: 100%;
    justify-content: space-between;
}

/* ボタン */
.btn-diversity {
    width: 310px;
    height:100px;
    padding:12px 10px 12px 12px;
    background: linear-gradient(-15deg, #faead2, #f9d2bf);
    text-decoration: none;
    color: #333333;
    font-size: 1.2em;
    position: relative;
}

.btn-diversity:hover {
    background: #ff4400;
    color: #ffffff;
}

.btn-diversity[data-png="1"]::before {
    content: url(../img/diversity-btn-icn1.png);
    vertical-align: -30px;
    margin-right: 1.5em;
}

.btn-diversity[data-png="2"]::before {
    content: url(../img/diversity-btn-icn2.png);
    vertical-align: -30px;
    margin-right: 1.5em;
}

.btn-diversity[data-png="3"]::before {
    content: url(../img/diversity-btn-icn3.png);
    vertical-align: -30px;
    margin-right: 1.5em;
}

.btn-diversity::after {
    font-family: 'Material Icons';
    content: "\e313";
    position: absolute;
    font-size: 3em;
    top: 22px;
    right: 0;
    color: #ff4400;
}

.btn-diversity:hover::after {
    color: #ffffff;
}

/* リスト */
.diversity-list {
    margin-bottom: 30px;
}
.diversity-list > li {
    line-height: 1.8;
    padding-bottom: 20px;
}

.diversity-list > li {
    font-size: 1.2em;
}

.diversity-list > li span {
    display: inline-block;
    font-size: 0.9em;
}

.diversity-list > li > span {
    display: inline-block;
    margin-left: 3em;
}

/* 人物リンク */
.flex-columns.links {
    width: 490px;
    margin: auto;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}

.links div {
    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;
}
.flex-columns.links figure {
    position: relative;
    overflow: hidden;
}
.flex-columns.links figure img {
    display: block;
    margin: 10px auto;
}
.flex-columns.links div {
    position: relative;
	justify-content: center;
}

.flex-columns.links span[data-icn="w"]::before {
    content: url(../../img/icn_window_m.png);
    margin-right: 10px;
    margin-left: -25px;
}

/* コラム部分：女性活躍推進法に基づく「えるぼし」認定の最高位を取得 */
.flex-columns.ex {
    justify-content: space-between;
}

/** --------------------------------
* タブレット
*/
/* ボタン */
.tablet .btn-diversity {
    zoom:0.78;
}

.tablet p {
    text-align: left;
    text-justify: inherit;
}

.tablet .sp {
    display: block;
}

/* 他のページへリンク */
.tablet .flex-columns.links {
    width: 500px;
    margin-bottom: 30px;
}

/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    .wrapper {
        background: url(../img/number_bg.png) no-repeat 50% 270px;
        background-size: 300% auto;
    }


    /* .top-img-type-a > img {
        background-size: auto 100%, 100% 100%;
    } */

    /* ボタンコンテナ */
    .flex-columns.diversity {
        flex-direction: column;
        /* gap: 10px; */
    }
    .flex-columns.diversity > * {
        margin-bottom: 10px;
    }

    /* ボタン */
    .btn-diversity {
        width: 100%;
    }
    .btn-diversity:hover {
        background: linear-gradient(-15deg, #faead2, #f9d2bf);
        color: #333333;
    }

    /* リスト */
    .diversity-list > li {
        font-size: 1.2em;
    }

    .diversity-list span {
        font-size: 0.9em;
    }

    /* 参考ページリンク */
    .flex-columns.links {
        width: 100%;
        flex-direction: column;
    }

    .flex-columns.links figure img {
        width: 40%;
        height: 40%;
    }

    /* コラム部分：女性活躍推進法に基づく「えるぼし」認定の最高位を取得 */
    .flex-columns.ex {
        flex-direction: column;
    }

    .flex-columns.ex img {
        display: block;
        margin: auto;
    }

}