@charset "utf-8";
:root {
    --header-height: 0px;
    --headerMenu-height: 0px;
    --noto-font: "Noto Sans JP", sans-serif;
    --space: clamp(3.75rem, -2.5rem + 13.33vw, 7.5rem);
}

html {
    font-family: var(--noto-font);
    scroll-behavior: smooth;
}

picture {
    display: block;
}

a {
    transition: all .3s ease;
}

@media screen and (min-width: 900px) {
    a:hover {
        opacity: .7;
    }
}

body {
    font-family: var(--shippori-font);
    color: #1E1E1E;
    background-color: #F4F8FA;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

.l-wrapper {
    padding-left: 100px;
    padding-right: 100px;
}

.l-inner {
    margin: 0 auto;
    max-width: 1200px;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
@media screen and (max-width: 750px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .l-inner {
        max-width: 520px;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}

.img-cover-wrapper {
    overflow: hidden;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s 0s cubic-bezier(.44, .14, .09, 1.02);
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 18px 40px;
    background-color: #F4F8FA;
}

.header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    max-width: 218px;
    /* width: 20%; */
    min-width: 165px;
    height: auto;
}

.header-menu {
    max-width: 584px;
    width: 50%;
    min-width: 420px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: end;
    gap: 12px;
}

.header-menu .header-cta {
    width: 48.9%;
    height: auto;
}

.header-menu .header-cta picture {
    width: 100%;
    height: auto;
}

.page-top-area {
    z-index: 99;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 104px;
    height: auto;
}

.page-top-area .page-top-btn {
    display: block;
    width: 100%;
    height: auto;
}

.page-top-area .page-top-btn picture {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 750px) {
    header {
        padding: 17px 20px;
    }
    .header-container {
        justify-content: center;
    }
    .header-logo {
        max-width: none;
        width: 142px;
        min-width: auto;
    }
    .header-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        max-width: none;
        width: 100%;
        min-width: auto;
        justify-content: center;
        gap: 10px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.7);
    }
    .header-menu .header-cta {
        width: 46%;
        height: auto;
    }
    .page-top-area {
        display: none;
    }
}


/* mv */

.mv {
    position: relative;
    margin-top: var(--header-height);
    padding-top: 55px;
    overflow: hidden;
    padding-bottom: 60px;
}

.mv .fv-img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-height: 667px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 7.6;
}

.mv .sp-back-texture {
    display: none;
}

.mv .mv-copy {
    width: 100%;
    height: auto;
}

.mv .mv-btn {
    position: relative;
    z-index: 5;
    display: block;
    margin-top: 45px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.12);
}

.mv .mv-btn picture {
    width: 100%;
    height: auto;
}

.mv .sp-fv-box,
.mv .sp-content-box {
    display: contents;
}

.mv .sp-content-box .mv-copy01 {
    display: none;
}

