.uk-navbar-left {
    padding-left: 40px!important;
}

.uk-navbar-right {
    padding-right: 40px!important;
}

@media only screen and (max-width: 960px) {
    .uk-navbar-left {
        padding-left: 30px!important;
    }

    .uk-navbar-right {
        padding-right: 30px!important;
    }
}

@media only screen and (max-width: 640px) {
    .uk-navbar-left {
        padding-left: 15px!important;
    }

    .uk-navbar-right {
        padding-right: 15px!important;
    }
}

.uk-container {
    padding: 0!important;
    max-width:100vw!important;
}

.upper-belt::after {
    height: 30px;
    z-index: 1;
    background: #ffefdf;
    position: relative;
    top: 0%;
    display: inline-block;
    width: 100%;
    content: '';
}
.lower-belt::before {
    height: 30px;
    z-index: 3;
    background: #fff;
    position: relative;
    top: -18px;
    display: inline-block;
    width: 100%;
    content: '';
}

.flex-header-orange {
    width: 100%;
    display: flex;
    background: #FF9C3A;
    color: #fff;
    font-size: 30px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.flex-header-orange::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FF9C3A;
    position: absolute;
    margin-top: 54px;
}

.flex-header-orange-column {
    width: 100%;
    display: flex;
    background: #FF9C3A;
    color: #fff;
    font-size: 16px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
}

.square-mark {
    width: 100%;
    display: flex;
    background: #FF9C3A;
    border-radius: 8px 8px 0 0;
    padding: 4px 0;
    color: #fff;
    font-size: 24px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.square-mark span {
    display: contents;
    font-size: 30px;
}

.square-mark::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 29px solid #FF9C3A;
    position: absolute;
    margin-top: 58px;
}

.green-arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #66D3A9;
    position: absolute;
    left: -24px;
    margin-top: 154px;
    display: block!important;
}

.green-arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(255, 240, 221);
    position: absolute;
    left: -24px;
    margin-top: 164px;
    z-index: 2;
    display: block!important;
}

.green-arrow-sm::before {
    display: none;
}

.green-arrow-sm::after {
    display: none;
}

.star-num {
    height: 54px;
    margin-bottom: 28px;
    margin-right: -18px;
    z-index: -1;
}

.star {
    height: 20px;
    margin-bottom: 40px;
}

.column-interior-row {
    width: 100%;
    display: flex;
    background:#fff;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 5px;
    box-sizing: border-box;
}

.column-switch {
    flex-direction: row;
    flex-wrap: wrap
}

.interview-flex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: left;
    width: 100%;
    background:#fff;
    color: #666;
    padding-top: 10px;
}

.orange-head-in-column {
    color: #FF9C3A;
    font-weight: 700;
    padding: 14px;
}

.interview-image {
    width: 95px;
}

.interview-name {
    display: inline-block;
    margin-top: 4px;
    margin-left: 50px;
    font-weight: 700;
    color: #fff;
    transform: translateY(10px);
}

.uk-slidenav {
    color: #FF9C3A!important;
    font-weight: 700;
    padding: 10px;
}

.uk-dotnav > li > a {
    border-color: #ff9c3a!important;
    color: #ff9c3a!important;
}

.uk-light .uk-dotnav>.uk-active>* {
    border-color: #ff9c3a!important;
    color: #ff9c3a!important;
    background-color: #ff9c3a!important;
}

.uk-label-warning {
    background-color: #ee9584!important;
}

.uk-input, .uk-textarea {
    border-color: #e5e5e5!important;
}

.submit-button {
    color:#fff;
    background-color: #66D3A9;
    border-radius:10px;
    padding: 20px 125px!important;
}

