@charset "UTF-8";

/*
responsive.css - Tablet & Smartphone Styles
tab.css (768px <= width <= 1199px) と sp.css (width < 768px) を統合
----------------------------------------------------------- */


@media (768px <= width <= 1199px) {

    /*
    Global / Common Adjustments for Tablet
    ----------------------------------------------------------- */
    main section {
        padding: 40px 0;
    }
    main section h2 {
        font-size: 2.4rem;
    }
    main section h2::after {
        width: 50px;
        bottom: -12px;
    }

    /*
    Header Tablet
    ----------------------------------------------------------- */
    header {
        height: 70px;
    }
    header .logo img {
        max-height: 35px;
    }
    .mobile-navigation {
        right: -30%;
        width: 30%;
        padding-top: 70px;
    }

    /*
    Main Visual (.mv) Tablet
    ----------------------------------------------------------- */
    main.index .mv {
        height: 50vh;
        margin-top: 70px;
    }
    .mv-content h1 img {
        width: 60%;
        max-width: 300px;
    }
    .mv-content .lead {
        font-size: 1.2rem;
        max-width: 90%;
    }
    .mv-buttons .btn {
        font-size: 1.5rem;
        padding: 10px 24px;
    }

    /*
    sec01 (こんな方におすすめ) Tablet
    ----------------------------------------------------------- */
    main.index .sec01 .icon-wrapper {
        width: 60px;
        height: 60px;
    }
    main.index .sec01 .icon-wrapper i {
        font-size: 2rem;
    }
    main.index .sec01 h3 {
        font-size: 1.7rem;
    }
    main.index .sec01 p {
        font-size: 1.4rem;
    }

    /*
    sec02 (オンライン説明会動画) Tablet
    ----------------------------------------------------------- */
    main.index .sec02 p {
        font-size: 1.5rem;
    }

    /*
    sec03 (選ばれる理由) Tablet
    ----------------------------------------------------------- */
    main.index .sec03 figure {
        margin-left: -25px;
        margin-right: -25px;
        margin-top: -25px;
    }
    main.index .sec03 figure img {
        height: 180px;
    }
    main.index .sec03 h4 {
        font-size: 1.7rem;
    }
    main.index .sec03 p {
        font-size: 1.4rem;
    }
    main.index .sec03 .more-text {
        font-size: 1.4rem;
    }

    /*
    sec04 (コース紹介) Tablet
    ----------------------------------------------------------- */
    main.index .sec04 .course-image {
        height: 280px;
    }
    main.index .sec04 .course-content {
        padding: 30px 25px;
    }
    main.index .sec04 .course-content h3 {
        font-size: 2.2rem;
    }
    main.index .sec04 .course-content h3 span {
        font-size: 1.3rem;
    }
    main.index .sec04 .course-content p {
        font-size: 1.4rem;
    }
    main.index .sec04 .course-content .check-list li {
        font-size: 1.4rem;
    }

    /*
    sec05 (受講生の声) Tablet
    ----------------------------------------------------------- */
    .voice-avatar {
        width: 65px;
        height: 65px;
    }
    .voice-info h4 {
        font-size: 1.6rem;
    }
    .voice-info .voice-meta {
        font-size: 1.2rem;
    }
    .voice-card > p {
        font-size: 1.4rem;
    }

    /*
    sec06 (お知らせ) Tablet
    ----------------------------------------------------------- */
    .news-list {
        max-width: 95%;
    }
    .news-item {
        padding: 20px 10px;
        flex-wrap: wrap;
    }
    .news-meta {
        margin-right: 15px;
        justify-content: flex-start;
    }
    .news-meta time {
        font-size: 1.4rem;
        margin-right: 10px;
    }
    .news-meta .news-category {
        font-size: 1.1rem;
        padding: 3px 8px;
    }
    .news-title {
        flex-basis: 100%;
        margin-top: 5px;
    }
    .news-title a {
        font-size: 1.5rem;
    }

    /*
    sec07 (訓練実績と就職サポート) Tablet
    ----------------------------------------------------------- */
    main.index .sec07 .white-box h3 {
        font-size: 1.9rem;
    }
    main.index .sec07 .course-history h4 {
        font-size: 1.6rem;
    }
    main.index .sec07 .course-history p {
        font-size: 1.35rem;
    }
    main.index .sec07 .career-support-image img {
        height: 180px;
    }
    main.index .sec07 .white-box > p {
        font-size: 1.4rem;
    }

    /*
    sec08 (お役立ち情報・TIPS) Tablet
    ----------------------------------------------------------- */
    .media-card figure {
        height: 160px;
    }
    .media-card-content-wrapper {
        padding: 20px;
    }
    .media-category {
        font-size: 1.1rem;
    }
    .media-card h3 {
        font-size: 1.7rem;
    }
    .media-excerpt {
        font-size: 1.3rem;
    }
    .media-date {
        font-size: 1.2rem;
    }

    /*
    sec09 (よくあるご質問) Tablet
    ----------------------------------------------------------- */
    .faq-list {
        max-width: 95%;
    }
    .faq-item {
        padding: 20px;
    }
    .faq-question {
        font-size: 1.6rem;
    }
    .faq-answer {
        font-size: 1.4rem;
    }
    .faq-item.open .faq-answer {
        padding-top: 15px;
    }

    /*
    Footer Tablet
    ----------------------------------------------------------- */
    footer {
        padding: 50px 0 30px 0;
        font-size: 1.3rem;
    }
    footer .footer-address {
        width: 280px !important;
    }
    footer .footer-links {
        width: calc((100% - var(--grid-gap, 30px)) - 280px) !important;
    }
    footer .footer-widget {
        flex-basis: calc(50% - (var(--grid-gap, 30px) / 2));
        min-width: auto;
    }
    footer .footer-widget h4 img {
        max-width: 180px;
    }
    footer .copy {
        font-size: 1.2rem;
    }

    /*
    Common Page Header Tablet
    ----------------------------------------------------------- */
    .page-header {
        height: 30vh;
        min-height: 250px;
        margin-top: 70px;
    }
    .page-header-content h1 {
        font-size: 2.6rem;
    }
    .page-header-lead {
        font-size: 1.4rem;
    }

    /*
    Course-detail Tablet
    ----------------------------------------------------------- */
    .skill-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .skill-icon i {
        font-size: 2rem;
    }
    .skill-card h3 {
        font-size: 1.6rem;
    }
    .skill-card p {
        font-size: 1.4rem;
    }
    .accordion-header {
        padding: 20px 25px;
    }
    .accordion-school-name {
        font-size: 1.7rem;
    }
    .accordion-summary {
        gap: 10px 25px;
    }
    .accordion-panel .white-box,
    .accordion-panel .curriculum-flow {
        padding: 20px;
    }
    .course-title {
        font-size: 2rem;
    }
    .course-section h4 {
        font-size: 1.7rem;
    }
    .course-section p {
        font-size: 1.4rem;
    }
    .course-table th,
    .course-table td {
        padding: 12px 15px;
    }
    .course-table th {
        font-size: 1.4rem;
    }
    .course-table td {
        font-size: 1.3rem;
    }
    .phase-header {
        padding: 20px 25px;
        flex-direction: row;
        text-align: left;
        gap: 15px;
    }
    .phase-title {
        font-size: 1.8rem;
    }
    .phase-list {
        padding: 25px;
    }
    .phase-list li {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    /*
    Company-detail Tablet
    ----------------------------------------------------------- */
    .info-row {
        flex-direction: row;
        padding: 15px 0;
    }
    .info-label {
        width: 180px;
        margin-bottom: 0;
        padding-right: 20px;
        font-size: 1.4rem;
        color: var(--text);
        font-weight: 600;
    }
    .info-content {
        font-size: 1.4rem;
    }
    .philosophy-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
    .philosophy-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    .philosophy-icon i {
        font-size: 2rem;
    }
    .philosophy-item h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .philosophy-item p,
    .philosophy-list li {
        font-size: 1.4rem;
    }
    .philosophy-list li {
        margin-bottom: 12px;
        padding-left: 20px;
    }

    /*
    Blog Listing Page Tablet (Filter buttons)
    ----------------------------------------------------------- */
    .filter-buttons {
        flex-direction: row;
        gap: 10px;
    }
    .filter-btn {
        padding: 8px 15px;
        font-size: 1.3rem;
    }

    /*
    Contact Detail Page Tablet
    ----------------------------------------------------------- */
    .contact-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    .contact-icon i {
        font-size: 2rem;
    }
    .contact-info-card h3 {
        font-size: 1.6rem;
    }
    .contact-link {
        font-size: 1.4rem;
    }
    /* .step-item for contact page */
    .contact-page .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.6rem;
        margin-right: 20px;
    }
    .step-item:not(:last-child)::after {
        left: 22px;
        top: 55px;
        height: 35px;
    }
    .step-content h3 {
        font-size: 1.6rem;
    }
    .step-content p {
        font-size: 1.4rem;
    }
    .form-label {
        font-size: 1.4rem;
    }
    .form-control {
        padding: 10px 12px;
        font-size: 1.4rem;
    }
    .checkbox-label {
        font-size: 1.3rem;
    }

    /*
    Learning-flow Detail Page Tablet
    ----------------------------------------------------------- */
    .timeline-marker {
        width: 70px;
        height: 70px;
    }
    .step-number {
        font-size: 1.6rem;
    }
    .timeline-content h3 {
        font-size: 1.8rem;
    }
    .timeline-content p {
        font-size: 1.4rem;
    }
    .support-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    .support-icon i {
        font-size: 2rem;
    }
    .support-card h3 {
        font-size: 1.6rem;
    }
    .support-card p {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    .support-detail small {
        font-size: 1.1rem;
    }
    .tool-content h3 {
        font-size: 1.6rem;
    }
    .tool-content p {
        font-size: 1.3rem;
    }

    /*
    Features Detail Page Tablet
    ----------------------------------------------------------- */
    .feature-detail,
    .feature-reverse {
        gap: 40px;
    }
    .feature-image {
        flex: 0 0 40%;
    }
    .feature-image img {
        height: 280px;
    }
    .feature-number {
        font-size: 1.1rem;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
    .feature-content h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .feature-content p {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .feature-content .check-list li {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .cta-section .cta-content h2 {
        font-size: 2.4rem;
        margin-bottom: 15px;
    }
    .cta-section .cta-content p {
        font-size: 1.5rem;
    }
    .cta-buttons {
        gap: 15px;
    }
    .cta-buttons .btn {
        min-width: 180px;
    }

    /*
    Privacy Detail Page Tablet
    ----------------------------------------------------------- */
    .privacy .content-area {
        padding: 30px;
    }
    .privacy-article h2 {
        font-size: 2rem;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    .privacy-article p,
    .privacy .styled-list li,
    .privacy .contact-address {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .privacy .styled-bullet-list {
        padding-left: 20px;
    }

    /*
    News Archive Page Tablet
    ----------------------------------------------------------- */
    .news-page .news-list-archive .news-item {
        padding: 20px 0;
    }
    .news-page .news-item-header {
        flex-direction: row;
        align-items: baseline;
        margin-bottom: 8px;
    }
    .news-page .news-list-archive .news-title {
        font-size: 1.6rem;
        line-height: 1.4;
        margin-top: 0;
    }
    .news-page .news-item-excerpt {
        font-size: 1.35rem;
        line-height: 1.6;
    }

    /*
    Voices Listing Page Tablet
    ----------------------------------------------------------- */
    .voices-page .voices-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /*
    Voice Card Detailed Tablet
    ----------------------------------------------------------- */
    .voice-card-detailed-header {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    .voice-avatar-detailed {
        width: 80px;
        height: 80px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .voice-card-detailed-info .voice-name {
        font-size: 1.8rem;
    }
    .voice-card-detailed-info .voice-meta-detailed {
        font-size: 1.3rem;
    }
    .voice-card-detailed-info .voice-course-taken {
        font-size: 1.25rem;
    }
    .voice-card-detailed-body .voice-catchphrase {
        font-size: 1.7rem;
        text-align: left;
    }
    .voice-card-detailed-body > p {
        font-size: 1.45rem;
        line-height: 1.75;
        text-align: left;
    }
    .voice-additional-info p {
        font-size: 1.35rem;
    }

    /*
    Blog Article Detail Page Tablet
    ----------------------------------------------------------- */
    .blog-article-page .article-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-article-page .article-content {
        padding: 30px;
    }
    .article-title {
        font-size: 2.4rem;
    }
    .article-main-image {
        max-height: 400px;
    }
    .article-body {
        font-size: 1.55rem;
        line-height: 1.85;
    }
    .article-body h2 {
        font-size: 2rem;
    }
    .article-body h3 {
        font-size: 1.8rem;
    }
    .article-figure.right-float,
    .article-figure.left-float,
    .article-body .alignright,
    .article-body .alignleft {
        max-width: 250px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .share-buttons {
        gap: 8px;
    }
    .btn-share {
        padding: 7px 12px;
    }
    .btn-share i {
        margin-right: 6px;
    }

} /* End of @media (768px <= width <= 1199px) */

@media (width < 768px) {

    /*
    Global / Common Adjustments for SP
    ----------------------------------------------------------- */
    main section {
        padding: 30px 0;
    }
    main section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    main section h2::after {
        width: 40px;
        height: 3px;
        bottom: -10px;
    }

    /*
    Header SP
    ----------------------------------------------------------- */
    header {
        height: 60px;
    }
    header .container {
        height: 100%;
    }
    header .logo img {
        max-height: 30px;
    }

    /* Mobile Navigation Panel */
    .mobile-navigation {
        width: 50%;
        right: -50%;
        padding-top: 60px;
    }
    .mobile-navigation.is-active {
        transform: translateX(-100%);
    }
    .mobile-navigation ul {
        padding: 15px 0;
    }
    .mobile-navigation a {
        padding: 12px 25px;
        font-size: 1.6rem;
    }

    /*
    Main Visual (.mv) SP
    ----------------------------------------------------------- */
    main.index .mv {
        height: 50vh;
        margin-top: 60px;
    }
    .mv-content {
        padding: 15px;
    }
    .mv-content h1 img {
        width: 70%;
        max-width: 280px;
    }
    .mv-content .lead {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2em;
    }
    .mv-buttons .btn {
        font-size: 1.4rem;
        padding: 10px 20px;
        width: 90%;
        max-width: 300px;
    }
    .mv-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /*
    Buttons SP
    ----------------------------------------------------------- */
    .btn {
        font-size: 1.5rem;
        padding: 10px 20px;
    }
    .btn-lg {
        font-size: 1.7rem;
        padding: 12px 28px;
    }
    .btn-sm {
        font-size: 1.3rem;
        padding: 7px 15px;
    }

    /*
    sec01 (こんな方におすすめ) SP
    ----------------------------------------------------------- */
    main.index .sec01 .icon-wrapper {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
    }
    main.index .sec01 .icon-wrapper i {
        font-size: 1.8rem;
    }
    main.index .sec01 h3 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
    main.index .sec01 p {
        font-size: 1.35rem;
        line-height: 1.5;
    }

    /*
    sec02 (オンライン説明会動画) SP
    ----------------------------------------------------------- */
    main.index .sec02 p {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    main.index .sec02 .video-wrapper {
        max-width: 100%;
        border-radius: 6px;
    }

    /*
    sec03 (選ばれる理由) SP
    ----------------------------------------------------------- */
    main.index .sec03 figure {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
    }
    main.index .sec03 figure img {
        height: 160px;
    }
    main.index .sec03 h4 {
        font-size: 1.6rem;
        margin-top: 15px;
    }
    main.index .sec03 p {
        font-size: 1.35rem;
        margin-bottom: 15px;
    }
    main.index .sec03 .more-text {
        font-size: 1.35rem;
        padding-top: 8px;
    }
    main.index .sec03 .ta-c.mt-30 .btn {
        margin-top: 20px;
    }

    /*
    sec04 (コース紹介) SP
    ----------------------------------------------------------- */
    main.index .sec04 .course-overview {
        box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.2);
        flex-direction: column;
    }
    main.index .sec04 .course-image {
        width: 100%;
        height: auto;
    }
    main.index .sec04 .course-content {
        padding: 15px 0;
        width: 100%;
    }
    main.index .sec04 .course-content h3 {
        font-size: 2rem;
        line-height: 1.2;
    }
    main.index .sec04 .course-content h3 span {
        font-size: 1.2rem;
    }
    main.index .sec04 .course-content p {
        font-size: 1.35rem;
        line-height: 1.55;
        margin-bottom: 20px;
    }
    main.index .sec04 .course-content .check-list {
        margin-bottom: 25px;
    }
    main.index .sec04 .course-content .check-list li {
        font-size: 1.35rem;
        padding-left: 1.8em;
        margin-bottom: 6px;
    }
    main.index .sec04 .course-content .ta-c .btn-primary {
        width: 100%;
        max-width: 300px;
    }

    /*
    sec05 (受講生の声) SP
    ----------------------------------------------------------- */
    main.index .sec05 .voice-card::before {
        font-size: 4rem;
        top: 10px;
        left: 15px;
    }
    main.index .sec05 .voice-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
    }
    main.index .sec05 .voice-avatar {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    main.index .sec05 .voice-info h4 {
        font-size: 1.5rem;
    }
    main.index .sec05 .voice-info .voice-meta {
        font-size: 1.15rem;
    }
    main.index .sec05 .voice-card > p {
        font-size: 1.35rem;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    /*
    sec06 (お知らせ) SP
    ----------------------------------------------------------- */
    .news-item {
        padding: 15px 5px;
        align-items: flex-start;
        flex-direction: column;
    }
    .news-meta {
        margin-right: 0px;
        min-width: 180px;
        margin-bottom: 5px;
    }
    .news-meta time {
        font-size: 1.3rem;
        margin-right: 0;
    }
    .news-meta .news-category {
        font-size: 1rem;
        padding: 2px 7px;
        margin-top: 3px;
    }
    .news-title {
        margin-top: 5px;
    }
    .news-title a {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .news-list > a .news-item {
        border-bottom: none;
    }
    .news-list > a {
        display: block;
        text-decoration: none;
        color: inherit;
        border-bottom: 1px solid var(--border);
    }

    /*
    sec07 (訓練実績と就職サポート) SP
    ----------------------------------------------------------- */
    main.index .sec07 .white-box h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }
    main.index .sec07 .course-history li {
        padding: 15px;
        margin-bottom: 20px;
    }
    main.index .sec07 .course-history h4 {
        font-size: 1.5rem;
    }
    main.index .sec07 .course-history p {
        font-size: 1.3rem;
        line-height: 1.55;
    }
    main.index .sec07 .course-history .course-desc {
        font-size: 1.2rem;
    }
    main.index .sec07 .career-support-image img {
        height: 160px;
    }
    main.index .sec07 .white-box > p {
        font-size: 1.35rem;
        line-height: 1.6;
    }
    main.index .sec07 .white-box .ta-c.mt-20 .btn-primary {
        width: 100%;
        max-width: 300px;
        margin-top: 20px;
    }

    /*
    sec08 (お役立ち情報・TIPS) SP
    ----------------------------------------------------------- */
    .media-card figure {
        height: 180px;
    }
    .media-card-content-wrapper {
        padding: 15px;
    }
    .media-category {
        font-size: 1rem;
        padding: 3px 8px;
    }
    .media-card h3 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .media-excerpt {
        font-size: 1.3rem;
        line-height: 1.55;
        margin-bottom: 10px;
    }
    .media-date {
        font-size: 1.15rem;
    }

    /*
    sec09 (よくあるご質問) SP
    ----------------------------------------------------------- */
    .faq-item {
        padding: 15px;
        margin-bottom: 8px;
    }
    .faq-question {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .faq-icon {
        width: 20px;
        height: 20px;
    }
    .faq-icon::before,
    .faq-icon::after {
        height: 1.5px;
    }
    .faq-icon::after { width: 14px; }
    .faq-icon::before { width: 14px; }
    .faq-answer {
        font-size: 1.35rem;
        line-height: 1.6;
    }
    .faq-item.open .faq-answer {
        padding-top: 10px;
    }
    .faq-answer p.pt-15 {
        padding-top: 15px !important;
    }

    /*
    Footer SP
    ----------------------------------------------------------- */
    footer {
        padding: 40px 0 20px 0;
        font-size: 1.25rem;
    }
    footer .footer-address,
    footer .footer-links {
        width: 100% !important;
    }
    footer .footer-widget {
        width: 100%;
        min-width: auto;
        margin-bottom: 30px;
    }
    footer .footer-widget:last-child {
        margin-bottom: 0;
    }
    footer .footer-widget h4 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    footer .footer-widget h4 img {
        max-width: 160px;
        margin: 0 auto;
    }
    footer .footer-widget ul li {
        margin-bottom: 8px;
    }
    footer .copy {
        font-size: 1.15rem;
        padding-top: 20px;
        margin-top: 20px;
    }

    /*
    Page Top Button SP
    ----------------------------------------------------------- */
    .pagetop {
        bottom: 15px;
        right: 15px;
    }
    .pagetop a {
        width: 45px;
        height: 45px;
    }
    .pagetop a i {
        font-size: 1.6rem;
    }

    /*
    Common Page Header SP (for Course Detail, Learning-flow Detail, etc.)
    ----------------------------------------------------------- */
    .page-header {
        height: 30vh;
        min-height: 200px;
        margin-top: 60px;
    }
    .page-header-content h1 {
        font-size: 2.2rem;
    }
    .page-header-lead {
        font-size: 1.3rem;
    }

    /*
    Course Detail Page SP
    ----------------------------------------------------------- */
    .skill-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    .skill-icon i {
        font-size: 1.8rem;
    }
    .skill-card h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .skill-card p {
        font-size: 1.3rem;
    }
    .accordion-header {
        padding: 15px 20px;
    }
    .accordion-header-top {
        gap: 12px;
    }
    .accordion-school-name {
        font-size: 1.6rem;
    }
    .accordion-recruit-badge {
        font-size: 1.1rem;
        padding: 3px 10px;
    }
    .accordion-summary {
        gap: 8px 15px;
        margin-top: 12px;
    }
    .accordion-summary-item dt {
        font-size: 1.1rem;
    }
    .accordion-summary-item dd {
        font-size: 1.3rem;
        white-space: normal;
    }
    .accordion-panel .white-box,
    .accordion-panel .curriculum-flow {
        padding: 15px;
    }
    .course-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .course-code {
        font-size: 1.2rem;
    }
    .course-section h4 {
        font-size: 1.6rem;
    }
    .course-section p {
        font-size: 1.3rem;
    }
    .course-table {
        font-size: 1.2rem;
    }
    .course-table th,
    .course-table td {
        padding: 10px 12px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .course-table th {
        font-size: 1.3rem;
        font-weight: bold;
        background-color: #f9f9f9;
        border-bottom: none;
    }
    .course-table td {
        border-bottom: unset;
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
    .course-table tr:last-child td:last-child {
        margin-bottom: 0;
    }
    .course-table .table-section-header {
        font-size: 1.4rem;
        padding: 15px;
    }
    .phase-header {
        padding: 15px 20px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .phase-number {
        padding: 6px 12px;
        font-size: 1.2rem;
    }
    .phase-title {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .phase-list {
        padding: 20px 15px;
    }
    .phase-list li {
        font-size: 1.3rem;
        margin-bottom: 8px;
        padding-left: 20px;
    }
    .curriculum-note {
        font-size: 1.3rem;
        padding: 15px;
    }

    /*
    Company Detail Page SP
    ----------------------------------------------------------- */
    .info-row {
        flex-direction: column;
        padding: 12px 0;
    }
    .info-label {
        width: 100%;
        margin-bottom: 6px;
        padding-right: 0;
        font-size: 1.3rem;
        color: var(--primary);
        font-weight: 700;
    }
    .info-content {
        font-size: 1.3rem;
    }
    .info-content .check-list li {
        font-size: 1.3rem;
    }
    .philosophy-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .philosophy-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    .philosophy-icon i {
        font-size: 1.8rem;
    }
    .philosophy-item h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .philosophy-item p {
        font-size: 1.3rem;
    }
    .philosophy-list li {
        font-size: 1.3rem;
        margin-bottom: 10px;
        padding-left: 18px;
        line-height: 1.6;
    }
    .philosophy-list li:before {
        font-size: 1rem;
    }

    /*
    Blog Listing Page SP (Filter buttons)
    ----------------------------------------------------------- */
    .filter-buttons {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .filter-btn {
        padding: 8px 20px;
        font-size: 1.3rem;
        min-width: 120px;
    }

    /*
    Contact Detail Page SP
    ----------------------------------------------------------- */
    .contact-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    .contact-icon i {
        font-size: 1.8rem;
    }
    .contact-info-card h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .contact-link {
        font-size: 1.3rem;
    }
    .contact-hours {
        font-size: 1.1rem;
    }
    .step-item {
        margin-bottom: 30px;
    }
    .contact-page .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
        margin-right: 15px;
    }
    .step-item:not(:last-child)::after {
        left: 19px;
        top: 50px;
        height: calc(100% - 40px + 10px);
    }
    .step-content h3 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    .step-content p {
        font-size: 1.3rem;
    }
    .form-row {
        margin-bottom: 20px;
    }
    .form-label {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
    .form-control {
        padding: 10px 12px;
        font-size: 1.3rem;
    }
    .checkbox-label {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .checkmark {
        width: 18px;
        height: 18px;
        margin-right: 8px;
        margin-top: 1px;
    }
    .checkbox-label input[type="checkbox"]:checked + .checkmark::after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 9px;
    }
    .form-submit {
        margin-top: 30px;
    }
    .form-submit .btn-lg {
        width: 100%;
        max-width: 280px;
    }

    /*
    Learning-flow Detail Page SP
    ----------------------------------------------------------- */
    .learning-timeline::before {
        left: 30px;
        transform: none;
    }
    .timeline-item {
        flex-direction: row !important;
        margin-bottom: 40px;
    }
    .timeline-marker {
        position: absolute;
        left: 30px;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
    }
    .step-number {
        font-size: 1.4rem;
    }
    .timeline-content {
        width: calc(100% - 80px);
        margin-left: 80px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .timeline-content .white-box::before {
        display: none;
    }
    .step-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    .timeline-content h3 {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 10px;
    }
    .timeline-content p {
        font-size: 1.3rem;
        text-align: left;
    }
    .support-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    .support-icon i {
        font-size: 1.8rem;
    }
    .support-card h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .support-card p {
        font-size: 1.3rem;
    }

    /*
    Features Detail Page SP
    ----------------------------------------------------------- */
    .feature-detail,
    .feature-reverse {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .cmn-media-row,
    .cmn-media-row.is-reverse {
        flex-direction: column;
        gap: 15px;
    }
    .cmn-media-row .cmn-img {
        flex: none;
        width: 100%;
    }
    .feature-image {
        flex: none;
        width: 100%;
    }
    .feature-image img {
        height: 220px;
        max-width: 350px;
        margin: 0 auto;
    }
    .feature-content {
        flex: none;
    }
    .feature-number {
        font-size: 1rem;
        padding: 6px 14px;
        margin-bottom: 12px;
    }
    .feature-content h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
        line-height: 1.3;
        text-align: center;
    }
    .feature-content p {
        font-size: 1.4rem;
        margin-bottom: 18px;
        line-height: 1.7;
        text-align: left;
    }
    .feature-content .check-list {
        margin-bottom: 20px;
        text-align: left;
    }
    .feature-content .check-list li {
        font-size: 1.3rem;
        margin-bottom: 8px;
        line-height: 1.5;
    }
    .feature-cta {
        margin-top: 20px;
        text-align: center;
    }
    .cta-section .cta-content h2 {
        font-size: 2rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    .cta-section .cta-content p {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        min-width: auto;
    }

    /*
    Privacy Detail Page SP
    ----------------------------------------------------------- */
    .privacy .content-area {
        padding: 20px 15px;
    }
    .privacy-article {
        margin-bottom: 25px;
    }
    .privacy-article h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
    .privacy-article p,
    .privacy .styled-list li,
    .privacy .contact-address {
        font-size: 1.35rem;
        line-height: 1.65;
    }
    .privacy .styled-bullet-list {
        padding-left: 20px;
    }
    .privacy .styled-bullet-list li {
        font-size: 1.35rem;
        line-height: 1.65;
    }
    .privacy .contact-address {
        padding: 10px;
    }
    .privacy .policy-date {
        font-size: 1.2rem;
        margin-top: 20px !important;
    }

    /*
    News Archive Page SP (news-page)
    ----------------------------------------------------------- */
    .news-page .news-list-archive .news-item {
        padding: 20px 0;
    }
    .news-page .news-item-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }
    .news-page .news-list-archive .news-meta {
        margin-bottom: 5px;
    }
    .news-page .news-list-archive .news-title {
        font-size: 1.6rem;
        line-height: 1.4;
        margin-top: 0;
    }
    .news-page .news-item-excerpt {
        font-size: 1.35rem;
        line-height: 1.6;
    }

    /*
    Voices Listing Page SP
    ----------------------------------------------------------- */
    .voices-page .voices-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .voices-page .white-box.voice-card-detailed {
        padding: 20px 15px;
    }

    /*
    Voice Card Detailed SP
    ----------------------------------------------------------- */
    .voice-card-detailed-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .voice-avatar-detailed {
        width: 90px;
        height: 90px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .voice-card-detailed-info .voice-name {
        font-size: 1.7rem;
    }
    .voice-card-detailed-info .voice-meta-detailed {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
    .voice-card-detailed-info .voice-course-taken {
        font-size: 1.2rem;
    }
    .voice-card-detailed-body .voice-catchphrase {
        font-size: 1.6rem;
        margin-bottom: 12px;
        text-align: center;
    }
    .voice-card-detailed-body > p {
        font-size: 1.4rem;
        line-height: 1.7;
        margin-bottom: 12px;
        text-align: left;
    }
    .voice-additional-info {
        margin-top: 15px;
        padding-top: 12px;
    }
    .voice-additional-info p {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }

    /*
    Blog Article Detail Page SP
    ----------------------------------------------------------- */
    .blog-article-page .article-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .blog-article-page .article-content {
        padding: 20px 15px;
    }
    .article-meta {
        gap: 10px;
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    .article-category {
        font-size: 1.1rem;
        padding: 3px 8px;
    }
    .article-title {
        font-size: 2rem;
        line-height: 1.35;
        margin-bottom: 15px;
    }
    .article-main-image {
        max-height: 300px;
        margin-top: 0;
    }
    .article-body {
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .article-body p {
        margin-bottom: 1.2em;
    }
    .article-body h2 {
        font-size: 1.8rem;
        margin-top: 2em;
        margin-bottom: 0.8em;
        padding-bottom: 0.4em;
    }
    .article-body h3 {
        font-size: 1.6rem;
        margin-top: 1.8em;
        margin-bottom: 0.7em;
    }
    .article-body ul, .article-body ol {
        padding-left: 1.5em;
    }
    .article-figure {
        margin: 1.5em auto;
    }
    .article-figure.right-float,
    .article-figure.left-float,
    .article-body .alignright,
    .article-body .alignleft,
    .article-body .aligncenter {
        float: none;
        margin: 1.5em auto;
        max-width: 100%;
    }
    .clear-float {
        clear: none;
    }
    .article-share {
        margin-top: 30px;
        padding-top: 20px;
    }
    .article-share .share-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .share-buttons {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .btn-share {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    .article-navigation {
        margin-top: 30px;
        padding-top: 20px;
        flex-direction: column;
        gap: 10px;
    }
    .article-navigation .btn-outline {
        width: 100%;
        max-width: 280px;
    }

} /* End of @media (width < 768px) */