/*共通*/
.contents .container {
    margin-top: 20px;
}

.aioseo-breadcrumbs,
.aioseo-breadcrumbs+.row,
.aioseo-breadcrumbs+.row+.row,
.post-eyecatch {
    display: none;
}

.style-intro .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.centered {
    margin: 0 auto;
}

.table {
    display: table;
    width: 100%;
    margin-bottom: 0;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

body .page-ttl {
    text-shadow: 0px 0px 10px #fff;
}

@media screen and (max-width: 767px) {
    .contents>.container {
        padding-top: 40px !important;
    }

    .style-intro .img-box {
        width: 100%;
    }
}

/*営業・ラウンダー*/
.sales .style-area .wrap.top {
    justify-content: space-around;
}

.sales .style-detail {
    justify-content: space-between;
}

.sales .style-ttl.tertiary,
.sales .style-ttl.secondary {
    color: #ff9b33;
}

.sales .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_sales.png);
    background-position: top left;
    text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}

.sales .style-ttl.secondary:before,
.sales .page-ttl.tertiary:after {
    background: #ff9b33;
}

.sales .style-area.tertiary,
.sales .style-voice .parts.secondary {
    background: #f3f3ff;
}

.sales .style-area.notes .txt-box {
    margin-left: 40px;
}

.sales .style-intro .txt-box {
    width: 100%;
}

.sales .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.sales .style-intro.top .img-box {
    max-width: 264px;
}

.sales .style-detail.secondary .parts .img-box {
    height: 264px;
    overflow: hidden;
}

.sales .safety {
    background: #F1F4F7;
    font-size: 26px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-height: 200px;
}

.sales .safety .txt-box {
    margin-left: 30px;
}

.sales .safety .img-box img {
    max-height: 200px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .sales .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_sales_sp.png);
    }

    .sales .style-detail .parts {
        width: 100%;
    }

    .sales .style-intro .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .sales .style-area.notes .txt-box {
        margin-left: 0;
    }

    .sales .style-intro .img-box {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .sales .safety {
        max-height: unset;
    }

    .sales .safety .txt-box {
        padding: 25px;
        width: 95%;
        font-size: 20px;
    }

    .sales .safety .img-box {
        padding-bottom: 30px;
    }
}

/*イベント*/
.event .style-area .wrap.top {
    justify-content: space-around;
}

.event .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.event .style-ttl.tertiary,
.event .style-ttl.secondary {
    color: #ffd200;
}

.event .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_event.jpg);
}

.event .style-ttl.secondary:before,
.event .page-ttl.tertiary:after {
    background: #ffd200;
}

.event .style-area.tertiary,
.event .style-voice .parts.secondary {
    background: #FFFDEB;
}

.event .style-area.notes .txt-box {
    margin-left: 40px;
}

.event .style-intro .txt-box {
    width: 70%;
}

.event .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.event .style-intro.top .img-box {
    height: 264px;
}

.event .style-detail.secondary .parts .img-box {
    /*height: 264px;*/
    height: fit-content;
}

.event .safety {
    background: #F1F4F7;
    font-size: 26px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-height: 200px;
}

.event .safety .txt-box {
    margin-left: 30px;
}

.event .safety .img-box img {
    max-height: 200px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .event .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_event_sp.jpg);
    }

    .event .style-detail .parts {
        width: 100%;
    }

    .event .style-intro .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .event .style-area.notes .txt-box {
        margin-left: 0;
    }

    .event .style-intro .img-box {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .event .safety {
        max-height: unset;
    }

    .event .safety .txt-box {
        padding: 25px;
        width: 95%;
        font-size: 20px;
    }

    .event .safety .img-box {
        padding-bottom: 30px;
    }
}

/*フード・飲食*/
.food_and_drink .style-area .wrap.top {
    justify-content: space-around;
}

.food_and_drink .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.food_and_drink .style-ttl.tertiary,
.food_and_drink .style-ttl.secondary {
    color: #ffd200;
}

.food_and_drink .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_food_and_drink.jpg);
}

.food_and_drink .style-ttl.secondary:before,
.food_and_drink .page-ttl.tertiary:after {
    background: #ffd200;
}

.food_and_drink .style-area.tertiary,
.food_and_drink .style-voice .parts.secondary {
    background: #FFFDEB;
}

.food_and_drink .style-area.notes .txt-box {
    margin-left: 40px;
}

