@charset "utf-8";
/* CSS Document */
.section-top {
  height: 600px;
}
.section-top__main-image {
  width: 100%;
  height: 100%;
  background-image: url("../image/image_about.jpg");
  background-repeat: no-repeat;
}
.section-top__h2 {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #FFF;
  font-size: 3.0rem;
  margin: 0 auto;
  line-height: 600px;
  width: 100%;
}
.section-bg {
  background: linear-gradient(to top right, #008ACB, #58BAE9 30%, #FFF);
}
.section-bg__container {
  background-color: #F0F8FF;
  max-width: 1080px;
  padding: 100px 0 150px;
  margin: 0 auto;
}
.section-bg__icon {
  display: flex;
  justify-content: center;
  position: relative;
}

.section-bg h2 {
  font-size: 5.4rem;
  text-align: center;
  display: flex;
  align-items:baseline;
  margin-left: 5.2rem;
}
.section-bg h2 span {
  font-size: 2.4rem;
}
.section-bg img {
  width: 100px;
  height: 82px;
  position: absolute;
  left: 200px;
  bottom: 2px;
}

.section-bg__container2 {
  display: flex;
  justify-content: center;
  margin: 100px auto 0;
}

/*ここから賃貸・売家・売地のところ*/
.lease, .house-sale, .place-sale {
  background-color: #FFF;
  width: 327px;
  height: 110px;
  border-radius: 20px;
  border: solid 5px #004AB7;
  font-size: 3.0rem;
  color: #1C2469;
  line-height: 100px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.lease-a :hover {
  background-color: #004AB7;
  color: #fff;
  border: 1px solid;
}
.house-sale-a :hover {
  background-color: #004AB7;
  color: #fff;
  border: 1px solid;
}
.place-sale-a :hover {
  background-color: #004AB7;
  color: #fff;
  border: 1px solid;
}
/*ここまで*/

.house-sale {
  margin: 0 20px;
}
.section-business {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 100px;
}
.section-business__icon {
  display: flex;
  justify-content: center;
  position: relative;
}
.section-business h2 {
  font-size: 5.4rem;
}
.section-business img {
  position: absolute;
  left: 200px;
}
.section-business__container {
  display: flex;
  justify-content: center;
}
/*ここから移住者支援のところとカップラーメン販売所のところ*/
.house, .shop {
  background-color: #004AB7;
  width: 327px;
  height: 110px;
  border-radius: 20px;
  font-size: 2.2rem;
  color: #FFF;
  margin: 100px 0 120px;
  padding-top: 38px;
  border: 3px solid #004AB7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.house-a :hover {
  background-color: #fff;
  color: #004AB7;
  border: 5px solid #004AB7;
}
.shop-a :hover {
  background-color: #fff;
  color: #004AB7;
  border: 5px solid #004AB7;
}
/*ここまで*/
.shop {
  margin-left: 100px;
  padding-top: 5px;
}

