body{
    font-family: YuGothic, '游ゴシック',"Meiryo","メイリオ",sans-serif;
    position:relative;
    font-size:12px;
    height:100%;
    color:#1b1b1b;
}

.col{
    opacity:0;
}

.robot400{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.robot900{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.btn{
    border:1px solid #1b1b1b;
    color:#1b1b1b;
    text-decoration: none;
    display:inline-block;
    padding:1px 12px;
}

.right_text{
    font-size:9px;
    color:#ccc;
    transform:rotate(90deg);
    position:fixed;
    top:50%;
    left: -50px;
    letter-spacing:1.8px;
    z-index:10;
}

#header{
    background-image:url('../img/main-img3.jpg');
    background-size:cover;
    background-position:top center;
    color:#fff;
    height:800px;
    position:relative;
    overflow:hidden;
    width:100%;

}

#header.img-1{
    background-image:url('../img/main-img.jpg');
}

#header.img-2{
    background-image:url('../img/main-img2.jpg');
}

#header.img-3{
    background-image:url('../img/main-img4.jpg');
}

#header.img-4{
    background-image:url('../img/main-img5.jpg');
}

#header.img-5{
    background-image:url('../img/main-img6.jpg');
}

.heading1{
    font-size:52px;
    letter-spacing:10px;
    position:absolute;
    top:50%;
    left:50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform:translate(-50%, -50%);
}
.heading1 strong{
    font-size:12px;
    display:block;
    margin-top: 10px;
    letter-spacing:2px;
}

nav{
    padding-top:36px;
}

nav ul li{
    display:inline-block;
    margin-right:60px;
}

nav ul{
    margin:0px auto;
    text-align:center;
    width:1080px;
}

nav ul li a{
    color: #ddd;
    text-decoration:none;
    font-size:12px;
    letter-spacing:1.2px;
}


.bread{
    background-color:#fafafa;
    padding:12px 0px;
}

.bread ul{
    margin:0px auto;
    width:1080px;
}

.bread ul > *{
    color:#787878;
    display:inline-block;
    padding-right: 6px;
}

.bread ul li a{
    color:#787878;
}

.bread ul li strong{
    font-weight:bold;
}

/* div.loading{
    display:none;
    background-color:red;
    position:fixed;
    top: 0;
    left:0;
    height:100%;
    width:100%;
} */



.sec1{
    width: 1080px;
    margin:0px auto;
    padding: 120px 10px 100px;
    position:relative;
}


.sec1 .c1{
    margin-bottom:60px;
}

.sec1 .c1 a{
    float:right;
}

.sec1 .c1 .heading2{
    font-size:32px;
    float:left;
    letter-spacing:4px;
}

.sec1 .c1 .heading2 span{
    font-size:12px;
    letter-spacing:1px;
}




.sec1 .c2{
    background-image:url('../img/sec1-1.jpg');
    background-size:cover;
    background-position:top center;
    float:left;
    height:400px;
    position:relative;
    width:320px;
}

.sec1 .c2 p{
    color:#fff;
    background-color:rgba(0, 0, 0, 0.4);
    position:absolute;
    padding:16px;
    bottom:0px;
    left:0px;
}
.sec1 .c3{
    background-image:url('../img/sec1-2.jpg');
    background-size:cover;
    background-position:top center;
    float:left;
    height:400px;
    position:relative;
    margin:0px 50px;
    width:320px;
}

.sec1 .c3 p{
    color:#fff;
    background-color:rgba(0, 0, 0, 0.4);
    position:absolute;
    padding:16px;
    bottom:0px;
    left:0px;
}

.sec1 .c4{
    background-image:url('../img/sec1-3.jpg');
    background-size:cover;
    background-position:top center;
    float:left;
    height:400px;
    position:relative;
    width:320px;
}

.sec1 .c4 p{
    color:#fff;
    background-color:rgba(0, 0, 0, 0.4);
    position:absolute;
    padding:16px;
    bottom:0px;
    left:0px;
}


.sec2:before{
    background-image:url('../img/sec2.jpg');
    background-size:cover;
    content:'';
    height:700px;
    width:50%;
    display:block;
    overflow:hidden;
}
.sec2 {
    background-color:#f5f5f5;
    position:relative;
    height:700px;
}

