@charset "utf-8";

/* ****************************************************
Title: index.css
---------------------------------------------------------------------------- */

.btn a img {
    transition: filter 0.5s;
}

.btn a img:hover {
    filter: brightness(130%);
}

/* =============================
 .header
==============================*/
header {
    position: relative;
}

header .logoarea {
    position: absolute;
    top: 30px;
    left: 40px;
}

header .logoarea .des {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-left: 20px;
}

@media screen and (max-width:639px){
header .logoarea {
    top: 15px;
    left: 20px;
}
header .logoarea #logo{
    width: 70%;
}
}



/* =============================
 .btncont
==============================*/
.btncont_b{
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.btncont_b .on {
    width: 480px;
}

.btncont_b .btn {
    width: 480px;
}

@media screen and (max-width:639px){
.btncont_b{
    padding: 30px 0;
    width: 100%;
}

.btncont_b .on {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


.btncont_b .btn {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

}



/* =============================
 .client-logo-wrapper
==============================*/

#wrapper .client-logo-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    height: 96px;
    display: flex;
    overflow: hidden;
    padding: 8px 0;
    width: 100%;
    margin-bottom: 100px;
}
#wrapper .client-logo-wrapper div {
    animation: logoLoop 50s linear infinite;
    flex-shrink: 0;
    height: 80px;
    width: calc(100% / 8);
}

#wrapper .client-logo-wrapper div img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

@keyframes logoLoop {
 0% {
  transform:translateX(0%)
 }
 to {
  transform:translateX(-900%)
 }
}


@media screen and (max-width:639px){
#wrapper .client-logo-wrapper div {
    animation: logoLoop 20s linear infinite;
     width: calc(100% / 3);
}
}
/* =============================
 .section1
==============================*/
.sec01 
{
    background: url(../img/check_bg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 20vw;
    margin-top: 100px;
}

@media screen and (max-width:639px){
    .sec01 h2 {
        width: 90%;
    margin-right: auto;
    margin-left: auto;
    }
    .sec01 .check {
        width: 90%;
    margin-right: auto;
    margin-left: auto;
    }
}



/* =============================
 .section2
==============================*/
.sec02
{
    background: #0059ae;
    padding: 150px 0;
}

.sec02 .feature .feat {
    width: 32%;
}

@media screen and (max-width:639px){
    .sec02{
    padding: 100px 0;
}

    .sec02 h2,
    .sec02 .feature {
        width: 90%;
    margin-right: auto;
    margin-left: auto;
    }


.sec02 .feature .feat {
    width: 100%;
    }
}


/* =============================
 .btncont
==============================*/
.btncont{
    background: url(../img/btn_bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 100px 0;

}

.btncont .on {
    width: 736px;
}

@media screen and (max-width:639px){
.btncont{
    background: url(../img/btn_bg.jpg) no-repeat bottom left;
    padding: 50px 0;
}

.btncont .on {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


.btncont .btn {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

}





/* =============================
 .section3
==============================*/
.sec03
{
    background: #ece8e3;
    padding: 150px 0;
}

.sec03 .txt_wrap{
    width: 50%;
    padding: 30px 0 0 ;
}

.sec03 .txt_wrap .txt {
    width: 100%;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
}

.sec03 .txt p {
    line-height: 2;
}

.sec03 .exworksimg {
    width: 50%;
}


@media screen and (max-width:639px){
.sec03{
    padding: 100px 0;
}

.sec03 .exworks {
    flex-direction: column-reverse;
}

.sec03 .txt_wrap{
    width: 90%;
    padding: 30px 0 0 ;
    margin-right: auto;
    margin-left: auto;
}

.sec03 .txt_wrap .txt {
    padding: 30px;
}

.sec03 .exworksimg {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
}

/* =============================
 .section4
==============================*/
.sec04
{
    background: #fff;
    padding: 150px 0;
}

.sec04 .flow {
    width: 1000px;
}

.sec04 .flow .flowc {
    position: relative;
    width: 33.33333333%;
    box-sizing: border-box;
    border: solid 1px #d7d7d7;
    padding: 50px 20px 30px;
}

.sec04 .flow .flowc.fl50 {
    width: 50%;
}

.sec04 .flow .flowc .icon {
    width: 90px;
    margin: 0 auto 20px;
}

.sec04 .flow .flowc .steptxt dt {
    font-size: 20px;
    font-weight: 700;
    height: 75px;
}

.sec04 .flow .flowc .steptxt dt span {
    font-weight: 400;
    font-size: 14px;
}

.sec04 .flow .flowc .steptxt dd {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}


.sec04 .flow .flowc .stepflow{
    width: 100%;
}
.sec04 .flow .flowc .step {
    position: absolute;
    top: -10px;
    left: -10px;
}


@media screen and (max-width:639px){
.sec04{
    padding: 100px 0 50px;
}
.sec04 .flow {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.sec04 .flow .flowc {
    width: 100%;
    padding: 50px 20px 20px;
    margin-bottom: 50px;
}

.sec04 .flow .flowc.fl50 {
    width: 100%;
}

}

/* =============================
 .com
==============================*/
.company
{
    padding: 100px 0;
}

.company h2 {
    font-size: 30px;
    font-weight: 700;
}

.listWrap {padding-top:27px;
    border-top: 1px solid #ccc;
margin-bottom:50px;
}

.listWrap .ret {
    border-bottom: 1px solid #ccc;
    padding-bottom: 27px;
    margin-bottom: 30px;
    width:100%;
    }

.listWrap .ret dt,
.listWrap .ret dd {
    padding: 0 20px;
    line-height: 1.8;
    }

.listWrap .ret dt {
    width: 180px;
    font-weight: 700;
    }

.listWrap .ret dd {
    width: 740px;
    }

.post_content dd {
margin-bottom:0;
}


@media screen and (max-width:639px){
.company{
    padding: 100px 0 50px;
}
    .listWrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    }
.listWrap .ret dt {width: 90%; font-weight: bold; margin: 0 auto; padding: 0;}
.listWrap .ret dd {width: 90%; margin: 0 auto; padding: 0;}
}

#footer {
    background: #333;
padding: 5px;
}

#footer .address {
    color: #fff;
    font-size: 14px;
}
