@charset "UTF-8";

@media screen and (min-width: 781px) {
    .p-complete{
        padding: 80px 0 120px;
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
    .p-complete{
        padding: 40px 0 60px;
        text-align: left;
    }
}

.p-complete_container{
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 781px) {
    .p-complete_container{
        max-width: calc(900px + 10.24vw);
        margin-left: auto;
        margin-right: auto;
        padding-left: 5.12vw;
        padding-right: 5.12vw;
    }
}
@media screen and (max-width: 780px) {
    .p-complete_container {
        max-width: calc(390px + 10.24vw);
        padding-left: 5.12vw;
        padding-right: 5.12vw;
    }
}

.p-complete_ttl-en{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #2c419a;
}

.p-complete_ttl-jp{
    font-weight: bold;
    line-height: 1.57;
}
@media screen and (min-width: 781px) {
   .p-complete_ttl-jp{
        margin-top: 50px;
        font-size: 28px;
    } 
}
@media screen and (max-width: 780px) {
   .p-complete_ttl-jp{
        margin-top: 30px;
        font-size: 24px;
    } 
}


.p-complete_text{
    position: relative;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 781px) {
    .p-complete_text{
        margin-top: 60px;
        padding: 40px 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 780px) {
    .p-complete_text{
        margin-top: 40px;
        padding: 30px 0;
        font-size: 16px;
    }
}

.p-complete_text::before,.p-complete_text::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-image: linear-gradient(to right, #4f6adc 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.p-complete_text::before {
    top: 0;
    left: 0;
    background-position: left bottom;
}

.p-complete_text::after {
    bottom: 0;
    left: 0;
    background-position: left bottom;
}

.p-complete_btn{
    display: flex;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    background-color: #4574C4;
    line-height: 1.2;
}
@media screen and (min-width: 781px) {
    .p-complete_btn{
        gap: min(15px, calc(15 / 1366 * 100vw));
        margin-top: 60px;
        padding: 20px 40px;
        
    }
}
@media screen and (max-width: 780px) {
    .p-complete_btn{
        gap: 15px;
        margin-top: 40px;
        padding: 15px 30px;
    }
}