@charset "utf-8";
/* header */
.openbtn.sub{
    display: block;
}
.header-sub{
    width: 100vw;
    height: 688px;
    background-image: url(img/bg-head.png);
    background-size: 63%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.header-sub__container{
    width: 86vw;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 160px;
}
.header-sub-company{
    background-image: none;
    height: 540px;
}
.header-sub-contact{
    background-image: none;
    height: 400px;
}
.header-sub-creative{
    width: 100vw;
    height: 688px;
    
}
.fontcolor-creative{
    color: #FFF;
}
.title-eng-sub{
    font-family: noto-sans-extracondensed, sans-serif;
    font-weight: 700;
    font-size: 10.4rem;
    line-height: 10.4rem;
    margin-bottom: 24px;
}
.title-ja-sub{
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 40px;
}
.description-sub{
    margin-bottom: 80px;
}
.button-contact{
    background-color: #F64F24;
    color: #FFF;
    display: block;
    width: 280px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
}
.button-contact::before{
    content: "";
    width: 14px;
    height: 14px;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 16px;

}
.button-contact::after{
    content: "";
    width: 14px;
    height: 14px;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: 16px;
}
.button-contact:hover{
    transform: translateY(-5px);
    cursor: pointer;
}
@media(max-width:959px){
    .header-sub{
        background-size: 120%;
    }
    .header-sub__container{
        padding-top: 96px;
    }
    .title-eng-sub{
        font-size: 4.8rem;
        line-height: 4.8rem;
    }
    .title-ja-sub{
        font-size: 2.4rem;
    }
}
.video{
    width: 100%;
    height: 688px;
    background: url(img/alternative.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
  .video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .6);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .video__item{
    min-width: 100%;
    min-height: 140%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
/* section title */
.sectionTitle-sub{
    padding-bottom: 0;
}
/* projects */
@media(max-width:959px){
    .bg-foot-sub{
        width: 110%;
        z-index: -1;
    }
}
.projects__container{
    background-color: #EFEFEF;
    width: 100vw;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}
.projects__item{
    max-width: 1024px;
    width: 86vw;
    min-width: 327px;
    margin: 0 auto;
    display: flex;
}
.projects__item__img__wrapper{
    width: 36%;
    min-width: 327px;
}
.projects__item__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item2{
    object-position: 80% 60%;
}
.projects__item__text{
    background-color: #FFF;
    width: 64%;
    min-width: 327px;
    padding: 40px 56px;
}
.projectTitle{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 40px;
}
.projectDescription{
    margin-bottom: 40px;
}
.projectLink{
    display: flex;
    justify-content: flex-end;
    padding-right: 44px;
    position: relative;
}
.projectLink::before{
    content: "";
    width: 14px;
    height: 14px;
    border-top: #F64F24 2px solid;
    border-right: #F64F24 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 8px;

}
.projectLink::after{
    content: "";
    width: 14px;
    height: 14px;
    border-top: #F64F24 2px solid;
    border-right: #F64F24 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 8px;
}
.projectLink-sp{
    display: none;
}
@media(max-width:959px){
    .projects__item{
        flex-direction: column;
        align-items: center;
    }
    .projects__item__img__wrapper{
        width: 64%;
        height: 324px;
    }
    .projects__item__img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .projects__item__text{
        padding: 40px 24px;
    }
    .projectLink-pc{
        display: none;
    }
    .projectLink-sp{
        display: flex;
    }
}
/* conversion */
.conversion__container{
    width: 100vw;
    height: 540px;
    padding-top: 120px;
}
@media(max-width:959px){
    .conversion__container{
        height: 320px;
    }
}
/* flow */
.flow__container{
    margin-bottom: 120px;
}
.flowList{
    margin-top: 40px;
    width: 100vw;
}
.flow__item{
    width: 70vw;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 40px;
    padding: 40px 64px;
    border-left:solid 2px #F64F24;
    border-bottom:solid 2px #F64F24;
    border-radius: 1000px 0 0 1000px;
    margin-left: 7vw;
    margin-bottom: 24px;
    position: relative;
}
.flow__item::before{
    content: "";
    position: absolute;
    width: calc(100% + 8px) ;
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
    z-index: -1;
    border-left:solid 2px #F64F24;
    border-bottom:solid 2px #F64F24;
    border-radius: 1000px 0 0 1000px;
}
.flow__item-2{
    margin-left: 11vw;
}
.flow__item-3{
    margin-left: 15vw;
}
.flow__item-4{
    margin-left: 19vw;
}
.flow__step{
    width: 60px;
    font-family: noto-sans-extracondensed, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height:  2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width:959px){
    .flow__step{
        color: #F64F24;
    }
}
.flow__number{
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 7.2rem;
    line-height: 7.2rem;
}
.flow__title{
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 16px;
    font-weight: 600;
}
@media(max-width:1279px){
    .flow__item{
        margin: 0 auto 24px;
    }
    .flow__item-2{
        margin: 0 auto 24px;
    }
    .flow__item-3{
        margin: 0 auto 24px;
    }
    .flow__item-4{
        margin: 0 auto 24px;
    }
}
@media(max-width:959px){
    .flow__item{
        width: 86vw;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
        border: none;
    }
    .flow__item::before{
        border: none;
    }
    .flow__descreption{
        text-align: center;
    }
}
/* company */
.companyInfo{
    width: 80vw;
    max-width: 960px;
    margin: 0 auto;
}
.companyInfo__item{
    line-height: 3.2rem;
}
@media(max-width:519px){
    .companyInfo{
        width: 86vw;
    }
    .companyInfo__item{
        font-size: 1.4rem;
    }
}
.companyInfo__title{
    background-color: #888686;
    color: #FFFFFF;
    width: 25%;
    line-height: 2.7rem;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 1%;
    border: #FFFFFF 1px solid;
    vertical-align: middle;
}
.companyInfo__description{
    background-color: #FFFFFF;
    width: 75%;
    line-height: 2.7rem;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 1%;
    border: #888686 1px solid;
}

