@charset "utf-8";

/* reset */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* base */

body {
    color: #333;
    font-size: 15px;
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica",
        "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.5;
    width: 100%;
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 70px;
}

/* header */

.header {
    background: #fff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    min-height: 60px;
    background: #fff;
}

.lp-head-img {
    width: 30%;
    display: block;
    margin: 0 auto;
    display: block;
    padding: 0 1em;
}

.nav-list {
    list-style: none;
    display: none;
}

/* #main */

main {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

/* section */

section {
    width: 100%;
}

/* first vision */

.fv {
    width: 100%;
    height: auto;

}

.background {
    background: rgb(252, 245, 227);
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 2em 0;
}


.mv-player {
    margin: 0 auto;
    padding: 0 1em;
    width: 80%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}

.fv-img {
    display: none;
}

/* call to action */

.cta-btn {
    background: #00acee;
    margin: 0 auto;
    margin-top: -20px;
    padding: 20px 0;
    width: 60%;
    border-radius: 10px;
    text-align: center;
    display: block;
    z-index: 10;
}

.call-msg {
    margin: 0 auto;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: block;
}

.tel {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    display: block;
    text-decoration: none;
    transition: .4s;
}

.tel:hover {
    color: #ccc;
}

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

    .call-msg {
        display: none;
    }

    .cta-btn {
        width: 90%;
    }

    .call-msg-small {
        display: block;
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }

    .tel {
        display: none;
    }

    .form-link {
        display: block;
        width: 60%;
        min-width: 40%;
    }

    #main {
        margin-top: 10px;
    }

}

@media screen and (min-width:500px) {

    .call-msg {
        display: block;
    }

    .call-msg-small {
        display: none;
    }

    .call {
        display: block;
    }

}

.call-box {
    margin: 0 auto;
    justify-content: center;
    display: flex;
    gap: .5em;
}

.call {
    width: 20px;
    height: auto;
    display: block;
}

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

    .call {
        display: none;
    }
}

@media screen and (min-width:500px) {
    .call {
        display: block;
    }
}

.call-number {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    color: #fff;
}

/* form-btn */

.form-btn {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #fff;
    border-radius: 7px;
}

.form-link {
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    display: block;
    transition: .4s ease;
    border-radius: 7px;
    text-decoration: none;
    color: #00acee;
    font-size: 17px;
    font-weight: 900;
}

.form-link:hover {
    color: #fff;
    background: #00acee;
}

/* first vision */

/* problem */

.problem {
    max-width: 1200px;
}

.problem-img {
    width: 100%;
    margin: 20rem auto 10rem auto;
    padding: 0 1em;
    display: block;
}

@media screen and (min-width:770px) {
    .problem-img {
        width: 600px;
    }
}

.problem-grid {
    padding: 0 1em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    gap: 7rem;
}

