@charset "utf-8";

@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Zen Kaku Gothic Antique";
    src: url("/fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Zen Kaku Gothic Antique";
    src: url("/fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Zen Kaku Gothic Antique";
    src: url("/fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Zen Kaku Gothic Antique";
    src: url("/fonts/ZenKakuGothicAntique-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

body {
    /* スマホで勝手に文字が大きくなる対策 */
    -webkit-text-size-adjust: 100%;
    /* sticky ヘッダー有効化のため overflow は body で横スクロールのみ抑制 */
    overflow-x: hidden;
}

#content,
#contents,
.l-contents {
    width: 100%;
    /* sticky が効くよう overflow: hidden は付けない */
    overflow: visible;
    padding-bottom: 0;
    background-color: #f9f9f9;
}

.l-main {
    width: 100%;
    overflow: hidden;
    padding: 0;
    padding-bottom: 0;
    background-color: #f9f9f9;
}

.l-header,
.l-footer {
	display: none;
}

.recruit-header *,
.l-main *,
.recruit-footer * {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/* =========================================
   ヘッダー
   Figma計測: H:100px, padding:20px 25px
   ========================================= */
.recruit-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

/* Figma計測: image W:362px, H:27px */
.recruit-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.recruit-header__logo img {
    display: block;
    width: 362px;
    height: 27px;
}

/* Figma計測: W:220px, H:60px, font-size:28px */
.recruit-header__entry {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 220px;
    height: 60px;
    border-radius: 9999px;
    background: linear-gradient(97deg, #f97316 0%, #f59e0b 100%);
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.recruit-header__entry:hover {
    background: #ffffff;
    color: #f97316;
    box-shadow: inset 0 0 0 2px #f97316;
}

/* =========================================
   メインビジュアル
   基準幅: W:1315px, H:1749px
   ========================================= */
.hero {
    position: relative;
    left: 50%;
    width: 1315px;
    height: 1749px;
    margin: 0;
    background-color: #f9f9f9;
    transform: translateX(-50%);
}

.hero__keyvisual {
    width: 100%;
}

/* Figma計測: X:18px, Y:20px, W:1217px, H:429px */
.hero__title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 1217px;
    height: 429px;
}

.hero__title img {
    display: block;
    width: 1217px;
    height: 429px;
}

/* Figma計測: X:0, Y:350px, W:1315px, H:709px */
.hero__staff {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 709px;
    object-fit: cover;
    object-position: bottom;
}

/* Figma計測: Y:729px, H:1020px */
.hero__intro {
    position: absolute;
    top: 729px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1020px;
}

/* Figma計測: H:860px */
.hero__shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 235%;
    height: 860px;
    border-radius: 50%;
    background: linear-gradient(180deg,rgba(2, 176, 80, 1) 0%,rgba(4, 188, 40, 1) 50%, rgba(7, 200, 0, 1) 100%);
}

/* Figma計測: Y:160px, font-size:58px, line-height:1.45 */
.hero__message {
	position: absolute;
    top: 178px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/mv_ttl-bottom.svg) no-repeat center center / contain;
    width: 942px;
    height: 391px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
}

/* Figma計測: Y:680px, W:1802px, H:340px */
.hero__gallery {
    position: absolute;
    top: 680px;
    left: 50%;
    width: 1802px;
    height: 340px;
    transform: translateX(-50%);
}

.hero__gallery-image {
    position: absolute;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

/* Figma計測: X:0, Y:0, W:315px, H:340px */
.hero__gallery-image--walk {
    top: 0;
    left: 0;
    width: 315px;
    height: 340px;
}

/* Figma計測: X:389px, Y:26px, W:360px, H:205px */
.hero__gallery-image--exercise {
    top: 26px;
    left: 389px;
    width: 360px;
    height: 205px;
}

/* Figma計測: X:823px, Y:136px, W:185px, H:190px */
.hero__gallery-image--meeting {
    top: 136px;
    left: 823px;
    width: 185px;
    height: 190px;
}

/* Figma計測: X:1083px, Y:0, W:315px, H:340px */
.hero__gallery-image--challenge {
    top: 0;
    left: 1083px;
    width: 315px;
    height: 340px;
}

/* Figma計測: X:1472px, Y:46px, W:330px, H:250px */
.hero__gallery-image--group {
    top: 46px;
    left: 1472px;
    width: 330px;
    height: 250px;
    object-position: bottom;
}

/* =========================================
   代表挨拶
   Figma計測: W:1920px, padding:120px 0
   ========================================= */
.top-message {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
    background-color: #f9f9f9;
}

.top-message__inner {
    position: relative;
    left: 50%;
    width: 1920px;
    height: 762px;
    transform: translateX(-50%);
}

/* Figma計測: X:320px, Y:63px, W:1100px, H:450px */
.top-message__background {
    position: absolute;
    top: 63px;
    left: 320px;
    width: 1100px;
    height: 450px;
    border-radius: 10px;
    background: linear-gradient(180deg, #eafcdb 0%, #ccf5ab 100%);
}

/* Figma計測: X:542px, Y:146px, W:988px, H:556px */
.top-message__image {
    position: absolute;
    top: 146px;
    left: 542px;
    width: 988px;
    height: 556px;
    overflow: hidden;
    border-radius: 10px;
}

.top-message__image img {
    width: 100%;
}

/* Figma計測: X:390px, Y:0, gap:32px */
.top-message__heading {
    position: absolute;
    top: 0;
    left: 390px;
    display: flex;
    align-items: center;
    gap: 32px;
    white-space: nowrap;
}

.top-message__title {
    margin: 0;
    background: linear-gradient(90deg, #00cf00 0%, #01af4f 100%);
    color: transparent;
    font-family: Inter, sans-serif;
    font-size: 96px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.012em;
    background-clip: text;
    -webkit-background-clip: text;
}

.top-message__subtitle {
    margin: 0;
    background: linear-gradient(270deg, rgba(2, 176, 80, 1) 0%, rgba(7, 200, 0, 1) 100%);
    color: transparent;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.66;
    background-clip: text;
    -webkit-background-clip: text;
}

/* Figma計測: X:390px, Y:196px, W:698px, H:396px */
.top-message__body {
    position: absolute;
    top: 196px;
    left: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 698px;
    height: 396px;
    padding: 70px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(58px);
}

.top-message__text {
    margin: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
}

/* Figma計測: X:880px, Y:538px, W:258px, H:104px */
.top-message__author {
    position: absolute;
    top: 538px;
    left: 880px;
    width: 258px;
    height: 104px;
    padding: 20px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(58px);
    color: #212121;
    font-weight: 500;
    white-space: nowrap;
}

.top-message__company {
    margin: 0;
    font-size: 16px;
    line-height: 1.66;
}

.top-message__name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 22px;
    line-height: 1.66;
}

.top-message__name span {
    font-size: 16px;
}

/* Figma計測: Y:672px, font-size:90px, gap:40px */
.top-message__marquee {
    position: absolute;
    top: 666px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    color: #00bd3e;
    font-family: Inter, sans-serif;
    font-size: 90px;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.135em;
    letter-spacing: 8.1px;
    white-space: nowrap;
    transform: translateX(-50%);
}
.top-message__marquee span {
    font-family: Inter, sans-serif;
}

/* =========================================
   仕事内容
   Figma計測: W:1140px, gap:60px, padding-bottom:80px
   ========================================= */
.job {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    padding-bottom: 90px;
    background-color: #f9f9f9;
}

.job__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1140px;
}

/* Figma計測: W:1140px, H:600px */
.job__headline {
    position: relative;
    width: 1140px;
    height: 600px;
	margin-bottom: 47px;
}

.job__title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: linear-gradient(270deg, rgba(2, 176, 80, 1) 0%, rgba(7, 200, 0, 1) 100%);
    color: #00bd33;
    font-family: Inter, sans-serif;
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.035em;
    white-space: nowrap;
    filter: drop-shadow(15px 15px 0 #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Figma計測: X:512px, Y:255px, font-size:28px */
.job__lead {
	position: absolute;
    top: 256px;
    left: 512px;
    margin: 0;
    color: #212121;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.785;
    white-space: nowrap;
}

/* Figma計測: W:1140px, gap:15px */
.job__feature-list {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 1140px;
	margin-bottom: 32px;
}

.job__feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 370px;
    height: 239px;
    padding: 35px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(180deg, #02b050 0%, #04bc28 50%, #07c800 100%);
    box-shadow: 0 4px 5px rgba(150, 150, 150, 0.2);
    color: #ffffff;
    text-align: center;
}

.job__feature-title {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.8;
    white-space: nowrap;
	color: #ffffff;
}

.job__feature-text {
    width: 290px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
	color: #ffffff;
}

.job__feature-note {
    width: 290px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
	color: #ffffff;
}

.job__feature-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Figma計測: W:1140px, gap:20px */
.job__target-list {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 1140px;
}

.job__target-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 560px;
    height: 270px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 5px rgba(150, 150, 150, 0.2);
}

.job__target-title {
    margin: 0;
    color: #212121;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.48;
    white-space: nowrap;
}

.job__target-title span {
    color: #049844;
}

.job__target-text {
    width: 460px;
    margin: 0;
    color: #049844;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.job__target-item--beginner .job__target-title span,
.job__target-item--beginner .job__target-text {
    color: #31ae00;
}

.job__entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    /* 追従ヘッダー分（100px）を考慮したページ内リンク位置 */
    scroll-margin-top: 100px;
}

.job__entry-message {
    margin: 0;
    color: #212121;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
}

/* Figma計測: W:400px, H:80px */
.job__entry-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 400px;
    height: 80px;
    border-radius: 9999px;
    background: linear-gradient(99deg, #f97316 0%, #f59e0b 100%);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.job__entry-button:hover {
    background: #ffffff;
    color: #f97316;
    box-shadow: inset 0 0 0 2px #f97316;
}

/* =========================================
   スタッフコメント
   Figma計測: W:1920px, H:1047px
   ========================================= */
.staff {
    position: relative;
    width: 100%;
    height: 1047px;
    overflow: hidden;
}

.staff__shape {
    background: #f9f9f9 url(../images/staff_bg.webp) no-repeat bottom / cover;
    width: 100%;
    height: 100%;
    padding-top: 220px;
}

.staff__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
    box-sizing: border-box;
}

.staff__title {
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 96px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.92px;
    text-align: center;
}

.staff__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    width: 100%;
}

/* Figma計測: gap:64px, card W:308px */
.staff__slider-view {
    width: 100%;
}

.staff__slider {
    width: 100%;
    overflow: visible;
}

.staff__list {
    align-items: flex-start;
}

.staff__slider .swiper-slide {
    width: 308px;
    height: auto;
    box-sizing: border-box;
}

.staff__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 308px;
    text-decoration: none;
}

.staff__item:hover {
    opacity: 1;
}

.staff__item--offset-top {
    padding-top: 50px;
}

.staff__item--offset-bottom {
    padding-bottom: 50px;
}

.staff__image {
    width: 308px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.staff__image img {
    display: block;
    width: 308px;
    height: 320px;
    object-fit: cover;
    object-position: bottom;
    transition: all .3s;
}

.staff__item:hover .staff__image img {
    transform: scale(1.08);
}

/* Figma計測: left:-40px */
.staff__catch {
    position: absolute;
    left: -40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.staff__item--offset-top .staff__catch {
    top: 279px;
}

.staff__item--offset-bottom .staff__catch {
    top: 229px;
}

.staff__catch-line {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 309px;
    height: 33px;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}

.staff__catch-line span {
    color: #01bb58;
    background-image: linear-gradient(90deg, #01bb58 0%, #0a6d70 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.staff__profile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.staff__profile-divider {
    display: block;
    width: 1px;
    height: 15px;
    background-color: #ffffff;
}

.staff__pagination {
    display: flex;
    align-items: center;
    gap: 15px;
}

.staff__nav {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.staff__nav img {
    display: block;
    width: 40px;
    height: 40px;
}

.staff__nav--next img {
    transform: scaleX(-1);
}

.staff__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.staff__dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #cfd8dc;
    opacity: 1;
    cursor: pointer;
}

.staff__dot--active {
    background-color: #ffffff;
}

/* =========================================
   募集要項
   Figma計測: W:1140px, padding:80px 0, gap:60px
   ========================================= */
.conditions {
    width: 100%;
    padding: 91px 0 92px;
    background-color: #f9f9f9;
}

.conditions__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 1140px;
    margin: 0 auto;
}

.conditions__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
}

.conditions__headline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 232px;
}

.conditions__label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #212121;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.conditions__label-line {
    display: block;
    width: 60px;
    height: 1px;
    background-color: #212121;
}

.conditions__title {
    margin: 0;
    color: #212121;
    font-size: 58px;
    font-weight: 700;
    line-height: normal;
}

.conditions__table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.conditions__row {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #212121;
    box-sizing: border-box;
}

.conditions__row:first-child {
    border-top: 1px solid #212121;
}

.conditions__label-cell {
    display: flex;
    align-items: center;
    width: 211px;
    padding: 20px 40px;
    box-sizing: border-box;
    border-right: 1px solid #212121;
    flex-shrink: 0;
}

.conditions__key {
    width: 131px;
    margin: 0;
    color: #4CAF50;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.conditions__value-cell {
    display: flex;
    align-items: center;
    width: 929px;
    padding: 29px 40px;
    box-sizing: border-box;
}

.conditions__value {
    width: 849px;
    margin: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.conditions__entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.conditions__entry-message {
    margin: 0;
    color: #212121;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
}

/* Figma計測: W:400px, H:80px */
.conditions__entry-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 400px;
    height: 80px;
    border-radius: 9999px;
    background: linear-gradient(99deg, #f97316 0%, #f59e0b 100%);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.conditions__entry-button:hover {
    background: #ffffff;
    color: #f97316;
    box-shadow: inset 0 0 0 2px #f97316;
}

/* =========================================
   フッター
   Figma計測: W:1920px, H:465px / content top:180px, W:1140px
   ========================================= */
.recruit-footer {
    position: relative;
    left: 50%;
    width: 1920px;
    margin: 0;
    background: #f9f9f9 url(../images/footer_bg.webp) no-repeat center top / cover;
    transform: translateX(-50%);
    overflow: hidden;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.recruit-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 1140px;
    margin: 0 auto;
    padding: 180px 0 10px;
    box-sizing: border-box;
}

.recruit-footer__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.recruit-footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 493px;
}

.recruit-footer__company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    color: #ffffff;
}

.recruit-footer__name {
    width: 100%;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.recruit-footer__address {
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    color: #ffffff;
}

.recruit-footer__address a {
    color: inherit;
    text-decoration: none;
}

/* Figma計測: W:220px, H:60px */
.recruit-footer__entry {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 220px;
    height: 60px;
    border-radius: 9999px;
    background: linear-gradient(97deg, #f97316 0%, #f59e0b 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.recruit-footer__entry:hover {
    background: #ffffff;
    color: #f97316;
    box-shadow: inset 0 0 0 2px #f97316;
    opacity: 1;
}

.recruit-footer__nav {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.recruit-footer__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.recruit-footer__nav-list:first-child {
    width: 108px;
}

.recruit-footer__nav-list a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
}

.recruit-footer__nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

.recruit-footer__nav-list a:hover{
    opacity: 1;
}

.recruit-footer__nav-list a:hover::after {
    transform: scaleX(1);
}

.recruit-footer__copyright {
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
