.common_heading_en {
    font-family: "DINCondensed-Bold";
    font-size: 52px;
    color: #A7A7A7;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
}

.common_heading_ja {
    font-size: 20px;
    font-weight: 600;
    color: #61763d;
    text-align: center;
}

.common_links {
    padding: 50px 0 100px;
}

.common_links .links_items {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.common_links .links_item {
    width: 300px;
    aspect-ratio: 300/65;
    background-color: #61763d;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease 0s;
}

.common_links .links_items.work_style .links_item {
    width: 270px;
}

.common_links .links_item:hover {
    opacity: 0.7;
}



#page_recruit .copy {
    padding: 100px 0 60px;
}

#page_recruit .copy .copy_text {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}

#page_recruit .copy .copy_text span {
    color: #61763d;
    font-size: 50px;
}

#page_recruit .message {
    padding: 100px 0;
}

#page_recruit .message .wrap {
    width: 1340px;
}

#page_recruit .message .message_lead {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

#page_recruit .message .message_items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    margin-top: 40px;
}

#page_recruit .message .message_item {
    width: 32%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    padding: 15px;
    border-radius: 10px;
}

#page_recruit .message .message_item dt {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #D68521;
}

#page_recruit .message .message_item dd {
    margin-top: 20px;
    line-height: 2;
}

#page_recruit .message .common_btn .btn {
    margin-block: 50px 0;
}

#page_recruit .culture {
    padding: 100px 0;
    background-image: url(/wp-content/themes/child/image/top_service_bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    background-color: #F1F2EF;
}

#page_recruit .culture .culture_items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
    margin-top: 40px;
}

#page_recruit .culture .culture_item {
    width: 32%;
    aspect-ratio: 4/3;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#page_recruit .culture .culture_img,
#page_recruit .culture .culture_text {
    position: absolute;
    width: 100%;
    height: 100%;
}

#page_recruit .culture .culture_img {
    margin: 0;
}

#page_recruit .culture .culture_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_recruit .culture .culture_bg {
    position: absolute;
    width: 110%;
    height: 40%;
    background-color: #61763d;
    bottom: -50px;
    right: -20px;
    transform: rotate(-10deg);
    transition: transform 0.3s ease 0s;
}

#page_recruit .culture .culture_item:hover .culture_bg {
    transform: rotate(-10deg) scale(1.2);
}

#page_recruit .culture .culture_text {
    color: #FFF;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

#page_recruit .work {
    padding: 100px 0;
}

#page_recruit .work .work_items {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 30px;
}

#page_recruit .work .work_item {
    width: 48%;
    color: #3C3C3C;
}

#page_recruit .work .works_img {
    width: 100%;
    aspect-ratio: 5/3;
    margin: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#page_recruit .work .works_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease 0s;
    object-fit: cover;
}

#page_recruit .work .work_item:hover .works_img img {
    transform: scale(1.1);
}

#page_recruit .work .work_body {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

#page_recruit .work .work_lead {
    font-size: 21px;
    color: #61763d;
    text-align: center;
    font-weight: 600;
}

#page_recruit .work .work_text {
    font-size: 16px;
    margin-top: 10px;
}

#page_recruit .description {
    padding: 50px 0 100px;
}



#page_background .background {
    padding: 100px 0;
}

#page_background .background_wrapper {
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
}

#page_background .background_lead {
    font-size: 21px;
    font-weight: 600;
    color: #61763d;
}

#page_background .background_text {
    margin-top: 50px;
    line-height: 2;
}

#page_background .background_text+.background_text {
    margin-top: 25px;
}

#page_background .background_img {
    width: 100%;
    aspect-ratio: 10/9;
}

#page_background .background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#page_culture .culture {
    padding: 100px 0;
}

#page_culture .culture_wrapper {
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: center;
}

#page_culture .culture_text {
    line-height: 2;
}

#page_culture .culture_text+.culture_text {
    margin-top: 25px;
}

#page_culture .culture_lead {
    font-size: 18px;
    font-weight: 600;
    color: #61763d;
    margin-top: 25px;
}

#page_culture .culture_img {
    width: 100%;
    aspect-ratio: 10/9;
}

#page_culture .culture_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#page_future .future {
    padding: 100px 0;
}

#page_future .future_message {
    text-align: center;
    font-size: 18px;
}

#page_future .future_items {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
}

#page_future .future_item {
    width: 49%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 25px 15px;
    border-radius: 10px;
}

