@charset 'UTF-8';
@media screen and (max-width: 768px)
{
    .pc
    {
        display: none !important;
    }
}

@media screen and (min-width: 769px)
{
    .sp
    {
        display: none !important;
    }
}

.ov
{
    transition: opacity .3s;
}
.ov:hover
{
    opacity: .8;
}

*
{
    cursor: none !important;
}
@media screen and (max-width: 768px)
{
    *
    {
        cursor: auto !important;
    }
}

.cursor-shadow
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px; /* 中心合わせ */

    transition: transform .08s ease-out;
    transition: background .3s, box-shadow .3s;
    pointer-events: none;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 77, 179, .4);

    mix-blend-mode: normal;
}
@media screen and (max-width: 1024px)
{
    .cursor-shadow
    {
        display: none;
    }
}
.cursor-shadow.is-hovered
{
    background: var(--bc-blue);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, .8);
}

.fadeup
{
    visibility: hidden;

    opacity: 0;

    translate: 0 20px;
}

.img-show
{
    position: relative;

    overflow: hidden;
}
.img-show img,
.img-show p
{
    opacity: 0;
}

.reveal-cover
{
    position: absolute;

    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;

    background: var(--bc-blue);

    inset: 0;
    will-change: transform;
}

header
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;

    transition: background .3s;
}
@media screen and (max-width: 768px)
{
    header
    {
        height: 70px;

        background: var(--black);
    }
}
header.sc
{
    background: var(--black);
}
header .inner
{
    display: flex;

    width: 100%;
    height: 100%;
    padding-left: 40px;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    header .inner
    {
        padding-right: 70px;
        padding-left: 5%;
    }
}
header .inner .logo
{
    width: 220px;
}
@media screen and (max-width: 768px)
{
    header .inner .logo
    {
        width: 190px;
    }
}
@media screen and (max-width: 600px)
{
    header .inner .logo
    {
        width: 120px;
    }
}
header .inner .logo img
{
    width: 100%;
}
header .inner .entry
{
    display: flex;

    width: var(--hd-entry);
    padding: 15px 15px 15px 30px;

    background: var(--black);

    align-items: center;
    gap: 25px;
}
@media screen and (max-width: 768px)
{
    header .inner .entry
    {
        width: 110px;
        height: 100%;
        padding: 0;

        border-right: 1px solid var(--white);
        border-left: 1px solid var(--white);

        justify-content: center;
    }
}
header .inner .entry.is-open p
{
    color: var(--black);
    background: var(--white);
}
header .inner .entry.is-open .entry-btns
{
    visibility: visible;

    opacity: 1;
}
header .inner .entry p
{
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;

    letter-spacing: .06em;

    color: var(--white);
}
@media screen and (max-width: 768px)
{
    header .inner .entry p
    {
        font-size: 18px;

        display: flex;

        width: 100%;
        height: 100%;

        transition: color .3s, background .3s;

        align-items: center;
        justify-content: center;
    }
}
header .inner .entry .entry-btns
{
    display: grid;

    flex: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
@media screen and (max-width: 768px)
{
    header .inner .entry .entry-btns
    {
        position: absolute;
        top: 100%;
        left: 0;

        visibility: hidden;

        width: 100%;
        padding: 30px 5%;

        transition: opacity .3s, visibility .3s;

        opacity: 0;
        background: rgba(0, 0, 0, .9);
    }
}
header .inner .entry .entry-btns .btn-shine
{
    display: flex;

    justify-content: center;
}
header .inner .entry .entry-btns .btn-shine a
{
    font-size: 16px;
    line-height: 1;

    width: 100%;
    height: 40px;

    letter-spacing: .06em;
}
header .inner .entry .entry-btns .sp-close
{
    display: none;
}
@media screen and (max-width: 768px)
{
    header .inner .entry .entry-btns .sp-close
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        padding: 10px 20px;

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

        translate: -50% 99%;
    }
}

