#wrapper
{
    overflow: hidden;
}
@keyframes rotate
{
    0%
    {
        rotate: 0deg;
    }
    100%
    {
        rotate: 360deg;
    }
}

.mv
{
    position: relative;

    padding-top: 190px;
    padding-bottom: 100px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/index/img/grad_mv.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px)
{
    .mv
    {
        padding-top: 200px;
        padding-bottom: 60px;
    }
}
.mv::after
{
    position: absolute;
    top: 100px;
    right: max(-50px, -3.3333333333%);

    width: min(791px, 52.7333333333%);
    height: auto;

    content: '';
    transform-origin: 10px calc(100% - min(.6666666667vw)) min(6.6666666667vw, 100px);
    animation: rotate 12s linear infinite;

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

    aspect-ratio: 791/304;
}
.mv__inner
{
    position: relative;
    z-index: 5;

    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.mv__img-wrap
{
    position: relative;

    height: -moz-fit-content;

    height: fit-content;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px)
{
    .mv__img-wrap
    {
        margin-bottom: 15px;
    }
}
.mv__title
{
    margin-bottom: 150px;
}
@media screen and (max-width: 768px)
{
    .mv__title
    {
        margin-bottom: 50px;
    }
}
.mv__title-en
{
    padding-left: 0;
}
.mv__title-en::before
{
    display: none;
}
.mv__title-jp
{
    color: #fff;
}
.mv__content
{
    display: flex;

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

    gap: 80px;
}
@media screen and (max-width: 1280px)
{
    .mv__content
    {
        gap: 50px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .mv__content
    {
        flex-direction: column;

        align-items: center;
        gap: 30px;
    }
}
.mv__left
{
    position: relative;

    min-width: 200px;
    max-width: 240px;
}
@media screen and (max-width: 1280px)
{
    .mv__left
    {
        margin-left: 15px;
    }
}
@media screen and (max-width: 600px)
{
    .mv__left
    {
        max-width: 150px;
    }
}
.mv__left-mini-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.333;

    position: absolute;
    top: 0;
    left: -45px;

    -ms-writing-mode: tb-rl;

    color: #fff;

        writing-mode: vertical-rl;
}
.mv__left-name
{
    font-size: 24px;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .mv__left-name
    {
        font-size: 18px;
    }
}
.mv__left-name span
{
    font-size: 16px;

    display: block;
}
@media screen and (max-width: 768px)
{
    .mv__left-name span
    {
        font-size: 14px;
    }
}
.mv__right
{
    max-width: 800px;
}
.mv__right p
{
    font-size: 16px;
    line-height: 2;

    letter-spacing: .08em;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .mv__right p
    {
        font-size: 14px;
    }
}
.mv__right h2
{
    font-size: 32px;
    line-height: 1.21;

    width: -moz-fit-content;

    width: fit-content;
    margin-bottom: 30px;
    padding: 0 40px 0 15px;

    letter-spacing: 0;

    color: #0c5788;
    background: #fff;
}
@media screen and (max-width: 768px)
{
    .mv__right h2
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.mv__bottom-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-weight: 300;
    font-style: normal;

    margin-top: 45px;

    letter-spacing: .04em;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .mv__bottom-text
    {
        margin-top: 30px;
    }
}

.keyword
{
    position: relative;

    padding: 110px 0 100px;

    background: #f0f3f7;
}
@media screen and (max-width: 768px)
{
    .keyword
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.keyword::before
{
    position: absolute;
    top: -175px;
    right: -130px;

    width: min(578px, 38.5333333333%);
    height: auto;

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

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

    aspect-ratio: 1;
}
@media screen and (max-width: 768px)
{
    .keyword::before
    {
        top: -100px;
        right: -30px;
    }
}
.keyword__inner
{
    position: relative;
    z-index: 5;

    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.keyword__title-en
{
    color: #004db3;
}
.keyword__title-en::before
{
    background: #004db3;
}
.keyword__title-jp
{
    color: #004db3;
}
.keyword__content
{
    display: flex;

    gap: 80px;
}
@media screen and (max-width: 1280px)
{
    .keyword__content
    {
        gap: 40px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .keyword__content
    {
        flex-direction: column;
    }
}
.keyword__content-left
{
    max-width: 635px;
}
@media screen and (max-width: 1280px)
{
    .keyword__content-left
    {
        max-width: 400px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .keyword__content-left
    {
        max-width: 100%;
    }
}
.keyword__content-right
{
    max-width: 500px;
}
@media screen and (max-width: 768px)
{
    .keyword__content-right
    {
        max-width: 100%;
    }
}
.keyword__content-list
{
    display: flex;
    flex-direction: column;

    gap: 25px;
}
@media screen and (max-width: 768px)
{
    .keyword__content-list
    {
        gap: 15px;
    }
}
.keyword__bottom-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;

    margin-top: 45px;

    color: #004db3;
}

.keyword-item__number
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

    letter-spacing: .04em;

    color: #004db3;
}
.keyword-item__title
{
    font-size: 24px;
    line-height: 1.2;

    width: -moz-fit-content;

    width: fit-content;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 30px 0 10px;

    letter-spacing: 0;

    color: #fff;
    background: #000;
}
@media screen and (max-width: 1280px)
{
    .keyword-item__title
    {
        font-size: 20px;

        margin-bottom: 5px;
        padding: 0 15px 0 5px;
    }
}
.keyword-item__text
{
    font-size: 18px;
    line-height: 1.75;

    letter-spacing: 0;
}
@media screen and (max-width: 1280px)
{
    .keyword-item__text
    {
        font-size: 14px;
    }
}

.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;
}
/*# sourceMappingURL=style.css.map */