#page_future .future_lead {
    font-size: 21px;
    color: #61763d;
    font-weight: 600;
    text-align: center;
}

#page_future .future_text {
    margin-top: 15px;
    text-align: justify;
}



#page_thought .thought {
    padding: 100px 0;
}

#page_thought .thought_contents {
    position: relative;
    width: 100%;
}

#page_thought .thought_contents::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/illust_about_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 520px;
    aspect-ratio: .92;
    bottom: 80px;
    right: 0;
    opacity: .8;
}

#page_thought .thought_contents::after {
    content: "ablaze pertners";
    position: absolute;
    font-size: 180px;
    line-height: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transform-origin: center right;
    color: #ECF2E1;
    opacity: 0.4;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "DINCondensed-Bold";
    writing-mode: vertical-lr;
}

#page_thought .thought_lead {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#page_thought .thought_lead span {
    color: #61763d;
}

#page_thought .thought_text {
    margin-top: 40px;
    line-height: 2;
    font-size: 16px;
}

#page_thought .thought_text+.thought_text {
    margin-top: 25px;
}

#page_thought .thought_text span {
    color: #61763d;
    font-weight: 600;
}

#page_thought .thought_name {
    text-align: right;
    line-height: 2;
    font-size: 16px;
    margin-top: 30px;
}



#page_portrait .portrait {
    padding: 100px 0;
}

#page_portrait .portrait_wrapper {
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
}

#page_portrait .portrait_text {
    line-height: 2;
    font-size: 16px;
}

#page_portrait .portrait_lead {
    font-size: 22px;
    font-weight: 600;
    color: #61763d;
    margin-top: 35px;
}

#page_portrait .portrait_lead+.portrait_text {
    margin-top: 35px;
}

#page_portrait .portrait_img {
    width: 100%;
    aspect-ratio: 10/9;
}

#page_portrait .portrait_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#page_greeting .greeting {
    padding: 100px 0;
}

#page_greeting .wrap {
    width: 1160px;
}

#page_greeting .greeting_lead {
    font-size: 24px;
    font-weight: 600;
    color: #61763d;
}

#page_greeting .greeting_text {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
    text-align: justify;
}

#page_greeting .greeting_text+.greeting_text {
    margin-top: 20px;
}

#page_greeting .greeting_name {
    text-align: right;
    font-weight: 700;
    margin-top: 40px;
    font-size: 18px;
}



#page_education .education {
    padding: 100px 0;
}

#page_education .education_lead {
    text-align: center;
    font-size: 18px;
}

#page_education .education_items {
    margin-top: 40px;
}

#page_education .education_item {
    border: 2px solid #61763d;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
}

#page_education .education_item:not(:first-child) {
    position: relative;
    margin-top: 80px;
}

#page_education .education_item:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #61763d transparent transparent transparent;
    border-width: 34.64px 20px 0px 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -58px;
}

#page_education .education_heading {
    font-size: 18px;
    font-weight: 600;
    color: #61763d;
}

#page_education .education_text {
    margin-top: 15px;
}



#page_day .day {
    padding: 100px 0;
}

#page_day .day .wrap {
    width: 1040px;
}

#page_day .day_item {
    padding-left: 40px;
    position: relative;
}

#page_day .day_item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 50px);
    top: 5px;
    left: 9px;
    background-color: #61763d;
}

#page_day .day_item:last-child:before {
    height: 100%;
}

#page_day .day_item:not(:first-child) {
    margin-top: 50px;
}

#page_day .day_item dt {
    font-weight: 600;
    font-size: 18px;
    color: #61763d;
    position: relative;
}

#page_day .day_item dt::before {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #61763d;
    top: 3px;
    left: -40px;
}

#page_day .day_item dd {
    margin-top: 5px;
    font-size: 16px;
}



#page_job .job {
    padding: 100px 0;
}

#page_job .job_item:not(:first-child) {
    margin-top: 50px;
}

#page_job .job_heading {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 1em;
}

#page_job .job_item .image {
    width: 40%;
    overflow: hidden;
}

#page_job .job_item .image img {
    border-radius: 5px;
}

#page_job .job_item:nth-child(even) .image {
    order: 2;
}

#page_job .job_item .text_area {
    width: 55%;
}

#page_job .job_heading::before {
    content: "";
    background-color: #61763d;
    height: 24px;
    width: 5px;
    margin-top: -4px;
    margin-right: 10px;
}

#page_job .job_text {
    margin-top: 10px;
}

