@charset "utf-8";


/*--------------------------------------------
RESET
--------------------------------------------*/
#contents {
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
}
.h1_section,
#path {
    display: none;
}

/*--------------------------------------------
COMMON
--------------------------------------------*/
.l-page * {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.71;
    box-sizing: border-box;
}
.wrap {
    max-width: 950px;
    margin: auto;
}

    .section__inner {
        padding: 58px 0 60px;
    }
    .section:last-of-type .section__inner {
        padding: 58px 0 97px;
    }
        .section__title {
            font-size: 40px;
            font-weight: 500;
            line-height: 1.3;
            text-align: center;
            margin-bottom: 42px;
        }
            .section__title--en {
                display: block;
                font-size: 20px;
                font-weight: 500;
                line-height: inherit;
                color: #00a5a7;
                margin-bottom: 4px;
            }


.label-title {
    display: flex;
    align-items: center;
}
    .label-title__arrow {
        display: flex;
        align-items: center;
        width: 176px;
        height: 35px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        background-color: #00a5a7;
        padding: 0 0 0 16px;
        margin-right: 28px;
        position: relative;
    }
        .label-title__arrow::after {
            display: block;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 17.5px 0 17.5px 10px;
            border-color: transparent transparent transparent #00a5a7;
            position: absolute;
            top: 0;
            right: -10px;
        }
    .label-title__jp {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.3;
    }


.service {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}
    .service-image {
        width: 305px;
    }
    .service-info {
        width: calc(100% - 305px - 30px);
    }
        .service-info__title {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.41;
            color: #00a5a7;
            margin-bottom: 9px;
        }

/*STEPここから*/
.speed-step,
.guarantee-step {
    padding: 0 67px;
}
    .step {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
        [class*="step__item"] {
            position: relative;
        }
            [class*="step__item"]::after {
                display: block;
                content: url(../images/icn_step_arrow.png);
                position: absolute;
                top: 99px;
                right: -47px;
            }
            .step__item--03::after {
                display: none;
            }

            .step-arrow {
                display: block;
                width: 100%;
                height: 54px;
                position: relative;
            }
            .step-arrow::before,
            .step-arrow::after {
                display: block;
                content: 
                url(../images/icn_step_arrow.png);
                transform: rotate(90deg);
                position: absolute;
                top: 7px;
            }
            .step-arrow::before {
                left: 177px;
            }
            .step-arrow::after {
                right: 177px;
            }

            .pattern {
                display: flex;
                justify-content: space-between;
            }
/*STEPここまで*/

.three-point {
    font-size: inherit;
    color: #00a5a7;
    line-height: 1;
}

/*--------------------------------------------
MAIN VISUAL
--------------------------------------------*/
.hero__item {
    height: 400px;
    padding: 153px 0 0;
    background: url(../images/bg_main.jpg) no-repeat center / cover;
}
    .headline {
        text-align: center;
    }
        .headline__en {
            display: block;
            font-size: 18px;
            color: #fff;
            letter-spacing: 0.1em;
            margin-top: 1px;
        }

/*--------------------------------------------
PURCHASE SYSTEM
--------------------------------------------*/
.about__panel {
    display: flex;
}
    .about-info {
        margin: -4px 0 0;
    }
        .about-info .label-title {
            margin-bottom: 41px;
        }
    .about-image {
        margin-left: 20px;
    }

/*--------------------------------------------
SPEED PURCHASE
--------------------------------------------*/
.speed {
    background-color: #fff;
}

/*--------------------------------------------
PURCHASE GUARANTEE
--------------------------------------------*/
.guarantee .service {
    flex-direction: row-reverse;
}
    .guarantee .service-info {
        width: calc(100% - 305px - 23px);
    }
.guarantee-step .step__item--03::after {
    display: block;
    transform: rotate(90deg);
    top: auto;
    right: auto;
    left: 99px;
    bottom: -47px;
}
.guarantee-step .step__item--04 {
    margin: 54px 0 0;
}
.guarantee-step .step__item--04::after {
    display: none;
}