@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap');
body.menu-open header::before {
    display: none;
}

.c-title {
    color: #212f79;
    text-align: center;
}

.c-title-main {
    font-size: 4rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    position: relative;
    padding-bottom: 18px;
}

@media (max-width: 767px) {
    .c-title-main {
        font-size: 2.35rem;
        padding-bottom: 9px;
    }
}

.c-title-main::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 162px;
    height: 110px;
    background-image: url(../images/recruit/index/shape-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: -1;
}

@media (max-width: 767px) {
    .c-title-main::before {
        width: 93px;
        height: 63px;
        left: calc(50% - 8px);
        top: -13px;
    }
}

.c-title-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #1d95b7;
}

@media (max-width: 767px) {
    .c-title-main::after {
        width: 6.5px;
        height: 6.5px;
    }
}

.c-title-sub {
    font-size: 2.9rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    margin-top: 10px;
    color: #1d95b7;
}

@media (max-width: 767px) {
    .c-title-sub {
        font-size: 1.65rem;
    }
}

.c-title-white {
    color: #fff;
}

.c-title-white .c-title-main::after {
    background-color: #fff;
}

.c-title-white .c-title-sub {
    color: #fff;
}

.c-title-layout2 {
    display: flex;
    align-items: center;
}

.c-title-layout2 .c-title-main {
    padding-bottom: 0;
    margin-right: 48px;
}

@media (max-width: 767px) {
    .c-title-layout2 .c-title-main {
        font-size: 2.15rem !important;
        margin-right: 34px;
    }
}

.c-title-layout2 .c-title-main::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(151deg) brightness(106%) contrast(104%);
    left: -78px;
    transform: none;
}

@media (max-width: 767px) {
    .c-title-layout2 .c-title-main::before {
        width: 82px;
        height: 56px;
        left: -25px;
        top: -25px;
    }
}

.c-title-layout2 .c-title-main::after {
    left: calc(100% + 18px);
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .c-title-layout2 .c-title-main::after {
        left: calc(100% + 13px);
    }
}

.c-title-layout2 .c-title-sub {
    margin-top: 0;
}

.c-logo {
    display: flex;
    gap: 18px;
    color: #fff;
}

@media (max-width: 767px) {
    .c-logo {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .c-logo img {
        width: 152px;
    }
}

.c-logo-text {
    flex: 1;
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-shadow: 0 0 8px rgba(21, 62, 76, 0.7);
}

@media (max-width: 767px) {
    .c-logo-text {
        font-size: 1.1rem;
    }
}

.c-logo-text-sub {
    color: #1d95b7;
    letter-spacing: 0;
    margin-top: 4px;
}

.c-logo-text span {
    font-size: 2.9rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .c-logo-text span {
        font-size: 2.1rem;
    }
}

.c-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    background-color: rgba(0, 170, 189, 0.8);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 44px;
    gap: 18px;
    z-index: 10;
}

@media (max-width: 1024px) {
    .c-btn-phone {
        display: none;
    }
}

.c-btn-entry {
    max-width: 270px;
    width: 100%;
    min-height: 55px;
    background-color: #ff7473;
    border-radius: 6px;
    font-size: 1.65rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 25px;
    gap: 18px;
    position: relative;
}

.c-btn-entry img {
    width: 24px;
}

.c-btn-entry-ver2 {
    max-width: 450px;
    min-height: 90px;
    font-size: 2.1rem;
    border-radius: 45px;
    border: 2px solid #fff;
    padding: 5px 70px 5px 45px;
    gap: 45px;
}

@media (max-width: 767px) {
    .c-btn-entry-ver2 {
        min-height: 64px;
        padding: 5px 50px 5px 34px;
        gap: 30px;
        font-size: 1.6rem;
    }
}

.c-btn-entry-ver2::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 6px;
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

@media (max-width: 767px) {
    .c-btn-entry-ver2::before {
        right: 25px;
        width: 21px;
        height: 5px;
    }
}

.c-btn-entry-ver2 img {
    width: 36px;
}

@media (max-width: 767px) {
    .c-btn-entry-ver2 img {
        width: 26px;
    }
}

.btn-entry-fixed {
    position: fixed;
    top: 226px;
    right: 0;
    writing-mode: tb-rl;
    z-index: 2;
}

@media (max-width: 767px) {
    .btn-entry-fixed {
        bottom: 0;
        top: auto;
        writing-mode: unset;
        z-index: 8;
        width: 100%;
    }
}

.btn-entry-fixed .c-btn-entry {
    gap: 22px;
    border-radius: 19px 0 0 19px;
    font-size: 2rem;
    padding: 24px 22px 28px 28px;
}

@media (max-width: 767px) {
    .btn-entry-fixed .c-btn-entry {
        max-width: 100%;
        border-radius: 0;
        font-size: 1.65rem;
        gap: 20px;
        padding: 10px 10px 14px;
        justify-content: center;
    }
}

.btn-entry-fixed .c-btn-entry img {
    width: 38px;
}

@media (max-width: 767px) {
    .btn-entry-fixed .c-btn-entry img {
        width: 23px;
    }
}

