@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a {
    cursor: pointer;
}

.eng {
font-family: 'PT Sans', sans-serif;
}


body {
font-family: 'Zen Kaku Gothic New', sans-serif;
    margin: 0;
    color: #2B2B2B;
    font-weight: 400;
    position: relative;
    background-color: #FAFAFA;
}

html {
    color: #2B2B2B;
font-family: 'Zen Kaku Gothic New', sans-serif;
}

.w-1220{
    width: 100%;
    margin: auto;
    max-width: 1220px;
}


.w-1100 {
    width: 100%;
    margin: auto;
    max-width: 1100px;
}

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



@media screen and (max-width:1220px) {
.w-1220,
.w-1100, 
.w-1000 {
        padding-left: 20px;
        padding-right: 20px;
}
}



header.section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 12px 40px;
    background: #fff;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1000;
}

header.section-header.is-loaded {
    opacity: 1;
    transform: translateY(0);
}

header.section-header .header-logo {
    width: 100%;
    height: auto;
    max-width: 180px;
}


.section-lp-fv__img {
    width: 50vw;
    margin-left: auto;
    margin-right: 0;
    line-height: 1;
}

@media screen and (max-width:1440px){
.section-lp-fv__img {
    height: 80vh;
    max-height: 740px;
    }
    }

.section-lp-fv__img picture{
    display: block;
    line-height: 1;
    width: 100%;
    height: 100%;
}

.section-lp-fv__img picture img{
    display: block;
    width: 100%;
    line-height: 1;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
}

.section-lp-fv__inner{
    position: relative;
}

.section-lp-fv__content {
    position: absolute;
    left: 80px;
    width: 50vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-lp-fv__inner::before {
    position: absolute;
    content: '';
    top:0px;
    left: 0;
    width: calc(50vw + 120px);
    height: calc(100% - 2px);
    background-image: url('/media/assets/lp/images/202604/gradation__fv-pc.webp');
    background-size: cover;
    background-position: right center;
    clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0 100%);
    z-index: 0;
}

h1.section-lp-fv__catch {
    width: 70%;
    max-width: 410px;
}

.section-lp-fv__stats {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    gap: 10px;
}

li.fv-stat {
    width: 150px;
}


p.section-lp-fv__lead {
    max-width: 390px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin-top: 20px;
}

section.section-lp-fv {
    margin-top: 70px;
}

.section-lp-fv__btns {
    position: fixed;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20px;
    padding: 32px 22px;
    width: 100%;
    max-width: 850px;
    z-index: 9999;
}
.section-lp-fv__note{
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.25));
    position: relative;
}

.section-lp-fv__note::before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CCCCCC;
    height: 1px;
    bottom: 0;
    content: "";
    display: block;
    width: 210px;
}
.section-lp-fv__note span{
    color: #DD8A15;
}


.section-lp-job__inner.w-1100 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-label{
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    display: block;
    font-weight: 700;
}
.section-lp-job__inner.w-1100 .section-label,
.section-lp-case .section-label,
.section-lp-consultation .section-label{
    color: #DD8A15;
}

.section-lp-why .section-label,
.section-lp-flow .section-label,
.section-lp-entry .section-label{
        color: #F9FF48;
}

.section-lp-why h2.section-title,
.section-lp-flow h2.section-title,
.section-lp-entry h2.section-title{
    color: #fff;
}
h2.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 2px;
    line-height: 1.5;
}

p.section-desc br.sp{
    display: none;
}
@media screen and (max-width:768px) {
p.section-desc br.sp{
    display: block;
}
}

p.section-desc {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #787878;
    font-weight: 700;
}

.section-lp-job__inner p.section-desc{
margin-top: 22px;
margin-bottom: 32px;
}

section.section-lp-job {
    background-image: url('/media/assets/lp/images/202604/dots-bg.png');

}


p.site-footer__copy {
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
    background-color: #2B2B2B;
    color: #fff;
    font-weight: 700;
    padding-bottom: 12px;
}

ul.job-list {
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.15));
    border-radius: 20px;
}

