@charset "UTF-8";

:root {
    --text: #333;
    --green: #06c755;
    --green-dark: #04a344;
    --green-light: #93e6b4;
    --green-mid: #b3edca;
    --mint: #caf2da;
    --orange: #FF6B00;
    --orange-light: #fff3e8;
    --dark: #1a1a1a;
    --gray: #999;
    --gray-light: #eee;
    --white: #fff;
    --radius: 12px;
    --shadow: 5px 5px 12px rgba(0,0,0,.3);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.14);
}

#pagetop {
    display: none;
}

/* ========== SECTION COMMON ========== */
.section { padding: 95px 0; }
.section2 { padding: 60px 0 70px; }

.section-title {
    border-bottom: solid 1px var(--green);
    font-size: min(6.93vw, 40px);
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: .375em;
    margin-bottom: .425em;
}
.section-title .strong { color: var(--green); font-style: normal; }

.section-label {
    display: inline-block;
    color: var(--green-light);
    font-size: min(4.8vw, 23px);
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.section-head { margin-bottom: 15px; }

.section-lead {
    margin-top: 15px;
    font-size: min(4.27vw, 18px);
    font-weight: 500;
}

.section--gray { background: var(--gray-light); }
.section--gray .section-label { color: var(--gray); }

.section--strong { background: var(--mint); }
.section--strong .section-title {
    padding: .3em 0 .15em;
    border-bottom-color: var(--gray);
    background: #fff;
}
.section--strong .section-label { color: var(--gray); }

.color--green { color: var(--green); }

@media (max-width: 767px) {

    .section { padding: 60px 0; }
    .section2 { padding: 40px 0 50px; }

}

/* ========== KV ========== */
.kv {
    position: relative;
    background: url("../img/lme/kv_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
}

.fixed-cta {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
    z-index: 19;
}

.fixed-cta.is-fixed {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 25px;
    transform: translate(0, 0);
}

.fixed-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    width: 150px;
    height: 100px;
    background: var(--green);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 767px) {

    .kv {
        background-image: url("../img/lme/kv_bg__sp.jpg");
    }

    .fixed-cta {
        position: fixed;
        bottom: 0 !important;
        width: 100%;
        transform: none;
    }

    .fixed-cta a {
        flex-direction: row;
        gap: .636em;
        width: 100%;
        height: 2.5em;
        font-size: min(5.87vw, 28px);
    }

    .fixed-cta img {
        max-width: 11.33vw;
    }

}

/* ========== PAIN SECTION ========== */
.pain-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px min(6vw, 76px);
}

.pain-item {
    background: var(--green-mid);
    border-radius: 50%;
    box-shadow: var(--shadow);
    position: relative;
    width: clamp(280px, 38vw, 316px);
    height: clamp(280px, 38vw, 316px);
    text-align: center;
}

.pain-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 165px;
}

.pain-text {
    padding-top: 47.47%;
    font-size: min(5.33vw, 23px);
    font-weight: 700;
    line-height: 1.652;
}

@media (max-width: 767px) {
    
    .pain-grid {
        gap: 25px;
    }

    .pain-item {
        margin: 0 auto;
    }

    .pain-icon img {
        transform: scale(.8);
    }
}

/* ========== WHY LINE ========== */
.why-line__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 37px;
    margin-top: 40px;
}

.why-line__card {
    padding: 30px .5em 12px;
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
}

.why-line__card .strong {
    display: block;
    color: var(--green);
    font-size: min(3.86vw, 54px);
    font-weight: 700;
    line-height: 1;
}

.why-line__card .strong.font-en {
    font-size: min(5.14vw, 72px);
    line-height: .8;
}

