@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

:root {
    --primary: #e0340d;
    --primaryDirect: #007bc7;
    --primaryDensai: #f29100;
    --primaryGaitame: #432b8c;
    --secondary: #94252a;
    --secondaryDirect: #0b318f;
    --secondaryDensai: #eb6120;
    --secondaryGaitame: #a64a97;
    --tertiary: #ffeded;
    --company: #3157b8;
    --txtColor: #000;
    --txtLink: #009de0;
    --borderColor: #bfc9cd;
    --borderColorSecondary: #b6b6b5;
    --bgColor: #fff;
    --bgColorSecondary: #f2f1ee;
    --bgColorTertiary: #f5f5f5;
    --bgColorTh: #e0ded6;
    --bgColorThSub: #f2f1ee;
    --gradient: #e7380d 0%, #94252a 100%;
    --gradientCorporate: #3157b8 0%, #122f79 100%;
    --gradientDirect: #007bc7 0%, #0b318f 100%;
    --gradientDensai: #eb6120 0%, #f29100 100%;
    --gradientGaitame: #a64a97 0%, #432b8c 100%;
    --white: #fff;
    --black: #333;
    --gray: #b6b6b5;
    --fontFamily: "Noto Sans JP", "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --fontFamilyEn: "Roboto", sans-serif;
    --txtSizeSp: 1.4rem;
    --txtSizePc: 1.6rem;
    --lineHeight: 1.75;
    --lineHeightTitle: 1.5;
    --letterSpacing: 0.01em;
    --fixedWidth: 1160px;
    --fixedWidthLarge: 1366px;
    --fixedWidthSmall: 375px;
    --zIndexLv0: 0;
    --zIndexLv1: 1;
    --zIndexLv2: 10;
    --zIndexLv3: 100;
    --zIndexLv4: 1000;
    --zIndexLv5: 10000;
    --breakTabLength: 768;
    --breakPcLength: 1025;
    --breakPcLength1235: 1235
}

.c-box-app {
    overflow: hidden;
    background-color: var(--primary)
}

@media print,
screen and (min-width:768px) {
    .c-box-app__container {
        box-sizing: content-box;
        display: flex;
        max-width: 1160px;
        padding-inline: 40px;
        padding-top: 80px;
        margin-inline: auto
    }
}

.c-box-app__content {
    position: relative;
    display: flex;
    flex-direction: column;
    order: 1;
    padding: 60px 15px 30px;
    background-color: #e0340d
}

@media print,
screen and (min-width:768px) {
    .c-box-app__content {
        width: calc(100% - 365px);
        padding: 20px 0 0 33px
    }
}

.c-box-app__ttl {
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center
}

@media print,
screen and (min-width:768px) {
    .c-box-app__ttl {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

.c-box-app__ttl-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 16px
}

@media print,
screen and (min-width:1025px) {
    .c-box-app__ttl-img {
        width: 140px;
        height: 140px
    }
}

.c-box-app__ttl-src {
    display: block;
    width: 63px;
    height: 51px
}

@media print,
screen and (min-width:768px) {
    .c-box-app__ttl-src {
        width: 110px;
        height: 90px
    }
}

.c-box-app__ttl-txt {
    font-weight: 700;
    color: #fff
}

.c-box-app__ttl-txt-copy {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .08em
}

@media print,
screen and (min-width:1025px) {
    .c-box-app__ttl-txt-copy {
        font-size: 3.2rem;
        letter-spacing: .08em
    }
}

.c-box-app__ttl-txt-main {
    display: block;
    margin-top: 5px;
    font-size: 3.6rem;
    line-height: 1.44
}

@media print,
screen and (min-width:1025px) {
    .c-box-app__ttl-txt-main {
        width: 100%;
        max-width: 440px;
        font-size: 6.3rem
    }
}

.c-box-app__download {
    display: flex;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 14px 16px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 16px
}

@media print,
screen and (min-width:768px) {
    .c-box-app__download {
        padding: 24px 32px;
        margin-top: 38px
    }
}

.c-box-app__download-inner {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: center;
    width: 50%
}

.c-box-app__download-inner+.c-box-app__download-inner {
    position: relative
}

.c-box-app__download-inner+.c-box-app__download-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    display: block;
    width: 1px;
    height: 100%;
    margin-block: auto;
    content: "";
    background-color: var(--borderColorSecondary)
}

