.l-lpheader {
    z-index: 200;
    background: #fff;
    width: 100%;
    height: 90px;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 2px 8px #00000014
}

@media (width<=768px) {
    .l-lpheader {
        height: 64px
    }
}

.l-lpheader .l-lpheader__inner {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex
}

@media (width<=768px) {
    .l-lpheader .l-lpheader__inner {
        gap: 8px;
        padding: 0 12px
    }
}

.l-lpheader .l-lpheader__logo {
    flex-shrink: 0;
    align-items: center;
    display: flex
}

.l-lpheader .l-lpheader__logo-emblem {
    width: 190px;
    height: auto
}

@media (width<=768px) {
    .l-lpheader .l-lpheader__logo-emblem {
        width: 125px
    }
}

.l-lpheader .l-lpheader__ctas {
    align-items: center;
    gap: 10px;
    display: flex
}

@media (width<=768px) {
    .l-lpheader .l-lpheader__ctas {
        gap: 6px
    }
}

.l-lpheader .l-lpheader__btn {
    white-space: pre-line;
    text-align: center;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 235px;
    height: 64px;
    padding: 0 28px 0 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    transition: opacity .2s;
    display: inline-flex;
    position: relative
}

.l-lpheader .l-lpheader__btn:hover {
    opacity: .85
}

.l-lpheader .l-lpheader__btn>span[aria-hidden=true] {
    font-size: 24px;
    position: absolute;
    top: 46%;
    right: 18px;
    transform: translateY(-50%)
}

@media (width<=768px) {
    .l-lpheader .l-lpheader__btn>span[aria-hidden=true] {
        font-size: 14px;
        right: 8px
    }

    .l-lpheader .l-lpheader__btn {
        white-space: nowrap;
        flex: 1;
        width: auto;
        min-width: 0;
        max-width: 140px;
        height: 36px;
        padding: 0 20px 0 10px;
        font-size: 11px;
        line-height: 1
    }

    .l-lpheader .l-lpheader__btn-pc {
        display: none
    }
}

.l-lpheader .l-lpheader__btn-sp {
    display: none
}

@media (width<=768px) {
    .l-lpheader .l-lpheader__btn-sp {
        display: inline
    }
}

@media (width>=769px) {
    .l-lpheader--blue .l-lpheader__btn {
        width: 160px;
        height: 64px;
        padding: 0 16px;
        font-size: 15px;
        line-height: 1.35
    }
}

