@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
.caption {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .caption {
    font-size: 10px;
  }
}

/*=============================
共通
=============================*/
html {
  font-family: serif;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          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: 50px 0;
}

@media screen and (max-width: 768px) {
  .sectionContainer_gray {
    padding: 45px 0 20px;
  }
}

/*=============================
メインビジュアル
=============================*/
.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;
  }
}

.mainVisual_desc {
  padding: 30px 0px;
}

@media screen and (max-width: 768px) {
  .mainVisual_desc {
    padding: 10px 0px 0px;
  }
}

/*=============================
イントロ
=============================*/
.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;
  }
}

/*=============================
bg-gray
=============================*/
.gray {
  background-color: #EBEBEC;
}

.gray img {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: block;
  padding: 50px 0px;
}

@media screen and (max-width: 768px) {
  .gray img {
    padding: 20px 0px;
  }
}

.white {
  background-color: #fff;
}

.white img {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: block;
  padding: 50px 0px;
}

@media screen and (max-width: 768px) {
  .white img {
    padding: 20px 0px;
  }
}

/*=============================
地価マップ
=============================*/
.map h2 {
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
  line-height: 1.6;
  color: #5A5858;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  .map h2 {
    font-size: 16px;
    width: 87%;
    text-align: left;
  }
}

.map p {
  width: 70%;
  text-align: left !important;
  font-size: 12px !important;
  margin: 0 auto;
  color: #5A5858;
}

@media screen and (max-width: 768px) {
  .map p {
    width: 87% !important;
    margin: 0 auto 20px !important;
    display: block !important;
    font-size: 10px;
    line-height: 1.5;
    word-break: break-all;
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .map img {
    width: 100% !important;
  }
}

/*=============================
サービス
=============================*/
.service {
  padding-top: 60px;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .setsubi_point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.setsubi_point .setsubi_point_box {
  width: 30%;
  background-color: #ededed;
  padding: 35px 35px 25px 35px;
  -webkit-box-sizing: border-box;
          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 span {
  font-size: 8px;
  vertical-align: top;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject .hoshu_subject_box {
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_bef-aft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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%;
}

/*=============================
map
=============================*/
.map iframe {
  width: 100%;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .map iframe {
    margin-bottom: 0px !important;
  }
}

/*=============================
contact
=============================*/
.contact {
  background-color: #ededed;
  padding: 20px 0px 70px !important;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .contact {
    width: 100% !important;
    padding: 30px 0px 30px !important;
  }
}

.contact .contact_inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact .contact_inner {
    width: 95%;
  }
}

.contact .contact_inner h1 {
  font-size: 35px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .contact .contact_inner h1 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

.contact .contact_inner .contact_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact .contact_inner .contact_wrapper {
    display: block;
  }
}

.contact .contact_inner .contact_wrapper a {
  width: 49%;
  display: block;
}

@media screen and (max-width: 768px) {
  .contact .contact_inner .contact_wrapper a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.movie {
  width: 70%;
  margin: 100px  auto 0px;
  margin-bottom: 80px;
  max-width: 1040px;
}

@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 0px;
    width: 88%;
    margin-top: 0px;
    padding-top: 50px;
  }
}

.iframe-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
}

.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================
footer
=============================*/
footer {
  max-width: 1000px;
  width: 35%;
  margin: 0 auto;
  padding: 0px 0px 40px !important;
}

@media screen and (max-width: 768px) {
  footer {
    width: 80% !important;
    margin: 0 auto !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  footer img {
    width: 80% !important;
    margin: 0 auto !important;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */