/* --------------------
 Service line
-------------------- */
.fb-ln {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .fb-ln {
        margin-bottom: 230px;
    }
}

.fb-ln__head {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .fb-ln__head {
        margin-bottom: 120px;
    }
}

.fb-ln__overview {
    margin: 0 0 120px;
    padding: 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__overview {
        margin-bottom: 150px;
        padding-bottom: 100px;
    }
}

.fb-ln__overview:before {
    background-color: #95c731;
    bottom: 30px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: min(calc(100% - 60px), 1200px);
}

@media (min-width: 768px) {
    .fb-ln__overview:before {
        bottom: 48px;
    }
}

.fb-ln__overview:after {
    border-bottom: none;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #95c731;
    bottom: 0;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
}

@media (min-width: 768px) {
    .fb-ln__overview:after {
        border-left-width: 48px;
        border-right-width: 48px;
        border-top-width: 48px;
        height: 48px;
        width: 96px;
    }
}

.fb-ln__overview-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .fb-ln__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fb-ln__overview__head {
    margin: 0 0 60px;
}

.fb-ln__overview__head__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .fb-ln__overview__head__title {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .fb-ln__overview__head__title {
        font-size: 3.5rem;
    }
}

.fb-ln__overview__head__subtitle {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 50px 0 0;
    padding: 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .fb-ln__overview__head__subtitle {
        font-size: 2.0rem;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .fb-ln__overview__head__subtitle {
        font-size: 2.4rem;
    }
}

.fb-ln__overview__head__subtitle__text {
    display: inline-block;
    padding: 5px 30px;
    position: relative;
}

.fb-ln__overview__head__subtitle__text:before {
    background-color: #007440;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-45deg);
    z-index: -1;
}

.fb-ln__overview__list {
    margin: 0 auto 60px;
    max-width: 540px;
}

@media (min-width: 992px) {
    .fb-ln__overview__list {
        margin-bottom: 100px;
        max-width: none;
    }
}

.fb-ln__overview__list-inner {
    margin: 0 -8px;
}

@media (min-width: 768px) {
    .fb-ln__overview__list-inner {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .fb-ln__overview__list-inner {
        flex-wrap: nowrap;
    }
}

.fb-ln__overview__list__item {
    margin: 30px auto 0;
    padding: 0 8px;
    width: 260px;
}

@media (min-width: 768px) {
    .fb-ln__overview__list__item {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
    }
}

.fb-ln__overview__list__item:nth-child(1) {
    margin-top: 0;
}

@media (min-width: 768px) {
    .fb-ln__overview__list__item:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .fb-ln__overview__list__item {
        margin-top: 0;
        width: 25%;
    }
}

.fb-ln__overview__list__item-inner {
    border-radius: 50%;
    height: auto;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

.fb-ln__overview__list__item__icon {
    bottom: auto;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20%;
    z-index: 1;
}

@media (min-width: 1240px) {
    .fb-ln__overview__list__item__icon {
        top: 50px;
    }
}

.fb-ln__overview__list__item__content {
    bottom: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 1;
}

@media (min-width: 1240px) {
    .fb-ln__overview__list__item__content {
        top: 110px;
    }
}

.fb-ln__overview__list__item__content p {
    color: #007440;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .fb-ln__overview__list__item__content p {
        font-size: 2.0rem;
    }
}

@media (min-width: 1240px) {
    .fb-ln__overview__list__item__content p {
        font-size: 2.4rem;
    }
}

.fb-ln__overview__list__item:nth-child(odd) .fb-ln__overview__list__item-inner {
    background-color: #95c731;
}

.fb-ln__overview__list__item:nth-child(even) .fb-ln__overview__list__item-inner {
    background-color: #ffea00;
}

.fb-ln__overview__msg p {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .fb-ln__overview__msg p {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .fb-ln__overview__msg p {
        font-size: 3.5rem;
    }
}

.fb-ln__about {
    background-color: rgba(141, 194, 31, .1);
    margin: 60px 0 0;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .fb-ln__about {
        margin-top: 90px;
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.fb-ln__about-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .fb-ln__about-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fb-ln__about__head {
    margin: 0 0 60px;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__about__head {
        margin-bottom: 90px;
    }
}

.fb-ln__about__head__title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 992px) {
    .fb-ln__about__head__title {
        font-size: 3.5rem;
    }
}

.fb-ln__about__head__subtitle {
    font-size: 1.0rem;
    line-height: 1.0;
    text-align: center;
}

.fb-ln__about__blk {
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__about__blk {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .fb-ln__about__blk {
        max-width: 960px;
    }
}

.fb-ln__about__blk__list {
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    list-style: none;
    margin: 0 auto 50px;
    padding: 30px 15px;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__about__blk__list {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 68%;
    }
}

@media (min-width: 992px) {
    .fb-ln__about__blk__list {
        padding: 50px 30px;
        width: 68%;
    }
}

@media (min-width: 1240px) {
    .fb-ln__about__blk__list {
        width: 76%;
    }
}

.fb-ln__about__blk__list__item {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__about__blk__list__item {
        margin-bottom: 25px;
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .fb-ln__about__blk__list__item {
        font-size: 2.0rem;
        margin-bottom: 35px;
    }
}

@media (min-width: 1240px) {
    .fb-ln__about__blk__list__item {
        font-size: 2.2rem;
    }
}

.fb-ln__about__blk__list__item .small {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .fb-ln__about__blk__list__item .small {
        font-size: 1.6rem;
    }
}

.fb-ln__about__blk__list__item:last-child {
    margin-bottom: 0;
}

.fb-ln__about__blk__list__item:before {
    background-image: url(../../images/icons/icon-check-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 17.92px;
    content: "";
    height: 17.92px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 32px;
}

@media (min-width: 768px) {
    .fb-ln__about__blk__list__item:before {
        background-size: 42px 23.52px;
        height: 23.52px;
        width: 42px;
    }
}

.fb-ln__about__blk__fig {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 260px;
}

@media (min-width: 768px) {
    .fb-ln__about__blk__fig {
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        right: 0;
        top: 30px;
    }
}

@media (min-width: 992px) {
    .fb-ln__about__blk__fig {
        top: -30px;
        width: 350px;
    }
}

@media (min-width: 1240px) {
    .fb-ln__about__blk__fig {
        right: -110px;
        width: auto;
    }
}

.fb-ln__marketing {
    margin: 0 0 80px;
    padding: 80px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__marketing {
        margin-bottom: 160px;
        padding-top: 160px;
    }
}

.fb-ln__marketing:before {
    border-bottom: none;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 50px solid rgba(141, 194, 31, .1);
    content: "";
    display: block;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}

@media (min-width: 768px) {
    .fb-ln__marketing:before {
        border-left-width: 45px;
        border-right-width: 45px;
        border-top-width: 60px;
        height: 60px;
        width: 90px;
    }
}

.fb-ln__marketing-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .fb-ln__marketing-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1020px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fb-ln__marketing__head {
    margin: 0 0 70px;
}

.fb-ln__marketing__head__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .fb-ln__marketing__head__title {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .fb-ln__marketing__head__title {
        font-size: 3.5rem;
    }
}

.fb-ln__marketing__blk {
    margin: 0 auto;
    max-width: 540px;
}

@media (min-width: 992px) {
    .fb-ln__marketing__blk {
        align-self: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
        max-width: none;
    }
}

.fb-ln__marketing__blk__main {
    padding: 0;
}

@media (min-width: 992px) {
    .fb-ln__marketing__blk__main {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.fb-ln__marketing__blk__main__content p {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

@media (min-width: 768px) {
    .fb-ln__marketing__blk__main__content p {
        font-size: 1.7rem;
    }
}

@media (min-width: 1240px) {
    .fb-ln__marketing__blk__main__content p {
        font-size: 2.0rem;
    }
}

.fb-ln__marketing__blk__main__content p .large {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .15em;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__marketing__blk__main__content p .large {
        font-size: 2.7rem;
    }
}

@media (min-width: 1240px) {
    .fb-ln__marketing__blk__main__content p .large {
        font-size: 3.0rem;
    }
}

.fb-ln__marketing__blk__main__content p .large:before {
    background-color: #8dc21f;
    bottom: -8px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: skewX(-45deg);
    width: auto;
    z-index: 0;
}

.fb-ln__marketing__blk__photo {
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .fb-ln__marketing__blk__photo {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.fb-ln__marketing__blk__photo img {
    box-shadow: 10px 10px 0 #8dc21f;
}

.fb-ln__merit {
    background-color: rgba(141, 194, 31, .1);
    margin: 0;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .fb-ln__merit {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.fb-ln__merit-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .fb-ln__merit-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1020px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fb-ln__merit__head {
    margin: 0 0 60px;
    position: relative;
}

.fb-ln__merit__head__title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 992px) {
    .fb-ln__merit__head__title {
        font-size: 3.5rem;
    }
}

.fb-ln__merit__head__subtitle {
    font-size: 1.0rem;
    line-height: 1.0;
    text-align: center;
}

.fb-ln__merit__main {
    padding: 0;
}

@media (min-width: 992px) {
    .fb-ln__merit__main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.fb-ln__merit__main__item {
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    margin: 0 0 50px;
    padding: 30px 15px 15px;
}

@media (min-width: 992px) {
    .fb-ln__merit__main__item {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
        padding: 40px;
    }
}

.fb-ln__merit__main__item:last-child {
    margin-bottom: 0;
}

.fb-ln__merit__main__item__info {
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 992px) {
    .fb-ln__merit__main__item__info {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }
}

.fb-ln__merit__main__item__info__title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 30px;
    padding: 0 0 0 50px;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__merit__main__item__info__title {
        font-size: 2.0rem;
    }
}

@media (min-width: 992px) {
    .fb-ln__merit__main__item__info__title {
        font-size: 2.4rem;
        padding-left: 60px;
    }
}

.fb-ln__merit__main__item__info__title img {
    bottom: 0;
    left: 0;
    position: absolute;
}

@media (max-width: 991px) {
    .fb-ln__merit__main__item__info__title img {
        transform: scale(.7);
    }
}

@media (min-width: 992px) {
    .fb-ln__merit__main__item__info__title img {
        bottom: 8px;
    }
}

.fb-ln__merit__main__item__info__photo {
    text-align: left;
}

.fb-ln__merit__main__item__main {
    padding: 0;
}

@media (min-width: 992px) {
    .fb-ln__merit__main__item__main {
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.fb-ln__merit__main__item__main__content p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 15px;
}

.fb-ln__merit__main__item__main__content p:last-child {
    margin-bottom: 0;
}

.fb-ln__merit__main__item__main__pickup {
    background-color: #8dc21f;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 30px 0 0;
    padding: 5px 10px;
    text-align: center;
}

.fb-ln__merit__main__item__main__list {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.fb-ln__merit__main__item__main__list__item {
    background-color: #8dc21f;
    border-radius: 15px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 5px 10px;
}

@media (min-width: 1240px) {
    .fb-ln__merit__main__item__main__list__item {
        font-size: 1.8rem;
    }
}

.fb-ln__merit__main__item__main__list__item--collapse {
    letter-spacing: -.01em;
}

.fb-ln__merit__main__item__main__list__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .fb-ln__merit__main__item__main__list--2cols {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .fb-ln__merit__main__item__main__list--2cols .fb-ln__merit__main__item__main__list__item {
        margin: 0 2% 5px 0;
        width: 49%;
    }
    .fb-ln__merit__main__item__main__list--2cols .fb-ln__merit__main__item__main__list__item:nth-child(even) {
        margin-right: 0;
    }
    .fb-ln__merit__main__item__main__list--2cols .fb-ln__merit__main__item__main__list__item:nth-child(8) {
        letter-spacing: 0;
    }
}

.fb-ln__point {
    margin: 0 0 60px;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .fb-ln__point {
        margin-bottom: 90px;
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

.fb-ln__point-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .fb-ln__point-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1020px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fb-ln__point__head {
    margin: 0 0 60px;
    position: relative;
}

.fb-ln__point__head__title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 992px) {
    .fb-ln__point__head__title {
        font-size: 3.5rem;
    }
}

.fb-ln__point__head__subtitle {
    font-size: 1.0rem;
    line-height: 1.0;
    text-align: center;
}

.fb-ln__point__list {
    margin: 0 auto;
    max-width: 520px;
}

@media (min-width: 768px) {
    .fb-ln__point__list {
        max-width: none;
    }
}

.fb-ln__point__list__item {
    margin: 0 0 60px;
    padding: 0 0 0 95px;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__point__list__item {
        padding-left: 135px;
    }
}

@media (min-width: 992px) {
    .fb-ln__point__list__item {
        padding-left: 260px;
    }
}

.fb-ln__point__list__item:last-child {
    margin-bottom: 0;
}

.fb-ln__point__list__item__title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .fb-ln__point__list__item__title {
        align-items: center;
        display: flex;
        flex-direction: row;
        font-size: 2.0rem;
        height: 60px;
        justify-content: flex-start;
        letter-spacing: .2em;
        padding-left: 70px;
    }
}

@media (min-width: 992px) {
    .fb-ln__point__list__item__title {
        display: block;
        font-size: 2.8rem;
        height: auto;
        margin-bottom: 30px;
        padding-left: 115px;
    }
}

.fb-ln__point__list__item__title img {
    left: -50px;
    position: absolute;
    top: 0;
    width: 46px;
}

@media (min-width: 768px) {
    .fb-ln__point__list__item__title img {
        left: 0;
        width: 56px;
    }
}

@media (min-width: 992px) {
    .fb-ln__point__list__item__title img {
        width: auto;
    }
}

.fb-ln__point__list__item__fig {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 60px;
    width: 90px;
}

@media (min-width: 768px) {
    .fb-ln__point__list__item__fig {
        top: 30px;
        width: 120px;
    }
}

@media (min-width: 992px) {
    .fb-ln__point__list__item__fig {
        align-items: center;
        top: 0;
        width: 260px;
    }
}

.fb-ln__point__list__item__content {
    padding: 0 0 0 15px;
}

@media (min-width: 992px) {
    .fb-ln__point__list__item__content {
        padding-left: 0;
    }
}

.fb-ln__point__list__item__content p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (min-width: 768px) {
    .fb-ln__point__list__item__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .fb-ln__point__list__item__content p {
        font-size: 1.8rem;
    }
}
