@charset "UTF-8";
/*=============================
color
=============================*/
/*=============================
responsive
=============================*/
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

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

/*=============================
common
=============================*/
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: serif;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  width: 85%;
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

h2 {
  color: #00240E;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

h3 {
  color: #00240E;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

h3 + p {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  h3 + p {
    text-align: justify;
    margin-bottom: 20px;
  }
  h3 + p br {
    display: none;
  }
}

.sectionContainer_gray {
  width: 100%;
  background-color: #f2f2f2;
  padding: 60px 0;
}

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

img {
  width: 100%;
}

/*=============================
header
=============================*/
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: 13px 15px;
  }
}

header .header-l {
  width: 170px;
}

@media screen and (max-width: 768px) {
  header .header-l {
    width: 110px;
  }
}

header .header-r {
  width: 230px;
}

@media screen and (max-width: 768px) {
  header .header-r {
    width: 150px;
  }
}

/*=============================
mv
=============================*/
.mainVisual img {
  width: 100%;
}

.mainVisual .mainVisual_desc {
  width: 100%;
  background-color: #00240E;
}

.mainVisual .mainVisual_desc p {
  color: #fff;
  text-align: left;
  margin: 0 auto;
  letter-spacing: 0.18em;
  padding: 30px 0px;
}

@media screen and (max-width: 768px) {
  .mainVisual .mainVisual_desc p {
    width: 85%;
  }
}

/*=============================
イントロ
=============================*/
.intro {
  padding: 50px 0;
}

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

.intro p {
  color: #00240E;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .intro p {
    font-size: 14px;
  }
}

/*=============================
地価マップ
=============================*/
.map img.chikaMap {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .map img.chikaMap {
    margin-bottom: 15px;
  }
}

.map .map_caption01 {
  text-align: left;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .map .map_caption01 {
    width: 87%;
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 15px;
  }
}

.map .map_caption02 {
  text-align: left;
  margin: 10px auto 60px;
  line-height: 1.6;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .map .map_caption02 {
    width: 87%;
    font-size: 1.0rem;
    margin-bottom: 30px;
  }
}

/*=============================
顧客満足度
=============================*/
.satisfaction h2 {
  color: #333;
}

.satisfaction .satisfaction_img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .satisfaction .satisfaction_img {
    width: 90%;
  }
}

.satisfaction .satisfaction_img p {
  margin-top: 10px;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .satisfaction .satisfaction_img p {
    letter-spacing: 0px;
    font-size: 1.0rem;
  }
}

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

@media screen and (max-width: 768px) {
  .service {
    padding-top: 40px;
  }
}

.service .service_heading {
  color: #00240E;
}

.service .service_heading h2 {
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  .service .service_heading h2 {
    font-size: 24px;
    margin-bottom: -5px;
  }
}

.service .service_heading p {
  font-size: 20px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .service .service_heading p {
    font-size: 14px;
  }
}

/*=============================
あんしん設備補修
=============================*/
.setsubi {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .setsubi {
    margin-top: 20px;
  }
}

.setsubi .setsubi_caption {
  font-size: 12px;
  display: block;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .setsubi .setsubi_caption {
    font-size: 10px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .setsubi .setsubi_caption br {
    display: none;
  }
}

.setsubi .setsubi-flow {
  width: 100%;
  margin: 30px auto 60px;
}

@media screen and (max-width: 768px) {
  .setsubi .setsubi-flow {
    width: 65%;
    max-width: 400px;
    margin: 30px auto 50px;
  }
}

.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: 31%;
  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 img {
  width: 100px;
  position: absolute;
  top: -20px;
  left: 0;
}

.setsubi_point .setsubi_point_box h4 {
  color: #00240E;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 75px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .setsubi_point .setsubi_point_box h4 {
    font-size: 16px;
    height: auto;
  }
}

.setsubi_point .setsubi_point_box h4 span {
  font-size: 10px;
  vertical-align: top;
}

.setsubi_point .setsubi_point_box p {
  line-height: 1.7;
  letter-spacing: 1.5px;
  text-align: left;
}

.point_caption {
  text-align: left !important;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .point_caption {
    font-size: 1.0rem;
  }
}

.setsubi_subject {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .setsubi_subject {
    margin-bottom: 50px;
  }
}

.setsubi_subject > h4 {
  color: #00240E;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .setsubi_subject > h4 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
}

.setsubi_subject > h4 + p {
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .setsubi_subject > h4 + p {
    text-align: left;
    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;
    margin-top: 30px;
  }
}

.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt h4 {
  color: #00240E;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 600;
  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: 1.7rem;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities .setsubi_subject_facilities_txt p {
    text-align: left;
    line-height: 1.7;
  }
}

.setsubi_subject .setsubi_subject_facilities + img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .setsubi_subject .setsubi_subject_facilities + img {
    margin-top: 20px;
  }
}

/*=============================
あんしん建物補修
=============================*/
.hoshu h4 {
  color: #00240E;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .hoshu h4 {
    font-size: 18px;
  }
}

.hoshu img.hoshu-family {
  width: 100%;
}

.hoshu .hoshu_subject {
  margin: 60px auto 20px;
}

@media screen and (max-width: 768px) {
  .hoshu .hoshu_subject {
    margin-bottom: 20px;
  }
}

.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_caption {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .hoshu .hoshu_caption {
    font-size: 1.0rem;
    margin-bottom: 40px;
  }
}

.hoshu .hoshu_term p {
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .hoshu .hoshu_term p {
    text-align: justify;
    margin-bottom: 20px;
  }
}

.hoshu img.hoshu_term_pic {
  width: 100%;
}

/*=============================
あんしん土地診断
=============================*/
.tochi {
  padding: 60px 0;
}

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

