.article_list .company_article .article_title a {
    text-decoration: none;
    color:#231815;
    height: 3rem;
    display: block;
}

.article_list .company_article_top .article_title a {
    text-decoration: none;
    color: #231815;
    height: 3rem;
    display: block;
}

@media screen and (min-width: 800px) {
    .article_list .company_article {
        margin-bottom: 50px;
        border-bottom: 3px solid #00BF94;
        font-size: 14px;
        width: 340px;
    }
    .article_list .company_article .body .company_name {
        font-weight: normal;
        padding: 10px 0;
    }
    .article_list .company_article .article_title {
        font-size: 20px;
        height: 10%;
        margin-bottom: 19px;
    }

    .article_list .company_article_top {
        margin-bottom: 50px;
        border-bottom: 3px solid #00BF94;
        font-size: 14px;
        width: 340px;
    }
    .article_list .company_article_top .body .company_name {
        font-weight: normal;
        padding-top: 1.5rem;
        padding-bottom: 10px;
    }

    .article_list .company_article_top .article_title {
        font-size: 20px;
        height: 10%;
        margin-bottom: 19px;
    }  

}





.article_list .company_article.dummy {
    border-color: transparent;
}

.article_list .company_article .img {
    margin-bottom: 8px;
}

.article_list .company_article .img img {
    margin-top: 30px;
    display: block;
    height: 220px;
    object-fit: contain;
    width: 100%;
    padding-bottom: 5%;
    border-bottom: #00BF94 3px solid;
}

.article_list .company_article .img.dummy {
    width: 100%;
    height: 220px;
    border: 1px solid #F0F0F0;
}

.article_list .company_article .article_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #00BF94;
    line-height: 1.25;
    height: 55%;
}

.article_list .company_article .body {
    border-bottom: 1px solid #000000;
}

.article_list .company_article .dates {
    text-align: right;
    font-size: 15px;
    padding: 9px 1px;
    padding-bottom: 8px;
}

.article_list .company_article .dates .area {
    text-align: right;
    font-size: 15px;
    padding: 9px 10px;
    color: #000000;
}
.article_list .company_article .dates .date {
    text-align: right;
    font-size: 15px;
    padding: 9px 1px;
    color: #000000;
}








.article_list .company_article_top .dummy {
    border-color: transparent;
}

.article_list .company_article_top .img {
    margin-bottom: 8px;
}

.article_list .company_article_top .img img {
    width: 100%;
    margin-top: 30px;
    display: block;
    height: 220px;
    object-fit: contain;
    padding-bottom: 5%;
    border-bottom: #00BF94 3px solid;
}

.article_list .company_article_top .img.dummy {
    width: 100%;
    height: 220px;
    border: 1px solid #F0F0F0;
}


.article_list .company_article_top .body {
    border-bottom: 1px solid #000000;
}

.article_list .company_article_top .dates {
    text-align: right;
    font-size: 15px;
    padding: 9px 1px;
    padding-bottom: 8px;
}

.article_list .company_article_top .dates .area {
    text-align: right;
    font-size: 15px;
    padding: 9px 10px;
    color: #000000;
}
.article_list .company_article_top .dates .date {
    text-align: right;
    font-size: 15px;
    padding: 9px 1px;
    color: #000000;
}



.article_list .company_article_top > a {
    text-decoration: none;
    color: #00BF94;
    display: block;
    width: 35%;
}









