@charset "utf-8";


@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  
}

  .mainview {
    width: 100%;
    height: 650px;
    margin-top: 144px;
    background-image: url(../img/main.svg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
  }

  @media (max-width:540px) {
    
.mainview {
  width: 100%;
  height: 800px;
  margin-top: 144px;
  background-image: url(../img/sp-main.svg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
}

.mainview-news {
  width: 100%;
  height: 400px;
  margin-top: 150px;
  background-image: url(../img/build-main.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}

@media (max-width:540px) {
  
.mainview-news {
  margin-top: 144px;
}
}


.ttl {
  display: block;
  margin: 0 auto;
  color: #333;
  text-align: center;
  position: relative;
  font-weight: bold;
}


.ttl h1 {
  font-size: 32px;
  line-height: 0.8;
  font-weight: bold;
}

.ttl-eg {
  font-size: 25px;
  color: #B40019;
  margin-top: -0.3em;
}

.ttl-bg {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
}


.row {
  width: 100%;
}

/*-- about --*/

.about .row {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.about-left {
  height: 300px;
  display: flex;
  justify-content: center;
  border-left: solid 10px #B40019;
}

.about .ttl {
 padding-top: 120px;
 position: relative;
 padding-left: 30px;
 text-align: left;
 position: relative;
}

.about .ttl h1 {
  font-size: 29px;
  white-space: nowrap;
}

.about .ttl .ttl-bg {
position: absolute;
top: 50;
left: 13%;
}

.about-right {
  max-width: 100%;
  height: 300px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-left: 70px;
}

.about-right h2 {
  font-size: 28px;
}

.about-right p {
  width: 85%;
font-size: 16px;
margin-top: 20px;
}


@media (max-width:992px) {
  .about-left {
    height: 300px;
    display: flex;
    justify-content: center;
    border-left:none;
    border-top: solid 10px #B40019;
  }
  
.about .ttl .ttl-bg {
  left: 55%;
  }

  .about .ttl-eg {
    text-align: center;
    }
}

@media (max-width:540px) {

  .about-right {
    height: 400px;

  }

  .about-right h2 {
    width: 90%;
  }

  .about-right p {
    width: 90%;
    padding-bottom: 50px;
  }
}


.news {
  background-color: #000;
  padding: 70px 0;
}

.news-wrap {
  display: flex;
  justify-content:center ;
  color: #fff;
}

.news-ttl {
  width: 150px;
  margin-left: 50px;
  border-right: solid 1px #fff;
  padding-top: 15px;
}

.news-ttl p {
 margin-top: -7px;
}

.news-body {
  max-width: 500px;
  margin-left: 40px;
}

.news-btn {
  font-size: 13px;
  color: #fff;
  padding: 7px 25px;
  border: solid 1px #fff;
  margin-left: 50%;
}

.news-btn::after {
  width: 50%;
  content: url(../img/about-arrow.svg);
  margin-left: 5px;
}

@media (max-width: 540px) {
  .news-wrap {
    flex-direction: column;
    margin-top: -10px;
  }
  
  .news-ttl {
    margin: 0 auto;
    border-right: none;
    text-align: center;
  }
   
  .news-body {
    width: 80%;
   margin-top: 20px;
   margin: 0 auto;
  }

  .news-btn {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
  }
  

}

.aboshi-banner {
  width: 775px;
  height: 175px;
  margin: 0 auto;
  margin-bottom: 50px;
}


/*-- service --*/

.service {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 150px;
  background-image: url(../img/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service-list {
  width: 100%;
  max-width: 1040px;
margin: 0 auto;
margin-top: 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.service-list-item {
  width: calc(100% / 4);
  width: 230px;
  height: 215px;
  background-image: url(../img/service-item-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.service-num {
  width: 80px;
  height: 75px;
  font-weight: bold;
  font-size: 45px;
  color: #fff;
  background-color: #B40019;
  margin: 0 auto;
  margin-top: 30px;
}

.service-list-item p {
  display: inline-block;
  color: #B40019;
margin-top: 10px;
  font-weight: bold;
  font-size: 25px;
}

.service-item-border {
  width: 50px;
  border-bottom: solid 3px #B40019;
  margin: 0 auto;
  margin-top: -5px;
}


.service-box-wrap {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 50px;
}

.service-box {
  width: 480px;
  box-shadow: -4px 4px 4px rgba(0,0,0,0.2);
  margin-top: 50px;
}

.service-box-img-01 {
  width: 480px;
  height: 300px;
  background-image: url(../img/service01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}


.service-box-img-02 {
  width: 480px;
  height: 300px;
  background-image: url(../img/service02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.service-box-img-03 {
  width: 480px;
  height: 300px;
  background-image: url(../img/service03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.service-box-img-04 {
  width: 480px;
  height: 300px;
  background-image: url(../img/service04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.service-box-ttl-wrap {
  width: 300px;
  height: 75px;
  display: flex;
  font-weight: bold;
  margin-left: 25px;
  border-bottom: 1px solid #B40019;
}

.service-box-textarea {
  width: 480px;
  height: 230px;
  border-right: solid 100px #B40019 ;
  background-color: #fff;
  position: relative;
  margin-top: -1px;
}

.service-box-num {
  font-size: 55px;
  color: #B40019;
  margin-top: -5px;
}

.service-box-ttl {
  display: flex;
  color: #333;
  font-size: 25px;
  margin-top: -5px;
}

.service-box-ttl-eg {
  color: #B40019;
  padding-top: 15px;
  padding-left: 10px;
  font-size: 13px;
}

.service-box-text {
  width: 310px;
  margin-left: 25px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 15px;
}

.service-box-btn {
  display: inline-block;
  color: #B40019;
  font-size: 12px;
  background-color: #fff;
  border: solid 1px #B40019;
  font-weight: bold;
  padding: 15px 30px 15px 32px;
  position: absolute;
  bottom: 10%;
  right: -15%;
}

.fa-chevron-right {
  margin-left: 0.5em;
}

.service-box-btn:hover {
  background-color: #000;
  opacity: 1;
  border: none;
}

@media (max-width: 992px) {
  .service-list {
    max-width: 550px;
  }

  .service-list-item {
    width:250px;
margin-top: 30px;
  }

}


@media (max-width: 540px) {
  .service-list {
    max-width: 450px;
  }

  .service-list-item {
    width: 200px;
margin-top: 10px;
  }

  .service-box {
    width: 350px;
  }
  
  .service-box-img-01 {
    width: 350px;
  }

  .service-box-img-02 {
    width: 350px;
  }

  .service-box-img-03 {
    width: 350px;
  }

  .service-box-img-04 {
    width: 350px;
  }

  .service-box-textarea {
    width: 350px;
    height: 240px;
    border-right:none;
    border-bottom: solid 50px #B40019 ;
  }

  .service-box-btn {
    bottom: -15%;
    right: 10%;
  }
  
}

@media (max-width: 400px) {
  .service-list {
    max-width: 350px;
  }

  .service-list-item {
    width: 160px;
margin-top: 10px;
  }

  .service-box {
    width: 350px;
  }
  
  .service-box-img-01 {
    width: 350px;
  }

  .service-box-img-02 {
    width: 350px;
  }

  .service-box-img-03 {
    width: 350px;
  }

  .service-box-img-04 {
    width: 350px;
  }

  .service-box-textarea {
    width: 350px;
    height: 240px;
    border-right:none;
    border-bottom: solid 50px #B40019 ;
  }

  .service-box-btn {
    bottom: -15%;
    right: 10%;
  }

}


.house-build {
  display: flex;
}

.house-build-left {
  width: 47%;
  height: 350px;
  background-color: #653E29;
  padding-left: 8%;
  padding-top: 80px;
}


.house-build-left p {
  font-size: 15px;
  margin-top: 20px;
}


.house-build-right {
  width: 53%;
  height: 350px;
  background-image: url(../img/build-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.build-btn {
  display: inline-block;
  color: #B40019;
  font-size: 12px;
  background-color: #fff;
  border: solid 1px #B40019;
  font-weight: bold;
  padding: 15px 30px 15px 32px;
  margin-top: 20px;
}

.build-btn:hover {
  background-color: #000;
  opacity: 1;
  border: none;
}

@media (max-width:768px) {
  .house-build {
    flex-direction: column;
    margin-left: 0;
  }
  
  .house-build-left {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .house-build-right {
    width: 100%;
  }
}

.ttl-wrap {
  width: 100%;
  height: 200px;
  background-color: #B40019;
}

.rent .ttl {
  padding-top: 70px;
}


.rent {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
  background-image: url(../img/rent-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.rent-box-wrap {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 50px;
}

.rent-box {
  width: 480px;
  box-shadow: -3px 3px 3px rgba(0,0,0,0.2);
  margin-top: 50px;
  background-color: #fff;
}

.rent-box-img-01 {
  width: 480px;
  height: 300px;
  background-image: url(../img/rent-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.rent-box-img-02 {
  width: 480px;
  height: 300px;
  background-image: url(../img/rent-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}


.rent-box-img-03 {
  width: 480px;
  height: 300px;
  background-image: url(../img/rent-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}


.rent-box-img-04 {
  width: 480px;
  height: 300px;
  background-image: url(../img/rent-04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}



.rent-box-ttl-eg {
  color: #B40019;
  padding-top: 15px;
  padding-left: 10px;
  font-size: 13px;
  margin-left: 20px;
  line-height: 1.3;
}

.rent-box-ttl {
  color: #333;
  font-size: 25px;
  margin-top: -10px;
  margin-left: -2px;
}

.rent-add {
  margin-left: 28px;
  margin-top: -10px;
}

.rent-box-btn-wrap {
  display: flex;
  font-weight: bold;
}

.rent-box-ctg {
  background-color: #000;
  color: #fff;
  width: 35%;
  text-align: center;
  padding: 10px 0;
}

.rent-box-btn {
  background-color: #B40019;
  color: #fff;
  width: 66%;
  padding: 10px 0;
  padding-left: 40px;
}

.rent-box-btn::after {
  content: url(../img/arrow.svg);
  margin-left: 1em;
}


@media (max-width: 540px) {
  .rent-box {
    width: 350px;
  }

  .rent-box-img-01 {
    width: 350px;
  }
  
  .rent-box-img-02 {
    width: 350px;
  }

  .rent-box-img-03 {
    width: 350px;
  }
  .rent-box-img-04 {
    width: 350px;
  }

  .rent-box-ctg {
    padding-top: 10px;
  }

  .rent-box-btn::after {
    content: url(../img/sp-arrow.svg);
  }
  
}

.red-border {
  width: 100%;
  height: 18px;
  background-color: #B40019;
}

.link-area {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  background-image: url(../img/link-area-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.link-btn-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
display: flex;
flex-wrap:wrap ;
justify-content: center;
padding-top: 70px;
}

.link-btn {
  width: 250px;
  height: 250px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}


.link-btn:hover {
  background-color: #000;
}

.link-btn-icon {
  width: 69px;
  height: 69px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 15px;
}

.link-btn-border {
  width: 38px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}

.link-btn-01 {
  background-color: #EC0022;
}

.link-btn-02 {
  background-color: #D4001E;
}

.link-btn-03 {
  background-color: #B5001A;
}

.link-btn-04 {
  background-color: #A10016;
}

.link-btn-05 {
  background-color: #840013;
}

.link-btn-06 {
  background-color: #64000F;
}

@media (max-width: 1024px) {
  .link-btn-wrap {
    max-width: 600px;
}
}


@media (max-width: 767px) {
  .sp-none {
    display: none;
  }

}

@media (max-width:540px) {
  .link-btn-wrap {
    max-width: 360px;
}

  .link-btn {
    width: 175px;
    height: 180px;
    color: #fff;
    font-size: 20px;
  }
  
  .link-btn-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

}



.contact {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background: #3B4043;
}

.contact-btn-wrap {
  width: 95%;
  max-width: 850px;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 60px;
}

.contact-btn {
  width: 100%;
  max-width: 390px;
  height: 90px;
  max-width: 390px;
 border: solid 1px #B40019;
 background-color: #fff;
  color: #B40019;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
}

.contact-btn-01 {
  font-size: 25px;
}

.contact-btn-02 {
  font-size: 35px;
}

.contact-btn p {
  width: 100%;
  max-width: 380px;
  height: 76px;
  display: inline-block;
  line-height: 0;
  margin: 0 auto;
  line-height: 3.2;
}

.contact-btn-02 p {
  line-height: 2.1;
}

.contact-btn i {
  padding-right: 0.5em;
}

footer {
  background-color: #B40019;
  padding-top: 30px;
}

.footer-logo {
  width: 178px;
  height: auto;
}

.footer-add {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 1em;
}

.copyright {
  color: #fff;
  background-color: #1a1311;
  padding: 5px 0;
  font-size: 13px;
  margin: 0;
}
