html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
del,
em,
img,
small,
strong,
sub,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
menu,
nav,
section,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    letter-spacing: 0.5px;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-all
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

nav,
ul {
    list-style: none
}

a {
    color: #0D0E49;
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    transition: .3s
}

del {
    text-decoration: line-through
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

ul {
    letter-spacing: -0.5em;
    list-style-type: none
}

li {
    letter-spacing: normal;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

figure {
    margin: 0 !important
}

img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 22px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .35s ease
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-stopped {
    overflow: hidden
}

.recruit-page-section,
.recruit-flow-section,
.entry-cta-section,
.entry-form,
.sec-container,
.recruit-cards,
.recruit-card,
.salary-box,
.salary-item,
.flow-line,
.flow-item,
.bl_entry_sec-container,
.bl_entry_entry-form-wrapper,
.bl_entry_entry-form-body,
.bl_form_item,
.bl_form_box,
.bl_form_input {
    box-sizing: border-box
}

.recruit-page-section,
.recruit-flow-section,
.entry-cta-section,
#entry-form {
    position: relative;
    overflow: hidden
}

.sec-container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto
}

.bl_int-people {
    padding: 140px 20px 180px;
    position: relative;
    z-index: 5
}

.ly_wrap_int-people {
    max-width: 1200px;
    margin: 0 auto
}

.el_lv2Heading {
    text-align: center;
    margin-bottom: 80px
}

.el_lv2Heading .ja {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, #1f7aff, #ff4fa3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent
}

.el_lv2Heading .en {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    color: #8e8e93;
    margin-top: 10px
}

.ly_wrap_int-people>p {
    max-width: 700px;
    margin: -40px auto 80px;
    font-size: 0.95rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #515154;
    text-align: center
}

.bl_int-people_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.bl_int-people_item a {
    display: block;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease
}

.bl_int-people_item a:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12), 0 10px 30px rgba(0, 0, 0, 0.08)
}

.bl_int-people_img {
    aspect-ratio: 4/3;
    overflow: hidden
}

.bl_int-people_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    object-position: top center
}

.bl_int-people_item a:hover img {
    transform: scale(1.08)
}

.bl_int-people_ctgr {
    padding: 14px 18px 0
}

.bl_int-people_ctgr span {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    color: #007aff;
    border: 1px solid rgba(0, 122, 255, 0.2);
    padding: 5px 12px;
    border-radius: 999px
}

.bl_int-people_txt {
    padding: 16px 18px 20px
}

.bl_int-people_business {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #515154;
    margin-bottom: 10px
}

.bl_int-people_txt h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1d1d1f
}

.bl_int-people_arrow {
    position: absolute;
    bottom: 18px;
    right: 20px
}

.bl_int-people_arrow span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 122, 255, 0.1);
    position: relative
}

.bl_int-people_arrow span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #007aff;
    border-right: 2px solid #007aff;
    transform: translate(-50%, -50%) rotate(45deg)
}

.bl_talk-bg span {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .25
}

.bl_talk-bg span:nth-child(1) {
    width: 300px;
    height: 300px;
    background: #8cc9ff;
    top: 10%;
    left: -120px
}

.bl_talk-bg span:nth-child(2) {
    width: 420px;
    height: 420px;
    background: #9cf3c0;
    top: 40%;
    right: -150px
}

.bl_talk-bg span:nth-child(3) {
    width: 260px;
    height: 260px;
    background: #d7c2ff;
    bottom: 0;
    left: 40%
}

.bl_talk-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.bl_talk-bg .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px)
}

.shape01 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(78, 161, 255, .25), transparent 70%);
    top: -200px;
    left: -250px
}

.shape02 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(132, 230, 194, .25), transparent 70%);
    top: 20%;
    right: -300px
}

.shape03 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(177, 152, 255, .15), transparent 70%);
    bottom: -180px;
    left: 20%
}

.shape04 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, .9), transparent 80%);
    top: 20%;
    left: 50%;
    transform: translateX(-50%)
}

.grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(78, 161, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(78, 161, 255, .05) 1px, transparent 1px);
    background-size: 120px 120px;
    mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent)
}

.bl_p_talk-block {
    position: relative;
    max-width: 1100px;
    margin: 30px auto 90px;
    padding: 80px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #edf2f7;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .04)
}

.bl_p_number {
    position: absolute;
    top: -50px;
    left: 20px;
    font-size: 9rem;
    font-weight: 900;
    line-height: 1;
    color: #4ea1ff;
    opacity: .12;
    letter-spacing: -0.05em;
    z-index: 1
}

.bl_p_section-head {
    position: relative;
    z-index: 2;
    margin-bottom: 40px
}

.bl_p_section-head span {
    display: inline-block;
    margin-bottom: 10px;
    color: #4ea1ff;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .2em
}

.bl_p_section-head h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7eef5
}

.bl_p_lead {
    position: relative;
    padding: 28px 32px 28px 80px;
    margin-bottom: 50px;
    background: #f7fbff;
    border-radius: 20px;
    border: 1px solid #e5f1ff
}

.bl_p_lead::before {
    content: "Q";
    position: absolute;
    left: 30px;
    top: 26px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6daeff, #7dd9ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700
}

.bl_p_lead p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 2;
    color: #333;
    font-weight: 500
}

.bl_p_bubble-row {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 60px
}

.bl_p_bubble-row.right {
    flex-direction: row-reverse
}

.bl_p_avatar {
    width: 80px;
    flex-shrink: 0;
    text-align: center
}

.bl_p_avatar img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s
}

.bl_p_avatar span {
    display: block;
    margin-top: 10px;
    font-size: .8rem;
    font-weight: 600;
    color: #555
}

.bl_p_bubble-row:hover .bl_p_avatar img {
    transform: scale(1.05)
}

.bl_p_bubble {
    position: relative;
    max-width: 680px;
    padding: 32px;
    border-radius: 24px;
    line-height: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s
}

.bl_p_bubble:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08)
}

.bl_p_bubble p {
    margin: 0;
    color: #444;
    font-size: 0.95rem
}

.bl_p_bubble-row.left .bl_p_bubble {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #2ba7ff 0%, #8a59ff 50%, #ff68b4 100%) border-box
}

.bl_p_bubble-row.right .bl_p_bubble {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #fd5757 0%, #fa8e5c 50%, #f8ed54 100%) border-box
}

.js-talk {
    opacity: 0;
    transform: translateY(50px)
}

.bl_interview-talk-profile {
    margin-bottom: 120px
}

.bl_interview-talk-profile ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap
}

.bl_p_profile-card {
    position: relative;
    width: 480px;
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    border: 1px solid #edf2f7;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
    transition: .4s;
    overflow: hidden
}

.bl_p_profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .08)
}

.bl_p_profile-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: linear-gradient(90deg, #6daeff, #71d8ff, #8ee6c0)
}

.bl_p_profile-image {
    text-align: center;
    margin-bottom: 25px
}

.bl_p_profile-image img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.profile-body {
    text-align: center
}

.profile-body .name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px
}

.profile-body .position {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 100px;
    background: #f2f8ff;
    color: #4ea1ff;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 16px
}

.profile-body .meta {
    font-size: .9rem;
    color: #777;
    margin-bottom: 30px
}

.reason {
    text-align: left;
    background: #f8fbff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #e8f0fa
}

.reason span {
    display: inline-block;
    margin-bottom: 12px;
    color: #4ea1ff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em
}

.reason p {
    margin: 0;
    line-height: 2;
    font-size: .95rem;
    color: #444
}

.ly_people_top-bg {
    width: 100%;
    min-height: 100vh;
    background-color: #e4f0f4;
    background-image: url("img/Frame_people.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    padding: 100px
}

.bl_people-copy .bl_people-sub {
    font-family: 'Inter', sans-serif;
    letter-spacing: .25em;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #313131
}

.bl_people-copy h1 {
    font-family: "03 Smart Font UI", sans-serif;
    font-size: 4em;
    font-weight: 500;
    line-height: 1.35;
    color: #333
}

.bl_people-mv {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 600px
}

.bl_people-mv_img {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 1
}

.bl_people-mv_img img {
    width: 420px;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15)
}

.bl_people-mv_contents {
    position: absolute;
    right: 10px;
    bottom: -80px;
    width: 720px;
    padding: 50px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(24px);
    box-shadow: 0 40px 100px rgba(0, 60, 140, .15);
    z-index: 10
}

.bl_people-mv_contents h2 {
    font-size: 2.4rem;
    font-weight: 600;
    background: linear-gradient(135deg, #1f7aff, #ff4fa3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

.bl_people-mv_meta {
    margin-bottom: 20px
}

.bl_people-mv_meta h3 {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 4px
}

.bl_people-mv_block {
    margin-top: 20px
}

.bl_people-mv_block h3 {
    font-size: 0.85rem;
    letter-spacing: .1em;
    color: #888;
    margin-bottom: 6px
}

.bl_people-mv_block p {
    line-height: 2;
    color: #333
}

.bl_interview {
    position: relative
}

.bl_interview-people-bg {
    position: relative;
    padding: 80px 0;
    z-index: -11;
    box-shadow: -30px 0px 0px rgba(0, 60, 140, .9)
}

.bl_interview-people-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.bl_interview .bl_interview_contleft,
.bl_interview .bl_interview_contright {
    max-width: 1000px;
    margin: 30px 30px -50px;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    transition: transform .4s ease, box-shadow .4s ease;
    z-index: 10;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #1f7aff, #ff4fa3) border-box
}

.bl_interview .bl_interview_contleft:hover,
.bl_interview .bl_interview_contright:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(0, 80, 160, .16)
}

.bl_interview .bl_interview_contright {
    flex-direction: row-reverse
}

.bl_interview_contleft img,
.bl_interview_contright img {
    width: 260px;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    flex-shrink: 0
}

.bl_interview_text {
    flex: 100
}

.bl_interview_text h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    color: #24345f
}

