/* 共通設定 */
.hiring_wrap_1,
.hiring_wrap_2,
.hiring_wrap_3,
.hiring_wrap_4,
.hiring_wrap_5,
.hiring_wrap_6,
.hiring_wrap_7,
.hiring_wrap_8,
.hiring_wrap_9 {
    background-color: rgba(var(--color_bg));
}

.hiring_wrap_1 .title,
.hiring_wrap_2 .title,
.hiring_wrap_3 .title,
.hiring_wrap_4 .title,
.hiring_wrap_5 .title,
.hiring_wrap_6 .title {
    font-size: 40px;
    padding: 60px 0 30px 0;
    color: rgba(var(--color_text));
    font-weight: bold;
}

.hiring_wrap_1 .textArea_A,
.hiring_wrap_2 .textArea_A,
.hiring_wrap_3 .textAreas_A,
.hiring_wrap_4 .section_detail,
.hiring_wrap_5 .textAreas_A {
    font-size: 16px;
    color: rgba(var(--color_text));
}

.hiring_wrap_3 .textAreas_A {
    margin-top: 10px;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    .hiring_wrap_1 .title,
    .hiring_wrap_2 .title,
    .hiring_wrap_3 .title,
    .hiring_wrap_4 .title,
    .hiring_wrap_5 .title,
    .hiring_wrap_6 .title {
        font-size: 34px;
    }
}

@media screen and (max-width: 599px) {
    .hiring_wrap_1 .title,
    .hiring_wrap_2 .title,
    .hiring_wrap_3 .title,
    .hiring_wrap_4 .title,
    .hiring_wrap_5 .title,
    .hiring_wrap_6 .title {
        font-size: 20px;
        padding: 40px 0 20px 0;
    }
    .hiring_wrap_1 .textArea_A,
    .hiring_wrap_2 .textArea_A,
    .hiring_wrap_4 .section_detail,
    .hiring_wrap_5 .textAreas_A {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 359px) {
}

/* blade 20 */
.hiring_wrap_1.parts_wrap_width {
    padding-bottom: 20px;
}

/* blade 21 */
.hiring_wrap_2 {
    position: relative;
}

.hiring_wrap_2 .parts_wrap_width {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.hiring_wrap_2 .section_image_none {
    width: 100%;
}

.hiring_wrap_2 .section_image_none .img {
    width: 100%;
    min-height: 350px;
    position: relative;
}

.hiring_wrap_2 .section_image_none .img::after {
    position: absolute;
    display: block;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color_bg));
    opacity: 0.8;
}

@media screen and (max-width: 1023px) {
    .hiring_wrap_2 .title {
        font-size: 34px;
    }
}
@media screen and (max-width: 599px) {
    .hiring_wrap_2 .parts_wrap_width {
        padding-bottom: 40px;
    }

    .hiring_wrap_2 .title {
        font-size: 20px;
    }

    .hiring_wrap_2 .section_image_none .img {
        min-height: 228px;
    }
}

/* blade 22 */

.hiring_wrap_3 {
    padding-bottom: 20px;
}

.hiring_wrap_3 .wrap {
    width: calc((100% / 3) - 20px);
    margin-right: 35px;
}

.hiring_wrap_3 .wrap:last-of-type {
    margin-right: 0;
}

.hiring_wrap_3 .img {
    width: 100%;
    height: 232px;
}

.hiring_wrap_3 .flex-row-center {
    align-items: baseline;
}