#page_job .job_container {
    margin-top: 10px;
    border: 1px solid #61763d;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    max-width: 500px;
}

#page_job .job_head {
    font-size: 18px;
    font-weight: 600;
    color: #61763d;
}

#page_job .job_lists {
    margin-top: 5px;
}

#page_job .job_list {
    display: flex;
    align-items: flex-start;
    line-height: 2;
}

#page_job .job_list::before {
    content: "";
    border: 3px solid #61763d;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
    width: 15px;
    aspect-ratio: 2/1;
    margin-right: 10px;
    margin-top: 10px;
    flex-shrink: 0;
}



#page_welfare .welfare {
    padding: 100px 0;
}

#page_welfare .welfare_text {
    text-align: center;
    font-size: 18px;
}

#page_welfare .welfare_items {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
    row-gap: 20px;
}

#page_welfare .welfare_item {
    border: 1px solid #61763d;
    border-radius: 10px;
    padding: 15px 30px;
    width: 40%;
}

#page_welfare .welfare_head {
    font-size: 18px;
    font-weight: 600;
    color: #61763d;
}

#page_welfare .welfare_lists {
    margin-top: 5px;
}

#page_welfare .welfare_list {
    display: flex;
    align-items: flex-start;
    line-height: 2;
}

#page_welfare .welfare_list::before {
    content: "";
    border: 3px solid #61763d;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
    width: 15px;
    aspect-ratio: 2/1;
    margin-right: 10px;
    margin-top: 10px;
    flex-shrink: 0;
}



#page_description .description {
    padding: 100px 0;
}

#page_description .description_text {
    font-size: 18px;
    text-align: center;
}

#page_description .description_items {
    margin-top: 40px;
}

#page_description .description_item {
    display: grid;
    grid-template-columns: 300px 1fr;
    padding: 20px 0;
    border-top: 1px solid #3C3C3C;
}

#page_description .description_item:last-child {
    border-bottom: 1px solid #3C3C3C;
}

#page_description .description_item dt {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_description .description_item dd {
    font-size: 16px;
}

#page_recruit .description .common_btn .btn {
    margin-block: 40px 0;
}

#page_recruit .common_btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    min-block-size: 60px;
    padding: 0.5em;
    background: #CE9700;
    border-radius: 100vmax;
    margin-inline: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    position: relative;
    transition: .3s;
}

#page_recruit .common_btn .btn::after {
    content: "";
    background: url(/wp-content/themes/child/image/inheritance_arrow_white.svg) no-repeat;
    background-size: contain;
    width: 30px;
    aspect-ratio: 32 / 15;
    flex-shrink: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    translate: 0 -50%;
}

#page_recruit .common_btn .btn:hover {
    opacity: 0.7;
}

#page_recruit .video_area .video_box {
    aspect-ratio: 16/9;
    width: 65%;
    margin: 0 auto;
}

