body {
    margin: 0;
    font-family: "Noto Sans JP";
    color: var(--color-main);
}

a {
    color: var(--color-main);
}

:root {
    --color-main: #37457B;
}
.banner-text-img {
    width: clamp(200px, 37vw, 520px);
    transform: translateY(10px);
}

.bg-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.banner_txt_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    height: 200px;
}

.banner-content {
    color: #37457B;
    font-weight: 600;
    font-size: 20px;
    font-family: "Noto Sans JP";
    line-height: 160%;
    text-align: center;
    transform: translateY(44px);
    letter-spacing: 2px;
}

.main-heading-lp {
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    font-size: 30px;
    line-height: 52px;
    color: #334172;
}

.color-orange {
    color: #E35205;
}

.heading-lp, .doctor-guide-heading {
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    font-size: 25px;
    line-height: 52.27px;
    text-align: left !important;
    letter-spacing: 0.6px;
}

.heading-lp {
    color: #32407E;
}

.main-heading-span-orange {
    font-size: 36px;
    font-weight: bold;
    color: #E35205;
}

.text-decoration, .main-text-decoration {
    display: flex;
    width: 744px;
}

.neuro_inner_container .text-decoration {
    width: 650px;
}

.lp-content {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    color: #393636;
    letter-spacing: 0.05px;
}

.img-caption {
    font-weight: 400;
    font-size: 14px;
    font-family: "Noto Sans JP";
    line-height: 24px;
    color: #000000;
}

.text-right {
    display: flex;
    justify-content: end;
}

.neuro_outer_container {
    background-color: #F6F6F6;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: clip;
}

.neuro_inner_container {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    padding-left: clamp(70px, 12.5vw - 80px, 130px);
    padding-right: clamp(70px, 12.5vw - 80px, 130px);
    position: relative;
}

.orange-decorator {
    position: absolute;
    width: clamp(200px, 46vw, 660px);
    max-width: 100%;
    top: 0;
    right: 0;
    transform: none;
}

.neuro_hr_card_container {
    display: flex;
    align-items: stretch;
    padding-left: clamp(64px, 12.5vw - 130px, 200px);
}

.neuro_hr_card-image img {
    width: 168px;
    object-fit: cover;
    display: block;
}

.neuro_hr_card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.neuro_multiple_cardwrapper {
    display: flex;
    gap: 35px;
    justify-content: center;
    width: 100%;
    margin-top: 120px;
}

.neuro_vr_card {
    flex: 1 1 calc((100% - 70px) / 3);
    max-width: 389px;
    min-width: 280px;
    height: auto;
    background: #FFFFFF;
    padding: 30px 25px 35px 25px;
    box-sizing: border-box;
    box-shadow: 6px 6px 0px #D0D5E8;
    display: flex;
    flex-direction: column;
    position: relative;
}

.neuro_vr_content {
    flex: 1;
}

.neuro_vr_content {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    padding: 5px 0px 10px 0px;
}

.neuro_vr_top_content {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #32407E;
    text-align: center;
    padding: 5px 0px 10px 0px;
    flex: 1;
}

.neuro_vr_cardimage {
    padding: 40px 0px 30px 0px;
}

.neuro_multiple_cardwrapper .neuro_vr_card:first-child img {
    padding-bottom: 60px;
}

.neuro_multiple_cardwrapper .neuro_vr_card:nth-child(2) .neuro_vr_card_image {
    width: 237px;
    margin: auto;
}

.neuro_number_img {
    position: absolute;
    top: -11%;
    left: 15px;
}

.orange-colourbox {
    width: 100%;
    height: 28px;
    background-color: #FAAD80;
    margin-top: 20px;
}

.plexiform_neuro_card_container {
    display: flex;
    align-items: end;
}

.doctor-guide-outer {
    background-color: #FFDCC0;
    height: auto;
    position: relative;
}

.doctor-guide-container {
    background-color: #FFFFFF;
    padding: 60px 10px 0px 60px;
    box-shadow: 6px 6px 0 0 #EAC2A3;
    position: relative;
}

