@charset "utf-8";

/***************************************************************************
 *
 * FEATURE STYLE
 *
 ***************************************************************************/

/*AREASTEP*/
.areaStep {
    position: relative;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 95px;
    padding-bottom: 14px;
}

.areaStep .bg {
    position: absolute;
    right: 0;
    top: 36px;
    width: calc(((100% - 1080px) / 2) + 940px);
    height: 100%;
    background: #f4f5fa;
    z-index: -1;
}

.areaStep .ttl {
    font-size: 40px;
    letter-spacing: 0.3px;
    color: #094296;
}

.areaStep .des {
    font-size: 16px;
    margin-top: 46px;
    line-height: 2.5;
}

.areaStep .listStep {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.areaStep .listStep li {
    width: 329px;
    position: relative;
    margin-right: 46px;
    margin-bottom: 50px;
    background: #000;
    color: #fff;
    background-image: -moz-linear-gradient(135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 80%);
    background-image: -webkit-linear-gradient(135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 80%);
    background-image: -ms-linear-gradient(135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 80%);
    box-shadow: 2.121px 2.121px 10px 0px rgba(0, 0, 0, 0.2);
}

.areaStep .listStep li:nth-child(3n) {
    margin-right: 0;
}

.areaStep .listStep li .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    width: 57px;
    height: 58px;
    background: yellow;
    border-radius: 50%;
    margin: -27px auto 0;
    color: #094296;
    transform: translateX(4px);
}

.areaStep .listStep li .ttlItem,
.areaStep .listStep li .ttlItem * {
    margin-top: 23px;
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #fff;
}

.areaStep .listStep li .ttlItem .yellow {
    color: #ffff00;
    font-weight: 500;
}

.areaStep .listStep li .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.areaStep .listStep li .icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.areaStep .listStep li .icon a img {
    position: absolute;
    right: 10px;
    bottom: 11px;
    width: 11px;
}

/*AREASTEP*/

/*AREASYSTEM*/
.areaSystem {
    margin-bottom: 111px;
}

.areaSystem .ttl {
    font-size: 40px;
    color: #094296;
    text-align: center;
    border-bottom: 2px solid #094296;
    padding-bottom: 19px;
}

.areaSystem .systemList {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.areaSystem .systemList li {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}

/*AREASYSTEM*/

@media screen and (max-width: 767px) {

    /*AREASTEP*/
    .areaStep {
        margin: 30px 0;
        padding: 30px 0;
        background: #f4f5fa;
    }

    .areaStep .ttl {
        font-size: 24px;
    }

    .areaStep .bg {
        display: none;
    }

    .areaStep .des {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        margin-top: 20px;
    }

    .areaStep .listStep {
        justify-content: space-between;
        margin-top: 30px;
    }

    .areaStep .listStep li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px;
    }

    .areaStep .listStep li .number {
        font-size: 20px;
        width: 37px;
        height: 37px;
        margin-top: -20px;
    }

    .areaStep .listStep li .ttlItem,
    .areaStep .listStep li .ttlItem * {
        font-size: 14px;
        text-align: left;
        margin: 10px 0 5px;
    }

    .areaStep .listStep li .ttlItem br {
        display: none;
    }

    /*AREASTEP*/

    /*AREASYSTEM*/
    .areaSystem {
        margin-bottom: 30px;
    }

    .areaSystem .ttl {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .areaSystem .systemList {
        padding: 30px 0;
        flex-direction: column;
    }

    .areaSystem .systemList li a img {
        width: 100%
    }

    .areaSystem .systemList li+li {
        margin-top: 10px;
    }

    /*AREASYSTEM*/
}