/* section1 */
.blog-inner {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.blog-head-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: clamp(40px, 10.25vw, 140px);
    align-items: end;
    margin-bottom: clamp(2px, 0.37vw, 5px);
}

.blog-title {
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 7.32vw, 100px);
    line-height: 1;
    color: #BFD1C6;
    margin: 0;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.73vw, 10px);
    padding-left: clamp(4px, 0.73vw, 10px);
}

.blog-dot {
    width: clamp(6px, 0.88vw, 12px);
    height: clamp(6px, 0.88vw, 12px);
    background: #006E7C;
    border-radius: 50%;
}

.blog-meta-text {
    font-size: clamp(14px, 1.46vw, 20px);
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 819px) {
    .blog-head-wrap {
        grid-template-columns: 1fr;
        row-gap: 12px;
        align-items: start;
    }

    .blog-title {
        font-size: clamp(40px, 11vw, 72px);
    }

    .blog-inner:first-of-type {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .blog-inner:first-of-type .blog-head-wrap {
        display: contents;
    }

    .blog-inner:first-of-type .blog-title {
        order: 1;
    }

    .blog-inner:first-of-type .blog-meta {
        order: 2;
        margin-bottom: 0;
    }

    .blog-inner:first-of-type .blog-category-hint,
    .blog-inner:first-of-type .blog-category {
        order: 10;
    }
}

.lower-layer_section>* {
    position: relative;
    z-index: 1;
}

@media (max-width: 1365px) {
    .lower-layer_section::before {
        left: 0;
        top: 130px;
        width: clamp(120px, 17.3vw, 250px);
        height: clamp(120px, 17.3vw, 250px);
    }
}

@media (max-width: 819px) {
    .lower-layer_section {
        padding: 0px 0 50px;
    }
}

/* section2 */
.support {
    margin-bottom: clamp(50px, 7.32vw, 100px);
}

.support-inner {
    position: relative;
    width: clamp(0px, calc(100% - 40px), 1080px);
    background: #F3F7F4;
    padding: clamp(35px, 4.39vw, 60px) clamp(20px, 8.78vw, 120px);
    text-align: center;
    overflow: hidden;
    box-shadow:
        0px 4px 24px 4px rgba(0, 0, 0, 0.15);
    margin: auto;
}

.support-title {
    position: relative;
    z-index: 1;
    margin: 0 0 clamp(24px, 2.93vw, 40px);
    color: #006E7C;
    font-size: clamp(24px, 2.64vw, 36px);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.support-bg {
    position: absolute;
    top: clamp(10px, 1.83vw, 25px);
    left: clamp(20px, 6.95vw, 95px);
    font-size: clamp(48px, 7.32vw, 100px);
    font-weight: 500;
    color: #fff;
    z-index: 0;
    pointer-events: none;
}

.support-text {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-weight: 500;
    font-size: 16px;
    color: #006E7C;
    position: relative;
    z-index: 1;
    margin: 0 auto clamp(24px, 2.93vw, 40px);
}

.support-tel-box {
    width: 400px;
    margin: 0 auto clamp(14px, 1.46vw, 20px);
    background: #006E7C;
    color: #fff;
    padding: clamp(14px, 1.46vw, 20px) clamp(18px, 2.20vw, 30px);
}

.support-tel {
    font-family: "ABeeZee", sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    line-height: 1;
    margin-bottom: clamp(6px, 0.73vw, 10px);
}

.support-time {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1;
}

.support-note {
    font-family: "Inter", sans-serif;
    margin: 0 0 clamp(24px, 2.93vw, 40px);
    color: #006E7C;
    font-size: clamp(18px, 1.46vw, 20px);
    font-weight: bold;
    line-height: 1.8;
}

.support-btn-wrap {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 2.93vw, 40px);
    flex-wrap: wrap;
}

.support-btn {
    width: 300px;
    max-width: 100%;
    border: 2px solid #006E7C;
    color: #006E7C;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(10px, 0.81vw, 11px) clamp(18px, 1.83vw, 25px);
    font-size: 16px;
    font-weight: 500;
    transition: .25s;
}

.support-btn:hover {
    background: #006E7C;
    color: #fff;
}

.support-btn-icon {
    flex-shrink: 0;
    width: clamp(30px, 2.78vw, 38px);
    height: clamp(30px, 2.78vw, 38px);
    border-radius: 50%;
    background: #006E7C;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .25s;
}

.support-btn-icon svg {
    width: clamp(18px, 1.76vw, 24px);
    height: auto;
    display: block;
}

.support-btn-icon svg path {
    fill: #fff;
    transition: fill .25s;
}

.support-btn:hover .support-btn-icon {
    background: #fff;
}

.support-btn:hover .support-btn-icon svg path {
    fill: #006E7C;
}

@media screen and (max-width:768px) {
    .support-bg {
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 60px;
        white-space: nowrap;
    }

    .support-text {
        text-align: left;
    }

    .support-tel-box {
        width: 100%;
    }

    .support-tel {
        font-size: 28px;
    }

    .support-time {
        font-size: 14px;
    }

    .support-note {
        font-size: 20px;
        text-align: left;
    }

    .support-btn {
        width: 100%;
        min-height: 74px;
        padding: 15px 18px;
        font-size: 16px;
    }

    .support-btn-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}