aside
{
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;

    display: flex;

    width: var(--sidenav);
    height: 100vh;

    border-left: 1px solid var(--black);

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px)
{
    aside
    {
        z-index: 11;

        width: 70px;
        height: 70px;
    }
}

#navigation
{
    position: fixed;
    top: 70px;
    right: var(--sidenav);

    visibility: hidden;

    width: calc(var(--hd-entry) - var(--sidenav));
    height: calc(100dvh - 70px);
    padding: 100px 0 40px 100px;

    transition: all .3s;

    opacity: 0;
    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/nav_bg.png) center/cover;
}
@media screen and (max-width: 768px)
{
    #navigation
    {
        right: 0;

        width: 100%;
        height: calc(100dvh - 70px);
        padding: 50px 0 20px 70px;
    }
}
#navigation.show
{
    visibility: visible;

    opacity: 1;
}
#navigation.sc > .inner
{
    overflow: auto;
}
#navigation > .inner
{
    height: 100%;

    overscroll-behavior: none;
}
#navigation > .inner > ul
{
    display: grid;

    grid-template-columns: 1fr;
    gap: 60px;
}
@media screen and (max-width: 768px)
{
    #navigation > .inner > ul
    {
        padding-bottom: 50px;
    }
}
#navigation > .inner > ul > li
{
    position: relative;
}
#navigation > .inner > ul > li:first-child:before
{
    position: absolute;
    top: 50%;
    left: -50px;

    display: block;

    width: 29px;

    content: '';
    transition: background-color .3s;

    background-color: var(--white);

    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_ttl.svg);

            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_ttl.svg);
    translate: 0 -50%;
    aspect-ratio: 1;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
#navigation > .inner > ul > li a
{
    font-size: 18px;
    line-height: 1;

    letter-spacing: 0;

    color: var(--white);
}
#navigation > .inner > ul > li a[target=_blank]
{
    position: relative;
}
#navigation > .inner > ul > li a[target=_blank]:after
{
    position: absolute;
    top: 50%;
    right: -25px;

    display: block;

    width: 16px;

    content: '';
    transition: background-color .3s;

    background-color: var(--white);

    translate: 0 -50%;
    aspect-ratio: 16/11;
    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_arw.svg);
            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_arw.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    rotate: -45deg;
}
@media screen and (max-width: 768px)
{
    #navigation > .inner > ul > li a[target=_blank]:after
    {
        right: -20px;

        width: 12px;
    }
}
#navigation > .inner > ul > li ul
{
    display: grid;

    margin-top: 25px;

    grid-template-columns: 1fr;
    gap: 20px;
}
#navigation > .inner > ul > li ul li
{
    position: relative;

    padding-left: 20px;
}
#navigation > .inner > ul > li ul li:before
{
    position: absolute;
    top: 60%;
    left: 0;

    width: 10px;
    height: 1px;

    content: '';

    background: var(--white);
}
#navigation > .inner > ul > li ul li a
{
    font-size: .78em;
}

