@charset "UTF-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------*/
#front .cmHd{
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 140%;
    margin-bottom: 6rem;
}
#front .cmHd::after{
    content: "";
    width: 10%;
    height: 4px;
    background: #091246;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2rem;
}
#front .cmHd .cl{
    color:#091246;
}

/*------------------------------------------------------------
  mainView
------------------------------------------------------------*/
#front #mainView{
    background: url(../img/index/mvBg.jpg) no-repeat;
    background-size: cover;
}
#front #mainView img.mvImg{
    width: 60%;
    margin: 0 auto -4rem auto;
    padding-top: 3rem;
}
#front #mainView img.lw{
    width:90%;
    margin:0 auto;
}
#front #mainView img.spEmb{
    display:none;
}
#front #mainView .bottomWrap{
    background: url(../img/index/mvBottomBg.jpg) no-repeat;
    background-size: cover; 
}
#front #mainView .bottomWrap li{
    flex:1;
    padding: 1rem;
}

/*------------------------------------------------------------
  intro
------------------------------------------------------------*/
#front #intro{
    padding: 2rem 1rem;
}
#front #intro .leftWrap{
    flex:1;
    padding: 2rem;
}
#front #intro .leftWrap img{
    border-radius:20px;
}
#front #intro .rightWrap{
    flex: 1.8;
    padding: 2rem;
}
#front #intro .rightWrap p{
    margin:0 0 1rem 0;
    line-height: 200%;
}
/*------------------------------------------------------------
  service
------------------------------------------------------------*/
#front #service{
    background: #f5f5f5;
    padding: 4rem 1rem;
}
#front #service .contentWrapper{
    background:#FFF;
    padding:4rem 4rem;
}
#front #service h3{
    background: url(../img/common/cmBg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    padding: 2rem 1rem;
    font-size: 160%;
    border-radius: 15px;
    margin: 2rem 0;
}
#front #service ul{
    flex-wrap:wrap;
}
#front #service li{
    margin:1rem 1rem 1rem 0;
    width: 32%;
}
#front #service li:nth-of-type(3),
#front #service li:nth-of-type(6),
#front #service li:nth-of-type(9){
    margin-right:0;
}
#front #service li a{
    position: relative;
    color: #091246;
    font-weight: 700;
    border: 1px solid;
    padding: 1.5rem 1rem 1.5rem 2.5rem;
    display: block;
    border-radius: 15px;
}
#front #service li a.aj{
    padding: 2.3rem 1rem 2.3rem 2.5rem;
}
#front #service li a:before{
    content: "";
    background: url(../img/index/iconArrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#front #service .flex .leftWrap,
#front #service .flex .rightWrap{
    flex:1;
    margin:1rem;
}
#front #service .flex .leftWrap li,
#front #service .flex .rightWrap li{
    width:100%;
    margin:1rem 0;
}

/*------------------------------------------------------------
  point
------------------------------------------------------------*/
#front #point{
    padding: 4rem 1rem;
}
#front #point .pointFlex .leftWrap{
    flex: 1;
    padding: 2rem;
}
#front #point .pointFlex .leftWrap img{
    border-radius: 15px;
}
#front #point .pointFlex .rightWrap{
    flex: 2;
    padding: 2rem;
}
#front #point .pointFlex .rightWrap h3{
    font-weight: 700;
    font-size: 150%; 
}
#front #point .pointFlex .rightWrap p{
    line-height: 190%;
    font-size: 95%;
}

/*------------------------------------------------------------
  fee
------------------------------------------------------------*/
#front #fee{
    padding: 4rem 1rem;
    background: url(../img/common/indBg.png) no-repeat;
    background-size: cover;
}
#front #fee .contentWrapper{
    background: #FFF;
    padding: 2rem 2rem 5rem 2rem;
    border-radius: 20px;
    width: 65%;
    margin: 0 auto;
}
#front #fee .cmHd{
    margin-bottom: 3rem;
}
#front #fee .feeFlex{

}
#front #fee .leftWrap{
    flex:1;
}
#front #fee .leftWrap p{
    color: #091246;
    font-weight: 800;
    font-size: 150%;
    text-align: center;
}
#front #fee .leftWrap p span{
    display:block;
    font-size: 205%;
}
#front #fee .rightWrap{
    flex:3;
}
#front #fee .rightWrap p{

}
#front #fee .rightWrap a{
    background:#091246;
    color:#FFF;
    font-weight:700;
    padding:1rem 1rem 1rem 2.5rem;
    position:relative;
    border-radius:10px;
    width: 60%;
}
#front #fee .rightWrap a::before{
    content: "";
    background: url(../img/index/iconArrow_w.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*------------------------------------------------------------
  solveCase
------------------------------------------------------------*/
#front #solveCase{
    padding: 4rem 1rem;
    background:#f6f6f6;
}
#front #solveCase .cmHd{
    border:none;
}
#front #solveCase a.moreList{
    background: #091246;
    color: #FFF;
    font-weight: 700;
    padding: 1rem;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 150%;
    margin: 5rem 0;
}
#front #solveCase .flex{
    flex-wrap:wrap;
    justify-content: center;
}
#front #solveCase .solveCaseContent{
    width: 46%;
    margin: 1rem;
    background: #FFF;
    box-shadow: 0 0 15px #989898ab;
    border-radius: 10px;
    padding: 2rem;
}
#front #solveCase .solveCaseContent .title{
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 153%;
}
#front #solveCase .solveCaseContent .categoly a{
    color: #FFF;
    background: #091246;
    text-decoration: none;
    font-size: 0.8rem;
    text-align: center;
    padding: 0 10px;
    margin-right: 5px;
}
#front #solveCase .solveCaseContent .txt{
    margin: 1rem 0;
    font-size: 90%;
    line-height: 150%;
}
#front #solveCase .solveCaseContent a.Innermore{
    background: #091246;
    color: #FFF;
    font-weight: 700;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

