/*
Theme Name: Recruitment Site
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: A WordPress theme made with TailPress.
Version: 1.0.4
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: recruitment_site
*/
@font-face {
    font-family: holland;
    src: url('assets/fonts/holland.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    color: #333;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    line-height: 1.75rem;
    word-break: auto-phrase;
}
body main{
    overflow-x: clip;
}
a {
    text-decoration: none;
}
/* a:hover {
    opacity: 0.8;
} */
@media (min-width: 960px) {
    .lg\:break-auto-phrase {
        word-break: auto-phrase;
    }
}


/* Header */
.c-header {
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 100000;
    background: none;
}
.c-header.is-fixed {
    background: linear-gradient(107.1deg, #455BD2 7.58%, #5F75EB 93.36%);
}
.c-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 40px;
    width: calc(100% - 80px);
    background-color: transparent;
    padding: 10px 24px;
    box-shadow: none;
    border-radius: 110px;
}
.c-header__inner .c-header__logo {
    position: relative;
    z-index: 100;
}
.c-header__inner .c-header__logo a {
    display: block;
}
.c-header__inner .c-header__logo img {
    width: auto;
    min-width: 140px;
    max-width: 264px;
    height: 80px;
    object-fit: contain;
    object-position: left;
}
.c-header__inner .c-header__menu {
    width: auto;
    align-items: center;
    display: flex;
    gap: 80px;
    justify-content: flex-end;
    position: static;
    padding-left: 38px;
    padding-right: 200px;
}
.c-header__inner .c-header__menu .c-header-menu__main {
    right: 0;
    top: 0;
    transition: transform .3s;
    height: auto;
    overflow: visible;
    padding: 0;
    position: static;
    transform: none;
    width: auto;
}
.c-global-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    max-width: none;
    width: 100%;
    height: 80px;
    column-gap: 40px;
    row-gap: 10px;
}
.c-global-navigation li {
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    width: auto;
    height: -webkit-fill-available;
    position: relative;
}
.c-global-navigation>li {
    color: white;
}
.c-global-navigation li a {
    display: inline-flex;
    align-items: center;
}
.c-global-navigation li a:hover {
    opacity: 0.8;
}
.c-global-navigation li.menu-item-has-children > a::after {
    content: '\025BE';
    display: inline-block;
}
.c-global-navigation li.menu-item-has-children ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 210px;
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
}

@media screen and (min-width: 960px) {
    .c-global-navigation li.menu-item-has-children:hover ul {
        display: block;
    }
}
.c-global-navigation li.menu-item-has-children ul li {
    align-items: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2%;
}
.c-global-navigation li.menu-item-has-children ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.c-header__inner .c-header__menu .c-header-drawer {
    position: relative;
    width: 28px;
}
.c-header__inner .c-header__menu .c-header-drawer span {
    background-color: #fff;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s, transform .3s;
    width: 100%;
    border-radius: 9999px;
}
.c-header__inner .c-header__menu .c-header-drawer span:first-child {
    transform: translate(-50%, calc(-50% - 10px));
}
.c-header__inner .c-header__menu .c-header-drawer span:last-child {
    transform: translate(-50%, calc(-50% + 10px));
    background-color: unset;
    height: auto;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #FFFFFF;
}
.c-header__inner .c-header__menu .c-header__drawer.is-open span:not(:last-child) {
    transform: translate(-50%, -50%) rotate(135deg);
    width: 17px;
}
.c-header__inner .c-header__menu .c-header__drawer.is-open span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 17px;
}
.c-header__inner .c-header__menu .c-header-drawer.is-open span:last-child {
    transform: translate(-50%, calc(-50% + 15px));   
}
.c-header__requirement {
    position: fixed;
    z-index: 100001;
    width: 225px;
    height: 225px;
    right: -13px;
    top: -50px;
    background: linear-gradient(90deg, #FF9E3D 0%, #FF800A 102.44%);
    border-radius: 9999px;
    transition: 0.2s all;
}
.c-header__requirement:hover {
    filter: brightness(1.25);
}

/* Footer */
.c-footer {
    position: relative;
    background-color: #fff;
    padding: 20px 0 8px;
    border-top: 1px solid #EAEAEA;
}
.c-footer__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.c-footer__inner .c-footer__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}
.c-footer__inner .c-footer__contents .c-footer__logo a img {
    width: 140px;
    height: 66px;
    object-fit: contain;
}
.c-footer__inner .c-footer__contents .c-footer-navigation {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 30px;
}
.c-footer__inner .c-footer__contents .c-footer-navigation li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-footer-other__cr {
    font-size: 10px;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.28px;
    color: #333;
}
#back_to_top_btn .on {
    display: none;
}
#back_to_top_btn:hover .off {
    display: none;
}
#back_to_top_btn:hover .on {
    display: block;
}