.icon-animation
{
    position: relative;
    z-index: 30;
    top: 10px;
    right: 0;

    display: block;

    width: 100%;
    height: 20px;

    cursor: pointer;

    --c1: #000;
    filter: drop-shadow(0 0 5px var(--white));
}
@media screen and (max-width: 768px)
{
    .icon-animation
    {
        top: 0;

        height: 70px;

        filter: none;
        --c1: var(--white);
    }
}
.icon-animation.is-open .top
{
    top: 50%;

    width: 0;

    opacity: 0;
}
.icon-animation.is-open .bottom
{
    bottom: 50%;

    width: 0;

    opacity: 0;
}
.icon-animation.is-open .middle:before
{
    transform: rotate(45deg);
}
.icon-animation.is-open .middle:after
{
    transform: rotate(-45deg);
}
.icon-animation.is-open:after
{
    content: 'CLOSE';
}
.icon-animation span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 30px;
    height: 3px;

    transition: all .3s;
    transform: translate(-50%, -50%);

    background: var(--c1);
}
@media screen and (max-width: 768px)
{
    .icon-animation span
    {
        top: calc(50% - 10px);
    }
}
.icon-animation .top
{
    top: 0;

    transform: translate(-50%, 0) scale(1);
}
@media screen and (max-width: 768px)
{
    .icon-animation .top
    {
        top: calc(50% - 22px);
    }
}
.icon-animation .bottom
{
    top: auto;
    bottom: 0;

    transform: translate(-50%, 0) scale(1);
}
@media screen and (max-width: 768px)
{
    .icon-animation .bottom
    {
        top: 50%;
    }
}
.icon-animation .middle
{
    position: relative;

    background: none;
}
.icon-animation .middle:before
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: all .3s;
    transform: rotate(0deg);

    background: var(--c1);
}
.icon-animation .middle:after
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: all .3s;
    transform: rotate(0deg);

    background: var(--c1);
}
.icon-animation:after
{
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;

    position: absolute;
    bottom: -25px;
    left: 50%;

    content: 'MENU';
    transform: translate(-50%, 0);
    white-space: nowrap;
    letter-spacing: .06em;

    color: var(--c1);
}
@media screen and (max-width: 768px)
{
    .icon-animation:after
    {
        bottom: 10px;
    }
}

