@charset "UTF-8";

.-know-works .hero{
    padding-bottom: 80px;
}

.sec.-company{
    padding-top: 85px;
    padding-bottom: 82px;
    background: #F7F7F7;
}

.sec.-work{
    padding-top: 97px;
    padding-bottom: 133px;
}

/* intro */
.sec.-com-intro .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px 38px;
    padding-bottom: 66px;
}

.sec.-com-intro .inner > .img{
    width: 430px;
}

.sec.-com-intro .com-box{
    width: 640px;
}

.sec.-com-intro .com-name{
    display: flex;
    align-items: center;
}

.sec.-com-intro .com-name .img.hd,
.sec.-com-intro .com-name .img.ys{
    width: 63px;
}

.sec.-com-intro .com-name .img.sw{
    width: 74px;
}

.sec.-com-intro .com-name .ttl{
    margin-left: 7px;
    font-size: 28px;
    font-weight: bold;
}

.sec.-com-intro .com-box .txt{
    margin-top: 23px;
}

/* work-flow-nav */
.work-flow-nav{
    padding: 70px 0;
    background: #F7F7F7;
}

.work-flow-nav ul{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    max-width: 1184px;
    padding: 0 30px;
    margin: 0 auto;
}

.work-flow-nav li{
    position: relative;
    width: 100%;
    height: 50px;
    transition: .3s ease-in-out;
}

.work-flow-nav li:hover{
    opacity: .5;
}

.work-flow-nav li::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
}

.work-flow-nav li.study{
    background: #5d85d1;
}

.work-flow-nav li.formulation{
    background: #A484CE;
}

.work-flow-nav li.quality{
    background: #EC6569;
}

.work-flow-nav li.trust{
    background: #F3804C;
}

.work-flow-nav li.mr{
    background: #F5AF58;
}

.work-flow-nav li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 19px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/* watch-box */
.watch-box .watch-ttl{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.company-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 46px 15px;
    margin-top: 47px;
}

.company-list li{
    margin-bottom: 14px;
    transition: .3s ease-in-out;
}

.company-list li:hover{
    opacity: 0.5;
}

.company-list li .photo{
    position: relative;
    width: 364px;
    height: 208px;
    border: solid 1px #DDDDDD;
    background-color: #fff;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.company-list li .photo::before{
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #EA6876 transparent;
}

.company-list li .photo.hd{
    background-image: url(../../img/know-works/img-ic-hd_2402.svg);
}

.company-list li .photo.ys{
    background-image: url(../../img/know-works/img-ic-ys_2402.svg);
}

.company-list li .photo.ay{
    background-image: url(../../img/know-works/img-ic-ay_2402.svg);
}

.company-list li .photo.sw{
    background-image: url(../../img/know-works/img-ic-sw_2402.svg);
}

.company-list li .photo.kb{
    background-image: url(../../img/know-works/img-ic-kb_2402.svg);
}

.company-list li .name{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.work-tbl{
    margin-top: 41px;
}

.work-tbl table{
    width: 100%;
    border: solid 1px #DDDDDD;
}

.work-tbl thead{
    border-bottom: solid 1px #ddd;
}

.work-tbl thead th{
    height: 95px;
    vertical-align: middle;
}

.work-tbl thead span{
    font-size: 20px;
    font-weight: bold;
}

.work-tbl thead th.ys img{
    width: 36.7px;
}

.work-tbl thead th.ay img{
    width: 64px;
}

.work-tbl thead th.sw img{
    width: 54px;
    margin-right: 10px;
}

.work-tbl thead th:not(:first-of-type){
    border-left: solid 1px #ddd;
}

.work-tbl tbody tr:not(:last-of-type){
    border-bottom: solid 1px #ddd;
}

.work-tbl tbody td{
    width: 310px;
    padding: 8px 12px;
    border-left: solid 1px #ddd;
}

.work-tbl tbody .link{
    position: relative;
    height: 83px;
    background: #F7F7F7;
    transition: .3s ease-in-out;
}

.work-tbl tbody .link:hover{
    opacity: 0.5;
}

.work-tbl tbody .link::before{
    content: '';
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #EA6876;
    transition: .3s ease-in-out;
}

.work-tbl tbody .link:hover::before{
    right: 14px;
}

.work-tbl tbody .link a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 28px;
}

