/* Responsive images */
img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    background-color: hsl(0, 0%, 100%);
    color: #000000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.screen {
    background-color: #ffffff;
    display: grid;
    justify-items: center;
    align-items: start;
    width: 100vw;
    min-height: 100vh;
}

.container {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    position: relative;
    min-height: 100vh;
}

/* Main Content */
.main-content {
    max-width: 1248px;
    width: 100%;
    margin: 108px auto;
    padding: 0 120px;
}

.main-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-top: 48px;
    margin-bottom: 24px;
}

.main-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.rectangle {
    width: 113px;
    height: 7px;
    background: linear-gradient(90deg, #009A55 0%, #00FF00 100%);
    margin: 24px auto 48px;
    border-radius: 100px;
    border:  none;
}

.content-article {
    padding-top: 32px;
}
.article-info {
    display: flex;
    align-items: center;
    padding: 16px 0;
}

.article-date {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0B0B1E;
    margin-top: 5px;
}

.article-tag {
    width: 90px;
    height: 30px;
    background: linear-gradient(to bottom, #019B61 0%, #00AE63 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.tag-text {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.article-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0B0B1E;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 2px;
    margin-bottom: 32px;
}

.progress-fill {
    width: 155px;
    height: 2px;
    background: linear-gradient(to right, #68B82F 0%, #3AAA78 100%);
}

.progress-bg {
    position: absolute;
    top: 0;
    left: 155px;
    width: calc(100% - 155px);
    height: 2px;
    background-color: #eeeeee;
}

.article-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 80px;
    color: #3F3E4E;
}

.back-btn {
    background-color: #009A55;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 4px 4px #0000001a;
    transition: background-color 0.3s;
    letter-spacing: 0;
    padding: 16px 39px;
    text-align: center;
}

.back-btn:hover {
    background-color: #00BD68;
}

/* Guide Section Component Styles */
.guide-section-component {
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.guide-section-component .view-11 {
    position: relative;
    width: 100%;
    height: 544px;
    max-width: 1440px;
    margin: 0 auto;
}

.guide-section-component .overlap-3 {
    position: absolute;
    width: 100%;
    height: 544px;
    top: 0;
    left: 0;
}

.guide-section-component .rectangle-3 {
    position: absolute;
    width: 100%;
    height: 544px;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    background: linear-gradient(79deg, rgba(58, 170, 120, 1) 0%, rgba(104, 184, 47, 1) 100%);
}

.guide-section-component .rectangle-4 {
    position: absolute;
    width: 1170px;
    height: 426px;
    top: 59px;
    left: 135px;
    background-color: #ffffff;
    border-radius: 15px;
    z-index: 1;
}

.guide-section-component .text-wrapper-15 {
    top: 140px;
    left: 776px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 37.8px;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 0;
    z-index: 3;
}

.guide-section-component .text-wrapper-16 {
    width: 448px;
    top: 202px;
    left: 761px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 25.6px;
    position: absolute;
    letter-spacing: 0;
    z-index: 3;
}

.guide-section-component .group-6 {
    position: absolute;
    width: 203px;
    height: 47px;
    top: 356px;
    left: 761px;
    box-shadow: 0px 4px 4px #0000001a;
    border-radius: 100%;
    z-index: 3;
}

.guide-section-component .overlap-group-4 {
    width: 201px;
    height: 47px;
    border-radius: 100px;
    position: relative;
    background-color: #68b82f;
}

.guide-section-component .text-wrapper-17 {
    width: 119px;
    top: 13px;
    left: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 21.2px;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 0;
}

.guide-section-component .rectangle-5 {
    position: absolute;
    width: 40px;
    height: 5px;
    top: 157px;
    left: 744px;
    transform: rotate(90.00deg);
    background: linear-gradient(90deg, rgba(104, 184, 47, 1) 0%, rgba(58, 170, 120, 1) 100%);
    z-index: 1;
}

.guide-section-component .mask-group {
    position: absolute;
    width: 547px;
    height: 426px;
    top: 59px;
    left: 134px;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
    z-index: 2;
    background-color: #f0f0f0;
}

.guide-section-component .rectangle-6 {
    position: absolute;
    width: 85px;
    height: 426px;
    top: 59px;
    left: 615px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}




/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
    .article-content {
        font-size: 17px;
        line-height: 27px;

    }
}

/* Desktop (993px - 1199px) */
@media (max-width: 1199px) and (min-width: 993px) {
    .article-content {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Small Desktop/Large Tablet (769px - 992px) */
@media (max-width: 992px) and (min-width: 769px) {
    .article-content {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .main-content {
        margin-top: 68px;
        padding: 0 30px;
    }
}
/* Tablet (601px - 768px) */
@media (max-width: 768px) and (min-width: 601px) {
    .container {
        width: 100%;
        padding: 0 40px;
    }

    .article-content {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 50px;
    }
}

/* Mobile (481px - 600px) */
@media (max-width: 600px) and (min-width: 481px) {
    .screen {
        width: 100vw;
    }

    .container {
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
        padding: 0 30px;
    }

    .title-underline {
        margin: 0 auto 35px;
    }

    .article-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 25px;
        padding: 0;
    }

    .tag-text {
        font-size: 13px;
        line-height: 15px;
    }

    .progress-bar {
        margin: 0 0 25px 0;
    }

    .progress-fill {
        width: 100px;
    }

    .progress-bg {
        left: 100px;
        width: calc(100% - 100px);
    }

    .article-content {
        font-size: 15px;
        line-height: 24px;
        padding: 0;
        margin-bottom: 50px;
    }
}

/* Small Mobile (361px - 480px) */
@media (max-width: 480px) and (min-width: 361px) {
    .screen {
        width: 100vw;
    }

    .container {
        width: 100%;
        max-width: 480px;
        height: auto;
        margin: 0 auto;
        padding: 0 20px;
    }

    .title-underline {
        margin: 0 auto 51px;
    }

    .article-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 14.81px;


    }

    .tag-text {
        font-size: 12px;
        line-height: 14px;
    }

    .progress-bar {
        margin: 0 0 25px 0;
    }

    .progress-fill {
        width: 80px;
    }

    .progress-bg {
        left: 80px;
        width: calc(100% - 80px);
    }

    .article-content {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        width: 100%;
        margin: 0 auto 50px;
    }
}

/* Extra Small Mobile (≤360px) */
@media (max-width: 360px) {
    .screen {
        width: 100vw;
    }

    .container {
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0 auto;
        padding: 0 15px;
    }

    .title-underline {
        margin: 0 auto 25px;
    }

    .article-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        margin-bottom: 20px;
        padding: 0;
    }

    .tag-text {
        font-size: 11px;
        line-height: 13px;
    }

    .progress-bar {
        margin: 0 0 18px 0;
    }

    .progress-fill {
        width: 70px;
    }

    .progress-bg {
        left: 70px;
        width: calc(100% - 70px);
    }

    .article-content {
        font-size: 13px;
        line-height: 20px;
        padding: 0;
        margin-bottom: 40px;
    }
}

.separator {
  width: 1px;
  height: 21px;
  background-color: #E6E6E6;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.info-left {
    display: flex;
}
.back-wrapper {
    display: flex;
    justify-content: center;
}
