@charset "UTF-8";
/*=============================
color
 =============================*/
/*=============================
レスポンシブ
=============================*/
/*=============================
 共通パーツ
=============================*/
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  background-color: #fff;
  font-family: serif;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1160px !important;
  width: 85% !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.section {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 30px;
  }
}

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

a {
  text-decoration: none;
}

.caption {
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 10px;
    margin-top: 10px;
  }
}

/*=============================
header
=============================*/
header {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 15px;
  }
}
header .header_left {
  width: 180px;
}
@media screen and (max-width: 768px) {
  header .header_left {
    width: 110px;
  }
}
header .header_right {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header .header_right {
    width: 140px;
  }
}

/*=============================
 mv
=============================*/
/*=============================
 concept
=============================*/
.concept {
  background-color: #0a1340;
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 50px 0;
  }
}
.concept h1 {
  font-size: 50px;
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concept h1 {
    font-size: 28px;
    letter-spacing: 0.25em;
  }
}
.concept h2 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .concept h2 {
    font-size: 15px;
    line-height: 1.7;
  }
}
.concept p {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .concept p {
    text-align: center;
  }
}

/*=============================
mansion
=============================*/
.mansion .mansion-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .mansion .mansion-wrapper {
    display: block;
  }
}
.mansion .mansion-wrapper .mansion-item {
  width: 45%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mansion .mansion-wrapper .mansion-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mansion .mansion-wrapper .mansion-item .small {
    font-size: 20px;
  }
}
.mansion .mansion-wrapper .mansion-item h3 {
  font-size: 24px;
  color: #5D0615;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.mansion .mansion-wrapper .mansion-item h3 span {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .mansion .mansion-wrapper .mansion-item h3 span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mansion .mansion-wrapper .mansion-item h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.mansion .mansion-wrapper .mansion-item p {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mansion .mansion-wrapper .mansion-item p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
  }
}
.mansion .mansion-wrapper .mansion-item .mansion-btn {
  margin-top: 30px;
}

/*=============================
homestaging
=============================*/
@media screen and (max-width: 768px) {
  .homestaging {
    margin-top: 50px;
  }
}
.homestaging .inner {
  padding: 50px 0px 100px;
}
@media screen and (max-width: 768px) {
  .homestaging .inner {
    padding: 20px 0px 50px;
  }
}
.homestaging .homestaging_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homestaging .homestaging_wrapper {
    display: block;
    margin-bottom: 10px;
  }
}
.homestaging .homestaging_wrapper .homestaging_wrapper_left {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .homestaging .homestaging_wrapper .homestaging_wrapper_left {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 5%;
  }
}
.homestaging .homestaging_wrapper .homestaging_wrapper_left h2 {
  font-size: 20px;
  color: #0065b1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .homestaging .homestaging_wrapper .homestaging_wrapper_left h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.homestaging .homestaging_wrapper .homestaging_wrapper_right {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .homestaging .homestaging_wrapper .homestaging_wrapper_right {
    width: 100%;
  }
}

/*=============================
homecleanup
=============================*/
.homecleanup .inner {
  padding: 50px 0px 100px;
}
@media screen and (max-width: 768px) {
  .homecleanup .inner {
    padding: 20px 0px 50px;
  }
}
.homecleanup .homecleanup_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homecleanup .homecleanup_wrapper {
    display: block;
    margin-bottom: 10px;
  }
}
.homecleanup .homecleanup_wrapper .homecleanup_wrapper_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .homecleanup .homecleanup_wrapper .homecleanup_wrapper_left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.homecleanup .homecleanup_wrapper .homecleanup_wrapper_left h2 {
  font-size: 20px;
  color: #0065b1;
  margin-bottom: 15px;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .homecleanup .homecleanup_wrapper .homecleanup_wrapper_left h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.homecleanup .homecleanup_wrapper .homecleanup_wrapper_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .homecleanup .homecleanup_wrapper .homecleanup_wrapper_right {
    width: 100%;
  }
}

/*=============================
 support
=============================*/
.support {
  margin: 0 auto 80px;
  max-width: 1366px;
}
@media screen and (max-width: 768px) {
  .support {
    margin-bottom: 50px;
  }
}

/*=============================
staff
=============================*/
.staff {
  text-align: center;
}

.staff_title {
  background-color: #0a1340;
  color: #fff;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff_title {
    padding: 30px 15px;
  }
}
.staff_title h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .staff_title h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.staff_title h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .staff_title h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.staff-top {
  margin: 50px auto 40px;
  width: 98.5%;
}

.staff-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .staff-wrapper {
    width: 90%;
    overflow-x: scroll;
    margin: 0 auto;
  }
}
.staff-wrapper img {
  height: auto;
  margin: 0.5%;
  width: 13%;
}
@media screen and (max-width: 768px) {
  .staff-wrapper img {
    flex: 0 0 45%;
    margin: auto 10% auto auto;
  }
}

/*=============================
Satisfaction
=============================*/
.customerSatisfaction {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .customerSatisfaction {
    padding: 10px 0;
  }
}

.cs_title {
  background-color: #003e62;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cs_title {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 5px 2px;
    margin: 10px auto 15px;
  }
}

.customerSatisfaction img {
  width: 100%;
}
.customerSatisfaction p {
  font-size: 11px;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .customerSatisfaction p {
    font-size: 10px;
  }
}

/*=============================
contact
=============================*/
.contact {
  margin-top: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 0px;
  }
}
.contact .contact-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact .contact-title {
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
  }
}
.contact .contact-btn {
  width: 80%;
  margin: 50px auto 0px;
}
@media screen and (max-width: 768px) {
  .contact .contact-btn {
    width: 100%;
    max-width: 450px;
    margin-top: 30px;
  }
}
.contact .contact-btn a {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contact .contact-btn a {
    margin-bottom: 15px;
  }
}

/*=============================
map
=============================*/
.map .map-inner {
  width: 100%;
  margin: 0 auto;
}
.map .map-inner iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .map .map-inner iframe {
    height: 300px;
  }
}

/*=============================
footer
=============================*/
.footer {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .footer-wrapper {
  width: 60%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper {
    width: 80%;
  }
}/*# sourceMappingURL=styles.css.map */