@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 0;
  background: #f5f2e9;
}

@media screen and (max-width: 767px) {
  .header {
    display: block;
    padding: 15px;
  }
}

.header_logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header_logo_img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .header_logo_img {
    width: 250px;
  }
}

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

.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav_item {
  margin: 0.25em 0 0.25em 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .header_nav_item {
    font-size: 14px;
  }
}

.header_nav_link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header_nav_link.is-on {
  border-bottom: 2px solid #333;
}

.header_nav_link:hover {
  border-bottom: 2px solid #333;
}

.footer {
  margin-top: 60px;
  padding: 50px 25px;
  background: #f5f2e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #898989;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 20px 50px;
  }
}

.footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .footer_left {
    margin-top: 20px;
    margin-right: 0;
  }
}

.footer_logo {
  margin-right: 15px;
}

.footer_info {
  white-space: nowrap;
}

.footer_name {
  font-size: 18px;
}

.footer_address {
  margin-top: 0.8em;
  font-size: 14px;
}

.footer_tel {
  margin-top: 0.8em;
  font-size: 14px;
}

.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .footer_nav_list {
    display: block;
    border-top: 1px solid #ccc;
  }
}

.footer_nav_item {
  margin-left: 1em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer_nav_item {
    margin: 0;
  }
}

.footer_nav_link {
  white-space: nowrap;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer_nav_link {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
}

.footer_nav_link:hover {
  text-decoration: underline;
}

.footer_copyright {
  font-family: Arial, Helvetica, "sans-serif";
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer_copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 20px;
  }
}

.spnav {
  display: none;
}

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

.spnav_button {
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 999;
  display: inline-block;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .spnav_button {
    top: 25px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.spnav_button::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.spnav_button::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 70%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.spnav_button.is-on::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.spnav_button.is-on::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}

.spnav_nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: #ccc;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.spnav_nav.is-on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.spnav_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spnav_nav_item {
  padding: 15px;
}

.top_main {
  position: relative;
  background: #f5f2e9;
}

.top_main_copy {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_main_copy {
    top: 15px;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top_main_copy_img {
    width: 320px;
    max-width: 95%;
  }
}

.top_main_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 530px;
}

@media screen and (max-width: 767px) {
  .top_main_block {
    display: block;
    position: relative;
    height: auto;
  }
}

.top_main_block_left {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main_block_left {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
  }
}

.top_main_block_right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_main_block_right {
    height: 300px;
  }
}

.top_main_title {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 30px;
  background: #c1b574;
}

@media screen and (max-width: 767px) {
  .top_main_title {
    position: static;
    padding: 15px;
    background: none;
  }
}

.top_main_title_img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_main_title_img {
    width: 110px;
  }
}

.top_main_photo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

.top_main_photo.is-on {
  opacity: 1;
}

.top_main_photo-1 {
  background-image: url("../img/top_main1.jpg");
}

.top_main_photo-2 {
  background-image: url("../img/top_main2.jpg");
}

.top_main_photo-3 {
  background-image: url("../img/top_main3.jpg");
  background-position: top center;
}

.top_wrap {
  background: url("../img/top_line.png") no-repeat bottom center;
  padding: 60px 0 120px;
}

@media screen and (max-width: 767px) {
  .top_wrap {
    background: none;
    padding: 30px 0;
  }
}

.top_article {
  position: relative;
}

.top_article + .top_article {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .top_article + .top_article {
    margin-top: 30px;
  }
}

.top_article_photo {
  position: absolute;
  top: 50px;
  width: 60%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .top_article_photo {
    position: static;
    width: auto;
    height: 260px;
  }
}

.top_article_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  min-height: 550px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .top_article_content {
    display: block;
    width: auto;
    min-height: 0;
    padding: 20px;
  }
}

.top_article_heading {
  font-size: 36px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .top_article_heading br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_article_heading {
    font-size: 22px;
  }
}

.top_article_text {
  margin-top: 1em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
}

.top_article_bottom {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_article_bottom {
    text-align: center;
  }
}

