@charset "UTF-8";

/* common style */
.m-sec-bg,
.m-box01 {
    background: #F3F8E5;
}

.m-lb02,
.m-lb02__ja,
.color-svc {
    color: #729800;
}

.m-lb02__en::after {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(21%, #FEF1A5), to(#8CB806));
    background: linear-gradient(to right, #FFF 0%, #FEF1A5 21%, #8CB806 100%);
}

.m-box02 {
    border-color: #8CB806;
}

.svc-nav__item {
    border-color: #B9D469;
}

.svc-nav__arrow {
    background: linear-gradient(135deg, #FDF6CD, #E4F2B9);
}

/* Worries Section */
.elds-worries__box {
    position: relative;
    padding-top: 105px;
}

.elds-worries__ttl {
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px 100px 13px 65px;
    border-radius: 50px 0 50px 0;
    background: #F3F8E5;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.worries-list__item + .worries-list__item {
    margin-top: 35px;
}

.worries-list__ttl {
    position: relative;
    padding-left: 1.35em;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.36;
}

.worries-list__ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .2em;
    width: 1em;
    height: 1em;
    background: url("../image/icon/icon_check_gr.svg") 50% 50% no-repeat;
    background-size: contain;
}

.worries-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

/* Points Section */
.point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
}

.point-list__item {
    min-width: 0;
}

.point-list__img {
    margin-bottom: 28px;
}

.point-list__img img {
    border-radius: 20px;
}

.point-list__ttl {
    position: relative;
    padding: .3em 0 0 4em;
    margin-bottom: 27px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.36;
}

.point-list__ttl .num {
    position: absolute;
    left: 0;
    top: 0;
    color: #B9D469;
    font-size: 2.3em;
    font-weight: 500;
    letter-spacing: .115em;
    line-height: .9;
}

.point-list__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

/* Flow Section */
.flow-box {
    padding: 50px;
}

.flow-list {
    position: relative;
    max-width: 100%;
    width: 944px;
    margin: 0 auto;
}

.flow-list::before {
    content: "";
    display: block;
    position: absolute;
    left: 8.05%;
    top: 10px;
    bottom: 10px;
    border-left: solid 4px #B9D469;
}

.flow-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flow-list__item + .flow-list__item {
    margin-top: 40px;
}

.flow-list__l {
    width: 16.52%;
}

.flow-list__img {
    padding: 7px;
    border-radius: 50%;
    background: rgba(185,212,105,.4);
}

.flow-list__img img {
    position: relative;
    border-radius: 50%;
    width: 100%;
}

.flow-list__r {
    width: 79.24%;
    padding-top: 10px;
}

.flow-list__ttl {
    position: relative;
    padding-left: 2.35em;
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.36;
}

.flow-list__ttl .num {
    position: absolute;
    left: 0;
    top: .067em;
    color: #B9D469;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: .035em;
    line-height: .9;
}

.flow-list__txt {
    letter-spacing: normal;
    line-height: 1.875;
}

.flow-list__tel {
    margin-top: 15px;
}

.flow-list__tel a {
    display: inline-block;
    padding: 5px 0;
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

.flow-list__tel__tel {
    display: block;
    color: #729800;
    font-size: 29px;
    letter-spacing: .1em;
}

.flow-list__tel__tel img {
    position: relative;
    top: .1em;
}

.flow-list__tel__time {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.025em;
}

/* Staff Section */
.prof-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}

.prof-list__l {
    width: 43.63%;
}

.prof-list__img {
    padding: 7px;
    border-radius: 10px;
    background: linear-gradient(-45deg, rgba(255,255,255,.5) 0%, rgba(254,241,165,.5) 21%, rgba(140,184,6,.5) 100%);
}

.prof-list__img img {
    width: 100%;
    border-radius: 10px;
}

.prof-list__r {
    width: 51.82%;
    padding-top: 30px;
}

.prof-list__name {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: normal;
}

.prof-list__msgTtl {
    margin-bottom: 20px;
    color: #B9D469;
    font-size: 20px;
    letter-spacing: .115em;
    line-height: 1;
}

.prof-list__msgTxt {
    line-height: 1.513;
}

.prof-list__msgTxt p + p {
    margin-top: 1.513em;
}


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

    /* Worries Section */
    .elds-worries__box {
        padding-top: 70px;
    }

    .elds-worries__ttl {
        padding: 8px 60px 8px 35px;
        border-radius: 30px 0 30px 0;
        font-size: 20px;
    }

    .worries-list__item + .worries-list__item {
        margin-top: 35px;
    }

    .worries-list__ttl {
        margin-bottom: 20px;
        font-size: 18px;
    }

    /* Points Section */
    .point-list {
        display: block;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .point-list__item + .point-list__item {
        margin-top: 35px;
    }

    .point-list__img {
        margin-bottom: 20px;
    }

    .point-list__img img {
        border-radius: 12px;
    }

    .point-list__ttl {
        margin-bottom: 20px;
        font-size: 18px;
    }

    /* Flow Section */
    .flow-box {
        padding: 25px 8% 25px 4%;
    }

    .flow-list::before {
        left: 10%;
        border-left-width: 2px;
    }

    .flow-list__item + .flow-list__item {
        margin-top: 35px;
    }

    .flow-list__item:last-child {
        position: relative;
        z-index: 1;
    }

    .flow-list__item:last-child:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 10px;
        bottom: 0;
        background: #F3F8E5;
    }

    .flow-list__l {
        width: 22%;
    }

    .flow-list__img {
        padding: 4px;
    }

    .flow-list__r {
        width: 73%;
        padding-top: 5px;
    }

    .flow-list__ttl {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .flow-list__tel {
        margin-top: 10px;
    }

    .flow-list__tel__tel {
        font-size: min(6.5vw, 34px);
        white-space: nowrap;
    }

    .flow-list__tel__tel img {
        max-width: 11%;
    }

    /* Staff Section */
    .prof-list__item {
        display: block;
        max-width: 466px;
        margin: 0 auto 40px;
    }

    .prof-list__l {
        width: 100%;
    }

    .prof-list__img {
        padding: 5px;
        border-radius: 7px;
    }

    .prof-list__img img {
        border-radius: 7px;
    }

    .prof-list__r {
        width: 100%;
        padding-top: 0;
        margin-top: 25px;
    }

    .prof-list__name {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .prof-list__msgTtl {
        margin-bottom: 15px;
        font-size: 17px;
    }

}