@charset "utf-8";

body::after {
    pointer-events: none;
    z-index: -1;
}

.inWr {
    margin: 80px 0 0;
}

.inBtm {
    padding: 0 0 80px;
}

.inAr01 {
    width: 100%;
    max-width: 1550px;
    padding: 0 15px;
    margin: 0 auto;
}

.inAr02 {
    width: 100%;
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}

.inAr03 {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.anchor {
    padding: 80px 0 0;
    margin: -80px 0 0;
}

/* 下層カバー */

.inCvr {
    position: relative;
    width: 100%;
    height: 280px;
}

.inCvr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background-color: rgba(38, 38, 38, 0.5);
}

.inCvrAr {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.inCvrTit {
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.2em;
    color: var(--white);
}

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1550px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.pankuzuLink:hover {
    color: var(--black);
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

/* 下層カバー ここまで*/

/* 下層ボタン */
/* .inBtn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 165px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45em;
    padding: 0 10px;
    color: var(--base);
    border: 1px solid var(--bg-grey-primary);
    transition: all .3s;
} */

.inBtn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 280px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45em;
    padding: 15px 15px 15px 25px;
    color: var(--base);
    border: 1px solid var(--bg-grey-primary);
    transition: all .3s;
}

.inBtn01:hover {
    color: var(--base);
    background-color: var(--bg-secondary);
}

.inBtn01::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/system_panel/uploads/images/btn_bottom_arrow.svg) center center / contain no-repeat;
    margin: 0 0 0 10px;
}

/* 下層共通 */
.menuItem01Txt {
    border-top: 1px solid #D0D0CF;
}

.menuGr2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 15px;
}

.menuGr3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 15px;
}

.common-text01 {
    letter-spacing: 0.03em !important;
    line-height: 1.6666em !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .inWr {
        margin: 160px 0 0;
    }

    .inBtm {
        padding: 0 0 160px;
    }

    .anchor {
        padding: 90px 0 0;
        margin: -90px 0 0;
    }

    /* 下層カバー */

    .inCvr {
        width: 100%;
        height: 350px;
    }

    .inCvrTit {
        font-size: 30px;
    }

    /* 下層ボタン */
    .inBtn01 {
        height: 55px;
        padding: 0 15px;
    }

    /* 下層共通 */
    .menuGr2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 15px;
    }

    .menuGr3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 15px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    /* 下層カバー */

    .inCvrTit {
        font-size: 40px;
    }

    /* 下層ボタン */
    .inBtn01 {
        font-size: 18px;
    }

    /* 下層共通 */
    .menuGr2 {
        gap: 80px 50px;
    }

    .menuGr3 {
        gap: 80px 50px;
    }

    .common-text01 {
        font-size: 18px !important;
    }

    .common-text02 {
        font-size: 20px !important;
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    /* 下層共通 */
    .menuGr2 {
        gap: 80px
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */