@charset "utf-8";
/* layout CSS */

body{
    font-family:"YuGothic, "Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color:#555;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust:100%; 
	word-wrap:break-word;
}
*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display:block;
    }
    .container{width:320px;margin: auto;

    }
  
}










@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
    
    
	}
}

*{box-sizing: border-box;}

#pc-nav{
	margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
   right:110px;
   top:20px;
  text-align:right;

   
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
	color: #555;
	text-decoration: none;
    outline: none;
}

img{
    width: 10%;
    height: auto;
    float: left;
    margin-top: -4px;

}
.top-lead img{width:20%;
    height: auto;

}
.top-lead {
    text-align:center;
    z-index: 100;
}
.top-image {
    position:absolute;
    z-index: 30;
}
           
#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #6fc7d8;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 50px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #555;
    /* white-space: nowrap; */
  
  
}

/*pc-nav*/



#pc-nav span.bgLRextend::before{
    background:#555;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display:none;
      
    }
}

/* heading */

h1{
    text-transform: uppercase;
    font-size: 1.6rem;
    position: absolute; 
    top:auto;
   
    left: 1dvh;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
    overflow-wrap: break-word;
    color: #555;
    padding:5px;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;

}

@media screen and (max-width:380px) {
    h1{
        /* font-size:1.2rem; */
       font-size: 0.8rem;
        top: 10%;
        
    }
}


h1 a{
    color:#555;
}

h2{
    text-transform: uppercase;
    font-size: 3rem;
    color: #6fc7d8;
    text-align: center;
    
}

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

  h2{
      font-size:2rem;
    }
}

/* lead */

.top-lead{
    position:absolute;                                       ;
    bottom:60%;
   z-index: -1;
    left: 40%;
    text-align: center;
    font-size:2rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: #f3f3f3;
   
}

.top-image{
    position:absolute;                                      ;
    bottom:40%;
   z-index: -1;
    left: 40%;
    text-align: center;
    font-size:1rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: #555;
    text-shadow:1px 1px 3px #fff;
}
.word-break,.overflow-wrap{
    display: flex;
    margin-bottom: 10rem;
  }

.top-lead span.bgLRextend::before{
    background:#f3f3f3;
    line-height: normal;
  
}

@media screen and (max-width:550px) {
.top-lead{
    font-size:1.4rem;
    margin:70px 20px 50px 5px;
    }
.top-image{
        font-size:0.8rem;
        margin:100px 130px 20px 30px;
        text-shadow:1px 1px 3px #fff;
    }
    }


@media screen and (max-width:380px) {
.top-lead{
    font-size:0.8rem;
    margin:50px 50px 120px 0;
    }
.top-image{
        font-size:0.7rem;
        margin: 0 50px 10px 5px;
       text-shadow:1px 1px 3px #fff;
        }   
}

/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
    position: absolute;
}

@media screen and (max-width:768px) {
    #topics{
        margin:0 0 100px 0;
}
}

#topics h2{
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before{
    background:#6fc7d8;
}

.bx-wrapper{
    box-shadow:none;
    border:none;
}

/* profile */
#profile{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin:0 0 230px 0;
}
@media screen and (max-width:768px) {
    #profile{
        margin:20px 0 50px 0;
    }
    
}
#profile .img{
    width:40%;
    min-height:590px;
    background:url("../img/sato1.jpeg") no-repeat center;
    background-size: cover;
    margin:230px 0 0 0;
}
#profile .content{
    width:50%; 
     text-align: left;
 }
 
 @media screen and (max-width:768px) {
   #profile .img{
     width:100%;
     min-height: 290px;
       margin:270px 0 50px 0;
 }
 
 #profile .content{
    width:100%; 
     text-align: left;
 }  
 #profile p{
    width:100%; 
     text-align:center;
 }  
}
 
 #profile h2{
     color:#6fc7d8;
     margin:200px 0 0 0;
 }
 
 #profile p{
     line-height: 2;
     margin-left: auto;
 }
 
 #profile .vision-lead{
     position: relative;
     color:#6fc7d8;
     font-size:1.1rem;
     font-weight: bold;
     margin: 0 120px 90px 0;
 }
 
 @media screen and (max-width:768px) {
 #profile .vision-lead{
     font-size:1rem;
     }
     
 }
 
 #profile .vision-lead::after{
      content:'';
     position: absolute;
     bottom:-30px;
     right:115px;
     background:#6fc7d8;
     width:12em;
     height: 3px;
 }

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

 #profile .vision-lead::after{
    content:'';
   position: absolute;
   bottom:-30px;
   right:20px;
   background:#6fc7d8;
   width:12em;
   height: 3px;
}
 }



 
  
 
 
  
 


/* service */

#service h2{
    text-align:center;
    margin:0 0 100px 0;
   color: #6fc7d8;

}


