
#top-news .sec-inner{
    padding-top: 4rem;
    padding-bottom: 0;
}
#top-news .content-width{
    display: grid;
    grid-template-columns: 34.5rem 1fr;
    padding-left: 4.5rem;
    margin-right: 4rem;
    margin-left: 7rem;
    max-width: unset;
}
#top-news .content-box{
    margin-top: 6rem;
}

#top-news .sec-ttl-box{
    flex-grow: 1;
}
#top-news .sec-btn{
    margin-top: 3rem;
    text-align: right;
}
@media screen and (max-width: 1000px) {
    #top-news .content-width{
        grid-template-columns: 1fr;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    #top-news .sec-inner{
        padding-top: 2rem;
    }
    #top-news .content-width{
        grid-template-columns: 1fr;
        margin-left: unset;
        padding-left: 2rem;
    }
    #top-news .content-box{
        margin-top: 3rem;
    }

}

#top-concept{
    background: url(../img/top/concept_bg.png) no-repeat top center / cover;
}
#top-concept .sec-inner{
    padding-top: 8rem;
    padding-bottom: 13rem;

}
#top-concept .sec-ttl{
    margin-left: 3rem;
}
.top-concept__contents {
    /* padding-top: 27.5rem; */
    padding-top: 5rem;
    display: flex;
    gap: 12rem;
    justify-content: right;
    max-width: 100rem;
    margin-left: auto;
    margin-right: 3rem;
}
.top-concept__img {
    position: relative;
    width: calc(390/1000*100%);
    /* padding-left: 19rem; */

}
.top-concept__img img{
    max-width: 39rem;
    width: 100%;
    height: auto;
    aspect-ratio: 390/366;
    object-fit: cover;
}
.top-concept__img::before{
    content: "";
    position: absolute;
    /* top: -20rem; */
    top: 16rem;
    left: -9rem;
    background: url(../img/top/concept2.jpg) no-repeat center / cover;
    width: 23.4rem;
    height: 29.5rem;
}

.top-concept__body {
    width: calc(480/1000*100%);

}
#top-concept .sec-read{
    margin-top: 1rem;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;


}
#top-concept .sec-txt{
    margin-top: 0;

}
@media screen and (max-width: 1200px) {
    .top-concept__img::before{
        top: 10rem;
        left: -2rem;
    }
}
@media screen and (max-width: 1000px) {
    .top-concept__contents {
        gap: 5rem;
    }
    .top-concept__img::before{
        left: -6rem;
        width: 20.4rem;
        height: 28.2rem;
    }

}
@media screen and (max-width: 767px) {
    #top-concept .sec-inner{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .top-concept__contents{
        padding-top: 10rem;
        flex-direction: column;
        gap: 4rem;
        margin-right: 0;
    }
    #top-concept .sec-ttl{
        margin-left: 0;
    }

    .top-concept__img {
        width: 100%;
    }
    .top-concept__img::before{
        content: "";
        position: absolute;
        top: -7rem;
        left: -2rem;
        width: 20.4rem;
        height: 28.2rem;
    }


    .top-concept__body{
        width: 100%;
    }
}




#top-feature{
    background: #e6e2da;
    background:linear-gradient(rgba(230, 226, 218, 0.8), rgba(230, 226, 218, 0.8)),  url(../img/top/feature_bg.jpg) no-repeat center / cover;
}
#top-feature .sec-inner{
    padding-top: 8rem;
    padding-bottom: 9rem;
}

