/* --------------------
 Gront
-------------------- */
.hero {
    margin: 0;
    padding: 13.8888888889vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .hero {
        margin: 0;
        padding: 40px 0 2.5vw;
    }
}

@media (min-width: 992px) {
    .hero {
        /*padding: 70px 0 2.5vw;*/
        padding: 0 0 1vw;
    }
}

.hero:after {
    background-color: var(--color-blue);
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    display: none;
    height: 91.6666666667vw;
    position: absolute;
    right: 0;
    width: 91.6666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero:after {
        display: block;
        /*height: 23.5714285714vw;
        width: 23.5714285714vw;*/
        height: 20vw;
        width: 20vw;
    }
}

.hero-container {
    margin: 0 auto;
    max-width: 388.8888888889vw;
    padding: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero-container {
        max-width: 100vw;
        /*padding: 8.9285714286vw 0 0;*/
        padding: 6vw 0 0;
    }
}

.hero__bg {
    height: 150vw;
    left: 0;
    margin: 0 auto;
    max-width: 347.2222222222vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__bg {
        height: 38.5714285714vw;
        max-width: 89.2857142857vw;
    }
}

.hero__bg:before {
    background-image: url(../images/pages/front/front-hero-01.webp);
    background-position: right;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: none;
    height: 150vw;
    left: auto;
    margin: 0;
    max-width: 327.7777777778vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__bg:before {
        display: block;
        height: 36vw;
        /*height: 38.5714285714vw;*/
        max-width: 84.2857142857vw;
    }
}

.hero__main {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__main {
        max-width: 85.7142857143vw;
    }
}

.hero__main__catchphrase {
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto -1.1111111111vw;
    padding: 1.1111111111vw 0 1.1111111111vw 2.2222222222vw;
    text-align: center;
    width: calc(100% - 16.66667vw);
}

@media (min-width: 768px) {
    .hero__main__catchphrase {
        font-size: 2.7857142857vw;
        margin: 0 0 1.7142857143vw;
        padding: 0.7142857143vw 0.2857142857vw 0.7142857143vw 2vw;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.hero__main__catchphrase .--ls-1 {
    letter-spacing: -0.44em;
}

.hero__main__catchphrase .--ls-2 {
    letter-spacing: -0.38em;
}

.hero__main__title {
    font-size: var(--fs37);
    font-weight: 700;
    line-height: 1.16;
    margin: 0 0 2.2222222222vw;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__title {
        font-size: 3.4285714286vw;
        margin: 0 0 0.2857142857vw;
        padding: 0 0 0 1.7142857143vw;
        text-align: left;
    }
}

.hero__main__title em {
    font-style: normal;
    font-weight: inherit;
}

@media (max-width: 767px) {
    .hero__main__title .--small {
        font-size: var(--fs20);
    }
}

.hero__main__title .--xsmall {
    font-size: var(--fs10);
    font-weight: 900;
    margin-left: 0.15em;
}

@media (min-width: 768px) {
    .hero__main__title .--xsmall {
        font-size: 1.7142857143vw;
        font-weight: inherit;
    }
}

.hero__main__title .--ls-1 {
    letter-spacing: -0.08em;
}

.hero__main__title .--ls-2 {
    letter-spacing: -0.06em;
}

.hero__main__title .--ls-3 {
    letter-spacing: -0.04em;
}

.hero__main__subtitle {
    font-size: var(--fs13);
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 3.3333333333vw;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__subtitle {
        font-size: 1.7142857143vw;
        /*margin: 0 0 3.4285714286vw;*/
        margin: 0 0 2vw;
        padding: 0 0 0 1.7142857143vw;
        text-align: left;
    }
}

.hero__main__subtitle .--ls-1 {
    letter-spacing: -0.52em;
}

.hero__main__subtitle .--ls-2 {
    letter-spacing: -0.12em;
}

.hero__main__subtitle .--ls-3 {
    letter-spacing: -0.18em;
}

.hero__main__subtitle .--ls-4 {
    letter-spacing: -0.08em;
}

.hero__main__badge {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 4.4444444444vw;
    justify-content: flex-start;
    padding: 45.8333333333vw 2.7777777778vw 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__main__badge {
        align-items: flex-end;
        flex-wrap: nowrap;
        gap: 1.1428571429vw;
        padding: 0 0 0 1.7142857143vw;
    }
}

.hero__main__badge:before {
    background-image: url(../images/pages/front/front-hero-01-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}

@media (min-width: 768px) {
    .hero__main__badge:before {
        display: none;
    }
}

.hero__main__badge:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 87.91%);
    bottom: 0;
    content: "";
    display: block;
    height: 38.8888888889vw;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: -1;
}

@media (min-width: 768px) {
    .hero__main__badge:after {
        display: none;
    }
}

.hero__main__badge__list {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    gap: 0 1.6666666667vw;
    justify-content: flex-start;
    min-width: 0px;
    transform: translateY(2.7777777778vw);
}

@media (min-width: 768px) {
    .hero__main__badge__list {
        flex: 0 0 34.8571428571vw;
        gap: 0 0.7142857143vw;
        transform: none;
    }
}

.hero__main__badge__list__item {
    flex: 0 0 calc(33.33333% - 1.11111vw);
}

@media (min-width: 768px) {
    .hero__main__badge__list__item {
        /*flex: 0 0 11.1428571429vw;*/
        flex: 0 0 9vw;
    }
}

.hero__main__badge__list__item img {
    width: 100%;
}

.hero__main__badge__note {
    display: none;
    flex: 0 0 100%;
    margin: 0;
    min-width: 0px;
    padding: 0 2.7777777778vw;
}

@media (min-width: 768px) {
    .hero__main__badge__note {
        display: block;
        flex: 1 1 auto;
        padding: 0 0 1.1428571429vw;
    }
}

.hero__main__badge__note p {
    /*color: var(--color-silver);*/
    font-size: 0.5625rem;
    line-height: 1.75;
    margin: 0;
    color: #fff;
    text-shadow:
    1px 1px 0 #666,
    -1px 1px 0 #666,
    -1px -1px 0 #666,
    1px -1px 0 #666;
    /*-webkit-text-fill-color: white;
    -webkit-text-stroke: 1px #333;*/
}

@media (min-width: 768px) {
    .hero__main__badge__note p {
        font-size: 0.7142857143vw;
    }
}

.contact {
    background-color: var(--color-platinum);
    padding: 5.5555555556vw 0 2.7777777778vw;
}

@media (min-width: 768px) {
    .contact {
        /*padding: 40px 0;*/
        padding: 24px 0;
    }
}

.contact-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 8.3333333333vw;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-container {
        padding: 0 var(--c-pad);
    }
}

