@charset "UTF-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------*/
#front .cmUl{
    gap:3%;
}
#front .cmUl li{
    flex: 1;
    background: #FFF;
    border-radius: 20px;
    padding: 1rem 1.5rem;
    box-shadow: 0 0 10px #0000001c;
}
#front .cmUl p.title i{
    width: 56px;
    display: inline-block;
    margin-right: 11px;
}
#front .cmUl p.title i img{
    width:100%;
}
#front .cmUl p.title span{
    display: inline-block;
    font-size: 160%;
    font-weight: 700;
    line-height: 120%;
}
#front .cmUl p.title span.aj{
    vertical-align: top;
    padding-top: 14px;
}
#front .cmUl p.comment{
    margin: 0;
    border-top: 1px solid;
    padding: 10px 0;
}

#front .cmBlock{
    padding: 6rem 0;
    background: url(../img/index/bgB.png) no-repeat;
    background-size: 100%;
    background-position: left top 40%;
}
#front .cmBlock.rev{
    background: url(../img/index/bgy.png) no-repeat;
    background-size: 100%;
    background-position: left top 40%;  
}
#front .cmBlock.rev .flex{
    flex-direction: row-reverse;
}
#front .cmHdWrap .imgWrap{
    flex: 1;
    border-radius: 0 40px 0 0;
    overflow: hidden;
}
#front .rev .cmHdWrap .imgWrap{
    border-radius: 40px 0 0 0;
}
#front .cmHdWrap .txtWrap{
    flex: 1.2;
    padding: 7rem 4rem;
}
#front .cmBlock.rev .txtWrap{
    flex: 1;
    padding: 7rem 0rem 7rem 13rem;
}
#front .cmHdWrap .txtWrap h2{
    font-size: 290%;
    font-weight: 700;
    line-height: 140%;
}
#front .cmHdWrap .txtWrap .comment{
    
}
#front a.cmLink{
    background: #52b5db;
    color: #FFF;
    font-weight: 800;
    padding: 15px 3rem 15px 4rem;
    border-radius: 80px;
    margin: 1rem 0;
    margin-right: 1rem;
    width: 360px;
    text-align: center;
}
#front a.cmLink span{
    position: relative;
}
#front a.cmLink span:before{
    content: "";
    background: url(../img/index/iconMsg.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 18px;
    position: absolute;
    left: -28px;
    top: 5px;
}
#front .cmBlock .cmUl{
    margin-top: -5rem;
}

/*------------------------------------------------------------
  mainView
------------------------------------------------------------*/
#front #mainView{
    background: url(../img/index/mvBg.png) no-repeat;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: relative;
    padding: 1rem 0 4rem 0;
}
#front #mainView .txtWrap{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
}
#front #mainView h2{
    font-size: 370%;
    font-weight: 800;
    padding: 0 0 4rem 4rem;
}
#front #mainView h2 span{
    background: #FFF;
}
/** slider **/
#front .sliderArea{
    width: 1200px;
    border-radius: 40px 0 0 0;
    overflow: hidden;
    margin: 0 0 0 auto;
}

/*------------------------------------------------------------
  oemDtl
------------------------------------------------------------*/
#front #oemDtl{

}
#front #oemDtl .contentWrapper{
    box-shadow: 0 0 10px #0000001c;
    padding: 4rem;
    border-radius: 40px; 
}
#front #oemDtl h3{
    text-align: center;
    font-size: 160%;
    font-weight: 700;
    margin: 0 0 2rem 0;
}
#front #oemDtl img{
    width:100%;
}

/*------------------------------------------------------------
  company
------------------------------------------------------------*/
#front #company{
    position:relative;
    z-index:1;
}
#front #company .contentWrapper{
    box-shadow: 0 0 10px #0000001c;
    padding: 4rem;
    border-radius: 40px; 
    background: #FFF;
}
#front #company h3{
    text-align: center;
    font-size: 320%;
    font-weight: 700;
}
#front #company .logo{
    width: 420px;
    margin: 3rem auto;
}
#front #company table{
    width: 70%;
    margin: 0 auto;
}
#front #company table th,#front #company table td{
    padding: 10px;
    border-bottom: 1px solid #575757;
}
#front #company table th{
    font-weight:600;
    width: 30%;
}
#front #company a.cmLink{
    margin: 4rem auto;
    display: block;
    font-size: 140%;
    width: 70%;
}
#front #company a.cmLink span:before{
    width: 24px;
    height: 22px;
    left: -33px;
    top: 7px;
}

/*------------------------------------------------------------
  recruit
------------------------------------------------------------*/
#front #recruit{
    background: #dcf5fc;
    padding: 14rem 1rem 4rem 1rem;
    margin-top: -10rem;
}
#front #recruit h3{
    text-align: center;
    font-size: 320%;
    font-weight: 700;
}
#front #recruit .deco{
    text-align: center;
    font-size: 130%;
    margin: 3rem 0;
}
#front #recruit a.cmLink{
    margin: 4rem auto;
    display: block;
    font-size: 140%;
    width: 70%;
}
#front #recruit a.cmLink span:before{
    width: 24px;
    height: 22px;
    left: -33px;
    top: 7px;
}


