.bg1
{
    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/jobs/img/bg01.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

html
{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@keyframes rotate
{
    0%
    {
        rotate: 0deg;
    }
    100%
    {
        rotate: 360deg;
    }
}
@keyframes rotateY
{
    0%
    {
        transform: rotateY(0deg);
    }
    100%
    {
        transform: rotateY(360deg);
    }
}
@keyframes scaleX
{
    0%
    {
        transform: scaleX(1);
    }
    50%
    {
        transform: scaleX(.8);
    }
    100%
    {
        transform: scaleX(1);
    }
}
@keyframes scaleY
{
    0%
    {
        transform: scaleY(1);
    }
    50%
    {
        transform: scaleY(.8);
    }
    100%
    {
        transform: scaleY(1);
    }
}

.mv
{
    position: relative;

    padding-top: 190px;
    padding-bottom: 150px;
}
@media screen and (max-width: 768px)
{
    .mv
    {
        padding-bottom: 60px;
    }
}
.mv::after
{
    position: absolute;
    top: 120px;
    right: 150px;

    width: min(350px, 23.3333333333%);
    height: auto;

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

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

    aspect-ratio: 350/294;
}
@media screen and (max-width: 768px)
{
    .mv::after
    {
        top: 60px;
        right: 15px;

        width: 150px;
    }
}
.mv__inner
{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.mv__title
{
    margin-bottom: 60px;
}
.mv__title-en
{
    padding-left: 0;
}
.mv__title-en::before
{
    display: none;
}
.mv__title-jp
{
    color: #fff;
}

.anchors__list
{
    display: flex;

    gap: 10px;
}
@media screen and (max-width: 768px)
{
    .anchors__list
    {
        gap: 15px;
    }
}
.anchors__item
{
    position: relative;

    max-width: 200px;
}
@media screen and (max-width: 1280px)
{
    .anchors__item
    {
        max-width: 200px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .anchors__item
    {
        max-width: 160px;
    }
}
.anchors__item--cross
{
    max-width: 260px;
}
.anchors__item--cross:not(:last-child)
{
    margin-left: 30px;
}
@media screen and (max-width: 1024px)
{
    .anchors__item--cross:not(:last-child)
    {
        margin: 0;
    }
}
@media screen and (max-width: 1280px)
{
    .anchors__item--cross
    {
        max-width: 280px;
    }
}
@media screen and (max-width: 600px)
{
    .anchors__item--cross
    {
        width: 100%;
        max-width: 100%;
    }
}
.anchors__item::after
{
    position: absolute;
    right: 20px;
    bottom: 20px;

    width: 12px;
    height: auto;

    content: '';

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

    aspect-ratio: 16/24;
}
.anchors__item-top
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

    height: 25px;

    letter-spacing: .04em;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .anchors__item-top
    {
        font-size: 10px;
    }
}
.anchors__item-link
{
    display: block;

    height: calc(100% - 25px);
    padding: 20px 15px 40px;

    border: solid 1px #fff;
    border-radius: 6px;
}
@media screen and (max-width: 1280px)
{
    .anchors__item-link
    {
        height: auto;
        padding: 15px 15px 30px;
    }
}
.anchors__item-img-wrap
{
    position: relative;

    margin-bottom: 15px;
}
@media screen and (max-width: 1280px)
{
    .anchors__item-img-wrap
    {
        margin-bottom: 10px;
    }
}
.anchors__item-cross
{
    display: flex;

    gap: 30px;
}
@media screen and (max-width: 1280px)
{
    .anchors__item-cross
    {
        gap: 25px;
    }
}
.anchors__item-cross .anchors__item-name
{
    position: relative;
}
.anchors__item-cross .anchors__item-name:not(:last-child)::before,
.anchors__item-cross .anchors__item-name:not(:last-child)::after
{
    position: absolute;
    top: 50%;
    right: -25px;

    width: 15px;
    height: 1px;

    content: '';

    background: #fff;

    translate: 0 -50%;
}
@media screen and (max-width: 1280px)
{
    .anchors__item-cross .anchors__item-name:not(:last-child)::before,
    .anchors__item-cross .anchors__item-name:not(:last-child)::after
    {
        right: -20px;
    }
}
.anchors__item-cross .anchors__item-name:not(:last-child)::before
{
    rotate: -45deg;
}
.anchors__item-cross .anchors__item-name:not(:last-child)::after
{
    rotate: 45deg;
}
.anchors__item-cross .anchors__item-name span
{
    font-size: 20px;
}
.anchors__item-name
{
    font-size: 14px;

    white-space: nowrap;
    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 1280px)
{
    .anchors__item-name
    {
        font-size: 12px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .anchors__item-name
    {
        font-size: 10px;
    }
}
.anchors__item-name span
{
    font-size: 26px;

    display: block;
}
@media screen and (max-width: 1280px)
{
    .anchors__item-name span
    {
        font-size: 18px;
    }
}

.interview
{
    position: relative;

    padding: 110px 0 100px;

    background: #f0f3f7;

    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.interview:after
{
    position: absolute;
    z-index: -1;
    top: 22%;
    right: 0;

    width: clamp(500px, 75vw, 1437px);
    height: auto;

    content: '';
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/member/img/floor.png) no-repeat;
    background-position: right -15vw top 0;
    background-size: cover;

    aspect-ratio: 1437/711;
}
@media screen and (max-width: 768px)
{
    .interview
    {
        padding: 60px 0 80px;
    }
}
.interview__inner
{
    position: relative;
    z-index: 5;

    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.interview__title-en
{
    color: #004db3;
}
.interview__title-en::before
{
    background: #004db3;
}
.interview__title-jp
{
    color: #004db3;
}
.interview__title-jp span
{
    font-size: .5em;

    margin-left: 1em;
}
.interview__pc-image
{
    position: sticky;
    top: 100px;

    width: 650px;
    height: 800px;
}
@media screen and (max-width: 1250px)
{
    .interview__pc-image
    {
        height: 600px;
    }
}
@media screen and (max-width: 1250px) and (max-width: 768px)
{
    .interview__pc-image
    {
        display: none;
    }
}
.interview__pc-image img
{
    position: absolute;
    top: 0;
    left: 0;

    transition: opacity .3s;

    opacity: 0;
}
.interview__pc-image img.is-active
{
    opacity: 1;
}
.interview__main-img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.interview__main-wrap
{
    position: relative;

    width: calc(100% - 60px);
    height: auto;

    background-size: cover;

    aspect-ratio: 2440/1000;
}
@media screen and (max-width: 768px)
{
    .interview__main-wrap
    {
        width: 100%;
        height: auto;

        aspect-ratio: 1350/800;
    }
}
.interview__main-wrap--02
{
    background-size: cover;
}
.interview__main-card
{
    position: relative;

    max-width: 400px;
    margin-top: -60px;
    margin-left: auto;
    padding: 30px 44px;

    background: #fff;
}
@media screen and (max-width: 768px)
{
    .interview__main-card
    {
        max-width: 285px;
        margin-top: -20px;
        margin-right: 10px;
        padding: 20px;
    }
}
.interview__main-card::before
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

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

    content: 'PROFILE';

    color: #004db3;
}
@media screen and (max-width: 768px)
{
    .interview__main-card::before
    {
        font-size: 10px;

        top: 8px;
        right: 8px;
    }
}
.interview__main-name
{
    font-size: 16px;

    margin-bottom: 25px;
}
@media screen and (max-width: 768px)
{
    .interview__main-name
    {
        font-size: 14px;

        margin-bottom: 15px;
    }
}
.interview__main-name span
{
    font-size: 32px;
}
@media screen and (max-width: 768px)
{
    .interview__main-name span
    {
        font-size: 24px;
    }
}
.interview__main-work
{
    display: flex;

    gap: 18px;
}
@media screen and (max-width: 768px)
{
    .interview__main-work
    {
        gap: 10px;
    }
}
.interview__main-work-title
{
    font-size: 14px;

    height: -moz-fit-content;

    height: fit-content;
    padding: 0 4px;

    white-space: nowrap;

    color: #004db3;
    border: solid 1px #004db3;
}
@media screen and (max-width: 768px)
{
    .interview__main-work-title
    {
        font-size: 12px;
    }
}
.interview__main-work-list
{
    display: flex;
    flex-direction: column;
}
.interview__main-work-item
{
    font-size: 14px;
    line-height: 1.85;

    display: flex;

    color: #004db3;

    gap: 10px;
}
@media screen and (max-width: 768px)
{
    .interview__main-work-item
    {
        font-size: 12px;
        line-height: 1.5;
    }
}
.interview__main-bottom
{
    font-size: 10px;
    line-height: 1.3;

    margin-top: -90px;
    margin-bottom: 165px;
    margin-left: 30px;

    color: #004db3;
}
@media screen and (max-width: 950px)
{
    .interview__main-bottom
    {
        margin-top: 15px;
        margin-bottom: 50px;
    }
}
.interview__sub-title
{
    position: relative;
    z-index: 2;

    padding-top: min(80px, 5.3333333333vw);
    padding-left: min(100px, 6.6666666667vw);
}
@media screen and (max-width: 768px)
{
    .interview__sub-title
    {
        position: absolute;
        top: 70%;
        left: 20px;

        padding: 0;

        translate: 0 -50%;
    }
}
.interview__sub-title span
{
    font-size: 45px;
    line-height: 1;

    display: block;

    width: -moz-fit-content;

    width: fit-content;

    letter-spacing: -.03em;

    color: #fff;
    background: #000;

    padding-block: 10px 5px;
    padding-inline: 10px 20px;
}
.interview__sub-title span:last-child
{
    padding-block: 5px 10px;
}
.interview__sub-title span.space
{
    padding-right: 40px;
}
@media screen and (max-width: 768px)
{
    .interview__sub-title span.space
    {
        padding-right: 20px;
    }
}
.interview__sub-title span.pr0
{
    padding-right: 0;
}
@media screen and (max-width: 768px)
{
    .interview__sub-title span
    {
        font-size: 18px;

        padding-inline: 5px 10px;
    }
}
.interview__content
{
    position: relative;

    display: flex;

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

    gap: 100px;
}
@media screen and (max-width: 1280px)
{
    .interview__content
    {
        gap: 30px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .interview__content
    {
        flex-direction: column-reverse;
    }
}
.interview__content--1
{
    position: relative;
}
.interview__content--1::before
{
    position: absolute;
    top: -300px;
    right: -480px;

    display: none;

    width: 1437px;
    height: auto;

    content: '';
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;

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

    aspect-ratio: 1437/711;
}
@media screen and (max-width: 1024px)
{
    .interview__content--1::before
    {
        top: -100px;
        right: 0;

        width: 600px;
    }
}
@media screen and (max-width: 600px)
{
    .interview__content--1::before
    {
        width: 100%;
    }
}
.interview__left
{
    position: relative;

    max-width: 1220px;
}
.interview__list
{
    display: flex;
    flex-direction: column;

    gap: 100px;
}
@media screen and (max-width: 768px)
{
    .interview__list
    {
        gap: 30px;
    }
}
.interview__item
{
    display: flex;

    padding-bottom: 100px;

    gap: 120px;
}
.interview__item:last-child
{
    height: 100vh;
}
@media screen and (max-width: 768px)
{
    .interview__item:last-child
    {
        height: auto;
    }
}
@media screen and (max-width: 1280px)
{
    .interview__item
    {
        gap: 30px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .interview__item
    {
        flex-direction: column;

        padding-bottom: 50px;
    }
}
.interview__item-left
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .interview__item-left
    {
        display: block;

        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
}
.interview__item-right
{
    max-width: 450px;
}
@media screen and (max-width: 768px)
{
    .interview__item-right
    {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
}
.interview__item-top
{
    display: flex;
    flex-direction: column;

    margin-top: 60px;
    margin-bottom: 50px;

    align-items: flex-start;
}
@media screen and (max-width: 1280px)
{
    .interview__item-top
    {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
.interview__item-top-number
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

    display: block;

    margin-bottom: 10px;

    color: #004db3;
}
@media screen and (max-width: 1280px)
{
    .interview__item-top-number
    {
        font-size: 10px;
    }
}
.interview__item-top-title
{
    font-size: 28px;

    letter-spacing: 0;

    color: #004db3;
    background: #fff;

    padding-inline: 10px 20px;
}
@media screen and (max-width: 1280px)
{
    .interview__item-top-title
    {
        font-size: 18px;

        padding-inline: 5px 10px;
    }
}
.interview__item-sub-title
{
    font-size: 32px;

    margin-bottom: 30px;
}
@media screen and (max-width: 768px)
{
    .interview__item-sub-title
    {
        font-size: 24px;

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

    letter-spacing: 0;
}
@media screen and (max-width: 1280px)
{
    .interview__item-text
    {
        font-size: 14px;
    }
}
.interview__right
{
    font-family: 'Kanit', sans-serif;
    font-size: 64px;
    font-weight: 400;
    font-weight: bold;
    font-style: normal;
    line-height: 1;

    position: sticky;
    top: 100px;

    overflow: hidden;

    height: -moz-fit-content;

    height: fit-content;

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

    color: #004db3;

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

        width: 90%;
        margin: 0 auto;

        writing-mode: horizontal-tb;
    }
}

.bg-area
{
    height: 150px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/member/img/bg02.jpg) no-repeat;
    background-size: cover;
}

.crosstalk
{
    position: relative;

    overflow: hidden;

    padding: 110px 0 120px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/member/img/bg03.jpg) no-repeat;
    background-size: cover;

    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px)
{
    .crosstalk
    {
        padding: 60px 0 60px;
    }
}
.crosstalk::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: #004db3;

    mix-blend-mode: multiply;
}
.crosstalk::after
{
    position: absolute;
    top: 70px;
    right: -80px;

    width: 650px;
    height: auto;

    content: '';
    animation: scaleY 3s infinite ease;

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

    aspect-ratio: 975/737;
}
@media screen and (max-width: 1024px)
{
    .crosstalk::after
    {
        top: 20px;
        right: 10px;

        width: 200px;
    }
}
.crosstalk--wrap:not(:last-child)
{
    margin-bottom: 180px;
}
@media screen and (max-width: 768px)
{
    .crosstalk--wrap:not(:last-child)
    {
        margin-bottom: 100px;
    }
}
.crosstalk__title
{
    width: 90%;
    max-width: 1280px;

    margin-inline: auto;
}
@media screen and (max-width: 768px)
{
    .crosstalk__title-jp
    {
        display: flex;
        flex-direction: column;
    }
}
.crosstalk__title-jp span
{
    font-size: .5em;

    margin-left: 1em;
}
@media screen and (max-width: 768px)
{
    .crosstalk__title-jp span
    {
        margin: .5em 0 0;
    }
}
.crosstalk__main
{
    position: relative;
    z-index: 1;

    max-width: 1280px;
    margin: 0 auto;
    padding-right: 80px;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__main
    {
        width: 90%;
    }
}
@media screen and (max-width: 768px)
{
    .crosstalk__main
    {
        padding-right: 0;
    }
}
.crosstalk__main-ttl
{
    font-family: 'Kanit', sans-serif;
    font-size: 64px;
    font-weight: 400;
    font-weight: 600;
    font-style: normal;
    line-height: 1;

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

    overflow: hidden;

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

    color: #fff;

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

        position: static;

        margin-bottom: 20px;

        writing-mode: horizontal-tb;
    }
}
.crosstalk__main-img
{
    position: relative;
}
.crosstalk__main-img img
{
    position: relative;
}
.crosstalk__main-img-title
{
    margin-top: -30px;
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .crosstalk__main-img-title
    {
        position: relative;
        z-index: 3;
        bottom: auto;
        left: auto;

        writing-mode: horizontal-tb;
    }
}
.crosstalk__main-img-title span
{
    font-size: 40px;
    line-height: 1;

    display: block;

    width: -moz-fit-content;

    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;

    letter-spacing: 0;

    color: #fff;
    background: #000;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__main-img-title span
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .crosstalk__main-img-title span
    {
        padding: 5px 10px;
    }
}
.crosstalk__main-img-title span.under
{
    padding-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    .crosstalk__main-img-title span.under
    {
        padding-bottom: 0;
    }
}
.crosstalk__main-content
{
    display: flex;

    margin-bottom: 140px;
    margin-left: auto;
    padding-left: 40px;

    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__main-content
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px)
{
    .crosstalk__main-content
    {
        padding: 0;
    }
}
.crosstalk__main-content-wrap
{
    max-width: 680px;
}
.crosstalk__main-names
{
    display: flex;

    margin-top: 15px;
    margin-bottom: 50px;

    gap: 25px;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__main-names
    {
        margin-bottom: 15px;

        gap: 10px;
    }
}
.crosstalk__main-name
{
    font-size: 16px;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__main-name
    {
        font-size: 12px;
    }
}
.crosstalk__main-name span
{
    font-size: 32px;

    display: block;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__main-name span
    {
        font-size: 20px;
    }
}
.crosstalk__main-cross
{
    position: relative;

    width: 30px;
    height: auto;

    aspect-ratio: 1;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__main-cross
    {
        width: 30px;
    }
}
.crosstalk__main-cross::before,
.crosstalk__main-cross::after
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: #fff;

    translate: 0 -50%;
}
.crosstalk__main-cross::before
{
    rotate: 45deg;
}
.crosstalk__main-cross::after
{
    rotate: -45deg;
}
.crosstalk__main-text
{
    font-size: 16px;
    line-height: 2;

    letter-spacing: 0;

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

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

    display: block;

    max-width: 420px;

    letter-spacing: .04em;

    color: #fff;
}
.crosstalk__list
{
    position: relative;

    display: flex;
    flex-direction: column;

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

    gap: 200px;
}
@media screen and (max-width: 768px)
{
    .crosstalk__list
    {
        gap: 50px;
    }
}
.crosstalk__item
{
    display: flex;

    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .crosstalk__item
    {
        flex-direction: column-reverse;
    }
}
.crosstalk__item--reverse
{
    position: relative;

    flex-direction: row-reverse;
}
@media screen and (max-width: 768px)
{
    .crosstalk__item--reverse
    {
        flex-direction: column-reverse;
    }
}
.crosstalk__item--reverse::before
{
    position: absolute;
    top: -225px;
    right: -120px;

    width: 400px;
    height: auto;

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

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

    rotate: 180deg;
    aspect-ratio: 600/521;
}
@media screen and (max-width: 1024px)
{
    .crosstalk__item--reverse::before
    {
        top: -80px;
        right: 0;

        width: 200px;
    }
}
.crosstalk__item--reverse .crosstalk__item-content
{
    padding: 100px 200px 100px 340px;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__item--reverse .crosstalk__item-content
    {
        padding: 60px 100px 60px 150px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .crosstalk__item--reverse .crosstalk__item-content
    {
        padding: 150px 5% 30px;
    }
}
.crosstalk__item--reverse .crosstalk__item-img
{
    margin-right: -220px;
    margin-left: 0;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__item--reverse .crosstalk__item-img
    {
        margin-right: -100px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .crosstalk__item--reverse .crosstalk__item-img
    {
        margin-right: 0;
        margin-bottom: -130px;
    }
}
.crosstalk__item-content
{
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 1220px;
    padding: 100px 340px 100px 200px;

    border: solid 1px #5289cc;
    background: rgba(255, 255, 255, .1);
}
@media screen and (max-width: 1280px)
{
    .crosstalk__item-content
    {
        padding: 60px 150px 60px 100px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .crosstalk__item-content
    {
        padding: 150px 5% 30px;

        border-right: none;
        border-left: none;
    }
}
.crosstalk__item-img
{
    position: relative;
    z-index: 3;

    max-width: 500px;
    margin-top: -80px;
    margin-left: -220px;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__item-img
    {
        max-width: 350px;
        margin-left: -120px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    .crosstalk__item-img
    {
        max-width: 70%;
        margin-top: 0;
        margin-bottom: -130px;
        margin-left: auto;
    }
}
.crosstalk__item-title
{
    font-size: 32px;

    margin-top: 50px;
    margin-bottom: 30px;

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

        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.crosstalk__int-list
{
    display: flex;
    flex-direction: column;

    gap: 25px;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__int-list
    {
        gap: 15px;
    }
}
.crosstalk__int-item
{
    display: flex;

    gap: 30px;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__int-item
    {
        gap: 15px;
    }
}
.crosstalk__int-left
{
    position: relative;

    width: 110px;
    height: -moz-fit-content;
    height: fit-content;

    flex-shrink: 0;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__int-left
    {
        width: 80px;
    }
}
@media screen and (max-width: 768px)
{
    .crosstalk__int-left
    {
        width: 70px;
    }
}
.crosstalk__int-left p
{
    font-size: 16px;

    position: absolute;
    right: 0;
    bottom: -10px;

    padding: 2px 6px;

    letter-spacing: 0;

    color: #fff;
    background: #000;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__int-left p
    {
        font-size: 14px;
    }
}
.crosstalk__int-left img
{
    width: 100%;
    height: auto;

    border-radius: 9999px;

    aspect-ratio: 1;
}
.crosstalk__int-right
{
    font-size: 16px;
    line-height: 1.8;

    max-width: 550px;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 1280px)
{
    .crosstalk__int-right
    {
        font-size: 14px;
    }
}
.crosstalk__top-number
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;

    margin-bottom: 10px;

    color: #fff;
}
.crosstalk__top-title
{
    display: flex;
    flex-direction: column;

    margin-bottom: 40px;

    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .crosstalk__top-title
    {
        margin-bottom: 20px;
    }
}
.crosstalk__top-title span
{
    font-size: 20px;

    width: -moz-fit-content;

    width: fit-content;

    letter-spacing: -.05em;

    color: #fff;
    background: #000;

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

        padding-inline: 5px 10px;
    }
}
.crosstalk__last
{
    position: relative;
    position: relative;

    width: 90%;
    max-width: 1280px;
    margin: 120px auto 0;
}
@media screen and (max-width: 768px)
{
    .crosstalk__last
    {
        margin-top: 60px;
    }
}
.crosstalk__last .img-show img
{
    width: 100%;
}
.crosstalk__last::before
{
    position: absolute;
    z-index: 2;
    top: -225px;
    left: -125px;

    width: 400px;
    height: auto;

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

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

    aspect-ratio: 600/521;
}
@media screen and (max-width: 1024px)
{
    .crosstalk__last::before
    {
        top: -150px;
        left: -40px;

        width: 200px;
    }
}
.crosstalk__last img
{
    width: calc(100% - 60px);
}
@media screen and (max-width: 768px)
{
    .crosstalk__last img
    {
        width: 100%;
    }
}

.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 */
