@charset "utf-8";

.secSearch{
    margin-top: 4.8rem;
}
.secSearch .titWrapper{
    padding: 3rem 4rem;
    cursor: pointer;
    border-top: 0.1rem solid var(--borderColor);
    border-bottom: 0.1rem solid var(--borderColor);
}
.secSearch .searchTit{
    font-size: var(--pcFontSize16);
    font-weight: 700;
    position: relative;
    padding-left: 3.3rem;
}
.secSearch .searchTit::before{
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    left: 0;
    top: 0;
}
.secSearch .searchTit.lazyloaded::before{
    background: url(../img/works/iconSearch.png) center center / cover no-repeat;
}
.secSearch .searchTit::after{
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.8rem;
    right: 0;
    top: 0.4rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: var(--borderColor);
    transition: all .3s;
    transform: rotate(0deg);
}
.secSearch .titWrapper.on .searchTit::after{
    transform: rotate(180deg);
}
.secSearch .bgBox{
    background: var(--bgColor01);
    padding: 3rem 4rem;
    display: none;
}
.secSearch .boxList{
    display: flex;
    flex-wrap: wrap;
    margin: -0.35rem;
}
.secSearch .boxItem{
    margin: 0.35rem;
}
.secSearch .inner{
    min-width: 5.8rem;
    background: var(--whiteColor);
    border: 0.1rem solid var(--borderColor02);
    border-radius: 0.3rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
    padding: 0.75rem 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secSearch .inner.active{
    background: var(--borderColor);
    border-color: var(--borderColor);
    color: var(--whiteColor);
}
.secSearch .boxReset{
    text-align: right;
    margin-top: 3rem;
}
.secSearch .btnReset{
    font-size: var(--pcFontSize14);
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}
@media only screen and (max-width:1215px){
    .secSearch{
        margin-top: 3.8rem;
    }
    .secSearch .titWrapper{
        padding: 2rem;
    }
    .secSearch .searchTit{
        font-size: var(--spFontSize14);
        padding-left: 2.2rem;
    }
    .secSearch .searchTit::before{
        width: 1.3rem;
        height: 1.3rem;
    }
    .secSearch .searchTit::after{
        width: 0.9rem;
        height: 0.7rem;
        top: 0.4rem;
    }
    .secSearch .bgBox{
        padding: 2rem;
    }
    .secSearch .boxList{
        margin: -0.25rem;
    }
    .secSearch .boxItem{
        margin: 0.25rem;
    }
    .secSearch .inner{
        min-width: 5rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        padding: 0.65rem 0.7rem;
    }
    .secSearch .boxReset{
        margin-top: 2rem;
    }
    .secSearch .btnReset{
        font-size: var(--spFontSize12);
    }
}


.secResult{
    margin-top: 3.2rem;
    padding: 0 4rem;
}
.secResult .resultTxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_24);
    font-weight: 700;
    margin: 1rem 1rem 0 0;
}
.secResult .spanNum{
    font-size: var(--pcFontSize28);
    padding-right: 0.3rem;
}
.secResult .resultWrapper{
    display: flex;
    flex-wrap: wrap;
}
.secResult .resultList{
    display: flex;
    flex-wrap: wrap;
    margin-right: 1rem;
}
.secResult .itemResult{
    min-width: 12.8rem;
    padding: 0.85rem 1.2rem;
    display: flex;
    justify-content: center;
    background: var(--bgColor01);
    border-radius: 0.3rem;
    margin-top: 1rem;
}
.secResult .itemResult:first-child{
    margin-right: 1rem;
}
.secResult .itemResult.member{
    border: 0.1rem solid var(--memberColor);
    color: var(--memberColor);
    background: var(--bgColor02);
}
.secResult .name{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_18);
    margin-top: 0.8rem;
}
.secResult .numberTxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_18);
    margin-left: 0.8rem;
    font-weight: 700;
}
.secResult .spanNumSmall{
    font-size: var(--pcFontSize22);
    padding-right: 0.3rem;
}
.secResult .resultList .item:last-child{
    margin-right: 0;
}
.secResult .btnLoginMember{
    width: 20rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
    border: 0.1rem solid var(--borderColor);
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_18);
    margin-top: 1rem;
    margin-left: auto;
}
.secResult .iconLogin{
    position: relative;
    padding-left: 2.5rem;
}
.secResult .iconLogin::before{
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.7rem;
    left: 0;
    top: 0.1rem;
}
.secResult .iconLogin.lazyloaded::before{
    background: url(../img/plan/iconMember.png) no-repeat center center / cover;
}
@media only screen and (max-width:1215px){
    .secResult{
        width: 89.744%;
        margin: 2.2rem auto 0;
        padding: 0;
    }
    .secResult .resultTxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        margin: 0.5rem 0.5rem 0 0;
    }
    .secResult .spanNum{
        font-size: var(--spFontSize24);
    }
    .secResult .resultList{
        margin-right: 0.5rem;
    }
    .secResult .itemResult{
        min-width: 10.6rem;
        padding: 1rem 0.5rem 0.7rem;
    }
    .secResult .itemResult:first-child{
        margin-right: 0.6rem;
    }
    .secResult .name{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        margin-top: 0.25rem;
    }
    .secResult .numberTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        margin-left: 0.5rem;
    }
    .secResult .spanNumSmall{
        font-size: var(--spFontSize16);
    }
    .secResult .btnLoginMember{
        width: 12.3rem;
        height: 3.9rem;
        border-radius: 1.95rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
    }
    .secResult .iconLogin{
        padding-left: 0;
    }
    .secResult .iconLogin::before{
        display: none;
    }
}
@media only screen and (max-width:375px){
    .secResult .name{
        font-size: var(--spFontSize12);
    }
    .secResult .itemResult{
        min-width: 11rem;
    }
    .secResult .numberTxt{
        font-size: var(--spFontSize12);
        margin-left: 0.5rem;
    }
    .secResult .btnLoginMember{
        width: 10rem;
        font-size: var(--spFontSize10);
    }
}
@media only screen and (max-width:374px){
    .secResult .itemResult{
        min-width: 10rem;
    }
    .secResult .btnLoginMember{
        width: 10rem;
    }
}
@media only screen and (max-width:359px){
    .secResult .itemResult{
        min-width: 9rem;
    }
    .secResult .btnLoginMember{
        width: 9rem;
        font-size: var(--spFontSize10);
    }
}

