@charset 'UTF-8';
.bg1
{
    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/workstyle/img/bg01.jpg) no-repeat;
    background-size: cover;
}

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

#wrapper
{
    overflow: hidden;
}
@keyframes scale
{
    0%
    {
        scale: 1;
    }
    50%
    {
        scale: .9;
    }
    100%
    {
        scale: 1;
    }
}
@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::before
{
    position: absolute;
    top: -10px;
    right: max(-150px, -10%);

    width: min(860px, 57.3333333333%);
    height: auto;

    content: '';
    animation: scale 5s ease infinite;

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

    aspect-ratio: 860/989;
}
.mv__inner
{
    position: relative;

    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;
}

.point
{
    position: relative;

    padding-top: 100px;
    padding-bottom: 150px;
}
@media screen and (max-width: 768px)
{
    .point
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.point__animation
{
    position: absolute;
    z-index: 10;
    top: 1030px;
    right: max(-200px, -13.3333333333%);

    width: min(538px, 35.8666666667%);
    height: auto;

    pointer-events: none;

    aspect-ratio: 538/731;
}
@media screen and (max-width: 768px)
{
    .point__animation
    {
        top: 800px;
        right: -100px;

        width: 250px;
    }
}
.point__animation::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 85.687732342%;
    height: auto;

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

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

    aspect-ratio: 461/511;
}
.point__animation::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: auto;

    content: '';
    animation: scale 5s ease infinite;

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

    aspect-ratio: 538/681;
}
.point::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

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

    mix-blend-mode: multiply;
}
.point__inner
{
    position: relative;
    z-index: 1;

    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.point__top-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-weight: 300;
    font-weight: 300;
    font-style: normal;
    font-style: normal;
    line-height: 1.3;

    max-width: 440px;
    margin-bottom: -50px;
    margin-left: auto;

    letter-spacing: .04em;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .point__top-text
    {
        margin-bottom: 30px;
    }
}
.point__bottom-text
{
    margin-bottom: 100px;
    padding-left: 50px;
}
@media screen and (max-width: 768px)
{
    .point__bottom-text
    {
        margin-bottom: 50px;
        padding-left: 0;
    }
}
.point__bottom-text span
{
    font-size: 32px;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    color: #030f42;
    background: #fff;

    padding-inline: 10px;
}
@media screen and (max-width: 768px)
{
    .point__bottom-text span
    {
        font-size: 20px;

        letter-spacing: 0;
    }
}
.point__lr
{
    display: flex;

    width: 100%;

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

    display: flex;
    flex-direction: column;

    margin-bottom: 200px;
    padding-left: 100px;

    gap: 80px;
}
@media screen and (max-width: 1280px)
{
    .point__list
    {
        padding-left: 0;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .point__list
    {
        margin-bottom: 100px;

        gap: 50px;
    }
}
.point__list::before
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 300px;

    width: 200vw;
    height: calc(100% + 120px);

    content: '';

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

    translate: 0 -50%;
}
@media screen and (max-width: 768px)
{
    .point__list::before
    {
        left: 100px;

        translate: 0 calc(-50% - 30px);
    }
}
.point__item
{
    display: flex;

    align-items: flex-end;
    gap: 40px;
}
@media screen and (max-width: 1280px)
{
    .point__item
    {
        gap: 20px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .point__item
    {
        flex-direction: column;

        align-items: center;
    }
}
.point__img
{
    position: relative;

    max-width: 550px;
}
@media screen and (max-width: 1280px)
{
    .point__img
    {
        min-width: 350px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .point__img
    {
        max-width: 500px;
    }
}
.point__sub-title
{
    font-size: 32px;

    position: relative;

    width: -moz-fit-content;

    width: fit-content;
    margin-bottom: 35px;
    margin-left: -80px;

    letter-spacing: 0;

    color: #fff;
    background: #000;

    padding-inline: 80px 10px;
}
@media screen and (max-width: 1280px)
{
    .point__sub-title
    {
        font-size: 24px;

        margin-bottom: 15px;
        margin-left: 0;
        padding-left: 10px;
    }
}
.point__number
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

    margin-bottom: 8px;

    letter-spacing: .04em;

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

        margin-bottom: 4px;
    }
}
.point__text
{
    font-size: 16px;
    line-height: 2;

    color: #fff;
}
@media screen and (max-width: 1280px)
{
    .point__text
    {
        font-size: 14px;
        line-height: 1.75;
    }
}
.point__content
{
    max-width: 430px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1280px)
{
    .point__content
    {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .point__content
    {
        max-width: 100%;
        margin-bottom: 0;
    }
}

.vert
{
    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)
{
    .vert
    {
        font-size: 28px;

        margin-bottom: 20px;

        writing-mode: horizontal-tb;
    }
}

.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: 0;
    left: 0;
}
.top-corner::after
{
    top: 0;
    right: 0;

    rotate: 90deg;
}