.c-btn-link {
    background-image: url(../images/recruit/index/bg-btn.png);
    background-size: 100% 100%;
    border-radius: 35px;
    color: #fff;
    font-size: 1.7rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 72px 10px 35px;
    position: relative;
    transition: .8s all;
}

@media (max-width: 767px) {
    .c-btn-link {
        min-height: 55px;
        border-radius: 28px;
        font-size: 1.4rem;
        padding: 10px 50px 10px 32px;
    }
}

.c-btn-link:hover {
    background-image: url(../images/recruit/index/bg-btn-hover.png);
    opacity: 1 !important;
    background-size: 100% 100%;
}

.c-btn-link {
    overflow: hidden;
}

.c-btn-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    width: 25px;
    height: 6px;
    background-image: url(../images/icons/icon-arrow-right-white-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.c-btn-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(245%);
    right: 35px;
    width: 25px;
    height: 6px;
    background-image: url(../images/icons/icon-arrow-right-white-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.c-btn-link:hover::before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
}

.c-btn-link:hover::after {
    animation-name: transformLeftRight;
    animation-delay: 0.05s;
}

@keyframes transformLeftRight {
    0% {
        transform: translateY(-50%) translateX(-245%);
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes transformRightLeft {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(245%);
    }
}

@media (max-width: 767px) {
    .c-btn-link::before,
    .c-btn-link::after {
        right: 27px;
        width: 20px;
        height: 8px;
    }
}

.c-btn-link span {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .c-btn-link span {
        padding: 0 27px;
    }
}

.c-interview {
    position: relative;
    padding-top: 18px;
}

@media (max-width: 767px) {
    .c-interview {
        padding-top: 14px;
    }
}

.c-interview-image {
    text-align: center;
    margin-bottom: -75px;
}

@media (max-width: 767px) {
    .c-interview-image {
        margin-bottom: -49px;
    }
}

.c-interview-image img {
    border-radius: 15px;
    width: 260px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .c-interview-image img {
        border-radius: 10px;
        width: 170px;
        height: 170px;
    }
}

.c-interview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.c-interview-text {
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 7px 16px 10px rgba(63, 125, 146, 0.2);
    padding: 98px 28px 32px;
}

@media (max-width: 767px) {
    .c-interview-text {
        padding: 54px 14px 18px !important;
        border-radius: 7px;
        box-shadow: 5px 11px 5px rgba(63, 125, 146, 0.1);
    }
}

.c-interview-desc {
    color: #212f79;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .c-interview-desc {
        font-size: 1.35rem;
        line-height: 1.48;
        margin-top: 12px;
    }
}

.c-interview-badge {
    background: #f2d500;
    border-radius: 14px;
    letter-spacing: 0.2em;
    padding: 2px 10px;
    width: 75px;
    height: 27px;
    text-align: center;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .c-interview-badge {
        font-size: 1.25rem;
        border-radius: 10px;
        width: 60px;
        height: 20px;
        padding: 0px 5px;
    }
}

.c-interview-badge.green {
    background: #bad500;
}

.c-interview-date {
    font-size: 1.5rem;
    display: flex;
}

@media (max-width: 767px) {
    .c-interview-date {
        font-size: 1.2rem;
    }
}

.c-interview-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    min-height: 35px;
    font-size: 1.7rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1d95b7;
    color: #fff;
}

@media (max-width: 767px) {
    .c-interview-tag {
        min-width: 100px;
        min-height: 23px;
        font-size: 1.25rem;
    }
}

.c-interview-tag.purple {
    background-color: #7a66ba;
}

.c-interview-tag.blue {
    background-color: #0043a4;
}

.c-interview-tag.green {
    background-color: #63a318;
}

.c-interview-tag.coral {
    background-color: #eb6a6a;
}

.c-box-about {
    border-radius: 9px;
    background-color: #fff;
    box-shadow: 6px 2px 19px 0 rgba(124, 108, 99, 0.4);
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .c-box-about {
        border-radius: 5px;
        box-shadow: 3px 1px 10px 0 rgba(124, 108, 99, 0.2);
    }
}

.c-box-about-inner {
    display: block;
    height: 100%;
}

@media (max-width: 767px) {
    .c-box-about-inner {
        display: flex;
    }
}

@media (max-width: 767px) {
    .c-box-about-image {
        width: 145px;
    }
}

.c-box-about-image img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .c-box-about-image img {
        height: 90px;
    }
}

.c-box-about-text {
    padding: 12px 60px 15px 25px;
}

@media (max-width: 767px) {
    .c-box-about-text {
        flex: 1;
        padding: 14px 17px;
    }
}

.c-box-about-title {
    font-size: 2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #211f79;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .c-box-about-title {
        font-size: 1.5rem;
        line-height: 1.1;
    }
}

