@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,700|Nunito:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
    a {
        cursor: pointer;
    }
}
body.modal-open {
    overflow: hidden;
}

body {
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
        "YuGothic", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto,
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
        "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
}

.number {
    font-family: "Open Sans";
}
.reason-number {
    font-weight: 700;
    font-size: 36px;
    text-decoration: underline;
    color: #4a5796;
    margin-bottom: 24px;
    font-family: "Open Sans";
    text-underline-offset: 8px;
}
.reason-title {
    font-weight: 700;
    font-size: 24px;
    color: #4a5796;
}
.banner-button {
    display: flex;
    gap: 8px;
    width: 288px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    font-weight: 700;
}
.banner-button-primary {
    border: 2px solid #4a5796;
    background: #4a5796;
    color: white;
}
.banner-button-primary:hover,
.section-button:hover {
    border-color: #747fb8;
    background: #747fb8;
}
.banner-button-secondary:hover {
    color: #747fb8;
    border-color: #747fb8;
}
.banner-button-secondary {
    background: white;
    color: #4a5796;
    border: 2px solid #4a5796;
}
.banner-login {
    background: url("/img/top-new/banner-login-right.png") center no-repeat;
    background-size: cover;
    height: 307px;
}
.banner-login-right {
    background: url("/img/top-new/banner-login-left.png") center no-repeat;
    background-size: cover;
    height: 307px;
}

.section {
    padding: 104px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.section-full {
    padding: 104px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.section-head {
    text-align: center;
}
.wel-section-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
    color: #4a5796;
}
.section-title-desc {
    font-weight: 700;
    color: #333333;
    font-size: 36px;
}
.section-button {
    display: flex;
    gap: 8px;
    width: 280px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #4a5796;
    font-weight: 700;
    color: white;
    margin: auto;
}
.intro-img {
    background: url("/img/top-new/poster-img-2.png") center no-repeat;
    object-fit: cover;
    height: 596px;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    width: 672px;
}
.news-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-container .news-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 24px;
}

.news-container .news-item a {
    display: flex;
    gap: 24px;
}

.news-container .news-item .news-item-group {
    display: flex;
    align-items: center;
    gap: 24px;
}

.news-container .news-item:not(:last-child) {
    border-bottom: 1px solid #bbbbbb;
}

.news-container .news-date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black);
}