.top_article_link {
  display: inline-block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px solid #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

.top_article-type1 .top_article_content {
  margin-left: auto;
  padding-left: 20%;
}

@media screen and (max-width: 1024px) {
  .top_article-type1 .top_article_content {
    padding-left: 17%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .top_article-type1 .top_article_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top_article-type1 .top_article_content_inner {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .top_article-type1 .top_article_content_inner {
    margin-left: 0;
  }
}

.top_article-type2 .top_article_photo {
  right: 0;
}

.top_article-type2 .top_article_content {
  padding-right: 20%;
}

@media screen and (max-width: 1024px) {
  .top_article-type2 .top_article_content {
    padding-left: 2%;
    padding-right: 17%;
  }
}

@media screen and (max-width: 767px) {
  .top_article-type2 .top_article_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top_article-type2 .top_article_content_inner {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .top_article-type2 .top_article_content_inner {
    margin-right: 0;
  }
}

.top_article-concept .top_article_photo {
  background-image: url("../img/top_photo1.jpg");
}

.top_article-concept .top_article_content {
  background: #dce9e8;
}

.top_article-house .top_article_photo {
  background-image: url("../img/top_photo2.jpg");
}

.top_article-house .top_article_content {
  background: #e1d5ca;
}

.top_article-renovation .top_article_photo {
  background-image: url("../img/top_photo3.jpg");
}

.top_article-renovation .top_article_content {
  background: #cdd8e1;
}

.top_article-realestate .top_article_photo {
  background-image: url("../img/top_photo4.jpg");
}

.top_article-realestate .top_article_content {
  background: #e5ebd9;
}

.top_works {
  background: #c1b574;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .top_works {
    padding: 20px 0;
  }
}

.top_works_heading {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_works_heading_img {
    width: 80px;
  }
}

.top_works_photo {
  margin-top: 30px;
  height: 500px;
  background: url("../img/works_photo.jpg") repeat-x left;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .top_works_photo {
    margin-top: 15px;
    height: 240px;
  }
}

.top_works_photo_link {
  display: block;
  width: 100%;
  height: 100%;
}

.top_works_bottom {
  margin-top: 30px;
  text-align: center;
}

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

.top_works_link {
  display: inline-block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
}

.mainvisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    display: block;
    height: auto;
  }
}

.mainvisual::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  background: #f5f2e9;
}

@media screen and (max-width: 767px) {
  .mainvisual::after {
    display: none;
  }
}

.mainvisual_heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  padding: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mainvisual_heading {
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
    padding: 10px 20px;
    background: #f5f2e9;
    width: auto;
  }
}

.mainvisual_heading_img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .mainvisual_heading_img {
    max-width: none;
    width: auto;
    height: 16px;
  }
}

.mainvisual_photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .mainvisual_photo {
    height: 250px;
  }
}

.mainvisual-concept .mainvisual_photo {
  background-image: url("../img/concept_main.jpg");
  background-position: center;
}

.mainvisual-service .mainvisual_photo {
  background-image: url("../img/service_main.jpg");
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .mainvisual-realestate .mainvisual_heading_img {
    height: 36px;
  }
}

.mainvisual-realestate .mainvisual_photo {
  background-image: url("../img/realestate_main.jpg");
  background-position: bottom center;
}