/*------------------------------------------------------------
  column
------------------------------------------------------------*/
#front #column{
    padding: 4rem 1rem;
}
#front #column .cmHd{
    border:none;
}
#front #column a.moreList{
    background: #091246;
    color: #FFF;
    font-weight: 700;
    padding: 1rem;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 150%;
    margin: 5rem 0;
}
#front #column .columnContent time{
    margin:0 2rem 0 0 ;
}
#front #column .columnContent h3{
    margin:0 0 0 2rem;
    padding:0;
}
#front #column .columnContent .categoly a{
    color: #FFF;
    background: #091246;
    text-decoration: none;
    font-size: 0.8rem;
    text-align: center;
    padding: 0 10px;
}
#front #column .columnContent .categoly a.title{

}

@media (max-width: 1099px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front #fee .contentWrapper{
        width:90%;
    }
}

@media (max-width: 960px) {

    #front #service li{
        width: 31.5%;
    }
    #front #service li a{
        font-size: 90%;
    }

}

@media (max-width: 880px) {

    #front #mainView img.mvImg{
        margin: 0 auto -1rem auto;
    }

}

@media (max-width: 750px) {

    #front .cmHd{
        font-size: 190%;
    }
    #front #intro .flex{ 
        display: block;
    }
    #front #service li{
        width: 47%;
    }
    #front #service li:nth-of-type(3), #front #service li:nth-of-type(6), #front #service li:nth-of-type(9){
        margin-right: 1rem;
    }
    #front #service li:nth-of-type(even){
        margin-right:0;
    }
    #front #service .doubleFlex{
        display:block;
    }
    #front #service .flex .leftWrap, #front #service .flex .rightWrap{
        margin: 0;
    }
    #front #point .pointFlex{
        display:block;
    }
    #front #fee .feeFlex{
        display: block;
    }
    #front #fee .leftWrap{
        margin: 4rem 0 2rem 0;
    }
    #front #fee .leftWrap p{
        font-size: 170%;
    }
    #front #fee .rightWrap a{
        margin: 2rem auto 0 auto;
        display: block;
        width: 200px;
    }
    #front #solveCase .solveCaseContent{
        width: 45%;
    }
}

@media (max-width: 600px) {

    #front #mainView img.mvImg{
        width: 90%;
        margin: 0 auto 1rem auto;
    }
    #front #mainView img.spEmb{
        display:block;
        width:100%;
    }
    #front #mainView img.lw{
        width: 100%;
    }
    #front #mainView .bottomWrap{
        display:none;
    }
    #front #intro .break{
        display:block;
    }
    #front #intro .cmHd{
        margin-bottom: 2rem;
    }
    #front #point .cmHd{
        margin-bottom: 3rem;
    }
    #front #point .pointFlex .leftWrap{
        padding: 2rem 2rem 0 2rem;
    }
    #front #solveCase .solveCaseContent{
        width: 100%;
    }
    #column .columnContent, #qa .qaBox{
        padding: 1rem 0;
    }

}

@media (max-width: 520px) {

    #front .cmHd{
        font-size: 180%;
    }
    #front #service .contentWrapper{
        padding: 4rem 1rem;
    }
    #front #service li{
        width: 100%;
        margin:0 0 10px 0;
    }
    #front #service li:nth-of-type(3), #front #service li:nth-of-type(6), #front #service li:nth-of-type(9){
        margin-right:0;
    }
    #front #service h3{
        font-size: 140%;
        margin: 2rem 0 1rem 0;
    }
    #front #service .flex .leftWrap li, #front #service .flex .rightWrap li{
        margin: 2px 0 1rem 0;
    }
    #front #solveCase a.moreList{
        font-size: 110%;
    }
    #front #solveCase a.moreList,#front #column a.moreList{
        margin: 1rem 0;
    }
}


@media (max-width: 480px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front #intro{
        padding-top: 0;
    }
    #front #intro .leftWrap{
        padding-bottom: 0;
    }
    #front #intro .rightWrap{
        padding: 2rem 1rem;
    }
    #front #solveCase .solveCaseContent{
        margin: 1rem 0;
    }
    #column .columnContent, #qa .qaBox{
        display: block;
    }
    #front #column{
        padding: 1rem 1rem 0rem 1rem;
    }
    #front #column .columnContent h3{
        margin: 5px 0 0 0;
    }
    #front #solveCase a.moreList,#front #column a.moreList{
        font-size: 110%;
        padding: 5px 0;
    }


}

@media (max-width: 400px) {

    #front .cmHd{
        font-size: 140%;
    }

}