/*==============================================
*	parts（各ページ共通のデザイン）
==============================================*/
.recruit_section_h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #00529D;
    margin-bottom: 16px;
}
.recruit_section_h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #313233;
}
/*==============================================
*	layout（レイアウト用style）
==============================================*/
.recruit_copy_block {
    background-image: url(../img/bg_recruit_sec01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 73px;
    padding-bottom: 76px;
}
.recruit_copy_inner {
    width: 90%;
    margin: auto;
}
.recruit_copy_h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.recruit_copy_p {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}
.recruit_ideal_block {
    display: flex;
    flex-direction: column-reverse;
    background: #00529D;
}
.recruit_ideal_img {
    height: 475px;
}
.recruit_ideal_h3 {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 45px;
    margin-bottom: 24px;
}
.recruit_ideal_h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 31px;
    border: 2px solid #F39800;
}
.recruit_ideal_txt {
    padding: 80px 25px;
}
.recruit_ideal_h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.recruit_ideal_p {
    font-weight: 400;
    font-size: 14px;
    line-height: 207.3%;
    color: #FFFFFF;
}
/*==============================================
*	recruit_voiceセクション
==============================================*/
.recruit_voice {
    padding: 60px 0;
}
.recruit_voice_inner {
    max-width: 1100px;
    margin: 0 auto;
}
.recruit_voice_header {
    margin-bottom: 40px;
}
.recruit_voice_title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.recruit_voice_title_bar {
    width: 16px;
    height: 4px;
    background-color: #F39800;
    margin-right: 10px;
    border-radius: 2px;
}
.recruit_voice_title {
    font-size: 32px;
    font-weight: 700;
    color: #00529D;
    line-height: 1.2;
}
.recruit_voice_subtitle {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.recruit_voice_card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.recruit_voice_card:last-child {
    margin-bottom: 0;
}
.recruit_voice_img_wrap {
    width: 40%;
    flex-shrink: 0;
}
.recruit_voice_img {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #eee;
}
.recruit_voice_content {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.recruit_voice_tag {
    display: inline-block;
    border: 1px solid #00529D;
    color: #00529D;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 50px;
    margin-bottom: 15px;
    align-self: flex-start;
    background-color: #fff;
}
.recruit_voice_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.recruit_voice_en_name {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.recruit_voice_job {
    margin-bottom: 25px;
}
.recruit_voice_job_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.recruit_voice_job_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.recruit_voice_job_item {
    font-size: 14px;
    position: relative;
    padding-left: 24px;
}
.recruit_voice_job_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 15px;
    height: 15px;
    background-color: #00529D;
    border-radius: 50%;
}
.recruit_voice_comment {
    margin-bottom: 30px;
}
.recruit_voice_comment_title {
    font-size: 18px;
    font-weight: 700;
    color: #00529D;
    margin-bottom: 8px;
}
.recruit_voice_comment_text {
    font-size: 14px;
    color: #00529D;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 12px;
    border-left: 3px solid #00529D;
}
.recruit_voice_btn {
    background-color: #00529D;
    border: 1px solid #00529D;
    color: #fff;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 30px 80px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.recruit_voice_btn:hover {
    background-color: #ffffff;
    color: #00529D;
}
.recruit_voice_icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}
.recruit_outline_block {
    width: 90%;
    max-width: 1100px;
    padding: 40px 0 60px;
    margin: auto;
}
.recruit_outline_contentsbox {
    padding: 40px 0 0;
}
.recruit_outline_h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #313233;
    border-bottom: 2px solid #00529D;
    padding: 20px 0px;
}
.recruit_outline_detail {
    border-bottom: 1px solid #BDBDBD;
    padding: 30px 10px;
}
.recruit_outline_detail_ttl {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #313233;
    margin-bottom: 10px;
}
.recruit_outline_detail_txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #313233;
}
.recruit_contact_block {
    background: #F4F6F8;
    padding: 40px 25px;
    margin-top: 60px;
}
.recruit_contact_p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #313233;
}
.recruit_contact_box {
    background: #FFFFFF;
    padding: 25px 27px;
    margin-top: 30px;
}
.recruit_contact_inner {
    max-width: 402px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
.recruit_contact_ttl {
    width: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #313233;
    margin-bottom: 10px;
}
.recruit_contact_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #313233;
}
.recruit_contact_mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #313233;
    padding-left: 31px;
    background-image: url(../img/i_recruit_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-top: 17px;
}
.recruit_outline_no_contents {
    padding: 80px 0px;
}
.recruit_outline_no_inner {
    background: #313233;
    padding: 80px 0px;
}
.recruit_outline_no_h2 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.recruit_outline_no_h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 47px;
    border-bottom: 1px solid #FFFFFF;
    margin: auto;
}
.recruit_outline_no_p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFFFFF;
}
@media screen and (min-width: 768px) {
    .recruit_voice_job_item {
        font-size: 16px;
    }
}
/*==============================================
*   entry-actionセクション（entrybanner.htmlパターン1）
==============================================*/
.entry-action {
    --bg-color: transparent;
    --title-main-color: #004e98;
    --title-accent-color: #f39800;
    --email-color: #00529D;
    --tel-color: #F39800;

    background-color: var(--bg-color);
    padding: 60px 20px;
    text-align: center;
    width: 100%;
}
.entry-action.no-pt {
    padding-top: 0;
}