.mainvisual-works .mainvisual_photo {
  background-image: url("../img/works_photo.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top left;
}

.mainvisual-company .mainvisual_photo {
  background-image: url("../img/company_main.jpg");
  background-position: bottom center;
}

@media screen and (max-width: 767px) {
  .mainvisual-privacy .mainvisual_heading_img {
    height: 36px;
  }
}

.mainvisual-privacy .mainvisual_photo {
  background-image: url("../img/privacy_main.jpg");
  background-position: center 70%;
}

.mainvisual-contact .mainvisual_photo {
  background-image: url("../img/contact_main.jpg");
  background-position: center bottom;
}

.mainvisual-sale .mainvisual_photo {
  background-image: url("../img/sale_main.jpg");
  background-position: center;
}

.mainvisual-sale1 .mainvisual_photo {
  background-image: url("../img/sale/1/main.jpg");
  background-position: center;
}

.mainvisual-sale2 .mainvisual_photo {
  background-image: url("../img/sale/2/main.jpg");
  background-position: center 90%;
}

.mainvisual-sale3 .mainvisual_photo {
  background-image: url("../img/sale/3/main.jpg");
  background-position: center 70%;
}

.mainvisual-sale4 .mainvisual_photo {
  background-image: url("../img/sale/4/main.jpg");
  background-position: center 70%;
}

.concept {
  margin-top: 80px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .concept {
    margin-top: 30px;
    padding: 0;
  }
}

.concept_inner {
  margin: auto;
  max-width: 1024px;
}

.concept_lead {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .concept_lead {
    padding: 0 20px;
    font-size: 22px;
  }
}

.concept_article {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .concept_article {
    margin-top: 30px;
    display: block;
  }
}

.concept_article_photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .concept_article_photo {
    width: auto;
  }
}

.concept_article_photo_img {
  width: 100%;
}

.concept_article_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .concept_article_content {
    padding: 20px 20px 0 20px;
  }
}

.concept_article_content::before {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
  content: "";
  display: block;
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 767px) {
  .concept_article_content::before {
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
  }
}

.concept_article_heading {
  font-size: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .concept_article_heading {
    font-size: 28px;
  }
  .concept_article_heading br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .concept_article_heading {
    font-size: 22px;
  }
}

.concept_article_text {
  margin-top: 0.8em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .concept_article_text {
    margin-top: 0.5em;
  }
}

.concept_article-type1 .concept_article_photo {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .concept_article-type1 .concept_article_photo {
    padding-right: 0;
  }
}

.concept_article-type2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.concept_article-type2 .concept_article_photo {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .concept_article-type2 .concept_article_photo {
    padding-left: 0;
  }
}

.concept_article-lifestyle .concept_article_content::before {
  background: #dce9e8;
}

.concept_article-eco .concept_article_content::before {
  background: #e5ebd9;
}

.concept_article-safety .concept_article_content::before {
  background: #eededa;
  left: auto;
  right: -15px;
}

@media screen and (max-width: 767px) {
  .concept_article-safety .concept_article_content::before {
    left: 0;
    right: auto;
  }
}

.service {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .service {
    margin-top: 30px;
  }
}

.service + .service {
  margin-top: 0;
}

.service-house .service_photo {
  background-image: url("../img/service_photo1.jpg");
}

.service-house .service_content {
  background: #dce9e8;
}

.service-renovation .service_photo {
  background-image: url("../img/service_photo2.jpg");
}

.service-renovation .service_content {
  background: #e5ebd9;
}

.service_photo {
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .service_photo {
    height: 200px;
  }
}

.service_content {
  padding: 50px 20px;
}

@media screen and (max-width: 767px) {
  .service_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.service_content_inner {
  margin: auto;
  max-width: 1024px;
}

.service_heading {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .service_heading {
    font-size: 22px;
  }
}

.service_lead {
  margin-top: 0.5em;
  font-size: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .service_lead {
    font-size: 20px;
  }
}

.service_text {
  margin-top: 0.8em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .service_text {
    margin-top: 0.5em;
  }
}

.realestate_heading {
  font-size: 30px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .realestate_heading {
    font-size: 22px;
  }
}

.realestate_text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin-top: 0.8em;
  line-height: 1.6;
}

.realestate_foreword {
  padding: 80px 20px 60px;
}

