/* ▼全ページ共通 */
.bgGradient {
    position: relative;
    overflow: visible;
    border-radius: 10rem;
    padding-top: 0.6rem;
}
.bgGradient::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background-image: linear-gradient(to bottom right, #fffdfd 15%, #d8e5f7 100%); */
    background-image: url(../img/common/bgBoby.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -999;
    pointer-events: none;
}
@media only screen and (max-width:1215px) {
    .bgGradient {
        order: 1;
        padding-top: 11.4rem;
    }
    .bgGradient::before {
        /* background-image: linear-gradient(to bottom right, #fffdff 15%, #d8e5f7 100%); */
        background-image: url(../img/common/bgBoby_sp.png);
    }
}



/* secCompany */
.secCompany{
    margin-top: 15.3rem;
    padding-bottom: 20rem;
}
/* secWe */
.secWe.lazyloaded{
    background: url(../img/company/bgWe.jpg) center center / cover no-repeat;
}
.secWe{
    border-radius: 10rem;
    display: flex;
    gap: 29.5rem;
    justify-content: center;
    color: var(--Colorwhite);
    height: 100rem;
    padding: 17rem 0 17rem;
}
.secWe .boxImg{
    flex-shrink: 0;
    margin-top: 5.3rem;
}
.secCompany .tit{
    font-size: var(--pcFontSize48);
    font-weight: bold;
    line-height: var(--pcLineHeight48_90);
    letter-spacing: var(--pcLetterSpacing48_50);
}
.secCompany .txt{
    font-size: var(--pcFontSize24);
    font-weight: bold;
    line-height: var(--pcLineHeight24_50);
    letter-spacing: var(--pcLetterSpacing24_50);
}
.secWe .boxTxt .tit{
    margin-bottom: 6.5rem;
}
.secWe .boxTxt .txt{
    margin-bottom: 5rem;
}
@media only screen and (max-width:1215px) {
    .secCompany{
        margin-top: 5.7rem;
        padding-bottom: 8rem;
    }
    .secWe{
        border-radius: 3rem;
        flex-direction: column;
        gap: 3.7rem;
        height: auto;
        padding: 2rem 0 1.6rem;
    }
    .secWe .boxImg{
        width: 11.1rem;
        margin: 3.7rem auto 0;
    }
    .secWe.lazyloaded{
        background: url(../img/company/bgWe_sp.jpg) center center / cover no-repeat;
    }
    .secCompany .tit{
        font-size: var(--spFontSize24);
        line-height: var(--spLineHeight24_46);
        letter-spacing: 0;
    }
    .secCompany .txt{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_36);
        letter-spacing: 0;
    }
    .secWe .boxTxt .tit{
        margin-bottom: 2rem;
        white-space: nowrap;
    }
    .secWe .boxTxt .txt{
        margin-bottom: 3.7rem;
        white-space: nowrap;
    }
}
@media only screen and (max-width:370px) {
    .secCompany .tit{
        font-size: var(--spFontSize22);
    }
    .secCompany .txt{
        font-size: var(--spFontSize16);
    }
}
/* secList */
.secList{
    max-width: calc(100% - 10rem);
    width: 171rem;
    margin: 0 0 0 auto;
    display: flex;
    gap: 9.1146%;
    align-items: center;
    margin-top: 20rem;
}
.secList.list02{
    margin: 0 auto 0 0;
    flex-direction: row-reverse;
    margin-top: 4.7rem;
}
.secList .boxTxt{
    white-space: nowrap;
    margin-top: 2rem;
    width: 42.1053%;
}
.secList .boxTxt .tit{
    letter-spacing: 0;
    margin-bottom: 6.3rem;
}
.secList .boxTxt .txt{
    letter-spacing: 0;
    margin-bottom: 5rem;
}
.secList .boxImg{
    border-radius: 6rem;
    overflow: hidden;
    width: 50.8772%;
    flex-shrink: 0;
}
.secList .bgWhite{
    background: var(--Colorwhite);
}
@media only screen and (max-width:1215px) {
    .secList {
        max-width: 40rem;
        width: calc((350 / 390) * 100%);
        margin: 0 auto;
        gap: 1rem;
        align-items: center;
        margin-top: 5rem;
        flex-direction: column;
    }
    .secList.list02{
        margin: 0 auto;
        flex-direction: column;
        margin: 3.3rem auto 0;
    }
    .secList .boxTxt .txt{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight18_34);
        letter-spacing: -0.05em;
        margin-bottom: 3.4rem;
    }
    .secList .boxTxt .tit {
        margin-bottom: 2rem;
    }
    .secList .boxImg {
        border-radius: 2rem;
        overflow: hidden;
        position: relative;
        left: 5.58%;
        width: 100%;
        flex-shrink: 0;
        max-width: 43.5rem;
    }
    .secList.list02 .boxImg {
        left: -5.58%;
    }
    .secList .boxTxt{
        width: 100%;
    }
}