.bl_interview_text p {
    line-height: 1.95;
    color: #555
}

.bl_interview_text h2::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2690ff, #ff58af)
}

.bl_interview_text-fav {
    flex: 100
}

.bl_interview_text-fav h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    color: #ffffff
}

.bl_interview_text-fav p {
    font-size: 1.2rem;
    line-height: 1.95;
    color: #ffffff
}

.bl_interview_text-fav h2::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2690ff, #ff58af)
}

.bl_interview_fav-goal {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 40px
}

.bl_interview_fav,
.bl_interview_goal {
    flex: 1;
    padding: 48px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(93, 83, 255, .5), rgba(75, 34, 237, .5));
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
    transition: .4s ease;
    z-index: 100;
    border: 2px solid rgba(31, 122, 255)
}

.bl_interview_fav:hover,
.bl_interview_goal:hover {
    transform: translateY(-5px)
}

.ly_top-bg {
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    background-color: #e4f0f4;
    background-image: url("img/Frame2.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden
}

.bl_hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden
}

.bl_hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center
}

.bl_hero-copy .bl_sub {
    font-family: 'Inter', sans-serif;
    letter-spacing: .25em;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #313131
}

.bl_hero-copy h1 {
    font-family: "03 Smart Font UI", sans-serif;
    font-size: 4.25em;
    font-weight: 500;
    line-height: 1.35;
    color: #333
}

.bl_hero-copy p {
    font-size: 1rem;
    color: #444;
    max-width: 500px
}

.bl_hero-image {
    position: relative
}

.bl_hero-image img {
    border-radius: 24px;
    height: 550px;
    width: 650px;
    object-fit: cover
}

.bl_copy_mini {
    font-size: .75em;
    display: inline-block;
    vertical-align: baseline
}

.ly_bf_top-bg {
    background-attachment: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-color: #e4f0f4;
    background-image: url("img/Frame2.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden
}

.bl_bf_hero {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden
}

.bl_bf_hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center
}

.bl_bf_hero-copy .bl_bf_sub {
    font-family: 'Inter', sans-serif;
    letter-spacing: .25em;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #313131
}

.bl_bf_hero-copy h1 {
    font-family: "03 Smart Font UI", sans-serif;
    font-size: 5.625em;
    font-weight: 500;
    line-height: 1.35;
    color: #333
}

.bl_bf_hero-copy p {
    font-size: 1rem;
    color: #444;
    max-width: 500px
}

.bl_bf_hero-image {
    position: relative
}

.bl_bf_hero-image img {
    border-radius: 24px;
    height: 550px;
    width: 530px;
    background-attachment: fixed;
    object-fit: cover
}

.bl_bf_scroll {
    position: fixed;
    left: 89%;
    bottom: 150px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    writing-mode: vertical-rl;
    text-align: center;
    z-index: 10
}

.bl_bf_scroll::after {
    content: "";
    display: block;
    width: 2px;
    height: 0px;
    margin: 12px auto 0;
    background: rgba(255, 255, 255, 0.35);
    animation: scrollLine 1.6s ease-in-out infinite
}

.bl_bf_scroll::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: scrollDot 1.6s ease-in-out infinite
}

@keyframes scrollLine {
    0% {
        height: 0;
        opacity: 0
    }

    30% {
        height: 60px;
        opacity: 1
    }

    100% {
        height: 60px;
        opacity: 0
    }
}

@keyframes scrollDot {
    0% {
        bottom: -5px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        bottom: -65px;
        opacity: 0
    }
}

.bl_bf_copy_mini {
    font-size: .75em;
    display: inline-block;
    vertical-align: baseline
}

.bl_footer-nav-area {
    position: relative;
    z-index: 20;
    background: #fff;
    padding: 70px 20px 44px;
    box-shadow: 0 -30px 80px rgba(0, 60, 120, 0.12)
}

