@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	guarantee (refactored)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* --- Guarantee Section (Outer Container) --- */
.voice__guarantee {
    background: url('../../images/student/st__inner.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px 0;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
}

.voice__guarantee-img-wrapper {
    margin-bottom: 24px;
}
.voice__guarantee-inner {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 24px;
}

.voice__guarantee-label {
    color: #0385FF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    font-family: "Helvetica Neue", sans-serif;
}

.voice__guarantee-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.4;
    color: #333;
}

.voice__guarantee-bar {
    display: block;
    width: 60px;
    height: 3px;
    background: #333;
    margin: 0 auto 40px;
}

.voice__guarantee-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 24px;
    font-weight: 500;
}

.voice__guarantee-link {
    display: inline-block;
    color: #0385FF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.voice__guarantee-link:hover {
    text-decoration: none;
}

/* --- User Provided Guarantee Section (Inner Yellow & White Banner) --- */
.refund-banner {
    padding: 40px 16px;
    background: #f6c21c;
    /* var(--yellow) */
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 8px;
    /* Optional rounded corners for header/banner */
    margin: auto 16px;
    max-width: 100%;
}

.refund-banner .banner-inner {
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    /* var(--white) */
    border-radius: 10px;
    margin: auto;
    padding: 24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.refund-banner .content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.refund-banner .top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.refund-banner .top-header .line {
    flex: 1;
    height: 2px;
    background: #f6c21c;
    /* var(--yellow) */
    max-width: 170px;
}

.refund-banner .logo {
    text-align: center;
    line-height: 1;
}

.refund-banner .logo-img {
    height: 40px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.refund-banner .subtitle,
.refund-banner .start-text {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
    /* var(--dark) */
}

.refund-banner .title {
    /* color: linear-gradient(to right, #deff05ed, var(--yellow)); invalid property */
    color: #f6c21c;
    /* var(--yellow) fallback */
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 12px;
}

.refund-banner .banner-img {
    width: 170px;
    position: absolute;
    height: auto;
}

.refund-banner .banner-img-left {
    left: -24px;
    top: 55%;
    transform: translateY(-50%) scaleX(-1);
}

.refund-banner .banner-img-right {
    right: -24px;
    top: 55%;
    transform: translateY(-50%);
}

.refund-banner .description {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-size: 18px;
    /* Adjusted from 32px to be more reasonable text */
    font-weight: bold;
    text-align: center;
    color: #1a1a1a;
}

/* Allow description paragraphs to inherit font size unless specific */
.refund-banner .description p {
    margin-bottom: 0;
    line-height: 1.6;
}

.refund-banner .description>div:first-child {
    font-size: 20px;
    margin-bottom: 16px;
}

.refund-banner .note {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 1.5;
    font-weight: normal;
}

/* Tablet Responsive */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .refund-banner .banner-inner {
        padding: 40px;
        max-width: 90%;
    }

    .refund-banner .title {
        font-size: 40px;
    }

    .refund-banner .subtitle,
    .refund-banner .start-text {
        font-size: 22px;
    }

    .refund-banner .banner-img {
        width: 130px;
    }

    .refund-banner .banner-img-left {
        left: -15px;
    }

    .refund-banner .banner-img-right {
        right: -15px;
    
}
}

/* Responsive */
@media (max-width: 768px) {
    .voice__guarantee-img-wrapper {
            margin-bottom: 8px;
        }
    .voice__guarantee {
        padding: 0;
    }

    .voice__guarantee-title {
        font-size: 24px;
    }

    .voice__guarantee-text {
        font-size: 14px;
        text-align: left;
    }


    .refund-banner {
        margin: 0px 20px;
    }
    .refund-banner .banner-img {
        width: 100px;
        z-index: 0;
    }
    
    .refund-banner .banner-img-left {
        left: -15px;
    }
    
    .refund-banner .banner-img-right {
        right: -15px;
    }
    
    .refund-banner .banner-inner {
        padding: 32px 16px;
    }
    
    .refund-banner .top-header {
        gap: 8px;
        margin-bottom: 16px;
    }
    
    .refund-banner .top-header .line {
        max-width: 40px;
    }
    .refund-banner .logo-img {
        height: 24px;
    }

    .refund-banner .title {
        font-size: 20px;
    }

    .refund-banner .subtitle,
    .refund-banner .start-text {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .refund-banner .description>div:first-child {
        font-size: 15px;
        margin-bottom: 12px;
    }
}
