.sec1 {
    padding: 211px 0 0;
}
.sec1 .title {
    text-align: center;
    margin-bottom: 120px;
}
.sec1 .title h1 {
    font-size: 36px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}
.sec1 .title h2 {
    font-size: 24px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 30px 0 36px;
}
.sec1 .title h2 span {
    color: #CC0007;
}
.sec1 .title p {
    font-size: 18px;
    font-family: MiSans n;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.sec1 .img {
    width: 100%;
}
.sec1 .img img {
    display: block;
    width: 100%;
}
.sec2 {

    background: #FAFAFA;
    padding: 98px 0 159px;
}
.sec2 .joke {
    width: 1400px;
    margin: auto;
}
.sec2 h1 {
    font-size: 36px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 87px;
    text-align: center;
}
.sec2 .content .item {
    margin-bottom: 15px;
}
.sec2 .content .item .block {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px 30px;
    background: #FFFFFF;
    cursor: pointer;
}
.sec2 .content .item .block h5 {
    font-size: 20px;
    font-family: MiSans m;
    font-weight: bold;
    color: #CC0007;
    line-height: 1;
}
.sec2 .content .item .block .left h5 {
    color: #455673;
    transition: 0.6s;
}
.sec2 .content .item:hover .block .left h5,.sec2 .content .item.item_active .block .left h5 {
    color: #CC0007;
}
.sec2 .content .item .block .item_info {
    display: flex;
    align-items: center;
    margin-top: 11px;
}
.sec2 .content .item .block .item_info p {
    font-size: 14px;
    font-family: MiSans r;
    font-weight: 400;
    color: #455673;
    margin-right: 25px;
    position: relative;
}
.sec2 .content .item .block .item_info p:not(:nth-last-child(1)):after {
    content: "";
    width: 1px;
    height: 10px;
    background: #CACBCC;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}
.sec2 .content .item .none {
    background: #FFFFFF;
    padding: 40px 60px 82px;
    display: none;
    position: relative;
}
.sec2 .content .item .none .flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}
.sec2 .content .item .none .none_info {
    width: 700px;
}
.sec2 .content .item .none .none_info h5 {
    font-size: 16px;
    font-family: MiSans m;
    font-weight: bold;
    color: #455673;
    line-height: 54px;
}
.sec2 .content .item .none .none_info p {
    font-size: 16px;
    font-family: MiSans l;
    font-weight: 400;
    color: #455673;
    line-height: 30px;
}
.sec2 .content .item .none a {
    width: 140px;
    height: 48px;
    background: #CC0007;
    border-radius: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec2 .content .item .none a p {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.sec2 .content .item .none:after {
    content: "";
    width: 1280px;
    height: 1px;
    background: #000000;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s;
    clip-path: inset(0% 50% 0% 50%);
    transition-delay: 0.2s;
}
.sec2 .content .item.item_active .none:after {
    clip-path: inset(0% 0% 0% 0%);
}
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 10.9895833333vw 0px 0px;
    }
    .sec1 .title{
        margin-bottom: 6.25vw;
    }
    .sec1 .title h1{
        font-size: 1.875vw;
    }
    .sec1 .title h2{
        font-size: 1.25vw;
        margin: 1.5625vw 0px 1.875vw;
    }
    .sec1 .title p{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .sec2{
        padding: 5.1041666667vw 0px 8.28125vw;
    }
    .sec2 .joke{
        width: 72.9166666667vw;
    }
    .sec2 h1{
        font-size: 1.875vw;
        margin-bottom: 4.53125vw;
    }
    .sec2 .content .item{
        margin-bottom: 0.78125vw;
    }
    .sec2 .content .item .block{
        padding: 2.0833333333vw 3.125vw 1.5625vw;
    }
    .sec2 .content .item .block h5{
        font-size: 1.0416666667vw;
    }
    .sec2 .content .item .block .item_info{
        margin-top: 0.5729166667vw;
    }
    .sec2 .content .item .block .item_info p{
        font-size: 0.7291666667vw;
        margin-right: 1.3020833333vw;
    }
    .sec2 .content .item .block .item_info p:not(:nth-last-child(1))::after{
        height: 0.5208333333vw;
        right: -0.625vw;
    }
    .sec2 .content .item .none{
        padding: 2.0833333333vw 3.125vw 4.2708333333vw;
    }
    .sec2 .content .item .none .none_info{
        width: 36.4583333333vw;
    }
    .sec2 .content .item .none .none_info h5{
        font-size: 0.8333333333vw;
        line-height: 2.8125vw;
    }
    .sec2 .content .item .none .none_info p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec2 .content .item .none a{
        width: 7.2916666667vw;
        height: 2.5vw;
        border-radius: 1.25vw;
    }
    .sec2 .content .item .none a p{
        font-size: 0.8333333333vw;
    }
    .sec2 .content .item .none::after{
        width: 66.6666666667vw;
        top: 0.5208333333vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 5vw;
    }
    .sec1 .title {
        text-align: left;
    }
    .sec1 .title h1 {
        font-size: 24px;
    }
    .sec1 .title h2 {
        font-size: 18px;
        line-height: 1.6;
        margin: 30px 0 20px;
    }
    .sec1 .title h2 span {
        display: block;
    }
    .sec1 .title p {
        font-size: 16px;
        line-height: 2;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .joke {
        width: 90%;
    }
    .sec2 h1 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 40px;
    }
    .sec2 .content .item {
        margin-bottom: 30px;
    }
    .sec2 .content .item .block {
        padding: 30px 20px;
    }
    .sec2 .content .item .block .left h5 {
        font-size: 18px;
    }
    .sec2 .content .item .block .item_info {
        margin: 11px 0 0;
    }
    .sec2 .content .item .block h5 {
        font-size: 16px;
    }
    .sec2 .content .item .block .item_info p {
        font-size: 14px;
        margin-right: 10px;
    }
    .sec2 .content .item .none {
        padding: 30px 20px 40px;
    }
    .sec2 .content .item .none .flex {
        display: block;
    }
    .sec2 .content .item .none .none_info {
        width: 100%;
    }
    .sec2 .content .item .none .none_info h5 {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 15px;
    }
    .sec2 .content .item .none .none_info p {
        font-size: 14px;
        line-height: 2;
    }
    .sec2 .content .item .none a {
        margin: 30px 0 0;
        width: 140px;
        height: 48px;
        border-radius: 24px;
    }
    .sec2 .content .item .none a p {
        font-size: 14px;
    }
}