.l-lpheader--blue .l-lpheader__btn--primary {
    color: #fff;
    background: linear-gradient(#0846b1, #0d2f7a)
}

.l-lpheader--blue .l-lpheader__btn--secondary {
    color: #0846b1;
    background: linear-gradient(#fff, #f8f8f8);
    border: 1px solid #0846b1
}

.l-lpheader--service .l-lpheader__btn--primary {
    color: #fff;
    background: #00a67e
}

.l-lpheader--service .l-lpheader__btn--secondary {
    color: #00a67e;
    background: #fff;
    border: 1px solid #00a67e
}

.l-lpheader--web {
    box-shadow: none;
    background: 0 0;
    position: fixed
}

.l-lpheader--web .l-lpheader__btn--primary {
    color: #fff;
    background: #00a0a8
}

.l-lpheader--web .l-lpheader__btn--secondary {
    color: #00a0a8;
    background: #fff;
    border: 1px solid #00a0a8
}

.l-lpfooter {
    color: #fff;
    background: #2b2b2b
}

.l-lpfooter .l-lpfooter__inner {
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 56px 40px 40px;
    display: flex
}

@media (width<=768px) {
    .l-lpfooter .l-lpfooter__inner {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 40px 20px 0
    }
}

.l-lpfooter .l-lpfooter__logo {
    flex-shrink: 0;
    align-items: center;
    gap: 14px;
    display: flex
}

.l-lpfooter .l-lpfooter__logo img {
    width: 56px;
    height: auto
}

.l-lpfooter .l-lpfooter__logo span {
    letter-spacing: .04em;
    font-family: Noto Serif JP, serif;
    font-size: 22px
}

@media (width<=768px) {
    .l-lpfooter .l-lpfooter__logo {
        border-bottom: 1px solid #fff3;
        justify-content: center;
        width: 100%;
        padding-bottom: 32px
    }

    .l-lpfooter .l-lpfooter__logo span {
        font-size: 28px
    }
}

.l-lpfooter .l-lpfooter__table {
    border-collapse: collapse
}

.l-lpfooter .l-lpfooter__table th,
.l-lpfooter .l-lpfooter__table td {
    text-align: left;
    vertical-align: top;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 400
}

.l-lpfooter .l-lpfooter__table th {
    opacity: .75;
    width: 100px;
    padding-right: 20px
}

@media (width<=768px) {
    .l-lpfooter .l-lpfooter__table {
        width: 100%
    }

    .l-lpfooter .l-lpfooter__table tr {
        border-bottom: 1px solid #fff3;
        padding: 10px 0 16px;
        display: block
    }

    .l-lpfooter .l-lpfooter__table th,
    .l-lpfooter .l-lpfooter__table td {
        text-align: center;
        opacity: 1;
        width: auto;
        padding: 0;
        display: block
    }

    .l-lpfooter .l-lpfooter__table th {
        margin-bottom: 0;
        padding-right: 0;
        font-size: 16px
    }

    .l-lpfooter .l-lpfooter__table td {
        font-size: 14px;
        line-height: 1.6
    }
}

.l-lpfooter .l-lpfooter__bottom {
    border-top: 1px solid #fff3;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 40px 28px;
    display: flex
}

@media (width<=768px) {
    .l-lpfooter .l-lpfooter__bottom {
        border-top: none;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        padding: 20px 20px 32px
    }
}

.l-lpfooter .l-lpfooter__legal {
    gap: 24px;
    display: flex
}

.l-lpfooter .l-lpfooter__legal a {
    opacity: .9;
    font-size: 13px
}

.l-lpfooter .l-lpfooter__legal a:hover {
    opacity: .7
}

@media (width<=768px) {
    .l-lpfooter .l-lpfooter__legal {
        flex-direction: column;
        align-items: center;
        gap: 14px
    }

    .l-lpfooter .l-lpfooter__legal a {
        opacity: 1;
        font-size: 14px
    }
}

.l-lpfooter .l-lpfooter__copyright {
    opacity: .85;
    font-size: 12px
}

@media (width<=768px) {
    .l-lpfooter .l-lpfooter__copyright {
        opacity: 1;
        text-align: center;
        font-size: 14px
    }
}

body {
    padding-bottom: 72px
}

@media (width<=768px) {
    body {
        padding-bottom: 70px
    }
}

body:has(.c-fixedbar--web),
body:has(.c-fixedbar--service),
body:has(.c-fixedbar--blue) {
    padding-bottom: 86px
}

@media (width<=768px) {

    body:has(.c-fixedbar--web),
    body:has(.c-fixedbar--service),
    body:has(.c-fixedbar--blue) {
        padding-bottom: 70px
    }
}

.c-fixedbar {
    z-index: 190;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: 72px;
    padding: 0 24px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 -2px 10px #0000001a
}

@media (width<=768px) {
    .c-fixedbar {
        flex-direction: row;
        gap: 16px;
        height: 70px;
        min-height: 0;
        padding: 10px 16px
    }
}

.c-fixedbar .c-fixedbar__message {
    flex-direction: column;
    gap: 2px;
    font-size: 15px;
    font-weight: 700;
    display: flex
}

@media (width<=768px) {
    .c-fixedbar .c-fixedbar__message {
        display: none
    }
}

.c-fixedbar .c-fixedbar__ctas {
    gap: 10px;
    display: flex
}

@media (width<=768px) {
    .c-fixedbar .c-fixedbar__ctas {
        gap: 16px;
        width: 100%
    }
}

.c-fixedbar .c-fixedbar__btn {
    white-space: nowrap;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    transition: opacity .2s;
    display: inline-flex;
    position: relative
}

.c-fixedbar .c-fixedbar__btn:hover {
    opacity: .85
}

@media (width<=768px) {
    .c-fixedbar .c-fixedbar__btn>span[aria-hidden=true] {
        font-size: 16px;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%)
    }

    .c-fixedbar .c-fixedbar__btn {
        white-space: pre-line;
        text-align: center;
        flex: 1;
        height: 50px;
        padding: 0 22px 0 8px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3
    }

    .c-fixedbar .c-fixedbar__btn .c-fixedbar__btn-pc {
        display: none
    }
}

.c-fixedbar .c-fixedbar__btn .c-fixedbar__btn-sp {
    display: none
}

@media (width<=768px) {
    .c-fixedbar .c-fixedbar__btn .c-fixedbar__btn-sp {
        display: inline
    }
}

.c-fixedbar--blue {
    background: #b5c8e8;
    height: 86px
}

@media (width<=768px) {
    .c-fixedbar--blue {
        height: 70px
    }
}

.c-fixedbar--blue .c-fixedbar__message {
    color: #0846B2;

    letter-spacing: .04em;
    font-size: 16px;
    line-height: 1.45
}

@media (width>=769px) {
    .c-fixedbar--blue .c-fixedbar__btn {
        min-width: 260px;
        height: 56px;
        padding: 0 36px 0 20px
    }

    .c-fixedbar--blue .c-fixedbar__btn>span[aria-hidden=true] {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%)
    }
}

