@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
/*=============================
共通
=============================*/
html {
  font-family: serif;
}

header {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header {
    padding: 15px 20px;
  }
}
header .header-l {
  width: 200px;
}
@media screen and (max-width: 768px) {
  header .header-l {
    width: 43%;
  }
}
header .header-l img {
  width: 100%;
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header .header-r {
    width: 40%;
  }
}
header .header-r img {
  width: 100%;
}

section {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section {
    width: 87%;
  }
}
section h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  section h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
section h3 + p {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section h3 + p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
  section h3 + p br {
    display: none;
  }
}

.sectionContainer_gray {
  width: 100%;
  background-color: #EDEDED;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sectionContainer_gray {
    padding: 45px 0;
  }
}

/*=============================
メインビジュアル
=============================*/
.mainVisual img {
  width: 100%;
}
.mainVisual .mainVisual_desc {
  width: 100%;
  background-color: #00240E;
}
.mainVisual .mainVisual_desc p {
  width: 1000px;
  color: #fff;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.18em;
  font-size: 16px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .mainVisual .mainVisual_desc p {
    width: 83%;
    font-size: 13px;
  }
}

/*=============================
イントロ
=============================*/
.intro {
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 25px 0;
  }
}
.intro h2 {
  font-size: 34px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro h2 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.intro p {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 13px;
  }
}

/*=============================
地価マップ
=============================*/
.map img.chikaMap {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .map img.chikaMap {
    margin-bottom: 10px;
  }
}
.map p.map_caption {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .map p.map_caption {
    width: 87%;
    font-size: 11px;
    text-align: justify;
    margin-bottom: 30px;
  }
  .map p.map_caption br {
    display: none;
  }
}
.map img.map_satisfaction {
  width: 1000px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .map img.map_satisfaction {
    width: 87%;
  }
}

/*=============================
サービス
=============================*/
.service {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 40px;
  }
}
.service .service_heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .service .service_heading {
    margin-bottom: 40px;
  }
}
.service .service_heading h2 {
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service .service_heading h2 {
    font-size: 30px;
  }
}
.service .service_heading p {
  font-size: 20px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .service .service_heading p {
    font-size: 14px;
  }
}

/*=============================
あんしん設備補修
=============================*/
.setsubi small {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .setsubi small {
    font-size: 10px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .setsubi small br {
    display: none;
  }
}
.setsubi .setsubi-flow {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .setsubi .setsubi-flow {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.setsubi_point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .setsubi_point {
    flex-direction: column;
  }
}
.setsubi_point .setsubi_point_box {
  width: 30%;
  background-color: #eee9ee;
  padding: 35px 35px 25px 35px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .setsubi_point .setsubi_point_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .setsubi_point .setsubi_point_box:last-child {
    margin-bottom: 0px;
  }
}
.setsubi_point .setsubi_point_box img {
  width: 100px;
  position: absolute;
  top: -20px;
  left: 0;
}
.setsubi_point .setsubi_point_box h4 {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .setsubi_point .setsubi_point_box h4 {
    font-size: 17px;
  }
}
.setsubi_point .setsubi_point_box p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.setsubi_subject {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject {
    margin-bottom: 50px;
  }
}
.setsubi_subject > h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject > h4 {
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.setsubi_subject > h4 + p {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject > h4 + p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt {
    flex-direction: column;
  }
}
.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt h4 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt h4 {
    font-size: 17px;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt p {
  letter-spacing: 0.1em;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt p {
    font-size: 13px;
    line-height: 1.7;
  }
}
.setsubi_subject .setsubi_subject_facilities + img {
  width: 100%;
}

/*=============================
あんしん建物補修
=============================*/
.hoshu img.hoshu-family {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .hoshu img.hoshu-family {
    margin-bottom: 40px;
  }
}
.hoshu .hoshu_subject {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject {
    margin-bottom: 30px;
  }
}
.hoshu .hoshu_subject > img {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.hoshu .hoshu_subject .hoshu_subject_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject .hoshu_subject_box {
    flex-wrap: wrap;
  }
}
.hoshu .hoshu_subject .hoshu_subject_box img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject .hoshu_subject_box img {
    width: 49%;
    margin-bottom: 10px;
  }
}
.hoshu .hoshu_term h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_term h4 {
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.hoshu .hoshu_term p {
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hoshu .hoshu_term p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.hoshu img.hoshu_term_pic {
  width: 100%;
}

/*=============================
あんしん土地診断
=============================*/
.tochi {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .tochi {
    padding: 40px 0;
  }
}
.tochi .tochi_sokuryou {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou {
    margin-bottom: 40px;
  }
}
.tochi .tochi_sokuryou h4 {
  width: 100%;
  height: 60px;
  background-color: #00240E;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou h4 {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
  }
}
.tochi .tochi_sokuryou p {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.tochi .tochi_sokuryou img.tochi_sokuryou_figure {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.tochi .tochi_sokuryou img.tochi_sokuryou_pic {
  width: 100%;
}
.tochi .tochi_maisetsubutsu h4 {
  width: 100%;
  height: 60px;
  background-color: #00240E;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_maisetsubutsu h4 {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
  }
}
.tochi .tochi_maisetsubutsu p {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .tochi .tochi_maisetsubutsu p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.tochi .tochi_maisetsubutsu img {
  width: 100%;
}

/*=============================
土地ステージング
=============================*/
.tochiStage .tochiStage_point_container {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container {
    margin-bottom: 35px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point {
  margin-bottom: 30px;
}
.tochiStage .tochiStage_point_container .tochiStage_point dl {
  color: #003F66;
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid #003F66;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl {
    flex-direction: column;
    padding-bottom: 13px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point dl dt {
  font-size: 30px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dt {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point dl dt span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dt span {
    font-size: 25px;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point dl dd {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dd {
    font-size: 20px;
    line-height: 1.3;
  }
}
.tochiStage .tochiStage_point_container .tochiStage_point p {
  padding-top: 20px;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point p {
    padding-top: 13px;
    font-size: 13px;
    line-height: 1.2;
  }
}
.tochiStage .tochiStage_bef-aft {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_bef-aft {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.tochiStage .tochiStage_bef-aft img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_bef-aft img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tochiStage img.tochiStage_flow {
  width: 100%;
}

/*=============================
相続
=============================*/
.souzoku {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .souzoku {
    padding: 45px 0;
  }
}
.souzoku .souzoku_point_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.souzoku .souzoku_point_container .souzoku_point {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container .souzoku_point {
    width: 100%;
    margin-bottom: 20px;
  }
}
.souzoku .souzoku_point_container .souzoku_point h4 {
  font-size: 25px;
  color: #196555;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container .souzoku_point h4 {
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}
.souzoku .souzoku_point_container .souzoku_point p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container .souzoku_point p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
.souzoku .souzoku_point_container .souzoku_point img {
  width: 100%;
}
.souzoku .souzoku_point_container .souzoku_point .souzoku_point_desc {
  display: flex;
  justify-content: space-between;
}
.souzoku .souzoku_point_container .souzoku_point .souzoku_point_desc p {
  width: 55%;
}
.souzoku .souzoku_point_container .souzoku_point .souzoku_point_desc img {
  width: 40%;
}
.souzoku img.souzoku_network {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */