@charset "UTF-8";
/* CSS Document */
#mainimage{
background-image:url(../../img/mainimage.jpg);
background-size:cover;
background-position:50% 100%;
color:#fff;
}
#mainimage .title{
text-align:center;
padding:27rem 0 17rem 0;
font-family: 'M PLUS 1p', sans-serif;
}
#mainimage .title img{
max-width:1200px;
width:80rem
}
#mainimage h1{
text-align:left;
font-size:3.6rem;
line-height:1.3;
padding-bottom:3rem;
padding-left:10rem;
}
#mainimage h1 span{
font-size:6rem;
}

#message{
background-image:url(../../img/about_back.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:100% 50%;
padding:25rem 0;
}
#message h2{
font-size:2.6rem;
}
#message p,.leftbox .txt,#trai .txt{
padding:3rem 0;font-weight: 500;
}

#statis{
background-image:url(../../img/sta_back.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:0% 50%;
padding:25rem 0;
}
#member{
background-image:url(../../img/mem_back.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:0% 50%;
padding:25rem 0;
}
.leftbox{
float:right;
width:40rem;
}

#busi{
background-image:url(../../img/busi_back.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:50%;
padding:7rem 0;
}
#busi .container{
text-align:center;
background-color:rgba(255,255,255,0.8);
padding:7rem 0;
}
#busi ul{
padding:5rem 0;
}
#busi li{
display:inline-block;
width:20rem;
margin:0 2rem;
}
#busi li h4{
font-weight:normal;
}
#busi li p{
font-size:2.5rem;
font-weight:900;
line-height:1;
padding-top:1rem;
font-family: 'M PLUS 1p', sans-serif;
}

#trai{
background-image:url(../../img/trai_back.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:50%;
padding:17rem 0;
}
#trai .container{
text-align:center;
background-color:rgba(255,255,255,0.8);
padding:5rem 0;
   max-width: 900px;
    min-width: 900px;
}

.topbtn{}
.topbtn a{
display:inline-block;
line-height:1.2;
background-color:#313131;
color:#fff;
background-image:url(../img/btn_back.png),url(../img/arrow.png);
background-repeat:no-repeat,no-repeat;
background-position:0% 0%,92% 50%;
background-size:3rem auto,2.5rem auto;
padding:1rem 5rem; 
}
.topbtn a:hover{
background-color:#00a0b0;
background-position:0% 0%,98% 50%;
}

.toptitle{
line-height:1.3;
font-weight:900;
font-size:4.5rem;
font-family: 'M PLUS 1p', sans-serif;
}
.toptitle span{
color:#ff0000;
}
.toptitle h3{
font-weight:700;
font-size:2.2rem;
}

#foot_contact .btn{
display:block;
}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 767px) {
#mainimage{
background-position:100%;
}
#mainimage .title{
text-align:center;
padding:13rem 0 10rem 0;
}
#mainimage .title img{
max-width:100%;
width:90%;
}
#mainimage h1{
font-size:1.6rem;
line-height:1.3;
padding:0 1rem 3rem 1rem;
font-weight:normal;
}
#mainimage h1 span{
font-size:2rem;
font-weight:700;
}

#message{
background-size:130% auto;
background-position:100% 0%;
padding:22rem 0 6rem 0;
}
#message h2{
font-size:2.2rem;
line-height:1.4;
font-weight:700;
}
#message p,.leftbox .txt,#trai .txt{
padding:3rem 0;
}

#statis{
background-image:none;
padding:0 0 6rem 0;
}
#member{
background-image:none;
padding:0 0 6rem 0;
}
.leftbox{
float:none;
width:100%;
padding-top:2rem;
}

#busi{
padding:7rem 1rem;
}
#busi .container{
padding:4rem 0;
}
#busi ul{
padding:3rem 0;
}
#busi li{
width:29%;
margin:0 1.5%;
}
#busi li h4{
font-weight:normal;
}
#busi li p{
font-size:1.6rem;
line-height:1;
padding-top:0.5rem;
}

#trai{
background-image:none;
padding:0;
}
#trai .container{
text-align:left;
padding:3rem 2rem;
   max-width: 100%;
    min-width: 100%;
}

.topbtn{
text-align:center;
}
.leftbox .topbtn,#trai .topbtn{
text-align:left;
}

.toptitle{
font-size:3.4rem;
}
.toptitle h3{
font-size:2.2rem;
}

#foot_contact .btn{
display:block;
}
}