@charset "utf-8";


.guide-container {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guide-hero {
    width: 100%;
    background-color: #d82b7d;
    padding: 24px 16px 32px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    background-image: url('../img/slice_berrry.svg');
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    margin-top: 50px;
}

.guide-hero-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px;
    letter-spacing: 2px;
    line-height: 1.33;
}

.guide-hero-divider {
    width: 80%;
    max-width: 280px;
    height: 1px;
    background-color: #fce205;
    margin: 0 auto 12px;
    border-radius: 2px;
}

.guide-hero-desc {
    font-size: 12px;
    line-height: 2;
    margin: 0;
    font-weight: 500;
    color: #fff
}

.guide-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 51px;
    padding: 46px 24px 40px;
    box-sizing: border-box;
    background-color: #f2f2f7;
}

.guide-menu-card {
    width: 100%;
    min-height: 297px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 2px #fce0f0;
    box-shadow: 0 2px 8px 0 rgba(245, 151, 204, 0.3);
    box-sizing: border-box;
}


.guide-menu-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    text-decoration: none;
    color: #333333;
}

.guide-menu-item:last-child {
    border-bottom: none;
}


.guide-menu-item .badge {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background-color: #f597cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.guide-menu-item .label {
    flex-grow: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
}


.guide-menu-item .arrow-icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    display: block;
}

.guide-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.guide-section-title {
    width: 100%;
    min-height: 41px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    padding: 12px 0;
    border-bottom: solid 2px #fce0f0;
    box-sizing: border-box;
}

.guide-section-title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #cd2784;
    margin: 0;
    text-align: center;
}


.guide-section-media {
    width: 100%;
    overflow: hidden;
}

.guide-media-img {
    width: 100%;
    height: auto;
    display: block;
}


.guide-section-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.guide-sub-heading {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
}

.guide-sub-heading .highlight {
    color: #f597cc;
}

.guide-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}


.guide-summary-media {
    width: calc(100% + 48px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px -24px 0;
}


.guide-summary-img {
    width: 100%;
    height: auto;
    display: block;
}

/*SECTION 2: JOB CONTENT*/
.text-center {
    text-align: center;
}

.highlight-pink {
    color: #f597cc;
    font-weight: bold;
}


.guide-job-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}


.guide-job-card {
    width: 100%;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 2px;
    border: solid 2px #fce0f0;
    background-color: #ffffff;
    box-sizing: border-box;
}


.job-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.job-card-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.job-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
}


.job-card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #fe7b93;
    margin: 0;
    font-weight: bold;
}

.guide-condition-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}


.guide-condition-card {
    width: 100%;
    min-height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: solid 2px #fce0f0;
    box-sizing: border-box;
}

.condition-check-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.condition-text {
    flex-grow: 1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.guide-sub-title {
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
    margin: 8px 0;
    box-sizing: border-box;
}

.text-style-1 {
    color: #f597cc;
}


.guide-sub-title-pay {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
    margin: 8px 0;
}

.text-red {
    color: #ff0303;
    font-weight: 800;
}

.guide-pay-table {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 2px #cd2784;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 8px;
}

.pay-table-row {
    display: flex;
    align-items: center;
    border-bottom: solid 1.5px #e7bed5;
    min-height: 48px;
}

.pay-table-row:last-child {
    border-bottom: none;
}

.pay-label-col {
    width: 38%;
    background-color: #f597cc;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    box-sizing: border-box;
}


.pay-value-col {
    width: 62%;
    background-color: #ffffff;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    letter-spacing: 1px;
}


.guide-review-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}


.review-card {
    width: 100%;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.review-card.review-blue {
    border: solid 2px #7ccfee;
    box-shadow: 2px 4px 0 0 #008eff;
}

.review-card.review-green {
    border: solid 2px #95ce62;
    box-shadow: -2px 4px 0 0 #42a910;
}

.review-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.14px;
    color: #333333;
    margin: 0;
}


.review-text .text-style-1 {
    font-weight: bold;
    color: #f597cc;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.review-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}


.user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.user-detail {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

.user-meta {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}


.income-badge {
    height: 34px;
    padding: 0 14px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.income-badge span {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.income-badge.badge-blue {
    background-color: #008eff;
}


.income-badge.badge-green {
    background-color: #42a910;
}


.guide-secure-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}


.guide-secure-title {
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}


.guide-secure-title .text-red {
    color: #ff0303;
    font-weight: 800;
}


.guide-secure-desc {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.14px;
    text-align: left;
    color: #333333;
    margin: 0;
}

.company-btn-group {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

.btn-back-home {
    width: 100%;
    max-width: 400px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #cd2784;
    background-color: #ffffff;
    color: #cd2784;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
}


.footer-cta-wrapper {
    width: calc(100% + 48px);
    margin: 0 -24px;
    background-image: linear-gradient(to bottom, #f597cc 0%, #f2f2f7 100%);
    padding: 24px 0;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
}

.footer-cta-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}


.footer-mascot-img {
    position: absolute;
    top: -10px;
    right: 0;
    width: 122px;
    height: 132px;
    object-fit: none;
    z-index: 3;
    filter: drop-shadow(0 0 7px rgba(176, 52, 104, 0.4));
}


.cta-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 12px;
}

.cta-title-text {
    font-family: 'MPLUS1', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    letter-spacing: 1px;
}


.cta-badge-red {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #ff0303;
    color: #ffffff;
    font-family: 'MPLUS1', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
}


.cta-sub-note {
    font-family: 'MPLUS1', sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: center;
    color: #333333;
    margin: 0 0 16px 0;
}


.btn-footer-register {
    width: 100%;
    max-width: 327px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #f597cc, #cd2784);
    color: #ffffff;
    font-family: 'MPLUS1', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.2s;
    z-index:3;
}

.btn-footer-register:hover {
    opacity: 0.9;
}


.cta-bottom-caption {
    font-family: 'MPLUS1', sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: center;
    color: #666666;
    margin: 12px 0 0 0;
}


/* Footer */
.app-footer {
    width: 100%;
    min-height: 226px;
    background-color: #000;
    padding: 16px 16px 84px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-nav-grid {
    width: 100%;
    max-width: 320px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.footer-link {
    font-family: MPLUS1, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    line-height: 1.5;
}


.footer-note {
    font-size: 10px;
    color: #f597cc;
    text-align: center;
    margin: 8px 0 4px;
}

/* Copyright */
.copyright {
    font-size: 10px;
    color: #999;
    text-align: center;
    margin: 0;
}


.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    box-sizing: border-box;
    z-index: 99;
}

.btn-cta-main {
    flex: 2;
    height: 44px;
    background: linear-gradient(to bottom, #f597cc, #cd2784);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-cta-sub {
    flex: 1;
    height: 44px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}