.news-container .news-tag {
    border-radius: 16px;
    border: 1px solid var(--indigo-700);
    font-size: 12px;
    font-weight: 400;
    color: var(--indigo-700);
    width: 120px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-container .news-description {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}
.column-slide-less .splide__track .splide__list {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 1024px;
    margin: auto !important;
}
.column-slide-less .splide__track .splide__list > li {
    flex: 1;
    max-width: 325.33px;
}
.price_cta_bg::before {
    position: absolute;
    content: "";
    background: #ffdd63;
    width: 400px;
    height: 400px;
    border-radius: 100vh;
    top: -260px;
    left: -40px;
    z-index: 1;
}
.price_cta_bg::after {
    position: absolute;
    content: "";
    background: #ffdd63;
    width: 800px;
    height: 800px;
    border-radius: 100vh;
    top: -40px;
    right: -400px;
    z-index: 1;
}

.cm-container {
    max-width: 1024px;
    height: 684px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cm-container .cm-title {
    text-align: center;
    margin-bottom: 64px;
}

.cm-container .cm-title .main-text{
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
}

.cm-container .cm-title .sub-text {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.cm-container .cm-title .desc {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}

.cm-container .cm-videos {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.cm-container .cm-videos .cm-video {
    max-width: 492px;
    width: 100%;
    height: 277px;;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.cm-container .cm-videos .cm-video img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.cm-container .cm-videos .cm-video button {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 64px;
    height: 64px;
}

.cm-container .video-desc {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 24px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000A3;
    z-index: 999999999;
}

.modal__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999999;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    padding: 0 1rem;
}

.modal__close {
    width: 100%;
    max-width: 944px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 944px;
    height: 531px;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .section {
        padding: 80px 40px;
    }
    .section-full {
        padding: 80px 0;
    }
    .section-area {
        padding-left: 40px;
        padding-right: 40px;
    }
    .banner-login {
        background: url("/img/top-new/banner-login-right-tablet.png") center
            no-repeat;
        background-size: cover;
        height: 411px;
    }
    .banner-login-right {
        background: url("/img/top-new/banner-login-left-tablet.png") center
            no-repeat;
        background-size: cover;
        height: 411px;
    }
    .intro-img {
        background: url("/img/top-new/poster-img-tablet.png") center no-repeat;
        object-fit: cover;
        height: 469px;
        border-top-left-radius: 160px;
        border-top-right-radius: 160px;
        width: 528px;
    }
    .column-slide-less .splide__track .splide__list {
        padding: 0 40px !important;
    }
    .column-slide-less .splide__track .splide__list > li {
        max-width: 368px;
    }
    .price_cta_bg::before {
        width: 320px;
        height: 320px;
        top: -240px;
        left: -112px;
    }
    .price_cta_bg::after {
        width: 600px;
        height: 600px;
        top: 180px;
        right: -278px;
    }

    .cm-container {
        max-width: 688px;
        height: 580px;
    }

    .cm-container .cm-title .main-text{
        font-weight: 700;
        font-size: 36px;
        color: #FFFFFF;
    }

    .cm-container .cm-title .sub-text {
        font-size: 24px;
        font-weight: 700;
        color: #FFFFFF;
        width: 100%;
        display: inline-block;
    }

    .cm-container .cm-title .desc {
        font-size: 20px;
        font-weight: 700;
        color: #FFFFFF;
    }

    .cm-container .cm-videos .cm-video {
        width: 322px;
        max-width: 322px;
        height: 187px;
    }

    .cm-container .cm-videos .cm-video button {
        bottom: 16px;
        right: 16px;
    }

    .modal__close {
        max-width: 688px;
    }

    .modal {
        width: 688px;
        height: 387px;
    }

    .modal iframe{
        width: 688px;
        height: 387px;
    }

    .cm-container .cm-videos .cm-video button {
        width: 48px;
        height: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .section {
        padding: 64px 24px;
        gap: 0px; /* For IOS 14  */
    }
    .section-full {
        padding: 64px 0;
        gap: 0px; /* For IOS 14  */
    }
    .section-button {
        width: 240px;
    }
    .section-head {
        /* padding-bottom: 40px; */
    }
    .wel-section-title {
        font-size: 18px;
        padding-bottom: 12px;
    }
    .section-title-desc {
        font-size: 24px;
    }
    .reason-number {
        font-size: 24px;
    }
    .reason-title {
        font-size: 18px;
    }
    .news-container .news-item {
        flex-direction: column;
        gap: 0px !important; /* For IOS 14  */
    }
    .news-container .news-item > *:not(:last-child) {
        margin-bottom: 12px; /* For IOS 14  */
    }
    .news-container .news-item .news-item-group {
        gap: 0px; /* For IOS 14  */
    }
    .news-container .news-item .news-item-group > *:not(:last-child) {
        margin-right: 24px; /* For IOS 14  */
    }
    .news-container .news-item .news-item-group,
    .news-container .news-description {
        width: 100%;
    }
    .banner-login {
        background: url("/img/top-new/banner-login-right-mobile.png") center
            no-repeat;
        background-size: cover;
        height: fit-content;
        padding: 28px 0 40px 0;
    }
    .banner-login-right {
        background: url("/img/top-new/banner-login-left-mobile.png") center
            no-repeat;
        background-size: cover;
        height: fit-content;
        padding: 28px 0 40px 0;
    }
    .intro-img {
        background: url("/img/top-new/poster-img-mobile.png") center no-repeat;
        object-fit: cover;
        height: 431px;
        width: 335px;
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
    }
    .banner-button {
        width: 240px;
        height: 64px;
    }
    .column-slide-less .splide__track .splide__list {
        padding: 0 24px !important;
    }
    .column-slide-less .splide__track .splide__list > li {
        max-width: 327px;
    }
    .price_cta_bg::before {
        width: 280px;
        height: 240px;
        top: -174px;
        left: -180px;
    }
    .price_cta_bg::after {
        width: 412px;
        height: 450px;
        top: 212px;
        right: -240px;
    }

    .cm-container {
        max-width: 329px;
        height: 728px;
    }

    .cm-container .cm-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .cm-container .cm-title .main-text {
        font-weight: 700;
        font-size: 20px;
        color: #FFFFFF;
    }

    .cm-container .cm-title .sub-text {
        font-size: 18px;
        font-weight: 700;
        color: #FFFFFF;
        width: 100%;
        display: inline-block;
    }

    .cm-container .cm-title .desc {
        font-size: 14px;
        font-weight: 700;
        color: #FFFFFF;
    }

    .cm-container .video-desc {
        font-size: 14px;
        margin-top: 16px;
    }

    .cm-container .cm-videos {
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }

    .cm-container .cm-videos .cm-video {
        max-width: 327px;
        height: 184px;
    }

    .cm-container .cm-videos .cm-video button {
        bottom: 16px;
        right: 16px;
    }

    .modal__close {
        max-width: 327px;
    }

    .modal {
        width: 327px;
        height: 184px;
    }

    .modal iframe{
        width: 327px;
        height: 184px;
    }

    .cm-container .cm-videos .cm-video button {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (min-width: 1024px) {
    .news-container .news-description:hover {
        text-decoration: underline;
    }
}

/* For IOS 14  */

@media only screen and (min-width: 767px) and (max-width: 1279px) {
    .section {
        gap: 0px;
    }
    .section > *:not(:last-child) {
        margin-bottom: 64px;
    }
    .section-intro > *:not(:last-child) {
        margin-right: 1rem;
    }
    .section-intro-button > *:not(:last-child) {
        margin-right: 1.5rem;
    }
    .section1 > div:not(:last-child) {
        margin-bottom: 40px;
    }
    .section2 {
        max-width: 584px;
        margin: auto;
    }
    .section-reason > *:not(:last-child) {
        margin-bottom: 4rem;
    }
    .section-reason-1 > *:not(:last-child) {
        margin-bottom: 40px;
    }
    .section-reason-1-child {
        max-width: 688px;
        margin: auto;
    }
    .section-reason-1-child > *:first-child {
        margin-right: 1.5rem;
    }
    .section-reason-1-child > *:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .section-reason-2 > *:not(:last-child) {
        margin-bottom: 40px;
    }
    .section-reason-4-child > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-reason-5-child > *:not(:last-child) {
        margin-bottom: 24px;
    }
    .section-reason-5-item > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-interview > *:not(:last-child) {
        margin-bottom: 24px;
    }
    .section-interview-item > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .section-interview-item-child > *:not(:last-child) {
        margin-bottom: 14px;
    }
    .section-step > *:not(:last-child) {
        margin-right: 24px;
    }
    .section-step-1 > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-step-2 {
        margin-bottom: 4px;
    }
    .section-step-2 > *:not(:last-child) {
        margin-right: 4px;
    }
    .section-step-3 > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-faq-item > *:not(:last-child) {
        margin-bottom: 28px;
    }
    .section-faq-item-row > *:not(:last-child) {
        margin-right: 16px;
    }
    .news-container .news-item {
        gap: 0px;
    }
    .news-container .news-item > *:not(:last-child) {
        margin-right: 24px;
    }
    .news-container .news-item .news-item-group {
        gap: 0px;
    }
    .news-container .news-item .news-item-group > *:not(:last-child) {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section > *:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .section-intro {
        max-width: 338px;
    }
    .section-full > *:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .section1 > div:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .section2 {
        max-width: 272px;
        margin: auto;
    }
    .section-reason > *:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .section-reason-1 > *:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .section-reason-1-child > *:not(:last-child) {
        margin-bottom: 1rem;
    }
    .section-reason-2 > *:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .section-reason-4-child > *:not(:last-child) {
        margin-bottom: 8px;
    }
    .section-reason-5-child {
        max-width: 327px;
        margin: auto;
    }
    .section-reason-5-child > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-reason-5-item > *:not(:last-child) {
        margin-bottom: 16px;
    }

    .section-interview {
        max-width: 327px;
        margin: auto;
    }
    .section-interview > *:not(:last-child) {
        margin-bottom: 24px;
    }
    .section-interview-item > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .section-interview-item-child > *:not(:last-child) {
        margin-bottom: 14px;
    }

    .section-step > *:not(:last-child) {
        margin-bottom: 40px;
    }
    .section-step-1 > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-step-2 {
        margin-bottom: 4px;
    }
    .section-step-2 > *:not(:last-child) {
        margin-right: 4px;
    }
    .section-step-3 > *:not(:last-child) {
        margin-bottom: 16px;
    }

    .section-faq > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .section-faq-item {
        gap: 0px;
    }
    .section-faq-item > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .section-faq-item-row > *:not(:last-child) {
        margin-right: 16px;
    }
    .news-container .news-item > *:not(:last-child) {
        margin-right: 0px;
    }
}
