@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mv --*/
#mv{
    height: 100vh;
    max-height: 90vw;
    position: relative;
}

#mv .title{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 958px;
    width: 90%;
    z-index: 1;
}
#mv .title img{
    display: block;
    position: relative;
    z-index: 1;
}
#mv .title span{
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}
#mv .images{
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 0;
}

#mv .images > div{
    width: 20%;
    background-position: center center;
    background-size: auto 125%;
    background-repeat: no-repeat;
    height: 100%;
}

#mv .images::before{
    width: 100%;
    height: 35vw;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    z-index: 1;
    opacity: 0.8;

}


/*--- memberList --*/

#contents .memberListContainer{
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 16.5vw;
}
#contents .memberListContainer::before{
    content: "";
    background: #e21b13;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 0;
}
#contents .memberList{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#contents .memberList li{
    width: 18%;
    color: #fff;
}
#contents .memberList li .image{
    max-width: 180px;
}

/*--- talk --*/

#contents .talk{
    position: relative;
    padding-bottom: calc(16.5vw + 120px);
    padding-top: 1px;
}
#contents .talk:last-of-type{
    padding-bottom: 120px;
}

#contents .talk .imageAndTitle{
    width: 100%;
    position: relative;
    margin-top: -16.5vw;
}

#contents .talk .imageAndTitle .mainImage{
    width: 83%;
    height: 33vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 17%;
}
#contents .talk .imageAndTitle .title{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1.45;
    padding: 1.5em 8.3vw;
    width: 83%;
    background: #222222;
    transform: translate(0,-50%);
}

#contents .talk .talkBox{
    position: relative;
}
#contents .talk .talkBox .deco01{
    font-weight: 700;
    font-size: 130px;
    opacity: 0.1;
    right: 0;
    top: -110px;
    line-height: 1;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

#contents .talk:nth-child(even) {
    background: #222222;
}
#contents .talk:nth-child(even) .imageAndTitle .mainImage{
    width: 83%;
    margin: 0 17% 0 0;
}
#contents .talk:nth-child(even) .imageAndTitle .title{
    background: #e21b13;
    width: 83%;
    margin-left: 17%;
}
#contents .talk:nth-child(even) .talkBox .deco01{
    right: auto;
    left: -0.25em;
    color: #FFFFFF;
}
#contents .talk-contents .talk:nth-child(even) .talkInr dl dt .name{
    color: #fff;
}



#contents .talk-contents .talk .talkInr {
    max-width: 960px;
    margin: 0 auto;
    width: 85%;
}
#contents .talk-contents .talk .talkInr dl{
    margin: 0 auto;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}
#contents .talk-contents .talk .talkInr dl:last-child{
    margin-bottom: 0;
}
#contents .talk-contents .talk .talkInr dl dt{
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}
#contents .talk-contents .talk .talkInr dl dt .name{
    font-size: 12px;
}
#contents .talk-contents .talk .talkInr dl dd {
    width: calc(100% - 90px - 80px - 90px - 12.5%);
    background: #fff;
    padding: 40px;
    text-align: justify;
    line-height: 1.75;
    position: relative;
    margin-left: 20px;
}
#contents .talk-contents .talk .talkInr dl dd:before {
  width: 0;
  height: 0;
  border-style: solid;
    content: "";
    display: block;
    position: absolute;
    top: 35px;
}

#contents .talk-contents .talk .talkInr dl:nth-child(odd) dd:before {
    left: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #ffffff;
  border-left: 0;
}
#contents .talk-contents .talk .talkInr dl:nth-child(even) dd:before {
    right: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
}

#contents .talk-contents .talk .talkInr dl:nth-child(even){
    flex-direction: row-reverse;
}
#contents .talk-contents .talk .talkInr dl:nth-child(even) dd {
    margin: 0 20px 0 0;
}

#contents .endImage{
    background: url("../images/career-talk/end.jpg") center center / cover no-repeat;
    width: 100%;
    height: 42vw;
}