.entry-action__inner {
    max-width: 800px;
    margin: 0 auto;
}

.entry-action__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.title-main {
    color: var(--title-main-color);
    display: block;
}

.title-accent {
    color: var(--title-accent-color);
    display: block;
}

.entry-action__buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.entry-action__buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: opacity 0.3s;
    text-decoration: none;
    transition: all .3s ease-in-out;
    padding: 20px 0;
}

.entry-action__buttons .btn:hover {
    /* opacity: 0.8; */
}

.btn-email {
    background-color: var(--tel-color);
    border: 1px solid var(--tel-color);
}

.btn-tel {
    background-color: var(--tel-color);
    border: 1px solid var(--tel-color);
}

.entry-action__buttons .btn.btn-email:hover {
    background-color: #ffffff;
    color: var(--tel-color);
}

.entry-action__buttons .btn.btn-tel:hover {
    background-color: #ffffff;
    color: var(--tel-color);
}

/* パターン2：青背景 */
.entry-action.theme-blue {
    --bg-color: #00529d;
    --title-main-color: #ffffff;
    background-color: var(--bg-color);
}

.btn-mynavi {
    background-color: #00a7e1;
}

.btn-doda {
    background-color: #0075c2;
}

.icon-external {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* PC版 (768px以上) */
@media screen and (min-width: 768px) {
    .entry-action {
        padding: 80px 20px;
    }

    .entry-action__title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .title-main,
    .title-accent {
        display: inline;
    }

    .title-main {
        margin-right: 4px;
    }

    .entry-action__buttons {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .entry-action__buttons .btn {
        max-width: 300px;
        flex: 1;
        padding: 30px 0;
    }
}
.entry__title {
    color: #F39800;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.entry__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.entry__item {
    width: 100%;
    max-width: 400px;
}
.entry__link {
    display: block;
    padding: 15px 30px;
    background-color: #00529D;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: opacity 0.3s;
}
.entry__link:hover {
    opacity: 0.8;
}

/*==============================================
*	entry_guideセクション
==============================================*/
.entry_guide {
    padding: 60px 0;
}
.entry_guide_inner {
    max-width: 1100px;
    margin: 0 auto;
}
.entry_guide_header {
    margin-bottom: 32px;
}
.entry_guide_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.entry_guide_title_blue {
    color: #00529D;
}
.entry_guide_title_orange {
    color: #F39800;
}
.entry_guide_subtitle {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-bottom: 40px;
}

.entry_guide_flow_title {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}
.entry_guide_flow_title span {
    color: #00529D;
}
.entry_guide_list {
    list-style: none;
    position: relative;
    padding-left: 10px;
    width: 800px;
    max-width: 72.8%;
}
.entry_guide_item {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.entry_guide_item:last-child {
    margin-bottom: 0;
}
.entry_guide_marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    position: relative;
    min-width: 44px;
}
.entry_guide_marker::after {
    content: '';
    position: absolute;
    top: 44px;
    bottom: -30px;
    width: 2px;
    background-color: #F39800;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.entry_guide_item:last-child .entry_guide_marker::after {
    display: none;
}
.entry_guide_number {
    width: 44px;
    height: 44px;
    background-color: #00529D;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    z-index: 1;
    flex-shrink: 0;
}
.entry_guide_content {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.10);
    flex-grow: 1;
    position: relative;
    width: 100%;
}
.entry_guide_content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 22px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}
.entry_guide_step_title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.entry_guide_step_title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: #00529D;
    margin-right: 12px;
}
.entry_guide_description {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.6;
}
.entry_guide_note {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: block;
}
.entry_guide_buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.entry_guide_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 30px;
    width: calc(50% - 10px);
    position: relative;
    text-decoration: none;
}