footer
{
    padding: 60px var(--sidenav) 100px 0;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/ft_bg.jpg) center top/100% 200% no-repeat;
}
@media screen and (max-width: 768px)
{
    footer
    {
        padding-right: 0;

        padding-block: 30px 50px;
    }
}
footer .ft-links
{
    display: grid;

    --color: var(--bc-blue);
    --bg: var(--white);
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px)
{
    footer .ft-links
    {
        grid-template-columns: 1fr;
    }
}
footer .ft-links li
{
    position: relative;

    height: 480px;

    background-color: var(--bg);
}
@media screen and (max-width: 768px)
{
    footer .ft-links li
    {
        height: 300px;

        background-size: 50%;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-links li
    {
        background-size: 80%;
    }
}
footer .ft-links li.contact
{
    background-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/ft_img_contact.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
@media (hover)
{
    footer .ft-links li.contact:hover .contact-btn
    {
        box-shadow: 0 0 5px 5px rgba(0, 77, 179, .3);
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-links li.contact .wrap
    {
        padding-bottom: 60px;
    }
}
footer .ft-links li.entry
{
    background-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/ft_img_entry.png);
    background-repeat: no-repeat;
    background-position: right 0 top;

    --color: var(--white);
    --bg: var(--black);
}
footer .ft-links li > .wrap
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
    padding: 300px 0 0 85px;

    color: var(--color);
}
@media screen and (max-width: 768px)
{
    footer .ft-links li > .wrap
    {
        display: flex;
        flex-direction: column;

        padding: 0 0 40px 7%;

        justify-content: flex-end;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-links li > .wrap
    {
        padding-left: 10%;
    }
}
footer .ft-links li > .wrap p.en
{
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;

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

    letter-spacing: 0;

    writing-mode: vertical-rl;
}
@media screen and (max-width: 768px)
{
    footer .ft-links li > .wrap p.en
    {
        font-size: 30px;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-links li > .wrap p.en
    {
        font-size: 24px;

        top: 10px;
        right: 10px;
    }
}
footer .ft-links li > .wrap .txt-wrap
{
    display: flex;
    flex-direction: column;

    gap: 20px;
}
footer .ft-links li > .wrap p.ttl
{
    font-size: 32px;
    line-height: 1.5;

    position: relative;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    footer .ft-links li > .wrap p.ttl
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-links li > .wrap p.ttl
    {
        font-size: 20px;
    }
}
footer .ft-links li > .wrap p.ttl:before
{
    position: absolute;
    top: 50%;
    left: -45px;

    display: block;

    width: 30px;

    content: '';
    transition: background-color .3s;

    background-color: var(--color);

    aspect-ratio: 1;
    translate: 0 -50%;
    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_ttl.svg);
            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_ttl.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
@media screen and (max-width: 768px)
{
    footer .ft-links li > .wrap p.ttl:before
    {
        left: -35px;

        width: 20px;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-links li > .wrap p.ttl:before
    {
        left: -25px;

        width: 20px;
    }
}
footer .ft-links li > .wrap .contact-btn
{
    position: absolute;
    right: 15px;
    bottom: 15px;

    width: 50px;

    transition: box-shadow .3s;

    border: 1px solid var(--color);
    border-radius: 50px;
    box-shadow: 0 0 5px 2px rgba(0, 77, 179, .3);

    aspect-ratio: 1;
}
@media screen and (max-width: 768px)
{
    footer .ft-links li > .wrap .contact-btn
    {
        bottom: 30px;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-links li > .wrap .contact-btn
    {
        bottom: 10px;

        width: 40px;
    }
}
footer .ft-links li > .wrap .contact-btn:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 16px;

    content: '';
    transition: background-color .3s;

    background-color: var(--color);

    translate: -50% -50%;
    aspect-ratio: 16/11;
    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_arw.svg);
            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_arw.svg);
    rotate: -45deg;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
footer .ft-links li > .wrap .btn-shine
{
    display: flex;

    gap: 20px;
}
@media screen and (max-width: 600px)
{
    footer .ft-links li > .wrap .btn-shine
    {
        flex-direction: column;

        gap: 20px;
    }
}
footer .ft-download
{
    display: flex;

    margin: 130px 0 150px;
    padding: 0 40px 25px;

    border-bottom: 1px solid var(--color);

    --color: var(--white);
    justify-content: flex-end;
}
@media screen and (max-width: 768px)
{
    footer .ft-download
    {
        margin: 60px 0 70px;
        padding: 0 4% 20px;
    }
}
footer .ft-download a
{
    font-size: 20px;
    line-height: 1;

    display: flex;

    letter-spacing: 0;

    color: var(--color);

    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 768px)
{
    footer .ft-download a
    {
        font-size: 16px;
    }
}
@media (hover)
{
    footer .ft-download a:hover:after
    {
        translate: 0 5px;
    }
}
footer .ft-download a:after
{
    position: relative;

    display: block;

    width: 13px;

    content: '';
    transition: background-color .3s;
    transition: translate .3s;

    background-color: var(--color);

    aspect-ratio: 13/20;
    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/ft_img_download.png);
            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/ft_img_download.png);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    translate: 0 0;
}
footer .ft-padding
{
    padding: 0 40px 0 clamp(50px, -150px + 16.67vw, 100px);
}
@media screen and (max-width: 768px)
{
    footer .ft-padding
    {
        padding: 0 5%;
    }
}
footer .ft-logo
{
    display: flex;

    margin-bottom: 80px;

    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px)
{
    footer .ft-logo
    {
        flex-direction: column;

        gap: 20px;
        align-items: flex-start;
    }
}
footer .ft-logo .logo
{
    width: 300px;
}
@media screen and (max-width: 768px)
{
    footer .ft-logo .logo
    {
        width: 250px;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-logo .logo
    {
        width: 200px;
    }
}
footer .ft-logo p.logo-msg
{
    font-size: 32px;
    line-height: 1;

    letter-spacing: .06em;

    color: var(--white);
}
@media screen and (max-width: 768px)
{
    footer .ft-logo p.logo-msg
    {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-logo p.logo-msg
    {
        font-size: 20px;
    }
}
footer .ft-main
{
    display: flex;

    justify-content: space-between;
    gap: 50px;
}
@media screen and (max-width: 600px)
{
    footer .ft-main
    {
        flex-direction: column;

        gap: 20px;
    }
}
footer .ft-main .ft-info
{
    flex-shrink: 0;
}
@media screen and (max-width: 600px)
{
    footer .ft-main .ft-info
    {
        order: 2;
    }
}
footer .ft-main .ft-info p
{
    font-size: 16px;
    line-height: 1.875;

    letter-spacing: 0;

    color: var(--white);
}
@media screen and (max-width: 768px)
{
    footer .ft-main .ft-info p
    {
        font-size: 14px;
    }
}
footer .ft-main .ft-info p.ft-name
{
    font-size: 24px;

    margin-bottom: 20px;
}
@media screen and (max-width: 768px)
{
    footer .ft-main .ft-info p.ft-name
    {
        font-size: 20px;
    }
}
footer .ft-main .ft-info .btn-shine
{
    margin-top: 40px;
}
@media screen and (max-width: 768px)
{
    footer .ft-main .ft-info .btn-shine a
    {
        font-size: 13px;

        min-width: 190px;
    }
}
footer .ft-main .ft-nav
{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px)
{
    footer .ft-main .ft-nav
    {
        flex: 1;
    }
}
footer .ft-main .ft-nav nav > ul
{
    display: grid;

    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 40px clamp(30px, -250px + 23.33vw, 100px);
}
@media screen and (max-width: 768px)
{
    footer .ft-main .ft-nav nav > ul
    {
        display: grid;

        grid-auto-flow: row;
        grid-template-columns: 55% 1fr;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-main .ft-nav nav > ul
    {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
footer .ft-main .ft-nav nav > ul > li:has(ul)
{
    grid-row: span 2;
}
@media screen and (max-width: 768px)
{
    footer .ft-main .ft-nav nav > ul > li:has(ul)
    {
        display: flex;

        grid-column: span 2;
        gap: 30px;
    }
}
@media screen and (max-width: 600px)
{
    footer .ft-main .ft-nav nav > ul > li:has(ul)
    {
        flex-direction: column;

        grid-column: span 1;
        gap: 10px;
    }
}
footer .ft-main .ft-nav nav > ul > li a
{
    font-size: 18px;
    line-height: 1.6666666667;

    display: block;

    letter-spacing: 0;

    color: var(--white);
}
footer .ft-main .ft-nav nav > ul > li ul
{
    position: relative;
    top: 25px;

    display: grid;

    grid-template-columns: 1fr;
    gap: 15px;
}
@media screen and (max-width: 768px)
{
    footer .ft-main .ft-nav nav > ul > li ul
    {
        top: 0;
    }
}
footer .ft-main .ft-nav nav > ul > li ul li
{
    position: relative;

    padding-left: 20px;
}
footer .ft-main .ft-nav nav > ul > li ul li:before
{
    position: absolute;
    top: 60%;
    left: 0;

    width: 10px;
    height: 1px;

    content: '';

    background: var(--white);
}
footer .ft-main .ft-nav nav > ul > li ul li a
{
    font-size: .78em;
}
footer p.copy
{
    margin-top: auto;

    text-align: right;
}
@media screen and (max-width: 768px)
{
    footer p.copy
    {
        margin-top: 30px;

        text-align: center;
    }
}
footer p.copy small
{
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    letter-spacing: .04em;

    color: var(--white);
}

.random-text
{
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    line-height: 1;

    letter-spacing: .06em;
    word-break: break-word;

    opacity: 0; /* 初期状態では非表示 */
    color: var(--white);

    translate: opacity .3s;
}
@media screen and (max-width: 600px)
{
    .random-text
    {
        font-size: 7px;
    }
}
.random-text span
{
    display: inline-block;

    opacity: 0; /* 各文字も初期状態では非表示 */
}

.btn-shine
{
    --c1: var(--white);
    --c2: 255, 255, 255;
}
.btn-shine.btn-bl
{
    --c1: var(--bc-blue);
    --c2: 0, 77, 179;
}
.btn-shine.arrow-rt a::after
{
    rotate: -45deg;
}
.btn-shine a
{
    font-family: 'Kanit', 'Shippori Mincho', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;

    position: relative;

    display: flex;

    width: 100%;
    max-width: 260px;
    height: 56px;

    transition: box-shadow .3s;
    letter-spacing: .06em;

    color: var(--c1);
    border: 1px solid var(--c1);
    border-radius: 50px;
    box-shadow: 0 0 10px 3px rgba(var(--c2), .7);

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px)
{
    .btn-shine a
    {
        font-size: 14px;

        height: 50px;
    }
}
.btn-shine a[target=_blank]:after
{
    rotate: -45deg;
}
@media (hover)
{
    .btn-shine a:hover
    {
        box-shadow: 0 0 15px 10px rgba(var(--c2), .7);
    }
}
.btn-shine a:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    width: 16px;

    content: '';
    transition: background-color .3s;

    background-color: var(--c1);

    translate: 0 -50%;
    aspect-ratio: 16/11;
    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_arw.svg);
            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_arw.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
@media screen and (max-width: 768px)
{
    .btn-shine a:after
    {
        right: 15px;

        width: 12px;
    }
}
.btn-shine a.cross::before,
.btn-shine a.cross:after
{
    position: absolute;
    top: 50%;
    right: 30px;

    width: 15px;
    height: 1px;

    content: '';

    background: #fff;
}
.btn-shine a.cross::after
{
    rotate: 90deg;
}

hgroup
{
    margin-bottom: 40px;

    --c: var(--white);
}
@media screen and (max-width: 768px)
{
    hgroup
    {
        margin-bottom: 30px;
    }
}
hgroup.bl
{
    --c: var(--bc-blue);
}
hgroup p
{
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    position: relative;

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

    letter-spacing: .06em;

    color: var(--c);
}
@media screen and (max-width: 1280px)
{
    hgroup p
    {
        font-size: 12px;
        line-height: 1;

        margin-bottom: 20px;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    hgroup p
    {
        margin-bottom: 15px;
        padding-left: 30px;
    }
}
hgroup p:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 30px;

    content: '';
    transition: background-color .3s;

    background-color: var(--c);

    translate: 0 -50%;
    aspect-ratio: 1;
    -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_ttl.svg);
            mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/recruit/common/img/icon_ttl.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
@media screen and (max-width: 768px)
{
    hgroup p:before
    {
        width: 24px;
    }
}
hgroup p img
{
    width: auto;
    height: 130px;
}
@media screen and (max-width: 1280px)
{
    hgroup p img
    {
        height: 100px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    hgroup p img
    {
        height: 60px;
    }
}
hgroup h1
{
    font-size: 28px;
    line-height: 1;

    letter-spacing: 0;
}
@media screen and (max-width: 1280px)
{
    hgroup h1
    {
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    hgroup h1
    {
        font-size: 16px;
    }
}
hgroup h2
{
    font-size: 48px;
    line-height: 1.25;

    padding-left: 50px;

    letter-spacing: 0;

    color: var(--c);
}
@media screen and (max-width: 1280px)
{
    hgroup h2
    {
        font-size: 34px;
    }
}
@media screen and (max-width: 1280px) and (max-width: 768px)
{
    hgroup h2
    {
        font-size: 30px;

        padding-left: 30px;
    }
}

.anchors__list
{
    display: flex;

    flex-wrap: wrap;
    gap: 20px;
}
@media screen and (max-width: 768px)
{
    .anchors__list
    {
        gap: 15px;
    }
}
.anchors__item-text
{
    font-size: 18px;

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

    display: flex;

    height: 46px;

    transition: box-shadow .3s;

    border: solid 1px #fff;
    border-radius: 9999px;
    box-shadow: 0 0 8px 2px rgba(255, 255, 255, .2);

    justify-content: center;
    align-items: center;
    padding-inline: 30px 20px;
    gap: 20px;
}
@media (hover)
{
    .anchors__item-link:hover
    {
        box-shadow: 0 0 8px 2px rgba(255, 255, 255, .7);
    }
}
@media screen and (max-width: 768px)
{
    .anchors__item-link
    {
        height: 40px;

        gap: 15px;
    }
}
.anchors__item-link::after
{
    width: 12px;
    height: auto;
    height: auto;

    content: '';

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

    aspect-ratio: 12/17;
}
@media screen and (max-width: 768px)
{
    .anchors__item-link::after
    {
        width: 10px;
    }
}
/*# sourceMappingURL=style.css.map */
