@charset "UTF-8";

.bnr_frontpage {
    text-align: center;
    margin: 0px auto 100px;
}
.bnr_frontpage a {
    display: inline-block;
    padding: 0 4%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: opacity 0.3s ease 0s;
}
.bnr_frontpage a:hover {
    opacity: 0.5;
}
.bnr_frontpage img {
    width: 100%;
    max-width: 615px;
    height: auto;
    text-align: center;
}
.logo_topForMobile {
    display: none;
    text-align: center;
    margin: 28% auto 25%;
}
.logo_topForMobile img {
    width: 50%;
    max-width: 303px;
    height: auto;
}
.topMainImage {
    padding: 123px 0 0;
}
.topMainImage img {
    width: 100%;
    height: auto;
}
.topMainImage ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.topMainImage a {
    transition: opacity 300ms 0s ease;
}
.topMainImage a:hover {
    opacity: 0.5;
}
.topics {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 48px 6% 80px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}
.topics .grid-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.topics .grid-wrap .inner {
    width: 50%;
    padding: 0 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.topics .grid-wrap .inner h3 {
    color: #6ECBF2;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    text-align: center;
    margin: 35px auto 0;
}
.topics ul {
    border-top: 1px solid #c8beac;
    margin: 20px auto 0;
}
.topics ul li {
    line-height: 1.8;
    border-bottom: 1px solid #c8beac;
}
.topics ul li time {
    position: relative;
    display: inline-block;
    color: #999999;
    font-size: 12px;
    letter-spacing: 0.05rem;
    margin: 0 0.5rem 0 0;
}
.meta-term {
    color: #fff;
    display: inline-block;
    width: 60px;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0;
    margin: 0 0.5% 2px 0;
    background: #00a99d;
}
.meta-term.part-timer {
    background: #00a99d;
}
.meta-term.mid-career {
    background: #767cba;
}
.meta-term.new-graduate {
    background: #00a99d;
}
.meta-term.new-topics {
    background: #775c2f;
}
.topics ul li p {
    letter-spacing: 0.08rem;
    margin: 0;
}
.topics ul li a {
    color: #333;
    display: block;
    font-size: 100%;
    text-decoration: none;
    transition: opacity 300ms 0s ease;
    padding: 15px 0;
}
.topics ul li a:hover {
    opacity: 0.5;
}
.btn_view {
    color: #775c2f;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 1;
    transition: all .3s ease 0s;
    margin: 18px auto 0;
}
.btn_view a {
    color: #333;
    text-decoration: none;
}

/* トップページバナー追加 2020.06.29 */
.bnr-toNursery {
    margin: 0 auto 100px;
}
.bnr-toNursery .inner {
    max-width: 630px;
    margin: 0 auto;
}
.bnr-toNursery .inner a img , .bnr-toNursery-sp .inner a img {
    width: 100%;
    height: auto;
}
.bnr-toNursery-sp {
    display: none;
}
@media screen and ( max-width:768px ) {
    .bnr-toNursery {
        display: none;
    }
    .bnr-toNursery-sp {
        width: 90%;
        max-width: 600px;
        display: block;
        margin: 0 auto 80px;
    }
}

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

    .topMainImage {
        padding: 56px 0 0;
    }

    .topics {
        padding: 10% 6% 5%;
    }
    .topics .grid-wrap {
        display: block;
    }
    .topics .grid-wrap .inner {
        width: 100%;
        padding: 0;
        margin: 10% auto 0%;
    }
    .topics .grid-wrap .inner h3 {
        font-size: 16px;
        letter-spacing: 0.05rem;
        text-indent: 0.05rem;
    }
    .topics ul li time {
        font-size: 11px;
    }
    .topics ul li p {
        font-size: 13px;
    }
    .topics ul li a {
        padding: 8px 0;
    }
    .btn_view {
        font-size: 12px;
        margin: 18px auto 55px;
    }

}