.bl_footer-inner {
    width: min(950px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 1px 1fr;
    column-gap: 70px;
    align-items: start;
    z-index: 900
}

.bl_footer-links {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    column-gap: 58px
}

.bl_footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bl_footer-links li+li {
    margin-top: 24px
}

.bl_footer-links a {
    color: #252525;
    text-decoration: none;
    font-size: 0.825rem;
    font-weight: 600;
    letter-spacing: 0.04em
}

.bl_footer-links a:hover {
    opacity: 0.65
}

.bl_footer-divider {
    width: 1px;
    height: 132px;
    background: #e3e3e3
}

.bl_footer-logos {
    padding-top: 6px
}

.bl_logo-row {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 22px
}

.bl_menu_sns {
    display: none
}

.bl_sdgs-logo {
    color: #1688c8;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.03em
}

.bl_sdgs-logo strong {
    display: block;
    margin-top: 1px;
    font-size: 1.125rem;
    color: #f2a51a;
    letter-spacing: 0
}

.bl_privacy-logo {
    width: 58px;
    height: 42px;
    border: 3px solid #4f8fd3;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #4f8fd3;
    font-size: 1.625rem;
    font-style: italic;
    font-weight: 700;
    transform: rotate(-8deg)
}

.bl_cert-logo {
    width: 62px;
    height: 62px;
    border: 3px dotted #e7459b;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #e7459b;
    font-size: 1.625rem;
    font-weight: 700
}

.bl_footer-logos p {
    margin: 0;
    color: #333;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.04em
}

.bl_TaW_overview,
.bl_card_inner,
.bl_content_container,
.bl_bf_gridcontent,
.bl_bf_cards,
.bl_bf_card,
.bl_bf_card-txt {
    box-sizing: border-box
}

.bl_content_container {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 70px;
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
    align-items: start
}

.bl_bf_section-number1,
.bl_bf_section-number2,
.bl_bf_section-number3 {
    position: sticky;
    top: 90px;
    left: auto;
    align-self: start;
    font-family: 'Inter', sans-serif;
    font-size: 6.75rem;
    font-weight: 900;
    line-height: 1;
    z-index: 10
}

.bl_bf_section-number1 {
    background: linear-gradient(135deg, #2ba7ff 0%, #4b5bee 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bl_bf_section-number2 {
    background: linear-gradient(135deg, #ff7391 0%, hsl(345, 100%, 59%) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bl_bf_section-number3 {
    background: linear-gradient(135deg, #2bffbf 0%, #4bee66 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bl_section-title {
    margin-bottom: 56px
}

.bl_section-title .bl_en {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    letter-spacing: .2em;
    margin-bottom: 16px;
    color: #777;
    text-transform: uppercase
}

.bl_section-title h2 {
    margin: 0;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
    color: #3d3d3d;
    letter-spacing: .03em
}

.stackArea {
    position: relative;
    z-index: 5;
    margin-top: -135px;
    overflow: visible
}

.bl_card_inner {
    position: sticky;
    top: 0;
    min-height: 100vh;
    background: #fff;
    border-radius: 56px 56px 0 0;
    padding-top: 56px;
    padding-bottom: 120px;
    box-shadow: 0 -30px 80px rgba(0, 60, 120, 0.12);
    overflow: visible
}

.bl_card-01 {
    position: relative;
    z-index: 3
}

.bl_card-02 {
    position: relative;
    z-index: 4;
    margin-top: -100px
}

.bl_card-03 {
    position: relative;
    z-index: 5;
    margin-top: -130px
}

.bl_bf_gridcontent {
    min-width: 0;
    margin: 50px 0 10px
}

.bl_bf_cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    width: 100%
}

.bl_bf_card {
    position: relative;
    width: auto;
    min-height: 560px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 28px;
    padding: 32px 36px 38px;
    margin: 0;
    box-shadow: 0 18px 48px rgba(0, 60, 120, .08);
    transition: transform .4s ease, background .4s ease, box-shadow .4s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.bl_bf_card:hover {
    transform: translateY(-8px);
    background: #dbe5ff40;
    box-shadow: 0 26px 64px rgba(0, 60, 120, .14)
}

.bl_bf_card-number,
.bl_bf_card-number2,
.bl_bf_card-number3 {
    font-size: 5rem;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px
}

.bl_bf_card-number {
    background: linear-gradient(135deg, #2ba7ff 0%, #8a59ff 15%, #ff68b4 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bl_bf_card-number2 {
    background: linear-gradient(135deg, #fd5757 0%, #fa8e5c 15%, #f8ed54 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bl_bf_card-number3 {
    background: linear-gradient(135deg, #85e98a 0%, #7ae9bb 15%, #52c4f8 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bl_bf_card h3 {
    margin: 0 0 18px;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 500;
    color: #333
}

.bl_bf_card img {
    display: block;
    width: min(100%, 340px);
    max-height: 230px;
    object-fit: contain;
    padding: 20px;
    margin: 20px auto auto;
    transition: transform .4s ease
}

.bl_bf_card:hover img {
    transform: scale(1.03)
}

.bl_bf_card p {
    margin: 0;
    color: #555;
    font-size: 1rem;
    line-height: 1.9
}

.bl_bf_card-txt {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 500px;
    padding: 44px 40px;
    margin-top: 8px;
    border-radius: 32px;
    background: linear-gradient(180deg, #2682ff, #00a8ff00);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.bl_bf_card-txt h3 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #f2f2f2
}

.bl_work-env-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 480px;
    min-height: 4.5rem;
    margin-top: 40px;
    padding: 0 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fd5757 0%, #fa8e5c 50%, #f8ed54 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .06em;
    box-shadow: 0 10px 24px rgba(204, 80, 165, .16);
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
    box-sizing: border-box
}

.bl_work-env-btn span {
    font-size: 1.125rem;
    line-height: 1;
    transform: translateY(-1px)
}

.bl_work-env-btn:hover {
    background: linear-gradient(135deg, #ff7676, #ff425b);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.js-hero-scroll {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

.bl_hero {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 2;
    overflow: hidden
}

.bl_hero .bl_container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    height: 100%;
    margin: 0 auto
}

.hero-step {
    position: absolute;
    inset: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(70px)
}

.hero-step01 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.bl_tr_sub {
    font-family: 'Inter', sans-serif;
    letter-spacing: .28em;
    font-size: 1rem;
    margin-bottom: 24px;
    color: #313131;
    text-transform: uppercase
}

.hero-step h1,
.hero-step h2 {
    font-family: "03 Smart Font UI", sans-serif;
    font-weight: 500;
    line-height: 1.32;
    color: #333
}

.hero-step h1 {
    font-size: clamp(3.4rem, 6vw, 5.8rem);
    margin-bottom: 34px
}

.hero-step h2 {
    font-size: 3rem;
    margin-bottom: 30px
}

.hero-emphasis {
    display: inline-block;
    font-size: 1.25em;
    color: #2682ff;
    letter-spacing: .02em
}

.hero-center-text,
.hero-text-block p {
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 2.15;
    color: #444;
    max-width: 820px;
    margin: 0 auto
}

.hero-text-block {
    max-width: 980px;
    margin: 0 auto
}

.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    height: 100%
}

.el_hero-bg_yellow,
.el_hero-bg_lblue,
.el_hero-bg_red,
.el_hero-bg_purple,
.el_hero-bg_blue {
    position: absolute;
    transform-origin: center center;
    will-change: transform, filter, clip-path, opacity
}

.el_hero-bg_yellow {
    top: 520px;
    left: 1200px;
    transform: scale(1.6) rotate(100deg)
}

.el_hero-bg_lblue {
    top: -350px;
    left: 1320px;
    transform: scale(2) rotate(180deg)
}

.el_hero-bg_red {
    top: -320px;
    left: -90px;
    transform: scale(1.35) rotate(27deg)
}

.el_hero-bg_purple {
    top: 560px;
    left: 210px;
    transform: scale(1.3) rotate(153deg)
}

.el_hero-bg_blue {
    top: 350px;
    left: -560px;
    transform: scale(1.25) rotate(105deg)
}

.hero-step02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #080b4f;
    text-align: center;
    padding: 18px 0;
    box-sizing: border-box
}

.ratio-intro {
    width: min(100%, 980px);
    margin: 0 auto 16px;
    color: #333;
    text-align: center
}

.ratio-intro p {
    margin: 0 0 30px;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.25em
}

.ratio-intro p+p {
    margin-top: 8px
}

.info-title {
    margin: 0 0 10px;
    color: #41e3aa;
    font-size: clamp(1rem, 1.4vw, 1.45rem);
    font-weight: 700;
    letter-spacing: 0.08em
}

.ratio-bar {
    display: grid;
    grid-template-columns: 15% 85%;
    width: min(100%, 1180px);
    height: 58px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 60, 140, 0.08)
}

.ratio-bar__general,
.ratio-bar__career {
    display: flex;
    align-items: center;
    justify-content: center
}

.ratio-bar__general {
    background-color: #FF5E4F
}

.ratio-bar__career {
    background-color: #e2e2e2
}

.ratio-number {
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #080b4f
}

.ratio-percent {
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1;
    color: #080b4f;
    position: relative;
    top: 0.25em
}

.info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    width: min(100%, 1180px);
    margin: 20px auto
}

.info-card {
    min-height: 220px;
    padding: 18px 20px 20px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 14px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 18px 52px rgba(0, 60, 140, 0.1);
    display: flex;
    flex-direction: column
}

.info-card__label {
    width: 100%;
    padding: 10px 14px;
    box-sizing: border-box;
    font-size: clamp(0.95rem, 1.25vw, 1.3rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #080b4f
}

.info-card__label--blue {
    background: #FF5E4F
}

.info-card__label--gray {
    background: #e2e2e2
}

.info-card__lead {
    margin: 14px 0 0;
    font-size: clamp(0.82rem, 1vw, 1.05rem);
    line-height: 1.55;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #080b4f
}

.info-card__desc {
    margin: 8px 0 0;
    font-size: clamp(0.68rem, 0.8vw, 0.82rem);
    line-height: 1.55;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #080b4f
}

.info-card__number {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    margin-top: auto;
    padding-top: 12px;
    color: #080b4f
}

.info-card__number span {
    font-size: clamp(1.1rem, 1.6vw, 1.7rem);
    font-weight: 400
}

.info-card__number strong {
    font-size: clamp(2.6rem, 4vw, 4.2rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.03em
}

.hero-step03 {
    text-align: left
}

.hero-image-text {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    align-items: center;
    width: 100%
}

.hero-image-text__body {
    justify-self: center
}

.hero-image-text__body p {
    font-size: 1.1rem;
    line-height: 2;
    color: #444;
    max-width: 560px
}

.hero-image-text__image {
    justify-self: center
}

.hero-image-text__image img {
    width: min(650px, 100%);
    height: 550px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
    box-shadow: 0 28px 80px rgba(0, 80, 160, 0.16)
}

.hero-step04 {
    width: 100%;
    text-align: center
}

.hero-career {
    width: 100%
}

.hero-career__heading {
    margin-top: 70px;
    margin-bottom: 34px
}

.hero-career__heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    margin-bottom: 16px
}

.hero-career__heading p {
    font-size: clamp(0.95rem, 1.2vw, 1.08rem);
    line-height: 1.9;
    color: #444;
    margin: 0 auto;
    max-width: 760px
}

.hero-career__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    width: 100%
}

.career-mini-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 80, 160, 0.13);
    text-align: left;
    transform: translateY(46px);
    opacity: 0
}

.career-mini-card__media {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #eaf3ff
}

.career-mini-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.career-mini-card__body {
    padding: 22px 20px 24px
}

.career-mini-card__tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #2682ff;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase
}

.career-mini-card h3 {
    margin: 0 0 12px;
    font-family: "03 Smart Font UI", sans-serif;
    font-size: clamp(1.65rem, 2.4vw, 2.3rem);
    font-weight: 500;
    line-height: 1.1;
    color: #333
}

.career-mini-card h4 {
    margin: 0 0 10px;
    font-size: clamp(0.95rem, 1.05vw, 1.08rem);
    line-height: 1.55;
    color: #333
}

.career-mini-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.75;
    color: #555
}

.hero-step05 {
    width: 100%;
    text-align: center
}

.hero-nav-end {
    width: 100%
}

.hero-nav-end__heading {
    margin-bottom: 42px
}

.hero-nav-end__heading h2 {
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    margin-bottom: 18px
}

.hero-nav-end__heading p {
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.9;
    color: #444;
    margin: 0 auto;
    max-width: 720px
}

.hero-nav-end__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%
}

.hero-nav-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    padding: 34px 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 70px rgba(0, 80, 160, 0.13);
    text-decoration: none;
    color: #333;
    overflow: hidden;
    transform: translateY(46px);
    opacity: 0;
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease
}

.hero-nav-link::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: #2682ff
}

.hero-nav-link span {
    display: inline-block;
    margin-bottom: 22px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    color: #2682ff
}

.hero-nav-link strong {
    display: block;
    margin-bottom: 14px;
    font-family: "03 Smart Font UI", sans-serif;
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    font-weight: 500;
    line-height: 1.35
}

.hero-nav-link small {
    display: block;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #555
}

.hero-nav-link--entry {
    background: linear-gradient(135deg, rgba(38, 130, 255, 0.95), rgba(65, 227, 170, 0.92));
    color: #fff
}

.hero-nav-link--entry::before {
    background: rgba(255, 255, 255, 0.7)
}

.hero-nav-link--entry span,
.hero-nav-link--entry small {
    color: #fff
}

.hero-nav-link:hover {
    background: #2682ff;
    color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(38, 130, 255, 0.3)
}

.hero-nav-link:hover span,
.hero-nav-link:hover small {
    color: rgba(255, 255, 255, 0.9)
}

.hero-nav-link:hover strong {
    color: #fff
}

.hero-nav-link--entry:hover {
    background: rgba(65, 227, 170, 0.92);
    transition: 0.2s;
    color: #fff
}

:root {
    --recruit-content-width: 1120px;
    --recruit-side-padding-pc: 48px;
    --recruit-side-padding-tab: 32px;
    --recruit-side-padding-sp: 20px;
    --recruit-blue: #2690ff;
    --recruit-pink: #ff58af;
    --recruit-navy: #24345f
}

