@font-face {
    font-family: "03 Smart Font UI";
    src: url("./fonts/03smartfontui.otf") format("opentype");
    font-display: swap
}

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

.ly_top_hero,
.bl_arch-section,
.bl_arch {
    box-sizing: border-box
}

.bl_arch-ytwrap {
    width: 840px;
    aspect-ratio: 16 / 9;
    margin: 60px auto 0;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 1rem
}

body {
    background: #e7f0f3;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    color: #222
}

a {
    text-decoration: none
}

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
}

header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 24px rgba(0, 60, 120, 0.08);
    opacity: 0;
    transition: opacity .45s ease
}

header.is-scrolled::before {
    opacity: 1
}

header.is-scrolled {
    padding: 14px 38px
}

.bl_top-logo img {
    width: 400px;
    height: 100%;
    display: block
}

.bl_header_right {
    display: flex;
    align-items: center;
    gap: 18px
}

.bl_header_right img {
    width: 2rem
}

.bl_header_sns {
    display: flex;
    gap: 30px
}

.bl_header_sns a {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.bl_header_sns a:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #4ba7ff, #9c5cff, #ff6eb3)
}

.bl_header_entry {
    width: 15.625rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 25px rgba(0, 130, 255, .25);
    transition: .35s ease
}

.bl_header_entry:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #4ba7ff, #9c5cff, #ff6eb3);
    box-shadow: 0 0 20px rgba(156, 92, 255, .35), 0 0 40px rgba(255, 110, 179, .25)
}

.bl_header_burger {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    transition: .35s ease
}

.bl_header_burger span {
    width: 16px;
    height: 2px;
    background: #777;
    transition: .35s ease
}

.bl_header_burger.active span:nth-child(1) {
    transform: translateY(4px) rotate(45deg)
}

.bl_header_burger.active span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg)
}

.bl_header_burger:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(156, 92, 255, .35)
}

.bl_burger-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 420px;
    height: 100vh;
    padding: 120px 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1000;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: right .45s ease
}

.bl_burger-menu.active {
    right: 0
}

.bl_burger-menu a {
    color: #222;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: .08em;
    transition: .3s
}

.bl_burger-menu a:hover {
    color: #4ba7ff;
    transform: translateX(6px)
}

.ly_top_hero {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-top: 320px
}

.ly_top_hero h1 {
    font-size: 5.625rem;
    font-weight: 300;
    line-height: 1.35;
    color: #333;
    font-family: "03 Smart Font UI", sans-serif
}

.ly_top_hero .bl_copy_mini {
    font-size: .75em;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -40px;
    margin-bottom: 5px
}

.bl_hero_logo {
    width: 340px;
    height: auto;
    vertical-align: middle
}

.ly_top_hero p {
    margin-top: 40px;
    font-size: 2.5rem;
    letter-spacing: .18em;
    color: #555;
    font-family: "03 Smart Font UI", sans-serif;
    font-weight: 300
}

.bl_arch-section {
    position: relative;
    z-index: 5;
    margin-top: 40px
}

.bl_arch {
    width: 92%;
    margin: auto;
    background: rgba(255, 255, 255, .58);
    border-top-left-radius: 50% 600px;
    border-top-right-radius: 50% 600px;
    padding: 120px 0;
    backdrop-filter: blur(8px)
}

.bl_arch_subtxt {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    color: #666;
    line-height: 2
}

.bl_arch-ytwrap iframe {
    width: 100%;
    height: 100%;
    border: none
}

.bl_about-section {
    margin-top: 30px;
    z-index: 1;
    position: relative;
    padding: 140px 0;
    background: linear-gradient(rgba(0, 0, 0, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .08) 1px, transparent 1px);
    background-size: calc(100vw / 70) calc(100vw / 70);
    background-color: #fafafa;
    overflow: hidden;
    box-shadow: 0px 10px 10px -10px rgba(114, 114, 114, 0.30)
}

.bl_about-heading {
    position: relative;
    text-align: center;
    margin-bottom: 90px
}

.bl_about-heading h2 {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: baseline;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #0d2f8f
}

.bl_min {
    font-size: .75em;
    display: inline-block;
    vertical-align: baseline;
    margin-left: .15em
}

