/* reset
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&subset=japanese");
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* all
---------------------------------------------------------------------------------------*/
.tit_maru {
  font-family: 'Kosugi Maru', sans-serif;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

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

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

.house_section {
  background: #fff;
  color: #000;
}

.house_section .main_v {
  position: relative;
}

.house_section .main_v .main_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.house_section .main_v .main_logo h1 {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .house_section .main_v .main_logo h1 {
    width: 80%;
  }
}

.house_section .house_reed {
  margin: 120px auto 60px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .house_section .house_reed {
    margin: 60px auto;
  }
}

.house_section .house_reed h2 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .house_section .house_reed h2 {
    margin-bottom: 25px;
  }
}

.house_section .house_reed h2 img {
  width: 435px;
}

@media screen and (max-width: 767px) {
  .house_section .house_reed h2 img {
    width: 70%;
  }
}

.house_section .house_reed p {
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .house_section .house_reed p {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.house_section .yakusoku {
  max-width: 1000px;
  margin: 120px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku {
    margin: 60px auto;
  }
}

.house_section .yakusoku .dog {
  position: absolute;
  bottom: -140px;
  right: 40px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku .dog {
    bottom: -120px;
    right: 20px;
    width: 80px;
  }
}

.house_section .yakusoku h2 {
  color: #b9d36e;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.house_section .yakusoku ul {
  background: #b9d36e;
  border-radius: 30px;
  padding: 35px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku ul {
    padding: 0 20px;
    border-radius: 20px;
  }
}

.house_section .yakusoku ul li {
  width: 33.333333%;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku ul li {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}

.house_section .yakusoku ul li:last-child {
  border: none;
}

.house_section .yakusoku ul li h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku ul li h3 {
    font-size: 18px;
  }
}

.house_section .yakusoku ul li p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku ul li p {
    font-size: 13px;
  }
}

.house_section .yakusoku .fukidashi {
  text-align: right;
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  .house_section .yakusoku .fukidashi {
    margin-right: 90px;
  }
  .house_section .yakusoku .fukidashi img {
    width: 30px;
  }
}

.house_section .section_title h2 {
  font-family: 'Kosugi Maru', sans-serif;
  border-left: 5px solid #000;
  line-height: 1;
  padding-left: 15px;
  font-size: 28px;
  letter-spacing: 0.18em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .house_section .section_title h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

.house_section #house_work_list {
  margin-top: -20px;
}

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

.house_section .house_works_section {
  background-image: url("images/bg_gray.png");
}

.house_section .house_works_section_inr {
  padding: 80px 20px;
  max-width: 1000px;
  margin: auto;
}

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

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

.house_section .house_more a {
  display: inline-block;
  color: #403d3c;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  text-decoration: none;
  padding: 16px 150px;
  border: 1px solid  #403d3c;
  border-radius: 10px;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .house_section .house_more a {
    display: block;
    padding: 14px;
  }
}

.house_section .cm_section {
  max-width: 1000px;
  padding: 0 20px;
  margin: 80px auto 0;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .house_section .cm_section {
    margin-top: 40px;
  }
}

.house_section .cm_section .section_title {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .house_section .cm_section .section_title {
    margin-bottom: 25px;
  }
}