.food_and_drink .style-intro .txt-box {
    width: 70%;
}

.food_and_drink .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.food_and_drink .style-intro.top .img-box {
    max-width: 264px;
}

.food_and_drink .style-detail.secondary .parts .img-box {
    /*height: 264px;*/
    height: fit-content;
}

.food_and_drink .safety {
    background: #F1F4F7;
    font-size: 26px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-height: 200px;
}

.food_and_drink .safety .txt-box {
    margin-left: 30px;
}

.food_and_drink .safety .img-box img {
    max-height: 200px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .food_and_drink .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_food_and_drink_sp.jpg);
    }

    .food_and_drink .style-detail .parts {
        width: 100%;
    }

    .food_and_drink .style-intro .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .food_and_drink .style-area.notes .txt-box {
        margin-left: 0;
    }

    .food_and_drink .style-intro .img-box {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .food_and_drink .safety {
        max-height: unset;
    }

    .food_and_drink .safety .txt-box {
        padding: 25px;
        width: 95%;
        font-size: 20px;
    }

    .food_and_drink .safety .img-box {
        padding-bottom: 30px;
    }
}

/*アパレル・コスメ販売*/
.apparel .style-area .wrap.top {
    justify-content: center;
}

.apparel .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.apparel .style-ttl.tertiary,
.apparel .style-ttl.secondary {
    color: #ff9b33;
}

.apparel .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_apparel.png);
    background-position: top left;
    text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}

.apparel .style-ttl.secondary:before,
.apparel .page-ttl.tertiary:after {
    background: #ff9b33;
}

.apparel .style-area.tertiary,
.apparel .style-voice .parts.secondary {
    background: #FFF8ED;
}

.apparel .style-area.notes .txt-box {
    margin-left: 40px;
}

.apparel .style-intro .txt-box {
    width: 70%;
}

.apparel .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.apparel .style-intro.top .img-box {
    max-width: 264px;
}

.apparel .style-detail.secondary .parts .img-box {
    height: 264px;
    overflow: hidden;
}

.apparel .brand .img-box {
    width: calc((100% - 30px) / 4);
    height: auto;
    margin-left: unset;
}

.apparel .brand .brands {
    justify-content: center;
    flex-wrap: wrap;
}

.apparel .brand .brands .img-box {
    width: calc((100% - 50px) / 6);
    height: auto;
    margin-left: unset;
    margin-top: 10px;
    max-width: 200px;
    border: 1px #ccc solid;
    border-radius: 1px;
}

.apparel .brand .brand-inner {
    padding: 20px;
    margin: 30px auto;
}

.apparel .brand .txt-box {
    width: 100%;
}

.apparel .brand .wrap:first-child .txt-box {
    text-align: center;
}

.apparel .safety {
    background: #F1F4F7;
    font-size: 25px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-height: 200px;
}

.apparel .safety .txt-box {
    margin-left: 30px;
}

.apparel .safety .img-box img {
    max-height: 200px;
    width: auto;
}

.apparel .to_staff {
    background: #ff9b33;
    font-size: 20px;
    font-weight: bold;
    max-width: 500px;
    margin: 30px 15px;
}

.apparel .to_staff a {
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-height: 200px;
    justify-content: center;
}

.apparel .to_staff a .txt-box {
    width: 100%;
    padding: 10px 30px;
    position: relative;
}

.apparel .to_staff .triangles {
    align-items: center;
}

