@media screen and (max-width: 1400px) {

[id] {
    scroll-margin-top: 100px;
}

}


@media screen and (max-width: 1024px) {

    .block-1024 {
        display: block;
    }

    /* ボタン */
    .btn-wrap {
        gap: 30px;
    }

    .btn {
        font-size: 22px;
        width: 280px;
    }
}


@media (max-width: 768px) {

    .block-768 {
        display: block;
    }

    .block-pc {
        display: none;
    }

    /* ボタン */
    .btn-wrap {
        display: block;
    }

    .btn {
        font-size: 20px;
        margin: 0 auto;
        border-radius: 10px;
        height: 55px;
    }

    .btn+.btn {
        margin-top: 20px;
    }
}


@media screen and (max-width: 450px) {

    .block-450 {
        display: block;
    }

    body {
        font-size: 16px;
    }

    /* ボタン */
    .btn {
        font-size: 18px;
        height: 44px;
        width: 100%;
    }

    .btn+.btn {
        margin-top: 16px;
    }
}


/* ===========================================
ヘッダー
============================================ */

@media (max-width: 1750px) {

    .header__title {
        font-size: 20px;
    }

    .header__category {
        font-size: 12px;
    }

    .header__right {
        gap: 20px;
    }

    .header__nav .header__nav-link {
        font-size: 14px;
    }

    .header__tel-link {
        font-size: 28px;
        gap: 3px;
    }

    .header__tel-link img {
        width: 20px;
    }

    .header__cta {
        gap: 10px;
    }

    .header__btn {
        width: 140px;
        height: 50px;
        font-size: 16px;
    }
}