/* seMain */
.secMain{
    margin-top: 5rem;
    padding: 0 4rem;
}
.secMain .item{
    background: linear-gradient(to right, var(--blackColor) 0.1rem, transparent 0.1rem, transparent 0.4rem) left bottom / 0.4rem 0.1rem repeat-x;
}
.secMain .item:nth-child(n+2){
    margin-top: 6rem;
}
.secMain .topBox{
    position: relative;
    border-radius: 3rem;
    overflow: hidden;
}
.secMain .img{
    padding-top: 100%;
}
.secMain .icon{
    position: absolute;
    width: 17rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    font-weight: 700;
    color: var(--whiteColor);
    border-radius: 2rem;
    right: 2rem;
    bottom: 2rem;
    padding-left: 2.4rem;
}
.secMain .icon.lazyloaded{
    background: url(../img/index/iconInterview.png) no-repeat left 2rem center / 1.6rem auto var(--redColor);
}
.secMain .txtBox{
    padding: 2.2rem 0 4.1rem;
    position: relative;
    display: block;
}
.secMain .txtBox::after{
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: 0;
    bottom: 3rem;
    z-index: 1;
    border: 0.1rem solid var(--blackColor);
    border-radius: 50%;
}
.secMain .txtBox.lazyloaded::after{
    background: url(../img/plan/iconArrow.png) no-repeat center center / 1.4rem auto;
}
.secMain .txtBox:not(:has(.tagList)){
    padding-bottom: 7rem;
}
.secMain .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_38);
    font-weight: 700;
}
.secMain .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: 1.3rem -0.5rem -0.5rem;
    padding: 0 5rem 0 2.5rem;
    position: relative;
}
.secMain .tagList::before{
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    left: 0.5rem;
    top: 0.7rem;
}
.secMain .tagList.lazyloaded::before{
    background: url(../img/works/iconSearch.png) center center / cover no-repeat;
}
.secMain .tagItem{
    margin: 0.5rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
}
/* member */
.secMain .boxMember{
    position: absolute;
    width: 42rem;
    height: 34rem;
    left: calc(50% - 21rem);
    top: calc(50% - 17rem);
    z-index: 1;
    background: var(--bgColorBlack70);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    padding-top: 0.8rem;
}
.secMain .titMember{
    font-size: var(--pcFontSize22);
    color: var(--whiteColor);
    font-weight: 700;
}
.secMain .txtMember{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    color: var(--whiteColor);
    margin-top: 1.1rem;
    text-align: center;
}
.secMain .memberBtnBox{
    margin-top: 2.3rem;
    display: flex;
    justify-content: center;
}
.secMain .btnMember,
.secMain .btnLogin{
    width: 15rem;
    height: 5rem;
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
    font-weight: 700;
}
.secMain .btnMember{
    background: var(--memberColor);
    color: var(--whiteColor);
}
.secMain .btnLogin{
    background: var(--whiteColor);
    color: var(--textColor);
}
.secMain .btnMember:nth-child(2){
    margin-left: 2rem;
}
@media only screen and (max-width:1215px){
    .secMain{
        width: 89.744%;
        margin: 3rem auto 0;
        padding: 0;
    }
    .secMain .item:nth-child(n+2){
        margin-top: 4rem;
    }
    .secMain .topBox{
        border-radius: 2rem;
    }
    .secMain .icon{
        position: absolute;
        width: 12.9rem;
        height: 3.3rem;
        font-size: var(--spFontSize11);
        border-radius: 1.65;
        right: 1.5rem;
        bottom: 1.5rem;
        padding-left: 2rem;
    }
    .secMain .icon.lazyloaded{
        background-size: 1.3rem auto;
        background-position: left 1.5rem center;
    }
    .secMain .txtBox{
        padding: 1.5rem 0 3rem;
    }
    .secMain .txtBox:not(:has(.tagList)) {
        padding-bottom: 5.5rem;
    }
    .secMain .txtBox::after{
        width: 3rem;
        height: 3rem;
        bottom: 2rem;
    }
    .secMain .txtBox.lazyloaded::after{
        background-size: 1rem auto;
    }
    .secMain .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
    }
    .secMain .tagList{
        display: flex;
        flex-wrap: wrap;
        margin: 1.7rem -0.3rem 0;
        padding: 0 4rem 0 1.7rem;
        position: relative;
    }
    .secMain .tagList::before{
        width: 1.3rem;
        height: 1.3rem;
        left: 0.3rem;
        top: 0;
    }
    .secMain .tagItem{
        margin: 0 0.3rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
    }
    /* member */
    .secMain .boxMember{
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding-top: 0;
        border-radius: 2rem;
    }
    .secMain .titMember{
        font-size: var(--spFontSize20);
    }
    .secMain .txtMember{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
        margin-top: 1.3rem;
    }
    .secMain .memberBtnBox{
        margin-top: 1.5rem;
    }
    .secMain .btnMember,
    .secMain .btnLogin{
        width: 11rem;
        height: 4rem;
        border-radius: 2rem;
        font-size: var(--spFontSize14); 
        line-height: var(--spLineHeight14_20);
    }
    .secMain .btnMember:nth-child(2){
        margin-left: 1rem;
    }
}

/* details */
.secDetailsTop{
    margin-top: 4.5rem;
}
.secDetailsTop .img{
    padding-top: 100%;
}
.secDetailsTop .tit {
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_38);
    font-weight: 700;
    margin-top: 3.2rem;
}
.secDetailsTop .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-top: 1.4rem;
}
.secDetailsTop .boxList{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -0.35rem -0.35rem;
}
.secDetailsTop .boxItem{
    margin: 0.35rem;
}
.secDetailsTop .inner{
    min-width: 5.8rem;
    background: var(--bgColor01);
    border-radius: 0.3rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:1215px){
    .secDetailsTop{
        margin-top: 4rem;
    }
    .secDetailsTop .img{
        padding-top: 100%;
    }
    .secDetailsTop .tit {
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_32);
        margin-top: 3.3rem;
    }
    .secDetailsTop .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 1.3rem;
    }
    .secDetailsTop .boxList{
        margin: 1.7rem -0.25rem -0.25rem;
    }
    .secDetailsTop .boxItem{
        margin:  0.25rem;
    }
    .secDetailsTop .inner{
        min-width: 5rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        padding: 0.75rem 0.8rem;
    }
}

.secIntro{
    margin-top: 8.5rem;
}
.secIntro .list{
    margin-top: 4rem;
}
.secIntro .item:nth-child(n+2){
    margin-top: 6.9rem;
}
.secIntro .img{
    text-align: center;
    position: relative;
}
.secIntro .img img{
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.secIntro .txtBox{
    text-align: left;
    padding: 3.3rem 4rem 0;
}
.secIntro .itemTit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_32);
    font-weight: 700;
}
.secIntro .itemTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
}
.secIntro .itemTit + .itemTxt{
    margin-top: 1.2rem;
}
@media only screen and (max-width:1215px){
    .secIntro{
        margin-top: 6rem;
    }
    .secIntro .list{
        margin-top: 3rem;
    }
    .secIntro .item:nth-child(n+2){
        margin-top: 5.3rem;
    }
    .secIntro .txtBox{
        padding: 2.5rem 2rem 0;
    }
    .secIntro .itemTit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
    }
    .secIntro .itemTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
    }
    .secIntro .itemTit + .itemTxt{
        margin-top: 1rem;
    }
}

.cmnSectionTit{
    padding-left: 2.5rem;
    position: relative;
}
.cmnSectionTit::after{
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.4rem;
    left: 0;
    top: 0;
}
.cmnSectionTit.lazyloaded::after{
    background: url(../img/works/iconSectionTit.png) center center / cover;
}
@media only screen and (max-width:1215px){
    .cmnSectionTit{
        padding-left: 2.3rem;
    }
    .cmnSectionTit img{
        height: 1.2rem;
        width: auto;
    }
    .cmnSectionTit::after{
        width: 1.4rem;
        height: 1.2rem;
        left: 0;
        top: 0;
    }
}