.doctor-guide-heading {
    font-size: 27px !important;
    color: #E35205 !important;
}

.doctor-guide-txt-right {
    font-family: "Zen Maru Gothic";
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #393636;
    text-align: end;
}

    .doctor-guide-txt-right span {
        font-size: 24px !important;
    }

.doctor-guide-card-image img {
    width: 274px;
    object-fit: cover;
    display: block;
}

@media (min-width: 1350px) and (max-width: 1479.99px) {
    .tape::before {
        top: 5% !important;
        left: 42px !important;
    }
}

@media (min-width: 1480px) {
    .tape::before {
        top: 5% !important;
        left: 55px !important;
    }

    .tape::after {
        background-position: calc(100% - 71px) calc(100% - 65px) !important;
    }
}

.tape::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background-image: url("-/media/nf1redesignJP/PN-LP/tape.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.tape::after {
    position: absolute;
    content: "";
    inset: 0;
    background-image: url("-/media/nf1redesignJP/PN-LP/tape.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 55px) calc(100% - 62px);
}

.btn-arrow {
    position: relative;
    background-color: #EB5E02;
    color: #FFFFFF;
    width: 386px;
    height: 66px;
    border-radius: 100px;
    font-size: 24px;
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    padding: 12px 30px 10px 34px;
    margin-top: 20px;
}

    .btn-arrow::before {
        content: '';
        position: absolute;
        top: calc(50% - 16px);
        right: 15px;
        width: 31px;
        height: 31px;
        transform: translate(-50%);
        background: #fff;
        border-radius: 50%;
    }

    .btn-arrow::after {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 6px);
        right: 42px;
        width: 12.14px;
        height: 12.25px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 2.18px solid #E6410A;
        border-bottom: 2.18px solid #E6410A;
    }

.btn-arrow-blue {
    position: relative;
    color: #FFFFFF;
    width: 386px;
    height: 66px;
    border-radius: 100px;
    font-size: 24px;
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    padding: 12px 30px 10px 34px;
    background-color: #37457B;
    text-align: center;
}

    .btn-arrow-blue::before {
        content: '';
        position: absolute;
        top: calc(50% - 16px);
        right: 15px;
        width: 31px;
        height: 31px;
        transform: translate(-50%);
        background: #fff;
        border-radius: 50%;
    }

    .btn-arrow-blue::after {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 6px);
        right: 42px;
        width: 12.14px;
        height: 12.25px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 2.18px solid #37457B;
        border-bottom: 2.18px solid #37457B;
    }

.image-inquiry {
    width: 347px !important;
}

.inquiry_card_container {
    display: flex;
    background-color: #FFF7E8;
    border-radius: 20px;
    padding: 40px;
}

.inquiry-text {
    font-weight: 600;
    font-size: 20px;
    font-family: "Noto Sans JP";
    line-height: 40px;
    color: #32407E;
}

.institution_hr_card-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.institution_hr_card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-institution {
    width: 219px;
}

.text-underline-container {
    display: flex;
    justify-content: center;
}

.anchor-text-underline {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    position: relative;
    display: inline-block;
    color: #32407E;
}

    .anchor-text-underline::after {
        content: '';
        position: absolute;
        top: 42.5%;
        right: -15px;
        width: 9.2px;
        height: 8.74px;
        transform: rotate(-45deg);
        border-right: 2.18px solid #37457B;
        border-bottom: 2.18px solid #37457B;
    }

.lp-note-container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: clamp(70px, 12.5vw - 80px, 130px);
    padding-right: clamp(70px, 12.5vw - 80px, 130px);
    background-color: #F5F5F5;
}

    .lp-note-container li, .lp-note-container span {
        font-family: "Noto Sans JP";
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        width: 100%;
        font-size: 14px;
        word-break: break-word;
    }

    .lp-note-container span {
        font-weight: 600 !important;
    }

