@charset "UTF-8";
/* --------------------
 Front
-------------------- */
.hero {
    background-image: url(../images/main/hero-bg-mb.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 23.0769230769vw;
    padding: 100px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .hero {
        background-image: url(../images/main/hero-bg.webp);
        margin: 0 0 160px;
        padding: 80px 0 0;
    }
}

@media (min-width: 992px) {
    .hero {
        padding: 120px 0 0;
    }
}

.hero__video {
    display: none;
}

@media (min-width: 768px) {
    .hero__video {
        bottom: auto;
        display: block;
        height: 490px;
        left: auto;
        -webkit-mask-image: linear-gradient(to right, rgba(var(--color-white-rgb), 0) 0px, rgba(var(--color-black-rgb), 1) 100px, var(--color-black) 100%);
        mask-image: linear-gradient(to right, rgba(var(--color-white-rgb), 0) 0px, rgba(var(--color-black-rgb), 1) 100px, var(--color-black) 100%);
        position: absolute;
        right: 0;
        text-align: right;
        top: 120px;
        width: 52.8225806452%;
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .hero__video {
        height: 629px;
    }
}

.hero__video img {
    aspect-ratio: 390/220;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__video img {
        aspect-ratio: 655/529;
        object-position: right center;
    }
}

.hero__video video {
    aspect-ratio: 390/220;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__video video {
        aspect-ratio: 655/529;
        object-position: right center;
    }
}

.hero-container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.hero__main {
    margin: 0 0 3.0769230769vw;
    position: relative;
}

@media (min-width: 768px) {
    .hero__main {
        margin: 0 0 30px;
        min-height: 529px;
    }
}

.hero__main__contents {
    margin: 0 auto;
    max-width: 868px;
    padding: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__main__contents {
        margin: 0;
        padding: 44px 0 0;
    }
}

.hero__main__contents-inner {
    margin: 0;
    max-width: 790px;
    width: 100%;
}

@media (min-width: 1240px) {
    .hero__main__contents-inner {
        margin: 0 0 0 auto;
    }
}

.hero__main__contents__subtitle {
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 2.5641025641vw;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__contents__subtitle {
        font-size: var(--fs20);
        margin: 0 0 10px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .hero__main__contents__subtitle {
        font-size: var(--fs22);
    }
}

@media (min-width: 1240px) {
    .hero__main__contents__subtitle {
        font-size: var(--fs26);
    }
}

.hero__main__contents__title {
    display: block;
    font-size: var(--fs35);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.35;
    margin: 0 0 5.1282051282vw;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .hero__main__contents__title {
        font-size: 3.325rem;
        margin: 0 0 12px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .hero__main__contents__title {
        font-size: 3.8rem;
    }
}

@media (min-width: 1240px) {
    .hero__main__contents__title {
        font-size: 4.75rem;
    }
}

.hero__main__contents__title em {
    background-color: var(--color-white);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--color-primary-blue);
    display: inline-block;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1.6;
    margin: 0 0.05em;
    padding: 0.25em 0.1em;
    text-box: trim-both cap alphabetic;
}

@media (min-width: 768px) {
    .hero__main__contents__title em {
        line-height: 1.4;
    }
}

.hero__main__contents__title span[data-local="01"], .hero__main__contents__title em[data-local="01"] {
    font-size: var(--fs30);
}

@media (min-width: 768px) {
    .hero__main__contents__title span[data-local="01"], .hero__main__contents__title em[data-local="01"] {
        font-size: 2.84375rem;
    }
}

@media (min-width: 992px) {
    .hero__main__contents__title span[data-local="01"], .hero__main__contents__title em[data-local="01"] {
        font-size: 3.25rem;
    }
}

@media (min-width: 1240px) {
    .hero__main__contents__title span[data-local="01"], .hero__main__contents__title em[data-local="01"] {
        font-size: 4.0625rem;
    }
}

.hero__main__contents__title span[data-local="02"], .hero__main__contents__title em[data-local="02"] {
    font-size: var(--fs30);
    letter-spacing: -0.05em;
}

@media (min-width: 768px) {
    .hero__main__contents__title span[data-local="02"], .hero__main__contents__title em[data-local="02"] {
        font-size: 2.84375rem;
    }
}

@media (min-width: 992px) {
    .hero__main__contents__title span[data-local="02"], .hero__main__contents__title em[data-local="02"] {
        font-size: 3.25rem;
    }
}

@media (min-width: 1240px) {
    .hero__main__contents__title span[data-local="02"], .hero__main__contents__title em[data-local="02"] {
        font-size: 4.0625rem;
    }
}

.hero__main__contents__point {
    padding: 0;
}

@media (min-width: 768px) {
    .hero__main__contents__point {
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.hero__main__contents__point__video {
    margin: 0 calc(var(--c-pad)*-1) -11.2820512821vw;
}

@media (min-width: 768px) {
    .hero__main__contents__point__video {
        display: none;
    }
}

.hero__main__contents__point__video img {
    aspect-ratio: 390/220;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__main__contents__point__video img {
        aspect-ratio: 655/529;
        object-position: right center;
    }
}

.hero__main__contents__point__video video {
    aspect-ratio: 390/220;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__main__contents__point__video video {
        aspect-ratio: 655/529;
        object-position: right center;
    }
}

.hero__main__contents__point__title {
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto 6.1538461538vw;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__contents__point__title {
        font-size: var(--fs18);
        margin: 0 0 44px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .hero__main__contents__point__title {
        font-size: var(--fs20);
    }
}

.hero__main__contents__point__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0 12.8205128205vw;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item-wrapper {
        flex-wrap: nowrap;
        gap: 16px;
    }
}

.hero__main__contents__point__item {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    border-radius: 50%;
    box-shadow: 0vw 0vw 1.7948717949vw 0.2564102564vw rgba(16, 139, 228, 0.5);
    display: flex;
    flex: 0 0 28.2051282051vw;
    flex-flow: column nowrap;
    gap: 0;
    justify-content: center;
    padding: 0 0 1.0256410256vw;
    position: relative;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item {
        box-shadow: 0px 0px 12px 1px rgba(16, 139, 228, 0.5);
        flex: 0 0 150px;
        padding: 0;
    }
}

.hero__main__contents__point__item__icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -5.1282051282vw;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__icon {
        top: -20px;
    }
}

.hero__main__contents__point__item__icon img[data-local="01"] {
    transform: translateY(3.0769230769vw);
    width: 13.4769230769vw;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__icon img[data-local="01"] {
        transform: translateY(6px);
        width: 73px;
    }
}

.hero__main__contents__point__item__icon img[data-local="02"] {
    transform: translateY(3.0769230769vw);
    width: 10.1538461538vw;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__icon img[data-local="02"] {
        transform: translateY(4px);
        width: 55px;
    }
}

.hero__main__contents__point__item__icon img[data-local="03"] {
    transform: translateY(3.0769230769vw);
    width: 12vw;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__icon img[data-local="03"] {
        transform: translateY(4px);
        width: 65px;
    }
}

.hero__main__contents__point__item__icon img[data-local="04"] {
    transform: translateY(3.0769230769vw);
    width: 11.4461538462vw;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__icon img[data-local="04"] {
        transform: none;
        width: 62px;
    }
}

.hero__main__contents__point__item__title {
    align-items: flex-end;
    color: var(--color-primary-blue);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    justify-content: flex-end;
    line-height: 1.2;
    margin: 0 0 2.5641025641vw;
    min-height: 2lh;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__title {
        font-size: var(--fs22);
        margin: 0 0 10px;
    }
}

.hero__main__contents__point__item__title em {
    background-image: linear-gradient(to top, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    font-style: normal;
    font-weight: inherit;
}

.hero__main__contents__point__item__content p {
    color: var(--color-primary-blue);
    font-size: 0.5625rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__content p {
        font-size: var(--fs12);
    }
}

.hero__main__contents__point__item__content p em {
    font-size: 0.725rem;
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    .hero__main__contents__point__item__content p em {
        font-size: var(--fs16);
    }
}

@media (max-width: 767px) {
    .hero__main__contents__point__item:nth-child(1) {
        margin-bottom: -2.0512820513vw;
        order: 1;
    }
}

@media (max-width: 767px) {
    .hero__main__contents__point__item:nth-child(2) {
        order: 3;
        transform: translateX(19.2307692308vw);
    }
}

@media (max-width: 767px) {
    .hero__main__contents__point__item:nth-child(3) {
        margin-bottom: -2.0512820513vw;
        order: 2;
    }
}

@media (max-width: 767px) {
    .hero__main__contents__point__item:nth-child(4) {
        order: 4;
        transform: translateX(19.2307692308vw);
    }
}

.hero__action__button {
    align-items: center;
    background-image: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    background-repeat: no-repeat;
    border-radius: 10.2564102564vw;
    box-shadow: 0vw 0.7692307692vw 2.3076923077vw 0.2564102564vw rgba(14, 36, 72, 0.25);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs15);
    font-weight: 700;
    height: 15.3846153846vw;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 79.4871794872vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__action__button {
        border-radius: 40px;
        box-shadow: 0px 5px 15px 2px rgba(14, 36, 72, 0.25);
        font-size: var(--fs20);
        height: 80px;
        max-width: 428px;
    }
}

.hero__action__button:before {
    background-image: url(../images/main/hero-badge-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18.9743589744vw;
    left: -7.6923076923vw;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: -14.8717948718vw;
    width: 18.9743589744vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__action__button:before {
        background-image: url(../images/main/hero-badge.svg);
        height: 200px;
        left: auto;
        right: -160px;
        top: -90px;
        width: 160px;
    }
}

.hero__action__button__text {
    align-items: center;
    border-radius: 10.2564102564vw;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 0.15em 5.1282051282vw 0 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__action__button__text {
        border-radius: 40px;
        padding: 0.15em 20px 0 0;
    }
}

.hero__action__button__text:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -25.641025641vw;
    width: 7.6923076923vw;
}

@media (min-width: 768px) {
    .hero__action__button__text:before {
        top: -100px;
        width: 30px;
    }
}

.hero__action__button__arrow {
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 8.9743589744vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 5.1282051282vw;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 8.9743589744vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__action__button__arrow {
        height: 48px;
        right: 26px;
        width: 48px;
    }
}

.hero__action__button__arrow:before {
    background-image: url(../images/icons/icon-blue-arrow-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 4.1025641026vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.3333333333vw;
}

@media (min-width: 768px) {
    .hero__action__button__arrow:before {
        height: 22px;
        width: 18px;
    }
}

.hero__action__button:focus {
    box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
}

@media (min-width: 768px) {
    .hero__action__button:focus {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}

.hero__action__button:focus .hero__action__button__text:before {
    animation: kiran 0.75s linear;
}

.hero__action__button:focus .hero__action__button__arrow {
    transform: scale(1.15);
}

@media (hover: hover) and (pointer: fine) {
    .hero__action__button:hover {
        box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .hero__action__button:hover {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}

@media (hover: hover) and (pointer: fine) {
    .hero__action__button:hover .hero__action__button__text:before {
        animation: kiran 0.75s linear;
    }

    .hero__action__button:hover .hero__action__button__arrow {
        transform: scale(1.15);
    }
}

.trouble {
    background-color: var(--color-white);
    margin: 0 0 10.2564102564vw;
    overflow-x: clip;
    position: relative;
}

@media (min-width: 768px) {
    .trouble {
        margin: 0 0 70px;
    }
}

.trouble:before {
    background-image: url(../images/commons/com-deco-01.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 84.6153846154vw 84.6153846154vw;
    content: "";
    display: block;
    height: 84.6153846154vw;
    left: 50%;
    margin: 0 auto;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -61.5384615385vw;
    transform: translateX(-50%);
    width: 176.9230769231vw;
}

@media (min-width: 768px) {
    .trouble:before {
        background-size: 633px 633px;
        height: 633px;
        top: -280px;
        width: 2000px;
    }
}

.trouble-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.trouble__title {
    margin: 0 0 4.1025641026vw;
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .trouble__title {
        margin: 0 0 10px;
    }
}

.trouble__title__bg {
    bottom: auto;
    color: rgba(var(--color-blue-light-rgb), 0.5);
    display: block;
    font-family: var(--ff-inter);
    font-size: 5rem;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: -1;
}

@media (min-width: 768px) {
    .trouble__title__bg {
        font-family: var(--ff-inter);
        font-size: 8.75rem;
    }
}

@media (min-width: 992px) {
    .trouble__title__bg {
        font-size: 10rem;
    }
}

.trouble__title__ja {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__title__ja {
        font-size: 3.125rem;
    }
}

.trouble__content {
    margin: 0 0 25.641025641vw;
}

@media (min-width: 768px) {
    .trouble__content {
        margin: 0 0 154px;
    }
}

.trouble__content p {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__content p {
        font-size: var(--fs18);
        line-height: 1.4;
    }
}

.trouble__overview {
    margin: 0 0 17.9487179487vw;
}

@media (min-width: 768px) {
    .trouble__overview {
        margin: 0 0 68px;
    }
}

.trouble__overview-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.trouble__overview__item-wrapper {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .trouble__overview__item-wrapper {
        gap: 0 32px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .trouble__overview__item-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

.trouble__overview__item {
    background-color: var(--color-blue-lightest);
    border-radius: 2.0512820513vw;
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 3;
    grid-template-rows: subgrid;
    margin: 0 0 25.641025641vw;
    min-width: 0px;
    padding: 20.5128205128vw 3.0769230769vw 7.1794871795vw;
    position: relative;
}

@media (min-width: 768px) {
    .trouble__overview__item {
        border-radius: 10px;
        margin: 0 0 120px;
        padding: 88px 12px 50px;
    }
}

@media (min-width: 992px) {
    .trouble__overview__item {
        margin-bottom: 0;
    }
}

.trouble__overview__item:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.trouble__overview__item:nth-child(1):before {
    background-image: url(../images/main/trouble-icon-01.webp);
    height: 40.2564102564vw;
    top: -21.7948717949vw;
    width: 43.3333333333vw;
}

@media (min-width: 768px) {
    .trouble__overview__item:nth-child(1):before {
        height: 157px;
        top: -95px;
        width: 169px;
    }
}

@media (max-width: 767px) {
    .trouble__overview__item:nth-child(2) {
        padding-top: 25.641025641vw;
    }
}

.trouble__overview__item:nth-child(2):before {
    background-image: url(../images/main/trouble-icon-02.webp);
    height: 44.6153846154vw;
    right: 1.0256410256vw;
    top: -20.5128205128vw;
    width: 51.2820512821vw;
}

@media (min-width: 768px) {
    .trouble__overview__item:nth-child(2):before {
        height: 174px;
        right: 4px;
        top: -95px;
        width: 200px;
    }
}

@media (max-width: 767px) {
    .trouble__overview__item:nth-child(3) {
        padding-top: 25.641025641vw;
    }
}

.trouble__overview__item:nth-child(3):before {
    background-image: url(../images/main/trouble-icon-03.webp);
    height: 41.5384615385vw;
    top: -20.5128205128vw;
    width: 44.8717948718vw;
}

@media (min-width: 768px) {
    .trouble__overview__item:nth-child(3):before {
        height: 162px;
        top: -95px;
        width: 175px;
    }
}

@media (max-width: 767px) {
    .trouble__overview__item:nth-child(4) {
        padding-top: 17.9487179487vw;
    }
}

.trouble__overview__item:nth-child(4):before {
    background-image: url(../images/main/trouble-icon-04.webp);
    height: 29.2051282051vw;
    top: -18.5256410256vw;
    width: 42.0641025641vw;
}

@media (min-width: 768px) {
    .trouble__overview__item:nth-child(4):before {
        height: 134px;
        top: -80px;
        width: 193px;
    }
}

@media (min-width: 768px) {
    .trouble__overview__item:nth-last-child(1), .trouble__overview__item:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.trouble__overview__item:last-child {
    margin-bottom: 0;
}

.trouble__overview__item__title {
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__overview__item__title {
        font-size: var(--fs18);
        margin: 0 0 13px;
    }
}

@media (min-width: 1240px) {
    .trouble__overview__item__title {
        font-size: var(--fs20);
    }
}

.trouble__overview__item__content p {
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__overview__item__content p {
        font-size: var(--fs15);
        line-height: 1.6;
    }
}

@media (min-width: 1240px) {
    .trouble__overview__item__content p {
        font-size: var(--fs18);
    }
}

.trouble__main {
    background-image: url(../images/main/trouble-bg-mb.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15.3846153846vw 0 14.358974359vw;
    position: relative;
}

@media (min-width: 768px) {
    .trouble__main {
        background-image: url(../images/main/trouble-bg.webp);
        padding: 120px 0 80px;
    }
}

.trouble__main:after {
    background-image: linear-gradient(to bottom, #fcfeff 0%, var(--color-primary-blue) 100%);
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 10.2564102564vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 48.7179487179vw;
}

@media (min-width: 768px) {
    .trouble__main:after {
        background-image: linear-gradient(to bottom, #fcfeff 0%, var(--color-primary-blue) 100%);
        height: 70px;
        width: 360px;
    }
}

.trouble__main__star {
    bottom: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
}

@media (min-width: 768px) {
    .trouble__main__star {
        width: 1440px;
    }
}

.trouble__main__star span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    display: block;
    filter: drop-shadow(0px 0px 10px var(--color-yellow-warning));
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    transform: translateZ(0);
}

.trouble__main__star span:nth-child(1) {
    animation: starMb 4s ease-in-out 0s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    display: none;
    height: 7.1794871795vw;
    left: 10.2564102564vw;
    top: 51.2820512821vw;
    width: 5.641025641vw;
}

@media (min-width: 768px) {
    .trouble__main__star span:nth-child(1) {
        animation: star 4s ease-in-out 0s infinite normal both;
        display: block;
        height: 56px;
        left: 80px;
        top: 400px;
        width: 44px;
    }
}

.trouble__main__star span:nth-child(2) {
    animation: starMb 4s ease-in-out 0.5s infinite normal both;
    background-image: url(../images/icons/icon-white-star-05.svg);
    display: none;
    height: 14.4871794872vw;
    right: 6.4102564103vw;
    top: 48.7179487179vw;
    width: 12.4358974359vw;
}

@media (min-width: 768px) {
    .trouble__main__star span:nth-child(2) {
        animation: star 4s ease-in-out 0.5s infinite normal both;
        display: block;
        height: 113px;
        right: 50px;
        top: 380px;
        width: 97px;
    }
}

.trouble__main__star span:nth-child(3) {
    animation: starMb 4s ease-in-out 1s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    display: none;
    height: 7.1794871795vw;
    left: 24.358974359vw;
    top: 126.9230769231vw;
    width: 5.641025641vw;
}

@media (min-width: 768px) {
    .trouble__main__star span:nth-child(3) {
        animation: star 4s ease-in-out 1s infinite normal both;
        display: block;
        height: 56px;
        left: 190px;
        top: 990px;
        width: 44px;
    }
}

.trouble__main__star span:nth-child(4) {
    animation: starMb 4s ease-in-out 1.5s infinite normal both;
    background-image: url(../images/icons/icon-white-star-02.svg);
    bottom: 25.641025641vw;
    height: 17.5641025641vw;
    left: 10.2564102564vw;
    top: auto;
    width: 11.7948717949vw;
}

@media (min-width: 768px) {
    .trouble__main__star span:nth-child(4) {
        animation: star 4s ease-in-out 1.5s infinite normal both;
        bottom: auto;
        height: 137px;
        left: 130px;
        top: 1260px;
        width: 92px;
    }
}

.trouble__main__star span:nth-child(5) {
    animation: starMb 4s ease-in-out 2s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    bottom: 153.8461538462vw;
    height: 10.7692307692vw;
    right: 3.8461538462vw;
    top: auto;
    width: 8.4615384615vw;
}

@media (min-width: 768px) {
    .trouble__main__star span:nth-child(5) {
        animation: star 4s ease-in-out 2s infinite normal both;
        bottom: auto;
        height: 84px;
        right: 260px;
        top: 860px;
        width: 66px;
    }
}

.trouble__main__star span:nth-child(6) {
    animation: starMb 4s ease-in-out 2.5s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    display: none;
    height: 7.1794871795vw;
    right: 10.2564102564vw;
    top: 141.0256410256vw;
    width: 5.641025641vw;
}

@media (min-width: 768px) {
    .trouble__main__star span:nth-child(6) {
        animation: star 4s ease-in-out 2.5s infinite normal both;
        display: block;
        height: 56px;
        right: 80px;
        top: 1100px;
        width: 44px;
    }
}

.trouble__main__star span:nth-child(7) {
    animation: starMb 4s ease-in-out 3s infinite normal both;
    background-image: url(../images/icons/icon-white-star-04.svg);
    bottom: 10.2564102564vw;
    height: 18.2051282051vw;
    right: 10.2564102564vw;
    top: auto;
    width: 12.8205128205vw;
}

@media (min-width: 768px) {
    .trouble__main__star span:nth-child(7) {
        animation: star 4s ease-in-out 3s infinite normal both;
        bottom: auto;
        height: 142px;
        right: 200px;
        top: 1340px;
        width: 100px;
    }
}

.trouble__main-container {
    margin: 0 auto;
    max-width: calc(1236px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.trouble__main__title {
    font-size: var(--fs22);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 4.1025641026vw;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .trouble__main__title {
        font-size: var(--fs32);
        line-height: 1.35;
        margin: 0 auto 10px;
    }
}

@media (min-width: 1240px) {
    .trouble__main__title {
        font-size: var(--fs40);
    }
}

.trouble__main__title:before, .trouble__main__title:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 2.0512820513vw;
    content: "";
    display: block;
    height: 14.9743589744vw;
    left: auto;
    margin: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 9.4358974359vw;
}

@media (min-width: 768px) {
    .trouble__main__title:before, .trouble__main__title:after {
        bottom: auto;
        height: 59px;
        top: 55px;
        width: 37px;
    }
}

@media (min-width: 992px) {
    .trouble__main__title:before, .trouble__main__title:after {
        height: 73px;
        top: 68px;
        width: 46px;
    }
}

.trouble__main__title:before {
    background-image: url(../images/main/trouble-title-deco-01.svg);
    left: -9.7435897436vw;
}

@media (min-width: 768px) {
    .trouble__main__title:before {
        left: -60px;
    }
}

@media (min-width: 992px) {
    .trouble__main__title:before {
        left: -76px;
    }
}

.trouble__main__title:after {
    background-image: url(../images/main/trouble-title-deco-02.svg);
    right: -9.7435897436vw;
}

@media (min-width: 768px) {
    .trouble__main__title:after {
        right: -60px;
    }
}

@media (min-width: 992px) {
    .trouble__main__title:after {
        right: -76px;
    }
}

.trouble__main__title img[data-local=logo] {
    margin-right: 0.25em;
    vertical-align: baseline;
    width: 38.2179487179vw;
}

@media (min-width: 768px) {
    .trouble__main__title img[data-local=logo] {
        width: 217px;
    }
}

@media (min-width: 992px) {
    .trouble__main__title img[data-local=logo] {
        width: 271px;
    }
}

.trouble__main__title img[data-local=logo] + span {
    display: inline-block;
    transform: translateY(-0.05em);
    vertical-align: baseline;
}

.trouble__main__title span {
    vertical-align: middle;
}

.trouble__main__title em {
    font-size: var(--fs30);
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    .trouble__main__title em {
        font-size: var(--fs40);
    }
}

@media (min-width: 992px) {
    .trouble__main__title em {
        font-size: 3.125rem;
    }
}

.trouble__main__title em[data-local="04"] {
    letter-spacing: -0.05em;
}

.trouble__main__content {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 768px) {
    .trouble__main__content {
        margin: 0 0 40px;
    }
}

.trouble__main__content p {
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__main__content p {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .trouble__main__content p {
        font-size: var(--fs18);
    }
}

.trouble__main__point {
    margin: 0 -2.5641025641vw 17.9487179487vw;
    position: relative;
    width: calc(100% + 5.12821vw);
}

@media (min-width: 768px) {
    .trouble__main__point {
        margin: 0 0 72px;
        width: 100%;
    }
}

.trouble__main__point__fig {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    margin: 0 auto 7.6923076923vw;
    max-width: 92.3076923077vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .trouble__main__point__fig {
        bottom: auto;
        left: auto;
        margin: 0;
        max-width: 764px;
        position: absolute;
        right: 235px;
        top: 0;
    }
}

@media (min-width: 992px) {
    .trouble__main__point__fig {
        right: 470px;
    }
}

.trouble__main__point__fig__list {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.trouble__main__point__fig__list__item {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: auto;
    display: flex;
    filter: drop-shadow(0vw 0vw 2.0512820513vw rgba(16, 139, 228, 0.5));
    flex-flow: column nowrap;
    height: auto;
    justify-content: center;
    left: auto;
    padding: 0;
    position: absolute;
    right: auto;
    top: auto;
    transform: translateZ(0);
    width: 24.1025641026vw;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item {
        filter: drop-shadow(0px 0px 8px rgba(16, 139, 228, 0.5));
        width: 140px;
    }
}

.trouble__main__point__fig__list__item:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: auto;
    position: absolute;
    right: auto;
    width: auto;
    z-index: -1;
}

.trouble__main__point__fig__list__item__title {
    font-size: var(--fs10);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item__title {
        font-size: var(--fs12);
        margin: 0 0 12px;
    }
}

.trouble__main__point__fig__list__item__content p {
    color: var(--color-primary-blue);
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item__content p {
        font-size: var(--fs18);
    }
}

.trouble__main__point__fig__list__item__content p em {
    background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    background-position: center calc(100% - 0.25em);
    background-repeat: no-repeat;
    font-size: var(--fs16);
    font-style: normal;
    padding: 0 0.1em;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item__content p em {
        background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
        font-size: var(--fs23);
    }
}

.trouble__main__point__fig__list__item__content p span[data-local="01"] {
    display: block;
    -webkit-margin-after: -0.5em;
    margin-block-end: -0.5em;
}

.trouble__main__point__fig__list__item__content p span[data-local="02"] {
    font-size: var(--fs24);
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item__content p span[data-local="02"] {
        font-size: var(--fs35);
    }
}

.trouble__main__point__fig__list__item__content p span[data-local="03"] {
    font-size: var(--fs16);
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item__content p span[data-local="03"] {
        font-size: var(--fs23);
    }
}

.trouble__main__point__fig__list__item:nth-child(1) {
    right: 0;
    top: -3.0769230769vw;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item:nth-child(1) {
        -webkit-padding-after: 12px;
        padding-block-end: 12px;
        right: 120px;
        top: -8px;
    }
}

@media (min-width: 992px) {
    .trouble__main__point__fig__list__item:nth-child(1) {
        right: 12px;
    }
}

.trouble__main__point__fig__list__item:nth-child(1):before {
    background-image: url(../images/main/trouble-detail-balloon-left.svg);
    bottom: 2.0512820513vw;
    height: 6.1538461538vw;
    left: 1.0256410256vw;
    width: 8.7179487179vw;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item:nth-child(1):before {
        bottom: 8px;
        height: 24px;
        left: 4px;
        width: 34px;
    }
}

.trouble__main__point__fig__list__item:nth-child(2) {
    bottom: 5.1282051282vw;
    left: 0;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item:nth-child(2) {
        bottom: 30px;
        left: auto;
        right: calc(93.75vw - 370px);
    }
}

@media (min-width: 992px) {
    .trouble__main__point__fig__list__item:nth-child(2) {
        bottom: 60px;
        left: calc(-96.77419vw + 1250px);
        right: auto;
    }
}

@media (min-width: 1240px) {
    .trouble__main__point__fig__list__item:nth-child(2) {
        left: 20px;
        right: auto;
    }
}

.trouble__main__point__fig__list__item:nth-child(2):before {
    background-image: url(../images/main/trouble-detail-balloon-right.svg);
    bottom: 4.1025641026vw;
    height: 6.1538461538vw;
    right: -2.0512820513vw;
    width: 8.9743589744vw;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__list__item:nth-child(2):before {
        bottom: 16px;
        height: 24px;
        right: -8px;
        width: 35px;
    }
}

.trouble__main__point__fig__viewer {
    position: relative;
    width: 100%;
}

.trouble__main__point__fig__viewer:before {
    background-image: url(../images/main/trouble-01-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -5.1282051282vw;
    content: "";
    display: block;
    height: 10.2564102564vw;
    left: 0;
    margin: 0 auto;
    mix-blend-mode: multiply;
    opacity: 0.8;
    position: absolute;
    right: 0;
    width: 82.0512820513vw;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__viewer:before {
        bottom: -20px;
        height: 40px;
        width: 612px;
    }
}

@media (min-width: 992px) {
    .trouble__main__point__fig__viewer:before {
        width: 764px;
    }
}

.trouble__main__point__fig__viewer img {
    max-width: none;
    position: relative;
    width: 92.8205128205vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .trouble__main__point__fig__viewer img {
        width: 612px;
    }
}

@media (min-width: 992px) {
    .trouble__main__point__fig__viewer img {
        width: 764px;
    }
}

.trouble__main__point__list {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 5.1282051282vw;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
}

@media (min-width: 768px) {
    .trouble__main__point__list {
        gap: 36px;
        margin: 0 0 0 auto;
        padding: 60px 0;
        width: 322px;
    }
}

@media (min-width: 992px) {
    .trouble__main__point__list {
        gap: 48px;
        padding: 56px 0;
        width: 460px;
    }
}

.trouble__main__point__list__item {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    color: var(--color-primary-blue);
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0 0.5em 0 8.4615384615vw;
    position: relative;
    transition: -webkit-clip-path 1.4s cubic-bezier(0, 0, 0, 1.29);
    transition: clip-path 1.4s cubic-bezier(0, 0, 0, 1.29);
    transition: clip-path 1.4s cubic-bezier(0, 0, 0, 1.29), -webkit-clip-path 1.4s cubic-bezier(0, 0, 0, 1.29);
}

@media (min-width: 768px) {
    .trouble__main__point__list__item {
        font-size: var(--fs28);
        padding: 0 0.5em 0 44px;
    }
}

@media (min-width: 992px) {
    .trouble__main__point__list__item {
        font-size: var(--fs35);
        padding: 0 0.5em 0 55px;
    }
}

.trouble__main__point__list__item:before {
    background-image: url(../images/icons/icon-blue-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 5.8461538462vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 7.0769230769vw;
}

@media (min-width: 768px) {
    .trouble__main__point__list__item:before {
        height: 31px;
        width: 37px;
    }
}

@media (min-width: 992px) {
    .trouble__main__point__list__item:before {
        height: 38px;
        width: 46px;
    }
}

.trouble__main__point__list__item em {
    background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    background-position: center calc(100% - 0.05em);
    background-repeat: no-repeat;
    font-style: normal;
    padding: 0 0.15em;
}

@media (min-width: 768px) {
    .trouble__main__point__list__item em {
        background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
        background-position: center calc(100% - 0.05em);
    }
}

.trouble__main__point__list__item.-active {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.trouble__main__detail__title {
    color: var(--color-primary-blue);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10.2564102564vw;
    padding: 0 0 3.0769230769vw;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__main__detail__title {
        font-size: var(--fs36);
        margin: 0 0 40px;
        padding: 0 0 12px;
    }
}

@media (min-width: 992px) {
    .trouble__main__detail__title {
        font-size: var(--fs40);
    }
}

.trouble__main__detail__title:after {
    background-image: url(../images/main/com-title-dotted-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 1.2820512821vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20.5128205128vw;
}

@media (min-width: 768px) {
    .trouble__main__detail__title:after {
        height: 5px;
        width: 80px;
    }
}

.trouble__main__detail__title img {
    vertical-align: baseline;
    width: 43.7769230769vw;
}

@media (min-width: 768px) {
    .trouble__main__detail__title img {
        margin: 0 0.25em 0 0;
        width: 205px;
    }
}

@media (min-width: 992px) {
    .trouble__main__detail__title img {
        width: 228px;
    }
}

.trouble__main__detail__title span {
    display: inline-block;
    transform: translateY(-0.1em);
    vertical-align: baseline;
}

.trouble__main__detail__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 4.1025641026vw 3.5897435897vw;
    justify-content: center;
    margin: 0 auto;
    max-width: 215.8974358974vw;
    width: 100%;
}

@media (min-width: 768px) {
    .trouble__main__detail__list {
        gap: 0px 30px;
        max-width: 708px;
    }
}

@media (min-width: 992px) {
    .trouble__main__detail__list {
        max-width: 842px;
    }
}

.trouble__main__detail__list__item {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    border-radius: 50%;
    box-shadow: 0vw 0vw 2.5641025641vw 0.2564102564vw rgba(16, 139, 228, 0.5);
    display: flex;
    flex: 0 0 calc(50% - 1.79487vw);
    flex-flow: column nowrap;
    height: auto;
    justify-content: center;
    padding: 0 0 2.0512820513vw;
}

@media (min-width: 768px) {
    .trouble__main__detail__list__item {
        box-shadow: 0px 0px 12px 1px rgba(16, 139, 228, 0.5);
        flex: 0 0 calc(33.33333% - 20px);
        padding: 0 0 8px;
    }
}

.trouble__main__detail__list__item__title {
    align-items: stretch;
    color: var(--color-primary-blue);
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    justify-content: flex-end;
    line-height: 1.35;
    margin: 0 0 2.0512820513vw;
    min-height: 13.8461538462vw;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__main__detail__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 12px;
        min-height: 94px;
    }
}

@media (min-width: 992px) {
    .trouble__main__detail__list__item__title {
        font-size: var(--fs24);
    }
}

.trouble__main__detail__list__item__title em {
    background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    background-position: center calc(100% - 0.25em);
    background-repeat: no-repeat;
    font-size: var(--fs22);
    font-style: normal;
    padding: 0 0.1em;
}

@media (min-width: 768px) {
    .trouble__main__detail__list__item__title em {
        background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    }
}

@media (min-width: 992px) {
    .trouble__main__detail__list__item__title em {
        font-size: var(--fs34);
    }
}

@media (max-width: 767px) {
    .trouble__main__detail__list__item__title em[data-local="02"] {
        font-size: var(--fs20);
    }
}

@media (max-width: 767px) {
    .trouble__main__detail__list__item__title span[data-local="01"] {
        font-size: var(--fs16);
    }
}

.trouble__main__detail__list__item__content p {
    font-size: var(--fs13);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .trouble__main__detail__list__item__content p {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .trouble__main__detail__list__item__content p {
        font-size: var(--fs20);
    }
}

.price {
    margin: 0 0 30.7692307692vw;
    overflow-x: clip;
    padding: 15.3846153846vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .price {
        margin: 0 0 180px;
        padding: 60px 0 0;
    }
}

.price:before {
    background-image: url(../images/commons/com-deco-02.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60vw 60vw;
    content: "";
    display: block;
    height: 60vw;
    left: 50%;
    margin: 0 auto;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 41.0256410256vw;
    transform: translateX(-50%);
    width: 161.5384615385vw;
}

@media (min-width: 768px) {
    .price:before {
        background-size: 468px 468px;
        height: 468px;
        top: 180px;
        width: 1740px;
    }
}

.price-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.price__title {
    margin: 0 0 7.6923076923vw;
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .price__title {
        margin: 0 0 85px;
    }
}

.price__title__bg {
    bottom: auto;
    color: rgba(var(--color-blue-light-rgb), 0.5);
    display: block;
    font-family: var(--ff-inter);
    font-size: 5rem;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: -1;
}

@media (min-width: 768px) {
    .price__title__bg {
        font-family: var(--ff-inter);
        font-size: 8.75rem;
    }
}

@media (min-width: 992px) {
    .price__title__bg {
        font-size: 11.25rem;
    }
}

.price__title__sub {
    color: var(--color-primary-blue);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 1.0256410256vw;
    text-align: center;
}

@media (min-width: 768px) {
    .price__title__sub {
        font-size: var(--fs24);
        margin: 0 0 4px;
    }
}

.price__title__ja {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__title__ja {
        font-size: 3.125rem;
        line-height: 1.4;
    }
}

.price__basic {
    margin: 0 0 30.7692307692vw;
    position: relative;
}

@media (min-width: 768px) {
    .price__basic {
        margin: 0 0 150px;
    }
}

.price__basic:before {
    background-image: url(../images/commons/com-deco-01.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 84.6153846154vw 84.6153846154vw;
    bottom: -46.1538461538vw;
    content: "";
    display: block;
    height: 84.6153846154vw;
    left: 50%;
    margin: 0 auto;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    width: 176.9230769231vw;
}

@media (min-width: 768px) {
    .price__basic:before {
        background-size: 633px 633px;
        bottom: -180px;
        height: 633px;
        width: 2000px;
    }
}

.price__basic__title {
    color: var(--color-primary-blue);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8.2051282051vw;
    padding: 0 0 4.1025641026vw;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .price__basic__title {
        font-size: var(--fs40);
        margin: 0 0 32px;
        padding: 0 0 16px;
    }
}

.price__basic__title:after {
    background-image: url(../images/main/com-title-dotted-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 1.2820512821vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20.5128205128vw;
}

@media (min-width: 768px) {
    .price__basic__title:after {
        height: 5px;
        width: 80px;
    }
}

.price__basic__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 768px) {
    .price__basic__content {
        margin: 0 0 42px;
    }
}

.price__basic__content p {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__basic__content p {
        font-size: var(--fs18);
        line-height: 1.4;
    }
}

.price__basic__list {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 15.3846153846vw;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .price__basic__list {
        gap: 32px;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 0 40px;
    }
}

@media (min-width: 992px) {
    .price__basic__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.price__basic__list__item {
    background-color: var(--color-white);
    border-color: var(--color-primary-blue);
    border-radius: 2.5641025641vw;
    border-style: solid;
    border-width: 4.6153846154vw 0.5128205128vw 0.5128205128vw 0.5128205128vw;
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 3;
    grid-template-rows: subgrid;
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 3.8461538462vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .price__basic__list__item {
        border-color: var(--color-primary-blue);
        border-radius: 10px;
        border-width: 18px 2px 2px 2px;
        margin: 0;
        padding: 28px 15px 0;
    }
}

.price__basic__list__item:last-child {
    margin-bottom: 0;
}

.price__basic__list__item__head {
    border-bottom: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.2);
    margin: 0;
    padding: 0 0 5.1282051282vw;
}

@media (min-width: 768px) {
    .price__basic__list__item__head {
        border-bottom-width: 2px;
        padding: 0 0 24px;
    }
}

.price__basic__list__item__head__title {
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 768px) {
    .price__basic__list__item__head__title {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        font-size: var(--fs12);
        justify-content: center;
        margin: 0 0 12px;
        min-height: 2lh;
    }
}

@media (min-width: 992px) {
    .price__basic__list__item__head__title {
        display: block;
        margin: 0 0 8px;
        min-height: auto;
    }
}

@media (min-width: 1240px) {
    .price__basic__list__item__head__title {
        font-size: var(--fs14);
    }
}

.price__basic__list__item__head__name {
    color: var(--color-primary-blue);
    font-size: var(--fs26);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 1.5384615385vw;
    text-align: center;
}

@media (min-width: 768px) {
    .price__basic__list__item__head__name {
        font-size: var(--fs24);
        margin: 0 0 6px;
    }
}

@media (min-width: 992px) {
    .price__basic__list__item__head__name {
        line-height: 1.4;
    }
}

@media (min-width: 1240px) {
    .price__basic__list__item__head__name {
        font-size: var(--fs26);
    }
}

.price__basic__list__item__head__spec {
    color: var(--color-primary-blue);
    font-size: var(--fs16);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__basic__list__item__head__spec {
        font-size: var(--fs18);
    }
}

.price__basic__list__item__detail {
    padding: 6.1538461538vw 0 4.1025641026vw;
}

@media (min-width: 768px) {
    .price__basic__list__item__detail {
        padding: 24px 0 16px;
    }
}

.price__basic__list__item__detail__title {
    font-size: var(--fs12);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 4px;
    text-align: center;
}

.price__basic__list__item__detail__value {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.price__basic__list__item__detail__value span[data-local="01"] {
    font-family: var(--ff-inter);
}

.price__basic__list__item__detail__value span[data-local="02"] {
    font-size: var(--fs24);
}

@media (min-width: 768px) {
    .price__basic__list__item__detail__value span[data-local="02"] {
        font-size: var(--fs28);
    }
}

.price__basic__list__item__detail__value em {
    font-family: var(--ff-inter);
    font-size: var(--fs24);
    font-style: normal;
    font-weight: inherit;
    margin: 0 0.1em;
}

@media (min-width: 768px) {
    .price__basic__list__item__detail__value em {
        font-size: var(--fs28);
    }
}

.price__basic__list__item__action {
    background-color: var(--color-blue-lightest);
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
    margin: 0 -3.8461538462vw;
    padding: 6.4102564103vw 0;
}

@media (min-width: 768px) {
    .price__basic__list__item__action {
        border-radius: 0 0 10px 10px;
        margin: 0 -15px;
        padding: 25px 0;
    }
}

.price__basic__list__item__action a {
    align-items: center;
    background-image: linear-gradient(to right, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    border-radius: 10.2564102564vw;
    box-shadow: 0vw 1.0256410256vw 2.0512820513vw 0vw rgba(14, 36, 72, 0.2);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 11.5384615385vw;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 41.0256410256vw;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .price__basic__list__item__action a {
        border-radius: 40px;
        box-shadow: 0px 4px 8px 0px rgba(14, 36, 72, 0.2);
        font-size: var(--fs14);
        height: 45px;
        max-width: 160px;
    }
}

.price__basic__list__item__action a:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -25.641025641vw;
    width: 7.6923076923vw;
}

@media (min-width: 768px) {
    .price__basic__list__item__action a:before {
        top: -100px;
        width: 30px;
    }
}

.price__basic__list__item__action a:focus {
    box-shadow: 0vw 0vw 2.0512820513vw 0vw rgba(14, 36, 72, 0.2);
}

@media (min-width: 768px) {
    .price__basic__list__item__action a:focus {
        box-shadow: 0px 0px 8px 0px rgba(14, 36, 72, 0.2);
    }
}

.price__basic__list__item__action a:focus:before {
    animation: kiran 0.75s linear;
}

@media (hover: hover) and (pointer: fine) {
    .price__basic__list__item__action a:hover {
        box-shadow: 0vw 0vw 2.0512820513vw 0vw rgba(14, 36, 72, 0.2);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .price__basic__list__item__action a:hover {
        box-shadow: 0px 0px 8px 0px rgba(14, 36, 72, 0.2);
    }
}

@media (hover: hover) and (pointer: fine) {
    .price__basic__list__item__action a:hover:before {
        animation: kiran 0.75s linear;
    }
}

.price__basic__service {
    align-items: center;
    background-color: var(--color-blue-lightest);
    border-radius: 2.5641025641vw;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw;
    margin: 0 auto;
    max-width: 896px;
    padding: 6.1538461538vw 4.6153846154vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .price__basic__service {
        border-radius: 10px;
        flex-wrap: nowrap;
        gap: 26px;
        padding: 4px 16px;
    }
}

@media (min-width: 992px) {
    .price__basic__service {
        padding: 4px 24px;
    }
}

.price__basic__service__head {
    left: -2.0512820513vw;
    position: absolute;
    top: -4.1025641026vw;
    width: 37.9487179487vw;
}

@media (min-width: 768px) {
    .price__basic__service__head {
        flex: 0 0 177px;
        inset: auto;
        position: static;
        width: auto;
    }
}

.price__basic__service__head__title img {
    width: 100%;
}

.price__basic__service__main {
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .price__basic__service__main {
        display: grid;
        gap: 0 24px;
        grid-gap: 0 24px;
        grid-template-columns: auto 130px;
        grid-template-rows: 1fr auto;
        padding: 24px 0;
    }
}

.price__basic__service__main__title {
    color: var(--color-primary-blue);
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 4px;
    /* padding: 0 0 0 34.8717948718vw; */
    text-align: center;
}

@media (min-width: 768px) {
    .price__basic__service__main__title {
        font-size: var(--fs22);
        grid-row: 1/2;
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .price__basic__service__main__content {
        grid-row: 2/3;
    }
}

.price__basic__service__main__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0;
}

.price__basic__service__main__price {
    display: block;
    margin: 0 0 7.6923076923vw;
    padding: 0 0 0 0;
    text-align: center;

}

@media (min-width: 768px) {
    .price__basic__service__main__price {
        align-self: center;
        grid-row: 1/3;
        margin: 0;
        padding: 0;
    }
}

.price__basic__service__main__price__value {
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .price__basic__service__main__price__value {
        font-size: var(--fs14);
    }
}

.price__basic__service__main__price__value em {
    font-family: var(--ff-inter);
    font-size: var(--fs28);
    font-style: normal;
    font-weight: inherit;
}

.price__basic__service__main__price__value span[data-local="01"] {
    font-family: var(--ff-inter);
}

.price__basic__service__main__price__value span[data-local="02"] {
    font-family: var(--ff-inter);
    font-size: var(--fs18);
    font-weight: 500;
}

@media (min-width: 768px) {
    .price__basic__service__main__price__value span[data-local="02"] {
        font-size: var(--fs20);
    }
}

.price__basic__service__main__price__value span[data-local="03"] {
    font-size: var(--fs18);
}

@media (min-width: 768px) {
    .price__basic__service__main__price__value span[data-local="03"] {
        font-size: var(--fs20);
    }
}

.price__option {
    margin: 0 0 30.7692307692vw;
    position: relative;
}

@media (min-width: 768px) {
    .price__option {
        margin: 0 0 150px;
    }
}

.price__option:before {
    background-image: url(../images/commons/com-deco-02.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60vw 60vw;
    content: "";
    display: block;
    height: 60vw;
    left: 50%;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -10.2564102564vw;
    transform: translateX(-50%);
    width: 161.5384615385vw;
}

@media (min-width: 768px) {
    .price__option:before {
        background-size: 468px 468px;
        height: 468px;
        top: -40px;
        width: 1740px;
    }
}

.price__option__title {
    color: var(--color-primary-blue);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8.2051282051vw;
    padding: 0 0 4.1025641026vw;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .price__option__title {
        font-size: var(--fs40);
        margin: 0 0 32px;
        padding: 0 0 16px;
    }
}

.price__option__title:after {
    background-image: url(../images/main/com-title-dotted-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 1.2820512821vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20.5128205128vw;
}

@media (min-width: 768px) {
    .price__option__title:after {
        height: 5px;
        width: 80px;
    }
}

.price__option__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 768px) {
    .price__option__content {
        margin: 0 0 40px;
    }
}

.price__option__content p {
    font-size: var(--fs14);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__option__content p {
        font-size: var(--fs18);
    }
}

.price__option__list {
    display: grid;
    gap: 8.2051282051vw;
    grid-gap: 8.2051282051vw;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 768px) {
    .price__option__list {
        gap: 32px;
        grid-template-columns: repeat(6, 1fr);
        margin: 0 0 40px;
    }
}

.price__option__list__item {
    background-color: var(--color-blue-lightest);
    border-radius: 2.5641025641vw;
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 3;
    grid-template-rows: subgrid;
    padding: var(--c-pad) 4.1025641026vw;
}

@media (min-width: 768px) {
    .price__option__list__item {
        border-radius: 10px;
        grid-column: span 3;
        padding: 40px 20px 30px;
    }
}

@media (min-width: 992px) {
    .price__option__list__item {
        padding: 40px 30px 30px;
    }
}

.price__option__list__item__head {
    align-items: center;
    border-bottom: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.2);
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    padding: 0 0 4.6153846154vw;
}

@media (min-width: 768px) {
    .price__option__list__item__head {
        border-bottom-width: 2px;
        padding: 0 0 18px;
    }
}

.price__option__list__item__head__title {
    color: var(--color-primary-blue);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .price__option__list__item__head__title {
        font-size: var(--fs21);
    }
}

@media (min-width: 1240px) {
    .price__option__list__item__head__title {
        font-size: var(--fs22);
    }
}

.price__option__list__item__price {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    padding: 5.1282051282vw 0 4.1025641026vw;
}

@media (min-width: 768px) {
    .price__option__list__item__price {
        padding: 20px 0 16px;
    }
}

.price__option__list__item__price__note {
    width: 100%;
}

.price__option__list__item__price__note p {
    font-size: var(--fs14);
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__option__list__item__price__note p {
        font-size: var(--fs17);
    }
}

@media (min-width: 1240px) {
    .price__option__list__item__price__note p {
        font-size: var(--fs20);
    }
}

.price__option__list__item__price__value {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.price__option__list__item__price__value em {
    font-family: var(--ff-inter);
    font-size: var(--fs28);
    font-style: normal;
    font-weight: inherit;
}

.price__option__list__item__price__value span[data-local="01"] {
    font-family: var(--ff-inter);
    font-size: var(--fs18);
    font-weight: 500;
    margin-inline: 0.1em;
}

@media (min-width: 1240px) {
    .price__option__list__item__price__value span[data-local="01"] {
        font-size: var(--fs20);
    }
}

.price__option__list__item__price__value span[data-local="02"] {
    font-size: var(--fs18);
}

@media (min-width: 1240px) {
    .price__option__list__item__price__value span[data-local="02"] {
        font-size: var(--fs20);
    }
}

.price__option__list__item__price__value span[data-local="03"] {
    font-family: var(--ff-inter);
    font-size: var(--fs14);
    margin-right: 0.1em;
}

.price__option__list__item__price__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 100%;
    width: -webkit-fit-content;
    width: fit-content;
}

.price__option__list__item__price__table > tbody > tr > th, .price__option__list__item__price__table > tbody > tr > td {
    font-size: var(--fs14);
    line-height: 1.4;
    padding: 1.0256410256vw 0;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .price__option__list__item__price__table > tbody > tr > th, .price__option__list__item__price__table > tbody > tr > td {
        padding: 4px 0;
    }
}

@media (min-width: 1240px) {
    .price__option__list__item__price__table > tbody > tr > th, .price__option__list__item__price__table > tbody > tr > td {
        font-size: var(--fs16);
    }
}

.price__option__list__item__price__table > tbody > tr > th {
    font-weight: 400;
    text-align: right;
}

@media (min-width: 768px) {
    .price__option__list__item__price__table > tbody > tr > th {
        padding-right: 4px;
    }
}

.price__option__list__item__price__table > tbody > tr > td {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

@media (min-width: 768px) {
    .price__option__list__item__price__table > tbody > tr > td {
        padding-left: 4px;
    }
}

.price__option__list__item__price__table > tbody > tr > td em {
    font-family: var(--ff-inter);
    font-size: var(--fs24);
    font-style: normal;
    font-weight: inherit;
    letter-spacing: -0.01em;
}

@media (min-width: 1240px) {
    .price__option__list__item__price__table > tbody > tr > td em {
        font-size: var(--fs28);
    }
}

.price__option__list__item__price__table > tbody > tr > td span[data-local="01"] {
    font-family: var(--ff-inter);
    font-size: var(--fs18);
    font-weight: 500;
    margin-inline: 0.1em;
}

@media (min-width: 1240px) {
    .price__option__list__item__price__table > tbody > tr > td span[data-local="01"] {
        font-size: var(--fs20);
    }
}

.price__option__list__item__price__table > tbody > tr > td span[data-local="02"] {
    font-size: var(--fs18);
}

@media (min-width: 1240px) {
    .price__option__list__item__price__table > tbody > tr > td span[data-local="02"] {
        font-size: var(--fs20);
    }
}

.price__option__list__item__price__table > tbody > tr > td span[data-local="03"] {
    font-family: var(--ff-inter);
    font-size: var(--fs12);
    margin-right: 0.1em;
}

@media (min-width: 1240px) {
    .price__option__list__item__price__table > tbody > tr > td span[data-local="03"] {
        font-size: var(--fs14);
    }
}

.price__option__list__item__price__table > tbody > tr:first-child > th, .price__option__list__item__price__table > tbody > tr:first-child > td {
    padding-top: 0;
}

.price__option__list__item__price__table > tbody > tr:last-child > th, .price__option__list__item__price__table > tbody > tr:last-child > td {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .price__option__list__item__price__table[data-local="01"] > tbody > tr > th {
        font-size: var(--fs12);
    }
}

@media (max-width: 767px) {
    .price__option__list__item__price__table[data-local="01"] > tbody > tr > td em {
        font-size: var(--fs22);
    }
}

.price__option__list__item__contents__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

.price__option__list__item__contents__content p em {
    background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    background-position: center calc(100% - 0.25em);
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 700;
    padding: 0 0.1em;
}

@media (min-width: 768px) {
    .price__option__list__item__contents__content p em {
        background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    }
}

.price__option__list__item__contents__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

.price__option__list__item__contents__list > li {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.price__option__list__item__contents__warning {
    background-color: var(--color-white);
    border-radius: 2.5641025641vw;
    margin: 6.1538461538vw 0 0;
    padding: 5.1282051282vw var(--c-pad);
}

@media (min-width: 768px) {
    .price__option__list__item__contents__warning {
        border-radius: 10px;
        margin: 24px 0 0;
        padding: 26px 30px 28px;
    }
}

.price__option__list__item__contents__warning__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    gap: 2.5641025641vw;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 768px) {
    .price__option__list__item__contents__warning__title {
        gap: 10px;
        margin: 0 0 8px;
    }
}

.price__option__list__item__contents__warning__title:before {
    background-image: url(../images/icons/icon-exclamation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8.2051282051vw;
    margin: 0;
    width: 8.2051282051vw;
}

@media (min-width: 768px) {
    .price__option__list__item__contents__warning__title:before {
        height: 32px;
        width: 32px;
    }
}

.price__option__list__item__contents__warning__content p {
    font-size: var(--fs13);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__option__list__item__contents__warning__content p {
        font-size: var(--fs14);
    }
}

.price__option__list__item__contents__note {
    margin: 20px auto 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

.price__option__list__item__contents__note:first-child {
    margin-top: 0;
}

.price__option__list__item__contents__note p {
    font-size: var(--fs13);
    line-height: 1.75;
    margin: 0;
    padding: 0 0 0 1.5em;
    position: relative;
}

@media (min-width: 768px) {
    .price__option__list__item__contents__note p {
        font-size: var(--fs14);
    }
}

.price__option__list__item__contents__note p:before {
    content: "※";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

@media (min-width: 992px) {
    .price__option__list__item[data-local="01"], .price__option__list__item[data-local="02"], .price__option__list__item[data-local="03"] {
        grid-column: span 2;
    }
}

@media (min-width: 992px) {
    .price__option__list__item[data-local="04"] {
        grid-column: span 3;
    }
}

@media (min-width: 768px) {
    .price__option__list__item[data-local="05"] {
        grid-column: 2/6;
    }
}

@media (min-width: 992px) {
    .price__option__list__item[data-local="05"] {
        grid-column: span 3;
    }
}

@media (min-width: 768px) {
    .price__option__list__item[data-local="04"] .price__option__list__item__price, .price__option__list__item[data-local="05"] .price__option__list__item__price {
        padding-top: 28px;
    }
}

.price__option__note {
    align-items: stretch;
    background-color: var(--color-gray-lightest);
    border-radius: 2.5641025641vw;
    display: flex;
    flex-flow: row wrap;
    padding: 5.1282051282vw var(--c-pad);
}

@media (min-width: 768px) {
    .price__option__note {
        border-radius: 24px;
        flex-wrap: nowrap;
        padding: 12px 40px;
    }
}

.price__option__note__head {
    align-items: center;
    border-bottom: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.2);
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 4.1025641026vw;
    padding: 0 0 2.0512820513vw;
}

@media (min-width: 768px) {
    .price__option__note__head {
        border-bottom: none;
        border-right: 2px solid rgba(var(--color-primary-blue-rgb), 0.2);
        flex: 0 0 160px;
        margin: 0;
        padding: 0;
    }
}

.price__option__note__head__title {
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .price__option__note__head__title {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .price__option__note__contents {
        padding: 4px 0 4px 30px;
    }
}

.price__option__note__contents__content {
    margin: 0 0 2.0512820513vw;
}

@media (min-width: 768px) {
    .price__option__note__contents__content {
        margin: 0 0 8px;
    }
}

.price__option__note__contents__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0;
}

.price__option__note__contents__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 1.0256410256vw;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .price__option__note__contents__list {
        gap: 8px 30px;
    }
}

.price__option__note__contents__list > li {
    flex: 0 0 100%;
    font-size: var(--fs14);
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    padding: 0 0 0 6.1538461538vw;
    position: relative;
}

@media (min-width: 768px) {
    .price__option__note__contents__list > li {
        flex: 0 0 auto;
        padding: 0 0 0 24px;
    }
}

.price__option__note__contents__list > li:before {
    background-image: url(../images/icons/icon-blue-circle-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4.6153846154vw;
    left: 0;
    position: absolute;
    top: 0.1em;
    width: 4.6153846154vw;
}

@media (min-width: 768px) {
    .price__option__note__contents__list > li:before {
        height: 18px;
        width: 18px;
    }
}

.price__plan {
    position: relative;
}

.price__plan:before {
    background-image: url(../images/commons/com-deco-01.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 84.6153846154vw 84.6153846154vw;
    bottom: -76.9230769231vw;
    content: "";
    display: block;
    height: 84.6153846154vw;
    left: 50%;
    margin: 0 auto;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    width: 176.9230769231vw;
}

@media (min-width: 768px) {
    .price__plan:before {
        background-size: 633px 633px;
        bottom: -300px;
        height: 633px;
        width: 2000px;
    }
}

.price__plan__title {
    color: var(--color-primary-blue);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8.2051282051vw;
    padding: 0 0 4.1025641026vw;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .price__plan__title {
        font-size: var(--fs40);
        margin: 0 0 32px;
        padding: 0 0 16px;
    }
}

.price__plan__title:after {
    background-image: url(../images/main/com-title-dotted-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 1.2820512821vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20.5128205128vw;
}

@media (min-width: 768px) {
    .price__plan__title:after {
        height: 5px;
        width: 80px;
    }
}

.price__plan__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 768px) {
    .price__plan__content {
        margin: 0 0 82px;
    }
}

.price__plan__content p {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__plan__content p {
        font-size: var(--fs18);
        line-height: 1.4;
    }
}

.price__plan__list {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 7.6923076923vw;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .price__plan__list {
        gap: 28px;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 0 32px;
    }
}

@media (min-width: 992px) {
    .price__plan__list {
        gap: 32px;
    }
}

.price__plan__list__item {
    background-color: var(--color-white);
    border-color: var(--color-primary-blue);
    border-radius: 2.5641025641vw;
    border-style: solid;
    border-width: 4.6153846154vw 1px 0.2564102564vw 1px;
    box-shadow: 0vw 0vw 3.0769230769vw 0.2564102564vw rgba(16, 139, 228, 0.5);
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 3;
    grid-template-rows: subgrid;
    margin: 0 0 7.6923076923vw;
    padding: 0 4.1025641026vw;
    position: relative;
}

@media (min-width: 768px) {
    .price__plan__list__item {
        border-color: var(--color-primary-blue);
        border-radius: 10px;
        border-width: 18px 1px 1px 1px;
        box-shadow: 0px 0px 15px 1px rgba(16, 139, 228, 0.5);
        margin: 0;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item {
        padding: 0 28px;
    }
}

@media (max-width: 767px) {
    .price__plan__list__item:has(.price__plan__list__item__no1) {
        margin-top: 10.2564102564vw;
    }
}

.price__plan__list__item:last-child {
    margin-bottom: 0;
}

.price__plan__list__item__no1 {
    align-items: center;
    background-image: linear-gradient(to right, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    gap: 1.0256410256vw;
    height: 12.3076923077vw;
    justify-content: center;
    left: 0;
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -15.3846153846vw;
    width: 33.3333333333vw;
}

@media (min-width: 768px) {
    .price__plan__list__item__no1 {
        font-size: var(--fs18);
        gap: 4px;
        height: 48px;
        top: -60px;
        width: 130px;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__no1 {
        font-size: var(--fs20);
        width: 138px;
    }
}

.price__plan__list__item__no1:before {
    background-image: url(../images/icons/icon-crown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 5.641025641vw;
    width: 6.1538461538vw;
}

@media (min-width: 768px) {
    .price__plan__list__item__no1:before {
        height: 20px;
        width: 22px;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__no1:before {
        height: 22px;
        width: 24px;
    }
}

.price__plan__list__item__head {
    border-bottom: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.2);
    margin: 0;
    padding: 6.1538461538vw 0;
}

@media (min-width: 768px) {
    .price__plan__list__item__head {
        border-bottom-width: 2px;
        padding: 28px 0 24px;
    }
}

.price__plan__list__item__head__title {
    margin: 0 0 5.1282051282vw;
    padding: 0;
}

@media (min-width: 768px) {
    .price__plan__list__item__head__title {
        margin: 0 0 22px;
    }
}

.price__plan__list__item__head__title__sub {
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 768px) {
    .price__plan__list__item__head__title__sub {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        font-size: var(--fs12);
        justify-content: center;
        margin: 0 0 12px;
        min-height: 2lh;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__head__title__sub {
        font-size: var(--fs14);
        margin: 0 0 8px;
    }
}

@media (min-width: 1240px) {
    .price__plan__list__item__head__title__sub {
        display: block;
        min-height: auto;
    }
}

.price__plan__list__item__head__title__main {
    color: var(--color-primary-blue);
    font-size: var(--fs26);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .price__plan__list__item__head__title__main {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        font-size: var(--fs21);
        justify-content: center;
        margin: 0 -0.5em;
        min-height: 2lh;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__head__title__main {
        font-size: var(--fs26);
        line-height: 1.4;
    }
}

@media (min-width: 1240px) {
    .price__plan__list__item__head__title__main {
        display: block;
        min-height: auto;
    }
}

.price__plan__list__item__head__action a {
    align-items: center;
    background-image: linear-gradient(to right, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    border-radius: 10.2564102564vw;
    box-shadow: 0vw 1.0256410256vw 2.0512820513vw 0vw rgba(14, 36, 72, 0.2);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 11.5384615385vw;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 41.0256410256vw;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .price__plan__list__item__head__action a {
        border-radius: 40px;
        box-shadow: 0px 4px 8px 0px rgba(14, 36, 72, 0.2);
        font-size: var(--fs14);
        height: 45px;
        max-width: 160px;
    }
}

.price__plan__list__item__head__action a:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -25.641025641vw;
    width: 7.6923076923vw;
}

@media (min-width: 768px) {
    .price__plan__list__item__head__action a:before {
        top: -100px;
        width: 30px;
    }
}

.price__plan__list__item__head__action a:focus {
    box-shadow: 0vw 0vw 2.0512820513vw 0vw rgba(14, 36, 72, 0.2);
}

@media (min-width: 768px) {
    .price__plan__list__item__head__action a:focus {
        box-shadow: 0px 0px 8px 0px rgba(14, 36, 72, 0.2);
    }
}

.price__plan__list__item__head__action a:focus:before {
    animation: kiran 0.75s linear;
}

@media (hover: hover) and (pointer: fine) {
    .price__plan__list__item__head__action a:hover {
        box-shadow: 0vw 0vw 2.0512820513vw 0vw rgba(14, 36, 72, 0.2);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .price__plan__list__item__head__action a:hover {
        box-shadow: 0px 0px 8px 0px rgba(14, 36, 72, 0.2);
    }
}

@media (hover: hover) and (pointer: fine) {
    .price__plan__list__item__head__action a:hover:before {
        animation: kiran 0.75s linear;
    }
}

.price__plan__list__item__feature {
    margin: 0 auto;
    max-width: 73.3333333333vw;
    padding: 5.1282051282vw 0 7.6923076923vw;
    width: 100%;
}

@media (min-width: 768px) {
    .price__plan__list__item__feature {
        max-width: 286px;
        padding: 20px 0 36px;
    }
}

.price__plan__list__item__feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price__plan__list__item__feature ul > li {
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 2.0512820513vw;
    padding: 0 0 0 6.1538461538vw;
    position: relative;
}

@media (min-width: 768px) {
    .price__plan__list__item__feature ul > li {
        font-size: var(--fs14);
        margin: 0 0 8px;
        padding: 0 0 0 21px;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__feature ul > li {
        font-size: var(--fs16);
        padding: 0 0 0 24px;
    }
}

.price__plan__list__item__feature ul > li:last-child {
    margin-bottom: 0;
}

.price__plan__list__item__feature ul > li:before {
    background-image: url(../images/icons/icon-blue-circle-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4.6153846154vw;
    left: 0;
    position: absolute;
    top: 0.5128205128vw;
    width: 4.6153846154vw;
}

@media (min-width: 768px) {
    .price__plan__list__item__feature ul > li:before {
        height: 16px;
        top: 2px;
        width: 16px;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__feature ul > li:before {
        height: 18px;
        top: 2px;
        width: 18px;
    }
}

.price__plan__list__item__feature ul > li[data-local=inverse]:before {
    background-image: url(../images/icons/icon-blue-filled-circle-check.svg);
}

.price__plan__list__item__price {
    background-color: var(--color-blue-lightest);
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 -4.1025641026vw;
    padding: 4.6153846154vw 0;
    text-align: center;
    width: calc(100% + 8.20513vw);
}

@media (min-width: 768px) {
    .price__plan__list__item__price {
        border-radius: 0 0 10px 10px;
        font-size: var(--fs11);
        margin: 0 -20px;
        padding: 18px 0;
        width: calc(100% + 40px);
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__price {
        font-size: var(--fs12);
        margin: 0 -28px;
        width: calc(100% + 56px);
    }
}

.price__plan__list__item__price-inner {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 2.0512820513vw;
    justify-content: center;
    width: 100%;
}

@media (min-width: 768px) {
    .price__plan__list__item__price-inner {
        gap: 4px;
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__price-inner {
        gap: 8px;
    }
}

.price__plan__list__item__price-inner > span {
    display: block;
    text-align: left;
}

.price__plan__list__item__price em {
    font-family: var(--ff-inter);
    font-size: var(--fs28);
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    .price__plan__list__item__price em {
        font-size: var(--fs22);
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__price em {
        font-size: var(--fs28);
    }
}

.price__plan__list__item__price span[data-local="01"] {
    font-size: var(--fs20);
    margin-right: 0.1em;
}

@media (min-width: 768px) {
    .price__plan__list__item__price span[data-local="01"] {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .price__plan__list__item__price span[data-local="01"] {
        font-size: var(--fs20);
    }
}

.price__plan__note p {
    font-size: var(--fs14);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.case {
    background-image: url(../images/main/case-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    overflow-x: clip;
    padding: 0 0 20.5128205128vw;
}

@media (min-width: 768px) {
    .case {
        margin: 0 0 40px;
        padding: 100px 0 154px;
    }
}

.case-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.case__title {
    margin: 0 0 7.6923076923vw;
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .case__title {
        margin: 0 0 45px;
    }
}

.case__title__bg {
    bottom: auto;
    color: rgba(var(--color-blue-light-rgb), 0.5);
    display: block;
    font-family: var(--ff-inter);
    font-size: 3.125rem;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: -1;
}

@media (min-width: 768px) {
    .case__title__bg {
        font-family: var(--ff-inter);
        font-size: 6.875rem;
    }
}

@media (min-width: 992px) {
    .case__title__bg {
        font-size: 11.25rem;
    }
}

.case__title__sub {
    color: var(--color-primary-blue);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 1.0256410256vw;
    text-align: center;
}

@media (min-width: 768px) {
    .case__title__sub {
        font-size: var(--fs24);
        margin: 0;
    }
}

.case__title__ja {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .case__title__ja {
        font-size: 2.75rem;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .case__title__ja {
        font-size: 3.125rem;
    }
}

.case__content {
    margin: 0 0 17.9487179487vw;
}

@media (min-width: 768px) {
    .case__content {
        margin: 0 0 76px;
    }
}

.case__content p {
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .case__content p {
        font-size: var(--fs18);
    }
}

.case__item {
    background-color: rgba(var(--color-white-rgb), 0.8);
    border-color: var(--color-primary-blue);
    border-radius: 3.0769230769vw;
    border-style: solid;
    border-width: 4.1025641026vw 0 0 0;
    margin: 0 0 20.5128205128vw;
    padding: 0 3.0769230769vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .case__item {
        border-color: var(--color-primary-blue);
        border-radius: 16px;
        border-width: 18px 0 0 0;
        margin: 0 0 78px;
        padding: 0 20px;
    }
}

.case__item:last-child {
    margin-bottom: 0;
}

.case__item-inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 0 4.6153846154vw;
    width: 100%;
}

@media (min-width: 768px) {
    .case__item-inner {
        padding: 0 0 70px;
    }
}

.case__item__head {
    border-bottom: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.2);
    display: block;
    margin: 0;
    padding: 7.6923076923vw 0 5.1282051282vw;
    position: relative;
}

@media (min-width: 768px) {
    .case__item__head {
        border-bottom-width: 2px;
        padding: 35px 0;
    }
}

.case__item__head__number {
    align-items: center;
    background-color: var(--color-primary-blue);
    border-radius: 50%;
    color: var(--color-white);
    display: flex;
    flex-flow: column nowrap;
    font-family: var(--ff-inter);
    font-size: var(--fs11);
    height: 15.8974358974vw;
    justify-content: center;
    left: 0;
    line-height: 1.15;
    margin: 0 auto;
    padding: 0.5128205128vw 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -12.5641025641vw;
    width: 15.8974358974vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .case__item__head__number {
        font-size: var(--fs14);
        height: 84px;
        padding: 6px 0 0;
        top: -60px;
        width: 84px;
    }
}

.case__item__head__number span {
    display: block;
}

.case__item__head__number span[data-number] {
    font-size: var(--fs26);
}

@media (min-width: 768px) {
    .case__item__head__number span[data-number] {
        font-size: var(--fs34);
    }
}

.case__item__head__title {
    color: var(--color-primary-blue);
    display: block;
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 768px) {
    .case__item__head__title {
        font-size: var(--fs32);
        line-height: 1.6;
    }
}

.case__item__flow {
    display: grid;
    gap: 20.5128205128vw;
    grid-gap: 20.5128205128vw;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 7.6923076923vw;
    padding: 14.358974359vw 0 0;
}

@media (min-width: 768px) {
    .case__item__flow {
        gap: 36px;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 0 40px;
        padding: 56px 0 0;
    }
}

.case__item__flow__item {
    background-color: var(--color-blue-lightest);
    border-radius: 2.5641025641vw;
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 2;
    grid-template-rows: subgrid;
    padding: 15.3846153846vw 0 6.1538461538vw;
    position: relative;
}

@media (min-width: 768px) {
    .case__item__flow__item {
        border-radius: 10px;
        padding: 60px 0 30px;
    }
}

.case__item__flow__item:after {
    background: linear-gradient(to bottom, #fcfeff -10%, var(--color-primary-blue) 100%);
    bottom: -10.7692307692vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 7.1794871795vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20vw;
}

@media (min-width: 768px) {
    .case__item__flow__item:after {
        background: linear-gradient(to right, #fcfeff 0%, var(--color-primary-blue) 100%);
        bottom: 0;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        height: 52px;
        left: auto;
        right: -24px;
        top: 0;
        width: 16px;
    }
}

.case__item__flow__item:last-child:after {
    display: none;
}

.case__item__flow__item__icon {
    align-items: center;
    background-image: url(../images/main/case-icon-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    filter: drop-shadow(0px 0px 2.0512820513vw rgba(16, 139, 228, 0.5));
    flex-flow: row nowrap;
    height: 15.8974358974vw;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    padding: 0 0 1.5384615385vw;
    position: absolute;
    right: 0;
    top: -6.1538461538vw;
    transform: translateZ(0);
    width: 13.8461538462vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .case__item__flow__item__icon {
        filter: drop-shadow(0px 0px 15px rgba(16, 139, 228, 0.5));
        height: 62px;
        padding: 0 0 6px;
        top: -24px;
        width: 54px;
    }
}

.case__item__flow__item__icon img[data-local="01"] {
    width: 5.8974358974vw;
}

@media (min-width: 768px) {
    .case__item__flow__item__icon img[data-local="01"] {
        width: 23px;
    }
}

.case__item__flow__item__icon img[data-local="02"] {
    width: 6.9230769231vw;
}

@media (min-width: 768px) {
    .case__item__flow__item__icon img[data-local="02"] {
        width: 27px;
    }
}

.case__item__flow__item__icon img[data-local="03"] {
    width: 9.4871794872vw;
}

@media (min-width: 768px) {
    .case__item__flow__item__icon img[data-local="03"] {
        width: 37px;
    }
}

.case__item__flow__item__title {
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin: 0 0 3.0769230769vw;
    text-align: center;
}

@media (min-width: 768px) {
    .case__item__flow__item__title {
        margin: 0 0 12px;
    }
}

.case__item__flow__item__content {
    padding: 0 8px;
}

.case__item__flow__item__content p {
    font-size: var(--fs16);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .case__item__flow__item__content p {
        font-size: var(--fs18);
    }
}

.case__item__plan {
    position: relative;
}

.case__item__plan__illust {
    bottom: 0;
    display: none;
    left: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 90vw;
}

@media (min-width: 768px) {
    .case__item__plan__illust {
        display: block;
    }
}

@media (min-width: 992px) {
    .case__item__plan__illust {
        width: 962px;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__illust {
        width: 1120px;
    }
}

.case__item__plan__illust__item {
    bottom: auto;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
}

.case__item__plan__illust__item[data-local="01"] {
    left: 0px;
    top: 230px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="01"] {
        left: 30px;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__illust__item[data-local="01"] {
        left: 100px;
    }
}

.case__item__plan__illust__item[data-local="01"] img {
    width: 122px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="01"] img {
        width: 162px;
    }
}

.case__item__plan__illust__item[data-local="02"] {
    right: 0px;
    top: 75px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="02"] {
        right: 60px;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__illust__item[data-local="02"] {
        right: 135px;
    }
}

.case__item__plan__illust__item[data-local="02"] img {
    width: 114px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="02"] img {
        width: 151px;
    }
}

.case__item__plan__illust__item[data-local="03"] {
    right: 0px;
    top: 300px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="03"] {
        right: 10px;
    }
}

.case__item__plan__illust__item[data-local="03"] img {
    width: 136px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="03"] img {
        width: 181px;
    }
}

.case__item__plan__illust__item[data-local="04"] {
    left: 0;
    top: 210px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="04"] {
        left: 30px;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__illust__item[data-local="04"] {
        left: 100px;
    }
}

.case__item__plan__illust__item[data-local="04"] img {
    width: 122px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="04"] img {
        width: 162px;
    }
}

.case__item__plan__illust__item[data-local="05"] {
    right: 0;
    top: 65px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="05"] {
        right: 60px;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__illust__item[data-local="05"] {
        right: 120px;
    }
}

.case__item__plan__illust__item[data-local="05"] img {
    width: 129px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="05"] img {
        width: 172px;
    }
}

.case__item__plan__illust__item[data-local="06"] {
    right: 0;
    top: 310px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="06"] {
        right: 30px;
    }
}

.case__item__plan__illust__item[data-local="06"] img {
    width: 132px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="06"] img {
        width: 176px;
    }
}

.case__item__plan__illust__item[data-local="07"] {
    left: 0;
    top: 210px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="07"] {
        left: 30px;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__illust__item[data-local="07"] {
        left: 95px;
    }
}

.case__item__plan__illust__item[data-local="07"] img {
    width: 126px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="07"] img {
        width: 168px;
    }
}

.case__item__plan__illust__item[data-local="08"] {
    right: 0;
    top: 60px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="08"] {
        right: 60px;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__illust__item[data-local="08"] {
        right: 130px;
    }
}

.case__item__plan__illust__item[data-local="08"] img {
    width: 123px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="08"] img {
        width: 163px;
    }
}

.case__item__plan__illust__item[data-local="09"] {
    right: 0px;
    top: 305px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="09"] {
        right: 25px;
    }
}

.case__item__plan__illust__item[data-local="09"] img {
    width: 132px;
}

@media (min-width: 992px) {
    .case__item__plan__illust__item[data-local="09"] img {
        width: 176px;
    }
}

.case__item__plan__star {
    bottom: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 4;
}

@media (min-width: 768px) {
    .case__item__plan__star {
        width: 1240px;
        z-index: 1;
    }
}

@media (min-width: 1240px) {
    .case__item__plan__star {
        width: 1440px;
    }
}

.case__item__plan__star span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    display: block;
    filter: drop-shadow(0px 0px 10px var(--color-yellow-warning));
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    transform: translateZ(0);
}

.case__item__plan__star span[data-local="01"] {
    animation: starMb 4s ease-in-out 1s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    height: 8.6153846154vw;
    left: 5.1282051282vw;
    top: 5.1282051282vw;
    width: 6.7692307692vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="01"] {
        animation: star 4s ease-in-out 1s infinite normal both;
        height: 56px;
        left: 220px;
        top: 130px;
        width: 44px;
    }
}

.case__item__plan__star span[data-local="02"] {
    animation: starMb 4s ease-in-out 1.5s infinite normal both;
    background-image: url(../images/icons/icon-white-star-02.svg);
    bottom: 2.5641025641vw;
    height: 17.4358974359vw;
    left: 5.1282051282vw;
    top: auto;
    width: 12.9230769231vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="02"] {
        animation: star 4s ease-in-out 1.5s infinite normal both;
        bottom: auto;
        height: 137px;
        left: 140px;
        top: 380px;
        width: 92px;
    }
}

.case__item__plan__star span[data-local="03"] {
    animation: starMb 4s ease-in-out 2s infinite normal both;
    background-image: url(../images/icons/icon-white-star-03.svg);
    bottom: auto;
    height: 9.3076923077vw;
    right: 2.5641025641vw;
    top: 30.7692307692vw;
    width: 7.8461538462vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="03"] {
        animation: star 4s ease-in-out 2s infinite normal both;
        height: 86px;
        right: 250px;
        top: 0px;
        width: 67px;
    }
}

.case__item__plan__star span[data-local="04"] {
    animation: starMb 4s ease-in-out 2.5s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    display: none;
    height: 23.0769230769vw;
    right: 17.9487179487vw;
    top: 276.9230769231vw;
    width: 20vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="04"] {
        animation: star 4s ease-in-out 2.5s infinite normal both;
        display: block;
        height: 56px;
        right: 70px;
        top: 230px;
        width: 44px;
    }
}

.case__item__plan__star span[data-local="05"] {
    animation: starMb 4s ease-in-out 3s infinite normal both;
    background-image: url(../images/icons/icon-white-star-04.svg);
    bottom: 10.2564102564vw;
    display: none;
    height: 13.6153846154vw;
    right: 10.2564102564vw;
    top: auto;
    width: 10.3846153846vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="05"] {
        animation: star 4s ease-in-out 3s infinite normal both;
        bottom: auto;
        display: block;
        height: 142px;
        right: 180px;
        top: 480px;
        width: 100px;
    }
}

.case__item__plan__star span[data-local="06"] {
    animation: starMb 4s ease-in-out 1s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    height: 8.6153846154vw;
    left: 5.1282051282vw;
    top: 5.1282051282vw;
    width: 6.7692307692vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="06"] {
        animation: star 4s ease-in-out 1s infinite normal both;
        height: 56px;
        left: 170px;
        top: 100px;
        width: 44px;
    }
}

.case__item__plan__star span[data-local="07"] {
    animation: starMb 4s ease-in-out 1.5s infinite normal both;
    background-image: url(../images/icons/icon-white-star-02.svg);
    bottom: 2.5641025641vw;
    height: 17.4358974359vw;
    left: 5.1282051282vw;
    top: auto;
    width: 12.9230769231vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="07"] {
        animation: star 4s ease-in-out 1.5s infinite normal both;
        bottom: auto;
        height: 137px;
        left: 110px;
        top: 410px;
        width: 92px;
    }
}

.case__item__plan__star span[data-local="08"] {
    animation: starMb 4s ease-in-out 2s infinite normal both;
    background-image: url(../images/icons/icon-white-star-03.svg);
    bottom: auto;
    height: 9.3076923077vw;
    right: 2.5641025641vw;
    top: 30.7692307692vw;
    width: 7.8461538462vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="08"] {
        animation: star 4s ease-in-out 2s infinite normal both;
        height: 86px;
        right: 150px;
        top: 10px;
        width: 67px;
    }
}

.case__item__plan__star span[data-local="09"] {
    animation: starMb 4s ease-in-out 2.5s infinite normal both;
    background-image: url(../images/icons/icon-white-star-01.svg);
    display: none;
    height: 23.0769230769vw;
    right: 17.9487179487vw;
    top: 276.9230769231vw;
    width: 20vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="09"] {
        animation: star 4s ease-in-out 2.5s infinite normal both;
        display: block;
        height: 56px;
        right: 135px;
        top: 430px;
        width: 44px;
    }
}

.case__item__plan__star span[data-local="10"] {
    animation: starMb 4s ease-in-out 3s infinite normal both;
    background-image: url(../images/icons/icon-white-star-04.svg);
    bottom: 10.2564102564vw;
    display: none;
    height: 13.6153846154vw;
    right: 10.2564102564vw;
    top: auto;
    width: 10.3846153846vw;
}

@media (min-width: 768px) {
    .case__item__plan__star span[data-local="10"] {
        animation: star 4s ease-in-out 3s infinite normal both;
        bottom: auto;
        display: block;
        height: 142px;
        right: 240px;
        top: 550px;
        width: 100px;
    }
}

.case__item__plan-inner {
    background-color: var(--color-white);
    border: 0.5128205128vw solid var(--color-primary-blue);
    border-radius: 2.5641025641vw;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 4.1025641026vw;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .case__item__plan-inner {
        border: 2px solid var(--color-primary-blue);
        border-radius: 10px;
        max-width: 496px;
        padding: 0 28px 0;
    }
}

.case__item__plan__head {
    align-items: stretch;
    border-bottom: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.2);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin: 0 0 2.0512820513vw;
    padding: 6.6666666667vw 0 5.1282051282vw;
}

@media (min-width: 768px) {
    .case__item__plan__head {
        border-bottom-width: 2px;
        margin: 0 0 14px;
        min-height: 124px;
        padding: 32px 0 22px;
    }
}

.case__item__plan__head__title {
    font-size: var(--fs18);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .case__item__plan__head__title {
        font-size: var(--fs20);
    }
}

.case__item__plan__head__subtitle {
    font-size: var(--fs16);
    margin: 0;
    text-align: center;
}

.case__item__plan__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 2.0512820513vw;
    width: 100%;
}

@media (min-width: 768px) {
    .case__item__plan__table {
        margin: 0 0 14px;
    }
}

.case__item__plan__table > tbody > tr > th, .case__item__plan__table > tbody > tr > td {
    font-size: var(--fs12);
    line-height: 1.75;
    vertical-align: top;
    width: auto;
}

.case__item__plan__table > tbody > tr:not(:first-child) > th, .case__item__plan__table > tbody > tr:not(:first-child) > td {
    border-top: 2px dashed rgba(var(--color-primary-blue-rgb), 0.2);
}

.case__item__plan__table > tbody > tr > th {
    font-weight: 400;
    padding: 3.5897435897vw 1.5384615385vw 3.5897435897vw 0;
    text-align: left;
}

@media (min-width: 768px) {
    .case__item__plan__table > tbody > tr > th {
        padding: 16px 6px 16px 35px;
    }
}

.case__item__plan__table > tbody > tr > td {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.4;
    padding: 3.5897435897vw 0 3.5897435897vw 1.5384615385vw;
    text-align: right;
}

@media (min-width: 768px) {
    .case__item__plan__table > tbody > tr > td {
        font-size: var(--fs23);
        padding: 16px 35px 16px 6px;
    }
}

.case__item__plan__table > tbody > tr > td em {
    font-family: var(--ff-inter);
    font-style: normal;
    font-weight: 700;
}

.case__item__plan__table > tbody > tr > td span[data-local="01"] {
    font-family: var(--ff-inter);
    font-size: var(--fs16);
    margin-right: 0.1em;
}

@media (min-width: 768px) {
    .case__item__plan__table > tbody > tr > td span[data-local="01"] {
        font-size: var(--fs18);
    }
}

.case__item__plan__table > tbody > tr h5 {
    display: inline;
    font-size: var(--fs14);
    font-weight: 500;
    margin: 0;
}

@media (min-width: 768px) {
    .case__item__plan__table > tbody > tr h5 {
        font-size: var(--fs16);
    }
}

.case__item__plan__result {
    background-color: var(--color-blue-lightest);
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
    margin: 0 -4.1025641026vw;
    padding: 4.6153846154vw 2.0512820513vw;
    width: calc(100% + 32px);
}

@media (min-width: 768px) {
    .case__item__plan__result {
        border-radius: 0 0 16px 16px;
        margin: 0 -28px;
        padding: 28px 8px;
        width: calc(100% + 56px);
    }
}

.case__item__plan__result__title {
    font-size: var(--fs14);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .case__item__plan__result__title {
        font-size: var(--fs16);
    }
}

.case__item__plan__result__price__value {
    color: var(--color-primary-blue);
    font-family: var(--ff-inter);
    margin: 0 0 1.0256410256vw;
    text-align: center;
}

@media (min-width: 768px) {
    .case__item__plan__result__price__value {
        margin: 0 0 4px;
    }
}

.case__item__plan__result__price__value em {
    background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
    background-position: center calc(100% - 0.25em);
    background-repeat: no-repeat;
    font-size: var(--fs32);
    font-style: normal;
    font-weight: 700;
    padding: 0 0.5em 0.3em;
}

@media (min-width: 768px) {
    .case__item__plan__result__price__value em {
        background-image: linear-gradient(to top, var(--color-yellow-warning) 0, var(--color-yellow-warning) 0.5em, rgba(var(--color-yellow-warning-rgb), 0) 0.5em);
        font-size: 2.875rem;
    }
}

.case__item__plan__result__price__value span[data-local="01"] {
    font-size: var(--fs16);
    margin-right: 0.1em;
}

@media (min-width: 768px) {
    .case__item__plan__result__price__value span[data-local="01"] {
        font-size: var(--fs29);
    }
}

.case__item__plan__result__price__other {
    font-size: var(--fs12);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .case__item__plan__result__price__other {
        font-size: var(--fs14);
    }
}

.flow {
    margin: 0 0 20.5128205128vw;
    overflow: clip;
    padding: 20.5128205128vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .flow {
        margin: 0 0 200px;
        padding: 200px 0 0;
    }
}

.flow:before {
    background-image: url(../images/commons/com-deco-02.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60vw 60vw;
    content: "";
    display: block;
    height: 60vw;
    left: 50%;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 10.2564102564vw;
    transform: translateX(-50%);
    width: 161.5384615385vw;
}

@media (min-width: 768px) {
    .flow:before {
        background-size: 468px 468px;
        height: 468px;
        top: 40px;
        width: 1740px;
    }
}

.flow-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.flow__title {
    margin: 0 0 15.3846153846vw;
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__title {
        margin: 0 0 120px;
    }
}

.flow__title__bg {
    bottom: auto;
    color: rgba(var(--color-blue-light-rgb), 0.5);
    display: block;
    font-family: var(--ff-inter);
    font-size: 3.5rem;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: -1;
}

@media (min-width: 768px) {
    .flow__title__bg {
        font-family: var(--ff-inter);
        font-size: 6.25rem;
    }
}

@media (min-width: 992px) {
    .flow__title__bg {
        font-size: 8.75rem;
    }
}

@media (min-width: 1240px) {
    .flow__title__bg {
        font-size: 11.25rem;
    }
}

.flow__title__sub {
    color: var(--color-primary-blue);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 1.0256410256vw;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__title__sub {
        font-size: var(--fs24);
        margin: 0;
    }
}

.flow__title__ja {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__title__ja {
        font-size: 3.125rem;
        line-height: 1.4;
    }
}

.flow__list {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 15.3846153846vw;
}

@media (min-width: 768px) {
    .flow__list {
        gap: 45px;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 0 90px;
        padding: 0 10px 0 0;
    }
}

@media (min-width: 992px) {
    .flow__list {
        grid-template-columns: repeat(5, 1fr);
        padding: 0;
    }
}

.flow__list__item {
    background-color: var(--color-blue-lightest);
    border-radius: 2.5641025641vw;
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 2;
    grid-template-rows: subgrid;
    margin: 0 0 23.0769230769vw;
    padding: 0 3.0769230769vw 5.1282051282vw;
    position: relative;
}

@media (min-width: 768px) {
    .flow__list__item {
        border-radius: 10px;
        margin: 0;
        padding: 0 0 28px;
    }
}

.flow__list__item:last-child {
    margin-bottom: 0;
}

.flow__list__item:after {
    background: linear-gradient(to right, #fcfeff 0%, var(--color-primary-blue) 100%);
    bottom: -10.7692307692vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 7.1794871795vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20vw;
}

@media (min-width: 768px) {
    .flow__list__item:after {
        bottom: 0;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        height: 52px;
        left: auto;
        right: -30px;
        top: 0;
        width: 16px;
    }
}

@media (max-width: 767px) {
    .flow__list__item:nth-child(4) {
        margin-bottom: 14.358974359vw;
    }
}

.flow__list__item:nth-child(4):after, .flow__list__item:nth-child(5):after {
    display: none;
}

.flow__list__item[data-option] {
    background-color: var(--color-white);
    border: 0.5128205128vw solid var(--color-primary-blue);
    filter: drop-shadow(0vw 0vw 2.0512820513vw rgba(16, 139, 228, 0.5));
}

@media (min-width: 768px) {
    .flow__list__item[data-option] {
        border-width: 2px;
        filter: drop-shadow(0px 0px 8px rgba(16, 139, 228, 0.5));
    }
}

.flow__list__item__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: center;
    margin: 0 0 5.1282051282vw;
    padding: 12.8205128205vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .flow__list__item__head {
        margin: 0 0 20px;
        padding: 68px 4px 0;
    }
}

.flow__list__item__head__number {
    align-items: center;
    background-color: var(--color-primary-blue);
    border-radius: 50%;
    color: var(--color-white);
    display: flex;
    flex-flow: column nowrap;
    font-family: var(--ff-inter);
    font-size: var(--fs11);
    height: 15.8974358974vw;
    justify-content: center;
    left: 0;
    line-height: 1.15;
    margin: 0 auto;
    padding: 1.5384615385vw 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -7.9487179487vw;
    width: 15.8974358974vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__list__item__head__number {
        font-size: var(--fs13);
        height: 65px;
        padding: 6px 0 0;
        top: -33px;
        width: 65px;
    }
}

.flow__list__item__head__number span {
    display: block;
}

.flow__list__item__head__number span[data-number] {
    font-size: var(--fs25);
}

.flow__list__item__head__text {
    align-items: center;
    background-color: var(--color-primary-blue);
    border-radius: 50%;
    color: var(--color-white);
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs11);
    height: 15.8974358974vw;
    justify-content: center;
    left: 0;
    line-height: 1.15;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -7.9487179487vw;
    width: 15.8974358974vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__list__item__head__text {
        font-size: var(--fs12);
        height: 65px;
        top: -33px;
        width: 65px;
    }
}

.flow__list__item__head__title {
    display: block;
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__list__item__head__title {
        font-size: var(--fs19);
    }
}

@media (min-width: 1240px) {
    .flow__list__item__head__title {
        font-size: var(--fs22);
    }
}

@media (min-width: 768px) {
    .flow__list__item__contents {
        padding: 0 20px;
    }
}

.flow__list__item__contents__content p {
    font-size: var(--fs14);
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__list__item__option {
        padding: 0 12px;
    }
}

.flow__list__item__option__content {
    margin: 0 0 1.0256410256vw;
}

@media (min-width: 768px) {
    .flow__list__item__option__content {
        margin-bottom: 0;
    }
}

.flow__list__item__option__content p {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__list__item__option__content p {
        line-height: 1.75;
        text-align: left;
    }
}

.flow__list__item__option__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .flow__list__item__option__list {
        margin: 0;
        width: 100%;
    }
}

.flow__list__item__option__list > li {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

@media (min-width: 768px) {
    .flow__list__item__option__list > li {
        line-height: 1.75;
    }
}

.faq {
    background-image: url(../images/main/faq-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: clip;
    padding: 15.3846153846vw 0 15.3846153846vw;
    position: relative;
}

@media (min-width: 768px) {
    .faq {
        padding: 60px 0 105px;
    }
}

.faq:before {
    background-image: url(../images/commons/com-deco-01.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 84.6153846154vw 84.6153846154vw;
    content: "";
    display: block;
    height: 84.6153846154vw;
    left: 50%;
    margin: 0 auto;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -46.1538461538vw;
    transform: translateX(-50%);
    width: 176.9230769231vw;
}

@media (min-width: 768px) {
    .faq:before {
        background-size: 633px 633px;
        height: 633px;
        top: -240px;
        width: 2000px;
    }
}

.faq-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.faq__title {
    margin: 0 0 15.3846153846vw;
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .faq__title {
        margin: 0 0 84px;
    }
}

.faq__title__bg {
    bottom: auto;
    color: rgba(var(--color-blue-light-rgb), 0.5);
    display: block;
    font-family: var(--ff-inter);
    font-size: 5rem;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: -1;
}

@media (min-width: 768px) {
    .faq__title__bg {
        font-family: var(--ff-inter);
        font-size: 8.75rem;
    }
}

@media (min-width: 992px) {
    .faq__title__bg {
        font-size: 11.25rem;
    }
}

.faq__title__sub {
    color: var(--color-primary-blue);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0 0 1.0256410256vw;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__title__sub {
        font-size: var(--fs24);
        margin: 0 0 8px;
    }
}

.faq__title__ja {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__title__ja {
        font-size: 3.125rem;
        line-height: 1.4;
    }
}

.faq__list {
    margin: 0 auto;
    max-width: 213.3333333333vw;
    width: 100%;
}

@media (min-width: 768px) {
    .faq__list {
        max-width: 832px;
    }
}

.faq__list__item {
    background-color: var(--color-white);
    border: 0.2564102564vw solid var(--color-primary-blue);
    border-radius: 2.0512820513vw;
    margin: 0 0 4.1025641026vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .faq__list__item {
        border-radius: 10px;
        border-width: 1px;
        margin: 0 0 32px;
    }
}

.faq__list__item:last-child {
    margin-bottom: 0;
}

.faq__list__item__head {
    align-items: center;
    background-color: var(--color-white);
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    padding: 3.0769230769vw 4.1025641026vw 10.2564102564vw 12.8205128205vw;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .faq__list__item__head {
        flex-wrap: nowrap;
        padding: 20px 125px 20px 60px;
    }
}

@media (min-width: 992px) {
    .faq__list__item__head {
        padding: 24px 140px 24px 75px;
    }
}

.faq__list__item__head__label {
    align-items: center;
    color: var(--color-primary-blue);
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    font-family: var(--ff-inter);
    font-size: var(--fs32);
    font-weight: 700;
    justify-content: center;
    left: 2.5641025641vw;
    letter-spacing: 0.02em;
    margin: 0;
    position: absolute;
    top: 0;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .faq__list__item__head__label {
        bottom: 0;
        font-family: var(--ff-inter);
        font-size: var(--fs36);
        left: 20px;
        top: 0;
    }
}

@media (min-width: 992px) {
    .faq__list__item__head__label {
        font-size: var(--fs40);
        left: 25px;
    }
}

.faq__list__item__head__title {
    flex: 1 1 auto;
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0.15em 0 0;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .faq__list__item__head__title {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .faq__list__item__head__title {
        font-size: var(--fs20);
    }
}

.faq__list__item__head__action {
    align-items: center;
    bottom: 0;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    gap: 3.0769230769vw;
    height: 10.2564102564vw;
    justify-content: flex-end;
    margin: auto 0;
    position: absolute;
    right: 2.5641025641vw;
    top: auto;
    white-space: nowrap;
    width: 17.9487179487vw;
}

@media (min-width: 768px) {
    .faq__list__item__head__action {
        gap: 12px;
        height: 40px;
        right: 20px;
        top: 0;
        width: 95px;
    }
}

@media (min-width: 992px) {
    .faq__list__item__head__action {
        right: 30px;
        width: 110px;
    }
}

.faq__list__item__head__action__label {
    color: var(--color-primary-blue);
    font-size: var(--fs11);
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .faq__list__item__head__action__label {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .faq__list__item__head__action__label {
        font-size: var(--fs16);
    }
}

.faq__list__item__head__action__icon {
    background-color: var(--color-primary-blue);
    border-radius: 50%;
    height: 6.1538461538vw;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 6.1538461538vw;
}

@media (min-width: 768px) {
    .faq__list__item__head__action__icon {
        height: 36px;
        width: 36px;
    }
}

@media (min-width: 992px) {
    .faq__list__item__head__action__icon {
        height: 40px;
        width: 40px;
    }
}

.faq__list__item__head__action__icon:before, .faq__list__item__head__action__icon:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 2.9230769231vw;
    left: 0;
    margin: auto;
    -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: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    width: 2.9230769231vw;
}

@media (min-width: 768px) {
    .faq__list__item__head__action__icon:before, .faq__list__item__head__action__icon:after {
        height: 18px;
        width: 18px;
    }
}

@media (min-width: 992px) {
    .faq__list__item__head__action__icon:before, .faq__list__item__head__action__icon:after {
        height: 19px;
        width: 19px;
    }
}

.faq__list__item__head__action__icon:before {
    -webkit-mask-image: url(../images/main/faq-icon-plus.svg);
    mask-image: url(../images/main/faq-icon-plus.svg);
}

.faq__list__item__head__action__icon:after {
    -webkit-mask-image: url(../images/main/faq-icon-minus.svg);
    mask-image: url(../images/main/faq-icon-minus.svg);
    opacity: 0;
}

.faq__list__item__contents {
    display: none;
}

.faq__list__item__contents__content {
    padding: 5.1282051282vw 4.1025641026vw 5.1282051282vw 12.8205128205vw;
    position: relative;
}

@media (min-width: 768px) {
    .faq__list__item__contents__content {
        padding: 30px 30px 40px 60px;
    }
}

@media (min-width: 992px) {
    .faq__list__item__contents__content {
        padding: 30px 40px 40px 75px;
    }
}

.faq__list__item__contents__content__label {
    color: var(--color-primary-blue);
    font-family: var(--ff-inter);
    font-size: var(--fs32);
    font-weight: 700;
    left: 2.5641025641vw;
    letter-spacing: 0.02em;
    margin: 0;
    position: absolute;
    top: 1.0256410256vw;
}

@media (min-width: 768px) {
    .faq__list__item__contents__content__label {
        font-family: var(--ff-inter);
        font-size: var(--fs36);
        left: 20px;
        top: 10px;
    }
}

@media (min-width: 992px) {
    .faq__list__item__contents__content__label {
        font-size: var(--fs40);
        left: 25px;
    }
}

.faq__list__item__contents__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .faq__list__item__contents__content p {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .faq__list__item__contents__content p {
        font-size: var(--fs16);
    }
}

.faq__list__item__contents__content p:last-child {
    margin-bottom: 0;
}

.faq__list__item__contents__content a {
    color: var(--color-primary-blue);
    text-decoration: underline;
    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;
}

.faq__list__item__contents__content a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .faq__list__item__contents__content a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.faq__list__item.-active .faq__list__item__head {
    background-color: var(--color-primary-blue);
}

.faq__list__item.-active .faq__list__item__head__label {
    color: var(--color-white);
}

.faq__list__item.-active .faq__list__item__head__title {
    color: var(--color-white);
}

.faq__list__item.-active .faq__list__item__head__action__label {
    color: var(--color-white);
}

.faq__list__item.-active .faq__list__item__head__action__icon {
    background-color: var(--color-white);
}

.faq__list__item.-active .faq__list__item__head__action__icon:before, .faq__list__item.-active .faq__list__item__head__action__icon:after {
    background-color: var(--color-primary-blue);
    transform: rotate(180deg);
}

.faq__list__item.-active .faq__list__item__head__action__icon:before {
    opacity: 0;
}

.faq__list__item.-active .faq__list__item__head__action__icon:after {
    opacity: 1;
}

.contact {
    background-color: var(--color-primary-blue);
    background-image: url(../images/main/contact-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 369.2307692308vw auto;
    overflow-x: clip;
    padding: 15.3846153846vw 0 20.5128205128vw;
    position: relative;
}

@media (min-width: 768px) {
    .contact {
        background-size: 1440px auto;
        padding: 140px 0 70px;
    }
}

.contact:before {
    background-image: url(../images/commons/com-deco-02.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60vw 60vw;
    content: "";
    display: block;
    height: 60vw;
    left: 50%;
    margin: 0 auto;
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -10.2564102564vw;
    transform: translateX(-50%);
    width: 161.5384615385vw;
}

@media (min-width: 768px) {
    .contact:before {
        background-size: 468px 468px;
        height: 468px;
        top: -40px;
        width: 1740px;
    }
}

.contact-container {
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.contact__title {
    margin: 0 0 7.6923076923vw;
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .contact__title {
        margin: 0 0 30px;
    }
}

.contact__title__bg {
    bottom: auto;
    color: rgba(var(--color-blue-light-rgb), 0.5);
    display: block;
    font-family: var(--ff-inter);
    font-size: 5rem;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 4.10256vw);
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: -1;
}

@media (min-width: 768px) {
    .contact__title__bg {
        font-family: var(--ff-inter);
        font-size: 8.75rem;
        top: calc(50% - 16px);
    }
}

@media (min-width: 992px) {
    .contact__title__bg {
        font-size: 11.25rem;
    }
}

.contact__title__ja {
    color: var(--color-white);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__title__ja {
        font-size: 3.125rem;
        line-height: 1.4;
    }
}

.contact__title__ja em {
    color: var(--color-yellow-warning);
    font-style: normal;
}

.contact__content {
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 768px) {
    .contact__content {
        margin: 0 0 60px;
    }
}

.contact__content p {
    color: var(--color-white);
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__content p {
        font-size: var(--fs18);
    }
}

.contact__main {
    background-color: rgba(var(--color-blue-pale-rgb), 0.8);
    border-radius: 3.0769230769vw;
    margin: 0 auto 10.2564102564vw;
    max-width: 213.3333333333vw;
    padding: 7.6923076923vw var(--c-pad) 7.6923076923vw;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__main {
        border-radius: 16px;
        margin: 0 auto 70px;
        max-width: 832px;
        padding: 70px var(--c-pad) 60px;
    }
}

.contact__main-inner {
    margin: 0 auto;
    max-width: 155.8974358974vw;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__main-inner {
        max-width: 608px;
    }
}

.contact__main .error_format {
    color: var(--color-red-error);
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    margin: 1.0256410256vw 0 0;
}

@media (min-width: 768px) {
    .contact__main .error_format {
        font-size: var(--fs16);
        margin: 4px 0 0;
    }
}

.contact__main .error_blank {
    color: var(--color-red-error);
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    margin: 1.0256410256vw 0 0;
}

@media (min-width: 768px) {
    .contact__main .error_blank {
        font-size: var(--fs16);
        margin: 4px 0 0;
    }
}

.contact__main__label {
    display: block;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 2.0512820513vw;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .contact__main__label {
        margin: 0 0 8px;
    }
}

.contact__main__label > span {
    display: none;
}

.contact__main__label .--required {
    color: var(--color-red-error);
    margin: 0 0 0 1.0256410256vw;
}

@media (min-width: 768px) {
    .contact__main__label .--required {
        margin: 0 0 0 4px;
    }
}

.contact__main__label:has(.required):after {
    color: var(--color-red-error);
    content: "*";
    margin: 0 0 0 1.0256410256vw;
}

@media (min-width: 768px) {
    .contact__main__label:has(.required):after {
        margin: 0 0 0 4px;
    }
}

.contact__main__field {
    display: block;
    margin: 0 0 6.1538461538vw;
    padding: 0;
}

@media (min-width: 768px) {
    .contact__main__field {
        margin: 0 0 29px;
    }
}

.contact__main__field:last-child {
    margin-bottom: 0;
}

.contact__main__field input[type=text], .contact__main__field input[type=email] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-white);
    border: 0.5128205128vw solid var(--color-primary-blue);
    border-radius: 2.5641025641vw;
    font-size: var(--fs16);
    font-weight: 500;
    height: 13.3333333333vw;
    padding: 0.2em 4.6153846154vw 0;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__main__field input[type=text], .contact__main__field input[type=email] {
        border-radius: 10px;
        border-width: 2px;
        height: 52px;
        padding: 0.2em 18px 0;
    }
}

.contact__main__field input[type=text]::placeholder, .contact__main__field input[type=email]::placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field input[type=text]::-webkit-input-placeholder, .contact__main__field input[type=email]::-webkit-input-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field input[type=text]::-moz-placeholder, .contact__main__field input[type=email]::-moz-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field input[type=text]:-ms-input-placeholder, .contact__main__field input[type=email]:-ms-input-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field input[type=text]:-moz-placeholder, .contact__main__field input[type=email]:-moz-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-white);
    border: 0.5128205128vw solid var(--color-primary-blue);
    border-radius: 2.5641025641vw;
    font-size: var(--fs16);
    font-weight: 500;
    height: 35.8974358974vw;
    padding: 4.6153846154vw;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__main__field textarea {
        border-radius: 10px;
        border-width: 2px;
        height: 140px;
        padding: 18px;
    }
}

.contact__main__field textarea::placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field textarea::-webkit-input-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field textarea::-moz-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field textarea:-ms-input-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field textarea:-moz-placeholder {
    color: rgba(var(--color-black-rgb), 0.3);
    font-size: var(--fs16);
    font-weight: 400;
}

.contact__main__field__select {
    position: relative;
}

.contact__main__field__select:after {
    background-image: url(../images/main/contact-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.3333333333vw 2.0512820513vw;
    bottom: 0;
    content: "";
    display: block;
    height: 2.0512820513vw;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 5.1282051282vw;
    top: 0;
    width: 3.3333333333vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .contact__main__field__select:after {
        background-size: 13px 8px;
        height: 8px;
        right: 20px;
        width: 13px;
    }
}

.contact__main__field__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.5128205128vw solid var(--color-primary-blue);
    border-radius: 2.5641025641vw;
    box-shadow: none;
    color: var(--color-black);
    cursor: pointer;
    font-size: var(--fs16);
    font-weight: 500;
    height: 13.3333333333vw;
    line-height: 1.2;
    padding: calc(2.5641vw + 0.2em) 10.2564102564vw 2.5641025641vw 4.6153846154vw;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__main__field__select select {
        border-radius: 10px;
        border-width: 2px;
        font-size: var(--fs16);
        height: 52px;
        padding: calc(10px + 0.2em) 40px 10px 18px;
    }
}

.contact__main__field__select select::-ms-expand {
    display: none;
}

.contact__main__field__radio {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 2.0512820513vw 3.0769230769vw;
    justify-content: flex-start;
    max-width: 143.5897435897vw;
}

@media (min-width: 768px) {
    .contact__main__field__radio {
        gap: 16px 12px;
        max-width: 560px;
        padding: 2px 0 0;
    }
}

.contact__main__field__radio__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .contact__main__field__radio__item {
        flex: 0 0 calc(50% - 6px);
    }
}

.contact__main__field__radio label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .contact__main__field__radio label {
        font-size: var(--fs14);
    }
}

.contact__main__field__radio label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.contact__main__field__radio label span {
    display: block;
    padding: 0.15em 0 0 5.1282051282vw;
    position: relative;
}

@media (min-width: 768px) {
    .contact__main__field__radio label span {
        padding: 0.15em 0 0 20px;
    }
}

.contact__main__field__radio label span:before {
    background-color: var(--color-white);
    border: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.6);
    border-radius: 2.0512820513vw;
    bottom: auto;
    content: "";
    height: 4.1025641026vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0.5128205128vw;
    width: 4.1025641026vw;
}

@media (min-width: 768px) {
    .contact__main__field__radio label span:before {
        border-radius: 8px;
        border-width: 2px;
        height: 16px;
        top: 2px;
        width: 16px;
    }
}

.contact__main__field__radio label span:after {
    background-color: var(--color-primary-blue);
    border-radius: 50%;
    bottom: auto;
    content: "";
    display: block;
    height: 2.5641025641vw;
    left: 0.7692307692vw;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 1.2820512821vw;
    width: 2.5641025641vw;
}

@media (min-width: 768px) {
    .contact__main__field__radio label span:after {
        height: 10px;
        left: 3px;
        top: 5px;
        width: 10px;
    }
}

.contact__main__field__radio label input:checked ~ span:after {
    opacity: 1;
}

.contact__main__field__radio label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.contact__main__field__checkbox {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0.5128205128vw 3.0769230769vw;
    justify-content: flex-start;
    max-width: 143.5897435897vw;
}

@media (min-width: 768px) {
    .contact__main__field__checkbox {
        gap: 10px 12px;
        max-width: 560px;
    }
}

.contact__main__field__checkbox__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .contact__main__field__checkbox__item {
        flex: 0 0 calc(50% - 6px);
    }
}

.contact__main__field__checkbox label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .contact__main__field__checkbox label {
        font-size: var(--fs14);
    }
}

.contact__main__field__checkbox label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.contact__main__field__checkbox label span {
    display: block;
    padding: 0.15em 0 0 5.1282051282vw;
    position: relative;
}

@media (min-width: 768px) {
    .contact__main__field__checkbox label span {
        padding: 0.2em 0 0 20px;
    }
}

.contact__main__field__checkbox label span:before {
    background-color: var(--color-white);
    border: 0.5128205128vw solid rgba(var(--color-primary-blue-rgb), 0.6);
    border-radius: 1.0256410256vw;
    bottom: 0;
    content: "";
    height: 4.1025641026vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4.1025641026vw;
}

@media (min-width: 768px) {
    .contact__main__field__checkbox label span:before {
        border-radius: 4px;
        border-width: 2px;
        height: 16px;
        width: 16px;
    }
}

.contact__main__field__checkbox label span:after {
    background-image: url(../images/icons/icon-blue-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3vw;
    left: 0.5128205128vw;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 4vw;
}

@media (min-width: 768px) {
    .contact__main__field__checkbox label span:after {
        height: 12px;
        left: 2px;
        width: 14px;
    }
}

.contact__main__field__checkbox label input:checked ~ span:after {
    opacity: 1;
}

.contact__main__field__checkbox label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.contact__main__field__note {
    margin: 2.0512820513vw 0 0;
}

@media (min-width: 768px) {
    .contact__main__field__note {
        margin: 8px 0 0;
    }
}

.contact__main__field__note p {
    font-size: var(--fs12);
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 1.25em;
    text-indent: -1.25em;
}

@media (min-width: 768px) {
    .contact__main__field__note p {
        font-size: var(--fs14);
    }
}

.contact__action {
    cursor: pointer;
    margin: 0 auto;
    max-width: 104.6153846154vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__action {
        max-width: 408px;
    }
}

.contact__action__arrow {
    background-image: linear-gradient(93deg, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 9.8461538462vw;
    left: auto;
    margin: auto 0;
    pointer-events: none;
    position: absolute;
    right: 3.2820512821vw;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 9.8461538462vw;
    z-index: 2;
}

@media (min-width: 768px) {
    .contact__action__arrow {
        height: 48px;
        right: 16px;
        width: 48px;
    }
}

.contact__action__arrow:before {
    background-image: url(../images/icons/icon-white-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.6923076923vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5128205128vw;
}

@media (min-width: 768px) {
    .contact__action__arrow:before {
        height: 18px;
        width: 22px;
    }
}

.contact__action__text {
    align-items: center;
    border-radius: 10.2564102564vw;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 0 5.1282051282vw 0 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .contact__action__text {
        border-radius: 40px;
        padding: 0 20px 0 0;
    }
}

.contact__action__text:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -25.641025641vw;
    width: 7.6923076923vw;
}

@media (min-width: 768px) {
    .contact__action__text:before {
        top: -100px;
        width: 30px;
    }
}

.contact__action__submit {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: none;
    border-radius: 10.2564102564vw;
    box-shadow: 0vw 1.2820512821vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
    color: var(--color-primary-blue);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs20);
    font-weight: 700;
    height: 16.4102564103vw;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 104.6153846154vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    .contact__action__submit {
        border-radius: 40px;
        box-shadow: 0px 5px 15px 2px rgba(14, 36, 72, 0.25);
        font-size: var(--fs20);
        height: 80px;
        max-width: 408px;
        padding: 0 20px 0 0;
    }
}

.contact__action:focus .contact__action__submit {
    box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
}

@media (min-width: 768px) {
    .contact__action:focus .contact__action__submit {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}

.contact__action:focus .contact__action__text:before {
    animation: kiran 0.75s linear;
}

.contact__action:focus .contact__action__arrow {
    transform: scale(1.15);
}

@media (hover: hover) and (pointer: fine) {
    .contact__action:hover .contact__action__submit {
        box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .contact__action:hover .contact__action__submit {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}

@media (hover: hover) and (pointer: fine) {
    .contact__action:hover .contact__action__text:before {
        animation: kiran 0.75s linear;
    }

    .contact__action:hover .contact__action__arrow {
        transform: scale(1.15);
    }
}

#confirm_field {
    background-color: var(--color-white);
    border-radius: 3.0769230769vw;
    display: none;
    margin: 0 auto 10.2564102564vw;
    max-width: 213.3333333333vw;
    padding: 7.6923076923vw var(--c-pad) 7.6923076923vw;
    width: calc(100% - var(--c-pad)*2);
}

@media (min-width: 768px) {
    #confirm_field {
        border-radius: 16px;
        margin: 0 auto 70px;
        max-width: 832px;
        padding: 70px var(--c-pad) 70px;
    }
}

#confirm_field > h2 {
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6.1538461538vw;
    text-align: center;
}

@media (min-width: 768px) {
    #confirm_field > h2 {
        font-size: var(--fs20);
        margin: 0 0 24px;
    }
}

#confirm_field > dl {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 155.8974358974vw;
    width: 100%;
}

@media (min-width: 768px) {
    #confirm_field > dl {
        max-width: 608px;
    }
}

#confirm_field > dl > dt {
    border-bottom: 1px solid rgba(var(--color-black-rgb), 0.5);
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 2.0512820513vw;
    text-align: left;
}

@media (min-width: 768px) {
    #confirm_field > dl > dt {
        flex: 0 0 260px;
        font-size: var(--fs16);
        padding: 20px 0;
    }
}

#confirm_field > dl > dd {
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs14);
    margin: 0;
    padding: 2.0512820513vw 0 7.1794871795vw;
    text-align: left;
}

@media (min-width: 768px) {
    #confirm_field > dl > dd {
        border-bottom: 1px solid rgba(var(--color-black-rgb), 0.5);
        flex: 0 0 calc(100% - 260px);
        font-size: var(--fs16);
        padding: 20px 0 20px 20px;
    }
}

#confirm_field #confirm_submit {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw;
    justify-content: center;
    margin: 15.3846153846vw auto 0;
    max-width: 153.8461538462vw;
}

@media (min-width: 768px) {
    #confirm_field #confirm_submit {
        flex-wrap: nowrap;
        gap: 40px;
        margin: 60px auto 0;
        max-width: 600px;
    }
}

#confirm_field #confirm_submit #confirm_submit_button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-image: linear-gradient(to right, rgb(22, 144, 232) 0%, rgb(0, 58, 196) 41%, rgb(0, 43, 146) 100%);
    border: none;
    border-radius: 10.2564102564vw;
    box-shadow: 0vw 1.2820512821vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs20);
    font-weight: 700;
    height: 16.4102564103vw;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 104.6153846154vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    #confirm_field #confirm_submit #confirm_submit_button {
        border-radius: 40px;
        box-shadow: 0px 5px 15px 2px rgba(14, 36, 72, 0.25);
        font-size: var(--fs20);
        height: 80px;
        width: calc(100% - 20px);
    }
}

#confirm_field #confirm_submit #confirm_submit_button:focus {
    box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
    opacity: 0.75;
}

@media (min-width: 768px) {
    #confirm_field #confirm_submit #confirm_submit_button:focus {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}

@media (hover: hover) and (pointer: fine) {
    #confirm_field #confirm_submit #confirm_submit_button:hover {
        box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
        opacity: 0.75;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    #confirm_field #confirm_submit #confirm_submit_button:hover {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}

#confirm_field #confirm_submit #confirm_cancel_button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: none;
    border-radius: 10.2564102564vw;
    box-shadow: 0vw 1.2820512821vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
    color: var(--color-primary-blue);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs20);
    font-weight: 700;
    height: 16.4102564103vw;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 104.6153846154vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    #confirm_field #confirm_submit #confirm_cancel_button {
        border-radius: 40px;
        box-shadow: 0px 5px 15px 2px rgba(14, 36, 72, 0.25);
        font-size: var(--fs20);
        height: 80px;
        width: calc(100% - 20px);
    }
}

#confirm_field #confirm_submit #confirm_cancel_button:focus {
    box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
    opacity: 0.75;
}

@media (min-width: 768px) {
    #confirm_field #confirm_submit #confirm_cancel_button:focus {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}

@media (hover: hover) and (pointer: fine) {
    #confirm_field #confirm_submit #confirm_cancel_button:hover {
        box-shadow: 0vw 0vw 3.8461538462vw 0.5128205128vw rgba(14, 36, 72, 0.25);
        opacity: 0.75;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    #confirm_field #confirm_submit #confirm_cancel_button:hover {
        box-shadow: 0px 0px 15px 2px rgba(14, 36, 72, 0.25);
    }
}