.banner {
    /*margin-top: var(--header-height);*/
    height: 460px;
    background: var(--bg-banner);
}

.section-container {
    width: 100%;
    max-width: 1220px;
    margin: auto;
}
.section-container.banner-inner {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-container.banner-inner .right {
    max-width: 500px;
}

.section-container.smaller {
    max-width: none;
}
.section-container.smaller > div {
    max-width: 1100px;
    border-radius: 16px;
    padding: 50px 72px 62px;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
    transform: translateY(-40px);
}
.section-container.grid {
    padding-top: 32px;
}
.section-container.access {
    padding-top: 88px;
}
.section-container.connect {
    padding: 64px 0;
}

h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--banner-black);
    margin-bottom: 14px;
}
h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    width: 66%;
    margin: auto;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--title-black);
}
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--title-black);
    margin-bottom: 8px;
}
img {
    width: 100%;
}
.banner .info {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--sub-black);
}
.desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--main-black);
}

@media (max-width: 768px) {
    h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    h2 {
        width: 98%;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.4;
    }
    h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .banner {
        height: 520px;
    }
    .banner .info {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 16px;
    }
    .desc {
        font-size: 14px;
        line-height: 22px;
    }

    .section-container.banner-inner {
        flex-direction: column;
        padding: 56px 16px 20px;
    }

    .section-container.smaller {
        padding: 0 16px;
    }
    .section-container.smaller > div {
        padding: 32px 16px;
    }
    .section-container.grid {
        padding-top: 32px;
    }
    .section-container.access {
        padding-top: 88px;
    }

    .notice-sms .block-item .des:nth-of-type(odd),
    .notice-sms .block-item .des:nth-of-type(even) {
        padding: 16px;
    }

}


.block-item {
    display: flex;
    margin-top: 30px;
    gap: 48px;
}
.block-item:nth-of-type(1) {
    margin-top: 56px;
}
.block-item .icon {
    max-width: 350px;
    width: 42%;
}
.block-item .des {
    width: 58%;
}

.grid-list {
    display: grid;
    margin-top: 42px;
}
.grid-item {
    padding: 24px 32px 32px;
    border-radius: 16px;
    background: var(--bg-green);
}
.grid-item .icon {
    width: 128px;
    margin: auto;
}
.grid-item .icon:nth-of-type(2) {
    margin-top: 2px;
}
.grid-item .icon:nth-of-type(3) {
    margin-top: 4px;
}
.grid-item h3 {
    margin: 20px 0 8px;
}

.main-access {
    position: relative;
    margin: 38px auto 64px;
}
.grid-access {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 2;
    position: relative;
}
.grid-access .s-item {
    width: 98%;
}
.grid-access .s-item:nth-of-type(3) {
    width: 100%;
}
.grid-access .s-item:nth-of-type(4) {
    width: 95%;
}
.grid-access .icon {
    width: 200px;
    margin: auto;
}
.grid-access h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--title-black);
    margin-bottom: 8px;
}
.grid-access p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--main-black);
}

.connect-wrap {
    background: var(--bg-blue);
}
.connect-wrap h2,
.connect-wrap p {
    text-align: center;
    color: #ffffff;
}
.connect-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 16px;
}

.description {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tel {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--main-black);
    margin: 16px 0 4px;
}
.email {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--main-black);
    margin-bottom: 8px;
}
.addr {
    width: 44%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--main-black);
}
.cr {
    width: 45%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--main-black);
}
@media (min-width: 769px) {

    .grid-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .main-access {
        background: url("/public/images/line.svg") no-repeat;
        background-position: 50% 32%;
    }
    .grid-access {
        grid-template-rows: 107px 1fr;
        grid-column-gap: 100px;
    }
    .grid-access .s-item:nth-of-type(odd) {
        grid-row: 1 / span 2;
    }
    .grid-access .s-item:nth-of-type(even) {
        grid-row: 2 / span 2;
    }

    .description {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}

@media (max-width: 768px) {
    .block-item .icon img {
        width: auto;
        max-height: 100px;
        margin-bottom: 0;
    }
    .block-item {
        align-items: flex-start;
        gap: 16px;
        margin-top: 48px;
    }
    .block-item:nth-of-type(odd) {
        flex-direction: column;
    }
    .block-item:nth-of-type(even) {
        flex-direction: column-reverse;
    }
    .block-item .des {
        width: 100%;
    }

    .block-item .des:nth-of-type(odd) {
        /*padding-right: 48px;*/
        /*padding-left: 18px;*/
    }
    .block-item .des:nth-of-type(even) {
        /*padding-left: 48px;*/
        /*padding-right: 18px;*/
    }


    .grid-list {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0 16px;
    }

    .access h2 {
        width: 65%;
    }
    .main-access {
        position: relative;
        margin: 38px auto 64px;
    }
    .grid-access {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-row-gap: 24px;
    }
    .grid-access .s-item {
        width: 100%;
    }
    .grid-access p {
        width: 62%;
        margin: auto;
    }
    .grid-access .icon {
        width: 140px;
    }


    .notice-sms .connect-wrap {
        padding: 0 32px 68px;
    }

    .description {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
    .addr, .cr {
        width: 100%;
        text-align: left;
    }
    #footer .t-item {
        padding-top: 0;
    }
    #footer .h2 {
        margin: 0;
    }
}