body {
    font-family: sans-serif;
    background: url('../assets/background-image-space.webp') center right no-repeat fixed;
    background-size: 320px auto;
}

.custom-navbar-height {
    height: 70px;
    min-height: 70px;
}

.custom-navbar-height .container-fluid {
    height: 100%;
    width: 95%;
}

.navbar-nav .nav-link.active {
    border-bottom: 3px solid #007bff;
    color: #007bff !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%236bb0ff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width: 990px) {
    .navbar-toggler {
        display: none !important;
    }
}

/* MENUテキストの色 */
.menu-text-custom {
    color: #6bb0ff !important;
}

/* Sidebar-text */
.side-menu-bar {
    width: 240px;
    border: 1px solid #a9dcff;
    font-family: sans-serif;
    background-color: #ffffff;
}

.menu-item-bar {
    border-bottom: 1px solid #a9dcff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00a0ff;
    font-size: 1rem;
    text-decoration: none;
}

.menu-item-bar:hover {
    background-color: #f0f8ff;
}

.contact-section-bar {
    background-color: #a9dcff;
    color: white;
    padding: 16px;
    text-align: center;
}

.contact-section-bar .btn {
    background-color: white;
    color: #00a0ff;
    border: none;
    margin-bottom: 10px;
}

.contact-section-bar .btn:hover {
    background-color: #e6f2ff;
}

.contact-section-bar small {
    display: block;
    font-size: 0.75rem;
    margin-top: 8px;
}

@media (min-width: 990px) {
    #sideMenuBar {
        display: none !important;
    }
}

.fixed-bottom-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: inline-block;
    transition: opacity 0.3s;
}

.fixed-bottom-btn img {
    width: 48px;
    height: 48px;
}

.footer-logo img {
    height: 40px;
}

.footer {
    background: #5daeff;
    padding: 32px 0 0 0;
}

.footer .footer__top-btn img {
    height: 32px;
}

.contact-section {
    background: #e9ecef;
    padding: 40px 0;
}

.contact-section .contact__button {
    margin: 16px 0;
}

.recruit-top-link p,
.recruit-top-link a {
    color: #5daeff;

}

.recruit-top-link a {
    text-decoration: none;
}

.recruit-title {
    margin-bottom: 60px;
    font-family: "Merienda", cursive;
}

.recruit-title h2 {
    font-size: 5rem;
    color: #88bfff;
}

@media (max-width: 800px) {
    .recruit-title h2 {
        font-size: 3rem;
    }

}


.recruit-title span {
    font-size: 1.8rem;
    color: #b3d6ff;
}

.fadein-recruit-title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.fadein-recruit-title.show {
    opacity: 1;
    transform: translateY(0);
}

.recruit-banner-content {
    background: linear-gradient(to right, #fffa94, #fc8989);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}

.recruit-banner-content h2 {
    font-weight: bold;
    color: #0077cc;
}

.recruit-banner-content ul {
    list-style: none;
    padding-left: 0;
}

.recruit-banner-content ul li::before {
    content: "✔️ ";
    color: #00b894;
    font-weight: bold;
}

/* styles/recruit.css に追加 */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-20px);
    }

    40% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-10px);
    }

    80% {
        transform: translateY(0);
    }
}

.bounce-loop {
    animation: bounce 1.5s infinite;
}

.recruit-image {
    height: 550px;
}

@media (max-width: 800px) {
    .recruit-image {
        height: 300px;
    }

}

.job-d-title {
    margin-bottom: 60px;
    font-family: "Merienda", cursive;
    margin-top: 100px;
}

.job-d-title h2 {
    font-size: 5rem;
    color: #88bfff;
}

@media (max-width: 800px) {
    .job-d-title h2 {
        font-size: 3rem;
    }
}

.job-d-title span {
    font-size: 1.8rem;
    color: #b3d6ff;
}

.fadein-job-d-title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.fadein-job-d-title.show {
    opacity: 1;
    transform: translateY(0);
}

.company-info {
    max-width: 1000px;
    margin: 50px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.info-row {
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0;
}

.info-title {
    font-weight: bold;
    width: 150px;
}

.company-info .info-content {
    text-align: left !important;
    justify-content: flex-start;
}

@media (max-width: 790px) {
    .company-info .info-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.2em;
    }

    .company-info .info-title,
    .company-info .info-content {
        width: 100% !important;
        text-align: left !important;
    }
}

/* styles/company.css に追加 */
.fadein-left-info {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 1s ease, transform 1s cubic-bezier(.77, 0, .18, 1);
}

.fadein-left-info.show {
    opacity: 1;
    transform: translateX(0);
}