@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/gc/gc_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: 3.2rem;
    font-weight: 700;
}

.page_title p {
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 500;
}

/* Article__header pc */
@media screen and (min-width:769px) {
    .page_title {
        height: 250px;
        padding: 77px 0;
        font-size: 4.8rem;
        background-image: url(../images/gc/gc_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;
    }
}/* pc 769px */

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

.description__group-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.description__txt-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.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;
}

.photo_01 {
    width: 100%;
    height: auto;
}

.description__group-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    align-self: stretch;
}

.photo_02 {
    width: 100%;
    display: flex;
    justify-content: right;
}

.photo_02 img {
    width: 70%;
}

.description__group-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.photo_03 {
    width: 100%;
    display: flex;
    justify-content: left;
}

.photo_03 img {
    width: 70%;
}

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

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

.schedule__dates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    max-width: 370px;
}

.schedule__dates li {
    font-size: 1.6rem;
    line-height: 32px; /* 200% */
    background-color: var(--primary-white);
    width: 56px; 
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule__note {
    font-size: 1.3rem;
    line-height: 28px; /* 215.385% */
    letter-spacing: 0.13px;
}

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

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

    .description {
        padding: 0px 11.1%;
        gap: 80px;
        margin-top: 120px;
    }

    .description__group-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 0;
    }

    .description__txt-1 {
        width: 53%;
        gap: 68px;
    }

    .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;
    }

    .photo_01 {
        width: 39.7%;
        height: auto;
    }

    .description__group-2 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .description__txt-2 {
        width: 53%;
    }

    .photo_02 {
        width: 28.57%;
        justify-content: right;
    }

    .photo_02 img {
        width: 100%;
    }

    .description__group-3 {
        flex-direction: row-reverse;
        gap: 8.48%;
        align-self: stretch;
        justify-content: flex-end;
    }

    .photo_03 {
        width: 28.57%;
        display: flex;
        justify-content: left;
    }

    .photo_03 img {
        width: 100%;
    }

    .schedule {
        width: 51.78%;
        padding: 0px 48px;
        gap: 36px;
    }

    .schedule__title {
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 32px; /* 133.333% */
    }

    .schedule__dates {
        gap: 21px;
        align-self: stretch;
        max-width: 500px;
        justify-content: space-evenly;
    }

    .schedule__dates li {
        font-size: 2.4rem;
        width: 80px; 
        height: 80px;
    }

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

    .description__group-4 {
        gap: 32px;
    }
}/* 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-top: 120px;
    }

    .benefit__title {
        font-size: 40px;
    }

   .benefit__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

  .benefit__item {
        padding: 24px 24px;
        justify-content: flex-start;
        height: 100%;
    }

  .benefit__item-4 {
        grid-column: 1 / -1;
        flex-direction: row;
        padding: 32px 80px;
        justify-content: space-evenly;
        align-items: center;
        align-self: stretch;
        gap: 88.9px;
    }

    .benefit__number-4 {
        width: 56px;
        justify-content: center;
    }

    .benefit__txt-4 {
        width: 815px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}/* pc 769px */

/* =======================================
Guideline
======================================= */
.guideline {
    display: flex;
    flex-direction: column;
    margin: 60px 0;
}

.guideline__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 26px; /* 130% */
    padding: 0 5.3%;
}

.guideline__title span {
    margin-left: 16px;
}

.guideline__first,
.guideline__second {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 5.3%;
}

dt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
    margin-top: 32px;
}

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

.guideline__note {
    padding: 0 5.3%;
    font-size: 1.6rem;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

.dot-list {
    margin-top: 8px;
    padding-left: 1em;     
    text-indent: -1em;
}

.btn_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-gc {
    margin-top: 24px;
    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-gc:hover {
    background-color: var(--primary-lightBrown);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.btn-gc::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-gc:hover::after {
    right: 16px;
}

/* Guideline pc */
@media screen and (min-width:769px) {
    .guideline {
        display: flex;
        padding: 120px 11.1%;
        margin: 0;
    }
    
    .guideline__title {
        font-size: 2.4rem;
        line-height: 34px; /* 141.667% */
        padding: 0;
        margin-bottom: 20px;
    }

    .guideline__first,
    .guideline__second {
        padding: 0;
    }

    dt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 32px; /* 177.778% */
        letter-spacing: 0.18px;
        margin-top: 40px;
    }

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

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

    .btn_container {
        justify-content: flex-start;
    }

}/* pc 769px */


/* =======================================
料金表
======================================= */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0;
    margin: 32px 0;
}

/* スクロールバー */
.table-wrapper::-webkit-scrollbar {
    height: 8px;
}
.table-wrapper::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
}
.table-wrapper::-webkit-scrollbar-track {
    background: #eee;
}

.table-container {
    width: 1120px;
    height: 670px;
    aspect-ratio: 1120 / 670;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px 8px;
}

.header-bar {
    display: flex;
    width: 1104px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.header-bar__item01,
.header-bar__item02,
.header-bar__item03 {
    width: 295px;
    height: 55px;
    padding: 13.5px 12px;
    border: 1px solid var(--primary-lightBrown);
    background-color: var(--primary-lightBrown);
    color: var(--primary-white);
    font-size: 1.6rem;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
    }

.header-bar__item02 {
    width: 218px;
    background-color: var(--primary-white);
    color: var(--primary-black);
    border-left: none;
}

.header-bar__item03 {
    width: 591px;
    background-color: var(--primary-white);
    color: var(--primary-black);
    border-left: none;
}

/* テーブル設定 */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 29px;
    font-size: 16px;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
    border: 1px solid var(--primary-lightBrown);
}

thead th,
tbody td {
    border: 1px solid var(--primary-lightBrown);
    padding: 13.5px 12px;
    vertical-align: middle;
    background-color: var(--primary-white);
}

thead th {
    font-weight: 400;
    background-color: var(--primary-lightBrown);
    color: var(--primary-white);
    text-align: center;
    border-right: 1px solid var(--primary-white);
}

thead th:last-child {
    border-right: 1px solid var(--primary-lightBrown);
}

.plan_name {
    width: 175px;
}

/* ===== PC表示：表のみ ===== */
@media screen and (min-width: 1310px) {
    .table-wrapper {
        justify-content: center;
        display: flex;
        overflow-x: visible;
        width: 1120px;
    }

    .header-bar {
        font-size: 16px;
    }

    table {
        font-size: 16px;
    }

    thead th,
    tbody td {
        padding: 12px;
    }
}