.anchor-nav-wrapper,
.anchor-nav,
.anchor-lists,
.anchor,
.anchor a,
.recruit-page-section,
.recruit-flow-section,
.entry-cta-section,
#entry-form,
.sec-container,
.recruit-cards,
.recruit-card,
.salary-box,
.salary-item,
.flow-line,
.flow-item,
.bl_entry_sec-container,
.bl_entry_entry-form-wrapper,
.bl_entry_entry-form-body,
.bl_form_item,
.bl_form_box,
.bl_form_input {
    box-sizing: border-box
}

.recruit-page-section *,
.recruit-flow-section *,
#entry-form * {
    word-break: normal;
    overflow-wrap: anywhere
}

.sec-container,
.anchor-nav,
.bl_entry_sec-container {
    width: min(var(--recruit-content-width), calc(100% - var(--recruit-side-padding-pc) * 2));
    margin-left: auto;
    margin-right: auto
}

.anchor-nav-wrapper {
    z-index: 1;
    position: relative;
    padding: 140px 0;
    background: linear-gradient(rgba(0, 0, 0, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .1) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #fafafa4D;
    overflow: hidden;
    box-shadow: 0 10px 10px -12px rgba(114, 114, 114, .7)
}

.anchor-lists {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.anchor-lists .anchor a {
    max-width: 300px;
    margin: 0 auto
}

.anchor-lists_01 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.anchor-lists_01 .anchor a {
    max-width: 300px;
    margin: 0 auto
}

.anchor {
    min-width: 0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

.anchor a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    height: 74px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--recruit-blue), var(--recruit-pink));
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: .15em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(255, 70, 160, .2);
    transition: transform .1s ease, box-shadow .1s ease, background .1s ease
}

.anchor a:hover {
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(64, 51, 255, .15)
}

.anchor a:active {
    transform: translateY(0)
}

.recruit-page-section,
.recruit-flow-section {
    padding: 120px 0 100px
}

#entry-form {
    padding: 120px 0 140px
}

.section-heading {
    width: min(880px, 100%);
    margin: 0 auto 70px;
    text-align: center
}

.section-heading span {
    display: block;
    color: var(--recruit-pink);
    letter-spacing: .2em;
    margin-bottom: 12px
}

.section-heading h2 {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 1.25;
    color: var(--recruit-navy);
    margin: 0 0 20px
}

.section-heading p {
    margin: 0 auto;
    color: #666;
    line-height: 1.8;
    text-align: center
}

.recruit-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin: 0 auto
}

.recruit-card {
    min-width: 0;
    width: 100%;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08)
}

.recruit-card-wide {
    grid-column: 1 / -1
}

.recruit-card h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--recruit-blue);
    margin: 0 0 24px
}

.recruit-card p {
    margin: 0;
    line-height: 1.85;
    color: #333
}

.salary-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px
}

.salary-item {
    min-width: 0;
    background: #f7faff;
    border-radius: 20px;
    padding: 24px
}

.salary-item span {
    display: block;
    line-height: 1.55
}

.salary-item strong {
    display: block;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 10px;
    overflow-wrap: anywhere
}

.recruit-card small {
    display: block;
    margin-top: 24px;
    color: #666;
    line-height: 1.8
}

.flow-line {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin: 0 auto
}

.flow-item {
    min-width: 0;
    min-height: 260px;
    background: #fff;
    border-radius: 30px;
    padding: 30px 22px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flow-item h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 0
}

.flow-item::after {
    content: "→";
    position: absolute;
    right: 4px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--recruit-blue)
}

.flow-item:last-child::after {
    display: none
}

.flow-number {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, var(--recruit-blue), var(--recruit-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.flow-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 20px auto
}

.flow-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    background: linear-gradient(135deg, rgba(38, 144, 255, .65), rgba(255, 88, 175, .75));
    color: #fff;
    font-size: .95rem;
    line-height: 1.8;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    z-index: 5
}

.flow-item:hover .flow-overlay {
    opacity: 1;
    visibility: visible
}

.flow-item>* {
    transition: .4s ease
}

.flow-item:hover .flow-number,
.flow-item:hover img,
.flow-item:hover h3,
.flow-item:hover small {
    opacity: .15;
    transform: scale(.95);
    filter: blur(2px)
}

.bl_career-people-bg {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 1px 0 140px
}

.bl_career-people-inner {
    position: relative;
    z-index: 5
}

.bl_career-people-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .16;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23noise)' opacity='.45'/%3E%3C/svg%3E");
    background-size: 160px 160px
}

.bl_bg-blob {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    opacity: .82;
    filter: blur(26px)
}

.bl_bg-blob::before {
    content: "";
    position: absolute;
    inset: -12%;
    border-radius: 50%;
    background: inherit;
    filter: blur(20px);
    opacity: .95
}

.bl_bg-blob::after {
    content: "";
    position: absolute;
    inset: -28%;
    border-radius: 50%;
    pointer-events: none;
    opacity: .90;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='5' seed='12' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.35 0 0 0 0  0 0.35 0 0 0  0 0 0.35 0 0  0 0 0 1 0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='gamma' amplitude='1.8' exponent='.72' offset='0'/%3E%3CfeFuncG type='gamma' amplitude='1.8' exponent='.72' offset='0'/%3E%3CfeFuncB type='gamma' amplitude='1.8' exponent='.72' offset='0'/%3E%3CfeFuncA type='table' tableValues='0 .15 .55 .95'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='360' height='360' filter='url(%23grain)' opacity='.9'/%3E%3C/svg%3E");
    background-size: 210px 210px;
    filter: contrast(3) brightness(1.02);
    transform: rotate(-7deg) scale(1.18)
}

.bl_bg-blob-green-left {
    left: -80px;
    top: 70px;
    width: 250px;
    height: 210px;
    background: radial-gradient(circle, rgba(104, 183, 166, .72) 19%, rgba(104, 183, 166, .46) 38%, rgba(104, 183, 166, .18) 63%, rgba(104, 183, 166, 0) 60%)
}

.bl_bg-blob-orange {
    left: 60px;
    top: 900px;
    width: 600px;
    height: 490px;
    background: radial-gradient(circle, rgba(255, 165, 81, .90) 44%, rgba(255, 175, 100, .5) 22%, rgba(255, 184, 118, .18) 37%, rgba(255, 184, 118, .3) 42%)
}

.bl_bg-blob-yellow {
    left: -300px;
    top: 1540px;
    width: 900px;
    height: 1080px;
    background: radial-gradient(circle, rgba(247, 242, 67, .72) 0%, rgba(247, 242, 67, .45) 42%, rgba(247, 242, 67, .15) 38%, rgba(247, 242, 67, 0) 50%)
}

.bl_people-blob-yellow {
    left: -300px;
    top: 1540px;
    width: 600px;
    height: 480px;
    background: radial-gradient(circle, rgba(247, 242, 67, .72) 0%, rgba(247, 242, 67, .45) 42%, rgba(247, 242, 67, .15) 38%, rgba(247, 242, 67, 0) 50%)
}

.bl_bg-blob-green-right {
    right: -170px;
    top: 400px;
    width: 660px;
    height: 420px;
    background: radial-gradient(circle, rgba(205, 228, 93, .92) 0%, rgba(205, 228, 93, .68) 34%, rgba(205, 228, 93, .34) 58%, rgba(205, 228, 93, .08) 56%, rgba(205, 228, 93, 0) 50%)
}

.bl_bg-blob-cyan {
    right: 70px;
    top: 1200px;
    width: 500px;
    height: 620px;
    background: radial-gradient(circle, rgba(91, 227, 226, .78) 30%, rgba(91, 227, 226, .5) 40%, rgba(91, 227, 226, .18) 50%, rgba(91, 227, 226, 0) 60%)
}

.bl_bg-blob-purple-large {
    right: -220px;
    bottom: 210px;
    width: 620px;
    height: 520px;
    background: radial-gradient(circle, rgba(176, 144, 205, .82) 0%, rgba(176, 144, 205, .55) 43%, rgba(176, 144, 205, .2) 50%, rgba(176, 144, 205, 0) 46%);
    filter: blur(42px)
}

.bl_bg-blob-pink {
    left: 540px;
    bottom: -150px;
    width: 350px;
    height: 250px;
    background: radial-gradient(circle, rgba(236, 88, 177, .8) 0%, rgba(236, 88, 177, .52) 42%, rgba(236, 88, 177, .18) 58%, rgba(236, 88, 177, 0) 54%);
    filter: blur(36px)
}

.bl_entry-form {
    padding: 140px 0;
    background: #f7f9fc
}

.bl_entry_sec-container {
    max-width: 1200px
}

.bl_entry_heading-wrapper {
    text-align: center;
    margin-bottom: 80px
}

.bl_entry_common-heading {
    position: relative
}

.bl_entry_decorative {
    font-size: clamp(5rem, 10vw, 8rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 73, 145, .08);
    text-transform: uppercase;
    margin-bottom: -20px
}

.bl_entry_common-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0b2540;
    position: relative
}

.bl_entry_entry-form-wrapper {
    max-width: 980px;
    margin: 0 auto
}

.bl_entry_entry-form-body {
    background: #fff;
    padding: 70px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .04)
}

.first-precautions {
    text-align: center;
    margin-bottom: 50px;
    color: #666;
    font-size: .875rem
}