@media screen and (max-width: 767px) {
  .realestate_foreword {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.realestate_foreword_inner {
  margin: auto;
  max-width: 840px;
}

.realestate_feature_photo {
  height: 340px;
  background: url("../img/realestate_photo1.jpg") no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .realestate_feature_photo {
    height: 160px;
  }
}

.realestate_feature_content {
  background: #dce9e8;
  padding: 50px 20px;
}

@media screen and (max-width: 767px) {
  .realestate_feature_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.realestate_feature_content_inner {
  margin: auto;
  max-width: 840px;
}

.realestate_feature_subheading {
  margin-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .realestate_feature_subheading {
    font-size: 18px;
  }
}

.realestate_feature_subheading::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 15px;
  margin-right: 5px;
  background: #333;
}

@media screen and (max-width: 767px) {
  .realestate_feature_subheading::before {
    margin-top: 13px;
  }
}

.realestate_merit {
  padding: 50px 20px;
}

@media screen and (max-width: 767px) {
  .realestate_merit {
    padding: 20px;
  }
}

.realestate_merit_inner {
  margin: auto;
  max-width: 1024px;
}

.realestate_merit_content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .realestate_merit_content {
    display: block;
    margin-top: 20px;
  }
}

.realestate_merit_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .realestate_merit_left {
    width: auto;
    padding-right: 0;
  }
}

.realestate_merit_left > * {
  background: #eededa;
}

.realestate_merit_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .realestate_merit_right {
    width: auto;
    margin-top: 20px;
    padding-left: 0;
  }
}

.realestate_merit_right > * {
  background: #e5ebd9;
}

.realestate_merit_top {
  border: 1px solid #333;
  border-bottom: 0;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .realestate_merit_top {
    padding: 20px;
  }
}

.realestate_merit_middle {
  border: 1px solid #333;
  border-bottom: 0;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .realestate_merit_middle {
    padding: 20px;
  }
}

.realestate_merit_bottom {
  border: 1px solid #333;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .realestate_merit_bottom {
    padding: 20px;
  }
}

.realestate_merit_heading {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 24px;
  text-align: center;
}

.realestate_merit_pic {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.realestate_merit_pic_img {
  max-width: 100%;
}

.realestate_merit_subheading {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.realestate_merit_subheading::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 6px;
  margin-right: 5px;
  background: #333;
}

.realestate_merit_list {
  margin-top: 0.5em;
}

.realestate_merit_list_item {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 1em;
}

.realestate_other_photo {
  height: 340px;
  background: url("../img/realestate_photo2.jpg") no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .realestate_other_photo {
    height: 160px;
  }
}

.realestate_other_content {
  background: #dce9e8;
  padding: 50px 20px;
}

@media screen and (max-width: 767px) {
  .realestate_other_content {
    padding: 20px;
  }
}

.realestate_other_content_inner {
  margin: auto;
  max-width: 840px;
}

.realestate_other_list {
  margin-top: 1em;
  background: url("../img/realestate_photo3.jpg") no-repeat right top;
  padding-right: 250px;
}

@media screen and (max-width: 767px) {
  .realestate_other_list {
    background: none;
    padding-right: 0;
  }
}

.realestate_other_list_item {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .realestate_other_list_item {
    font-size: 18px;
  }
}

.works_foreword {
  padding: 80px 20px 60px;
}

@media screen and (max-width: 767px) {
  .works_foreword {
    padding: 30px 20px;
  }
}

.works_foreword_inner {
  margin: auto;
  max-width: 1024px;
}

.works_foreword_heading {
  font-size: 30px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .works_foreword_heading {
    font-size: 22px;
  }
}

.works_foreword_text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin-top: 0.8em;
  line-height: 1.6;
}

.works_gallery {
  background: #f2f2f2;
  padding: 60px 20px;
}

@media screen and (max-width: 767px) {
  .works_gallery {
    padding: 20px;
  }
}

.works_gallery_inner {
  margin: auto;
  max-width: 1024px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 767px) {
  .gallery {
    display: block;
    margin: 0;
  }
}

.gallery_item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .gallery_item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .gallery_item + .gallery_item {
    margin-top: 20px;
  }
}

.gallery_item:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.gallery_item_img {
  width: 100%;
}

.company {
  padding: 80px 20px 0;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 30px 20px 0;
  }
}