.apparel .to_staff .triangle1 {
    width: 0;
    height: 0;
    margin: 0 0 0 20px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.apparel .to_staff a:hover .triangle1:nth-child(1) {
    -webkit-animation: example 0.5s linear 0.5s 1 forwards;
    animation: anime1 0.5s linear 0.5s 1 forwards;
}

.apparel .to_staff a:hover .triangle1:nth-child(2) {
    -webkit-animation: example 0.5s linear 0.75s 1 forwards;
    animation: anime1 0.5s linear 0.75s 1 forwards;
}

@-webkit-keyframes anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .apparel .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_apparel_sp.png);
    }

    .apparel .style-detail .parts {
        width: 100%;
    }

    .apparel .style-intro .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .apparel .style-area.notes .txt-box {
        margin-left: 0;
    }

    .apparel .style-intro .img-box {
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        max-height: 280px;
        overflow: hidden;
    }

    .apparel .style-area .brand .wrap.brands {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
    }

    .apparel .brand .brand-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .apparel .brand .brands {
        justify-content: space-between;
    }

    .apparel .brand .brands .img-box {
        width: 48%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .apparel .safety {
        max-height: unset;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        padding-bottom: 20px;
    }

    .apparel .safety .txt-box {
        padding: 25px;
        width: 95%;
        font-size: 20px;
    }

    .apparel .safety .img-box {
        padding: 20px;
        margin: 0;
    }

    .apparel .safety .img-box img {
        max-height: 100%;
        width: 100%;
    }

    .apparel .to_staff {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .apparel .to_staff .txt-box .pc-flex {
        display: flex;
    }

    .apparel .to_staff a {
        max-height: unset;
    }

    .apparel .to_staff a .txt-box {
        padding: 13px 8px;
        width: 100%;
        font-size: 16px;
        margin-left: unset;
    }

    .apparel .to_staff a .img-box {
        padding-bottom: 30px;
    }

    .apparel .to_staff .triangle1 {
        margin: 0 5px;
        position: absolute;
        right: 5px;
    }

    .apparel .style-area .brand .wrap.brands {
        margin-top: unset;
    }
}

/*コールセンター*/
.callcenter .style-detail .parts {
    width: calc((100% - 30px) / 2);
}

.callcenter .style-ttl.secondary {
    color: #46b4af;
}

.callcenter .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_callcenter.jpg);
}

.callcenter .style-ttl.secondary:before,
.callcenter .page-ttl.tertiary:after {
    background: #46b4af;
}

.callcenter .style-area.tertiary,
.callcenter .style-voice .parts.secondary {
    background: #F9FFFF;
}

@media screen and (max-width: 767px) {
    .callcenter .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_callcenter_sp.jpg);
    }

    .callcenter .style-detail .parts {
        width: 100%;
    }
}

/*軽作業*/
.lightwork .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.lightwork .style-ttl.tertiary,
.lightwork .style-ttl.secondary {
    color: #039600;
}

.lightwork .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_lightwork2.jpg);
}

.lightwork .style-ttl.secondary:before,
.lightwork .page-ttl.tertiary:after {
    background: #039600;
}

.lightwork .style-area.tertiary,
.lightwork .style-voice .parts.secondary {
    background: #F5FFFC;
}

.lightwork .style-intro .txt-box {
    width: 70%;
}

.lightwork .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.lightwork .style-intro.top .img-box {
    max-width: 264px;
}

.lightwork .style-detail.secondary .parts .img-box {
    height: 264px;
}

.lightwork .to_inventory {
    background: #ff9b33;
    font-size: 32px;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}

.lightwork .to_inventory a {
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-height: 200px;
}

.lightwork .to_inventory a .txt-box {
    margin-left: 30px;
}

.lightwork .to_inventory a .img-box img {
    max-height: 200px;
    width: auto;
}

.lightwork .to_inventory .triangle1 {
    width: 0;
    height: 0;
    margin: 0 10px;
    border-left: 25px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.lightwork .to_inventory a:hover .triangle1:nth-child(1) {
    -webkit-animation: example 0.5s linear 0.5s 1 forwards;
    animation: anime1 0.5s linear 0.5s 1 forwards;
}

.lightwork .to_inventory a:hover .triangle1:nth-child(2) {
    -webkit-animation: example 0.5s linear 0.75s 1 forwards;
    animation: anime1 0.5s linear 0.75s 1 forwards;
}

.lightwork .to_inventory a:hover .triangle1:nth-child(3) {
    -webkit-animation: example 0.5s linear 1s 1 forwards;
    animation: anime1 0.5s linear 1s 1 forwards;
}

@-webkit-keyframes anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .lightwork .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_lightwork2_sp.jpg);
    }

    .lightwork .style-detail .parts {
        width: 100%;
    }

    .lightwork .style-intro .txt-box {
        width: 100%;
    }

    .lightwork .style-intro .img-box {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .lightwork .to_inventory .txt-box .pc-flex {
        display: flex;
    }

    .lightwork .to_inventory a {
        max-height: unset;
    }

    .lightwork .to_inventory a .txt-box {
        padding: 25px;
        width: 100%;
        font-size: 16px;
        margin-left: unset;
    }

    .lightwork .to_inventory a .img-box {
        padding-bottom: 30px;
    }

    .lightwork .to_inventory .triangle1 {
        margin: 0 5px;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}

/*サービス・その他*/
.service .style-area .wrap.top {
    justify-content: space-around;
}

.service .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.service .style-ttl.tertiary,
.service .style-ttl.secondary {
    color: #039600;
}

.service .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_service.jpg);
}