/* secBrand */
.secBrand{
    margin-top: 19.5rem;
}
.cmnRecruit_title.min .title_eng {
    font-size: var(--pcFontSize80);
    margin-bottom: 3.2rem;
}
.cmnRecruit_title.min .title_jpn {
    font-size: var(--pcFontSize18);
    padding-left: 1.7rem;
    margin-left: 3.4rem;
}
.secBrand .boxBrand{
    display: flex;
    justify-content: center;
}
.secBrand .boxBrand .boxImg{
    position: relative;
    top: -14.2rem;
}
@media only screen and (max-width:1215px) {
    .secBrand{
        margin-top: 7.3rem;
    }
    .cmnRecruit_title.min .title_eng {
        font-size: var(--spFontSize38);
        margin-bottom: 1rem;
    }
    .cmnRecruit_title.min .title_jpn {
        font-size: var(--spFontSize18);
        padding-left: 0;
        margin-left: 0;
    }
    .secBrand .boxBrand{
        display: flex;
        justify-content: center;
    }
    .secBrand .boxBrand .boxImg{
        position: relative;
        top: 0;
        margin: 3.1rem auto 0;
        width: 95.645%;
        max-width: 37.3rem;
    }
}

/* secNumber */
.secNumber{
    margin-top: 20rem;
    box-shadow: 0 0px 10px var(--box-shadow_Color_10);
    background: var(--Colorwhite);
    border-radius: 10rem;
    padding: 12rem 0;
}
.secNumber .cmnRecruit_title{
    display: flex;
    gap: 52.5rem;
    align-items: flex-end;
}
.secNumber .titRight{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.secNumber .listNum{
    margin-top: 8rem;
    display: flex;
    gap: 5rem 3.334%;
    flex-wrap: wrap;
}
.secNumber .itemNum{
    border-radius: 5rem;
    background-image: linear-gradient(270deg, rgb(217,229,247) 0%, rgb(248,248,253) 100%);
    padding: 4rem;
    overflow: hidden;
    height: 40rem;
    position: relative;
}
.secNumber .titTop{
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_50);
    margin-bottom: 2.7rem;
    font-weight: bold;
}
.secNumber .titNum{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_22);
    letter-spacing: var(--pcLetterSpacing18_50);
    margin-bottom: 2.7rem;
    font-weight: bold;
}

