@charset "UTF-8";

#index .section4__inner {
    background: #4e638c;
}
#index .kv__copy {
    width: 121px;
    top: 225px;
    left: 783px;
}
#index .kv__copy2 {
    width: 260px;
    top: 470px;
    left: 90px;
}
#index .article__txt a {
    color: #97caeb;
    transition: opacity .3s;
}
#index .article__txt a:hover {
    opacity: .4;
}
#index .section8__inner-2 {
    font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
}
#index .section8__inner-2 h3 {
    font-family: "Shuei NijimiMGo B","Noto Sans JP",sans-serif;
}
#index .section8__lefttxt {
    z-index: 1;
}
@media screen and (min-width:768px),print {
    #index .kv {
        background-image: url(./../img/3go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        width: 400px;
        position: absolute;
        top: 40px;
        left: 45px;
    }
    #index .kv__logo {
        width: 93.3px;
        top: 35px;
        left: 796px;
    }
    #index .kv__tokusyu {
        width: 210px;
        position: absolute;
        top: 284px;
        left: 54px;
    }
    #index .section4__ttl {
        width: 116px;
    }
    #index .section4__txt {
        width: 418px;
    }
    #index .article_ttl1, #index .article_ttl2, #index .article_ttl3, #index .article_ttl4{
        width: auto;
    }   
    #index .section8__inner-2-texts {
        width: 460px;
    }
    #index .article h3 {
        padding: 0 22px 34px;
    }
    #index .article__name {
        padding: 0 22px 8px;
    }
    #index .article__txt {
        padding: 0 22px 35px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv {
        background-image: url(./../img/3go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__copy {
        width: 22.4vw;
        top: 50.666vw;
        right: 2.66667vw;
        left: auto;
        animation: blur-anim 1.5s 1s forwards;
    }
    #index .kv__tokusyu {
        width: 16.48vw;
        left: 5.333vw;
        top: 50.666vw;
        animation: none;
        opacity: 1;
    }
    #index .section4__ttl {
        width: 36.4vw;
    }
    #index .section4__txt {
        width: 86.35vw;
    }
    #index .article_ttl1 {
        width: 81.93vw;
    }
    #index .article_ttl2 {
        width: 80.85vw;
    }
    #index .article_ttl3 {
        width: 47.14vw;
    }
    #index .article_ttl4 {
        width: 56.41vw;
    }
}