@charset "utf-8";

/* ------------------------------------------ */

/* Recruit New only CSS */

/* ------------------------------------------ */
:root {
    --f-rjp: "Noto Sans JP", sans-serif;
    --f-ren: "Koulen", sans-serif;
    --f-gsfx: "Google Sans Flex", sans-serif;
}

.f-rjp {
    font-family: var(--f-rjp);
}

.f-ren {
    font-family: var(--f-ren);
}

.f-gsfx {
    font-family: var(--f-gsfx);
}

#entry.recruit main {
    font-family: var(--f-rjp);
}

body#recruit main {
    font-family: var(--f-rjp);
    font-size: 1.8rem;
    background-color: #fff;
    letter-spacing: 0.05em;
}

body.recruit main {
    font-family: var(--f-rjp);
    background-color: #fff;
    letter-spacing: 0.05em;
}

.talkappibot {
    display: none;
}

.org {
    color: #f60;
}

.btn.btnC-purple2 {
    background-color: #7822b2;
    border-radius: 5px;
}

.btn.btnC-purple2:hover {
    background: #5f1691;
}

.btn.btnC-pink {
    background-color: #f3076e;
    border-radius: 5px;
}

a:link.btnC-purple2,
a:hover.btnC-purple2,
a:visited.btnC-purple2,
a:link.btnC-pink,
a:hover.btnC-pink,
a:visited.btnC-pink {
    color: #fff;
}

.f-sz130 {
    font-size: clamp(5.5rem, 3.25104rem + 8.125vw, 13rem);
}

span,
small {
    font-weight: inherit;
}

/* ------------------------------------------ */

/* recruit header CSS */

/* ------------------------------------------ */
body .site-header {
    /* background-color: #fff; */
    /* position: initial; */
    background-color: transparent;
    position: absolute;
    z-index: 1;
    height: 60px;
}

body .site-header .header-logo {
    width: 180px;
}

body .site-header .header-logo .h-logo a {
    background: url("../img/common/logo_mimatsu_color.svg") no-repeat center center / contain;
    height: 42px;
}

body .site-header .h-right {
    padding-right: 60px;
}

body .site-header #gnav .menulist {
    padding-right: 15px;
}

body .site-header #gnav .menulist>li>a {
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 500;
}

body .sp-header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

.page-title-header {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}

.page-title {
    line-height: 1;
    letter-spacing: -0.015em;
    color: #000;
}

.year-title {
    margin-top: -6px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #000;
}

.site-header #gnav .menulist>li .nav-txt::before {
    display: none;
}

.site-header #gnav .menulist>li .nav-txt {
    font-weight: 500;
}


#recruit .spnav {
    display: block;
    width: 45%;
    left: auto;
    font-family: var(--f-rjp);
}

body.recruit .sp-header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

body.recruit .spnav {
    display: block;
    width: 45%;
    left: auto;
}

#recruit .spnav .nav-home a,
body.recruit .spnav .nav-home a {
    display: inline-block;
    padding: 20px 10px;
    color: #fff;
    transition: opacity ease 0.25s;
}

#recruit .spnav .entry-ban {
    /* padding-block: 20px; */
}

#recruit .spnav .entry-ban a,
body.recruit .spnav .entry-ban a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/recruit_new/sp-rec-ban.jpg");
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
    color: #000;
}

#recruit .spnav .entry-ban .arrow,
body.recruit .spnav .entry-ban .arrow {
    display: block;
    width: 30px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #FFF600;
    background-image: url("../img/recruit_new/sp-rec-ban-arrow.svg");
    background-size: 13px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    transition: right ease 0.25s;
}


@media (min-width: 768px) {
    #recruit .spnav .nav-home a:hover,
    body.recruit.spnav .nav-home a:hover {
        opacity: 0.75;
    }

    #recruit .spnav .entry-ban a:hover .arrow,
    body.recruit .spnav .entry-ban a:hover .arrow {
        right: 5px;
    }
}

@media (max-width: 1199px) {
    body .site-header #gnav .menulist>li>a {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    body .site-header .header-logo {
        width: 120px;
        position: relative;
        top: -5px;
    }

    body .site-header .header-logo .h-logo a {
        height: 28px;
    }

    #recruit .spnav,
    body.recruit .spnav {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-title-header {
        top: 10px;
    }

    body .site-header .header-logo {
        width: 100px;
    }

    .year-title {
        font-size: 4.5vw;
    }
}

/* ------------------------------------------ */

/* recruit common title CSS */

/* ------------------------------------------ */
.item-title-header {
    position: relative;
}

