@charset "UTF-8";
.sp-only {
    display: none;
}
.wrap{
    width: 100%;
    min-width: 1200px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}

.gnav{
    background-color: #e78423;
    padding: 20px 0;
}
.gnav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gnav ul li{}
.gnav ul li a{color: #fff;padding: 0 20px;border-right: solid 1px #fff;font-size: 14px;letter-spacing: 0.1em;}

.fv{
    background-image: url(../img/fv-back.png);
    background-size: cover;
    padding: 150px 0;
}
.fv img{
    width: 170px;
    margin: 0 auto 70px;
    display: block;
}
.fv h2{
    text-align: center;
    text-decoration: underline;
    line-height: 1.7em;
    transform: skewX(-10deg);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0 0 5px #fff;
}

.content-01,
.content-02,
.content-03,
.content-04,
.content-05,
.content-06,
.content-07{
    padding: 200px 0 100px;
    position: relative;
    overflow: hidden;
}
.content-01:before,
.content-02:before,
.content-03:before,
.content-04:before,
.content-05:before,
.content-06:before,
.content-07:before{
    content: "";
    position:absolute;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 44px;
    font-size: 170px;
    font-weight: bold;
    opacity: 0.1;
}

.content-01{
    background-color: #e78423;
}
.content-01:before{
    content: "ABOUT";
    color: #fff;
}
.content-01 p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
.content-01 p span{
    font-weight: bold;
    color: #ff0;
}

.content-02{
    background-color: #fff;
}
.content-02:before{
    content: "SERVICE";
    color: #000;
}
.content-02 .point{
    text-align: center;
}
.content-02 .point h2{
    color: #e78423;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-02 .point h2{
}
.content-02 .point p{
    text-align: center;
    line-height: 1.7em;
}
.content-02 .point .recommend{
    margin-top: 50px;
    width: 850px;
    margin: 0 auto;
}
.content-02 .point .recommend h3{
    background-color: #e78423;
    color: #fff;
    padding: 20px 0px 20px 50px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
    position: relative;
    text-align: left;
}
.content-02 .point .recommend h3:after{
    content: "";
    width: 0;
    height: 0;
    border: solid 15px transparent;
    display: block;
    border-top-color:#e78423;
    position: absolute;
    bottom: -30px;
}
.content-02 .point .recommend ul{
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}
.content-02 .point .recommend ul li{
    position: relative;
    padding-left: 2em;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
}
.content-02 .point .recommend ul li:before{
    content: url(../img/recommend-icon.png);
    position: absolute;
    left: 0;
    top: -5px;
}
.content-02 .point a{
    background-color: #e78423;
    color: #fff;
    font-size: 20px;
    padding: 15px 150px;
    display: inline-block;
}

.content-02 .seminar{
    margin-top: 100px;
    text-align: center;
}
.content-02 .seminar h2{
    color: #e78423;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.content-02 .seminar h3{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.content-02 .seminar .row{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-02 .seminar .row .photo{
    margin-right: 20px;
}
.content-02 .seminar .row .photo img{
    width: 100%;
}
.content-02 .seminar .row .text{
    display: flex;
    align-items: center;
}
.content-02 .seminar .row .text p{
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
}
.content-02 .seminar .row .text p span{
    background-color: #e78423;
    color: #fff;
    display: inline-block;
    padding: 2px 6px;
}
.content-02 .seminar a{
    background-color: #e78423;
    color: #fff;
    font-size: 20px;
    padding: 15px 150px;
    display: inline-block;
    margin-top: 50px;
}

.content-03{
    background-color: #e78423;
}
.content-03:before{
    content: "PROFILE";
    color: #fff;
}
.content-03 .row{}
.content-03 .row .profile{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.content-03 .row .profile figure{
    width: 25%;
}
.content-03 .row .profile figure img{
    width: 100%;
}
.content-03 .row .profile .text{
    width: 70%;
}
.content-03 .row .profile .text p.read{
    line-height: 2em;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.content-03 .row .profile .text h2{
    font-size: 14px;
    margin-bottom: 5px;
}
.content-03 .row .profile .text h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.content-03 .row .profile .text p.detail{
    line-height: 1.5em;
    font-size: 14px;
}

.content-04{}
.content-04:before{
    content: "CASE STUDY";
}
.content-04 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-04 .row .case{
    width: 40%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 50px;
    text-align: center;
    margin: 0 30px;
}
.content-04 .row .case figure{}
.content-04 .row .case figure img{}
.content-04 .row .case p{
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5em;
}
.content-04 .row .case p span{
    color: #e78423;
    font-weight: bold;
}
.content-04 .row .case a{
    background-color: #e78423;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.content-05{
    background-color: #eeeeee;
}
.content-05:before{
    content: "COMPANY INFO";
}
.content-05 dl{display: flex;flex-wrap: wrap;justify-content: space-between;width: 600px;margin: 0 auto;}
.content-05 dl dt{
    background-color: #e78423;
    width: 20%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.content-05 dl dd{
    width: 77%;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.content-06{}
.content-06:before{
    content: "CONTACT";
    color: #000;
}
.content-06 .contact{
    padding: 70px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.content-06 .contact p{
    text-align: center;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 30px;
}
.content-06 .contact dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-06 .contact dl dt{
    width: 30%;
    background-color: #e78423;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    position: relative;
}
.content-06 .contact dl dt label{}
.content-06 .contact dl dt label span{
    position: absolute;
    right: 20px;
    background-color: #e7d223;
    color: #000;
    font-size: 0.7em;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 20px;
}
.content-06 .contact dl dd{
    width: 70%;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding: 20px;
}
.content-06 .contact dl dd label{
    float: left;
    margin-right: 20px;
}
.content-06 .contact dl dd input[type="text"]{
    height: 3em;
    border: none;
    width: 100%;
    padding: 0 10px;
}
.content-06 .contact dl dd textarea{
    width: 100%;
    border: none;
}
.content-06 .contact dl dd input[type="email"]{
    width: 100%;
    border: none;
    height: 3em;
    padding: 0 10px;
}
.content-06 .contact dl dd input{
}
.content-06 .contact .submit-area{}
.content-06 .contact .submit-area input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e78423;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.content-06 .contact .submit-area a{
    background: #e78423;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
}
.content-06 .contact .text-right{}

.content-07{
    background: #eeeeee;
}
.content-07:before{
    content: "MAIL MAGAZINE";
}
.content-07 .mailmagazine{
    padding: 70px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.content-07 .mailmagazine h2{
    line-height: 1.5em;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #e78423;
}
.content-07 .mailmagazine h2 span{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: #000;
}
.content-07 .mailmagazine p{
    text-align: center;
    line-height: 1.7em;
    font-size: 16px;
    margin-bottom: 40px;
}
.content-07 .mailmagazine a{
    background: #e78423;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
}

footer{
    background-color: #eee;
    padding: 20px 0;
}
footer .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .row figure{
    margin: 0 10px;
}
footer .row figure a{}
footer .row figure a img{}