.cases__header__description {
    height: auto;
    padding: 60px 0 45px;
}

.header__description__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.header__description__inner .corp__label {
    width: 154px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px 0 rgba(237, 240, 245, 0.2);
    border: solid 1px #223f85;
    background-color: #FFF;
    color: #223f85;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: center;
}

.header__description__inner .corp__name {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.header__description__inner__text__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 24px 0 0 0;
    display: none;
}

.header__description__inner__text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.header__description__inner__text .text__one {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 1.6px;
    text-align: left;
    color: var(--white);
}

.header__description__inner__text .text__two {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 1.6px;
    text-align: left;
    color: var(--white);
}

#cases__single__headline {
    background-color: rgba(237, 240, 245, 0.9);
}

.cases__single__content {
    padding: 96px 4.267%;
}

.cases__single__headline {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding: 80px 4.267% 80px;
}

.cases__single__card {
    width: 100%;
    height: auto;
    padding: 32px 30px 32px 30px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 24px;
}

.cases__single__card__img {
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.cases__single__card__img p {
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
    color: #35393d;
    font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

.cases__single__card__description .title {
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-align: left;
    color: #223f85;
    margin: 8px 0 16px;
}

.cases__single__card__description ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.cases__single__card__description li {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #2e3033;
    list-style-type: none;
    position: relative;
    padding-left: 0.7em;
}

.cases__single__card__description li:before {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.4em;
    content: "";
    background: #223f85;
}

.cases__single__card__link {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 1.6px;
    text-align: left;
    color: #223f85;
    position: relative;
    bottom: 0;
    right: 0;
}

.cases__single__card__link span {
    color: #223f85;
}

.cases__single__card__link:after {
    content: "▼";
    margin: 0 5px 0 0;
}

.cases__single__main__content__wrapper {
    padding: 0 4.267%;
}

.cases__single__main__content {
    width: 100%;
    margin: 0 auto 80px;
    padding-top: 80px;
}

.cases__single__main__content__header {
    margin: 0 0 40px;
}

.cases__single__main__content__title__sub {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 1.6px;
    text-align: left;
    color: #1d6595;
    margin: 0 0 16px;
}

.cases__single__main__content__title {
    font-size: 2.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 2.4px;
    text-align: left;
    color: #222;
}

.cases__single__main__content__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    align-items: start;
}

.cases__single__main__content__item__paragraph {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #2e3033;
    width: 100%;
}

.cases__single__main__content__item__img {
    width: 100%;
}

.cases__single__main__content__comment {
    width: 100%;
    margin: 0 auto;
}

.cases__single__main__comment__item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.cases__single__main__content__comment__title {
    font-size: 2.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-align: left;
    color: #222;
    margin: 0 0 24px;
}

.cases__single__main__content__comment__img {
    width: 160px;
    height: 160px;
}

.cases__single__main__content__comment__description {
    width: 100%;
}

.cases__single__main__content__comment__description__title {
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: left;
    color: #223f85;
}

.cases__single__main__content__comment__description__manager {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: 1.6px;
    text-align: left;
    color: #222;
}

.cases__single__main__content__comment__description__text {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #222;
}

.cases__single__wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.sns {
    margin: 0 0 96px;
}

.mb-0 {
    margin: 0 0 0;
}

.p-0 {
    padding: 0;
}

@media (min-width: 576px) {
    .cases__single__card {
        width: 526px;
        height: auto;
        padding: 32px 30px 32px 30px;
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        gap: 24px;
    }

    .cases__single__main__content {
        width: 526px;
        margin: 0 auto 40px;
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .cases__header__description {
        height: auto;
        padding: 60px 0 45px;
    }

    .header__description__inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 30px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

    .header__description__inner .corp__label {
        width: 154px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 2px 2px 10px 0 rgba(237, 240, 245, 0.2);
        border: solid 1px #223f85;
        background-color: #FFF;
        color: #223f85;
        border-radius: 3px;
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-align: center;
    }

    .header__description__inner .corp__name {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .header__description__inner__text__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin: 24px 0 0 0;
    }

    .header__description__inner__text {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .header__description__inner__text .text__one {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 1.6px;
        text-align: left;
        color: var(--white);
    }

    .header__description__inner__text .text__two {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: 1.6px;
        text-align: left;
        color: var(--white);
    }

    #cases__single__headline {
        background-color: rgba(237, 240, 245, 0.9);
    }

    .cases__single__content {
        padding: 96px 4.267%;
    }

    .cases__single__headline {
        max-width: 960px;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
        padding: 80px 4.267% 80px;
    }

    .cases__single__card {
        width: 100%;
        height: auto;
        padding: 40px 32px;
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        position: relative;
        gap: 36px;
    }

    .cases__single__card__img {
        width: 140px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 23px;
    }

    .cases__single__card__img p {
        font-size: 1.8rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 2px;
        text-align: center;
        color: #35393d;
        font-family: "Hiragino Kaku Gothic W6 JIS2004";
    }

    .cases__single__card__description {
        width: 80%;
    }

    .cases__single__card__description .title {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 2.4px;
        text-align: left;
        color: #223f85;
        margin: 0 0 16px;
    }

    .cases__single__card__description ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .cases__single__card__description li {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4em;
        letter-spacing: 1px;
        text-align: left;
        color: #2e3033;
        list-style-type: none;
        position: relative;
        padding-left: 0.7em;
    }

    .cases__single__card__description li:before {
        border-radius: 50%;
        width: 6px;
        height: 6px;
        display: block;
        position: absolute;
        left: 0;
        top: 0.4em;
        content: "";
        background: #223f85;
    }

    .cases__single__card__link {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 1.6px;
        text-align: left;
        color: #223f85;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .cases__single__card__link:after {
        content: "▼";
        margin: 0 5px 0 0;
    }

    .cases__single__main__content__wrapper {
        padding: 0 4.267% 80px;
    }

    .cases__single__main__content {
        width: 100%;
        margin: 0 auto;
        padding-top: 80px;
    }

    .cases__single__main__content__header {
        margin: 0 0 40px;
    }

    .cases__single__main__content__title__sub {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 1.6px;
        text-align: left;
        color: #1d6595;
        margin: 0 0 16px;
    }

    .cases__single__main__content__title {
        font-size: 2.4rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3em;
        letter-spacing: 2.4px;
        text-align: left;
        color: #222;
    }

    .cases__single__main__content__item {
        display: flex;
        flex-direction: row;
        gap: 80px;
        justify-content: space-between;
        align-items: start;
    }

    .cases__single__main__content__item__paragraph {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: 1.6px;
        text-align: justify;
        color: #2e3033;
        width: 530px;
    }

    .cases__single__main__content__item__img {
        width: 300px;
    }

    .cases__single__main__content__comment {
        width: 100%;
        margin: 0 auto;
    }

    .cases__single__main__comment__item {
        display: flex;
        flex-direction: row;
        gap: 40px;
        justify-content: space-between;
        align-items: start;
    }

    .cases__single__main__content__comment__title {
        font-size: 2.4rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 2.4px;
        text-align: left;
        color: #222;
        margin: 0 0 24px;
    }

    .cases__single__main__content__comment__img {
        width: 160px;
        height: 160px;
    }

    .cases__single__main__content__comment__description {
        width: 760px;
    }

    .cases__single__main__content__comment__description__title {
        font-size: 2rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.8;
        letter-spacing: 2px;
        text-align: left;
        color: #223f85;
    }

    .cases__single__main__content__comment__description__manager {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.25;
        letter-spacing: 1.6px;
        text-align: left;
        color: #222;
    }

    .cases__single__main__content__comment__description__text {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: 1.6px;
        text-align: justify;
        color: #222;
    }

    .cases__single__wrapper {
        max-width: 960px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .cases__single__card {
        width: 100%;
        height: auto;
        padding: 40px;
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        position: relative;
        gap: 36px;
    }

    .cases__single__card__description .title {
        font-size: 2rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 2.4px;
        text-align: left;
        color: #223f85;
        margin: 0 0 16px;
    }

    .cases__single__card__description li {
        font-size: 2rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4em;
        letter-spacing: 1px;
        text-align: left;
        color: #2e3033;
        list-style-type: none;
        position: relative;
        padding-left: 0.7em;
    }

    .cases__single__main__content__title {
        font-size: 2.4rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3em;
        letter-spacing: 2.4px;
        text-align: left;
        color: #222;
    }

    .cases__single__card__link {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 1.6px;
        text-align: left;
        color: #223f85;
        position: absolute;
        bottom: 16px;
        right: 16px;
    }

    .cases__single__main__content {
        width: 900px;
        margin: 0 auto;
        padding-top: 80px;
    }

    .cases__single__card__link {
        font-size: 1.6rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 1.6px;
        text-align: left;
        color: #223f85;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .sns {
        margin: 0 0 120px;
    }
}

@media(min-width:1200px) {
    .header__description__inner .corp__name {
        font-size: 2rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }
}