@charset "UTF-8";

/* =======================================
Article__header
======================================= */
.page_title {
    display: flex;
    width: 100%;
    height: 140px;
    padding: 38px 13px;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-image: url(../images/cvc//cvc_title_bg_SP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--primary-white);
    text-align: center;
    font-family: Lato;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
}

.page_title p {
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.65px;
}

/* Article__header pc */
@media screen and (min-width:769px) {
    .page_title {
        height: 250px;
        padding: 77px 0;
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 42px; /* 116.667% */
        background-image: url(../images/cvc/cvc_title_bg_PC.jpg);
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
    }

    .page_title p {
        font-size: 1.8rem;
        line-height: 32px;
    }
}/* pc 769px */

/* =======================================
Description
======================================= */
.description {
    display: flex;
    padding: 0px 5.3%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
}

.description__title {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.66px;
}

.description__note {
    font-size: 1.6rem;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
    margin-top: 24px;
}

.gc_link {
    color: var(--primary-green);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.gc_link:hover {
    color: var(--primary-lightBrown);
}

/* Description pc */
@media screen and (min-width:769px) {
    .article {
        max-width: 1440px;
        margin: 0 auto;
    }

    .description {
        display: flex;
        padding: 0px 11.1%;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-top: 120px;
    }

    .description__title {
        font-size: 2.6rem;
        letter-spacing: 0.78px;
    }

    .description__note {
        font-size: 1.8rem;
        line-height: 32px; /* 177.778% */
        letter-spacing: 0.18px;
        margin-top: 0;
    }
}/* pc 769px */

/* =======================================
Benefit
======================================= */
.benefit {
    display: flex;
    padding: 48px 5.3% 60px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-color: var(--primary-paleGreen);
    margin-top: 40px;
}

.benefit__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
}

.benefit__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.benefit__item {
    display: flex;
    padding: 24px 4.77%;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    align-self: stretch;
    background-color: var(--primary-white);
}

.benefit__number {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.benefit__number-sub {
    font-size: 1rem;
    line-height: 24px; /* 240% */
}

.benefit__number-number {
    text-align: center;
    font-family: Lato;
    font-size: 3.2rem;
    line-height: 32px; /* 100% */
    position: relative;
    padding-bottom: 12px;
}

.benefit__number-number::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 56px;
    background-color: #C4C4C4;
}

.benefit__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.benefit__txt-main {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

.benefit__txt-note {
    font-size: 1.6rem;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

/* Benefit pc */
@media screen and (min-width:1024px) {
    .benefit {
        padding: 90px 11.1%;
        gap: 80px;
        margin: 140px 11.1% 0;
    }

    .benefit__title {
        font-size: 40px;
    }

   .benefit__list {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }

  .benefit__item {
        padding: 24px 24px 48px;
        justify-content: flex-start;
        height: 100%;
    }
}/* pc 769px */

/* =======================================
Guideline
======================================= */
.guideline {
    display: flex;
    flex-direction: column;
    padding: 0 5.3%;
}

.hidden {
    display: none;
}

.guideline__list span {
    font-size: 1.4rem;
}

.guideline__list dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
    margin: 60px 0 10px;
}

.guideline__list dd {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

.guideline__offer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.dot-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-left: 1em;     
    text-indent: -1em;
}

.cvc_pdf {
    color: var(--primary-green);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cvc_pdf:hover {
    color: var(--primary-lightBrown);
}

.guideline__bank {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.bank-grid {
    background-color: var(--primary-white);
    display: grid;
    padding: 8px 16px;
    row-gap: 12px;
    column-gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
    grid-template-columns:   81.00px minmax(0, 1fr);
}

.offer {
    display: flex;
    padding-bottom: 90px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
}

.offer__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.btn-cvc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0px 55px 0px 35px;
    background-color: var(--primary-green);
    color: var(--primary-white);
    font-family: Lato;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    transition: all 0.3s ease;
}

.btn-cvc:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.btn-cvc::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_arrow_btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
}

.btn-cvc:hover::after {
    right: 16px;
}

.btn-cvc_dl {
    background-color: var(--primary-lightBrown);
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.contact__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
    padding: 8px 0px;
    position: relative;
}

.contact__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background-color: var(--primary-brown);
}

.contact__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.contact__name {
    font-size: 1.8rem;
    line-height: 32px; /* 177.778% */
}

.contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.32px;
}

/* Guideline pc */
@media screen and (min-width:1000px) {
    .guideline {
        padding: 0 11.1%;
        margin-top: 120px;
    }

    .guideline__list {
        display: grid;
        padding: 8px 16px;
        row-gap: 60px;
        column-gap: 45px;
        flex-shrink: 0;
        grid-template-columns:   170px minmax(0, 1fr);
        margin: 0 auto;
    }

    .guideline__list span {
        font-size: 1.8rem;
        margin-left: 60px;
    }

    .guideline__list dt {
        text-align: right;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 32px; /* 177.778% */
        margin: 0;
    }

    .guideline__list dd {
        font-size: 1.8rem;
        line-height: 32px; /* 177.778% */
        letter-spacing: 0.18px;
    }

    .guideline__offer {
        gap: 20px;
    }

    .dot-list {
        gap: 8px;
    }

    .guideline__bank {
        gap: 20px;
    }

    .bank-grid {
        display: grid;
        padding: 16px 32px;
        row-gap: 8px;
        column-gap: 16px;
        align-self: flex-start;
        grid-template-columns:   91.00px 333.00px;
    }

    .offer {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 90px;
        padding-bottom: 200px;
        margin-top: 160px;
    }

    .offer__btn {
        gap: 60px;
    }
    
    .contact__title {
        font-size: 2rem;
        font-weight: 500;
    }

    .contact__container {
        padding: 0px 16px;
        align-self: stretch;
    }

    .contact__name {
        font-size: 2rem;
        line-height: 32px; /* 160% */
    }

    .contact__info {
        font-size: 1.8rem;
        letter-spacing: 0.36px;
    }
}