.entry_guide_btn_mynavi {
    background-color: #00a7e1;
}
.entry_guide_btn_doda {
    background-color: #0075c2;
}
.entry_guide_btn_tel {
    background-color: #F39800;
    border: 1px solid #F39800;
}
.entry_guide_btn_email {
    background-color: #F39800;
    border: 1px solid #F39800;
}
.entry_guide_btn_tel:hover {
    background-color: #ffffff;
    color: #F39800;
}
.entry_guide_btn_email:hover {
    background-color: #ffffff;
    color: #F39800;
}
.entry_guide_icon_external {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* SP版調整 (767px以下) */
@media screen and (max-width: 767px) {
    .entry_guide {
        padding: 40px 0;
    }
    .entry_guide_inner {
        padding: 0 40px;
    }
    .entry_guide_title {
        font-size: 26px;
    }
    .entry_guide_flow_title {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 32px;
    }
    .entry_guide_list {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .entry_guide_marker {
        margin-right: 15px;
        min-width: 36px;
    }
    .entry_guide_number {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .entry_guide_marker::after {
        top: 36px;
    }
    .entry_guide_content {
        padding: 24px;
    }
    .entry_guide_content::before {
        top: 18px;
    }
    .entry_guide_step_title {
        font-size: 16px;
    }
    .entry_guide_step_title::before {
        height: 30px;
        margin-right: 10px;
    }
    .entry_guide_description {
        font-size: 13px;
        line-height: 1.8;
    }
    .entry_guide_buttons {
        flex-direction: column;
        gap: 10px;
    }
    .entry_guide_btn {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .entry_guide_subtitle {
        font-size: 20px;
    }
}

/*==============================================
*	レスポンシブ対応
==============================================*/

@media screen and (min-width:600px) {}
@media screen and (min-width:768px) {
    .entry_guide {
        padding: 80px 0;
    }
    .entry_guide_title {
        font-size: 62px;
        line-height: 1.6;
    }
    .entry_guide_flow_wrapper {
        display: flex;
        justify-content: space-between;
    }
    .entry_guide_flow_title {
        font-size: 40px;
        margin-bottom: 0;
    }
    .entry_guide_list {
        padding-left: 0;
    }
    .entry_guide_marker {
        margin-right: 40px;
        min-width: 56px;
    }
    .entry_guide_number {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
    .entry_guide_marker::after {
        top: 56px;
    }
    .entry_guide_content {
        padding: 40px;
    }
    .entry_guide_content::before {
        top: 28px;
    }
    .entry_guide_step_title {
        font-size: 28px;
    }
    .entry_guide_description {
        font-size: 14px;
        line-height: 1.7;
    }
    .entry_guide_buttons {
        gap: 30px;
    }
    .entry_guide_btn {
        width: auto;
        min-width: 200px;
    }
    .entry__title {
        color: #00529D;
        font-size: 40px;
    }
    .entry__list {
        flex-direction: row;
        justify-content: center;
    }
    .entry__item {
        width: auto;
    }
    .recruit_section_h2 {
        font-size: 80px;
    }
    .recruit_copy_h2 {
        font-size: 80px;
    }
    .recruit_copy_p {
        font-size: 24px;
    }
    .recruit_ideal_block {
        flex-direction: row;
        align-items: center;
    }
    .recruit_ideal_imgbox {
        width: 42%;
        height: 100%;
    }
    .recruit_ideal_txtbox {
        width: 58%;
        height: 100%;
    }
    .recruit_ideal_txt {
        width: 75%;
        padding: 0;
        margin: auto;
    }
    .recruit_voice {
        padding: 80px 0;
    }
    .recruit_voice_title {
        font-size: 74px;
        line-height: 1.7;
    }
    .recruit_voice_card {
        padding: 50px;
    }
    .recruit_voice_img_wrap {
        width: 35%;
    }
    .recruit_voice_content {
        width: 65%;
    }
    .recruit_voice_name {
        font-size: 24px;
    }
    .recruit_voice_job_title {
        font-size: 20px;
    }
    .recruit_voice_comment_text {
        font-size: 18px;
    }
    .recruit_outline_box {
        display: flex;
        justify-content: space-between;
    }
    .recruit_outline_txtbox {
        width: 63%;
    }
    .recruit_outline_detail {
        display: flex;
        padding: 25px 20px;
    }
    .recruit_outline_detail_ttl {
        width: 150px;
        margin-bottom: 0;
    }
    .recruit_outline_detail_txt {
        width: calc(100% - 150px);
    }
    .recruit_contact_block {
        padding: 60px 50px;
    }
    .recruit_copy_block {
        padding-top: 140px;
        padding-bottom: 136px;
    }
    .recruit_ideal_h3 {
        font-size: 19px;
    }
    .recruit_ideal_h2 {
        font-size: 30px;
    }
    .recruit_ideal_p {
        font-size: 16px;
    }

    .recruit_outline_block {
        padding: 104px 0;
    }
    .recruit_outline_contentsbox {
        padding: 40px 0 0;
    }
    .recruit_outline_h2 {
        font-size: 30px;
    }
    .recruit_contact_p {
        font-size: 18px;
    }
    .recruit_contact_box {
        padding: 50px 10px;
    }
}
@media screen and (min-width:800px) {}
@media screen and (min-width:1023px) {
    
}
/* SP版調整 (767px以下) */
@media screen and (max-width: 767px) {
    .recruit_voice {
        padding: 40px 0;
    }
    .recruit_voice_inner {
        padding: 0 15px;
    }
    .recruit_voice_title {
        font-size: 28px;
    }
    .recruit_voice_card {
        flex-direction: column;
        padding: 30px 20px;
        gap: 25px;
    }
    .recruit_voice_img_wrap {
        width: 100%;
    }
    .recruit_voice_img {
        aspect-ratio: 4 / 3;
    }
    .recruit_voice_content {
        width: 100%;
    }
    .recruit_voice_name {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .recruit_voice_job_list {
        flex-direction: column;
        gap: 10px;
    }
    .recruit_voice_btn {
        width: 100%;
        padding: 20px;
    }
}

/*==============================================
*	recruit_benefitセクション
==============================================*/
.recruit_benefit {
    background-color: #f0f5fa;
    padding: 80px 0;
}
.recruit_benefit_inner {
    max-width: 960px;
    margin: 0 auto;
}
.recruit_benefit_header {
    margin-bottom: 40px;
}
.recruit_benefit_title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.recruit_benefit_title_bar {
    width: 16px;
    height: 4px;
    background-color: #F39800;
    margin-right: 10px;
}
.recruit_benefit_title {
    font-size: 74px;
    line-height: 1.7;
    font-weight: 700;
    color: #00529D;
    line-height: 1.2;
}
.recruit_benefit_subtitle {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    margin-bottom: 40px;
}
.recruit_benefit_intro {
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
    line-height: 170%;
}
.recruit_benefit_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 16px;
}
.recruit_benefit_card_main {
    background-color: #fff;
    padding: 40px 20px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: start;
    text-align: center;
    height: 100%;
    border-radius: 2px;
}
.recruit_benefit_icon_circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruit_benefit_icon {
    width: 40px;
    height: 40px;
}
.recruit_benefit_card_title {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.recruit_benefit_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.recruit_benefit_card_item {
    background-color: #fff;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-radius: 2px;
    min-height: 80px;
}
.recruit_benefit_note {
    text-align: right;
    font-size: 11px;
    color: #333;
    margin-top: 10px;
}
@media screen and (min-width: 768px){
    .recruit_benefit_card_title {
        font-size: 16px;
    }
}

/* SVGスタイリング */
.svg-icon {
    fill: none;
    stroke: #00529D;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svg-accent {
    stroke: #F39800;
    fill: #F39800;
    stroke-width: 0;
}
.svg-accent-stroke {
    stroke: #F39800;
}
.svg-text {
    fill: #00529D;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-anchor: middle;
    stroke: none;
}

@media screen and (min-width:768px) {
    .recruit_benefit_icon_circle {
        width: 100px;
        height: 100px;
    }
}
@media screen and (min-width:1400px) {}

/*==============================================
*   モーダルウィンドウ（Voice詳細）
==============================================*/

/* モーダルオーバーレイ */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3375b1;
    z-index: 1000;
    overflow-y: auto;
    padding: 20px;
}

/* モーダルコンテンツ - Voice用 */
.modal-content--voice {
    position: relative;
    max-width: 900px;
    margin: 40px auto;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* 閉じるボタン */
.modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: #313233;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    z-index: 100;
}

.modal-close:hover {
    opacity: 0.8;
}

.modal-close-icon {
    position: relative;
    width: 20px;
    height: 20px;
}

.modal-close-icon::before,
.modal-close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #ffffff;
}

.modal-close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Voiceモーダルコンテナ */
.modal-voice-container {
    background-color: #fff;
    border-radius: 20px;
}

/* SP時は青い枠線あり */
@media screen and (max-width: 767px) {
    .modal-voice-container {
        border-radius: 12px;
        overflow: hidden;
    }
}

/* トップエリア (プロフィール) */
.modal-voice-top {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* プロフィールヘッダー装飾 */
.profile-header {
    margin-bottom: 20px;
}

.profile-name {
    font-size: 24px;
    font-weight: 700;
    color: #004e98;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    gap: 8px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 8px;
}
.profile-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: #004e98;
}

.profile-name .en {
    font-size: 16px;
    color: #004e98;
    font-weight: 700;
}

.profile-dept {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 4px 4px 4px 15px;
}

.profile-dept::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: #f39800;
}

/* 主な業務 */
.job-section {
    margin-bottom: 24px;
}

.job-title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 12px;
}

.job-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 10px;
}

.job-item {
    font-size: 14px;
    position: relative;
    padding-left: 24px;
}

.job-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 13px;
    height: 13px;
    border-radius: 9999px;
    background-color: #004e98;
}
@media screen and (min-width: 768px) {
    .job-title {
        font-size: 24px;
    }
    .job-item::before {
        width: 15px;
        height: 15px;
    }
    .job-item {
        font-size: 16px;
    }
}
/* ひとことコメント */
.comment-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.comment-text .highlight {
    color: #004e98;
}
@media screen and (min-width: 768px) {
    .comment-text {
        font-size: 24px;
    }
}
/* メイン画像 */
.main-image {
    width: 100%;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* インタビューエリア */
.modal-voice-interview {
    background-color: #f0f5fa;
    padding: 32px 20px;
}

.interview-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #333;
}

