.mainv {
    background-image: url(../img/company-data/mainv.webp);
}

/* .data {} */

.data_inner {
    padding: 80px 0 50px;
    display: flex;
    gap: 66.5px;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data_inner {
        padding: 40px 0;
        gap: 40px;
    }
}

.data__main-wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.data__main {
    width: 100%;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__main {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.data__main.-first {
    grid-template-columns: 727px auto;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__main.-first {
        grid-template-columns: repeat(1, 1fr);
    }
}

.data__block {
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    background: #F9F9F9;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__block {
        padding: 16px 24px;
    }
}

/* .data__block.block-established {} */

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__block.block-established {
        gap: 40px;
        align-items: center;
        flex-direction: column;
    }
}

.data__established-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-left {
        gap: 16px;
    }
}

.data__block-subtitle {
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__block-subtitle.-sp-fs-14 {
        font-size: 14px;
    }
}


/* 設立 */
.data__established-year {
    display: flex;
    gap: 5px;
    align-items: flex-end;
}

.data__established-year p {
    white-space: nowrap;
    color: #D3052B;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-year p {
        font-size: 64px;
    }
}

.data__established-year small {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-year small {
        font-size: 32px;
        margin-bottom: 8px;
    }
}

.data__established-left img {
    max-width: 128px;
    margin: 0 auto;
}

.data__established-right {
    width: 100%;
    max-width: 407px;
}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-right {
        max-width: 100%;
    }
}

.data__established-history {
    position: relative;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.data__established-history:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 64px;
    height: calc(100% - 7px);
    width: 1px;
    background: #DEDEDE;
}

.data__established-history-block {
    position: relative;
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.data__established-history-block:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 58px;
    width: 12px;
    height: 12px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #000;
}

.data__established-history-block:last-child .data__established-history-detail {
    padding-bottom: 16px;
}

.data__established-history-year {
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-history-year {
        font-size: 18px;
    }
}


.data__established-history-detail {
    width: 100%;
    max-width: 327px;
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-history-detail {
        max-width: 100%;
        transform: translateY(-2px);
    }
}


.data__established-history-detail strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-history-detail strong {
        font-size: 14px;
    }
}


.data__established-history-detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__established-history-detail p {
        font-size: 14px;
    }
}


/* 従業員数 */
.data__employee {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__employee {
        padding: 24px 24px 0;
        gap: 16px;
    }
}


.data__employee-head {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
}

.data__employee-year {
    display: flex;
    align-items: baseline;
}

.data__employee-year p {
    color: #D3052B;
    text-align: center;
    font-size: 80px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__employee-year p {
        font-size: 64px;
    }
}


.data__employee-year small {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__employee-year small {
        font-size: 32px;
        margin-bottom: 8px;
    }
}

.data__employee-supply {
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.5px;
}

.data__employee-img {
    max-width: 194px;
    margin: 0 auto;
}

.block-age {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-age {
        gap: 16px;
        align-items: center;
        flex-direction: column;
        padding: 24px 40px 40px;
    }
}

.data__age-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__age-left {
        width: 100%;
        align-items: center;
    }
}