.bl_form_item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 28px 0;
    border-bottom: 1px solid #e8edf3
}

.bl_form_ttl {
    width: 260px;
    flex-shrink: 0;
    font-weight: 700;
    color: #0b2540;
    line-height: 1.7
}

.bl_form_input {
    flex: 1;
    min-width: 0;
    text-align: center
}

.bl_form_his {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 3px 10px;
    background: #004991;
    color: #fff;
    font-size: .625rem;
    border-radius: 3px
}

.bl_form_box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px
}

.bl_form_box .bl_form_item {
    display: block;
    border-bottom: none;
    padding-top: 0
}

.bl_form_box .bl_form_ttl {
    width: auto;
    margin-bottom: 10px
}

.bl_contact_txt,
.school,
.tel,
.email {
    width: 100%;
    height: 60px;
    padding: 0 18px;
    border: 1px solid #d5dde6;
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
    transition: .3s
}

.bl_contact_txt:focus,
.school:focus,
.tel:focus,
.email:focus {
    outline: none;
    border-color: #004991;
    box-shadow: 0 0 0 4px rgba(0, 73, 145, .08)
}

.graduation-year,
.where-to-know {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.graduation-year .wpcf7-list-item,
.where-to-know .wpcf7-list-item {
    margin: 0
}

.graduation-year label,
.where-to-know label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border: 1px solid #d5dde6;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s
}

.graduation-year label:hover,
.where-to-know label:hover {
    border-color: #004991;
    background: #f5f9ff
}

.bl_form_pp {
    margin-top: 60px;
    padding: 35px;
    background: #f8fafc;
    border-radius: 12px
}

.bl_form_pp_txt {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px
}

.bl_form_pp_txt a {
    color: #004991;
    text-decoration: underline
}

.doui {
    text-align: center
}

.doui .wpcf7-list-item {
    margin: 0
}

.bl_form_submit {
    text-align: center;
    margin-top: 50px
}

.bl_form_btn {
    width: 360px;
    height: 70px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #004991, #0068cf);
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.bl_form_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 73, 145, .25)
}

.bl_recaptcha {
    margin-top: 25px;
    text-align: center;
    font-size: .75rem;
    line-height: 1.8;
    color: #777
}

.bl_recaptcha a {
    color: #004991
}

.wpcf7-response-output {
    margin-top: 30px !important;
    border-radius: 10px
}

.bl_title-faq {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px
}

.bl_title-faq span {
    display: block;
    color: #ff58af;
    letter-spacing: .2em;
    margin-bottom: 12px
}

.bl_title-faq h2 {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    color: #24345f;
    margin-bottom: 20px
}

.bl_title-faq p {
    color: #666;
    line-height: 1.8
}

.bl_faq-section {
    position: relative;
    padding: 140px 0;
    background: #eef2f4;
    overflow: hidden
}

.bl_faq-list {
    max-width: 1000px;
    margin: auto
}

.bl_faq-item {
    margin-bottom: 20px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(20px);
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
    transition: .4s
}

.bl_faq-item:hover {
    transform: translateY(-4px)
}

.el_faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 34px 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: left
}

.el_faq-q {
    width: 80px;
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(135deg, #2690ff, #ff58af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.el_faq-title {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 700;
    color: #24345f
}

.el_faq-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(135deg, #2690ff, #ff58af)
}

.bl_faq-section {
    z-index: 1;
    position: relative;
    padding: 140px 0;
    background: linear-gradient(rgba(0, 0, 0, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .05) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #fafafa;
    overflow: hidden;
    box-shadow: 0px 10px 10px -10px rgba(114, 114, 114, 0.30)
}

.el_faq-icon {
    transition: transform .45s cubic-bezier(.22, 1, .36, 1)
}

.bl_faq-item.is-open .el_faq-icon {
    transform: rotate(135deg)
}

.el_faq-icon::before,
.el_faq-icon::after {
    content: "";
    position: absolute;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.el_faq-icon::before {
    width: 16px;
    height: 2px
}

.el_faq-icon::after {
    width: 2px;
    height: 16px;
    transition: .3s
}

.bl_faq-item {
    transition: transform .4s ease, box-shadow .4s ease, background .4s ease
}

.bl_faq-item.is-open {
    box-shadow: 0 25px 70px rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .95)
}

.bl_faq-item.bl_is-open .el_faq-answer {
    opacity: 1;
    transform: translateY(0)
}

.el_faq-answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: height .2s cubic-bezier(.22, 1, .36, 1), opacity .15s ease, transform .15s cubic-bezier(.22, 1, .36, 1)
}

.el_faq-answer-inner {
    padding: 0 40px 40px 40px;
    display: flex;
    gap: 20px
}

.el_faq-a {
    flex-shrink: 0;
    width: 50px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2690ff
}

.el_faq-answer p {
    color: #555;
    line-height: 2
}

.bl_sect_comp {
    padding: 120px 20px 140px;
    background: #f6f8fb
}

.ly_wrap_comp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.bl_completion_comp {
    background: #fff;
    border-radius: 24px;
    padding: 70px 50px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    position: relative
}

.bl_completion_comp::before {
    content: "Entry";
    display: block;
    color: #0e4fa0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 18px
}

.bl_completion_comp p {
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 2.1;
    font-weight: 500
}

.el_btn.hp_comp {
    margin-top: 50px
}

.el_btn.hp_comp a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 58px;
    padding: 0 36px;
    border-radius: 999px;
    background: #0e4fa0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none;
    transition: .25s ease;
    box-shadow: 0 8px 18px rgba(14, 79, 160, 0.25)
}

.el_btn.hp_comp a::after {
    content: "›";
    margin-left: 14px;
    font-size: 22px;
    line-height: 1
}

.el_btn.hp_comp a:hover {
    opacity: .85;
    transform: translateY(-2px)
}

.bcnew_privacy_page,
.bcnew_privacy_page * {
    box-sizing: border-box
}

.bcnew_privacy_page {
    position: relative;
    overflow: hidden;
    background: #f7fbff;
    color: #1d1d1f
}

.bcnew_privacy_page::before,
.bcnew_privacy_page::after {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(1.5rem)
}

.bcnew_privacy_page::before {
    width: 34rem;
    height: 34rem;
    top: 6rem;
    left: -16rem;
    background: radial-gradient(circle, rgba(75, 167, 255, 0.28), transparent 70%)
}

.bcnew_privacy_page::after {
    width: 38rem;
    height: 38rem;
    right: -18rem;
    bottom: 10rem;
    background: radial-gradient(circle, rgba(255, 110, 179, 0.20), transparent 72%)
}

.bcnew_privacy_wrap {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100% - 64px));
    margin-inline: auto
}

.bcnew_privacy_hero {
    position: relative;
    z-index: 1;
    padding: 13rem 0 5.5rem;
    text-align: center
}

.bcnew_privacy_kicker {
    margin: 0 0 1rem;
    color: #2682ff;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    line-height: 1.5
}

.bcnew_privacy_title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.06em
}

.bcnew_privacy_lead {
    width: min(760px, 100%);
    margin: 1.7rem auto 0;
    color: #475569;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2
}

.bcnew_privacy_section {
    position: relative;
    z-index: 1;
    padding: 0 0 7rem
}

.bcnew_privacy_card {
    overflow: hidden;
    border: 1px solid rgba(38, 130, 255, 0.12);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1.4rem 3.5rem rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(1rem)
}

.bcnew_privacy_intro {
    padding: 2.4rem 3rem;
    background: radial-gradient(circle at 10% 0%, rgba(75, 167, 255, 0.16), transparent 34%), linear-gradient(135deg, rgba(38, 130, 255, 0.10), rgba(255, 110, 179, 0.08));
    border-bottom: 1px solid rgba(38, 130, 255, 0.12)
}

.bcnew_privacy_intro p {
    margin: 0;
    color: #334155;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2
}

.bcnew_privacy_body {
    padding: 0.7rem 3rem 3rem
}

.bcnew_privacy_item {
    padding: 2.3rem 0;
    border-bottom: 1px solid #e7eef7
}

.bcnew_privacy_item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.bcnew_privacy_item h2 {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0 0 1rem;
    color: #0f172a;
    font-size: clamp(1.25rem, 2.4vw, 1.6rem);
    font-weight: 900;
    line-height: 1.5
}

.bcnew_privacy_item h2::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(135deg, #2682ff, #ff6eb3);
    box-shadow: 0 0 0 0.35rem rgba(38, 130, 255, 0.10)
}

.bcnew_privacy_item p,
.bcnew_privacy_item li {
    color: #475569;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.95
}

.bcnew_privacy_item p {
    margin: 0
}

.bcnew_privacy_item ul {
    margin: 0.8rem 0 0;
    padding-left: 1.3rem
}

.bcnew_privacy_item li+li {
    margin-top: 0.35rem
}

.bcnew_privacy_note {
    margin-top: 2rem;
    padding: 1.4rem 1.6rem;
    border-radius: 1.2rem;
    background: #f8fbff;
    border: 1px solid rgba(38, 130, 255, 0.12)
}

.bcnew_privacy_note p {
    color: #334155;
    font-size: 0.92rem
}

.bcnew_privacy_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem
}

.bcnew_privacy_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15rem;
    min-height: 3.8rem;
    padding: 0.9rem 1.8rem;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease
}