li.job-card {
    width: calc((100% - 14px - 14px - 14px) /4);
}

p.job-card__company {
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
    line-height: 1.5;
    color: #1852D2;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    letter-spacing: .1em;
}

.job-card__position{
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .1em;
}
.job-card__salary{
    padding-bottom: 12px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .1em;
}
.job-card__position span,
.job-card__salary span {
    color: #1852D2;
    font-weight: 700;
    display: block;
    line-height: 1.5;
font-size: 14px;
}
.section-lp-why,
.section-lp-flow,
.section-lp-entry {
    background: linear-gradient(315deg, #24BDFF 0%, #107DF8 51%, #0037C7 100%);
}
.section-lp-why__inner.w-1100{
    padding-top: 80px;
    padding-bottom: 80px;
}

ul.why-list {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
li.why-step {
    background-color: #fff;
    padding: 20px 20px 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.why-step__tab {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    top: -20px;
    background-color: #2B2B2B;
    padding: 20px 10px 18px;
    color: #fff;
    font-weight: 700;
}

h2.section-title br.sp{
    display: none;
}

@media screen and (max-width:640px) {
h2.section-title br.sp{
    display: block;
}
}

p.why-step__num.eng{
    color: #F9FF48;
    text-align: center;
    font-size: 32px;
    display: block;
    width: 100%;
    line-height: 1.5;
    letter-spacing: .1em;
}

h3.why-step__title{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .1em;
}

section.section-lp-case p.section-desc {
    margin-top: 22px;
    margin-bottom: 32px;
}
.section-lp-why p.section-desc {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 32px;
    margin-top: 22px;
}

.section-lp-case__inner.w-1100{
    padding-top: 80px;
    padding-bottom: 80px;
}
li.why-step h4 {
    color: #DD8A15;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 16px;
    font-weight: 700;
    position: relative;
    margin-bottom: 23px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}p.why-step__desc{
    color: #787878;
    font-size: 16px;
    line-height: 2;
    margin-top: 24px;
}

li.why-step h4::before{
    display: block;
    width: 100%;
    max-width: 240px;
    left: 50%;
    height: 1.5px;
    position: absolute;
    background-color: #ccc;
    content: "";
    transform: translateX(-50%);
    bottom: 0;
}

.why-step__img {
    width: 100%;
    height: 120px;
    display: block;
}

.why-step__img picture,
.why-step__img picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}


ul.case-list {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

ul.case-list li.case-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.15));
}

.case-card__profile {
    display: flex;
    gap: 20px;
}.case-card__profile img.case-card__avatar {
width: 80px;
height: 80px;
object-fit: contain;
display: block;
}
.case-card__profile .text-box{
    width: calc(100% - 80px - 20px);
}

p.case-card__meta {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 2;
    padding-bottom: 5px;
    margin-top: 8px;
    color: #8B8B8B;
}
p.case-card__comment {
    font-size: 18px;
    font-weight: 700;
}

.case-card__salary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}
.case-card__salary > div{
    width: calc((100% - 18px) / 2);
}

.case-card__salary-before {
    background: #E7F2FF;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    gap: 12px;
}
.case-card__salary-before span.salary__label.eng{
color: #1852D2;
}

