@charset "UTF-8";

/* #keyvis {
    background-repeat: no-repeat;
    background-image: url(../img/top/mv_img01.png);
    background-size: cover;
    height: 71vh;
    display: flex;
    align-items: center;
    background-position: center;
    margin-top: 90px;
} */
/* ---------main-visual-------- */

#main-visual {
    overflow: hidden;
        margin-bottom: 3rem;
}

#main-visual img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.sliderArea.w300 {
    max-width: 300px;
}

.slick-slide {
    margin: 0 5px;
}

.slick-slide img {
    width: 100%;
    height: 55vh;
    object-fit: cover;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
    overflow: visible;
}

.full-screen.slider {
    max-width: 100%;
    margin: 0 auto;
}

/* ---------ABOUT-------- */

#about {
    background: #222;
    border-radius: 1.5rem;
    color: #fff;
    margin-bottom: 5rem;
}

.about-detail {
    padding: 4rem;
}

dl.about-txt {
    padding-bottom: 3rem;
}

.about-box dl dt {
    font-size: 65px;
    line-height: 95px;
    font-weight: 800;
    padding-bottom: 3rem;
}

.about-box dl dd {
    width: 50%;
    font-size: 20px;
    line-height: 40px;
}

/* ---------ABOUT-------- */

/* ---------TOPICS-------- */

#topics dl {
    position: relative;
}

#topics dl a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-list {
    overflow: inherit !important;
}

.slick__inner {
    width: min(100%, 1120px);
}

.slick__container {
    position: relative;
    /* インナー幅から片側をはみ出させる */
    width: calc(100% + (100vw - 100%) / 2);
    /* / インナー幅から片側をはみ出させる */
}

.slick__images {}

.slick__prev,
.slick__next {
    position: absolute;
    top: -80px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #18212b;
    background: #fff;
}

.slick__prev {
    /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
    right: calc((100vw - 100%) + (30px + 50px + 15px));
}

.slick__next {
    /* (インナー幅の右端) + (画像のマージン) */
    right: calc((100vw - 100%) + (30px));
}

.slick__prev:before,
.slick__next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #18212b;
    border-right: 1px solid #18212b;
    opacity: 1;
    content: '';
}

.slick__prev:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.slick__image {
    position: relative;
    width: 645px;
    margin-right: 30px;
}

/* .slick__image:before {
    display: block;
    padding-top: calc((2 / 3) * 100%);
    content: '';
} */

.slick__image dl a {
    color: #000;
}

.slick__image dl dd {
    font-size: 1.5rem;
}

.slick__image img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

/* ---------TOPICS-------- */

/* ---------INULL BG-------- */

/* ---------INULL BG-------- */

/* ---------works -------- */

#works {
    background: #efefef;
    border-radius: 1.5rem;
    padding: 0rem;
    margin-bottom: 5rem;
}

.works-detail {
    padding: 4rem;
}

.works-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.works-box dl {
    width: 32%;
    margin-bottom: 2rem;
    position: relative;
}

.works-box dl a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.works-box dl a:hover {
    opacity: 0.1;
    transition: 0.5s;
}

.works-box dl dt img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 1rem;
}

.works-detail a.btn-svg span {
    color: #222;
}

.works-detail a.btn-svg svg rect {
    stroke: #222;
}

/* ---------works-------- */

/* ---------会社概要-------- */


/* ---------会社概要-------- */



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

    .btn-box {
        width: 100%;
    }

    p.btn-main02 {
        padding: 1.2rem 0;
        font-size: 20px;
    }

#main-visual img {
    height: 37vh;
}

    /* ---------運用サイト-------- */

    #about {
        margin-bottom: 0rem;
    }


    .about-detail {
        padding: 0rem 2rem;
    }

    .about-box dl dt {
        font-size: 30px;
        line-height: 45px;
        padding-bottom: 3rem;
    }

    .about-box dl dd {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
    }

    .slick-slide {
        margin: 0;
    }

    /* ---------運用サイト-------- */

    .operation-detail-box dl dt {
        font-size: 16px;
        line-height: 25px;
        height: 100px;
    }


    /* ---------新着情報-------- */

    .slick__image {
        width: 360px;
    }

    .slick__image img {
    height: 215px;
}

.slick__image dl dd {
    font-size: 1rem;
}

    /* ---------制作実績-------- */

    .works-detail {
        padding: 2rem 2rem;
    }

    .works-box dl {
        width: 100%;
    }

    .works-box dl dt img {
        height: 165px;
    }

    /* ---------contact-------- */

    .contact-detail {
        padding: 0 2rem 0 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* ---------事例の紹介-------- */

    /* ---------contents03-------- */

    #inull-bg {
        line-height: 8rem;
        margin-bottom: 3rem;
    }

    .c-text__item {
        font-size: 9rem;
    }

    /* ---------contents03-------- */

    /* ---------contents04-------- */

    #contents04 {
        height: auto;
    }

    .con4-box {
        display: block;
    }

    .con4-box p.text-box {
        padding: 0px;
        line-height: 23px;
    }

    p.img-box {
        width: 40%;
        width: 100%;
        display: block;
        position: relative;
        right: 0%;
        padding-top: 15px;
    }

    p.img-box img {
        width: 100%;
    }

    .bottom-box {
        display: block;
    }

    .form {
        border: 5px solid #f9d849;
        width: 83%;
        padding: 25px;
        margin-left: 0px;
        background: #fff;
        margin-top: 50px;
    }

    p.from-btn a {
        line-height: 30px;
    }

    /* ---------contents04-------- */

}