.bl_script-txt {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    font-size: 6.875rem;
    font-family: "Antro Vectra", sans-serif;
    color: rgba(125, 220, 255, .28);
    line-height: 1;
    z-index: 1;
    pointer-events: none
}

.bl_about-grid {
    width: min(1120px, calc(100% - 40px));
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 40px
}

.bl_about-card {
    text-decoration: none;
    color: #111;
    text-align: center;
    transition: .4s
}

.bl_about-card:hover {
    transform: translateY(-7px)
}

.bl_about_circle {
    position: relative;
    width: 270px;
    height: 270px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 10px 30px rgba(0, 0, 0, .03)
}

.bl_about_circle img {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bl_about_vertical {
    position: absolute;
    right: -20px;
    top: 0px;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: .04em;
    background: linear-gradient(135deg, #2ba7ff 0%, #8a59ff 50%, #ff68b4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.el_arrow-btn {
    position: absolute;
    right: -8px;
    bottom: 26px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ba7ff, #9c5cff, #ff6eb3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
    font-weight: 300;
    box-shadow: 0 10px 25px rgba(140, 90, 255, .28);
    transition: .35s
}

.el_arrow-btn:hover {
    transform: scale(1.1);
    background: linear-gradient(90deg, #2682ff, #00a8ff);
    transition: 0.5s ease
}

.bl_about-card h3 {
    margin-top: 28px;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: .04em;
    color: #111
}

.bl_career-block {
    position: relative;
    width: 100%;
    margin: 160px 0;
    display: grid;
    grid-template-columns: minmax(420px, 50vw) 1fr;
    align-items: center;
    column-gap: 52px;
    background: transparent
}

.bl_career-photo {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 0 24px 24px 0
}

.bl_career-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    box-shadow: none
}

.bl_career-content {
    width: 620px;
    position: relative;
    padding-top: 4px
}

.bl_career-content p {
    margin: 0 0 24px;
    color: #4f4f4f;
    font-size: 0.925rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.9;
    text-align: center
}

.bl_more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 54px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(135deg, #2690ff, #ff58af);
    color: white;
    font-weight: 700;
    letter-spacing: .08em;
    box-shadow: 0 10px 25px rgba(255, 70, 160, .2);
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease
}

.bl_more-btn:hover {
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    transform: translateY(-3px);
    transition: 1s ease;
    box-shadow: 0 15px 35px rgba(64, 51, 255, 0.1)
}

.bl_people-area {
    position: relative;
    width: 100%;
    padding: 48px 0 100px;
    background: transparent
}

.bl_people-card {
    position: relative;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 88px 70px 72px;
    background: #fafafa;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(26, 48, 76, .08), 0 1px 2px rgba(26, 48, 76, .04)
}

.bl_people-heading {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap
}

.bl_people-script {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    font-size: 6.875rem;
    font-family: "Antro Vectra", sans-serif;
    color: rgba(125, 220, 255, .28);
    line-height: 1;
    z-index: 1;
    pointer-events: none
}

.bl_people-heading h2 {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: baseline;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #0d2f8f
}

.bl_people-row {
    display: grid;
    align-items: center
}

.bl_people-row-top {
    grid-template-columns: 420px 1fr;
    column-gap: 4rem
}

.bl_people-row-bottom {
    grid-template-columns: 430px 1fr;
    column-gap: 58px
}

.bl_people-text h3 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 22px;
    color: #0d2f8f;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.45
}

.bl_people-text h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1f9de6;
    box-shadow: 0 0 0 2px rgba(31, 157, 230, .12)
}

.bl_people-text h4 {
    margin: 0 0 20px
}

.bl_people-text p {
    margin: 0 0 24px;
    color: #4f4f4f;
    font-size: 0.925rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.9
}

.bl_interview-list {
    display: grid;
    grid-template-columns: repeat(4, 84px);
    gap: 18px 48px;
    justify-content: center;
    align-items: center
}

.bl_interview-list img {
    width: 8rem;
    height: 8rem;
    display: block;
    border-radius: 50%
}

.bl_people-divider {
    width: 100%;
    height: 1px;
    margin: 52px 0 34px;
    background: #e6e6e6
}

