@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

/*=============================
共通部分
=============================*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  background-color: #fff;
  font-family: sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

p {
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: justify;
}

h2 {
  letter-spacing: 0.17em;
}

small {
  font-size: 10px;
}

.sectionH2 {
  width: 100%;
  padding-right: 15%;
  color: #004066;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .sectionH2 {
    padding-right: 7%;
  }
}
.sectionH2 .sectionH2_up {
  width: 100%;
  border-bottom: 5px solid #004066;
  padding-left: 20%;
}
@media screen and (max-width: 1024px) {
  .sectionH2 .sectionH2_up {
    padding-left: 10%;
  }
}
.sectionH2 .sectionH2_up h2 {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  padding: 25px;
  border-left: 3px solid #004066;
}
@media screen and (max-width: 768px) {
  .sectionH2 .sectionH2_up h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.sectionH2 .sectionH2_down {
  width: 100%;
  padding-left: 20%;
}
@media screen and (max-width: 1024px) {
  .sectionH2 .sectionH2_down {
    padding-left: 10%;
  }
}
.sectionH2 .sectionH2_down p {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 25px;
  border-left: 3px solid #004066;
}
@media screen and (max-width: 768px) {
  .sectionH2 .sectionH2_down p {
    font-size: 1.6rem;
  }
}

.sectionInner {
  width: 80%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sectionInner {
    min-width: auto;
    max-width: 600px;
    width: 86%;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

.title_name {
  margin-bottom: 20px;
}

.w70 {
  width: 70%;
}

/*=============================
ヘッダー
=============================*/
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: 12px 15px;
  }
}
header .header-l {
  width: 200px;
}
@media screen and (max-width: 768px) {
  header .header-l {
    width: 35%;
  }
}
header .header-l img {
  width: 100%;
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header .header-r {
    width: 42%;
  }
}
header .header-r img {
  width: 100%;
}

/*=============================
メインビジュアル
=============================*/
.mainVisual {
  width: 100%;
  height: 675px;
  background: url(../img/kv_pc.jpg) center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    height: 360px;
  }
}
.mainVisual img {
  width: 820px;
}
@media screen and (max-width: 768px) {
  .mainVisual img {
    width: 90%;
  }
}
.mainVisual small {
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 5px;
  bottom: 5px;
  transform-origin: center left;
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  .mainVisual small {
    transform-origin: center center;
    line-height: 1.3;
  }
}

h1 {
  width: 100%;
  text-align: center;
  background-color: #b10510;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  height: 65px;
  line-height: 65px;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    height: auto;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
  }
}

/*=============================
墨田区の不動産マーケットの現状。
=============================*/
.marketReport {
  width: 100%;
  height: auto;
  background: url(../img/marketreport_bg.jpg) center center/cover no-repeat;
  padding: 60px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .marketReport {
    padding: 35px 0;
  }
}
.marketReport .marketReport_innerWrapper {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .marketReport .marketReport_innerWrapper {
    width: 88%;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
.marketReport .marketReport_innerWrapper img {
  width: 35%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .marketReport .marketReport_innerWrapper img {
    width: 73%;
    display: block;
    margin: 0 auto;
    max-width: 380px;
  }
}
.marketReport .marketReport_innerWrapper .marketReport_txt {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .marketReport .marketReport_innerWrapper .marketReport_txt {
    width: 100%;
  }
}
.marketReport .marketReport_innerWrapper .marketReport_txt h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .marketReport .marketReport_innerWrapper .marketReport_txt h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .marketReport .marketReport_innerWrapper .marketReport_txt h2 {
    font-size: 23px;
    margin-bottom: 1 0px;
  }
}
.marketReport .marketReport_innerWrapper .marketReport_txt p {
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .marketReport .marketReport_innerWrapper .marketReport_txt p {
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    line-height: 1.8;
  }
}
.marketReport .marketReport_innerWrapper .marketReport_txt small {
  font-size: 10px;
}

/*=============================
購入者の反響経路分析
=============================*/
.routeAnalysis {
  padding: 90px 0 50px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .routeAnalysis {
    padding: 40px 0 20px;
  }
}
.routeAnalysis .sectionInner {
  margin: 0 auto;
}
.routeAnalysis .sectionInner p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .routeAnalysis .sectionInner p {
    line-height: 1.6;
  }
}
.routeAnalysis .sectionInner .nomucom_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .routeAnalysis .sectionInner .nomucom_img {
    display: block;
    width: 90%;
    margin: 40px auto 20px;
    text-align: center;
  }
}
.routeAnalysis .sectionInner .nomucom_img .nomucom_left {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .routeAnalysis .sectionInner .nomucom_img .nomucom_left {
    width: 100%;
  }
}
.routeAnalysis .sectionInner .nomucom_img .nomucom_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .routeAnalysis .sectionInner .nomucom_img .nomucom_right {
    margin-top: 30px;
    width: 100%;
  }
}
.routeAnalysis .nomucom-blue {
  margin-top: 30px;
  text-align: center;
  background-color: #004066;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .routeAnalysis .nomucom-blue {
    height: auto;
    line-height: 1.4;
    padding: 10px;
    font-size: 15px;
  }
}

