@charset "UTF-8";
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP";
    color: #464343;
    margin: 0;
    font-feature-settings: "palt" on;
    padding: 0;
}

main {
    overflow: hidden;
}

.u-font-inter {
    font-family: "Inter", sans-serif;
}

.u-lp-en {
    font-family: "Outfit", sans-serif;
}

.u-bg-white {
    background: #fff;
}

.cl-blue {
    color: #2864f0;
}

main {
    overflow: hidden;
}

ul {
    list-style: none;
}

img {
    height: auto;
    width: 100%;
}

a {
    transition: all 0.3s ease;
}
a:hover {
    color: #fff;
    text-decoration: underline;
    opacity: 0.8;
}
@media screen and (max-width: 900px) {
    a:hover {
        color: #fff;
        text-decoration: none;
        opacity: 1;
    }
}

.l-lpWrapper {
    padding-right: 25px;
    padding-left: 25px;
}

.l-lpInner {
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .l-lpInner {
        max-width: 340px;
    }
}

/* common */
.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

.br-sp-only {
    display: none;
}

@media screen and (max-width: 900px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }

    .br-pc-only {
        display: none;
    }
    .br-sp-only {
        display: inline;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-lpHeader {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px 30px 0;
    z-index: 2;
}

.p-lpHeader__logo {
    display: flex;
    width: 150px;
}

@media screen and (max-width: 900px) {
    .p-lpHeader {
        position: fixed;
        padding: 10px 20px;
        background-color: #fff;
        z-index: 5;
        box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
    }

    .p-lpHeader__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-lpHeader__hamburger--btn {
        width: 28px;
        height: 18px;
        gap: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .p-lpHeader__hamburger--btn span {
        background-color: #2864F0;
        width: 100%;
        height: 2px;
        transition: 0.3s ease;
        display: inline-block;
    }

    .p-lpHeader__hamburger--btn.js-active span:nth-of-type(1) {
        transform: translate(0, 8px) rotate(45deg);
    }
    .p-lpHeader__hamburger--btn.js-active span:nth-of-type(2) {
        opacity: 0;
    }
    .p-lpHeader__hamburger--btn.js-active span:nth-of-type(3) {
        transform: translate(0, -8px) rotate(-45deg);
    }

    .p-lpHeader__logo {
        width: 92px;
    }
}

/*===========================================================================*/
/*  hamburger  */
/*===========================================================================*/
.p-lpHeader__hamburger {
    display: none;
}

@media screen and (max-width: 900px) {
    .p-lpHeader__hamburger {
        display: block;
        position: fixed;
        width: 100%;
        top: -290px;
        left: 0;
        z-index: 3;
        transition: 0.5s ease;
    }

    .js-active.p-lpHeader__hamburger {
        top: 60px;
    }

    .p-lpHeader__hamburger--list {
        padding: 10px 25px 30px 25px;
        background-color: #FFF;
    }

    .p-lpHeader__hamburger--list li {
        padding-top: 15px;
        padding-bottom: 18px;
        border-bottom: #c2c2c2 dotted 1px;
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-lpMv {
    position: relative;
    padding-top: 155px;
}
.p-lpMv::before {
    background: linear-gradient(180deg, #DBE9FD 0%, #FFF 100%);
    content: '';
    height: 1372px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.p-lpMv.--lower::before {
    height: 1538px;
}

.p-lpMv.--lower .p-lpMv__breadcrumb {
    position: absolute;
    top: 92px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-lpMv.--lower .p-lpMv__breadcrumb a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .03em;
    color: #1E1E1E;
}

.p-lpMv.--lower .p-lpMv__breadcrumb figure {
    width: 8px;
    transform: translateY(-2px);
}

.p-lpMv.--lower .p-lpMv__breadcrumb p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .03em;
}

.p-lpMv.--lower .p-lpMv__guideBook--img {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 283px;
    z-index: 5;
    filter: drop-shadow(6.244px 11.238px 18.731px rgba(21, 46, 109, 0.15));
    transform: translateZ(0);
}

.p-lpMv__bird {
    position: absolute;
    width: 238px;
    top: 274px;
    right: calc(50% + 312px);
}

.p-lpMv__cloud01 {
    position: absolute;
    width: 162px;
    transform: rotate(-6deg);
    top: 118px;
    right: calc(50% + 272px);
}

.p-lpMv__cloud02 {
    position: absolute;
    width: 162px;
    top: 222px;
    left: calc(50% + 373px);
}

.p-lpMv__cloud03 {
    position: absolute;
    width: 190px;
    top: 561px;
    right: calc(50% + 412px);
    transform: rotate(4deg);
    z-index: 3;
}

.p-lpMv__inner {
    position: relative;
    z-index: 2;
}

.p-lpMv__head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.p-lpMv__head span.--upper {
    display: inline-flex !important;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}

.p-lpMv__head .--upper .--bubble {
    color: #fff;
    font-feature-settings: 'palt' on;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: .07em;
    padding: 6px 16px 7px;
    background-color: #1e46aa;
    border-radius: 12px;
    position: relative;
}
.p-lpMv__head .--upper .--bubble::before {
    background: url('../img/mv-bubble.png') no-repeat center center/contain;
    content: '';
    height: 15px;
    left: 50%;
    position: absolute;
    bottom: -10px;
    width: 20px;
    transform: translate(-50%, 0);
}

.p-lpMv__head .--upper .--large {
    color: #1E46AA;
    font-feature-settings: 'palt' on;
    font-size: 46px;
    line-height: 1.3;
}

.p-lpMv__head .--lower {
    color: #1E46AA;
    font-feature-settings: 'palt' on;
    font-size: 82px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .07em;
    border-bottom: #1E46AA dashed 1px;
}

.p-lpMv__subHead {
    margin-top: 28px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: .07em;
}

.p-lpMv__schedule.--lower {
    display: flex;
    justify-content: space-between;
    margin: 52px auto 0;
    max-width: 913px;
}

.p-lpMv__schedule--left {
    position: relative;
    background-color: #FFF;
    width: 505px;
    border-radius: 20px;
    padding: 40px 53px 32px;
}

.p-lpMv__schedule--tag span {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 15px 6px;
    border-radius: 15px;
    background-color: #1E46AA;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .07em;
    white-space: nowrap;
}

.p-lpMv__schedule--date {
    display: flex;
    align-items: flex-end;
    color: #1E46AA;
}

.p-lpMv__schedule--date01 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .07em;
}

.p-lpMv__schedule--date01 span {
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .03em;
}

.p-lpMv__schedule--date02 {
    padding-left: 7px;
    font-size: 74px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .03em;
    transform: translateY(5px);
}

.p-lpMv__schedule--date03 {
    padding-left: 2px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    transform: translateY(-10px);
}

.p-lpMv__schedule--right {
    position: relative;
    background-color: #FFF;
    width: 385px;
    border-radius: 20px;
    padding: 40px 115px 32px;
}

.p-lpMv__schedule--tag span {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 15px 6px;
    border-radius: 15px;
    background-color: #1E46AA;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .07em;
    white-space: nowrap;
}

.p-lpMv__schedule--countdown {
    display: flex;
    align-items: flex-end;
    color: #1E46AA;
}

.p-lpMv__schedule--countdown01 {
    font-size: 74px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .03em;
}

.p-lpMv__schedule--countdown02 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .07em;
}

.p-lpMv__nav {
    margin-top: 28px;
}

.p-lpMv.--lower .p-lpMv__nav {
    display: none;
}

.p-lpNav {
    max-width: 912px;
    background-color: #fff;
    border-radius: 20px;
    padding: 13px 0;
    margin: 0 auto;
    display: flex;
}

.p-lpNav li {
    width: calc(100%/3);
    border-right: #c2c2c2 dashed 1px;
}
.p-lpNav li:last-of-type {
    border-right: none;
}

.p-lpNav__link {
    display: block;
    width: 100%;
    padding: 6px 10px 27px;
    text-align: center;
    position: relative;
    text-decoration: none !important;
}
.p-lpNav__link::before {
    background: url('../img/mv-arrow.png') no-repeat center center/contain;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    bottom: 3px;
    width: 18px;
    transform: translate(-50%, 0);
}

.p-lpNav__head {
    font-feature-settings: 'palt' on;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .07em;
    color: #1E46AA;
}

.p-lpNav__head .--small {
    font-size: 18px;
}

.p-lpNav__txt {
    margin-top: 4px;
    color: #464343;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .07em;
}

.p-lpNav__txt span {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .p-lpMv {
        padding-top: 65px;
        margin-top: 59px;
    }

    .p-lpMv.--lower::before {
        height: 1167px;
    }

    .p-lpMv.--lower .p-lpMv__breadcrumb {
        top: 15px;
        left: auto;
        right: 20px;
        gap: 8px;
    }

    .p-lpMv.--lower .p-lpMv__breadcrumb a {
        font-size: 10px;
    }

    .p-lpMv.--lower .p-lpMv__breadcrumb figure {
        width: 5px;
        transform: translateY(-2px);
    }

    .p-lpMv.--lower .p-lpMv__breadcrumb p {
        font-size: 10px;
    }

    .p-lpMv.--lower .p-lpMv__guideBook--img {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 177px;
        z-index: 5;
    }

    .p-lpMv__bird {
        width: 122px;
        top: 14px;
        right: calc(50% + 79px);
    }

    .p-lpMv__cloud01 {
        display: none;
    }

    .p-lpMv.--lower .p-lpMv__cloud01 {
        display: block;
        width: 88px;
        top: 520px;
        right: unset;
        left: calc(50% + 121px);
    }

    .p-lpMv__cloud02 {
        width: 147px;
        top: 39px;
        left: calc(50% + 110px);
    }

    .p-lpMv__cloud03 {
        width: 138px;
        top: unset;
        bottom: -35px;
        right: calc(50% + 106px);
        z-index: 1;
    }

    .p-lpMv.--lower .p-lpMv__cloud03 {
        width: 138px;
        top: unset;
        bottom: 200px;
        right: calc(50% + 106px);
        z-index: 1;
    }

    .p-lpMv__head span.--upper {
        display: inline-flex !important;
        align-items: center;
        gap: 6px;
        margin-bottom: 7px;
    }

    .p-lpMv__head .--upper .--bubble {
        font-size: 23px;
        padding: 3px 9px 4px;
        border-radius: 7px;
    }
    .p-lpMv__head .--upper .--bubble::before {
        height: 9px;
        bottom: -6px;
        width: 12px;
    }

    .p-lpMv__head .--upper .--large {
        font-size: 27px;
    }

    .p-lpMv__head .--lower {
        font-size: 40px;
    }

    .p-lpMv__subHead {
        margin-top: 17px;
        font-size: 20px;
    }

    .p-lpMv__schedule.--lower {
        display: flex;
        flex-direction: column;
        margin: 46px auto 0;
        width: 340px;
    }

    .p-lpMv__schedule--left {
        width: 100%;
        padding: 24px 21px 15px;
    }

    .p-lpMv__schedule--tag span {
        top: -16px;
        padding: 2px 15px 4px;
        font-size: 16px;
        border-radius: 9px;
    }

    .p-lpMv__schedule--date01 {
        font-size: 26px;
    }

    .p-lpMv__schedule--date01 span {
        font-size: 33px;
    }

    .p-lpMv__schedule--date02 {
        font-size: 55px;
        font-weight: 400;
    }

    .p-lpMv__schedule--date03 {
        font-size: 26px;
    }

    .p-lpMv__schedule--right {
        margin-top: 30px;
        width: 100%;
        padding: 24px 112px 15px;
    }

    .p-lpMv__schedule--tag span {
        top: -16px;
        padding: 2px 15px 4px;
        font-size: 16px;
        border-radius: 9px;
    }

    .p-lpMv__schedule--countdown {
        display: flex;
        align-items: flex-end;
        color: #1E46AA;
    }

    .p-lpMv__schedule--countdown01 {
        font-size: 55px;
    }

    .p-lpMv__schedule--countdown02 {
        font-size: 26px;
    }

    .p-lpMv__nav {
        margin-top: 18px;
    }

    .p-lpNav {
        padding: 5px 25px 10px;
        display: block;
    }

    .p-lpNav li {
        width: 100%;
        padding: 15px 0;
        border-bottom: #c2c2c2 dashed 1px;
        border-right: none;
    }
    .p-lpNav li:last-of-type {
        border-right: none;
        border-bottom: none;
    }

    .p-lpNav__link {
        padding: 0;
        text-align: left;
    }
    .p-lpNav__link::before {
        left: unset;
        right: 0;
        bottom: unset;
        top: 50%;
        transform: translate(0, -50%);
    }

    .p-lpNav__head {
        font-size: 24px;
    }

    .p-lpNav__txt {
        margin-top: 3px;
        font-size: 12px;
    }
}

/*===========================================================================*/
/*  sv  */
/*===========================================================================*/
.p-lpSv {
    position: relative;
    z-index: 2;
    padding-top: 48px;
    padding-bottom: 120px;
}

.p-lpSv__bird {
    position: absolute;
    width: 258px;
    top: 88px;
    left: calc(50% + 294px);
    z-index: 3;
}

.p-lpSv__cloud01 {
    position: absolute;
    width: 162px;
    top: 284px;
    right: calc(50% + 493px);
    transform: rotate(-6deg);
}

.p-lpSv__cloud02 {
    position: absolute;
    width: 258px;
    bottom: 352px;
    left: calc(50% + 466px);
}

.p-lpSv__inner {
    position: relative;
    z-index: 2;
}

.p-lpSv__head {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .07em;
}

.p-lpSv__head span {
    position: relative;
    padding: 0 23px;
}

.p-lpSv__head span::before {
    background: url('../img/sv-txt-left.png') no-repeat center center/contain;
    content: '';
    height: 33px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 14px;
}
.p-lpSv__head span::after {
    background: url('../img/sv-txt-right.png') no-repeat center center/contain;
    content: '';
    height: 33px;
    right: 0;
    position: absolute;
    bottom: -5px;
    width: 14px;
}

.p-lpSv__subHead {
    margin-top: 22px;
    color: #fff;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .07em;
    position: relative;
    z-index: 2;
}
.p-lpSv__subHead::before {
    background: url('../img/sv-head-deco.png') no-repeat center center/contain;
    content: '';
    height: 69px;
    left: 50%;
    position: absolute;
    top: -7px;
    width: 443px;
    transform: translate(-50%, 0);
    z-index: -1;
}

.p-lpSv__txt {
    text-align: center;
    margin-top: 35px;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpSv__bubbles {
    max-width: 836px;
    padding-right: 10px;
    margin: 25px auto 0;
}

.p-lpSv__list {
    margin-top: 46px;
    display: flex;
    position: relative;
    z-index: 2;
}

.p-lpSv__list li {
    width: 31.8%;
    padding-right: 3.2%;
}
.p-lpSv__list li:nth-of-type(2) {
    width: 36.4%;
    padding: 0 3.2%;
    border-left: #c2c2c2 dashed 1px;
    border-right: #c2c2c2 dashed 1px;
}
.p-lpSv__list li:last-of-type {
    padding-right: 0;
    padding-left: 3.2%;
}

.p-lpSv__list--head {
    color: #1E46AA;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .1em;
}
.p-lpSv__list--head .--small {
    font-size: 28px;
}

.p-lpSv__list--img {
    max-width: 314px;
    margin: 16px auto 0;
}

.p-lpSv__list--btn {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 33px;
    height: 70px;
    background-color: #1e46aa;
    border-radius: 100vh;
    width: 100%;
    max-width: 287px;
    color: #FFF;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .07em;
    text-decoration: none !important;
    position: relative;
}
.p-lpSv__list--btn::before {
    background: url('../img/btn-arrow.png') no-repeat center center/contain;
    content: '';
    height: 28px;
    right: 20px;
    position: absolute;
    top: 50%;
    width: 28px;
    transform: translate(0, -50%);
}

@media screen and (max-width: 900px) {
    .p-lpSv {
        padding-top: 34px;
        padding-bottom: 81px;
    }

    .p-lpSv__bird {
        width: 123px;
        top: 20px;
        left: calc(50% + 76px);
    }

    .p-lpSv__cloud01 {
        width: 88px;
        top: 201px;
        right: unset;
        left: calc(50% + 119px);
    }

    .p-lpSv__cloud02 {
        display: none;
    }

    .p-lpSv__head {
        font-size: 16px;
    }

    .p-lpSv__head span {
        position: relative;
        padding: 0 16px;
    }

    .p-lpSv__head span::before {
        background: url('../img/sv-txt-left-sp.png') no-repeat center center/contain;
        height: 26px;
        bottom: -2px;
        width: 11px;
    }
    .p-lpSv__head span::after {
        background: url('../img/sv-txt-right-sp.png') no-repeat center center/contain;
        height: 26px;
        bottom: -2px;
        width: 11px;
    }

    .p-lpSv__subHead {
        margin-top: 16px;
        font-size: 24px;
    }
    .p-lpSv__subHead::before {
        height: 43px;
        top: -5px;
        width: 259px;
    }

    .p-lpSv__txt {
        margin-top: 22px;
        font-size: 14px;
        text-align: left;
    }

    .p-lpSv__bubbles {
        max-width: 357px;
        padding-right: 0;
        margin: 12px auto 0;
    }

    .p-lpSv__list {
        margin: 54px auto 0;
        max-width: 340px;
        flex-direction: column;
        gap: 54px;
    }

    .p-lpSv__list li {
        width: 100%;
        padding-right: 0;
        position: relative;
        z-index: 2;
    }
    .p-lpSv__list li:nth-of-type(2) {
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: none;
    }
    .p-lpSv__list li:last-of-type {
        padding-right: 0;
        padding-left: 0;
    }

    .p-lpSv__list--head {
        font-size: 30px;
        width: 190px;
        margin: 0 0 0 auto;
    }
    .p-lpSv__list li:nth-of-type(2) .p-lpSv__list--head {
        margin: 0 auto 0 0;
    }
    .p-lpSv__list--head .--small {
        font-size: 20px;
    }

    .p-lpSv__list--img {
        max-width: unset;
        width: 243px;
        margin: 0;
        position: absolute;
        z-index: -1;
        top: -36px;
        right: calc(50% - 10px);
    }
    .p-lpSv__list li:nth-of-type(2) .p-lpSv__list--img {
        right: unset;
        left: calc(50% - 10px);
    }

    .p-lpSv__list--btn {
        margin: 11px 0 0 auto;
        padding-right: 17px;
        height: 45px;
        max-width: 190px;
        font-size: 14px;
    }
    .p-lpSv__list li:nth-of-type(2) .p-lpSv__list--btn {
        margin: 0 auto 0 0;
    }
    .p-lpSv__list--btn::before {
        height: 18px;
        right: 9px;
        top: 50%;
        width: 18px;
    }
}

/*===========================================================================*/
/*  schedule  */
/*===========================================================================*/
.p-lpSchedule {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #EBF3FF;
}

.p-lpSchedule__inner {
    position: relative;
    padding: 60px 25px;
    z-index: 2;
}
.p-lpSchedule__inner::before {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 50px;
}

.p-lpSchedule.--lower .p-lpSchedule__inner {
    padding: 20px 25px;
    z-index: 2;
}
.p-lpSchedule.--lower .p-lpSchedule__inner::before {
    background-color: transparent;
}

.p-lpSchedule__bird {
    position: absolute;
    width: 179px;
    top: 90px;
    right: calc(50% + 325px);
    z-index: 2;
}

.p-lpSchedule.--lower .p-lpSchedule__bird {
    position: absolute;
    width: 179px;
    top: -20px;
    right: unset;
    left: calc(50% + 301px);
    z-index: 2;
}

.p-lpSchedule__cloud01 {
    position: absolute;
    width: 162px;
    top: 61px;
    left: -67px;
    z-index: 2;
}

.p-lpSchedule.--lower .p-lpSchedule__cloud01 {
    position: absolute;
    width: 162px;
    top: 128px;
    left: unset;
    right: calc(50% + 462px);
    transform: scaleX(-1) rotate(6deg);
    z-index: 2;
}

.p-lpSchedule__cloud02 {
    position: absolute;
    width: 189px;
    top: 197px;
    right: -73px;
    z-index: 2;
}

.p-lpSchedule.--lower .p-lpSchedule__cloud02 {
    position: absolute;
    width: 258px;
    top: 256px;
    right: unset;
    left: calc(50% + 328px);
    transform: scaleX(-1);
    z-index: 2;
}

.p-lpSchedule__cloud03 {
    position: absolute;
    width: 258px;
    bottom: -88px;
    left: -91px;
    transform: rotate(-6deg);
    z-index: -1;
}

.p-lpSchedule.--lower .p-lpSchedule__cloud03 {
    display: none;
}

.p-lpSchedule.--lower .p-lpSchedule__cloud04 {
    position: absolute;
    width: 127px;
    bottom: unset;
    top: 488px;
    left: unset;
    right: calc(50% + 514px);
    z-index: -1;
}

.p-lpSchedule__swallow {
    z-index: 1;
    position: relative;
    max-width: 187px;
    margin: 0 auto;
}

.p-lpSchedule__head {
    z-index: 1;
    position: relative;
    margin-top: 15px;
    color: #1E46AA;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: .07em;
}

.p-lpSchedule.--lower .p-lpSchedule__head {
    margin-top: 28px;
}

.p-lpSchedule__txt {
    z-index: 1;
    position: relative;
    margin-top: 20px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpSchedule__table {
    position: relative;
    z-index: 1;
    margin: 30px auto 0;
    max-width: 840px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 20px;
}

.p-lpSchedule.--lower .p-lpSchedule__table {
    margin: 40px auto 0;
}

.p-lpSchedule__table dl {
    width: calc(60% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-lpSchedule__table dl:nth-of-type(2) {
    order: 2;
    width: calc(60% - 10px);
}
.p-lpSchedule__table dl:nth-of-type(3) {
    order: 4;
    width: calc(60% - 10px);
}
.p-lpSchedule__table dl:nth-of-type(4) {
    order: 1;
    width: calc(40% - 10px);
}
.p-lpSchedule__table dl:nth-of-type(5) {
    order: 3;
    width: calc(40% - 10px);
}

.p-lpSchedule__table dl dt {
    width: 150px;
    background-color: #1e46aa;
    padding: 8px 10px 9px;
    border-radius: 100vh;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.p-lpSchedule__table dl dd {
    width: calc(100% - 148px);
    padding-left: 12px;
    font-feature-settings: 'palt' on;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #1e46aa;
    letter-spacing: .07em;
}

.p-lpSchedule__table--txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #1e46aa;
    letter-spacing: .07em;
}

.p-lpSchedule__desc {
    position: relative;
    z-index: 1;
    margin: 41px auto 0;
    max-width: 978px;
    padding: 26px 38px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .07em;
    border-radius: 30px;
    border: 7px solid #EBF3FF;
}

.p-lpSchedule.--lower .p-lpSchedule__desc {
    position: relative;
    background-color: #FFF;
    z-index: 1;
}

.p-lpSchedule.--lower .p-lpSchedule__desc::before {
    background: url(../img/mv-cloud03.png) no-repeat center center/contain;
    content: '';
    height: 65px;
    left: calc(50% - 641px);
    position: absolute;
    top: 97px;
    width: 127px;
    transform: rotate(6deg);
    z-index: -1;
}

@media screen and (max-width: 900px) {
    .p-lpSchedule {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-lpSchedule__inner {
        padding: 30px 20px 20px;
        z-index: 2;
    }
    .p-lpSchedule__inner::before {
        border-radius: 20px;
    }

    .p-lpSchedule__bird {
        width: 101px;
        top: 44px;
        right: calc(50% + 100px);
    }

    .p-lpSchedule.--lower .p-lpSchedule__bird {
        display: none;
    }

    .p-lpSchedule__cloud01 {
        position: absolute;
        width: 96px;
        top: 23px;
        left: unset;
        right: -39px;
    }

    .p-lpSchedule.--lower .p-lpSchedule__cloud01 {
        width: 117px;
        top: 67px;
        right: calc(50% + 116px);
    }

    .p-lpSchedule__cloud02 {
        width: 89px;
        top: 326px;
        right: unset;
        left: -45px;
    }

    .p-lpSchedule.--lower .p-lpSchedule__cloud02 {
        width: 146px;
        top: 276px;
        right: unset;
        left: calc(50% + 85px);
        z-index: 2;
    }

    .p-lpSchedule__cloud03 {
        width: 158px;
        bottom: -34px;
        left: unset;
        right: -63px;
        transform: rotate(6deg);
        z-index: 2;
    }

    .p-lpSchedule__swallow {
        max-width: 98px;
    }

    .p-lpSchedule__head {
        z-index: 1;
        margin-top: 10px;
        font-size: 25px;
    }

    .p-lpSchedule.--lower .p-lpSchedule__head {
        margin-top: 10px;
    }

    .p-lpSchedule__txt {
        margin-top: 15px;
        font-size: 12px;
    }

    .p-lpSchedule__table {
        margin: 18px auto 0;
        max-width: 300px;
        row-gap: 8px;
        column-gap: 0;
    }

    .p-lpSchedule.--lower .p-lpSchedule__table {
        margin: 20px auto 0;
    }

    .p-lpSchedule__table dl {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .p-lpSchedule__table dl:nth-of-type(2) {
        order: unset;
        width: 100%;
    }
    .p-lpSchedule__table dl:nth-of-type(3) {
        order: unset;
        width: 100%;
    }
    .p-lpSchedule__table dl:nth-of-type(4) {
        order: unset;
        width: 100%;
    }
    .p-lpSchedule__table dl:nth-of-type(5) {
        order: unset;
        width: 100%;
    }

    .p-lpSchedule__table dl dt {
        width: 80px;
        padding: 7px 5px 8px;
        font-size: 13px;
    }

    .p-lpSchedule__table dl dd {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-top: 5px;
    }

    .p-lpSchedule__table dl dd span {
        font-size: 12px;
    }

    .p-lpSchedule__desc {
        width: 300px;
        margin: 22px auto 0;
        padding: 14px 16px;
        text-align: left;
        font-size: 12px;
        border-radius: 15px;
        border: 4px solid #EBF3FF;
    }

    .p-lpSchedule.--lower .p-lpSchedule__desc::before {
        height: 41px;
        left: -54px;
        top: 135px;
        width: 81px;
    }
}

/*===========================================================================*/
/*  Point  */
/*===========================================================================*/
.p-lpPoint {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #EBF3FF;
}

.p-lpPoint__swallow {
    width: 187px;
    margin: 0 auto;
}

.p-lpPoint__head {
    text-align: center;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: .07em;
    color: #1E46AA;
}

.p-lpPoint__subHead {
    text-align: center;
    margin-top: 2px;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: .07em;
    color: #1E46AA;
}

.p-lpPoint__list {
    margin-top: 73px;
    display: flex;
    flex-direction: column;
    row-gap: 69px;
}

.p-lpPoint__list li {
    position: relative;
    background-color: #FFF;
    border-radius: 50px;
    padding: 91px 55px 55px;
}

.p-lpPoint__list li.--01::before {
    background: url(../img/point-bird.png) no-repeat center center/contain;
    content: '';
    height: 161px;
    left: calc(50% + 286px);
    position: absolute;
    top: -89px;
    width: 201px;
}

.p-lpPoint__num {
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    width: 108px;
}

.p-lpPoint__list--title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: .07em;
    color: #1E46AA;
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: solid 1px #CDCDCD;
}

.p-lpPoint__list--txtBox {
    display: flex;
    justify-content: space-between;
}

.p-lpPoint__list--txtBox.--02 {
    flex-direction: column;
}

.p-lpPoint__list--txt {
    width: 516px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpPoint__list--txt.--02 {
    width: 100%;
}

.p-lpPoint__list--img {
    width: calc(100% - 546px);
}

.p-lpPoint__list--img.--02 {
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 900px) {
    .p-lpPoint {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-lpPoint__swallow {
        width: 99px;
    }

    .p-lpPoint__head {
        text-align: center;
        margin-top: 15px;
        font-size: 18px;
    }

    .p-lpPoint__subHead {
        font-size: 38px;
    }

    .p-lpPoint__list {
        margin-top: -4px;
    }

    .p-lpPoint__list li {
        margin-top: 49px;
        border-radius: 20px;
        padding: 40px 25px 25px;
    }

    .p-lpPoint__list li.--01::before {
        height: 77px;
        left: calc(50% + 66px);
        position: absolute;
        top: -40px;
        width: 97px;
    }

    .p-lpPoint__num {
        top: -29px;
        width: 58px;
    }

    .p-lpPoint__list--title {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .p-lpPoint__list--txtBox {
        flex-direction: column-reverse;
    }

    .p-lpPoint__list--txtBox.--02 {
        flex-direction: column-reverse;
    }

    .p-lpPoint__list--txt {
        margin-top: 12px;
        width: 100%;
        font-size: 15px;
    }

    .p-lpPoint__list--img {
        width: 100%;
    }

    .p-lpPoint__list--img.--02 {
        width: 100%;
        margin-top: 0px;
    }
}

/*===========================================================================*/
/*  download  */
/*===========================================================================*/
.p-lpDownload {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.p-lpDownload__cloud01 {
    position: absolute;
    width: 211px;
    left: calc(50% + 363px);
    top: 171px;
    z-index: 2;
}

.p-lpDownload__cloud02 {
    position: absolute;
    width: 177px;
    right: calc(50% + 418px);
    bottom: 277px;
    z-index: 2;
}

.p-lpDownload__cloud03 {
    position: absolute;
    width: 141px;
    left: calc(50% + 471px);
    bottom: 68px;
    transform: rotate(-4deg);
    z-index: 2;
}

.p-lpDownload__subHead {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .07em;
}

.p-lpDownload__subHead span {
    position: relative;
    padding: 0 23px;
}

.p-lpDownload__subHead span::before {
    background: url('../img/txt-left.png') no-repeat center center/contain;
    content: '';
    height: 32px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 14px;
}
.p-lpDownload__subHead span::after {
    background: url('../img/txt-right.png') no-repeat center center/contain;
    content: '';
    height: 32px;
    right: 0;
    position: absolute;
    bottom: -5px;
    width: 14px;
}

.p-lpDownload__head {
    margin-top: 14px;
    color: #1E46AA;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpDownload__list {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.p-lpDownload__list li {
    width: 32%;
    padding: 37px 30px 40px;
    border-radius: 30px;
    background-color: #FFEBEE;
}
.p-lpDownload__list li:nth-of-type(2) {
    background-color: #CDF0F0;
}
.p-lpDownload__list li:nth-of-type(3) {
    background-color: #E6F0D2;
}

.p-lpDownload__list--img {
    max-width: 170px;
    margin: 0 auto;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, .25));
    transform: translateZ(0);
}

.p-lpDownload__list--head {
    margin-top: 19px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpDownload__list--txt {
    margin-top: 13px;
    font-feature-settings: 'palt' on;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpDownload__list--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 100vh;
    color: #fff;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .07em;
    background-color: #1e46aa;
    padding-right: 27px;
    position: relative;
    margin: 18px auto 0;
    max-width: 250px;
    text-decoration: none !important;
}
.p-lpDownload__list--btn::before {
    background: url('../img/btn-arrow.png') no-repeat center center/contain;
    content: '';
    height: 28px;
    right: 16px;
    position: absolute;
    top: 50%;
    width: 28px;
    transform: translate(0, -50%);
}

.p-lpDownload__list--comingSoon {
    position: relative;
    margin-top: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: .02em;
    color: #2864F0;
    border-top: #2864F0 solid 1px;
    border-bottom: #2864F0 solid 1px;
}

.p-lpDownload__list--comingSoon .--jp {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: .02em;
}

.p-lpDownload__contents {
    margin: 25px auto 0;
    max-width: 911px;
    padding: 50px 25px;
    background-color: #EBF3FF;
    border-radius: 50px;
}

.p-lpDownload__contents--inner {
    max-width: 791px;
    margin: 0 auto;
    position: relative;
}

.p-lpDownload__content--head {
    color: #1E46AA;
    font-feature-settings: 'palt' on;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpDownload__content--txt {
    margin-top: 8px;
    max-width: 465px;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpDownload__content--table {
    display: flex;
    align-items: flex-start;
    max-width: 470px;
    margin-top: 14px;
}

.p-lpDownload__content--table h4 {
    width: 76px;
    color: #1E46AA;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpDownload__content--table ul {
    width: calc(100% - 76px);
    border-left: #1e46aa solid 1px;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.p-lpDownload__content--table ul li {
    position: relative;
    padding-left: 22px;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpDownload__content--table ul li::before {
    background: url('../img/check.png') no-repeat center center/contain;
    content: '';
    height: 17px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 17px;
}

.p-lpDownload__content--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 27px;
    margin-top: 19px;
    width: 100%;
    max-width: 249px;
    height: 60px;
    background-color: #1E46AA;
    border-radius: 100vh;
    text-decoration: none !important;
    color: #fff;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .07em;
    position: relative;
}
.p-lpDownload__content--btn::before {
    background: url('../img/btn-arrow.png') no-repeat center center/contain;
    content: '';
    height: 28px;
    right: 16px;
    position: absolute;
    top: 50%;
    width: 28px;
    transform: translate(0, -50%);
}

.p-lpDownload__content--img {
    position: absolute;
    width: 288px;
    top: -5px;
    right: 0;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.25));
    transform: translateZ(0);
}

@media screen and (max-width: 900px) {
    .p-lpDownload {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-lpDownload__cloud01 {
        width: 170px;
        left: calc(50% + 124px);
        top: 133px;
    }

    .p-lpDownload__cloud02 {
        width: 111px;
        right: calc(50% + 141px);
        bottom: 102px;
    }

    .p-lpDownload__cloud03 {
        position: absolute;
        width: 102px;
        left: calc(50% + 122px);
        bottom: 15px;
    }

    .p-lpDownload__subHead {
        font-size: 14px;
    }

    .p-lpDownload__subHead span {
        padding: 0 15px;
    }

    .p-lpDownload__subHead span::before {
        background: url('../img/txt-left-sp.png') no-repeat center center/contain;
        height: 24px;
        bottom: -4px;
        width: 10px;
    }
    .p-lpDownload__subHead span::after {
        background: url('../img/txt-right-sp.png') no-repeat center center/contain;
        height: 24px;
        bottom: -4px;
        width: 10px;
    }

    .p-lpDownload__head {
        margin-top: 10px;
        font-size: 32px;
    }

    .p-lpDownload__list {
        margin-top: 78px;
        flex-direction: column;
        gap: 78px;
    }

    .p-lpDownload__list li {
        width: 100%;
        position: relative;
        padding: 133px 25px 30px;
        border-radius: 20px;
    }

    .p-lpDownload__list--img {
        max-width: 140px;
        width: 140px;
        position: absolute;
        top: -58px;
        margin: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .p-lpDownload__list--head {
        margin-top: 0;
        font-size: 25px;
    }

    .p-lpDownload__list--txt {
        margin-top: 10px;
        font-size: 14px;
    }

    .p-lpDownload__contents {
        margin: 82px auto 0;
        padding: 133px 25px 25px;
        border-radius: 20px;
    }

    .p-lpDownload__contents--inner {
        max-width: 791px;
        margin: 0 auto;
        position: relative;
    }

    .p-lpDownload__content--head {
        font-size: 18px;
    }

    .p-lpDownload__content--txt {
        margin-top: 4px;
        max-width: unset;
        font-size: 14px;
    }

    .p-lpDownload__content--table {
        display: block;
        max-width: unset;
        margin-top: 12px;
    }

    .p-lpDownload__content--table h4 {
        width: 100%;
        font-size: 14px;
    }

    .p-lpDownload__content--table ul {
        width: 100%;
        border-left: unset;
        border-top: #1e46aa solid 1px;
        padding-left: 0;
        margin-top: 8px;
        padding-top: 8px;
        gap: 3px;
    }

    .p-lpDownload__content--table ul li {
        padding-left: 20px;
        font-size: 14px;
    }

    .p-lpDownload__content--table ul li::before {
        height: 14px;
        left: 0;
        width: 14px;
    }

    .p-lpDownload__content--btn {
        margin: 18px auto 0;
    }

    .p-lpDownload__content--img {
        width: 203px;
        top: -204px;
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/*===========================================================================*/
/*  birth  */
/*===========================================================================*/
.p-lpBirth {
    position: relative;
    padding-top: 120px;
    background-color: #EBF3FF;
}

.p-lpBirth__deco {
    position: absolute;
    top: 87px;
    left: calc(50% - 48px);
    transform: translate(-50%, 0);
    width: 1141px;
}

.p-lpBirth__inner {
    background-color: #fff;
    border-radius: 50px;
    padding: 80px 25px;
    color: #1E46AA;
}

.p-lpBirth__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-lpBirth__head .--upper {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpBirth__head .--lower {
    display: inline-flex;
    gap: 22px;
    align-items: center;
}

.p-lpBirth__head .--lower .--large {
    font-feature-settings: 'palt' on;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpBirth__head .--lower .--small {
    font-feature-settings: 'palt' on;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
    transform: translate(0, 12px);
}

.p-lpBirth__txt {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .07em;
    margin-top: 30px;
}
.p-lpBirth__txt.--02 {
    margin-top: 20px;
}

@media screen and (max-width: 900px) {
    .p-lpBirth {
        padding-top: 40px;
    }

    .p-lpBirth__deco {
        top: 7px;
        left: calc(50% + 1px);
        width: 445px;
    }

    .p-lpBirth__inner {
        border-radius: 20px;
        padding: 40px 20px;
    }

    .p-lpBirth__head .--upper {
        font-size: 16px;
    }

    .p-lpBirth__head .--lower {
        gap: 11px;
    }

    .p-lpBirth__head .--lower .--large {
        font-size: 30px;
    }

    .p-lpBirth__head .--lower .--small {
        font-size: 20px;
        transform: translate(0, 6px);
    }

    .p-lpBirth__txt {
        text-align: center;
        font-size: 15px;
        margin-top: 16px;
    }
    .p-lpBirth__txt.--02 {
        margin-top: 12px;
    }
}

/*===========================================================================*/
/*  recommend  */
/*===========================================================================*/
.p-lpRecommend {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #EBF3FF;
}

.p-lpRecommend.--lower {
    padding-top: 100px;
}

.p-lpRecommend__inner {
    position: relative;
}

.p-lpRecommend__bird {
    position: absolute;
    width: 158px;
    top: -44px;
    right: calc(50% + 266px);
}

.p-lpRecommend__cloud01 {
    position: absolute;
    width: 189px;
    top: 566px;
    right: calc(50% + 516px);
}

.p-lpRecommend__cloud02 {
    position: absolute;
    width: 177px;
    top: 8px;
    left: calc(50% + 375px);
}

.p-lpRecommend__cloud03 {
    position: absolute;
    width: 177px;
    bottom: 483px;
    left: calc(50% + 448px);
}

.p-lpRecommend__subHead {
    position: relative;
    z-index: 2;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .07em;
}

.p-lpRecommend__subHead span {
    position: relative;
    padding: 0 23px;
}

.p-lpRecommend__subHead span::before {
    background: url('../img/txt-left.png') no-repeat center center/contain;
    content: '';
    height: 32px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 14px;
}
.p-lpRecommend__subHead span::after {
    background: url('../img/txt-right.png') no-repeat center center/contain;
    content: '';
    height: 32px;
    right: 0;
    position: absolute;
    bottom: -5px;
    width: 14px;
}

.p-lpRecommend__head {
    margin-top: 14px;
    color: #1E46AA;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpRecommend__list {
    position: relative;
    z-index: 2;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.p-lpRecommend__list li {
    width: calc(50% - 18px);
    background-color: #fff;
    border-radius: 30px;
    padding: 424px 40px 40px;
    position: relative;
}

.p-lpRecommend__list--logo {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 295px;
}
.p-lpRecommend__list li:nth-of-type(2) .p-lpRecommend__list--logo {
    width: 329px;
}
.p-lpRecommend__list li:nth-of-type(3) .p-lpRecommend__list--logo {
    width: 384px;
    top: 11px;
}
.p-lpRecommend__list li:nth-of-type(4) .p-lpRecommend__list--logo {
    width: 351px;
    top: 11px;
}

.p-lpRecommend__list--img {
    position: absolute;
    width: 324px;
    top: 135px;
    left: 50%;
    transform: translate(-50%, 0);
}
.p-lpRecommend__list li:nth-of-type(2) .p-lpRecommend__list--img {
    width: 354px;
    top: 115px;
}
.p-lpRecommend__list li:nth-of-type(3) .p-lpRecommend__list--img {
    width: 283px;
    top: 114px;
}
.p-lpRecommend__list li:nth-of-type(4) .p-lpRecommend__list--img {
    width: 330px;
    top: 129px;
}

.p-lpRecommend__list--head {
    color: #1E46AA;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpRecommend__list--txt {
    margin-top: 20px;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpRecommend__list--txt strong {
    font-weight: 400;
    color: #1E46AA;
}

@media screen and (max-width: 900px) {
    .p-lpRecommend {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-lpRecommend.--lower {
        padding-top: 40px;
    }

    .p-lpRecommend__bird {
        width: 106px;
        top: 86px;
        right: calc(50% + 91px);
        z-index: 3;
    }

    .p-lpRecommend__cloud01 {
        position: absolute;
        width: 144px;
        top: 971px;
        right: unset;
        left: -103px;
    }

    .p-lpRecommend__cloud02 {
        position: absolute;
        width: 111px;
        top: 85px;
        left: unset;
        right: -48px;
    }

    .p-lpRecommend__cloud03 {
        width: 170px;
        bottom: -34px;
        left: unset;
        right: -36px;
    }

    .p-lpRecommend__subHead {
        font-size: 14px;
    }

    .p-lpRecommend__subHead span {
        padding: 0 15px;
        display: inline-flex;
    }

    .p-lpRecommend__subHead span::before {
        background: url('../img/txt-left-sp.png') no-repeat center center/contain;
        height: 24px;
        bottom: 0;
        width: 10px;
    }
    .p-lpRecommend__subHead span::after {
        background: url('../img/txt-right-sp.png') no-repeat center center/contain;
        height: 24px;
        bottom: 0;
        width: 10px;
    }

    .p-lpRecommend__head {
        margin-top: 7px;
        font-size: 32px;
    }

    .p-lpRecommend__list {
        margin-top: 18px;
        gap: 15px;
    }

    .p-lpRecommend__list li {
        width: 100%;
        border-radius: 20px;
        padding: 298px 25px 30px;
    }
    .p-lpRecommend__list li:nth-of-type(2) {
        padding-top: 280px;
    }
    .p-lpRecommend__list li:nth-of-type(3) {
        padding-top: 288px;
    }
    .p-lpRecommend__list li:nth-of-type(4) {
        padding-top: 288px;
    }

    .p-lpRecommend__list--logo {
        top: 25px;
        width: 203px;
    }
    .p-lpRecommend__list li:nth-of-type(2) .p-lpRecommend__list--logo {
        width: 241px;
    }
    .p-lpRecommend__list li:nth-of-type(3) .p-lpRecommend__list--logo {
        width: 287px;
        top: 1px;
    }
    .p-lpRecommend__list li:nth-of-type(4) .p-lpRecommend__list--logo {
        width: 258px;
        top: 0;
    }

    .p-lpRecommend__list--img {
        width: 244px;
        top: 89px;
    }
    .p-lpRecommend__list li:nth-of-type(2) .p-lpRecommend__list--img {
        width: 242px;
        top: 74px;
    }
    .p-lpRecommend__list li:nth-of-type(3) .p-lpRecommend__list--img {
        width: 195px;
        top: 77px;
    }
    .p-lpRecommend__list li:nth-of-type(4) .p-lpRecommend__list--img {
        width: 228px;
        top: 81px;
    }

    .p-lpRecommend__list--head {
        font-size: 22px;
    }

    .p-lpRecommend__list--txt {
        margin-top: 10px;
        font-size: 14px;
    }
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.p-lpVoice {
    padding-top: 120px;
    padding-bottom: 110px;
}

.p-lpVoice__swallow {
    max-width: 187px;
    margin: 0 auto;
}

.p-lpVoice__head {
    margin-top: 20px;
    color: #1E46AA;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpVoice__list {
    margin-top: 40px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.p-lpVoice.--lower .p-lpVoice__list {
    justify-content: center;
}

.p-lpVoice__list li {
    width: calc(100%/4 - 75px/3);
}

.p-lpVoice__list--link {
    border-radius: 20px;
    display: block;
    border: #1e46aa solid 1px;
    text-decoration: none !important;
    overflow: hidden;
    height: 100%;
    padding-bottom: 56px;
    position: relative;
}

.p-lpVoice__list--head {
    padding: 8px;
    background-color: #1e46aa;
    color: #fff;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .07em;
}

.p-lpVoice__list--imgs {
    position: relative;
    padding: 10px 10px 0;
}

.p-lpVoice__list--img {
    border-radius: 10px;
    overflow: hidden;
}

.p-lpVoice__list--tags {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 0;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.p-lpVoice__list--tag {
    color: #1E46AA;
    font-feature-settings: 'palt' on;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.01em;
    padding: 3px 6px;
    background-color: #EBF3FF;
    border-radius: 6px;
}

.p-lpVoice__list--txt {
    padding: 10px 20px 0;
    color: #464343;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .04em;
}

.p-lpVoice__list--btn {
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
}

.p-lpVoice__list--btn span {
    position: relative;
    padding-left: 24px;
    color: #464343;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .07em;
}
.p-lpVoice__list--btn span::before {
    background: url('../img/voice-arrow.png') no-repeat center center/contain;
    content: '';
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
}

@media screen and (max-width: 900px) {
    .p-lpVoice {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-lpVoice__swallow {
        max-width: 98px;
    }

    .p-lpVoice__head {
        margin-top: 6px;
        font-size: 32px;
    }

    .p-lpVoice__list {
        margin-top: 18px;
        gap: 20px;
    }

    .p-lpVoice__list li {
        width: 100%;
    }

    .p-lpVoice__list--link {
        height: auto;
        padding-bottom: 22px;
    }

    .p-lpVoice__list--tag {
        font-size: 12px;
    }

    .p-lpVoice__list--btn {
        position: relative;
        left: unset;
        bottom: unset;
        margin-top: 15px;
    }
}

/*===========================================================================*/
/*  smooth  */
/*===========================================================================*/
.p-lpSmooth {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #EBF3FF;
    position: relative;
}

.p-lpSmooth__bird {
    position: absolute;
    width: 205px;
    top: 182px;
    left: calc(50% + 326px);
}

.p-lpSmooth__cloud01 {
    position: absolute;
    width: 247px;
    top: 174px;
    right: calc(50% + 373px);
}

.p-lpSmooth__cloud02 {
    position: absolute;
    width: 218px;
    top: 534px;
    left: calc(50% + 553px);
    transform: rotate(-4deg);
}

.p-lpSmooth__cloud03 {
    position: absolute;
    width: 240px;
    bottom: 231px;
    right: calc(50% + 535px);
}

.p-lpSmooth__inner {
    position: relative;
}

.p-lpSmooth__head {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: .07em;
    position: relative;
    z-index: 2;
}

.p-lpSmooth__head span {
    color: #1e46aa;
}

.p-lpSmooth__img {
    position: absolute;
    width: 1060px;
    left: 50%;
    top: 23px;
    transform: translate(-50%, 0);
}

.p-lpSmooth__badges {
    margin-top: 554px;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.p-lpSmooth__badges li {
    width: 300px;
}

.p-lpSmooth__badges li:nth-of-type(2) {
    width: 327px;
}

.p-lpSmooth__badge--caution {
    margin-top: 7px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: .07em;
}

.p-lpSmooth__desc {
    margin-top: 25px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .07em;
}

@media screen and (max-width: 900px) {
    .p-lpSmooth {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .p-lpSmooth__bird {
        display: none;
    }

    .p-lpSmooth__cloud01 {
        width: 107px;
        top: 385px;
        right: calc(50% + 121px);
        z-index: 3;
    }

    .p-lpSmooth__cloud02 {
        position: absolute;
        width: 108px;
        top: 32px;
        left: calc(50% + 108px);
        transform: rotate(-4deg);
        z-index: 3;
    }

    .p-lpSmooth__cloud03 {
        position: absolute;
        width: 126px;
        bottom: 252px;
        right: unset;
        left: calc(50% + 125px);
    }

    .p-lpSmooth__inner {
        position: relative;
    }

    .p-lpSmooth__head {
        font-size: 28px;
        z-index: 4;
    }

    .p-lpSmooth__head span {
        color: #1e46aa;
    }

    .p-lpSmooth__img {
        position: absolute;
        width: 443px;
        top: 0;
    }

    .p-lpSmooth__badges {
        margin-top: 263px;
        justify-content: center;
        align-items: center;
        gap: 13px;
        flex-direction: column;
    }

    .p-lpSmooth__badges li {
        width: 100%;
    }

    .p-lpSmooth__badges li:nth-of-type(2) {
        width: 100%;
    }

    .p-lpSmooth__badges li figure {
        max-width: 242px;
        margin: 0 auto;
    }
    .p-lpSmooth__badges li:nth-of-type(3) figure {
        max-width: 264px;
    }

    .p-lpSmooth__badge--caution {
        margin-top: 3px;
    }

    .p-lpSmooth__desc {
        margin-top: 18px;
        text-align: left;
        font-size: 14px;
    }
}

/*===========================================================================*/
/*  float  */
/*===========================================================================*/
.p-lpFloat__nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px;
    transition: transform .5s 0s cubic-bezier(.44,.14,.09,1.02);
    transform: translate(0, -101%);
}

.p-lpFloat__nav.js-active {
    transform: translate(0, 0);
}

.p-lpFloat__nav .p-lpNav__link {
    padding-top: 0px;
    padding-bottom: 5px;
}

.p-lpFloat__nav .p-lpNav__link::before {
    left: unset;
    right: 18px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
}

@media screen and (max-width: 900px) {
    .p-lpFloat__nav {
        display: none;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
footer img {
    width: revert-layer;
}/*# sourceMappingURL=style.css.map */
