body {
  font-family: "Noto Serif JP", serif;
    color: #595879;
    font-size: 15px:
    }

.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
h2 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 24px;
  }
}

header {
   font-size: 24px;
   font-weight: 700;
   padding:  8px 0 18px; 
}
header .container {
    max-width: 1600px;11px;
}
header .small {
   font-size: 14px; 
}

@media screen and (max-width: 767px) {
  header {
  font-size: 20px;
     padding: 0 0 8px;
  }
  header .small {
    font-size: 11px:
    }
  }

.hero {
  background-image: url('../images/img.jpg');
  background-position: center left;
  background-size: cover;
}
.hero .container {
  max-width: 1600px;
  padding: 150px 0 180px;
}
.hero h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.hero h1 .large {
  font-size: 50px;
}
.hero li {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  background-color: #ffb800;
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 767px){
  .hero .container {
    padding: 60px 0 160px;
  }
  .hero h1 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .hero h1 large {
    font-size: 30px;
  }
  .hero li {
    font-size: 18px;
      padding: 5px;
    margin-bottom: 6px;
  }
}

.vision {
  background-color: #f7f7ff;
}
.vision .info  {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #595879;
  padding: 20px 0 24px; 
}
.vision .sp {display: none;}
.vision .color {
  color: #ebba38;
}
.vision .container {
  padding: 60px 0 78px;
}
.vision .text {
  text-align-last: center;
  max-width: 480px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .vision .info {
    font-size: 18px;
    line-height: 1.4;
    padding: 13px 0 16px;
  }
  .vision .sp {display: block;}
  .vision .text {
    font-size: 16px;
    line-height: 1.7;
  }
}

.business {
  padding: 60px 0;
}
.business .row {
  display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.business .col {
  width: 49%;
  background-color: #f7f7ff;
  border: solid 1px #e7e7e7;
  padding: 40px 30px;
}
.business .service {
  font-size: 16px;
  font-weight: 700;
  color: #ebba38;
  margin-bottom: 10px;
}
.business h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 19px;
}
.business .text {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .business .row {
    gap: 16px;
  }
  .business .col {
    width: 100%;
    padding: 20px 16px;
  }
  .business .service {
    font-size: 15px;
  }
  .business h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

.property {
  padding: 60px 0;
  background-color: #f7f7ff;
}
.property .row {
  display: flex;
  justify-content: space-between;
}
.property .col {
  width: 24%;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
}
.property h3 {
  padding: 8px 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.property .text {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .property .row {
   flex-wrap: wrap;
    gap: 16px;
  }
  .property .col {
    width: 100%;
  }
  .property h3 {
    padding: 12px 15px 0;
  }
  .property .text {
    padding: 7px 15px 16px;
  }
}

.contact {
  background-color: #262384;
}
.contact .row {
  display: flex;
  justify-content: space-between;
   align-items: center;
}   
.contact .col {
  width: 50%;
}
.contact .col:first-child {
  padding: 16px 47px 16px 10%;
}
.contact .heading {
  text-align: left;
  color: #ffffff;
}
.contact h2 {
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
}
.contact .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.contact a {
  background-color: #ffffff;
  display: inline-block; 
  font-size: 14px;
  padding: 10px 22px 12px;
  border-radius: 100px;
  transition: 0.3s;
   }
.contact a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .contact .row {
    flex-wrap: wrap;
  }
  .contact .col {
    width: 100%;
  }
.contact .col:first-child {
  padding: 30px 0; 
  width: 90%;
  margin: 0 auto;
}  
}

footer {
 padding: 24px 0 36px; 
  text-align-last: center;
  font-size: 24px;
  font-weight: 700;
}
footer .ssmall {
  font-size: 14px;
}
footer .copy {
  font-size: 10px;
  margin-top: 26px;
}