.case-block {
    background: #1b5cb1;
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.case-title,
.case-number {
    font-weight: 900;
    color: #fff;
}

.case-title {
    font-size: 18px;
}

.case-number {
    font-size: 30px;
    font-family: Arial;
}

.case-box {
    background: rgb(184, 229, 255);
    margin: 0 auto;
    padding: 0 1em;
    width: min(400px, 90%);
    height: auto;
    border-radius: 10px;
    padding-top: 20px;
    position: relative;
}

.case-protocol-box {
    text-align: center;
    margin: 3em auto 1em auto;
}

.case-protocol {
    color: #1b5cb1;
    font-weight: 600;
    margin: 0 auto;
    padding: 0 2em;
    width: fit-content;
    white-space: pre-wrap;
    text-align: center;
    letter-spacing: .2em;
    line-height: 2;
}

.case-protocol:nth-child(1) {}

.case-protocol:nth-child(2) {
    background: #fff;
}

.case-protocol1 {
    margin-top: 10px;
    background: #fff;
}

.problem-person {
    width: 150px;
    height: auto;
    display: block;
    margin: 3em auto 0 auto;
    padding: 0;
}

/* /problem */

/* solution */

.sol-protocol {
    margin: 10rem auto 1em auto;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
}

.sol-protocol:nth-child(2) {
    margin: 5px auto 2em auto;
    width: 90%;
    color: #00acee;
    font-size: 40px;
}

@media screen and (max-width:499px) {
    .sol-protocol:nth-child(2) {
        font-size: 25px;
    }
}

@media screen and (min-width:500px) and (max-width:769px) {
    .sol-protocol:nth-child(2) {
        font-size: 30px;
    }
}

.sol-back {
    width: 100%;
    height: auto;
    background: rgb(252, 245, 227);
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 2em 0;
}


.sol-flex {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
}

@media screen and (max-width:499px) {
    .sol-flex {
        min-width: 90%;
    }

    .sol-img-box {
        min-width: 90%;
    }
}

.sol-flex:last-child {
    margin-bottom: 0;
}


.sol-flex-box {
    width: min(400px, 100%);
    height: auto;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sol-img-box,
.sol-img-box1 {
    background: #fff;
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .20);
    border-radius: 10px;
}

.sol-img-box {
    flex-direction: row;
    gap: 2em;
}

.sol-img-box1 {
    flex-direction: column;
}


.sol-img {
    width: 150px;
    height: auto;
    display: block;
}

.sol-img1 {
    width: 350px;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width:400px) {
    .sol-img {
        width: 120px;
    }

    .sol-img1 {
        width: fit-content;
    }
}

.sol-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin: 3em auto 3em;
}

.sol-radius {
    background: #1b5cb1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.sol-title,
.sol-number {
    color: #fff;
    font-weight: 900;
}

.sol-number {
    font-family: Arial;
    font-size: 25px;
}

.sol-subtitle {
    font-size: 30px;
    font-weight: 900;
    width: fit-content;
    color: #1b5cb1;
}

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

    .sol-radius {
        width: 60px;
        height: 60px;
    }

    .sol-title {
        font-style: 12px;
    }

    .sol-number {
        font-size: 20px;
    }

    .sol-subtitle {
        font-size: 25px;
    }
}

.sol-msg {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0 auto;
    font-weight: 400;
    width: 70%;
    justify-content: center;
}

.sol-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 1em;
    gap: 1em;
}

.sol-liner {
    display: flex;
    column-gap: 1em;
    align-items: center;
    margin-left: 13vw;
}

.sol-radius-mini {
    background: #00acee;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.check {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}

.sol-txt {
    font-size: 18px;
}

.sol-wrapper {
    background: #fff;
    margin: 7em auto 2em auto;
    padding: 40px 0 20px 0;
    text-align: center;
    width: 80%;
    max-width: 1200px;
    height: auto;
    position: relative;
}

.sol-txt-box {
    background: #1b5cb1;
    text-align: center;
    margin: 0 auto;
    width: 220px;
    padding: 10px 20px;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}

.sol-text {
    font-weight: 900;
    color: #fff;
    font-size: 20px;
}

.sol-txt-wrapper {
    color: #1b5cb1;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 600;
}

/* /solution */

/* strength */

.str-grid {
    display: flex;
    flex-direction: column;
    margin: 10em auto;
    gap: 20vw;
}

.str-block {
    background: #1c5cb1;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
}

.str-title,
.str-number {
    color: #fff;
    margin: 0 auto;
    font-weight: 900;
}

.str-title {
    font-size: 20px;
}

.str-number {
    font-size: 30px;
}

.str-box {
    background: #b8e5ff;
    margin: 0 auto;
    padding: 5em 0;
    width: 70%;
    height: auto;
    border-radius: 10px;
    position: relative;
}

@media screen and (max-width:499px) {
    .str-box {
        min-width: 80%;
    }
}

.str-img-box {
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: min(300px, 90%);
    height: 150px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .20);
}

.str-img {
    gap: 0;
    margin: 0 auto;
    width: 80px;
    height: auto;
    display: block;
}