.c-box-about-more {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 33px;
    height: 8px;
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

@media (max-width: 767px) {
    .c-box-about-more {
        right: 20px;
        width: 21px;
        height: 5px;
        bottom: 15px;
    }
}

.c-link-image {
    position: relative;
    display: block;
}

.c-link-image::before,
.c-link-image::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url(../images/recruit/index/line-dot.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.c-link-image::before {
    top: 0;
    content: none;
}

.c-link-image::after {
    bottom: 0;
}

.c-link-image:first-child::before {
    content: "";
}

.c-link-image-box {
    position: relative;
    padding: 10px 65px 10px 40px;
    display: flex;
    align-items: center;
    min-height: 76px;
    gap: 40px;
    font-size: 2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #212f79;
}

@media (max-width: 767px) {
    .c-link-image-box {
        min-height: 56px;
        font-size: 1.5rem;
        gap: 35px;
        padding: 10px 40px 10px 25px;
    }
}

.c-link-image-box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 30px;
    height: 9px;
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

@media (max-width: 767px) {
    .c-link-image-box::after {
        right: 17px;
        width: 21px;
        height: 5px;
    }
}

@media (max-width: 767px) {
    .c-link-image span {
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .c-link-image img {
        width: 27px;
    }
}

.c-news {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 80px;
    padding: 10px 60px 10px 22px;
    position: relative;
}

@media (max-width: 767px) {
    .c-news {
        flex-direction: column;
        gap: 6px;
        min-height: 90px;
        padding: 12px 50px 13px 10px;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.c-news-dot::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url(../images/recruit/index/line-dot-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.c-news-dot:last-child::after {
    content: none;
}

.c-news-meta {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .c-news-meta {
        gap: 12px;
    }
}

.c-news-date {
    color: #212f79;
    font-weight: 500;
}

@media (max-width: 767px) {
    .c-news-date {
        font-size: 1.15rem;
    }
}

.c-news-cat {
    min-width: 160px;
    min-height: 30px;
    border-radius: 15px;
    border: 1px solid;
    font-weight: 500;
    font-size: 1.5rem;
    color: #211f79;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .c-news-cat {
        min-width: 115px;
        min-height: 20px;
        font-size: 1.1rem;
        border-radius: 10px;
    }
}

.c-news-cat.cat-1 {
    border-color: #e53563;
    color: #e53563;
}

.c-news-cat.cat-2 {
    border-color: #f47719;
    color: #f47719;
}

.c-news-title {
    font-weight: 400;
    line-height: 1.4;
}

.menu-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8999;
    transition: none;
    background-color: #211f79;
    border-radius: 50%;
    display: none;
    justify-content: center;
    padding-top: 11px;
    opacity: 1 !important;
}

@media (max-width: 1024px) {
    .menu-btn {
        display: flex;
    }
}

.menu-btn-inner {
    width: 15px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-btn span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s;
}

.menu-btn::after {
    content: "MENU";
    left: 50%;
    transform: translateX(-50%);
    bottom: 11px;
    position: absolute;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.menu-btn.open::after {
    content: "CLOSE";
}

.menu-btn.open span {
    display: block;
    transform: translateY(6px) rotate(45deg);
}

.menu-btn.open span:nth-child(2) {
    display: none;
}

.menu-btn.open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

#go-top {
    position: fixed;
    bottom: 120px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 99;
    border-radius: 50%;
    right: 38px;
    background-color: #fff;
    width: 90px;
    height: 90px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    opacity: 0;
}

#go-top.show {
    opacity: 1;
    bottom: 15px;
}

@media (max-width: 767px) {
    #go-top {
        width: 45px;
        height: 45px;
        right: 16px;
        bottom: 60px;
        gap: 5px;
    }
}

#go-top img {
    position: relative;
}

@media (max-width: 767px) {
    #go-top img {}
}

#go-top span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    color: #212f79;
}

#go-top.show {
    opacity: 1;
}

.slick-slider .slick-arrow {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #21549c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 7px;
    border: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .slick-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 13px 3px;
    }
}

.slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 20px);
    background-image: url(../images/icons/icon-arrow-left-white-2.svg);
}

.slick-slider .slick-arrow.slick-next {
    left: calc(100% - 20px);
    background-image: url(../images/icons/icon-arrow-right-white-2.svg);
}

.slick-slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

@media (max-width: 767px) {
    .slick-slider .slick-dots {
        bottom: 18px;
        gap: 8px;
    }
}

.slick-slider .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 767px) {
    .slick-slider .slick-dots li {
        width: 11px;
        height: 11px;
    }
}

.slick-slider .slick-dots li.slick-active {
    background-color: #1d92b3;
}

.slick-slider .slick-dots button {
    display: none;
}

body.menu-open .header-nav {
    right: 0;
    z-index: 10;
}

body.header-loaded .home-banner-slide {
    animation: fade 1s;
}