@media (max-width: 1400px) {

    .header__hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #FF4444;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        margin-left: auto;
        position: relative;
    }

    .header__hamburger span,
    .header__hamburger span::before,
    .header__hamburger span::after {
        display: block;
        width: 24px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .header__hamburger span {
        top: 50%;
        margin-top: -1px;
    }

    .header__hamburger span::before {
        content: '';
        top: -9px;
    }

    .header__hamburger span::after {
        content: '';
        top: 9px;
    }

    /* ×ボタン */
    .header__hamburger.is-open span {
        background: transparent;
    }

    .header__hamburger.is-open span::before {
        top: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    .header__hamburger.is-open span::after {
        top: 0;
        transform: translateX(-50%) rotate(-45deg);
    }

    .drawer__inner {
        padding: 24px 40px;
    }

    .drawer__nav-link {
        display: block;
        padding: 20px 0;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        color: #46423A;
    }

    .drawer__tel {
        margin-top: 20px;
    }

    .drawer__tel-link {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        color: #FF4444;
    }

    .drawer__tel-link img {
        margin: 0 5px 5px 0;
    }

    .drawer__tel-time {
        display: block;
        font-size: 12px;
        font-weight: 500;
        font-family: 'Noto Sans JP', sans-serif;
        margin-top: 4px;
    }

    .header__nav {
        display: none;
    }

    .header__inner {
        width: 95%;
        height: 70px;
    }

    main {
        margin-top: 70px;
    }


    .header__title {
        font-size: 22px;
    }

    .header__category {
        font-size: 12px;
    }

    .header__tel,
    .header__cta {
        display: none;
    }
}


@media (max-width: 450px) {

    .header__inner {
        gap: 20px;
    }

    .header__title {
        font-size: 19px;
        font-weight: 700;
        color: #FF4444;
    }
}



/* ===========================================
CTA
============================================ */

@media (max-width: 1400px) {

    .cta__lead {
        font-size: 26px;
    }

    .cta__title {
        font-size: 30px;
    }

    .cta__text {
        font-size: 18px;
    }

    .cta__btn {
        width: 400px;
        height: 85px;
    }

    .cta__btn--contact {
        font-size: 22px;
    }

    .cta__btn--tel {
        font-size: 34px;
    }

    .cta__btn--tel small {
        font-size: 13px;
    }

    .cta__btn--tel img {
        width: 30px;
    }
}


@media screen and (max-width: 1024px) {

    .cta {
        padding: 50px 0 60px;
    }

    .cta__lead {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .cta__box {
        padding: 20px 30px 35px;
    }

    .cta__title {
        font-size: 26px;
    }

    .cta__chara--left {
        width: 53px;
    }

    .cta__chara--right {
        width: 62px;
    }

    .cta__btns {
        gap: 16px;
    }

    .cta__btn {
        width: 100%;
        height: 80px;
    }

    .cta__btn--contact {
        font-size: 20px;
    }

    .cta__btn--tel {
        font-size: 30px;
    }

    .cta__btn--tel small {
        font-size: 12px;
    }

    .cta__btn--tel img {
        width: 25px;
    }
}


@media screen and (max-width: 768px) {

    .cta__box {
        padding: 20px 30px 0;
    }

    .cta__title {
        font-size: 24px;
    }

    .cta__lead {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .cta__charas {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 14px;
    }

    .cta__text {
        text-align: left;
    }

    .cta__btns {
        display: block;
    }

    .cta__btn {
        height: auto;
        border-radius: 10px;
    }

    .cta__btn--tel {
        padding: 14px 0;
    }

    .cta__btn--tel small {
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
    }

    .cta__btn--tel img {
        margin-bottom: 30px;
    }

    .cta__btn--contact {
        margin-top: 20px;
        padding: 20px 0;
    }
}


@media screen and (max-width: 450px) {

    .cta__title {
        font-size: 22px;
    }

    .cta__text {
        font-size: 16px;
    }

    .cta__btn {
        gap: 6px;
    }

    .cta__btn--tel {
        font-size: 24px;
    }
}



/* ===========================================
フッター
============================================ */

@media screen and (max-width: 1024px) {

    .footer__inner {
        padding: 50px 0;
    }

    .footer__name {
        font-size: 26px;
    }

    .footer__address {
        font-size: 18px;
    }

    .footer__tel-wrap {
        margin: 0 auto 40px;
    }

    .footer__tel {
        font-size: 26px;
    }

    .footer__tel-icon {
        width: 22px;
        height: 22px;
    }

    .footer__sns {
        margin: 0 0 40px;
    }

    .footer__nav-link {
        font-size: 14px;
    }

    .footer__sns-link img {
        width: 28px;
        height: 28px;
    }

    .footer__copy {
        padding: 12px 0;
    }

    .footer__copy p {
        font-size: 12px;
    }
}


@media screen and (max-width: 768px) {

    /* 固定ボタン */
    .fixed-btns {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        height: 70px;
    }

    .fixed-btns__tel {
        background: #FFEEEE;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        flex-shrink: 0;
        box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15);
    }

    .fixed-btns__tel img {
        width: 40px;
    }

    .fixed-btns__contact {
        background: #FF4444;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15);
    }

    .fixed-btns__visit {
        background: #FF8400;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15);
    }

    /* フッター */
    .footer {
        padding-bottom: 70px;
    }

    .footer__inner {
        padding: 40px 0;
    }

    .footer__name {
        font-size: 24px;
    }

    .footer__address {
        font-size: 16px;
    }

    .footer__address span {
        display: none;
    }

    .footer__tel-wrap {
        margin: 0 auto 35px;
    }

    .footer__tel {
        font-size: 24px;
    }

    .footer__tel-icon {
        width: 20px;
        height: 20px;
    }

    .footer__sns {
        gap: 20px;
        margin: 0;
    }

    .footer__sns-link img {
        width: 26px;
        height: 26px;
    }

    .footer__nav {
        display: none;
    }
}


@media screen and (max-width: 450px) {

    /* 固定ボタン */
    .fixed-btns {
        height: 60px;
    }

    .fixed-btns__tel {
        width: 60px;
    }

    .fixed-btns__tel img {
        width: 36px;
    }


    /* フッター */
    .footer {
        padding-bottom: 60px;
    }

    .footer__name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer__address {
        font-size: 14px;
    }

    .footer__tel-label {
        font-size: 12px;
        margin-top: 5px;
    }

    .footer__tel-wrap {
        margin: 0 auto 30px;
    }


    .footer__copy {
        padding: 10px 0;
    }
}



/* ===========================================
トップページ
============================================ */

@media screen and (max-width: 1400px) {

    /* ===============================
こんな不安、ありませんか？
================================ */
    .worry__deco--right {
        width: 250px;
    }

    .worry__deco--left {
        bottom: 4%;
        width: 180px;
    }

    .worry__box {
        max-width: 640px;
    }

    .worry__em {
        font-size: 20px;
    }


    /* ===============================
キャンクリエイトが選ばれる4つの強み
================================ */
    .strength__deco--right {
        right: 0;
        bottom: 2%;
        width: 220px;
        height: auto;
    }

    .strength__deco--left {
        left: 2%;
        top: 43%;
        transform: translateY(-50%);
        width: 200px;
        height: auto;
    }

    .strength__box {
        max-width: 720px;
    }

    .strength__num {
        font-size: 46px;
    }

    .strength__text {
        font-size: 28px;
    }


    /* ===============================
利用までの流れ
================================ */

    .flow__circle {
        width: 130px;
        height: 130px;
        font-size: 18px;
    }

    .flow__lists li+li::before {
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 25px solid #FF8400;
        margin: 0 16px;
    }

    .flow__circle small {
        font-size: 13px;
    }
}


@media screen and (max-width: 1024px) {

    /* ===============================
トップ セクション共通
================================ */
    .sec-head__title {
        font-size: 30px;
    }

    .sec-head__bird {
        width: 60px;
    }


    /* ===============================
ファーストビュー
================================ */
    .fv__text {
        top: 10px;
    }

    .fv__img {
        background: url('../img/fv__img--tb.png') center/cover no-repeat;
    }

    .fv__badge-circle {
        padding-bottom: 3px;
    }


    /* ===============================
prologue プロローグ
================================ */

    .prologue__lead {
        font-size: 24px;
    }

    .prologue__title {
        font-size: 38px;
    }

    .prologue__tags li {
        font-size: 20px;
        padding: 10px 25px;
    }


    /* ===============================
こんな不安、ありませんか？
================================ */

    .worry__deco--left {
        width: 150px;
    }

    .worry__deco--right {
        width: 210px;
        top: 70%;
    }

    .worry__title {
        font-size: 32px;
    }

    .worry__box-title {
        font-size: 26px;
    }

    .worry__lists li {
        font-size: 22px;
    }

    .worry__box {
        max-width: 500px;
    }

    .worry__chara--left {
        left: -40px;
        width: 80px;
    }

    .worry__chara--right {
        right: -45px;
        width: 90px;
    }

    .worry__catch::before {
        border-top: 30px solid #FF4444;
        margin: 0 auto 20px;
    }

    .worry__catch {
        font-size: 26px;
    }


    /* ===============================
就労継続支援A型事業所キャンクリエイトとは
================================ */

    .about__lead {
        font-size: 22px;
    }

    /* ===============================
キャンクリエイトが選ばれる4つの強み
================================ */

    .strength__deco--right {
        width: 180px;
    }

    .strength__deco--left {
        top: 30%;
        width: 130px;
    }

    .strength__box {
        max-width: 600px;
    }

    .strength__num {
        font-size: 40px;
    }

    .strength__text {
        font-size: 26px;
    }


    /* ===============================
ここで働く"リアルな仕事"
================================ */

    .works__lead {
        margin-bottom: 40px;
    }

    .works__grid {
        gap: 30px;
    }

    .works__name {
        font-size: 20px;
    }


    /* ===============================
利用までの流れ
================================ */

    .flow__lead {
        margin-bottom: 30px;
    }

    .flow__lists li+li::before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 14px solid #FF8400;
        margin: 0 10px;
    }

    .flow__circle {
        width: 110px;
        height: 110px;
        font-size: 16px;
    }

    .flow__circle small {
        font-size: 10px;
    }
}


@media (max-width: 768px) {

    /* ===============================
トップ セクション共通
================================ */

    .sec-head {
        margin-bottom: 30px;
    }

    .sec-head__title {
        font-size: 26px;
    }


    /* ===============================
ファーストビュー
================================ */
    .fv {
        aspect-ratio: unset;
        height: auto;
        padding-bottom: 0;
        padding-top: 42vw;
    }

    .fv__img {
        background-image: url('../img/fv__img--sp.png');
        position: static;
        width: 100%;
        aspect-ratio: 375 / 405;
        background-size: cover;
        background-position: center;
    }

    .fv__text {
        top: 20px;
        white-space: normal;
        width: 90%;
    }

    .fv__catch {
        font-size: 5.5vw;
    }

    .fv__catch span {
        margin-right: 0;
    }

    .fv__sub {
        font-size: 4.2vw;
    }

    .fv__sub span {
        margin: 0 5px 0 0;
    }

    .fv__info {
        font-size: 2.8vw;
    }

    /* バッジ */
    .fv__badge {
        right: 4%;
        bottom: 10px;
    }

    .fv__badge-circle {
        width: 30vw;
        height: 30vw;
    }

    .fv__badge-main {
        font-size: 5.5vw;
    }

    .fv__badge-sub {
        font-size: 3.2vw;
    }


    /* ===============================
prologue プロローグ
================================ */

    .prologue__lead {
        font-size: 22px;
    }

    .prologue__title {
        font-size: 34px;
    }

    .prologue__text {
        text-align: left;
        margin-bottom: 30px;
    }

    .prologue__tags {
        display: block;
    }

    .prologue__tags li {
        font-size: 18px;
        text-align: center;
    }

    .prologue__tags li+li {
        margin-top: 10px;
    }


    /* ===============================
こんな不安、ありませんか？
================================ */

    .worry__title {
        font-size: 24px;
    }

    .worry__chara--sp {
        display: block;
        width: 180px;
        height: auto;
        margin: 30px auto 0;
    }

    .worry__text {
        text-align: left;
    }

    .about__text {
        text-align: left;
        margin-bottom: 20px;
    }

    .about__sub {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .about__text span {
        font-size: 22px;
        margin: 0 5px;
    }

    .about__lists {
        max-width: 410px;
        margin: 0 auto 16px;
        flex-wrap: wrap;
    }

    .about__item-wrap {
        align-items: flex-end;
        gap: 2px;
    }

    .about__note {
        text-align: right;
    }


    /* ===============================
キャンクリエイトが選ばれる4つの強み
================================ */

    .strength__num {
        font-size: 34px;
        padding: 0 10px 5px 0;
    }

    .strength__text {
        font-size: 24px;
    }

    .strength__lists li+li {
        margin-top: 25px;
    }

    .strength__box {
        padding: 30px 0;
        margin: 0 auto 40px;
    }


    /* ===============================
ここで働く"リアルな仕事"
================================ */
    .works__lead {
        text-align: left;
    }

    .works__grid {
        display: block;
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .works__item+.works__item {
        margin-top: 20px;
    }

    .works__img-wrap {
        margin-bottom: 10px;
    }


    /* ===============================
利用までの流れ
================================ */

    .flow__lists {
        flex-direction: column;
        gap: 0;
    }

    .flow__lists li {
        flex-direction: column;
        width: 100%;
    }

    .flow__lists li+li::before {
        border-top: 20px solid #FF8400;
        border-bottom: none;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        margin: 0 0 5px;
    }

    .flow__circle {
        width: 100%;
        height: 70px;
        border-radius: 10px;
        font-size: 20px;
    }

    .flow__circle small {
        font-size: 16px;
    }
}


@media (max-width: 450px) {

    /* ===============================
ファーストビュー
================================ */
    .fv {
        padding-top: 50vw;
    }

    .fv__catch {
        font-size: 6.3vw;
    }

    .fv__sub {
        font-size: 5vw;
    }

    .fv__info {
        font-size: 3.6vw;
    }


    /* ===============================
トップ セクション共通
================================ */

    .sec-head {
        margin-bottom: 20px;
    }

    .sec-head__bird {
        width: 50px;
    }

    .sec-head__title {
        font-size: 24px;
        display: block;
    }


    /* ===============================
prologue プロローグ
================================ */

    .prologue__lead {
        font-size: 20px;
    }


    /* ===============================
こんな不安、ありませんか？
================================ */

    .worry {
        padding: 30px 0 40px;
    }

    .worry__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .worry__box {
        padding: 16px 20px 10px;
    }

    .worry__catch {
        font-size: 20px;
    }

    .worry__catch::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 25px solid #FF4444;
        margin: 0 auto 10px;
    }

    .worry__box-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .worry__lists li {
        font-size: 16px;
    }

    .worry__chara--sp {
        width: 125px;
        margin: 20px auto 0;
    }

    .worry__text {
        line-height: 1.8;
    }

    .worry__em {
        font-size: 18px;
    }


    /* ===============================
就労継続支援A型事業所キャンクリエイトとは
================================ */
    .about {
        padding: 40px 0 50px;
    }

    .about__lead {
        font-size: 20px;
        padding: 18px 20px;
        border-radius: 20px;
        width: 100%;
        margin: 0 auto 16px;
    }

    .about__sub {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about__text {
        line-height: 1.8;
    }

    .about__text span {
        font-size: 18px;
        margin: 0;
    }

    .about__lists {
        gap: 10px 14px;
    }

    .about__item-text {
        font-size: 20px;
        line-height: 1.4;
    }

    .about__note {
        font-size: 14px;
    }


    /* ===============================
キャンクリエイトが選ばれる4つの強み
================================ */
    .strength {
        padding: 40px 0 60px;
    }

    .strength__box {
        padding: 25px 0;
        margin: 0 auto 25px;
    }

    .strength__num {
        font-size: 30px;
        padding: 0 0 3px 0;
        min-width: 45px;
    }

    .strength__text {
        font-size: 20px;
    }

    .strength__lists li {
        gap: 20px;
    }

    .strength__text span {
        margin: 0;
    }


    /* ===============================
ここで働く"リアルな仕事"
================================ */
    .works {
        padding: 40px 0 60px;
    }

    .works__grid {
        margin: 0 auto 30px;
    }

    .works__voice {
        font-size: 16px;
        padding: 8px 10px;
        width: 250px;
    }


    /* ===============================
利用までの流れ
================================ */
    .flow {
        padding: 40px 0 60px;
    }

    .flow__lead {
        text-align: left;
    }
}


/* ===========================================
下層ページ共通
============================================ */

@media screen and (max-width: 1400px) {

    /* FV */
    .page-fv {
        height: 280px;
    }

    .page-fv__deco {
        right: -30px;
    }

    .page-fv__box {
        width: 420px;
        height: 100px;
    }

    .page-fv__title {
        font-size: 28px;
    }

    .page-fv__en {
        font-size: 18px;
    }

    .page-fv__box img {
        width: 80px;
    }
}


@media screen and (max-width: 1024px) {

    .page-fv__deco {
        right: -110px;
    }

    /* ===============================
お問い合わせCTA（共通）
================================ */

    /* FV */
    .contact-cta__title {
        font-size: 24px;
    }

    .contact-cta__btn {
        font-size: 24px;
        padding: 20px;
        max-width: 520px;
        box-shadow: 8px 8px 0 #FF4444;
    }

    /* 見出しタイトル */
    .page-title {
        font-size: 30px;
    }
}


@media screen and (max-width: 768px) {

    .page-fv {
        height: 230px;
        padding-top: 75px;
    }

    .page-fv__deco {
        display: none;
    }

    .page-fv__box {
        width: 330px;
        height: 85px;
    }

    .page-fv__en {
        font-size: 16px;
    }

    .page-fv__title {
        font-size: 22px;
    }

    .page-fv__box img {
        width: 64px;
        top: -22px;
    }

    /* 見出しタイトル */
    .page-title {
        font-size: 24px;
        margin: 0 auto 30px;
        padding: 0 10px 10px;
    }


    /* ===============================
お問い合わせCTA（共通）
================================ */

    .contact-cta__title {
        font-size: 22px;
    }

    .contact-cta__btn {
        font-size: 20px;
        width: 100%;
        box-shadow: 6px 6px 0 #FF4444;
    }
}


@media screen and (max-width: 450px) {

    /* FV */
    .page-fv {
        height: 150px;
        padding-top: 42px;
    }

    .page-fv__box {
        width: 270px;
        height: 70px;
    }

    .page-fv__en {
        font-size: 14px;
    }

    .page-fv__title {
        font-size: 18px;
    }

    .page-fv__box img {
        width: 45px;
        top: -12px;
    }

    /* 見出しタイトル */
    .page-title {
        font-size: 22px;
        margin: 0 auto 20px;
        width: 100%;
        /* display: block; */
    }


    /* ===============================
お問い合わせCTA（共通）
================================ */

    .contact-cta {
        padding: 30px 0 40px;
    }

    .contact-cta__title {
        font-size: 20px;
        margin: 0 auto 25px;
    }

    .contact-cta__btn {
        font-size: 18px;
        padding: 16px;
        box-shadow: 4px 4px 0 #FF4444;
    }
}



/* ===========================================
事業所について
============================================ */

@media screen and (max-width: 1400px) {

    /* ===============================
就労継続支援A型事業所キャンクリエイトとは
================================ */
    .about-intro__lead {
        font-size: 22px;
    }

    .about-intro__sub {
        font-size: 22px;
    }

    .about-intro__item-title {
        font-size: 28px;
    }

    /* ===============================
スタッフの想い
================================ */
    .about-staff__note {
        font-size: 26px;
    }

    /* ===============================
アクセス
================================ */
    .about-access__text {
        font-size: 22px;
    }
}


@media screen and (max-width: 1024px) {

    /* ===============================
就労継続支援A型事業所キャンクリエイトとは
================================ */

    .about-intro__text {
        margin-bottom: 40px;
    }

    .about-intro__lists li {
        padding: 36px 30px 40px;
    }

    .about-intro__item-title {
        font-size: 24px;
    }

    .about-intro__item-title span {
        font-size: 18px;
    }

    .about-intro__list-icon {
        width: 90px;
        height: 80px;
    }


    /* ===============================
施設紹介
================================ */

    .about-facility__grid {
        gap: 40px 30px;
        margin-bottom: 40px;
    }



    .about-facility__caption {
        font-size: 22px;
    }

    .about-facility__note {
        font-size: 22px;
    }


    /* ===============================
キャンクリエイトの理念
================================ */

    .about-philosophy__box {
        padding: 20px 30px 20px;
    }

    .about-philosophy__img {
        width: 150px;
    }

    .about-philosophy__catch {
        font-size: 30px;
        padding-bottom: 8px;
    }

    .about-philosophy__text {
        font-size: 18px;
        line-height: 2;
    }


    /* ===============================
代表メッセージ
================================ */
    .about-message__wrap {
        gap: 40px;
    }

    .about-message__img {
        width: 260px;
    }

    .about-message__catch {
        font-size: 24px;
        margin-bottom: 20px;
    }


    /* ===============================
スタッフの想い
================================ */
    .about-staff__item {
        padding: 50px 40px 30px;
        gap: 30px;
    }

    .about-staff__lists {
        gap: 30px;
        margin-bottom: 50px;
    }

    .about-staff__profile {
        width: 220px;
    }

    .about-staff__img {
        width: 220px;
    }

    .about-staff__role {
        font-size: 18px;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .about-staff__note {
        font-size: 22px;
    }


    /* ===============================
事業所概要
================================ */



    .dl-table__term {
        font-size: 18px;
        padding: 24px 10px;
        width: 180px;
    }

    .dl-table__desc {
        font-size: 18px;
        padding: 24px 20px;
    }

    .about-overview__note {
        font-size: 20px;
    }


    /* ===============================
アクセス
================================ */

    .about-access__address {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-access__map {
        height: 300px;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 768px) {

    /* ===============================
就労継続支援A型事業所キャンクリエイトとは
================================ */
    .about-intro {
        padding: 60px 0 0;
    }

    .about-intro__lead {
        font-size: 20px;
        padding: 18px 20px;
    }

    .about-intro__sub {
        font-size: 20px;
    }

    .about-intro__text {
        text-align: left;
        font-size: 18px;
    }

    .about-intro__text {
        margin-bottom: 30px;
    }

    .about-intro__lists {
        gap: 20px;
    }

    .about-intro__lists li {
        display: block;
        padding: 20px 30px 30px;
    }

    .about-intro__list-icon {
        margin: 0 auto 10px;
    }

    .about-intro__item-title {
        font-size: 22px;
        text-align: center;
    }

    .about-intro__item-title span {
        font-size: 16px;
    }


    /* ===============================
施設紹介
================================ */
    .about-facility {
        padding: 60px 0;
    }

    .about-facility__grid {
        display: block;
        max-width: 450px;
        margin: 0 auto 30px;
    }

    .about-facility__item+.about-facility__item {
        margin-top: 20px;
    }

    .about-facility__caption {
        font-size: 20px;
        margin-top: 10px;
    }

    .about-facility__note {
        font-size: 20px;
        margin-bottom: 30px;
    }


    /* ===============================
キャンクリエイトの理念
================================ */
    .about-philosophy {
        padding: 60px 0 65px;
    }

    .about-philosophy__img {
        width: 140px;
        margin-bottom: 10px;
    }

    .about-philosophy__catch {
        font-size: 26px;
        padding-bottom: 6px;
    }

    .about-philosophy__text {
        text-align: left;
    }

    /* ===============================
代表メッセージ
================================ */
    .about-message {
        padding: 60px 0;
    }

    .about-message__wrap {
        display: block;
    }

    .about-message__img {
        margin: 0 auto 20px;
    }

    .about-message__catch {
        font-size: 22px;
        text-align: center;
    }


    /* ===============================
スタッフの想い
================================ */
    .about-staff {
        padding: 60px 0 70px;
    }

    .about-staff__item {
        display: block;
        padding: 40px 30px 30px;
        gap: 30px;
    }

    .about-staff__profile {
        margin: 0 auto 10px;
    }

    /* ===============================
事業所概要
================================ */
    .about-overview {
        padding: 60px 0 0;
    }

    .dl-table__row {
        flex-direction: column;
    }

    .dl-table__term {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 16px;
        font-size: 18px;
    }

    .dl-table__desc {
        border-left: none;
        border-top: none;
        padding: 12px 16px;
        font-size: 18px;
    }


    /* ===============================
アクセス
================================ */
    .about-access {
        padding: 60px 0 80px;
    }

    .about-access__map {
        height: 250px;
    }

    .about-access__text {
        font-size: 18px;
        text-align: left;
    }
}


@media screen and (max-width: 450px) {

    /* ===============================
就労継続支援A型事業所キャンクリエイトとは
================================ */
    .about-intro {
        padding: 40px 0 0;
    }

    .about-intro__lead {
        font-size: 18px;
        padding: 12px 30px;
    }

    .about-intro__sub {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .about-intro__text {
        text-align: left;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about-intro__lists {
        gap: 12px;
    }

    .about-intro__lists li {
        padding: 20px 20px 30px;
    }

    .about-intro__list-icon {
        width: 60px;
        height: 50px;
        margin: 0 auto 5px;
    }

    .about-intro__item-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .about-intro__item-title span {
        font-size: 14px;
    }

    .about-intro__item-text {
        font-size: 16px;
    }


    /* ===============================
施設紹介
================================ */
    .about-facility {
        padding: 40px 0 50px;
    }

    .about-facility__item+.about-facility__item {
        margin-top: 16px;
    }

    .about-facility__caption {
        font-size: 18px;
        margin-top: 8px;
    }


    .about-facility__note {
        font-size: 18px;
        margin-bottom: 20px;
    }


    /* ===============================
キャンクリエイトの理念
================================ */
    .about-philosophy {
        padding: 40px 0 50px;
    }

    .about-philosophy .page-title {
        margin-bottom: 10px;
    }

    .about-philosophy__box {
        padding: 20px;
    }

    .about-philosophy__img {
        width: 130px;
        margin-bottom: 8px;
    }

    .about-philosophy__catch {
        font-size: 24px;
    }

    .about-philosophy__text {
        font-size: 16px;
        line-height: 1.8;
    }


    /* ===============================
代表メッセージ
================================ */
    .about-message {
        padding: 40px 0 50px;
    }

    .about-message__catch {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-message__text {
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .about-message__sign span {
        font-size: 24px;
    }


    /* ===============================
スタッフの想い
================================ */
    .about-staff {
        padding: 40px 0 50px;
    }

    .about-staff__lists {
        gap: 20px;
        margin-bottom: 40px;
    }

    .about-staff__note {
        font-size: 20px;
    }


    /* ===============================
事業所概要
================================ */
    .about-overview {
        padding: 40px 0 0;
    }

    .dl-table__term {
        font-size: 16px;
    }

    .dl-table__desc {
        font-size: 16px;
    }

    .about-overview__note {
        font-size: 18px;
    }


    /* ===============================
アクセス
================================ */
    .about-access {
        padding: 40px 0 60px;
    }

    .about-access__address {
        font-size: 16px;
    }

    .about-access__map {
        height: 200px;
    }

    .about-access__text {
        font-size: 16px;
    }
}



/* ===========================================
仕事内容（就労継続支援A型）
============================================ */

@media screen and (max-width: 1400px) {

    /* ===============================
ここで働く"リアルな仕事"
================================ */
    .works-list__img {
        width: 350px;
    }

    .works-slider__track img {
        width: 250px;
        height: 250px;
    }
}


@media screen and (max-width: 1024px) {

    /* ===============================
ここで働く"リアルな仕事"
================================ */
    .works-list__tags li {
        font-size: 18px;
        padding: 12px 0;
        width: 32%;
    }

    .works-list__lead {
        font-size: 24px;
    }

    .works-list__item {
        gap: 25px;
        padding: 40px 30px;
    }

    .works-list__img {
        width: 280px;
    }

    .works-list__title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .works-list__sub {
        font-size: 20px;
    }

    .works-list__btn {
        font-size: 16px;
        width: 250px;
        height: 50px;
    }

    /* ===============================
1日の流れ
================================ */

    .works-flow__box-img {
        width: 110px;
    }

    .works-flow__box-text {
        font-size: 24px;
    }

    /* ===============================
スライダー
================================ */
    .works-slider {
        padding: 80px 0;
        overflow: hidden;
    }

    .works-slider__track img {
        width: 200px;
        height: 200px;
    }
}


@media screen and (max-width: 768px) {

    /* ===============================
ここで働く"リアルな仕事"
================================ */
    .works-list {
        padding: 60px 0 0;
    }

    .works-list__tags {
        display: block;
        margin-bottom: 20px;
    }

    .works-list__tags li {
        width: 100%;
        padding: 10px 0;
    }

    .works-list__tags li+li {
        margin-top: 10px;
    }

    .works-list__lead {
        font-size: 22px;
    }

    .works-list__items {
        gap: 20px;
    }

    .works-list__item {
        display: block;
        padding: 30px;
    }

    .works-list__sub {
        font-size: 19px;
    }

    .works-list__img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px;
        display: block;
    }

    .works-list__btn {
        margin: 0 auto;
    }

    /* ===============================
1日の流れ
================================ */
    .works-flow {
        padding: 60px 0 0;
    }

    .works-flow__time {
        font-size: 18px;
    }

    .works-flow__item {
        grid-template-columns: 40px 20px 1fr;
        gap: 0 10px;
    }

    .works-flow__dot {
        width: 13px;
        height: 13px;
    }

    .works-flow__text {
        padding: 20px 0;
    }

    .works-flow__box-img {
        width: 100px;
    }

    .works-flow__box-text {
        font-size: 20px;
    }


    /* ===============================
スライダー
================================ */
    .works-slider {
        padding: 60px 0;
    }

    .works-slider__track img {
        width: 180px;
        height: 180px;
    }
}


@media screen and (max-width: 450px) {

    /* ===============================
ここで働く"リアルな仕事"
================================ */
    .works-list {
        padding: 40px 0 0;
    }

    .works-list__lead {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .works-list__items {
        gap: 16px;
    }

    .works-list__item {
        padding: 20px 20px 25px;
    }

    .works-list__title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .works-list__sub {
        font-size: 18px;
    }

    .works-list__btn {
        width: 100%;
    }


    /* ===============================
1日の流れ
================================ */
    .works-flow__timeline {
        margin: 0 auto 20px;
    }

    .works-flow {
        padding: 40px 0 0;
    }

    .works-flow__item {
        gap: 0 8px;
    }

    .works-flow__dot {
        width: 10px;
        height: 10px;
    }

    .works-flow__line::before,
    .works-flow__line::after {
        width: 2px;
    }

    .works-flow__text {
        font-size: 16px;
        padding: 16px 0;
    }


    /* ===============================
スライダー
================================ */
    .works-slider {
        padding: 40px 0;
    }

    .works-slider__track img {
        width: 150px;
        height: 150px;
    }
}



/* ===========================================
見学から利用開始まで GUIDE
============================================ */

@media screen and (max-width: 1400px) {

    /* ===============================
利用までの流れ
================================ */
    .guide-terms__deco--left {
        bottom: 15%;
        width: 200px;
    }

    .guide-terms__deco--right {
        bottom: 22%;
        width: 250px;
    }

    /* ===============================
利用条件・待遇
================================ */
    .guide-faq__deco--right {
        width: 210px;
    }

    /* ===============================
相談支援専門員の方へ
================================ */
    .guide-supporter__box {
        padding: 30px 18px 50px;
    }

    .guide-supporter__img {
        right: 10%;
    }
}


@media screen and (max-width: 1024px) {

    .guide-terms__deco--right {
        width: 200px;
    }

    .guide-terms__deco--left {
        width: 170px;
    }

    .guide-flow__steps {
        margin: 0 auto 20px;
        gap: 10px;
    }

    .guide-flow__step {
        gap: 30px;
        min-height: 250px;
    }

    .guide-flow__circle {
        width: 140px;
        height: 140px;
    }

    .guide-flow__circle-title {
        font-size: 18px;
    }

    .guide-flow__circle-title span {
        font-size: 14px;
    }

    .guide-flow__btn {
        width: 260px;
        height: 55px;
        font-size: 20px;
        margin-top: 10px;
    }

    .guide-flow__arrow {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 25px solid #FF4444;
        margin-left: 55px;
    }


    /* ===============================
よくある質問
================================ */
    .guide-faq__deco--right {
        width: 160px;
    }

    .faq__lists {
        gap: 30px;
    }

    .faq__question {
        gap: 30px;
        padding: 10px 24px;
    }

    .faq__answer {
        gap: 30px;
        padding: 10px 24px;
    }

    .faq__q {
        font-size: 32px;
    }

    .faq__a {
        font-size: 32px;
    }

    .faq__icon {
        font-size: 32px;
    }


    /* ===============================
相談支援専門員の方へ
================================ */
    .guide-supporter__box {
        padding: 20px 10px 30px;
    }

    .guide-supporter__title {
        font-size: 30px;
    }

    .guide-supporter__catch {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .guide-supporter__img {
        top: 43px;
        right: 6%;
        width: 90px;
    }
}


@media screen and (max-width: 768px) {

    /* ===============================
利用までの流れ
================================ */
    .guide-flow {
        padding: 60px 0 70px;
    }

    .guide-flow__step {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        min-height: unset;
    }

    .guide-flow__step-head {
        width: 100%;
    }

    .guide-flow__circle {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 16px 20px;
    }

    .guide-flow__circle-title {
        font-size: 20px;
    }

    .guide-flow__circle-title span {
        display: inline;
        font-size: 16px;
    }

    .guide-flow__arrow {
        transform: none;
        margin: 0 auto;
    }

    .guide-flow__btn {
        width: 100%;
        margin: 10px auto 20px;
    }

    .guide-flow__box-text {
        text-align: left;
    }

    /* ===============================
利用条件・待遇
================================ */
    .guide-terms {
        padding-top: 60px;
    }

    .guide-terms__imgs {
        display: block;
        margin: 30px auto 40px;
    }

    .guide-terms__imgs img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .guide-terms__imgs img+img {
        margin-top: 16px;
    }


    /* ===============================
よくある質問
================================ */
    .guide-faq {
        padding: 60px 0 70px;
    }

    .faq__lists {
        gap: 20px;
    }

    .faq__question {
        gap: 20px;
        padding: 10px 16px;
    }

    .faq__answer {
        gap: 20px;
        padding: 10px 16px;
    }

    .faq__q {
        font-size: 30px;
        width: 30px;
    }

    .faq__a {
        font-size: 30px;
        width: 30px;
    }

    .faq__icon {
        font-size: 30px;
    }

    .faq__question-text {
        line-height: 1.6;
    }

    .faq__answer p {
        line-height: 1.6;
    }

    /* ===============================
相談支援専門員の方へ
================================ */

    .guide-supporter {
        padding: 0 0 80px;
    }

    .guide-supporter__box {
        padding: 20px 20px 30px;
    }

    .guide-supporter__title {
        font-size: 24px;
    }

    .guide-supporter__catch {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .guide-supporter__text {
        line-height: 1.8;
        text-align: left;
    }

    .guide-supporter__img {
        position: static;
        width: 100px;
        margin: 0 auto 16px;
    }
}


@media screen and (max-width: 450px) {

    /* ===============================
利用までの流れ
================================ */
    .guide-flow {
        padding: 40px 0 50px;
    }

    .guide-flow__circle {
        padding: 10px 20px;
    }

    .guide-flow__circle-title {
        line-height: 1.4;
    }

    .guide-flow__arrow {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid #FF4444;
    }

    .guide-flow__box-title {
        margin-bottom: 10px;
    }

    .guide-flow__box {
        padding: 25px 20px 30px;
    }

    /* ===============================
利用条件・待遇
================================ */
    .guide-terms {
        padding-top: 40px;
    }

    .guide-terms__text {
        line-height: 1.8;
        margin-top: 10px;
    }

    .guide-terms__imgs {
        margin: 20px auto 30px;
    }

    .guide-terms__imgs img+img {
        margin-top: 12px;
    }


    /* ===============================
よくある質問
================================ */
    .guide-faq {
        padding: 40px 0 50px;
    }

    .faq__lists {
        gap: 16px;
    }

    .faq__question {
        gap: 14px;
    }

    .faq__answer {
        gap: 14px;
    }

    .faq__question-text {
        font-size: 16px;
    }

    .faq__answer p {
        font-size: 16px;
    }

    .faq__q {
        font-size: 24px;
        width: 20px;
    }

    .faq__a {
        font-size: 24px;
        width: 20px;
    }

    .faq__icon {
        font-size: 24px;
    }

    /* ===============================
相談支援専門員の方へ
================================ */
    .guide-supporter {
        padding: 0 0 60px;
    }

    .guide-supporter__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .guide-supporter__img {
        width: 90px;
        margin: 0 auto 10px;
    }

    .guide-supporter__text {
        font-size: 16px;
    }
}



/* ===========================================
利用者さん募集
============================================ */

@media screen and (max-width: 1400px) {

    /* ===============================
動画・資料
================================ */
    .join-media__deco--right--1 {
        width: 260px;
        top: 22%;
    }

    .join-media__deco--right--2 {
        bottom: 3%;
        width: 180px;
    }

    .join-media__deco--left {
        top: 52%;
        left: 20px;
        width: 170px;
    }
}


@media screen and (max-width: 1024px) {

    /* ===============================
川崎市でA型事業所をお探しの方へ
================================ */
    .join-intro__img {
        max-width: 500px;
    }

    .join-intro__catch {
        font-size: 24px;
        margin: 25px 0;
    }


    /* ===============================
キャンクリエイト幸区事業所のイイトコロ
================================ */
    .join-merit__lists {
        margin-bottom: 25px;
    }

    .join-merit__item {
        padding: 20px 20px;
        width: 31%;
    }

    .join-merit__label {
        font-size: 20px;
    }

    .join-merit__num {
        font-size: 22px;
        width: 40px;
        height: 40px;
    }

    .join-merit__icon {
        width: 120px;
    }

    .join-merit__text {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .join-merit__box {
        border-radius: 20px;
        padding: 25px 0 30px;
    }

    .join-merit__box-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .join-merit__box-term {
        font-size: 20px;
        min-width: 225px;
    }

    .join-merit__box-term::before {
        width: 16px;
        height: 16px;
    }

    .join-merit__box-desc {
        font-size: 18px;
    }


    /* ===============================
障害者手帳がなくても大丈夫です
================================ */
    .join-target__cards {
        margin-bottom: 50px;
    }

    .join-target__card {
        font-size: 20px;
        width: 300px;
        height: 70px;
    }

    .join-target__box {
        padding: 30px 20px;
    }

    .join-target__box-title {
        font-size: 24px;
    }

    .join-target__box-lists {
        gap: 10px;
        margin-bottom: 20px;
    }

    .join-target__box-lists li {
        width: 160px;
        height: 130px;
        font-size: 18px;
    }

    /* ===============================
移動が難しい方へ
================================ */
    .join-orihime__box {
        padding: 40px 30px;
    }

    .join-orihime__under {
        font-size: 20px;
    }

    .join-orihime__btns {
        gap: 20px;
    }


    /* ===============================
動画・資料
================================ */
    .join-media__deco--right--1 {
        width: 210px;
        top: 32%;
    }

    .join-media__deco--right--2 {
        width: 140px;
    }

    .join-media__deco--left {
        width: 130px;
    }


    /* ===============================
キャンクリエイトが選ばれる4つの強み
================================ */
    .join-strength__box {
        border-radius: 30px;
        padding: 50px 60px;
    }

    .join-strength__item+.join-strength__item {
        margin-top: 40px;
    }

    .join-strength__title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    /* ===============================
利用者さんの声
================================ */
    .join-voice__lists {
        gap: 20px;
        margin-bottom: 60px;
    }

    .join-voice__item {
        padding: 35px 40px 40px;
        gap: 40px;
    }

    .join-voice__img {
        width: 180px;
        height: 180px;
    }

    .join-voice__closing {
        font-size: 30px;
    }
}


@media screen and (max-width: 768px) {

    /* ===============================
川崎市でA型事業所をお探しの方へ
================================ */
    .join-intro {
        padding: 60px 0 0;
    }

    .join-intro__text {
        text-align: left;
    }

    .join-intro__catch {
        font-size: 20px;
        margin: 20px 0;
    }

    /* ===============================
キャンクリエイト幸区事業所のイイトコロ
================================ */
    .join-merit {
        padding: 60px 0 70px;
    }

    .join-merit__lists {
        display: block;
    }

    .join-merit__item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .join-merit__item+.join-merit__item {
        margin-top: 20px;
    }

    .join-merit__box {
        padding: 20px 0 25px;
    }

    .join-merit__box-title {
        font-size: 22px;
    }

    .join-merit__box-term {
        min-width: unset;
    }

    .join-merit__box-row {
        display: block;
    }

    /* ===============================
障害者手帳がなくても大丈夫です
================================ */
    .join-target {
        padding: 60px 0 70px;
    }

    .join-target__text {
        text-align: left;
        margin-bottom: 20px;
    }

    .join-target__cards {
        display: block;
        margin-bottom: 40px;
    }

    .join-target__card {
        width: 100%;
        height: 60px;
        font-size: 18px;
    }

    .join-target__card+.join-target__card {
        margin-top: 12px;
    }

    .join-target__box-title {
        font-size: 22px;
    }

    .join-target__types {
        gap: 20px 0;
        flex-wrap: wrap;
        width: 250px;
        margin: 0 auto 20px;
    }

    .join-target__types span {
        width: 50%;
    }

    .join-target__box-lists {
        flex-wrap: wrap;
        width: 350px;
        margin: 0 auto 20px;
    }

    .join-target__box-text {
        text-align: left;
    }

    /* ===============================
移動が難しい方へ
================================ */
    .join-orihime__text {
        text-align: left;
    }

    .join-orihime__btns .btn+.btn {
        margin-top: 0;
    }


    /* ===============================
動画・資料
================================ */
    .join-media {
        padding: 60px 0 70px;
    }

    .join-media__videos {
        gap: 30px 20px;
        margin-bottom: 50px;
        justify-content: center;
    }

    .join-media__video-item {
        width: 100%;
        max-width: 450px;
    }


    .join-media__caption {
        font-size: 20px;
        margin-top: 12px;
    }

    .join-media__pdfs {
        display: block;
    }

    .join-media__pdf-item {
        display: block;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .join-media__pdf-item+.join-media__pdf-item {
        margin-top: 30px;
    }


    /* ===============================
キャンクリエイトが選ばれる4つの強み
================================ */
    .join-strength {
        padding: 60px 0 0;
    }

    .join-strength__box {
        border-radius: 20px;
        padding: 35px 30px;
    }

    .join-strength__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .join-strength__item+.join-strength__item {
        margin-top: 30px;
    }

    /* ===============================
利用者さんの声
================================ */
    .join-voice {
        padding: 60px 0 70px;
    }

    .join-voice__lists {
        margin-bottom: 40px;
    }

    .join-voice__item {
        padding: 30px 30px 35px;
        display: block;
    }

    .join-voice__img {
        margin: 0 auto 10px;
        display: block;
    }

    .join-voice__name {
        font-size: 24px;
        text-align: center;
    }

    .join-voice__closing {
        font-size: 26px;
    }
}


@media screen and (max-width: 450px) {

    /* ===============================
川崎市でA型事業所をお探しの方へ
================================ */
    .join-intro {
        padding: 40px 0 0;
    }

    .join-intro__catch {
        font-size: 18px;
        margin: 16px 0;
    }

    /* ===============================
キャンクリエイト幸区事業所のイイトコロ
================================ */
    .join-merit {
        padding: 40px 0 50px;
    }

    .join-merit__label {
        font-size: 18px;
    }

    .join-merit__icon {
        width: 110px;
    }

    .join-merit__text {
        font-size: 18px;
    }

    .join-merit__box-title {
        font-size: 20px;
    }

    .join-merit__box-lists {
        gap: 12px;
    }

    .join-merit__box-term {
        font-size: 18px;
    }

    .join-merit__box-term::before {
        width: 14px;
        height: 14px;
    }

    .join-merit__box-desc {
        font-size: 16px;
    }


    /* ===============================
障害者手帳がなくても大丈夫です
================================ */
    .join-target {
        padding: 40px 0 50px;
    }

    .join-target__cards {
        margin-bottom: 30px;
    }

    .join-target__card {
        height: 50px;
        font-size: 16px;
    }

    .join-target__card+.join-target__card {
        margin-top: 10px;
    }

    .join-target__box {
        padding: 25px 20px;
        border-radius: 16px;
        margin: 0 auto 30px
    }

    .join-target__types {
        width: 220px;
        gap: 10px 0;
    }

    .join-target__types span {
        font-size: 18px;
    }

    .join-target__box-lists {
        flex-wrap: wrap;
        gap: 10px 0;
        justify-content: space-between;
        width: 100%;
    }

    .join-target__box-lists li {
        width: 48%;
        height: 120px;
        font-size: 15px;
    }

    /* ===============================
移動が難しい方へ
================================ */
    .join-orihime__box {
        padding: 30px 20px;
    }

    .join-orihime__under {
        font-size: 18px;
    }

    .join-orihime__btns {
        gap: 12px;
    }

    .join-orihime__btns .btn {
        width: 100%;
    }


    /* ===============================
動画・資料
================================ */
    .join-media {
        padding: 40px 0 50px;
    }

    .join-media__caption {
        font-size: 18px;
        margin-top: 10px;
    }

    .join-media__videos {
        gap: 20px 20px;
        margin-bottom: 40px;
    }

    .join-media__pdf-item+.join-media__pdf-item {
        margin-top: 20px;
    }


    /* ===============================
キャンクリエイトが選ばれる4つの強み
================================ */
    .join-strength {
        padding: 40px 0 0;
    }

    .join-strength__box {
        border-radius: 12px;
        padding: 30px 25px;
    }

    .join-strength__title {
        display: flex;
    }

    .join-strength__title span {
        display: block;
    }


    /* ===============================
利用者さんの声
================================ */
    .join-voice {
        padding: 40px 0 50px;
    }

    .join-voice__lists {
        gap: 16px;
        margin-bottom: 30px;
    }

    .join-voice__img {
        width: 160px;
        height: 160px;
    }

    .join-voice__name {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .join-voice__item {
        padding: 25px 25px 30px;
        display: block;
    }

    .join-voice__before,
    .join-voice__after {
        margin-bottom: 5px;
    }

    .join-voice__closing {
        font-size: 22px;
    }
}



/* ===========================================
見学・相談のお問い合わせ CONTACT
============================================ */

@media screen and (max-width: 1400px) {

    .contact-lead__text {
        font-size: 26px;
    }
}


@media screen and (max-width: 1024px) {

    .contact-lead {
        padding: 50px 0 60px;
    }

    .contact-lead__text {
        font-size: 24px;
    }

    .contact-form__title {
        font-size: 30px;
    }

    .cf7-field {
        margin-bottom: 50px;
    }

    .cf7-privacy {
        margin-bottom: 50px;
    }

    .wpcf7-form input[type="submit"] {
        width: 350px;
        height: 70px;
        font-size: 24px;
    }
}


@media screen and (max-width: 768px) {

    .contact-lead {
        padding: 40px 0 50px;
    }

    .contact-lead__text {
        font-size: 20px;
    }

    .contact-form__title {
        font-size: 24px;
    }

    .contact-form__tel-box {
        border-radius: 20px;
    }

    .contact-form__tel-lead {
        font-size: 18px;
    }

    .contact-form__tel-note {
        font-size: 15px;
    }

    .contact-form__tel-link img {
        width: 30px;
    }

    .cf7-field {
        margin-bottom: 30px;
    }

    .cf7-label {
        font-size: 18px;
    }

    .wpcf7-radio .wpcf7-list-item {
        margin-right: 16px;
        font-size: 18px;
    }

    .cf7-privacy {
        margin-bottom: 40px;
        font-size: 18px;
    }

    .wpcf7-acceptance input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

    /* cloudflare */
    .cf7-cf-turnstile {
        margin-bottom: 10px !important;
    }

    .wpcf7-form input[type="submit"] {
        width: 330px;
        height: 60px;
        font-size: 22px;
    }
}


@media screen and (max-width: 450px) {

    .contact-lead {
        padding: 25px 0 30px;
    }

    .contact-lead__text {
        font-size: 16px;
    }

    .contact-form {
        padding: 40px 0 20px;
    }

    .contact-form__title {
        font-size: 22px;
    }

    .contact-form__tel-box {
        border-radius: 16px;
    }

    .contact-form__tel-lead {
        font-size: 16px;
    }

    .contact-form__tel-box {
        margin: 0 auto 40px;
    }

    .contact-form__tel-link {
        gap: 15px;
    }

    .contact-form__tel-num {
        font-size: 32px;
    }

    .wpcf7-radio .wpcf7-list-item {
        display: block;
    }

    .wpcf7-radio .wpcf7-list-item+.wpcf7-list-item {
        margin-top: 5px;
    }

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"] {
        font-size: 16px;
    }

    .wpcf7-form textarea {
        font-size: 16px;
        height: 180px;
    }

    .cf7-privacy {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .wpcf7-acceptance input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .wpcf7-form input[type="submit"] {
        width: 100%;
        height: 50px;
        font-size: 20px;
    }
}


/* ===========================================
お問い合わせ完了サンクスページ
============================================ */

@media screen and (max-width: 1024px) {

    .thanks__title {
        font-size: 30px;
    }
}


@media screen and (max-width: 768px) {

    .thanks__title {
        font-size: 22px;
        padding: 0 10px 10px;
        margin: 0 auto 60px;
    }
}


@media screen and (max-width: 450px) {

    .thanks {
        padding: 80px 0 90px;
    }

    .thanks__title {
        font-size: 20px;
    }
}



/* ===========================================
ブログ一覧ページ
============================================ */

@media screen and (max-width: 1400px) {

    .blog__tabs {
        max-width: 950px;
        margin: 0 auto 80px;
    }

    .blog__tab {
        font-size: 20px;
        width: 200px;
        height: 50px;
    }

    .blog__lists {
        margin-bottom: 100px;
    }

    .blog__item {
        gap: 30px;
    }

    .blog__img-wrap {
        width: 280px;
        border-radius: 20px;
    }

    .blog__title {
        font-size: 20px;
    }

    .blog__date {
        font-size: 18px;
    }

    .blog__pagination .page-numbers {
        width: 55px;
        height: 60px;
        font-size: 32px;
    }
}


@media screen and (max-width: 1024px) {

    .blog__tabs {
        margin: 0 auto 60px;
        max-width: 750px;
    }

    .blog__tab {
        font-size: 18px;
        width: 160px;
        height: 45px;
    }

    .blog__lists {
        margin-bottom: 80px;
    }

    .blog__img-wrap {
        width: 220px;
    }

    .blog__pagination .page-numbers {
        width: 50px;
        height: 55px;
        font-size: 28px;
    }
}


@media screen and (max-width: 768px) {

    .blog-list {
        padding: 60px 0 100px;
    }

    .blog__tabs {
        display: block;
        margin: 0 auto 40px;
        max-width: 250px;
    }

    .blog__tab {
        font-size: 18px;
        width: 100%;
    }

    .blog__tab+.blog__tab {
        margin-top: 12px;
    }

    .blog__lists {
        gap: 30px;
        width: 100%;
        max-width: 450px;
        margin: 0 auto 60px;
    }

    .blog__item {
        gap: 16px;
    }

    .blog__img-wrap {
        width: 100%;
    }

    .blog__body {
        width: 100%;
    }

    .blog__cat {
        font-size: 16px;
        margin-bottom: 12px;
        margin-bottom: 8px;
    }

    .blog__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .blog__date {
        font-size: 16px;
    }

    .blog__pagination {
        gap: 12px;
    }

    .blog__pagination .page-numbers {
        width: 45px;
        height: 50px;
        font-size: 26px;
    }

    /* アーカイブページ */
    .blog__archive-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 450px) {

    .blog-list {
        padding: 40px 0 80px;
    }

    .blog__lists {
        gap: 25px;
        margin: 0 auto 50px;
    }

    .blog__img-wrap {
        border-radius: 16px;
    }

    .blog__cat {
        font-size: 15px;
    }

    .blog__title {
        font-size: 16px;
    }

    .blog__date {
        font-size: 14px;
    }

    .blog__pagination .page-numbers {
        width: 40px;
        height: 45px;
        font-size: 22px;
    }

    /* アーカイブページ */
    .blog__archive-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}



/* ===========================================
ブログ投稿ページ
============================================ */

@media screen and (max-width: 1400px) {

    .post-single__wrap {
        gap: 40px;
    }

    .post-single__cat {
        font-size: 20px;
        width: 200px;
        height: 50px;
    }

    .post-single__title {
        font-size: 28px;
    }

    .post-single__sidebar {
        width: 220px;
    }

    .post-single__sidebar-title {
        font-size: 22px;
    }

    .post-single__sidebar-lists {
        gap: 20px;
        margin-bottom: 30px;
    }

    .post-single__sidebar-link {
        padding: 10px 16px;
    }

    .post-single__author-img-wrap {
        width: 200px;
        height: 200px;
    }
}


@media screen and (max-width: 1024px) {

    .post-single__wrap {
        gap: 30px;
    }

    .post-single__cat {
        font-size: 18px;
        width: 170px;
        height: 40px;
    }

    .post-single__date {
        font-size: 18px;
    }

    .post-single__title {
        font-size: 22px;
    }

    .post-single__content img {
        margin: 12px 0;
    }

    .post-single__sidebar {
        width: 180px;
    }

    .post-single__sidebar-block {
        padding: 30px 20px 35px;
    }

    .post-single__sidebar-title {
        font-size: 20px;
    }

    .post-single__sidebar-lists {
        gap: 14px;
    }

    .post-single__sidebar-link {
        padding: 8px 10px;
        font-size: 15px;
    }
}


@media screen and (max-width: 768px) {

    .post-single {
        padding: 60px 0 80px;
    }

    .post-single__wrap {
        display: block;
    }

    .post-single__meta {
        gap: 12px;
    }

    .post-single__cat {
        font-size: 16px;
        width: 160px;
        height: 36px;
    }

    .post-single__date {
        font-size: 16px;
    }

    .post-single__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .post-single__author {
        display: block;
        margin-bottom: 30px;
    }

    .post-single__author-img-wrap {
        margin: 0 auto 10px;
    }

    .post-single__author-label {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .post-single__author-name {
        text-align: center;
    }

    .post-single__sidebar {
        width: 100%;
    }

    .post-single__sidebar-lists {
        width: 260px;
        margin: 0 auto 30px;
    }
}


@media screen and (max-width: 450px) {

    .post-single {
        padding: 40px 0 60px;
    }

    .post-single__content {
        margin-bottom: 40px;
    }

    .post-single__title {
        margin-bottom: 16px;
    }

    .post-single__content h3 {
        margin: 20px 0 10px;
    }

    .post-single__author-img-wrap {
        width: 180px;
        height: 180px;
    }

    .post-single__author-label {
        font-size: 18px;
    }

    .post-single__author-name {
        font-size: 16px;
    }

    .post-single__sidebar-block {
        padding: 20px 20px 25px;
    }

    .post-single__sidebar-title {
        font-size: 18px;
    }

    .post-single__sidebar-lists {
        width: 200px;
    }

    .post-single__sidebar-link--archive {
        padding: 0 0 0 20px !important;
    }

    .post-single__sidebar-link--archive::before {
        font-size: 15px;
    }
}



/* ===========================================
プライバシーポリシー
============================================ */

@media screen and (max-width: 1024px) {

    .privacy__title {
        font-size: 30px;
    }

    .privacy__item-title {
        font-size: 22px;
    }
}


@media screen and (max-width: 768px) {

    .privacy {
        padding: 60px 0 90px;
    }

    .privacy__item {
        margin-bottom: 40px;
    }

    .privacy__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .privacy__item-title {
        font-size: 20px;
    }
}


@media screen and (max-width: 450px) {

    .privacy {
        padding: 40px 0 50px;
    }

    .privacy__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .privacy__item {
        margin-bottom: 30px;
    }

    .privacy__item-title {
        font-size: 18px;
    }

    .privacy__list {
        margin: 20px 0;
    }
}