.company_interview:nth-child(3n) {
    margin-right: 0;
}
div.company_interview_img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.company_interview_img img {
    object-fit: cover;
    height: 200px;
}
div.company_interview_img img.site-logo {
    object-fit: contain;
    max-width: 50%;
    max-height: 50%;
}

div.company_other_img {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.company_other_img img {
    object-fit: cover;
    /*max-width: 100%;*/
    height: 180px;
}
#logo img {
    width: 240px;
    max-width: 240px;
}
@media screen and (max-width: 767px) {
    .header_area {
        padding: 0 0 0 10px;
    }
    #logo img {
        width: 180px;
        margin-top: 15px;
    }
    .index-area .index_tab {
        width: 50%;
        border-bottom: 1px solid #ddd;
    }
    .index_tab.active {
        color: #222222;
        border-bottom: 2px solid #549CF8 !important;
    }
    .mypage_table th,
    .mypage_table td {
        font-size: 1.4rem;
    }
    .mypage_table .td_kaijo,
    .mypage_table .td_gaiyo {
        margin-bottom: 2.5rem;
    }
}

/* タブの下線を消す */
.tab_ttl,
.tab.active .tab_ttl {
    border-bottom: none;
}
.tab:not(.active) .tab_ttl:hover {
    color: #549CF8;
}
a.index_ttl {
    border-bottom: none;
}
.index_tab.active a.index_ttl,
.index_tab:not(.active) a.index_ttl {
    border-bottom: none;
}
.index-area {
     justify-content: normal;
}
@media screen and (max-width: 1024px) {
    .company_def {
        margin: 5px 0 10px;
    }
}
.company_other_img img.site-logo {
    object-fit: contain;
    max-width:50%;
    max-height:50%;
}
.company_other_txt .ml-0,
.company_top_box .ml-0 {
    margin-left: 0;
}
#company_post_box .article_box .article_item .article_img img {
    object-fit: cover;
    height: 200px;
}
#company_post_box .article_box .article_item .article_img img.no_image {
    object-fit: contain;
    max-width:50%;
    max-height:50%;
}
.recruit_data_left {
    width: 35%;
}
.recruit_data_right {
    width: 65%;
}
@media screen and (max-width: 1024px) {
    .sp_logo img {
        max-width: 160px;
    }
}
#copyright a {
    text-decoration: none;
}
#copyright a:hover {
    text-decoration: underline;
}
#copyright a:visited {
    color: #333;
}
.company_top_icon img {
    object-fit: contain;
    max-width: 70px;
    max-height: 70px;
}
.company_top_icon img {
     border-radius: 0%;
}
@media screen and (max-width: 767px) {
    .company_top_icon img {
        height: 50px;
    }
}
.search_result_icon img,
.company_other_icon img {
    object-fit: contain;
    max-width: 22px;
    max-height: 22px;
    border-radius: 0;
}
.writer_img img {
    object-fit: cover;
    height: 47px;
}
a.invalid-link {
    cursor: default;
}
a.invalid-link:hover {
    text-decoration: none !important;
}
.company_icon,
.search_result_icon,
.jobsearch_company_icon,
.company_other_icon {
    justify-content: center;
    align-items: center;
    display: flex;
}
.cta_btn_link02 a:hover {
   color: #549CF8 !important;
}
#login_form {
    border-radius: 0 !important;
}
a.menu-active {
    color: #549CF8;
}
a.sub-menu-active {
    text-decoration: underline !important;
}
.cta_wrap {
    padding: 60px 20px 70px 20px;
}
.cta_box_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .cta {
        background: url(../img/top_cta_sp_2.jpg)no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .cta_wrap {
        padding-top: 60px;
        padding-bottom: 20px;
        height: 500px;
    }
    .cta_txt {
        padding-bottom: 60px;
    }
    .cta_box {
        display: none;
    }
    .cta_box_sp {
        max-width: 100%;
        display: block;
    }
}

.entry_cancel_btn {
    width: 250px;
    background-color: #fff;
    border-color: #fff;
    color: #f00;
    font-size: 100%;
}
.entry_cancel_btn:hover {
    color: #ff3030;
    border-color: #ff3030;
}
.cancel_btn {
    margin-bottom: 40px !important;
}
.cta_h2 {
    font-size: 3.0rem;
}
@media screen and (max-width: 767px) {
    #recruit_search_job,
    #meeting_search_job,
    #company_search_job {
        width: 100%;
    }
}
.entry_interest label {
    display: block;
    padding-bottom: 1rem;
}
.menu_list {
    min-width: 650px;
}
@media screen and (max-width: 1024px) {
    .menu_list {
        min-width: auto;
    }
    .header_area {
        padding-top: 0;
    }
    #logo img {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .company_index_bottom .index_tab.active {
        border-top: none;
        border-bottom: 2px solid #549CF8 !important;
    }
}
/* iphone ズーム対策 */
@media screen and (max-width: 767px) {
    .search_area input,
    .search_area select,
    .search_area textarea {
        font-size:16px;
        height: 44px;
    }
    .search_box.work_location {
        width: 100%;
        margin-right: 0;
    }
}