.header-img {
    background-image: url("/img/priceplan/header-img.png");
    background-size: cover;
    height: 550px;
}

.img-g {
    display: none;
}


.wih-top {
    gap: 75px;
    margin-top: 155px;
    margin-bottom: auto;
}

.wih-top img {
    width: 100%;
    max-width: 600px;
    min-width: 200px;
    /* padding: 2%; */
}

.top-card {
    width: 100%;
    max-width: 600px;
    min-width: 415px;
    height: auto;
    /* background: linear-gradient(75.83deg, rgba(255, 255, 255, 0.3) 1.96%, rgba(255, 255, 255, 0.9) 98.04%); */
    box-shadow: 1px 4px 10px #00000033;
    text-align: start;
    text-align: start;
    padding-top: 48px;
    padding-bottom: 32px;
    backdrop-filter: blur(20px);
}

.top-card p {
    margin-left: 28px;
    margin-right: 28px;
}

.top-text-h {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 24px;
}

.top-text-f {
    margin-top: 20px;
    margin-bottom: 24px;
}


.paln,
.price {
    gap: 24px;
    width: 100%;
    position: relative;
    margin-top: 180px;
}

.dn {
    width: 386px;
    position: relative;
    /* max-width: 392px; */
}

.card-o,
.card-b,
.card-o1,
.card-b1 {
    width: 384px;
    position: relative;
    box-shadow: 2px 4px 8px 0px #00000026;
    border-radius: 20px;
}

.card-o,
.card-b {
    height: 672px;
}

.card-o1,
.card-b1 {
    height: 768px;
}

.card-o,
.card-o1 {
    background-color: #FFDFCC;
}

.card-b,
.card-b1 {
    background-color: #CCEFFF;
}

.btn-o,
.btn-b {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    width: 100%;
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
    border: none;
    position: absolute;
    transform: translateX(-50%);
    top: -100px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    outline: none;
    box-shadow: none;
}

.btn-o {
    background-image: url("/img/priceplan/button-orange-1.png");
}

.btn-b {
    background-image: url("/img/priceplan/button-blue-1.png");
}

.paln-card,
.price-card {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 120px;
    background: linear-gradient(94.76deg, rgba(255, 255, 255, 0.4) 0.08%, rgba(255, 255, 255, 0.15) 99.92%);
}

.paln-card {
    height: 516px;
}

.price-card {
    height: 612px;
}

.paln-text {
    width: 100%;
    max-width: 400px;
    gap: 36px;
    margin-top: 36px;
}

.paln-text p {
    width: 100%;
    max-width: 400px;
    height: 60px;
    background-color: #FFFFFFBF;
    align-content: center;
    margin: 0px;
    flex-wrap: wrap;
}

.paln-btn {
    width: 300px;
    height: 48px;
    position: static;
}

.paln-combi {
    position: relative;
    width: 100%;
    gap: 59px;
    margin-top: 146px;
}

.combi-card {
    width: 100%;
    max-width: 300px;
    position: relative;
    overflow: visible;
    background: linear-gradient(135.95deg, rgba(255, 255, 255, 0.8) 0.92%, rgba(255, 255, 255, 0.24) 100%);
}

.combi-img {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
}

.combi-font-h {
    margin-top: 86px;
}

.combi-font-f {
    margin: 12px 20px 20px;
    text-align: start;
}

.combi-sign {
    width: 45px;
    margin-bottom: 65px;
}


.icon-o,
.icon-b {
    width: 200px;
    height: 50px;
    color: #fff;
    align-content: center;
    border-radius: 40px;
}

.icon-o {
    background-color: #E75500;
    margin-right: 436px;
}

.icon-b {
    background-color: #00A0E8;
}

.hw {
    width: 100%;
    position: relative;
}

.hw-font-h {
    margin-top: 30px;
}

.card-hw {
    width: 100%;
    max-width: 636px;
    height: 350px;
    margin-top: 168px;
    position: relative;
    align-content: center;
    justify-items: center;
    overflow: visible;
}

.hw-bgi {
    position: absolute;
    width: 85%;
    max-width: 1200px;
    top: -100px;
    z-index: -2;
}

/* .hw-text {
    margin-top: 32px;
} */

.hw-text span {
    font-weight: 500;
    color: #00A0E8;
}

.hw-dot {
    margin-top: 27px;
    margin-right: 4px;
}

.arrow1,
.arrow2,
.arrow3,
.arrow4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    text-shadow: 0px 4px 4px #00000040;

}

.arrow1 {
    background-image: url("/img/priceplan/Circle-Arrow-1.png");
    width: 234px;
    height: 206px;
    top: -98px;
    left: -105px;
}

