@charset "utf-8";

/*-----------------------------------------------
    Scroll-in（li 単位・既存 secMessage と同仕様）
-----------------------------------------------*/
@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(3rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutFadeUpLite {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.jsScrollFade {
    opacity: 0;
}

.jsScrollFade:not(.jsScrollFade--lite) {
    transform: translateY(3rem);
}

.jsScrollFade.is-visible {
    animation: aboutFadeUp 0.8s ease var(--fade-delay, 0s) forwards;
}

.jsScrollFade--lite.is-visible {
    animation: aboutFadeUpLite 0.8s ease var(--fade-delay, 0s) forwards;
}

/*-----------------------------------------------
    Main Visual (Hero)
-----------------------------------------------*/
.secMainVisual {
    position: relative;
}

.secMainVisual .imgMainBg {
    width: 100%;
    height: 65rem;
    object-fit: cover;
    object-position: center top;
    display: block;
    opacity: 0;
    transition: opacity 2s;
}
.secMainVisual .imgMainBg.loaded {
    opacity: 1;
}

@keyframes imgCopySlideIn {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

.secMainVisual .imgCopy {
    /* transform: translate(-50%, 0); */
    width: 100%;
    max-width: 62.5rem;
    pointer-events: none;
    text-align: center;
    margin-top: 1.8rem;
    animation: imgCopySlideIn 0.5s ease-out 1s both;
}

@media screen and (max-width: 1215px) {
    .secMainVisual .imgMainBg {
        height: 101.33vw;
    }

    .secMainVisual .imgCopy {
        bottom: auto;
        top: 10.93vw;
        width: 100%;
        max-width: 32.8rem;
        margin-top: 1.2rem;
        margin-left: 0.8rem;
    }
}
.secMainVisual .bg.lazyload {
    background: url("../../../img/front/recruitment/imgHero.jpg") no-repeat center center / cover;
}
.secMainVisual .bg{
    height: 90rem;
}

/* Fv SP Action Bar */
.secMainVisual .boxFvSpAction {
    /* background: #e8f1fc; */
    padding: 1.5rem 0;
    max-width: 34.5rem;
    margin: 0 auto;
    width: 92%;
}
.secMainVisual .boxFvSpActionInner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem;
}
.secMainVisual .txtFvSpAction {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-text);
    line-height: 1.4;
    flex-shrink: 1;
    min-width: 0;
}
.secMainVisual .imgFvSpActionIcon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}
.secMainVisual .boxFvSpActionBtns {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
}
.secMainVisual .btnFvSpLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border: 0.1rem solid var(--color-recruitment);
    color: var(--color-recruitment);
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0.5rem;
    width: 7rem;
    height: 3.2rem;
    text-align: center;
}
.secMainVisual .btnFvSpRegister {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e66922;
    color: var(--color-white);
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0.5rem;
    width: 6.4rem;
    height: 3.2rem;
    text-align: center;
}
.secMainVisual  .titMain{
    font-size: 4rem;
    font-weight: bold;
}
.secMainVisual .FvFlexBox{
    display: flex;
    justify-content: flex-start;
    margin-top: 22rem;
    align-items: center;
}
.secMainVisual .FvFlexItem{
    text-align: center;
    width: 76rem;
    position: relative;
    left: -4rem;
}
.secMainVisual .flexList{
    display: flex;
    justify-content: center;
    width: 25rem;
    margin: 0 auto;
}
.secMainVisual .Box1{
    border: 0.1rem solid var(--color-recruitment);
    padding: 1.7rem 3.3rem;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 0.5rem;
}
.secMainVisual .Box1:nth-child(2){
    margin-left: 1rem;
}
.secMainVisual .titMain01{
    font-size: 1.4rem;
    color: var(--color-recruitment);
    font-weight: bold;
    letter-spacing: 0.05em;
}
.secMainVisual .titMain02{
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 1.8rem;
    letter-spacing: 0.3rem;
    color: var(--color-text);
}
.secMainVisual .txtMain02{
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 1rem;
    color: var(--color-text-light);
}
.secMainVisual .BoxBtn{
    background: var(--color-recruitment);
    max-width: 30rem;
    border-radius: 2.5rem;
    margin: 3.3rem auto 0;
}
.secMainVisual .btnMore{
    font-size: 1.6rem;
    text-align: center;
    padding: 2.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}
