@charset "UTF-8";
/* CSS Document */
.section-top img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  object-position: center 55%;
}
@media(max-width:1024px) {
  .section-top img {
    height: 30vh;
  }
}
.section-new_property {
  margin: 120px auto
}
@media(max-width:964px) {
  .section-new_property {
    margin: 60px auto;
  }
}
/*共通項目　見出しタイトル*/
.section-new_property h3 {
  width: 24%;
  max-width: 348px;
  margin: 0 auto;
}
.title__japanese {
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  color: #003eca;
  border-bottom: 3px solid #bbdbf3;
  padding-bottom: 5px;
}
.title__english {
  font-size: 2.4rem;
  font-weight: normal;
  color: #003eca;
  display: block;
  padding: 5px 0 100px 0;
}
@media(max-width:910px) {
  .section-new_property h3 {
    width: 52%;
    max-width: 196px;
    margin: 0 auto;
  }
  .title__japanese {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    color: #003eca;
    border-bottom: 3px solid #bbdbf3;
    padding-bottom: 5px;
  }
  .title__english {
    font-size: 1.6rem;
    padding: 3px 0 40px 0;
  }
}
.information {
  color: #333;
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 0;
  background: rgba(187, 219, 243, 1);
  box-shadow: 0px 0px 0px 10px rgba(187, 219, 243, 1);
  border: dashed 2px #fff;
}
.information_1 {
  margin-bottom: 60px;
}
.information a {
  color: #666666;
}
@media(max-width:515px) {
  .information {
    width: 86%;
    font-size: 1.2rem;
    padding: 3rem 0;
  }
  .information_1 {
    margin-bottom: 30px;
  }
}