.sec2 .inner{
    background-color:#fff;
    position:absolute;
    top:90px;
    left:46%;
    text-align:center;
    padding:100px 20px 0px;
    width:630px;
    height:520px;
}

.sec2 .inner h2{
    font-size:32px;
    letter-spacing:4px;
}

.sec2 .inner h2:after{
    background-color:#1b1b1b;
    content:'';
    width:15%;
    height:4px;
    display:block;
    margin:40px auto;
}

.sec3 {
    padding:100px 0px;
}

.sec3 h2{
    font-size:32px;
    letter-spacing:4px;
    text-align:center;
}
.sec3 h2:after{
    background-color:#1b1b1b;
    content:'';
    width:8%;
    height:4px;
    display:block;
    margin:40px auto;
}

.sec3{
    width:595px;
    margin:0px auto 0;
}

.sec3 h3{
    font-size:24px;
    display:inline-block;
    letter-spacing:4px;
    margin-left: 8px;
}

.sec3 p{
    width:500px;
    margin-bottom:40px;
}

.sec3 a{
    margin:0px auto;
    text-align:center;
    display:block;
    width:120px;
}

.sec4 h2{
    font-size:32px;
    letter-spacing:4px;
    text-align:center;
}

.sec4 h2:after{
    background-color:#fff;
    content:'';
    width:10%;
    height:4px;
    display:block;
    margin:40px auto;
}

.sec4{
    background-image:url('../img/sec4.jpg');
    background-size:cover;
    color:#fff;
    padding:140px 0px;
}

.sec4-bg{
    background-image:url('../img/sec7.jpg');
}

.sec4 .left{
   /*  background-color: rgba(0, 0, 0, 0.5); */
    float:left;
    width:50%;

}

.sec4 .right{
    float:right;
    width:50%;
}

.sec4 p{
    margin:0px auto;
    width:595px;
}

.sec4 a{
    border-color:#fff;
    color:#fff;
    margin:0px auto;
    text-align:center;
    display:block;
    width:120px;
}

/* about */

.c5{
    background-color:#f3f3f3;
    margin:100px auto 50px;
    text-align:center;
    padding:40px;
    width:1080px;
}

.c5 .heading3{
    color:#797979;
    text-align:center;
    font-size:20px;
    margin-bottom:20px;
}

.c5 .heading4{
    color:#555;
    text-align:center;
    font-size:20px;
    margin-bottom:20px;
}

.c5 p{
    color:#777;
    
}

.c5 p:last-child{
    padding-bottom:20px;
}

.c6{
    background-image:url('../img/about_bg.png');
    background-repeat:no-repeat;
    background-position: center center;
    margin:100px auto 30px;
    text-align:center;
    width:1080px;
}


.c6 .p1{
    float:left;
    width:500px;
    margin-bottom:30px;
}

.c6 .p2{
    float:right;
    width:500px;
}

.c6 .p3{
    padding-top:40px;
    float:left;
    width:500px;
}

.c6 .p4{
    padding-top:40px;
    float:right;
    width:500px;
}

.c6 .heading4{
    text-align:center;
    font-weight:bold;
    font-size:15px;
    margin:20px 0px;
}

.c6 p{
    color:#777;
    text-align:left;
}

.c6 p:last-child{
    padding-bottom:40px;
}

.c7 {
    margin-top: 100px;
}

.c7 .left{
    background-image:url('../img/sec7.jpg');
    background-size:cover;
    color:#fff;
    float:left;
    padding:100px;
    height:410px;
    width:50%;
}

.c7 .heading5{
    font-size:18px;
    margin-bottom:30px;
}

.c7 .right{
    background-image:url('../img/sec7_2.jpg');
    background-size:cover;
    color:#fff;
    float:right;
    padding:100px;
    height:410px;
    width:50%;
}

footer{
    background-color:#222;
}

footer .f_head{
    color:#fff;
    font-size:16px;
    text-align:center;
    padding: 20px 0 10px;
}

footer nav{
    padding-top:10px;
}

footer p{
    background-color:#1b1b1b;
    color:#fff;
    text-align:center;
    padding:12px;
}