.service .style-ttl.secondary:before,
.service .page-ttl.tertiary:after {
    background: #039600;
}

.service .style-area.tertiary,
.service .style-voice .parts.secondary {
    background: #F5FFFC;
}

.service .style-area.notes .txt-box {
    margin-left: 40px;
}

.service .style-intro .txt-box {
    width: 70%;
}

.service .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.service .style-intro.top .img-box {
    height: 264px;
}

.service .style-detail.secondary .parts .img-box {
    /*height: 264px;*/
    height: fit-content;
}

.service .safety {
    background: #F1F4F7;
    font-size: 26px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-height: 200px;
}

.service .safety .txt-box {
    margin-left: 30px;
}

.service .safety .img-box img {
    max-height: 200px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .service .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_service_sp.jpg);
    }

    .service .style-detail .parts {
        width: 100%;
    }

    .service .style-intro .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .service .style-area.notes .txt-box {
        margin-left: 0;
    }

    .service .style-intro .img-box {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .service .safety {
        max-height: unset;
    }

    .service .safety .txt-box {
        padding: 25px;
        width: 95%;
        font-size: 20px;
    }

    .service .safety .img-box {
        padding-bottom: 30px;
    }
}

/*オフィスワーク*/
.officework .style-area .wrap.top {
    justify-content: space-around;
}

.officework .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.officework .style-ttl.tertiary,
.officework .style-ttl.secondary {
    color: #46b4af;
}

.officework .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_officework.jpg);
}

.officework .style-ttl.secondary:before,
.officework .page-ttl.tertiary:after {
    background: #039600;
}

.officework .style-area.tertiary,
.officework .style-voice .parts.secondary {
    background: #F9FFFF;
}

.officework .style-area.notes .txt-box {
    margin-left: 40px;
}

.officework .style-intro .txt-box {
    width: 70%;
}

.officework .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.officework .style-intro.top .img-box {
    max-width: 264px;
}

.officework .style-detail.secondary .parts .img-box {
    /*height: 264px;*/
    height: fit-content;
}

.officework .safety {
    background: #F1F4F7;
    font-size: 26px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-height: 200px;
}

.officework .safety .txt-box {
    margin-left: 30px;
}

.officework .safety .img-box img {
    max-height: 200px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .officework .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_officework_sp.jpg);
    }

    .officework .style-detail .parts {
        width: 100%;
    }

    .officework .style-intro .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .officework .style-area.notes .txt-box {
        margin-left: 0;
    }

    .officework .style-intro .img-box {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .officework .safety {
        max-height: unset;
    }

    .officework .safety .txt-box {
        padding: 25px;
        width: 95%;
        font-size: 20px;
    }

    .officework .safety .img-box {
        padding-bottom: 30px;
    }
}

/*食品販売*/
.food .style-area .wrap.top {
    justify-content: space-around;
}

.food .style-area .wrap.top .img-box:first-child {
    max-width: 528px;
    width: calc(50% - 40px);
}

.food .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.food .style-ttl.tertiary,
.food .style-ttl.secondary {
    color: #ff9b33;
}

.food .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_food.png);
    background-position: top left;
    text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}

.food .style-ttl.secondary:before,
.food .page-ttl.tertiary:after {
    background: #ff9b33;
}

.food .style-area.tertiary,
.food .style-voice .parts.secondary {
    background: #FFF8ED;
}

.food .style-area.notes .txt-box {
    margin-left: 40px;
}

.food .style-intro .txt-box {
    width: 70%;
}

.food .style-intro .img-box {
    width: calc(30% - 40px);
    max-width: 240px;
}

.food .style-intro.top .img-box {
    max-width: 264px;
}

.food .style-detail.secondary .parts .img-box {
    height: 264px;
    overflow: hidden;
}

.food .safety {
    background: #F1F4F7;
    font-size: 25px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-height: 200px;
}

.food .safety .txt-box {
    margin-left: 30px;
}

.food .safety .img-box img {
    max-height: 200px;
    width: auto;
}

.food .to_staff {
    background: #ff9b33;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 15px;
}

.food .to_staff a {
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-height: 200px;
    justify-content: center;
}

