@charset "utf-8";
/*header*/
.header{
    text-align: center;
}
.header__inner{
    max-width: 100%;
    height: calc(100vh - 68px);
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.header__video{
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    transform: none;
}
@media all and (-ms-high-contrast: none){
    .header__inner{
    background-image: url("../images/mv_pc.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
}
    .header__video{
        display: none;
    }
}
.header__logo{
    width: 270px;
    position: absolute;
    z-index: 20;
    top: 24px;
    left: 35px;
}
.header__title{
    width: 530px;
    position: absolute;
    z-index: 20;
    top: 54%;
    left: 49%;
    transform: translate(-50%,-50%);
}
.header__img{
    display: none
}
@media all and (max-width: 1280px){
    .header__inner{
        height: calc(100vh - 67px);
        height:100vh;
    }
}
@media all and (max-width: 900px){
    .header{
/*    text-align: center;*/
    }
    .header__inner{
/*        max-width: 100%;*/
        height: auto;
/*        overflow: hidden;*/
/*        position: relative;*/
    }
    .header__video{
/*        object-fit: cover;*/
/*        font-family: 'object-fit: cover;';*/
/*        height: 100%;*/
/*        width: 100%;*/
/*        position: relative;*/
/*        z-index: 10;*/
/*        top: 0;*/
/*        left: 0;*/
/*        transform: none;*/
        display: none
    }
    @media all and (-ms-high-contrast: none){
        .header__inner{
        background-image: none;
    }
    }
    .header__img{
        display: block;
        width: 100%;
    }
    .header__mv_sp{
        display: none;
    }
    .header__logo{
        width: 240px;
/*        position: absolute;*/
/*        z-index: 20;*/
/*        top: 19px;*/
/*        left: 15px;*/
    }
    .header__title{
        width: 430px;
/*        position: absolute;*/
/*        z-index: 20;*/
/*        top: 54%;*/
/*        left: 49%;*/
/*        transform: translate(-50%,-50%);*/
    }
}
@media all and (max-width: 600px){
    .header{
/*    text-align: center;*/
    }
    .header__inner{
/*        max-width: 100%;*/
        height: auto;
/*        overflow: hidden;*/
/*        position: relative;*/
    }
    .header__video{
/*        object-fit: cover;*/
/*        font-family: 'object-fit: cover;';*/
/*        height: 100%;*/
/*        width: 100%;*/
/*        position: relative;*/
/*        z-index: 10;*/
/*        top: 0;*/
/*        left: 0;*/
/*        transform: none;*/
    }
    .header__img{
        width: 100%;
    }
    .header__mv_tab{
        display: none;
    }
    .header__mv_sp{
        display: block
    }
    .header__logo{
        width: 180px;
/*        position: absolute;*/
/*        z-index: 20;*/
        top: 19px;
        left: 15px;
    }
    .header__title{
        width: 270px;
/*        position: absolute;*/
/*        z-index: 20;*/
/*        top: 54%;*/
/*        left: 49%;*/
/*        transform: translate(-50%,-50%);*/
    }
}





/*movie__link*/
.movie__link{
    text-align: center;
}
.movie__link a{
    color: #fff;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #144a6c;
    padding-top: 16px;
    padding-bottom: 22px;
}
.movie__link__text{
    padding-right: 4px;
}
.movie__title__icon{
    width: 42px;
    padding-left: 12px;
}
@media all and (max-width: 1280px){
    .movie__link a{
        font-size: 2.4rem;
        padding-top: 15px;
        padding-bottom: 21px;
    }
    .movie__link__text{
/*        padding-right: 4px;*/
    }
    .movie__title__icon{
        width: 39px;
        padding-left: 8px;
    }
}
@media all and (max-width: 767px){
    .movie__link{
/*        text-align: center;*/
    }
    .movie__link a{
/*        color: #fff;*/
        font-size: 2.1rem;
/*        line-height: 1;*/
/*        letter-spacing: 0.02em;*/
/*        font-weight: bold;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        background-color: #144a6c;*/
        padding-top: 13px;
        padding-bottom: 16px;
    }
    .movie__link__text{
        padding-right: 6px;
    }
    .movie__title__icon{
        width: 29px;
        padding-left: 6px;
    }
}
@media all and (max-width: 370px){
    .movie__link{
/*        text-align: center;*/
    }
    .movie__link a{
/*        color: #fff;*/
        font-size: 1.8rem;
/*        line-height: 1;*/
/*        letter-spacing: 0.02em;*/
/*        font-weight: bold;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        background-color: #144a6c;*/
        padding-top: 12px;
        padding-bottom: 15px;
    }
    .movie__link__text{
        padding-right: 4px;
    }
    .movie__title__icon{
        width: 26px;
        padding-left: 4px;
    }
}



/*comtemts common*/
.contents__title img{
    height: 73px;
}
@media all and (max-width: 1280px){
    .contents__title img{
        height: 68px;
    }
}
@media all and (max-width: 767px){
    .contents__title img{
        height: auto;
    }
}



/*01*/
.feature{
    padding-top: 110px;
}
.feature__inner{
  padding: 0 15px;
}
.feature .inner{
    border-bottom: 2px solid #144a6c;
    padding-bottom: 106px;
    padding-left: 26px;
    padding-right: 13px;
}
.feature__title{
    margin-bottom: 37px;
}
.feature__img{
    text-align: center;
    /*max-width: 670px;*/
    margin:0 auto 38px;
}
.feature__text{
    font-weight: bold;
    letter-spacing: 0.02em;
}
.feature__btn{
    text-align: right;
    margin-top: 0.6em;
}
.feature__movie{
    letter-spacing: -0.4em;
    text-align: center;
    margin-left: -2%;
    margin-top: 80px;
}
.feature__movie + .feature__movie{
    margin-top: 30px;
}
.feature__movie .movie__item{
    display: inline-block;
    vertical-align: top;
    width: calc((99.9% - 6% )/3);
    margin-left: 2%;
    letter-spacing: normal;
    font-weight: bold;
    text-align: center;
}
.feature__movie .movie__item.item-small{
    width: calc((99.9% - 8% )/4);
    margin-top: 30px;
}
.feature__movie .movie__link{
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
}
.feature__movie .movie__link::before{
    content: '';
    background-color: #464646;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.feature__movie .movie__link::after{
    content: "";
    background-image: url(/assets/images/recommend/video/video-btn.png);
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}
.feature__movie .movie__title{
    line-height: 1.4;
    margin-top: 10px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #144a6c;
}

@media all and (max-width: 1280px){
   .feature{
        padding-top: 95px;
    }
    .feature__inner{
/*      padding: 0 15px;*/
    }
    .feature .inner{
/*        border-bottom: 2px solid #144a6c;*/
        padding-bottom: 90px;
/*        padding-left: 26px;*/
/*        padding-right: 13px;*/
    }
    .feature__title{
        margin-bottom: 35px;
    }
    .feature__img{
        /*max-width: 640px;*/
        margin:0 auto 36px;
    }
}
@media all and (max-width: 1110px){
    .feature .inner{
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (max-width: 767px){
    .feature{
        padding-top: 60px;
    }
    .feature__inner{
        padding: 0 15px;
    }
    .feature .inner{
        border-bottom: 1px solid #144a6c;
        padding-bottom:55px;
        padding-left: 0;
        padding-right: 0;
    }
    .feature__title{
        width: 224px;
        margin-bottom: 24px;
    }
    .feature__img{
        width: 560px;
        max-width: 100%;
        margin: 0 auto;
/*        text-align: center;*/
        margin-bottom: 30px;
    }
    .feature__text{
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
    }

    .feature__movie{
        margin-top: 50px;
        margin-bottom: -20px;
        text-align: center;
        margin-left: -3%;
    }
   
    .feature__movie .movie__item{
        width: calc((99.9% - 6% )/2);
        margin-bottom: 20px;
        margin-left: 3%
    }
    .feature__movie .movie__item.item-small{
        width: calc((99.9% - 6% )/2);
        margin-top: 0;
    }
}
@media all and (max-width: 370px){
    .feature__title{
        width: 204px;
    }
    .feature__movie{
        margin-top: 40px;
        margin-left: 0%;
    }
    .feature__movie .movie__item{
        width: 100%;
        margin-left: 0;
    }
}





/*02*/
.place{
    padding-top: 96px;
    padding-bottom: 111px;
}
.place__inner{
    padding: 0 15px;
}
.place .inner{
    padding-left: 26px;
    padding-right: 13px;
}
.place__title{
    margin-bottom: 53px;
}
.place__img{
    text-align: center;
    max-width: 750px;
    margin:0 auto 46px;
}
.place__text{
    font-weight: bold;
    letter-spacing: 0.02em;
}
@media all and (max-width: 1280px){
    .place{
        padding-top: 88px;
/*        padding-bottom: 97px;*/
    }
    .place__inner{
/*        padding: 0 15px;*/
    }
    .place .inner{
/*        padding-left: 26px;*/
/*        padding-right: 13px;*/
    }
    .place__title{
        margin-bottom: 49px;
    }
    .place__img{
        max-width: 730px;
        margin:0 auto 42px;
    }
}
@media all and (max-width: 1110px){
    .place .inner{
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (max-width: 767px){
    .place{
        padding-top: 63px;
        padding-bottom: 61px;
    }
    .place__inner{

    }
    .place .inner{
        padding-left: 15px;
        padding-right: 15px;
    }
    .place__title{
        width: 282px;
        margin-bottom: 45px;
    }
    .place__img{
/*        text-align: center;*/
        max-width: 500px;
        margin-bottom: 26px;
    }
    .place__text{
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
    }
}
@media all and (max-width: 370px){
    .place__title{
        width: 285px;
    }
}




/*03*/
.market{
    background-color: #144a6c;
    padding-top: 111px;
    padding-bottom: 125px;
}
.market__title{
    margin-bottom: 41px;
}
.market__img{
    text-align: center;
    max-width: 800px;
    margin:0 auto 52px;
}
.market__text{
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.market__btn{
    text-align: right;
    margin-top: 25px;
}
.market__btn .btn{
    color: #fff;
    border: 2px solid #fff;
}
.market__btn .btn::after {
    background-image: url(/assets/images/arrow-right-white-3x.png);
}
@media all and (max-width: 1280px){
    .market{
        padding-top: 95px;
        padding-bottom: 104px;
    }
    .market__title{
        margin-bottom: 38px;
    }
    .market__img{
        max-width: 750px;
        margin:0 auto 48px;
    }
}
@media all and (max-width: 767px){
    .market{
/*        background-color: #144a6c;*/
        padding-top: 64px;
        padding-bottom: 70px;
    }
    .market__title{
        width: 216px;
        margin-bottom: 45px;
    }
    .market__img{
/*        text-align: center;*/
        max-width:500px;
        margin-bottom: 37px;
    }
    .market__text{
/*        color: #fff;*/
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
    }
    .market__btn{
        margin-top: 15px;
    }
}
@media all and (max-width: 370px){
    .market__title{
        width: 211px;
    }
}




/*04*/
.kind{
    background: rgb(20,74,108);
    background: linear-gradient(83deg, rgba(20,74,108,1) 0%, rgba(9,125,183,1) 64%, rgba(54,174,200,1) 100%);
    background: -moz-linear-gradient(83deg, rgba(20,74,108,1) 0%, rgba(9,125,183,1) 64%, rgba(54,174,200,1) 100%);
    background: -webkit-linear-gradient(83deg, rgba(20,74,108,1) 0%, rgba(9,125,183,1) 64%, rgba(54,174,200,1) 100%);
    background: -ms-linear-gradient(83deg, rgba(20,74,108,1) 0%, rgba(9,125,183,1) 64%, rgba(54,174,200,1) 100%);
    padding-top: 116px;
    padding-bottom: 92px;
}
.kind__title{
    margin-bottom: 52px;
}

.kind__flow{
    text-align: center;
    max-width: 670px;
    margin: 0 auto 58px;
}




.kind__interview__list__wrapper{
    
}
.kind__interview__list{
    
}
.kind__interview__item{
    margin-bottom: 46px;
}
.kind__interview__item__inner{
    background-color: #fff;
    border-radius: 12px;
    padding: 22px 22px 16px;
}
.kind__interview__item__profile{
    display: flex;
    align-items: center;
    margin-bottom: 39px;
}
.kind__interview__item__profile__img{
    width: 180px;
    margin-left: 16px;
}
.kind__interview__item__profile__img>img{
    border-radius: 50%;
}
.kind__interview__item__profile__text{
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 40px;
}
.kind__interview__item__profile__name{
    margin-bottom: 4px;
}
.kind__interview__item__profile__name__text{
    font-size: 2.8rem;
    padding-left: calc(13 / 28 * 1em);
}
.kind__interview__item__profile__name__joined{
    position: relative;
    padding-left: calc(49 / 18 * 1em);
}
.kind__interview__item__profile__name__joined::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/interview_join.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: calc(31 / 18 * 1em);
}
.kind__interview__item__profile__major{
    margin-bottom: 2px;
}
.kind__interview__item__profile__role{
    display: flex;
}
.kind__interview__item__profile__role__title{
    width: 5em;
}
.kind__interview__item__profile__role__data{
    width: calc(100% - 5em);
}

.kind__interview__item__qanda{
    
}
.kind__interview__item__qanda__top{
    
}
.kind__interview__item__qanda__list{
    font-weight: bold;
}
.kind__interview__item__qanda__title{
    color: #144a6c;
    font-size: 2.1rem;
    position: relative;
    padding-left: calc(53 / 21 * 1em);
    margin-bottom: 12px;
}
.kind__interview__item__qanda__title::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 39px;
    height: 39px;
    position: absolute;
    top: calc(-6 / 21 * 1em);
    left: 0;
}
.kind__interview__item__qanda__title--01::before{
    background-image: url("../images/interview_qanda_title01.png");
}
.kind__interview__item__qanda__title--02::before{
    background-image: url("../images/interview_qanda_title02.png");
}
.kind__interview__item__qanda__title--03::before{
    background-image: url("../images/interview_qanda_title03.png");
}
.kind__interview__item__qanda__title--04::before{
    background-image: url("../images/interview_qanda_title04.png");
}
.kind__interview__item__qanda__title--05::before{
    background-image: url("../images/interview_qanda_title05.png");
}
.kind__interview__item__qanda__data{
    font-size: 1.8rem;
}

.kind__interview__item__qanda__bottom{
    display: none;
}
.kind__interview__item__qanda__bottom .kind__interview__item__qanda__list{
    padding-top: 36px;
}
.kind__interview__item__qanda__btn{
    text-align: center;
    width: 78px;
    cursor: pointer;
    margin: 0 auto;
    padding-top: 19px;
}
.kind__interview__item__qanda__btn--next{
    width: 78px;
}
.kind__interview__item__qanda__btn--back{
    display: none;
    width: 43px;
    cursor: pointer;
    margin: 0 auto
}
.kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--next{
    display: none;
}
.kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--back{
    display: block;
}




@media all and (max-width: 1280px){
    .kind{
        padding-top: 98px;
        padding-bottom: 88px;
    }
    .kind__title{
        margin-bottom: 48px;
    }
    .kind__flow{
        max-width: 630px;
        margin: 0 auto 54px;
    }
    
    .kind__interview__list__wrapper{

    }
    .kind__interview__list{

    }
    .kind__interview__item{
        margin-bottom: 35px;
    }
    .kind__interview__item__inner{
/*        border-radius: 12px;*/
        padding: 18px 22px 12px;
    }
    .kind__interview__item__profile{
/*        display: flex;*/
/*        align-items: center;*/
        margin-bottom: 28px;
    }
    .kind__interview__item__profile__img{
        width: 168px;
        margin-left: 12px;
    }
    .kind__interview__item__profile__text{
        font-size: 1.6rem;
        padding-left: 32px;
    }
    .kind__interview__item__profile__name{
        margin-bottom: 3px;
    }
    .kind__interview__item__profile__name__text{
        font-size: 2.4rem;
/*        padding-left: calc(13 / 28 * 1em);*/
    }
    .kind__interview__item__profile__name__joined{
/*        position: relative;*/
        padding-left: calc(38 / 18 * 1em);
    }
    .kind__interview__item__profile__name__joined::before{
/*        content: "";*/
/*        display: inline-block;*/
/*        vertical-align: middle;*/
/*        background-image: url("../images/interview_join.png");*/
/*        background-repeat: no-repeat;*/
/*        background-size: contain;*/
/*        background-position: center;*/
        width: 10px;
        height: 18px;
/*        position: absolute;*/
/*        bottom: 0;*/
        left: calc(22 / 18 * 1em);
    }
    .kind__interview__item__profile__major{
        margin-bottom: 1px;
    }
    .kind__interview__item__profile__role{
/*        display: flex;*/
    }
    .kind__interview__item__profile__role__title{
/*        width: 5em;*/
    }
    .kind__interview__item__profile__role__data{
/*        width: calc(100% - 5em);*/
    }

    .kind__interview__item__qanda{

    }
    .kind__interview__item__qanda__top{

    }
    .kind__interview__item__qanda__list{
/*        font-weight: bold;*/
    }
    .kind__interview__item__qanda__title{
/*        color: #144a6c;*/
        font-size: 1.8rem;
/*        position: relative;*/
        padding-left: calc(47 / 21 * 1em);
        margin-bottom: 9px;
    }
    .kind__interview__item__qanda__title::before{
/*        content: "";*/
/*        display: inline-block;*/
/*        vertical-align: middle;*/
/*        background-repeat: no-repeat;*/
/*        background-size: contain;*/
/*        background-position: center;*/
        width: 32px;
        height: 32px;
/*        position: absolute;*/
        top: calc(-4 / 21 * 1em);
/*        left: 0;*/
    }
    .kind__interview__item__qanda__data{
        font-size: 1.6rem;
    }

    .kind__interview__item__qanda__bottom{
/*        display: none;*/
    }
    .kind__interview__item__qanda__bottom .kind__interview__item__qanda__list{
        padding-top: 30px;
    }
    .kind__interview__item__qanda__btn{
/*        text-align: center;*/
        width: 70px;
/*        cursor: pointer;*/
/*        margin: 0 auto;*/
        padding-top: 13px;
    }
    .kind__interview__item__qanda__btn--next{
        width: 70px;
    }
    .kind__interview__item__qanda__btn--back{
/*        display: none;*/
        width: 39px;
/*        cursor: pointer;*/
/*        margin: 0 auto*/
    }
    .kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--next{
/*        display: none;*/
    }
    .kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--back{
/*        display: block;*/
    }
    

}
@media all and (max-width: 767px){
    .kind{
        padding-top: 66px;
        padding-bottom: 37px;
    }
    .kind__title{
        width: 252px;
        margin-bottom: 46px;
    }
    .kind__flow{
        max-width: 550px;
/*        text-align: center;*/
        margin-bottom: 74px;
    }
    
        .kind__interview__list__wrapper{

    }
    .kind__interview__list{

    }
    .kind__interview__item{
        margin-bottom: 28px;
    }
    .kind__interview__item__inner{
/*        border-radius: 12px;*/
        padding: 15px 15px 12px;
    }
    .kind__interview__item__profile{
/*        display: flex;*/
/*        align-items: center;*/
        margin-bottom: 22px;
    }
    .kind__interview__item__profile__img{
        width: 140px;
        margin-left: 0px;
    }
    .kind__interview__item__profile__text{
        font-size: 1.5rem;
        width: calc(100% - 140px);
        padding-left: 12px;
    }
    .kind__interview__item__profile__name{
        margin-bottom: 2px;
    }
    .kind__interview__item__profile__name__text{
        font-size: 2.2rem;
        
/*        padding-left: calc(13 / 28 * 1em);*/
    }
    .kind__interview__item__profile__name__joined{
/*        position: relative;*/
        padding-left: calc(26 / 18 * 1em);
    }
    .kind__interview__item__profile__name__joined::before{
        width: 9px;
        height: 16px;
/*        bottom: 0;*/
        left: calc(12 / 18 * 1em);
    }
    .kind__interview__item__profile__major{
/*        margin-bottom: 1px;*/
    }
    .kind__interview__item__profile__role{
/*        display: flex;*/
    }
    .kind__interview__item__profile__role__title{
/*        width: 5em;*/
    }
    .kind__interview__item__profile__role__data{
/*        width: calc(100% - 5em);*/
    }

    .kind__interview__item__qanda{

    }
    .kind__interview__item__qanda__top{

    }
    .kind__interview__item__qanda__list{
/*        font-weight: bold;*/
    }
    .kind__interview__item__qanda__title{
/*        color: #144a6c;*/
        font-size: 1.7rem;
        line-height: 1.2;
/*        position: relative;*/
/*        padding-left: calc(47 / 21 * 1em);*/
        margin-bottom: 6px;
    }
    .kind__interview__item__qanda__title::before{
        width: 29px;
        height: 29px;
        top: calc(-8 / 21 * 1em);
/*        left: 0;*/
    }
    .kind__interview__item__qanda__data{
        font-size: 1.5rem;
    }

    .kind__interview__item__qanda__bottom{
/*        display: none;*/
    }
    .kind__interview__item__qanda__bottom .kind__interview__item__qanda__list{
        padding-top: 22px;
    }
    .kind__interview__item__qanda__btn{
/*        text-align: center;*/
        width: 60px;
/*        cursor: pointer;*/
/*        margin: 0 auto;*/
        padding-top: 8px;
    }
    .kind__interview__item__qanda__btn--next{
        width: 60px;
    }
    .kind__interview__item__qanda__btn--back{
/*        display: none;*/
        width: 33px;
/*        cursor: pointer;*/
/*        margin: 0 auto*/
    }
    .kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--next{
/*        display: none;*/
    }
    .kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--back{
/*        display: block;*/
    }

}
@media all and (max-width: 620px){

    
        .kind__interview__list__wrapper{

    }
    .kind__interview__list{

    }
    .kind__interview__item{
/*        margin-bottom: 28px;*/
    }
    .kind__interview__item__inner{
/*        border-radius: 12px;*/
/*        padding: 15px 15px 12px;*/
    }
    .kind__interview__item__profile{
/*        display: flex;*/
        flex-wrap: wrap;
/*        align-items: center;*/
/*        margin-bottom: 22px;*/
    }
    .kind__interview__item__profile__img{
/*        width: 140px;*/
        margin: 0 auto;
/*        margin-left: 0px;*/
    }
    .kind__interview__item__profile__text{
/*        font-size: 1.5rem;*/
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .kind__interview__item__profile__name{
/*        margin-bottom: 2px;*/
    }
    .kind__interview__item__profile__name__text{
/*        font-size: 2.2rem;*/
        
/*        padding-left: calc(13 / 28 * 1em);*/
    }
    .kind__interview__item__profile__name__joined{
/*        position: relative;*/
/*        padding-left: calc(26 / 18 * 1em);*/
    }
    .kind__interview__item__profile__name__joined::before{
/*        width: 9px;*/
/*        height: 16px;*/
/*        bottom: 0;*/
/*        left: calc(12 / 18 * 1em);*/
    }
    .kind__interview__item__profile__major{
        margin-bottom: 4px;
    }
    .kind__interview__item__profile__role{
/*        display: flex;*/
        flex-wrap: wrap;
        justify-content: center;
    }
    .kind__interview__item__profile__role__title{
        width: auto;
    }
    .kind__interview__item__profile__role__data{
        width: auto;
    }

    .kind__interview__item__qanda{

    }
    .kind__interview__item__qanda__top{

    }
    .kind__interview__item__qanda__list{
/*        font-weight: bold;*/
    }
    .kind__interview__item__qanda__title{
/*        color: #144a6c;*/
/*        font-size: 1.7rem;*/
        
/*        position: relative;*/
/*        padding-left: calc(47 / 21 * 1em);*/
/*        margin-bottom: 6px;*/
    }
    .kind__interview__item__qanda__title::before{
/*        width: 29px;*/
/*        height: 29px;*/
/*        top: calc(-4 / 21 * 1em);*/
/*        left: 0;*/
    }
    .kind__interview__item__qanda__data{
/*        font-size: 1.5rem;*/
    }

    .kind__interview__item__qanda__bottom{
/*        display: none;*/
    }
    .kind__interview__item__qanda__bottom .kind__interview__item__qanda__list{
/*        padding-top: 22px;*/
    }
    .kind__interview__item__qanda__btn{
/*        text-align: center;*/
/*        width: 60px;*/
/*        cursor: pointer;*/
/*        margin: 0 auto;*/
/*        padding-top: 8px;*/
    }
    .kind__interview__item__qanda__btn--next{
/*        width: 60px;*/
    }
    .kind__interview__item__qanda__btn--back{
/*        display: none;*/
/*        width: 33px;*/
/*        cursor: pointer;*/
/*        margin: 0 auto*/
    }
    .kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--next{
/*        display: none;*/
    }
    .kind__interview__item__qanda__btn.active .kind__interview__item__qanda__btn--back{
/*        display: block;*/
    }

}
@media all and (max-width: 370px){
    .kind__title{
        width: 258px;
    }
}





/*05*/
.step{
    padding-top: 119px;
    padding-bottom: 117px;
}
.step__title{
    margin-bottom: 44px;
}
.step__img{
    text-align: center;
    max-width: 730px;
    margin:0 auto 43px;
}
.step__text{
    font-weight: bold;
    letter-spacing: 0.02em;
}
@media all and (max-width: 1280px){
    .step{
        padding-top: 98px;
        padding-bottom: 96px;
    }
    .step__title{
        margin-bottom: 38px;
    }
    .step__img{
        max-width: 670px;
        margin:0 auto 37px;
    }
}
@media all and (max-width: 767px){
    .step{
        padding-top: 61px;
        padding-bottom: 66px;
    }
    .step__title{
        width: 234px;
        margin-bottom: 34px;
    }
    .step__img{
/*        text-align: center;*/
        max-width: 520px;
        margin-bottom: 37px;
    }
    .step__text{
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
    }
}
@media all and (max-width: 370px){
    .step__title{
        width: 248px;
    }
}





/*06*/
.diversity{
    background-image: url("../images/diversity_bg.png");
    background-size: 40px 40px;
    background-position: center;
    background-repeat: repeat;
    padding-top: 105px;
    padding-bottom: 108px;
    
}
.diversity__title{
    margin-bottom: 61px;
}
.diversity__text{
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 31px;
}
.diversity__img{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
@media all and (max-width: 1280px){
    .diversity{
        background-size: 38px 38px;
        padding-top: 95px;
        padding-bottom: 99px;

    }
    .diversity__title{
        margin-bottom: 56px;
    }
    .diversity__text{
        margin-bottom: 28px;
    }
    .diversity__img{
        max-width: 720px;
    }
}
@media all and (max-width: 767px){
    .diversity{
/*        background-image: url("../images/diversity_bg.png");*/
        background-size: 30px 30px;
/*        background-position: center;*/
/*        background-repeat: repeat;*/
        padding-top: 62px;
        padding-bottom: 71px;

    }
    .diversity__title{
        width: 296px;
        margin-bottom: 45px;
    }
    .diversity__text{
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
        margin-bottom: 47px;
    }
    .diversity__img{
        max-width: 540px;
/*        text-align: center;*/
    }
}
@media all and (max-width: 370px){
    .diversity__title{
        width: 268px;
    }
}




/*07*/
.decarbonized{
    padding-top: 121px;
    padding-bottom: 141px;
}
.decarbonized__title{
    margin-bottom: 63px;
}
.decarbonized__text{
    font-weight: bold;
    letter-spacing: 0.02em;
}
.decarbonized__img{
    margin-top: 30px;
}
@media all and (max-width: 1280px){
    .decarbonized{
        padding-top: 101px;
        padding-bottom: 120px;
    }
    .decarbonized__title{
        margin-bottom: 58px;
    }
}
@media all and (max-width: 767px){
    .decarbonized{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .decarbonized__title{
        width: 290px;
        margin-bottom: 45px;
    }
    .decarbonized__text{
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
    }
    .decarbonized__img{
        margin-top: 25px;
    }
}
@media all and (max-width: 370px){
    .decarbonized__title{
        width: 260px;
    }
}




/*08*/
.sdgs{
    background-image: url("../images/sdgs_bg.png");
    background-size: 64px 64px;
    background-position: center;
    background-repeat: repeat;
    padding-top: 111px;
    padding-bottom: 71px;
}
.sdgs__title{
    margin-bottom: 61px;
}
.sdgs__text{
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 58px;
}
.sdgs__img{
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

@media all and (max-width: 1280px){
    .sdgs{
        background-size: 60px 60px;
        padding-top: 100px;
        padding-bottom: 67px;
    }
    .sdgs__title{
        margin-bottom: 55px;
    }
    .sdgs__text{
        margin-bottom: 54px;
    }
    .sdgs__img{
        max-width: 750px;
    }
}
@media all and (max-width: 767px){
    .sdgs{
/*        background-image: url("../images/sdgs_bg.png");*/
        background-size: 48px 48px;
/*        background-position: center;*/
/*        background-repeat: repeat;*/
        padding-top: 64px;
        padding-bottom: 25px;
    }
    .sdgs__title{
        width: 252px;
        margin-bottom: 45px;
    }
    .sdgs__text{
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
        margin-bottom: 46px;
    }
    .sdgs__img{
/*        text-align: center;*/
        max-width: 345px;
        margin: 0 auto;
    }
    
}
@media all and (max-width: 370px){
    .sdgs__title{
        width: 228px;
    }
}




/*maker*/
.maker{
    padding-top: 123px;
}
.maker__title__wrapper{
    padding: 0 58px;
}
.maker__title{
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}
.maker__title img{
    /*width: 230px;*/
    height: 36px;
}
.maker__title::before{
    content: "";
    display: inline-block;
    width: calc((100% - 660px) / 2);
    height: 1px;
    background-color: #144a6c;
    position: absolute;
    top: 50%;
    left: 0;
}
.maker__title::after{
    content: "";
    display: inline-block;
    width: calc((100% - 660px) / 2);
    height: 1px;
    background-color: #144a6c;
    position: absolute;
    top: 50%;
    right: 0;
}
.maker__lead{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.4;
    font-style: italic;
    font-size: 1.6em;
    margin-bottom: 20px;
    color: #c51500;
}

.maker__count__wrapper{
    border: 4px solid #ff1378;
    display: block;
    width: 346px;
    margin: 0 auto;
    padding: 14px 15px 10px;
    margin-bottom: 37px;
}
.maker__count{
    text-align: center;
    width: 136px;
    margin: 0 auto;
    padding-right: 8px;
}
.maker__theme__list{
    max-width: 960px;
    margin: 0 auto;
}
.maker__theme__item{
    margin-bottom: 35px;
}
.maker__theme__item__title{
    color: #144a6c;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.maker__list{
    margin-right: -20px;
}
.maker__item{
    width: 25%;
    height: 100%;
    text-align: center;
    position: relative;
    padding-right: 20px;
}
.maker__item a{
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 1px solid #b6b6b6;
    background-color: #fff;
    padding: 15px 28px 21px;
    height: 100%;
}
.maker__item a:hover{
    border: 1px solid #144a6c;
}
.maker__item__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 110px;
}
.maker__item__logo img{
        width: auto;
    max-height: 100px
    }
@media all and (-ms-high-contrast: none) {
  .maker__item__logo img{
        width: 80%;
      max-height: none;
      height: auto;
    }
}
.maker__item__name{
    color: #4c4c4c;
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.02em;
}
.slide-arrow.next-arrow{
    width: 40px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 50%;
    transform: translate(50%,-50%);
    cursor: pointer;
}
.slide-arrow.prev-arrow{
    width: 40px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
@media all and (max-width: 1280px){
    .maker{
        padding-top: 100px;
    }
    .maker__title__wrapper{
        padding: 0 52px;
    }
    .maker__title{
        margin-bottom: 50px;
    }
    .maker__title img{
        /*width: 200px;*/
        height: 30px;
    }
    .maker__title::before{
        width: calc((100% - 580px) / 2);
    }
    .maker__title::after{
        width: calc((100% - 580px) / 2);
    }
    .maker__count__wrapper{
        width: 326px;
        padding: 13px 15px 9px;
        margin-bottom: 33px;
    }
    .maker__count{
        width: 122px;
/*        padding-right: 6px;*/
    }
    .maker__theme__list{
/*        max-width: 960px;*/
    }
    .maker__theme__item{
        margin-bottom: 33px;
    }
    .maker__theme__item__title{
        font-size: 1.6rem;
        margin-bottom: 7px;
    }
    .maker__list{
        margin-right: -18px;
    }
    .maker__item{
        padding-right: 18px;
    }
    .maker__item a{
/*        padding: 15px 28px 21px;*/
/*        height: 100%;*/
    }
    .maker__item a:hover{
        border: 1px solid #144a6c;
    }
    .maker__item__logo{
        margin-bottom: 19px;
    }
    .maker__item__logo img{
/*            width: 100%;*/
        }
    .maker__item__name{
        font-size: 1.3rem;
    }
    .slide-arrow.next-arrow{
        width: 38px;
        right: 18px;
    }
    .slide-arrow.prev-arrow{
        width: 38px;
    }
}
@media all and (max-width: 1140px){
    .maker__theme__list{
        max-width: 725px;
        margin: 0 auto;
    }
}
@media all and (max-width: 874px){
    .maker__theme__list{
        max-width: 635px;
    }
   .maker__item{
/*        width: 33.3333%;*/
    }
    .maker__item a:hover{
    border: 2px solid #b6b6b6;
}
}
@media all and (max-width: 767px){
    .maker{
        padding-top: 113px;
    }
    .maker__title__wrapper{
        max-width: 500px;
        margin: 0 auto;
        padding: 0px;
    }
    .maker__title{
/*        text-align: center;*/
/*        position: relative;*/
        margin-bottom: 41px;
    }
    .maker__title::before{
/*        content: "";*/
/*        display: inline-block;*/
        width: calc((100% - 260px) / 2);
/*        height: 1px;*/
/*        background-color: #144a6c;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 0;*/
        transform: translate(0,-50%);
    }
    .maker__title::after{
/*        content: "";*/
/*        display: inline-block;*/
        width: calc((100% - 260px) / 2);
/*        height: 1px;*/
/*        background-color: #144a6c;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        right: 0;*/
        transform: translate(0,-50%);
    }
    .maker__title img{
        /*width: 137px;*/
        height: 52px;
        vertical-align: middle;
    }
    .maker__lead{
        margin-top: 0;
        font-size: 1.4em;
    }
    .maker__count__wrapper{
        border: 3px solid #ff1378;
/*        display: block;*/
        width: 230px;
/*        margin: 0 auto;*/
        padding: 11px 15px 13px;
        margin-bottom: 56px;
    }
    .maker__count{
        width: 108px;
        margin: 0 auto;
/*        text-align: center;*/
        padding-right: 0;
    }
    .maker__count img{
        vertical-align: middle;
    }
    .maker__theme__list{
/*    max-width: 635px;*/
    }
    .maker__theme__item{
        margin-bottom: 27px;
    }
    .maker__theme__item__title{
/*        color: #144a6c;*/
        font-size: 1.5rem;
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
        margin-bottom: 5px;
    }
    .maker__list{
        margin-right: -16px;
    }
    .maker__item{
/*        width: 33.3333%;*/
/*        text-align: center;*/
/*        position: relative;*/
        padding-right: 16px;
    }
    .maker__item a{
/*        text-align: center;*/
/*        display: block;*/
/*        border-radius: 5px;*/
        border: 1px solid #b6b6b6;
/*        background-color: #fff;*/
        padding: 12px 21px 16px;
    }
    .maker__item__logo{
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
        margin-bottom: 15px;
    }
    
    .maker__item__name{
/*        color: #4c4c4c;*/
        font-size: 1.1rem;
/*        display: block;*/
/*        letter-spacing: 0.02em;*/
    }
    .slide-arrow.next-arrow{
        width: 36px;
/*        position: absolute;*/
/*        z-index: 100;*/
        right: 16px;
/*        top: 50%;*/
/*        transform: translate(50%,-50%);*/
/*        cursor: pointer;*/
    }
    .slide-arrow.prev-arrow{
        width: 36px;
/*        position: absolute;*/
/*        z-index: 100;*/
/*        left: 0;*/
/*        top: 50%;*/
/*        transform: translate(-50%,-50%);*/
/*        cursor: pointer;*/
    }
}
@media all and (max-width: 686px){
    .maker{
/*        padding-top: 113px;*/
    }
    .maker__title__wrapper{
/*        max-width: 500px;*/
/*        margin: 0 auto;*/
/*        padding: 0px;*/
    }
    .maker__title{
/*        text-align: center;*/
/*        position: relative;*/
/*        margin-bottom: 41px;*/
    }
    .maker__title::before{
/*        content: "";*/
/*        display: inline-block;*/
/*        width: calc((100% - 199px) / 2);*/
/*        height: 1px;*/
/*        background-color: #144a6c;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 0;*/
/*        transform: translate(0,-50%);*/
    }
    .maker__title::after{
/*        content: "";*/
/*        display: inline-block;*/
/*        width: calc((100% - 199px) / 2);*/
/*        height: 1px;*/
/*        background-color: #144a6c;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        right: 0;*/
/*        transform: translate(0,-50%);*/
    }
    .maker__title img{
/*        width: 137px;*/
/*        vertical-align: middle;*/
    }
    .maker__count__wrapper{
/*        border: 3px solid #d84978;*/
/*        display: block;*/
/*        width: 260px;*/
/*        margin: 0 auto;*/
/*        padding: 16px 15px;*/
/*        margin-bottom: 56px;*/
    }
    .maker__count{
/*        width: 108px;*/
/*        margin: 0 auto;*/
/*        text-align: center;*/
/*        padding-right: 0;*/
    }
    .maker__count img{
/*        vertical-align: middle;*/
    }
    .maker__theme__list{
    max-width: 440px;
    }
    .maker__theme__item{
/*        margin-bottom: 27px;*/
    }
    .maker__theme__item__title{
/*        color: #144a6c;*/
/*        font-size: 1.5rem;*/
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
/*        margin-bottom: 5px;*/
    }
    .maker__list{
/*        margin-right: -16px;*/
    }
    .maker__item{
        width: 50%;
/*        text-align: center;*/
/*        position: relative;*/
/*        padding-right: 16px;*/
    }
    .maker__item a{
/*        text-align: center;*/
/*        display: block;*/
/*        border-radius: 5px;*/
/*        border: 1px solid #b6b6b6;*/
/*        background-color: #fff;*/
/*        padding: 12px 12px 16px;*/
    }
    .maker__item__logo{
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        margin-bottom: 15px;*/
    }
    .maker__item__name{
/*        color: #4c4c4c;*/
/*        font-size: 1.3rem;*/
/*        display: block;*/
/*        letter-spacing: 0.02em;*/
    }
    .slide-arrow.next-arrow{
/*        width: 36px;*/
/*        position: absolute;*/
/*        z-index: 100;*/
/*        right: 16px;*/
/*        top: 50%;*/
/*        transform: translate(50%,-50%);*/
/*        cursor: pointer;*/
    }
    .slide-arrow.prev-arrow{
/*        width: 36px;*/
/*        position: absolute;*/
/*        z-index: 100;*/
/*        left: 0;*/
/*        top: 50%;*/
/*        transform: translate(-50%,-50%);*/
/*        cursor: pointer;*/
    }
}
@media all and (max-width: 558px){
    .maker{
/*        padding-top: 113px;*/
    }
    .maker__title__wrapper{
/*        max-width: 500px;*/
/*        margin: 0 auto;*/
/*        padding: 0px;*/
    }
    .maker__title{
/*        text-align: center;*/
/*        position: relative;*/
/*        margin-bottom: 41px;*/
    }
    .maker__title::before{
/*        content: "";*/
/*        display: inline-block;*/
/*        width: calc((100% - 199px) / 2);*/
/*        height: 1px;*/
/*        background-color: #144a6c;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 0;*/
/*        transform: translate(0,-50%);*/
    }
    .maker__title::after{
/*        content: "";*/
/*        display: inline-block;*/
/*        width: calc((100% - 199px) / 2);*/
/*        height: 1px;*/
/*        background-color: #144a6c;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        right: 0;*/
/*        transform: translate(0,-50%);*/
    }
    .maker__title img{
/*        width: 137px;*/
/*        vertical-align: middle;*/
    }
    .maker__count__wrapper{
/*        border: 3px solid #d84978;*/
/*        display: block;*/
/*        width: 260px;*/
/*        margin: 0 auto;*/
/*        padding: 16px 15px;*/
/*        margin-bottom: 56px;*/
    }
    .maker__count{
/*        width: 108px;*/
/*        margin: 0 auto;*/
/*        text-align: center;*/
/*        padding-right: 0;*/
    }
    .maker__count img{
/*        vertical-align: middle;*/
    }
    .maker__theme__list{
    max-width: 271px;
    }
    .maker__theme__item{
/*        margin-bottom: 27px;*/
    }
    .maker__theme__item__title{
/*        color: #144a6c;*/
/*        font-size: 1.5rem;*/
/*        font-weight: bold;*/
/*        letter-spacing: 0.02em;*/
/*        margin-bottom: 5px;*/
    }
    .maker__list{
        margin-right: 0px;
    }
    .maker__item{
        width: 100%;
/*        text-align: center;*/
/*        position: relative;*/
        padding-right: 7px;
        padding-left: 7px;
    }
    .maker__item a{
/*        text-align: center;*/
/*        display: block;*/
/*        border-radius: 5px;*/
/*        border: 1px solid #b6b6b6;*/
/*        background-color: #fff;*/
/*        padding: 12px 12px 16px;*/
    }
    .maker__item__logo{
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        margin-bottom: 15px;*/
    }
    .maker__item__name{
/*        color: #4c4c4c;*/
/*        font-size: 1.3rem;*/
/*        display: block;*/
/*        letter-spacing: 0.02em;*/
    }
    .slide-arrow.next-arrow{
/*        width: 36px;*/
/*        position: absolute;*/
/*        z-index: 100;*/
        right: 7px;
/*        top: 50%;*/
/*        transform: translate(50%,-50%);*/
/*        cursor: pointer;*/
    }
    .slide-arrow.prev-arrow{
/*        width: 36px;*/
/*        position: absolute;*/
/*        z-index: 100;*/
        left: 7px;
/*        top: 50%;*/
/*        transform: translate(-50%,-50%);*/
/*        cursor: pointer;*/
    }
}





/*footer*/
.footer{
    text-align: center;
    padding-top: 23px;
    padding-bottom: 32px;
}
.footer__copyright{
    font-size: 1.3rem;
    font-weight: bold;
    
}
@media all and (max-width: 767px){
    .footer{
/*        text-align: center;*/
        padding-top: 12px;
        padding-bottom: 19px;
    }
    .footer__copyright{
        font-size: 1.1rem;
        line-height: 1.2;
        display: block;
/*        font-weight: bold;*/

    }
}

/*btn*/
.btn{
    color: #333;
    border: 2px solid #333;
    line-height: 30px;
    padding: 0 40px 0 30px;
    font-size: 1.6rem;
    display: inline-block;
    border-radius: 20px;
    position: relative;
}
.btn::after{
    content: "";
    background-image: url(/assets/images/arrow-right-black-3x.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 11px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}
@media all and (max-width: 767px){
    .btn{
        border: 1px solid #333;
        line-height: 26px;
/*        padding: 0 40px 0 30px;*/
        font-size: 1.3rem;
    }
    .btn::after{
/*        height: 11px;*/
/*        width: 7px;*/
/*        top: 50%;*/
/*        right: 15px;*/
/*        transform: translate(0, -50%);*/
    }
}



/*parallax*/
.fadeUp{
/*    animation-name:fadeUpAnime;*/
/*    animation-duration:0.5s;*/
/*    animation-fill-mode:forwards;*/
    opacity:1 !important;
    transform: translateX(0)!important;
    transition: all 0.6s;
}

/*
@keyframes fadeUpAnime{
  from {
      opacity: 0;
      transform: translateY(150px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}
*/

.fadeUpTrigger{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.6s;
}


.inline-block{
    display: inline-block;
}