.bottom-corner::before
{
    bottom: 0;
    left: 0;

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

    rotate: 180deg;
}

.benefit
{
    margin-bottom: 100px;
}
@media screen and (max-width: 768px)
{
    .benefit
    {
        margin-bottom: 60px;
    }
}
.benefit__title
{
    font-size: 36px;

    margin-bottom: 40px;

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

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

    padding-left: 100px;

    justify-content: space-between;
}
@media screen and (max-width: 1280px)
{
    .benefit__content
    {
        padding-left: 0;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .benefit__content
    {
        flex-direction: column-reverse;
    }
}
.benefit__left
{
    max-width: 1020px;
}
.benefit__list
{
    display: grid;

    counter-reset: number 0;

    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px)
{
    .benefit__list
    {
        grid-template-columns: 1fr;
    }
}
.benefit__item
{
    position: relative;

    padding: 35px 31px;

    border: solid 1px #004db3;
    background: #fff;
}
@media screen and (max-width: 768px)
{
    .benefit__item
    {
        padding: 25px 30px;
    }
}
.benefit__item:not(:nth-child(1)):not(:nth-child(3))
{
    margin-top: -1px;
}
@media screen and (max-width: 768px)
{
    .benefit__item:not(:nth-child(1)):not(:nth-child(3))
    {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px)
{
    .benefit__item:not(:nth-child(1))
    {
        margin-top: -1px !important;
    }
}
.benefit__item:not(:nth-child(3n+1))
{
    margin-left: -1px;
}
@media screen and (max-width: 768px)
{
    .benefit__item:not(:nth-child(3n+1))
    {
        margin-left: 0;
    }
}
.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;

    height: 24px;

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

    color: #fff;
    background: #004db3;

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

    margin-bottom: 15px;

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

        margin-bottom: 10px;
    }
}
.benefit__item-title span
{
    font-size: 16px;
}
@media screen and (max-width: 768px)
{
    .benefit__item-title span
    {
        font-size: 14px;
    }
}
.benefit__item-text
{
    font-size: 15px;
    line-height: 2;

    letter-spacing: .05em;
}
@media screen and (max-width: 768px)
{
    .benefit__item-text
    {
        font-size: 14px;
        line-height: 1.75;
    }
}
.benefit__item-text span
{
    display: inline-block;
}
.benefit__details
{
    margin-top: 1em;
}
.benefit__details.is-row
{
    display: flex;

    flex-wrap: wrap;
    gap: 0 20px;
}
.benefit__details-list
{
    font-size: 14px;
    line-height: 1.5714285714;

    padding-left: 1em;

    text-indent: -1em;
    letter-spacing: 0;

    color: #4c4c4c;
}
.benefit__details-list:before
{
    content: '・';
}
@media screen and (max-width: 768px)
{
    .benefit__details-list
    {
        font-size: 12px;
    }
}

.circle
{
    padding-left: 100px;
}
@media screen and (max-width: 1280px)
{
    .circle
    {
        padding-left: 0;
    }
}
.circle__wrap
{
    display: flex;

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

    display: flex;

    padding: 60px 50px;

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

    gap: 60px;
    align-items: flex-start;
}
@media screen and (max-width: 1280px)
{
    .circle__content
    {
        gap: 30px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .circle__content
    {
        flex-direction: column;

        padding: 35px 25px;
    }
}
.circle__left
{
    min-width: 250px;
    max-width: 400px;
}
@media screen and (max-width: 768px)
{
    .circle__left
    {
        margin: 0 auto;
    }
}
.circle__right
{
    max-width: 465px;
}
@media screen and (max-width: 768px)
{
    .circle__right
    {
        max-width: 100%;
    }
}
.circle__title
{
    font-size: 36px;

    margin-bottom: 30px;

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

        margin-bottom: 15px;
    }
}
.circle__text
{
    font-size: 16px;
    line-height: 2;

    margin-bottom: 30px;

    color: #fff;
}
@media screen and (max-width: 1280px)
{
    .circle__text
    {
        font-size: 14px;
        line-height: 1.75;

        margin-bottom: 20px;
    }
}

.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: 150%;
}
@media screen and (max-width: 768px)
{
    .bg-area
    {
        height: 300px;
    }
}

