@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

/* employer/consult */

.consult_download_area_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .consult_download_area_wrap {
        flex-direction: row;
        gap: 30px;
    }
}

.consult_download_area {
    text-align: center;
}

.consult_download_area .consult_bold_span {
    color:#067429;
    font-weight:bold;
}

.consult_download_area .consult_download_icon_area {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.green_border_list__item .item_flex_area {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.green_border_list__item .item_flex_area .green_border_list__item_text_area {
    margin-right: auto;
}

.green_border_list__item .item_flex_area .green_border_list__item_download_area{
    text-align: center;
}

.green_border_list__item .item_flex_area .green_border_list__item_download_button_area {
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}

@media screen and (min-width: 768px) {
    .green_border_list__item .item_flex_area {
        display:flex;
        gap:20px;
    }
    .green_border_list__item .item_flex_area .green_border_list__item_download_button_area .green_border_list__item_download_button_area_button {
        width: 200px;
    }
}


/* employer renewal */

.employer-index .employerPage{
    background: #EFEFEF;
    color: #333;
}

/* ヘッダー */

@media screen and (min-width: 768px) {
    .l-single__header{
        border-color: #EFEFEF;
    }
    .c-header-button--forcompany{
        position: relative;
        font-size: 14px;
        min-width: 175px;
    }
    .c-header-button--forcompany--download{
        background: linear-gradient(90deg, #1DC9F0 0%, #1B67B2 100%);
    }
    .c-header-button--forcompany--download::after{
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        background: url(https://info.atgp.jp/hubfs/atgp-common/assets/images/common/common/icon/icon_download--white.png) no-repeat center center;
        background-size: cover;
    }
    .c-header-button--forcompany--inquiry{
        background: linear-gradient(90deg, #F0B31D 0%, #C65300 100%);
    }
    .c-header-button--forcompany--inquiry::after{
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        top: 50%;
        right: 12px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translateY(-50%) rotate(45deg);
    }
}

.p-sp-header__logo__img {
    width: 160px;
    height: 36px;
}

/* index時パンくず隠す */

.employer-index .l-single-breadcrumb{
    display: none;
}

/* sp menu */

@media screen and (max-width: 767px) {
    .l-single__nav{
        display: none;
    }
    .c-header-button--forcompany{
        position: relative;
        height: 56px;
    }
    .c-header-button--forcompany--phone{
        background: #fff;
        border: 1px solid #333;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 600;
    }
    .c-header-button--forcompany--phone .c-header-button__text{
        color: #333;
    }
    .c-header-button--forcompany--phone .c-header-button__text img{
        width: 14px;
        height: 14px;
        vertical-align: -1px;
    }
    .c-header-button--forcompany--download{
        line-height: 56px;
        font-size: 16px;
        background: linear-gradient(90deg, #1DC9F0 0%, #1B67B2 100%);
    }
    .c-header-button--forcompany--download .c-header-button__text{
        font-weight: bold;
    }
    .c-header-button--forcompany--download::after{
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        background: url(https://info.atgp.jp/hubfs/atgp-common/assets/images/common/common/icon/icon_download--white.png) no-repeat center center;
        background-size: cover;
    }
    .c-header-button--forcompany--inquiry{
        line-height: 56px;
        font-size: 16px;
        background: linear-gradient(90deg, #F0B31D 0%, #C65300 100%);
    }
    .c-header-button--forcompany--inquiry::after{
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg);
    }
    .p-sp-header-menu__content--1{
        padding-top: 10px;
    }
    .p-sp-header-menu__content--close-forCompanyPage{
        margin-top: 10px;
    }
}

/* button */

.employer-page-btn__wrap{
    display: flex;
}
.employer-page-btn{
    position: relative;
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.employer-page-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
}
.employer-page-btn:hover{
    opacity: 1;
}
.employer-page-btn:hover::before{
    opacity: 0.4;
}
.employer-page-btn.--download{
    background: linear-gradient(90deg, #1DC9F0 0%, #1B67B2 100%);
}
.employer-page-btn.--download::after{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/dl.svg) no-repeat center center;
    background-size: cover;
}
.employer-page-btn.--inquiry{
    background: linear-gradient(90deg, #F0B31D 0%, #C65300 100%);
}
.employer-page-btn.--inquiry::after{
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.employer-page-btn span{
    position: absolute;
    width: fit-content;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
}
.employer-page-btn span::before{
    content: "＼ ";
}
.employer-page-btn span::after{
    content: " ／";
}
@media screen and (max-width: 767px) {
    .employer-page-btn span{
        font-size: 15px;
        line-height: 1.4;
    }
    .employer-page-btn.--double span{
        top: -60px;
    }
    .employer-page-btn span::before{
        position: absolute;
        left: -1em;
        bottom: 0;
    }
    .employer-page-btn span::after{
        position: absolute;
        right: -1em;
        bottom: 0;
    }
    .employer-page-btn span{
        font-size: 15px;
    }
}

/* common cv */

.employerPage .employer_contact__tel-wrap__item2{
    order: 3;
}
.employerPage .employer_contact__tel-wrap__item3{
    order: 2;
}
.employer_contact__tel-wrap .employer-page-btn{
    height: 60px;
    line-height: 60px;
}
@media screen and (max-width: 767px) {
    .employer_contact__inner{
        max-width: 300px;
        margin: 0 auto;
    }
    .employer_contact__tel-wrap .employer-page-btn{
        font-size: 16px;
    }
    .employer_contact__tel-wrap .employer_contact__tel--sp{
        margin: 15px 0 0;
        text-align: center;
    }
    .employer_contact__tel-wrap .employer_contact__tel--sp a{
        display: block;
        background: #fff;
        margin: 5px 0 0;
        padding: 12px 0;
        border: 1px solid #333;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        color: #333;
        font-size: 10px;
        font-weight: normal;
        line-height: 1;
    }
    .employer_contact__tel-wrap .employer_contact__tel--sp a span{
        display: inline-block;
        margin: 0 0 5px 0;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 600;
    }
    .employer_contact__tel-wrap .employer_contact__tel--sp a span img{
        width: 14px;
        height: 14px;
        vertical-align: -1px;
    }
}

/* title */

.employerPage .employer-page-title{
    height: auto;
    border: none;
    background: none;
    text-align: center;
}
.employerPage .employer-page-title__en{
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}
.employerPage .employer-page-title__ja{
    display: block;
    margin: 20px 0 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.3;
    color: #333;
}
.employerPage .employer-page-title__ja small{
    display: block;
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .employerPage .employer-page-title__en{
        font-size: 17px;
    }
    .employerPage .employer-page-title__ja{
        margin-top: 10px;
        font-size: 32px;
    }
    .employerPage .employer-page-title__ja small{
        font-size: 24px;
    }
}

/* lead */

.employer-page-lead{
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 2;
    color: #333;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .employer-page-lead{
        margin: 30px 20px 0;
        font-size: 15px;
        text-align: left;
    }
}

/* fix */
.p-form-fixed{
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    pointer-events: none;
}
.p-form-fixed--show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}
.p-form-fixed .c-button--tel span:nth-of-type(1){
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
}
 .p-form-fixed .c-button--tel span:nth-of-type(1) img{
    width: 18px;
    margin-right: 4px;
    vertical-align: -1px;
}
.p-form-fixed .c-button--tel span:nth-of-type(2){
    font-size: 12px;
}
.p-form-fixed--inner{
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-form-fixed .employer-page-btn{
    width: 260px;
    height: 46px;
    line-height: 46px;
}
.p-form-fixed--inner__col3{
    vertical-align: top;
}
.p-form-fixed .c-button{
    height: 46px;
}

@media screen and (max-width: 767px) {
    .p-form-fixed--inner__col2{
        width: 49%;
        margin-right: 2%;
    }
    .p-form-fixed .employer-page-btn{
        width: 100%;
        height: 54px;
        font-size: 14px;
        line-height: 1.4;
    }
    .p-form-fixed .employer-page-btn.--phone{
        padding: 10px 0 0;
        background: #fff;
        border: 1px solid #333;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        font-size: 10px;
        font-weight: normal;
        color: #333;
    }
     .p-form-fixed .employer-page-btn.--phone span{
        position: static;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
     .p-form-fixed .employer-page-btn.--phone span img{
        width: 14px;
        height: 14px;
        vertical-align: -1px;
    }
    .p-form-fixed .employer-page-btn.--inquiry{
        line-height: 54px;
    }
    .p-form-fixed .employer-page-btn.--inquiry::after{
        width: 7px;
        height: 7px;
    }
}

/* kv */

.employer-page-kv{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 620px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/kv_bg.png) no-repeat center bottom;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .employer-page-kv{
        max-height: 620px;
        height: auto !important;
        padding: 27px 0 20px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/kv_bg_sp.png);
    }
}
.employer-page-kv__inner{
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 1180px) {
    .employer-page-kv__inner{
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 767px) {
    .employer-page-kv__inner{
        width: auto;
        padding: 0 20px;
    }
}

.employer-page-kv__img{
    position: absolute;
    top: -20px;
    right: -100px;
}
@media screen and (max-width: 767px) {
    .employer-page-kv__img{
        position: static;
        text-align: center;
    }
    .employer-page-kv__img img{
        width: 87%;
    }
}

.employer-page-kv__txt{
    position: relative;
    z-index: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 1.3;
    color: #333;
}
.short .employer-page-kv__txt{
    font-size: 52px;
}
.employer-page-kv__txt em{
    display: block;
    width: fit-content;
    margin: 0 0 10px;
    padding: 10px 20px;
    background: #333;
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-style: normal;
}
.short .employer-page-kv__txt em{
    font-size: 28px;
}
.employer-page-kv__txt small{
    font-size: 50px;
}
.short .employer-page-kv__txt small{
    font-size: 40px;
}
@media screen and (max-width: 767px) {
    .employer-page-kv__txt{
        font-size: 34px !important;
        white-space: nowrap;
    }
    .employer-page-kv__txt em{
        margin: 0 0 5px;
        padding: 5px 10px;
        font-size: 20px !important;
    }
    .employer-page-kv__txt small{
        font-size: 26px !important;
    }
    .employer-page-kv__txt span{
        letter-spacing: -0.3em;
    }
}

.employer-page-kv__badge{
    position: relative;
    z-index: 2;
    margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
    .employer-page-kv__badge{
        margin-top: 20px;
    }
}

.employer-page-kv .employer-page-btn__wrap{
    margin: 30px 0 0;
    gap: 15px;
}
.employer-page-kv.short .employer-page-btn__wrap{
    margin-top: 20px;
}
.employer-page-kv .employer-page-btn{
    width: 260px;
}
.employer-page-kv.short .employer-page-btn{
    height: 60px;
    line-height: 60px;
}
@media screen and (max-width: 767px) {
    .employer-page-kv .employer-page-btn__wrap{
        flex-direction: column;
        margin-top: 20px;
    }
    .employer-page-kv .employer-page-btn{
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
    .employer-page-kv .employer-page-btn.--download{
        display: none;
    }
}

.employer-page-kv__phone{
    display: block;
    margin: 20px 0 0;
    line-height: 1;
    font-size: 12px;
    color: #333;
    pointer-events: none;
}
.employer-page-kv__phone img{
    width: 18px;
    height: auto;
    vertical-align: -4px;
}
.employer-page-kv__phone span{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    vertical-align: -2px;
}
@media screen and (max-width: 767px) {
    .employer-page-kv__phone{
        margin-top: 10px;
        padding: 11px;
        pointer-events: auto;
        background: #fff;
        border: 1px solid #333;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        text-align: center;
    }
    .employer-page-kv__phone span{
        font-size: 16px;
    }
}

/* service */

.employer-page-service{
    padding: 80px 0 140px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/service_bg.png) no-repeat center bottom -1px;
    background-size: 100% auto;
}
.employer-page-service .employer-page-title__en{
    color: #0D8A19;
}
@media screen and (max-width: 767px) {
    .employer-page-service{
        padding: 90px 0 70px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/service_bg_sp.png);
    }
}

.employer-page-service__list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    margin: 40px auto 0;
}
@media screen and (max-width: 1180px) {
    .employer-page-service__list{
        max-width: initial;
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-service__list{
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }
}
.employer-page-service__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    padding: 40px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .employer-page-service__item{
        width: 100%;
        padding: 35px 20px;
    }
}
.employer-page-service__img img{
    width: auto;
    height: 140px;
}
.employer-page-service__title{
    margin: 25px 0 0;
    color: #0D8A19;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
}
.employer-page-service__title small{
    font-size: 16px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .employer-page-service__title small{
        font-size: 12px;
    }
}
.employer-page-service__title span{
    display: inline-block;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .employer-page-service__title span{
        font-size: 12px;
    }
}
.employer-page-service__txt{
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
.employer-page-service__txt sup{
    vertical-align: super;
    line-height: 0;
    font-size: 12px;
}
.employer-page-service__txt small{
    margin-top: 5px;
    font-size: 12px;
}
.employer-page-service__tags{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: -5px 0 20px;
}
.employer-page-service__tags li{
    padding: 0 15px;
    border-radius: 30px;
    border: 1px solid #0D8A19;
    font-size: 13px;
    line-height: 27px;
    color: #0D8A19;
}
@media screen and (max-width: 767px) {
    .employer-page-service__txt{
        margin: 15px 0 20px;
        font-size: 15px;
        text-align: left;
    }
    .employer-page-service__txt sup,
    .employer-page-service__txt small{
        font-size: 10px;
    }
    .employer-page-spover{
        display: none;
    }
    .employer-page-service__tags{
        gap: 4px;
    }
    .employer-page-service__tags li{
        font-size: 12px;
    }
}
.employer-page-service__btn__wrap{
    margin: auto 0 0;
}
.employer-page-service__btn{
    position: relative;
    display: inline-block;
    width: 260px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #333;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.employer-page-service__btn::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}
.employer-page-service__btn.--ex::after{
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    right: 20px;
    border: none;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/ex.svg) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

/* cv */

.employer-page-cv{
    padding: 50px 0 70px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/cv_bg.jpg) no-repeat;
    background-size: cover;
}
.employer-page-cv__inner{
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.employer-page-cv__lead{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    white-space: nowrap;
}
.employer-page-cv__badge{
    margin: 15px 0 0;
    text-align: center;
}
.employer-page-cv__badge img{
    width: auto;
    height: 90px;
}
.employer-page-cv .employer-page-btn span{
    color: #fff;
}
@media screen and (max-width: 767px) {
    .employer-page-cv{
        padding: 40px 20px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/cv_bg_sp.jpg);
    }
    .employer-page-cv__inner{
        display: block;
    }
    .employer-page-cv__lead{
        font-size: 20px;
        white-space: normal;
        text-align: center;
    }
    .employer-page-cv__badge{
        margin-top: 20px;
    }
}

.employer-page-cv__btns{
    padding-top: 25px;
}
.employer-page-cv .employer-page-btn__wrap{
    gap: 20px;
}
.employer-page-cv .employer-page-btn{
    width: 300px;
}
@media screen and (max-width: 1200px) {
    .employer-page-cv__inner{
        width: fit-content;
    }
    .employer-page-cv .employer-page-btn__wrap{
        flex-direction: column;
        gap: 60px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-cv .employer-page-btn__wrap{
        gap: 46px;
    }
    .employer-page-cv .employer-page-btn{
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }
    .employer-page-cv__btns{
        padding-top: 56px;
    }
}

/* point */

.employer-page-point{
    padding: 140px 0;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point_bg.png) no-repeat center bottom -1px;
    background-size: 100% auto;
}
.employer-page-point .employer-page-title__en{
    color: #1B67B2;
}
@media screen and (max-width: 767px) {
    .employer-page-point{
        padding: 70px 0;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point_bg_sp.png);
    }
}

.employer-page-point__nav{
    counter-reset: num;
    display: flex;
    gap: 40px;
    justify-content: center;
    max-width: 1100px;
    margin: 70px auto 0;
}
@media screen and (max-width: 1180px) {
    .employer-page-point__nav{
        max-width: initial;
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}
.employer-page-point__link{
    counter-increment: num 1;
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 26.66px);
    padding: 40px 20px 30px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 767px) {
    .employer-page-point__nav{
        flex-direction: column;
        gap: 45px;
        margin: 60px 20px 0;
    }
    .employer-page-point__link{
        width: 100%;
        padding: 35px 20px 30px;
    }
}
.employer-page-point__link::before{
    content: "0" counter(num);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.employer-page-point__link__lead{
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.employer-page-point__link__lead span{
    color: #1B67B2;
}
.employer-page-point__link__lead__bold{
    display: inline-block;
    margin-top: 5px;
    font-size: 32px;
}
.employer-page-point__link__lead b{
    display: inline-block;
    margin: 5px 4px 0 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 54px;
    vertical-align: -7px;
}
.employer-page-point__link__lead small{
    display: block;
    margin: 2px 0 0 0;
    font-size: 12px;
    font-weight: normal;
}
.employer-page-point__link__txt{
    margin: auto 0 0;
    font-size: 16px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .employer-page-point__link{
        display: block;
    }
    .employer-page-point__link__lead{
        margin-bottom: 10px;
        font-size: 22px;
    }
    .employer-page-point__link__lead b{
        font-size: 50px;
    }
    .employer-page-point__link__txt{
        text-align: left;
    }
}

.employer-page-point__sec{
    max-width: 1100px;
    margin: 100px auto 0;
    padding: 60px;
    border-radius: 60px;
    background: #fff;
}
@media screen and (max-width: 1180px) {
    .employer-page-point__sec{
        max-width: initial;
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-point__sec{
        margin: 40px 0 0;
        padding: 35px 20px;
        border-radius: 0;
    }
}

.employer-page-point__sec__sub{
    max-width: 1100px;
    margin: 10px auto 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    text-align: right;
}
@media screen and (max-width: 1180px) {
    .employer-page-point__sec__sub{
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-point__sec__sub{
        margin-left: 20px;
        margin-right: 20px;
    }
}

.employer-page-point01{
    max-width: 700px;
    margin: 0 auto;
}
.employer-page-point__title{
    text-align: center;
}
.employer-page-point__title__num{
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 24px;
    border-radius: 30px;
    background: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.employer-page-point__title__num b{
    margin: 0 0 0 5px;
    font-size: 24px;
    vertical-align: -3px;
}
.employer-page-point__title__sub{
    display: block;
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.employer-page-point__title__sub small{
    display: block;
    margin: -2px 0 0;
    font-size: 12px;
    font-weight: normal;
}

.employer-page-point__title__main{
    display: block;
    margin: 20px 0 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
}
.employer-page-point__title__main b{
    color: #1B67B2;
}
@media screen and (max-width: 767px) {
    .employer-page-point__title__sub{
        font-size: 18px;
    }
    .employer-page-point__title__main{
        font-size: 26px;
        text-align: left;
    }
}

.employer-page-point__pioneer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 40px 0 0;
    padding: 0 0 50px;
    border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
    .employer-page-point__pioneer{
        display: block;
        padding-bottom: 30px;
    }
}
.employer-page-point__pioneer__badge{
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 330px;
}
.employer-page-point__pioneer__graph{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .employer-page-point__pioneer__badge{
        width: auto;
    }
    .employer-page-point__pioneer__graph{
        margin-top: 40px;
    }
}
.employer-page-point__pioneer__graph b{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.employer-page-point__pioneer__graph b sup{
    vertical-align: super;
    line-height: 0;
    font-size: 12px;
}
.employer-page-point__pioneer__graph b small{
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
}
.employer-page-point__pioneer__graph img{
    width: 200px;
    margin: 5px 0 0;
}
.employer-page-point__pioneer__graph p{
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.6;
}
.employer-page-point__pioneer__graph p span{
    font-weight: bold;
    color: #1B67B2;
}

.employer-page-point__reason{
    position: relative;
    padding: 55px 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .employer-page-point__reason{
        font-size: 22px;
    }
}
.employer-page-point__reason::before,
.employer-page-point__reason::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.employer-page-point__reason::before{
    top: 0;
    width: 28px;
    height: 20px;
    background: #333;
}
.employer-page-point__reason::after{
    top: -3px;
    width: 30.8px;
    height: 22px;
    background: #fff;
}
.employer-page-point__reason span{
    position: relative;
    display: inline-block;
}
.employer-page-point__reason span::before{
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transform: translateX(-50%);
    background: #333;
}
.employer-page-point__reason b{
    color: #1B67B2;
}

.employer-page-point__reasonlist{
    margin: 30px 0 0;
    padding: 0 270px 0 0;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point01_04.png) no-repeat right 26px top 50%;
    background-size: auto 240px;
}
@media screen and (max-width: 767px) {
    .employer-page-point__reasonlist{
        padding: 0;
        background: none;
    }
    .employer-page-point__reasonlist::after{
        content: "";
        display: block;
        width: 140px;
        height: 173px;
        margin: 30px auto 0;
        background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point01_04.png) no-repeat;
        background-size: contain;
    }
}
.employer-page-point__reasonlist li{
    position: relative;
    padding: 10px 10px 10px 48px;
    border-radius: 8px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/chk.svg) no-repeat 20px 50% #F3F3F3;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.employer-page-point__reasonlist li+li{
    margin: 10px 0 0;
}
.employer-page-point__reasonlist li b{
    color: #1B67B2;
}

.employer-page-point__large{
    margin: 30px 0 0;
    padding: 30px 50px;
    border: 1px solid #333;
    border-radius: 16px;
}
.employer-page-point__large__title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.employer-page-point__large__title::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon04.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.employer-page-point__large__txt{
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .employer-page-point__large{
        padding: 30px 20px;
    }
    .employer-page-point__large__txt{
        font-size: 15px;
    }
}

.employer-page-point__btn{
    margin: 80px 0 0;
    text-align: center;
}
.employer-page-point__btn .employer-page-btn{
    display: inline-block;
    width: 300px;
}
@media screen and (max-width: 767px) {
    .employer-page-point__btn{
        margin-top: 60px;
    }
    .employer-page-point__btn.--double{
        margin-top: 90px;
    }
    .employer-page-point__btn .employer-page-btn{
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }
}

.employer-page-point__volume{
    max-width: 900px;
    margin: 40px auto 0;
}
.employer-page-point__volume__title{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .employer-page-point__volume{
        margin-top: 20px;
    }
    .employer-page-point__volume__title{
        margin-bottom: 15px;
    }
}

.employer-page-point__volume__graph{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.employer-page-point__volume__graph+.employer-page-point__volume__graph{
    margin: 30px 0 0;
}
.employer-page-point__volume__label{
    flex-shrink: 0;
    flex-grow: 0;
    width: 80px;
    font-size: 24px;
    font-weight: bold;
}
.employer-page-point__volume__label.--me{
    font-size: 30px;
    color: #1B67B2;
}
@media screen and (max-width: 767px) {
    .employer-page-point__volume__graph{
        display: block;
    }
    .employer-page-point__volume__graph+.employer-page-point__volume__graph{
        margin-top: 10px;
    }
    .employer-page-point__volume__label{
        margin-bottom: 5px;
        font-size: 16px;
    }
    .employer-page-point__volume__label.--me{
        font-size: 20px;
    }
}

.employer-page-point__flow__wrap{
    counter-reset: flow;
    position: relative;
    max-width: 940px;
    margin: 40px auto 0;
}
@media screen and (max-width: 1180px) {
    .employer-page-point__flow__wrap{
        max-width: initial;
    }
}
.employer-page-point__flow__wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    height: 100%;
    border-left: 2px dashed #333;
}
@media screen and (max-width: 767px) {
    .employer-page-point__flow__wrap::before{
        left: 20px;
    }
}
.employer-page-point__flow{
    counter-increment: flow 1;
    position: relative;
    z-index: 2;
}
.employer-page-point__flow+.employer-page-point__flow{
    margin: 50px 0 0;
}
.employer-page-point__flow__title{
    display: flex;
    align-items: center;
    background: #333;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
}
.employer-page-point__flow__title::before{
    content: "0" counter(flow);
    display: inline-block;
    width: 70px;
    margin: 0 20px 0 0;
    border-right: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 28px;
}
@media screen and (max-width: 767px) {
    .employer-page-point__flow+.employer-page-point__flow{
        margin: 30px 0 0;
    }
    .employer-page-point__flow__title{
        font-size: 22px;
        line-height: 50px;
    }
    .employer-page-point__flow__title::before{
        width: 40px;
        font-size: 22px;
        line-height: 50px;
    }
}

.employer-page-point__flow__example{
    min-height: 100px;
    margin: 30px 0 0 92px;
    padding: 0 0 0 140px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100px auto;
}
@media screen and (max-width: 767px) {
    .employer-page-point__flow__example{
        margin: 5px 0 0 42px;
        padding: 85px 0 0 0;
        background-position: center top;
        background-size: 80px auto;
    }
}
.employer-page-point__flow:nth-of-type(1) .employer-page-point__flow__example{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_01.png);
}
.employer-page-point__flow:nth-of-type(2) .employer-page-point__flow__example{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_02.png);
}
.employer-page-point__flow:nth-of-type(3) .employer-page-point__flow__example{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_03.png);
}
.employer-page-point__flow:nth-of-type(4) .employer-page-point__flow__example{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_04.png);
}
.employer-page-point__flow__example dt{
    width: fit-content;
    padding: 10px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.employer-page-point__flow__example dd{
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .employer-page-point__flow__example dt{
        font-size: 15px;
    }
    .employer-page-point__flow__example dd{
        font-size: 18px;
    }
}

.employer-page-point__flow__solution{
    margin: 30px 0 0 92px;
    padding: 30px 260px 30px 30px;
    border-radius: 16px;
    background-color: #E8F0F7;
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: 180px auto;
}
.employer-page-point__flow__solution__lead{
    color: #1B67B2;
    font-size: 20px;
    font-weight: bold;
}
.employer-page-point__flow__solution__lead::before{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 6px 0 0;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/chk2.svg) no-repeat;
    background-size: contain;
    vertical-align: -7px;
}
.employer-page-point__flow__solution__txt{
    margin: 15px 0 0;
}
.employer-page-point__flow:nth-of-type(1) .employer-page-point__flow__solution{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_01i.png);
}
.employer-page-point__flow:nth-of-type(2) .employer-page-point__flow__solution{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_02i.png);
}
.employer-page-point__flow:nth-of-type(3) .employer-page-point__flow__solution{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_03i.png);
}
.employer-page-point__flow:nth-of-type(4) .employer-page-point__flow__solution{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_04i.png);
}
@media screen and (max-width: 767px) {
    .employer-page-point__flow__solution{
        margin: 20px 0 0 42px;
        padding: 30px 20px;
        background-image: none !important;
    }
    .employer-page-point__flow__solution__lead{
        font-size: 18px;
    }
    .employer-page-point__flow__solution__txt{
        padding: 0;
    }
    .employer-page-point__flow__solution__txt::after{
        content: "";
        display: block;
        margin: 20px auto 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .employer-page-point__flow:nth-of-type(1) .employer-page-point__flow__solution__txt::after{
        width: 160px;
        height: 167px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_01i.png);
    }
    .employer-page-point__flow:nth-of-type(2) .employer-page-point__flow__solution__txt::after{
        width: 160px;
        height: 178px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_02i.png);
    }
    .employer-page-point__flow:nth-of-type(3) .employer-page-point__flow__solution__txt::after{
        width: 160px;
        height: 169px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_03i.png);
    }
    .employer-page-point__flow:nth-of-type(4) .employer-page-point__flow__solution__txt::after{
        width: 160px;
        height: 169px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/point03_04i.png);
    }
}

