.bg1
{
    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/bg01.jpg) top center/100% 250% no-repeat;
}

@keyframes rotate
{
    0%
    {
        rotate: 0deg;
    }
    100%
    {
        rotate: 360deg;
    }
}
@keyframes rotateY
{
    0%
    {
        transform: rotateY(0deg);
    }
    100%
    {
        transform: rotateY(360deg);
    }
}

.mv
{
    position: relative;

    padding-top: 200px;
    padding-bottom: 150px;
}
@media screen and (max-width: 768px)
{
    .mv
    {
        padding-bottom: 60px;
    }
}
.mv__animation
{
    position: absolute;
    top: 50px;
    right: 10px;

    width: min(800px, 53.3333333333%);
    height: auto;

    aspect-ratio: 800/737;
}
.mv__animation::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: min(18px, 1.2vw);
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/about-mv1.svg) no-repeat;
    background-size: cover;

    translate: -50% -50%;
    aspect-ratio: 14/622;
}
.mv__animation::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: min(800px, 53.3333333333vw);
    height: auto;

    content: '';
    animation: rotateY 10s infinite linear;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/about-mv2.svg) no-repeat;
    background-size: cover;

    translate: -50% -50%;
    aspect-ratio: 675/332;
}
.mv__inner
{
    width: 90%;
    max-width: 1220px;
    margin: 0 auto;
}
.mv__title-en
{
    padding-left: 0;
}
.mv__title-en::before
{
    display: none;
}
.mv__title-jp
{
    color: #fff;
}

.bg-area01
{
    height: 700px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/bg-area01.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 768px)
{
    .bg-area01
    {
        height: 300px;
    }
}
@media screen and (max-width: 600px)
{
    .bg-area01
    {
        background-size: auto 130%;
    }
}

.bg-area02
{
    height: 840px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/bg-area02.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 768px)
{
    .bg-area02
    {
        height: 300px;
    }
}
@media screen and (max-width: 600px)
{
    .bg-area02
    {
        background-size: auto 130%;
    }
}