@media screen and (min-width: 800px) {
    .interview-date {
        font-size: 0.8rem;
        line-height: 1.5;
        margin: 0 0 0 5px ;
    }

    .article_detail_body h3 {
        margin-bottom: 20px;
        padding-left: 10px;
        border-left: 6px solid #00A37E;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .article_detail_body h3:has(img) {
        border-left: none;
        padding-left: 0;
    }

    .article_detail_body p {
        word-wrap: break-word;
        white-space: pre-wrap;
    }

    .profile-table-container h3 {
        margin-bottom: 20px;
        padding-left: 10px;
        border-left: 6px solid #00A37E;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .content h3 {
        margin-bottom: 20px;
        padding-left: 10px;
        border-left: 6px solid #00A37E;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .profile-table {
        border-collapse: collapse;
        width: 100%;
        table-layout: auto;
    }

    .profile-table tr {
        border-bottom: 1px solid #ccc; /* 横の仕切り線（薄いグレー） */
    }

    .profile-table tr:last-child {
        border-bottom: none;
    }

    .profile-table td {
        padding: 10px 3rem 10px 10px;
        vertical-align: top;
    }

    .profile-table td.value-cell {
        padding-left: 15px;
    }

    /* 左側のラベル */
    .profile-label {
        color: #00A37E;
        font-weight: bold;
        width: 10%;
        position: relative;
        white-space: nowrap;
    }

    /* 縦の波線（色を横線と同じに） */
    .profile-label::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background-image: repeating-linear-gradient(
                to bottom,
                #ccc 0px,
                #ccc 2px,
                transparent 2px,
                transparent 6px
        );
        pointer-events: none;
    }

    .announcement {
        color: #00A37E;
        font-weight: bold;
        font-size: 2rem;
        position: relative;
        display: inline-block;
        padding-right: 20px; /* テキストの後ろに余白 */
    }

    /* 横線をテキストの右側から伸ばす */
    .company_article_detail_header .announcement::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%; /* テキストの終わりから開始 */
        margin-left: 12px; /* テキストとの間隔 */
        width: 214%; /* 線の長さ */
        height: 4px;
        background-color: #00A37E;
        transform: translateY(-50%);
    }

    .company_article_detail_header {
        margin-bottom: 60px;
        border-top: 3px solid #000000;
        padding-top: 30px;
        position: relative;
    }

    .company_article_detail_header {
        border-top: none;
    }

    .company_article_detail_header .title {
        font-size: 48px;
    }

    .company_article_detail_header .target p {
        margin: 0;
        line-height: normal;
    }

    .company_article_detail_header .date-area {
        display: flex;
        align-items: center;
        color: #00A37E;
        gap: 8px;
        margin-bottom: 15px;
    }

    .article_list .company_article_top > a {
        text-decoration: none;
        color: #00BF94;
        display: block;
        width: 100%;
    }

    .article_list .company_article_top .img img {
        width: 100%;
        height: 220px;
        object-fit: contain;
        border-bottom: 3px solid #00BF94;
    }

    .section_list.search .article_list .company_article .img img {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .section_list.search .company_article .article_title a {
        margin-bottom: 19px;
        height: 10%;
    }
}


.company_article_detail_header .company_name {
    margin-bottom: 10px;
}

.company_article_detail_header .target {
    margin-bottom: 10px;
}

.company_article_detail_header .title {
    margin-bottom: 35px;
    font-size: 40px;
}

.company_article_detail_header .target br {
    display: none;
}