.employer-page-point__flow__solution__list{
    margin: 0 0 0 1.5em;
}
.employer-page-point__flow__solution__item{
    list-style-type: disc;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.employer-page-point__flow__solution__item+.employer-page-point__flow__solution__item{
    margin: 8px 0 0;
}
.employer-page-point__flow__solution__item b{
    color: #1B67B2;
}
.employer-page-point__flow__solution__item sup{
    vertical-align: super;
    line-height: 0;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .employer-page-point__flow__solution__item{
        font-size: 16px;
    }
    .employer-page-point__flow__solution__item+.employer-page-point__flow__solution__item{
        margin-top: 16px;
    }
}

.employer-page-point__flow__solution__service{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0 0;
}
.employer-page-point__flow__solution__service__lead{
    flex-shrink: 0;
    flex-grow: 0;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
.employer-page-point__flow__solution__service__list{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.employer-page-point__flow__solution__service__item{
    padding: 4px 15px;
    border: 1px solid #333;
    border-radius: 30px;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .employer-page-point__flow__solution__service{
        display: block;
    }
    .employer-page-point__flow__solution__service__lead{
        font-size: 15px;
    }
    .employer-page-point__flow__solution__service__list{
        margin-top: 8px;
    }
    .employer-page-point__flow__solution__service__item{
        padding: 4px 10px;
        font-size: 12px;
    }
}

.employer-page-point__flow__sub{
    margin: 10px 0 0;
    text-align: right;
    font-size: 12px;
}

.employer-page-point__btm{
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1100px;
    margin: 100px auto 0;
}
@media screen and (max-width: 1180px) {
    .employer-page-point__btm{
        display: block;
        max-width: initial;
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-point__btm{
        margin: 60px 20px 0;
    }
}
.employer-page-point__btm__title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}
.employer-page-point__btm__title small{
    font-size: 24px;
}
.employer-page-point__btm__example{
    flex-grow: 1;
}
@media screen and (max-width: 1180px) {
    .employer-page-point__btm__example{
        margin: 40px 0 0;
    }
    .employer-page-tabover{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-point__btm__example{
        margin-top: 25px;
    }
    .employer-page-point__btm__title{
        font-size: 26px;
    }
    .employer-page-point__btm__title small{
        font-size: 20px;
    }
}
.employer-page-point__btm__example_title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .employer-page-point__btm__example_title{
        font-size: 16px;
    }
}
.employer-page-point__btm__example_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 15px 0 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.employer-page-point__btm__example_item{
    padding: 20px 12px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
}
.employer-page-point__btm__example_item::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    vertical-align: -9px;
}
@media screen and (max-width: 767px) {
    .employer-page-point__btm__example_list{
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .employer-page-point__btm__example_item{
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        line-height: 1.6;
    }
    .employer-page-point__btm__example_item::before{
        flex-shrink: 0;
        flex-grow: 0;
        margin: 0;
    }
}
.employer-page-point__btm__example_item:nth-of-type(1)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon01.svg);
}
.employer-page-point__btm__example_item:nth-of-type(2)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon02.svg);
}
.employer-page-point__btm__example_item:nth-of-type(3)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon03.svg);
}
.employer-page-point__btm__example_item:nth-of-type(4)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon04.svg);
}
.employer-page-point__btm__example_item:nth-of-type(5)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon05.svg);
}
.employer-page-point__btm__example_item:nth-of-type(6)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon06.svg);
}
.employer-page-point__btm__example_item:nth-of-type(7)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon07.svg);
}
.employer-page-point__btm__example_item:nth-of-type(8)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon08.svg);
}
.employer-page-point__btm__example_item:nth-of-type(9)::before{
    background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/icon09.svg);
}