.secMainVisual .BoxImg{
    padding-left: 6.5rem;
    position: relative;
    top: -14rem;
    flex: 1;
}
.secMainVisual .BoxImg.jobGate{
    padding-left: 25.5rem;
    position: relative;
    top: -14rem;
    flex: 1;
    left: -8rem;
}
@media screen and (max-width: 1215px){
    .secMainVisual .bg.lazyload {
        background: url("../../../img/front/recruitment/imgHero_sp.jpg") no-repeat center center / cover;
    }
    .secMainVisual .bg{
        height: 68rem;
        padding-bottom: 6rem;
    }
    .secMainVisual  .titMain{
        font-size: 2.3rem;
        font-weight: bold;
    }
    .secMainVisual .FvFlexBox{
        display: block;
        margin: 0 auto;
        margin-top: 2.5rem;
        width: 92%;
    }
    .secMainVisual .FvFlexItem{
        margin: 0 auto;
        max-width: 34.5rem;
        width: 100%;
        left: 0;
    }
    .secMainVisual .flexList{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .secMainVisual .Box1{
        padding: 0.9rem 1.2rem 1.2rem;
        text-align: center;
        max-width: 12.5rem;
        left: -0.2rem;
    }
    .secMainVisual .Box1:nth-child(2){
        margin-left: 0.5rem;
    }
    .secMainVisual .titMain01{
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    .secMainVisual .titMain02{
        font-size: 2.1rem;
        line-height: 1.4;
        margin-top: 1.4rem;
        left: 0;
        letter-spacing: 1px;
    }
    .secMainVisual .txtMain02{
        font-size: 1.2rem;
        line-height: 1.66;
        margin-top: 1.3rem;
    }
    .secMainVisual .BoxBtn{
        background: var(--color-recruitment);
        max-width: 20rem;
        border-radius: 1rem;
        margin: 1.5rem auto 0;
    }
    .secMainVisual .btnMore{
        font-size: 1.2rem;
        text-align: center;
        padding: 1.5rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-white);
    }
    .secMainVisual .BoxImg{
        padding-left: 0;
        position: relative;
        top: 0;
        flex: 1;
        max-width: 30.5rem;
        margin: 0 auto;
        margin-top: 3.2rem;
    }
    .secMainVisual .BoxImg.jobGate{
        padding-left: 0;
        position: relative;
        top: 0;
        flex: 1;
        max-width: 30.5rem;
        margin: 0 auto;
        margin-top: 3.2rem;
        left: 0;
    }
    .cmnPnkz {
        padding: 0;
    }
}
@media only screen and (max-width: 335px) {
    .secMainVisual .txtFvSpAction {
        font-size: 1rem;
    }
    .secMainVisual .titMain02 {
        font-size:1.8rem;
    }

}

/*-----------------------------------------------
    secSkillGate
-----------------------------------------------*/
.secSkillGate {
    background: var(--color-bg);
}
.secSkillGate .bgsSkill {
    padding: 13.5rem 0 12rem;
}
.secSkillGate .titSkillGate {
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.4;
}
.secSkillGate .titSkillGateGradient {
    background: linear-gradient(90deg, #01b8bf 0%, #8a95a5 50%, #ff6473 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.secSkillGate .listSkillCanDo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5.3rem 4rem;
    max-width: 100%;
    margin: 4.8rem auto 0;
}
.secSkillGate .itemSkillCanDo {
    position: relative;
    grid-column: span 2;
    background: var(--color-white);
    border-radius: 2rem;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
    padding: 4.8rem 5.2rem 3rem;
    margin-top: 2.5rem;
    text-align: center;
    min-height: 58rem;
}
.secSkillGate .itemSkillCanDo:first-child {
    /* border: 0.2rem solid var(--color-recruitment); */
}
.secSkillGate .itemSkillCanDo:nth-child(4) {
    grid-column: 2 / 4;
    padding-top: 5.2rem;
}
.secSkillGate .itemSkillCanDo:nth-child(5) {
    grid-column: 4 / 6;
}
.secSkillGate .numSkillCanDo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-weight: 500;
    color: var(--color-recruitment);
    line-height: 1;
    letter-spacing: 0.02em;
}
.secSkillGate .boxSkillCanDoImg {
    border-radius: 0.4rem;
    overflow: hidden;
    line-height: 0;
}
.secSkillGate .boxSkillCanDoImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secSkillGate .titSkillCanDo {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3rem;
    line-height: 1.4;
}
.secSkillGate .txtSkillCanDo {
    font-size: 1.4rem;
    line-height: 1.85;
    color: var(--color-text-light);
    margin-top: 1.2rem;
    text-align: left;
}
.secSkillGate .btnSkillCanDoLink {
    display: inline-block;
    margin-top: 2rem;
    padding: 1.4rem 2.4rem;
    background: var(--color-recruitment);
    border-radius: 2.5rem;
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width: 1215px) {
    .secSkillGate .bgsSkill {
        padding: 5.1rem 0 6rem;
    }
    .secSkillGate .titSkillGate {
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .secSkillGate .listSkillCanDo {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: 34.5rem;
        margin-top: 3.2rem;
    }
    .secSkillGate .itemSkillCanDo,
    .secSkillGate .itemSkillCanDo:nth-child(4),
    .secSkillGate .itemSkillCanDo:nth-child(5) {
        grid-column: 1;
    }
    .secSkillGate .itemSkillCanDo {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        min-height: auto;
        padding: 2.6rem 1.7rem 2rem;
        border-radius: 0.6rem;
        text-align: left;
        box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.06);
    }
    .secSkillGate .itemSkillCanDo:nth-child(4) {
        padding-top: 2.5rem;
    }
    .secSkillGate .boxSkillCanDoImg {
        order: 1;
        border-radius: 1.8rem;
    }
    .secSkillGate .numSkillCanDo {
        order: 2;
        position: static;
        transform: none;
        display: block;
        font-size: 1.8rem;
        margin-top: -0.5rem;
        line-height: 1;
    }
    .secSkillGate .titSkillCanDo {
        order: 3;
        font-size: 1.6rem;
        margin-top: 0.6rem;
        text-align: left;
        line-height: 1.4;
    }
    .secSkillGate .txtSkillCanDo {
        order: 4;
        font-size: 1.2rem;
        line-height: 1.66;
        color: var(--color-text);
        margin-top: 0.5rem;
        text-align: left;
    }
    .secSkillGate .btnSkillCanDoLink {
        order: 5;
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2rem;
        padding: 1rem 1.5rem;
        margin-top: 1.5rem;
        text-align: center;
        box-sizing: border-box;
        max-width: 21rem;
        border-radius: 1.75rem;
    }
    .secSkillGate .boxSkillCanDoImg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 17.5rem;
        margin: 0 auto;
    }
    .secSkillGate .titSkillGate {
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 323px) {
    .secSkillGate .titSkillGate {
        font-size: 1.8rem;
    }
}
/*-----------------------------------------------
    Oyasumi Modal（member.php「詳しく見る」と同仕様）
-----------------------------------------------*/
body.is-oyasumi-modal-open {
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}
.secOyasumiModal {
    display: none;
    position: fixed;
    z-index: 10001;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 10rem 5rem;
    background-color: rgba(0, 0, 0, 0.5);
}
.secOyasumiModal.is-active {
    display: block;
}
.secOyasumiModal__hide {
    width: 4rem;
    margin: 0 0 2rem auto;
    color: var(--color-white);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    cursor: pointer;
}
.secOyasumiModal__img {
    display: block;
    height: calc(100% - 6rem);
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
}
@media screen and (max-width: 1215px) {
    .secOyasumiModal {
        padding: 6rem 2rem;
    }
    .secOyasumiModal__hide {
        width: 3rem;
        margin-bottom: 1rem;
        font-size: 3rem;
    }
    .secOyasumiModal__img {
        height: calc(100% - 4rem);
    }
}




/*-----------------------------------------------
    secBtn (CTA)
-----------------------------------------------*/
.secBtn{
    /* background-color: #e8e8e8; */
    /* padding: 10.2rem 2rem 16rem; */
    padding-bottom: 25rem;
}
.secBtn__inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.4rem;
    max-width: 103rem;
    margin: 0 auto;
}
.secBtn .btnMore.shine{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 50rem;
    min-height: auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 2.5rem;
    padding: 4.5rem 2rem;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.secBtn .btnMore--contact{
    background: var(--color-white);
    color: var(--color-recruitment);
    border: 0.2rem solid var(--color-recruitment);
}
.secBtn .btnMore--register{
    background: #e66922;
    color: var(--color-white);
    border: 0.2rem solid #e66922;
}
.secBtn .btnMore.shine::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.35) 48%, rgba(255, 255, 255, 0.35) 52%, rgba(255, 255, 255, 0) 56%);
    animation: recruitmentBtnShine 4s linear infinite;
    pointer-events: none;
}
.secBtn .btnMore--contact.shine::after{
    background: linear-gradient(110deg, rgba(72, 135, 240, 0) 44%, rgba(72, 135, 240, 0.051) 48%, rgba(72, 135, 240, 0.051) 52%, rgba(72, 135, 240, 0) 56%);
}
@keyframes recruitmentBtnShine{
    0%{
        transform: translateX(0);
    }
    10%{
        transform: translateX(200%);
    }
    100%{
        transform: translateX(200%);
    }
}