.hiring_wrap_3 .section_images {
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
    .hiring_wrap_3 .img {
        height: 150px;
    }
}
@media screen and (max-width: 599px) {
    .hiring_wrap_3 .parts_wrap_width {
        width: 90%;
    }
    .hiring_wrap_3 .title {
        padding: 40px 0 20px 0;
    }
    .hiring_wrap_3 .flex-row-center {
        flex-direction: column;
    }
    .hiring_wrap_3 .wrap {
        width: 100%;
        height: auto;
    }
    .hiring_wrap_3 .textAreas_A {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .hiring_wrap_3 .wrap:last-child .section_texts {
        margin-bottom: 0px;
    }

    .hiring_wrap_3 .img {
        height: auto;
    }
}
@media screen and (max-width: 359px) {
    .hiring_wrap_3 .parts_wrap_width {
        width: 100%;
    }
}

/* blade 23 */
.hiring_wrap_4 .section_columns {
    width: 30%;
    text-align: center;
    padding: 20px;
    border-right: 1px solid var(--cms-gray);
    padding: 20px 0;
    background-color: rgba(var(--color_sub));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiring_wrap_4 .section_detail {
    width: 70%;
    text-align: start;
    padding: 20px 0 20px 40px;
}

.hiring_wrap_4 ul {
    margin: 0 0 20px;
}

.hiring_wrap_4 li {
    border-bottom: 1px solid var(--cms-gray);
    align-items: initial;
    color: rgba(var(--color_text));
}

.hiring_wrap_4 li:first-of-type {
    border-top: 1px solid var(--cms-gray);
}

.hiring_wrap_4 .cms-admin-notification.parts_wrap_width {
    padding-bottom: 20px;
}

.hiring_wrap_4 .cms-f-edit-input:first-of-type {
    margin-right: 20px;
}

@media screen and (max-width: 599px) {
    .hiring_wrap_4 .title {
        padding: 40px 0 10px 0;
    }
    .hiring_wrap_4 .section_columns {
        font-size: 14px;
    }

    .hiring_wrap_4 .section_detail {
        padding-left: 20px;
    }
}

/* blade 24 */
.hiring_wrap_5 {
    margin-bottom: 20px;
}
.hiring_wrap_5 .wrap {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.hiring_wrap_5 .wrap:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 40px;
}

.hiring_wrap_5 .flex-row-center {
    flex-wrap: wrap;
}
.hiring_wrap_5 .wrap .section_images,
.hiring_wrap_5 .wrap .wrap_content {
    width: 480px;
}

.hiring_wrap_5 .wrap .wrap_content {
    text-align: left;
    color: rgba(var(--color_text));
}

.hiring_wrap_5 .wrap .img {
    height: 360px;
    width: 100%;
}

.hiring_wrap_5 .section_titles {
    font-weight: bold;
    font-size: 24px;
    color: rgba(var(--color_text));
    margin-bottom: 30px;
    min-width: 30px;
    min-height: 30px;
}

@media screen and (max-width: 1023px) {
    .hiring_wrap_5 .wrap {
        width: 100%;
    }
    .hiring_wrap_5 .wrap .section_images,
    .hiring_wrap_5 .wrap .wrap_content {
        width: 49%;
    }
}

@media screen and (max-width: 599px) {
    .hiring_wrap_5 .title {
        padding: 40px 0 20px 0;
    }
    .hiring_wrap_5 .wrap {
        flex-direction: column;
    }
    .hiring_wrap_5 .wrap:nth-child(2) {
        flex-direction: column;
        margin-top: 0;
    }
    .hiring_wrap_5 .wrap .section_images,
    .hiring_wrap_5 .wrap .wrap_content {
        width: 100%;
    }
    .hiring_wrap_5 .wrap .section_titles {
        margin: 10px 0 15px 0;
        font-size: 16px;
    }
    .hiring_wrap_5 .wrap .wrap_content {
        margin-bottom: 30px;
    }
    .hiring_wrap_5 .wrap:nth-child(2) .wrap_content {
        margin-bottom: 0;
    }
    .hiring_wrap_5 .wrap .img {
        height: auto;
    }
}

/* blade 25 */
.hiring_wrap_6 {
    margin-bottom: 20px;
}

/* blade 61 */

.hiring_wrap_7 .all_wrap {
    position: relative;
    width: 100%;
}
.hiring_wrap_7 .image_title_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 100%;
    position: relative;
    padding: 20px 30px;
}

.hiring_wrap_7 .section_image .img {
    box-shadow: 12px 0px 22px #00000033;
}

.hiring_wrap_7 .section_image {
    margin-left: 50px;
    width: 100%;
}
.hiring_wrap_7 .title_wrap {
    width: 50%;
}
.hiring_wrap_7 .DIY_BG {
    text-align: end;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 400px;
    width: 100%;
}

.hiring_wrap_7 .DIY_BG > span {
    display: inline-block;
    background-color: rgba(var(--color_sub));
    width: 85%;
    height: 400px;
    border-radius: 10px 0px 0px 10px;
}
.hiring_wrap_7 .title_1,
.hiring_wrap_7 .title_2,
.hiring_wrap_7 .section_textarea {
    text-align: start;
}

.hiring_wrap_7 .title_1 {
    font-size: 100px;
    color: rgba(var(--color_primary));
    line-height: 1;
    margin-bottom: 45px;
    font-weight: bold;
}
.hiring_wrap_7 .title_2 {
    font-size: 24px;
    color: rgba(var(--color_text));
    margin-bottom: 20px;
    font-weight: bold;
}
.hiring_wrap_7 .section_textarea {
    font-size: 16px;
    color: rgba(var(--color_text));
}
@media screen and (max-width: 1023px) {
    .hiring_wrap_7 .section_image {
        margin-left: 20px;
    }
}

@media screen and (max-width: 599px) {
    .hiring_wrap_7 {
        padding: 20px 0;
        min-height: auto;
    }

    .hiring_wrap_7 .all_wrap {
        padding: 0px;
    }
    .hiring_wrap_7 #block-text-top {
        z-index: -1;
    }
    .hiring_wrap_7 .image_title_wrap {
        flex-direction: column;
        padding: 0;
    }
    .hiring_wrap_7 .section_image {
        margin-left: 0;
    }
    .hiring_wrap_7 .section_image,
    .hiring_wrap_7 .section_image .img {
        width: 100%;
        max-height: auto;
        min-height: 202px;
    }

    .hiring_wrap_7 .img_wrap {
        margin: auto;
        padding: 0 20px;
    }

    .hiring_wrap_7 .DIY_BG {
        display: none;
    }
    .hiring_wrap_7 .title_wrap {
        width: 100%;
        background-color: rgba(var(--color_sub));
        border-radius: 10px;
        padding: 20px;
        padding-top: 148px;
        margin-top: -122px;
    }
    .hiring_wrap_7 .title_1 {
        margin-bottom: 20px;
        font-size: 40px;
    }
    .hiring_wrap_7 .title_2 {
        font-size: 20px;
    }
    .hiring_wrap_7 .section_textarea {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 359px) {
    /* 90%*/
}

/* blade 62*/

.hiring_wrap_8 .all_wrap {
    position: relative;
    width: 100%;
}
.hiring_wrap_8 .image_title_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    position: relative;
    padding: 20px 30px;
}