#top-feature .sec-ttl{
    text-align: center;
}
#top-feature .sec-ttl::before{
    left: 50%;
    transform: translateX(-50%);
}
#top-feature .sec-read{
    margin-top: 4rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;

}
#top-feature .sec-txt{
    margin-top: 3.6rem;
    letter-spacing: 0.1em;
}
#top-feature .sec-btn{
    margin-top: 8rem;
    text-align: center;
}
#top-feature .feature__top{
    margin-top: 8rem;
}
.feature__top .sec-read{
    font-family: "Sawarabi Gothic", sans-serif;
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.feature__top .sec-txt{
    font-size: 1.6rem;
    margin-top: 3.2rem;
    line-height: 2.4;
    letter-spacing: 0.06em;
    text-align: center;

}

#top-feature .feature__top-items{
    margin-top: 8rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:4rem 2rem;
    max-width: 80rem;
    margin-inline: auto;
    place-items: center;
}
#top-feature .feature__top-item{
    display: inline-block;
    padding: 4rem 2rem 3rem;
    background: #fff;
    border-radius: 50%;
    font-size: 1.6rem;
    font-family: "Sawarabi Gothic", sans-serif;
    line-height: calc(24/16);
    text-align: center;
    max-width: 22rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
}
#top-feature .feature__top-item::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #fff;
    border-radius: 50%;
    pointer-events: none;
  }
.feature__top-item::after{
    content: "";
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 2.5rem;
    background: url(../img/common/arrow-right.svg) no-repeat center / contain;
    transition: 0.3s;
}
.feature__top-item:hover::after{
    left: 55%;
}
.feature__top-item-ttl{
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}
.feature__top-item-img{
    margin-top: 2.5rem;
    max-width: 10rem;
    margin-inline: auto;
}
.feature__top-item:nth-child(2) .feature__top-item-img{
    margin-top: 2rem;
    max-width: 10rem;
}
.feature__top-item:nth-child(3) .feature__top-item-img{
    margin-top: 2rem;
    max-width: 11rem;
}
.feature__top-item:nth-child(4) .feature__top-item-img{
    margin-top: 1.5rem;
    max-width: 9rem;
}
.feature__top-item:nth-child(5) .feature__top-item-img{
    max-width: 12rem;
    margin-top: 2rem;
}
.feature__top-item:nth-child(6) .feature__top-item-img{
    margin-top: 1rem;
    max-width: 17.5rem;
}


.top-feature__items{
    margin-top: 8rem;
}
.top-feature__item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10rem;
    margin-left: 3rem;
}
.top-feature__item:nth-child(n+2){
    margin-top: 20rem;
    align-items: flex-start;
}
.top-feature__item:nth-child(even){
    flex-direction: row-reverse;
}
.top-feature__item-body{
    width: calc(480 / 1160 * 100%);

}
.top-feature__item-number{
    font-size: 10rem;
    line-height: 1;
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
}
.top-feature__item-img {
    margin-top: 9rem;
    width: 52%;
    position: relative;
}
.top-feature__item-img::before{
    content: "";
    position: absolute;
    top: -4rem;
    right: 3rem;
    width: 25.5rem;
    height: 24rem;
    background: #dfdbd2;
}

.main-img {
    max-width: 54rem;
    width: 100%;
    height: auto;
    aspect-ratio: 540 / 300;
    object-fit: cover;
    display: block;
    position: relative;
}

.sub-img {
    max-width: 25.7rem;
    position: absolute;
    right: -3rem;
    bottom: -14rem;
    width: 45%;
    height: auto;
    aspect-ratio: 257 / 377;
    object-fit: cover;
}

.top-feature__item:nth-child(2){
    margin-left: calc(50% - 50vw);
    gap: 16rem;
}
.top-feature__item:nth-child(2) .top-feature__item-img {
    margin-top: 0;
}
.top-feature__item:nth-child(2) .top-feature__item-img::before{
    content: "";
    position: absolute;
    top: unset;
    right: unset;
    bottom: -13rem;
    left: 6rem;
    width: 38.2rem;
    height: 24rem;
    background: #dfdbd2;
}

.top-feature__item:nth-child(2) .top-feature__item-body {
    margin-top: 6rem;
}
.top-feature__item:nth-child(2) .main-img {
    max-width: 53rem;
    aspect-ratio: 530 / 320;
    position: relative;
}