.food .to_staff a .txt-box {
    width: 100%;
    padding: 10px 30px;
}

.food .to_staff .triangles {
    align-items: center;
}

.food .to_staff .triangle1 {
    width: 0;
    height: 0;
    margin: 0 0 0 20px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.food .to_staff a:hover .triangle1:nth-child(1) {
    -webkit-animation: example 0.5s linear 0.5s 1 forwards;
    animation: anime1 0.5s linear 0.5s 1 forwards;
}

.food .to_staff a:hover .triangle1:nth-child(2) {
    -webkit-animation: example 0.5s linear 0.75s 1 forwards;
    animation: anime1 0.5s linear 0.75s 1 forwards;
}

@-webkit-keyframes anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anime1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .food .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_food_sp.png);
    }

    .food .style-detail .parts {
        width: 100%;
    }

    .food .style-area .wrap.top .img-box:first-child {
        max-width: 264px;
        width: 100%;
    }

    .food .style-intro .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .food .style-area.notes .txt-box {
        margin-left: 0;
    }

    .food .style-intro .img-box {
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        max-height: 280px;
        overflow: hidden;
    }

    .food .safety {
        max-height: unset;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
        width: calc(100% - 40px);
        padding-bottom: 20px;
    }

    .food .safety .txt-box {
        padding: 25px;
        width: 95%;
        font-size: 20px;
    }

    .food .safety .img-box {
        padding: 20px;
        margin: 0;
    }

    .food .safety .img-box img {
        max-height: 100%;
        width: 100%;
    }

    .food .to_staff {
        margin-left: 0;
        margin-right: 0;
    }

    .food .to_staff .txt-box .pc-flex {
        display: flex;
    }

    .food .to_staff a {
        max-height: unset;
    }

    .food .to_staff a .txt-box {
        padding: 13px 18px;
        width: 100%;
        font-size: 16px;
        margin-left: unset;
    }

    .food .to_staff a .img-box {
        padding-bottom: 30px;
    }

    .food .to_staff .triangle1 {
        margin: 0 5px;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}

/*高収入*/
.highpaid .style-detail .parts {
    width: calc((100% - 30px) / 3);
}

.highpaid .style-ttl.secondary {
    color: #ffd200;
}

.highpaid .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_highpaid.jpg);
}

.highpaid .style-ttl.secondary:before,
.highpaid .page-ttl.tertiary:after {
    background: #ffd200;
}

.highpaid .style-area.tertiary,
.highpaid .style-voice .parts.secondary {
    background: #FFFDEB;
}

.highpaid table.table-skill {
    margin-bottom: 30px;
    margin-top: 30px;
}

.highpaid table.table-skill th {
    text-align: center;
    vertical-align: middle;
    background-color: #fff7b1;
    width: 25%;
    padding: 1em 0;
}

.highpaid table.table-skill th:nth-child(n+2) {
    width: 41.5%;
}

.highpaid table.table-skill td {
    font-size: 14px;
    padding: 1em;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .highpaid .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_highpaid_sp.jpg);
    }

    .highpaid .style-detail .parts {
        width: 100%;
    }

    .highpaid table.table-skill {
        border-bottom: none;
        border-top: none;
    }

    .highpaid table.table-skill>tbody {
        display: block;
    }

    .highpaid table.table-skill>tbody tr {
        border-bottom: 1px solid #ddd;
        display: block;
    }

    .highpaid table.table-skill>tbody th {
        display: none;
    }

    .highpaid table.table-skill>tbody td {
        display: block;
        width: 100%;
        border: none;
        text-align: left;
        font-size: 13px;
        padding: 3em .8em .5em;
        position: relative;
    }

    .highpaid table.table-skill>tbody td:last-child {
        padding-bottom: .8em;
    }

    .highpaid table.table-skill>tbody td.data::before {
        content: attr(data-label);
        display: block;
        padding: .5em;
        margin-bottom: 8px;
        background-color: rgba(255, 228, 0, .2);
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

/*レジ*/
.register .style-detail .parts,
.register .style-voice .parts {
    width: calc((100% - 30px) / 2);
}

.register .style-ttl.secondary {
    color: #FFA500;
}

.register .style-voice .parts:nth-of-type(n + 3) {
    margin-top: 60px;
}

.register .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_register.jpg);
}

