@charset "UTF-8";

.sec-hd-wrap {
    padding-top: 0rem;
}

.step-hd span {
    font-size: 1.4rem;
}

.sec-01 {
    padding-top: 4rem;
}

.sec-01 .inner-01 {
    overflow: hidden;
}

.sec-01-txt-01 {
    text-align: center;
    margin-bottom: 4rem;
}

.step-hd-wrap {
    position: relative;
}

.step-hd-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 9rem);
    height: 1px;
    border-top: 1.5px solid #000;
    left: 3rem;
    top: 1.1rem;
}

.last-step.step-hd-wrap:before {
    width: calc(100% - 3rem);
}

.step-num {
    width: 1.5rem;
}

.step-hd-time {
    position: absolute;
    top: -0.1rem;
    right: 0;
}

.step-hd {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.step-txt {
    font-size: 1.35rem;
    line-height: 1.48;
    margin-bottom: 1rem;
}

.step-caution {
    font-size: 1rem;
    line-height: 1.48;
    padding-left: 1rem;
    position: relative;
}

.step-caution::before {
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.step-image-wrap {
    position: relative;
    margin-top: 2.4rem;
    width: 100%;
    padding-top: 60%;
    border-radius: 30% / 50%;
    overflow: hidden;
}

.step-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 2s;
}

.scroll-on .step-image {
    top: -20px;
}

.cp_arrows {
    position: relative;
    display: flex;
    height: 6rem;
    /*画面いっぱいにする場合100vh*/
    justify-content: center;
    align-items: center;
}

.cp_arrows .cp_arrow {
    /*矢印を配置するベースの設定*/
    position: absolute;
    top: 80%;
    /*着地点(cp_arrowsの高さの50%)*/
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 10px;
    opacity: 0;
}

.cp_arrows .cp_arrow:first-child {
    animation: arrow-move08 1.8s ease-in-out infinite;
}

.cp_arrows .cp_arrow:nth-child(2) {
    animation: arrow-move08 1.8s 0.6s ease-in-out infinite;
}

.cp_arrows .cp_arrow:nth-child(3) {
    animation: arrow-move08 1.8s 1.2s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
    /*矢印全体の設定*/
    position: absolute;
    content: '';
    top: 0;
    width: 0.8rem;
    height: 1px;
    background: #000;
}

.cp_arrows .cp_arrow:before {
    /*矢印左の線の位置と傾斜*/
    left: 0.3rem;
    transform: rotate(45deg);
}

.cp_arrows .cp_arrow:after {
    /*矢印左の線の位置と傾斜*/
    right: 0.3rem;
    transform: rotate(-45deg);
}

@keyframes arrow-move08 {
    0% {
        opacity: 0;
        top: 40%;
        /*スタート地点(cp_arrowsの高さの40%)*/
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.htb-step {
    padding-bottom: 2rem;
}

.htb-step.bgo {
    position: relative;
}

.sec-02 {
    position: relative;
    margin-top: 6rem;
    background-color: #fff;
    border-radius: 13vw 13vw 0 0;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.htb-bg-obj-01-wrap {
    position: absolute;
    width: 100%;
    height: 13.8rem;
    top: 4.5rem;
    left: 0;
    overflow: hidden;
}

.sec-02:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/top/sec-01-bg-top.svg);
    background-repeat: no-repeat;
    background-size: 100% 130%;
    transform: translate(0, 29%);
    width: 73%;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 7%;
    margin: auto;
    bottom: 100%;
}

.sec-02-txt-01 {
    margin-top: 2rem;
    font-size: 1.35rem;
    line-height: 1.48;
    margin-bottom: 0.5rem;
}

.sec-02-txt-01 span {
    display: inline-block;
    width: calc(100% - 7rem);
    vertical-align: top;
}

.sec-02-txt-02 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.sec-02-txt-03 {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.sec-02-lst-01 {
    font-size: 1.35rem;
    line-height: 1.48;
    margin-bottom: 0.5rem;
}

.sec-02-lst-01 .small {
    font-size: 1rem;
}

.sec-02-txt-04 {
    font-size: 1rem;
    line-height: 1.4;
}

.sec-03 {
    position: relative;
    border-radius: 0 0 13vw 13vw;
    background-color: #fff;
    padding-bottom: 7rem;
}

.sec-03:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/top/sec-bg-btm.svg);
    background-repeat: no-repeat;
    background-size: 100% 130%;
    transform: translate(0, -59%);
    width: 73%;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 7%;
    margin: auto;
    top: 100%;
}

.sec-03-txt {
    margin-top: 3rem;
    font-size: 1.35rem;
    line-height: 1.48;
}

.sec-03-lst {
    font-size: 1.35rem;
    line-height: 1.48;
    padding-left: 0.5rem;
}

.sec-04 {
    padding-top: 5rem;
    position: relative;
    padding-bottom: 5rem;
    overflow: hidden;
}

.qa-unit {
    position: relative;
    margin-bottom: 0.5rem;
}

.q-icon {
    position: absolute;
    left: 0.2rem;
    top: 1.2rem;
    ;
    width: 2rem;
}

.qa-unit dt {
    padding-left: 2.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.qa-unit dt:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1.5px solid #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.q-hd {
    font-size: 1.6rem;
    font-weight: bold;
}

.qa-unit dd {
    padding-top: 1rem;
    padding-left: 2.5rem;
    position: relative;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    overflow: hidden;
}

.qa-unit.opend dd {
    max-height: 100rem;
    opacity: 1;
    visibility: visible;
}

.a-icon {
    position: absolute;
    left: 0.2rem;
    top: 1.2rem;
    ;
    width: 1.2rem;
}

.a-txt {
    font-size: 1.35rem;
    line-height: 1.48;
    padding-top: 0.2rem;
}

.acc-btn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 1.5rem;
    right: 0.5rem;
    cursor: pointer;
}