/*--- voices --*/
#contents .voices {
    padding-bottom: 0;
}
#contents .voices .voiceBox{
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}
#contents .voices .voiceBox + .voiceBox{
    margin-top: 100px;
}
#contents .voices .voiceBox .num{
    display: table;
    width: fit-content;
    margin: 0 auto 10px;
    line-height: 1;
    padding: 10px 30px 8px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #e21b13;
    border-radius: 100px;
}
#contents .voices .voiceBox:nth-child(even) .num{
    background: #ffda00;
    color: #000;
}
#contents .voices .voiceBox .title{
    font-size: 32px;
    line-height: 1.45;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url("../images/career-talk/bg_title.svg") center bottom / 210px 12px no-repeat;
    text-align: center;
}

#contents .voices .voiceBox .voiceList{
    display: flex;
    margin: 0 auto -40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contents .voices .voiceBox .image,
#contents .voices .voiceBox .voiceList li{
    background-color: #fff;
    padding: 50px 40px;
    box-shadow: inset 6px 6px 6px rgb(0 0 0 / 8%);
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#contents .voices .voiceBox .image img{
    max-width: 900px;
    display: block;
    margin: 0 auto;
}
#contents .voices .voiceBox .voiceList li{
    width: 31.5%;
    margin-bottom: 40px;
    padding: 35px;
}
#contents .voices .voiceBox .voiceList li:after {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    background: url(../images/career-talk/fukidashi.svg) center center / cover no-repeat;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -14px;
}


#contents .voices .voiceBox .voiceList li .onePhrase{
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
#contents .voices .voiceBox .voiceList li .text{
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-bottom: 25px;
}
#contents .voices .voiceBox .voiceList li .name{
    text-align: right;
    font-size: 11px;
    position: absolute;
    right: 35px;
    bottom: 35px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
#contents .voices .voiceBox .voiceList li .name span{
    opacity: 0.7;
    display: inline-block;
    white-space: nowrap;
}


/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/

#mv .images > div{
    animation: clipAnimationTtoB .5s ease-in-out forwards;
    clip-path: inset(0 0 100% 0);
    /*opacity: 0;
    transform: translate(100%,0);
    animation: imageIn 0.5s ease-in-out forwards;*/
}
@keyframes imageIn{
    0%{ transform: translate(0,100%); opacity: 0; }
    100%{  transform: translate(0,0%); opacity: 1;}
}

#mv .images .img02{ animation-delay: .2s !important;}
#mv .images .img03{ animation-delay: .4s !important;}
#mv .images .img04{ animation-delay: .6s !important;}
#mv .images .img05{ animation-delay: .8s !important;}

#mv .images::before{
    opacity: 0;
    animation: fadein 1s ease-in-out forwards;
    animation-delay: 1s !important;
}
#mv .title img,
#mv .title span{
    opacity: 0;
    animation: slidein 0.8s ease forwards;
    animation-delay: 1.4s !important;
}


/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    #contents .voices .voiceBox .voiceList li .text{
        padding-bottom: 38px;
    }
    #contents .voices .voiceBox .voiceList li .name span{
        display: block;
    }
    
}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {    
    
    #contents .memberListContainer {
        margin-bottom: 23vw;
    }
    #contents .talk .imageAndTitle {
        margin-top: -23vw;
    }
    #contents .talk .imageAndTitle .title {
        font-size: 28px;
        padding: 1em 7.5vw;
    }
    
    #contents .talk .imageAndTitle .mainImage {
        width: 90%;
        margin-left: 10%;
        height: 46vw;
    }
    #contents .talk:nth-child(even) .imageAndTitle .mainImage {
        width: 90%;
        margin: 0 10% 0 0;
    }
    
    #contents .talk-contents .talk .talkInr dl dd {
        width: calc(100% - 90px - 80px - 90px);
    }
    #contents .talk .talkBox .deco01 {
        font-size: 90px;
        top: -60px;
    }
    
    
    /*--- voices --*/
    #contents .voices .voiceBox .image{
        padding: 30px;
    }
    #contents .voices .voiceBox .title {
        font-size: 24px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    #contents .voices .voiceBox .voiceList li {
        width: 31.5%;
        margin-bottom: 30px;
        padding: 25px;
    }
    #contents .voices .voiceBox .voiceList li .text {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        padding-bottom: 30px;
    }
    #contents .voices .voiceBox .voiceList li .name {
        font-size: 10px;
        right: 25px;
        bottom: 25px;
    }
    #contents .voices .voiceBox + .voiceBox {
        margin-top: 80px;
    }
    
    #contents .voices .voiceBox .voiceList li .onePhrase {
        font-size: 24px;
    }
    
}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    /*--- mv --*/
    #mv{
        height: 135vw;
    }
    #mv .images::before{
        height: 80vw;
        max-height: 60%;
    }
    #mv .images > div{
        background-size: cover;
    }
    #mv .title {
        bottom: 40px;
    }
    #mv .title span {
        margin-top: 13px;
        font-size: 20px;
    }
    
    /*--- memberList --*/
    #contents .memberListContainer{
        padding-bottom: 0;
        margin-bottom: 27vw;
    }
    #contents .memberListContainer::before{
        display: none;
    }
    #contents .memberList li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        display: flex;
        flex-direction: row;
        margin-top: -14vw;
        margin-bottom: 0;
    }
    #contents .memberList li .image {
        width: 130px;
        position: relative;
        z-index: 1;
    }
    #contents .memberList li .info{
        background: #e21b13;
        padding: 20px 10px 20px 40px;
        margin-left: -50px;
        z-index: 0;
        position: relative;
        width: calc(100% - 60px);
    }
    
    #contents .memberList li:nth-child(even){
        flex-direction: row-reverse;
    }
    #contents .memberList li:nth-child(even) .info{
        padding: 20px 40px 20px 20px;
        margin: 0 -50px 0 0; 
    }
    
    
    /*--- talk --*/
    #contents .talk:last-of-type {
        padding-bottom: 80px;
    }
    
    #contents .talk .imageAndTitle {
        margin-top: -27vw;
    }
    #contents .talk .imageAndTitle .title {
        font-size: 22px;
    }
    #contents .talk .imageAndTitle .mainImage {
        height: 54vw;
    }
    
    #contents .talk .talkBox .deco01 {
        font-size: 53px;
    }
    #contents .talk-contents .talk .talkInr dl{
        justify-content: space-between;
    }
    
    #contents .talk-contents .talk:nth-child(odd) .talkInr dl:nth-child(odd){
        flex-direction: row-reverse;
    }
    #contents .talk-contents .talk:nth-child(odd) .talkInr dl:nth-child(even){
        flex-direction: row;
    }
    #contents .talk-contents .talk:nth-child(odd) .talkInr dl:nth-child(odd) dd:before {
        right: -15px;
        left: auto;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 15px solid #ffffff;
        border-right: 0;
    }
    #contents .talk-contents .talk:nth-child(odd) .talkInr dl:nth-child(even) dd:before {
        left: -15px;
        right: auto;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 15px solid #ffffff;
        border-left: 0;
    }
    #contents .talk-contents .talk .talkInr dl dt {
        width: 70px;
    }
    #contents .talk-contents .talk .talkInr dl dd {
        width: calc(100% - 75px);
        padding: 25px;
        margin: 0 !important;
    }
    
    #contents .endImage {
        height: 54vw;
    }
    
    
    /*--- voices --*/
    
    #contents .voices .voiceBox .num {
        padding: 8px 25px 6px;
        font-size: 13px;
    }
    #contents .voices .voiceBox .title {
        font-size: 22px;
    }
    #contents .voices .voiceBox .voiceList li{
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    

    
}

