.fa_abtit h4 {
    color: #333;
    font-size: var(--f36);
    margin-bottom: 20px;
}

.fa_abtit.fa_text_w h4 {
    color: #fff;
}

.fa_abtit h2 {
    color: var(--main-color);
    font-size: var(--f20);
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
}

.fa_abtit.fa_text_w h2 {
    color: #fff;
}

.fa_abtit h6 span {
    display: inline-block;
    margin: 2px;
    height: 5px;
    border-radius: 500px;
}

.fa_abtit h6 span:nth-child(1) {
    background: var(--main-color);
    width: 30px;
}

.fa_abtit.fa_text_w h6 span:nth-child(1) {
    background: #fff;
}

.fa_abtit h6 span:nth-child(2) {
    background: #f9cb25;
    width: 10px;
}

.fa_abtit.fa_text_w * {
    color: #fff;
}

.fa_abtit {
    margin-bottom: 3vw;
}


/**/

.fa_Ab01 {
    position: relative;
    overflow: hidden;
    /* padding-bottom:0; */
    padding-bottom:0!important;
}

.fa_Ab01 .fa_pic {
    margin-top: -10vw;
}

.fa_Ab01 .fa_cnt {
    text-align: justify;
    line-height: 2;
    color: #555;
}

.fa_Ab01 .fa_wrapper {
    position: relative;
}

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

.fa_jump dl {
    position: relative;
}

.fa_jump dt span {
    color: var(--main-color);
    font-family: "Youth";
    font-size: var(--f30);
    font-weight: 300;
    line-height: 1;
}

.fa_jump dt i {
    font-family: "Youth";
    color: var(--main-color);
    font-size: 16px;
    line-height: 1;
}

.fa_jump dd {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.fa_jump {
    margin-top: 30px;
}

@media screen and (min-width: 769px) {
    
    .fa_jump dl {
        width: calc((100% - 20px) / 6);
        padding: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .fa_Ab01 .fa_cnt {
        font-size: 14px;
    }
    .fa_jump {
        flex-wrap: wrap;
    }
    .fa_jump dl {
        width: 50%;
        margin-bottom: 20px;
    }
}