/* case */

.employer-page-case{
    padding: 140px 0;
}
.employer-page-case .employer-page-title__en{
    color: #D60074;
}
@media screen and (max-width: 767px) {
    .employer-page-case{
        padding: 70px 0;
    }
}

.employer-page-case__list{
    width: 1080px;
    margin: 40px auto 0;
}
@media screen and (max-width: 1180px) {
    .employer-page-case__list{
        width: initial;
        margin-left: 90px;
        margin-right: 90px;
    }
}
.employer-page-case__list .slick-track{
    display: flex;
}
.employer-page-case__list .slick-slide{
    height: auto !important;
    margin: 0 15px;
}
@media screen and (max-width: 767px) {
    .employer-page-case__list{
        margin: 30px 0 0;
    }
    .employer-page-case__list .slick-slide{
        margin: 0 10px;
    }
}
.employer-page-case__list .slick-slide>div{
    height: 100%;
}
.employer-page-case__list .slick-prev,
.employer-page-case__list .slick-next{
    z-index: 100;
    width: 60px;
    height: 60px;
}
.employer-page-case__list .slick-prev::before,
.employer-page-case__list .slick-next::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/arrow.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
}
.employer-page-case__list .slick-next::before{
    transform: scaleX(-1);
}
.employer-page-case__list .slick-prev:hover::before,
.employer-page-case__list .slick-prev:focus::before,
.employer-page-case__list .slick-next:hover::before,
.employer-page-case__list .slick-next:focus::before{
    opacity: 0.7;
}
.employer-page-case__list .slick-prev{
    left: -70px;
}
.employer-page-case__list .slick-next{
    right: -70px;
}
.employer-page-case__list .slick-dots{
    bottom: -52px;
}
@media screen and (max-width: 1280px) {
    .employer-page-case__list .slick-prev{
        left: -50px;
    }
    .employer-page-case__list .slick-next{
        right: -50px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-case__list .slick-prev,
    .employer-page-case__list .slick-next{
        width: 40px;
        height: 40px;
    }
    .employer-page-case__list .slick-prev::before,
    .employer-page-case__list .slick-next::before{
        width: 40px;
        height: 40px;
    }
    .employer-page-case__list .slick-prev{
        left: 20px;
    }
    .employer-page-case__list .slick-next{
        right: 20px;
    }
    .employer-page-case__list .slick-dots{
        bottom: -62px;
    }
}
.employer-page-case__list .slick-dots li{
    width: 14px;
    height: 14px;
}
.employer-page-case__list .slick-dots li button::before{
    opacity: 1;
    font-size: 14px;
    color: #fff;
}
.employer-page-case__list .slick-dots li.slick-active button::before{
    opacity: 1;
    color: #D60074;
}

.employer-page-case__item{
    overflow: hidden;
    display: flex !important;
    height: 100%;
}
.employer-page-case__item a{
    display: flex;
    flex-direction: column;
    padding: 0 0 30px 0;
    border-radius: 30px;
    background: #fff;
    color: #333;
}
.employer-page-case__img{
    height: 200px;
}
.employer-page-case__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.employer-page-case__txt{
    padding: 30px 25px 0;
}
.employer-page-case__name{
    font-size: 16px;
    line-height: 1.6;
}
.employer-page-case__name small{
    font-size: 14px;
}
.employer-page-case__title{
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.employer-page-case__tags{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 25px 0 30px;
}
.employer-page-case__tag{
    padding: 0 15px;
    border-radius: 30px;
    border: 1px solid #333;
    font-size: 13px;
    line-height: 27px;
}
@media screen and (max-width: 767px) {
    .employer-page-case__name{
        font-size: 15px;
    }
    .employer-page-case__name small{
        font-size: 12px;
    }
    .employer-page-case__title{
        font-size: 18px;
    }
    .employer-page-case__tag{
        font-size: 12px;
    }
}
.employer-page-case__btn{
    position: relative;
    display: block;
    width: calc(100% - 50px);
    margin: auto 25px 0;
    line-height: 50px;
    background: #fff;
    border: 1px solid #333;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.employer-page-case__btn::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}
.employer-page-case__all__wrap{
    margin: 100px 0 0;
    text-align: center;
}
.employer-page-case__all{
    position: relative;
    display: inline-block;
    width: 320px;
    line-height: 70px;
    background: #fff;
    border: 1px solid #333;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .employer-page-case__all__wrap{
        margin: 110px 20px 0;
    }
    .employer-page-case__all{
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
}
.employer-page-case__all::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

/* faq */

.employer-page-faq{
    padding: 140px 0;
    background: #fff;
}
.employer-page-faq .employer-page-title__en{
    color: #E65408;
}
@media screen and (max-width: 767px) {
    .employer-page-faq{
        padding: 70px 0;
    }
}

.employer-page-faq__list{
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 1180px) {
    .employer-page-faq__list{
        width: initial;
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-faq__list{
        margin-left: 20px;
        margin-right: 20px;
    }
}
.employer-page-faq__question{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0 20px;
    padding: 23px 30px;
    border-radius: 15px;
    background: #333;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.employer-page-faq__question::before{
    content: "Q.";
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    white-space: nowrap;
}
.employer-page-faq__question::after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-60%) rotate(45deg);
    transition: .2s ease;
}
@media screen and (max-width: 767px) {
    .employer-page-faq__question{
        padding: 15px 42px 15px 15px;
        border-radius: 12px;
        font-size: 18px;
    }
    .employer-page-faq__question::before{
        font-size: 24px;
    }
}
.employer-page-faq__question.is-open::after{
    transform: translateY(-50%) rotate(-135deg);
}
.employer-page-faq__answer{
    position: relative;
    display: none;
    margin: 0 0 0 30px;
    padding: 0 0 0 47px;
}
.employer-page-faq__answer::before{
    content: "A.";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #E65408;
}
.employer-page-faq__answer p{
    font-size: 18px;
    line-height: 1.6;
}
.employer-page-faq__answer p+p{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .employer-page-faq__answer{
        margin: 0 0 0 15px;
        padding: 0 0 0 40px;
    }
    .employer-page-faq__answer::before{
        font-size: 24px;
    }
    .employer-page-faq__answer p{
        font-size: 15px;
    }
}
.employer-page-faq__answer .employer-page-btn{
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin: 20px 0 0;
    font-size: 16px;
}
.employer-page-faq__answer table{
    margin: 20px 0;
    border-collapse: collapse;
}
.employer-page-faq__answer table th,
.employer-page-faq__answer table td{
    border: 1px solid #333;
    padding: 5px 20px;
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .employer-page-faq__answer table{
        width: 100%;
    }
    .employer-page-faq__answer table th,
    .employer-page-faq__answer table td{
        padding: 5px 10px;
        font-size: 15px;
    }
}
.employer-page-faq__answer table th{
    border: 1px solid #fff;
    background: #333;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.employer-page-faq__answer table td{
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
.employer-page-faq__answer table.horizontal th,
.employer-page-faq__answer table.horizontal td{
    text-align: center;
}
.employer-page-faq__answer table.horizontal caption{
    caption-side: bottom;
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-align: right;
}

/* knowledge */

.employer-page-knowledge{
    padding: 140px 0;
}
.employer-page-knowledge .employer-page-title__en{
    color: #6B1685;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge{
        padding: 70px 0;
    }
}

.employer-page-knowledge__wrap{
    max-width: 1100px;
    margin: 40px auto 0;
}
@media screen and (max-width: 1180px) {
    .employer-page-knowledge__wrap{
        width: initial;
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__wrap{
        margin-left: 20px;
        margin-right: 20px;
    }
}
.employer-page-knowledge__wrap+.employer-page-knowledge__wrap{
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__wrap+.employer-page-knowledge__wrap{
        margin-top: 60px;
    }
}
.employer-page-knowledge__label{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}
.--knowhow .employer-page-knowledge__label{
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__label{
        font-size: 22px;
    }
}
.employer-page-knowledge__list{
    display: flex;
    gap: 40px;
    margin: 35px 0 0;
}
.--knowhow .employer-page-knowledge__list{
    gap: 30px;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__list,
    .--knowhow .employer-page-knowledge__list{
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
}
.employer-page-knowledge__item{
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 26.66px);
    padding: 0 0 30px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}
.--knowhow .employer-page-knowledge__item{
    width: calc(25% - 22.5px);
    padding: 0;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__item,
    .--knowhow .employer-page-knowledge__item{
        width: 100%;
    }
}
.--knowhow .employer-page-knowledge__img{
    margin: 20px;
    text-align: center;
}
.--knowhow .employer-page-knowledge__img img{
    width: auto;
    height: 100px;
}
.employer-page-knowledge__txt{
    padding: 30px 25px 0;
}
.employer-page-knowledge__minutes{
    display: block;
    width: fit-content;
    margin: 0 0 5px;
    padding: 5px 10px;
    border: 1px solid #333;
    font-size: 13px;
    font-weight: bold;
}
.employer-page-knowledge__title{
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.--knowhow .employer-page-knowledge__title{
    margin: 0;
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
}
.employer-page-knowledge__title small{
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__title{
        font-size: 18px;
    }
    .employer-page-knowledge__title small{
        font-size: 15px;
    }
}
.employer-page-knowledge__btn{
    position: relative;
    display: block;
    width: calc(100% - 50px);
    margin: auto 25px 0;
    line-height: 50px;
    background: #333;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__btn{
        font-size: 15px;
    }
}
.employer-page-knowledge__btn::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
}
.employer-page-knowledge__btn.--download::after{
    width: 18px;
    height: 18px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/dl.svg) no-repeat;
}
.employer-page-knowledge__btn.--movie::after{
    width: 22px;
    height: 22px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/mov.svg) no-repeat;
}

