@charset "UTF-8";
/*
Please Write this css !
*/

.topicpath {
    position: relative;
    z-index: 100;
    margin-top: 0;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -4rem
}
.topicpath li {
    color: #2099d3
}

.topicpath li.is-here {
    color: #fff
}
.sec-concept .swiper-slide {
    height: auto !important;
}

main .sec-concept .concept-swiper .swiper-slide .txt-box hgroup h3 {
    text-transform: none;
}

/*Only PC*/
@media screen and (min-width: 768px) {
    main section .sec-ttl {
        top:125px
    }
}

/*Only SP*/
@media screen and (max-width: 767px) {
    main section .sec-ttl {
        top:90px;
    }
    .topicpath {
        display: none;
}