@media screen and (max-width:550px) {
#service h2{
    margin:0 0 50px 0;
    }
}
#service h2 span.bgLRextend::before{
    background:#6fc7d8;
}
#service .service-area{
    position:relative;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:0 0 300px 0;
}



@media screen and (max-width:768px) {
#service .service-area{
    margin:0 0 200px 0; 
     
}
}

@media screen and (max-width:590px) {
 #service.service-area{
    margin:0 0 50px 0; 
    
}

}
#service .service-area::after{
    content:'';
   position:absolute;
   width:60%;
   height:23em;
   background:#f3f3f3;
   right:10%;
   top:20%;
   z-index: -1;
}





#service .service-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#service .service-area .img {
    width:50%;
   
}

#service .service-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#service .service-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#service .service-area .img{
   width:100%;
  margin: auto;
   
    z-index: 0.5;
}


#service .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#service .service-area .content-area{
    padding:40px;   
}

#service .service-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p{
     margin:0 0 30px 0;   
}

#service .btn{
    text-align: right;
}
/* sales */
#sales{
    margin:0 0 300px 0;
    text-align: center;

}
#sales h2{
    
    text-align: center;
    color:#6fc7d8;
    margin:0 0 100px 0;
}
.sales{
    display:flex;
    flex-wrap: wrap;
    gap:70px;
    text-align: center;
    filter: drop-shadow(5px 5px 8px #555);
    font-size: 15px;
}



#sales.sales img{
    
    width: auto;
    height: auto;
  
    text-align: center;
    
   
  
    
}
@media screen and (max-width:768px){
    #sales{
        margin:0 0 100px 0;
    }
 
 #sales{
    margin:0 0 200px 0;
    position: relative;
}
#sales h2 span.bgLRextend::before{
    background:#6fc7d8;
}
}
@media screen and (max-width:768px) {
#sales{
    margin: 0 0 100px 0;
}
    
}

#sales h2{
    text-align: center;
    color:#6fc7d8;
    margin:0 0 100px 0;
}

#sales h2 span.bgLRextend::before{
    background:#6fc7d8;
}
@media screen and (max-width:550px) {
#sales h2{
    margin:0 0 50px 0;
    }

}

/* studio */

#studio{
    margin: 0 0 300px 0;
    text-align: center;

}
#studio h2{
    
    text-align: center;
    color:#6fc7d8;
    margin:0 0 100px 0;
  

}



/* about */

 

 
#about h2{
    margin:0 0 60px 0 ;
}
#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 30px 0;
    padding: 0 0 15px 0;
   
}
#about .about-list dl{
    display: flex;
   justify-content: space-between;
}
@media screen and (max-width:768px) {
    #about{
        margin: 0 0 100px 0;
    }
}

@media screen and (max-width:550px) {
#about h2{
    margin: 0 0 50px 0;
}
}
#about .about-list{
    width: 96%;
     max-width:900px;
     margin: 0 auto;
 }
 #about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}
#about .about-list dl{
    display: flex;
   justify-content: space-between;
}

#about .about-list dt{
   width:30%;
   padding: 0 0 0 40px;
}

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

#about .about-list dt{
    padding:0 0 0 10px; 
   }
}

#about .about-list dd{
   width:65%;
}

 

/* faq */

#faq{
    margin:100px 0 0 0;
    
}

#faq h2{
    text-align: center;
    margin:100px 0 60px 0;
    color: #6fc7d8;
}


#faq h2 span.bgLRextend::before{
    background:#6fc7d8;

.faq-bg{
    position: relative;
    height: 55vh;
    background:no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}
}
@media screen and (max-width:768px) {

.faq-bg,
.faq-bg::after{
    height:35vh;
}   
}

@media screen and (max-width:550px) {
#faq{
    margin:0 0 100px 0;
}
    
#faq h2{
 margin: 0 0 50px 0;   
}
    
.faq-bg{
    margin:0 0 100px 25%;
}

.faq-bg,
.faq-bg::after{
    height:20vh;
} 
}
/* contact */
#contact h2{
   
    margin:100px 0 50px 0;
    
  }
  @media screen and (max-width:768px) {

    .contact-bg,
    .contact-bg::after{
        height:35vh;
    }   
    }
    
    @media screen and (max-width:550px) {
    #contact{
        margin:50px 0 0 0;
    }
   
    #contact h2{
     margin:auto;   
    }
        
    .contact-bg{
        margin:0 0 100px 25%;
    }
    
    .contact-bg,
    .contact-bg::after{
        height:20vh;
    } 
    }
    
/* footer */

#footer{
    padding:100px 0;
    border-bottom:1px solid #6fc7d8;
    text-align:center;
    background:#fff;
    position:relative;
    text-transform:uppercase;
    color:#ccc;
  
    
}

.footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    color:#6fc7d8;
   
}