.register .style-ttl.secondary:before,
.register .page-ttl.tertiary:after {
    background: #FFA500;
}

.register .style-area.tertiary,
.register .style-voice .parts.secondary {
    background: #FFF8ED;
}

.register table.table-skill {
    margin-bottom: 30px;
    margin-top: 30px;
}

.register table.table-skill th {
    text-align: center;
    vertical-align: middle;
    background-color: #fff7b1;
    width: 25%;
    padding: 1em 0;
}

.register table.table-skill th:nth-child(n+2) {
    width: 41.5%;
}

.register table.table-skill td {
    font-size: 14px;
    padding: 1em;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .register .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_register_sp.jpg);
    }

    .register .style-detail .parts {
        width: 100%;
    }

    .register table.table-skill {
        border-bottom: none;
        border-top: none;
    }

    .register table.table-skill>tbody {
        display: block;
    }

    .register table.table-skill>tbody tr {
        border-bottom: 1px solid #ddd;
        display: block;
    }

    .register table.table-skill>tbody th {
        display: none;
    }

    .register table.table-skill>tbody td {
        display: block;
        width: 100%;
        border: none;
        text-align: left;
        font-size: 13px;
        padding: 3em .8em .5em;
        position: relative;
    }

    .register table.table-skill>tbody td:last-child {
        padding-bottom: .8em;
    }

    .register table.table-skill>tbody td {
        text-align: left;
        padding: 0 1em 1em 6em;
        position: relative;
    }

    .register table.table-skill>tbody td.data::before {
        content: attr(data-label);
        display: block;
        padding: .5em;
        margin-bottom: 8px;
        background-color: rgba(255, 228, 0, .2);
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .register table.table-skill>tbody td.data::before {
        display: inline-block;
        padding: 0;
        margin: 0;
        background-color: transparent;
        position: absolute;
        left: -5em;
        right: auto;
        padding-left: 6em;
    }

    .register table.table-skill>tbody td:first-child {
        font-weight: bold;
        font-size: 105%;
        padding: 15px 0 10px;
        text-align: center;
        background-color: #fff7b1;
        margin-bottom: 15px;
    }

    .register .style-voice .parts:not(:first-child),
    .register .style-voice .parts:nth-of-type(n + 3) {
        margin-top: 40px;
    }

    .register .style-voice .parts {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}

/*携帯・家電販売*/
.phone .style-detail .parts,
.phone .style-voice .parts {
    width: calc((100% - 30px) / 3);
}

.phone .style-ttl.secondary {
    color: #ff9b33;
}

.phone .style-voice .parts:nth-of-type(n + 4) {
    margin-top: 60px;
}

.phone .page-ttl.tertiary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_phone.png);
    background-position: top left;
    text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}

.phone .style-ttl.secondary:before,
.phone .page-ttl.tertiary:after {
    background: #ff9b33;
}

.phone .style-area.tertiary,
.phone .style-voice .parts.secondary {
    background: #FFF8ED;
}

.phone table.table-skill {
    margin-bottom: 30px;
    margin-top: 30px;
}

.phone table.table-skill th {
    text-align: center;
    vertical-align: middle;
    background-color: #fff7b1;
    width: 25%;
    padding: 1em 0;
}

.phone table.table-skill th:nth-child(n+2) {
    width: 41.5%;
}

.phone table.table-skill td {
    font-size: 14px;
    padding: 1em;
    vertical-align: middle;
}

.phone .comparison-parts .txt-box {
    width: 70%;
}

.phone .comparison-parts .img-box {
    width: calc(30% - 40px);
    max-width: 264px;
}