.bcnew_privacy_btn_primary {
    color: #fff;
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    box-shadow: 0 1rem 2.2rem rgba(38, 130, 255, 0.24)
}

.bcnew_privacy_btn_secondary {
    color: #005bac;
    background: #fff;
    border: 1px solid rgba(38, 130, 255, 0.22)
}

.bcnew_privacy_btn:hover {
    transform: translateY(-0.2rem)
}

@media screen and (max-width:1024px) {
    .bcnew_privacy_hero {
        padding-top: 11rem
    }

    .bcnew_privacy_intro,
    .bcnew_privacy_body {
        padding-left: 2.2rem;
        padding-right: 2.2rem
    }
}

@media screen and (max-width:767px) {
    .bcnew_privacy_wrap {
        width: calc(100% - 32px)
    }

    .bcnew_privacy_hero {
        padding: 9rem 0 3.5rem
    }

    .bcnew_privacy_lead {
        margin-top: 1.2rem;
        font-size: 0.92rem;
        text-align: left
    }

    .bcnew_privacy_section {
        padding-bottom: 5rem
    }

    .bcnew_privacy_card {
        border-radius: 1.35rem
    }

    .bcnew_privacy_intro,
    .bcnew_privacy_body {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .bcnew_privacy_intro {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bcnew_privacy_intro p,
    .bcnew_privacy_item p,
    .bcnew_privacy_item li {
        font-size: 0.9rem;
        line-height: 1.9
    }

    .bcnew_privacy_item {
        padding: 1.8rem 0
    }

    .bcnew_privacy_btns {
        display: grid;
        grid-template-columns: 1fr
    }

    .bcnew_privacy_btn {
        width: 100%;
        min-width: 0
    }
}

.bcnew_completed_page,
.bcnew_completed_page * {
    box-sizing: border-box
}

.bcnew_completed_page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: radial-gradient(circle at 15% 18%, rgba(75, 167, 255, 0.20), transparent 34%), radial-gradient(circle at 85% 12%, rgba(255, 110, 179, 0.18), transparent 32%), linear-gradient(135deg, #f0f9ff 0%, #ffffff 48%, #f9f3ff 100%);
    color: #1d1d1f
}

.bcnew_completed_page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(38, 130, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 130, 255, 0.055) 1px, transparent 1px);
    background-size: 4rem 4rem;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none
}

.bcnew_completed_wrap {
    position: relative;
    z-index: 1;
    width: min(1040px, calc(100% - 64px));
    margin-inline: auto
}

.bcnew_completed_hero {
    padding: 13rem 0 3rem;
    text-align: center
}

.bcnew_completed_kicker {
    margin: 0 0 1rem;
    color: #2682ff;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    line-height: 1.5
}

.bcnew_completed_title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.06em
}

.bcnew_completed_lead {
    width: min(720px, 100%);
    margin: 1.5rem auto 0;
    color: #475569;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2
}

.bcnew_completed_section {
    position: relative;
    z-index: 1;
    padding: 1.5rem 0 7rem
}

.bcnew_completed_card {
    position: relative;
    overflow: hidden;
    width: min(840px, 100%);
    margin: 0 auto;
    padding: 4rem 4rem 3.6rem;
    border: 1px solid rgba(38, 130, 255, 0.14);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(1rem);
    text-align: center
}

.bcnew_completed_card::before {
    content: "";
    position: absolute;
    width: 18rem;
    height: 18rem;
    top: -10rem;
    left: -7rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(75, 167, 255, 0.22), transparent 72%);
    pointer-events: none
}

.bcnew_completed_card::after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 20rem;
    right: -8rem;
    bottom: -12rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 110, 179, 0.18), transparent 74%);
    pointer-events: none
}

.bcnew_completed_icon {
    position: relative;
    z-index: 1;
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto 1.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    box-shadow: 0 1rem 2.2rem rgba(38, 130, 255, 0.28)
}

.bcnew_completed_icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 48%;
    width: 2.2rem;
    height: 1.1rem;
    border-left: 0.35rem solid #fff;
    border-bottom: 0.35rem solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 0.12rem
}

.bcnew_completed_card_kicker {
    position: relative;
    z-index: 1;
    margin: 0 0 0.8rem;
    color: #ff6eb3;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    line-height: 1.5
}

.bcnew_completed_card_title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    font-weight: 900;
    line-height: 1.45
}

.bcnew_completed_card_lead {
    position: relative;
    z-index: 1;
    margin: 1.4rem 0 0;
    color: #334155;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2
}

.bcnew_completed_message {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    padding: 1.6rem 1.8rem;
    border-radius: 1.2rem;
    background: #f8fbff;
    border: 1px solid rgba(38, 130, 255, 0.12);
    text-align: left
}

.bcnew_completed_message p {
    margin: 0;
    color: #475569;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.95
}

.bcnew_completed_btns {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.6rem
}

.bcnew_completed_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15rem;
    min-height: 3.9rem;
    padding: 0.9rem 1.8rem;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease
}

.bcnew_completed_btn_primary {
    color: #fff;
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    box-shadow: 0 1rem 2.3rem rgba(38, 130, 255, 0.24)
}

.bcnew_completed_btn_secondary {
    color: #005bac;
    background: #fff;
    border: 1px solid rgba(38, 130, 255, 0.24)
}

.bcnew_completed_btn:hover {
    transform: translateY(-0.2rem)
}

.bcnew_completed_page~.bl_footer_entry-cta {
    display: none
}

@media screen and (max-width:1024px) {
    .bcnew_completed_hero {
        padding-top: 11rem
    }

    .bcnew_completed_card {
        padding: 3.4rem 3rem 3.2rem
    }
}

@media screen and (max-width:767px) {
    .bcnew_completed_wrap {
        width: calc(100% - 32px)
    }

    .bcnew_completed_page::before {
        background-size: 2.5rem 2.5rem
    }

    .bcnew_completed_hero {
        padding: 9rem 0 2.5rem
    }

    .bcnew_completed_lead {
        margin-top: 1.2rem;
        font-size: 0.92rem;
        text-align: left
    }

    .bcnew_completed_section {
        padding: 1rem 0 5rem
    }

    .bcnew_completed_card {
        padding: 2.5rem 1.25rem 2.2rem;
        border-radius: 1.35rem
    }

    .bcnew_completed_icon {
        width: 4.6rem;
        height: 4.6rem
    }

    .bcnew_completed_card_lead,
    .bcnew_completed_message p {
        font-size: 0.9rem;
        line-height: 1.9
    }

    .bcnew_completed_message {
        padding: 1.25rem 1.1rem;
        border-radius: 1rem
    }

    .bcnew_completed_btns {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 2rem
    }

    .bcnew_completed_btn {
        width: 100%;
        min-width: 0;
        min-height: 3.7rem;
        font-size: 0.92rem
    }
}

.recruit-card-wide .salary-box,
.recruit-card-wide .salary-box-single-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
    margin-top: 22px
}

.salary-item {
    position: relative;
    min-width: 0;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 58px 18px 22px;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0, 65, 120, .07)
}

.salary-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 12px;
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .03em;
    word-break: keep-all
}

.salary-item-blue {
    border: 2px solid #1685ff;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%)
}