.interview-heading .text-blue {
    color: #004e98;
    font-size: 24px;
}
@media screen and (min-width: 768px) {
}
/* Q&Aカード */
.qa-card {
    background-color: #fff;
    padding: 24px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.qa-card:last-child {
    margin-bottom: 0;
}

.q-header {
    margin-bottom: 15px;
}

.q-label {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    color: #004e98;
    border-bottom: 5px solid #f39800;
    display: inline-block;
    line-height: 1.1;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.q-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.a-lead {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.a-text {
    font-size: 11px;
    line-height: 1.7;
    text-align: justify;
}

/* サブ画像 */
.qa-image {
    margin-top: 15px;
}

.qa-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* モーダル表示時のbody固定 */
body.fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

/* PC版 (768px以上) */
@media screen and (min-width: 768px) {
    .modal-content--voice {
        border-radius: 0;
    }

    .modal-voice-top {
        flex-direction: row;
        justify-content: space-between;
        padding: 40px;
        gap: 40px;
    }

    .modal-voice-profile {
        width: 45%;
        order: 1;
    }

    .main-image {
        width: 50%;
        order: 2;
    }

    .profile-name {
        font-size: 40px;
    }

    .job-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .modal-voice-interview {
        padding: 40px;
    }

    .qa-card {
        padding: 30px;
    }

    .q-header {
        display: flex;
        align-items: baseline;
        gap: 15px;
        margin-bottom: 20px;
    }

    .q-label {
        margin-bottom: 0;
        font-size: 40px;
        font-family: Arial;
    }

    .q-text {
        font-size: 20px;
    }

    .a-lead {
        font-size: 14px;
    }

    .a-text {
        font-size: 12px;
    }

    .qa-content-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .qa-text-area {
        flex: 1;
    }

    .qa-image {
        margin-top: 0;
        flex: 0 0 25%;
    }
}

/* SP版調整 (767px以下) */
@media screen and (max-width: 767px) {
    .modal-close {
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
    }
}

/* SP版調整 (767px以下) */
@media screen and (max-width: 767px) {
    .recruit_benefit {
        padding: 60px 0;
    }
    .recruit_benefit_inner {
        padding: 0 40px;
    }
    .recruit_benefit_title {
        font-size: 32px;
    }
    .recruit_benefit_intro {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .recruit_benefit_main {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .recruit_benefit_card_main {
        padding: 40px;
    }
    .recruit_benefit_list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .recruit_benefit_card_item {
        font-size: 13px;
        padding: 20px;
        min-height: auto;
    }
}

/*==============================================
*	recruit_faq（よくある質問）
==============================================*/
.recruit_faq_wrapper {
    margin-top: 60px;
    padding-top: 40px;
}
.recruit_faq_wrapper .entry_guide_flow_title {
    margin-bottom: 30px;
}
.recruit_faq_list {
    border-top: 1px solid #e5e5e5;
}
.recruit_faq_item {
    border-bottom: 1px solid #e5e5e5;
}
.recruit_faq_question {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 32px 40px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    transition: opacity 0.3s;
}
.recruit_faq_question:hover {
    opacity: 0.7;
}
.recruit_faq_q_mark {
    font-size: 50px;
    font-weight: 700;
    color: #00529D;
    line-height: 1;
    margin-right: 20px;
    flex-shrink: 0;
    font-family: Arial;
}
.recruit_faq_q_text {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding-right: 40px;
    flex-grow: 1;
}
.recruit_faq_toggle_icon {
    position: absolute;
    right: 40px;
    top: 36px;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}
.recruit_faq_toggle_icon::before,
.recruit_faq_toggle_icon::after {
    content: '';
    position: absolute;
    background-color: #00529D;
    border-radius: 2px;
}
.recruit_faq_toggle_icon::before {
    width: 12px;
    height: 2px;
    top: 12px;
    left: 2px;
    transform: rotate(45deg);
}
.recruit_faq_toggle_icon::after {
    width: 12px;
    height: 2px;
    top: 12px;
    right: 2px;
    transform: rotate(-45deg);
}
.recruit_faq_item.is-open .recruit_faq_toggle_icon {
    transform: rotate(180deg);
}
.recruit_faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.recruit_faq_answer_inner {
    display: flex;
    align-items: flex-start;
    padding: 32px 40px;
}
.recruit_faq_a_mark {
    font-size: 50px;
    font-weight: 700;
    color: #F39800;
    line-height: 1;
    margin-right: 20px;
    flex-shrink: 0;
    font-family: Arial;
}
.recruit_faq_a_text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

/* SP版調整 */
@media screen and (max-width: 767px) {
    .recruit_faq_wrapper {
        margin-top: 40px;
        padding-top: 30px;
    }
    .recruit_faq_question {
        padding: 20px 0;
        align-items: flex-start;
    }
    .recruit_faq_q_mark {
        font-size: 24px;
        margin-right: 15px;
    }
    .recruit_faq_q_text {
        font-size: 15px;
    }
    .recruit_faq_toggle_icon {
        top: 24px;
        right: 12px;
        width: 20px;
        height: 20px;
    }
    .recruit_faq_toggle_icon::before,
    .recruit_faq_toggle_icon::after {
        width: 10px;
    }
    .recruit_faq_answer_inner {
        padding-bottom: 20px;
        padding-left: 0;
        padding-top: 0;
    }
    .recruit_faq_a_mark {
        font-size: 24px;
        margin-right: 15px;
    }
    .recruit_faq_a_text {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .recruit_faq_wrapper {
        display: flex;
        justify-content: space-between;
    }
    .recruit_faq_wrapper .entry_guide_flow_title {
    }
    .recruit_faq_list {
        width: 800px;
        max-width: 72.8%;
    }
}

/*==============================================
*	recruit_messageセクション
==============================================*/
.recruit_message {
    width: 100%;
    background-color: #f0f5fa;
    background-image: url(../img/recruit/bg_recruit_message.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
}
.recruit_message_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 20px;
}
.recruit_message_content {
    /* コンテンツのスタイル */
}
.recruit_message_title_wrap {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.recruit_message_title_label {
    background-color: #00529D;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 16px 24px;
    display: inline-block;
    border-bottom: 4px solid #F39800;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.recruit_message_lead {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.recruit_message_text {
    font-size: 16px;
    line-height: 2;
    color: #444;
    /* margin-bottom: 24px; */
    text-align: justify;
    min-width: 540px;
    max-width: 61%;
}
.recruit_message_text:last-child {
    margin-bottom: 0;
}

/* SP版調整 */
@media screen and (max-width: 767px) {
    .recruit_message {
        background-image: url(../img/recruit/bg_recruit_message_sp.webp);
        background-position: top 30px right;
        background-size: contain;
    }
    .recruit_message_inner {
        padding: 60px 20px;
    }
    .recruit_message_title_label {
        font-size: 20px;
        padding: 6px 16px;
        border-bottom-width: 3px;
    }
    .recruit_message_lead {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .recruit_message_text {
        font-size: 14px;
        min-width: auto;
        max-width: 100%;
    }
}

/*==============================================
*   採用ページ専用スタイル
==============================================*/

/* page_title_wrapの背景を白に */
.post-type-archive-recruit .page_title_wrap {
    background: #fff;
}
.post-type-archive-recruit .page_title_block {
    padding: 40px 0;
}

/* breadcrumbsのボーダートップと上パディングを削除 */
.post-type-archive-recruit .breadcrumbs {
    border-top: none;
    padding-top: 0;
}

/*==============================================
*   採用ページのタイトルスタイル（top_title_h3/h2と統一）
==============================================*/

/* SP版（デフォルト） */
.post-type-archive-recruit .page_title_p {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 4px;
    color: #00529D;
    padding-left: 31px;
    position: relative;
}

.post-type-archive-recruit .page_title_p::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 16px;
    height: 6px;
    background: #F39800;
}

.post-type-archive-recruit .page_title_h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    color: #313233;
    margin: 0;
}

/* PC版（768px以上） */
@media screen and (min-width: 768px) {
    .post-type-archive-recruit .page_title_p {
        padding-left: 45px;
        font-size: 48px;
        margin-bottom: 16px;
    }
    
    .post-type-archive-recruit .page_title_p::before {
        width: 32px;
    }
    
    .post-type-archive-recruit .page_title_h1 {
        font-size: 26px;
    }
}

/* 大画面（1023px以上） */
@media screen and (min-width: 1023px) {
    .post-type-archive-recruit .page_title_p {
        font-size: 74px;
    }
}