.bl_talk-photo {
    width: 430px;
    height: 290px
}

.bl_talk-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center
}

.bl_talk-text {
    align-self: center
}

.bl_work-env-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff
}

.bl_work-env-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .28) 22%, rgba(255, 255, 255, .10) 45%, rgba(255, 255, 255, .72) 68%, rgba(255, 255, 255, .90) 100%), linear-gradient(180deg, rgba(255, 255, 255, .60) 0%, rgba(255, 255, 255, .42) 45%, rgba(255, 255, 255, .96) 100%), url("img/saiyou.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .9;
    filter: brightness(.95) saturate(.75) blur(1.2px);
    transform: scale(1.04)
}

.bl_work-env-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 155px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .82) 58%, rgba(255, 255, 255, 1) 100%)
}

.bl_work-env-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at 20% 48%, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .70) 28%, rgba(255, 255, 255, .34) 52%, rgba(255, 255, 255, 0) 76%)
}

.bl_work-env-inner {
    position: relative;
    z-index: 3;
    width: min(1200px, calc(100% - 80px));
    min-height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr minmax(420px, 50vw);
    align-items: center;
    column-gap: 52px
}

.bl_work-env-content {
    position: relative;
    z-index: 2;
    width: 530px;
    justify-self: start
}

.bl_work-env-content p {
    margin: 0 0 28px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .08em;
    text-align: center
}

.bl_work-env-btn {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 305px;
    height: 4rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #219ee8 0%, #d957ae 100%);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .06em;
    box-shadow: 0 10px 24px rgba(204, 80, 165, .16);
    transition: .3s ease
}

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

.bl_work-env-btn:hover {
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    transform: translateY(-3px);
    transition: 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.bl_work-env-photo {
    position: relative;
    z-index: 2;
    width: auto;
    height: 480px;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    border-radius: 24px 0 0 24px
}

.bl_work-env-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    box-shadow: none
}

.bl_work-env-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, .08) 17%, rgba(255, 255, 255, 0) 34%)
}

.bl_recruit-heading {
    margin-top: 60px;
    position: relative;
    text-align: center
}

.bl_recruit-heading h2 {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: baseline;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #ececec
}

.bl_recruit-heading_ent {
    margin: 60px 0px 50px;
    position: relative;
    text-align: center
}

.bl_recruit-heading_ent h2 {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: baseline;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #ececec
}

.bl_recruit-script {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    font-size: 6.875rem;
    font-family: "Antro Vectra", sans-serif;
    color: rgba(241, 241, 241, 0.28);
    line-height: 1;
    z-index: 1;
    pointer-events: none
}

.bl_recruit-area {
    width: 100%;
    padding: 150px 20px 40px
}

.bl_recruit-card {
    width: min(1080px, 100%);
    height: 320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08)
}

.bl_recruit-left {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0178b8 0%, #0f97c8 58%, #2ca9d1 100%)
}

.bl_recruit-left::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, .28) 1px, transparent 1px), radial-gradient(rgba(0, 40, 80, .16) 1px, transparent 1px);
    opacity: .32;
    background-size: 4px 4px, 7px 7px;
    background-position: 0 0, 2px 3px;
    mix-blend-mode: soft-light
}

.bl_recruit-left::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .22), transparent 28%), radial-gradient(circle at 75% 20%, rgba(255, 255, 255, .14), transparent 24%), radial-gradient(circle at 55% 75%, rgba(0, 60, 120, .18), transparent 30%);
    opacity: .45;
    mix-blend-mode: overlay
}

.bl_shape {
    position: absolute;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
    z-index: 3
}

.bl_shape-01 {
    width: 130px;
    height: 130px;
    left: 20px;
    bottom: 54px;
    z-index: 0
}

.bl_shape-02 {
    width: 370px;
    height: 370px;
    background: rgba(255, 255, 255, 0.2);
    left: 40px;
    bottom: -180px;
    z-index: 1
}

.bl_shape-03 {
    width: 150px;
    height: 150px;
    right: 80px;
    top: 10px;
    opacity: 0.9
}

.bl_recruit-content {
    position: relative;
    z-index: 4;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    text-align: center;
    padding: 36px 0px 80px
}