#page_recruit .video_area .video_box iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 750px) {



    .common_heading_en {
        font-size: 10vw;
    }

    .common_heading_ja {
        font-size: 3.6vw;
    }

    .common_links {
        padding: 10vw 0 15vw;
    }

    .common_links .wrap {
        max-width: 95%;
    }

    .common_links .links_items {
        margin-top: 5vw;
        gap: 2vw;
    }

    .common_links .links_item {
        font-size: 3.6vw;
        width: 80vw;
        aspect-ratio: 300/50;
    }

    .common_links .links_items.work_style .links_item {
        width: 80vw;
    }

    .common_links .links_item:hover {
        opacity: 1;
    }



    #page_recruit .copy {
        padding: 15vw 0 10vw;
    }

    #page_recruit .copy .copy_text {
        font-size: 5.4vw;
    }

    #page_recruit .copy .copy_text span {
        font-size: 8vw;
    }

    #page_recruit .message {
        padding: 15vw 0;
    }

    #page_recruit .message .message_lead {
        font-size: 4.1vw;
        margin-top: 5vw;
    }

    #page_recruit .message .message_items {
        margin-top: 8vw;
        row-gap: 3vw;
        flex-direction: column;
    }

    #page_recruit .message .message_item {
        width: 100%;
        padding: 3vw;
    }

    #page_recruit .message .message_item dt {
        font-size: 4.1vw;
    }

    #page_recruit .message .message_item dd {
        margin-top: 5vw;
        font-size: 3.6vw;
    }

    #page_recruit .message .common_btn .btn {
        margin-block: 10vw 0;
    }

    #page_recruit .culture {
        padding: 15vw 0;
    }

    #page_recruit .culture .culture_items {
        row-gap: 4vw;
        margin-top: 8vw;
        flex-direction: column;
    }

    #page_recruit .culture .culture_item {
        width: 100%;
    }

    #page_recruit .culture .culture_bg {
        bottom: -13vw;
        right: -5vw;
    }

    #page_recruit .culture .culture_item:hover .culture_bg {
        transform: rotate(-10deg) scale(1);
    }

    #page_recruit .culture .culture_text {
        padding-right: 5vw;
        padding-bottom: 2.5vw;
        font-size: 4.1vw;
    }

    #page_recruit .work {
        padding: 15vw 0;
    }

    #page_recruit .work .work_items {
        margin-top: 8vw;
        row-gap: 4vw;
    }

    #page_recruit .work .work_item {
        width: 100%;
    }

    #page_recruit .work .work_item:hover .works_img img {
        transform: initial;
    }

    #page_recruit .work .work_body {
        padding: 3vw;
    }

    #page_recruit .work .work_lead {
        font-size: 4.6vw;
    }

    #page_recruit .work .work_text {
        font-size: 3.6vw;
        margin-top: 2vw;
    }

    #page_recruit .description {
        padding: 10vw 0 15vw;
    }



    #page_background .background {
        padding: 15vw 0;
    }

    #page_background .background_wrapper {
        grid-template-columns: 1fr;
    }

    #page_background .background_lead {
        font-size: 4.6vw;
    }

    #page_background .background_text {
        margin-top: 8vw;
        font-size: 3.6vw;
    }

    #page_background .background_text+.background_text {
        margin-top: 5vw;
    }

    #page_background .background_img {
        margin-top: 8vw;
        aspect-ratio: 5/4;
    }



    #page_culture .culture {
        padding: 15vw 0;
    }

    #page_culture .culture_wrapper {
        grid-template-columns: 1fr;
    }

    #page_culture .culture_text {
        font-size: 3.6vw;
    }

    #page_culture .culture_text+.culture_text {
        margin-top: 5vw;
    }

    #page_culture .culture_lead {
        font-size: 4.1vw;
        margin-top: 6vw;
    }

    #page_culture .culture_img {
        aspect-ratio: 5/4;
        margin-top: 8vw;
    }



    #page_future .future {
        padding: 15vw 0;
    }

    #page_future .future_message {
        font-size: 4.1vw;
        text-align: left;
    }

    #page_future .future_items {
        margin-top: 10vw;
        row-gap: 4vw;
    }

    #page_future .future_item {
        width: 100%;
        padding: 5vw 3vw;
    }

    #page_future .future_lead {
        font-size: 4.6vw;
    }

    #page_future .future_text {
        margin-top: 3vw;
    }



    #page_thought .thought {
        padding: 15vw 0;
    }

    #page_thought .thought_contents::before {
        width: 90vw;
        bottom: 0;
        z-index: -10;
    }

    #page_thought .thought_contents::after {
        font-size: 30vw;
        z-index: -10;
    }

    #page_thought .thought_lead {
        font-size: 6vw;
    }

    #page_thought .thought_text {
        margin-top: 5vw;
        font-size: 3.6vw;
        line-height: 1.8;
    }

    #page_thought .thought_text+.thought_text {
        margin-top: 5vw;
    }

    #page_thought .thought_name {
        font-size: 3.6vw;
        margin-top: 8vw;
    }



    #page_portrait .portrait {
        padding: 15vw 0;
    }

    #page_portrait .portrait_wrapper {
        grid-template-columns: 1fr;
    }

    #page_portrait .portrait_text {
        font-size: 3.6vw;
    }

    #page_portrait .portrait_lead {
        font-size: 4.6vw;
        margin-top: 5vw;
        text-align: center;
    }

    #page_portrait .portrait_lead+.portrait_text {
        margin-top: 5vw;
    }

    #page_portrait .portrait_img {
        margin-top: 8vw;
        aspect-ratio: 5/4;
    }



    #page_greeting .greeting {
        padding: 15vw 0;
    }

    #page_greeting .greeting_lead {
        font-size: 5.4vw;
    }

    #page_greeting .greeting_text {
        font-size: 3.6vw;
        margin-top: 6vw;
    }

    #page_greeting .greeting_text+.greeting_text {
        margin-top: 5vw;
    }

    #page_greeting .greeting_name {
        margin-top: 8vw;
        font-size: 4.1vw;
    }



    #page_education .education {
        padding: 15vw 0;
    }

    #page_education .education_lead {
        font-size: 4.1vw;
    }

    #page_education .education_items {
        margin-top: 8vw;
    }

    #page_education .education_item {
        padding: 4vw;
    }

    #page_education .education_item:not(:first-child) {
        position: relative;
        margin-top: 15vw;
    }

    #page_education .education_item:not(:first-child)::after {
        border-width: 6.4vw 3.9vw 0 3.9vw;
        top: -11.3vw;
    }

    #page_education .education_heading {
        font-size: 4.1vw;
    }

    #page_education .education_text {
        margin-top: 3vw;
        font-size: 3.6vw;
    }



    #page_day .day {
        padding: 15vw 0;
    }

    #page_day .day_item {
        padding-left: 8vw;
    }

    #page_day .day_item::before {
        height: calc(100% + 12.8vw);
        top: 1.28vw;
        left: 2.31vw;
    }

    #page_day .day_item:not(:first-child) {
        margin-top: 10vw;
    }

    #page_day .day_item dt {
        font-size: 4.1vw;
    }

    #page_day .day_item dt::before {
        width: 5vw;
        top: 0.77vw;
        left: -7.9vw;
    }

    #page_day .day_item dd {
        margin-top: 1vw;
        font-size: 3.6vw;
    }



    #page_job .job {
        padding: 15vw 0;
    }

    #page_job .job_item:not(:first-child) {
        margin-top: 12vw;
    }

    #page_job .job_heading {
        font-size: 4.6vw;
    }

    #page_job .job_heading::before {
        height: 6vw;
        margin-top: -1.03vw;
        margin-right: 2.5vw;
    }

    #page_job .job_text {
        margin-top: 2.5vw;
        font-size: 3.6vw;
    }

    #page_job .job_container {
        margin-top: 2.5vw;
        padding: 3vw;
    }

    #page_job .job_head {
        font-size: 4.1vw;
    }

    #page_job .job_lists {
        margin-top: 1vw;
    }

    #page_job .job_list {
        font-size: 3.6vw;
    }

    #page_job .job_list::before {
        width: 3.85vw;
        margin-right: 2.56vw;
        margin-top: 1.79vw;
    }



    #page_welfare .welfare {
        padding: 15vw 0;
    }

    #page_welfare .welfare_text {
        font-size: 4.1vw;
        text-align: left;
    }

    #page_welfare .welfare_items {
        margin-top: 7vw;
        row-gap: 4vw;
    }

    #page_welfare .welfare_item {
        padding: 5vw;
        width: 100%;
        max-width: 80vw;
    }

    #page_welfare .welfare_head {
        font-size: 4.1vw;
    }

    #page_welfare .welfare_lists {
        margin-top: 1vw;
    }

    #page_welfare .welfare_list {
        font-size: 3.6vw;
    }

    #page_welfare .welfare_list::before {
        width: 3.85vw;
        margin-right: 2.56vw;
        margin-top: 1.79vw;
    }



    #page_description .description {
        padding: 15vw 0;
    }

    #page_description .description_text {
        font-size: 3.6vw;
        text-align: left;
    }

    #page_description .description_items {
        margin-top: 8vw;
    }

    #page_description .description_item {
        grid-template-columns: 1fr;
        padding: 3.5vw 0;
    }

    #page_description .description_item dt {
        font-size: 4.1vw;
        color: #61763d;
        font-weight: 600;
    }

    #page_description .description_item dd {
        font-size: 3.6vw;
        margin-top: 4vw;
    }

    #page_description .description_wrapper {
        width: fit-content;
        margin: 0 auto;
    }

    #page_description .description_wrapper .indent {
        text-indent: -1em;
        padding-left: 1em;
        display: block;
    }

    #page_recruit .description .common_btn .btn {
        margin-block: 6vw 0;
    }

    #page_job .job_item .image {
        width: 100%;
    }

    #page_job .job_item .text_area {
        width: 100%;
    }

    #page_job .job_item:nth-child(even) .image {
        order: -1;
    }

    #page_recruit .common_btn .btn {
        width: 80%;
        min-block-size: 13vw;
        font-size: 4vw;
    }

    #page_recruit .common_btn .btn::after {
        width: 6vw;
    }

    #page_recruit .common_btn .btn:hover {
        opacity: 1;
    }

    #page_recruit .video_area .video_box {
        width: 100%;
    }
}