@charset "UTF-8";
.modal__body a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
#index .section4__inner {
    background: #fda6ac;
}
#index .kv__copy {
    width: 189px;
    top: 289px;
    left: 59px;
}
#index .article__txt a {
    color: #97caeb;
    transition: opacity .3s;
}
#index .article__txt a:hover {
    opacity: .4;
}
#index .section4__txt-2 {
    background: #fff4f4;
    color: #fc9097;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
.video {
    background: #a39383;
    padding: 50px 0;
    margin-bottom: 75px;
    z-index: 1;
    position: relative;
}
.video:last-of-type {
    margin-bottom: 30px;
}
.section4__videotxt {
    position: absolute;
}
.video-wrap {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}
.video-wrap div {
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#index .article__txt ul li:nth-of-type(n + 2) {
    padding-top: 2em;
}
#index .article__txt ul li span {
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    font-size: 21px;
    display: block;
}
#index .article__txt .note {
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 2em;
}
@media screen and (min-width:768px),print {
    #index .kv {
        background-image: url(./../img/4go/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: 82px;
        top: 198px;
        left: 802px;
    }
    #index .article {
        width: 100%;
    }
    #index .section4__btn {
        padding-top: 47px;
    }
    #index .article h3, #index .article__name, #index .article__txt, #index .article__img{
        width: 500px;
        margin: 0 auto;
    }
    #index .section4__ttl {
        width: 184px;
    }
    #index .section4__txt {
        width: 425px;
    }
    #index .article_ttl1, #index .article_ttl2, #index .article_ttl3, #index .article_ttl4{
        width: auto;
    }   
    #index .article h3 {
        padding: 0 22px 34px;
    }
    #index .article__name {
        padding: 0 22px 8px;
    }
    #index .article__txt {
        padding: 0 22px 35px;
    }
    #index .article__img + .article__img {
        margin-top: -25px;
    }
    .modal__body-chakuyou-description {
        display: block;
    }
    .modal__body-chakuyou-description li+.modal__body-chakuyou-description-contact {
        margin-top: 2em;
    }
    .modal__body-inner {
        justify-content: initial;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv {
        background-image: url(./../img/4go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__copy {
        width: 25.2vw;
        top: 50.53vw;
        left: 7vw;
        animation: blur-anim 1.5s 1s forwards;
    }
    #index .kv__tokusyu {
        width: 16.4vw;
        right: 4vw;
        top: 48.666vw;
        animation: none;
        opacity: 1;
    }
    #index .article {
        width: 100vw;
    }
    #index .article h3, #index .article__name, #index .article__txt, #index .article__img{
        width: 86.66667vw;
        margin: 0 auto;
    }
    #index .section4__txt-2 {
        font-feature-settings: "palt";
    }
    .video {
        padding: 8.66vw 0;
        margin-bottom: 15vw;
    }
    .section4__videotxt {
        width: 9vw;
        top: 2.1vw;
    }
    .video:last-of-type {
        margin-bottom: 5vw;
    }    
    #index .article__img + .article__img {
        margin-top: -6vw;
    }
    #index .section4__ttl {
        width: 49vw;
    }
    #index .section4__txt {
        width: 93.33vw;
    }
    #index .article_ttl1 {
        width: 25.76vw;
    }
    #index .article_ttl2 {
        width: 78.66vw;
    }
    #index .article_ttl3 {
        width: 46.5vw;
    }
    #index .article_ttl4 {
        width: 46.34vw;
    }
    #index .article__txt ul li span {
        font-size: 22.5px;
    }
}