@charset "utf-8";

.number_mainv {
    background: url(../img/recruit/number/mainv.jpg) 50% 50% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    height: 340px;
    display: block;

}

.place {}

.place_inner {
    padding: 105px 0 60px;
    max-width: 684px;
}

.place_mes {
    line-height: 2.75;
    text-align: center;
}

.place_mes span {
    color: #A12327;
}

.number_content {
    width: 100%;
    max-width: 940px;
    margin-inline: auto;
    padding-bottom: 118px;
}

.number_content_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.number_content_inner img {
    width: 100%;
}

.number_content_inner_items {
    width: 100%;
    display: flex;
    gap: 20px;
}

.number_content_inner_items.half-other-item .item:nth-child(1) {
    width: calc((669 / 940) * 100%);
}

.number_content_inner_items.half-other-item .item:nth-child(2) {
    width: calc((250 / 940) * 100%);
}

.item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.number_content_mes {
    text-align: center;
    margin-top: 52px;
}

/* ---------------------------------- */




@media screen and (min-width: 681px) and (orientation: portrait),
screen and (min-width: 738px) and (orientation: landscape) {}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .number_mainv {
        height: 123px;
    }

    .place_inner {
        padding: 61px 0 60px;
    }

    /* 
    .place_name {
        font-size: 14px;
        margin: 0 0 20px;
    } */

    .place_mes {
        line-height: 2.2;
        text-align: left;
    }

    .place_mes span {}

    .number_content {
        max-width: unset;
        padding-bottom: 77px;
    }

    .number_content_inner {
        gap: 10px;
    }

    .number_content_inner_items {
        flex-direction: column;
        gap: 10px;
    }

    .number_content_inner_items.half-other-item .item:nth-child(1) {
        width: 100%;
    }

    .number_content_inner_items.half-other-item .item:nth-child(2) {
        width: 100%;
    }

    .item {
        gap: 10px;
    }

    .number_content_mes {
        margin-top: 54px;
    }


    /* ---------------------------------- */


}