@charset "UTF-8";

.main_visual {
    padding: 0 80px 40px;
    box-sizing: border-box;
}

.main_visual .wrap,
.gallery .wrap {
    position: relative;
}

.comment {
    position: absolute;
    top: 85px;
    left: -30px;
    writing-mode: vertical-rl;
    color: #368613;
}

.gallery .comment {
    top: 400px;
    left: -10px;
}

.about .comment {
    top: 250px;
    color: #d2e40c;
}


.visual_slider .item {
    position: relative;
}

.visual_slider .txt {
    position: absolute;
    top: 50%;
    right: 80px;
    width: 820px;
    color: #fff;
    transform: translateY(-50%);
}

.visual_slider .dec {
    margin-left: 220px;
}

.visual_slider .dec .thin {
    font-size: 60px;
    font-weight: 200;
}

.visual_slider .dec .bold {
    margin-top: 12%;
    font-size: 74px;
    font-weight: 700;
}

.visual_slider .txt .more {
    position: relative;
    display: inline-block;
    min-width: 150px;
    height: 40px;
    margin-top: 32%;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
}

.visual_slider .txt .more:after {
    content: '';
    position: absolute;
    top: 19px;
    left: 170px;
    display: block;
    width: 670px;
    height: 1px;
    background: #fff;
}

.visual_slider .item img {
    width: 100%;
    object-fit: cover;
}

.visual_slider .slick-dots {
    bottom: 70px;
}

.visual_slider .slick-dots li {
    width: 57px;
    height: 7px;
}

.visual_slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    padding: 5px 0;
}

.visual_slider .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .45);
    opacity: 1;
}

.visual_slider .slick-dots li.slick-active button:before {
    background: rgba(255, 255, 255, 1);
}

.gallery {
    padding: 40px 60px 150px;
}

.gallery h1 {
    position: relative;
    margin-bottom: 65px;
    padding-bottom: 20px;
    font-size: 60px;
    color: #368613;
    text-align: center;
}

.gallery h1:after {
    content: '';
    position: absolute;
    left: calc(50% - 35px);
    bottom: 0;
    display: block;
    width: 70px;
    height: 1px;
    background: #368613;
}

.list_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.list_gallery li {
    flex: 0 0 calc(33.33% - 40px);
    margin: 15px 20px;
}

.list_gallery li a {
    display: block;
}

.list_gallery li img {
    display: block;
    width: 100%;
}

.gallery .more {
    display: block;
    width: 255px;
    height: 55px;
    margin: 50px auto 0;
    border: 1px solid #000;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    box-sizing: border-box;
}


.about {
    background: #6e945d;
    padding: 60px 0 120px;
}

.about_inner {
    position: relative;
    display: flex;
    width: calc(100% - 160px);
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.about .slogun,
.about .img,
.about .desc {
    flex: 0 0 auto;
}

.about .slogun {
    margin-right: 25px;
}

.about .slogun li {
    margin: 35px 0;
    color: #fff;
}

.about .slogun .sub {
    font-size: 30px;
    font-weight: 300;
}

.about .slogun .bold {
    margin-top: 6px;
    font-size: 44px;
    font-weight: 700;
}

.about .slogun li:after {
    content: '';
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 20px;
    background: #fff;
}

.about .desc {
    max-width: 620px;
    margin-left: 70px;
    color: #fff;
}

.about .desc h1 {
    margin-top: 20px;
    font-size: 57px;
    font-weight: 200;
}

.about .desc p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
}

.about .desc .more {
    display: block;
    width: 270px;
    height: 60px;
    margin-top: 80px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    box-sizing: border-box;
}

.contact {
    margin-top: 40px;
    padding: 130px 80px 100px;
    background: url('../img/main/form_bg.jpg') 50% 50%/ cover no-repeat;
}

.contact form {
    display: block;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 60px 70px 100px;
    border: 10px solid #fff;
    box-sizing: border-box;
}

.contact form::after {
    content: '';
    display: block;
    clear: both;
}