.phone .style-detail.secondary .parts .img-box {
    height: 264px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .phone .page-ttl.tertiary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_phone_sp.png);
    }

    .phone .style-detail .parts {
        width: 100%;
    }

    .phone table.table-skill {
        border-bottom: none;
        border-top: none;
    }

    .phone table.table-skill>tbody {
        display: block;
    }

    .phone table.table-skill>tbody tr {
        border-bottom: 1px solid #ddd;
        display: block;
    }

    .phone table.table-skill>tbody th {
        display: none;
    }

    .phone table.table-skill>tbody td {
        display: block;
        width: 100%;
        border: none;
        text-align: left;
        font-size: 13px;
        padding: 3em .8em .5em;
        position: relative;
    }

    .phone table.table-skill>tbody td:last-child {
        padding-bottom: .8em;
    }

    .phone table.table-skill>tbody td {
        text-align: left;
        padding: 0 1em 1em 6em;
        position: relative;
    }

    .phone table.table-skill>tbody td.data::before {
        content: attr(data-label);
        display: block;
        padding: .5em;
        margin-bottom: 8px;
        background-color: rgba(255, 228, 0, .2);
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .phone table.table-skill>tbody td.data::before {
        display: inline-block;
        padding: 0;
        margin: 0;
        background-color: transparent;
        position: absolute;
        left: -5em;
        right: auto;
        padding-left: 6em;
    }

    .phone table.table-skill>tbody td:first-child {
        font-weight: bold;
        font-size: 105%;
        padding: 15px 0 10px;
        text-align: center;
        background-color: #fff7b1;
        margin-bottom: 15px;
    }

    .phone .style-voice .parts:not(:first-child),
    .phone .style-voice .parts:nth-of-type(n + 4) {
        margin-top: 40px;
    }

    .phone .style-voice .parts {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .phone .comparison-parts .txt-box {
        width: 100%;
    }

    .phone .comparison-parts .img-box {
        width: 100%;
        max-width: 264px;
    }
}

.contents main .job-list a {
    margin-bottom: 30px;
}

/*棚卸*/
.inventory .page-ttl.secondary {
    background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_inventory.jpg);
}

.inventory .to_staff {
    background: #ff9b33;
    font-size: 20px;
    font-weight: bold;
    max-width: 500px;
    margin: 30px auto;
}

.inventory .to_staff a {
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-height: 200px;
    justify-content: center;
}

.inventory .to_staff a .txt-box {
    width: 100%;
    padding: 10px;
}

.inventory .to_staff .triangles {
    align-items: center;
}

.inventory .to_staff .triangle1 {
    width: 0;
    height: 0;
    margin: 0 10px;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.inventory .to_staff a:hover .triangle1:nth-child(1) {
    -webkit-animation: example 0.5s linear 0.5s 1 forwards;
    animation: anime1 0.5s linear 0.5s 1 forwards;
}

.inventory .to_staff a:hover .triangle1:nth-child(2) {
    -webkit-animation: example 0.5s linear 0.75s 1 forwards;
    animation: anime1 0.5s linear 0.75s 1 forwards;
}

@media screen and (max-width: 767px) {
    .inventory .page-ttl.secondary {
        background-image: url(/wp-content/themes/persol-mk-2021/assets/images/common/page_ttl_inventory_sp.jpg);
    }

    .inventory .to_staff .txt-box .pc-flex {
        display: flex;
    }

    .inventory .to_staff {
        max-width: 90%;
    }

    .inventory .to_staff a {
        max-height: unset;
    }

    .inventory .to_staff a .txt-box {
        padding: 13px 25px;
        width: 100%;
        font-size: 16px;
        margin-left: unset;
    }

    .inventory .to_staff a .img-box {
        padding-bottom: 30px;
    }

    .inventory .to_staff .triangle1 {
        margin: 0 5px;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}

.contents .table_of_contents {
    border: 3px solid #ff9b33;
    border-radius: 10px;
    padding: 16px;
    margin-top: 16px;
}

.contents .table_of_contents .table_title {
    font-weight: bold;
    font-size: 1.1rem;
}

.contents .table_of_contents a {
    display: block;
    text-decoration: none;
    color: #000;
    margin-top: 8px;
}

.contents .table_of_contents a:hover {
    color: #ff9b33;
}

.contents .search-check-item {
    width: 150px;
    height: 60px;
}

.contents .search-check-item.only_text {
    width: auto;
    height: 30px;
}

.contents .search-check-item-text {
    border-radius: unset;
    text-align: center;
}

span.search-check-item-text.has_img {
    border: none;
}

.contents .search-check-item-text.small {
    border-radius: unset;
}

.contents .only_text .search-check-item-text {
    border: none;
    text-decoration: underline;
    font-size: 12px;
    margin: 0 4px;
    font-weight: bold;
}

.contents .search-check-item-text.has_img img,
.contents .search-check-item-text.has_img picture,
.contents .search-check-item-text.has_img source {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .contents .table_of_contents .table_title {
        font-size: .8rem;
    }

    .contents .table_of_contents a {
        font-size: .8rem;
        margin-top: 4px;
    }
}

.contents main .container .post-meta .updated-date {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    text-align: right;
}
