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

    #all {
        width: 100%;
    }

    #mainvisual {
        width: 100%;
    }

    #header #nav ul  {
        display: block;
    }

    .images {
        margin-right: 64%;
    }

    #header #nav ul li{
        padding:  0px 20px;
    }

    #header #nav ul li .bar{
        padding-bottom: 10px;
        text-decoration: none;
    }

    .btn-trigger {
        position: fixed;
        z-index: 100;
        right: 20px;
        width: 34px;
        height: 28px;
        cursor: pointer;
    }

    .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #383838;
        border-radius: 4px;
    }

    .btn-trigger,
    .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }

    .btn-trigger span:nth-of-type(1) {
        top: 0;
    }

    .btn-trigger span:nth-of-type(2) {
        top: 12px;
    }

    .btn-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    #btn.active span {
        background-color: #fff
    }

    #btn.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }

    #btn.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-btn-bar02 .8s forwards;
    }

    @keyframes active-btn-bar02 {
        100% {
            height: 0;
        }
    }

    #btn.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
    }

    #header #nav {
        position: fixed;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        background-color: rgba(0, 0, 0, 0.7);
        padding-top: 80px;
    }

    #header #nav ul li  {
        margin-bottom: 40px;
    }


    #header #nav ul li a {
        font-size: 20px;
        color: #fff;
        margin-bottom: 40px;
    }

    #mainslide .slick-slide img {
        width: 100%;	
        height: auto;}
    #mainslide .slick-next {  
          right: 10px;	z-index: 1;
    }
    #mainslide .slick-prev {   
     left: 10px;	
    z-index: 1;
    }

.slick01 img{
    height: 400px;
    object-fit: cover;
}

#mainslide .slide-message  .slide-message-top{
    font-size: 20px;
    margin-bottom: 15px;
}

#mainslide .slide-message{
    width: 90%;
    padding: 20px 0;
}

#mainslide .slide-message .slide-message-bottom {
    font-size: 18px;
}

.kit2{
    display: block;
    margin: 0 auto;
}

.item{
    width: 98%;
    padding: 20px 20px 10px 20px;
}

.iro {
padding: 0 40px 40px 47px;
font-size: 14px;
}

#mainvisual .text {
    position: absolute;
    color: black;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:pink;
    opacity: 0.7;
    padding: 23px 0;
    width: 55%;
    text-align: center;
    padding: 10px 20px 10px 20px;
}

.text1{
    font-size: 30px;
}

.text2{
    font-size: 18px;
    padding: 0 20px 0 40px;
}

.text2 span{
    display: inline-block;
}

.customer1 .title  {
    display: block;
}

.voice h3{
    font-size: 25px;
}

.title{
    padding: 20px 50px 20px 75px;
}

br{
    display: none;
}

/* .imagephoto{
    display: block;
    object-position: top;
} */

.tel2 img{
    margin: 0px 0px 20px 54px;
    padding: 20px 20px 20px 20px;
    width: auto;
    height: auto;
}

.tel1 p{
font-size: 14px;
margin: 0px -50px 0px -2px;
}

.customer2 .titleb {
    display: block;
}

.titleb{
    padding: 20px 50px 20px 75px;
}

.pc1 img{
    margin: 0px 0px 20px 54px;
    padding: 20px 20px 20px 20px;
    width: auto;
    height: auto;
}

.pc2 p{
    font-size: 14px;
    margin: 0px -50px 0px -2px;
}    

/* .voice .pc2{
    margin-left: 30px;
} */

.pc2{
    padding-left: 40px;
}

.color {
    position: relative;
    overflow: hidden;
}

.indexa{
    position: absolute;
    top: 15%;
    left: 21%;
    transform: translate(-41%, -14%);
    padding: 16px 30px 90px 30px;
    width: 30%;
    height: 5%;
    border-radius: 4%;
}

.indexb{
    position: absolute;
    top: 28%;
    left: 72%;
    transform: translate(-50%, -50%);
    padding: 16px 30px 90px 30px;
    width: 30%;
    height:5%;
    border-radius: 4%;
}

.indexc{
    position: absolute;
    top: 76%;
    left: 25%;
    transform: translate(-50%, -50%);
    padding: 16px 30px 90px 30px;
    width: 30%;
    height: 5%;
    border-radius: 4%;
}

.indexd{
    position: absolute;
    top: 76%;
    left: 72%;
    transform: translate(-50%, -50%);
    padding: 16px 30px 90px 30px;
    width: 30%;
    height: 5%;
    border-radius: 4%;
}

h4 {
    text-align: center;
    padding: 0 6px;
    font-size: 18px;
    margin-bottom: 10px;
}

.index1{
    font-size: 12px;
    padding: 0 2px;
}

.color p{
margin: 0 10px 0 10px;}

.corporate{
    font-size: 17px;
}

.contact{
    font-size: 18px;
}

.end{
    width: 70%;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 6%;
}

.link1{
    font-size: 16px;
}

.contact:hover{
    background-color: #3f51b5;
    transition-duration: 7s 
    /* 時間差の変化をつける時 上の*/
}

.color img{
    width: 150%;
}
}