.message-wrap {
    background-repeat: no-repeat;
    background-position: top;
}
.message-wrap .message-text {
    color: #0b3190;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {
    .message-wrap {
        background-image: url(/campaign/25th_program/img/message_pc.png);
        background-size: cover;
    }
    .message-inner {
        padding: 3rem 2rem 4rem 60rem ;
    }
    .message-wrap .message-text {
        font-size: 1.8rem;
    }
    .message-wrap .message-text.head {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .message-wrap {
        background-image: url(/campaign/25th_program/img/message_sp.png);
        background-size: contain;
    }
    .message-inner {
        padding: 18rem 1rem 2rem 2rem;
    }
    .message-wrap .message-text.head {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .accordion__body {
        padding: 1em 0;
    }
}
.cp-table [class*="__cell"][class*="--lv2"]:not([class*="__cell__sub"]) {
    background-color: #0b3190 !important;
    color: #fff;
}
.kyufuri_step {
    display: flex;
    position: relative;
    margin-bottom: 60px;
    align-items: center;
}
.kyufuri_step_box > .kyufuri_step:not(.after-none)::after {
    content: "";
    position: absolute;
    bottom: -60px;
    border: 20px solid transparent;
    border-top: 20px solid #A2A2A2;
    left: 35px;
}
.kyufuri_step_thumb {
    width: 11%;
    padding-right: 15px;
    text-align: center;
}
.kyufuri_step_text {
    background: #e2f5ff;
    width: 90%;
}
.kyufuri_step dl, .kyufuri_result dl {
    display: flex;
    padding: 0 20px;
    font-size: 1.7rem;
    justify-content: start;
    align-items: center;
    min-height: 54px;
}
.kyufuri_step dd, .kyufuri_result dd {
    vertical-align: middle;
    font-weight: bold;
}
.kyufuri_step dd span, .kyufuri_result dd span {
    font-size: 1.4rem;
    font-weight: normal;
}
.kyufuri_step dt {
    font-weight: bold;
    background-color: #0b3190;
    color: #fff;
    padding: 0.2rem 2rem;
    text-align: center;
    min-width: 10rem;
    border-radius: 8px;
}
.kyufuri_result dt {
    font-weight: bold;
    background-color: #ec6b15;
    color: #fff;
    padding: 0.2rem 2rem;
    text-align: center;
    min-width: 10rem;
    border-radius: 8px;
}
.kyufuri_result_box {
    position: relative;
    margin: 7.2rem auto 8rem;
}
.kyufuri_result_box::before {
    content: "";
    position: absolute;
    top: -56px;
    border: 60px solid transparent;
    border-top: 40px solid #ffaf00;
    left: 50%;
}
.kyufuri_result {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.kyufuri_result_text {
    background: #fcf9e7;
    width: 90%;
}
@media only screen and (max-width: 767.98px) {
    .Main .heading2--center+* {
        margin-top: 2rem;
    }
    .kyufuri_step {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .kyufuri_step_thumb {
        width: 33%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .kyufuri_step_text, .kyufuri_result_text {
        width: 100%;
    }
    .kyufuri_step dl, .kyufuri_result dl {
        flex-direction: column;
        font-size: 1.6rem;
    }
    .kyufuri_step dt {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0.2rem 3rem;
    }
    .kyufuri_step dd, .kyufuri_result dd {
        margin: 0;
        text-align: center;
    }
    .kyufuri_step dd span, .kyufuri_result dd span {
        display: block;
        text-align: left;
        margin-top: 10px;
    }
    .kyufuri_step_box > .kyufuri_step:not(.after-none)::after {
        bottom: -48px;
        left: calc(50% - 20px);
    }
    .kyufuri_result_box {
        margin: 5.4rem auto 3.6rem;
    }
    .kyufuri_result_box::before {
        top: -40px;
        border: 40px solid transparent;
        border-top: 28px solid #ffaf00;
        left: calc(50% - 40px);
    }
    .kyufuri_result {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .kyufuri_step_text, .kyufuri_result_text {
        width: 100%;
    }
    .kyufuri_result dt {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0.2rem 3rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .m-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.index__cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
}
.index__cv__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--color-cv);
    border: 2px solid var(--color-cv);
    border-radius: var(--radius-round);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.2rem;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    overflow: hidden;
    padding: 0.5em 73px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .index__cv__btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 2.4rem;
        padding: 1.5rem 100px;
        text-align: center;
        width: 640px;
    }
}
.index__cv__btn:before {
    aspect-ratio: 74 / 75;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(30%, #fff), color-stop(80%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 30%, transparent 80%, transparent 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fff 30%, transparent 80%, transparent 100%);
    content: "";
    display: block;
    height: auto;
    left: -20%;
    -webkit-mask-image: url(/img/bg_star.svg);
    mask-image: url(/img/bg_star.svg);
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 0.15;
    position: absolute;
    top: 93%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150%;
}
.index__cv__btn .m-icon.--cv {
    background-color: #fff;
    height: 6rem;
    left: 0.5em;
    position: absolute;
    width: 6rem;
}
@media only screen and (min-width: 768px) {
    .index__cv__btn .m-icon.--cv {
        height: 8rem;
        left: 1em;
        width: 8rem;
    }
}
.index__cv__btn:link, .index__cv__btn:focus, .index__cv__btn:visited {
    color: #fff;
}
.index__cv__btn__lead {
    font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
    .index__cv__btn__lead {
        font-size: 1.6rem;
    }
}
.media.merit .media__body .text.util-bold {
    font-size: 17px;
}
.media.merit .media__body .text.util-bold .util-large {
    font-size: 23px;
}
@media only screen and (max-width: 767.98px) {
    .media.merit .media__body .text.util-bold {
        font-size: 15px;
    }
    .media.merit .media__body .text.util-bold .util-large {
        font-size: 20px;
    }
}
.point .point_item {
    padding: 1.5rem;
    background-color: #ebeef5;
    color: #0b3190;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
    .point .point_item {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    .point {
        display: flex;
        gap: 3rem;
        justify-content: center;
    }
    .point .point_item {
        min-width: 25%;
    }
}
@media only screen and (max-width: 767.98px) {
    .media__head .media__image img {
        max-width: 40%;
    }
}