@charset "UTF-8";
/* CSS Document */
/*mainview*/
#MAIN {
    width: 100%;
}
.mainview {
    width: 100%;
    height: 100vh;
    position: relative;
    color: rgba(255,255,255,1.00);
    text-align: center;
    background-image: url(../img/main_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainview h3 {
    display: none;
}
.main_text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 20vh;
}
h1 {
    font-family: 'DIN-light';
    font-size: 100px;
    letter-spacing: 0.1em;
    margin-bottom: 3%;
    
}
h1 span {
    color: #6DFFFE;
}
.space {
    letter-spacing: 0.5em;
}
h2 {
    font-size: 23px;
}
/*スクロールマウス*/
.mainview a{
    display:block;
}
.mainview a span{
    position:absolute;
    top:90vh;
    left:50%;
    width:30px;
    height:50px;
    margin-left:-15px;
    border:2px solid #fff;
    border-radius:50px;
    box-sizing:border-box;
}
.mainview a span::before{
    position:absolute;top:10px;
    left:50%;content:'';
    width:6px;
    height:6px;
    margin-left:-3px;
    background-color:#fff;
    border-radius:100%;
    -webkit-animation:sdb 2s infinite;
    animation:sdb 2s infinite;
    box-sizing:border-box;
}
@-webkit-keyframes sdb{
0%{-webkit-transform:translate(0, 0);opacity:0;}
40%{opacity:1;}
80%{-webkit-transform:translate(0, 20px);opacity:0;}
100%{opacity:0;}
}
@keyframes sdb{0%{transform:translate(0, 0);opacity:0;}
40%{opacity:1;}
80%{transform:translate(0, 20px);opacity:0;}
100%{opacity:0;}
}
/*work*/
.work {
    width: 100%;
    min-height: 370px;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;    
}
.mainwork {
    width: 33.33%;
    border-left: 1px solid #E9E9E9;
}
.mainwork:nth-child(1) {
    border-left: none;
}
.work_inner {
    width: 88%;
    margin: 0 auto;
    padding: 80px 0px;
    text-align: center;
}
.work_inner img {
    width: 30%;
    margin-bottom: 8%;
}
.work_inner h3 {
    font-family: 'DIN-light';
    font-size: 35px;
    letter-spacing: 0.1em;
    color: #029BE3;
    margin-bottom: 30px;
    line-height: 0.85;
}
.work_inner h3 span {
    font-family: inherit;
    font-size: 16px;
    letter-spacing: 0;
}
.work_inner p {
    font-size: 12px;
    margin-bottom: 38px;
    line-height: 1.5;
}
.work_inner a {
    background-color: #029BE3;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 30px;
    color: rgba(255,255,255,1.00);
    border-radius: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
}
.work_inner a:hover {
    background-color: #FFFFFF;
    color: #029BE3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
    border: 1px solid #029BE3;
}
/*ABOUT*/
.about_title {
    width: 100%;
    text-align: center;
    padding: 4% 0%;
}
.about_title h2 {
    font-family: 'DIN-light';
    font-size: 48px;
    letter-spacing: 0.1em;
    padding-bottom: 0;
}
.about_title img {
    width: 86px;
    margin: 0.5% 0%;
}
.about_title p {
    font-size: 23px;
}
#ABOUT {
    width: 100%;
    min-height: 470px;
    display: flex;
    justify-content: space-between;
    background-image:url(../img/about_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.second_block {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #FFFFFF;    
}
.second_block:nth-child(1) {
    border-left: none;
}
.mainabout {
    width: 50%;
    border-left: 1px solid #FFFFFF;
}
.mainabout:nth-child(1) {
    border-left: none;
}
.about_inner {
    width: 70%;
    margin: 0 auto;
    padding: 36px 0px;
    text-align: center;
    color: #FFFFFF;
}
.about_inner img {
    width: 100%;
    margin-bottom: 15px;
}
.about_inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.about_inner p {
    font-family: 'DIN-light';
    letter-spacing: 0.1em;    
    font-size: 35px;
    margin-bottom: 20px;
}
.hp {
    margin-top: 16px;
    margin-bottom: 42px !important;
}
.about_inner a {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 30px;
    color: rgba(255,255,255,1.00);
    border-radius: 20px;
    border: 1px solid #FFFFFF;    
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
}
.about_inner a:hover {
    background-color: #FFFFFF;
    color: #029BE3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
    border: 1px solid #029BE3;
}
/*COMPANY*/
#COMPANY {
    width: 100%;
    min-height: 400px; 
    background-image: url(../img/company_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.company_title {
    width: 100%;
    text-align: center;
    padding-top: 8%;
}
.company_title h2 {
    font-family: 'DIN-light';
    font-size: 48px;
    letter-spacing: 0.1em;
    padding-bottom: 0;
}
.company_title img {
    width: 86px;
    margin: 0.5% 0%;
}
.company_title p {
    font-size: 23px;
    margin-bottom: 40px;
}
.company_title a {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 30px;
    color: rgba(0,0,0,1.00);
    border-radius: 20px;
    border: 1px solid #000000;    
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
}
.company_title a:hover {
    background-color: #000000;
    color: #FFFFFF;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
}
/*ACCESS*/
#ACCESS {
    width: 100%;
    padding: 4% 0%;
    display: flex;
    justify-content: center;;
}
.mobile_tel,.mobile_fb {
    display: none;
}
.tel,.fb {
    width: 40%;
}
.tel {
    margin-right: 1%;
}
.fb {
    margin-right: 1%;
}
.tel img,.fb img {
    width: 100%;
}
#ACCESS a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
    
}
#ACCESS a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;    
    
}
/*レスポンシブ*/
@media screen and (max-width:1024px){
    #COMPANY {
        min-height: 330px;
    }    
}
@media screen and (max-width:980px){
    .about_inner h3,.about_inner a {
        font-size: 14px;
    }
}
@media screen and (max-width:870px){
    .inline {
        display: inline-block;
    }
    .work_inner {
        padding: 50px 0px;
    }
    #ABOUT {
        display: block;
    }
    .second_block {
        border-top:1px solid #FFFFFF;
    }
    .hp {
        margin-top: 0px;
        margin-bottom: 32px !important;
    }
}
@media screen and (max-width:768px){
    .mainview a span {
        display: none;
    }    
}
@media screen and (max-width:680px){
    h1 {
        font-size: 80px;
    }
    h2 {
        font-size: 19px;
    }
}
@media screen and (max-width:640px){
    .work {
        display: block;
        border-bottom: none;
    }
    .mainwork {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #E9E9E9;
    }
    #COMPANY {
        min-height: 300px;
    }
    #ACCESS {
        display: block;
    }
    .tel,.fb {
        display: none;
    }
    .mobile_tel,.mobile_fb {
        display: block;
    }
    .mobile_tel,.mobile_fb {
        width: 90%;
        margin: 0 auto;
    }
    .mobile_tel {
        margin-bottom: 4%;
    }
    .mobile_tel img,.mobile_fb img {
        width: 100%;
    }
}
@media screen and (max-width:568px){
    h1 {
        font-size: 46px;        
    }
    h2 {
        font-size: 12px;
    }
}
@media screen and (max-width:414px){
    .main_text {
        height: 13vh;
    }
    .mainview h2 {
        display: none;
    }
    .mainview h3 {
        display: block;
        color: #FFFFFF;
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
    }
    .about_inner {
        width: 85%;
    }
    .about_title {
        padding: 8% 0%;
    }
    .about_title h2,.company_title h2 {
        font-size: 38px;
    }
    .about_title p,.company_title p {
        font-size: 18px;
    }
    .about_inner h3 {
        font-size: 12px;
    }
    .about_inner a {
        padding: 8px 20px;
        font-size: 13px;
    }
    .about_title img,.company_title img {
        margin: 2% 0%;
    }
    #COMPANY {
        min-height: 230px;
    }
    .company_title a {
        font-size: 15px;
    }
    .hp {
        margin-top: 10px;
        margin-bottom: 37px !important;
    }
}