@media screen and (max-width: 799px) {
    .article_list .company_article:not(:first-child) {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .article_list .company_article:not(:first-child) .img img {
        width: 300px;
        height: 135px;
        border-bottom: none;
        object-fit: cover;
    }
    .article_list .company_article:not(:first-child) .target {
        display: none;
    }
    .article_list .company_article:not(:first-child) .body {
        width: 65%;
        margin-top: 30px;
        padding: 0;
        text-align: left;
        border-bottom: none;
    }
    .article_list .company_article:first-child .dates .company_name_mobile.sp_only {
        border-bottom: 1px solid #000000;
        text-align: left;
        padding-bottom: 15px;
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .article_list .company_article:not(:first-child) .dates .company_name_mobile.sp_only {
        border-bottom: 1px solid #000000;
        text-align: left;
        padding-bottom: 15px;
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .article_list .company_article:not(:first-child) > a {
        text-decoration: none;
        color:#00BF94;
        display: block;
        width: 35%;
    }
    

    .article_list .company_article:not(:first-child) .dates {
        width: 100%;
        text-align: right;
        font-size: 15px;
        padding: 9px 1px;
        border-bottom: #00BF94 3px solid;
    }

    .article_list .company_article .company_name {
        padding-top: 2rem;
        padding-bottom: 10px;
        margin-bottom: 13px;
        font-weight: normal;
        font-size: 15px;
    }
    
    .article_list .company_article:first-child .body {
        border: none;
    }
    
    .article_list .company_article .dates {
        border-bottom: #00BF94 3px solid;
    }

    .article_list .company_article {
        width: 100%;
    }

    .article_list .company_article .img.dummy {
        width: 100%;
        height: 135px;
        border: 1px solid #F0F0F0;
    }

    .article_list .company_article_top:first-child .dates .company_name_mobile.sp_only {
        border-bottom: 1px solid #000000;
        text-align: left;
        padding-bottom: 15px;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .article_list .company_article_top .dates .company_name_mobile.sp_only {
        border-bottom: 1px solid #000000;
        text-align: left;
        padding-bottom: 15px;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 8px;
    }


    .article_list .company_article_top .company_name {
        padding-top: 2rem;
        padding-bottom: 10px;
        font-weight: normal;
        font-size: 15px;
    }

    .article_list .company_article_top .dates {
        width: 100%;
        text-align: right;
        font-size: 15px;
        padding: 9px 1px;
        padding-bottom: 40px;
        border-bottom: #00BF94 3px solid;
    }

    .article_list .company_article_top .footer {
        width: 100%;
    }

    .article_list .company_article_top .img.dummy {
        width: 100%;
        height: 135px;
        border: 1px solid #F0F0F0;
    }

    .article_list .company_article_top {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .article_list .company_article_top:first-child {
        border-top: 3px solid #00BF94;
    }

    .article_list .company_article_top .body {
        width: 65%;
        margin-top: 30px;
        padding: 0;
        text-align: left;
        border-bottom: none;
    }

    .article_list .company_article_top .img img {
        width: 300px;
        height: 135px;
        border-bottom: none;
        object-fit: cover;
    }
    
    .article_list .company_article_top .article_title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-right: 15px;
        color: #00BF94;
        line-height: 1.25;
        height: 55%;
    }

    .profile-label {
        color: #00A37E;
        font-weight: bold;
        width: auto;
        position: relative;
    }

    /* 縦の波線（色を横線と同じに） */
    .profile-label::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background-image: repeating-linear-gradient(
                to bottom,
                #ccc 0px,
                #ccc 2px,
                transparent 2px,
                transparent 6px
        );
        pointer-events: none;
    }
    
    .announcement {
        color: #00A37E;
        font-weight: bold;
        font-size: 20px;
        position: relative;
        display: inline-block;
        padding-right: 5px;
        margin-bottom: 20px;
        width: 100%;
    }

    .company_article_detail_header .announcement::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 12.5rem;
        right: 0;
        margin-left: 12px;
        max-width: 100%;
        height: 4px;
        background-color: #00A37E;
        transform: translateY(-50%);
    }
    
    .company_article_detail_header .title {
        margin-bottom: 25px;
    }

    .company_article_detail_header .target p {
        margin: 0;
        line-height: normal;
    }

    .interview-date {
        font-size: 0.8rem;
        line-height: 1.5;
        margin: 0 0 0 5px;
    }

}


    .article_list .company_article_top .article_content .body {
        width: 55%;
        text-align: left;
    }

    .article_list .company_article_top .img {
        border-bottom: none;
    }
    

    .article_detail_body h3 {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-left: 10px;
        border-left: 6px solid #00A37E;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.5;
    }
    
    .article_detail_body h3:has(img) {
        border-left: none;
        padding-left: 0;
    }
    
    .article_detail_body p {
        word-wrap: break-word;
        white-space: pre-wrap;
        margin-bottom: 0.7rem;
        margin-top: 0;
    }

    .article_detail_body img {
        width: auto;
        height: auto;
    }

    .article_detail_body figcaption {
        text-align: center;
    }
    
    .profile-table-container h3 {
        margin-bottom: 20px;
        padding-left: 10px;
        border-left: 6px solid #00A37E;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .content h3 {
        margin-bottom: 20px;
        padding-left: 10px;
        border-left: 6px solid #00A37E;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.5;
    }
        
    .profile-table {
        border-collapse: collapse;
        width: 100%;
        table-layout: auto;
    }
    
    .profile-table tr {
        border-bottom: 1px solid #ccc; /* 横の仕切り線（薄いグレー） */
    }
    
    .profile-table tr:last-child {
        border-bottom: none;
    }
        
    .profile-table td.value-cell {
        padding-left: 15px;
        word-break: break-all;
    }
        
    .company_article_detail_header {
        border-top: none;
    }
    
    .company_article_detail_header .date-area {
        display: flex;
        align-items: center;
        color: #00A37E;
        gap: 8px;
    }

    .company_article_detail_header .date-area .area {
        font-weight: bold;
    }
    
    .company_article_detail_header .target .h3 br {
        display: none;
    }

    .article_list .company_article_top a {
        text-decoration: none;
        color: #231815;
    }

    /* 本文画像位置 */
    .align-right {
        text-align: right;
    }
    .align-left {
        text-align: left;
    }
    .align-center {
        text-align: center;
    }