.training
{
    position: relative;

    padding-top: 110px;
    padding-bottom: 100px;
}
@media screen and (max-width: 768px)
{
    .training
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.training::before
{
    position: absolute;
    top: -165px;
    right: 5px;

    width: min(490px, 32.6666666667%);
    height: auto;

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

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

    aspect-ratio: 490/449;
}
@media screen and (max-width: 768px)
{
    .training::before
    {
        top: -150px;

        width: 250px;
    }
}
.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;
    padding-left: 50px;
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .training__sub-title
    {
        margin-bottom: 15px;
        padding-left: 0;
    }
}
.training__sub-title span
{
    font-size: 32px;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    letter-spacing: 0;

    color: #fff;
    background: #000;

    padding-inline: 10px;
}
@media screen and (max-width: 768px)
{
    .training__sub-title span
    {
        font-size: 24px;
    }
}
.training__text
{
    font-size: 16px;
    line-height: 2;

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

    letter-spacing: 0;

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

        margin-bottom: 30px;
        padding-left: 0;
    }
}
.training__list
{
    position: relative;

    display: grid;

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

    counter-reset: number 0;

    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px)
{
    .training__list
    {
        grid-template-columns: 1fr;
    }
}
.training__item
{
    position: relative;

    padding: 55px 45px;

    counter-increment: number;

    border: solid 1px #004db3;
}
@media screen and (max-width: 1240px)
{
    .training__item
    {
        padding: 50px 20px 30px;
    }
}
@media screen and (max-width: 1240px) and (max-width: 768px)
{
    .training__item
    {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 768px)
{
    .training__item:not(:first-child)
    {
        margin-top: -1px;
    }
}
.training__item:not(:last-child)
{
    margin-right: -1px;
}
@media screen and (max-width: 768px)
{
    .training__item:not(:last-child)
    {
        margin-right: 0;
    }
}
.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);
    letter-spacing: .04em;

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

    margin-bottom: 20px;

    color: #004db3;
}
@media screen and (max-width: 1240px)
{
    .training__item-title
    {
        font-size: 20px;

        margin-bottom: 15px;
    }
}
.training__item img
{
    display: block;

    margin: 0 auto;
    margin-bottom: 30px;
}
@media screen and (max-width: 1240px)
{
    .training__item img
    {
        margin-bottom: 20px;
    }
}
.training__item-text
{
    font-size: 15px;
    line-height: 2;

    letter-spacing: 0;
}
@media screen and (max-width: 1240px)
{
    .training__item-text
    {
        font-size: 13px;
    }
}

.career
{
    position: relative;

    padding: 110px 0 125px;
}
@media screen and (max-width: 768px)
{
    .career
    {
        padding: 60px 0 60px;
    }
}
.career__animation
{
    position: absolute;
    top: 60px;
    right: 160px;

    width: min(240px, 16%);
    height: auto;

    aspect-ratio: 240/350;
}
@media screen and (max-width: 768px)
{
    .career__animation
    {
        top: 20px;
        right: 40px;

        width: 120px;
    }
}
.career__animation::before
{
    position: absolute;
    top: 25px;
    left: 50%;

    width: 45.8333333333%;
    height: auto;

    content: '';

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

    translate: -50% 0;
    aspect-ratio: 243/725;
}
.career__animation::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: auto;

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

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

    aspect-ratio: 537/735;
}
@media screen and (max-width: 768px)
{
    .career__animation::after
    {
        width: 100%;
    }
}
.career__inner
{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.career__sub-title
{
    margin-bottom: 30px;
    padding-left: 50px;
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .career__sub-title
    {
        margin-bottom: 15px;
        padding-left: 0;
    }
}
.career__sub-title span
{
    font-size: 32px;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    letter-spacing: 0;

    color: #000;
    background: #fff;

    padding-inline: 10px;
}
@media screen and (max-width: 768px)
{
    .career__sub-title span
    {
        font-size: 20px;
    }
}
.career__text
{
    font-size: 16px;
    line-height: 2;

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

    letter-spacing: 0;

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

        margin-bottom: 15px;
        padding-left: 0;
    }
}
.career__img-wrap
{
    position: relative;

    overflow-x: auto;

    width: 100%;
}
.career__img-wrap img
{
    min-width: 1000px;
}
.career__img-wrap::after
{
    position: absolute;
    top: min(75px, 5%);
    left: max(-100px, -6.6666666667%);

    width: min(284px, 18.9333333333%);
    height: auto;

    content: '';
    animation: scale 5s ease infinite;

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

    aspect-ratio: 284/81;
}
@media screen and (max-width: 768px)
{
    .career__img-wrap::after
    {
        width: 30%;
    }
}
@media screen and (max-width: 600px)
{
    .career__img-wrap::after
    {
        width: 50%;
    }
}
/*# sourceMappingURL=style.css.map */
