/*
*  広告用LP CSS
*
*/

/* デフォルトCSS Tailwindw 打ち消し*/
main {
    padding: 0 !important;
}

main * {
    all: revert;
}

h2,h3,p {
    margin: 0;
}

.pc-backgrounds {
    background-image: none;
}

.md\:px-4 {
    padding-left: 0;
    padding-right: 0;
}

.md\:max-w-sm {
    max-width: none;
}

.md\:right-0 {
    right: auto;
}

.md\:absolute {
    position: static;
}
/* デフォルトCSS Tailwindw 打ち消し */

html, body {
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
    margin: 0;
    padding: 0;
}

body > * {
    max-width: 100vw;
    overflow-x: hidden;
}

.visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
  }

/* 追従バナーのアニメーション */
.sticky-search-banner {
    position: relative;
    left: 0;
    z-index: 1000;
    transition: none;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.sticky-search-banner.show {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: translateY(0);
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
/* 追従バナーのアニメーション */

/*
SP 393px以下〜

*/
@media (max-width: 392px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }

    /* FV */
    .highincome_fv {
        margin-top: -20px;
        margin-bottom: -7px;
    }

    .highincome_fv-img img {
        display: block;
        width: 100%;
    }

    /* エリア検索・メーカー検索 */
    .highincome_search {
        background-image: url("/contents/highincome-start/img/background_sp.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 100vw;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        z-index: 9999;
    }

    .highincome_search-title  {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;

        padding: 10px 0px 5px;
    }

    .highincome_search-title-text {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-weight: bold;
    }

    .highincome_search-title img {
        width: 16px;
    }

    .highincome_search-area {
        align-items: center;
        display: flex;
        gap: 8px;
        justify-content: center;

        padding-inline: 20px;
        padding-bottom: 8px;
    }
    /* エリア検索・メーカー検索 */


    /* 勤務地から探す */
    .highincome_workplace-button {
        background-image: linear-gradient(0deg, rgb(239,31,31) 0%, rgb(248,84,26) 100%);
        border: none;
        border-radius: 65px;
        cursor: pointer;

        height: 66px;
        width: 160px;
        padding: 6px 36px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 10px;
    }

    .highincome_workplace-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;

        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        pointer-events: none;
        z-index: 0;
    }

    .highincome_workplace-button > * {
        position: relative;
        z-index: 1;
    }

    .highincome_workplace-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 50px;
        margin-top: 2px;
        padding: 4px 4px 4px 4px;
        width: 36px;
    }

    .highincome_workplace-text{
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 0.9;
        text-align: left;
        margin-top: 8px;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_workplace-subtext {
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* 勤務地から探す */


    /* メーカーから探す */
    .highincome_maker-button {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border: none;
        border-radius: 65px;
        cursor: pointer;

        width: 160px;
        height: 66px;
        padding: 6px 14px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 14px;
    }

    .highincome_maker-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;

        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        pointer-events: none;
        z-index: 0;
    }

    .highincome_maker-button> * {
        position: relative;
        z-index: 1;
    }

    .highincome_maker-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 50px;
        margin-top: 2px;
        padding: 4px 4px 4px 4px;
        width: 36px;
    }

    .highincome_maker-text {
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 0.9;
        text-align: left;
        margin-top: 7px;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_maker-subtext{
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* メーカーから探す */

    /* エリア検索・メーカー検索 */

    /* 選ばれる理由 */
    .highincome_reasons {
        padding: 0px 16px 13px;
    }

    .highincome_reasons-heading {
        align-items: baseline;
        display: flex;
        justify-content: center;
        gap: 12px;

        margin-bottom: 8px;
        padding-top: 20px;
    }

    .highincome_reasons-heading img {
        width: 20px;
    }

    .highincome_reasons-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        letter-spacing: 0.07em;
    }

    .highincome_reasons-subtitle {
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .highincome_reasons-line {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .highincome_reasons-line img {
        margin-top: 12px;
        width: 340px;
    }

    /*  選ばれる理由 */
    .highincome_reasons-list {
        padding-inline: 16px ;
    }

    /* アイテム01 */
    .highincome_reasons-item01{
        align-items: center;
        display: flex;

        overflow: visible;
        position: relative;
    }

    .highincome_reasons-img01 {
        position: absolute;
        left: -15px;
        top: 46%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .highincome_reasons-img01 img {
        width: 140px;
    }

    .highincome_reasons-contents01 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-info01 {
        color: rgb(255, 255, 255);
        font-weight: 700;

        margin-bottom: 16px;
        padding-left: 135px;
    }

    .highincome_reasons-infotitle01 {
        font-size: 18px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.5;
    }

    .highincome_reasons-infosubtitle01 {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 10px;
    }
    /* アイテム01 */

    /* アイテム02 */
    .highincome_reasons-item02 {
        align-items: center;
        display: flex;

        position: relative;
        overflow: visible;
    }

    .highincome_reasons-img02 {
        position: absolute;
        left: -15px;
        top: 46%;
        transform: translateY(-50%);
        width: 45%;
        z-index: 10;
    }

    .highincome_reasons-img02 img {
        width: 140px;
    }

    .highincome_reasons-info02 {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 700;

        padding-left: 135px;
    }

    .highincome_reasons-contents02 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-infotitle02 {
        font-size: 18px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.5;
    }

    .highincome_reasons-infosubtitle02 {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 10px;
    }
    /*  アイテム02 */

    /* アイテム03 */
    .highincome_reasons-item03 {
        align-items: center;
        display: flex;

        position: relative;
        overflow: visible;
    }

    .highincome_reasons-img03 {
        position: absolute;
        left: -15px;
        top: 46%;
        transform: translateY(-50%);
        width: 45%;
        z-index: 10;
    }

    .highincome_reasons-img03 img {
        width: 140px;
    }

    .highincome_reasons-contents03 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-info03 {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 700;

        padding-left: 135px;
        padding-top: 3px;
    }

    .highincome_reasons-infotitle03 {
        font-size: 18px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.5;
    }

    .highincome_reasons-infosubtitle03 {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .highincome_reasons-note {
        font-size: 9px;
        letter-spacing: 0.01em;
    }
    /* アイテム03*/

    /* おすすめ求人 */
    .highincome_job{
        padding :30px 16px 0px 21px;
    }

    .highincome_job-heading {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 4px;
    }

    .highincome_job-heading img {
        width: 20px;
    }

    .highincome_job-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;

        font-size: 24px;
        letter-spacing: 0.090em;
    }

    .highincome_job-subtitle {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        letter-spacing: -0.07em;
    }

    .highincome_job-line {
        display: flex;
        justify-content: center;

        margin-top: 8px;
    }

    .highincome_job-line img{
        width: 335px;
    }

    .highincome_job-list{
        padding: 16px 16px 18px;
    }

    .highincome_job-show {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-link {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        border: none;
        border-radius: 5px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        font: inherit;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-text-fill-color: currentColor;

        padding: 10px;
        position: relative;
        left: 3px;

        align-items: center;
        display: flex;
        justify-content: center;
    }

    .highincome_job-link:focus {
        outline: none;
        border: none;
    }

    .highincome_job-icon img {
        width: 15px;
        padding-bottom: 6px;
    }
    /* おすすめ求人 */

    /* トヨタ */
    .highincome_job-item01{
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker01 {
        align-items: center;
        display: flex;
    }

    .highincome_job-img01 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img01 img{
        width: 155px;
    }

    .highincome_job-makertitle01 {
        color: rgb(255, 255, 255);

        letter-spacing: 0.05em;
        padding-left: 8px;
    }

    .highincome_job-makername01 {
        font-size: 17px;
        font-weight: 700;
    }

    .highincome_job-area01 {
        font-size: 10px;
        font-weight: 700;
        padding-left: 5px;
        letter-spacing: 0.04em;
    }

    .highincome_job-salary01 {
        align-items: center;
        display: flex;
        justify-content: space-between;

        padding-top: 6px;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount01 {
        color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }

    .highincome_job-monthlyincome01 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-monthlyincome01 img {
        width: 43px;
    }

    .highincome_job-monthlysalary01 {
        align-items: baseline;
        display: flex;
    }

    .highincome_job-benefits01 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-benefits01 img {
        width: 43px;
    }

    .highincome_job-benefitamount01 {
        font-weight: 700;

        align-items: baseline;
        display: flex;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /トヨタ */


    /* スバル  */
    .highincome_job-item02 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker02 {
        align-items: center;
        display: flex;

        margin-bottom: 4px;
    }

    .highincome_job-img02 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img02 img{
        width: 155px;
    }

    .highincome_job-makertitle02 {
        color: rgb(255, 255, 255);
        padding-left: 8px;
        letter-spacing: 0.05em;
    }

    .highincome_job-makername02 {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.25;
    }

    .highincome_job-area02 {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    .highincome_job-salary02 {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount02 {
        color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }
    .highincome_job-monthlyincome02 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-monthlyincome02 img {
        width: 43px;
    }

    .highincome_job-monthlysalary02 {
        display: flex;
        align-items: baseline;
    }

    .highincome_job-benefits02 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-benefits02 img {
        width: 43px;
    }

    .highincome_job-benefitamount02 {
        align-items: center;
        font-weight: 700;
        display: flex;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /スバル */

    /* アイシン */
    .highincome_job-item03 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker03 {
        align-items: center;
        display: flex;

        margin-bottom: 4px;
    }

    .highincome_job-img03 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img03 img{
        width: 155px;
    }

    .highincome_job-makertitle03 {
        color: rgb(255, 255, 255);
        letter-spacing: 0.05em;
        padding-left: 8px;
    }

    .highincome_job-makername03 {
        font-size: 17px;
        font-weight: 700;
    }

    .highincome_job-area03 {
        font-size: 10px;
        font-weight: 700;
    }

    .highincome_job-salary03 {
        align-items: center;

        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount03 {
        color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }

    .highincome_job-monthlyincome03 {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .highincome_job-monthlyincome03 img {
        width: 43px;
    }

    .highincome_job-monthlysalary03 {
        display: flex;
        align-items: baseline;
    }

    .highincome_job-benefits03 {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .highincome_job-benefits03 img {
        width: 43px;
    }

    .highincome_job-benefitamount03 {
        align-items: baseline;
        display: flex;

        font-weight: 700;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /アイシン */

    /* 実績・プロに相談 */
    .highincome_wrap {
        background-color: rgb(255, 255, 255);
    }

    .highincome_achievement {
        padding: 20px 16px;
    }

    .highincome_achievement img.sp {
        width: 100%;
        display: block;
    }

    .highincome_achievement img.pc {
        display: none;
    }

    .highincome_achievement-note {
        font-size: 10px;
        text-align: right;
        font-weight: 700;
        color:  rgb(0, 0, 0);
        margin-top: 3px;
    }

    .highincome_pro {
        position: relative;
    }

    .highincome_pro-img img {
        position: absolute;
        top: -12px;
        left: 204px;
        width: 48%;
        z-index: 0;
    }

    .highincome_pro-adovice {
        position: relative;
        z-index: 10;
    }

    .highincome_pro-title img {
        width: 236px;
        padding-left: 16px;
    }

    .highincome_pro-summary {
        padding-inline: 16px;
    }

    .highincome_pro-features {
        color: rgb(0, 0, 0);
        font-weight: 700;

        flex-direction: column;
        display: flex;
        gap: 2px;
    }

    .highincome_pro-text {
        align-items: center;
        display: flex;
        gap: 4px;
    }

    .highincome_pro-leadtext {
        font-size: 14px;
    }

    .highincome_pro-smalltext {
        font-size: 10px;
    }

    .highincome_pro-text img {
        width: 15px;
    }

    .highincome_pro-lead {
        font-size: 16px;
        letter-spacing: -0.06em;
    }

    .highincome_pro-contact {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 30px 16px 20px;
        font-family: "Source Han Sans";
        color: rgb(227, 41, 34);
        font-weight: bold;
        text-align: left;
        position: relative;
    }

    .highincome_contact-title {
        background: linear-gradient(to right, #e02222, #ff591f);
        border: none;
        border-radius: 26px;
        max-width: 90%;
        min-width: 265px;
        margin-bottom: -10px;
        padding: 5px 5px;

        height: auto;
        width: fit-content;

        align-items: center;
        display: flex;
        justify-content: center;

        position: relative;
        z-index: 2;
    }

    .highincome_contact-title > * {
        position: relative;
        z-index: 1;
    }

    .highincome_contact-title::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background-color: rgb(255, 255, 255);
        border-radius: 26px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_contact-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -3px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid rgb(255, 255, 255);
        z-index: 281;
    }

    .highincome_contact-text {
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 13px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_contact-link {
        position: relative;
        z-index: 1;
    }

    .highincome_pro-link {
        background: linear-gradient(to right, #e02222, #ff591f);
        border-radius: 5px;
        border: none;
        color: rgb(255, 255, 255);
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        -webkit-text-size-adjust: 100%;

        min-width: 360px;
        padding-block: 18px;

        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .highincome_pro-link img {
        width: 20px;
    }

}



/* SP
*  767px以下
*
*/
@media (min-width: 393px) and (max-width: 767px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }

    /* FV */
    .highincome_fv {
        margin-top: -20px;
        margin-bottom: -7px;
    }

    .highincome_fv-img img {
        display: block;
        width: 100%;
    }

    /* エリア検索・メーカー検索 */
    .highincome_search {
        background-image: url("/contents/highincome-start/img/background_sp.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 100vw;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .highincome_search-title  {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;

        padding: 10px 0px 5px;
    }

    .highincome_search-title-text {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-weight: bold;
    }

    .highincome_search-title img {
        width: 16px;
    }

    .highincome_search-area {
        align-items: center;
        display: flex;
        gap: 8px;
        justify-content: center;

        padding-inline: 20px;
        padding-bottom: 8px;
    }
    /* エリア検索・メーカー検索 */


    /* 勤務地から探す */
    .highincome_workplace-button {
        background-image: linear-gradient(0deg, rgb(239,31,31) 0%, rgb(248,84,26) 100%);
        border: none;
        border-radius: 65px;
        cursor: pointer;

        height: 66px;
        width: 160px;
        padding: 6px 30px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 10px;
    }

    .highincome_workplace-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;

        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        pointer-events: none;
        z-index: 0;
    }

    .highincome_workplace-button > * {
        position: relative;
        z-index: 1;
    }

    .highincome_workplace-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 50px;
        margin-top: 2px;
        padding: 4px 4px 4px 4px;
        width: 36px;
    }

    .highincome_workplace-text{
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 0.9;
        text-align: left;
        margin-top: 7px;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_workplace-subtext {
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* 勤務地から探す */


    /* メーカーから探す */
    .highincome_maker-button {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border: none;
        border-radius: 65px;
        cursor: pointer;

        height: 66px;
        width: 160px;
        padding: 6px 12px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 10px;
    }

    .highincome_maker-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;

        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        pointer-events: none;
        z-index: 0;
    }

    .highincome_maker-button> * {
        position: relative;
        z-index: 1;
    }

    .highincome_maker-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 50px;
        margin-top: 2px;
        padding: 4px 4px 4px 4px;
        width: 36px;
    }

    .highincome_maker-text {
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 0.9;
        text-align: left;
        margin-top: 7px;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_maker-subtext{
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* メーカーから探す */

    /* エリア検索・メーカー検索 */

    /* 選ばれる理由 */
    .highincome_reasons {
        padding: 0px 16px 13px;
    }

    .highincome_reasons-heading {
        align-items: baseline;
        display: flex;
        justify-content: center;
        gap: 12px;

        margin-bottom: 8px;
        padding-top: 20px;
    }

    .highincome_reasons-heading img {
        width: 20px;
    }

    .highincome_reasons-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        letter-spacing: 0.07em;
    }

    .highincome_reasons-subtitle {
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .highincome_reasons-line {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .highincome_reasons-line img {
        margin-top: 12px;
        width: 340px;
    }

    /*  選ばれる理由 */
    .highincome_reasons-list {
        padding-inline: 16px ;
    }

    /* アイテム01 */
    .highincome_reasons-item01{
        align-items: center;
        display: flex;

        overflow: visible;
        position: relative;
    }

    .highincome_reasons-img01 {
        position: absolute;
        left: -11px;
        top: 46%;
        transform: translateY(-50%);
        width: 45%;
        z-index: 10;
    }

    .highincome_reasons-img01 img {
        width: 140px;
    }

    .highincome_reasons-info01 {
        color: rgb(255, 255, 255);
        font-weight: 700;
        padding-left: 135px;
    }

    .highincome_reasons-contents01 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-infotitle01 {
        font-size: 20px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.5;
    }

    .highincome_reasons-infosubtitle01 {
        font-size: 12px;
        margin-top: 10px;
        line-height: 1.7;
    }
    /* アイテム01 */

    /* アイテム02 */
    .highincome_reasons-item02 {
        align-items: center;
        display: flex;

        position: relative;
        overflow: visible;
    }

    .highincome_reasons-img02 {
        position: absolute;
        left: -11px;
        top: 46%;
        transform: translateY(-50%);
        width: 45%;
        z-index: 10;
    }

    .highincome_reasons-img02 img {
        width: 140px;
    }

    .highincome_reasons-info02 {
        color: rgb(255, 255, 255);
        font-weight: 700;
        padding-left: 135px;
    }

    .highincome_reasons-contents02 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-infotitle02 {
        font-size: 20px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.5;
    }

    .highincome_reasons-infosubtitle02 {
        font-size: 12px;
        margin-top: 10px;
        line-height: 1.7;
    }
    /*  アイテム02 */

    /* アイテム03 */
    .highincome_reasons-item03 {
        align-items: center;
        display: flex;

        position: relative;
        overflow: visible;
    }

    .highincome_reasons-img03 {
        position: absolute;
        left: -11px;
        top: 46%;
        transform: translateY(-50%);
        width: 45%;
        z-index: 10;
    }

    .highincome_reasons-img03 img {
        width: 140px;
    }

    .highincome_reasons-contents03 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-info03 {
        color: rgb(255, 255, 255);
        font-weight: 700;
        padding-left: 135px;
        padding-top: 3px;
    }

    .highincome_reasons-infotitle03 {
        font-size: 20px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.5;
    }

    .highincome_reasons-infosubtitle03 {
        font-size: 12px;
        margin-top: 10px;
        line-height: 1.7;
    }

    .highincome_reasons-note {
        font-size: 9px;
        text-align: center;
        letter-spacing: 0.01em;
    }
    /* アイテム03*/

    /* おすすめ求人 */
    .highincome_job{
        padding :30px 16px 0px 21px;
    }

    .highincome_job-heading {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 4px;
    }

    .highincome_job-heading img {
        width: 20px;
    }

    .highincome_job-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;

        font-size: 24px;
        letter-spacing: 0.090em;
    }

    .highincome_job-subtitle {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        letter-spacing: -0.07em;
    }

    .highincome_job-line {
        display: flex;
        justify-content: center;

        margin-top: 8px;
    }

    .highincome_job-line img{
        width: 335px;
    }

    .highincome_job-list{
        padding: 16px 16px 18px;
    }

    .highincome_job-show {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-link {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        border: none;
        border-radius: 5px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        font: inherit;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-text-fill-color: currentColor;

        padding: 10px;
        position: relative;
        left: 3px;

        align-items: center;
        display: flex;
        justify-content: center;
    }

    .highincome_job-link:focus {
        outline: none;
        border: none;
    }

    .highincome_job-icon img {
        width: 15px;
        padding-bottom: 6px;
    }
    /* おすすめ求人 */

    /* トヨタ */
    .highincome_job-item01{
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker01 {
        align-items: center;
        display: flex;
        margin-bottom: 4px;
    }

    .highincome_job-img01 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img01 img{
        width: 155px;
    }

    .highincome_job-makertitle01 {
        color: rgb(255, 255, 255);

        padding-left: 8px;
        letter-spacing: 0.05em;
    }

    .highincome_job-makername01 {
        font-size: 18px;
        font-weight: 700;
    }

    .highincome_job-area01 {
        font-size: 10px;
        font-weight: 700;
        padding-left: 5px;
        letter-spacing: 0.04em;
    }

    .highincome_job-salary01 {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount01 {
         color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }

    .highincome_job-monthlyincome01 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-monthlyincome01 img {
        width: 43px;
    }

    .highincome_job-monthlysalary01 {
        align-items: baseline;
        display: flex;
    }

    .highincome_job-benefits01 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-benefits01 img {
        width: 43px;
    }

    .highincome_job-benefitamount01 {
        font-weight: 700;

        align-items: baseline;
        display: flex;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /トヨタ */


    /* スバル  */
    .highincome_job-item02 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker02 {
        align-items: center;
        display: flex;

        margin-bottom: 4px;
    }

    .highincome_job-img02 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img02 img{
        width: 155px;
    }

    .highincome_job-makertitle02 {
        color: rgb(255, 255, 255);

        padding-left: 8px;
        letter-spacing: 0.05em;
    }

    .highincome_job-makername02 {
        font-size: 18px;
        font-weight: 700;
    }

    .highincome_job-area02 {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    .highincome_job-salary02 {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount02 {
         color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }
    .highincome_job-monthlyincome02 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-monthlyincome02 img {
        width: 43px;
    }

    .highincome_job-monthlysalary02 {
        display: flex;
        align-items: baseline;
    }

    .highincome_job-benefits02 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-benefits02 img {
        width: 43px;
    }

    .highincome_job-benefitamount02 {
        align-items: center;
        font-weight: 700;
        display: flex;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /スバル */

    /* アイシン */
    .highincome_job-item03 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker03 {
        align-items: center;
        display: flex;

        margin-bottom: 4px;
    }

    .highincome_job-img03 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img03 img{
        width: 155px;
    }

    .highincome_job-makertitle03 {
        color: rgb(255, 255, 255);
        letter-spacing: 0.05em;
        padding-left: 8px;
    }

    .highincome_job-makername03 {
        font-size: 18px;
        font-weight: 700;
    }

    .highincome_job-area03 {
        font-size: 10px;
        font-weight: 700;
    }

    .highincome_job-salary03 {
        align-items: center;

        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount03 {
         color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }

    .highincome_job-monthlyincome03 {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .highincome_job-monthlyincome03 img {
        width: 43px;
    }

    .highincome_job-monthlysalary03 {
        display: flex;
        align-items: baseline;
    }

    .highincome_job-benefits03 {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .highincome_job-benefits03 img {
        width: 43px;
    }

    .highincome_job-benefitamount03 {
        align-items: baseline;
        display: flex;

        font-weight: 700;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /アイシン */

    /* 実績・プロに相談 */
    .highincome_wrap {
        background-color: rgb(255, 255, 255);
    }

    .highincome_achievement {
        padding: 20px 16px;
    }

    .highincome_achievement img.sp {
        width: 100%;
        display: block;
    }

    .highincome_achievement img.pc {
        display: none;
    }

    .highincome_achievement-note {
        font-size: 10px;
        text-align: right;
        font-weight: 700;
        color:  rgb(0, 0, 0);
        margin-top: 3px;
    }

    .highincome_pro {
        position: relative;
    }

    .highincome_pro-img img {
        position: absolute;
        top: -12px;
        left: 204px;
        width: 48%;
        z-index: 0;
    }

    .highincome_pro-adovice {
        position: relative;
        z-index: 10;
    }

    .highincome_pro-title img {
        width: 236px;
        padding-left: 16px;
    }

    .highincome_pro-summary {
        padding-inline: 16px;
    }

    .highincome_pro-features {
        color: rgb(0, 0, 0);
        font-weight: 700;

        flex-direction: column;
        display: flex;
        gap: 2px;
    }

    .highincome_pro-text {
        align-items: center;
        display: flex;
        gap: 4px;
    }

    .highincome_pro-leadtext {
        font-size: 14px;
    }

    .highincome_pro-smalltext {
        font-size: 10px;
    }

    .highincome_pro-text img {
        width: 15px;
    }

    .highincome_pro-lead {
        font-size: 16px;
        letter-spacing: -0.06em;
    }

    .highincome_pro-contact {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 30px 16px 20px;
        font-family: "Source Han Sans";
        color: rgb(227, 41, 34);
        font-weight: bold;
        text-align: left;
        position: relative;
    }

    .highincome_contact-title {
        background: linear-gradient(to right, #e02222, #ff591f);
        border: none;
        border-radius: 26px;
        max-width: 90%;
        min-width: 265px;
        margin-bottom: -10px;
        padding: 5px 5px;

        height: auto;
        width: fit-content;

        align-items: center;
        display: flex;
        justify-content: center;

        position: relative;
        z-index: 2;
    }

    .highincome_contact-title > * {
        position: relative;
        z-index: 1;
    }

    .highincome_contact-title::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background-color: rgb(255, 255, 255);
        border-radius: 26px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_contact-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -3px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid rgb(255, 255, 255);
        z-index: 281;
    }

    .highincome_contact-text {
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 13px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_contact-link {
        position: relative;
        z-index: 1;
    }

    .highincome_pro-link {
        background: linear-gradient(to right, #e02222, #ff591f);
        border-radius: 5px;
        border: none;
        color: rgb(255, 255, 255);
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        -webkit-text-size-adjust: 100%;

        min-width: 360px;
        padding-block: 18px;

        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .highincome_pro-link img {
        width: 20px;
    }
}


/* タブレット
*  768px〜1023px
*
*/
@media (min-width: 768px) and (max-width: 1023px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    /* FV */
    .highincome_fv {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -20px;
        margin-bottom: -7px;
    }

    .highincome_fv-img {
        max-width: 786px;
        width: 100%;
        padding-inline: 130px;
        box-sizing: border-box;
    }

    .highincome_fv-img img {
        display: block;
        width: 100%;
    }

    /* エリア検索・メーカー検索 */
    .highincome_search {
        background-image: url("/contents/highincome-start/img/background_sp.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }

    .highincome_search-title  {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;

        padding: 10px 0px 5px;
    }

    .highincome_search-title-text {
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: bold;
    }

    .highincome_search-title img {
        width: 18px;
    }

    .highincome_search-area {
        align-items: center;
        display: flex;
        gap: 2px;
        justify-content: center;
        padding-inline: 20px;
        padding-bottom: 8px;
    }

    .highincome_search-area {
        align-items: center;
        display: flex;
        gap: 2px;
        justify-content: center;
        padding-inline: 20px;
        padding-bottom: 8px;
    }
    /* エリア検索・メーカー検索 */


    /* 勤務地から探す */
    .highincome_workplace-button {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border: none;
        border-radius: 65px;
        cursor: pointer;

        height: 66px;
        width: 160px;
        padding: 6px 30px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 10px;
    }

    .highincome_workplace-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;
        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_workplace-button > * {
        position: relative;
        z-index: 1;
    }

    .highincome_workplace-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 50px;
        margin-top: 2px;
        padding: 4px;
        width: 36px;
    }

    .highincome_workplace-text{
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 0.9;
        margin-top: 7px;
        text-align: left;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_workplace-subtext {
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* 勤務地から探す */


    /* メーカーから探す */
    .highincome_maker-button {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border: none;
        border-radius: 65px;
        cursor: pointer;

        height: 66px;
        width: 160px;
        padding: 6px 12px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 10px;
    }

    .highincome_maker-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;
        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_maker-button> * {
        position: relative;
        z-index: 1;
    }

    .highincome_maker-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 50px;
        margin-top: 2px;
        padding: 4px;
        width: 36px;
    }

    .highincome_maker-text {
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        line-height: 0.9;
        margin-top: 7px;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_maker-subtext{
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* メーカーから探す */

    /* エリア検索・メーカー検索 */

    /* 選ばれる理由 */
    .highincome_reasons {
        padding: 24px 24px;

        max-width: 786px;
        margin: 0 auto;
    }

    .highincome_reasons-heading {
        align-items: baseline;
        display: flex;
        justify-content: center;
        gap: 12px;

        margin-bottom: 4px;
        padding-top: 8px;
    }

    .highincome_reasons-heading img {
        width: 20px;
    }

    .highincome_reasons-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;

        line-height: 1;
        letter-spacing: 0.07em;
    }

    .highincome_reasons-subtitle {
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    .highincome_reasons-line {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .highincome_reasons-line img {
        margin-top: 12px;
        width: 340px;
    }

    /*  選ばれる理由 */
    .highincome_reasons-list {
        padding-inline: 200px;

        max-width: 786px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* アイテム01 */
    .highincome_reasons-item01{
        align-items: center;
        display: flex;

        position: relative;
        overflow: visible;
    }

    .highincome_reasons-img01 {
        position: absolute;
        left: -15px;
        top: 53%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .highincome_reasons-img01 img {
        width: 145px;
    }

    .highincome_reasons-contents01 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 12px;
        width: 100%;
    }

    .highincome_reasons-info01 {
        color: rgb(255, 255, 255);
        font-weight: 700;

        margin-bottom: 16px;
        padding-left: 135px;
    }

    .highincome_reasons-infotitle01 {
        font-size: 20px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.3;
    }

    .highincome_reasons-infosubtitle01 {
        font-size: 12px;
        line-height: 1.7;
        margin-top: 20px;
    }
    /* アイテム01 */

    /* アイテム02 */
    .highincome_reasons-item02 {
        align-items: center;
        display: flex;

        position: relative;
        overflow: visible;
    }

    .highincome_reasons-img02 {
        position: absolute;
        left: -15px;
        top: 46%;
        transform: translateY(-50%);
        width: 145px;
        z-index: 10;
    }

    .highincome_reasons-img02 img {
        width: 145px;
    }

    .highincome_reasons-info02 {
         color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 700;

        padding-left: 135px;
    }

    .highincome_reasons-contents02 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-infotitle02 {
        font-size: 20px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.7;
    }

    .highincome_reasons-infosubtitle02 {
        font-size: 12px;
        line-height: 1.7;
        margin-top: 14px;
    }
    /*  アイテム02 */

    /* アイテム03 */
    .highincome_reasons-item03 {
        align-items: center;
        display: flex;

        position: relative;
        overflow: visible;
    }

    .highincome_reasons-img03 {
        position: absolute;
        left: -15px;
        top: 46%;
        transform: translateY(-50%);
        width: 145px;
        z-index: 10;
    }

    .highincome_reasons-img03 img {
        width: 145px;
    }

    .highincome_reasons-contents03 {
        background-color: rgb(38, 38, 38);

        margin-bottom: 20px;
        padding: 16px;
        width: 100%;
    }

    .highincome_reasons-info03 {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 700;

        padding-left: 135px;
        padding-top: 3px;
    }

    .highincome_reasons-infotitle03 {
        font-size: 20px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.7;
    }

    .highincome_reasons-infosubtitle03 {
        font-size: 12px;
        margin-top: 6px;
        line-height: 1.7;
    }

    .highincome_reasons-note {
        font-size: 10px;
        letter-spacing: 0.01em;
        text-align: center;

        max-width: 786px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    /* アイテム03*/

    /* おすすめ求人 */
    .highincome_job{
        padding :30px 16px 0px 21px;

        max-width: 786px;
        margin: 0 auto;
    }

    .highincome_job-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .highincome_job-heading img {
        width: 20px;
    }

    .highincome_job-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;

        font-size: 24px;
        letter-spacing: 0.090em;
    }

    .highincome_job-subtitle {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        letter-spacing: -0.07em;
    }

    .highincome_job-line {
        display: flex;
        justify-content: center;

        margin-top: 8px;
    }

    .highincome_job-line img{
        width: 335px;
    }

    .highincome_job-list{
        padding: 16px 200px 18px 200px;

        max-width: 786px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .highincome_job-show {
        font-size: 16px;
        font-weight: 700;

    }

    .highincome_job-link {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        border: none;
        border-radius: 5px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        font: inherit;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-text-fill-color: currentColor;

        padding: 10px;
        position: relative;
        left: 3px;

        align-items: center;
        display: flex;
        justify-content: center;
    }

    .highincome_job-link:focus {
        outline: none;
        border: none;
    }

    .highincome_job-icon img {
        width: 15px;
        padding-bottom: 6px;
    }
    /* おすすめ求人 */

    /* トヨタ */
    .highincome_job-item01{
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker01 {
        align-items: center;
        display: flex;
    }

    .highincome_job-img01 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img01 img{
        width: 155px;
    }

    .highincome_job-makertitle01 {
        color: rgb(255, 255, 255);
        padding-left: 8px;
        letter-spacing: 0.05em;
    }

    .highincome_job-makername01 {
        font-size: 20px;
        font-weight: 700;
    }

    .highincome_job-area01 {
        font-size: 10px;
        font-weight: 700;
        padding-left: 5px;
    }

    .highincome_job-salary01 {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount01 {
         color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
    }

    .highincome_job-monthlyincome01 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-monthlyincome01 img {
        width: 43px;
    }

    .highincome_job-monthlysalary01 {
        display: flex;
        align-items: baseline;
    }

    .highincome_job-benefits01 {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .highincome_job-benefits01 img {
        width: 43px;
    }

    .highincome_job-benefitamount01 {
        font-weight: 700;

        display: flex;
        align-items: baseline;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /トヨタ */

    /* スバル  */
    .highincome_job-item02 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker02 {
        align-items: center;
        display: flex;

        margin-bottom: 4px;
    }

    .highincome_job-img02 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img02 img{
        width: 155px;
    }

    .highincome_job-makertitle02 {
        color: rgb(255, 255, 255);
        padding-left: 8px;
        letter-spacing: 0.05em;
    }

    .highincome_job-makername02 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.037em;
    }

    .highincome_job-area02 {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    .highincome_job-salary02 {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount02 {
         color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }
    .highincome_job-monthlyincome02 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-monthlyincome02 img {
        width: 43px;
    }

    .highincome_job-monthlysalary02 {
        align-items: baseline;
        display: flex;
    }

    .highincome_job-benefits02 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-benefits02 img {
        width: 43px;
    }

    .highincome_job-benefitamount02 {
        align-items: center;
        font-weight: 700;
        display: flex;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /スバル */

    /* アイシン */
    .highincome_job-item03 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 16px;
    }

    .highincome_job-maker03 {
        align-items: center;
        display: flex;

        margin-bottom: 4px;
    }

    .highincome_job-img03 {
        display: flex;
        justify-content: center;
    }

    .highincome_job-img03 img{
        width: 155px;
    }

    .highincome_job-makertitle03 {
        color: rgb(255, 255, 255);
        letter-spacing: 0.05em;
        padding-left: 14px;
    }

    .highincome_job-makername03 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
    }

    .highincome_job-area03 {
        font-size: 10px;
        font-weight: 700;
    }

    .highincome_job-salary03 {
        align-items: center;

        display: flex;
        justify-content: space-between;
    }

    .highincome_job-monthly-largetext {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.020em;
    }

    .highincome_job-monthly-smalltext {
        font-size: 13px;
        font-weight: 700;
    }

    .highincome_job-monthly-rangetext {
        font-size: 16px;
        font-weight: 700;
    }

    .highincome_job-amount03 {
         color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
    }

    .highincome_job-monthlyincome03 {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .highincome_job-monthlyincome03 img {
        width: 43px;
    }

    .highincome_job-monthlysalary03 {
        align-items: baseline;
        display: flex;
    }

    .highincome_job-benefits03 {
        align-items: center;
        display: flex;
        gap: 6px;
    }

    .highincome_job-benefits03 img {
        width: 43px;
    }

    .highincome_job-benefitamount03 {
        align-items: baseline;
        display: flex;

        font-weight: 700;
    }

    .highincome_job-benefit-midumtext {
        font-size: 16px;
    }

    .highincome_job-benefit-largetext {
        font-size: 18px;
    }
    /* /アイシン */

    /* 実績・プロに相談 */
    .highincome_wrap {
        background-color: #fff;

        display: flex;
        justify-content: center;
        width: 100%;
    }

    .highincome_wrap-inner {
        padding: 60px 80px 0px 80px;
        max-width: 786px;
        width: 100%;
        box-sizing: border-box;
    }

    .highincome_achievement img.sp {
        display: none;
    }

    .highincome_achievement img.pc {
        width: 100%;
        display: block;
    }

    .highincome_achievement-note {
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: 700;
        text-align: right;

        padding-top: 16px;
    }

    .highincome_pro {
        position: relative;
        padding: 38px 0px 0px 0px;
    }

    .highincome_pro-img img {
        position: absolute;
        top: 90px;
        left: 353px;
        width: 40%;
        z-index: 0;
    }

    .highincome_pro-adovice {
        position: relative;
        z-index: 10;
    }

    .highincome_pro-title img {
        width: 440px;
    }

    .highincome_pro-summary {
        padding-top: 10px;
    }

    .highincome_pro-features {
        color:rgb(0, 0, 0);
        font-weight: 700;

        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .highincome_pro-text {
        align-items: center;
        display: flex;
        gap: 7px;
    }

    .highincome_pro-leadtext  {
        font-size: 24px;
        letter-spacing: 0.09em;
    }

    .highincome_pro-smalltext {
        font-size: 18px;
        padding-top: 8px;
        line-height: 1.5em;
    }

    .highincome_pro-text img {
        width: 27px;
    }

    .highincome_pro-lead {
        font-size: 28px;
        margin-top: 8px;
    }

    .highincome_pro-contact {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 93px 8px 20px;
        font-family: "Source Han Sans";
        color: rgb(227, 41, 34);
        font-weight: bold;
        text-align: left;
        position: relative;
    }

    .highincome_contact-title {
        background: linear-gradient(to right, #e02222, #ff591f);
        border: none;
        border-radius: 26px;

        min-width: 265px;
        max-width: 90%;
        margin-bottom: -16px;
        padding: 10px 50px;
        width: fit-content;
        height: auto;

        align-items: center;
        display: flex;
        justify-content: center;

        position: relative;
        z-index: 2;
    }

    .highincome_contact-title > * {
        position: relative;
        z-index: 1;
    }

    .highincome_contact-title::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background-color: rgb(255, 255, 255);
        border-radius: 26px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_contact-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -3px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid rgb(255, 255, 255);
        z-index: 281;
    }

    .highincome_contact-text {
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_contact-link {
        position: relative;
        z-index: 1;
    }

    .highincome_pro-link {
        background: linear-gradient(to right, #e02222, #ff591f);
        border-radius: 10px;
        border: none;
        color: rgb(255, 255, 255);
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 32px;
        font-weight: 700;
        text-decoration: none;
        -webkit-text-size-adjust: 100%;

        min-width: 630px;
        padding: 10px 10px 10px 10px;
        padding-block: 30px;

        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .highincome_pro-link img {
        width: 40px;
    }

}


/* PC
*  1023〜px
*
*/
@media (min-width: 1024px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    /* FV */
    .highincome_fv {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -20px;
        margin-bottom: -22px;
    }

    .highincome_fv-img {
        max-width: 1280px;
        width: 100%;
        padding-inline: 248px;
        box-sizing: border-box;
    }

    .highincome_fv-img img {
        width: 100%;
        display: block;
    }
    /* FV */

    /* エリア検索・メーカー検索 */
    .highincome_search {
        background-image: url("/contents/highincome-start/img/background_pc.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .highincome_search-title  {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;

        padding: 10px 0px 5px;
    }

    .highincome_search-title-text {
        color: rgb(0, 0, 0);
        font-size: 22px;
        font-weight: bold;
    }

    .highincome_search-title img {
        width: 20px;
    }

    .highincome_search-area {
        align-items: center;
        display: flex;
        gap: 2px;
        justify-content: center;
        padding-inline: 20px;
        padding-bottom: 8px;
    }

    .highincome_search-area {
        align-items: center;
        display: flex;
        gap: 20px;
        justify-content: center;
        padding: 2px 20px 8px;
    }
    /* エリア検索・メーカー検索 */

    /* 勤務地から探す */
    .highincome_workplace-button {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border: none;
        border-radius: 39px;
        cursor: pointer;

        height: 85px;
        width: 225px;
        padding: 6px 40px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 16px;
    }

    .highincome_workplace-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;
        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_workplace-button > * {
        position: relative;
        z-index: 1;
    }

    .highincome_workplace-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 60px;
        margin-top: 2px;
        padding: 8px 8px 8px 8px;
        width: 45px;
    }

    .highincome_workplace-text{
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 0.7;
        margin-top: 15px;
        text-align: left;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_workplace-subtext {
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* 勤務地から探す */


    /* メーカーから探す */
    .highincome_maker-button {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border: none;
        border-radius: 39px;
        cursor: pointer;

        height: 85px;
        width: 225px;
        padding: 6px 12px 8px 0px;
        position: relative;

        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        gap: 16px;
    }

    .highincome_maker-button::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        right: 5px;
        bottom: 8px;
        background-color: rgb(255, 255, 255);
        border-radius: 60px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_maker-button> * {
        position: relative;
        z-index: 1;
    }

    .highincome_maker-icon {
        background: linear-gradient(to right, #ef1f1f, #f8541a);
        border-radius: 60px;
        margin-top: 2px;
        padding: 8px 8px 8px 8px;
        width: 45px;
    }

    .highincome_maker-text {
        color: rgb(239, 33, 31);
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 28px;
        font-weight: 700;
        text-align: left;
        line-height: 0.7;
        margin-top: 10px;
        -webkit-text-size-adjust: 100%;
    }

    .highincome_maker-subtext{
        font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
    }
    /* メーカーから探す */

    /* エリア検索・メーカー検索 */

    /* 選ばれる理由 */
    .highincome_reasons {
        padding: 48px 0px 36px;

        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .highincome_reasons-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 17px;
        margin-bottom: 10px;
    }

    .highincome_reasons-heading img {
        width: 43px;
    }

    .highincome_reasons-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;

        font-size: 43px;
        line-height: 1;
        letter-spacing: 0.09em;
    }

    .highincome_reasons-subtitle {
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        letter-spacing: -0.025em;
    }

    .highincome_reasons-line {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .highincome_reasons-line img {
        width: 622px;
        margin-top: 20px;
    }
    /*  選ばれる理由 */

    /* アイテム01 */
    .highincome_reasons-item01{
        align-items: center;
        display: flex;

        position: relative;

        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .highincome_reasons-img01 {
        position: absolute;
        left: 250px;
        top: 45%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .highincome_reasons-img01 img {
        width: 290px;
    }

    .highincome_reasons-contents01 {
        background-color: rgb(38, 38, 38);
        margin: 10px 251px 40px 302px;
        width: 100%;
    }

    .highincome_reasons-info01 {
        color: rgb(255, 255, 255);
        font-weight: 700;

        padding: 44px 18px 71px 280px;
    }

    .highincome_reasons-infotitle01 {
        font-size: 38px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.3;
    }

    .highincome_reasons-infosubtitle01 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 1.5;
    }
    /* アイテム01 */

    /* アイテム02 */
    .highincome_reasons-item02 {
        display: flex;
        align-items: center;
        position: relative;

        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .highincome_reasons-img02 {
        position: absolute;
        left: 250px;
        top: 45%;
        transform: translateY(-50%);
        width: 45%;
        z-index: 10;
    }

    .highincome_reasons-img02 img {
        width: 290px;
    }

    .highincome_reasons-contents02 {
        background-color: rgb(38, 38, 38);
        margin: 10px 251px 40px 302px;
        width: 100%;
    }

    .highincome_reasons-info02 {
        color: rgb(255, 255, 255);
        font-weight: 700;
        padding: 44px 18px 71px 280px;
    }

    .highincome_reasons-infotitle02 {
        font-size: 38px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.3;
    }

    .highincome_reasons-infosubtitle02 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 1.5;
    }
    /* アイテム02 */

    /* アイテム03 */
    .highincome_reasons-item03 {
        align-items: center;
        display: flex;

        position: relative;

        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .highincome_reasons-img03 {
        position: absolute;
        left: 250px;
        top: 45%;
        transform: translateY(-50%);
        width: 45%;
        z-index: 10;
    }

    .highincome_reasons-img03 img {
        width: 290px;
    }

    .highincome_reasons-contents03 {
        background-color: rgb(38, 38, 38);
        margin: 10px 251px 40px 302px;
        width: 100%;
    }

    .highincome_reasons-info03 {
        color: rgb(255, 255, 255);
        font-weight: 700;
        padding: 44px 18px 71px 280px;
    }

    .highincome_reasons-infotitle03 {
        font-size: 38px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
        line-height: 1.3;
    }

    .highincome_reasons-infosubtitle03 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 1.5;
    }

    .highincome_reasons-note {
        padding: 0px 251px 0 291px;
        font-size: 14px;
        letter-spacing: 0.025em;
        text-align: right;

        max-width: 1280px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* アイテム03 */

    /* おすすめ求人 */
    .highincome_job{
        padding :88px 16px 37px 20px;

        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .highincome_job-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .highincome_job-heading img {
        width: 43px;
    }

    .highincome_job-title {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;

        font-size: 42px;
        letter-spacing: 0.090em;
    }
    .highincome_job-subtitle {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        letter-spacing: -0.02em;
    }

    .highincome_job-line {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .highincome_job-line img{
        width: 620px;
    }

    .highincome_job-list{
        box-sizing: border-box;
        padding: 0px 246px 0px 250px;

        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .highincome_job-show {
        font-size: 28px;
        font-weight: 700;
        flex-shrink: 0;
    }

    .highincome_job-link {
        background: linear-gradient(to right, #97fe00, #61e300, #35cd00);
        border: none;
        border-radius: 10px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        font: inherit;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-text-fill-color: rgb(0, 0, 0);

        padding: 24px;
        position: relative;
        top: 9px;

        align-items: center;
        display: flex;
        justify-content: center;
    }

    .highincome_job-link:focus {
        outline: none;
        border: none;
    }

    .highincome_job-icon img {
        width: 30px;
        padding-bottom: 6px;
    }
    /* おすすめ求人 */

    /* トヨタ */
    .highincome_job-item01 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 36px;

        min-width: 600px;
    }

    .highincome_job-maker01 {
        align-items: center;
        display: flex;
        margin-bottom: 12px;
        flex-wrap: nowrap;
    }

    .highincome_job-img01 {
        display: flex;
        justify-content: center;

        min-width: 315px;
        flex-shrink: 0;
    }

    .highincome_job-img01 img{
        width: 315px;
    }

    .highincome_job-makertitle01 {
        color: rgb(255, 255, 255);
        flex-shrink: 0;
        margin-bottom: 14px;
        padding-left: 20px;
    }

    .highincome_job-makername01 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -0.05em;
        margin-bottom: 4px;
    }

    .highincome_job-area01 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.08em;
        padding-left: 10px;
    }

    .highincome_job-salary01 {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .highincome_job-amount01 {
        color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
        gap: 7px;
        flex-shrink: 0;
    }

    .highincome_job-monthlyincome01 {
        align-items: center;
        display: flex;
        gap: 13px;
        flex-wrap: nowrap;
    }

    .highincome_job-monthlyincome01 img {
        min-width: 85px;
    }

    .highincome_job-monthlysalary01 {
        align-items: baseline;
        display: flex;

        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .highincome_job-monthly-largetext {
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
    }

    .highincome_job-monthly-smalltext {
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
    }
    .highincome_job-monthly-rangetext {
        font-size: 28px;
        margin-inline: 5px;
    }

    .highincome_job-benefits01 {
        align-items: center;
        display: flex;
        gap: 18px;
        flex-wrap: nowrap;
    }

    .highincome_job-benefits01 img {
        width: 85px;
        flex-shrink: 0;
    }

    .highincome_job-benefitamount01 {
        align-items: center;
        display: flex;
        gap: 4px;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .highincome_job-benefit-midumtext {
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }

    .highincome_job-benefit-largetext {
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }
    /* /トヨタ */

    /* スバル */
    .highincome_job-item02 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 36px;

        min-width: 600px;
    }

    .highincome_job-maker02 {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;

        margin-bottom: 18px;
    }

    .highincome_job-img02 {
        display: flex;
        justify-content: center;
        flex-shrink: 0;

        min-width: 315px;
    }

    .highincome_job-img02 img{
        width: 315px;
    }

    .highincome_job-makertitle02 {
        color: rgb(255, 255, 255);
        padding-left: 28px;
        letter-spacing: 0.05em;
    }

    .highincome_job-makername02 {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -0.05em;
        margin-bottom: 7px;
    }

    .highincome_job-area02 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.09em;
    }

    .highincome_job-salary02 {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .highincome_job-amount02 {
         color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
        gap: 7px;
        flex-shrink: 0;
    }

    .highincome_job-monthlyincome02 {
        align-items: center;
        display: flex;
        gap: 13px;
        flex-wrap: nowrap;
    }

    .highincome_job-monthlyincome02 img {
        width: 85px;
        flex-shrink: 0;
    }

    .highincome_job-monthlysalary02 {
        align-items: baseline;
        display: flex;

        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .highincome_job-monthly-largetext {
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
    }

    .highincome_job-monthly-smalltext {
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
    }
    .highincome_job-monthly-rangetext {
        font-size: 28px;
        margin-inline: 5px;
    }

    .highincome_job-benefits02 {
        align-items: center;
        display: flex;
        gap: 18px;
        flex-wrap: nowrap;
    }

    .highincome_job-benefits02 img {
        width: 85px;
        flex-shrink: 0;
    }

    .highincome_job-benefitamount02 {
        align-items: center;
        display: flex;
        gap: 4px;

        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .highincome_job-benefit-midumtext {
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }

    .highincome_job-benefit-largetext {
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }
    /* スバル */

    /* アイシン */
    .highincome_job-item03 {
        background-color: rgb(38, 38, 38);
        margin-bottom: 20px;
        padding: 36px;

        min-width: 600px;
    }

    .highincome_job-maker03 {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;

        margin-bottom: 16px;
    }

    .highincome_job-img03 {
        display: flex;
        justify-content: center;

        min-width: 315px;
        flex-shrink: 0;
    }

    .highincome_job-img03 img{
        width: 315px;
    }

    .highincome_job-makertitle03 {
        color: rgb(255, 255, 255);
        padding-left: 32px;
        padding-top: 6px;
    }

    .highincome_job-makername03 {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -0.05em;

        margin-bottom: 7px;
    }

    .highincome_job-area03 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.09em;

        padding-left: 4px;
    }

    .highincome_job-salary03 {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .highincome_job-amount03 {
         color: rgb(255, 255, 255);

        display: flex;
        flex-direction: column;
        gap: 7px;
        flex-shrink: 0;
    }

    .highincome_job-monthlyincome03 {
        align-items: center;
        display: flex;
        gap: 13px;
        flex-wrap: nowrap;
    }

    .highincome_job-monthlyincome03 img {
        width: 85px;
        flex-shrink: 0;
    }

    .highincome_job-monthlysalary03 {
        align-items: baseline;
        display: flex;

        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .highincome_job-monthly-largetext {
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
    }

    .highincome_job-monthly-smalltext {
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    .highincome_job-monthly-rangetext {
        font-size: 28px;
        margin-inline: 5px;
    }

    .highincome_job-benefits03 {
        align-items: center;
        display: flex;
        gap: 16px;
        flex-wrap: nowrap;
    }

    .highincome_job-benefits03 img {
        width: 85px;
        flex-shrink: 0;
    }

    .highincome_job-benefitamount03 {
        align-items: center;
        display: flex;
        gap: 4px;

        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .highincome_job-benefit-midumtext {
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }

    .highincome_job-benefit-largetext {
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }
    /* アイシン */

    /* 実績・プロに相談 */
    .highincome_wrap {
        background-color: #fff;

        display: flex;
        justify-content: center;
        width: 100%;
    }

    .highincome_wrap-inner {
        box-sizing: border-box;
        padding: 60px 282px 0px 285px;

        max-width: 1280px;
        width: 100%;
    }

    .highincome_achievement img.sp {
        display: none;
    }

    .highincome_achievement img.pc {
        display: block;
        width: 100%;
    }

    .highincome_achievement-note {
        color:  rgb(0, 0, 0);
        font-size: 16px;
        text-align: right;
        font-weight: 700;

        padding-top: 16px;
    }

    .highincome_pro {
        position: relative;
        padding: 38px 0px 24px 0px;
    }

    .highincome_pro-img img {
        position: absolute;
        top: 25px;
        left: 353px;
        width: 50%;
        z-index: 0;
    }

    .highincome_pro-adovice {
        position: relative;
        z-index: 10;
    }

    .highincome_pro-title img {
        width: 440px;
    }

    .highincome_pro-summary {
        padding-top: 10px;
    }

    .highincome_pro-features {
        color:  rgb(0, 0, 0);
        font-weight: 700;

        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .highincome_pro-text {
        align-items: center;
        display: flex;
        gap: 7px;
    }

    .highincome_pro-leadtext  {
        font-size: 24px;
        letter-spacing: 0.09em;
    }

    .highincome_pro-smalltext {
        font-size: 18px;
        line-height: 1.5em;

        padding-top: 8px;
    }

    .highincome_pro-text img {
        width: 27px;
    }

    .highincome_pro-lead {
        font-size: 28px;
        margin-top: 8px;
    }

    .highincome_pro-contact {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 93px 8px 10px;
        font-family: "Source Han Sans";
        color: rgb(227, 41, 34);
        font-weight: bold;
        text-align: left;
        position: relative;
    }

    .highincome_contact-title {
        background: linear-gradient(to right, #e02222, #ff591f);
        border: none;
        border-radius: 26px;
        min-width: 265px;
        max-width: 90%;
        height: auto;
        width: fit-content;

        margin-bottom: -16px;
        padding: 10px 50px;

        align-items: center;
        display: flex;
        justify-content: center;

        position: relative;
        z-index: 2;
    }

    .highincome_contact-title > * {
        position: relative;
        z-index: 1;
    }

    .highincome_contact-title::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background-color: rgb(255, 255, 255);
        border-radius: 26px;
        z-index: 0;
        pointer-events: none;
    }

    .highincome_contact-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -3px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid rgb(255, 255, 255);
        z-index: 281;
    }

    .highincome_contact-text {
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;

    }

    .highincome_contact-link {
        position: relative;
        z-index: 1;
    }

    .highincome_pro-link {
        background: linear-gradient(to right, #e02222, #ff591f);
        border: none;
        border-radius: 10px;
        color: rgb(255, 255, 255);
        font-family: "Source Han Sans", "Source Han Sans JP", sans-serif;
        font-size: 32px;
        font-weight: 700;
        text-decoration: none;
        -webkit-text-size-adjust: 100%;

        min-width: 630px;
        padding: 10px 0px 10px 0px;
        padding-block: 30px;

        align-items: center;
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    .highincome_pro-link-img img {
        width: 40px;
    }
}
