/* -------------------------------------------------- */
/*   PC_TOP   */

/* mv */

.mv {
     position: relative;
     padding: 0;
 }
 
 .mv img {
     margin-top: 0;
 }

.mv_inner {
     max-width: 1100px;
     margin: 0 auto;
     position: relative;
 }

.mv_text {
    position: absolute;
    top: 311px;
    left: 0;
    z-index: 10;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
 }

.mv_text img {
     max-width: 946.5px;
 }
 
/*スライダー*/

.slick-box00-01 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.slick-dots-00-01 {
    position: absolute;
    bottom: 3rem;
    text-align: center;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots-00-01 li {
    display: inline-block;
    margin: 0 15px;
}

.slick-dots-00-01 li button {
    position: relative;
    text-indent: -9999px;
}

.slick-dots-00-01 li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
    font-size: 1rem;
    color: #fff;
    text-indent: 0px;
}

.slick-dots-00-01 .slick-active button::before {
    color: #01693f;
}

.slick-box00-01 .slider-image {
    height: 600px;
    object-fit: cover;
    width: 100%;
}

.slick-box00-01::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*スライダーここまで*/

 section {
    padding: 100px 0;
    margin: 0 auto;
}

.news .h2 {
    background: url(../img/index-top/h2_bg_news.jpg) no-repeat center / contain;
}

.news .wrap,
.about-us .wrap {
    max-width: 840px;
    
}

.news ul li {
    border-top: 1px dotted #999999;
}

.news ul li:last-of-type {
    border-bottom: 1px dotted #999999;
}

.news ul li a {
    padding: 20px 0;
}

.news ul li a .day {
    font-weight: bold;
}

.news ul li a .label {
    margin: 0 6.25%;
}

.news ul li a p {
    width: 67.5%;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li a.new p {
    padding-left: 45px;
    position: relative;
}

.news ul li a.new p::after {
    content: url(../img/common/news.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 10px;
}

section.bg-gray{
    background-color: #f2f2f2;
}

.pick-up {
    padding-bottom: 50px;
}

.pick-up .h2 {
    background: url(../img/index-top/h2_bg_pickup.jpg) no-repeat center / contain
}


.event .h2 {
    background: url(../img/index-top/h2_bg_events.jpg) no-repeat center / contain;
}

.event .event-archive {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.event .event-archive .btn {
    margin-top: 10px;
}


.about-us .h2 {
    background: url(../img/index-top/h2_bg_about.jpg) no-repeat center / contain;
    max-width: 1140px;
}

.about-us .about_title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 6px;
    /* margin-right: 8.7%; */
    margin-right: 0;
    text-align: center;
}

.about-us .about_title span {
    background:linear-gradient(transparent 70%, #FFFF00 0%);
    padding-bottom: 2px;
}

.about-us img {
    max-width: 127px;
}

.about-us .about_text {
    font-weight: bold;
    margin-top: 50px;
}

.about-us .about_text p {
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
}

.about-us .about_text p:last-of-type {
    margin-bottom: 0;
}

.service .h2 {
    background: url(../img/index-top/h2_bg_service.jpg) no-repeat center / contain;
}

.service .read_text {
    margin-bottom: 60px;
    text-align: center;
}

.service .read_text span {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 6px;
    background:linear-gradient(transparent 70%, #FFFF00 0%);
    max-width: 550px;
    padding-left: 10px;
    margin: 0 auto;
    padding-bottom: 2px;
}

.service .content {
    margin-top: 50px;
}

.service img {
    max-width: 690px;
    width: 62.72%;
}

.service .content_r {
    max-width: 350px;
    width: 31.81%;
}

.service .green_text {
    color: #b6cb4b;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
}

.service .title_text {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 4px;
}

.service .text {
    line-height: 1.8;
    letter-spacing: 2px;
}

.service .btn {
    margin-top: 50px;
}

.service .content_r .attention {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: 1px;
}


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

/* SP_ TOP */
     /* -------------------------------------------------- */

     /* btn */
     .btn {
         margin-top: 50px;
     }

     .btn a {
         font-size: 16px;
     }

    section {
        padding: 70px 0 80px;
        margin: 0 auto;
    }

    
    .mv .mv_text {
        top: 180px;
    }
    .mv .mv_text img {
        width: 92%;
        margin: inherit;
    }

    /*スライダー*/
    
    .slick-box00-01 .slider-image {
        height: 400px;
        object-fit: cover;
    }
    .slick-dots-00-01 {
        position: absolute;
        bottom: 2rem;
        text-align: center;
        z-index: 4;
        left: 50%;
        transform: translateX(-50%);
    }
    .slick-dots-00-01 li {
        margin: 0 2.53333vw;
    }
    .slider-image {
        width: 100%;
    }
    .slick-box00-01::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    /*スライダーここまで*/

    .news .h2 {
        background: url(../img/index-top/h2_bg_news_sp.jpg) no-repeat center / contain;
    }

    .news ul li a .label {
        margin: 0 40% 0 20px;
    }

    .news ul li a p {
        margin-top: 10px;
        line-height: 1.5;
    }

    .pick-up {
        padding-bottom: 40px;
    }

    .pick-up .h2 {
        background: url(../img/index-top/h2_bg_pickup_sp.jpg) no-repeat center / contain;
    }

    .pick-up .h2 p {
        background-position: 230% center;
        background-size: 85% 85%;
    }

    .event .h2 {
        background: url(../img/index-top/h2_bg_events_sp.jpg) no-repeat center / contain;
    }

    .event .h2 p {
        background-position: 235% center;
        background-size: 85% 85%;
    }

    .about-us .grid-x {
        flex-direction: column-reverse;
    }

    .about-us .h2 {
        background: url(../img/index-top/h2_bg_about_sp.jpg) no-repeat center / contain;
    }

    .about-us .about_title {
        margin-right: 0;
        text-align: center;
        font-size: 20px;
    }

    .about-us .about_title span {
        padding-bottom: 0;
        background:linear-gradient(transparent 70%, #FFFF00 0%);
    }

    .about-us img {
        margin: 0 auto 30px;
    }

    .service .h2 {
        background: url(../img/index-top/h2_bg_service_sp.jpg) no-repeat center / contain;
    }

    .service .read_text {
        margin: 0 auto;
        text-align: center;
    }

    .service .read_text span {
        padding-bottom: 0;
        line-height: 1.8;
        background:linear-gradient(transparent 70%, #FFFF00 0%);
        font-size: 20px;
        letter-spacing: 5px;
    }

    .service .grid-x {
        display: block;
    }

    .service .grid-x img,
    .service .grid-x .content_r {
        width: 100%;
        max-width: inherit;
    }

    .service .content {
        margin-top: 60px;
    }

    .service .content img {
        margin-bottom: 20px;
    }

    .service .green_text {
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .service .title_text {
        margin-bottom: 20px;
        font-size: 28px;
        letter-spacing: 2px;
    }

    .service .btn {
        margin-top: 30px;
    }
}