/*=============================
インタビュー
=============================*/
.interview {
  width: 100%;
  background-color: #E5E5E5;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 30px 0;
  }
}
.interview h3 {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .interview h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .interview h3 {
    min-width: auto;
    width: 87%;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.interview .interview_innerWrapper {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .interview .interview_innerWrapper {
    min-width: auto;
    width: 87%;
    flex-direction: column;
  }
}
.interview .interview_innerWrapper .interview_txt {
  width: 73%;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .interview .interview_innerWrapper .interview_txt {
    width: 100%;
    padding-top: 0px;
  }
}
.interview .interview_innerWrapper .interview_txt h4 {
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .interview .interview_innerWrapper .interview_txt h4 {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
  }
}
.interview .interview_innerWrapper .interview_txt h4:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-right: 1em;
  background: #333;
}
.interview .interview_innerWrapper .interview_txt h4 span.name-big {
  font-size: 25px;
  font-weight: bold;
  margin-left: 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .interview .interview_innerWrapper .interview_txt h4 span.name-big {
    margin-left: 0px;
    margin-top: 5px;
    font-size: 20px;
  }
}
.interview .interview_innerWrapper .interview_txt p {
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .interview .interview_innerWrapper .interview_txt p {
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.07em;
  }
}
.interview .interview_innerWrapper .interview_img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .interview .interview_innerWrapper .interview_img {
    width: 80%;
    display: block;
    margin: 0 auto;
    max-width: 350px;
  }
}
.interview .interview_innerWrapper .interview_img img {
  width: 100%;
}

/*=============================
狭域購入者の効果的な集客方法
=============================*/
.attract {
  background-color: #F2F2F2;
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .attract {
    padding: 40px 0 20px;
  }
}
.attract .sectionH2 {
  color: #b10510;
}
.attract .sectionH2 .sectionH2_up {
  border-color: #b10510;
}
.attract .sectionH2 .sectionH2_up h2 {
  border-color: #b10510;
}
.attract .sectionH2 .sectionH2_down {
  border-color: #b10510;
}
.attract .sectionH2 .sectionH2_down p {
  border-color: #b10510;
}
.attract .sectionInner p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .attract .sectionInner p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.attract .sectionInner .attract_map {
  width: 100%;
}
.attract .sectionInner .attract_map + small {
  display: block;
  text-align: right;
  margin-bottom: 35px;
}
.attract .sectionInner .attract_plus {
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .attract .sectionInner .attract_plus {
    width: 100%;
    margin-bottom: 20px;
  }
}
.attract .sectionInner .attract_arrow {
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.attract .sectionInner .attract_arrow + p {
  text-align: center;
  background-color: #b10510;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .attract .sectionInner .attract_arrow + p {
    height: auto;
    line-height: 1.4;
    padding: 10px;
    font-size: 15px;
  }
}

/*=============================
野村の仲介＋（PLUS）
=============================*/
.nomura {
  background-color: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .nomura {
    padding: 40px 0;
  }
}
.nomura .sectionInner h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #004066;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.nomura .sectionInner h3 {
  color: #004066;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.3em;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner h3 {
    font-size: 16px;
    margin-bottom: 13px;
    letter-spacing: 0.2em;
  }
}
.nomura .sectionInner p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.nomura .sectionInner .nomura_salesStrategy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner .nomura_salesStrategy {
    flex-direction: column;
  }
}
.nomura .sectionInner .nomura_salesStrategy .nomura_salesStrategy_txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner .nomura_salesStrategy .nomura_salesStrategy_txt {
    width: 100%;
  }
}
.nomura .sectionInner .nomura_salesStrategy .nomura_salesStrategy_graph {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner .nomura_salesStrategy .nomura_salesStrategy_graph {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.nomura .sectionInner .nomura_salesStrategy .nomura_salesStrategy_graph img {
  width: 100%;
}
.nomura .sectionInner .nomura_customer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner .nomura_customer {
    flex-direction: column-reverse;
  }
}
.nomura .sectionInner .nomura_customer .nomura_customer_txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner .nomura_customer .nomura_customer_txt {
    width: 100%;
  }
}
.nomura .sectionInner .nomura_customer .nomura_customer_txt img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner .nomura_customer .nomura_customer_txt img {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.nomura .sectionInner .nomura_customer .nomura_customer_graph {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .nomura .sectionInner .nomura_customer .nomura_customer_graph {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.nomura .sectionInner .nomura_customer .nomura_customer_graph img {
  width: 100%;
}

/*=============================
link
=============================*/
.link {
  background-color: #e5e5e5;
  padding: 70px 0px 50px;
}
@media screen and (max-width: 768px) {
  .link {
    padding: 30px 0px;
  }
}
.link .link_inner {
  width: 65%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .link .link_inner {
    width: 86%;
    display: block;
    max-width: 350px;
  }
}
.link .link_inner .link_left {
  width: 48%;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .link .link_inner .link_left {
    width: 100%;
  }
}
.link .link_inner .link_right {
  width: 48%;
  display: block;
}
@media screen and (max-width: 768px) {
  .link .link_inner .link_right {
    width: 100%;
  }
}

/*=============================
フッター
=============================*/
footer {
  width: 75%;
  max-width: 900px;
  margin: 60px auto 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 40px;
    width: 86%;
  }
}
footer h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #004066;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  footer h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
footer .footer_btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer_btn {
    margin-bottom: 25px;
  }
}
footer .footer_btn img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_btn img {
    margin-bottom: 15px;
  }
}
footer .footer_map {
  display: block;
  margin: 0 auto 80px;
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  footer .footer_map {
    width: 85%;
    margin-bottom: 25px;
  }
}
footer .footer_info {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_info {
    width: 80%;
    max-width: 400px;
  }
}/*# sourceMappingURL=style.css.map */