.salary-item-green {
    border: 2px solid #26a85a;
    background: linear-gradient(180deg, #ffffff 0%, #f1fff7 100%)
}

.salary-item-orange {
    border: 2px solid #ff850e;
    background: linear-gradient(180deg, #ffffff 0%, #fff5eb 100%)
}

.salary-item-blue .salary-title {
    background: linear-gradient(135deg, #167fff 0%, #20a3ff 100%)
}

.salary-item-green .salary-title {
    background: linear-gradient(135deg, #22a858 0%, #35c56d 100%)
}

.salary-item-orange .salary-title {
    background: linear-gradient(135deg, #ff7900 0%, #ff9e30 100%)
}

.salary-area {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: .03em;
    word-break: keep-all
}

.salary-item-blue .salary-area {
    background: #e4f1ff;
    color: #167fff
}

.salary-item-green .salary-area {
    background: #e6f8ed;
    color: #26a85a
}

.salary-item-orange .salary-area {
    background: #fff0df;
    color: #ff7900
}

.salary-item strong {
    display: block;
    margin-top: 12px;
    overflow-wrap: normal;
    white-space: nowrap;
    font-size: clamp(2rem, 3.6vw, 3.05rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em
}

.salary-item strong span {
    display: inline;
    margin-left: 3px;
    font-size: .42em;
    font-weight: 900;
    letter-spacing: 0
}

.salary-item-blue strong {
    color: #167fff
}

.salary-item-green strong {
    color: #26a85a
}

.salary-item-orange strong {
    color: #ff7900
}

.recruit-card .salary-notes {
    display: grid;
    gap: 9px;
    margin-top: 22px;
    color: #555;
    font-size: .9rem;
    line-height: 1.75
}

.salary-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dashed rgba(0, 90, 160, .18)
}

.salary-note:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.salary-note::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    min-width: 21px;
    border-radius: 50%;
    color: #1685ff;
    border: 2px solid #1685ff;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    box-sizing: border-box
}

.salary-note-time::before {
    content: "!"
}

.salary-note-plus::before {
    content: "+"
}

.salary-note-info::before {
    content: "i"
}

html,
body {
    width: 100%;
    max-width: 100%
}

body.agk-people-interview-single-scroll,
body:has(.people-interview-page) {
    overflow-y: auto !important
}

html.agk-people-interview-single-scroll,
body.agk-people-interview-single-scroll {
    scroll-behavior: auto !important
}

html.agk-people-interview-single-scroll.lenis,
html.agk-people-interview-single-scroll.lenis body,
body.agk-people-interview-single-scroll {
    height: auto !important
}

html.agk-people-interview-single-scroll.lenis-stopped,
body.agk-people-interview-single-scroll.lenis-stopped {
    overflow: auto !important
}

body.agk-people-interview-single-scroll {
    overscroll-behavior-y: auto
}

.people-interview-page,
.people-interview-page *,
.agk-people-interview-page,
.agk-people-interview-page * {
    box-sizing: border-box
}

.people-interview-page,
.agk-people-interview-page {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    isolation: isolate
}

html,
body {
    overflow-x: clip
}

@supports not (overflow:clip) {

    html,
    body {
        overflow-x: hidden
    }
}

.people-interview-page .ly_people_top-bg,
.people-interview-page .bl_interview,
.people-interview-page .bl_interview-people-bg,
.people-interview-page .bl_interview-people-inner,
.people-interview-page .bl_interview_contleft,
.people-interview-page .bl_interview_contright,
.people-interview-page .bl_interview_fav-goal,
.people-interview-page .bl_interview_fav,
.people-interview-page .bl_interview_goal,
.agk-people-interview-page .ly_people_top-bg,
.agk-people-interview-page .bl_interview,
.agk-people-interview-page .bl_interview-people-bg,
.agk-people-interview-page .bl_interview-people-inner,
.agk-people-interview-page .bl_interview_contleft,
.agk-people-interview-page .bl_interview_contright,
.agk-people-interview-page .bl_interview_fav-goal,
.agk-people-interview-page .bl_interview_fav,
.agk-people-interview-page .bl_interview_goal {
    max-width: 100%;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important
}

.people-interview-page .bl_interview-people-bg,
.agk-people-interview-page .bl_interview-people-bg {
    z-index: 0 !important;
    overflow: visible !important;
    box-shadow: none
}

.people-interview-page .bl_interview-people-inner,
.agk-people-interview-page .bl_interview-people-inner {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100% - 64px));
    max-width: 1100px;
    margin-inline: auto;
    padding-inline: 0 !important
}

.people-interview-page .bl_interview .bl_interview_contleft,
.people-interview-page .bl_interview .bl_interview_contright,
.agk-people-interview-page .bl_interview .bl_interview_contleft,
.agk-people-interview-page .bl_interview .bl_interview_contright {
    width: 100%;
    max-width: 1000px;
    min-width: 0;
    margin: 30px auto -50px !important;
    padding: clamp(34px, 3.8vw, 50px);
    gap: clamp(28px, 3.6vw, 50px);
    overflow: visible !important
}

.people-interview-page .bl_interview_text,
.people-interview-page .bl_interview_text-fav,
.agk-people-interview-page .bl_interview_text,
.agk-people-interview-page .bl_interview_text-fav {
    min-width: 0;
    overflow: visible !important
}

.people-interview-page .bl_interview_text h2,
.people-interview-page .bl_interview_text-fav h2,
.people-interview-page .bl_interview_text p,
.people-interview-page .bl_interview_text-fav p,
.agk-people-interview-page .bl_interview_text h2,
.agk-people-interview-page .bl_interview_text-fav h2,
.agk-people-interview-page .bl_interview_text p,
.agk-people-interview-page .bl_interview_text-fav p {
    word-break: normal;
    overflow-wrap: anywhere
}

.people-interview-page .bl_interview_contleft img,
.people-interview-page .bl_interview_contright img,
.agk-people-interview-page .bl_interview_contleft img,
.agk-people-interview-page .bl_interview_contright img {
    max-width: 100%
}

.people-interview-page .bl_interview_fav-goal,
.agk-people-interview-page .bl_interview_fav-goal {
    width: min(1000px, 100%);
    max-width: 1000px;
    margin-inline: auto
}

.people-interview-page .bl_interview_fav,
.people-interview-page .bl_interview_goal,
.agk-people-interview-page .bl_interview_fav,
.agk-people-interview-page .bl_interview_goal {
    min-width: 0;
    overflow: visible !important
}

.people-interview-page .bl_people_wrapper:empty,
.people-interview-page .bl_interview_days-flow:empty,
.agk-people-interview-page .bl_people_wrapper:empty,
.agk-people-interview-page .bl_interview_days-flow:empty {
    display: none !important
}

.people-interview-page .bl_bg-blob,
.agk-people-interview-page .bl_bg-blob {
    pointer-events: none
}

@media screen and (max-width:1180px) {

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: min(980px, calc(100% - 56px))
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        margin: 24px auto -44px !important
    }
}

@media screen and (max-width:960px) {

    .people-interview-page .bl_interview-people-bg,
    .agk-people-interview-page .bl_interview-people-bg {
        padding: 72px 0 88px
    }

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: min(100% - 48px, 760px);
        max-width: 760px;
        gap: 56px
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;
        padding: 32px;
        gap: 28px
    }
}

@media screen and (max-width:767px) {

    .people-interview-page .ly_people_top-bg,
    .agk-people-interview-page .ly_people_top-bg {
        min-height: auto !important;
        padding: 92px 20px 54px;
        overflow: visible !important
    }

    .people-interview-page .bl_people-mv,
    .agk-people-interview-page .bl_people-mv {
        width: min(100%, 460px) !important;
        max-width: 460px;
        min-height: 0 !important;
        margin: 0 auto;
        padding: 0 !important;
        display: block;
        overflow: visible !important
    }

    .people-interview-page .bl_people-mv>.bl_container,
    .agk-people-interview-page .bl_people-mv>.bl_container {
        display: none !important
    }

    .people-interview-page .bl_people-mv_img,
    .people-interview-page .bl_people-mv_contents,
    .agk-people-interview-page .bl_people-mv_img,
    .agk-people-interview-page .bl_people-mv_contents {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important
    }

    .people-interview-page .bl_people-mv_img img,
    .agk-people-interview-page .bl_people-mv_img img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: top center
    }

    .people-interview-page .bl_people-mv_contents,
    .agk-people-interview-page .bl_people-mv_contents {
        width: calc(100% - 20px) !important;
        max-width: 100%;
        margin: -34px auto 0;
        padding: 28px 22px 26px;
        z-index: 2
    }

    .people-interview-page .bl_interview-people-bg,
    .agk-people-interview-page .bl_interview-people-bg {
        padding: 56px 0 70px
    }

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: min(100% - 28px, 460px) !important;
        max-width: 460px;
        gap: 34px
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        display: flex;
        flex-direction: column !important;
        padding: 22px 18px 24px;
        gap: 20px;
        border-radius: 22px;
        touch-action: pan-y
    }

    .people-interview-page .bl_interview_contleft img,
    .people-interview-page .bl_interview_contright img,
    .agk-people-interview-page .bl_interview_contleft img,
    .agk-people-interview-page .bl_interview_contright img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        object-position: center
    }

    .people-interview-page .bl_interview_fav-goal,
    .agk-people-interview-page .bl_interview_fav-goal {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px
    }

    .people-interview-page .bl_interview_fav,
    .people-interview-page .bl_interview_goal,
    .agk-people-interview-page .bl_interview_fav,
    .agk-people-interview-page .bl_interview_goal {
        width: 100%;
        margin: 0 !important;
        padding: 26px 22px;
        border-radius: 22px;
        touch-action: pan-y
    }

    .people-interview-page .bl_interview .bl_interview_contleft:hover,
    .people-interview-page .bl_interview .bl_interview_contright:hover,
    .people-interview-page .bl_interview_fav:hover,
    .people-interview-page .bl_interview_goal:hover,
    .agk-people-interview-page .bl_interview .bl_interview_contleft:hover,
    .agk-people-interview-page .bl_interview .bl_interview_contright:hover,
    .agk-people-interview-page .bl_interview_fav:hover,
    .agk-people-interview-page .bl_interview_goal:hover {
        transform: none !important
    }
}

@media screen and (max-width:480px) {

    .people-interview-page .ly_people_top-bg,
    .agk-people-interview-page .ly_people_top-bg {
        padding: 84px 14px 46px
    }

    .people-interview-page .bl_people-mv,
    .agk-people-interview-page .bl_people-mv {
        width: 100% !important;
        max-width: none
    }

    .people-interview-page .bl_people-mv_contents,
    .agk-people-interview-page .bl_people-mv_contents {
        width: calc(100% - 12px) !important;
        margin-top: -28px;
        padding: 24px 18px 24px
    }

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: calc(100% - 24px) !important;
        max-width: none;
        gap: 28px
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        padding: 20px 16px 22px;
        border-radius: 20px
    }

    .people-interview-page .bl_interview_fav,
    .people-interview-page .bl_interview_goal,
    .agk-people-interview-page .bl_interview_fav,
    .agk-people-interview-page .bl_interview_goal {
        padding: 24px 18px;
        border-radius: 20px
    }
}

html,
body {
    width: 100%;
    max-width: 100%
}

body.agk-people-interview-single-scroll,
body:has(.people-interview-page) {
    overflow-y: auto !important
}