@media print,
screen and (min-width:768px) {
    .c-box-app__download-inner+.c-box-app__download-inner:before {
        left: -16px
    }
}

.c-box-app__download-title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .024em
}

@media print,
screen and (min-width:768px) {
    .c-box-app__download-title {
        font-size: 1.8rem
    }
}

.c-box-app__download-link {
    display: flex;
    align-items: center;
    justify-content: center
}

@media print,
screen and (min-width:768px) {
    .c-box-app__download-link {
        -moz-column-gap: 32px;
        column-gap: 32px;
        justify-content: space-between
    }
}

.c-box-app__download-link-inner {
    display: inline-block;
    transition: opacity .2s ease-out
}

.c-box-app__download-link-inner:focus-visible {
    opacity: .7
}

@media (hover:hover) and (pointer:fine) {
    .c-box-app__download-link-inner:hover {
        opacity: .7
    }
}

.c-box-app__download-link-img {
    -o-object-fit: contain;
    object-fit: contain
}

@media print,
screen and (min-width:768px) {
    .c-box-app__download-link-img:has(.c-box-app__download-link-img--app) {
        margin-left: 10px
    }
}

@media print,
screen and (min-width:768px) {
    .c-box-app__download-link-img.c-box-app__download-link-img--app {
        width: 158px;
        height: 58px
    }

    .c-box-app__download-link-img.c-box-app__download-link-img--ggr {
        width: 196px;
        height: 58px
    }
}

.c-box-app__download-link-qr-img {
    -o-object-fit: contain;
    object-fit: contain
}

.c-box-app__download-list-wrap {
    display: flex;
    gap: 15px
}

ul.c-box-app__download-list {
    width: 50%
}

@media print,
screen and (min-width:768px) {
    ul.c-box-app__download-list {
        margin-top: 12px
    }
}

ul.c-box-app__download-list>li {
    padding-left: 20px;
    line-height: 1.98;
    color: #fff
}

.c-box-app__img {
    position: relative;
    display: flex;
    justify-content: center;
    order: 0;
    background-color: #e0340d
}

@media print,
screen and (min-width:768px) {
    .c-box-app__img {
        width: 365px
    }

    .c-box-app__img-inner>picture {
        display: flex;
        align-items: end;
        justify-content: center;
        height: 100%;
        padding-left: 0
    }
}

.c-box-app__img-src {
    display: block
}

@media print,
screen and (min-width:768px) {
    .c-box-app__img-src {
        width: 365px;
        height: 550px
    }
}

.c-box-app.c-box-app--on-footer {
    position: relative;
    z-index: 1;
    margin-bottom: -32px;
    border-radius: 0 0 32px 32px
}

@media print,
screen and (min-width:768px) {
    .c-box-app.c-box-app--on-footer {
        margin-bottom: -40px;
        border-radius: 0 0 40px 40px
    }
}

.c-box-app.c-box-app--on-footer+.l-footer__pagetop+.l-footer {
    padding-top: 120px
}

.c-box-app.c-box-app--on-footer+.l-footer__pagetop+.l-footer:before {
    display: none
}

/* custome css  */
.bg-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
    background: url(/assets/images/bg_content.png) center 0 / cover no-repeat;
}

@media print, screen and (min-width: 768px) {
    [data-content-fixed] {
        box-sizing: content-box;
        max-width: var(--fixedWidthSmall);
        padding-inline: 40px;
        margin-inline: auto;
    }
}