@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family: 'Kosugi Maru', sans-serif;
	color: #222;
	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;    
}

_:-ms-lang(x)::-ms-backdrop, body{/*IE11用ハック*/
    overflow-x: hidden;
}

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

*{box-sizing: border-box;}

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

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

img{
    width: 100%;
    height: auto;
}


/* font-family */

h1,h2,
#service h3,
#header .scrolldown3,
#contact .tel,
#contact .mail,
#footer,
nav,
#splash-logo{
    font-family: 'Kosugi Maru', sans-serif;
}

/* splash */

#splash-logo{
    color:#000;
}

/* header */

#header .fixed{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

#header h1{
    position: fixed;
    z-index: 9999;
    top:3vh;
    left:2vw;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2;
}
@media screen and (max-width:768px) {
#header h1{
    font-size:1rem;
    top:4vh;
    left:4vw;
}
}

#header .scrolldown3 span{
    letter-spacing: 0.2em;
    text-transform: uppercase;
}



/* heading */

h2{
    font-size: 2rem;
    text-align: center;
    margin: 0 0 5vh 0;
}

_:-ms-lang(x)::-ms-backdrop, #service h2{/*IE11用ハック*/
    padding:20vh 0 0 0;
}

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

/* area */

.fixed{
    z-index: 1;
    height:100vh;
    width:100%;
    max-width:100%;
    padding:0 1vw;

}

@media screen and (max-width:768px) {
  #service.fixed,
  #about.fixed,
#contact.fixed,
#access.fixed{
      height: auto;
    }
}

@media screen and (max-width:540px) {
.fixed{
    padding:0 10px;
    }
    
}

/* concept */

#concept{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#concept h3{
    font-size: 1.2rem;
    margin: 0 0 5vh 0;
}

@media screen and (max-width:768px) {
#concept h3{
    font-size: 1rem;
}
}

#concept ul li{
    text-align: left;
    line-height: 2;
}

@media screen and (max-width:540px) {
#concept h3,
#concept ul li{
    text-align: left;  
    line-height: 2;
} 


}

/* service */

#service{

    text-align: center;
	padding: 0 5rem;
}

_:-ms-lang(x)::-ms-backdrop, #service{/*IE11用ハック*/
    display: block;
}

#service .service-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#service .service-area section{
    width: 30%;
}

#service .service-area .service-img{
     width:30%;
    margin: 0 auto 1vh auto;
	height: 100px;
}
#svg-building{
	width: 80%;
}

#svg-house{
	width: 80%;
}

#service h3{
    font-size: 1.8rem;
    font-weight: normal;
}

#service .caption{
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#service{
    padding:0 0 18vh 0; 
}

#service .service-area{
    justify-content: space-around;
}

#service .service-area section{
    width: 80%;
    margin: 0 0 5vh 0;
}
#service .service-area .service-img{
     width:30%;
}

#service h2{
    padding:15vh 0 0 0;
}
    
#service h3{
    font-size: 1.5rem;
}
}

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

 #service .service-area{
    display: block;
}

#service .service-area section{
    width: 100%;
} 
    
}
/* about */

#about{
    display: flex;
    justify-content: center;
    align-items: center;
}

#about .about-list{

    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px dotted #000;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
	text-align: left;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30vw;
    padding: 0 0 0 2vw;
    white-space: nowrap;
}

#about .about-list dd{
    width:68vw;
}


@media screen and (max-width:768px) {
#about{
    padding: 5vh 0 0 0;
}
    
#about h2{
    padding:10vh 0 0 0;  
}

#about .about-list{
    width:90vw;
    }
}

/* contact */

#contact{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact .tel,
#contact .mail{
    font-size: 2rem; 
    margin: 0 0 20px 0;
}

#contact .mail{
    margin:0;
}

#contact .sns-link li{
    display: inline-block;
    margin: 0 10px;
}

#contact .sns-link li img{
     width:30px;   
}

@media screen and (max-width:768px) {
#contact .tel,
#contact .mail{
    font-size: 1.3rem;
	margin: 0;
}
}

/* access */
#access{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}

#access .inner{
	width: 100%;
}

#greeting{
    margin:20px 20px;
}

@media screen and (max-width:960px) {
#greeting{
    margin:20px 20px;
}  
}

.greeting-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.greeting-area p{
    margin: 0 0 30px 0;    
}

.greeting-area .txt-r{
     text-align: right;
}

.greeting-lead{
    font-weight: bold;
    font-size: 1.2rem;
}

.greeting-img{
    width:50%;
}

.greeting-img img{
    animation: fluidrotate 30s ease 0s infinite;
}

.greeting-content{
    width:40%;
}

@media screen and (max-width:768px) {
.greeting-area{
    display: block;
    }
.greeting-img{
    width: 60%;
    margin:0 auto;
    }
.greeting-content{
    width:100%;
    padding: 0 30px 0 70px;
}
    
}

@media screen and (max-width:550px) {
.greeting-content{
    padding:0;
} 
.greeting-img{
    width:100%;
}
}




/* footer */

#footer p{
	font-size: 0.8em;
    position: fixed;
    display: block;
    left:2%;
    bottom:2%;
    z-index: 2;
    line-height: 1.2;
}