.data__age-left img,
.data__age-left picture {
    width: 100%;
    max-width: 102px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {

    .data__age-left img,
    .data__age-left picture {
        max-width: 100%;
    }
}

.data__age-right {
    width: 100%;
    max-width: 316px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__age-right {
        max-width: 100%;
    }
}

.data__age-list {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.data__age-block {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
}

.data__age-block-left {
    display: flex;
    align-items: baseline;
}

.data__age-block-left p {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.data__age-block-left small {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.5px;
}

.data__age-block-right {
    display: flex;
    align-items: flex-end;
}

.data__age-block-right strong {
    color: #D3052B;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding-bottom: 1px;
}

.data__age-block-right small {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.5px;
}

/* 男女比、技術職：事務営業職 */
.block-ratio {
    gap: unset;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-ratio {
        padding: 24px 20px 16px;
    }
}

.block-ratio.-pc {
    display: flex;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-ratio.-pc {
        display: none;
    }
}

.block-ratio.-sp {
    display: none;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-ratio.-sp {
        display: flex;
        gap: 16px;
        align-items: center;
        flex-direction: column;
    }
}

.data__ratio-img {
    width: 100%;
    max-width: 122px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-img {
        max-width: 100%;
    }
}

.data__ratio-category-img {
    max-width: 72px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-category-img {
        max-width: 52px;
    }
}

.data__ratio-center {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 112px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-center {
        max-width: 103px;
    }
}

.data__ratio-center-main {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-category-sp-center {
        display: flex;
        gap: 16px;
        align-items: center;
        flex-direction: column;
    }
}



.data__ratio-sex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-sex {
        gap: 16px;
    }
}

.data__ratio-sex span {
    max-width: 48px;
    padding: 2px 8px;
    background: #000;

    white-space: nowrap;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-sex span {
        max-width: 44px;
        font-size: 14px;
        line-height: 182.857%;
    }
}

.data__ratio-bottom {
    width: 100%;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-bottom {
        padding: 0;
        gap: 8px;
    }
}

.data__ratio-bottom.-px-0 {
    padding: 0;
    gap: 4px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-bottom {
        gap: 8px;
    }
}

.data__ratio-bottom strong {
    color: #D3052B;
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}


.data__ratio-bottom small {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: 0.5px;
}

.block-ratio-category {
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-ratio-category {
        gap: 16px;
        padding: 24px 24px 16px;
        flex-direction: row;
        justify-content: center;
    }
}

.block-ratio-category.-pc {
    display: flex;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-ratio-category.-pc {
        display: none;
    }
}

.block-ratio-category.-sp {
    display: none;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-ratio-category.-sp {
        display: flex;
    }
}

.data__ratio-category-main {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__ratio-category-main {
        gap: 16px;
    }
}

/* 平均勤続年数 */
.block-average {
    gap: 24px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-average {
        padding: 24px;
        padding-bottom: 0;
    }
}


.data__average-main {
    position: relative;
    width: 196px;
    height: 127px;
    flex-shrink: 0;
}

.data__average-num {
    width: 100%;
    color: #D3052B;
    position: absolute;
    display: flex;
    gap: 2px;
    align-items: baseline;
    justify-content: center;

    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.data__average-num p {
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.data__average-num small {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

/* 働きやすさセクション */
.data__workability {
    width: 100%;
    gap: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.data__main.-third {
    grid-template-columns: 596px auto;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__main.-third {
        grid-template-columns: repeat(1, 1fr);
    }
}

.block-paid {
    gap: 24px;
    align-items: center;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-paid {
        gap: 8px;
        padding: 30px 18px 24px;
    }
}

.data__border {
    width: 1px;
    height: auto;
    margin: 0 24px;
    background: #DCDCDC;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__border {
        display: none;
    }
}

.data__border.-h-100 {
    height: 100%;
}

.data__border.-mx-32 {
    margin: 0 32px;
}

.data__paid-left {
    position: relative;
    width: 100%;
    max-width: 196px;
}

.data__paid-left-detail {
    position: absolute;
    bottom: 47px;
    left: 12px;
    width: auto;
    display: flex;
    gap: 31.17px;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__paid-left-detail {
        bottom: 30px;
        left: 12.12px;
        gap: 25px;
    }
}

.data__paid-left-num {
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.data__paid-left-num strong {
    text-align: right;
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
    /* letter-spacing: -3.5px; */
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__paid-left-num strong {
        font-size: 48px;
    }
}


.data__paid-left-num small {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 93.333%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__paid-left-num small {
        font-size: 16px;
        line-height: 140%;
    }
}

.data__paid-right {
    position: relative;
    width: 100%;
    max-width: 198px;
}

.data__paid-right-detail {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__paid-right-detail {
        gap: 0;
        bottom: 17px;
    }
}

.data__paid-right-num {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.data__paid-right-num strong {
    color: #D3052B;
    text-align: center;
    font-size: 80px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__paid-right-num strong {
        font-size: 48px;
    }
}

.data__paid-right-num small {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 93.333%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__paid-right-num small {
        font-size: 16px;
        line-height: 140%;
    }
}


/* 平均残業時間、リモートワーク実施率 */
.data__workability-right {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__workability-right {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.block-small {
    padding: 40px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .block-small {
        padding: 24px 24px 16px;
        gap: 16px;
    }
}

.data__block-small-inner {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__block-small-inner {
        gap: 16px;
    }
}


.data__overtime {
    display: flex;
    align-items: baseline;
}

.data__overtime strong {
    white-space: nowrap;
    color: #D3052B;
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
}

.data__overtime small {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: 0.5px;
}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__overtime small {
        font-size: 24px;
        line-height: 93.333%;
    }
}

.data__img-overtime {
    max-width: 72px;
    margin: 0 auto;
}


.data__remote {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.data__remote strong {
    white-space: nowrap;
    color: #D3052B;
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.data__remote small {
    color: #373737;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 93.333%;
    letter-spacing: 0.5px;
}

.data__img-remote {
    max-width: 73px;
    margin: 0 auto;
}

/* 働きやすさ一番下ブロック */
.data__block.block-workability-bottom {
    width: 100%;
    gap: 0;
    align-items: unset;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__block.block-workability-bottom {
        gap: 40px;
        align-items: center;
        flex-direction: column;
    }
}

/* 産休・育休取得率 */
.data__maternity {
    width: 100%;
    /* max-width: 237px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__maternity {
        max-width: 100%;
        gap: 16px;
        align-items: center;
    }
}

.data__maternity-inner {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__maternity-inner {
        gap: 16px;
    }
}

.data__maternity-main {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__maternity-main {
        gap: 16px;
        flex-direction: column;
    }
}

.data__maternity-detail {
    display: flex;
    gap: 8px;
    align-items: center;
}

.data__maternity-detail-sex {
    white-space: nowrap;
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    background: #000;

    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__maternity-detail-sex {
        padding: 4px 8px;
    }
}

.data__maternity-detail-num {
    display: flex;
    gap: 4px;
    align-items: baseline;
}


.data__maternity-detail-num strong {
    color: #D3052B;
    text-align: center;
    font-size: 88px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__maternity-detail-num strong {
        font-size: 64px;
    }
}

.data__maternity-detail-num small {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__maternity-detail-num small {
        margin-bottom: 8px;
    }
}

.data__maternity-img {
    max-width: 72px;
    margin-left: auto;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__maternity-img {
        margin-right: auto;
    }
}


/* 育休復帰率 */
.data__return {
    width: 100%;
    max-width: 300px;
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__return {
        max-width: 190px;
        gap: 16px;
    }
}


.data__return-main {
    position: relative;
    width: 100%;
}

.data__return-num {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 4px;
    align-items: baseline;
    justify-content: center;
}

.data__return-num strong {
    color: #D3052B;
    text-align: center;
    font-size: 80px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__return-num strong {
        font-size: 56px;
    }
}

.data__return-num small {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__return-num small {
        font-size: 24px;
        line-height: 93.333%;
        margin-bottom: 5px;
    }
}

.data__return-img {
    width: 100%;
}

/* 認定 */
.data__certification {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__certification {
        max-width: 100%;
        gap: 16px;
    }
}

.data__certification-main {
    width: 100%;
    display: grid;
    gap: 32px;
    align-self: stretch;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__certification-main {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.data__certification-detail {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex-direction: column;
}

/* @media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__certification-detail {

    }
} */

.data__certification-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 150px;
}

.data__certification-img img {
    max-width: 120px;
    margin: 0 auto;
}

/* @media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__certification-img {
        max-width: 100%;
    }
} */

.data__certification-img img.-kurumin {
    max-width: 100px;
    margin: 0 auto;
}

.data__certification-detail p {
    text-align: center;
    flex: 1 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .data__certification-detail p {
        font-size: 12px;
        line-height: 186.667%;
    }
}