@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600&family=Josefin+Sans:wght@100..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@600&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@media (max-width: 767px) {
    .hide-for-small {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .show-for-small {
        display: none !important;
    }
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #333333;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

a {
    transition: all 0.5s;
}

a:not(.btn):hover {
    opacity: 0.6;
}

#go-top {
    position: fixed;
    bottom: -120px;
    right: 15px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 99;
    border-radius: 50%;
    right: 0;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 5px 0 rgba(77, 87, 89, 0.25);
}

#go-top.show {
    opacity: 1;
    bottom: 15px;
}

#go-top a {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 122px;
    overflow: hidden;
}

#go-top a:hover {
    opacity: 0.7;
}

#go-top a img {
    margin: 0 auto;
}


/*FONT*/

.ff-zen {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.ff-ibm {
    font-family: "IBM Plex Sans JP", sans-serif;
}

.ff-josefin {
    font-family: "Josefin Sans", sans-serif;
}

.ff-shippori {
    font-family: "Shippori Mincho B1", serif;
}


/*ANIMATION*/

.anim {
    opacity: 0;
}

.anim.blur {
    opacity: 1;
}

.anim.blur.is-animated,
.add-animation .anim.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
    }
    to {
        filter: blur(0);
        transform: scale(1);
    }
}

.anim.fade {
    opacity: 0;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.slideinBottom.is-animated {
    opacity: 1;
    animation-name: slideinBottom;
    animation-duration: 0.5s;
}

@keyframes slideinBottom {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

.anim.faderight.is-animated {
    opacity: 1;
    animation-name: faderight;
    animation-duration: 2s;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.fadeleft.is-animated {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 2s;
}

.anim.fadeup.is-animated {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    opacity: 1;
}

.anim.fadeup-2.is-animated {
    animation-name: fadeup-2;
    animation-duration: 3s;
}

.home .anim.fadedown.is-animated {
    opacity: 1;
    animation-name: fadedown;
    animation-duration: 0.5s;
}

.anim.zoomin.is-animated {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadedown {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeup-2 {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    50% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.anim.fadeup-2.is-animated {
    opacity: 1;
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.anim.effectfade {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1.5s ease;
}

.anim.effectfade.is-animated {
    opacity: 1;
    transform: translate(0, 0);
}


/*HEADER*/


/* .header-wrapper:after {
    content: "";
    height: 713px;
    width: 713px;
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 50%;
    top: -202px;
    left: -108px;
    z-index: -5;
} */

.header-main .logo-left .logo {
    margin-right: 0px;
    width: 420px;
    line-height: 1;
    padding: 0;
    position: relative;
}

.header-inner {
    position: static;
    padding-left: 60px;
    padding-right: 10px;
}

#logo .header-logo {
    width: 100%;
}

.header-main .main-menu {
    flex: 1;
    margin-left: 20px;
}

.header-main .main-menu .nav {
    position: static;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 25px;
}

.header-main .main-menu .nav>li {
    margin: 0;
    position: static;
    transition: 0.3s;
    padding-bottom: 0px;
    margin-right: 50px;
}

.header-main .main-menu .nav>li:last-child {
    margin-right: 50px;
}

.header-main .main-menu .nav>li>a {
    font-weight: 400;
    padding: 0;
    color: #4d4d4d;
    text-align: center;
    transition: 0.3s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    letter-spacing: 0.05em;
    min-height: 48px;
}


/* .header-main .main-menu .nav>li>a span {
    margin-top: 10px;
} */

.header-main .main-menu .nav>li>a::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    /*線になる丸の形状*/
    width: 100%;
    height: 3px;
    background: #87c153;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1);
    /*X方向にスケール拡大*/
}


/* .header-main .main-menu .nav>li>a span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 5px;
} */

.header-main .main-menu .nav>li:nth-last-child(1) {
    border-right: none;
}

.box-menu-phone {
    position: static;
}

.header-main .main-menu .nav>li>a:hover,
.header-main .main-menu .nav>li.current>a {
    opacity: 1;
}

@media (min-width: 768px) {
    .header-main .main-menu .nav>li.current>a::after,
    .header-main .main-menu .nav>li:hover>a::after {
        opacity: 1;
        width: 100%;
        transform: scale(1, 1);
        /*X方向にスケール拡大*/
    }
}

a.menu-btn {
    width: 50px;
    min-height: 50px;
    position: absolute;
    border: none;
    top: 10px;
    right: 10px;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: none;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 16px;
    top: 12px;
    background-color: #756522;
    left: 16px;
    transition: all 0.5s;
}

a.menu-btn span:nth-child(2) {
    top: 19px;
}

a.menu-btn span:nth-child(3) {
    top: 26px;
}

a.menu-btn::after {
    content: "MENU";
    left: calc(50%);
    transform: translateX(-50%);
    top: 32px;
    position: absolute;
    color: #756522;
    width: max-content;
    font-size: 9px;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    padding-left: 2px;
}

a.menu-btn.open:after {
    content: "CLOSE";
}

body.menu-open header:before {
    display: none;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    left: 17px;
    background-image: unset;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.main-menu li.nav-item:hover>a span::after,
.main-menu li.nav-item.current>a span::after {
    left: 50%;
    opacity: 1;
}

.loading-active main {
    opacity: 0;
}

.loading-active header {
    opacity: 0;
}

.loading-active footer {
    opacity: 0;
}

.box-btn-top-header {
    display: flex;
    align-items: center;
}

a.btn.btn-header {
    min-width: 123px;
    height: 50px;
    padding: 0 20px;
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
    margin-left: 7px;
    font-size: 1.4rem;
    color: #7f5b3d;
}

.box-top-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.btn.btn-header img {
    margin-right: 17px;
}

.box-top-header>a {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #725d06;
    font-family: "Shippori Mincho B1", serif;
    margin-right: 10px;
}

.mega-menu {
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
    visibility: hidden;
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.95);
}

.box-mega-menu {
    display: flex;
}

.mega-menu-left {
    width: 493px;
}

.mega-menu-right {
    flex: 1;
    padding: 35px 50px 50px;
}

.box-flex-mega {
    display: flex;
}

.flex-mega-left {
    width: 342px;
    padding-top: 10px;
}

.flex-mega-right {
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
}

a.btn.btn-mega {
    font-size: 2.5rem;
    color: #725d06;
    padding: 15px 0;
    border-bottom: 1px solid;
    justify-content: flex-start;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}

a.btn.btn-mega::after {
    width: 27px;
    height: 24px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 23px;
}

.box-sub-link-mega {
    width: 50%;
    max-width: 225px;
}

a.sub-link {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #7f5b3d;
    text-align: left;
    display: block;
    padding-left: 25px;
    margin-bottom: 16px;
    position: relative;
}

a.sub-link::after {
    content: "";
    width: 16px;
    height: 5px;
    background-image: url(../images/index/icon-right-mini.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

a.btn.btn-mega:first-child {
    margin-bottom: 60px;
}

.img-mega {
    position: relative;
}

.img-mega p {
    font-size: 3.5rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.footer-right {
    display: flex;
    justify-content: center;
}

.box-link-footer {
    width: 250px;
}

.box-link-footer:last-child {
    width: 200px;
}

a.link-footer {
    letter-spacing: 0.2em;
    display: block;
    font-family: "Shippori Mincho B1", serif;
    color: #603813;
    margin-bottom: 10px;
}

.home-contact-top {
    text-align: center;
}


/*HA20250929*/

.img-single-inter {
    width: 750px;
}

.img-single-inter img {
    border-radius: 15px;
}

.box-single-interview-top {
    position: relative;
}

.interview-top-right {
    position: absolute;
    width: 480px;
    right: 0;
    bottom: 0;
}

.interview-excerpt {
    display: block;
    background-color: #fff;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
    color: #1d95b7;
    box-shadow: 6px 15px 9px 0 rgba(63, 125, 146, 0.2);
    padding: 35px 35px;
    border-radius: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.box-interview-cat a {
    min-width: 160px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 10px;
    width: fit-content;
    transform: translateY(50%);
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-left: 40px;
}

.interview-infor {
    display: flex;
    align-items: center;
    margin-top: 87px;
    font-size: 17px;
    color: #212f79;
    font-weight: 500;
    padding-right: 95px;
    justify-content: flex-end;
}

.interview-infor .cat {
    margin-right: 20px;
}
.interview-infor .job{
    max-width: 240px;
}
.interview-infor .cat a {
    display: flex;
    width: fit-content;
    padding: 0px 10px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    min-height: 27px;
    min-width: 90px;
    font-weight: 500;
    border-radius: 14px;
    color: #333;
}

.interview-name {
    font-size: 29px;
    font-weight: 500;
    padding-right: 95px;
    color: #212f79;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 30px;
}

body.admin-bar .header-wrapper {
    top: 32px;
}

.breadcrumbs ul {
    display: flex;
}

.breadcrumbs ul li a {
    font-weight: 500;
    color: #1d95b7;
    text-decoration: underline;
}

.breadcrumbs ul li span {
    color: #212f79;
}

.breadcrumbs ul li:not(:last-child)::after {
    content: "　−　";
}

section.single-interview {
    margin-top: 60px;
}

.single-interview-inner {
    position: relative;
}

.single-interview-inner:before {
    display: block;
    content: "";
    width: calc(50vw - 88px);
    height: 507px;
    position: absolute;
    background-image: url(../images/recruit/interview/bg-interview-top.png);
    background-size: 100% 100%;
    right: 0;
    bottom: -111px;
}

.question-inter {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #1d7cb7;
    font-size: 22px;
    line-height: 1.54;
    background: linear-gradient( to right, rgba(7, 145, 198, 0.3), rgba(71, 215, 209, 0.3), rgba(223, 244, 98, 0.3));
    align-items: flex-start;
    padding: 15px 20px 8px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    border-radius: 10px;
}

.question-inter .q,
.answer .a {
    font-size: 42px;
    letter-spacing: 0.1em;
    color: white;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    width: 85px;
    flex-shrink: 0;
    line-height: 1;
}

.box-qna-inter .answer {
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 45px;
}

.answer .a {
    color: #1d95b7;
}

.text-answer {
    line-height: 2.1875;
}

.answer-inner {
    display: flex;
}

.img-qna-inter {
    width: fit-content;
    flex-shrink: 0;
}

.img-qna-inter img {
    width: 400px;
    height: auto;
    margin-left: 45px;
    margin-top: 11px;
    border-radius: 10px;
}

.interview-sub-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #212f79;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.interview-sub-title::after {
    content: "";
    width: 234px;
    height: 4px;
    background: url(../images/recruit/interview/bg-title-dot.svg);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
}

#interview-schedule,
.interview-schedule {
    position: relative;
}

#interview-schedule:before {
    display: block;
    content: "";
    width: calc(50% + 134px);
    height: 620px;
    position: absolute;
    background-image: url(../images/recruit/interview/before-sche.png);
    background-size: 100% 100%;
    left: 0;
    top: -365px;
}

#interview-qna {
    position: relative;
    z-index: 1;
}

.interview-schedule:before {
    display: block;
    content: "";
    width: 812px;
    background-color: white;
    height: 812px;
    position: absolute;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 50%;
}

.schedule-wrap {
    display: flex;
    max-width: 890px;
    margin: auto;
    padding-top: 25px;
}

.list-schedule {
    width: 100%;
}

.schedule-img {
    width: fit-content;
    margin-top: 10px;
    flex-shrink: 0;
}

.img-schedule {
    width: 230px;
    margin-left: 30px;
}

.img-schedule .img {
    margin-bottom: 30px;
}

.img-schedule .img img {
    width: 100%;
    border-radius: 80px;
}

.box-schedule {
    display: flex;
    margin-bottom: 25px;
}

.box-schedule .time-schedule {
    width: 142px;
    font-size: 22px;
    color: #1d7cb7;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-right: 15px;
    text-align: right;
    font-family: "Josefin Sans", sans-serif;
}

.box-schedule .time-schedule span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    min-width: 113px;
    border-radius: 22px;
    background: linear-gradient( to right, rgba(7, 145, 198, 0.3), rgba(71, 215, 209, 0.3), rgba(223, 244, 98, 0.3));
}

.box-schedule .cont-schedule {
    font-size: 17px;
    letter-spacing: 0.05em;
    padding-top: 8px;
}

.day-off {
    background-color: #fff6bd;
    padding-left: 60px;
    padding-right: 60px;
}

.day-off-inner {
    display: flex;
    padding-top: 10px;
}

.day-off-inner .img-dayoff {
    width: 50%;
    padding-right: 15px;
    flex-shrink: 0;
}

.day-off-inner .img-dayoff img {
    border-radius: 10px;
}

.text-dayoff {
    line-height: 2.1875;
}

.page-navi {
    padding-top: 120px;
    padding-bottom: 270px;
}

.page-navi .container {
    max-width: 1180px;
}

a.btn.btn-home-single {
    width: 330px;
    height: 70px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: white;
    background-color: #21549c;
    border-radius: 35px;
    padding-right: 65px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

a.btn.btn-home-single:after {
    width: 24px;
    height: 6px;
    background-image: url(../images/recruit/index/icon-arrow-right-white.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.interview-filter {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px 0 rgba(63, 125, 146, 0.3);
}

.sidebar-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-item {
    margin: 0 30px;
    flex-wrap: wrap;
    width: 250px;
}

.sidebar-item select {
    width: 250px;
    height: 55px;
}

#recuruit-content {
    margin-top: 70px;
}

.c-recruit .c-interview-image img {
    height: 180px;
    width: 270px;
}

.c-recruit.c-interview {
    padding-top: 0;
}

.c-recruit .c-interview-badge {
    border-radius: 0;
}

.c-recruit a.recruit-place {
    height: 35px;
    font-size: 15px;
    font-weight: 500;
    width: fit-content;
    min-width: 120px;
    font-family: "IBM Plex Sans JP", sans-serif;
    border-bottom-right-radius: 9px;
    position: absolute;
    top: -9px;
    left: 0;
}

.c-reruit a.recruit-type {
    min-width: 140px;
    width: fit-content;
    height: 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: normal;
}

.c-recruit .c-interview-desc {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}

.date-line .c-interview-date {
    color: #212f79;
    font-size: 15px;
}

.date-line {
    padding-bottom: 20px;
    position: relative;
}

.date-line:after {
    background-image: url(../images/recruit/index/bg-select-bottom.svg);
    background-size: auto 2px;
    background-repeat: repeat;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}