body.header-loaded .home-banner-text {
    animation: fade 2s;
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-inner {
    width: calc(100% - 230px);
    border-bottom-right-radius: 48px;
    box-shadow: 0 0 10px 0 rgba(63, 125, 146, 0.3);
    padding: 20px 35px 25px 50px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1500px) {
    .header-inner {
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-inner {
        padding: 20px 16px 30px 32px;
        width: calc(100% - 180px);
    }
}

@media (max-width: 1024px) {
    .header-inner {
        width: calc(100% - 130px);
        border-bottom-right-radius: 26px;
        padding: 12px 20px 17px 20px;
    }
}

.header-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 11;
    box-shadow: rgba(63, 125, 146, .3);
}

.header-inner .c-logo {
    color: #212f79;
    gap: 26px;
    align-items: flex-end;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-inner .c-logo {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .header-inner .c-logo {
        gap: 12px;
    }
}

.header-inner .c-logo img {
    width: 266px;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-inner .c-logo img {
        width: 200px;
    }
    .header-inner {
        width: calc(100% - 160px);
    }
}

@media (max-width: 1024px) {
    .header-inner .c-logo img {
        width: 171px;
    }
}

.header-inner .c-logo-text {
    text-shadow: none;
}

@media (max-width: 1024px) {
    .header-inner .c-logo-text {
        font-size: 1rem;
        display: flex;
        align-items: flex-end;
        gap: 14px;
        transform: translateY(2px);
    }
}

@media (max-width: 1024px) {
    .header-inner .c-logo-text-sub {
        font-size: 1.1rem;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-inner .c-logo-text span {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .header-inner .c-logo-text span {
        font-size: 1.7rem;
    }
}

.header-logo {
    z-index: 12;
    position: relative;
}

.header-nav {
    position: relative;
    z-index: 12;
    flex: 1;
}

@media (max-width: 1024px) {
    .header-nav {
        position: fixed;
        width: 100%;
        height: 100dvh;
        top: 0;
        padding-top: 115px;
        padding-bottom: 65px;
        background: #fff;
        right: -150vw;
        transition: right 0.5s;
        display: block;
        z-index: 2;
        overflow: auto;
        background-image: url(../images/recruit/index/bg-gradient-sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.header-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media (min-width: 1500px) {
    .header-main {
        gap: 65px;
    }
}

@media (max-width: 1024px) {
    .header-menu {
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
    }
}

.header-menu-link {
    color: #212f79;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.75;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-menu-link {
        font-size: 1.3rem;
    }
}

@media (max-width: 1024px) {
    .header-menu-link {
        font-size: 1.65rem;
    }
}

.header-menu-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 13px;
}

@media (max-width: 1024px) {
    .header-menu-top {
        order: 4;
        flex-direction: column;
        gap: 24px;
    }
}

.header-menu-top-link {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75;
    color: #4d4d4d;
    position: relative;
    padding-right: 28px;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-menu-top-link {
        font-size: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .header-menu-top-link {
        background-color: #fff;
        border-radius: 20px;
        width: 300px;
        min-height: 55px;
        display: flex;
        align-items: center;
        box-shadow: 0 0 9px 0 rgba(169, 177, 181, 0.45);
        padding: 5px 16px 5px 22px;
    }
}

.header-menu-top-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/icons/icon-square.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

@media (max-width: 1024px) {
    .header-menu-top-link::before {
        right: 16px;
        width: 17.5px;
        height: 17.5px;
    }
}

.header-menu-top-link.blue {
    color: #212f79;
}

.header-menu-top-link.orange {
    color: #ec5a24;
}

.header-menu-top-link.pink {
    color: #e545a1;
}

.header-menu-top .header-menu-item {
    margin-right: 15px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-right: 1px solid #c7c7c7;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-menu-top .header-menu-item {
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .header-menu-top .header-menu-item {
        border-right: 0;
        padding: 0;
    }
}

.header-menu-top .header-menu-item:last-child {
    border-right: 0;
}

.header-menu-top .header-menu-item::before {
    content: none;
}

.header-menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #c7c7c7;
    padding-top: 25px;
    margin-top: 9px;
}

@media (max-width: 1024px) {
    .header-menu-bottom {
        order: 1;
        border: none;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 30px;
        flex-direction: column;
        gap: 20px;
    }
}

.header-menu-bottom .header-menu-item {
    margin-right: 13px;
    padding-right: 13px;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header-menu-bottom .header-menu-item {
        margin-right: 10px;
        padding-right: 10px;
    }
}

.header-menu-bottom .header-menu-item::before {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 28px;
    background-image: url(../images/recruit/index/divider-dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.header-menu-item {
    position: relative;
}

@media (max-width: 1024px) {
    .header-menu-item {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}

.header-menu-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-menu-item:last-child::before {
    content: none;
}

.header-menu-item::before {
    content: "";
    position: absolute;
}

@media (max-width: 1024px) {
    .header-menu-item::before {
        content: none;
    }
}

.header-menu-entry,
.header-menu-blogname {
    display: none;
}

@media (max-width: 1024px) {
    .header-menu-entry,
    .header-menu-blogname {
        display: block;
    }
}

.header-menu-entry {
    order: 2;
    margin-bottom: 40px;
}

.header-menu-entry .c-btn-entry {
    margin-left: auto;
    margin-right: auto;
}

.header-menu-blogname {
    order: 3;
    font-size: 1.7rem;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 40px;
    background: linear-gradient( 90deg, rgb(7, 145, 198) 0%, rgb(71, 215, 209) 46%, rgb(223, 244, 89) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.footer-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 40px);
    font-family: "Josefin Sans", sans-serif;
    font-size: 7.3rem;
    letter-spacing: 0.1em;
    text-shadow: 0 0 11px rgba(124, 108, 99, 0.7);
    width: 100%;
    text-align: center;
    opacity: 0.5;
}

.footer-inner {
    padding-top: 100px;
    padding-bottom: 35px;
    position: relative;
    background-color: #212f79;
    color: #fff;
}

@media (max-width: 767px) {
    .footer-inner {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.footer-inner a {
    color: #fff;
}

.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .footer-top {
        flex-direction: column;
        gap: 20px;
    }
}

.footer-logo {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    transition: .3s;
}

.footer-logo:hover {
    opacity: 0.7;
}

.footer-logo:hover a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .footer-logo {
        margin-right: auto;
    }
}

.footer-btn-recruit {
    border: 1px solid #fff;
    border-radius: 18px;
    font-size: 1.7rem;
    letter-spacing: 0.075em;
    width: 160px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    padding-left: 3px;
    padding-bottom: 1px;
}

@media (max-width: 767px) {
    .footer-btn-recruit {
        font-size: 1.3rem;
        height: 27px;
        width: 124px;
        border-radius: 14px;
    }
}

.footer-infor {
    font-size: 1.8rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .footer-infor {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .footer-menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 11px;
        margin-top: 30px;
    }
}

.footer-menu-link {
    background-color: #fff;
    border-radius: 5px;
    min-height: 75px;
    display: flex;
    align-items: center;
    padding: 5px 40px 5px 20px;
    position: relative;
}

@media (max-width: 767px) {
    .footer-menu-link {
        width: 225px;
        margin-left: auto;
        margin-right: auto;
        min-height: 56px;
        padding: 5px 30px 5px 23px;
    }
}

@media (min-width: 768px) {
    .footer-menu-link:last-child {
        width: 265px;
    }
}

.footer-menu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon-square.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

@media (max-width: 767px) {
    .footer-menu-link::before {
        width: 15px;
        height: 15px;
        right: 14px;
    }
}

.footer-menu-link img {
    max-height: 33px;
}

.footer-copy {
    text-align: center;
    margin-top: 95px;
    font-size: 1.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}

@media (max-width: 767px) {
    .footer-copy {
        margin-top: 38px;
        font-size: 1.1rem;
    }
}

.home-banner {
    position: relative;
    overflow: hidden;
    max-height: 800px;
}

.home-banner-slide {
    position: relative;
}

.home-banner-slide img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .home-banner-slide img {
        height: 440px;
    }
}

.home-banner-text {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: right;
}

@media (max-width: 767px) {
    .home-banner-text {
        top: 105px;
    }
}

.home-banner-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 258px;
    height: 342px;
    background-image: url(../images/recruit/index/shape-octagonal.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 3.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #212f79;
    writing-mode: tb;
    margin-left: auto;
}

@media (max-width: 767px) {
    .home-banner-text span {
        font-size: 1.5rem;
        width: 110px;
        height: 145px;
        margin-right: 17px;
    }
}

.home-banner-shape {
    position: absolute;
    bottom: 215px;
    left: 8px;
}

@media (max-width: 767px) {
    .home-banner-shape {
        width: 150px;
        bottom: 83px;
        left: 0;
    }
}

.home-banner-shape-2 {
    position: absolute;
    bottom: 124px;
    right: 130px;
}

@media (max-width: 767px) {
    .home-banner-shape-2 {
        bottom: 102px;
        right: 18px;
        width: 67px;
    }
}

.home-news {
    padding-top: 70px;
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .home-news {
        padding-top: 45px;
        padding-bottom: 0;
    }
}

.home-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/recruit/index/bg-gradient-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: -1;
}

@media (max-width: 767px) {
    .home-news::before {
        background-image: url(../images/recruit/index/bg-gradient-3-sp.png);
        height: 442px;
        top: auto;
        bottom: calc(100% - 225px);
    }
}

.home-news-list {
    border-radius: 19px;
    background-color: #fff;
    margin-top: 10px;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .home-news-list {
        padding: 8px 0;
        border-radius: 7px;
        margin-top: 15px;
    }
    .home-news-list .container {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
}

@media (min-width: 768px) {
    .home-news .c-btn-link {
        min-height: 60px;
    }
}

.home-message {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .home-message {
        padding-top: 95px;
    }
}

.home-message-box {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    position: relative;
}

@media (max-width: 767px) {
    .home-message-box {
        margin-top: 25px;
    }
}

.home-message-box-title {
    color: #212f79;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 767px) {
    .home-message-box-title {
        font-size: 1.65rem;
        text-align: left;
        line-height: 1.75;
    }
}

.home-message-box-content {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.05;
    color: #21549c;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .home-message-box-content {
        font-size: 1.35rem;
        margin-top: 15px;
    }
}

.home-message-box img {
    position: absolute;
}

.home-message-box img.home-message-box-img-1 {
    top: -15px;
    right: calc(100% + 190px);
}

@media (max-width: 767px) {
    .home-message-box img.home-message-box-img-1 {
        width: 56px;
        top: calc(100% + 25px);
        left: -5px;
        right: auto;
    }
}

.home-message-box img.home-message-box-img-2 {
    bottom: -10px;
    right: calc(100% + 105px);
}

@media (max-width: 767px) {
    .home-message-box img.home-message-box-img-2 {
        width: 81px;
        top: calc(100% + 70px);
        left: 69px;
        right: auto;
    }
}

.home-message-box img.home-message-box-img-3 {
    top: -25px;
    left: calc(100% + 215px);
}

@media (max-width: 767px) {
    .home-message-box img.home-message-box-img-3 {
        width: 71px;
        top: calc(100% + 55px);
        left: auto;
        right: 0;
    }
}

.home-message-box img.home-message-box-img-4 {
    bottom: -5px;
    left: calc(100% + 125px);
}

@media (max-width: 767px) {
    .home-message-box img.home-message-box-img-4 {
        width: 51px;
        top: calc(100% + 25px);
        left: auto;
        right: 69px;
    }
}

.home-message-box2 {
    margin-top: 150px;
}

@media (max-width: 767px) {
    .home-message-box2 {
        margin-top: 230px;
    }
}

.home-message-box2-title {
    color: #212f79;
    font-size: 2.7rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
}

@media (max-width: 767px) {
    .home-message-box2-title {
        font-size: 1.8rem;
        padding-bottom: 11px;
    }
}

.home-message-box2-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #212f79;
    display: block;
}

@media (max-width: 767px) {
    .home-message-box2-title::before {
        width: 40px;
        height: 2px;
    }
}

.home-message-box2-wrap {
    margin-top: 40px;
    padding: 40px 50px 15px;
    position: relative;
}

@media (max-width: 767px) {
    .home-message-box2-wrap {
        margin-top: 30px;
        padding: 20px 0 45px;
    }
}

.home-message-box2-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgb(94, 203, 219) 40%, rgb(255, 255, 255) 100%);
    opacity: 0.2;
    z-index: -1;
    border-radius: 47px;
}

@media (max-width: 767px) {
    .home-message-box2-wrap::before {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }
}

.home-message-box2-item {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .home-message-box2-item {
        flex-direction: column;
    }
}

.home-message-box2-item+.home-message-box2-item {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .home-message-box2-item+.home-message-box2-item {
        margin-top: 19px;
    }
}

.home-message-box2-item:nth-child(even) {
    justify-content: flex-end;
}

.home-message-box2-item-head {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #fff6bd;
    border-radius: 53px;
    box-shadow: 13px 8px 0 0 rgba(124, 108, 99, 0.15);
    width: 348px;
    min-height: 106px;
    padding: 10px 20px 10px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .home-message-box2-item-head {
        width: 248px;
        min-height: 60px;
        border-radius: 30px;
        box-shadow: 8px 5px 0 0 rgba(124, 108, 99, 0.15);
        gap: 25px;
        padding: 10px 25px 10px 30px;
        margin-bottom: -30px;
    }
}

.home-message-box2-item-num {
    color: #1d95b7;
    font-size: 4.5rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}

@media (max-width: 767px) {
    .home-message-box2-item-num {
        font-size: 2.9rem;
    }
}

.home-message-box2-item-title {
    font-size: 2.1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.38;
    color: #212f79;
}

@media (max-width: 767px) {
    .home-message-box2-item-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

.home-message-box2-item-content {
    color: #212f79;
    flex: 1;
    font-weight: 500;
    line-height: 1.75;
    background-color: #fff;
    border-radius: 15px;
    padding: 26px 40px 30px 90px;
    margin-left: -55px;
    width: 100%;
    max-width: 600px;
}

@media (max-width: 767px) {
    .home-message-box2-item-content {
        width: 100%;
        margin-left: 0;
        padding: 50px 22px 22px;
    }
}

.home-message-box2-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 115px;
}

@media (max-width: 767px) {
    .home-message-box2-images {
        gap: 34px;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .home-message-box2-images img:nth-child(1) {
        width: 80px;
    }
    .home-message-box2-images img:nth-child(2) {
        width: 111px;
        margin-bottom: 4px;
    }
}

.home-message-box2-img-1 {
    position: absolute;
    left: 68px;
    bottom: 68px;
    z-index: -1;
}

@media (max-width: 767px) {
    .home-message-box2-img-1 {
        width: 177px;
        left: -7px;
        bottom: 120px;
    }
}

.home-message-box2-img-2 {
    position: absolute;
    right: 40px;
    bottom: 87px;
    z-index: -1;
}

@media (max-width: 767px) {
    .home-message-box2-img-2 {
        width: 65px;
        right: 0;
        bottom: 140px;
    }
}

.home-about {
    padding-top: 120px;
}

@media (max-width: 767px) {
    .home-about {
        padding-top: 45px;
    }
}

.home-about-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .home-about-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        margin-top: 45px;
    }
}

.home-about-box {
    margin-top: 165px;
}

@media (max-width: 767px) {
    .home-about-box {
        margin-top: 95px;
    }
}

.home-about-box-item {
    display: flex;
    gap: 75px;
    position: relative;
}

.home-about-box-item::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -142px;
    width: 695px;
    height: 695px;
    background-image: url(../images/recruit/index/shape-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: -1;
}

@media (max-width: 767px) {
    .home-about-box-item::before {
        width: 347px;
        height: 347px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.home-about-box-item-image {
    width: calc(56.5% + 100px);
    margin-left: -100px;
}

@media (max-width: 767px) {
    .home-about-box-item-image {
        width: calc(100% + 15px);
        margin-left: -7.5px;
        margin-right: -7.5px;
        margin-top: 15px;
    }
}

.home-about-box-item-image img {
    border-radius: 45px;
    height: 270px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .home-about-box-item-image img {
        border-radius: 22px;
        height: 132px;
    }
}

.home-about-box-item-text {
    flex: 1;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .home-about-box-item-text {
        padding-right: 0;
        width: 100%;
    }
}

.home-about-box-desc {
    line-height: 2.18;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .home-about-box-desc {
        font-size: 1.35rem;
        line-height: 2.03;
        margin-top: 15px;
    }
}

.home-about-box .c-title-main {
    font-size: 3.5rem;
}

@media (max-width: 767px) {
    .home-about-box .c-title-main {
        font-size: 2rem;
    }
}

.home-about-box .c-title-main::before {
    content: none;
}

.home-about-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .home-about-links {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    .home-about .c-link-image::before {
        content: none;
    }
}

.home-about .c-link-image-box {
    padding: 0 50px 10px 16px;
    font-size: 1.9rem;
    gap: 20px;
    line-height: 1.15;
}

@media (max-width: 767px) {
    .home-about .c-link-image-box {
        font-size: 1.5rem;
        padding: 13px 45px 13px 18px;
    }
}

.home-about .c-link-image-box::after {
    right: 16px;
}

@media (max-width: 767px) {
    .home-about .c-link-image img {
        width: 34px;
    }
}

.home-about .home-department-box {
    align-items: flex-start;
}

.home-about .home-department-box-desc {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .home-about .home-department-box-desc {
        margin-top: 2px;
    }
}

.home-about .home-department-shape {
    top: 290px;
}

@media (max-width: 767px) {
    .home-about .home-department-shape {
        top: 350px;
    }
}

.home-environment {
    padding-top: 160px;
}

@media (max-width: 767px) {
    .home-environment {
        padding-top: 100px;
    }
}

.home-environment-wrap {
    position: relative;
}

.home-environment-shape {
    position: absolute;
    top: 135px;
    right: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .home-environment-shape {
        top: 230px;
        width: 354px;
    }
}

.home-environment-box {
    margin-top: 40px;
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
    max-width: 1060px;
}

@media (max-width: 767px) {
    .home-environment-box {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 25px;
    }
}

.home-environment-box-image {
    flex: 1;
}

@media (max-width: 767px) {
    .home-environment-box-image {
        width: 217px;
        margin-left: auto;
        margin-right: auto;
        flex: unset;
    }
}

.home-environment-box-text {
    width: 45.2830188679%;
}

@media (max-width: 767px) {
    .home-environment-box-text {
        width: 100%;
    }
}

.home-environment-box-desc {
    line-height: 2.18;
    font-weight: 500;
}

@media (max-width: 767px) {
    .home-environment-box-desc {
        font-size: 1.35rem;
        line-height: 2.03;
    }
}

.home-environment-list {
    margin-top: 55px;
    position: relative;
}

@media (max-width: 767px) {
    .home-environment-list {
        margin-top: 32px;
    }
}

.home-department {
    padding-top: 160px;
}

@media (max-width: 767px) {
    .home-department {
        padding-top: 100px;
    }
}

.home-department-wrap {
    position: relative;
}

.home-department-shape {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .home-department-shape {
        top: 268px;
        width: 354px;
    }
}

.home-department-box {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 80px;
}

@media (max-width: 767px) {
    .home-department-box {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 20px;
    }
}

.home-department-box-text {
    width: 48%;
}

@media (max-width: 767px) {
    .home-department-box-text {
        width: 100%;
    }
}

.home-department-box-image {
    flex: 1;
    position: relative;
    height: 450px;
}

@media (max-width: 767px) {
    .home-department-box-image {
        width: 100%;
        flex: unset;
        height: 225px;
    }
}

.home-department-box-img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 50vw;
    max-width: 733px;
}

@media (max-width: 767px) {
    .home-department-box-img {
        width: calc(100vw + 7px);
        max-width: 367px;
    }
}

.home-department-box-img img {
    border-radius: 57px 0 0 57px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .home-department-box-img img {
        border-radius: 29px 0 0 29px;
    }
}

.home-department-box-title {
    color: #212f79;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
}

@media (max-width: 767px) {
    .home-department-box-title {
        font-size: 1.75rem;
        text-align: center;
    }
}

.home-department-box-desc {
    line-height: 2.18;
    font-weight: 500;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .home-department-box-desc {
        font-size: 1.35rem;
        line-height: 2.03;
        margin-top: 15px;
    }
}

.home-interview {
    padding-top: 160px;
    padding-bottom: 170px;
    position: relative;
}

@media (max-width: 767px) {
    .home-interview {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

.home-interview::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 458px;
    background-image: url(../images/recruit/index/bg-gradient-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

@media (max-width: 767px) {
    .home-interview::before {
        height: 312px;
    }
}

.home-interview-slider {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .home-interview-slider {
        margin-top: 30px;
        max-width: 238px;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-interview-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
}

@media (max-width: 767px) {
    .home-interview-slider .slick-list {
        margin-left: -18px;
        margin-right: -18px;
    }
}

.home-interview-slider .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .home-interview-slider .slick-slide {
        margin-left: 18px;
        margin-right: 18px;
    }
}

.home-interview-btn {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .home-interview-btn {
        margin-top: 31px;
    }
}

.home-entry {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .home-entry {
        padding-top: 35px;
    }
}

.home-entry-box {
    margin-top: 25px;
    position: relative;
    background-image: url(../images/recruit/index/img-entry-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 430px;
}

@media (max-width: 767px) {
    .home-entry-box {
        height: 150px;
        background-position-x: 0px;
    }
}

.home-entry-box-text {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .home-entry-box-text {
        top: calc(100% - 25px);
    }
}

.home-entry-box-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 444px;
    height: 225px;
    background-image: url(../images/recruit/index/shape-octagonal-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #212f79;
    margin-left: auto;
    padding-left: 15px;
    line-height: 2.15;
}

@media (max-width: 767px) {
    .home-entry-box-text span {
        font-size: 1.4rem;
        width: 302px;
        height: 127px;
        margin-right: 0;
        line-height: 1.8;
        padding-left: 5px;
    }
}

.home-entry-box2 {
    background-image: url(../images/recruit/index/img-entry-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 370px;
}

@media (max-width: 767px) {
    .home-entry-box2 {
        height: auto;
        padding-top: 123px;
        padding-bottom: 33px;
    }
}

.home-entry-box2-text {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: -1px -28px 17px 0px rgba(0, 0, 0, 0.3);
    padding-top: 40px;
    padding-bottom: 58px;
    transform: translateY(-68px);
}

@media (max-width: 767px) {
    .home-entry-box2-text {
        border-radius: 10px;
        box-shadow: -0.5px -15px 9px 0px rgba(0, 0, 0, 0.15);
        transform: none;
        padding-top: 27px;
        padding-bottom: 27px;
    }
}

.home-entry-box2-text p {
    color: #212f79;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.88;
}

@media (max-width: 767px) {
    .home-entry-box2-text p {
        font-size: 1.35rem;
    }
}

.home-entry-box2-text .container {
    max-width: 781px;
}

@media (max-width: 767px) {
    .home-entry-box2-text .container {
        max-width: 300px;
    }
}

.home-entry-box2-btn {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .home-entry-box2-btn {
        margin-top: 21px;
    }
}

.home-contact {
    position: relative;
    padding-top: 100px;
    padding-bottom: 115px;
    background-image: url(../images/recruit/index/bg-contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .home-contact {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

.home-contact-box {
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(124, 108, 99, 0.4);
    text-align: center;
    padding: 25px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .home-contact-box {
        max-width: 310px;
        border-radius: 13px;
        padding: 20px 10px;
        margin-top: 20px;
    }
}

.home-contact-box-title {
    font-size: 1.7rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .home-contact-box-title {
        font-size: 1.3rem;
    }
}

.home-contact-box-tel {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.1rem;
    font-weight: 700;
    color: #212f79;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 767px) {
    .home-contact-box-tel {
        font-size: 2.35rem;
    }
}

.home-contact-box-tel::before {
    content: "";
    width: 25px;
    height: 34px;
    background-image: url(../images/icons/icon-tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .home-contact-box-tel::before {
        width: 17px;
        height: 23px;
        margin-right: 12px;
    }
}

.home-contact-box-tel span {
    color: #ff7473;
    font-size: 3.8rem;
    margin-left: 22px;
}

@media (max-width: 767px) {
    .home-contact-box-tel span {
        font-size: 2.55rem;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    footer .footer-title {
        font-size: 1.75rem;
        bottom: calc(100% - 11px);
    }
    .c-news-dot::after {
        width: calc(100% - 33px);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) and (max-width: 1480px) {
    .header-inner {
        width: fit-content;
    }
}

@media (min-width: 768px) and (max-width: 1230px) {
    .header-inner {
        padding-left: 15px;
        margin-right: 120px;
    }
    .c-btn-phone {
        width: 100px;
        font-size: 14px;
        border-bottom-left-radius: 24px;
    }
    .c-btn-phone img {
        width: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .header-main {
        gap: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    .header-menu-link {
        font-size: 1.2rem;
    }
}


/*# sourceMappingURL=recruit-main.css.map */