.hiring_wrap_8 .section_image .img {
    box-shadow: 12px 0px 22px #00000033;
}

.hiring_wrap_8 .section_image {
    margin-right: 50px;
    width: 100%;
}

.hiring_wrap_8 .title_wrap {
    width: 50%;
}
.hiring_wrap_8 .DIY_BG {
    text-align: start;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 400px;
    width: 100%;
}

.hiring_wrap_8 .DIY_BG > span {
    display: inline-block;
    background-color: rgba(var(--color_sub));
    width: 85%;
    height: 400px;
    border-radius: 0px 10px 10px 0px;
}
.hiring_wrap_8 .title_1,
.hiring_wrap_8 .title_2,
.hiring_wrap_8 .section_textarea {
    text-align: start;
}

.hiring_wrap_8 .title_1 {
    text-align: end;
    font-size: 100px;
    color: rgba(var(--color_primary));
    line-height: 1;
    margin-bottom: 45px;
    font-weight: bold;
}
.hiring_wrap_8 .title_2 {
    text-align: end;
    font-size: 24px;
    color: rgba(var(--color_text));
    margin-bottom: 20px;
    font-weight: bold;
}
.hiring_wrap_8 .section_textarea {
    text-align: end;
    font-size: 16px;
    color: rgba(var(--color_text));
}
@media screen and (max-width: 1023px) {
    .hiring_wrap_8 .section_image {
        margin-right: 20px;
    }
}

