/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/* 家づくり共通 */
p {
  line-height: 2.1;
}
section {
  position: relative;
}
.text-semibold {
  font-weight: 500;
}
.voice-text {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
}
.voice-pc-small {
  font-size: clamp(0.75rem, calc(0.2777777777777778vw + 0.6875rem), 0.875rem);
}
.small-text {
  font-size: clamp(0.625rem, calc(0.5555555555555556vw + 0.5rem), 0.875rem);
}
.text-red {
  color: #8D1C17;
}
.sp-center {
  text-align: center;
}
@media (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}
h2.voice-tit {
  font-size: clamp(0.875rem, calc(0.7792207792207793vw + 0.6996753246753247rem), 1.625rem);
  font-weight: 600;
  margin-bottom: clamp(1.25rem, calc(1.1904761904761905vw + 0.9821428571428572rem), 1.875rem);
}
.white-content-round {
  padding-top: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-bottom: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  margin-bottom: clamp(1.875rem, calc(3.571428571428571vw + 1.0714285714285716rem), 3.75rem);
}
.section-margin-top {
  margin-top: clamp(3.75rem, calc(3.571428571428571vw + 2.9464285714285716rem), 5.625rem);
}
.voice-data {
  padding-top: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  padding-right: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  padding-bottom: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  padding-left: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  background-color: #ffffff;
}
.voice-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1.47619048;
}
.voice-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-img-wrap .detail {
  padding-top: clamp(0.625rem, calc(0vw + 0.625rem), 0.625rem);
  padding-bottom: clamp(0.625rem, calc(0vw + 0.625rem), 0.625rem);
  padding-left: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  padding-right: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  width: fit-content;
  min-width: 40%;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  background-color: #ffffff;
}
.voice-img-wrap .detail .profilebox {
  width: fit-content;
  display: block;
  margin: auto;
}
.voice-img-wrap .detail .profilebox .profile-text {
  font-size: clamp(0.625rem, calc(0.5555555555555556vw + 0.5rem), 0.875rem);
  margin-bottom: 0;
}
.feature-data {
  padding-top: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  padding-right: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  padding-bottom: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  padding-left: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  background-color: #F0F0F0;
}
.feature-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1.47619048;
}
.feature-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-img-wrap .area-info {
  width: fit-content;
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  font-weight: 500;
  line-height: 1;
  padding-top: clamp(0.1875rem, calc(0.12987012987012986vw + 0.15827922077922077rem), 0.3125rem);
  padding-bottom: clamp(0.1875rem, calc(0.12987012987012986vw + 0.15827922077922077rem), 0.3125rem);
  padding-left: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  padding-right: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  position: absolute;
  top: 15px;
  left: -1px;
  z-index: 2;
  background-color: #F0F0F0;
}
@media (min-width: 992px) {
  .feature-img-wrap .area-info {
    top: 25px;
  }
}
.voice-btn-wrap a {
  margin-top: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .voice-btn-wrap a {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .voice-btn-wrap a {
    height: 50px;
  }
}
.voice-btn-wrap h2 {
  width: calc(100% - 46px);
  font-size: clamp(0.75rem, calc(0.6493506493506493vw + 0.6038961038961039rem), 1.375rem);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .voice-btn-wrap h2 {
    width: calc(100% - 56px);
  }
}
.voice-btn-wrap .btn-circle {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #010101;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
@media (min-width: 992px) {
  .voice-btn-wrap .btn-circle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.voice-btn-wrap .btn-circle::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.voice-btn-wrap a:hover {
  color: #666666;
}
.voice-btn-wrap a:hover .btn-circle::before {
  animation: move-arrow-voice 0.8s linear;
}
@keyframes move-arrow-voice {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  45% {
    transform: translateY(-50%) translateX(60px);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 0;
  }
  55% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.feature-btn-wrap a {
  margin-top: clamp(0.9375rem, calc(0.6493506493506493vw + 0.7913961038961039rem), 1.5625rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
@media (min-width: 992px) {
  .feature-btn-wrap a {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .feature-btn-wrap a {
    height: 60px;
  }
}
.feature-btn-wrap span.btn-wrap {
  width: 85%;
}
.feature-btn-wrap h2 {
  font-size: clamp(0.75rem, calc(0.6493506493506493vw + 0.6038961038961039rem), 1.375rem);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s ease-in-out;
}
.feature-btn-wrap .madori-info {
  font-size: clamp(0.625rem, calc(0.38961038961038963vw + 0.5373376623376623rem), 1rem);
  font-weight: 500;
}
.feature-btn-wrap .madori-info span {
  background-color: #8D1C17;
  color: #ffffff;
  margin-right: 1rem;
  padding: 1px 7px;
}
.feature-btn-wrap .btn-circle {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #010101;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
@media (min-width: 992px) {
  .feature-btn-wrap .btn-circle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.feature-btn-wrap .btn-circle::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.feature-btn-wrap a:hover {
  color: #666666;
}
.feature-btn-wrap a:hover .btn-circle::before {
  animation: move-arrow-voice 0.8s linear;
}
@keyframes move-arrow-voice {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  45% {
    transform: translateY(-50%) translateX(60px);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 0;
  }
  55% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.img-wrap {
  width: 100%;
  aspect-ratio: 1.53658537;
  overflow: hidden;
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-info {
  padding-top: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-bottom: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background-color: #F0F0F0;
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
}
.voice-info .profile-text {
  font-size: clamp(0.625rem, calc(0.5555555555555556vw + 0.5rem), 0.875rem);
  margin-bottom: 0;
}
.page-voice-title-wrap {
  position: relative;
  white-space: nowrap;
  margin-bottom: clamp(0.625rem, calc(0.3246753246753247vw + 0.551948051948052rem), 0.9375rem);
}
.page-voice-title {
  font-size: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #F0F0F0;
  width: fit-content;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.page-voice-title-jp {
  font-size: clamp(0.625rem, calc(0.5555555555555556vw + 0.5rem), 0.875rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-voice-profile-title {
  font-size: clamp(1.75rem, calc(3.0555555555555554vw + 1.0625rem), 3.125rem);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  width: fit-content;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-voice-profile-title {
    margin-left: 0;
  }
}
.page-voice-profile-title-jp {
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-voice-profile-title-jp {
    left: 10%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (min-width: 992px) {
  .page-voice-profile-title-jp {
    font-size: clamp(1.125rem, calc(0.3225806451612903vw + 0.8669354838709677rem), 1.25rem);
  }
}
.voice-flex01,
.voice-flex02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .voice-flex01,
  .voice-flex02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.voice-flex01 > div,
.voice-flex02 > div {
  width: calc(50% - 10px);
  position: relative;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .voice-flex01 > div,
  .voice-flex02 > div {
    width: calc(50% - 40px);
  }
}
.voice-flex01 > div p,
.voice-flex02 > div p {
  font-size: clamp(0.625rem, calc(0.38961038961038963vw + 0.5373376623376623rem), 1rem);
  line-height: 180%;
}
.voice-flex01 > div img,
.voice-flex02 > div img {
  display: block;
  margin: auto;
}
.voice-flex01 > div:first-child,
.voice-flex02 > div:last-child {
  width: 50%;
}
@media (min-width: 992px) {
  .voice-flex01 > div:first-child,
  .voice-flex02 > div:last-child {
    width: 50%;
  }
}
.voice-box {
  margin-bottom: 40px;
}
.voice-box p {
  font-size: clamp(0.625rem, calc(0.38961038961038963vw + 0.5373376623376623rem), 1rem);
  line-height: 180%;
}
p.voice-q {
  font-size: clamp(0.75rem, calc(0.5194805194805194vw + 0.6331168831168831rem), 1.25rem);
  font-weight: 700;
  margin-bottom: .5em;
}
@media (min-width: 992px) {
  p.voice-q {
    margin-bottom: 1em !important;
  }
}
p.voice-q:before {
  content: 'Q';
  font-size: clamp(1.25rem, calc(1.948051948051948vw + 0.8116883116883117rem), 3.125rem);
  font-weight: 700;
  color: #F0F0F0;
  margin-right: .5rem;
}
.pagenavi {
  text-align: center;
  margin-top: clamp(2.5rem, calc(2.380952380952381vw + 1.9642857142857144rem), 3.75rem);
  margin-bottom: clamp(2.5rem, calc(2.380952380952381vw + 1.9642857142857144rem), 3.75rem);
}
.pagenavi .page-numbers {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  display: inline-grid;
  background: #ffffff;
  place-items: center;
  margin-left: clamp(0.125rem, calc(0.9523809523809524vw + -0.0892857142857143rem), 0.625rem);
  margin-right: clamp(0.125rem, calc(0.9523809523809524vw + -0.0892857142857143rem), 0.625rem);
}
@media (min-width: 992px) {
  .pagenavi .page-numbers {
    width: 50px;
    height: 50px;
  }
}
.pagenavi .dots,
.pagenavi .prev,
.pagenavi .next {
  background-color: transparent;
}
.pagenavi .prev,
.pagenavi .next {
  width: auto;
}
.pagenavi .current {
  font-weight: 500;
  border: none;
  background: #8D1C17;
  color: #ffffff;
}