.company_inner {
  margin: auto;
  max-width: 1024px;
}

.company_access {
  margin-top: 50px;
}

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

.company_access_heading {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .company_access_heading {
    font-size: 22px;
  }
}

.company_access_map {
  margin-top: 10px;
  height: 400px;
}

.company_access_map > iframe {
  width: 100%;
  height: 100%;
}

.table-type1 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
  border-collapse: collapse;
}

.table-type1 > tbody > tr > th, .table-type1 > tbody > tr > td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .table-type1 > tbody > tr > th, .table-type1 > tbody > tr > td {
    display: block;
    padding: 10px;
  }
}

.table-type1 > tbody > tr > th {
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .table-type1 > tbody > tr > th {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .table-type1 > tbody > tr > td {
    border-top: none;
    padding-top: 0;
  }
}

.privacy {
  padding: 80px 20px 0;
}

@media screen and (max-width: 767px) {
  .privacy {
    padding: 30px 20px 0;
  }
}

.privacy_inner {
  margin: auto;
  max-width: 1024px;
}

.privacy_content {
  padding: 30px 20px 0;
  border-top: 1px solid #ccc;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .privacy_content {
    padding: 0;
    border-top: none;
  }
}

.privacy_content + .privacy_content {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .privacy_content + .privacy_content {
    margin-top: 20px;
  }
}

.privacy_heading {
  font-weight: bold;
}

.privacy_heading:not(:first-child) {
  margin-top: 1em;
}

.privacy_list_item {
  text-indent: -1em;
  margin-left: 1em;
}

.sale {
  margin-top: 80px;
  padding: 60px 20px;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .sale {
    margin-top: 30px;
    padding: 20px;
  }
}

.sale_inner {
  margin: auto;
  max-width: 1024px;
}

.sale_thumb {
  padding: 15px;
  background: #fff;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media screen and (max-width: 767px) {
  .sale_thumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.sale_thumb_heading {
  font-weight: bold;
}

.sale_thumb_text {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sale_thumb_text {
    text-align: left;
  }
}

.sale_heading {
  font-size: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sale_heading {
    font-size: 22px;
  }
}

.sale_lead {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media screen and (max-width: 767px) {
  .sale_lead {
    font-size: 16px;
    margin-top: 0px;
  }
}

.sale_gallery {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sale_gallery {
    margin-top: 10px;
  }
}

.sale_info {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sale_info {
    margin-top: 20px;
    padding: 20px;
  }
}

.sale_bottom {
  text-align: center;
  margin-top: 50px;
}

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

.button-type1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  max-width: 100%;
  height: 55px;
  background: #fff;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
}

.button-type1:hover {
  border-width: 2px;
}

.contact {
  padding: 80px 20px 0;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 30px;
  }
}

.contact_inner {
  margin: auto;
  max-width: 1024px;
}

.contact_table > tbody > tr > th {
  width: 10em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .contact_table > tbody > tr > th {
    width: auto;
  }
}

.contact_agree {
  margin-top: 40px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.contact_agree a {
  text-decoration: underline;
}

.contact_button {
  margin-top: 40px;
  text-align: center;
}

.contact_message {
  padding: 10% 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.contact_thanks {
  text-align: center;
  line-height: 1.6;
}

.contact_error {
  text-align: center;
  line-height: 2;
  color: #fc3f3f;
  font-weight: bold;
}

.form_textbox, .form_textarea {
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #898989;
}

.form_textbox.is-error, .form_textarea.is-error {
  background: #fffafa;
}

.form_textarea {
  height: 10em;
  line-height: 1.6;
}

.form_checkbox {
  border: 1px solid #898989;
}

.form_checkbox.is-error {
  background: #fffafa;
}

.form_required {
  margin-left: 10px;
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  border: 1px solid #fc3f3f;
  background: #fff;
  color: #fc3f3f;
}

.form .errortext {
  margin-top: 0.5em;
  color: #fc3f3f;
}

.contact_agree .errortext {
  margin-top: 1em;
}