.c-fixedbar--blue .c-fixedbar__btn--primary {
    color: #fff;
    background: linear-gradient(#0846b1, #0d2f7a)
}

.c-fixedbar--blue .c-fixedbar__btn--secondary {
    color: #0846b1;
    background: linear-gradient(#fff, #f8f8f8);
    border: 1px solid #0846b1
}

.c-fixedbar--service {
    background: #d8f3ea;
    height: 86px
}

@media (width<=768px) {
    .c-fixedbar--service {
        height: 70px
    }
}

.c-fixedbar--service .c-fixedbar__message {
    color: #0EA280;


    letter-spacing: .04em;
    font-size: 16px;
    line-height: 1.45
}

@media (width>=769px) {
    .c-fixedbar--service .c-fixedbar__btn {
        min-width: 240px;
        height: 52px;
        padding: 0 36px 0 20px
    }

    .c-fixedbar--service .c-fixedbar__btn>span[aria-hidden=true] {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%)
    }
}

.c-fixedbar--service .c-fixedbar__btn--primary {
    color: #fff;
    background: #00a67e
}

.c-fixedbar--service .c-fixedbar__btn--secondary {
    color: #00a67e;
    background: #fff;
    border: 1px solid #00a67e
}

.c-fixedbar--web {
    background: #d4f0f1;
    height: 86px
}

@media (width<=768px) {
    .c-fixedbar--web {
        height: 70px
    }
}

.c-fixedbar--web .c-fixedbar__message {
    color: #017378;

    letter-spacing: .04em;
    font-size: 16px;
    line-height: 1.45
}

@media (width>=769px) {
    .c-fixedbar--web .c-fixedbar__btn {
        min-width: 240px;
        height: 52px;
        padding: 0 36px 0 20px
    }

    .c-fixedbar--web .c-fixedbar__btn>span[aria-hidden=true] {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%)
    }
}

.c-fixedbar--web .c-fixedbar__btn--primary {
    color: #fff;
    background: #00a0a8
}

.c-fixedbar--web .c-fixedbar__btn--secondary {
    color: #00a0a8;
    background: #fff;
    border: 1px solid #00a0a8
}