.data
{
    padding: 110px 0 100px;

    background: #f0f3f7;
}
@media screen and (max-width: 768px)
{
    .data
    {
        padding: 60px 0;
    }
}
.data__inner
{
    width: 90%;
    max-width: 1220px;
    margin: 0 auto;
}
.data__last-mod
{
    font-size: 12px;

    max-width: 1020px;
    margin: 15px auto 0;

    text-align: right;

    color: #999;
}
@media screen and (max-width: 768px)
{
    .data__last-mod
    {
        font-size: 10px;

        margin-top: 10px;
    }
}
.data__title-en
{
    color: #004db3;
}
.data__title-en::before
{
    background: #004db3;
}
.data__title-jp
{
    color: #004db3;
}
.data__top
{
    display: flex;

    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .data__top
    {
        flex-direction: column-reverse;

        gap: 15px;
    }
}
.data__mini-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;

    letter-spacing: .04em;

    color: #004db3;
}
@media screen and (max-width: 768px)
{
    .data__mini-text
    {
        text-align: right;
    }
}
.data__text
{
    font-size: 16px;

    margin-bottom: 60px;
    padding-left: 50px;

    color: #004db3;
}
@media screen and (max-width: 768px)
{
    .data__text
    {
        font-size: 14px;

        margin-bottom: 30px;
        padding-left: 0;
    }
}
.data__list
{
    display: flex;

    width: 100%;
    max-width: 1020px;
    margin: 0 auto;

    flex-wrap: wrap;
}
.data__item
{
    position: relative;

    padding: 20px 20px 30px;

    border: solid 1px #004db3;
}
@media screen and (max-width: 768px)
{
    .data__item
    {
        padding: 10px 10px 15px;
    }
}
.data__item:not(:first-child)
{
    margin-top: -1px;
}
@media screen and (max-width: 768px)
{
    .data__item--leavers .number
    {
        display: flex;

        justify-content: center;
        align-items: center;
        gap: 50px;
    }
}
@media screen and (max-width: 600px)
{
    .data__item--leavers .number
    {
        display: block;
    }
}
.data__item--leavers .number::before
{
    position: absolute;
    top: 85px;
    left: 140px;

    width: 110px;
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/item-leavers01.png) no-repeat;
    background-size: cover;

    aspect-ratio: 164/189;
}
@media screen and (max-width: 1140px)
{
    .data__item--leavers .number::before
    {
        top: 80px;
        left: 60px;

        width: 90px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--leavers .number::before
    {
        position: static;
        top: 40px;
        left: 0;

        width: 70px;
    }
}
@media screen and (max-width: 600px)
{
    .data__item--leavers .number::before
    {
        position: absolute;
    }
}
.data__item--leavers .number::after
{
    position: absolute;
    top: 25px;
    right: 30px;

    width: 163px;
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/item-leavers02.png) no-repeat;
    background-size: cover;

    aspect-ratio: 163/180;
}
@media screen and (max-width: 1140px)
{
    .data__item--leavers .number::after
    {
        top: 10px;
        right: 20px;

        width: 130px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--leavers .number::after
    {
        position: static;
        right: 0;

        width: 80px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 600px)
{
    .data__item--leavers .number::after
    {
        position: absolute;
    }
}
.data__item--expenses::before
{
    position: absolute;
    top: 20px;
    right: 20px;

    width: 88px;
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/item-expenses.png) no-repeat;
    background-size: contain;

    aspect-ratio: 132/113;
}
@media screen and (max-width: 1140px)
{
    .data__item--expenses::before
    {
        width: 40px;
    }
}
@media screen and (max-width: 600px)
{
    .data__item--expenses::before
    {
        top: 10px;
        right: 10px;
    }
}
.data__item--length::before
{
    position: absolute;
    top: 20px;
    right: 30px;

    width: 80px;
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/item-length.png) no-repeat;
    background-size: cover;

    aspect-ratio: 80/60;
}
@media screen and (max-width: 1140px)
{
    .data__item--length::before
    {
        width: 40px;
    }
}
@media screen and (max-width: 600px)
{
    .data__item--length::before
    {
        top: 10px;
        right: 5px;

        width: 30px;
    }
}
.data__item--overtime::before
{
    position: absolute;
    top: 20px;
    right: 30px;

    width: 80px;
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/item-overtime.png) no-repeat;
    background-size: contain;

    aspect-ratio: 80/61;
}
@media screen and (max-width: 1140px)
{
    .data__item--overtime::before
    {
        width: 40px;
    }
}
@media screen and (max-width: 600px)
{
    .data__item--overtime::before
    {
        top: 10px;
        right: 10px;

        width: 30px;
    }
}
.data__item--age::before
{
    position: absolute;
    top: 20px;
    right: 30px;

    width: 112px;
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/item-age.png) no-repeat;
    background-size: contain;

    aspect-ratio: 112/60;
}
@media screen and (max-width: 1140px)
{
    .data__item--age::before
    {
        width: 40px;
    }
}
@media screen and (max-width: 600px)
{
    .data__item--age::before
    {
        top: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 768px)
{
    .data__item--holidays .number
    {
        text-align: center !important;
    }
}
.data__item--holidays .number::before
{
    position: absolute;
    top: 20px;
    left: 20px;

    width: 80px;
    height: auto;

    content: '';

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/item-holiday.png) no-repeat;
    background-size: cover;

    aspect-ratio: 80/78;
}
@media screen and (max-width: 1140px)
{
    .data__item--holidays .number::before
    {
        top: 10px;
        left: 0;

        width: 60px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--holidays .number::before
    {
        width: 40px;
    }
}
.data__item--mr-1
{
    margin-right: -1px;
}
@media screen and (max-width: 768px)
{
    .data__item--mr-1
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px)
{
    .data__item--mr-sp-1
    {
        width: 100%;
        margin-right: -1px;
    }
}
.data__item--col1
{
    width: 100%;
}
.data__item--col1 .content
{
    margin-top: -50px;
    padding: 0 40px;
}
@media screen and (max-width: 768px)
{
    .data__item--col1 .content
    {
        margin-top: -20px;
        padding: 0;
    }
}
.data__item--col1 .number
{
    font-size: 64px;
    line-height: 1;

    position: relative;

    padding-bottom: 40px;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
    background-image: linear-gradient(to right, black 1px, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 7px 2px;
}
@media screen and (max-width: 1140px)
{
    .data__item--col1 .number
    {
        font-size: 54px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col1 .number
    {
        font-size: 40px;

        padding-bottom: 20px;
    }
}
.data__item--col1 .number span
{
    font-size: 232px;
    line-height: 1;
}
@media screen and (max-width: 1140px)
{
    .data__item--col1 .number span
    {
        font-size: 180px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col1 .number span
    {
        font-size: 120px;
    }
}
.data__item--col1 .wrap
{
    display: flex;

    padding-top: 40px;

    gap: 30px;
}
@media screen and (max-width: 768px)
{
    .data__item--col1 .wrap
    {
        flex-direction: column;

        padding: 0 10px;
        padding-top: 20px;

        gap: 15px;
    }
}
.data__item--col1 .wrap .left
{
    font-size: 24px;
    line-height: 1.5;

    letter-spacing: -.01em;

    color: #004db3;
}
@media screen and (max-width: 1140px)
{
    .data__item--col1 .wrap .left
    {
        font-size: 20px;

        min-width: 180px;
    }
}
.data__item--col1 .wrap .right
{
    font-size: 15px;
    line-height: 2.1;

    letter-spacing: 0;

    color: #004db3;
}
@media screen and (max-width: 1140px)
{
    .data__item--col1 .wrap .right
    {
        font-size: 14px;
        line-height: 1.75;
    }
}
.data__item--col2
{
    width: 50%;
}
@media screen and (max-width: 768px)
{
    .data__item--col2
    {
        width: 100%;
    }
}
.data__item--col2.data__item--mr-1
{
    width: calc(50% + 1px);
}
@media screen and (max-width: 768px)
{
    .data__item--col2.data__item--mr-1
    {
        width: 100%;
    }
}
.data__item--col2 .number
{
    font-size: 40px;
    line-height: 1;

    position: relative;

    margin-bottom: 20px;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
}
.data__item--col2 .number span
{
    font-size: 128px;
    line-height: 1;

    letter-spacing: 0;
}
@media screen and (max-width: 1240px)
{
    .data__item--col2 .number span
    {
        font-size: 90px;
    }
}
@media screen and (max-width: 1240px) and (max-width: 768px)
{
    .data__item--col2 .number span
    {
        font-size: 60px;
    }
}
.data__item--col2 .question
{
    display: flex;

    padding: 15px 15px 15px 20px;

    background: #fff;

    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .question
    {
        flex-direction: column;
    }
}
.data__item--col2 .question__left
{
    font-size: 18px;
    line-height: 1;
    line-height: 1.4444444444;

    display: flex;
    flex-direction: column;

    letter-spacing: 0;

    gap: 10px;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .question__left
    {
        font-size: 14px;

        gap: 5px;
    }
}
.data__item--col2 .question__left span
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    color: #004db3;
}
.data__item--col2 .question__right
{
    font-size: 15px;
    line-height: 1.73;

    margin-top: 15px;

    letter-spacing: -.005em;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .question__right
    {
        font-size: 12px;

        margin-top: 10px;
    }
}
.data__item--col2 .content .wrap
{
    display: flex;

    margin-top: 5px;

    gap: 50px;
    justify-content: center;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .content .wrap
    {
        margin-top: 10px;

        gap: 30px;
    }
}
.data__item--col2 .content .wrap-right
{
    display: flex;
    flex-direction: column;

    height: -moz-fit-content;

    height: fit-content;

    gap: 20px;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .content .wrap-right
    {
        gap: 15px;
    }
}
.data__item--col2 .content .wrap .graph
{
    width: 200px;
    margin-top: 30px;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .content .wrap .graph
    {
        width: 180px;
    }
}
.data__item--col2 .content .wrap .title
{
    font-size: 16px;
    line-height: 1;

    color: #004db3;
}
.data__item--col2 .content .wrap .number
{
    font-size: 32px;

    margin-bottom: 0;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .content .wrap .number
    {
        font-size: 24px;
    }
}
.data__item--col2 .content .wrap .number span
{
    font-size: 80px;
}
@media screen and (max-width: 768px)
{
    .data__item--col2 .content .wrap .number span
    {
        font-size: 60px;
    }
}
.data__item--col3
{
    width: 33.335%;
}
@media screen and (max-width: 768px)
{
    .data__item--col3
    {
        width: 100%;
    }
}
.data__item--col3.data__item--mr-1
{
    width: calc(33.3333333333% + 1px);
}
@media screen and (max-width: 768px)
{
    .data__item--col3.data__item--mr-1
    {
        width: 100%;
    }
}
.data__item--col3 .number
{
    font-size: 32px;
    line-height: 1;

    position: relative;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
}
@media screen and (max-width: 1140px)
{
    .data__item--col3 .number
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col3 .number
    {
        font-size: 20px;
    }
}
.data__item--col3 .number span
{
    font-size: 112px;
}
@media screen and (max-width: 1140px)
{
    .data__item--col3 .number span
    {
        font-size: 70px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col3 .number span
    {
        font-size: 52px;
    }
}
.data__item--col3 .bottom
{
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;

    margin-top: 15px;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
}
@media screen and (max-width: 768px)
{
    .data__item--col3 .bottom
    {
        font-size: 12px;

        margin-top: 10px;
    }
}
.data__item--col4
{
    width: 25%;
}
@media screen and (max-width: 768px)
{
    .data__item--col4
    {
        width: 100%;
    }
}
.data__item--col4.data__item--mr-1
{
    width: calc(25% + 1px);
}
@media screen and (max-width: 768px)
{
    .data__item--col4.data__item--mr-1
    {
        width: 100%;
    }
}
.data__item--col4 .number
{
    font-size: 32px;
    line-height: 1;

    position: relative;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
}
@media screen and (max-width: 1140px)
{
    .data__item--col4 .number
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col4 .number
    {
        font-size: 20px;
    }
}
.data__item--col4 .number span
{
    font-size: 112px;
}
@media screen and (max-width: 1140px)
{
    .data__item--col4 .number span
    {
        font-size: 70px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col4 .number span
    {
        font-size: 52px;
    }
}
.data__item--col4 .bottom
{
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;

    margin-top: 15px;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
}
@media screen and (max-width: 768px)
{
    .data__item--col4 .bottom
    {
        font-size: 12px;

        margin-top: 10px;
    }
}
.data__item--col75
{
    width: 75%;
}
@media screen and (max-width: 768px)
{
    .data__item--col75
    {
        width: 100%;
    }
}
.data__item--col75.data__item--mr-1
{
    width: calc(25% + 1px);
}
@media screen and (max-width: 768px)
{
    .data__item--col75.data__item--mr-1
    {
        width: 100%;
    }
}
.data__item--col75 .number
{
    font-size: 32px;
    line-height: 1;

    position: relative;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
}
@media screen and (max-width: 1140px)
{
    .data__item--col75 .number
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col75 .number
    {
        font-size: 20px;
    }
}
.data__item--col75 .number span
{
    font-size: 112px;
}
@media screen and (max-width: 1140px)
{
    .data__item--col75 .number span
    {
        font-size: 70px;
    }
}
@media screen and (max-width: 1140px) and (max-width: 768px)
{
    .data__item--col75 .number span
    {
        font-size: 52px;
    }
}
.data__item--col75 .bottom
{
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;

    margin-top: 15px;

    text-align: center;
    letter-spacing: 0;

    color: #004db3;
}
@media screen and (max-width: 768px)
{
    .data__item--col75 .bottom
    {
        font-size: 12px;

        margin-top: 10px;
    }
}
.data__item-title
{
    display: flex;
    flex-direction: column;

    gap: 8px;
}
@media screen and (max-width: 768px)
{
    .data__item-title
    {
        gap: 4px;
    }
}
.data__item-title .bg
{
    font-size: 24px;

    display: block;

    width: -moz-fit-content;

    width: fit-content;
    padding-right: 30px;
    padding-left: 10px;

    color: #fff;
    background: #000;
}
@media screen and (max-width: 768px)
{
    .data__item-title .bg
    {
        font-size: 16px;

        padding-right: 10px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 600px)
{
    .data__item-title .bg
    {
        font-size: 14px;
    }
}
.data__item-title .under
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    line-height: 1;

    letter-spacing: .04em;
    text-transform: uppercase;

    color: #004db3;
}
.our
{
    position: relative;

    padding: 110px 0 120px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/bg02.jpg) no-repeat;
    background-position: top center;
    background-size: 100% 150%;
}
@media screen and (max-width: 768px)
{
    .our
    {
        padding: 60px 0;
    }
}
.our::before
{
    position: absolute;
    bottom: 300px;
    left: max(-240px, -16%);

    width: min(481px, 32.0666666667%);
    height: auto;

    content: '';
    animation: rotate 12s infinite linear;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/about/img/last.png) no-repeat;
    background-size: cover;

    aspect-ratio: 481/299;
}
.our__inner
{
    position: relative;
    z-index: 1;

    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.our__top
{
    display: flex;

    max-width: 940px;

    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .our__top
    {
        flex-direction: column-reverse;

        gap: 30px;
    }
}
.our__mini-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;

    max-width: 240px;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .our__mini-text
    {
        margin-left: auto;

        text-align: right;
    }
}
.our__bottom
{
    display: flex;

    margin: 0 auto 100px;
    padding-right: 60px;
    padding-left: 50px;

    align-items: flex-start;
    gap: 60px;
}
@media screen and (max-width: 1240px)
{
    .our__bottom
    {
        padding-inline: 0;
    }
}
@media screen and (max-width: 1240px) and (max-width: 768px)
{
    .our__bottom
    {
        flex-direction: column;

        margin-bottom: 50px;

        gap: 30px;
    }
}
.our__bottom-img-wrap
{
    position: relative;

    width: 100%;
    min-width: 250px;
    max-width: 400px;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
}
.our__bottom-title
{
    margin-bottom: 30px;
}
.our__bottom-title span
{
    font-size: 32px;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    letter-spacing: 0;

    color: #142f62;
    background: #fff;

    padding-inline: 5px 0;
}
@media screen and (max-width: 768px)
{
    .our__bottom-title span
    {
        font-size: 24px;
    }
}
.our__bottom-title span.span2
{
    padding-right: 40px;
}
.our__bottom-text
{
    font-size: 16px;
    line-height: 2;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .our__bottom-text
    {
        font-size: 14px;
    }
}

.indust
{
    display: flex;

    margin-bottom: 100px;

    justify-content: space-between;
    gap: 100px;
}
@media screen and (max-width: 768px)
{
    .indust
    {
        flex-direction: column-reverse;

        margin-bottom: 30px;

        gap: 20px;
    }
}
.indust__left
{
    position: relative;

    width: 100%;
    max-width: 1124px;
    padding: 80px 0 80px 70px;
}
@media screen and (max-width: 1280px)
{
    .indust__left
    {
        padding-left: 0;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .indust__left
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.indust__left::before
{
    position: absolute;
    top: 0;
    right: -60px;

    width: 1000vw;
    height: 100%;

    content: '';

    background: rgba(0, 77, 179, .7);

    mix-blend-mode: multiply;
}
@media screen and (max-width: 768px)
{
    .indust__left::before
    {
        right: -5vw;
    }
}
.indust__list
{
    position: relative;
    z-index: 3;

    display: grid;

    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1180px)
{
    .indust__list
    {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1180px) and (max-width: 768px)
{
    .indust__list
    {
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }
}
.indust__item-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;

    margin-bottom: 10px;

    letter-spacing: .04em;

    color: #fff;
}
.indust__item-img-wrap
{
    position: relative;

    width: -moz-fit-content;

    width: fit-content;
}
.indust__item-name
{
    font-size: 16px;
    line-height: 1;

    position: absolute;
    bottom: 20px;
    left: 0;

    padding: 4px 30px 4px 8px;

    letter-spacing: .001em;

    color: #fff;
    background: #000;
}
@media screen and (max-width: 768px)
{
    .indust__item-name
    {
        font-size: 14px;
    }
}
.indust__title
{
    font-size: 36px;
    line-height: 1;

    position: relative;

    margin-bottom: 40px;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .indust__title
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.indust__right
{
    font-family: 'Kanit', sans-serif;
    font-size: 64px;
    font-weight: 400;
    font-weight: bold;
    font-style: normal;
    line-height: 1;

    letter-spacing: 0;
    -ms-writing-mode: tb-rl;

    color: #fff;

        writing-mode: vertical-rl;
}
@media screen and (max-width: 768px)
{
    .indust__right
    {
        font-size: 24px;

        writing-mode: horizontal-tb;
    }
}

.flow__inner
{
    display: flex;

    padding-left: 70px;

    justify-content: space-between;
}
@media screen and (max-width: 1280px)
{
    .flow__inner
    {
        padding-left: 0;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .flow__inner
    {
        flex-direction: column-reverse;
    }
}
.flow__title
{
    font-size: 36px;

    margin-bottom: 40px;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .flow__title
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.flow__title span
{
    font-size: 16px;

    display: inline-block;

    margin-left: 25px;
    padding: 2px 8px;

    border: solid 1px #fff;
}
@media screen and (max-width: 768px)
{
    .flow__title span
    {
        font-size: 14px;

        margin-left: 0;
    }
}
.flow__left
{
    width: 100%;
    max-width: 1020px;
}
.flow__list-wrap
{
    position: relative;
}
.flow__list-wrap .btn-shine
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 260px;

    translate: -50% 0;
}
.flow__list
{
    display: flex;
    flex-direction: column;

    counter-reset: number 0;

    gap: 30px;
}
.flow__item
{
    position: relative;

    display: flex;

    padding: 40px 80px 40px 60px;

    border: solid 1px #5289cc;
    background: rgba(255, 255, 255, .1);

    gap: 40px;
    align-items: flex-start;
}
@media screen and (max-width: 1024px)
{
    .flow__item
    {
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) and (max-width: 768px)
{
    .flow__item
    {
        padding: 30px 20px;

        gap: 20px;
    }
}
.flow__item:nth-child(3)
{
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
@media screen and (max-width: 768px)
{
    .flow__item:nth-child(3)
    {
        -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
                mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    }
}
.flow__item:not(:last-child)::before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 50px;
    height: 20px;

    content: '';

    background: #fff;

    translate: -50% 50%;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow__item::after
{
    font-family: 'Kanit', sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    position: absolute;
    top: 20px;
    right: 10px;

    content: 'STEP ' counter(number, decimal-leading-zero);
    counter-increment: number 1;
    -ms-writing-mode: tb-rl;

    color: #fff;

        writing-mode: vertical-rl;
}
@media screen and (max-width: 768px)
{
    .flow__item::after
    {
        font-size: 22px;
        font-weight: bold;

        top: 10px;
        right: 2px;
    }
}
.flow__item.is-hidden
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .flow__item-left
    {
        padding-right: 6px;
    }
}
.flow__item-left .gen
{
    display: flex;

    width: -moz-fit-content;

    width: fit-content;
    margin-top: 25px;

    border: solid 1px #000;
}
.flow__item-left .gen .kuro
{
    font-size: 14px;

    display: block;

    padding: 2px 5px;

    color: #fff;
    background: #000;
}
@media screen and (max-width: 768px)
{
    .flow__item-left .gen .kuro
    {
        font-size: 12px;
    }
}
.flow__item-left .gen .shiro
{
    font-size: 14px;

    display: block;

    padding: 2px 10px;

    color: #000;
    background: #fff;
}
@media screen and (max-width: 768px)
{
    .flow__item-left .gen .shiro
    {
        font-size: 12px;
    }
}
.flow__item-right
{
    min-width: 260px;
}
.flow__item-title
{
    display: flex;
    flex-direction: column;

    margin-bottom: 20px;

    gap: 10px;
}
@media screen and (max-width: 768px)
{
    .flow__item-title
    {
        margin-bottom: 15px;
    }
}
.flow__item-title span
{
    font-size: 20px;

    display: flex;

    color: #fff;

    align-items: center;
    gap: 14px;
}
@media screen and (max-width: 768px)
{
    .flow__item-title span
    {
        font-size: 18px;

        gap: 10px;
    }
}
.flow__item-title span::before
{
    display: block;

    width: 10px;
    height: 1px;

    content: '';

    background: #fff;
}
.flow__item-text
{
    font-size: 15px;
    line-height: 2;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .flow__item-text
    {
        font-size: 13px;
    }
}
.flow__right
{
    font-family: 'Kanit', sans-serif;
    font-size: 64px;
    font-weight: 400;
    font-weight: bold;
    font-style: normal;

    -ms-writing-mode: tb-rl;

    color: #fff;

        writing-mode: vertical-rl;
}
@media screen and (max-width: 768px)
{
    .flow__right
    {
        font-size: 28px;

        writing-mode: horizontal-tb;
    }
}
.flow__example
{
    position: relative;

    margin: 120px auto 0;
    padding: 50px 70px 50px;

    background: #fff;
}
@media screen and (max-width: 1280px)
{
    .flow__example
    {
        margin-top: 60px;
        padding: 30px 30px;
    }
}
.flow__example-title
{
    font-size: 24px;

    margin-bottom: 40px;

    text-align: center;

    color: #004db3;
}
@media screen and (max-width: 1280px)
{
    .flow__example-title
    {
        font-size: 18px;

        margin-bottom: 15px;
    }
}
.flow__example-list
{
    display: flex;

    gap: 30px;
}
@media screen and (max-width: 1280px)
{
    .flow__example-list
    {
        gap: 15px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 640px)
{
    .flow__example-list
    {
        flex-direction: column;

        align-items: center;
    }
}
.flow__example-item p
{
    font-size: 16px;

    margin-top: 10px;

    color: #004db3;
}
@media screen and (max-width: 768px)
{
    .flow__example-item p
    {
        font-size: 14px;

        margin-top: 5px;
    }
}

.top-corner,
.bottom-corner
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-user-select: none;

       -moz-user-select: none;

            user-select: none;
    pointer-events: none;
}
.top-corner::before,
.top-corner::after,
.bottom-corner::before,
.bottom-corner::after
{
    position: absolute;

    width: 10px;
    height: auto;

    content: '';

    background-color: #fff;

    aspect-ratio: 1;
    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/jobs/img/corner.png);
            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/jobs/img/corner.png);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
.top-corner.blue.top-corner::before,
.top-corner.blue.top-corner::after,
.top-corner.blue.bottom-corner::before,
.top-corner.blue.bottom-corner::after,
.bottom-corner.blue.top-corner::before,
.bottom-corner.blue.top-corner::after,
.bottom-corner.blue.bottom-corner::before,
.bottom-corner.blue.bottom-corner::after
{
    background: #004db3;
}

.top-corner::before
{
    top: -1px;
    left: -1px;
}
.top-corner::after
{
    top: -1px;
    right: -1px;

    rotate: 90deg;
}

.bottom-corner::before
{
    bottom: -1px;
    left: -1px;

    rotate: 270deg;
}
.bottom-corner::after
{
    right: -1px;
    bottom: -1px;

    rotate: 180deg;
}

.benefit
{
    margin-bottom: 100px;
}
.benefit__title
{
    font-size: 36px;

    color: #fff;
}
.benefit__content
{
    display: flex;

    justify-content: space-between;
}
.benefit__left
{
    max-width: 1020px;
}
.benefit__list
{
    display: grid;

    counter-reset: number 0;

    grid-template-columns: repeat(2, 1fr);
}
.benefit__item
{
    position: relative;

    padding: 40px 50px;

    border: solid 1px #004db3;
    background: #fff;
}
.benefit__item:not(:nth-child(1)):not(:nth-child(2))
{
    margin-top: -1px;
}
.benefit__item:nth-child(even)
{
    margin-left: -1px;
}
.benefit__item::before
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    top: 0;
    right: 0;

    display: flex;

    width: 96px;
    height: 24px;

    content: 'BENEFITS - ' counter(number, decimal-leading-zero);
    counter-increment: number 1;
    letter-spacing: .04em;

    color: #fff;
    background: #004db3;

    justify-content: center;
    align-items: center;
}
.benefit__item-title
{
    font-size: 24px;

    margin-bottom: 25px;

    color: #004db3;
}
.benefit__item-title span
{
    font-size: 16px;
}
.benefit__item-text
{
    font-size: 15px;
    line-height: 2;
}

.circle__wrap
{
    display: flex;

    justify-content: space-between;
}
.circle__content
{
    position: relative;

    display: flex;

    padding: 60px 50px;

    background: rgba(0, 0, 0, .1);

    gap: 60px;
}
.circle__left
{
    max-width: 400px;
}
.circle__right
{
    max-width: 465px;
}
.circle__title
{
    font-size: 36px;

    margin-bottom: 30px;

    color: #fff;
}
.circle__text
{
    font-size: 16px;
    line-height: 2;

    color: #fff;
}

.bg-area
{
    height: 840px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/workstyle/img/bg-area.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.training
{
    padding-top: 110px;
    padding-bottom: 100px;
}
.training__inner
{
    width: 90%;
    max-width: 1220px;
    margin: 0 auto;
}
.training__title-en
{
    color: #004db3;
}
.training__title-en::before
{
    background: #004db3;
}
.training__title-jp
{
    color: #004db3;
}
.training__sub-title
{
    margin-bottom: 35px;
}
.training__sub-title span
{
    font-size: 32px;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    color: #fff;
    background: #000;
}
.training__text
{
    font-size: 16px;
    line-height: 2;

    margin-bottom: 50px;

    color: #004db3;
}
.training__list
{
    position: relative;

    display: grid;

    counter-reset: number 0;

    grid-template-columns: repeat(3, 1fr);
}
.training__item
{
    position: relative;

    padding: 55px 45px;

    counter-increment: number;

    border: solid 1px #004db3;
}
.training__item:not(:last-child)
{
    margin-right: -1px;
}
.training__item::after
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    top: 12px;
    right: 10px;

    content: 'PROGRAM - ' counter(number, decimal-leading-zero);

    color: #004db3;
}
.training__item-title
{
    font-size: 24px;

    margin-bottom: 20px;

    color: #004db3;
}
.training__item img
{
    margin-bottom: 30px;
}
.training__item-text
{
    font-size: 15px;
    line-height: 2;
}

.career
{
    padding: 110px 0 125px;
}
.career__inner
{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.career__sub-title
{
    margin-bottom: 30px;
}
.career__sub-title span
{
    font-size: 32px;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    color: #000;
    background: #fff;
}
.career__text
{
    font-size: 16px;
    line-height: 2;

    color: #fff;
}
/*# sourceMappingURL=style.css.map */
