/* Business Page Styles *

.page-header {

/* Support Section */
.page-header {
    margin-top: 100px;
    width: 100%;
    height: 520px;
    background-image: url(../images/business/fv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.overseas-header.page-header {
    background-image: url(../images/overseas/fv.jpg);
}

.program-ttl-wrapper {
    text-align: center;
    margin: 0 auto 60px auto;
}

.program-ttl {
    font-size: 48px;
    font-weight: bold;
    color: #8DCC00;
    margin-bottom: 20px;
}

.program-ttl span {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.program-subttl {
    font-size: 18px;
    line-height: 30px;
}

.program-subttl span {
    color: #8DCC00;
}

.page-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bussiness-image {
    margin: 100px auto;
    width: 80vw;
    height: auto;
    background-image: url(../images/business/business01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.page-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .page-header {
        margin-top: 70px;
        height: 50vh;
        background-size: cover;
    }
    .page-title {
        width: 90%;
        margin: 0 auto;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page-subtitle {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    }
    .bussiness-image {
        width: 95%;
        margin: 30px auto;
    }

    .program-ttl-wrapper {
        width: 95vw;
        margin: 0 auto;
        text-align: start;
    }

    .program-ttl {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .program-ttl span {
        font-size: 18px;
    }
    .program-subttl {
        font-size: 14px;
        margin-bottom: 49px;
    }
    .members-ttl {
        font-size: 24px;
    }
    .members-ttl span {
        font-size: 18px;
    }
    .why-title {
        font-size: 24px;
    }
    .why-text {
        font-size: 14px;
    }
    .price-amount {
        font-size: 24px;
    }
    .plan-title {
        font-size: 18px;
    }
    .plan-features li {
        font-size: 14px;
    }
    .price-note {
        font-size: 12px;
    }
    .price-button {
        width: 95vw;
        height: 60px;
    }
    .price-button::before {
        right: 20px;
    }
}

.support-section {
    background: #f8f9fa;
}

.support-grid {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: center;
    background: rgba(69, 165, 235, 0.2);
    gap: 50px;
}

.support-card {
    width: 300px;
    padding: 40px 0;
    text-align: center;
}

.support-icon {
    margin-bottom: 20px;
}

.support-icon img {
    width: 230px;
    height: 300px;
    object-fit: contain;
    margin: 0 auto;
}

.support-title {
    font-size: 24px;
    color: #45a5eb;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: start;
}

.support-point-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.support-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .support-grid {
        width: 100%;
        flex-direction: column;
        gap: 0px;
    }
    .support-card {
        width: 100%;
    }
}

/* Strength Section */
.strength-section {
    background: #fff;
}

.strength-content {
    width:  100vw;
    height: calc(100vh - 100px);
    margin: 0 auto;
    background: url(../images/business/streng.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.strength-item {
    position: absolute;
    left: 10%;
    top: 20%;
}

.strength-title {
    width: 562px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
    margin-bottom: 46px;
}

.strength-description {
    width: 577px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

@media (max-width: 768px) {
    .strength-content {
        height: 50vh;
        background-size: cover;
    }
    .strength-item {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .strength-title {
        width: 85vw;
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: justify;
    }
    .strength-description {
        width: 85vw;
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
    }
}

/* Flow Section */
.flow-section {
    background: #fff;
}

.flow-timeline {
    max-width: 900px;
    margin: 0 auto;
}

.flow-step {
    width: 770px;
    height: 96px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 30px auto 30px auto;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.flow-step:last-child {
    margin-bottom: 0;
}

.step-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 120px;
    background-color: #45A5EB;
    position: relative;
    z-index: 2;
}

.flow-section-overseas .step-number {
    background-color: #8DCC00;
}

.step-label {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.step-num {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.step-content {
    flex: 1;
    padding-top: 15px;
}

.step-title {
    font-size: 24px;
    font-weight: bold;
    color: #45A5EB;
}

.flow-section-overseas .step-title {
    color: #8DCC00;
}

.step-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.step-arrow {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.flow-arrow img {
    width: 70px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .flow-step {
        width: 95vw;
        height: 70px;
        gap: 10px;
        margin: 15px auto;
    }
    .flow-section-overseas .flow-step {
        height: 90px;
    }
    .step-number {
        min-width: 50px;
    }
    .flow-arrow img {
        width: 50px;
    }
    .step-content {
        padding-top: 7px;
    }
    .step-title {
        font-size: 18px;
    }
    .step-description {
        font-size: 14px;
    }
    .step-num {
        font-size: 24px;
    }
}

/* Talent Section */
.talent-section {
    position: relative;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
}

.talent-header {
    text-align: center;
    margin-bottom: 60px;
}

.talent-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.talent-card {
    position: relative;
    width: 300px;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(7, 12, 29, 0.45);
}

.talent-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.talent-card-content {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: left;
}

.talent-card-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #45A5EB;
}

.talent-card-text {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 30px;
}

.talent-card-sub {
    font-size: 15px;
    line-height: 1.2;
    color: #000;
}

@media (max-width: 768px) {
    .talent-card {
        width: 95vw;
    }
}

/* Q&A Section */
.qa-section {
    background: #f8f9fa;
    padding-bottom: 100px;
}

.qa-list {
    max-width: 800px;
    margin: 0 auto;
}

.qa-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.qa-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 30px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}

.qa-question::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.qa-question::after {
    content: "";
    width: 24px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.qa-item.is-open .qa-question::after {
    opacity: 0;
}

.qa-answer {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 30px;
}

.qa-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}

.qa-question .qa-mark {
    color: #000;
}

.qa-answer .qa-mark {
    background: #fff;
    color: #DA1517;
}

.qa-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.qa-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .qa-list {
        width: 95vw;
        margin: 0 auto;
    }
    .qa-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .qa-question {
        padding: 15px 20px;
    }
    .qa-answer {
        padding: 15px 20px;
    }
    .qa-mark {
        width: 30px;
        height: 30px;
    }
    .qa-title {
        font-size: 18px;
    }
    .qa-text {
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    .nonePC {
        display: none;
    }
}
/* CTA Section */
.cta-section {
    width: 730px;
    height: 274px;
    margin: 50px auto;
    border-radius: 10px;
    background: linear-gradient(180deg, #45A5EB 0%, #fff 180%);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-title {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.cta-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    width: 360px;
    height: 76px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: start;
    background: #fff;
    color: #45A5EB;
    padding: 0 0 0 40px;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.cta-button::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-bottom: 3px solid #45A5EB;
    border-right: 3px solid #45A5EB;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

@media (max-width: 768px) {
    .cta-section {
        width: 95vw;
        height: 200px;
    }
    .cta-title {
        font-size: 22px;
    }
    .cta-description {
        font-size: 13px;
    }
    .cta-button {
        width: 80vw;
        height: 60px;
        padding: 0 0 0 30px;
        font-size: 16px;
    }
    .cta-button::before {
        right: 20px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {

    .nav-list {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .talent-section {
        padding: 90px 0;
    }

    .talent-grid {
        gap: 24px;
    }

    .talent-card {
        width: 320px;
        height: 420px;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .flow-step::after {
        display: none;
    }

    .step-arrow {
        display: none;
    }
}

@media (max-width: 480px) {

    .support-card {
        padding: 30px 20px;
    }

    .step-title {
        font-size: 20px;
    }
}

/* Overseas Page Styles */ 
/* Program Section */
.program-section {
    background: #fff;
}

.program-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.program-item {
    width: 1200px;
    display: flex;
    align-items: start;
    margin-left: 0;
    gap: 50px;
}

.program-item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.program-item:nth-child(even) .program-image {
    order: 2;
}
.program-item:nth-child(even) .program-content {
    order: 1;
}

.program-image img {
    width: 700px;
    height: 440px;
    object-fit: cover;
}

.program-content {
    width: 540px;
    padding: 8px 0;
}

.program-number {
    display: inline-block;
    font-weight: 900;
    font-size: 165px;
    color: #E0EDC4;
    margin-top: -30px;
}

.program-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: -30px;
    margin-bottom: 8px;
}

.program-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {

    .program-item {
        width: 100%;
        margin: 0 auto;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .program-image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .program-content {
        width: 95%;
        margin: 0 auto;
        padding: 15px;
    }
    .program-number {
        font-size: 110px;
        margin-top: -20px;
    }
    .program-title {
        font-size: 18px;
    }
    .program-item:nth-child(even) .program-image {
        order: 1;
    }
    .program-item:nth-child(even) .program-content {
        order: 2;
    }
}               

.members-ttl-wrapper {
    text-align: center;
    margin: 0 auto 60px auto;
}

.members-ttl {
    font-size: 48px;
    font-weight: bold;
    color: #8DCC00;
    margin-bottom: 20px;
    position: relative;
}

.members-ttl::before {
    content: "";
    width: 700px;
    height: 40px;
    background: url(../images/overseas/ttl.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.members-ttl span {
    font-size: 36px;
    color: #333;
}

@media (max-width: 768px) {
    .members-ttl-wrapper {
        width: 95vw;
        margin: 60px auto 0 auto;
        text-align: center;
    }
    .members-ttl {
        font-size: 18px;
    }
    .members-ttl span {
        font-size: 18px;
    }
    .members-ttl::before {
        width: 85%;
        height: 30px;
        bottom: -25px;
    }
}

.why-list {
    display: flex;
    justify-content: center;
    margin: 80px auto 0 auto;
}

.why-item {
    width: 369px;
    height: 383px;
    position: relative;
}

.why-item-1 {
    background: url(../images/overseas/why01.jpg) no-repeat center center;
    background-size: cover;
}

.why-item-2 {
    background: url(../images/overseas/why02.jpg) no-repeat center center;
    background-size: cover;
}

.why-item-3 {
    background: url(../images/overseas/why03.jpg) no-repeat center center;
    background-size: cover;
}

.why-title {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 35px;
    left: 35px;
}

.why-text {
    width: 280px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .why-list {
        flex-direction: column;
        gap: 20px;
        margin: 40px auto 0 auto;
    }
    .why-item {
        width: 100%;
    }
}
.price-plans {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.price-card {
    width: 345px;
    background-color: #F1F1F1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.price-card-featured {
    border: 2px solid #007bff;
    transform: scale(1.05);
}

.price-card-featured::before {
    content: 'おすすめ';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #007bff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.plan-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    background: #E7F8C9;
    padding: 20px 0px;
}

.price-card-02 .plan-title {
    background: #B7E866;
}

.price-card-03 .plan-title {
    background: #8DCC00;
}
.plan-price {
    background-color: #fff;
    padding: 20px 0px;
}

.price-amount {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.plan-features {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.plan-features li {
    padding: 10px 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
}

.plan-features li:last-child {
    color: #8DCC00;
}

.plan-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #8DCC00;
    font-weight: bold;
    font-size: 18px;
}

.plan-features li:last-child {
    border-bottom: none;
}

.price-note {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.price-button-wrapper {
    text-align: center;
}

.price-button {
    display: inline-block;
    background: #8DCC00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 360px;
    height: 76px;
    margin: 0 auto;
    padding: 0 0 0 80px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.price-button::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}


.price-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
    opacity: 1;
}
/* Responsive Design */
@media (max-width: 768px) {
    .advisers-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .program-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .program-item {
        grid-template-columns: 1fr;
    }
    .price-plans {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        gap: 35px;
    }
    .price-card {
        width: 95vw;
    }

    .price-note {
        width: 85vw;
        text-align: start;
        margin: 0 auto 30px auto;
    }

    .price-button {
        width: 85vw;
        height: 60px;
        padding: 0 0 0 20px;
        font-size: 16px;
    }

    .price-card-featured {
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .adviser-card {
        padding: 30px 20px;
    }
}