.top-feature__item:nth-child(2) .sub-img {
    right: -6rem;
    bottom: -28rem;

}
@media screen and (max-width: 767px) {
    #top-feature .sec-inner{
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
    #top-feature .feature__top{
        margin-top: 5rem;
    }
    .feature__top .sec-read{
        font-size: 2rem;
        text-align: left;
    }
    .feature__top .sec-txt{
        line-height: 2;
        font-size: 1.5rem;
        text-align: left;
    }
    #top-feature .feature__top-items{
        margin-top: 5rem;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 3rem;
    }
    #top-feature .feature__top-item {
        padding: 3rem 0 2rem;
        max-width: 18rem;
        max-height: 18rem;
    }
    #top-feature .feature__top-item::after{
        bottom: 2rem;
    }
    .feature__top-item-ttl{
        font-size: 1.4rem;
    }
    .feature__top-item-img{
        max-width: 8.5rem;
        margin-top: 2.3rem;
    }
    .feature__top-item:nth-child(2) .feature__top-item-img{
        margin-top: 1.3rem;
        max-width: 8rem;
    }
    .feature__top-item:nth-child(3) .feature__top-item-img{
        max-width: 8rem;
    }
    .feature__top-item:nth-child(4) .feature__top-item-img{
        margin-top: 1rem;
        max-width: 7rem;
    }
    .feature__top-item:nth-child(5) .feature__top-item-img{
        max-width: 10rem;
        margin-top: 2rem;

    }
    .feature__top-item:nth-child(6) .feature__top-item-img{
        margin-top: 1rem;
        max-width: 13rem;
    }

    #top-feature .sec-read{
        margin-top: 2rem;
        font-size: 2rem;
    }
    #top-feature .sec-txt{
        margin-top: 2rem;
    }
    #top-feature .sec-btn{
        margin-top: 5rem;
    }



}

@media screen and (max-width: 600px) {
    #top-feature .feature__top-items{
        margin-top: 5rem;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 3rem;
    }
    #top-feature .feature__top-item {
        padding: 2.5rem 0 2rem;
    }
    #top-feature .feature__top-item::after{
        bottom: 1.5rem;
    }
    .feature__top-item-img{
        max-width: 9rem;
        margin-top: 2rem;
    }
    .feature__top-item:nth-child(2) .feature__top-item-img{
        margin-top: 1.5rem;
        max-width: 8rem;
    }
    .feature__top-item:nth-child(3) .feature__top-item-img{
        max-width: 8.5rem;
        margin-top: 2rem;
    }
    .feature__top-item:nth-child(4) .feature__top-item-img{
        margin-top: 1.5rem;
        max-width: 7rem;
    }
    .feature__top-item:nth-child(5) .feature__top-item-img{
        max-width: 9.5rem;
        margin-top: 2rem;

    }
    .feature__top-item:nth-child(6) .feature__top-item-img{
        margin-top: 0.8rem;
        max-width: 12rem;
    }


}
@media screen and (max-width: 400px) {
    #top-feature .feature__top-item::after{
        bottom: 1rem;
    }
    .feature__top-item-img{
        max-width: 8.5rem;
        margin-top: 1.5rem;
    }
    .feature__top-item:nth-child(2) .feature__top-item-img{
        margin-top: 1.3rem;
        max-width: 7rem;
    }
    .feature__top-item:nth-child(3) .feature__top-item-img{
        max-width: 7rem;
        margin-top: 1.5rem;
    }
    .feature__top-item:nth-child(4) .feature__top-item-img{
        margin-top: 0.8rem;
        max-width: 6rem;
    }
    .feature__top-item:nth-child(5) .feature__top-item-img{
        max-width: 9rem;
        margin-top: 1rem;

    }
    .feature__top-item:nth-child(6) .feature__top-item-img{
        margin-top: 0.8rem;
        max-width: 12rem;
    }


}


