@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
    padding-top: 200px;
    border-radius: 0 0 40px 40px;
    background: #fff;
}

.main .section01 {
    padding: 0 80px 100px;
}

.main .section01 .titleBox {
    margin-bottom: 50px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main .section01 .titleBox .title {
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
}

.main .section01 .titleBox .text {
    opacity: 0.5;
    font-size: 20px;
}

.main .section01 .list {
    margin: 0 -40px 126px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.main .section01 .list li {
    padding: 80px 40px 0;
    display: flex;
    align-items: center;
}

.main .section01 .textBox {
    padding-top: 80px;
    font-family: 'HarmonyOSSansSCT';
    font-size: 20px;
    line-height: 1.2;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.main .section01 .textBox p {
    margin-bottom: 20px;
    font-weight: normal;
}

.main .section01 .textBox p.txt01 {
    font-family: 'HarmonyOSSansSCR';
}

.main .section01 .textBox p a:hover {
    text-decoration: underline;
}

.main .section01 .textBox .textUl {
    margin: -20px 0 20px;
}

.main .section01 .textBox .textUl li {
    padding-left: 30px;
    position: relative;
}

.main .section01 .textBox .textUl li:before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 13px;
    top: 10px;
    background: #222;
    border-radius: 50%;
    content: "";
}

.main .section01 .textBox .textUl02 li {
    padding-left: 0.8em;
    text-indent: -0.8em;
}

.main .section01 .textBox .textUl02 li:before {
    display: none;
}

@media all and (max-width: 1499px) {}

@media all and (max-width: 1399px) {}

@media all and (min-width: 768px) and (max-width: 1240px) {
    .main {
        padding: 194px 0 40px;
        border-radius: 0 0 32px 32px;
    }

    .main .section01 {
        padding: 0 40px 40px;
    }

    .main .section01 .inner {
        display: block;
    }

    .main .section01 .titleBox {
        margin-bottom: 0;
        padding-bottom: 78px;
        display: block;
    }

    .main .section01 .titleBox .title {
        margin-bottom: 30px;
        font-size: 56px;
    }

    .main .section01 .titleBox .text {
        font-size: 28px;
    }

    .main .section01 .list {
        margin: 0 -20px 24px;
    }

    .main .section01 .list li {
        padding: 80px 20px 52px;
        width: 50%;
        justify-content: center;
        box-sizing: border-box;
    }

    .main .section01 .list li img {
        width: auto;
    }

    .main .section01 .textBox {
        padding-top: 80px;
        font-size: 28px;
        line-height: 1.5;
    }

    .main .section01 .textBox p {
        margin-bottom: 40px;
    }

    .main .section01 .textBox .textUl li {
        padding-left: 40px;
    }

    .main .section01 .textBox .textUl li:before {
        width: 6px;
        height: 6px;
        left: 16px;
        top: 20px;
    }

    .main .section01 .textBox .textUl02 li {
        padding-left: 0.8em;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .main {
        padding: 97px 0 20px;
        border-radius: 0 0 16px 16px;
    }

    .main .section01 {
        padding: 0 20px 20px;
    }

    .main .section01 .inner {
        display: block;
    }

    .main .section01 .titleBox {
        margin-bottom: 0;
        padding-bottom: 39px;
        display: block;
    }

    .main .section01 .titleBox .title {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .main .section01 .titleBox .text {
        font-size: 14px;
    }

    .main .section01 .list {
        margin: 0 -10px 12px;
    }

    .main .section01 .list li {
        padding: 40px 10px 26px;
        width: 50%;
        justify-content: center;
        box-sizing: border-box;
    }

    .main .section01 .list li img {
        width: 117px;
    }

    .main .section01 .list li:nth-child(2) img {
        width: 85px;
    }

    .main .section01 .list li:nth-child(3) img {
        width: 103px;
    }

    .main .section01 .list li:nth-child(4) img {
        width: 105px;
    }

    .main .section01 .list li:nth-child(5) img {
        width: 62px;
    }

    .main .section01 .list li:nth-child(6) img {
        width: 100px;
    }

    .main .section01 .list li:nth-child(7) img {
        width: 85px;
    }

    .main .section01 .list li:nth-child(8) img {
        width: 117px;
    }

    .main .section01 .list li:nth-child(9) img {
        width: 117px;
    }

    .main .section01 .list li:nth-child(10) img {
        width: 117px;
    }

    .main .section01 .list li:nth-child(11) img {
        width: 102px;
    }

    .main .section01 .textBox {
        padding-top: 40px;
        font-size: 14px;
        line-height: 1.5;
    }

    .main .section01 .textBox p {
        margin-bottom: 20px;
    }

    .main .section01 .textBox .textUl li {
        padding-left: 20px;
    }

    .main .section01 .textBox .textUl li:before {
        width: 3px;
        height: 3px;
        left: 8px;
        top: 10px;
    }

    .main .section01 .textBox .textUl02 li {
        padding-left: 0.8em;
    }
}

@media all and (min-width: 1241px) {}