.o-kv-slider_slide_text {
    bottom: -2.3vw;
}

.o-kv_slider_m {
    position: relative;
    top: 0;
    left: 0%;
    width: 80%;
    height: 100%;
    pointer-events: none;
}

.matter-title {
    padding-left: 0% !important;
    padding-top: 2vw;
    width: 86%;
}

#mainVisual .image01 img {
    object-position: bottom;
}

#mainVisual .image01 {
    line-height: 1.5;
}

#mainVisual .title-desc {
    padding-right: 2vw !important;
}

#mainVisual .title-desc-inner {
    font-size: 13px;
    border-left: solid 3px #5a5a61;
    padding-left: 3vw;
    margin-left: -3vw;
}

#mainVisual .slider_slide_text_desc {
    left: 22vw;
    bottom: 0.4vw;
}

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

@media screen and (max-width: 767px) {
    .o-kv_slider_m {
        width: calc(100% - 30px);
    }

    .o-kv-slider_slide_text {}


    #mainVisual .image01 {
        padding-top: 0;
        height: auto;
    }

    #mainVisual .image01 img {
        position: relative;
    }

    #mainVisual .slider_slide_text_desc {
        bottom: 1.4vw;
        left: 33vw;
    }

    #example {
        margin-top: 0;
    }
}

/* Contact */

.contact-container {
    padding: 0 !important;
}

#contact-form .vessel {
    padding: 3vw 8vw 3vw 14.5vw;
}

#contact-form .contact-title {
    font-size: 1.7vw;
    margin-bottom: 3vw;
}

#contact-form .form-desc p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

#contact-form .contact-photo {
    width: 80%;
}

#contact-form .contact-photo td {
    height: 160px;
}

#contact-form .contact-photo .photo1 {
    width: 65%;
}

#contact-form .contact-photo .photo2 {
    width: 35%;
}

#contact-form .contact-photo td img {
    height: 8vw;
}

.contact-wrap {
    background: #fff;
    padding: 7vw 15vw;
    margin-right: 6.5vw;
    margin-top: 6vw;
}

#contact-form input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'] {
    width: 100%;
    line-height: 2.4rem;
}

#contact-form textarea {
    width: 100%;
    height: 10vw;
    padding: 0 1.5vw;
}


#contact-form select {
    width: 100%;
    height: 2.9rem;
    padding: 0 1.5vw;
}

.input-wrap {
    margin-top: 2vw;
}

.input-wrap p {
    margin-bottom: 0.3rem;
}

.input-inner {
    padding: 0 1.5vw;
}

.radio-check {
    border: solid 1px;
    border-radius: 3px;
    padding: 5px 20px;
}

.radio-right {
    margin-left: 3vw;
}

.error-message {
    /*display: none;*/
}

.button-wrap {
    padding: 5vw 5vw 1vw 5vw;
}

.error-message {
    color: red;
}

.form-end {
    margin-top: 3vw;
    margin-bottom: 3vw;

}

.form-end p {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
}

#contact-form input[type='submit'],
input[type='button'] {
    padding: 0.3vw 0;
    width: 13vw;
    font-size: 1.3rem;
    color: #fff;
    background-color: #A5A5AC;
    border: none;
}

#contact {
    margin-top: 7vw;
    margin-right: 6.5vw;
}

.form-desc{
    visibility: hidden;
}

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

    #contact-form input[type='submit'],
    input[type='button'] {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #contact-form .vessel {
        padding: 10vw 30px 3vw 30px;
    }

    #contact-form .contact-title {
        font-size: 1.2rem;
    }

    #contact-form .contact-photo {
        width: 100%;
    }

    #contact-form .contact-photo td img {
        height: 23vw;
    }

    .contact-wrap {
        margin-top: 10vw;
        padding: 12vw 8vw;
        margin-right: 0;
    }

    #contact-form textarea {
        height: 25vw;
    }

    #contact-form input[type='submit'],
    input[type='button'] {
        padding: 0.3vw 0;
        width: 45vw;
    }

    .input-wrap {
        margin-top: 7vw;
    }

    #contact {
        margin-top: 3vw;
        margin-right: 0;
    }

    .form-desc{
        display: none;
    }

}