/* partner */
.p-partner_list {
    padding: 47px 0;
    background-color: #eaeaea;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .p-partner_list {
        padding: 24px 0;
    }
}

.p-partner_list .slick-track {
    display: flex;
    align-items: center;
}

.p-partner_list_itpartner {
    height: 100%;
}

.p-partner_list_itpartner img {
    height: 62px;
}

@media screen and (max-width: 768px) {
    .p-partner_list_itpartner img {
        height: 71px;
    }
}

/* apply */
@media screen and (max-width: 1400px) {
    .p-apply {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .p-apply {
        background-color: #fff;
        padding: 0 4vw;
        margin-bottom: 0px;
    }
}

.p-howItSteps__container {
    display: flex;
    width: 100%;
    height: 53vh;
    padding-bottom: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.p-howItSteps__container::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__container {
        height: auto !important;
        padding-bottom: 0px;
        overflow: hidden;
    }
}

.p-howItSteps__container__middle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-howItSteps__flex3 {
    display: flex;
    justify-content: space-between;
}

.p-howItSteps__flex3__indicator {
    width: 13%;
    padding-top: 70px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__indicator {
        margin-top: 80px;
        margin-bottom: 40px;
        padding-top: 5px;
    }
}

.p-howItSteps__flex3__indicator .c-verticalSteps {
    position: relative;
    width: 1px;
    height: 50vh;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__indicator .c-verticalSteps {
        height: 28.9vh;
    }
}

@media screen and (max-width: 375px) {
    .p-howItSteps__flex3__indicator .c-verticalSteps {
        height: 33.9vh;
    }
}

.p-howItSteps__flex3__indicator .c-verticalSteps__indn {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-howItSteps__flex3__indicator .c-verticalSteps__indn::before {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 1px;
    height: 63px;
    content: "";
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__indicator .c-verticalSteps__indn::before {
        bottom: -10px;
        left: -2px;
        width: 4px;
    }
}

.p-howItSteps__flex3__indicator .c-verticalSteps__indn__progress {
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to right, #2cb7b4, #a4a0ff, #ff99a2);
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__indicator .c-verticalSteps__indn__progress {
        top: -35px;
    }
}

.p-howItSteps__flex3__indicator .c-verticalSteps__nums {
    z-index: 2;
    position: absolute;
    top: -85px;
    right: 0;
    left: 0;
    height: 100%;
    margin: 0 auto;
}

.p-howItSteps__flex3__indicator .c-verticalSteps__nums li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 64px;
    margin: 45px 0;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__indicator {
        margin-left: 20px;
    }

    .p-howItSteps__flex3__indicator .c-verticalSteps__nums li {
        width: 86px;
        height: 42px;
        margin: 30px 0;
    }
}

.p-howItSteps__flex3__indicator .c-verticalSteps__nums li span {
    z-index: 3;
    position: relative;
    top: -13px;
    padding-left: 3px;
    color: #fff;
    font-family: "ambroise-std", serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75;
    font-variant-numeric: lining-nums;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__indicator .c-verticalSteps__nums li span {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.75;
    }
}

.p-howItSteps__flex3__indicator .c-verticalSteps__nums li::after {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    transition-duration: .4s;
    transition-property: background-color, transform;
}

.p-howItSteps__flex3__indicator .c-verticalSteps__nums li.is-active::after {
    background: linear-gradient(to right, #2cb7b4, #a4a0ff, #ff99a2);
    opacity: 1;
    border-color: transparent;
}

.p-howItSteps__flex3__indicator .c-verticalSteps__nums li.is-active span {
    color: #000;
}

.p-howItSteps__flex3__desc {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 41%;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__desc {
        width: 100%;
        padding-top: 180px;
        margin-left: 0px;
        margin-top: 0px;
    }
}

.p-howItSteps__flex3__desc .p-howItSteps__details {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0%;
}

.p-howItSteps__flex3__desc .p-howItSteps__details li {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    transform: scale(0.7);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
}

.p-howItSteps__flex3__desc .p-howItSteps__details li.is-active {
    transform: scale(1);
    opacity: 1;
    transition-delay: .2s;
}

.p-howItSteps__flex3__desc p.p-howItSteps__details__step {
    font-size: 30px;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 1.734;
    font-variant-numeric: lining-nums;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__desc p.p-howItSteps__details__step {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.6;
        padding-bottom: 0px;
    }
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt {
    padding-right: 11px;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__desc .p-howItSteps__details__txt {
        /* height: 200px;
    overflow-y: scroll; */
        padding-right: 0px;
    }
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    color: #fff;
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt .note.sm p {
    font-size: 12px;
    font-size: 1.2rem;
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt p.big {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 5px;
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt p span {
    font-weight: 600;
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt p span {
    color: #f9b4bc;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__desc .p-howItSteps__details__txt p {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .p-howItSteps__flex3__desc .p-howItSteps__details__txt p {
        font-size: 16px;
    }
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt .note {
    padding-top: 18px;
    line-height: 1.715;
    /* text-indent: -1em;
    padding-left: 1em; */
}

.p-howItSteps__flex3__desc .p-howItSteps__details__txt .note p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__desc .p-howItSteps__details__txt .note {
        padding-top: 10px;
    }

    .p-howItSteps__flex3__desc .p-howItSteps__details__txt .note p {
        /* padding-top: 10px; */
        font-size: 10px;
    }
}

.p-howItSteps__flex3__desc .p-howItSteps__details__step {
    font-size: 30px;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 1em;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__desc .p-howItSteps__details__step {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.723;
        margin-bottom: 0px;
    }
}

.p-howItSteps__flex3__center {
    box-sizing: border-box;
    width: 30%;
    padding-top: 70px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__center {
        width: 75%;
        padding-top: 10px;
    }
}

.p-howItSteps__flex3__center .p-howItSteps__images {
    position: relative;
    margin-left: -33px;
    margin-top: -20px;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__center .p-howItSteps__images {
        margin-left: -20px;
    }
}

.p-howItSteps__flex3__center .p-howItSteps__images li {
    position: absolute;
    top: 0;
    left: 0;
    width: 341px;
    height: 413px;
    transform: scale(0.7);
    background: url("../images/circle-big.png") center no-repeat;
    background-size: contain;
    text-align: center;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__center .p-howItSteps__images li {
        width: 255px;
        height: 310px;
    }
}

.p-howItSteps__flex3__center .p-howItSteps__images li img {
    padding-top: 15px;
}

@media screen and (max-width: 768px) {
    .p-howItSteps__flex3__center .p-howItSteps__images li img {
        width: 85%;
        padding-top: 0px;
    }
}

.p-howItSteps__flex3__center .p-howItSteps__images li.is-hidden {
    transform: scale(0.7);
    opacity: 0;
    transition-delay: 0s;
}

.p-howItSteps__flex3__center .p-howItSteps__images li.is-active {
    transform: scale(1);
    opacity: 1;
    transition-delay: .2s;
}

/* click */
.p-click {
    background-image: url(../images/click_bg_pc.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 200px 160px;
}

.p-click p {
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 600;
}

.p-click a img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.p-click a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .p-click {
        padding: 100px 10px;
        background-image: url(../images/click_bg_sp.jpg);
    }

    .p-click p {
        font-size: 16px;
    }
}
