/* common */
a:hover, a:visited {
    color: #333;
    text-decoration: none;
}
.mainContent {
    width: 100%;
}
@media only screen and (max-width: 750px) {
    .global_nav .content .navigation .navigation-item {
        min-width: unset;
    }
}

/* kv */
.mainContent .mainVTop__content {
    background-image: url(https://www.lacuri.jp/img/freepage/toB/kv.webp);
    background-color: rgba(125,138,202,.3);
}
.mainVTop__content__point {
    width: 910px;
    margin: 50px auto 20px;
}
.mainVTop__content__point .ttl {
    color: #003364;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mainVTop__content__point .txt {
    width: 768px;
    margin: 0 auto 50px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .06em;
}
.mainVTop__content__point .list {
    display: flex;
    justify-content: center;
    column-gap: 38px;
}
.mainVTop__content__point .list li {
    width: 150px;
    height: 150px;
    background-color: #003364;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: grid;
    place-content: center;
}
.mainVTop__content__point .list li p {
    font-size: 30px;
    line-height: 1.3;
}
.mainVTop__content__point .list li strong {
    font-size: 37px;
}
.mainVTop__content__point .list li span {
    font-size: 24px;
}
@media only screen and (max-width: 750px) {
    .mainContent .mainVTop__content {
        background-image: url(https://www.lacuri.jp/img/freepage/toB/kv_sp.webp);
        background-size: contain;
        padding: 18rem 0 4rem;
    }
    .mainVTop__content__point {
        width: 100%;
        margin: 2rem auto;
    }
    .mainVTop__content__point .ttl {
        font-size: 3.7rem;
        margin-bottom: 1.5rem;
    }
    .mainVTop__content__point .txt {
        width: 96%;
        font-size: 2.2rem;
        margin: 0 auto 4rem;
        letter-spacing: 0;
    }
    .mainVTop__content__point .list {
        column-gap: 1.2rem;
    }
    .mainVTop__content__point .list li {
        width: 12.1rem;
        height: 12.1rem;
    }
    .mainVTop__content__point .list li p {
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .mainVTop__content__point .list li strong {
        font-size: 3rem;
    }
    .mainVTop__content__point .list li span {
        font-size: 1.9rem;
    }
}
/* case */
.case-wrap {
    width: 1057px;
    margin: 45px auto 70px;
}
.case-wrap > .ttl {
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    color: #003364;
    margin-bottom: 50px
}
.case-wrap .list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 25px;
    row-gap: 50px;
    color: #000;
}
.case-wrap .list picture,
.variation-wrap .list picture {
    display: block;
}
.case-wrap .list picture img,
.variation-wrap .list picture img {
    vertical-align: bottom;
}
.case-wrap .list .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 5px;
    min-height: 3em;
}
.case-wrap .list .txt {
    font-size: 16px;
    letter-spacing: -.08em;
}
@media only screen and (max-width: 750px) {
    .case-wrap {
        width: 84%;
        margin: 4rem auto 5rem;
    }
    .case-wrap > .ttl {
        font-size: 3.3rem;
        line-height: 1.5;
        margin-bottom: 5rem;
    }
    .case-wrap .list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3rem;
        row-gap: 2rem;
    }
    .case-wrap .list .ttl {
        font-size: 2.1rem;
        margin: 1.5rem 0 1rem;
    }
    .case-wrap .list .txt {
        font-size: 1.9rem;
    }
}

/* variation */
.variation-wrap {
    position: relative;
    padding: 50px 0 100px;
}
.variation-wrap:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #f4f1eb;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.variation-wrap .ttl {
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    color: #003364;
    margin-bottom: 50px;
}
.variation-wrap .list {
    width: 1057px;
    margin: auto;
    display: grid;
    row-gap: 25px;
}
@media only screen and (max-width: 750px) {
    .variation-wrap {
        padding: 5rem 0 12.5rem;
    }
    .variation-wrap .ttl {
        font-size: 3.3rem;
        margin-bottom: 6rem;
    }
    .variation-wrap .list {
        width: 84%;
        row-gap: 2.8rem;
    }
}

