<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
main {
  padding: 0 0 60px;
  /*  background: #000 url(../imgs/bg.png) no-repeat bottom left / auto auto;*/
}
.container1200 {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#hero {
  background: url(../imgs/mv.jpg) no-repeat center center / cover;
  height: 80vh;
	  margin-bottom: 80px;
}
/* MEDIA */
@media screen and (max-width: 768px) {
  main {
    background: #000;
  }
  #hero {
    background: url(../imgs/mv-sp.jpg) no-repeat center center / cover;
  }
  .contentBg {
    background: #000 url(../imgs/bg_white.jpg) no-repeat top right / auto auto;
  }
}


#residence-box{padding:80px 40px;background-color: #fff;}
#residence-box .rc-logo{max-width: 300px; margin:0 auto 40px}
#residence-box .rc-logo img{width: 100%;}
#residence-box .txt{color: #000; text-align: center;line-height: 1.8;}

#residence-box .gentei ul{
display: flex;
justify-content: space-between;
padding: 40px 0;
flex-wrap: wrap;
	margin-bottom: 40px;
}

#residence-box  ul li {
width: 24%;
padding:50px 20px;
line-height: 1.3;
display: flex;
justify-content: center;
align-items: center;
background-color: #333;
color: white;
	text-align: center;
}

.btnRC p{text-align: center;font-size: 18px;margin-bottom: 20px; color: #000}
.btnRC a{max-width: 420px; border-radius: 5px; border:1px #333 solid; padding: 20px 80px; margin: auto; display: block;; transition: 0.2s; background-color: #fff;}
.btnRC a img{width: 100%;}
.btnRC a:hover{opacity:0.7}

@media screen and (max-width: 768px) {
	#residence-box  ul li{width: 100%; margin-bottom: 5px; padding: 10px;}
	.btnRC p{font-size: 3.8vw; line-height: 1.5;}
}

.boxEntryStep ul li{width: 30%;}
@media screen and (max-width: 768px) {
.boxEntryStep ul li{width: 100%;}

}</pre></body></html>