.secMovie{
    margin-top: 7rem;
}
.secMovie .movieCover{
    width: 100%;
    padding-top: 56.347%;
    position: relative;
}
.secMovie iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media only screen and (max-width:1215px){
    .secMovie{
        margin-top: 5.3rem;
    }
}

.secInterview{
    margin-top: 8rem;
    padding: 6rem 0 8.8rem;
    background: var(--bgColor03);
}
.secInterview .cmnSectionTit::after{
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0;
}
.secInterview .cmnSectionTit.lazyloaded::after{
    background: url(../img/works/iconInterview.png) center center / cover;
}
.secInterview .imgTop{
    width: 100%;
    padding-top: 65.385%;
    margin-top: 4rem;
    border-radius: 4rem;
    overflow: hidden;
}
.secInterview .list{
    margin-top: 4rem;
}
.secInterview .item:nth-child(n+2){
    margin-top: 4.5rem;
}
.secInterview .tit{
    font-size: var(--pcFontSize16); 
    line-height: var(--pcLineHeight16_34);
    padding: 1.7rem 0 1.5rem;
    background:linear-gradient(to right, var(--blackColor) 0.1rem, transparent 0.1rem, transparent 0.4rem) left top / 0.4rem 0.1rem repeat-x,linear-gradient(to right, var(--blackColor) 0.1rem, transparent 0.1rem, transparent 0.4rem) left bottom / 0.4rem 0.1rem repeat-x;
    font-weight: 700;
}
.secInterview .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    margin-top: 1.6rem;
}
@media only screen and (max-width:1215px){
    .secInterview .imgTop{
        margin-top: 3rem;
        border-radius: 2.5rem;
    }
    .secInterview .list{
        margin-top: 2rem;
    }
    .secInterview .item:nth-child(n+2){
        margin-top: 3.2rem;
    }
    .secInterview .tit{
        font-size: var(--spFontSize14); 
        line-height: var(--spLineHeight14_24);
        padding: 1.5rem 0;
    }
    .secInterview .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 1.3rem;
    }
    .secInterview .cmnSectionTit{
        padding-left: 2.5rem;
    }
}

.secDetailsPager{
    margin-top: 10rem;
}
.secDetailsPager .list{
    display: flex;
}
.secDetailsPager .item{
    width: calc(50% - 2rem);
    margin-right: 4rem;
}
.secDetailsPager .item.next{
    margin-left: auto;
}
.secDetailsPager .item:last-child{
    margin-right: 0;
}
.secDetailsPager .link{
    display: block;
    background: linear-gradient(to right, var(--blackColor) 0.1rem, transparent 0.1rem, transparent 0.4rem) left bottom / 0.4rem 0.1rem repeat-x;
    padding-bottom: 3.5rem;
}
.secDetailsPager .img{
    padding-top: 100%;
    border-radius: 1.8rem;
    overflow: hidden;
}
.secDetailsPager .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_28);
    font-weight: 700;
    margin-top: 2rem;
}
.secDetailsPager .icon{
    font-size: var(--pcFontSize14);
    font-weight: 700;
    margin-top: 3.7rem;
    position: relative;
}
.secDetailsPager .icon::after{
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: -1.5rem;
    border-radius: 50%;
    border: 0.1rem solid var(--borderColor);
}
.secDetailsPager .icon.lazyloaded::after{
    background: url(../img/common/iconCmnBackArrow.png) center center / 1.4rem auto no-repeat var(--whiteColor);
}
.secDetailsPager .prev .icon::after{
    left: 0;
}
.secDetailsPager .next .icon::after{
    right: 0;
    transform: rotate(180deg);
}
.secDetailsPager .prev .icon{
    padding-left: 5.5rem;
}
.secDetailsPager .next .icon{
    padding-right: 5.5rem;
    text-align: right;
}
@media only screen and (max-width:1215px){
    .secDetailsPager{
        margin-top: 8rem;
    }
    .secDetailsPager .item{
        width: calc(50% - 1rem);
        margin-right: 2rem;
    }
    .secDetailsPager .link{
        padding-bottom: 2rem;
    }
    .secDetailsPager .img{
        border-radius: 0.5rem;
    }
    .secDetailsPager .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        margin-top: 1.5rem;
    }
    .secDetailsPager .icon{
        font-size: var(--spFontSize12);
    }
    .secDetailsPager .icon::after{
        width: 3rem;
        height: 3rem;
        top: -1rem;
    }
    .secDetailsPager .icon.lazyloaded::after{
        background-size: 1.2rem auto;
    }
    .secDetailsPager .prev .icon{
        padding-left: 4rem;
    }
    .secDetailsPager .next .icon{
        padding-right: 4rem;
    }
}