.secNumber .titBox{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
    margin-bottom: 4rem;
    font-weight: bold;
    white-space: nowrap;
}
.secNumber .txtGradient{
    font-size: var(--pcFontSize100);
    letter-spacing: 0;
    font-weight: bold;
    background: linear-gradient(90deg, #2d78e8, #3dd583); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.secNumber .txtGradient.bgBlue{
    background: linear-gradient(90deg, #2d78e8); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.secNumber .txtGradient.bgGreen{
    background: linear-gradient(90deg, #3dd583); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.secNumber .txtBox{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}
.secNumber .txtSmall{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-bottom: 4rem;
    font-weight: normal;
}
.secNumber .txtBox.left{
    text-align: left;
}
.secNumber .itemNum.item01,
.secNumber .itemNum.item04{
    width: 31%;
}
.secNumber .itemNum.item02,
.secNumber .itemNum.item03{
    width: 65.667%;
}
.secNumber .itemNum.item05{
    width: 44.667%;
}
.secNumber .itemNum.item06,
.secNumber .itemNum.item07{
    width: 24.33%;
}
.secNumber .itemNum.item08,
.secNumber .itemNum.item09,
.secNumber .itemNum.item10{
    width: 31%;
}
.secNumber .itemNum.item11,
.secNumber .itemNum.item12{
    width: 48.33%;
}
.secNumber .itemNum.item13{
    width: 100%;
    padding: 4rem 8rem 4rem 4rem;
}
.secNumber .itemNum.item14,
.secNumber .itemNum.item15{
    width: 48.33%;
}
.secNumber .boxInner{
    text-align: center;
}
.secNumber .itemNum.item02 .boxInner,
.secNumber .itemNum.item03 .boxInner{
    display: flex;
    gap: 7.2rem;
    align-items: center;
    justify-content: center;
}
.secNumber .itemNum.item02 .boxInner{
    padding-left: 10rem;
    justify-content: flex-start;
}
.secNumber .itemNum.item03 .boxInner{
    height: 100%;
    padding-left: 7rem;
    margin-top: 1.6rem;
    align-items: flex-start;
    justify-content: flex-start;
}
.secNumber .itemNum.item03 .boxBottomImg {
    position: absolute;
    top: -7rem;
    right: 1.6rem;
}
.secNumber .itemNum.item02 .titNum,
.secNumber .itemNum.item03 .titNum{
    margin-bottom: 0;
}
.secNumber .itemNum.item02 .boxTop{
    padding-top: 6.6rem;
}
.secNumber .itemNum.item02 .boxInner .boxBottomImg {
    position: absolute;
    right: 10rem;
    top: calc(50% + -14.5rem);
}
.secNumber .itemNum.item03 .boxTop{
    padding-top: 1rem;
}
.secNumber .itemNum.item04 .titNum{
    margin-bottom: 0.7rem;
}
.secNumber .itemNum.item04 .titNum{
    margin-bottom: 0.7rem;
}
.secNumber .itemNum.item05 .titNum{
    margin-bottom: 5.7rem;
}
.secNumber .itemNum.item04 .txtKana{
    font-size: var(--pcFontSize14);
}
.secNumber .itemNum.item05 .boxTop{
    display: flex;
    justify-content: center;
    gap: 9.8rem;
}
.secNumber .itemNum.item05 .boxBottom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--Colorwhite);
    font-weight: bold;
    width: 51rem;
    margin: 0 auto;
}
.secNumber .itemNum.item06 .titNum{
    margin-bottom: 8.7rem;
}
.secNumber .itemNum.item07 .titNum,
.secNumber .itemNum.item08 .titNum,
.secNumber .itemNum.item09 .titNum,
.secNumber .itemNum.item10 .titNum{
    margin-bottom: 4.7rem;
}
.secNumber .itemNum.item11 .titNum{
    margin-bottom: 6.7rem;
}
.secNumber .itemNum.item11 .titBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.secNumber .itemNum.item11 .titSpan{
    font-size: var(--pcFontSize50);
    padding: 0 1rem;
}
.secNumber .itemNum.item12 .titNum{
    margin-bottom: 6.7rem;
}
.secNumber .itemNum.item13 .titNum{
    margin-bottom: 1.4rem;
}
.secNumber .itemNum.item11 .titBox,
.secNumber .itemNum.item12 .titBox{
    margin-bottom: 2.2rem;
}
.secNumber .itemNum.item13 .titBox{
    margin-bottom: 0;
    margin-top: 2rem;
}
.secNumber .itemNum.item13 .boxInner{
    display: flex;
    gap: 21.5rem;
    align-items: center;
    justify-content: flex-end;
}
.secNumber .itemNum.item13 .boxBottomImg{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: flex-start;
    max-width: 82rem;
}
.secNumber .itemNum.item13 .txtSmall{
    margin: 2rem 0 0;
    display: block;
    font-family: 'YakuHanJP_Narrow', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.secNumber .itemNum.item13 .rightList{
    width: 48.78%;
    height: 6.6rem;
    border-radius: 2rem;
    background: var(--Colorwhite);
    padding: 1.4rem 2.5rem 1.4rem 3rem;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}
.secNumber .itemNum.item13 .txtRightNum{
    font-size: var(--pcFontSize30);
    letter-spacing: 0;
    font-weight: bold;
    background: linear-gradient(90deg, #2d78e8, #3dd583); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.secNumber .borderBlue{
    width: 51rem;
    height: 3rem;
    border-radius: 1.5rem;
    background: var(--accordionColor01);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
}
.secNumber .borderGreen{
    position: absolute;
    top: 0;
    right: 0;
    width: 20rem;
    height: 3rem;
    border-radius: 0 1.5rem 1.5rem 0;
    background: var(--accordionColor02);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2rem;
}
@media only screen and (max-width:1660px) {
    .secNumber .txtBox {
        font-size: var(--pcFontSize14);
    }
    .secNumber .titTop {
        font-size: var(--pcFontSize18);
    }
    .secNumber .txtGradient {
        font-size: var(--pcFontSize80);
    }
    .secNumber .itemNum.item02 .boxInner{
        padding-left: 6rem;
    }
}
@media only screen and (max-width:1215px) {
    .secNumber {
        margin-top: 8rem;
        border-radius: 4.5rem;
        padding: 5.4rem 0;
    }
    .secNumber .cmnRecruit_title {
        display: flex;
        gap: 3rem;
        align-items: flex-start;
        flex-direction: column;
    }
    .secNumber .titRight {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
    }
    .secNumber .listNum {
        margin-top: 3.8rem;
        gap: 2rem;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .secNumber .itemNum {
        border-radius: 2.5rem;
        padding: 2rem;
        height: auto;
        position: relative;
        width: 100%;
    }
    .secNumber .itemNum.item01, 
    .secNumber .itemNum.item04 {
        width: 100%;
    }
    .secNumber .itemNum.item02, 
    .secNumber .itemNum.item03 {
        width: 100%;
    }
    .secNumber .titNum {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_22);
        letter-spacing: var(--spLetterSpacing16_50);
        margin-bottom: 1rem;
        font-weight: bold;
    }
    .secNumber .titBox {
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_50);
        margin-bottom: 1.2rem;
    }
    .secNumber .txtGradient {
        font-size: var(--spFontSize60);
    }
    .secNumber .txtBox {
        font-size: var(--pcFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
        letter-spacing: -0.05em;
        margin-bottom: 1.7rem;
    }
    .secNumber .itemNum.item02 .boxBottomImg{
        width: 15rem;
    }
    .secNumber .itemNum.item02 .boxInner .boxBottomImg {
        position: static;
    }
    .secNumber .itemNum.item02 .boxInner,
    .secNumber .itemNum.item03 .boxInner {
        gap: 2rem;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .secNumber .itemNum.item02 .boxInner {
        padding-left: 0;
        margin-top: 1.6rem;
    }
    .secNumber .titTop {
        font-size: var(--pcFontSize15);
        margin-bottom: 0.7rem;
    }
    .secNumber .itemNum.item02 .boxTop {
        padding-top: 0;
    }
    .secNumber .itemNum.item02 .titBox {
        margin-bottom: 2.4rem;
    }
    .secNumber .itemNum.item03 .boxInner {
        gap: 0;
        justify-content: flex-start;
        flex-direction:inherit;
        padding-left: 0;
        align-items: inherit;
    }
    .secNumber .itemNum.item03 .titBox {
        position: relative;
        z-index: 2;
        left: -1.6rem;
    }
    .secNumber .itemNum.item03 .boxBottomImg {
        top: -8.3rem;
        right: -12.6rem;
        width: 40.4rem;
    }
    .secNumber .txtSmall {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
        margin-bottom: 4rem;
    }
    .secNumber .itemNum.item05 {
        width: 100%;
        padding-bottom: 4.5rem;
    }
    .secNumber .itemNum.item06{
        padding-bottom: 3rem;
    }
    .secNumber .itemNum.item06, 
    .secNumber .itemNum.item07 {
        width: 100%;
    }
    .secNumber .itemNum.item08,
    .secNumber .itemNum.item09, 
    .secNumber .itemNum.item10 {
        width: 100%;
    }
    .secNumber .itemNum.item11,
    .secNumber .itemNum.item12 {
        width: 100%;
    }
    .secNumber .itemNum.item07 .titNum, 
    .secNumber .itemNum.item08 .titNum, 
    .secNumber .itemNum.item09 .titNum, 
    .secNumber .itemNum.item10 .titNum {
        margin-bottom: 1rem;
    }
    .secNumber .itemNum.item11 .titNum {
        margin-bottom: 1rem;
    }
    .secNumber .itemNum.item11 .titSpan {
        font-size: var(--spFontSize30);
        padding: 0 0.7rem;
    }
    .secNumber .itemNum.item11 .titBox, 
    .secNumber .itemNum.item12 .titBox {
        margin-bottom: 1rem;
    }
    .secNumber .itemNum.item05 .boxBottom {
        font-size: var(--spFontSize11);
        width: 100%;
        margin: 0 auto;
    }
    .secNumber .borderBlue {
        width: 100%;
        height: 2.1rem;
        border-radius: 1.05rem;
        padding-left: 1.2rem;
    }
    .secNumber .borderGreen {
        width: 40%;
        height: 2.1rem;
        border-radius: 0 1.05rem 1.05rem 0;
        padding-right: 1.2rem;
    }
    .secNumber .itemNum.item05 .boxTop {
        gap: 6.3rem;
    }
    .secNumber .itemNum.item05 .titNum {
        margin-bottom: 1rem;
    }
    .secNumber .itemNum.item06 .titNum {
        margin-bottom: 1rem;
    }
    .secNumber .itemNum.item12 .titNum {
        margin-bottom: 1rem;
    }
    .secNumber .itemNum.item13 .boxInner {
        gap: 2.2rem;
        flex-direction: column;
    }
    .secNumber .itemNum.item13 {
        width: 100%;
        padding: 2rem 2rem 4.5rem;
    }
    .secNumber .itemNum.item13 .rightList {
        width: 100%;
        height: 5.6rem;
        border-radius: 1rem;
        padding: 2rem;
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .secNumber .itemNum.item13 .boxBottomImg {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        align-items: center;
        justify-content: flex-start;
        max-width: unset;
    }
    .secNumber .itemNum.item13 .titBox {
        margin-bottom: 0;
        margin-top: 0;
    }
    .secNumber .itemNum.item13 .txtSmall {
        margin: 1.2rem 0 0;
    }
    .secNumber .itemNum.item14,
    .secNumber .itemNum.item15{
        width: 100%;
    }
}

/* secHistory */
.secHistory{
    margin-top: 20rem;
}
.boxHistory{
    display: flex;
    margin-top: 7rem;
}
.boxHistoryAbout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_36);
    letter-spacing: var(--pcLetterSpacing18_50);
    position: relative;
}
.boxHistoryAbout .txtNum {
    width: 20rem;
    position: relative;
    font-size: var(--pcFontSize50);
    font-weight: bold;
    line-height: 1;
    top: -0.8rem;
}
.boxHistoryAbout .txtNum.last::before {
    content: "";
    position: absolute;
    top: 3.6rem;
    bottom: 0;
    right: -0.1rem;
    width: 1px;
    height: 11rem;
    border-left: 0.2rem dotted #ccc;
}
.boxHistoryAbout .boxMonth + .txtNum {
    margin-top: 7rem;
}
.boxHistoryAbout .txtNum.f_Urbanist{
    font-weight: bold;
}
.boxHistoryAbout .boxMonth {
    width: calc(100% - 20rem);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 6.4rem;
    margin-top: 7rem;
    flex-wrap: wrap;
}
.boxHistoryAbout .boxMonth.first{
    margin-top: 0;
}
.boxHistoryAbout::before {
    content: '';
    position: absolute;
    left: 20rem;
    top: 2.5rem;
    height: 299rem;
    border-left: 1px solid #252e3330;
}
.boxMonth .txtMonth{
    width: 12rem;
    text-align: right;
    font-weight: bold;
    font-size: var(--pcFontSize20);
}
.boxMonth .txtInner .colorGradient{
    background: linear-gradient(90deg, #2d78e8, #3dd583);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: bold;
}
.boxMonth .txtInner{
    width: calc(100% - 18.4rem);
}

.boxHistoryAbout .boxMonth::after {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #2d78e8, #3dd583);
}
.boxHistoryAbout .imgFlex{
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.boxHistoryAbout .imgSpan{
    border-radius: 5rem;
    overflow: hidden;
}

@media only screen and (max-width:1215px) {
    .secHistory {
        margin-top: 8rem;
    }
    .boxHistoryAbout .boxMonth {
        width: 100%;
        gap: 0.5rem;
        margin-top: 3rem;
        flex-direction: column;
        padding-left: 2rem;
    }
    .boxMonth .txtInner {
        width: 100%;
    }
    .boxHistoryAbout {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
    }
    .boxMonth .txtMonth {
        width: auto;
        text-align: left;
        font-size: var(--spFontSize16);
    }
    .boxHistoryAbout::before {
        left: 0;
        top: 2.5rem;
        height: 94%;
    }
    .boxHistoryAbout .txtNum {
        width: auto;
        font-size: var(--spFontSize30);
        top: 0;
        margin-bottom: 1.2rem;
    }
    .boxHistoryAbout .imgFlex {
        display: flex;
        gap: 1.2rem;
        margin-top: 1.4rem;
        margin-bottom: 1rem;
    }
    .boxHistoryAbout .imgSpan {
        border-radius: 2.5rem;
    }
    .boxMonth .txtInner .colorGradient {
        font-size: var(--spFontSize16);
    }
    .boxHistoryAbout .boxMonth.last::before {
        content: "";
        position: absolute;
        bottom: -2rem;
        left: -0.1rem;
        width: 1px;
        height: 20rem;
        border-left: 0.2rem dotted #ccc;
    }
}

/*-----------------------------------------------
    secLight
-----------------------------------------------*/
.secLight {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 9rem 0 0;
    height: 141rem;
    position: relative;
    margin-top: 6rem;
}
.secLight.lazyloaded{
    background: url(../img/company/bgLight.png) center top / cover no-repeat;
}

.secLight .bgWrapper {
    margin: 0 auto;
    /* width: 99.2rem; */
}

 /* .secLight::before {
    content: '';
    position: absolute;
    background: url(../img/index/bgText.png) center top / cover no-repeat;
    width: 100%;
    height: 141.3rem;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.05);
    transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
}  */

.secLight.bgVisible::before {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

.secLight .txtAnime {
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_50);
    display: block;
    visibility: hidden;
    width: 100%;
    /* JSで復元 */
    margin-bottom: 5.5rem;
}
.secLight .txtAnime.txt02 {
    margin-bottom: 8rem;
}
.secLight .txtAnime.txt03 {
    font-size: var(--pcFontSize48);
    margin-bottom: 5rem;
}

.secLight .boxTxt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-left: 2px;
    background-color: #111;
    animation: blinkCursor 1s step-start infinite;
    vertical-align: bottom;
    position: relative;
    top: -1.2rem;
}

@keyframes blinkCursor {
    50% {
        opacity: 0;
    }
}

@media only screen and (max-width:1215px) {
    .secLight {
        margin: 0 auto 0;
        padding: 5.8rem 0 4rem;
        height: auto;
    }
    .secLight.lazyloaded{
        background: none;
    }

    .secLight .bgWrapper {
        margin: 0 auto;
        width: calc((350 / 390) * 100%);
    }

    .secLight .txtAnime {
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_36);
        margin-bottom: 3rem;
        letter-spacing: -0.05em;
    }

    .secLight .txtAnime.txt02 {
        margin-bottom: 3.5rem;
        white-space: nowrap;
    }

    /* .secLight::before {
        content: '';
        position: absolute;
        background: url(../img/index/bgText_sp.png) center top / cover no-repeat;
        width: 100%;
        height: 68.1rem;
    } */

    .secLight .txtAnime.txt03 {
        font-size: var(--spFontSize24);
        margin-bottom: 5rem;
    }
}

/*-----------------------------------------------
    secOverview
-----------------------------------------------*/
.secOverview{
    margin-top: 0;
    box-shadow: 0 0px 10px var(--box-shadow_Color_10);
    background: var(--Colorwhite);
    border-radius: 10rem;
    padding: 12rem 0;
}
.secOverview .jobInfoTable {
    /* width: 100%; */
    border-Collapse: collapse;
    margin-Bottom: 4rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 7rem;
}
.secOverview .jobInfoTable tr {
    border-Bottom: 1px solid var(--tag_borderColor);
}
.secOverview .jobInfoTable tr:first-child {
    border-top: 1px solid var(--tag_borderColor);
}
.secOverview .jobInfoTable th {
    width: 20rem;
    text-Align: left;
    padding: 2.8rem 4.5rem;
    position: relative;
}
.secOverview .jobInfoTable th:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1rem;
    bottom: -0.1rem;
    left: 0;
    background: linear-gradient(0deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
}
.secOverview .jobInfoTable tr:first-child th::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1rem;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
}
.secOverview .jobInfoTable td {
    width: calc(100% - 2rem);
    padding: 1.4rem 1.5rem 1.4rem 14rem;
}

@media only screen and (max-width:1215px) {
    .secOverview .jobInfoTable {
        margin-Bottom: 0;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
        margin-top: 2.5rem;
    }

    .secOverview .jobInfoTable th {
        width: 10rem;
        padding: 2rem 0;
    }

    .secOverview .jobInfoTable td {
        width: calc(100% - 1rem);
        padding: 2rem 0;
    }

    .secOverview {
        margin-top: 0;
        box-shadow: 0 0px 10px var(--box-shadow_Color_10);
        background: var(--Colorwhite);
        border-radius: 5rem;
        padding: 5.5rem 0;
    }

    .secOverview .jobInfoTable th:before {
        display: none;
    }
}

/*-----------------------------------------------
    secAccess
-----------------------------------------------*/
.secAccess{
    margin-top: 19rem;
}
.secAccess .mapBox{
    margin-top: 7.4rem;
}
.secAccess .mapCover{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33.334%;
}
.secAccess .mapCover iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media only screen and (max-width:1215px) {
    .secAccess {
        margin-top: 8rem;
    }
    .secAccess .mapCover {
        padding-top: 85.7145%;
    }
    .secAccess .mapBox {
        margin-top: 3rem;
    }
}
.mw1{
    min-width: 20rem;
}
.mw2{
    min-width: 15%;
}
.mw3{
    min-width: 23rem;
}
.mw4{
    min-width: 5.4rem;
}
.mw5{
    min-width: 15.5rem;
}
.mw6{
    min-width: 11rem;
}
.mw7{
    min-width: 11rem;
}
.mw8{
    min-width: 18.5rem;
}
.mw9{
    min-width: 15rem;
}
.mw10{
    min-width: 9.5rem;
}
.mw11{
    min-width: 15rem;
}
.mw12{
    min-width: 15rem;
}
.mw13{
    min-width: 20rem;
}
.mw14{
    min-width: 20rem;
}
.mw17{
    min-width: 5.6rem;
}
.mw18{
    min-width: 11rem;
}

.js-count {
    display: inline-block;
    text-align: left;
    font-variant-numeric: tabular-nums;
}
@media only screen and (max-width:1600px) {
    .mw1{
        min-width: 16rem;
    }
    .mw2{
        min-width: 15%;
    }
    .mw3{
        min-width: 18rem;
    }
    .mw4{
        min-width: 5.2rem;
    }
    .mw5{
        min-width: 13rem;
    }
    .mw6{
        min-width: 10rem;
    }
    .mw7{
        min-width: 10rem;
    }
    .mw8{
        min-width: 14.5rem;
    }
    .mw9{
        min-width: 13rem;
    }
    .mw10{
        min-width: 5.6rem;
    }
    .mw11{
        min-width: 12rem;
    }
    .mw12{
        min-width: 13rem;
    }
    .mw13{
        min-width: 18rem;
    }
    .mw14{
        min-width: 18rem;
    }
    .mw17{
        min-width: 5.6rem;
    }
    .mw18{
        min-width: 9rem;
    }
}
@media only screen and (max-width:1215px) {
    .mw1{
        min-width: 12rem;
    }
    .mw2{
        min-width: 3.5rem;
    }
    .mw3{
        min-width: 13rem;
    }
    .mw4{
        min-width: 3.2rem;
    }
    .mw5{
        min-width: 8.5rem;
    }
    .mw6{
        min-width: 6.7rem;
    }
    .mw7{
        min-width: 6.7rem;
    }
    .mw8{
        min-width: 11rem;
    }
    .mw9{
        min-width: 10rem;
    }
    .mw10{
        min-width: 5.6rem;
    }
    .mw11{
        min-width: 8.9rem;
    }
    .mw12{
        min-width: 9rem;
    }
    .mw13{
        min-width: 14rem;
    }
    .mw14{
        min-width: 14rem;
    }
    .mw17{
        min-width: 5.6rem;
    }
    .mw18{
        min-width: 6.5rem;
    }
}
@media only screen and (max-width:370px) {
    .mw1{
        min-width: 10rem;
    }
    .mw2{
        min-width: 3.5rem;
    }
    .mw3{
        min-width: 11rem;
    }
    .mw4{
        min-width: 3.2rem;
    }
    .mw5{
        min-width: 7.5rem;
    }
    .mw6{
        min-width: 6.7rem;
    }
    .mw7{
        min-width: 6.7rem;
    }
    .mw8{
        min-width: 10rem;
    }
    .mw9{
        min-width: 9rem;
    }
    .mw10{
        min-width: 5.6rem;
    }
    .mw11{
        min-width: 8rem;
    }
    .mw12{
        min-width: 8rem;
    }
    .mw13{
        min-width: 12rem;
    }
    .mw14{
        min-width: 12rem;
    }
    .mw17{
        min-width: 3.6rem;
    }
    .mw18{
        min-width: 5.5rem;
    }
}