.arrow2 {
    background-image: url("/img/priceplan/Circle-Arrow-2.png");
    width: 206px;
    height: 234px;
    top: -98px;
    right: -105px;
}

.arrow3 {
    background-image: url("/img/priceplan/Circle-Arrow-3.png");
    width: 234px;
    height: 206px;
    bottom: -112px;
    right: -105px;
}

.arrow4 {
    background-image: url("/img/priceplan/Circle-Arrow-4.png");
    width: 206px;
    height: 206px;
    bottom: -112px;
    left: -105px;
}

.a-num {
    color: #fff;
    margin-top: 20px;
}

.arrow1 p {
    margin-right: 25px;
}

.arrow3 p {
    margin-left: 25px;
}

.a-text1 {
    color: #fff;
    margin-top: 20px;
}

.a-text2,
.a-text3 {
    color: #fff;
    margin-top: 4px;
}

.card-as {
    max-width: 1200px;
    height: auto;
}

.img-bgi {
    background: linear-gradient(60.75deg, rgba(0, 160, 232, 0.16) 52.48%, rgba(204, 239, 255, 0.02) 105.11%);
    width: 200px;
    min-height: 240px;
    position: relative;
    backdrop-filter: blur(30px)

}

.img-bgi img {
    max-width: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.as-font-h {
    margin-left: 12px;
}

.as-font-h span {
    color: #00A0E8;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}

.as-font-b {
    margin-left: 12px;
}


.as-font-f {
    margin-top: 34px;
    margin-bottom: 12px;
    margin-left: 12px;
}

.off {
    gap: 24px;
    width: 100%;
}

.card-off {
    width: 384px;
    height: 202px;
}

.off-low {
    background: linear-gradient(52.76deg, rgba(231, 85, 0, 0.16) 10.92%, rgba(255, 223, 204, 0.02) 73.93%);
    width: 100%;
    height: 76px;
    margin-bottom: 20px;
}

.off-low img {
    width: 56px;
    margin-left: 20px;
    margin-right: 20%;
}

.off-font-h,
.off-font-h span {
    font-family: "Roboto", sans-serif;
    color: #E75500;
}

.off-font-b {
    margin: 0px 20px;
}

.off-font-f {
    margin-top: 16px;
    margin-left: 20px;
}

.active-text p {
    font-weight: 500;
}

.btn-o:hover {
    background-image: url('/img/priceplan/button-orange-2.png');
}

.btn-b:hover {
    background-image: url('/img/priceplan/button-blue-2.png');
}

.card-o:hover,
.card-o1:hover {
    background-color: #FF7E33;
}

.card-b:hover,
.card-b1:hover {
    background-color: #33C0FF;
}


.bgi-1 {
    position: absolute;
    width: 80%;
    top: -240px;
    left: 120px;
    z-index: -5;
}

.bgi-2 {
    position: absolute;
    width: 100%;
    bottom: -410px;
    left: -120px;
    z-index: -5;

}

.bgi-3 {
    position: absolute;
    width: 170%;
    bottom: -25px;
    right: -130px;
    z-index: -5;
}

.bgi-4 {
    position: absolute;
    width: 120%;
    top: 70px;
    left: -100px;
    z-index: -5;
}

.bgi-5 {
    position: absolute;
    width: 180%;
    top: -125px;
    right: -80px;
    z-index: -5;
}

.bgi-6 {
    position: absolute;
    width: 130%;
    bottom: -85px;
    right: 5px;
    z-index: -5;
}

.bgi-7 {
    position: absolute;
    width: 60%;
    top: -20px;
    right: -20px;
    z-index: -5;
}

.bgi-8 {
    position: absolute;
    width: 50%;
    top: 230px;
    left: -80px;
    z-index: -5;
}

@media (min-width: 992px) {
    .header-img {
        margin-bottom: -8px;
    }

    .ss-text {
        align-self: self-start;
        margin-top: 16px;
    }

    .max {
        display: none;
    }

}

@media (max-width: 991px) {

    .f-h0 {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }

    .f-h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }

    .f-h2 {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 22px;
    }

    .f-h3 {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
    }

    .max {
        display: inline;
    }


    .header-img {
        height: auto;
        background-image: url("/img/priceplan/header-img-mo.png");
    }

    .top-card {
        text-align: center;
        min-width: 300px;
        padding: 24px 0px;
    }

    .top-card p {
        margin-left: 8px;
        margin-right: 8px;
    }

    .top-text-h {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }


    .wih-top {
        flex-direction: column-reverse;
        margin: 5%;
        margin-top: 80px;
        gap: 30px;
    }

    .wih-top img {
        min-width: 250px;
    }

    .img-g {
        display: flex;
        height: 440px;
        background: linear-gradient(360deg, #F8F8F8 0.93%, rgba(248, 248, 248, 0.6) 4.4%, rgba(255, 255, 255, 0) 14%);
    }

    .dn {
        width: 365px;
    }

    .card-o,
    .card-b {
        height: 454px;
        border-radius: 12px;
    }

    .card-o1,
    .card-b1 {
        height: 526px;
        border-radius: 12px;
    }

    .btn-o,
    .btn-b {
        background-size: contain;
        max-width: 100px;
    }

    .paln-card,
    .price-card {
        border-radius: 12px;
    }

    .paln,
    .price {
        margin-top: 80px;
        gap: 16px;
    }

    .paln-card {
        height: 384px;
        top: 50px;
    }

    .paln-text {
        gap: 24px;
        margin-top: 24px;
    }

    .paln-text p {
        height: 48px;
    }

    .paln-btn {
        width: 258px;
        height: 36px;
    }

    .paln-combi {
        width: 100%;
        gap: 30px;
        margin-top: 106px;
    }

    .combi-card {
        min-width: 360px;
        max-width: 430px;
        height: auto;
    }

    .combi-img {
        width: 130px;
        height: 130px;
        top: -66px;
        background: linear-gradient(138.03deg, rgba(255, 255, 255, 0.48) 18.29%, rgba(255, 255, 255, 0.12) 84.63%);
        border-radius: 50%;
    }

    .combi-font-f {
        margin: 8px 12px 20px;
    }

    .combi-sign {
        width: 30px;
        margin-bottom: 50px;
    }

    .price-card {
        height: 456px;
        top: 50px;
    }

    .icon-o,
    .icon-b {
        width: 110px;
        height: 28px;
    }

    .icon-o {
        margin-right: 142px;
    }

    .card-hw {
        text-align: start;
        justify-items: center;
        height: 316px;
        max-width: 252px;
        margin-top: 78px;
    }

    .hw-text {
        margin-top: 12px;
    }

    .hw-font-h {
        margin-top: 12px;
    }

    .hw-dot {
        margin-top: 0px;
    }

    .hw-bgi {
        top: -35px;
        width: 100%;
        height: 530px;
    }

    .arrow1,
    .arrow2,
    .arrow3,
    .arrow4 {
        justify-items: center;
        text-align: center;
    }

    .arrow1 {
        width: 126px;
        height: 110px;
        top: -56px;
        left: -57px;
    }

    .arrow2 {
        width: 110px;
        height: 126px;
        top: -56px;
        right: -57px;
    }

    .arrow3 {
        width: 126px;
        height: 110px;
        bottom: -58px;
        right: -57px;
    }

    .arrow4 {
        width: 110px;
        height: 110px;
        bottom: -58px;
        left: -57px;
    }

    .a-num {
        margin-top: 4px;
    }

    .arrow1 p {
        margin-right: 13px;
    }

    .arrow3 p {
        margin-left: 13px;
    }

    .a-text1 {
        margin-top: 10px;
    }

    .a-text2 {
        margin-top: -4px;
    }

    .a-text3 {
        margin-top: 0px;
    }

    .img-bgi {
        /* width: 100%; */
        max-width: 120px;
        min-height: 120px;
    }

    .img-bgi img {
        width: 80px;
    }

    .as-font-b {
        margin-top: 8px;
    }

    .as-font-f {
        margin-top: 12px;
    }

    .card-off {
        width: 100%;
        height: 154px;
    }

    .off-low {
        height: 56px;
        margin-bottom: 8px;
    }

    .off-low img {
        width: 40px;
        margin-right: 20%;
    }

    .off-font-f {
        margin-top: 12px;
    }

    .as-font-h span {
        font-size: 28px;
    }

    .combi-font-h {
        margin-top: 64px;
    }

    .bgi-1 {
        width: 96px;
        top: -130px;
        left: 40px;
    }

    .bgi-2 {
        width: 160px;
        bottom: -255px;
        left: -45px;
    }

    .bgi-3 {
        width: 500px;
        top: -90px;
        left: -50px;
    }

    .bgi-4 {
        width: 470px;
        top: -120px;
        left: -75px;
    }

    .bgi-5 {
        width: 450px;
        top: -140px;
        right: -40px;
    }

    .bgi-6 {
        width: 200px;
        top: -260px;
        left: -60px;
    }

    .bgi-7 {
        width: 100px;
        bottom: -30px;
        left: 50px;
    }

    .bgi-8 {
        width: 100px;
        bottom: -290px;
        left: -45px;
    }

}

@media (min-width: 1220px) {
    .max {
        display: inline;
    }

    .procedure-card,
    .gap-card {
        height: 510px;
    }
}


@media (min-width: 1290px) {
    .img-bgi {
        min-height: 200px;
    }
}