@charset "UTF-8";

/* *******************************************************************************************
*
*   admission
*
******************************************************************************************* */

/* ----------------------------- アンカー ----------------------------- */
.cnt .cnt_box.anchor {
    padding: 80px 0 0;
}

.anchor ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 950px;
    height: 90px;
    margin: 0 auto 50px;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
}

.anchor ul li {
    width: auto;
    height: 100%;
    color: #6b696a;
    font-size: 0;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

.anchor ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.anchor ul li a:hover:after {
    transition: all .5s;
    opacity: 1;
}

.anchor ul li:first-of-type a {
    border-radius: 0 10px 10px 0;
}

.anchor ul li:last-of-type a {
    border-radius: 10px 0 0 10px;
}

.anchor ul li .arrow {
    content: "";
    display: inline-block;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 70px 0 70px 25px;
    cursor: pointer;
    pointer-events: painted;
    position: absolute;
    top: 50%;
    right: -19px;
    z-index: 0;
    transform: translateY(-50%);
}

.anchor ul li a:after {
    content: "";
    display: inline-block;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 50px 0 50px 18px;
    cursor: pointer;
    pointer-events: painted;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
}

.anchor ul li:first-of-type a:after {
    display: none;
}

.anchor ul li a.bg01 {
    background: #e9e7e8;
}

.anchor ul li a.bg01:after {
    border-color: transparent transparent transparent #e9e7e8;
}

.anchor ul li a.bg02 {
    background: #d2d2d2;
}

.anchor ul li a.bg02:after {
    border-color: transparent transparent transparent #d2d2d2;
}

.anchor ul li a.bg03 {
    background: #c7c5c6;
}

.anchor ul li a.bg03:after {
    border-color: transparent transparent transparent #c7c5c6;
}

.anchor ul li a.bg04 {
    background: #bcbabb;
}

.anchor ul li a.bg04:after {
    border-color: transparent transparent transparent #bcbabb;
}

.anchor ul li a.bg05 {
    background: #b1afb0;
}

.anchor ul li a.bg05:after {
    border-color: transparent transparent transparent #b1afb0;
}

.anchor ul li a.bg06 {
    color: #ffffff;
    background: #595758;
}

.anchor ul li a.bg06:after {
    border-color: transparent transparent transparent #595758;
}

.anchor ul li .txt {
    height: auto;
    margin: 0 auto;
    padding: 20px 20px 20px 42px;
    z-index: 1;
    word-break: keep-all;
}

.anchor ul li .txt02 {
    height: auto;
    margin: 0 auto;
    padding: 13px 20px 20px 42px;
    z-index: 1;
    word-break: keep-all;
}

.anchor.od ul li a.bg01 .txt {
    padding: 20px 10px 20px 25px;
}

.anchor.od ul li a.bg06 .txt {
    padding: 20px 25px 20px 30px;
}

.anchor.so ul li a.bg01 .txt {
    padding: 20px 10px 20px 20px;
}

.anchor.so ul li a.bg06 .txt {
    padding: 20px 20px 20px 30px;
}

.anchor ul li .small {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 1;
}

.anchor ul li .big {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    font-family: 'noto-sans-cjk-jp', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.anchor ul li .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    font-family: 'noto-sans-cjk-jp', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.anchor ul li img {
    width: 135px;
    height: 135px;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.anchor .notes {
    padding: 0 0 80px;
    font-size: 17px;
    text-align: center;
    text-indent: 0;
}

#cnt_01,
#cnt_02,
#cnt_03,
#cnt_04,
#cnt_05,
#cnt_06 {
    margin-top: -140px;
    padding-top: 140px;
}

/*******************************************************/
/* ----------------------------- アンカー ----------------------------- */
.cnt .cnt_box.anchor02 {
    padding: 80px 0 0;
}

.anchor02 ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 950px;
    height: 90px;
    margin: 0 auto 50px;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
}

.anchor02 ul li {
    width: auto;
    height: 100%;
    color: #6b696a;
    font-size: 0;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

.anchor02 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.anchor02 ul li a:hover:after {
    transition: all .5s;
    opacity: 1;
}

.anchor02 ul li:first-of-type a {
    border-radius: 0 10px 10px 0;
}

.anchor02 ul li:last-of-type a {
    border-radius: 10px 0 0 10px;
}

.anchor02 ul li .arrow {
    content: "";
    display: inline-block;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 70px 0 70px 25px;
    cursor: pointer;
    pointer-events: painted;
    position: absolute;
    top: 50%;
    right: -19px;
    z-index: 0;
    transform: translateY(-50%);
}

.anchor02 ul li a:after {
    content: "";
    display: inline-block;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 50px 0 50px 18px;
    cursor: pointer;
    pointer-events: painted;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
}

.anchor02 ul li:first-of-type a:after {
    display: none;
}

.anchor02 ul li a.bg01 {
    background: #e9e7e8;
}

.anchor02 ul li a.bg01:after {
    border-color: transparent transparent transparent #e9e7e8;
}

.anchor02 ul li a.bg02 {
    background: #d2d2d2;
}

.anchor02 ul li a.bg02:after {
    border-color: transparent transparent transparent #d2d2d2;
}

.anchor02 ul li a.bg03 {
    background: #c7c5c6;
}

.anchor02 ul li a.bg03:after {
    border-color: transparent transparent transparent #c7c5c6;
}

.anchor02 ul li a.bg04 {
    background: #bcbabb;
}

.anchor02 ul li a.bg04:after {
    border-color: transparent transparent transparent #bcbabb;
}

.anchor02 ul li a.bg05 {
    background: #b1afb0;
}

.anchor02 ul li a.bg05:after {
    border-color: transparent transparent transparent #b1afb0;
}

.anchor02 ul li a.bg06 {
    color: #ffffff;
    background: #595758;
}

.anchor02 ul li a.bg06:after {
    border-color: transparent transparent transparent #595758;
}

.anchor02 ul li .txt {
    height: auto;
    margin: 0 auto;
    padding: 20px 20px 20px 42px;
    z-index: 1;
    word-break: keep-all;
}

.anchor02 ul li .txt02 {
    height: auto;
    margin: 0 auto;
    padding: 13px 12px 20px 32px;
    z-index: 1;
    word-break: keep-all;
}

.anchor02.od ul li a.bg01 .txt {
    padding: 20px 10px 20px 25px;
}

.anchor02.od ul li a.bg06 .txt {
    padding: 20px 25px 20px 30px;
}

.anchor02.so ul li a.bg01 .txt {
    padding: 20px 10px 20px 20px;
}

.anchor02.so ul li a.bg06 .txt {
    padding: 20px 20px 20px 30px;
}

.anchor02 ul li .small {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 1;
}

.anchor02 ul li .big {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    font-family: 'noto-sans-cjk-jp', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.anchor02 ul li .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    font-family: 'noto-sans-cjk-jp', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.anchor02 ul li img {
    width: 135px;
    height: 135px;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.anchor02 .notes {
    padding: 0 0 80px;
    font-size: 17px;
    text-align: center;
    text-indent: 0;
}

/*****************************************************/

@media screen and (max-width : 750px) {

    .cnt .cnt_box.anchor {
        width: 100%;
        padding: 45px 0;
    }

    .anchor ul {
        width: 90%;
        height: 14vw;
        max-height: 90px;
        margin: 0 auto 30px;
    }

    .anchor ul li {
        width: auto;
        height: 100%;
    }

    .anchor ul li:first-of-type {
        border-radius: 0 10px 10px 0;
    }

    .anchor ul li:last-of-type {
        border-radius: 10px 0 0 10px;
    }

    .anchor ul li a:after {
        content: "";
        display: inline-block;
        border-color: transparent transparent transparent #b5b5b5;
        border-style: solid;
        border-width: 60px 0 60px 17px;
        cursor: pointer;
        pointer-events: painted;
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
    }

    .anchor ul li .arrow {
        content: "";
        display: inline-block;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 60px 0 60px 17px;
        cursor: pointer;
        pointer-events: painted;
        position: absolute;
        top: 50%;
        right: -17px;
        z-index: 0;
        transform: translateY(-50%);
    }

    .anchor ul li:first-of-type:after {
        display: none;
    }

    .anchor ul li .txt {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        height: 70%;
        margin: 0 auto;
        padding: 0 0 0 2vw;
        position: relative;
        top: 0;
        left: 8px;
        z-index: 1;
        word-break: keep-all;
    }

    .anchor ul li .txt02 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        height: 70%;
        margin: 0 auto;
        padding: 0 0 0 2vw;
        position: relative;
        top: 0;
        left: 8px;
        z-index: 1;
        word-break: keep-all;
    }

    .anchor.od ul li a.bg01 .txt {
        padding: 0 0 0 0;
        margin: 0 -1vw 0 -2vw;
    }

    .anchor.od ul li a.bg06 .txt {
        padding: 0 2vw 0 1vw;
    }

    .anchor.so ul li a.bg01 .txt {
        padding: 0 0 0 0;
        margin: 0 -1vw 0 -1vw;
    }

    .anchor.so ul li a.bg06 .txt {
        padding: 0 3vw 0 1vw;

    }

    .anchor ul li .small {
        margin: 0 auto -0.4rem;
        padding: 0;
        font-size: calc(0.625rem + ((1vw - 3.5px) * 1.5));
        line-height: 2.4;
        letter-spacing: 0.05em;
        position: relative;
        z-index: 2;
    }

    .anchor ul li .big {
        width: 100%;
        height: 8vw;
        margin: 0 auto;
        padding: 0;
        font-size: calc(0.625rem + ((1vw - 3.5px) * 2.5));
        line-height: 1.3;
    }

    .anchor ul li .middle {
        width: 100%;
        height: 8vw;
        margin: 0 auto;
        padding: 0;
        font-size: calc(0.625rem + ((1vw - 3.5px) * 2.5));
        line-height: 1;
    }

    .anchor ul li img {
        width: 25.8vw;
        height: 25.8vw;
    }

    .anchor .notes {
        width: 81%;
        margin: 0 auto;
        padding: 0 0 20px;
        font-size: 3.7vw;
        text-align: left;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

    #cnt_01,
    #cnt_02,
    #cnt_03,
    #cnt_04,
    #cnt_05,
    #cnt_06 {
        margin-top: -25%;
        padding-top: 25%;
    }

    /**************************************************************/

    .cnt .cnt_box.anchor02 {
        width: 100%;
        padding: 45px 0;
    }

    .anchor02 ul {
        width: 90%;
        height: 18vw;
        max-height: 90px;
        margin: 0 auto 30px;
    }

    .anchor02 ul li {
        width: auto;
        height: 100%;
    }

    .anchor02 ul li:first-of-type {
        border-radius: 0 10px 10px 0;
    }

    .anchor02 ul li:last-of-type {
        border-radius: 10px 0 0 10px;
    }

    .anchor02 ul li a:after {
        content: "";
        display: inline-block;
        border-color: transparent transparent transparent #b5b5b5;
        border-style: solid;
        border-width: 60px 0 60px 17px;
        cursor: pointer;
        pointer-events: painted;
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
    }

    .anchor02 ul li .arrow {
        content: "";
        display: inline-block;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 60px 0 60px 17px;
        cursor: pointer;
        pointer-events: painted;
        position: absolute;
        top: 50%;
        right: -17px;
        z-index: 0;
        transform: translateY(-50%);
    }

    .anchor02 ul li:first-of-type:after {
        display: none;
    }

    .anchor02 ul li .txt {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        height: 70%;
        margin: 0 auto;
        padding: 0 0 0 2vw;
        position: relative;
        top: 0;
        left: 8px;
        z-index: 1;
        word-break: keep-all;
    }

    .anchor02 ul li .txt02 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        height: 70%;
        margin: 0 auto;
        padding: 0 0 0 2vw;
        position: relative;
        top: 0;
        left: 8px;
        z-index: 1;
        word-break: keep-all;
    }

    .anchor02.od ul li a.bg01 .txt {
        padding: 0 0 0 0;
        margin: 0 -1vw 0 -2vw;
    }

    .anchor02.od ul li a.bg06 .txt {
        padding: 0 2vw 0 1vw;
    }

    .anchor02.so ul li a.bg01 .txt {
        padding: 0 0 0 0;
        margin: 0 -1vw 0 -1vw;
    }

    .anchor02.so ul li a.bg06 .txt {
        padding: 0 3vw 0 1vw;

    }

    .anchor02 ul li .small {
        margin: 0 auto -0.4rem;
        padding: 0;
        font-size: calc(0.625rem + ((1vw - 3.5px) * 1.5));
        line-height: 2.4;
        letter-spacing: 0.05em;
        position: relative;
        z-index: 2;
    }

    .anchor02 ul li .big {
        width: 100%;
        height: 8vw;
        margin: 0 auto;
        padding: 0;
        font-size: calc(0.625rem + ((1vw - 3.5px) * 2.5));
        line-height: 1.3;
    }

    .anchor02 ul li .middle {
        width: 100%;
        height: 13vw;
        margin: 0 auto;
        padding: 0;
        font-size: calc(0.625rem + ((1vw - 3.5px) * 2.5));
        line-height: 1.2;
    }

    .anchor02 ul li img {
        width: 25.8vw;
        height: 25.8vw;
    }

    .anchor02 .notes {
        width: 81%;
        margin: 0 auto;
        padding: 0 0 20px;
        font-size: 3.7vw;
        text-align: left;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }
}

/* ----------------------------- 共通 ----------------------------- */

.admission h3 {
    margin: 0 0 40px;
}

.cnt .cnt_adm {
    margin: 0 auto 70px;
    padding: 65px 0 30px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.cnt .cnt_adm h4 {
    display: block;
    width: 220px;
    height: 70px;
    margin-right: 0;
    padding: 8px;
    text-align: center;
    line-height: 1.5;
    background: #8f8e8e;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -35px;
    left: 30px;
}

.cnt .cnt_adm h4 img {
    width: 54px;
    height: 54px;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;

}

.cnt .cnt_adm h4 .txt {
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    font-size: 25px;
    text-align: left;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 70px;
}

.cnt .cnt_adm h4 .small {
    font-family: 'noto-sans-cjk-jp', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
}

/*************************************************************/

.cnt .cnt_adm h5 {
    display: block;
    width: 310px;
    height: 70px;
    margin-right: 0;
    padding: 8px;
    text-align: center;
    line-height: 1.5;
    background: #8f8e8e;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -35px;
    left: 30px;
}

.cnt .cnt_adm h5 img {
    width: 54px;
    height: 54px;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;

}

.cnt .cnt_adm h5 .txt {
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    font-size: 25px;
    text-align: left;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 70px;
}

.cnt .cnt_adm h5 .small {
    font-family: 'noto-sans-cjk-jp', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
}

/********************************************************************/


.cnt .cnt_adm .txt {
    padding: 0 30px;
    text-align: left;
}

.cnt .cnt_adm .txt p {
    font-feature-settings: "palt";
    padding-bottom: 40px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.cnt .cnt_adm ul {
    padding-bottom: 40px;
    text-align: left;
}

.cnt .cnt_adm ul li {
    display: block;
    padding: 0 0 12px;
    text-align: left;
    line-height: 1.8;
}

.txt .notes_kome {
    font-size: 13px;
}

.cnt .cnt_adm ul li:last-of-type {
    padding: 0;
}


@media screen and (max-width : 750px) {

    .cnt .cnt_adm {
        width: 100%;
        margin: 0 auto 70px;
        padding: 65px 0 35px;
        background: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        position: relative;
        text-align: center;
    }

    .cnt .cnt_adm .btn1 .btn {
        width: 90%;
        margin-bottom: 0;
    }

    .cnt .cnt_adm .txt p {
        font-feature-settings: "palt";
        padding-bottom: 35px;
        letter-spacing: 0.1em;
    }

    .cnt .cnt_adm ul {
        padding-bottom: 35px;
    }

    .txt .notes_kome {
        font-size: 3.35vw;
    }









}