/* ページ内共通 */
.feature-wrap.bg-white {
    background: url('../../common/img/ptrn-star-gray.gif') repeat 0 0 #fff;
}
.feature-wrap__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feature__conts__catch {
    font-size: .28rem;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.20rem;
    margin-bottom: .50rem;
    color: #fff;
    background: rgb(3, 206, 183);
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 206, 183, 1)), to(rgba(0, 201, 218, 1)));
    background: linear-gradient(to right, rgba(3, 206, 183, 1) 0%, rgba(0, 201, 218, 1) 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ceb7', endColorstr='#00c9da', GradientType=1);
}


/* section 1 */

.feature-wrap.sec01 {
    padding: .55rem 0;
}
.feature-wrap.sec01 .feature__conts--left {
    padding-top: .60rem;
}
.feature-wrap.sec01 .feature__conts--right {
    position: relative;
    left: -.30rem;
}

/* section 2 */

.feature-wrap.sec02 {
    padding: .90rem 0 0;
}


/* section 3 */

.feature-wrap.sec03 .feature-wrap__inner {
    padding: 1.80rem 0 7.50rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.feature__conts--left {
    width: 7.20rem;
}
.feature__conts--left .feature__conts__catch,
.feature__conts--left .feature__conts__lead,
.feature__conts--left picture {
    padding-left: 2.10rem;
}
.feature__conts--right {
    width: 5.60rem;
}
.feature__conts--right .feature__conts__catch {
    padding-left: .50rem;
}
.feature__conts--right .feature__conts__lead {
    text-align: right;
}
.feature__conts__catch .txt {
    position: relative;
    z-index: 2;
}
.num01 {
    position: absolute;
    z-index: 1;
    bottom: .60rem;
    overflow: hidden;
    width: 1.91rem;
    height: 1.46rem;
    white-space: nowrap;
    text-indent: 100%;
    background: url('../img/feature_number01.png') no-repeat 0 0;
}
.num02 {
    position: absolute;
    z-index: 1;
    bottom: .60rem;
    left: 2.40rem;
    overflow: hidden;
    width: 2.36rem;
    height: 1.46rem;
    white-space: nowrap;
    text-indent: 100%;
    background: url('../img/feature_number02.png') no-repeat 0 0;
}
.num03 {
    position: absolute;
    z-index: 1;
    bottom: .60rem;
    overflow: hidden;
    width: 2.23rem;
    height: 1.55rem;
    white-space: nowrap;
    text-indent: 100%;
    background: url('../img/feature_number03.png') no-repeat 0 0;
}
.feature__conts__lead {
    font-size: .16rem;
}
.pic_kahoko {
    position: relative;
    top: -1.10rem;
    left: .50rem;
}
.pic_kanade {
    position: relative;
    top: .70rem;
    left: .10rem;
}
.route-circle {
    position: absolute;
    width: 4.80rem;
    height: 4.80rem;
    padding: .50rem .75rem 0;
    border-radius: 50%;
    background-color: #fff;
}
.route__ttl {
    font-size: .26rem;
    font-weight: bold;
    position: relative;
    margin-bottom: .25rem;
    padding-bottom: .15rem;
    text-align: center;
}
.route-circle.kahoko {
    bottom: 2.40rem;
    left: 2.40rem;
}
.route-circle.kanade {
    bottom: .80rem;
}
.route__txt {
    font-size: .16rem;
}
.kahoko .route__ttl {
    color: #ff78c9;
}
.kahoko .route__ttl::before {
    position: absolute;
    top: -.80rem;
    right: 0;
    left: 0;
    width: .60rem;
    height: .60rem;
    margin: auto;
    content: '';
    background: url('../img/feature_kahoko-onpu.svg') no-repeat center 0;
}
.kahoko .route__ttl::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: .60rem;
    height: .02rem;
    margin: auto;
    content: '';
    background-color: #ff78c9;
}
.kanade .route__ttl {
    color: #ff804a;
}
.kanade .route__ttl::before {
    position: absolute;
    top: -.80rem;
    right: 0;
    left: 0;
    width: .60rem;
    height: .60rem;
    margin: auto;
    content: '';
    background: url('../img/feature_kanade-onpu.svg') no-repeat center 0;
}
.kanade .route__ttl::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: .60rem;
    height: .02rem;
    margin: auto;
    content: '';
    background-color: #ff804a;
}

@media screen and (max-width: 750px) {
    /* ページ内共通 */
    .feature-wrap.bg-white {
        background-size: contain;
    }
    .header-wrap {
        min-height: 2.76rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .feature-wrap__inner {
        width: 100%;
    }
    .feature__conts--left,
    .feature__conts--right {
        width: 100%;
    }
    .feature-wrap.sec01 .feature__conts--right {
        left: auto;
    }
    .feature__conts__catch {
        font-size: .32rem;
        padding-left: 2.10rem !important;
    }
    .feature__conts__lead {
        font-size: .24rem;
        padding: 0 .25rem !important;
        text-align: left !important;
        margin-bottom: .50rem !important;
    }
    .feature-wrap picture {
        padding: 0 !important;
        margin: 0 auto !important;
        text-align: center;
        display: block;
    }
    .num01,
    .num02,
    .num03 {
        left: .20rem;
        bottom: .10rem;
        height: 1.00rem;
        background-size: contain;
    }

    /* section01 */
    .feature-wrap.sec01 {
        padding-top: 0;
    }
    .feature-wrap picture.pic01 {
        width: 6.99rem;
    }

    /* section02 */
    .feature-wrap.sec02 {
        padding-top: 0;
    }
    .sec02 .feature__conts--left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-wrap picture.pic02 {
        width: 6.94rem;
    }

    /* section03 */
    .feature-wrap.sec03 .feature-wrap__inner {
        padding: 0;
    }
    .feature-wrap.sec03 .feature__conts--right {
        padding-top: 1.50rem;
        position: relative;
    }
    .route-circle {
        position: static;
        width: 6.60rem;
        height: 6.60rem;
        padding: .75rem 1.00rem 0;
        margin: 0 auto 1.50rem;
        line-height: 1.6;
    }
    .route__ttl {
        font-size: .32rem;
        margin-bottom: .45rem;
        padding-bottom: .25rem;
    }
    .route__txt {
        font-size: .24rem;
    }
    .pic_kahoko {
        position: absolute;
        top: 0;
        width: 2.20rem;
        z-index: 1;
    }
    .pic_kanade {
        position: absolute;
        right: 0;
        left: auto;
        top: auto;
        bottom: 6.2rem;
        width: 2.33rem;
        z-index: 1;
    }
}