@media screen and (max-width: 750px) {
    .mv {
        margin-top: var(--header-height);
        padding-top: 170px;
        padding-bottom: 40px;
    }
    .mv .sp-fv-box {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow: hidden;
        aspect-ratio: 3.9 / 5.5;
        width: 100%;
        height: auto;
        max-height: 720px;
    }
    .mv .fv-img {
        position: relative;
        max-height: none;
        height: auto;
        object-fit: cover;
        aspect-ratio: 3.9 / 5.5;
    }
    .mv .sp-back-texture {
        z-index: 0;
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
    }
    .mv .mv-copy {
        width: 84.8%;
        height: auto;
        margin-bottom: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .mv .mv-btn {
        margin-top: 20px;
        border-radius: 8px;
        box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.12);
    }
    .mv .sp-content-box {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .mv .sp-content-box .mv-copy01 {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
    }
}


/* lead */

.lead {
    padding-top: 4vw;
    padding-bottom: 120px;
    padding-bottom: var(--space);
}

.lead-heading {
    width: 77%;
    margin: auto;
}

.lead-content {
    /* margin-top: 5vw; */
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.lead-content .lead-content-img {
    border-radius: 2.2%;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

@media screen and (max-width: 750px) {
    /* lead */
    .lead {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .lead-heading {
        width: 83%;
    }
    .lead-content {
        gap: 20px;
    }
    .lead-content .lead-content-img {
        border-radius: 12px;
        box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    }
}


/* lead2 */

.lead2 {
    padding-top: 2vw;
    padding-bottom: 120px;
    background-color: #E7EFF2;
    padding-bottom: var(--space);
    padding-top: 7vw;
}

.lead-content-02 {
    /* margin-top: 5vw; */
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.lead-content-02 .lead-content-heading {
    width: 100%;
    height: auto;
}

.lead-content-02 .lead-content-img {
    border-radius: 2.2%;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

@media screen and (max-width: 750px) {
    /* lead2 */
    .lead2 {
        padding-top: 47px;
        padding-bottom: 50px;
    }
    .lead-content-02 {
        margin-top: 22px;
        gap: 30px;
    }
    .lead-content-02 .lead-content-img {
        border-radius: 12px;
        box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    }
}


/* lead3 */

.lead3 {
    /* padding-top: 2vw; */
    /* padding-bottom: 120px; */
    padding-bottom: var(--space);
    padding-top: var(--space);
}

.lead-content-03 {
    /* margin-top: 5vw; */
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    position: relative;
}

.lead-content-03 .lead-content-img {
    border-radius: 2.2%;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

@media screen and (max-width: 750px) {
    /* lead3 */
    .lead3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lead-content-03 {
        margin-top: 0;
        gap: 20px;
    }
    .lead-content-03 .lead-content-img {
        border-radius: 12px;
        box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    }
}


/* function */

.function {
    background: rgba(0, 172, 162, 1);
    /* padding-top: 138px; */
    /* padding-bottom: 120px; */
    padding-top: 9.7vw;
    padding-bottom: var(--space);
}

.function .l-inner {
    position: relative;
}

.function-heading {
    width: 80%;
    height: auto;
    margin: auto;
}

.function-content {
    margin-top: 2.3vw;
    width: 100%;
    height: auto;
    border-radius: 2.2%;
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

.function-btn {
    position: absolute;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
    width: 38.5%;
    height: auto;
}

.function-btn picture {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 750px) {
    .function {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .function-heading {
        width: 100%;
    }
    .function-content {
        margin-top: 25px;
        border-radius: 12px;
        box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    }
    .function-btn {
        bottom: 2%;
        width: 78%;
    }
}


/* case */

.case {
    background-color: #fff;
    /* padding-top: 120px; */
    /* padding-bottom: 120px; */
    padding-top: clamp(5rem, 0.833rem + 8.89vw, 7.5rem);
    padding-bottom: var(--space);
}

.case-heading {
    width: 37.8%;
    height: auto;
    margin: auto;
}

.case-content {
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.case-content .case-content-img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 750px) {
    .case {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .case-heading {
        width: 66%;
    }
    .case-content {
        margin-top: 25px;
        gap: 25px;
    }
}


/* plan */

.plan {
    background-color: #018BD4;
    /* padding-top: 120px; */
    /* padding-bottom: 120px; */
    padding-top: var(--space);
    padding-bottom: var(--space);
}

.plan .l-inner {
    position: relative;
}

.plan .plan-heading {
    width: 85.2%;
    height: auto;
    margin: auto;
}

.plan .plan-content {
    margin-top: 3vw;
    width: 100%;
    height: auto;
    border-radius: 2.2%;
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

.plan-btn-area {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 81%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.7%;
}

.plan-btn-area .plan-btn {
    width: 41.6%;
    height: auto;
}

@media screen and (max-width: 750px) {
    .plan {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .plan .plan-heading {
        width: 97%;
    }
    .plan .plan-content {
        margin-top: 20px;
        border-radius: 12px;
        box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    }
    .plan-btn-area {
        top: 82%;
        flex-direction: column;
        gap: 10px;
    }
    .plan-btn-area .plan-btn {
        width: 78%;
        height: auto;
    }
}


/* faq */

.faq {
    /* margin-top: 120px; */
    padding-top: var(--space);
}

.faq-heading {
    width: 49.4%;
    height: auto;
    margin: auto;
}

.faq-list {
    margin-top: 55px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.faq-item .faq-section {
    z-index: 1;
    width: 100%;
    height: auto;
    transition: all .3s linear;
}

.faq-item .faq-section .question {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 70px 30px 45px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.3;
}

.faq-item .faq-section .question img {
    width: 44px;
    height: auto;
    object-fit: contain;
}

.faq-item .faq-section .question.active {
    padding: 30px 70px 30px 45px;
}

.faq-item .faq-section .question::before,
.faq-item .faq-section .question::after {
    content: '';
    position: absolute;
    background-color: #018BD4;
    border-radius: 5rem;
}

.faq-item .faq-section .question::before {
    width: 15.5px;
    height: 3px;
    top: 50%;
    right: 45px;
    transform: translate(0, -50%);
}

.faq-item .faq-section .question::after {
    width: 3px;
    height: 15.5px;
    top: 50%;
    right: 51.5px;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.faq-item .faq-section .question.active::after {
    transform: translate(0, -50%) rotate(-90deg);
}

.faq-item .faq-section .content-area {
    opacity: 0;
    height: 0;
    transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
}

.faq-item .faq-section .content-area.active {
    opacity: 1;
}

.faq-item .faq-section .answer {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 30px 45px;
    position: relative;
}

.faq-item .faq-section .answer.--start {
    align-items: start;
}

.faq-item .faq-section .answer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 90px);
    height: 1px;
    border-top: 1px dashed #BECBCF;
}

.faq-item .faq-section .answer img {
    width: 44px;
    height: auto;
    object-fit: contain;
}

.faq-item .faq-section .answer-text {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04rem;
}

.faq-item .faq-section .answer-text ol {
    margin-top: 15px;
    list-style: decimal;
    padding-left: 25px;
}

@media screen and (max-width: 750px) {
    .faq {
        padding-top: 50px;
    }
    .faq-heading {
        width: 88%;
    }
    .faq-list {
        margin-top: 25px;
        gap: 10px;
    }
    .faq-item {
        border-radius: 12px;
    }
    .faq-item .faq-section {
        z-index: 1;
        width: 100%;
        height: auto;
        transition: all .3s linear;
    }
    .faq-item .faq-section .question {
        gap: 10px;
        padding: 22px 50px 22px 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    .faq-item .faq-section .question img {
        width: 29px;
    }
    .faq-item .faq-section .question.active {
        padding: 22px 50px 16px 20px;
    }
    .faq-item .faq-section .question::before {
        width: 12px;
        height: 2px;
        right: 20px;
    }
    .faq-item .faq-section .question::after {
        width: 2px;
        height: 12px;
        right: 25px;
    }
    .faq-item .faq-section .answer {
        align-items: start;
        gap: 10px;
        padding: 20px 20px 25px 20px;
    }
    .faq-item .faq-section .answer::before {
        width: calc(100% - 40px);
    }
    .faq-item .faq-section .answer img {
        width: 29px;
    }
    .faq-item .faq-section .answer-text {
        font-size: 14px;
    }
    .faq-item .faq-section .answer-text ol {
        margin-top: 10px;
        list-style: decimal;
        padding-left: 15px;
    }
}


/* item-detail */

.item-detail {
    /* padding-top: 120px; */
    /* padding-bottom: 120px; */
    padding-top: var(--space);
    padding-bottom: var(--space);
}

.item-detail-heading {
    width: 47%;
    height: auto;
    margin: auto;
}

.id-list {
    margin-top: 55px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.id-item {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.id-item .id-section {
    z-index: 1;
    width: 100%;
    height: auto;
    transition: all .3s linear;
}

.id-item .id-section .question {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 70px 30px 45px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.3;
    color: #018BD4;
}

.id-item .id-section .question.active {
    padding: 30px 70px 30px 45px;
}

.id-item .id-section .question::before,
.id-item .id-section .question::after {
    content: '';
    position: absolute;
    background-color: #018BD4;
    border-radius: 5rem;
}

.id-item .id-section .question::before {
    width: 15.5px;
    height: 3px;
    top: 50%;
    right: 45px;
    transform: translate(0, -50%);
}

.id-item .id-section .question::after {
    width: 3px;
    height: 15.5px;
    top: 50%;
    right: 51.5px;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.id-item .id-section .question.active::after {
    transform: translate(0, -50%) rotate(-90deg);
}

.id-item .id-section .content-area {
    opacity: 0;
    height: 0;
    transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
}

.id-item .id-section .content-area.active {
    opacity: 1;
}

.id-item .id-section .answer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 70px;
    gap: 15px;
    padding: 35px 45px 45px 45px;
    position: relative;
    width: 100%;
    height: auto;
}

.id-item .id-section .answer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 90px);
    height: 1px;
    border-top: 1px dashed #BECBCF;
}

.id-item .id-section .answer-text {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04rem;
}

.id-section .answer-text .id-abs {
    padding: 15px 35px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.id-abs .id-abs-content {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    align-items: start;
}

.id-abs .id-abs-content::before,
.id-abs .id-abs-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
}

.id-abs .id-abs-content::before {
    width: 100%;
    background-color: rgba(190, 203, 207, 1);
}

.id-abs .id-abs-content::after {
    width: 25%;
    background-color: #018BD4;
}

.id-abs .id-abs-content dt {
    width: 25%;
    height: auto;
    color: #018BD4;
    font-weight: 700;
    padding-right: 15px;
}

.id-abs .id-abs-content dd {
    width: 75%;
    height: auto;
    font-weight: 500;
}

.id-abs .id-abs-content dd ol {
    margin-top: 29px;
    list-style: decimal;
    padding-left: 25px;
}

.id-abs .id-abs-content dd .repletion {
    margin-top: 29px;
    font-size: 13px;
}

.id-abs .id-abs-content .second-box {
    margin-top: 29px;
}

.id-item .id-section .answer-text .payment-case {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
    padding: 55px 35px 35px 35px;
}

.payment-case h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.04rem;
}

.payment-case .payment-case-text {
    width: 100%;
    height: auto;
    padding: 29px 40px;
    border-radius: 10px;
    background-color: #F9F9F9;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}

.payment-case .payment-case-text .payment-case-alert {
    margin-top: 22px;
}

.id-item .id-section .alert-list {
    list-style: disc;
    padding-left: 25px;
}

@media screen and (max-width: 750px) {
    .item-detail {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .item-detail-heading {
        width: 83%;
    }
    .id-list {
        margin-top: 25px;
        gap: 10px;
    }
    .id-item {
        border-radius: 12px;
    }
    .id-item .id-section .question {
        padding: 22px 40px 22px 20px;
        transition: all 0.3s ease;
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.04rem;
        line-height: 1.3;
    }
    .id-item .id-section .question.active {
        padding: 30px 35px 30px 20px;
    }
    .id-item .id-section .question::before {
        width: 12px;
        height: 2px;
        right: 20px;
    }
    .id-item .id-section .question::after {
        width: 2px;
        height: 12px;
        right: 25px;
    }
    .id-item .id-section .answer {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 70px;
        gap: 15px;
        padding: 20px;
    }
    .id-item .id-section .answer::before {
        width: calc(100% - 40px);
    }
    .id-item .id-section .answer-text {
        font-size: 15px;
    }
    .id-section .answer-text .id-abs {
        padding: 0;
        gap: 20px;
    }
    .id-abs .id-abs-content {
        padding-bottom: 22px;
        flex-direction: column;
        gap: 7px;
    }
    .id-abs .id-abs-content::after {
        display: none;
    }
    .id-abs .id-abs-content dt {
        width: 100%;
        padding-right: 0;
    }
    .id-abs .id-abs-content dd {
        width: 100%;
    }
    .id-abs .id-abs-content dd ol {
        margin-top: 24px;
        list-style: none;
        padding-left: 0;
    }
    .id-abs .id-abs-content dd .repletion {
        margin-top: 24px;
        font-size: 12px;
    }
    .id-abs .id-abs-content .second-box {
        margin-top: 24px;
    }
    .id-item .id-section .answer-text .payment-case {
        padding: 25px 0 0 0;
    }
    .payment-case h3 {
        font-size: 15px;
    }
    .payment-case .payment-case-text {
        padding: 20px;
        font-size: 12px;
    }
    .payment-case .payment-case-text .payment-case-alert {
        margin-top: 19px;
    }
    .id-item .id-section .alert-list {
        list-style: none;
        padding-left: 0;
    }
}


/* tel-cta */

.tel-cta {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url("./swift_img/tel-back.webp") no-repeat center / cover;
}

.tel-heading {
    width: 66.5%;
    height: auto;
    margin: auto;
}

.tel-content {
    margin-top: 30px;
    width: 100%;
    height: auto;
    border-radius: 2.2%;
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

@media screen and (max-width: 750px) {
    .tel-cta {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url("./swift_img/tel-back-sp.webp") no-repeat center / cover;
    }
    .tel-heading {
        width: 64.5%;
    }
    .tel-content {
        margin-top: 30px;
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    }
}


/* footer */

footer {
    padding-top: 40px;
    padding-bottom: 146px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-logo-link {
    display: block;
    width: 218px;
    height: auto;
    margin: 0 auto 2em;
}

.footer-logo {
    width: 218px;
    height: auto;
}

.footer-license {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 2em;
}
.footer-info {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 12px;
    text-align: center;
    padding: 2em;
    line-height: 1.4;
}
small.copyright {
    width: 90%;
    text-align: center;
}
@media screen and (max-width: 750px) {
    footer {
        padding-top: 42px;
        padding-bottom: calc(var(--headerMenu-height) + 28px);
        padding-left: 1em;
        padding-right: 1em;
    }
    .footer-content {
        width: 218px;
        height: auto;
    }
    p.footer-info {
        display: block;
        width: 100%;
        margin: auto;
        font-size: 10px;
        text-align: left;
        padding: 2em;
        line-height: 1.4;
    }
}

.plan-reservation {
    position: absolute;
    bottom: 80px;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
    font-size: 18px;
}
a.mv-btn.fixed-cta {
    position: fixed;
    bottom: 10px;
    max-width: 800px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .5);
}
p.source-text {
    position: absolute;
    width: 100%;
    bottom: 3em;
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
    .plan-reservation {
        bottom: 50px;
        font-size: 16px;
    }
}
@media screen and (max-width: 750px) {
    .plan-reservation {
        bottom: 36px;
        font-size: 14px;
    }
p.source-text {
    bottom: -2.5em;
}
a.mv-btn.fixed-cta {
    display: none;
}
}
.plan-reservation.case-reservation {
    position: relative;
    bottom: -2em;
    text-decoration: none;
}