@charset "UTF-8";
/*/////////----------------ミックスイン設定*/
/*----------------------------------------------------------------
お問い合わせボタン
------------------------------------------------------------------*/
#inf_commonFixed_btn {
  position: absolute;
  top: 250px;
  right: 0;
  width: 85px;
  transition: 0.3s;
  z-index: 4;
}
#inf_commonFixed_btn.fixed_top {
  position: fixed;
  top: 20vh;
  z-index: 10;
}
#inf_commonFixed_btn.no-show {
  right: -85px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #inf_commonFixed_btn { /*スマホ*/
    position: absolute;
    top: 180px;
    bottom: auto;
    right: 0;
    width: 60px;
  }
  #inf_commonFixed_btn.fixed_top {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  #inf_commonFixed_btn.no-show {
    right: -85px;
    transition: 0.3s;
  }
}

/*----------------------------------------------------------------
下層 共通 部品
------------------------------------------------------------------*/
.lower-layer-common {
  padding: 90px 0 12px;
  border-bottom: 1px solid #3D3D3D;
}
.lower-layer-common__ttl {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 70px;
}
.lower-layer-common__ttl span {
  display: block;
}
.lower-layer-common__en {
  margin-bottom: 3px;
  padding-left: 1px;
  color: #7F7D73;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.lower-layer-common__jp {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.lower-layer-common__breadcrumbs {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.lower-layer-common__breadcrumbs li {
  position: relative;
  padding-right: 20px;
  color: #666666;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
}
.lower-layer-common__breadcrumbs li::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  transform: rotate(-45deg);
}
.lower-layer-common__breadcrumbs li:last-of-type::before {
  content: none;
}
.lower-layer-common__breadcrumbs a {
  color: #666666;
  font-size: 1.1rem;
}
.lower-layer-common__breadcrumbs a:hover {
  opacity: 1;
  color: #FFAC1D;
}
@media (max-width: 1024px) {
  .lower-layer-common { /*pc*/
    padding-top: 130px;
    /*pc*/
  }
  .lower-layer-common__ttl {
    margin: 0 auto 50px;
  }
  .lower-layer-common__en {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
  .lower-layer-common__jp {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .lower-layer-common { /*tab*/
    padding-top: 110px;
    /*tab*/
  }
  .lower-layer-common__ttl {
    margin: 0 auto 50px;
  }
  .lower-layer-common__en {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
  .lower-layer-common__jp {
    font-size: 2.2rem;
  }
}
@media (max-width: 414px) {
  .lower-layer-common { /*sp*/
    padding-top: 90px;
    /*sp*/
  }
  .lower-layer-common__jp {
    font-size: 2rem;
  }
}

/*----------------------------------------------------------------
物件一覧
------------------------------------------------------------------*/
/*----------------------------------------------------------------
会社概要
------------------------------------------------------------------*/
/*----------------------------------------------------------------
会社概要
------------------------------------------------------------------*/
.about {
  padding: 100px 0 200px;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.about__table {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.about__table th, .about__table td {
  padding: 15px 20px;
  color: #666666;
}
.about__table th {
  width: 20%;
  border-right: 5px solid #EFEBE6;
  font-size: 1.6rem;
  text-align: left;
}
.about__table td {
  font-size: 1.5rem;
}
.about__table tr {
  background: #fff;
}
.about__table tr:nth-of-type(2n) {
  background: #EFEBE6;
}
.about__map_btn {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 15px;
  background-color: #DB744E;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 100px;
}
.about__images {
  display: flex;
  gap: 20px;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 50px;
}
.about__images .about__comment {
  width: 48%;
  padding: 50px 0;
}
.about__images .about__comment img {
  width: 95px;
}
.about__images .about__comment p {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 1px;
}
.about__images .about__image {
  width: 52%;
  text-align: center;
  padding: 60px 0;
  font-weight: bold;
  text-align: right;
}
.about__images .about__image--interior {
  margin: 0 0 0 auto;
}
.about__images .about__image--area {
  margin: -50px auto 0 0;
}
.about__map {
  position: relative;
}
.about__map iframe {
  width: 100%;
  height: 360px;
  border: 0;
}
.about__map-btn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 30px auto;
  padding: 15px 30px;
  background: #DB744E;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
}
.about__map-btn::before {
  /*@include iconBefAf;*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  /*@include iconAfterArrow*/
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow_01.svg);
  background-size: 20px auto;
  right: 18px;
}
.about__map-btn:hover {
  opacity: 1;
  background-color: #DD4517;
}
@media (max-width: 768px) {
  .about { /*tab*/
    padding: 50px 0 120px;
    /*tab*/
  }
  .about__table {
    margin-bottom: 40px;
  }
  .about__table th, .about__table td {
    display: block;
    color: #666666;
  }
  .about__table th {
    width: 100%;
    padding: 15px 18px 5px;
    border-right: none;
    font-size: 1.5rem;
    text-align: left;
  }
  .about__table td {
    padding: 0 18px 15px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .about__map_btn {
    display: block;
    max-width: 200px;
    margin-left: 0;
    margin-top: 8px;
    padding: 7px 15px;
  }
  .about__images {
    flex-wrap: wrap;
    width: 85%;
    margin: 70px auto;
  }
  .about__images .about__comment {
    width: 100%;
    padding: 0;
    text-align: justify;
  }
  .about__images .about__comment img {
    margin: 0 auto;
  }
  .about__images .about__comment p {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .about__images .about__comment p br {
    display: none;
  }
  .about__images .about__image {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .about__images .about__image img {
    width: 100%;
  }
  .about__images .about__image--interior {
    margin: 0 auto;
  }
  .about__images .about__image--area {
    margin: 20px auto 0;
  }
  .about__map iframe {
    height: 500px;
  }
}

/*----------------------------------------------------------------
お客様の声
------------------------------------------------------------------*/
/*----------------------------------------------------------------
お客様の声
------------------------------------------------------------------*/
.voice {
  padding: 100px 0 200px;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.voice__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
.voice__item {
  display: flex;
}
.voice__img {
  overflow: hidden;
  width: 35%;
  aspect-ratio: 1/1;
}
.voice__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice__name {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 500;
}
.voice__name span {
  margin-left: 5px;
  padding: 0 0 3px 3px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
}
.voice__text {
  width: 65%;
  max-width: 380px;
  padding: 30px 25px;
  background-color: #fff;
}
.voice__text .voice__character-limit {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .voice { /*tab*/
    padding: 50px 0 120px;
    /*tab*/
  }
  .voice__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .voice__item {
    width: 100%;
  }
  .voice__img {
    width: 30%;
  }
  .voice__name {
    margin-bottom: 8px;
  }
  .voice__name span {
    margin-left: 2px;
    padding: 0 0 3px 0;
  }
  .voice__text {
    width: 70%;
    max-width: 100%;
    padding: 30px 25px;
  }
}
@media (max-width: 414px) {
  .voice { /*sp*/
    padding: 50px 0 120px;
    /*sp*/
  }
  .voice__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .voice__item {
    flex-wrap: wrap;
    width: 100%;
  }
  .voice__img {
    width: 100%;
    max-height: 200px;
  }
  .voice__name {
    margin-bottom: 5px;
  }
  .voice__name span {
    margin-left: 2px;
    padding: 0 0 3px 0;
  }
  .voice__text {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px;
  }
}

.pagination {
  margin: 40px 0;
  text-align: center;
}
.pagination ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.pagination li a, .pagination li span {
  display: block;
  padding: 8px 14px;
  border: 1px solid #3D3D3D;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: all 0.2s ease;
}
.pagination li .current {
  background-color: #3D3D3D;
  color: #fff;
  border-color: #3D3D3D;
  font-weight: bold;
}
.pagination li a:hover {
  opacity: 1;
  background-color: #FFAC1D;
  color: #fff;
}/*# sourceMappingURL=lower-layer.css.map */