.case-card__salary-after {
    background: #FFFCE1;
    border-radius: 20px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.case-card__salary-after span.salary__label.eng{
    
color: #DD8A15;
}

span.salary__label.eng {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

span.salary__company {
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 700;
    margin-top: 2px;
}

.case-card__salary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
    position: relative;
}

span.salary__arrow {
    position: absolute;
    left: 50%;
    width: 36px;
    height: 36px;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
}

p.case-card__text {
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    margin-top: 24px;
}

section.section-lp-flow {
    padding-top: 80px;
    padding-bottom: 80px;
}


ul.flow-list {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

li.flow-step{
    width: calc((100% - 24px - 24px - 24px) / 4);
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 56px 20px 46px;
}


p.flow-step__num.eng {
    position: absolute;
    border-radius: 1000000000px;
    left: 50%;
    top: 0;
    color: #F9FF48;
    padding: 4px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    min-width: 164px;
    background-color: #2B2B2B;
    transform: translate(-50%, -50%);
}

.flow-step__icon {
    width: 100%;
    height: 100px;
}

.flow-step__icon picture,
.flow-step__icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

p.flow-step__title {
    margin-top: 24px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
p.flow-step__desc {
    text-align: center;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 16px;
}

ul.flow-list {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    margin-top: 72px;
}

section.section-lp-flow p.section-desc {
    color: #fff;
    margin-top: 22px;
}

section.section-lp-consultation{
    padding-top: 80px;
    padding-bottom: 80px;
}

li.flow-step:not(:last-child)::after {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    display: block;
    position: absolute;
    width: 12px;
    height: 22px;
    background-image: url('/media/assets/lp/images/202604/flow-arrows.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section.section-lp-consultation p.section-desc{
    margin-top: 22px;
    margin-bottom:56px;
}

ul.consultation-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.15));
}

li.consultation-step {
    max-width: 890px;
    margin: auto;
    width: 100%;
}

li.consultation-step {
    max-width: 890px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.consultation-step__body {
    width: calc(55% - 20px);
}

.consultation-step__img{
    width: 45%;
}

h3.consultation-step__title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
}

p.consultation-step__num.eng {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #DD8A15;
    margin-bottom: 8px;
    margin-top: 20px;
}

p.consultation-step__desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 700;
}

li.consultation-step:nth-child(2n) .consultation-step__img{
order: 0;
}
li.consultation-step:nth-child(2n) .consultation-step__body{
    order: 2;
}


.section-lp-fv__btns {
    transition: opacity 0.4s ease;
}


section#entry {
    padding-top: 80px;
    padding-bottom: 80px;
}

section#entry p.section-desc {
    color: #fff;
    text-align: center;
    margin-top: 22px;
    margin-bottom:40px;
}

.section-lp-fv__btns__flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 670px;
}a.btn.btn--orange {
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #F9FF48;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #FD9607 0%, #EE5E21 100%);
    z-index: 0;
    border-radius: 1000000000000000px;
    padding: 19px 18px;
    text-align: center;
}

a.btn.btn--orange::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #EE5E21 0%, #FD9607 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

a.btn.btn--orange:hover::before {
    opacity: 1;
}
a.btn.btn--orange .pc{
    display: block;
}

a.btn.btn--orange .sp{
    display: none;
}

@media screen and (max-width:768px) {
    
a.btn.btn--orange .pc{
    display: none;
}

a.btn.btn--orange .sp{
    display: block;
}

}



a.btn.btn--orange::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/media/assets/lp/images/202604/btn-arrows.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (max-width:1000px) {
.section-lp-fv__content {
    width: 35vw;
    justify-content: flex-start;
}
.section-lp-fv__img {
    width: 60vw;
    height: 70vh;
    max-height: 544px;
}
.section-lp-fv__inner::before {
    width: calc(45vw + 90px);
    height: calc(100% - 0px);
    clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0 100%);
}
h1.section-lp-fv__catch picture,
h1.section-lp-fv__catch picture img{
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: left;
    align-content: center;
}
h1.section-lp-fv__catch {
    width: 100%;
}
p.section-lp-fv__lead {
    font-size: 14px;
}
li.fv-stat {
    width: 12vw;
}
.section-lp-fv__img picture img {
    object-position: center bottom;
}
h2.section-title {
    font-size: 28px;
}
h3.why-step__title {
    font-size: 16px;
}
p.why-step__num.eng {
    font-size: 24px;
}
li.why-step h4 {
    font-size: 16px;
}
p.why-step__desc {
    font-size: 14px;
    margin-top: 16px;
}
.case-card__profile img.case-card__avatar {
    width: 60px;
    height: 60px;
}
p.case-card__comment {
    font-size: 16px;
}
.case-card__profile .text-box {
    width: calc(100% - 60px - 20px);
}
p.flow-step__title {
    font-size: 16px;
}
p.flow-step__desc {
    font-size: 14px;
}
li.flow-step {
    padding: 40px 10px 40px;
}
}