.contact h1 {
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.contact .left {
    float: left;
    width: 100%;
    max-width: 365px;
}

.contact .left .row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .5);
    color: #fff;
}

.contact .left label {
    flex: 0 0 70px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    font-size: 15px;
    font-weight: 700;
}

.contact .left input {
    flex: 1 1 auto;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: none;
    background: transparent;
    box-sizing: border-box;
    color: inherit;
}

.contact .right {
    float: right;
    width: 100%;
    max-width: 560px;
    text-align: right;
}

.contact .right textarea {
    width: 100%;
    height: 210px;
    padding: 15px;
    border: 1px solid #c7c7c7;
    background: #f4f4ef;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    resize: none;
}

.contact .right input {
    display: none;
}

.contact .right label {
    display: inline-block;
    margin-top: 20px;
    font-size: 0;
    cursor: pointer;
}

.contact .right label .txt {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact .right label .txt+span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c7c7c7;
    background: #fff;
    vertical-align: middle;
}

.contact .right :checked+label .txt+span {
    background: #368613;
}

.contact .send {
    float: left;
    display: block;
    width: 365px;
    height: 60px;
    margin-top: 55px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, .3);
    font-size: 27px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

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

    .comment {
        display: none;
    }

    .main_visual {
        height: 80vh;
        padding: 0 0 40px;
    }

    .main_visual .wrap {
        height: 100%;
    }

    .main_visual .slick-slider,
    .main_visual .slick-list,
    .main_visual .slick-track,
    .main_visual .slick-slide,
    .main_visual .slick-slide img {
        height: 100%;
    }

    .visual_slider .txt {
        width: 65%;
        top: unset;
        bottom: 120px;
        right: 0;
        transform: none;
        box-sizing: border-box;
    }

    .visual_slider .dec .thin {
        font-size: 24px;
        line-height: 1.3;
    }

    .visual_slider .dec .bold {
        font-size: 34px;
    }

    .visual_slider .dec {
        margin-left: 0;
    }


    .visual_slider .txt .more {
        display: none;
    }

    .visual_slider .txt .more:after {
        width: calc(100% - 170px);
    }

    .visual_slider .slick-dots {
        bottom: 30px;
    }

    .gallery {
        padding: 20px 5px 60px;
    }

    .gallery h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .list_gallery li {
        flex: 0 0 calc(50% - 10px);
        margin: 5px;
    }

    .gallery .more {
        width: 140px;
        height: 40px;
        font-size: 16px;
        line-height: 38px;
    }

    .about {
        padding: 30px 0 60px;
    }

    .about_inner {
        width: 100%;
        flex-wrap: wrap;
    }

    .about .slogun .sub {
        font-size: 14px;
    }

    .about .slogun .bold {
        font-size: 16px;
    }

    .about .slogun {
        flex: 0 0 70px;
        margin-right: 15px;
    }

    .about .img {
        flex: 0 0 calc(100% - 105px);
    }

    .about .img img {
        display: block;
        width: 100%;
    }

    .about .desc {
        flex: none;
        display: block;
        width: 100%;
        padding: 30px 15px 0;
        margin-left: 0;
        box-sizing: border-box;
    }

    .about .desc>img {
        width: 120px;
    }

    .about .desc h1 {
        font-size: 30px;
    }

    .about .desc p {
        font-size: 16px;
        word-break: keep-all;
    }

    .about .desc .more {
        width: 140px;
        height: 40px;
        margin: 40px 0 0;
        font-size: 16px;
        line-height: 38px;
    }

    .contact {
        margin-top: 20px;
        padding: 60px 15px 50px;
    }

    .contact form {
        padding: 25px 20px 50px;
        border: 5px solid #fff;
    }

    .contact h1 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .contact .left,
    .contact .right {
        float: none;
    }

    .contact .right textarea {
        height: 170px;
    }

    .contact .right label .txt {
        margin-right: 10px;
        font-size: 12px;
    }

    .contact .send {
        float: none;
        width: 100%;
        height: 44px;
        font-size: 18px;
        line-height: 42px;
    }
}