.bl_recruit-content h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em
}

.bl_recruit-content p {
    margin: 0 0 12px;
    padding: 48px 0px 12px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .08em
}

.bl_recruit-button {
    width: 200px;
    height: 54px;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    transition: 0.25s ease
}

.bl_recruit-button span {
    font-size: 1rem;
    line-height: 1
}

.bl_recruit-button:hover {
    background: #fff;
    color: #0789bd;
    transition: 0.5s ease
}

.bl_recruit-right {
    position: relative;
    overflow: hidden;
    background: #ddd
}

.bl_recruit-right img {
    width: 100%;
    height: 360px;
    display: block;
    object-fit: cover;
    object-position: center center
}

.bl_contact-footer-area {
    width: 100%;
    background: #fff;
    color: #222;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif
}

.bl_contact-block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 300px;
    background: radial-gradient(circle at 22% 8%, rgba(229, 157, 211, 0.42) 0, rgba(229, 157, 211, 0.22) 18%, transparent 36%), radial-gradient(circle at 14% 36%, rgba(232, 168, 218, 0.22) 0, transparent 24%), #f4f4f4;
    overflow: hidden
}

.bl_question-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24%
}

.bl_question-heading {
    position: relative;
    z-index: 99;
    text-align: center
}

.bl_question-heading h2 {
    position: relative;
    z-index: 100;
    display: inline-flex;
    align-items: baseline;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #0d2f8f
}

.bl_question-script {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    font-size: 6.875rem;
    font-family: "Antro Vectra", sans-serif;
    color: rgba(125, 220, 255, .28);
    line-height: 1;
    z-index: 1;
    pointer-events: none
}

.bl_question-text {
    margin: 30px 0px 0px;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.04em;
    text-align: left
}

.bl_question-button-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.bl_question-button {
    width: 335px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4ba7ff, #9c5cff, #ff6eb3);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 24px rgba(78, 123, 180, 0.12);
    transition: opacity 0.25s ease, transform 0.25s ease
}

.bl_question-button:hover {
    background: linear-gradient(135deg, #2682ff, #00a8ff);
    transform: translateY(-3px);
    transition: 1s ease;
    box-shadow: 0 15px 35px rgba(64, 51, 255, 0.1)
}

.bl_footer-nav-area {
    background: #fff;
    padding: 70px 20px 44px;
    z-index: 900
}

.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: 14px;
    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_footer-logos p {
    margin: 0;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em
}

.bl_fade.show {
    opacity: 1;
    transform: none
}

.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(60px)
}

.bl_bg-blob::before {
    content: "";
    position: absolute;
    inset: -12%;
    border-radius: 50%;
    background: inherit;
    filter: blur(60px);
    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, 0.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_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(60px)
}

.bl_bg-blob-pink {
    left: 140px;
    bottom: -350px;
    width: 550px;
    height: 550px;
    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(60px)
}

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

.el_hero-bg_yellow,
.el_hero-bg_lblue,
.el_hero-bg_red,
.el_hero-bg_purple,
.el_hero-bg_blue {
    position: absolute
}

.el_hero-bg_yellow {
    top: -830px;
    left: -320px
}

.el_hero-bg_lblue {
    top: -210px;
    left: -300px
}

.el_hero-bg_red {
    top: -1230px;
    left: 470px
}

.el_hero-bg_purple {
    top: -850px;
    right: -280px
}

.el_hero-bg_blue {
    top: -300px;
    right: -350px
}

.p_br {
    display: block
}

.m_br {
    display: none
}

.pad_br {
    display: none
}

@media screen and (max-width:1023px) {
    .p_br {
        display: none
    }

    .pad_br {
        display: block
    }
}

@media screen and (max-width:767px) {
    .p_br,
    .pad_br {
        display: none
    }

    .m_br {
        display: block
    }
}

br.pad_br,
br.m_br {
    display: none
}

@media screen and (max-width:1023px) {
    br.p_br {
        display: none
    }

    br.pad_br {
        display: block
    }

    br.p_br1023 {
        display: none
    }
}

@media screen and (max-width:767px) {
    br.p_br,
    br.pad_br {
        display: none
    }

    br.m_br {
        display: block
    }
}