.contact__actions {
    align-items: center;
    display: flex;
    flex-flow: row wrap-reverse;
    gap: 2.7777777778vw;
    justify-content: center;
    margin: 0 auto;
    max-width: 804px;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__actions {
        flex-wrap: nowrap;
        gap: 44px;
    }
}

.contact__actions__button {
    align-items: center;
    background-color: var(--color-snow);
    border-radius: 1.3888888889vw;
    color: var(--color-black);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    font-weight: 700;
    height: 16.6666666667vw;
    justify-content: center;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0;
    max-width: 166.6666666667vw;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__actions__button {
        border-radius: 5px;
        font-size: var(--fs32);
        /*height: 90px;*/
        height: 80px;
        max-width: 600px;
    }
}

.contact__actions__button:before {
    background-color: var(--color-blue);
    bottom: 0;
    content: "";
    display: block;
    height: 4.1666666667vw;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-blue-angle-right.svg);
    mask-image: url(../images/icons/icon-blue-angle-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 5.5555555556vw;
    top: 0;
    width: 2.5vw;
}

@media (min-width: 768px) {
    .contact__actions__button:before {
        height: 15px;
        right: 40px;
        width: 9px;
    }
}

.contact__actions__button:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4));
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: -40%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    width: 30%;
    z-index: 1;
}