@media (max-width: 1200px) {

    #front .cmUl{
        margin: 0 1rem;
    }
    #front .sliderArea{
        width: 100%;
    }
    #front #mainView h2{
        padding: 0 0 4rem 0;
    }
    #front #mainView .txtWrap{
        bottom: -1rem;
    }


}

@media (max-width: 1000px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front .cmUl{
        gap: 1%;
        margin: 0;
    }
    #front .cmBlock{
        padding: 4rem 0;
    }
    #front .cmBlock.rev .txtWrap{
        padding: 3rem 0rem 7rem 1rem;
    }
    #front a.cmLink{
        padding: 10px 3rem 10px 4rem;
        width: 80%;
        font-size: 80%;
    }
    #front a.cmLink span:before{
        left: -22px;
        width: 15px;
        height: 13px;
    }
    #front .cmUl p.title span.aj{
        padding-top: 10px;
    }
    #front .cmHdWrap .txtWrap .comment{
        font-size: 90%;
    }
    #front #mainView h2{
        padding: 0 0 2rem 0;
        font-size: 260%;
    }
    #front .cmUl p.title i{
        width: 40px;
    }
    #front .cmUl p.title span{
        font-size: 110%;
        letter-spacing: -0.1rem;
    }
    #front .cmUl .title{
        margin: 0;
    }
    #front .cmUl p.comment{
        font-size: 85%;
        line-height: 120%;
    }
    #front .cmHdWrap .imgWrap{
        flex: 1.2;
    }
    #front .cmHdWrap .txtWrap h2{
        font-size: 220%;
    }
    #front .cmHdWrap .txtWrap{
        flex: 1;
        padding: 1rem 2rem 6rem 2rem;
    }
    #front #oemDtl{
        padding: 0 2rem;
    }
    #front #company table{
        width: 100%;
    }
    #front #company a.cmLink{
        font-size: 100%;
    }
    #front #company a.cmLink span:before{
        width: 17px;
        height: 15px;
        left: -26px;
        top: 6px;
    }
}

@media (max-width: 680px) {

    #front .cmUl{
        display: block;
    }
    #front .cmUl li{
        margin-bottom:10px;
        text-align:center;
    }
    #front #mainView{
        padding: 1rem 0 20rem 0;
    }
    #front .cmBlock .cmHdWrap{
        display:block;
    }
    #front .cmHdWrap .txtWrap{
        padding: 1rem 2rem 1rem 2rem;
        border-radius: 20px;
        background: #ffffffed;
        width: 80%;
        margin: 0 auto;
        margin-top: -5rem;
        margin-bottom: 6rem;
        position: relative;
        z-index: 1;
        text-align: center;
        box-shadow: 0 0 10px #00000029;
    }
    #front .cmHdWrap .imgWrap,
    #front .rev .cmHdWrap .imgWrap{
        border-radius: 40px 40px 0 0;
    }
    #front .cmBlock.rev .txtWrap{
        padding: 1rem;
        width: 90%;
    }
    #front #oemDtl .contentWrapper{
        padding: 2rem;
    }
    #front #recruit .deco{
        font-size: 100%;
        margin: 1rem 0 2rem 0;
    }
    #front #company h3,
    #front #recruit h3{
        font-size: 220%;
    }
    #front #company a.cmLink{
        width:100%;
    }
    #front #company .logo{
        width: 80%;
    }
    #front #recruit .flex{
        display:flex;
    }


}

@media (max-width: 600px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }

}

@media (max-width: 500px) {

    #front a.cmLink{
        width: 100%;
    }
    #front #mainView{
        padding: 1rem 0 28rem 0;
    }
    #front #mainView h2{
        font-size: 210%;
    }
    #front .cmHdWrap .txtWrap h2{
        font-size: 180%;
    }
    #front .cmHdWrap .txtWrap{
        width: 90%;
    }
    #front .cmHdWrap .txtWrap h2{
        font-size: 190%;
        line-height: 120%;
        padding-top: 10px;
    }
    #front #oemDtl{
        padding: 0 1rem;
    }
    #front #oemDtl .contentWrapper{
        padding: 2rem 1rem;
    }
    #front #oemDtl h3{
        font-weight: 700;
        margin: 0 0 1rem 0;
    }
    #front #company .contentWrapper{
        padding: 4rem 1rem;
    }
    #front #company table th, #front #company table td{
        font-size: 90%;
    }
    #front #company a.cmLink{
        margin: 2rem auto 0 auto;
    }
    #front #recruit .flex{
        display:block;
    }
}

@media (max-width: 380px) {


}