@media screen and (max-width:768px) {
ul.case-list {
    border-radius: 20px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 14px #00000014);
}
h2.section-title {
    font-size: 24px;
}
ul.job-list {
    padding: 40px 20px;
}
ul.why-list {
    flex-direction: column;
}
ul.flow-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 40px;
    padding: 72px 0px 40px;
    margin-top: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: calc(100% + 20px);
}
ul.flow-list::-webkit-scrollbar {
    display: none;
}
li.flow-step {
    width: 260px;
    padding: 40px 10px 40px;
    flex-shrink: 0;
    scroll-snap-align: center;
}
ul.flow-list::after {
    content: '';
    display: block;
    min-width: 20px;
    flex-shrink: 0;
}
li.consultation-step {
    flex-direction: column;
    gap: 20px;
}
.consultation-step__body {
    width: 100%;
}
.consultation-step__img {
    width: 100%;
}
ul.consultation-list {
    padding: 40px 20px;
}
p.consultation-step__num.eng {
    margin-top: 0;
}
h3.consultation-step__title {
    font-size: 24px;
}
li.consultation-step:nth-child(2n) .consultation-step__body {
    order: 1;
}
li.consultation-step:nth-child(2n) .consultation-step__img {
    order: 2;
}
p.consultation-step__desc {
    font-size: 14px;
}
a.btn.btn--orange {
    font-size: 14px;
    padding: 8px 10px;
}
a.btn.btn--orange::after {
    width: 10px;
    height: 10px;
    right: 10px;
}
.section-lp-fv__btns {
    bottom: 0;
    border-radius: 20px 20px 0 0;
    padding: 18px 14px;
}
.section-lp-fv__note {
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 16px;
}
.section-lp-fv__note::before{
    display: none;
}
header.section-header .header-logo {
    max-width: 120px;
    margin: auto;
}
header.section-header {
    padding: 12px 20px;
}
section.section-lp-fv {
    margin-top: 50px;
}
.section-lp-fv__content {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    transform: none;
    justify-content: flex-start;
    background: linear-gradient(315deg, #24BDFF 0%, #107DF8 51%, #0037C7 100%);
    padding: 32px 20px;
}
.section-lp-fv__inner::before{
    display: none;
}
.section-lp-fv__img {
    width: 100%;
    height: max-content;
    max-height: 544px;
}
h1.section-lp-fv__catch {
    width: 100%;
    max-width: 268px;
}
p.section-lp-fv__lead {
    font-size: 14px;
    margin-top: 12px;
}
.section-lp-fv__stats {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    right: auto;
    width: calc(100% - 40px);
    justify-content: center;
}
li.fv-stat {
    width: 30%;
}
.slick-next{
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
}
}


/* ========================================
   Entry Section
   ======================================== */

.section-entry {
  background: linear-gradient(315deg, #24BDFF 0%, #107DF8 51%, #0037C7 100%);
  padding: 80px 0;
}
.section-entry__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-entry .section-label {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #F9FF48;
}
.section-entry__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-top: 2px;
  line-height: 1.5;
  letter-spacing: .1em;
}
.section-entry__desc {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 40px;
}

/* ========================================
   Registration Form (in-section)
   ======================================== */

.registration-form {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.registration-form__content {
  width: 100%;
  min-height: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
}

/* Question Header */
.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.question-number {
  font-size: 20px;
  font-weight: 700;
  color: #494949;
}
.question-count {
  font-size: 18px;
  font-weight: 500;
  color: #494949;
}

/* Progress Bar */
.progress-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}
.progress-bar__item {
  flex: 1;
  height: 4px;
  background: rgba(6, 113, 175, 0.3);
  border-radius: 2px;
}
.progress-bar__item.active {
  background: #0671af;
}

/* Form Slides */
.form-slide {
  display: none;
}
.form-slide.active {
  display: block;
}
.question-title {
  font-size: 18px;
  font-weight: 700;
  color: #494949;
  margin: 0 0 20px 0;
}
.question-input {
  margin-bottom: 40px;
}
.form-slide[data-question="6"] .question-input {
  margin-bottom: 40px;
}

