@charset 'UTF-8';
/*  Add Custom CSS here.  */

@media only screen and (max-width: 768px) {
    .top__nav__footer nav .header__inner .header__gnavi ul {
        margin: 0 12%;
    }
}
.inpage .mainImg .main__img__white {
    background: none;
}

.inpage .mainImg .main__img__white .main__img__white__bg {
    background: #fff;
    height: 140px;
}





.top__visual .top__visual__box .top__visual__style1 {
    background: none;
    padding: 0;
}

#top .top__reason .top__reason_box .top__reason__list .reason__list__item__box {

    vertical-align: top;
}

#top .top__reason .top__reason_box .top__reason__list .reason__list__item__box img {
    z-index: 99;
}

.top__visual .top__visual__box .visual__box__ttl3 a {
    background: #43acee;
    text-align: center;
    padding-top: 0;
    margin-top: 2px;
    line-height: 26px;
    padding-bottom: 3px;
    display: block;
}

/*vqt Effect:*/

.top__style__01 {
    padding: 39px 50px;
    background: #fff;
}

.boxV .boxV__alive {

    display: block;
    position: relative;
    overflow: hidden;
}

.boxV .boxV__alive:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #43acee;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -o-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.boxV.active .boxV__alive:before {
    -webkit-animation: loadTriggerAnime1 1.25s cubic-bezier(1, 0, 0, 1);
    animation: loadTriggerAnime1 1.25s cubic-bezier(1, 0, 0, 1);
}

.boxV .boxV__alive .boxV__alive__txt {
    color: #000;
    font-size: 22px;
    opacity: 1;
    visibility: hidden;
}

.boxV.active .boxV__alive .boxV__alive__txt {
    opacity: 1;
    visibility: visible;
    -webkit-animation: loadTriggerAnime2 1.25s cubic-bezier(1, 0, 0, 1);
    animation: loadTriggerAnime2 1.25s cubic-bezier(1, 0, 0, 1);
}


/* iziModal end */
@media only screen and (max-width: 768px) {
    .inpage .mainImg .main__img__white .main__img__white__bg {
        height: 100px;
    }

    #top .top__visual {
        display: block !important;
    }
    
    
    .top__visual .top__visual__box .top__visual__style1{
        bottom: 0;
        top: auto;
        width: 300px;
        height: auto;
    }
    
    .top__style__01{
        padding: 15px;
    }
    
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

body{
    min-width: 1140px;
}

}
@media only screen and (min-width: 1000px) {
    .top__visual .top__visual__box .top__visual__style1 {
        top: -50px;
    }
    .Gnavi nav {
        padding: 18px 0;
    }
}
#top .top__reason .top__reason_box .top__reason__list .btn__style a{
    background: #fff;
}