.acc-btn:after {
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.acc-btn:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 1rem;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: 0.5s;
}

.opend .acc-btn:before {
    transform: rotate(90deg);
}

.htb-step-back-obj-01 {
    width: 16rem;
    height: 13.8rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -6.2rem;
    right: -5.3rem;
    transition: 1.5s;
    transform-origin: top right;
    transform: rotate(20deg);
    z-index: -1;

}

.htb-step-back-obj-01.scroll-on {
    transform: rotate(0deg);
}

.htb-bg-obj-01 {
    position: absolute;
    z-index: 10;
    width: 18rem;
    height: 13rem;
    right: -0.5rem;
    top: 0;
    z-index: 1;
}

.sec-02 .inner-01 {
    position: relative;
    z-index: 10;
}

.faq-bg-obj-01 {
    width: 12.8rem;
    height: 11.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3.5rem;
    left: -0.7rem;
    transition: 1.5s;
    transform-origin: bottom left;
    transform: rotate(-20deg);
}

.faq-bg-obj-01.scroll-on {
    transform: rotate(0deg);
}

.sec-04 .sec-hd-wrap {
    margin-bottom: 2rem;
}

.step-slide-wrap {
    margin-top: 2rem;
    height: calc(60vw - 4.2rem);
    overflow: hidden;
    border-radius: calc(30vw - 2.1rem);
}

#step-slide.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#step-slide .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
    text-align: center;
}

#step-slide .slick-dots li button:before {
    color: #fff;
    font-size: 1.2rem;
}

/*----------------------------------------------------------*/
@media screen and (min-width:960px) {

    .sec-02 {
        border-radius: 73px 73px 0 0;
    }

    .sec-03 {
        border-radius: 0 0 73px 73px;
    }

    .step-slide-wrap {
        margin-top: 2rem;
        height: 60%;
        overflow: hidden;
        border-radius: 30% / 50%;
    }

    #step-slide .slick-dots li button:before {
        font-size: 13px;
    }

    .cp_arrows {
        height: 60px;
    }

    .cp_arrows .cp_arrow {
        width: 30px;
    }

    .cp_arrows .cp_arrow:before,
    .cp_arrows .cp_arrow:after {
        width: 14.5px;
        height: 2px;
    }

    .cp_arrows .cp_arrow:before {
        left: 3px;
    }

    .cp_arrows .cp_arrow:after {
        right: 3px;
    }
}