/* Form Select */
.form-select {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid rgba(133, 133, 133, 0.7);
  border-radius: 5px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  color: #494949;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L2 5H12L7 10Z' fill='%23494949'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.form-select:focus {
  outline: none;
  border-color: #0671af;
}
.form-select option[value=""] {
  color: #999;
}

/* Form Input */
.form-input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid rgba(133, 133, 133, 0.7);
  border-radius: 5px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  color: #494949;
}
.form-input:focus {
  outline: none;
  border-color: #0671af;
}
.form-input::placeholder {
  color: #999;
}

/* Navigation Buttons */
.registration-form__navigation {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
  padding: 0 40px 30px;
}
.nav-btn {
  width: 200px;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-btn--back {
  background: #858585;
  border: none;
  color: #ffffff;
}
.nav-btn--back.disabled {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  color: #e2e2e2;
  cursor: not-allowed;
}
.nav-btn--back:hover:not(.disabled) {
  background: #707070;
}
.nav-btn--next,
.nav-btn--submit {
  background: #cc5300;
  color: #ffffff;
}
.nav-btn--next:hover:not(:disabled),
.nav-btn--submit:hover:not(:disabled) {
  background: rgb(153, 62, 0);
}
.nav-btn--next:disabled,
.nav-btn--submit:disabled {
  background: #999999 !important;
  cursor: default !important;
  opacity: 0.6;
}

/* Form Field Container (Q6) */
.form-field-container {
  margin-bottom: 10px;
}
.form-field-container--last {
  margin-bottom: 5px;
}
.form-field-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #494949;
  margin-bottom: 5px;
}

/* Privacy Text */
.privacy-text {
  font-size: 10px;
  color: #000000;
  margin: 5px 0 0 0;
  line-height: 1.1;
}
.privacy-text .privacy-link {
  color: #000000;
  text-decoration: underline;
}

/* ========================================
   Responsive
   ======================================== */

@media screen and (max-width: 768px) {
  .section-entry {
    padding: 60px 0;
  }
  .section-entry .section-label {
    font-size: 24px;
  }
  .section-entry__title {
    font-size: 24px;
  }
  .section-entry__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .registration-form__content {
    padding: 24px 20px;
  }
  .registration-form__navigation {
    padding: 0 20px 24px;
  }
  .question-title {
    font-size: 16px;
  }
  .nav-btn {
    width: 50%;
    height: 45px;
    font-size: 16px;
  }
  .section-lp-fv__note {
    margin-bottom: 4px;
    padding-bottom: 0;
    font-size: 14px;
}.section-lp-fv__btns {
    bottom: 0;
    border-radius: 20px 20px 0 0;
    padding: 14px 14px 8px;
}
.section-lp-fv__btns__flex {
    gap: 10px;
}
li.job-card {
    padding: 0 12px;
}
}
.case-card__salary-before span.salary__num {
color:#1852D2;
}
.case-card__salary-after span.salary__num {
color:#DD8A15;
}
span.salary__num {
    font-size: 28px;
    font-weight:bold;
    letter-spacing:.1em;
}
span.salary__num small {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .case-slider__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 12px;
        height: 22px;
        padding: 0;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .case-slider__arrow::before {
        content: none;
    }

    .case-slider__arrow img {
        width: 12px;
        height: 22px;
        display: block;
    }

    .case-slider__arrow--prev {
        left: 10px;
    }

    .case-slider__arrow--next {
        right: 10px;
    }
    ul.case-list li.case-card {
    filter: none;
    border-radius: 0px;
}
section.section-lp-case .slick-next:before,
section.section-lp-case .slick-prev:before,
ul.job-list .slick-next:before,
ul.job-list .slick-prev:before{
display:none !important;
}
section.section-lp-case .slick-prev,
section.section-lp-case .slick-next,
ul.job-list .slick-prev,
ul.job-list .slick-next{
    width: 12px !important;
    height: 22px !important;
}
}