@media screen and (max-width: 599px) {
    .hiring_wrap_8 {
        padding: 20px 0;
        min-height: auto;
    }

    .hiring_wrap_8 .all_wrap {
        padding: 0px;
    }
    .hiring_wrap_8 #block-text-top {
        z-index: -1;
    }
    .hiring_wrap_8 .image_title_wrap {
        flex-direction: column;
        padding: 0;
    }
    .hiring_wrap_8 .section_image {
        margin-right: 0;
    }
    .hiring_wrap_8 .section_image,
    .hiring_wrap_8 .section_image .img {
        width: 100%;
        max-height: auto;
        min-height: 202px;
    }

    .hiring_wrap_8 .img_wrap {
        margin: auto;
        padding: 0 20px;
    }

    .hiring_wrap_8 .DIY_BG {
        display: none;
    }
    .hiring_wrap_8 .title_wrap {
        width: 100%;
        background-color: rgba(var(--color_sub));
        border-radius: 10px;
        padding: 20px;
        padding-top: 148px;
        margin-top: -122px;
    }
    .hiring_wrap_8 .title_1 {
        margin-bottom: 20px;
        font-size: 40px;
    }
    .hiring_wrap_8 .title_2 {
        font-size: 20px;
    }
    .hiring_wrap_8 .section_textarea {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 359px) {
    /* 90%*/
}

/* blade 63 */

.hiring_wrap_9 {
    padding-top: 20px;
    background-color: rgba(var(--color_bg));
}
.hiring_wrap_9 li {
    display: flex;
    margin-bottom: 50px;
}

.hiring_wrap_9 li:last-child {
    margin-bottom: 20px;
}

.hiring_wrap_9 .question_wrap {
    width: 100%;
}

.hiring_wrap_9 .question_q {
    margin-right: 40px;
    color: rgba(var(--color_primary));
    font-size: 30px;
    margin-top: -5px;
}
.hiring_wrap_9 .question_title {
    text-align: start;
    font-weight: bold;
    font-size: 20px;
    color: rgba(var(--color_text));
    margin-bottom: 15px;
}
.hiring_wrap_9 .question_text {
    text-align: start;
    font-size: 16px;
    color: rgba(var(--color_text));
}

.hiring_wrap_9 .flex-row-center {
    display: none;
}

@media screen and (max-width: 599px) {
    .hiring_wrap_9 li {
        margin-bottom: 40px;
    }
    .hiring_wrap_9 .question_q {
        margin-right: 25px;
        margin-top: -4px;
    }
    .hiring_wrap_9 .question_title {
        font-size: 15px;
        line-height: 2;
    }
    .hiring_wrap_9 .question_text {
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width: 359px) {
    .hiring_wrap_9 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hiring_wrap_9 .question_q {
        margin-right: 15px;
    }
}

/* blade 75 */
.hiring_wrap_10 {
    background-color: rgba(var(--color_primary));
    padding: 100px 0;
}

.hiring_wrap_10 .group_1 > .section_titles_top {
    font-size: 40px;
    font-weight: bold;
    color: rgba(var(--color_main_text));
}
.hiring_wrap_10 .group_1 > .section_titles_down {
    color: rgba(var(--color_main_text));
    font-size: 20px;
    padding-bottom: 10px;
}
.hiring_wrap_10 .decoration_line {
    display: flex;
    justify-content: center;
}
.hiring_wrap_10 .decoration_line > div {
    width: 100px;
    border-bottom: 3px solid rgba(var(--color_main_text));
}

.hiring_wrap_10 .group_1.parts_wrap_width {
    margin-bottom: 70px;
}
.hiring_wrap_10 .group_2.parts_wrap_width {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 126px;
}
.hiring_wrap_10 .group_2 .section_image {
    width: 50%;
}

.hiring_wrap_10 .group_2 .text-wrap {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.hiring_wrap_10 .group_2 .text-wrap .section_textareas.top {
    font-size: 30px;
    font-weight: bold;
    color: rgba(var(--color_main_text));
    text-align: left;
    margin-bottom: 35px;
}

.hiring_wrap_10 .group_2 .text-wrap .section_textareas.down {
    font-size: 16px;
    color: rgba(var(--color_main_text));
    text-align: left;
}

.hiring_wrap_10 .icon {
    position: absolute;
    width: 127px;
    top: -70px;
    right: 39%;
}
.hiring_wrap_10 .icon_primary {
    fill: rgba(var(--color_primary));
}
.hiring_wrap_10 #icon_accent {
    fill: rgba(var(--color_accent));
}
.hiring_wrap_10 #icon_text {
    fill: rgba(var(--color_text));
}
.hiring_wrap_10 .border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--color_main_text));
    top: 5px;
    left: -5px;
}
.hiring_wrap_10 .group_3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 80px 44px;
    border: 1px solid rgba(var(--color_main_text));
    margin: 10px;
    align-items: center;
}