.why-line__card .sub {
    display: block;
    margin-top: 10px;
    color: var(--green);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.why-line__card .dsr {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}

.why-line__card .note {
    margin-top: 5px;
    color: #808080;
    font-size: 12px;
}

.why-line__catch {
    margin-top: 50px;
    text-align: center;
    font-size: min(5.33vw, 26px);
    font-weight: 700;
    line-height: 1.2;
}

.why-line__catch .num {
    font-size: 1.923em;
    font-weight: 700;
}

@media (max-width: 1023px) {

    .why-line__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-line__card .strong {
        font-size: min(11.47vw, 54px);
    }

    .why-line__card .strong.font-en {
        font-size: min(15.2vw, 72px);
    }

}

@media (max-width: 767px) {

    .why-line__cards {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 25px;
    }

    .why-line__card .sub.is-sp-hide {
        display: none;
    }

}

/* ========== ABOUT ========== */
.about__diagram {
    margin-bottom: 30px;
    text-align: center;
}

.about__bottom {
    display: grid;
    grid-template-columns: 1.68fr 1fr;
    gap: 30px;
    font-size: min(4.27vw, 18px);
    font-weight: 500;
    line-height: 2;
}

.about__bottom strong {
    font-size: 1.111em;
    font-weight: 700;
}

.about__check-list {
    padding: 15px .5em 10px 15px;
    border: 1px solid #808080;
    background: var(--mint);
    font-size: min(4.27vw, 18px);
    font-weight: 700;
    line-height: 2;
}

.about__check-list li {
    position: relative;
    padding-left: 1.3em;
}

.about__check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {

    .about__diagram {
        margin-bottom: 20px;
    }

    .about__bottom {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    
}

/* ========== FEATURES ========== */
.features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 40px;
}

.feature-card {
    position: relative;
    padding: 18px 24px 16px;
    border-top: 6px solid var(--green-light);
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
}

.feature-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border-top: 8px solid var(--green-light);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: translate(-50%, 0);
}

.feature-card__number {
    margin-bottom: 13px;
    color: var(--green);
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
}

.feature-card__title {
    margin-bottom: 18px;
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.45;
}

.feature-card__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 112px;
    margin-bottom: 5px;
}

.feature-card__text {
    font-size: 14px;
    line-height: 2.071;
    text-align: left;
}

@media (max-width: 1023px) {

    .features__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 767px) {

    .features__grid {
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
    
}

/* ========== ADVANTAGE ========== */
.advantage__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px -33px 0;
}

.advantage__item {
    display: flex;
    flex-direction: column;
    padding: 0 33px 10px;
    border-right: 1px solid #b3b3b3;
}

.advantage__item:last-child {
    border-right: 0;
}

.advantage__badge {
    position: relative;
    width: fit-content;
    min-width: 4.9em;
    margin-left: 66px;
    margin-bottom: 24px;
    padding: .567em 1em .467em;
    border-radius: 3em;
    background: var(--green);
    box-shadow: var(--shadow);
    color: #fff;
    font-size: min(6.4vw, 30px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.advantage__badge::before {
    content: "";
    display: block;
    position: absolute;
    left: -65px;
    top: 13px;
    width: 41px;
    height: 33px;
    background: url("../img/lme/icon_crown.svg") 50% 50% no-repeat;
    background-size: contain;
}

.advantage__title {
    margin-bottom: 10px;
    color: var(--green);
    font-size: min(6.13vw, 26px);
    font-weight: 700;
    line-height: 1.462;
}

.advantage__text {
    margin-top: auto;
    font-size: 14px;
    line-height: 2.071;
}

@media (max-width: 959px) {

    .advantage__grid {
        grid-template-columns: 1fr;
        margin: -14px auto -24px;
    }

    .advantage__item {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid #b3b3b3;
    }

    .advantage__item:last-child {
        border-bottom: 0;
    }

}

@media (max-width: 767px) {

    .advantage__badge {
        margin-left: 50px;
        margin-bottom: 20px;
    }

    .advantage__badge::before {
        left: -50px;
        top: 7px;
        transform: scale(.77);
        transform-origin: left center;
    }
    
}

/* ========== CASE STUDY ========== */
.case-study__empty {
    margin-top: 35px;
    color: #b3b3b3;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

/*@media (max-width: 767px) {
    
}*/

/* ========== WHY WORD ========== */
.why-word__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.why-word__card {
    display: flex;
    justify-content: space-between;
    gap: 17px;
    position: relative;
    padding: 25px;
    background: #fff;
}

.why-word__card::before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: -9px;
    width: 42px;
    height: 42px;
    background: url("../img/lme/icon_check.svg") 50% 50% no-repeat;
    background-size: contain;
}

.why-word__cont {
    padding-top: 12px;
}

.why-word__title {
    margin-bottom: 10px;
    color: var(--green);
    font-size: min(6.4vw, 26px);
    font-weight: 700;
    line-height: 1.462;
}

.why-word__text {
    font-size: 14px;
    line-height: 2.071;
}

.why-word__thumb {
    flex-shrink: 0;
    width: 38.54%;
}

@media (max-width: 1023px) {

    .why-word__card {
        flex-direction: column;
    }

    .why-word__thumb {
        width: 100%;
        text-align: center;
    }

    .why-word__thumb img {
        max-width: 50%;
    }

}

@media (max-width: 767px) {

    .why-word__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 25px;
    }

    .why-word__card {
        padding: 20px;
    }

    .why-word__card::before {
        transform: scale(.77);
        transform-origin: left top;
    }
    
}

/* ========== PRICING ========== */
.pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 37px;
    align-items: stretch;
    margin-top: 45px;
}