.note-number-list {
    padding-left: 1.5rem;
    list-style: none;
    counter-reset: item;
}

    .note-number-list li {
        counter-increment: item;
        margin-left: 4px;
    }

        .note-number-list li::before {
            font-weight: 400;
            content: counter(item) ") ";
            position: absolute;
            margin-left: -1.7rem;
        }

@media (min-width: 768px) and (max-width: 1349.98px) {
    .tape::before {
        top: 5% !important;
        left: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    .neuro_hr_card-content .text-decoration {
        width: 100%;
    }

    .neuro_inner_container {
        padding-bottom: 3rem;
    }

    .doctor-guide-container::before {
        top: -7%;
    }

    .tape::before {
        top: 3% !important;
        left: 8px !important;
    }

    .tape::after {
        background-position: calc(100% - 13px) calc(100% - -3px);
    }

    .btn-arrow {
        width: clamp(285px, 28vw, 386px);
        font-size: 16px;
        padding: 18px 30px 10px 34px;
        margin-top: 20px;
    }

    .image-inquiry {
        width: 220px !important;
    }
}

@media (min-width: 1080px) and (max-width: 1350px) {
    .doctor-guide-container::before {
        top: -13%;
    }

    .tape::after {
        background-position: calc(100% - 28px) calc(100% - 62px);
    }
}

@media (max-width: 1080px) {
    .neuro_multiple_cardwrapper {
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .card {
        flex: 1 1 calc((100% - 35px) / 2);
        max-width: none;
    }

    .neuro_vr_card {
        margin: 30px 0px 30px 0px;
    }
}

@media (max-width: 768px) {
    .neuro_multiple_cardwrapper {
        gap: 20px;
    }

    .neuro_vr_card {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .banner-content {
        font-size: 14px;
    }

    .banner-text-img {
        transform: translateY(25px);
    }

    .text-decoration {
        width: 100%;
    }

    .neuro_inner_container .text-decoration, .main-text-decoration {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .neuro_inner_container {
        padding: 3.75rem 1.500rem 2.75rem 1.500rem;
    }

        .neuro_inner_container .text-decoration, .main-text-decoration, .btn-arrow, .btn-arrow-blue, .image-inquiry, .neuro_vr_card_image, .orange-decorator {
            width: 100% !important;
        }

    .neuro_hr_card_container, .plexiform_neuro_card_container, .inquiry_card_container, .institution_hr_card-container {
        flex-direction: column;
    }

    .banner-text-img {
        width: 90%;
        transform: translateY(-55px);
    }

    .banner-content {
        font-size: 13.48px;
        transform: translateY(-35px);
        letter-spacing: 1.2px;
    }

    .main-heading-lp {
        font-size: 24px;
        line-height: 40px;
    }

    .main-heading-span-orange {
        font-size: 28px;
    }

    .lp-content {
        font-size: 18px;
        line-height: 38px;
    }

    .heading-lp {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    .img-caption, .img-caption span {
        margin-top: 5px;
        font-size: 12px;
        line-height: 22px;
    }

    .neuro_hr_card_container {
        padding-left: 0px;
    }

    .neuro_hr_card-image img, .neuro_img {
        width: 118px;
        margin: 20px auto;
    }

    .neuro_multiple_cardwrapper {
        margin-top: 70px;
    }

    .neuro_number_img {
        width: 112px;
    }

    .neuro_vr_card {
        height: auto;
        padding: 30px 20px 35px 20px;
    }

    .neuro_vr_content {
        font-size: 16px;
        line-height: 32px;
    }

    .neuro_multiple_cardwrapper .neuro_vr_card:nth-child(2) .neuro_vr_card_image {
        width: 212px !important;
        margin-bottom: 10px;
    }

    .neuro_multiple_cardwrapper .neuro_vr_card:nth-child(3) .neuro_vr_card_image {
        margin-top: 10px;
    }

    .neuro_multiple_cardwrapper .neuro_vr_card:first-child .neuro_vr_card_image {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .neuro_multiple_cardwrapper .neuro_vr_card:nth-child(2) .neuro_number_img,
    .neuro_multiple_cardwrapper .neuro_vr_card:nth-child(3) .neuro_number_img {
        top: -9% !important;
    }

    .doctor-guide-container {
        padding: 30px 20px 0px 20px;
    }

    .doctor-guide-heading {
        font-size: 21px !important;
        line-height: 36px;
    }

    .doctor-guide-txt-right {
        font-size: 18px;
        line-height: 32px;
        width: 56%;
        padding-top: 25px;
        padding-bottom: 20px;
    }

        .doctor-guide-txt-right span {
            font-size: 22px !important;
            line-height: 36px;
        }

    .doctor-guide-img {
        position: absolute;
        top: -179px;
        left: -127px;
        width: 143px !important;
    }

    .doctor-guide-card-image {
        position: relative;
    }

    .tape::before {
        background-image: url("-/media/nf1redesignJP/PN-LP/tape-mb-before.png");
        background-position: top left;
    }

    .tape::after {
        background-image: url("-/media/nf1redesignJP/PN-LP/tape-mb-after.png");
        background-position: calc(100% - 0px) calc(100% - -5px);
    }

    .inquiry_card_container {
        padding: 30px 20px 30px 20px;
    }

    .image-inquiry {
        margin-top: 0px !important;
    }

    .inquiry-text {
        font-size: 18px;
        line-height: 36px;
    }

    .btn-arrow, .btn-arrow-blue {
        font-size: 20px;
        padding: 17px 22px 10px 20px;
    }

        .btn-arrow::before, .btn-arrow-blue::before {
            width: 24px !important;
            height: 24px !important;
            right: 6px;
            top: calc(50% - 13px);
        }

        .btn-arrow::after {
            top: calc(50% - 5px);
            right: 26px;
            width: 9.14px;
            height: 9.25px;
            border-right: 2px solid #E6410A;
            border-bottom: 2px solid #E6410A;
        }

        .btn-arrow-blue::after {
            top: calc(50% - 5px);
            right: 26px;
            width: 9.14px;
            height: 9.25px;
            border-right: 2px solid #37457B;
            border-bottom: 2px solid #37457B;
        }

    .image-institution {
        width: 181px;
        margin-bottom: 12px;
    }

    .anchor-text-underline {
        font-size: 15px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

        .anchor-text-underline::after {
            width: 8.2px;
            height: 7.74px;
        }

    .lp-note-container {
        padding-left: 1.500rem;
        padding-right: 1.500rem;
    }

        .lp-note-container li, .lp-note-container span {
            font-size: 12px;
            line-height: 22px;
        }

    .neuro_inner_container .footer-relations {
        padding: 0 5vw !important;
    }
}



.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

a {
    text-decoration: none;
    color: var(--color-main);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .footer-bottom {
        flex-direction: column;
        max-height: none;
        align-items: center;
    }
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-logo {
        width: 80%;
        flex-direction: column;
        max-height: none;
        gap: 1.125rem;
        align-items: center;
        margin-bottom: 1.875rem;
    }
}

.footer-bottom .footer-logo {
    display: flex;
    max-height: 45px;
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-logo .footer-logo-img {
        max-width: 190px;
    }
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-logo .footer-logo-text {
        max-width: 234px;
    }
}

.footer-bottom .footer-logo .footer-logo-text {
    max-width: 200px;
    box-sizing: content-box;
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-relations {
        display: flex;
        flex-direction: column;
        padding: 0 10vw;
        gap: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-relations .footer-relations-row {
        gap: 25px;
    }
}

.footer-bottom .footer-relations .footer-relations-row {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.footer-right-text {
    font-size: 14px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    color: #38457B;
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-relations .small {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-logo {
        width: 80%;
        flex-direction: column;
        max-height: none;
        gap: 1.125rem;
        align-items: center;
        margin-bottom: 1.875rem;
    }

    .footer-right-text {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .institution_hr_card-container {
        justify-content: center !important;
        margin-top: 3rem;
    }

    .institution_card-image {
        position: absolute;
        top: 15%;
        left: 75%;
    }

    .image-institution {
        width: clamp(100px, 15vw, 219px);
    }
}
