@media screen and (min-width: 500px) {
    .br-sp {
        display: none;
    }
}

.content-wrap {
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
}

.headWrap {
    width: 100%;
    height: 40em;
    background: url(../images/header_back.webp) bottom center no-repeat;
    background-size: cover;
    position: relative;
    flex-shrink: 0;
}

.headWrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.7) 50%, rgb(0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.headbox_a {
    background-color: inherit;
}

.mHead_a img {
    max-width: 35%;
    margin-top: 4%;
}

.mHead_title_a {
    width: 30%;
    margin: 0 auto 120px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 3;
}

.imgBox {
    width: 100%;
    margin: 10px auto;
}

.titleT {
    width: 70%;
    margin: 0 auto 3em;
    padding-bottom: 1em;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    text-align: center;
    color: white;
    border-bottom: 0.5px solid #ffffffb2;
}

.titleTc {
    width: 100%;
    margin: 0 auto 3em;
    padding-bottom: 1em;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    text-align: center;
    color: white;
    border-bottom: 0.5px solid #ffffffb2;
}


.leadT {
    width: 70%;
    margin: 0 auto 70px;
    text-align: left;
}

.leadT p {
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    /* margin-bottom: 2em; */
}

.leadT span {
    display: inline-block;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0086a6;
    margin-bottom: 0.5em;
}

.leadTb {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #0086a6;
    margin-bottom: 0.5em;
}

.leadTc {
    width: 100%;
    margin: 0 auto 70px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.leadTc span {
    display: inline-block;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0086a6;
    margin-bottom: 0.5em;
}

.leadTc span.ex {
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 14px;
    color: white;
}

.leadTc a {
    color: white;
    text-decoration: underline;
}

.leadT img {
    margin: 2em 0 1em;
}

.leadT a {
    color: white;
}

.leadT ul {
    margin: 1em 0 2em;
}

.leadT li {
    font-size: 18px;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 1px;
    line-height: 1.8;
}

.leadTc ul {
    margin: 1em 0 2em;
}

.leadTc li {
    font-size: 18px;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 1px;
    line-height: 1.8;
}


p.caution {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.47;
    margin: 5px 0;
}

p.caution_s {
    font-size: 14px;
    padding-left: 2em;
    text-indent: -1em;
    line-height: 1.47;
    margin: 5px 0;

}

p.cautionB {
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.47;
    margin-bottom: 5px;
}


.leadT span.caution {
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 13px;
    line-height: 1.47;
    margin-bottom: 5px;
    color: white;
}

.mvBox {
    width: 70%;
    margin: 0 auto 5em;
}

.mvBox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.leftWrap {
    width: 100%;
    margin-left: 3%;
}

.pastBox {
    width: 93%;
    margin: 150px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.past__box {
    width: 350px;
    border: 1px solid white;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.past__box a {
    color: white;
    text-decoration: none;
}

.wrapBox {
    width: 100%;
    margin: 0 auto;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.wrapBox ul {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapBox li {
    width: 33%;
    margin-bottom: 10px;
    line-height: 2em;
}

.wrapBox li a {
    color: white;
    text-decoration: none;
}




@media screen and (max-width:850px) {

    .titleT {
        margin-bottom: 2em;
    }

    .mvBox {
        width: 100%;
        margin-bottom: 2em;
    }

    .content-wrap {
        width: 90%;
    }

    .headWrap {
        height: 24em;
    }

    .title {
        width: 85%;
    }

    .leadT {
        width: 85%;
    }

    .leadT img {
        margin: 1em 0 2em;
    }

    .wrapBox {
        font-size: 16px;
    }

    .leadTc span.ex {
        font-size: 13px;
    }

}

@media screen and (max-width:500px) {
    .headWrap {
        height: 180px;
        margin-bottom: 80px;
    }

    .mHead_title_a {
        width: 45%;
        margin: 0 auto;
        top: 65%;
    }

    .content {
        width: 90%;
    }

    .titleT {
        width: 100%;
        font-size: 22px;
    }

    .titleTc {
        width: 100%;
        font-size: 22px;
        margin-bottom: 40px;
    }

    .leadT {
        width: 100%;
    }

    .leadT p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.6;
    }

    .leadT p.caution {
        font-size: 13px;
    }

    .leadTc {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .leadTc p.caution,
    .leadTc p.caution_s {
        font-size: 13px;
    }

    .menuWrap_a {
        width: 55%;
    }

    .wrapBox li {
        width: 48%;
    }

    .leadT ul {
        margin: 1em 0;
    }

    .leadT li {
        font-size: 16px;
        text-indent: -2em;
        padding-left: 2em;
        margin-bottom: 5px;
    }

    .leadTc ul {
        margin: 1em 0;
    }

    .leadTc li {
        font-size: 16px;
        text-indent: -2em;
        padding-left: 2em;
        margin-bottom: 5px;
    }

    .leadTc span {
        font-size: 17px;
    }

    .past__box {
        font-size: 16px;
    }

    p.cautionB {
    font-size: 16px;
}



}

@media screen and (max-width:390px) {

    .titleT {
        width: 100%;
        font-size: 20px;
    }

    .leadT p {
        font-size: 15px;
        margin-bottom: 1em;
    }

    .leadT p.caution {
        font-size: 13px;
    }

    .leadTc {
        font-size: 15px;
    }

    .leadT ul {}

    .leadT li {
        font-size: 15px;
        line-height: 1.47;
    }

    .leadTc li {
        font-size: 15px;
        line-height: 1.47;
    }

    .leadTc span {
        font-size: 16px;
    }

    .past__box {
        font-size: 15px;
    }

    p.cautionB {
    font-size: 15px;
}




}

.grayout {
    opacity: 0.3;
}