.sec_wrap {
    display: flex;
    flex-direction: column;
    gap: 100px 0;
    margin-top: 50px;
}

.sec_ttl {
    max-width: 500px;
    width: 90%;
    text-align: center;
    font-size: clamp(20px,3vw,30px);
    font-weight: bold;
    color: #5a0000;
    letter-spacing: 0.1em;
    margin: 0 auto 30px;
    border-bottom: 2px solid #d70013;
    padding: 0 10px 10px;
}

.sec01 .wrap {
    max-width: 900px;
    width: 90%;
    margin: 40px auto 0;
    text-align: right;
}

.sec01 .wrap .lead {
    color: #5a0000;
    font-weight: bold;
    text-align: center;
    font-size: clamp(18px,2vw,22px);
    margin-bottom: 20px;
}

#en .sec01 .wrap .lead {
    text-align: left;
}

.sec01 .wrap .txt {
    text-align: center;
    font-size: clamp(13px,1.5vw,18px);
    line-height: 1.8;
}

#en .sec01 .wrap .txt {
    text-align: left;
}

.sec01 .wrap .list_wrap {
    max-width: 450px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    gap: 0 40px;
}

.sec01 .wrap .list_wrap li {
    max-width: 170px;
    width: 47%;
    text-align: center;
    font-size: clamp(12px,1.5vw,15px);
    line-height: 1.8;
}

#en .sec01 .wrap .list_wrap li {
    text-align: center;
    line-height: 1.6;
    font-size: clamp(13px,1.5vw,15px);
}

.sec01 .wrap .list_wrap li .image {
    margin: 0 auto 5px;
}

#en .sec01 .wrap .list_wrap li .small {
    display: block;
    font-size: clamp(10px,1.1vw,13px);
}


.sec02 .wrap {
    max-width: 700px;
    margin: 40px auto 0;
}

.sec02 .wrap .img02 {
    margin-top: 30px;
}

.sec03 .wrap {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.sec03 .wrap .list_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.sec03 .wrap .list_wrap li.list01 {
    width: 34.8%;
}
.sec03 .wrap .list_wrap li.list02 {
    width: 63%;
}
.sec03 .wrap .list_wrap li.list03 {
    width: 57.3%;
}
.sec03 .wrap .list_wrap li.list04 {
    width: 40.5%;
}

.sec03 .server_bnr {
    max-width: 650px;
    width: 85%;
    margin: 50px auto 0;
}


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

    .sec_wrap {
        margin-top: 30px;
        gap: 70px 0;
    }

    .sec_ttl {
        margin: 0 auto 30px;
    }

    .sec01 .sec_ttl {
        margin-bottom: 0;
    }

    .sec01 .wrap {
        width: 100%;
        margin-top: 25px;
    }

    #en .sec01 .wrap .lead {
        text-align: center;
    }

    .sec01 .wrap .txt {
        max-width: 340px;
        width: 80%;
        margin: 0 auto;
        text-align: justify;
    }

    .sec01 .wrap .list_wrap {
        justify-content: space-between;
        gap: 0;
        max-width: 340px;
        width: 80%;
        margin: 30px auto 0;
    }

    .sec02 .wrap {
        width: 90%;
    }

    .sec02 .wrap .img02 {
        width: 85%;
        margin: 30px auto 0;
        padding-right: 20px;
    }

    .sec03 .wrap .list_wrap {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .sec03 .wrap .list_wrap li.list01,
    .sec03 .wrap .list_wrap li.list02,
    .sec03 .wrap .list_wrap li.list03,
    .sec03 .wrap .list_wrap li.list04 {
        width: 100%;
    }
}