.sec1 {
    padding: 160px 0 185px;
}

.sec1 .joke {
    width: 1800px;
    margin: auto;
    padding-left: 200px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.sec1 .joke #container {
    width: 900px;
    height: 550px;
}

.sec1 .joke .left h2 {
    font-size: 36px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec1 .joke .left h3 {
    font-size: 24px;
    font-family: MiSans r;
    font-weight: 400;
    color: #222222;
    line-height: 1;
    margin: 30px 0 80px;
}

.sec1 .joke .left h4 {
    font-size: 48px;

    font-weight: 400;
    color: #CC0007;
    line-height: 1;
    margin-bottom: 5px;
}

.sec1 .joke .left span {
    display: block;
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 79px;
}

.sec1 .joke .left ul li {
    font-size: 18px;
    font-family: MiSans r;
    font-weight: 400;
    color: #222222;
    line-height: 44px;
}

.sec1 .joke .left ul li a {
    color: #7D0004;
    font-size: 14px;

    position: relative;
    display: inline-block;
}

.sec1 .joke .left ul li a:after {
    content: "";
    width: 0%;
    height: 1px;
    transition: 0.6s;
    background: #7D0004;
    transition: 0.6s;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sec1 .joke .left ul li a:hover:after {
    width: calc(100% - 20px);
}

.sec2 .title {
    text-align: center;
    margin-bottom: 100px;
}

.sec2 .title h1 {
    font-size: 36px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 29px;
}

.sec2 .title p {
    font-size: 24px;
    font-family: MiSans m;
    font-weight: 400;
    color: #222222;
    line-height: 1;
}

.sec2 {
    padding-bottom: 150px;
}

.sec2 form {
    width: 1120px;
    margin: auto;
    display: block;
}

.sec2 form .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sec2 form .flex p {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #181818;
}

.sec2 form .flex .item {
    width: 530px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.1);
}

.sec2 form .flex .item input {
    width: calc(100% - 60px);
    border: none;
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #181818;
}

.sec2 form .flex textarea {
    height: 80px;
    width: calc(100% - 80px);
    border: none;
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #181818;
}

.sec2 form .flex:nth-last-of-type(1) {
    align-items: unset;
    border-bottom: 1px solid rgba(27, 27, 27, 0.1);
}

.sec2 form button {
    display: block;
    width: 140px;
    height: 48px;
    background: #CC0007;
    box-shadow: 1px 1px 1px 0px rgba(125, 0, 4, 0.3);
    border-radius: 24px;
    border: none;

    margin: auto;
}

.sec2 form button p {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 8.3333333333vw 0px 9.6354166667vw;
    }

    .sec1 .joke {
        width: 93.75vw;
        padding-left: 10.4166666667vw;
    }

    .sec1 .joke #container {
        width: 46.875vw;
        height: 28.6458333333vw;
    }

    .sec1 .joke .left h2 {
        font-size: 1.875vw;
    }

    .sec1 .joke .left h3 {
        font-size: 1.25vw;
        margin: 1.5625vw 0px 4.1666666667vw;
    }

    .sec1 .joke .left h4 {
        font-size: 2.5vw;
        margin-bottom: 0.2604166667vw;
    }

    .sec1 .joke .left span {
        font-size: 0.8333333333vw;
        margin-bottom: 4.1145833333vw;
    }

    .sec1 .joke .left ul li {
        font-size: 0.9375vw;
        line-height: 2.2916666667vw;
    }

    .sec1 .joke .left ul li a {
        font-size: 0.7291666667vw;
    }

    .sec1 .joke .left ul li a::after {
        bottom: 0.5208333333vw;
    }

    .sec1 .joke .left ul li a:hover::after {
        width: calc(100% - 1.0416666667vw);
    }

    .sec2 .title {
        margin-bottom: 5.2083333333vw;
    }

    .sec2 .title h1 {
        font-size: 1.875vw;
        margin-bottom: 1.5104166667vw;
    }

    .sec2 .title h2 {
        font-size: 1.25vw;
    }

    .sec2 .title p {
        font-size: 1.25vw;
    }

    .sec2 {
        padding-bottom: 7.8125vw;
    }

    .sec2 form {
        width: 58.3333333333vw;
    }

    .sec2 form .flex {
        margin-bottom: 2.6041666667vw;
    }

    .sec2 form .flex p {
        font-size: 0.8333333333vw;
    }

    .sec2 form .flex .item {
        width: 27.6041666667vw;
        padding-bottom: 1.0416666667vw;
    }

    .sec2 form .flex .item input {
        width: calc(100% - 3.125vw);
        font-size: 0.8333333333vw;
    }

    .sec2 form .flex textarea {
        height: 4.1666666667vw;
        width: calc(100% - 4.1666666667vw);
        font-size: 0.8333333333vw;
    }

    .sec2 form button {
        width: 7.2916666667vw;
        height: 2.5vw;
        border-radius: 1.25vw;
    }

    .sec2 form button p {
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .joke {
        width: 90%;
        padding: 0;
        display: block;
    }
    .sec1 .joke #container {
        width: 100%;
        height: 300px;
    }
    .sec1 .joke .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec1 .joke .left h2 {
        font-size: 24px;
    }
    .sec1 .joke .left h3 {
        font-size: 18px;
        margin: 20px 0 25px;
    }
    .sec1 .joke .left span {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .sec1 .joke .left h4 {
        font-size: 30px;
        margin-bottom: 3px;
    }
    .BMap_noprint {
        width: 20px !important;
    }
    .sec1 .joke .left ul li {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .joke .left ul li a {
        font-size: 16px;
    }
    .sec2 {
        padding: 15px 5vw 60px;
    }
    .sec2 .title {
        text-align: left;
        margin-bottom: 40px;
    }
    .sec2 form .flex {
        display: block;
        margin: 0;
    }
    .sec2 form .flex .item {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec2 form .flex p {
        font-size: 14px;
    }
    .sec2 form .flex .item input {
        width: calc(100% - 65px);
        font-size: 14px;
        height: 40px;
    }
    .sec2 form .flex textarea {
        height: 150px;
        width: 100%;
        font-size: 14px;
        margin: 15px 0 0;
    }
    .sec2 .title h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec2 .title h2 {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec2 form {
        width: 100%;
    }
    .sec2 form button {
        margin: 30px 0 0;
        width: 140px;
        height: 48px;
        border-radius: 24px;
    }
    .sec2 form button p {
        font-size: 16px;
    }
}