.uk-padding-remove-top {
    margin: 0!important;
}
@media only screen and (max-width: 960px){
    .column-switch {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .uk-slidenav {
        background-color: #ffffffaa!important;
        position: absolute!important;
        top: 40px!important;
    }

    .column-interior-row {
        height: auto;
    }

    .uk-flex-column {
        height: auto;
    }

    .slider-height-fix {
        height: auto;
    }
}

@media only screen and (max-width: 1280px) {
    /*.font-resizer {
        font-size: 0.8rem!important;
    }*/
}

@media only screen and (max-width: 640px) {

    h3.font-resizer {
        font-size: 1rem!important;
    }

    p.font-resizer {
        font-size: 1rem!important;
    }

    .font-resizer {
        font-size: 1rem!important;
    }

    .green-arrow::before {
        display: none!important;
    }

    .green-arrow-sm::before {
        content: '';
        width: 0;
        height: 0;
        display: block!important;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #66D3A9;
        position: absolute;
        top: -32px;
        z-index: 2;
        margin-left: 28px;
    }

    .green-arrow-sm::after {
        content: '';
        width: 0;
        height: 0;
        display: block!important;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgb(255, 240, 221);
        position: absolute;
        top: -32px;
        z-index: 2;
        margin-left: 38px;
    }

    .uk-grid+.uk-grid-medium {
        margin-top: 0!important;
    }

    .interview-name {
        margin-left: 30px;
        font-size: 0.7rem;
        color: #fff;
    }

    .interview-name h3 {
        font-size: 16px;
    }

    .interview-image {
        width: 65px;
        margin-left: -10px;
    }

    .submit-button {
        padding: 6px 40px!important;
    }
}
.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width:1200px) {
    .support {
        font-size: 14px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media only screen and (max-width:414px) {
    .support {
        font-size: 14px;
    }
}

h2 span {
    font-size: 36px;
}
@media only screen and (max-width:414px) {
    h2 span {
        font-size: 25px;
    }
}

/*=========================================================
    上部STEP
=========================================================*/
.support {
    box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
    width: 90%;
    padding: 50px 0;
    background-image: linear-gradient(#ffbc797a 1px, transparent 0), linear-gradient(90deg, #ffbc797a 1px, transparent 0);
    background-size: 20px 20px;
}

.box1 {
    position: relative;
    width: 90%;
    max-width: 969px;
    margin: auto;
}

.box1 article {
    position: relative;
    border: 3px solid #ff9c3a;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    background-color: #fff;
}

.box1 article:after {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ff9d3a transparent transparent transparent;
}

.box1 article img:first-child {
    width: 44px;
    height: 100%;
    margin-right: 30px;
}

.box1 article:last-child img.pc {
    position: absolute;
    top: 50%;
    left: -56px;
    width: 100px;
    transform: translateY(-50%);
}

.box1 article:last-child img.sp {
    display: none;
}

.box1 article span {
    font-weight: bold;
    text-align: justify;
}

.box1 article span:first-of-type {
    font-size: 28px;
    letter-spacing: 4px;
    width: 5em;
}

.box1 article span:last-of-type {
    font-size: 18px;
    margin-left: 40px;
    font-weight: normal;
    width: 22em;
}

@media only screen and (max-width:1200px) {
    .support {
        padding: 20px 0;
        background-image: linear-gradient(#ffbc797a 1px, transparent 0), linear-gradient(90deg, #ffbc797a 1px, transparent 0);
        background-size: 10px 10px;
    }
    .box1 article {
        margin-bottom: 16px;
        padding: 10px 8px;
    }
    .box1 article img:first-child {
        width: 30px;
        margin-right: 10px;
    }
    .box1 article span {
        text-align: left;
    }
    .box1 article span:first-of-type {
        width: unset;
        font-size: 23px;
        letter-spacing: 0px;
        white-space: nowrap
    }
    .box1 article span:last-of-type {
        margin-left: 10px;
        font-size: 16px;
    }
    .box1 article:last-child img.pc {
        display: none;
    }
    .box1 article:last-child img.sp {
        display: block;
        position: absolute;
        top: -16px;
        right: -13px;
        width: 82px;
    }
    .box1 article:after {
        bottom: -17px;
        border-width: 15px 15px 0 15px;
    }
}

@media only screen and (max-width:414px) {
    .box1 article span:first-of-type {
            font-size: 16px;
    }
    .box1 article span:last-of-type {
        font-size: 14px;
    }
    .box1 article:last-child img.sp {
        width: 82px;
    }
}

/*=========================================================
    青矢印
=========================================================*/
.waku {
    position: relative;
    width: 900px;
    margin: auto;
    border-right: 22px solid #c21500;
    border-image: linear-gradient(180deg, #ffffff00 245px, #87caff 245px);
    border-image-slice: 1;
}

p.memo {
    position: absolute;
    top: 320px;
    right: -84px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 600;
}

p.memo span {
    color: #e77075;
    display: inline-block;
    margin-bottom: 5px;
}

.arrow1:before {
    content: "";
    position: absolute;
    bottom: 18px;
    right: -3%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19.5px 25.1px 19.5px 0;
    border-color: transparent #87caff transparent transparent;
}

.arrow1:after {
    content: "";
    position: absolute;
    bottom: 25px;
    right: -52px;
    width: 4%;
    height: 22px;
    background-color: #87caff;
}

.sitawaku {
    width: 100%;
    border-bottom: 22px solid #c21500;
    border-image: linear-gradient(to right, #ffffff00 557px, #87caff 557px);
    border-image-slice: 1;
}

@media only screen and (max-width:1200px) {
    .waku {
        width: 100%;
        border: none;
    }
    p.memo {
        display: none;
    }
    .arrow1:before,
    .arrow1:after {
        content: none;
    }
    .sitawaku {
        border: none;
    }
}

/*=========================================================
    パターン
=========================================================*/
.box2 {
    position: relative;
    width: 98%;
    max-width: 1068px;
    margin: auto;
    margin-bottom: 35px;
    border-radius: 8px;
}

.box2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ff9d3a transparent transparent transparent;
}

.box2 h3 {
    position: relative;
    background-color: #ff9c3a;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-weight: 600;
}

.box2 h3:before,
.box2 h3:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url({{ asset('/assets/images/designs/customers/publication/kushi_hasami2.png') }});
    background-size: cover;
    background-repeat: no-repeat;
}

.box2 h3:before {
    left: calc(50% - 13rem);
    background-image: url({{ asset('/assets/images/designs/customers/publication/kushi_hasami1.png') }});
    background-size: cover;
    background-repeat: no-repeat;
}

.box2 h3:after {
    left: calc(50% - -10rem);
}

.box2 .inbox {
    padding: 40px 20px 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border: 3px solid #ff9c3a;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.box2 article article {
    background-color: #dafbee;
    border-radius: 8px;
    width: 32%;
    padding: 20px;
    box-sizing: border-box;
}

.box2 article article span {
    display: block;
    background-color: #ff9c3a;
    width: 60px;
    height: 60px;
    border-radius: 35px;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin: -39px auto 0;
    line-height: 60px;
    text-indent: 2px;
}

.box2 article article h4 {
    margin: 15px 0;
    text-align: center;
    line-height: 26px;
    font-size: 21px;
    font-family: 'NotoSans', sans-serif !important;
    font-weight: 600;
}

.box2 article article p {
    margin: 0;
}

@media only screen and (max-width:1200px) {
    .box2 {
        width: 90%;
        margin-top: 26px;
    }
    .box2:after {
        bottom: -14px;
        border-width: 15px 15px 0 15px;
    }
    .box2 h3 {
        font-size: 22px;
    }
    .box2 h3:before, .box2 h3:after {
        width: 27px;
        height: 27px;
    }
    .box2 h3:before {
        left: calc(50% - 168px);
    }
    .box2 h3:after {
        left: calc(50% - -141px);
    }
    .box2 .inbox {
        display: block;
        padding: 10px;
    }
    .box2 article article {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .box2 article article:last-child {
        margin-bottom: 0;
    }
    .box2 article article .ttl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .box2 article article .ttl span {
        display: block;
        margin: 0;
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 35px;
        margin-right: 5px;
    }
    .box2 article article .ttl h4 {
        width: 84%;
        font-size: 22px;
        line-height: 20px;
        margin: 0;
        text-align: left;
    }
    .box2 article article p {
        margin-top: 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width:414px) {
    .box2 h3 {
        font-size: 16px;
    }
    .box2 h3:before, .box2 h3:after {
        width: 25px;
        height: 25px;
    }
    .box2 h3:before {
        left: calc(50% - 134px);
    }
    .box2 h3:after {
        left: calc(50% - -110px);
    }
    .box2 article article .ttl {
        justify-content: space-around;
    }
    .box2 article article .ttl h4 {
        font-size: 16px;
    }
    .box2 article article p {
        font-size: 14px;
    }
}

@media only screen and (max-width:320px) {
    .box2 h3:before {
        left: calc(50% - 127px);
    }
    .box2 h3:after {
        left: calc(50% - -101px);
    }
}


/*=========================================================
    下部STEP
=========================================================*/
.box3 article {
    justify-content: center;
    padding: 12px;
    margin-bottom: 0;
}

.box3 article:before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: calc(50% - 134px);
    width: 30px;
    height: 40px;
    background-color: #e77075;
    border: none;
}

.box3 article:after {
    content: "";
    position: absolute;
    bottom: -43px;
    left: calc(50% - -118px);
    width: 22px;
    height: 40px;
    background-color: #87caff;
    border: none;
}

.box3 article span:first-of-type,
.box3 article span:last-of-type {
    margin: 0;
}

.box3 article span:last-of-type {
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: 600;
    width: 12em;
}

.box3 article span {
    margin-right: 0;
}

.box3 .judge {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 10px;
    font-weight: 600;
}

.box3 .judge:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: calc(50% - 121px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #e77075 transparent transparent transparent;
}

.box3 .judge span {
    color: #e77075;
}

.box3 .judge span:last-child {
    color: #61a3ff;
}

.box3 .judge span + span {
    margin-left: 105px;
}

@media only screen and (max-width:1200px) {
    .box3 article {
        padding: 5px;
    }
    .box3 article span:last-of-type {
        font-size: 23px;
        letter-spacing: 0;
    }
    .box3 article:before {
        bottom: -25px;
        left: calc(50% - 68px);
        width: 51px;
        height: 22px;
    }
    .box3 .judge {
        margin: 0;
    }
    .box3 .judge:after {
        content: none;
    }
    .box3 article:before,
    .box3 article:after {
        content: none;
    }
    .box3 .judge span {
        position: relative;
        font-size: 14px;
    }
    .box3 .judge span {
        background-color: #ff5d5d;
        color: #fff;
        padding: 7px 21px 0;
    }
    .box3 .judge span:after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: calc(50% - -1px);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 50px 0 50px;
        border-color: #ff5d5d transparent transparent transparent;
    }
    .box3 .judge span:last-child {
        background-color: #87caff;
        color: #fff;
        padding: 7px 14px 0;
        width: 42px;
    }
    .box3 .judge span + span {
        margin-left: 75px;
    }
    .box3 .judge span:last-child:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: calc(50% - 0px);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 35.1px;
        border-color: #87caff #87caff #87caff #87caff;
    }
}

@media only screen and (max-width:414px) {
    .box3 article span:last-of-type {
        font-size: 16px;
    }
}

/*=========================================================
    最下部STEP
=========================================================*/
.box4 {
    position: relative;
    margin-top: 7px;
}

.box4 p.sp {
    display: none;
}
.box4 p.pc {
    font-size: 28px;
    text-align: center;
    margin: 50px 0 0;
    font-family: 'NotoSans', sans-serif !important;
    font-weight: 600;
}

.box4 article {
    width: 80%;
    margin: 0 auto 35px;
}

.box4 article > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box4 article > div span:last-of-type {
    width: 18em;
}

.box4 article img.pc {
    position: absolute;
    top: 50%;
    left: -56px;
    width: 100px;
    transform: translateY(-50%);
}
.box4 article img.sp {
    display: none;
}

@media only screen and (max-width:1200px) {
    .box4 {
        margin-top: 15px;
    }
    .box4 article {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 31px;
    }
    .box4 article:before {
        content: "";
        position: absolute;
        bottom: -33px;
        left: calc(50% - -22px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 50px 0 50px;
        border-color: #87caff transparent transparent transparent;
    }
    .box4 article:after {
        content: "";
        position: absolute;
        bottom: -19px;
        left: calc(50% - -37px);
        transform: unset;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 35.1px;
        border-color: #87caff #87caff #87caff #87caff;
    }
    .box4 article div {
        position: relative;
    }
    .box4 article img.sp {
        display: block;
        position: absolute;
        top: -28px;
        right: -19px;
        width: 85px;
    }
    .box4 article img.pc {
        display: none;
    }
    .box4 p.pc {
        display: none;
    }
    .box4 p.sp {
        display: block;
        font-size: 15px;
        margin: 10px 0 0;
        width: fit-content;
        margin: 10px auto;
    }
    .box4 p.sp span {
        width: unset;
        margin: auto;
        color: #ff5d5d;
        white-space: pre-wrap;
    }
}

@media only screen and (max-width:414px) {
    .box4 p.sp {
        font-size: 14px;
    }
}

/*=========================================================
    SP 求人掲載に戻る
=========================================================*/
.box5 article {
    display: block;
}

.box5 article div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box5 p {
    font-size: 15px;
    margin: 10px 0 0;
    width: fit-content;
    margin: 10px auto;
}

.box5 p span {
    margin: auto;
    color: #ff5d5d;
}

.box5 article span:last-of-type {
    width: unset;
}

.box5 article span.free {
    margin: 0;
}

.box5 article:after {
    content: none;
}

@media only screen and (max-width:414px) {
    .box5 p {
        font-size: 14px;
    }
}
