@charset "UTF-8";

#cases {
    position: relative;
    background: #fff !important;
    padding: 80px 0 120px 0;
}

#cases .case {
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
}

#cases .case__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7.71%;
    row-gap: 95px;
}

#cases .case__card {
    width: 100%;
    height: auto;
    background: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
    box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
}

#cases .case__card__body {
    padding: 7.5% 10% 0 10%;
}

#cases .case__card__body .case__logo {
    font-family: "Hiragino Kaku Gothic W6 JIS2004";
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.6px;
    text-align: left;
    color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#cases .case__card__body .plus {
    position: relative;
    margin-bottom: 0;
}

#cases .case__card__body .plus::before {
    content: url(../img/case__logo.svg);
    margin-right: 24px;
}

#cases .case__card__body p {
    font-family: "Hiragino Kaku Gothic W6 JIS2004";
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    color: #247d96 !important;
    position: relative;
}

#cases .case__card__body p::after {
    position: absolute;
    content: "▶";
    margin-left: 1em;
}

#cases .case__card__body a {
    color: #247d96;
}

#cases .case__button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 96px;
}

#cases .case__button a {
    width: 200px;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #223f85;
    background-color: #FFF;
    text-decoration: none;
    color: #223f85;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    font-family: "Hiragino Kaku Gothic W6 JIS2004";
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
}

#cases .case__button a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    background: #223f85;
    z-index: -1;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
}

#cases .case__button a:hover:before {
    width: 100%;
    border-radius: 4px;
}

#cases .case__button a:hover {
    width: 200px;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #223f85;
    background-color: #223f85;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Hiragino Kaku Gothic W6 JIS2004";
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
}

#cases .case__card__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 7.5% 10% 7.5% 10%;
}

#cases .case__card__footer div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 24px;
}

#cases .case__card__footer div p.left {
    width: 30%;
}

#cases .case__card__footer div p.right {
    width: 70%;
}

@media (min-width: 768px) {
    #home__case .headline__left, #home__case .case {
        position: static;
        top: auto;
        left: auto;
        width: 50%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        background-image: none;
        -webkit-clip-path: none;
        clip-path: none;
    }

    #cases {
        position: relative;
        background: #FFF !important;
        padding: 95px 4.267% 175px 4.267%;
    }

    .case__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start !important;
        -webkit-justify-content: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        gap: 7.71%;
        row-gap: 95px;
    }

    .case__card {
        width: 45% !important;
        height: auto;
        background: #FFF;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
        box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
    }

    .case__button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 96px;
    }
}

@media (min-width: 992px) {
    section {
        max-width: 100%;
        margin: 0 auto;
    }

    #home__case .headline__left, #home__case .case {
        max-width: 1440px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .case__button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 96px;
    }
}

@media (min-width: 1200px) {
    section {
        max-width: 100%;
        margin: 0 auto;
    }

    #cases {
        position: relative;
        background: #FFF !important;
        padding: 95px 4.267% 175px 4.267%;
    }

    .case__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        gap: 5.71% !important;
        row-gap: 95px !important;
    }

    .case__card {
        width: 320px !important;
        height: auto;
        background: #FFF;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
        box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
    }

    .case__button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 96px;
    }
}

@media (min-width: 1400px) {
    .case__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        gap: 7.71% !important;
        row-gap: 95px !important;
    }

    .case__card {
        width: 320px !important;
        height: auto;
        background: #FFF;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
        box-shadow: 2px 2px 10px 0 rgba(211, 217, 231, 0.4);
    }

    .case__button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 96px;
    }
}

@media (min-width: 1440px) {
    .case__button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 96px;
    }
}

@media (min-width: 576px) {
    .case__button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 96px;
    }
}

.case__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 96px;
}

/*# sourceMappingURL=cases.css.map */
