@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
    padding-top: 50px;
}

/* layout01 */

.layout01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0px;
}

.layout01 .box {
    background-color: #FFF;
    padding: 50px;
    padding-bottom: 60px;
    position: relative;
    width: 48.5%;
    text-align: center;
    border-top-style: solid;
    border-color: var(--color-main);
    border-width: 2px;
}

.layout01 .box-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.layout01 .box-img {
    width: 180px;
}

.layout01 .box-number {
    flex: 1;
    text-align: right;
}

.layout01 .item:not(:last-child) {
    margin-bottom: 10px;
}

.layout01 .number08 .item {
    position: relative;
    padding-right: 110px;
}

.layout01 .number08 .item::after {
    content: "（0名/6名）";
    font-weight: var(--base-weight2);
    font-size: 18px;
    line-height: 1.2;
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.layout01 .number12 .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.layout01 h3 {
    font-weight: var(--base-weight2);
    color: var(--color-sub);
    font-size: var(--base-font-size2);
    line-height: 1.2;
    margin-bottom: 15px;
}

.layout01 h3::after {
    content: "";
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    width: 80px;
    height: 1px;
    border-bottom-style: solid;
    border-color: var(--color-sub);
    border-width: 1px;
}

.layout01 h4 {
    font-weight: var(--base-weight2);
    font-size: var(--base-font-size2);
    line-height: 1.2;
    text-align: left;
}

.layout01 h4 span {
    font-size: var(--base-font-size);
}

.layout01 h5 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight3);
    font-size: 85px;
    line-height: 0.9;
}

.layout01 .number08 h5,
.layout01 .number12 h5 {
    font-size: 66px;
}

.layout01 h5::before,
.layout01 h5::after {
    content: "";
    font-family: var(--base-font);
    font-weight: var(--base-weight2);
    font-size: 20px;
    line-height: 1.2;
}

.layout01 h5::before {
    font-size: 38px;
    display: inline-block;
    padding-right: 5px;
    margin-top: -20px;
    position: relative;
}

.layout01 h5::after {
    font-size: 45px;
}

.layout01 .number05 .item:nth-child(1) h5::before {
    content: "新卒";
    color: var(--color-sub);
}

.layout01 .number05 .item:nth-child(2) h5::before {
    content: "中途";
    color: var(--color-main);
}

.layout01 .number07 .item:nth-child(1) h5::before,
.layout01 .number13 .item:nth-child(1) h5::before {
    content: "男性";
    color: var(--color-sub);
}

.layout01 .number07 .item:nth-child(2) h5::before,
.layout01 .number13 .item:nth-child(2) h5::before {
    content: "女性";
    color: var(--color-main);
}

.layout01 .number08 .item h5::before {
    font-size: 20px;
}

.layout01 .number08 .item:nth-child(1) h5::before {
    content: "2025卒";
}

.layout01 .number08 .item:nth-child(2) h5::before {
    content: "2024卒";
}

.layout01 .number08 .item:nth-child(3) h5::before {
    content: "2023卒";
}

.layout01 .number01 h5::after {
    content: "年";
}

.layout01 .number02 h5::after {
    content: "社";
}

.layout01 .number03 h5::after {
    content: "名";
}

.layout01 .number04 h5::after {
    content: "歳";
}

.layout01 .number05 h5::after {
    content: "%";
}

.layout01 .number06 h5::after {
    content: "年";
}

.layout01 .number07 h5::after {
    content: "%";
}

.layout01 .number08 h5::after {
    content: "%";
    font-size: 40px;
}

.layout01 .number09 h5::after {
    content: "時間";
}

.layout01 .number10 h5::after {
    content: "日";
}

.layout01 .number11 h5::after {
    content: "日";
}

.layout01 .number12 h5::after {
    content: "日";
    font-size: 40px;
}

.layout01 .number13 h5::after {
    content: "%";
}

.layout01 .number14 h5::after {
    content: "%";
}


.layout01 p {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    text-align: center;
    font-weight: var(--base-weight2);
    color: var(--color-sub2);
    font-size: var(--base-font-size);
    line-height: 1.4;
    letter-spacing: 0em;
}

.sp-view {
    display: none;
}
