@charset "UTF-8";
main {
    color: #333;
}
.title-32 {
    min-width: 280px;
    width: fit-content;
    font-size: 2.8rem;
    font-weight: 700;
    color: #002D69;
    font-style: italic;
    text-align: center;
    letter-spacing: .4em;
    padding: 0 1em .25em;
    border-bottom: 3px solid;
    margin: 0 auto 1.75em;
}
/* ===============================================
        educationの共通スタイルsp
=============================================== */
@media screen and (max-width: 768px) {

    body {
        padding-top: 60px;
    }

    .main {
        background: url('../image/bg_sp2.png') center top / contain no-repeat;
    }

    .bread_clumb {
        transform: translateY(-1.5rem);
    }

    .slanting {
        padding: 0;
        background-color: transparent;
    }
    .container {
        padding: 0 15px;
    }
    h2.ttl__cat {
        width: 80%;
        height: auto;
        padding-top: 5rem;
        margin: 0 auto;
    }

    .header_nav {
        margin-top: 3rem;
    }
    .menu5 {
        padding: 0 4px;
    }

    .education_detailLink {
        padding: 60px 15px 0;
        margin-top: 30px;
        position: relative;
        z-index: 100;
    }
    .education_detailLink h4 {
        width: 100%;
        font-size: 2rem;
        color: #002D69;
        font-style: italic;
        position: relative;
    }
    .education_detailLink ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .education_detailLink li {
        width: 48%;
        margin-top: 1.5rem;
    }
    .education_detailLink li img {
        display: block;
        width: 100%;
        height: auto;
    }
    .education_detailLink li span {
        display: block;
        width: 100%;
        padding: 0.5rem 0;
        background: #002D69 url('../image/fig_arrow_Rw.png') right 10px center / contain no-repeat;
        font-size: 1.5rem;
        color: #fff;
    }

}

/* ===============================================
            educationの共通スタイルPC
=============================================== */
@media screen and (min-width: 769px) {

    /* sp表示の際の改行 */
    .sp_break {
        display: none;
    }
    body {
        padding-top: 0;
        background-image: url('../image/bg3.png');
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    #visual {
        width: 100%;
        position: relative
    }
    #visual:before {
        content: "";
        display: block;
        width: 100%;
        height: 240px;
        background-image: url('../image/bg2.png');
        background-position: center top;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto
    }
    #visual img {
        width: 100%;
        height: auto;
    }
    .main {
        width: 100%;
        background: url('../image/bg5.gif') left top repeat-x;
    }

    .bread_clumb, .slanting {
        transform:  translateY(-60px);
    }

    .slanting {
        background: transparent;
    }

    .menu5 {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        font-size: 1.48rem;
    }

    .education_detailLink {
        width: 100%;
        margin-top: 90px;
        position: inherit;
        z-index: 1;
    }
    .education_detailLink h4 {
        box-sizing: border-box;
        padding: 0.5rem 2rem;
        font-size: 2rem;
        font-style: italic;
        font-weight: bold;
        color: #002D69;
        text-align: center;
        letter-spacing: 0.34rem;
        position: relative;
    }
   .education_detailLink ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
   }
   .education_detailLink li {
        width: 24.62739%;
        margin-left: .49681%;
   }
   .education_detailLink a {
        display: block;
        width: 100%;
        overflow: hidden;
   }
   .education_detailLink a:hover img {
        transform: scale(105%, 105%);
        transition: .3s;
   }
   .education_detailLink a:hover span:after {
        right: 1rem;
        transition: .3s;
   }
   .education_detailLink img {
        width: 100%;
        height: auto;
        transition: .3s;
   }
   .education_detailLink span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        transform: translateY(-2px);
        background-color: #002D69;
        font-size: 2rem;
        color: #fff;
        font-style: italic;
        position: relative;
   }
   .education_detailLink span:after {
        content: "";
        width: 3.4rem;
        height: 50px;
        background-image: url('../image/fig_arrow_Rw.png');
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 1.5rem;
        bottom: 0;
        margin: auto;
        transition: 0.3s;
   }

}