@charset "utf-8";
/* ▼全ページ共通 */
.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, var(--bgGradientColor) 15%, var(--bgGradientColor02) 100%);
    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, var(--bgGradientColor) 15%, var(--bgGradientColor02) 100%);
    }
}

/* secCulture */
.secCulture{
    padding-bottom: 20rem;
}
@media only screen and (max-width:1215px) {
    .secCulture{
        padding-bottom: 8rem;
    }
}

/* secCultureTop */
.secCultureTop{
    position: relative;
    padding-top: 5rem;
    width: 100%;
    overflow: hidden;
}
@media only screen and (min-width:1216px) {
    .secCultureTop .cmnRecruit_title{
        position: absolute;
        top: 0;
        z-index: 3;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .secCultureTop .title_Inner{
        max-width: 150rem;
        width: calc(100% - 10rem);
        margin: 0 auto;
    }
    @media only screen and (max-width:1750px) {
        .secCultureTop .title_Inner{
            padding: 0 5rem;
        }
    }
}
.secCultureTop .topInner{
    position: relative;
}
.secCultureTop .imgBox{
    width: 100%;
    border-radius: 5rem;
    overflow: hidden;
}
.secCultureTop .txtbox{
    display: inline-block;
    position: absolute;
    bottom: 5rem;
    right: -8rem;
}
.secCultureTop .txtbox .imgsubtit{
    width: 100.2rem;
}
.secCultureTop .txtbox .imgtxt{
    position: absolute;
    top: 9rem;
    width: 35.2rem;
    right: 0.8rem;
}
@media only screen and (max-width:1215px) {
    .secCultureTop{
        padding-top: 0;
    }
    .secCultureTop .topInner{
        position: relative;
        margin-top: 3.8rem;
        padding-bottom: calc(4.9rem + 1.6rem);
    }
    .secCultureTop .imgBox{
        border-radius: 2.5rem;
    }
    .secCultureTop .txtbox{
        bottom: 0;
        right: calc(0% - ((20 / 390 * 100%) + 1rem));
        padding-bottom: 4.4rem;
    }
    .secCultureTop .txtbox .imgsubtit{
        width: 39.3rem;
    }
    .secCultureTop .txtbox .imgtxt{
        top: calc(6.4rem - 3rem);
        width: 15.6rem;
        right: -0.3rem;
    }
}
@media only screen and (max-width:389px) {
    .secCultureTop .txtbox .imgsubtit{
        width: calc(100% + 0.3rem);
    }
}
/* secSystem */
.secSystem{
    margin-top: 19rem;
}
.secSystem .engTit{
    font-size: var(--pcFontSize80);
}
.secSystem .jpnTit{
    font-size: var(--pcFontSize18);
    position: relative;
    padding-left: 1.5rem;
    margin-left: 3.5rem;
    margin-top: 4rem;
}
.secSystem .jpnTit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.1rem;
    height: 1.2em;
    background-color: var(--textColor);
    transform: rotate(20deg);
    transform-origin: center;
}
.secSystem .item{
    margin-top: 7.8rem;
}
.secSystem .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.secSystem .item:nth-child(1) .img{
    width: 117rem;
    margin: 7rem auto 0;
}
.secSystem .item:nth-child(2) .img{
    margin: 7rem auto 0;
}
.secSystem .txtList{
    margin-top: 12rem;
    display: flex;
}
.secSystem .txtItem{
    width: calc(50% - 2.5rem);
    border-radius: 5rem;
    background: var(--Colorwhite);
    position: relative;
    padding: 7.5rem 5rem 5.5rem;
}
.secSystem .txtItem:nth-child(2){
    margin-left: 5rem;
}
.secSystem .itemTit{
    font-size: var(--pcFontSize18);
    font-weight: bold;
    position: absolute;
    top: 4rem;
    left: 4rem;
}
.secSystem .itemFlex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.secSystem .number{
    font-size: var(--pcFontSize100);
    font-weight: bold;
    position: relative;
    bottom: -1.5rem;
}
.secSystem .txtGradient{
    background: linear-gradient(90deg, #2d78e8, #3dd583);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.secSystem .numberTxt{
    font-size: var(--pcFontSize30);
    font-weight: bold;
    margin-left: 1rem;
}
.secSystem .itemTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    text-align: center;
    margin-top: 4rem;
}
@media only screen and (max-width:1215px){
    .secSystem{
        margin-top: 2rem;
    }
    .secSystem .engTit{
        font-size: var(--spFontSize36);
    }
    .secSystem .jpnTit{
        font-size: var(--spFontSize18);
        padding-left: 0;
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .secSystem .jpnTit::before{
        display: none;
    }
    .secSystem .item{
        margin-top: 3.5rem;
    }
    .secSystem .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
    }
    .secSystem .item:nth-child(1) .img{
        width: 25.5rem;
        margin: 3rem auto 0;
    }
    .secSystem .item:nth-child(2) .img{
        margin: 3rem auto 0;
    }
    .secSystem .txtList{
        margin-top: 4rem;
        display: block;
    }
    .secSystem .txtItem{
        width: 100%;
        border-radius: 2.5rem;
        padding: 4rem 2rem 3.6rem;
    }
    .secSystem .txtItem:nth-child(2){
        margin: 2rem auto 0;
    }
    .secSystem .itemTit{
        font-size: var(--spFontSize16);
        top: 2rem;
        left: 2rem;
    }
    .secSystem .number{
        font-size: var(--spFontSize60);
        bottom: -1rem;
    }
    .secSystem .numberTxt{
        font-size: var(--spFontSize20);
        margin-left: 0.5rem;
    }
    .secSystem .itemTxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        margin-top: 1.5rem;
    }
}
/* secCareer */
.secCareer{
    margin-top: 19rem;
}
.secCareer .titTopBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secCareer .engTit{
    font-size: var(--pcFontSize80);
}
.secCareer .jpnTit{
    font-size: var(--pcFontSize18);
    position: relative;
    padding-left: 1.5rem;
    margin-left: 3.5rem;
    margin-top: 4rem;
}
.secCareer .jpnTit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.1rem;
    height: 1.2em;
    background-color: var(--textColor);
    transform: rotate(20deg);
    transform-origin: center;
}
.secCareer .rightBox{
    padding-top: 2.5rem;
}
.secCareer .rightTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
}
.secCareer .mainBox{
    margin-top: 5rem;
    border-radius: 10rem;
    background: var(--Colorwhite);
    box-shadow: 0 0 1.5rem 0 var(--box-shadow_Color_10);
    padding: 8.5rem 0 7rem;
}
.secCareer .mainWrapper{
    max-width: 150rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.secCareer .mainTit{
    font-size: var(--pcFontSize25);
    font-weight: bold;
}
.secCareer .list{
    margin-top: 5.5rem;
    display: flex;
}
.secCareer .item{
    width: calc(50% - 4rem);
}
.secCareer .item:nth-child(2){
    margin-left: 8rem;
}
.secCareer .itemTxt{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_45);
    text-align: center;
    font-weight: bold;
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .secCareer{
        margin-top: 8rem;
    }
    .secCareer .titTopBox{
        display: block;
    }
    .secCareer .engTit{
        font-size: var(--spFontSize36);
    }
    .secCareer .jpnTit{
        font-size: var(--spFontSize18);
        padding-left: 0;
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .secCareer .jpnTit::before{
        display: none;
    }
    .secCareer .rightBox{
        padding-top: 3.5rem;
    }
    .secCareer .rightTxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
    .secCareer .mainBox{
        margin-top: 4.2rem;
        border-radius: 4.5rem;
        padding: 6.8rem 0 5.5rem;
    }
    .secCareer .mainWrapper{
        max-width: 40rem;
        width: calc((350 / 390) * 100%);
    }
    .secCareer .mainTit{
        font-size: var(--spFontSize18);
        margin-left: 1rem;
    }
    .secCareer .list{
        margin-top: 4rem;
        display: block;
    }
    .secCareer .item{
        width: 100%;
    }
    .secCareer .item:nth-child(2){
        margin: 2.5rem auto 0;
    }
    .secCareer .itemTxt{
       font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
        margin-top: 1.4rem;
    }
}
/* secInterviews */
.secInterviews{
    margin-top: 19rem;
}
.secInterviews .engTit{
    font-size: var(--pcFontSize80);
}
.secInterviews .jpnTit{
    font-size: var(--pcFontSize18);
    position: relative;
    padding-left: 1.5rem;
    margin-left: 3.5rem;
    margin-top: 4rem;
}
.secInterviews .jpnTit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.1rem;
    height: 1.2em;
    background-color: var(--textColor);
    transform: rotate(20deg);
    transform-origin: center;
}
.secInterviews .mainBox{
    margin-top: 8rem;
    border-radius: 10rem;
    background: var(--Colorwhite);
    box-shadow: 0 0 1.5rem 0 var(--box-shadow_Color_10);
    padding: 12rem 0;
}
.secInterviews .mainWrapper{
    max-width: 150rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.secInterviews .item{
    display: flex;
    align-items: center;
}
.secInterviews .item:nth-child(2){
    border-top: solid 1px var(--boder_Color_30);
    margin-top: 8rem;
    padding-top: 8rem;
}
.secInterviews .leftBox{
    width: calc(100% - 57.334%);
    padding: 0 9rem 0 0;
}
.secInterviews .itemEng img{
    width: auto;
    height: 3.8rem;
}
.secInterviews .itemTit{
    font-size: var(--pcFontSize26);
    font-weight: bold;
    margin-top: 2.5rem;
}
.secInterviews .itemTxtBox{
    background-image: -moz-linear-gradient( 0deg, rgb(217,229,247) 0%, rgb(248,248,253) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(217,229,247) 0%, rgb(248,248,253) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(217,229,247) 0%, rgb(248,248,253) 100%);
    padding: 2.2rem 3rem;
    border-radius: 2rem;
    margin-top: 6rem;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_34);
    font-weight: bold;
}
.secInterviews .movieBox{
    width: 57.334%;
}
.secInterviews .movieCover{
    width: 100%;
    height: 0;
    padding-top: calc((484 / 860) * 100%);
    overflow: hidden;
    position: relative;
}
.secInterviews .movieCover iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media only screen and (max-width:1520px){
    .secInterviews .itemTxtBox{
        font-size: var(--pcFontSize16);
    }
}
@media only screen and (max-width:1215px){
    .secInterviews{
        margin-top: 7rem;
    }
    .secInterviews .engTit{
        font-size: var(--spFontSize36);
        line-height: var(--spLineHeight36_45);
    }
    .secInterviews .jpnTit{
        font-size: var(--spFontSize18);
        padding-left: 0;
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .secInterviews .jpnTit::before{
        display: none;
    }
    .secInterviews .mainBox{
        margin-top: 5rem;
        border-radius: 4.5rem;
        padding: 6.8rem 0 6rem;
    }
    .secInterviews .mainWrapper{
        max-width: 40rem;
        width: calc((350 / 390) * 100%);
    }
    .secInterviews .item{
        display: block;
    }
    .secInterviews .item:nth-child(2){
        margin-top: 6rem;
        padding-top: 6rem;
    }
    .secInterviews .leftBox{
        width: 100%;
        padding: 0;
    }
    .secInterviews .itemEng img{
        height: 1.9rem;
    }
    .secInterviews .itemTit{
        font-size: var(--spFontSize16);
        margin-top: 2rem;
    }
    .secInterviews .itemTxtBox{
        padding: 1.4rem 1.5rem;
        border-radius: 2.5rem;
        margin-top: 3rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
    .secInterviews .movieBox{
        width: 100%;
        margin-top: 3rem;
    }
    .secInterviews .movieCover{
        padding-top: calc((197 / 350) * 100%);
    }
}
/* secSchedule */
.secSchedule{
    margin-top: 19rem;
}
.secSchedule .engTit{
    font-size: var(--pcFontSize80);
}
.secSchedule .jpnTit{
    font-size: var(--pcFontSize18);
    position: relative;
    padding-left: 1.5rem;
    margin-left: 3.5rem;
    margin-top: 4rem;
}
.secSchedule .jpnTit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.1rem;
    height: 1.2em;
    background-color: var(--textColor);
    transform: rotate(20deg);
    transform-origin: center;
}
.secSchedule .mainBox{
    margin-top: 8rem;
    border-radius: 10rem;
    background: var(--Colorwhite);
    box-shadow: 0 0 1.5rem 0 var(--box-shadow_Color_10);
    padding: 12rem 0;
}
.secSchedule .mainWrapper{
    max-width: 150rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.secSchedule .list{
    position: relative;
}
.secSchedule .list::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 16.5rem;
    background: var(--boder_Color_30);
    z-index: -1;
}
.secSchedule .item{
    display: flex;
    align-items: center;
}
.secSchedule .item:nth-child(n+2){
    margin-top: 5rem;
}
.secSchedule .leftBox{
    width: 16.5rem;
    position: relative;
}
.secSchedule .leftBox::after{
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    top: calc(50% - 0.75rem);
    right: -0.8rem;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 45deg, rgb(45,120,232) 0%, rgb(61,213,131) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(45,120,232) 0%, rgb(61,213,131) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(45,120,232) 0%, rgb(61,213,131) 100%);
    z-index: 10;
}
.secSchedule .number{
    background: linear-gradient(45deg, rgb(45,120,232) 0%, rgb(59,199,147) 50% , rgb(61,213,131) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--pcFontSize50);
    font-weight: bold;
}
.secSchedule .rightBox{
    width: calc(100% - 16.5rem);
    display: flex;
    align-items: center;
    padding: 0 0 0 5rem;
}
.secSchedule .imgBox{
    width: 39.5rem;
}
.secSchedule .img{
    border-radius: 5rem;
    overflow: hidden;
}
.secSchedule .txtBox{
    width: calc(100% - 39.5rem);
    padding: 0 0 0 6rem;
}
.secSchedule .tit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_60);
    font-weight: bold;
}
.secSchedule .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    margin-top: 3.5rem;
}
@media only screen and (max-width:1215px){
    .secSchedule{
        margin-top: 7rem;
    }
    .secSchedule .engTit{
        font-size: var(--spFontSize36);
        line-height: var(--spLineHeight36_45);
    }
    .secSchedule .jpnTit{
        font-size: var(--spFontSize18);
        padding-left: 0;
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .secSchedule .jpnTit::before{
        display: none;
    }
    .secSchedule .mainBox{
        margin-top: 7rem;
        border-radius: 4.5rem;
        padding: 6.5rem 0 6rem;
    }
    .secSchedule .mainWrapper{
        max-width: 40rem;
        width: calc((350 / 390) * 100%);
    }
    .secSchedule .list::after{
        height: calc(100% - 1.5rem);
        top: auto;
        bottom: 0;
        left: 0.5rem;
    }
    .secSchedule .item{
        display: block;
    }
    .secSchedule .item:nth-child(n+2){
        margin-top: 3.8rem;
    }
    .secSchedule .leftBox{
        width: 100%;
        position: relative;
        padding-left: 2.5rem;
        display: flex;
        align-items: center;
    }
    .secSchedule .leftBox::after{
        width: 1.1rem;
        height: 1.1rem;
        top: calc(50% - 0.55rem);
        right: auto;
        left: 0;
    }
    .secSchedule .number{
        font-size: var(--spFontSize30);
        flex-shrink: 0;
    }
    .secSchedule .rightBox{
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-flow: column-reverse;
        padding: 1rem 0 0 2.5rem;
    }
    .secSchedule .imgBox{
        width: 15.6rem;
        margin-top: 1.2rem;
    }
    .secSchedule .img{
        border-radius: 2rem;
    }
    .secSchedule .txtBox{
        width: 100%;
        padding: 0;
    }
    .secSchedule .tit{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_32);
        padding-left: 0.5rem;
    }
    .secSchedule .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        margin-top: 0;
    }
}

.secCultureTop .copyTrigger{
    opacity: 0;
}
.secCultureTop .copyTrigger.animate {
    animation: fadeInUp 0.6s 
    ease-out 0.6s forwards;
}
.secCultureTop .copyTrigger .trigger_Item {
    opacity: 0;
}
.secCultureTop .copyTrigger.animate .trigger_Item.imgsubtit {
    animation: fadeSlideRight 0.6s ease-out 0.6s forwards;
}
.secCultureTop .copyTrigger.animate .trigger_Item.imgtxt {
    animation: fadeSlideLeft 0.6s ease-out 0.6s forwards;
}
/* secCulture */
/* フェードイン共通 */
@keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* 左→右＋フェードイン＋回転保持 */
@keyframes fadeSlideRight {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* 右→左＋フェードイン */
@keyframes fadeSlideLeft {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}