.tochi .tochi_sokuryou {
  width: 88%;
  margin: 50px auto 50px;
}

@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou {
    width: 95%;
    margin-bottom: 40px;
  }
}

.tochi .tochi_sokuryou h4 {
  width: 100%;
  height: 60px;
  background-color: #00240E;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tochi .tochi_sokuryou h4 {
    font-size: 16px;
    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 {
    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 {
  width: 88%;
  margin: 0 auto;
}

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

.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 {
    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: #001C4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  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: 2.4rem;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dt {
    font-size: 17px;
  }
}

.tochiStage .tochiStage_point_container .tochiStage_point dl dt span {
  font-size: 5.0rem;
}

@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dt span {
    font-size: 2.5rem;
  }
}

.tochiStage .tochiStage_point_container .tochiStage_point dl dd {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point dl dd {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.tochiStage .tochiStage_point_container .tochiStage_point p {
  text-align: left;
  padding-top: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .tochiStage .tochiStage_point_container .tochiStage_point p {
    font-size: 1.6rem;
    padding-top: 13px;
    line-height: 1.5;
  }
}

.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: 60px 0;
}

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

.souzoku .souzoku_point_container {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container {
    margin-top: 40px;
  }
}

.souzoku .souzoku_point_container .souzoku_point {
  width: 43%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .souzoku .souzoku_point_container .souzoku_point {
    width: 100%;
    margin-bottom: 30px;
  }
}

.souzoku .souzoku_point_container .souzoku_point h4 {
  text-align: left;
  font-size: 2.2rem;
  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: 1.6rem;
    text-align: justify;
    margin-bottom: 10px;
  }
}

.souzoku .souzoku_point_container .souzoku_point p {
  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 {
    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%;
}

.souzoku .souzoku_caption {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .souzoku .souzoku_caption {
    font-size: 10px;
    text-align: left;
  }
}

.network_wrapper {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 50px;
}

@media screen and (max-width: 768px) {
  .network_wrapper {
    display: block;
    padding: 15px 30px;
  }
}

.network_wrapper::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 40%;
  background-color: #196555;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .network_wrapper::before {
    width: 7px;
    height: 18%;
  }
}

.network_wrapper .wrapper_left {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .network_wrapper .wrapper_left {
    width: 100%;
  }
}

.network_wrapper .wrapper_left h3 {
  color: #196555;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .network_wrapper .wrapper_left h3 {
    font-size: 1.6rem;
    letter-spacing: .3px;
  }
}

.network_wrapper .wrapper_left p {
  text-align: left;
}

.network_wrapper .wrapper_right {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .network_wrapper .wrapper_right {
    width: 100%;
  }
}

.souzoku_caption {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .souzoku_caption {
    font-size: 10px;
    text-align: left;
  }
}

/*=============================
スペシャル
=============================*/
.specialtySite {
  padding: 60px 0 0px;
}

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

.specialtySite h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: italic;
  color: #152142;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .specialtySite h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.specialtySite h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #152142;
  position: absolute;
  bottom: -10px;
  left: 45%;
}

@media screen and (max-width: 768px) {
  .specialtySite h2::after {
    width: 70px;
    height: 2.5px;
    left: 40%;
  }
}

.specialtySite .specialty_wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper {
    margin-bottom: 30px;
  }
}

.specialtySite .specialty_wrapper .specialtySite_box {
  background-color: #152142;
  padding: 30px 35px 10px;
  color: #fff;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .specialtySite_box {
    padding: 20px 15px 5px;
  }
}

.specialtySite .specialty_wrapper .specialtySite_box h3 {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .specialtySite_box h3 {
    font-size: 18px;
  }
}

.specialtySite .specialty_wrapper .specialtySite_box p {
  text-align: left;
}

.specialtySite .specialty_wrapper .img_wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper01 {
    display: block;
  }
}

.specialtySite .specialty_wrapper .img_wrapper01 .nomucom_left {
  width: 30%;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper01 .nomucom_left {
    width: 80%;
    max-width: 400px;
    margin-top: -20px;
  }
}

.specialtySite .specialty_wrapper .img_wrapper01 .nomucom_right {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper01 .nomucom_right {
    margin-top: 20px;
    width: 100%;
  }
}

.specialtySite .specialty_wrapper .img_wrapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 {
    display: block;
    margin: 0 auto;
  }
}

.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 40px;
  margin-right: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin: 20px auto 10px;
  }
}

.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_logo {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_logo {
    width: 60%;
    max-width: 250px;
    margin: 0 auto 10px;
  }
}

.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_tex {
  width: 65%;
  text-align: left;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_left .nomucompro_tex {
    width: 100%;
    font-size: 1.2rem;
  }
}

.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_right {
  width: 30%;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_right {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
  }
}

.specialtySite .specialty_wrapper .img_wrapper02 .nomucompro_right img {
  margin: 0 auto;
  max-width: 400px;
}

/*=============================
お問い合わせ
=============================*/
.contact {
  margin-top: -90px;
}

.contact h2 {
  color: #152142;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.contact_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) {
  .contact_box {
    display: block;
  }
}

.contact_box a {
  width: 48.5%;
  display: block;
}

@media screen and (max-width: 768px) {
  .contact_box a {
    width: 90%;
    margin: 0 auto 15px;
  }
}

.contact_box img {
  width: 100%;
}

.access {
  width: 100%;
}

.access iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .access iframe {
    height: 300px;
  }
}

/*=============================
フッター
=============================*/
footer {
  padding: 25px 0 25px;
}

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

footer img {
  width: 65%;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  footer img {
    width: 80%;
    max-width: 380px;
  }
}
/*# sourceMappingURL=style.css.map */