/* professional */
.professional-wrap {
    position: relative;
    padding: 55px 0;
}
.professional-wrap:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: url(https://www.lacuri.jp/img/freepage/toB/bg-professional.webp) 0 / 100% 100% no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.professional-wrap .inner {
    width: 1057px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
}
.professional-wrap .inner .img {
    width: 50%;
}
.professional-wrap .inner .img img {
    vertical-align: bottom;
}
.professional-wrap .inner .txt-wrap {
    width: 50%;
    background-color: rgba(255,255,255,.85);
    padding: 68px;
}
.professional-wrap .inner .txt-wrap .ttl {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px;
}
.professional-wrap .inner .txt-wrap .txt {
    font-size: 16px;
    text-align: justify;
    letter-spacing: -.02em;
}
@media only screen and (max-width: 750px) {
    .professional-wrap {
        padding: 0;
    }
    .professional-wrap:after {
        content: none;
    }
    .professional-wrap .inner {
        width: 100%;
        flex-direction: column-reverse;
    }
    .professional-wrap .inner .img {
        width: 100%;
        background: url(https://www.lacuri.jp/img/freepage/toB/bg-professional_sp.webp) 0 / 100% 100% no-repeat;
        padding: 5rem 0;
        text-align: center;
    }
    .professional-wrap .inner .img img {
        width: 84%;
    }
    .professional-wrap .inner .txt-wrap {
        width: 100%;
        padding: 4rem 0 6rem;
    }
    .professional-wrap .inner .txt-wrap .ttl {
        font-size: 3.7rem;
        text-align: center;
        margin-bottom: 2.5rem;
    }
    .professional-wrap .inner .txt-wrap .txt {
        font-size: 2.2rem;
        width: 84%;
        margin: auto;
    }
}

/* cta */
.free-page-cta {
    padding: 60px 0 50px;
    text-align: center;
}
.free-page-cta .ttl {
    font-size: 29px;
    font-weight: 600;
    color: #003364;
    line-height: 1.6;
    margin-bottom: 20px;
}
.free-page-cta dt {
    width: 252px;
    height: 33px;
    background-color: #003364;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    margin: 0 auto 20px;
}
.free-page-cta dd .tel img {
    width: 376px;
}
.free-page-cta dd .mail img {
    width: 297px;
    display: block;
    margin: 10px auto;
}
.free-page-cta dd .txt {
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (max-width: 750px) {
    .free-page-cta {
        padding: 6rem 0;
    }
    .free-page-cta .ttl {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    .free-page-cta dt {
        width: 27.7rem;
        height: 3.5rem;
        font-size: 1.9rem;
        line-height: 3.5rem;
        border-radius: 5rem;
        margin: 0 auto 3rem;
    }
    .free-page-cta dd .tel img {
        width: 41.6rem;
    }
    .free-page-cta dd .mail img {
        width: 32.8rem;
        margin: 2rem auto;
    }
    .free-page-cta dd .txt {
        font-size: 2rem;
    }
}
/* merit */
.merit-wrap {
    position: relative;
    padding: 60px 0 80px;
}
.merit-wrap:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: rgba(125,138,202,.37);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.merit-wrap > .ttl {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.merit-wrap > .img {
    width: 658px;
    margin: auto;
}
.merit-wrap > .img img {
    vertical-align: bottom;
}
.merit-wrap .list {
    width: 825px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
    row-gap: 30px;
    align-items: flex-start;
    border-top: 1px solid #fff;
}
.merit-wrap .list li {
    padding: 30px 0;
    display: flex;
    flex-direction: column-reverse;
}
.merit-wrap .list li:nth-child(1) {
    position: relative;
}
.merit-wrap .list li:nth-child(1):after {
    content: "";
    width: 825px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
}
.merit-wrap .list li .ttl {
    font-size: 26px;
    font-weight: 600;
    padding: 15px 0 10px 90px;
    position: relative;
    white-space: nowrap;
}
.merit-wrap .list li .ttl span {
    font-size: 18px;
    display: block;
}
.merit-wrap .list li .ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
}
.merit-wrap .list li:nth-child(1) .ttl:before {
    background-image: url(https://www.lacuri.jp/img/freepage/toB/num01.webp);
}
.merit-wrap .list li:nth-child(2) .ttl:before {
    background-image: url(https://www.lacuri.jp/img/freepage/toB/num02.webp);
}
.merit-wrap .list li:nth-child(3) .ttl:before {
    background-image: url(https://www.lacuri.jp/img/freepage/toB/num03.webp);
}
.merit-wrap .list li:nth-child(4) .ttl:before {
    background-image: url(https://www.lacuri.jp/img/freepage/toB/num04.webp);
}
.merit-wrap .list li .txt {
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
    .merit-wrap {
        padding: 6rem 0 14rem;
    }
    .merit-wrap > .ttl {
        font-size: 4.8rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    .merit-wrap > .img {
        width: 87.7%;
    }
    .merit-wrap .list {
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 3rem;
        padding-top: 4rem;
    }
    .merit-wrap .list li {
        width: 72%;
        margin: auto;
        padding: 0;
    }
    .merit-wrap .list li:nth-child(1):after {
        content: none;
    }
    .merit-wrap .list li .ttl {
        font-size: 3.6rem;
        padding: 2rem 0 2rem 12.5rem;
    }
    .merit-wrap .list li .ttl span {
        font-size: 2.5rem;
        margin-bottom: .5rem;
    }
    .merit-wrap .list li .ttl:before {
        width: 11.4rem;
        height: 12.5rem;
    }
    .merit-wrap .list li .txt {
        font-size: 2.2rem;
    }
}

/* flow */
.flow-wrap {
    position: relative;
    padding: 60px 0 110px;
}
.flow-wrap:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: url(https://ruby.itembox.design/item/img/common_bg-oblique.png) top center / contain repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.flow-wrap > .ttl {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #003364;
    margin-bottom: 50px;
}
.flow-wrap .list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    counter-reset: num 0;
}
.flow-wrap .list li {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    counter-increment: num 1;
}
.flow-wrap .list li:not(:last-child) {
    position: relative;
}
.flow-wrap .list li:not(:last-child):before {
    content: "▶";
    display: block;
    position: absolute;
    color: #333333;
    top: 21%;
    right: -5%;
    font-size: 25px;
}
.flow-wrap .list li .img {
    width: 176px;
    margin: 0 auto;
}
.flow-wrap .list li .ttl {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.flow-wrap .list li .ttl:before {
    content: "– " counter(num) " –";
    display: block;
}
.flow-wrap .list li .txt {
    width: 176px;
    margin: 0 auto;
    font-size: 14px;
}
@media only screen and (max-width: 750px) {
    .flow-wrap {
        padding: 6rem 0 11rem;
    }
    .flow-wrap > .ttl {
        font-size: 4rem;
        margin-bottom: 5rem;
    }
    .flow-wrap .list {
        width: 85%;
        margin: auto;
        grid-template-columns: 1fr;
        row-gap: 7.5rem;
    }
    .flow-wrap .list li {
        flex-direction: row-reverse;
    }
    .flow-wrap .list li:not(:last-child):before {
        content: "▼";
        top: calc(100% + .8rem);
        right: initial;
        left: 12.5rem;
        font-size: 4rem;
    }
    .flow-wrap .list li .img {
        width: 29rem;
    }
    .flow-wrap .list li .txt-wrap {
        width: calc(100% - 29rem);
        padding-left: 2.5rem;
    }
    .flow-wrap .list li .ttl {
        font-size: 4.3rem;
        position: relative;
        padding-left: 1em;
        text-align: left;
        word-break: keep-all;
    }
    .flow-wrap .list li:nth-child(3) .ttl {
        letter-spacing: -.08em;
    }
    .flow-wrap .list li .ttl:before {
        content: counter(num)".";
        position: absolute;
        top: 0;
        left: 0;
    }
    .flow-wrap .list li .txt {
        font-size: 2.4rem;
    }
}