ol.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #333333;
}
ol.breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
ol.breadcrumb li a:hover {
    color: rgba(51, 51, 51, 0.5);
}
ol.breadcrumb li.item::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-mask: url(assets/icon/chevron_right_black_24dp.svg) no-repeat center/cover;
    mask: url(assets/icon/chevron_right_black_24dp.svg) no-repeat center/cover;
}
ol.breadcrumb li.item-last {
    color: rgba(51, 51, 51, 0.5);
}

@media screen and (max-width: 1439px) {
    .c-global-navigation {
        column-gap: 40px;
    }
    .c-header__inner .c-header__menu {
        padding-left: 20px;
    }
    /* .c-header__inner .c-header__menu .c-header__requirement a {
        padding: 20px 40px;
        font-size: 20px;
    } */
}

@media screen and (max-width: 1319px) {
    
    .c-global-navigation {
        height: auto;
    }
}

@media screen and (max-width: 1199px) {
    .c-global-navigation {
        column-gap: 20px;
    }
    .c-header__requirement {
        width: 200px;
        height: 200px;
    }
    .c-header__inner .c-header__menu {
        padding-left: 0px;
        padding-right: 150px;
    }
    .c-header__inner .c-header__logo img {
        height: 60px;
    }
    .c-header__inner {
        padding: 20px 16px;
    }
}

@media screen and (max-width: 959px) {
    .c-header {
        top: 0;
    }
    .c-header__inner {
        width: 100%;
        background: none;
        padding: 20px 16px;
        margin: 0;
        box-shadow: none;
    }
    .c-header__inner .c-header__logo img {
        /* height: 60px; */
        filter: brightness(0) invert(1);
    }
    .c-header__inner .c-header__menu {
        min-width: unset;
        max-width: unset;
        padding: 0;
    }
    .c-header__inner .c-header__menu .c-header-menu__main {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        padding: 80px 0;
        overflow: auto;
    }
    .c-global-navigation {
        flex-direction: column;
        gap: 0;
        width: 86%;
        height: auto;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .c-global-navigation li {
        flex-direction: row;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .c-global-navigation li.menu-item-has-children ul {
        position: relative;
        width: 100%;
        background-color: transparent;
        padding: 0;
        border: none;
    }
    .c-global-navigation li.menu-item-has-children ul li {
        padding: 0;
        border: none;
    }
    .c-header__requirement {
        z-index: 99999;
        top: unset;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        padding: 12px 0;
        border-radius: 20px 20px 0 0;
    }

    .c-footer {
        padding: 15px;
    }
    .c-footer__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .c-footer__inner .c-footer__contents {
        margin: 0;
    }
    .c-footer__inner .c-footer__contents .c-footer__logo a img {
        width: 165px;
        height: auto;
        object-fit: contain;
        margin: auto;
    }
    .c-footer__inner .c-footer__contents .c-footer-navigation {
        display: none;
    }
    .c-footer-other__cr {
        font-size: 8px;
        line-height: 250%;
        letter-spacing: 0.28px;
    }    
}

@media screen and (max-width: 781px) {
    .c-header__inner .c-header__logo img {
        height: 42px;
    }
}

/* Pagination */
.navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
}
.navigation .nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
}
.navigation .nav-links a:hover {
    opacity: 0.8;
}

.interview__contents .slick-prev, .interview__contents .slick-next, .interview__contents svg {
    z-index: 1;
    width: 60px;
    height: 60px;
}
.interview__contents .slick-prev {
    left: 0;
}
.interview__contents .slick-prev::before {
    content: none;
}
.interview__contents .slick-next {
    right: 0;
}
.interview__contents .slick-next::before {
    content: none;
}
@media screen and (max-width: 781px) {
    .c-header__inner {
        padding: 4px 16px;
    }
    .interview__contents .slick-prev, .interview__contents .slick-next, .interview__contents svg {
        width: 40px;
        height: 40px;
    }
    .interview__contents .slick-prev {
        left: 0;
    }
    .interview__contents .slick-next {
        right: 0;
    }
}