html.agk-people-interview-single-scroll,
body.agk-people-interview-single-scroll {
    scroll-behavior: auto !important
}

html.agk-people-interview-single-scroll.lenis,
html.agk-people-interview-single-scroll.lenis body,
body.agk-people-interview-single-scroll {
    height: auto !important
}

html.agk-people-interview-single-scroll.lenis-stopped,
body.agk-people-interview-single-scroll.lenis-stopped {
    overflow: auto !important
}

body.agk-people-interview-single-scroll {
    overscroll-behavior-y: auto
}

.people-interview-page,
.people-interview-page *,
.agk-people-interview-page,
.agk-people-interview-page * {
    box-sizing: border-box
}

.people-interview-page,
.agk-people-interview-page {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    isolation: isolate
}

html,
body {
    overflow-x: clip
}

@supports not (overflow:clip) {

    html,
    body {
        overflow-x: hidden
    }
}

.people-interview-page .ly_people_top-bg,
.people-interview-page .bl_interview,
.people-interview-page .bl_interview-people-bg,
.people-interview-page .bl_interview-people-inner,
.people-interview-page .bl_interview_contleft,
.people-interview-page .bl_interview_contright,
.people-interview-page .bl_interview_fav-goal,
.people-interview-page .bl_interview_fav,
.people-interview-page .bl_interview_goal,
.agk-people-interview-page .ly_people_top-bg,
.agk-people-interview-page .bl_interview,
.agk-people-interview-page .bl_interview-people-bg,
.agk-people-interview-page .bl_interview-people-inner,
.agk-people-interview-page .bl_interview_contleft,
.agk-people-interview-page .bl_interview_contright,
.agk-people-interview-page .bl_interview_fav-goal,
.agk-people-interview-page .bl_interview_fav,
.agk-people-interview-page .bl_interview_goal {
    max-width: 100%;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important
}

.people-interview-page .bl_interview-people-bg,
.agk-people-interview-page .bl_interview-people-bg {
    z-index: 0 !important;
    overflow: visible !important;
    box-shadow: none
}

.people-interview-page .bl_interview-people-inner,
.agk-people-interview-page .bl_interview-people-inner {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100% - 64px));
    max-width: 1100px;
    margin-inline: auto;
    padding-inline: 0 !important
}

.people-interview-page .bl_interview .bl_interview_contleft,
.people-interview-page .bl_interview .bl_interview_contright,
.agk-people-interview-page .bl_interview .bl_interview_contleft,
.agk-people-interview-page .bl_interview .bl_interview_contright {
    width: 100%;
    max-width: 1000px;
    min-width: 0;
    margin: 30px auto -50px !important;
    padding: clamp(34px, 3.8vw, 50px);
    gap: clamp(28px, 3.6vw, 50px);
    overflow: visible !important
}

.people-interview-page .bl_interview_text,
.people-interview-page .bl_interview_text-fav,
.agk-people-interview-page .bl_interview_text,
.agk-people-interview-page .bl_interview_text-fav {
    min-width: 0;
    overflow: visible !important
}

.people-interview-page .bl_interview_text h2,
.people-interview-page .bl_interview_text-fav h2,
.people-interview-page .bl_interview_text p,
.people-interview-page .bl_interview_text-fav p,
.agk-people-interview-page .bl_interview_text h2,
.agk-people-interview-page .bl_interview_text-fav h2,
.agk-people-interview-page .bl_interview_text p,
.agk-people-interview-page .bl_interview_text-fav p {
    word-break: normal;
    overflow-wrap: anywhere
}

.people-interview-page .bl_interview_contleft img,
.people-interview-page .bl_interview_contright img,
.agk-people-interview-page .bl_interview_contleft img,
.agk-people-interview-page .bl_interview_contright img {
    max-width: 100%
}

.people-interview-page .bl_interview_fav-goal,
.agk-people-interview-page .bl_interview_fav-goal {
    width: min(1000px, 100%);
    max-width: 1000px;
    margin-inline: auto
}

.people-interview-page .bl_interview_fav,
.people-interview-page .bl_interview_goal,
.agk-people-interview-page .bl_interview_fav,
.agk-people-interview-page .bl_interview_goal {
    min-width: 0;
    overflow: visible !important
}

.people-interview-page .bl_people_wrapper:empty,
.people-interview-page .bl_interview_days-flow:empty,
.agk-people-interview-page .bl_people_wrapper:empty,
.agk-people-interview-page .bl_interview_days-flow:empty {
    display: none !important
}

.people-interview-page .bl_bg-blob,
.agk-people-interview-page .bl_bg-blob {
    pointer-events: none
}

@media screen and (max-width:1180px) {

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: min(980px, calc(100% - 56px))
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        margin: 24px auto -44px !important
    }
}

@media screen and (max-width:960px) {

    .people-interview-page .bl_interview-people-bg,
    .agk-people-interview-page .bl_interview-people-bg {
        padding: 72px 0 88px
    }

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: min(100% - 48px, 760px);
        max-width: 760px;
        gap: 56px
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;
        padding: 32px;
        gap: 28px
    }
}

@media screen and (max-width:767px) {

    .people-interview-page .ly_people_top-bg,
    .agk-people-interview-page .ly_people_top-bg {
        min-height: auto !important;
        padding: 92px 20px 54px;
        overflow: visible !important
    }

    .people-interview-page .bl_people-mv,
    .agk-people-interview-page .bl_people-mv {
        width: min(100%, 460px) !important;
        max-width: 460px;
        min-height: 0 !important;
        margin: 0 auto;
        padding: 0 !important;
        display: block;
        overflow: visible !important
    }

    .people-interview-page .bl_people-mv>.bl_container,
    .agk-people-interview-page .bl_people-mv>.bl_container {
        display: none !important
    }

    .people-interview-page .bl_people-mv_img,
    .people-interview-page .bl_people-mv_contents,
    .agk-people-interview-page .bl_people-mv_img,
    .agk-people-interview-page .bl_people-mv_contents {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important
    }

    .people-interview-page .bl_people-mv_img img,
    .agk-people-interview-page .bl_people-mv_img img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: top center
    }

    .people-interview-page .bl_people-mv_contents,
    .agk-people-interview-page .bl_people-mv_contents {
        width: calc(100% - 20px) !important;
        max-width: 100%;
        margin: -34px auto 0;
        padding: 28px 22px 26px;
        z-index: 2
    }

    .people-interview-page .bl_interview-people-bg,
    .agk-people-interview-page .bl_interview-people-bg {
        padding: 56px 0 70px
    }

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: min(100% - 28px, 460px) !important;
        max-width: 460px;
        gap: 34px
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        display: flex;
        flex-direction: column !important;
        padding: 22px 18px 24px;
        gap: 20px;
        border-radius: 22px;
        touch-action: pan-y
    }

    .people-interview-page .bl_interview_contleft img,
    .people-interview-page .bl_interview_contright img,
    .agk-people-interview-page .bl_interview_contleft img,
    .agk-people-interview-page .bl_interview_contright img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        object-position: center
    }

    .people-interview-page .bl_interview_fav-goal,
    .agk-people-interview-page .bl_interview_fav-goal {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px
    }

    .people-interview-page .bl_interview_fav,
    .people-interview-page .bl_interview_goal,
    .agk-people-interview-page .bl_interview_fav,
    .agk-people-interview-page .bl_interview_goal {
        width: 100%;
        margin: 0 !important;
        padding: 26px 22px;
        border-radius: 22px;
        touch-action: pan-y
    }

    .people-interview-page .bl_interview .bl_interview_contleft:hover,
    .people-interview-page .bl_interview .bl_interview_contright:hover,
    .people-interview-page .bl_interview_fav:hover,
    .people-interview-page .bl_interview_goal:hover,
    .agk-people-interview-page .bl_interview .bl_interview_contleft:hover,
    .agk-people-interview-page .bl_interview .bl_interview_contright:hover,
    .agk-people-interview-page .bl_interview_fav:hover,
    .agk-people-interview-page .bl_interview_goal:hover {
        transform: none !important
    }
}

@media screen and (max-width:480px) {

    .people-interview-page .ly_people_top-bg,
    .agk-people-interview-page .ly_people_top-bg {
        padding: 84px 14px 46px
    }

    .people-interview-page .bl_people-mv,
    .agk-people-interview-page .bl_people-mv {
        width: 100% !important;
        max-width: none
    }

    .people-interview-page .bl_people-mv_contents,
    .agk-people-interview-page .bl_people-mv_contents {
        width: calc(100% - 12px) !important;
        margin-top: -28px;
        padding: 24px 18px 24px
    }

    .people-interview-page .bl_interview-people-inner,
    .agk-people-interview-page .bl_interview-people-inner {
        width: calc(100% - 24px) !important;
        max-width: none;
        gap: 28px
    }

    .people-interview-page .bl_interview .bl_interview_contleft,
    .people-interview-page .bl_interview .bl_interview_contright,
    .agk-people-interview-page .bl_interview .bl_interview_contleft,
    .agk-people-interview-page .bl_interview .bl_interview_contright {
        padding: 20px 16px 22px;
        border-radius: 20px
    }

    .people-interview-page .bl_interview_fav,
    .people-interview-page .bl_interview_goal,
    .agk-people-interview-page .bl_interview_fav,
    .agk-people-interview-page .bl_interview_goal {
        padding: 24px 18px;
        border-radius: 20px
    }
}