.recruit-main,
.about-japan-card__content,
.about-japan-card__content p,
.recruit-kv__content {
    background-color: #fff;
}

.business_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 30px;
    height: auto;
}

.business_content span {
    display: block;
    height: 31px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    flex: 0 0 auto;
}

.business_content .ap_support {
    width: 159px;
    background-image: url(../img/tag/application_support.png);
}

.business_content .maintenance {
    width: 197px;
    background-image: url(../img/tag/maintenance_inspection.png);
}

.business_content .production {
    width: 106px;
    background-image: url(../img/tag/production.png);
}

.business_content .rd {
    width: 59px;
    background-image: url(../img/tag/r_and_d.png);
}

.business_content .sales {
    width: 66px;
    background-image: url(../img/tag/sales.png);
}

a[target="_blank"]::after {
    display: none;
}

.content-inner {
    width: 90%;
    margin: 0 auto;
}


.area_pagelink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.item_pagelink::after {
    font-family: Material Icons;
    content: "\e313";
    padding-left: .2rem;
}

.bt_cmn.item_pagelink {
    width: calc(50% - .5rem);
    padding: 1.1em 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-kv__bg {
    height: 240px;
    background-image: url('./../img/header_SP.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.recruit-kv__content {
    position: relative;
    width: 90%;
    margin: -80px auto 0;
    padding: 50px 24px;
    z-index: 1;
    box-sizing: border-box;
}

.recruit-kv__content h1 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 32px;
}

.recruit-kv__content p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
}

.about-japan-card {
    display: block;
    margin: 0 0 80px 0;
    overflow: hidden;
}

.about-japan-card__content {
    width: 90%;
    margin: 0 auto;
    padding: 40px 24px;
    box-sizing: border-box;
}

.about-japan-card__content h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 28px;
    white-space: nowrap;
}

.about-japan-card__content p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 28px;
}

.about-japan-card__image {
    aspect-ratio: 2 / 1;
}

.about-japan-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.global-network {
    margin-bottom: 80px;
}

.global-network__text {
    padding-right: 24px;
    padding-left: 24px;
}

.global-network__text h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 28px;
}

.global-network__text p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 28px;
}

.global-network__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.global-network__img picture {
    display: block;
    width: 100%;
}

.global-network__img picture img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
    aspect-ratio: auto;
}


.item_1_3{
    width: 100%;
}

.item_1_3 img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 24px;
    aspect-ratio: 2 / 1;
}

.item_1_3 h2,
.item_extra h2 {
    font-weight: 400;
    margin-bottom: 18px;
}

.item_1_3 p,
.item_extra p {
    font-size: 15px;
    line-height: 1.9;
}

.global-network__country {
    font-size: 24px;
    font-weight: bold;
    color:#262626;
}

.global-network__base {
    font-size: 16px;
    color:#262626;
}

.global-network__address {
    color: #8a8a8a;
    font-size: 16px;
}
.item_1_3 a{
    text-decoration: none !important;
}


@media screen and (min-width: 769px) {
    .header_inner {
        position: fixed !important;
    }

    .content-inner {
        width: 80%;
    }


    .recruit-kv__bg {
        height: 320px;
        margin-top: 95px;
        background-image: url('./../img/header_PC.jpg');
    }

    .recruit-kv__content {
        width: 80%;
        margin: -120px auto 0;
        padding: 80px 60px 0 60px;
    }

    .recruit-kv__content h1 {
        font-size: 32px;
        letter-spacing: normal;
        margin-bottom: 12px;
    }

    .recruit-kv__content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .area_pagelink.pagelink_3 {
        width: 82rem;
        max-width: 100%;
        margin: 2rem auto 0;
        justify-content: center;
        gap: 1rem;
    }

    .area_pagelink.pagelink_3 .item_pagelink {
        width: calc((100% - 3rem) / 4);
        font-size: 1.4rem;
    }


    .about-japan-card {
        width: 100%;
        display: flex;
        align-items: stretch;
        margin: 100px 0 110px;
        height: 400px;
        overflow: hidden;
    }

    .about-japan-card__content {
        width: 350px;
        height: 100%;
        margin: 0;
        padding: 36px 50px 36px calc((100vw - 80%) / 2);
        position: relative;
        z-index: 2;
        flex-shrink: 0;
        box-sizing: border-box;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-japan-card__content h2 {
        margin-bottom: 28px;
    }

    .about-japan-card__content p {
        position: relative;
        z-index: 3;
        width: 360px;
        height: auto;
        margin-right: 0;
        margin-bottom: 24px;
        padding: 18px 18px 18px 0;
        box-sizing: border-box;
        line-height: 1.6;
    }

    .about-japan-card__content .bt_cmn {
        position: relative;
        z-index: 3;
        flex-shrink: 0;
    }

    .about-japan-card__image {
        flex: 1;
        width: auto;
        height: 100%;
        max-width: none;
        margin: 0;
        aspect-ratio: auto;
        overflow: hidden;
    }

    .about-japan-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 35% center;
        display: block;
    }

    .global-network {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
        z-index: 0;
        position: relative;
    }
    .global-network::before{
        content:"";
        position:absolute;
        top:0;
        bottom:0;
        left:50%;
        transform: translateX(-50%);
        width:100vw;
        background-color: #fafbfd;
        z-index: -1;

    }

    .global-network__text {
        width: 32%;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .global-network__text h2 {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .global-network__text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .global-network__img {
        flex: 1;
        width: auto;
        min-width: 0;
        margin-left: 40px;
        margin-right: 0;
    }

    .global-network__img picture {
        display: block;
        width: 100%;
        margin-top: 0;
    }

    .global-network__img picture img {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        object-fit: contain;
    }


    .flex_row_office {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .item_1_3 {
        width: calc((100% - 60px) / 3);
        margin-right: 0 !important;
    }

    .item_extra {
        width: 60%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .about-japan-card {
        height: 380px;
        margin: 80px 0 90px;
    }

    .about-japan-card__content {
        width: 250px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .about-japan-card__content h2{
        margin-bottom: 15px;
    }

    .about-japan-card__content p {
        width: 210px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .about-japan-card__image img {
        object-position: 49% center;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .about-japan-card {
        height: 400px;
        margin: 90px 0 100px;
    }

    .about-japan-card__content {
        width: 340px;
    }

    .about-japan-card__content p {
        width: 340px;
    }

    .about-japan-card__image img {
        object-position: 35% center;
    }
}


@media screen and (max-width: 1108px) {
    .recruit-kv__bg {
        margin-top: 0;
    }
}