.str-subtitle {
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

.str-txt {
    margin: 0 auto;
    padding: 0 2em;
    text-align: left;
    display: block;
    justify-content: center;
    width: 70%;
    font-size: 17px;
    font-weight: 500;
}

@media screen and (max-width:499px) {
    .str-subtitle {
        width: 90%;
    }

    .str-txt {
        width: 80%;
        padding: 0;
    }
}

@media screen and (min-width:500px) and (max-width:769px) {
    .str-txt {
        width: 70%;
        min-width: 70%;
        padding: 0;
    }
}

/* /strength */

/* flow */

.flow-back {
    background: #fcf5e3;
    margin: 0 auto;
    padding: 3em 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 5em;
}

.flow-flex {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.flow-box {
    display: flex;
    align-items: center;
    gap: 2em;
}

@media screen and (max-width:600px) {
    .flow-box {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .flow-title {
        margin-bottom: 1em;
    }

}

.flow-radius {
    background: #1c5cb1;
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flow-step,
.flow-number {
    font-weight: 900;
    color: #fff;
}

.flow-step {
    font-size: 18px;
}

.flow-number {
    font-size: 25px;
}

.flow-title {
    font-size: 30px;
}

.flow-text {
    font-weight: 500;
    font-size: 17px;
}


/* /flow */

/* question & Answer */

.qa-block {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 1200px;
    margin: 5em auto;
    gap: 3em;
}

.qa-title {
    font-size: 40px;
}

.qa-subtitle {
    font-size: 30px;
    font-weight: 600;
}

.qa-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.qa-box:not(:first-child) {
    border-bottom: 1px solid #ccc;
    width: fit-content;
    padding-bottom: 2em;
}

.qa-q {
    font-size: 20px;
    font-weight: 600;
}

.q {
    font-size: 30px;
    font-weight: 900;
    color: #1c5cb1;
}

.qa-a {
    font-size: 17px;
    font-weight: 500;
}

.a {
    font-size: 30px;
    font-weight: 900;
    color: #f00;
}


/* /question & Answer */

/* contact to action */

.cta-back {
    background: #f6fdff;
    display: flex;
    flex-direction: column;
    padding: 5em 0;
}

.cta-flex {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    max-width: 1800px;
}

.cta-txt-box {}

.cta-title {
    text-align: center;
    margin: 0 auto 1em auto;
    color: #1c5cb1;
}

.cta-txt {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 80%;
    color: #1c5cb1;
}

.cta-box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.cta-block {
    margin: 3em auto;
    width: min(400px, 80%);
    border: 2px solid #00acee;
    text-align: center;
    border-radius: 12px;
}

.cta-link {
    background: #00acee;
    width: 100%;
    margin: 2em auto;
    padding: 20px 3em;
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    font-family: Arial;
    text-align: center;
    border: 2px solid #00acee;
    text-decoration: none;
    border-radius: 10px;
    transition: .4s ease;
}

.cta-link:hover {
    background: #f6fdff;
    color: #00acee;
}

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

    .cta-title {
        font-weight: 900;
        font-size: 30px;
    }

    .cta-txt {
        margin: 0 auto;
        font-size: 17px;
        font-weight: 600;
    }

    .cta-block {
        width: min(300px, 60%);
    }

    .cta-link {
        font-size: 20px;
        width: 250px;
        margin: 2em auto;
    }
}

.cta-desc {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 0;
}

.cta-subtitle {
    font-size: 20px;
    color: #1c5cb1;
    font-weight: 600;
}

.cta-call-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.cta-call {
    width: 20px;
    height: auto;
    display: block;
    margin-top: 15px;
}

.cta-tel {
    display: block;
    text-decoration: none;
    color: #1c5cb1;
    font-size: 40px;
    font-weight: 900;
    transition: color .4s ease;
    width: min(350px, 90%);
}

.cta-tel:hover {
    color: #ccc;
}

@media screen and (max-width:499px) {
    .cta-tel {
        font-size: 30px;
    }
}

/* /contact to action */

/* footer */

.footer {
    background: #fff;
    display: block;
    gap: 2em;
    margin: 0 auto;
    padding: 2em 0;
    width: 100%;
}

.foot-link-img {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: auto;
}

.reserve {
    margin: 0 auto;
    margin-top: 1em;
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width:499px) {
    .reserve {
        padding: 0 2em;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s ease, transform .8s ease;
}

.fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
}

/* /footer */

@media screen and (min-width:500px) and (max-width:769px) {

    /* #main */

    #main {
        margin-top: 20px;
    }

    /* header */

    .header {
        width: 100%;
        padding: 10px 0;
    }

    .lp-head-img {
        width: 160px;
        height: auto;
    }

    /* first vision */

    .cta-btn {
        min-width: 80%;
    }

    .form-btn {
        width: 65%;
        min-width: 72%;
    }

    /* problem */

    .problem-img {
        width: 80%;
    }

    .case-block {
        transform: translateX(-50%);
        left: 50%;
    }

    .case-box {
        max-width: 70%;
        min-width: 300px;
        margin: 0 auto;
    }

    /* solution */

    .sol-wrapper {
        background: #fff;
        margin: 7em auto 2em auto;
        padding: 40px 0 20px 0;
        text-align: center;
        width: 80%;
        height: auto;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .sol-txt-box {
        background: #1b5cb1;
        text-align: center;
        margin: 0 auto;
        width: 220px;
        padding: 10px 0;
        position: absolute;
        top: -15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sol-text {
        font-weight: 900;
        color: #fff;
        font-size: 20px;
    }

    .sol-txt-wrapper {
        color: #1b5cb1;
        padding: 0 20px;
        font-size: 17px;
        font-weight: 600;
    }

    /* strength */

    .str-box {
        min-width: 70%;
    }

    /* call to action */

    .cta-txt {
        display: block;
        margin: 0 auto;
        text-align: left;
        width: 80%;
        color: #1c5cb1;
        font-size: 18px;
        font-weight: 600;
    }

    .cta-call-block {
        width: 500px;
    }

    .cta-link {
        width: 100%;
        font-size: 30px;
    }

}

/* tablet*/

@media screen and (min-width:768px) {

    /* header */

    .header {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7em;
        width: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        min-height: 70px;
        background: #fff;
    }


    .lp-head-img {
        width: 180px;
        height: auto;
        display: block;
    }

    .nav-list {
        display: block;
    }

    .list-item {
        border: 2px solid #00acee;
        border-radius: 10px;
        width: 180px;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
    }

    .link-item {
        color: #fff;
        background: #00acee;
        display: block;
        padding: 10px 0;
        border-radius: 7px;
        text-decoration: none;
        transition: .4s ease;
    }

    .link-item:hover {
        background: #fff;
        color: #00acee;
    }

    /* #main */

    main {
        margin-top: 1.50vw;
    }

    /* fist vision */

    .fv-img {
        margin: 0 auto;
        width: 60%;
        display: block;
        aspect-ratio: 16 / 9;
    }

    .mv-player {
        display: none;
    }

    .cta-btn {
        width: 70%;
        min-width: 70%;
        display: flex;
        line-height: 1.5;
        align-items: center;
        padding-left: 30px;
    }

    .call-msg {
        font-size: 18px;
    }

    .form-btn {
        width: 40%;
        min-width: 45%;
    }

    .tel {
        font-size: 25px;
    }

    /* problem */

    .problem {
        max-width: 1200px;
        margin: 0 auto;
    }

    .problem-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3em;
        padding: 0 2em;
        margin-right: 2em;
    }

    .case-box {
        width: 100%;
        min-width: 210px;
    }

    .case-block {
        transform: translateX(-50%);
        left: 50%;
    }

    .sol-flex-box {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, .20);
    }

    .sol-wrapper {
        background: #fff;
        margin: 7em auto 2em auto;
        padding: 40px 0 20px 0;
        text-align: center;
        width: 80%;
        max-width: 1200px;
        height: auto;
        position: relative;
    }

    .sol-txt-box {
        background: #1b5cb1;
        text-align: center;
        margin: 0 auto;
        width: 220px;
        padding: 10px 20px;
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sol-text {
        font-weight: 900;
        color: #fff;
        font-size: 20px;
    }

    .sol-txt-wrapper {
        color: #1b5cb1;
        padding: 0 20px;
        font-size: 17px;
        font-weight: 600;
    }

    /* strength */

    .str-box {
        width: 55%;
        min-width: 55%;
    }

    .str-txt {
        padding: 0;
        width: 60%;
    }

    /* call to action */

    .cta-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .cta-txt-box {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 50%;
    }

    .cta-title {
        text-align: left;
        display: block;
        font-size: 30px;
        font-weight: 900;
        margin: 0 0 1em 0;
    }

    .cta-txt {
        text-align: left;
        width: min(560px, 80%);
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }

    .cta-box {
        margin: 0;
    }

    .cta-block {
        width: 100%;
    }

    .cta-link {
        width: 360px;
    }


    /* footer */

    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        gap: 7em;
    }

    .foot-link {}

    .reserve {
        display: block;
        margin: 0;
    }

}

/* pc */

@media screen and (min-width:1024px) {
    
    /* header */

    .header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lp-head-img {
        margin-left: 3em;
    }

    .list-item {
        margin-right: 3em;
    }

    /* main */

    #main {
        margin-top: 1.5vw;
    }

    /* first vision */

    .cta-btn {
        width: 60%;
        min-width: 60%;
        gap: 3em;
        padding-left: 0;
        justify-content: center;
    }

    .call-box {
        margin: 0;
    }

    .form-btn {
        margin: 0;
    }

    /* problem */

    .problem {
        max-width: 1200px;
        margin: 0 auto;
    }

    .problem-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3em;
        padding: 0 2em;
        margin: 0 auto;
    }

    .case-box {
        width: 100%;
        min-width: 200px;
    }

    .case-block {
        transform: translateX(-50%);
        left: 50%;
    }

    .case-box:nth-child(3) {
        margin-right: 3em;
    }

    /* solution */

    .sol-flex {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        max-width: 1200px;
        margin-bottom: 5em;
    }

    .sol-flex:nth-child(2) {
        display: flex;
        flex-direction: row-reverse;
    }

    .sol-flex:last-child {
        margin-bottom: 0;
    }

    .sol-back {
        width: 100%;
        padding: 2em 0;
    }

    .sol-container {
        margin: 0 0 20px 0;
    }

    .sol-msg {
        margin: 0 0 20px 0;
    }

    .sol-txt {
        margin: 0;
    }

    .sol-img-box {
        box-shadow: none;
    }

    .sol-flex {
        justify-items: center;
        align-items: center;
    }

    .sol-flex-block {
        margin-left: 5rem;
        padding-bottom: 0;
    }

    .sol-flex-box {
        width: 80%;
        justify-content: center;
        box-shadow: none;
    }

    .sol-msg {
        margin-bottom: 0;
        width: 80%;
    }

    .sol-liner {
        margin-left: 0;
    }

    .sol-wrapper {
        background: #fff;
        margin: 7em auto 2em auto;
        padding: 40px 0 20px 0;
        text-align: center;
        width: 80%;
        max-width: 1200px;
        height: auto;
        position: relative;
    }

    .sol-txt-box {
        background: #1b5cb1;
        text-align: center;
        margin: 0 auto;
        width: 220px;
        padding: 10px 20px;
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sol-text {
        font-weight: 900;
        color: #fff;
        font-size: 20px;
    }

    .sol-txt-wrapper {
        color: #1b5cb1;
        padding: 0 20px;
        font-size: 17px;
        font-weight: 600;
    }

    /* strength */

    .str-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 10vw 0;
        max-width: 1200px;
        gap: 0;
    }

    .str-box {
        width: 350px;
    }

    .str-txt {
        width: 80%;
        padding: 0;
        font-size: 18px;
    }

    .cta-link {
        margin: 0 auto 2em;
    }

    /* footer */

    .footer {
        display: flex;
        justify-content: space-between;
        padding: 30px 3em;
    }

}