.employer-page-knowledge__all__wrap{
    margin: 50px 0 0;
    text-align: center;
}
.employer-page-knowledge__all{
    position: relative;
    display: inline-block;
    width: 320px;
    line-height: 70px;
    background: #fff;
    border: 1px solid #333;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.employer-page-knowledge__all::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__all__wrap{
        margin: 30px 0 0;
    }
    .employer-page-knowledge__all{
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
}

.employer-page-knowledge__nav{
    padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__nav{
        padding: 0 20px 32px;
    }
}
.employer-page-knowledge__link{
    border-bottom: 1px solid #E5E5E5;
}
.employer-page-knowledge__link a{
    position: relative;
    display: block;
    padding: 10px 27px 10px 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.employer-page-knowledge__link a::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .employer-page-knowledge__link a{
        padding-right: 16px;
        font-size: 15px;
    }
    .employer-page-knowledge__link a::after{
        right: 0;
    }
}

/* btm */

.employer-page-btm{
    overflow: hidden;
    padding: 200px 0 140px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/btm_bg.png) no-repeat center top;
    background-size: 100% auto;
}
.employer-page-btm__inner{
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 1180px) {
    .employer-page-btm__inner{
        width: initial;
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .employer-page-btm{
        padding: 80px 0 30px;
        background-image: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/btm_bg_sp.png);
    }
    .employer-page-btm__inner{
        margin-left: 20px;
        margin-right: 20px;
    }
}
.employer-page-btm__inner::after{
    content: "";
    position: absolute;
    top: -90px;
    right: -80px;
    display: block;
    width: 640px;
    height: 530px;
    background: url(https://info.atgp.jp/hubfs/atgp-common/assets/imgs/employer/renewal/btm.png) no-repeat;
    background-size: contain;
}
.employer-page-btm__title{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
}
.employer-page-btm__txt{
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .employer-page-btm__inner::after{
        position: static;
        width: 100%;
        height: 310px;
        margin: 40px 0 0;
    }
    .employer-page-btm__title{
        font-size: 36px;
    }
    .employer-page-btm__txt{
        margin: 30px 0 0;
        font-size: 18px;
    }
}

/* news */

.employer-page-news{
    padding: 140px 0;
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}
.employer-page-news .p-content-box__body{
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .employer-page-news{
        padding: 70px 20px;
    }
}

.employer-page-news__all__wrap{
    margin: 50px 0 0;
    text-align: center;
}
.employer-page-news__all{
    position: relative;
    display: inline-block;
    width: 320px;
    line-height: 70px;
    background: #fff;
    border: 1px solid #333;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.employer-page-news__all::after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .employer-page-news__all__wrap{
        margin: 30px 20px 0;
    }
    .employer-page-news__all{
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .employer-page-sponly{
        display: none;
    }
}