.price-card {
    position: relative;
    padding: 17px 24px;
    background: #fff;
    box-shadow: var(--shadow);
}

.price-card--featured {
    border: 1px solid var(--green);
}

.price-card__ribbon {
    position: absolute;
    left: -10px;
    top: -12px;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.price-card__caption {
    margin-bottom: 10px;
    color: var(--green);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.price-card__title {
    width: fit-content;
    margin: 0 auto 24px;
    padding: 8px 18px 5px;
    border: 1px solid var(--green);
    border-radius: 3em;
    font-size: min(2vw, 22px);
    font-weight: 700;
    line-height: 1.2;
}

.price-card__amount {
    margin-bottom: 14px;
    color: #4d4d4d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.price-card__amount span {
    margin-left: .077em;
}

.price-card__amount .num-strong {
    font-size: 72px;
    font-weight: 400;
    line-height: .7;
}

.price-card__amount .num {
    font-size: 65px;
    font-weight: 400;
    line-height: .8;
}

.price-card__period {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.price-card__list {
    font-size: min(4.27vw, 18px);
    font-weight: 500;
    line-height: 2;
}

.price-card__list li {
    position: relative;
    padding-left: 1em;
}

.price-card__list li::before {
    content: "✓";
    color: var(--green);
    position: absolute;
    left: 0;
    top: 0;
}

.pricing__note {
    margin-top: 55px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 959px) {

    .pricing__grid {
        grid-template-columns: 1fr;
    }

    .price-card__title {
        font-size: min(5.33vw, 22px);
    }

    .pricing__note {
        text-align: left;
    }
    
}

@media (max-width: 767px) {

    .pricing__grid {
        margin-top: 30px;
    }

    .pricing__note {
        margin-top: 40px;
        line-height: 1.5;
    }
    
}

/* ========== FLOW ========== */
.flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.flow__item {
    position: relative;
}

.flow__item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    right: -40px;
    width: 31px;
    height: 14px;
    background: url("../img/lme/icon_flow-arrow.svg") 50% 50% no-repeat;
    background-size: contain;
}

.flow__num {
    margin-bottom: 20px;
    color: var(--green);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-align: center;
}

.flow__num-step {
    display: block;
    margin-bottom: 8px;
}

.flow__num-count {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 50px;
    line-height: .8;
}

.flow__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.flow__text {
    font-size: 14px;
    line-height: 2.071;
}

@media (max-width: 767px) {

    .flow__list {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .flow__item:not(:last-child)::after {
        top: 100%;
        right: 50%;
        transform: scale(.9) rotate(90deg) translate(50%, -150%);
    }

    .flow__text {
        max-width: 80%;
        margin: 0 auto;
    }
    
}

/* ========== REQUEST ========== */
.request__box {
    display: block;
    max-width: 835px;
    margin: 10px auto;
    padding: 30px .5em 16px;
    background: var(--green);
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.request__title {
    width: fit-content;
    margin: 0 auto;
    padding: 8px 30px 4px;
    border-radius: 3em;
    background: #fff;
    color: var(--text);;
    font-size: min(6.93vw, 32px);
    font-weight: 700;
    line-height: 1.2;
}

.request__label {
    margin-bottom: 8px;
    font-size: min(4.8vw, 20px);
    letter-spacing: .06em;
}

.request__text {
    font-size: min(4.27vw, 18px);
    font-weight: 700;
    line-height: 2;
}

.request__icon {
    margin-top: 15px;
    line-height: 1;
    text-align: center;
}

@media (max-width: 767px) {

    .request__box {
        width: 92%;
        margin: 0 auto;
    }
    
}