.item-title-header .round-num {
    width: 6.1rem;
    aspect-ratio: 61/69;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/recruit_new/ttl-ling.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.item-title-header .round-num .num {
    position: absolute;
    top: 50%;
    left: 2.6rem;
    transform: translateY(-50%);
    z-index: 1;
    background: linear-gradient(to top, #3c5ee2, #9d3cdd);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--f-gsfx);
    font-size: var(--f-sz18);
    font-weight: 600;
    line-height: 1;
}

.item-title-header .round-num .num::after {
    content: "";
    width: 18px;
    height: 4px;
    display: block;
    margin: 3px auto 0;
    background-color: #4266f0;
}

.item-title-header .item-title {
    margin-left: 6rem;
    position: relative;
    z-index: 1;
    padding-top: 9px;
}

.item-title-header .item-title .title {
    font-family: var(--f-ren);

    /* font-size: clamp(5.5rem, 3.25104rem + 8.125vw, 13rem); */
    line-height: 1;
    font-weight: normal;
    color: #000;
}

.item-title-header .item-title .txt {
    color: #050100;
    font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
    font-weight: bold;
    line-height: normal;
    opacity: 0.6;
    margin-top: -13px;
    margin-left: 2px;
}

@media (max-width: 1024px) {
    .item-title-header .round-num {
        left: -2.5vw;
    }

    .item-title-header .item-title {
        margin-left: calc(6rem - 2.5vw);
    }
}

@media (max-width: 767px) {
    .item-title-header .round-num {
        width: 4.48rem;
    }

    .item-title-header .round-num .num {
        left: 1.5rem;
        font-size: 1.3rem;
    }

    .item-title-header .item-title {
        margin-left: calc(4rem - 2.5vw);
    }

    .item-title-header .item-title .title {
        margin-bottom: 1.5rem;
        line-height: 0.9;
    }
}

@media (max-width: 480px) {
    .item-title-header .item-title .title {
        font-size: 15.5vw;
    }
}

/* ------------------------------------------ */

/* recruit contants CSS */

/* ------------------------------------------ */
/* .key-visual -------------------------------------- */
.key-visual {
    --key-visual-after-scale: 1;
    height: 100vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.key-visual::before,
.key-visual::after {
    content: "";
    display: block;
    background: #fff;
    width: 108%;
    height: 232px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    z-index: 1;
}

.key-visual::before {
    top: 0;
    transform: translate(-50%, -50%);
}

.key-visual::after {
    bottom: 0;
    transform: translate(-50%, 50%);
}

/* recruit関連 ページタイトル --------------------- */
.key-visual.pagetitle-rec {
    height: 70vh;
    min-height: 755px;
}

.key-visual.pagetitle-rec::before {
    transform: translate(-50%, -50%);
}

.key-visual.pagetitle-rec::after {
    bottom: -275px;
    transform: translate(-50%, -50%);
}

.key-visual.pagetitle-rec .kv-ttl {
    display: block;
    box-sizing: border-box;
    width: 90%;
    padding: 0 5%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

body#recruit .key-visual:not(.pagetitle-rec) .kv-ttl {
    opacity: 0;
    visibility: hidden;
}

body#entry.recruit .key-visual .kv-bg {
    background: url("../img/recruit_new/pagetitle_entry_02.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
    top: 0;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    z-index: 0;
    transform: translateZ(0);
    transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.key-visual.pagetitle-rec .kv-ttl {
    height: 100%;
    padding: 0;
    width: 100%;
}

.key-visual .kv-ttl.pagetitle-txt .pagetitle-ja {
    display: inline-block;
    background: #000;
    padding: 0 30px;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--f-rjp);
    white-space: nowrap;
    font-weight: bold;
    padding-bottom: 2px;
}

.key-visual .kv-ttl.pagetitle-txt .pagetitle-en {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    line-height: 0.8;
    font-size: min(20vw, 325px);
    text-align: center;
    left: 50%;
    transform: translate(-50%, -5%);
    letter-spacing: 0;
}

@media (max-width: 767px) {

    .key-visual::before,
    .key-visual::after {
        height: 180px;
    }

    .key-visual.pagetitle-rec {
        height: 50vh;
        min-height: 500px;
    }

    .key-visual.pagetitle-rec::after {
        bottom: -215px;
    }
}

@media (max-width: 480px) {

    .key-visual::before,
    .key-visual::after {
        height: 130px;
        width: 135%;
    }

    .key-visual.pagetitle-rec::after {
        bottom: -130px;
    }

    .key-visual.pagetitle-rec {
        height: 40vh;
        min-height: 400px;
    }

    .key-visual .kv-ttl.pagetitle-txt .pagetitle-en {
        font-size: 22vw;
        bottom: 0.35em;
    }

}




/* floating-ban ----------------------------------- */
.floating-ban {
    position: fixed;
    left: 0;
    bottom: 20px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    width: 350px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-40px);
}

.floating-ban a {
    display: block;
}

@media (max-width: 767px) {
    .floating-ban {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .floating-ban {
        width: 210px;
        bottom: 0;
    }
}