@charset "UTF-8";

.merit-list1 li {
    vertical-align: bottom;
}

.merit-box {
    max-width: 18.4rem;
}

.merit-box .-pace {
    color: #111;
    text-align: center;
    background: #fff9e7;
}

.merit-box .-pace.-none {
    border-color: transparent;
    display: none;
}

.merit-area {
    background: url(../../img/top/img_program_bg.png) repeat top left/3.2rem 3.2rem;
    padding: 0.1rem 0;
    max-width: 100rem;
    padding: 0 8rem;

    font-family: "Noto Sans JP", sans-serif;
}

.merit-box .-pace.-none:after {
    content: none;
}
.merit-box .-thumb img {
    border: 0.2rem solid #f17a22;
    border-radius: 50%;
}
.merit-box .-ttl {
    color: #111;
    font-weight: bold;
    font-size: 1.8rem;
}

.merit-box .-ttl:after {
    content: "";
    display: block;
    border-bottom: 0.4rem solid #f17a22;
    border-radius: 1rem;
}

@media (max-width: 1024px) {
    .merit .container {
        padding: 5rem 0 0;
    }

    .merit .sec-text {
        margin: 2rem auto;
        font-size: 1.4rem;
    }

    .merit-list1 {
        margin: 2rem auto 3rem;
    }

    .merit-box {
        display: flex;
        justify-content: space-between;
    }

    .merit-list1 li {
        margin-bottom: 1rem;
    }

    .merit-box .-thumb img {
        max-width: 7rem;
    }

    .merit-box .-textwrap {
        margin-left: 1rem;
        position: relative;
        width: 100%;
    }

    .merit-box .-pace {
        position: absolute;
        top: 0;
        /* font-size: 1rem; */
        font-size: 1.4rem;
        font-size: 1.8rem;
        padding: 0.2rem;
    }

    .merit-list1 li:nth-child(1) .-pace {
        left: 7rem;
        left: 8.5rem;
    }

    .merit-list1 li:nth-child(2) .-pace {
        left: 6rem;
        left: 8rem;
    }

    .merit-list1 li:nth-child(3) .-pace {
        left: 6rem;
        left: 8rem;
    }

    .merit-list1 li:nth-child(4) .-pace {
        left: 5.5rem;
        left: 6.5rem;
    }

    .merit-list1 li:nth-child(5) .-pace {
        left: 4.5rem;
        left: 6rem;
    }

    .merit-list1 li:nth-child(6) .-pace {
        left: 4.5rem;
        left: 6rem;
    }

    .merit-area {
        overflow: hidden;
        padding: 0 4%;
    }

    .merit-box .-ttl {
        /* font-size: 1.4rem; */
        font-size: 1.6rem;
        font-size: 2rem;
    }

    .merit-box .-ttl:after {
        width: 100%;
        margin: 0.5rem auto;
    }

    .merit-box .-text {
        /* font-size: 1.2rem; */
        font-size: 1.4rem;
        font-size: 2rem;
        font-weight: 400;
    }

    .merit-box {
        max-width: 100%;
        margin-bottom: 0;
        gap: 1rem;
    }
}