#top-work .sec-inner{
    padding-top: 7rem;
    padding-bottom: 9rem;
}
#top-work .content-width{
    max-width: 120rem;
    margin-inline: auto;
}
#top-work .top-work__head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#top-work .sec-btn{
    margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
    #top-work .sec-inner{
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
}
#top-voice{
    padding: 3rem 0 5rem;
    background: url(../img/top/voice_bg.jpg) no-repeat center / cover;
    color: #fff;
}
#top-voice .content-width{
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
}
#top-voice .sec-read{
    margin-top: 9.5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;

}
#top-voice .sec-txt{
    margin-top: 2.5rem;
}
#top-voice .sec-btn{
    margin-top: 5rem;
}
#top-voice .sec-btn a{
    background: #fff;
    color: #000;
}
#top-voice .top-voice__slide{
    margin-right: calc(50% - 50vw);
    width: 60.5%;
}
#top-voice .top-voice__slide .slick-track{
    display: flex;
    gap: 6rem;
}
#top-voice .slick-prev {
    top: -7rem;
    left: unset;
    right: 13rem;
    border: 1px solid #fff;
    border-radius: 20px 0 0 0 ;
    width: 5rem;
    height: 5rem;
}
#top-voice .slick-next {
    top: -7rem;
    right: 6rem;
    border: 1px solid #fff;
    border-radius: 0 0 20px 0 ;
    width: 5rem;
    height: 5rem;
}
@media screen and (max-width: 1200px) {
    #top-voice .top-voice__slide{
        margin-right: unset;
    }
}
@media screen and (max-width: 767px) {
    #top-voice{
        padding: 2rem 0;
    }
    #top-voice .content-width{
        flex-direction: column;
    }
    #top-voice .sec-read{
        margin-top: 5rem;
    }

    #top-voice .top-voice__slide{
        width: 100%;
    }
    #top-voice .slick-prev {
        top: -3rem;
        left: unset;
        right: 8rem;
        border: 1px solid #fff;
        border-radius: 20px 0 0 0 ;
        width: 3.5rem;
        height: 3.5rem;
    }
    #top-voice .slick-next {
        top: -3rem;
        left:unset;
        right: 2rem;
        border: 1px solid #fff;
        border-radius: 0 0 20px 0 ;
        width: 3.5rem;
        height: 3.5rem;
    }

}

#top-instagram .sec-inner{
    padding: 8rem 0 7rem;
}

#top-instagram .sec-ttl{
    text-align: center;
    margin: 0 0 5.4rem;
}
#top-instagram .sec-ttl::before{
    left: 50%;
    transform: translateX(-50%);
}
#sb_instagram{
    padding-bottom: 0!important;
}
#sb_instagram #sbi_images{
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 0 2rem;
}
#sb_instagram #sbi_images .sbi_item{
    max-width: 26rem;
}
#sb_instagram .sbi_photo img{
    width: 100%;
    height: auto;
    aspect-ratio: 260/360;
    object-fit: cover;
}
#sb_instagram #sbi_images .sbi_item:nth-child(odd){
    margin-top: 4rem!important;

}
#top-instagram .sec-btn{
    margin-top: 8rem;
    text-align: center;
}
#top-instagram .sec-btn a{
    padding-left: 5.5rem;
    position: relative;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
}
#top-instagram .sec-btn a::before{
    content: "";
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.9rem;
    z-index: 1;
    background: url(../img/common/instagram.png) no-repeat center / contain;
}
@media screen and (max-width: 767px) {
    #top-instagram .sec-inner{
        padding: 6rem 0 5rem;
    }

    #sb_instagram #sbi_images{
        overflow-x: scroll;
        justify-content: flex-start;
    }
    #sb_instagram #sbi_images .sbi_item{
        min-width: 26rem;
    }
    #top-instagram .sec-btn{
        margin-top: 6rem;
    }
}


#top-company{
    background: url(../img/top/company_bg.png) no-repeat center / cover;

}
#top-company .sec-inner{
    padding: 5rem 0 9rem;
}
#top-company .content-width{
    display: flex;
    padding-left: 5rem;
    padding-right: 5rem;
}
#top-company .sec-ttl-box{
    flex-grow: 1;
}
#top-company .top-company__body{
    margin-top: 4rem;
    width: calc(580 / 1160 * 100%);
}
#top-company .top-company__body .sec-btn{
    margin-top: 3rem;
    text-align: right;
}

@media screen and (max-width: 768px) {
    #top-company .sec-inner{
        padding: 3rem 0 3rem;
    }
    #top-company .content-width{
        flex-direction: column;
        padding: 0 2rem;
    }
    #top-company .top-company__body{
        width: 100%;
        margin-top: 3rem;
    }
}
