@charset "utf-8";
@charset "utf-8";
.navi_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
}
.navi_parts {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    width: 488px;
    padding: 20px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: #000 !important;
}
.navi_parts > div > span {
    font-size: 21px;
    margin: 0;
    padding-left: 40px;
    background-image: url(/common2/upload/files/information/icon_image1.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    font-family: "Noto Serif JP";
}
.recruit p {
    background-image: url(/common2/upload/files/information/icon_image2.png);
    background-size: 22px;
}
.navi_parts > div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navi_parts > span {
    display: flex;
    align-items: center;
    font-size: 10px;
}
.event_section {
    display: block;
}
.event_section_title {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 60px 0 60px;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: 2px;
    font-family: "Noto Serif JP";
}
.event_section_title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1.5px;
    background: rgba(46, 184, 168, 0.4);
    display: block;
}
.recruit-contact-wrapper {
    margin: 50px auto;
    background-color: #f9f9f9;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
}
.recruit-contact-left {
    flex: 1;
    min-width: 0;
}
.recruit-contact-label {
    background-color: #00bfa5;
    color: #fff;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
}
.recruit-contact-details {
    line-height: 1.8;
    color: #333;
    width: fit-content;
}
.recruit-contact-company {
    font-weight: 700;
    margin-bottom: 5px;
}
.recruit-contact-right {
    flex: 0 0 auto;
    min-width: 0;
}
.recruit-line-box {
    border: 3px solid #06c755;
    padding: 20px 30px;
    background-color: #fff;
    text-align: center;
}
.recruit-line-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
    .navi_parts {
        width: 45%;
    }
}
@media screen and (max-width: 768px) {
    .navi_wrap {
        gap: 15px;
        padding: 10px;
    }
    .navi_parts {
        width: 100%;
        padding: 15px;
    }
    .navi_parts p {
        font-size: 18px;
        padding-left: 30px;
        background-size: 24px;
    }
    .recruit-contact-wrapper {
        flex-direction: column;
        margin: 30px 20px;
        padding: 20px;
        gap: 20px;
    }
    .event_section {
        margin: 40px auto 20px;
    }
    .event_section_title {
        font-size: 24px;
        margin: 30px 0 40px;
    }
}
@media screen and (max-width: 480px) {
    .navi_parts p {
        font-size: 16px;
        padding-left: 25px;
        background-size: 20px;
    }
    .recruit-contact-wrapper {
        padding: 15px;
        gap: 15px;
    }
    .recruit-contact-left,
    .recruit-contact-right {
        font-size: 14px;
    }
    .recruit-contact-right img {
        max-width: 100%;
        height: auto;
    }
}
.recruit-contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
}
.recruit-contact-left {
    flex: 0 0 50%;
}
.recruit-contact-right {
    flex: 0 0 50%;
    max-width: 50%;
}
.recruit-contact-right img {
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
}
@media (max-width: 767px) {
    .recruit-contact-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .recruit-contact-left,
    .recruit-contact-right {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .recruit-contact-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recruit-contact-details {
        width: 100%;
    }
    .recruit-contact-right img {
        width: 100%;
    }
}

div:has(> .flow_container) {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}
.flow_container {
    padding: 100px 0;
    background-color: #f5f8f8;
}
.flow_title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Noto Serif JP";
}
.flow_title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1.5px;
    background: rgba(46, 184, 168, 0.4);
    display: block;
}
.flow_steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}
.flow_step {
    background: #fff;
    padding: 30px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 90px;
    height: 260px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_step_text {
    font-size: 21px;
    color: #333;
    line-height: 1.6;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
    font-family: "メイリオ";
    font-weight: 700;
}
.flow_step.flow_highlight {
    background: #2eb8a8;
    color: #fff;
    min-width: 60px;
    min-height: 180px;
}
.flow_step.flow_highlight .flow_step_text {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
}
.flow_arrow {
    color: #2eb8a8;
    font-size: 19px;
    display: flex;
    align-items: center;
}
.flow_back_link {
    text-align: center;
    margin-top: 40px;
}
.flow_back_link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 9999px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #1e3a6f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}
.flow_back_link a span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #45b9b0;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
}
.flow_back_link a:hover {
    background: #f7fbfb;
    border-color: #2eb8a8;
    box-shadow: 0 6px 16px rgba(46, 184, 168, 0.2);
    color: #1e3a6f;
}
.flow_back_link a:focus-visible {
    outline: 3px solid rgba(46, 184, 168, 0.35);
    outline-offset: 2px;
}
.flow_person_icon {
    position: absolute;
    bottom: -60%;
    left: 100%;
    right: auto;
    pointer-events: none;
    width: 200px;
}
.flow_person_icon img {
    width: 150px;
    height: auto;
    display: block;
}
.flow_person_icon--tl {
    top: -35%;
    left: -130%;
    bottom: auto;
    right: auto;
}
@media (max-width: 768px) {
    .flow_steps {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .flow_arrow {
        transform: rotate(90deg);
    }
    .flow_step {
        width: calc(100% - 40px);
        height: 90px;
        gap: 10px;
    }
    .flow_step_text {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
    }
    .flow_person_icon {
        display: none;
    }
    .flow_step.flow_highlight {
        padding: 25px 20px;
        min-height: auto;
    }
}