@media (min-width: 1025px) {
    .merit .container {
        padding: 10rem 0;
    }

    .merit .sec-text {
        margin: 0 auto 4rem;
    }

    .merit-list1 {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

    .merit-list1 li {
        width: 13%;
        margin-bottom: 4rem;
        background: #fff;
        padding: 1rem 0;
        /* border-top: .3rem solid #f17a22; */
    }

    .merit-box .-pace {
        font-size: 1.4rem;
        font-size: 1.8rem;
        padding: 0.2rem;
        margin-bottom: 0.5rem;
        color: #f17a22;
        border-radius: 1rem;
    }

    .merit-box .-thumb {
        text-align: center;
        margin: 1rem 0;
    }

    .merit-box .-ttl {
        text-align: center;
    }

    .merit-box .-ttl:after {
        width: 6rem;
        height: 0.2rem;
        margin: 0.7rem auto 1.2rem;
    }

    .merit-box .-text {
        font-size: 1.4rem;
    }

    .merit-area {
        padding: 0 8rem;
        padding: 0 4rem;
        margin-bottom: 10rem;
        margin-top: 5rem;
    }
}

/* merit-2  */
.merit-list2 {
    margin-bottom: 6rem;
}

.merit-list2 p {
    text-align: center;
}

.merit-list2 .-ttl {
    background-color: #f17a22;
    padding: 1.6rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-size: 2rem;
    border-radius: 1rem;
}

.merit-list2 .-p {
    background-color: #00a5e3;
    padding: 0.8rem;
    color: #fff;
    font-size: 1.6rem;
    font-size: 2rem;
    border-radius: 1rem;
}

.merit-list2 .-p2 {
    background-color: #41baaf;
    padding: 0.8rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-size: 2rem;
    border-radius: 1rem;
}

.merit-list2 .-line01,
.merit-list2 .-line02 {
    background: #999999;
}

@media (max-width: 1024px) {
    .merit-list2 {
        float: left;
        width: 25%;
    }

    .merit-list2 p {
        display: block;
    }

    .merit-list2 .-p {
        margin: 0.5rem auto;
        /* height: 40.2rem; */
        height: 35.6rem;
        padding: 0 1.3rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.55em;
    }

    .merit-list2 .-ttl {
        width: 100%;
        padding: 1rem 0;
    }

    .merit-list2 .-p2 {
        margin: 0.5rem auto;
        /* height: 34.8rem; */
        height: 28.8rem;
        padding: 0 1.3rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        letter-spacing: 0.55em;
    }

    .merit-list2::after {
        content: " ";
        background: #999999;
        display: block;
        width: 80%;
        height: 0.1rem;
        margin: 0 auto;
    }

    .text-combine {
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all;
    }

    .merit-list2 .-line01,
    .merit-list2 .-line02 {
        width: 80%;
        height: 0.1rem;
        line-height: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .merit-list2 .-line01 {
        margin-top: 2rem;
    }
}

@media (min-width: 1025px) {
    .merit-list2 {
        display: flex;
        justify-content: left;
        gap: 0.6rem;
    }

    .merit-list2 .-ttl {
        width: 12%;
        font-size: 1.6rem;
    }

    .merit-list2 .-p {
        width: 50.3%;
        margin: 0.5rem 0;
    }

    .merit-list2 .-p2 {
        width: 32%;
        margin: 0.5rem 0;
    }

    .merit-list2 .-line01 {
        margin-left: 2%;
    }

    .merit-list2 .-line01,
    .merit-list2 .-line02 {
        /* margin: 0; */
    }
}

/* merit-3 */
.merit-list3 {
    display: flex;
    align-items: center;
}

.merit-list3 .-ttl {
    position: relative;
    background-color: #f17a22;
    padding: 1.6rem 0;
    margin-right: 3.2rem;
    color: #fff;
    max-width: 15.7rem;
    width: 12%;
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    font-size: 2rem;
    border-radius: 1rem;
}

.step-box {
    background-color: #fff;
    position: relative;
    padding: 0.1rem 0;
    background: #fff9e7;
    height: 100%;
    border-radius: 0 0 1rem 1rem;
}

.step-box .-ttlbar {
    position: absolute;
    background: #fff;
    color: #111;
}

.step-box .-stepttl {
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 1rem 1rem 0 0;
}

.step-list > li:nth-child(1) .step-box .-stepttl {
    background: #48c7f6;
}

.step-list > li:nth-child(2) .step-box .-stepttl {
    background: #00a5e3;
}

.step-list > li:nth-child(3) .step-box .-stepttl {
    background: #6bd3c9;
}

.step-list > li:nth-child(4) .step-box .-stepttl {
    background: #41baaf;
}

.step-box .cont-list li:before {
    content: "●";
    display: inline;
}

.step-list > li:nth-child(1) .step-box .cont-list li:before {
    color: #f17a22;
}

.step-list > li:nth-child(2) .step-box .cont-list li:before {
    color: #f17a22;
}

.step-list > li:nth-child(3) .step-box .cont-list li:before {
    color: #f17a22;
}

.step-list > li:nth-child(4) .step-box .cont-list li:before {
    color: #f17a22;
}

@media (max-width: 1024px) {
    .merit-list3 {
        float: right;
        width: 72%;
        flex-direction: column;
    }

    .merit-list3 .-ttl {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 1rem 0;
    }

    .merit-list3 .-ttl br {
        display: none;
    }

    .merit-list3 .step-list {
        display: block;
        width: 100%;
    }

    .merit-list3 .step-list > li {
        display: block;
        width: 100% !important;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }

    .merit-list3 .-ttl:after {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
        top: 100%;
        left: 50%;
    }

    .step-box .-stepttl {
        font-size: 1.6rem;
        font-size: 2rem;
        margin: -0.1rem 0 1rem;
        padding: 1.5rem 0 0.5rem;
    }

    .step-box .-ttlbar:after {
        display: none;
    }

    .step-box .-ttlbar {
        font-size: 1.4rem;
        font-size: 1.6rem;
        padding: 0.2rem 0.6rem;
        left: 50%;
        top: -1.4rem;
        top: -2rem;
        z-index: 2;
        margin-left: -2.4rem;
        border-radius: 10rem;
        border: 0.2rem solid #dc4713;
        color: #dc4713;
        background: #fff;
        font-weight: bold;
    }

    .step-box .cont-list {
        margin: 1.5rem;
        line-height: 1.2;
    }

    .step-box .cont-list li {
        display: flex;
        margin-bottom: 0.5rem;
        font-size: 1.4rem;
        font-size: 1.8rem;
        font-weight: 400;
    }

    .step-box .cont-list li:before {
        font-size: 0.4rem;
        margin-right: 0.3rem;
        margin-top: 0.3rem;
    }
}

@media (min-width: 1025px) {
    .step-box .-ttlbar {
        font-size: 1.4rem;
        padding: 0.5rem 2rem;
        left: 50%;
        top: -2rem;
        z-index: 2;
        margin-left: -4.5rem;
        border-radius: 10rem;
        border: 0.2rem solid #f17a22;
        color: #f17a22;
        background: #fff;
        font-weight: bold;
    }

    .step-box .-stepttl {
        padding: 2rem 0 1rem;
    }

    .step-box .cont-list {
        margin: 1rem;
        line-height: 1.2;
    }

    .step-box .cont-list li {
        display: inline-block;
        line-height: 1;
        letter-spacing: -0.1em;
    }

    .step-box .cont-list li:before {
        font-size: 0.8rem;
        margin-right: 0.3rem;
    }

    .step-box .cont-list li p {
        display: inline;
        font-size: 1.3rem;
        line-height: 1;
    }

    .step-list {
        display: flex;
        width: 86%;
        justify-content: space-between;
        align-items: stretch;
    }

    .step-list > li {
        font-size: 2rem;
    }

    .step-list > li:nth-child(1) {
        width: 34%;
    }

    .step-list > li:nth-child(2) {
        width: 24%;
    }

    .step-list > li:nth-child(3) {
        width: 18%;
    }

    .step-list > li:nth-child(4) {
        width: 18%;
    }
}