.work-tbl tbody .link:not(:last-of-type){
    margin-bottom: 9px;
}

.work-tbl tbody th{
    width: 188px;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

.work-tbl .cat.study{
    background: #5d85d1;
}

.work-tbl .cat.formulation{
    background: #A484CE;
}

.work-tbl .cat.quality{
    background: #EC6569;
}

.work-tbl .cat.trust{
    background: #F3804C;
}

.work-tbl .cat.mr{
    background: #F5AF58;
}

/* work-box */
.work-flow{
    position: relative;
}

.work-flow-bnr{
    position: absolute;
    top: 0;
    left: calc(50% - 562px);
    width: 67px;
    height: 100%;
    background: linear-gradient(#5d85d1 0%, #8f8ce8 27.09%, #ea6876 50.74%, #f25f44 75.37%, #f7ec68 100%);
}

.work-box{
    position: relative;
    padding-top: 60px;
}

.work-box::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #C3C3C3;
    z-index: 50;
}

.work-box:last-of-type::before{
    content: none;
}

.work-box.long{
    position: relative;
    background-color: transparent;
    padding-top: 80px;
}

.work-box.long::before{
    content: none;
}

.work-box .flow-txt{
    position: absolute;
    width: 67px;
    top: 60px;
    left: calc(50% - 562px);
    text-align: center;
    z-index: 1;
}

.work-box .flow-txt span{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.work-box .flow-txt .hr{
    -ms-writing-mode: rl-tb;
    writing-mode: horizontal-tb;
}

.work-box .inner{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.work-box .work-frame{
    width : 1000px;
}

.work-box.long .work-frame{
    width: 100%;
    margin-top: 0;
}

.work-frame .head{
    position: relative;
}

.work-frame .photo-list{
    display: flex;
}

.work-frame .btn{
    position: absolute;
    right: 0;
    bottom: -35px;
}

.work-frame .btn a{
    background-color: #EA6876;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.work-frame .body{
    margin-top: 28px;
    padding-bottom: 76px;
}

.work-box.long .work-frame .body{
    padding-bottom: 88px;
}

.work-box.long:not(:last-of-type) .work-frame .body{
    padding-bottom: 0;
}

.work-box.long:last-of-type .work-frame .body{
    padding-bottom: 134px;
}

.work-frame .ttl{
    position: relative;
    padding-left: 28px;
    font-size: 30px;
    font-weight: bold;
    color: #EA6876;
}

.work-frame .ttl::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #EA6876;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.work-frame .body .bold{
    margin-top: 28px;
    font-size: 28px;
    font-weight: bold;
}

.work-frame .body .txt{
    margin-top: 25px;
}

.work-box .body .ast{
    display: block;
    margin-top: 35px;
    font-size: 14px;
}

.work-frame .body .movie-btn{
    width: 339px;
    height: 64px;
    margin-top: 34px;
    background: #000;
    transition: .3s ease-in-out;
}

.work-frame .body .movie-btn:hover{
    opacity: 0.5;
}

.work-frame .body .movie-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #fff;
}

.work-frame .body .movie-btn span{
    padding-left: 40px;
    background: url(../../img/know-works/img-ic-movie.svg) center left / 29px auto no-repeat;
}

.obj{
    height: 147px;
    background-color: #F6F6F6;
}

.work-box.long .obj{
    position: absolute;
    top: 0;
    width: 100%;
    height: 291px;
    background: #F7F7F7;
}

@media screen and (max-width:949px) {
    
    .-know-works .hero{
        padding-bottom: 48px;
    }
    
    .sec.-company{
        padding-top: 42px;
        padding-bottom: 52px;
    }
    
    .sec.-work{
        padding-top: 42px;
        padding-bottom: 52px;
    }
    
    /* intro */
    .sec.-com-intro .inner{
        display: block;
        padding-bottom: 66px;
    }
    
    .sec.-com-intro .inner > .img{
        max-width: 430px;
        width: 100%;
        margin: auto;
    }

    .sec.-com-intro .com-box{
        width: auto;
    }
    
    .sec.-com-intro .com-name{
        justify-content: center;
        margin-top: 12px;
    }
    
    .sec.-com-intro .com-name .img.hd,
    .sec.-com-intro .com-name .img.ys{
        width: 42px;
    }
    
    .sec.-com-intro .com-name .img.sw{
        width: 58px;
    }
    
    .sec.-com-intro .com-name .ttl{
        font-size: 22px;
        font-weight: 400;
    }
    
    .sec.-com-intro .com-box .txt{
        margin-top: 23px;
    }
    
    /* work-flow-nav */
    .work-flow-nav{
        padding: 28px 0;
    }
    
    .work-flow-nav ul{
        flex-wrap: wrap;
        gap: 12px;
        max-width: none;
        padding: 0 4.8%;
    }
    
    .work-flow-nav li{
        width: 48%;
        height: 38px;
    }
    
    .work-flow-nav li::before{
        right: 12px;
    }
    
    .work-flow-nav li a{
        padding: 15px;
        font-size: 16px;
        font-weight: 400;
    }
    
    /* watch-box */
    .watch-box .watch-ttl{
        font-size: 22px;
    }
    
    .company-list{
        display: block;
        margin-top: 32px;
    }
    
    .company-list li{
        margin-bottom: 14px;
        transition: .3s ease-in-out;
    }
    
    .company-list li:hover{
        opacity: 0.5;
    }
    
    .company-list li:not(:last-of-type){
        margin-bottom: 28px;
    }

    .company-list li .photo{
        position: relative;
        width: 100%;
        height: 220px;
    }

    .company-list li .name{
        margin-top: 10px;
        font-size: 20px;
    }
    
    .work-tbl{
        margin-top: 32px;
        overflow-x: scroll;
    }
    
    .work-tbl table{
        width: 620px;
        border: solid 1px #DDDDDD;
    }
    
    .work-tbl thead span{
        font-size: 16px;
        font-weight: 400;
    }
    
    .work-tbl thead th.ys img{
        display: block;
        width: 32px;
        margin: auto;
    }
    
    .work-tbl thead th.ay img{
        display: block;
        width: 50px;
        margin: auto;
    }
    
    .work-tbl thead th.sw img{
        display: block;
        width: 32px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .work-tbl tbody td{
        width: 250px;
        padding: 6px 10px;
    }
    
    .work-tbl tbody .link{
        height: 62px;
    }
    
    .work-tbl tbody .link a{
        padding-left: 10px;
    }
    
    .work-tbl tbody th{
        width: 188px;
        font-size: 16px;
        font-weight: 400;
    }
    
    /* work-box */
    
    .work-flow-bnr{
        left: 4.8%;
        width: 42px;
    }
    
    .work-box{
        position: relative;
        padding-top: 60px;
    }
    
    .work-box::before{
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #C3C3C3;
        z-index: 50;
    }
    
    .work-box:last-of-type::before{
        content: none;
    }
    
    .work-box.long{
        position: relative;
        background-color: transparent;
        padding-top: 80px;
    }
    
    .work-box.long::before{
        content: none;
    }
    
    .work-box .flow-txt{
        width: 42px;
        left: 4.8%;
    }
    
    .work-box .flow-txt span{
        font-size: 18px;
    }
    
    .work-box .work-frame{
        width : calc(100% - 60px);
    }
    
    .work-box.long .work-frame{
        width: 100%;
        margin-top: 0;
    }
    
    .work-frame .head{
        position: relative;
    }
    
    .work-frame .photo-list{
        display: block;
    }
    
    .work-frame .btn{
        max-width: 260px;
        width: 90%;
        height: 50px;
        bottom: -22px;
    }
    
    .work-frame .body{
        margin-top: 32px;
        padding-bottom: 48px;
    }
    
    .work-box.long .work-frame .body{
        padding-bottom: 88px;
    }
    
    .work-box.long:not(:last-of-type) .work-frame .body{
        padding-bottom: 0;
    }
    
    .work-box.long:last-of-type .work-frame .body{
        padding-bottom: 48px;
    }
    
    .work-frame .ttl{
        font-size: 28px;
    }
    
    .work-frame .body .bold{
        margin-top: 16px;
        font-size: 26px;
    }
    
    .work-frame .body .txt{
        margin-top: 25px;
    }
    
    .work-box .body .ast{
        margin-top: 28px;
        font-size: 12px;
    }
    
    .work-frame .body .movie-btn{
        max-width: 220px;
        width: 90%;
        height: 50px;
        margin-top: 28px;
    }
    
    .obj{
        display: none;
    }
}