@media screen and (max-width: 1215px){
    .secBtn{
        padding: 0 0 10rem;
    }
    .secBtn__inner{
        flex-direction: column-reverse;
        align-items: center;
        gap: 1.8rem;
    }
    .secBtn .btnMore.shine{
        width: 100%;
        max-width: 30.5rem;
        min-height: auto;
        padding: 3.2rem 1.5rem;
        border-radius: 1rem;
        font-size: 1.6rem;
    }
}
.cmnFooter {
    margin: 0rem 0 0;
}

/*-----------------------------------------------
    secPlan
-----------------------------------------------*/
.secPlan {
    background: var(--color-bg);
    padding: 7rem 0 15rem;
}
.secPlan .titPlan {
    text-align: center;
    line-height: 1.4;
}
.secPlan .titPlanMain {
    display: block;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.secPlan .titPlanSub {
    display: block;
    margin-top: 0.4rem;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.secPlan .boxPlanTableScrollWrap {
    margin-top: 7.2rem;
}
.secPlan .boxPlanTableScroll {
    overflow: visible;
}
.secPlan .tblPlan {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: none;
}
.secPlan .tblPlan th,
.secPlan .tblPlan td {
    border: 0.1rem solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
}
.secPlan .tblPlan__label {
    width: 18%;
    background: #faf6ee;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 3.2rem 1rem;
    color: var(--color-text);
}
.secPlan .tblPlan__corner {
    width: 18%;
    padding: 0;
    background: transparent;
    border: none !important;
}
.secPlan .tblPlan thead .tblPlan__head--light {
    border-left: none;
}
.secPlan .tblPlan__head {
    width: 24.33%;
    color: var(--color-white);
    padding: 3.2rem 1.5rem 3.2rem;
    font-weight: normal;
}
.secPlan .tblPlan__head--light {
    background: var(--color-recruitment01);
}
.secPlan .tblPlan__head--standard {
    background:var(--color-recruitment);
}
.secPlan .tblPlan__head--premium {
    background:var(--color-recruitment02);
}
.secPlan .tblPlan__name {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}
.secPlan .tblPlan__desc {
    display: block;
    margin-top: 0.6rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
}
.secPlan .tblPlan__data {
    background: var(--color-white);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 2.4rem 1rem;
    color: var(--color-text);
}
.secPlan .tblPlan__price {
    display: block;
}
.secPlan .tblPlan__priceNote {
    display: block;
    /* margin-top: 0.8rem; */
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}
.secPlan .tblPlan__rowPrice .tblPlan__label,
.secPlan .tblPlan__rowPrice .tblPlan__data {
    padding: 4.2rem 1rem 4.5rem;
}

@media screen and (max-width: 1215px) {
    .secPlan {
        padding: 1.7rem 0 8.3rem;
    }
    .secPlan .titPlanMain {
        font-size: 2.2rem;
        letter-spacing: 0;
    }
    .secPlan .titPlanSub {
        font-size: 2rem;
        margin-top: 0.2rem;
        letter-spacing: 0;
    }
    .secPlan .boxPlanTableScrollWrap {
        margin-top: 3.4rem;
        width: calc(100% + ((100vw - 100%) / 2));
        margin-right: calc((100% - 100vw) / 2);
    }
    .secPlan .boxPlanTableScroll {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .secPlan .boxPlanTableScroll::-webkit-scrollbar {
        display: none;
    }
    .secPlan .boxPlanTableScrollbar {
        margin-top: 1.2rem;
        height: 0.5rem;
        /* background: #e0e0e0; */
        border-radius: 0.25rem;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        touch-action: none;
    }
    .secPlan .boxPlanTableScrollbar.is-hidden {
        opacity: 0;
        pointer-events: none;
    }
    .secPlan .boxPlanTableScrollbar__thumb {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        min-width: 3rem;
        background: #dbd9d8;
        border-radius: 0.25rem;
        cursor: grab;
        touch-action: none;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        transition: transform 0.12s ease-out;
    }
    .secPlan .boxPlanTableScrollbar__thumb.is-dragging {
        cursor: grabbing;
        transition: none;
    }
    .secPlan .tblPlan {
        width: 72.2rem;
        min-width: 72.2rem;
        margin: 0 auto;
    }
    .secPlan .tblPlan__label {
        font-size: 1.2rem;
        padding: 1.6rem 0.8rem;
    }
    .secPlan .tblPlan__corner {
        padding: 0;
    }
    .secPlan .tblPlan__head {
        padding: 1.6rem 0.8rem;
    }
    .secPlan .tblPlan__name {
        font-size: 1.4rem;
    }
    .secPlan .tblPlan__desc {
        margin-top: 0.4rem;
        font-size: 1rem;
    }
    .secPlan .tblPlan__data {
        font-size: 1.4rem;
        padding: 1.6rem 0.8rem;
    }
    .secPlan .tblPlan__priceNote {
        margin-top: 0.6rem;
        font-size: 1rem;
    }
    .secPlan .tblPlan__rowPrice .tblPlan__label,
    .secPlan .tblPlan__rowPrice .tblPlan__data {
        padding: 2.4rem 0.8rem;
    }
}
@media screen and (max-width: 375px) {
    .secPlan .tblPlan {
        width: 72.2rem;
        min-width: 72.2rem;
    }
}

/*-----------------------------------------------
    SubNav 企業用ボタン（recruitment ページのみ）
-----------------------------------------------*/
.secSubNav .boxCompanyMember {
    display: flex;
    gap: 1.0em;
    align-items: center;
    border-right: 1px solid #e0e0e0;
    padding-right: 3.5rem;
    margin-right: 1.7rem;
}
.secSubNav .lnkCompanyRecruit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--pcFontSize11);
    letter-spacing: var(--pcLetterSpacing40);
    color: var(--color-text);
    white-space: nowrap;
}
.secSubNav .imgCompanyRecruit {
    width:1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
}
.secSubNav .btnCompanyLink {
    background-color: var(--color-white);
    border: 0.1rem solid var(--color-recruitment);
    color: var(--color-recruitment);
    padding: 0.8rem 0.6rem 0.9rem;
    width: 8.4rem;
    font-size: var(--pcFontSize12);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing40);
    border-radius: 0.5rem;
    text-align: center;
}
.secSubNav .btnCompanyRegister {
    background-color: #e66922;
    border-color: #e66922;
    color: var(--color-white);
}

