@media (max-width: 768px) {
    .intern_pc { display: none !important; }
    .intern_sp { display: block !important; }

    .intern_hero { padding: 8rem 1.25rem 0; height:20rem; }
    .intern_hero_topbar { padding: 1rem 0 0;}
    .intern_hero_sublogo img { width: 100px; }
    .intern_hero_inner { flex-direction: column; align-items: flex-start; gap: .5rem; }
    .intern_hero_img { width: 140px; }
    .intern_hero_text { font-size: 1rem; }
    .intern_hero_sp_img { width: 100%; }
    .intern_hero_sp_img img { width: 80%; height: auto; display: block;  margin:0 auto; }
    .intern_hero::before {
        content: '';
        position: absolute;
        width: 200vw;
        height: 110vw;
        background: #fff;
        border-radius: 50%;
        left: 50%;
        top: 24rem;   /* 上半分だけ見える */
        transform: translateX(-50%);
        z-index: 0;
    }

    .intern_wrap { width: 80%; padding: 0; box-sizing: border-box; }
    .intern_h2 {
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        box-shadow: 3px 3px 0 #C8D2DC;
    }
    .intern_h2_main { font-size: 1.1rem; }
    .intern_h2_sub { font-size: .8rem; }
    .intern_points_ttl { font-size: 1rem; padding-top: 2.5rem; }

    .intern_points_grid { grid-template-columns: 1fr; gap: 1.6rem; }
    .intern_point_card { padding: 1.25rem 1rem; width: 90%; margin: 0 auto; box-sizing: border-box; }
    .intern_point_card p { font-size: 1.2rem; }
    .intern_point_body { display: flex; flex-direction: column-reverse; align-items: center; gap: 1.5rem; margin-bottom: 2rem; }
    .intern_point_card h3 { text-align: center; font-size: 1.5rem; }
    .intern_point_img { width: 5rem; height: 5rem; }
    .intern_point_img img { width: 5rem; height: 5rem; max-height: none; }
    .intern_point_no { font-size: 1.5rem; }

    /* SP：ABOUTセクション */
    /* 見出し：ABOUTとサブタイトルを縦並び */
    .intern_h2 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: .25rem;
        width: 100%;
        min-height:80px;
        box-shadow: 10px 10px 0 #C8D2DC;
    }
    /* wrapをrelativeにして人物をwrap右端に絶対配置 */
    .intern_about .intern_wrap { position: relative; }
    .intern_about_person {
        width: 28%;
        position: absolute;
        right: 0px;
        top: 100px;
        z-index: 1;
        pointer-events: none;
    }
    .intern_about_person img { height: auto; width: 100%; }
    .intern_about_text { padding-right: 0; }
    .intern_about_box { padding: .75rem 0; width:70%; }
    .intern_about_note { width:70%; }
    .intern_about_note_link_row {justify-content: flex-start; }
    .intern_sub_ttl{ width:100%; }

    .intern_period_box p { font-size:1.1rem; }
    .intern_period_box { padding: 1rem;  display: block;}

    .intern_graph_yes_row { flex-direction: column; gap: .75rem; }
    .intern_graph_yes_item img { width: 100%; }
    .intern_graph_yes_middle { flex-direction: row-reverse; align-items: center; justify-content: center; gap: .75rem; }
    .intern_graph_arrow { transform: rotate(90deg); font-size: 1.5rem; flex-shrink: 0; }
    .intern_graph_comment { margin: 0 auto; font-size: 1rem; max-width: 70%; }
    .intern_graph_pie_row { grid-template-columns: 1fr; gap: 1.5rem; }

    .intern_condition_text { padding-right: 0; }
    .intern_condition_ .intern_wrap {
        position: relative;
    }
    .intern_condition_person {
        width: 30%;
        position: absolute;
        right: 0px;
        top: 30px;
        z-index: 1;
        pointer-events: none;
    }
    .intern_condition_person img {
        height: auto;
        width: 100%;
    }
    .intern_condition_list{ width:75%; font-size:.75rem; }

    .intern_voices .intern_wrap {
        position: relative;
    }
    .intern_voices_person {
        width: 40%;
        position: absolute;
        right: 0px;
        top: 30px;
        z-index: 1;
        pointer-events: none;
    }
    .intern_voices_person img {
        height: auto;
        width: 100%;
    }
    .intern_voice_imgs { grid-template-columns: 1fr; gap: .75rem; }
    .intern_voice_imgs2 { grid-template-columns: 1fr; gap: .75rem; }
    .intern_voice_testimonials { grid-template-columns: 1fr; gap: .75rem; }
    .intern_voice_category_label1, .intern_voice_category_label2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: .4rem;
        font-size: 2.6rem;
        font-weight: 700;
        margin: .5rem 0 .2rem;
        font-family: "Noto Sans JP", sans-serif;
        color: #000;
        line-height: 1;
    }
    .intern_voice_category_label1 span,
    .intern_voice_category_label2 span {
        display: inline-block;
        transform: translateY(-0.2em);
    }
    .intern_voice_category_label1::before {
        content: '';
        display: inline-block;
        width: 3em;
        height: 3rem;
        background-image: url('https://city.hiroshima.jobmeet.info/wp/wp-content/uploads/2026/03/mobile-voice_image-1-1.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
    }
    .intern_voice_category_label2::before {
        content: '';
        display: inline-block;
        width: 3em;
        height: 3rem;
        background-image: url('https://city.hiroshima.jobmeet.info/wp/wp-content/uploads/2026/03/mobile-voice_image-2-1.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
    }
    .intern_voice_sp_img { max-width: 100%; width: 100%; }

    .intern_apply .intern_wrap {
        position: relative;
    }
    .intern_apply_person {
        width: 45%;
        position: absolute;
        right: 0px;
        top: 30px;
        z-index: 1;
        pointer-events: none;
    }
    .intern_apply_person img {
        height: auto;
        width: 100%;
    }
    .intern_apply_content { padding-right: 0; padding-top:50px; }
    .intern_apply_text { margin-top: 1rem; }
    .intern_apply_text p { font-size: 1rem; line-height: 1.8; }
    .intern_apply_box {
        flex-direction: column;
        padding: 0;
        gap: 1rem;
        text-align: left;
    }
    .intern_apply_deadline {
        border-right: none;
        border-bottom: none;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
        margin-top: .5rem;
    }
    .intern_deadline_label { font-size: 1.1rem; }
    .intern_apply_btn_wrap { margin-top: 1rem; }
    .intern_apply_link { display: block; padding: 10px; text-align: center; }
    .intern_apply_note { font-size: .9rem; padding-left: 1em; text-indent: -1em; }
}