@keyframes gContactLine {
    0% {
        left: -40%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.contact__actions__button--dl {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.contact__actions__button--dl:before {
    background-color: var(--color-white);
}

.contact__actions__button--contact {
    background-color: var(--color-yellow);
    color: var(--color-black);
}

.contact__actions__button:focus {
    box-shadow: 4px 4px 8px rgba(6, 65, 91, 0.3);
}

.contact__actions__button:focus:after {
    animation: gContactLine 5s ease-in-out 0s infinite normal both;
}

@media (hover: hover) and (pointer: fine) {
    .contact__actions__button:hover {
        box-shadow: 4px 4px 8px rgba(6, 65, 91, 0.3);
    }

    .contact__actions__button:hover:after {
        animation: gContactLine 5s ease-in-out 0s infinite normal both;
    }
}

.contact__action {
    margin: 0 0 1.1111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__action {
        margin: 0 0 4px;
    }
}

.contact__action a {
    color: var(--color-slate);
    font-size: var(--fs12);
    line-height: 1.4;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .contact__action a {
        font-size: var(--fs16);
    }
}

.contact__action a:focus {
    -webkit-text-decoration-color: var(--color-slate);
    text-decoration-color: var(--color-slate);
}

@media (hover: hover) and (pointer: fine) {
    .contact__action a:hover {
        -webkit-text-decoration-color: var(--color-slate);
        text-decoration-color: var(--color-slate);
    }
}

.note-mb {
    margin: 0 0 8.3333333333vw;
    padding: 2.7777777778vw 2.7777777778vw 0;
}

@media (min-width: 768px) {
    .note-mb {
        display: none;
    }
}

.note-mb p {
    color: var(--color-silver);
    font-size: 0.5625rem;
    line-height: 1.75;
    margin: 0;
}

.case {
    padding: 8.3333333333vw 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .case {
        padding: 50px 0 30px;
    }
}

.case-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .case-container {
        padding: 0 var(--c-pad);
    }
}

.case__title {
    font-size: var(--fs10);
    margin: 0 0 4.4444444444vw;
}

@media (min-width: 768px) {
    .case__title {
        margin: 0 0 20px;
    }
}

.case__title span {
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .case__title span {
        font-size: var(--fs21);
        line-height: 1.35;
    }
}

@media (min-width: 992px) {
    .case__title span {
        font-size: var(--fs24);
    }
}

.case__title em {
    display: block;
    font-size: var(--fs30);
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .case__title em {
        font-size: 2.625rem;
    }
}

@media (min-width: 992px) {
    .case__title em {
        font-size: 3rem;
    }
}

.case__slider {
    overflow: hidden;
}

.case__slider__item {
    margin: 0 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .case__slider__item {
        margin: 0 0 20px;
    }
}

.case__slider__item:nth-child(2) {
    margin-left: -26.3888888889vw;
}

@media (min-width: 768px) {
    .case__slider__item:nth-child(2) {
        margin-left: -95px;
    }
}

.case__slider__item:last-child {
    margin-bottom: 0;
}

.case__slider__item .splide__slide {
    width: 36.1111111111vw;
}

@media (min-width: 768px) {
    .case__slider__item .splide__slide {
        width: 130px;
    }
}

.problem {
    background-color: var(--color-platinum);
    padding: 12.2222222222vw 0 16.6666666667vw;
}

@media (min-width: 768px) {
    .problem {
        padding: 70px 0 80px;
    }
}

.problem-container {
    margin: 0 auto;
    max-width: calc(305.55556vw + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .problem-container {
        max-width: calc(1100px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.problem__title {
    font-size: var(--fs10);
    margin: 0 0 7.7777777778vw;
}

@media (min-width: 768px) {
    .problem__title {
        font-size: var(--fs10);
        margin: 0 0 72px;
    }
}

.problem__title > span {
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .problem__title > span {
        font-size: var(--fs21);
    }
}

@media (min-width: 992px) {
    .problem__title > span {
        font-size: var(--fs24);
    }
}

.problem__title > em {
    display: block;
    font-size: var(--fs30);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 768px) {
    .problem__title > em {
        font-size: 2.625rem;
    }
}

@media (min-width: 992px) {
    .problem__title > em {
        font-size: 3rem;
    }
}

.problem__title > em .--ls-1 {
    letter-spacing: -0.08em;
}

.problem__title > em .--ls-2 {
    letter-spacing: -0.12em;
}

.problem__title > em .--ls-3 {
    letter-spacing: -0.02em;
}

.problem__item-wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 0px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .problem__item-wrapper {
        flex-wrap: nowrap;
        gap: 0 28px;
    }
}

.problem__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .problem__item {
        flex: 0 0 calc(33.33333% - 18.66667px);
    }
}

.problem__item__fig {
    margin: 0 -2.7777777778vw;
    text-align: center;
}

@media (min-width: 768px) {
    .problem__item__fig {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        height: 180px;
        justify-content: center;
        margin: 0 0 16px;
    }
}

@media (min-width: 992px) {
    .problem__item__fig {
        height: 230px;
    }
}

@media (min-width: 768px) {
    .problem__item__fig img {
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .problem__item__fig img[data-local="1"] {
        width: 79.4444444444vw;
    }
}

@media (max-width: 767px) {
    .problem__item__fig img[data-local="2"] {
        width: 88.8888888889vw;
    }
}

@media (min-width: 1240px) {
    .problem__item__fig img[data-local="2"] {
        transform: translateX(24px);
    }
}

@media (max-width: 767px) {
    .problem__item__fig img[data-local="3"] {
        width: 93.0555555556vw;
    }
}

@media (min-width: 1240px) {
    .problem__item__fig img[data-local="3"] {
        transform: translateX(20px);
    }
}

.problem__item__content p {
    font-size: var(--fs21);
    font-weight: 700;
    line-height: 1.36;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .problem__item__content p {
        font-size: var(--fs15);
    }
}

@media (min-width: 992px) {
    .problem__item__content p {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .problem__item__content p {
        font-size: var(--fs21);
    }
}

@media (max-width: 767px) {
    .problem__item[data-local="1"] {
        margin-bottom: 4.4444444444vw;
    }

    .problem__item[data-local="1"] .problem__item__fig {
        margin-bottom: 5.5555555556vw;
    }
}

@media (min-width: 1240px) {
    .problem__item[data-local="1"] .problem__item__content {
        transform: translateX(-24px);
    }
}

@media (max-width: 767px) {
    .problem__item[data-local="2"] {
        margin-bottom: 12.2222222222vw;
    }

    .problem__item[data-local="2"] .problem__item__fig {
        margin-bottom: 4.4444444444vw;
    }
}

@media (min-width: 1240px) {
    .problem__item[data-local="2"] .problem__item__content {
        padding-left: 16px;
    }
}

@media (max-width: 767px) {
    .problem__item[data-local="3"] .problem__item__fig {
        margin-bottom: 5.5555555556vw;
    }
}

@media (min-width: 1240px) {
    .problem__item[data-local="3"] .problem__item__content {
        transform: translateX(50px);
    }
}

.hrd {
    padding: 13.8888888889vw 0 12.5vw;
}

@media (min-width: 768px) {
    .hrd {
        padding: 75px 0 130px;
    }
}

.hrd-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .hrd-container {
        padding: 0 var(--c-pad);
    }
}

.hrd__title {
    font-size: var(--fs10);
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .hrd__title {
        font-size: var(--fs10);
        margin: 0 0 75px;
    }
}

.hrd__title span {
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hrd__title span {
        font-size: var(--fs21);
    }
}

@media (min-width: 992px) {
    .hrd__title span {
        font-size: var(--fs24);
    }
}

.hrd__title em {
    display: block;
    font-size: var(--fs30);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 768px) {
    .hrd__title em {
        font-size: 2.625rem;
    }
}

@media (min-width: 992px) {
    .hrd__title em {
        font-size: 3rem;
    }
}

.hrd__content {
    margin: 0 auto 4.4444444444vw;
}

@media (min-width: 768px) {
    .hrd__content {
        margin: 0 auto 80px;
        max-width: 970px;
    }
}

.hrd__content p {
    font-size: var(--fs16);
    line-height: 1.75;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .hrd__content p {
        font-size: var(--fs16);
        text-align: center;
    }
}

.hrd__content p:last-child {
    margin-bottom: 0;
}

.hrd__fig {
    margin: 0 -3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .hrd__fig {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .hrd__fig img {
        width: 100%;
    }
}

.overview {
    background-color: var(--color-mist);
    padding: 12.5vw 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .overview {
        padding: 80px 0 50px;
    }
}

.overview-container {
    margin: 0 auto;
    max-width: calc(388.88889vw + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .overview-container {
        max-width: calc(1400px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.overview__title {
    margin: 0 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .overview__title {
        margin: 0 0 45px;
    }
}

.overview__title span {
    color: var(--color-black);
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__title span {
        font-size: var(--fs21);
    }
}

.overview__title em {
    color: var(--color-black);
    display: block;
    font-size: var(--fs30);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__title em {
        font-size: 2.625rem;
    }
}

@media (min-width: 992px) {
    .overview__title em {
        font-size: 3rem;
    }
}

.overview__content {
    margin: 0 0 8.8888888889vw;
}

@media (min-width: 768px) {
    .overview__content {
        margin: 0 0 28px;
    }
}

.overview__content p {
    color: var(--color-black);
    font-size: var(--fs16);
    line-height: 1.75;
    margin: 0;
}

@media (min-width: 768px) {
    .overview__content p {
        font-size: var(--fs16);
        text-align: center;
    }
}

.overview__fig {
    margin: 0 -1.3888888889vw 5.5555555556vw;
}

@media (min-width: 768px) {
    .overview__fig {
        margin: 0 0 8px;
    }
}

.overview__fig__viewer {
    margin: 0 auto;
    max-width: 336.1111111111vw;
    width: 100%;
}

@media (min-width: 768px) {
    .overview__fig__viewer {
        max-width: 1210px;
    }
}

.overview__fig__viewer img {
    width: 100%;
}

.overview__note {
    margin: 0 0 7.7777777778vw;
}

@media (min-width: 768px) {
    .overview__note {
        margin: 0 0 52px;
    }
}

.overview__note p {
    color: var(--color-black);
    font-size: var(--fs13);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__note p {
        font-size: var(--fs14);
        line-height: 1.4;
    }
}

.overview__action {
    text-align: center;
}

.overview__action a {
    color: var(--color-black);
    font-size: var(--fs15);
    line-height: 1.4;
    margin: 0;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .overview__action a {
        font-size: var(--fs14);
    }
}

.overview__action a:focus {
    -webkit-text-decoration-color: var(--color-black);
    text-decoration-color: var(--color-black);
}

@media (hover: hover) and (pointer: fine) {
    .overview__action a:hover {
        -webkit-text-decoration-color: var(--color-black);
        text-decoration-color: var(--color-black);
    }
}

.program {
    padding: 15.2777777778vw 0 0;
}

@media (min-width: 768px) {
    .program {
        padding: 95px 0 0;
    }
}

.program__title {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 13.8888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .program__title {
        font-size: 2.625rem;
        margin: 0 0 50px;
    }
}

@media (min-width: 992px) {
    .program__title {
        font-size: 3rem;
    }
}

.program__a {
    background-color: var(--color-frost);
    padding: 13.8888888889vw 0 0;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .program__a {
        padding: 0 0 45px;
    }
}

.program__a:before {
    background-color: var(--color-white);
    content: "";
    display: none;
    height: 12.5vw;
    left: 0;
    position: absolute;
    right: 0;
    top: -0.2777777778vw;
    z-index: -1;
}

@media (min-width: 768px) {
    .program__a:before {
        display: block;
        height: 45px;
        top: -1px;
    }
}

.program__a-container {
    margin: 0 auto;
    max-width: calc(333.33333vw + var(--c-pad)*2);
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .program__a-container {
        max-width: calc(1200px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.program__a__title {
    align-items: center;
    background-image: url(../images/pages/front/front-program-title-bg-01-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    font-weight: 700;
    height: 19.4444444444vw;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto 6.6666666667vw;
    text-align: center;
    width: 91.6666666667vw;
}

@media (min-width: 768px) {
    .program__a__title {
        background-image: url(../images/pages/front/front-program-title-bg-01.svg);
        font-size: var(--fs32);
        height: 90px;
        margin: 0 auto 24px;
        width: 470px;
    }
}

.program__a__subtitle {
    font-size: var(--fs20);
    line-height: 1.75;
    margin: 0 0 4.4444444444vw;
    padding: 0 var(--c-pad);
    text-align: center;
}

@media (min-width: 768px) {
    .program__a__subtitle {
        font-size: var(--fs18);
        line-height: 1.4;
        margin: 0 0 16px;
        padding: 0;
    }
}

.program__a__main {
    margin: 0 auto;
    padding: 6.6666666667vw var(--c-pad) 19.4444444444vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .program__a__main {
        max-width: 870px;
        padding: 50px 0 80px;
    }
}

.program__a__main__subtitle {
    left: 3.3333333333vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 2.2222222222vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .program__a__main__subtitle {
        left: 0;
        top: 12px;
    }
}

.program__a__main__subtitle img {
    width: 33.8888888889vw;
}

@media (min-width: 768px) {
    .program__a__main__subtitle img {
        width: 122px;
    }
}

.program__a__main__list {
    list-style: none;
    margin: 0 0 5.5555555556vw;
    padding: 0;
}

@media (min-width: 768px) {
    .program__a__main__list {
        margin-bottom: 0;
    }
}

.program__a__main__list > li {
    background-color: var(--color-white);
    border-radius: 8.8888888889vw;
    box-shadow: 1.1111111111vw 1.1111111111vw 0.8333333333vw rgba(var(--color-black-rgb), 0.05);
    display: block;
    font-size: var(--fs18);
    line-height: 1.75;
    margin: 0 auto 5.5555555556vw;
    padding: 10vw 5.5555555556vw 8.8888888889vw;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .program__a__main__list > li {
        border-radius: 32px;
        box-shadow: 4px 4px 3px rgba(var(--color-black-rgb), 0.05);
        font-size: var(--fs18);
        line-height: 1.4;
        margin: 0 auto 20px;
        padding: 16px 24px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

@media (min-width: 992px) {
    .program__a__main__list > li {
        font-size: var(--fs20);
        padding: 16px 40px;
    }
}

.program__a__main__list > li p {
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

@media (max-width: 767px) {
    .program__a__main__list > li:first-child {
        padding-bottom: 7.7777777778vw;
        padding-top: 11.1111111111vw;
    }
}

.program__a__main__list > li:last-child {
    margin-bottom: 0;
}

.program__a__main__fig {
    margin: 0 auto;
    transform: translateX(-2.7777777778vw);
    width: 36.6666666667vw;
}

@media (min-width: 768px) {
    .program__a__main__fig {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        transform: none;
        width: 106px;
        z-index: -1;
    }
}

@media (min-width: 1240px) {
    .program__a__main__fig {
        width: 132px;
    }
}

.program__a__main__fig img {
    width: 100%;
}

.program__a__solution {
    background-color: var(--color-ice);
    margin: 0;
    padding: 13.8888888889vw var(--c-pad) 0;
    position: relative;
}

@media (min-width: 768px) {
    .program__a__solution {
        padding: 45px var(--c-pad) 35px;
    }
}

.program__a__solution__subtitle {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -15.5555555556vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .program__a__solution__subtitle {
        top: -50px;
    }
}

@media (min-width: 1240px) {
    .program__a__solution__subtitle {
        top: -56px;
    }
}

.program__a__solution__subtitle img {
    filter: drop-shadow(0.8333333333vw 0.8333333333vw 0.8333333333vw rgba(var(--color-white-rgb), 0.8));
    width: 68.3333333333vw;
}

@media (min-width: 768px) {
    .program__a__solution__subtitle img {
        filter: drop-shadow(3px 3px 3px rgba(var(--color-white-rgb), 0.8));
        width: 222px;
    }
}

@media (min-width: 992px) {
    .program__a__solution__subtitle img {
        width: 246px;
    }
}

.program__a__solution__title {
    color: var(--color-blue);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.67;
    margin: 0 0 14.4444444444vw;
    padding: 0;
}

@media (min-width: 768px) {
    .program__a__solution__title {
        font-size: var(--fs30);
        line-height: 1.34;
        margin: 0 0 52px;
        text-align: center;
    }
}

.program__a__solution__title em {
    color: var(--color-black);
    font-style: normal;
    font-weight: inherit;
}

.program__a__solution__example {
    background-color: var(--color-white);
    margin: 0 calc(var(--c-pad)*-1);
    padding: 13.8888888889vw var(--c-pad) 6.6666666667vw;
    position: relative;
    width: auto;
}

@media (min-width: 768px) {
    .program__a__solution__example {
        margin: 0 auto;
        max-width: 1040px;
        padding: 50px var(--c-pad) 30px;
        width: 100%;
    }
}

.program__a__solution__example__title {
    align-items: center;
    background-color: #2e9edd;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    height: 8.8888888889vw;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -4.4444444444vw;
    width: 31.1111111111vw;
}

@media (min-width: 768px) {
    .program__a__solution__example__title {
        height: 32px;
        top: -16px;
        width: 112px;
    }
}

.program__a__solution__example__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .program__a__solution__example__list {
        gap: 24px;
    }
}

.program__a__solution__example__list > li {
    background-color: var(--color-yellow);
    color: var(--color-black);
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.75;
    margin: 0;
    padding: 5.5555555556vw 4.4444444444vw;
}

@media (min-width: 768px) {
    .program__a__solution__example__list > li {
        flex: 0 1 auto;
        font-size: var(--fs24);
        line-height: 1.4;
        min-width: 420px;
        padding: 15px 24px;
        text-align: center;
    }
}

.program__b {
    background-color: var(--color-ice);
    padding: 22.2222222222vw 0 0;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .program__b {
        padding: 0 0 45px;
    }
}

.program__b:before {
    background-color: var(--color-frost);
    content: "";
    display: block;
    height: 22.2222222222vw;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .program__b:before {
        height: 63px;
        top: -1px;
    }
}

.program__b-container {
    margin: 0 auto;
    max-width: calc(333.33333vw + var(--c-pad)*2);
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .program__b-container {
        max-width: calc(1200px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.program__b__title {
    align-items: center;
    background-image: url(../images/pages/front/front-program-title-bg-02-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    font-weight: 700;
    height: 30.5555555556vw;
    justify-content: center;
    line-height: 1.2;
    margin: -11.1111111111vw auto 6.6666666667vw;
    text-align: center;
    width: 91.6666666667vw;
}

@media (min-width: 768px) {
    .program__b__title {
        background-image: url(../images/pages/front/front-program-title-bg-02.svg);
        font-size: var(--fs32);
        height: 126px;
        margin: 0 auto 20px;
        width: 584px;
    }
}

.program__b__subtitle {
    font-size: var(--fs20);
    line-height: 1.75;
    margin: 0 0 6.6666666667vw;
    padding: 0 var(--c-pad);
    text-align: center;
}

@media (min-width: 768px) {
    .program__b__subtitle {
        font-size: var(--fs18);
        line-height: 1.4;
        margin: 0 0 16px;
        padding: 0;
    }
}

.program__b__main {
    margin: 0 auto;
    padding: 6.6666666667vw var(--c-pad) 19.4444444444vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .program__b__main {
        max-width: 1180px;
        padding: 50px 0 80px;
    }
}

.program__b__main__subtitle {
    left: 3.3333333333vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 2.2222222222vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .program__b__main__subtitle {
        left: 0;
        top: 12px;
    }
}

.program__b__main__subtitle img {
    width: 33.8888888889vw;
}

@media (min-width: 768px) {
    .program__b__main__subtitle img {
        width: 122px;
    }
}

.program__b__main__list {
    list-style: none;
    margin: 0 0 5.5555555556vw;
    padding: 0;
}

@media (min-width: 768px) {
    .program__b__main__list {
        margin-bottom: 0;
    }
}

.program__b__main__list > li {
    background-color: var(--color-white);
    border-radius: 8.8888888889vw;
    box-shadow: 1.1111111111vw 1.1111111111vw 0.8333333333vw rgba(var(--color-black-rgb), 0.05);
    display: block;
    font-size: var(--fs18);
    line-height: 1.75;
    margin: 0 auto 5.5555555556vw;
    padding: 10vw 5.5555555556vw 8.8888888889vw;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .program__b__main__list > li {
        border-radius: 32px;
        box-shadow: 4px 4px 3px rgba(var(--color-black-rgb), 0.05);
        font-size: var(--fs18);
        margin: 0 auto 20px;
        padding: 16px 24px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

@media (min-width: 992px) {
    .program__b__main__list > li {
        font-size: var(--fs20);
        padding: 16px 50px;
    }
}

.program__b__main__list > li p {
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

@media (max-width: 767px) {
    .program__b__main__list > li:first-child {
        padding-bottom: 7.7777777778vw;
        padding-top: 11.1111111111vw;
    }
}

.program__b__main__list > li:last-child {
    margin-bottom: 0;
}

.program__b__main__fig {
    margin: 0 auto;
    transform: translateX(-2.7777777778vw);
    width: 69.4444444444vw;
}

@media (min-width: 768px) {
    .program__b__main__fig {
        bottom: 0;
        left: -20px;
        margin: 0;
        position: absolute;
        transform: none;
        width: 180px;
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .program__b__main__fig {
        left: 0;
        width: 205px;
    }
}

@media (min-width: 1240px) {
    .program__b__main__fig {
        width: 256px;
    }
}

.program__b__main__fig img {
    width: 100%;
}

.program__b__solution {
    background-color: var(--color-frost);
    padding: 13.8888888889vw var(--c-pad) 0;
    position: relative;
}

@media (min-width: 768px) {
    .program__b__solution {
        padding: 50px var(--c-pad) 40px;
    }
}

.program__b__solution__subtitle {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -15.5555555556vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .program__b__solution__subtitle {
        top: -50px;
    }
}

@media (min-width: 1240px) {
    .program__b__solution__subtitle {
        top: -56px;
    }
}

.program__b__solution__subtitle img {
    filter: drop-shadow(0.8333333333vw 0.8333333333vw 0.8333333333vw rgba(var(--color-white-rgb), 0.8));
    width: 68.3333333333vw;
}

@media (min-width: 768px) {
    .program__b__solution__subtitle img {
        filter: drop-shadow(3px 3px 3px rgba(var(--color-white-rgb), 0.8));
        width: 222px;
    }
}

@media (min-width: 992px) {
    .program__b__solution__subtitle img {
        width: 246px;
    }
}

.program__b__solution__title {
    color: var(--color-blue);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.84;
    margin: 0 0 13.3333333333vw;
    padding: 0 4.4444444444vw;
}

@media (min-width: 768px) {
    .program__b__solution__title {
        font-size: var(--fs30);
        line-height: 1.26;
        margin: 0 0 36px;
        padding: 0;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .program__b__solution__title {
        font-size: var(--fs35);
    }
}

.program__b__solution__title em {
    color: var(--color-black);
    font-style: normal;
    font-weight: inherit;
}

.program__b__solution__example {
    background-color: var(--color-white);
    margin: 0 calc(var(--c-pad)*-1);
    padding: 13.8888888889vw var(--c-pad) 6.6666666667vw;
    position: relative;
    width: auto;
}

@media (min-width: 768px) {
    .program__b__solution__example {
        margin: 0 auto;
        max-width: 1040px;
        padding: 50px var(--c-pad) 30px;
        width: 100%;
    }
}

.program__b__solution__example__title {
    align-items: center;
    background-color: #2e9edd;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    height: 8.8888888889vw;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -4.4444444444vw;
    width: 31.1111111111vw;
}

@media (min-width: 768px) {
    .program__b__solution__example__title {
        height: 32px;
        top: -16px;
        width: 112px;
    }
}

.program__b__solution__example__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .program__b__solution__example__list {
        gap: 24px;
    }
}

.program__b__solution__example__list > li {
    background-color: var(--color-yellow);
    color: var(--color-black);
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.75;
    margin: 0;
    padding: 5.5555555556vw 4.4444444444vw;
}

@media (min-width: 768px) {
    .program__b__solution__example__list > li {
        flex: 0 1 auto;
        font-size: var(--fs24);
        line-height: 1.4;
        min-width: 420px;
        padding: 15px 24px;
        text-align: center;
    }
}

.program__c {
    background-color: var(--color-sky);
    padding: 30.5555555556vw 0 11.1111111111vw;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .program__c {
        padding: 0 0 65px;
    }
}

.program__c:before {
    background-color: var(--color-ice);
    content: "";
    display: block;
    height: 30.5555555556vw;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .program__c:before {
        height: 40px;
        top: -1px;
    }
}

@media (min-width: 992px) {
    .program__c:before {
        height: 52px;
    }
}

@media (min-width: 1240px) {
    .program__c:before {
        height: 63px;
    }
}

.program__c-container {
    margin: 0 auto;
    max-width: calc(333.33333vw + var(--c-pad)*2);
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .program__c-container {
        max-width: calc(1200px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.program__c__title {
    align-items: center;
    background-image: url(../images/pages/front/front-program-title-bg-03-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    font-weight: 700;
    height: 38.8888888889vw;
    justify-content: center;
    letter-spacing: -0.04em;
    line-height: 1.75;
    margin: -20.8333333333vw auto 6.6666666667vw;
    padding: 0 0 2.2222222222vw;
    text-align: center;
    width: 94.4444444444vw;
}

@media (min-width: 768px) {
    .program__c__title {
        background-image: url(../images/pages/front/front-program-title-bg-03.svg);
        font-size: var(--fs28);
        height: 80px;
        letter-spacing: 0;
        line-height: 1.2;
        margin: 0 auto 8px;
        padding: 0 0 8px;
        width: 708px;
    }
}

@media (min-width: 992px) {
    .program__c__title {
        font-size: var(--fs36);
        height: 105px;
        width: 932px;
    }
}

@media (min-width: 1240px) {
    .program__c__title {
        font-size: var(--fs36);
        height: 122px;
        width: 1074px;
    }
}

.program__c__title > span {
    display: block;
}

.program__c__title .--ls-1 {
    letter-spacing: -0.26em;
}

.program__c__title .--ls-2 {
    letter-spacing: -0.22em;
}

.program__c__subtitle {
    font-size: var(--fs20);
    line-height: 1.75;
    margin: 0 0 4.4444444444vw;
    padding: 0 var(--c-pad);
    text-align: center;
}

@media (min-width: 768px) {
    .program__c__subtitle {
        font-size: var(--fs18);
        line-height: 1.4;
        margin: 0 0 16px;
        padding: 0;
    }
}

.program__c__main {
    margin: 0 auto;
    padding: 5.5555555556vw var(--c-pad) 22.2222222222vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .program__c__main {
        max-width: 1200px;
        padding: 50px 0 80px;
    }
}

.program__c__main__subtitle {
    left: 3.3333333333vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0.5555555556vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .program__c__main__subtitle {
        left: 0;
        top: 12px;
    }
}

.program__c__main__subtitle img {
    width: 33.8888888889vw;
}

@media (min-width: 768px) {
    .program__c__main__subtitle img {
        width: 122px;
    }
}

.program__c__main__list {
    list-style: none;
    margin: 0 0 1.1111111111vw;
    padding: 0;
}

@media (min-width: 768px) {
    .program__c__main__list {
        margin-bottom: 0;
    }
}

.program__c__main__list > li {
    background-color: var(--color-white);
    border-radius: 8.8888888889vw;
    box-shadow: 1.1111111111vw 1.1111111111vw 0.8333333333vw rgba(var(--color-black-rgb), 0.05);
    display: block;
    font-size: var(--fs18);
    line-height: 1.75;
    margin: 0 auto 5.5555555556vw;
    padding: 8.3333333333vw 5.5555555556vw 7.7777777778vw;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .program__c__main__list > li {
        border-radius: 32px;
        box-shadow: 4px 4px 3px rgba(var(--color-black-rgb), 0.05);
        font-size: var(--fs18);
        line-height: 1.4;
        margin: 0 auto 20px;
        min-width: auto;
        padding: 16px 24px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

@media (min-width: 992px) {
    .program__c__main__list > li {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .program__c__main__list > li {
        min-width: 775px;
    }
}

.program__c__main__list > li p {
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

@media (max-width: 767px) {
    .program__c__main__list > li:first-child {
        padding-bottom: 7.7777777778vw;
        padding-top: 11.1111111111vw;
    }
}

.program__c__main__list > li:last-child {
    margin-bottom: 0;
}

.program__c__main__fig {
    margin: 0 auto;
    transform: translateX(1.3888888889vw);
    width: 51.3888888889vw;
}

@media (min-width: 768px) {
    .program__c__main__fig {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        transform: none;
        width: 145px;
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .program__c__main__fig {
        width: 189px;
    }
}

@media (min-width: 1240px) {
    .program__c__main__fig {
        width: 222px;
    }
}

.program__c__main__fig img {
    width: 100%;
}

.program__c__solution {
    background-color: var(--color-frost);
    margin: 0 0 6.6666666667vw;
    padding: 13.8888888889vw var(--c-pad) 0;
    position: relative;
}

@media (min-width: 768px) {
    .program__c__solution {
        margin: 0 0 36px;
        padding: 50px var(--c-pad) 35px;
    }
}

.program__c__solution__subtitle {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -15.5555555556vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .program__c__solution__subtitle {
        top: -50px;
    }
}

@media (min-width: 1240px) {
    .program__c__solution__subtitle {
        top: -56px;
    }
}

.program__c__solution__subtitle img {
    filter: drop-shadow(0.8333333333vw 0.8333333333vw 0.8333333333vw rgba(var(--color-white-rgb), 0.8));
    width: 68.3333333333vw;
}

@media (min-width: 768px) {
    .program__c__solution__subtitle img {
        filter: drop-shadow(3px 3px 3px rgba(var(--color-white-rgb), 0.8));
        width: 222px;
    }
}

@media (min-width: 992px) {
    .program__c__solution__subtitle img {
        width: 246px;
    }
}

.program__c__solution__title {
    color: var(--color-blue);
    font-size: var(--fs24);
    font-weight: 700;
    line-height: 1.67;
    margin: 0 0 14.4444444444vw;
    padding: 0 4.4444444444vw;
}

@media (min-width: 768px) {
    .program__c__solution__title {
        font-size: var(--fs30);
        line-height: 1.34;
        margin: 0 0 52px;
        padding: 0;
        text-align: center;
    }
}

.program__c__solution__title em {
    color: var(--color-black);
    font-style: normal;
    font-weight: inherit;
}

.program__c__solution__example {
    background-color: var(--color-white);
    margin: 0 calc(var(--c-pad)*-1);
    padding: 11.1111111111vw var(--c-pad) 8.3333333333vw;
    position: relative;
    width: auto;
}

@media (min-width: 768px) {
    .program__c__solution__example {
        margin: 0 auto;
        max-width: 1040px;
        padding: 50px var(--c-pad) 30px;
        width: 100%;
    }
}

.program__c__solution__example__title {
    align-items: center;
    background-color: #2e9edd;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    height: 8.8888888889vw;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -4.4444444444vw;
    width: 31.1111111111vw;
}

@media (min-width: 768px) {
    .program__c__solution__example__title {
        height: 32px;
        top: -16px;
        width: 112px;
    }
}

.program__c__solution__example__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .program__c__solution__example__list {
        gap: 24px;
    }
}

.program__c__solution__example__list > li {
    background-color: var(--color-yellow);
    color: var(--color-black);
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.75;
    margin: 0;
    padding: 5.5555555556vw 4.4444444444vw;
}

@media (min-width: 768px) {
    .program__c__solution__example__list > li {
        flex: 0 1 auto;
        font-size: var(--fs24);
        line-height: 1.4;
        min-width: 420px;
        padding: 15px 24px;
        text-align: center;
    }
}

.program__c__note {
    padding: 0 var(--c-pad);
}

@media (min-width: 768px) {
    .program__c__note {
        padding: 0;
    }
}

.program__c__note p {
    font-size: var(--fs12);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .program__c__note p {
        font-size: var(--fs16);
        line-height: 1.75;
    }
}

.review {
    background-color: var(--color-mist);
    padding: 11.1111111111vw 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .review {
        padding: 70px 0 80px;
    }
}

.review-container {
    margin: 0 auto;
    max-width: calc(333.33333vw + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .review-container {
        max-width: calc(1200px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.review__title {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12.5vw;
    text-align: center;
}

@media (min-width: 768px) {
    .review__title {
        font-size: 2.625rem;
        margin: 0 0 75px;
    }
}

@media (min-width: 992px) {
    .review__title {
        font-size: 3rem;
    }
}

.review__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 8.3333333333vw;
    /*justify-content: flex-start;*/
    justify-content: center;
}

@media (min-width: 768px) {
    .review__item-wrapper {
        /*gap: 44px;*/
        gap: 24px;
    }
}

.review__item {
    background-color: var(--color-white);
    flex: 0 0 100%;
    padding: 11.1111111111vw 5.5555555556vw 8.3333333333vw;
}

@media (min-width: 768px) {
    .review__item {
        flex: 0 0 calc(50% - 22px);
        padding: 50px 40px 45px;
    }
}

.review__item__logo {
    margin: 0 0 12.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .review__item__logo {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        height: 80px;
        justify-content: center;
        margin: 0 0 44px;
    }
}

@media (max-width: 767px) {
    .review__item__logo img[data-local="1"] {
        width: 47.2222222222vw;
    }
}

@media (max-width: 767px) {
    .review__item__logo img[data-local="2"] {
        width: 38.8888888889vw;
    }
}

.review__item__name {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 4.4444444444vw;
    text-align: center;
}

@media (min-width: 768px) {
    .review__item__name {
        font-size: var(--fs18);
        margin: 0 0 12px;
    }
}

/*.review__item__content p {
    font-size: var(--fs16);
    line-height: 1.75;
    margin: 0;
}*/
p.review__item__content {
    font-size: var(--fs16);
    line-height: 1.75;
    margin: 0;
    padding: 10px 5% 20px;
}

@media (min-width: 768px) {
    .review__item__content p {
        font-size: var(--fs16);
    }
}

.flow {
    background-color: var(--color-snow);
    padding: 11.1111111111vw 0 15.2777777778vw;
}

@media (min-width: 768px) {
    .flow {
        padding: 75px 0;
    }
}

.flow-container {
    margin: 0 auto;
    max-width: calc(333.33333vw + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .flow-container {
        max-width: calc(1200px + var(--c-pad)*2);
    }
}

.flow__title {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__title {
        font-size: 2.625rem;
        margin: 0 0 60px;
    }
}

@media (min-width: 992px) {
    .flow__title {
        font-size: 3rem;
    }
}

.flow__item-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 9.4444444444vw;
    justify-content: flex-start;
    padding: 0 2.7777777778vw;
}

@media (min-width: 768px) {
    .flow__item-wrapper {
        flex-wrap: nowrap;
        gap: 24px;
        padding: 0;
    }
}

.flow__item {
    align-items: center;
    background-color: var(--color-blue);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    height: 17.7777777778vw;
    justify-content: center;
    position: relative;
}

@media (min-width: 768px) {
    .flow__item {
        aspect-ratio: 1/1;
        background-color: transparent;
        background-position: center;
        flex: 0 0 calc(20% - 19.2px);
        height: auto;
    }
}

.flow__item:before {
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 13.8888888889vw;
    left: 3.3333333333vw;
    margin: auto 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 13.8888888889vw;
}

@media (min-width: 768px) {
    .flow__item:before {
        display: none;
    }
}

.flow__item:after {
    background-color: var(--color-sky);
    bottom: -7vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 4.4444444444vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 5vw;
}

@media (min-width: 768px) {
    .flow__item:after {
        bottom: 0;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        height: 15px;
        left: auto;
        right: -17px;
        top: 0;
        width: 13px;
    }
}

.flow__item:last-child:after {
    display: none;
}

.flow__item span {
    color: var(--color-white);
    display: block;
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.13;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__item span {
        font-size: var(--fs20);
    }
}

@media (min-width: 992px) {
    .flow__item span {
        font-size: var(--fs28);
    }
}

@media (min-width: 1240px) {
    .flow__item span {
        font-size: var(--fs36);
    }
}

@media (max-width: 767px) {
    .flow__item:nth-child(1):before {
        background-image: url(../images/pages/front/front-flow-01-mb.svg);
        background-size: 12.7777777778vw 12.2222222222vw;
    }
}

@media (min-width: 768px) {
    .flow__item:nth-child(1) {
        background-image: url(../images/pages/front/front-flow-01.svg);
    }
}

@media (max-width: 767px) {
    .flow__item:nth-child(2):before {
        background-image: url(../images/pages/front/front-flow-02-mb.svg);
        background-size: 8.8888888889vw 12.2222222222vw;
    }
}

@media (min-width: 768px) {
    .flow__item:nth-child(2) {
        background-image: url(../images/pages/front/front-flow-02.svg);
    }
}

@media (max-width: 767px) {
    .flow__item:nth-child(3):before {
        background-image: url(../images/pages/front/front-flow-03-mb.svg);
        background-size: 13.8888888889vw 10.5555555556vw;
    }
}

@media (min-width: 768px) {
    .flow__item:nth-child(3) {
        background-image: url(../images/pages/front/front-flow-03.svg);
    }
}

@media (max-width: 767px) {
    .flow__item:nth-child(4):before {
        background-image: url(../images/pages/front/front-flow-04-mb.svg);
        background-size: 11.6666666667vw 11.1111111111vw;
    }
}

@media (min-width: 768px) {
    .flow__item:nth-child(4) {
        background-image: url(../images/pages/front/front-flow-04.svg);
    }
}

@media (max-width: 767px) {
    .flow__item:nth-child(5):before {
        background-image: url(../images/pages/front/front-flow-05-mb.svg);
        background-size: 9.4444444444vw 12.2222222222vw;
    }
}

@media (min-width: 768px) {
    .flow__item:nth-child(5) {
        background-image: url(../images/pages/front/front-flow-05.svg);
    }
}

.faq {
    padding: 8.3333333333vw 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .faq {
        padding: 100px 0 80px;
    }
}

.faq-container {
    margin: 0 auto;
    max-width: calc(263.88889vw + var(--c-pad)*2);
    padding: 0 4.4444444444vw;
    width: 100%;
}

@media (min-width: 768px) {
    .faq-container {
        max-width: calc(950px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.faq__title {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6.9444444444vw;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__title {
        font-size: 2.625rem;
        margin: 0 0 105px;
    }
}

@media (min-width: 992px) {
    .faq__title {
        font-size: 3rem;
    }
}

.faq__item {
    margin: 0;
}

.faq__item__head {
    align-items: center;
    border-bottom: 0.8333333333vw solid var(--color-snow);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    min-height: 7.7777777778vw;
    padding: 6.6666666667vw 0 6.6666666667vw 13.8888888889vw;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .faq__item__head {
        border-bottom-width: 3px;
        min-height: 62px;
        padding: 30px 0 30px 85px;
    }
}

.faq__item__head:before {
    background-image: url(../images/pages/front/front-faq-icon-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 7.7777777778vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 7.7777777778vw;
}

@media (min-width: 768px) {
    .faq__item__head:before {
        height: 62px;
        width: 62px;
    }
}

.faq__item__head__title {
    font-size: var(--fs18);
    line-height: 1.52;
    margin: 0;
    padding: 0 8.3333333333vw 0 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .faq__item__head__title {
        font-size: var(--fs21);
        line-height: 1.75;
        padding: 0 90px 0 0;
    }
}

.faq__item__head__title:before, .faq__item__head__title:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    width: 5vw;
}

@media (min-width: 768px) {
    .faq__item__head__title:before, .faq__item__head__title:after {
        height: 30px;
        right: 20px;
        width: 30px;
    }
}

.faq__item__head__title:before {
    background-image: url(../images/pages/front/front-faq-icon-plus.svg);
}

.faq__item__head__title:after {
    background-image: url(../images/pages/front/front-faq-icon-minus.svg);
    opacity: 0;
}

.faq__item__head:focus {
    background-color: var(--color-frost);
}

@media (hover: hover) and (pointer: fine) {
    .faq__item__head:hover {
        background-color: var(--color-frost);
    }
}

.faq__item__contents {
    display: none;
}

.faq__item__contents__content {
    padding: 6.6666666667vw 0 6.6666666667vw 4.4444444444vw;
}

@media (min-width: 768px) {
    .faq__item__contents__content {
        padding: 40px 0 30px 90px;
    }
}

.faq__item__contents__content p {
    font-size: var(--fs16);
    line-height: 1.75;
    margin: 0;
}

@media (min-width: 768px) {
    .faq__item__contents__content p {
        font-size: var(--fs16);
    }
}

.faq__item.-active .faq__item__head__title:before {
    opacity: 0;
    transform: rotate(180deg);
}

.faq__item.-active .faq__item__head__title:after {
    opacity: 1;
    transform: rotate(180deg);
}

.inquiry {
    background-color: var(--color-mist);
    padding: 19.4444444444vw 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .inquiry {
        padding: 90px 0 60px;
    }
}

.inquiry-container {
    margin: 0 auto;
    max-width: calc(333.33333vw + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .inquiry-container {
        max-width: calc(1200px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

.inquiry__title {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.34;
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .inquiry__title {
        font-size: 2.625rem;
        line-height: 1.4;
        margin: 0 0 12px;
    }
}

@media (min-width: 992px) {
    .inquiry__title {
        font-size: 3rem;
    }
}

.inquiry__content {
    margin: 0 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .inquiry__content {
        margin: 0 0 60px;
    }
}

.inquiry__content p {
    color: var(--color-slate);
    font-size: var(--fs15);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .inquiry__content p {
        font-size: var(--fs16);
        line-height: 1.4;
    }
}

.inquiry__form {
    background-color: var(--color-white);
    margin: 0 auto;
    max-width: 272.2222222222vw;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .inquiry__form {
        max-width: 980px;
        padding: 50px 0;
    }
}

.inquiry__form iframe {
    border: none;
    display: block;
    height: 477.7777777778vw;
    width: 100%;
}

@media (min-width: 768px) {
    .inquiry__form iframe {
        height: 1560px;
    }
}

@media (min-width: 992px) {
    .inquiry__form iframe {
        height: 1220px;
    }
}




/* CaseCard 20260305 */
.CaseCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding:0;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .CaseCard {
    width: calc(50% - (24px / 2));
  }
}

@media screen and (min-width: 1280px) {
  .CaseCard {
    width: calc(33.33% - ((40px / 3)* 2));
  }
}

.CaseCard > * + * {
  margin-top: 30px;
}

.CaseCard__img {
  width:100%;
  margin: 0px auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.CaseCard__img img{
  -o-object-fit: cover;
  -o-object-position: top center;
     object-fit: cover;
     object-position: top center;
  transition: transform 0.4s ease-out;
  width:100%;
}

.CaseCard__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 5% 0;
}