.hiring_wrap_10 .group_3 .pic_wrapper {
    position: relative;
    width: 30%;
}
.hiring_wrap_10 .group_3 .pic_wrapper::after,
.hiring_wrap_10 .group_3 .pic_wrapper::before {
    display: block;
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
}
.hiring_wrap_10 .group_3 .pic_wrapper::after {
    top: 0;
    left: 0;
    border-top: 1px solid rgba(var(--color_main_text));
    border-left: 1px solid rgba(var(--color_main_text));
}
.hiring_wrap_10 .group_3 .pic_wrapper::before {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(var(--color_main_text));
    border-right: 1px solid rgba(var(--color_main_text));
}
.hiring_wrap_10 .group_3 .section_images {
    margin: 19px;
}
.hiring_wrap_10 .group_3 .right {
    width: 68%;
}

.hiring_wrap_10 .group_3 .section_textareas.top {
    font-size: 22px;
    color: rgba(var(--color_main_text));
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.hiring_wrap_10 .group_3 .section_textareas.down {
    font-size: 16px;
    color: rgba(var(--color_main_text));
    text-align: left;
    position: relative;
}

@media screen and (max-width: 599px) {
    .hiring_wrap_10 {
        padding: 50px 0;
    }

    .hiring_wrap_10 .group_1 > .section_titles_top {
        font-size: 20px;
    }
    .hiring_wrap_10 .group_1 > .section_titles_down {
        font-size: 14px;
    }
    .hiring_wrap_10 .decoration_line > div {
        width: 55px;
    }
    .hiring_wrap_10 .group_1.parts_wrap_width {
        margin-bottom: 0px;
    }
    .hiring_wrap_10 .decoration_line > div {
        width: 55px;
    }
    .hiring_wrap_10 .group_3 .title {
        font-size: 18px;
        padding: 15px;
    }
    .hiring_wrap_10 .group_3 {
        padding: 109px 20px 80px 20px;
        flex-direction: column;
    }
    .hiring_wrap_10 .icon {
        width: 89px;
        top: -46px;
    }
    .hiring_wrap_10 .group_2.parts_wrap_width {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .hiring_wrap_10 .group_2 .section_image {
        margin-bottom: 0px;
        margin-top: 30px;
        width: 100%;
    }
    .hiring_wrap_10 .group_2 .text-wrap-parent,
    .hiring_wrap_10 .group_2 .text-wrap {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 40px;
    }
    .hiring_wrap_10 .group_2 .text-wrap .section_textareas.top,
    .hiring_wrap_10 .group_2 .text-wrap .section_textareas.down {
        width: 100%;
    }
    .hiring_wrap_10 .group_2 .text-wrap .section_textareas.top {
        font-size: 18px;
        margin-bottom: 40px;
        line-height: 2;
    }
    .hiring_wrap_10 .group_2 .text-wrap .section_textareas.down {
        font-size: 14px;
        line-height: 2;
    }
    .hiring_wrap_10 .group_3 .right,
    .hiring_wrap_10 .group_3 .pic_wrapper {
        width: 100%;
    }

    .hiring_wrap_10 .group_3 .section_textareas.top {
        font-size: 16px;
        margin: 40px 0;
        line-height: 2;
    }
    .hiring_wrap_10 .group_3 .section_textareas.down {
        font-size: 14px;
        line-height: 2;
    }
    .hiring_wrap_10 .group_3 .pic_wrapper::after,
    .hiring_wrap_10 .group_3 .pic_wrapper::before {
        width: 36px;
        height: 36px;
    }
    .hiring_wrap_10 .group_3 .section_images {
        margin: 19px;
    }
    .hiring_wrap_10 .group_3 .section_images {
        margin: 15px;
    }
}
