@charset "UTF-8";

.pos_re {
  position: relative;
}
.imgcap {
  background: rgb(0, 0, 0, 0.6);
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 5px;
  align-self: flex-start;
}
.remark {
  max-width: 1200px;
  margin: 0 auto;
}
.voice_detaile .remark {
  max-width: 1200px;
  margin: 80px auto 0;
}
.remark p {
  font-family:
    '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic,
    'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
a.btn:hover,
button:hover {
  opacity: 0.5;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .remark {
    padding: 0 20px;
  }
  .voice_detaile .remark {
    max-width: 100%;
    margin: 50px auto 0;
    padding: 0 0px;
  }
}

.sub_head {
  background: url(../images/voice/subhead.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.sub_head {
  width: 100%;
  height: 320px;
  position: relative;
  margin: 0 auto;
}
.sub_head::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
h1.sub_head_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
h1.sub_head_txt span {
  font-size: 20px;
}

@media (max-width: 1024px) {
  h1.sub_head_txt {
    font-size: 32px;
  }
}

.catch {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: #ebeae2;
}
.catch p {
  color: #666;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8em;
}

.voice_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 50px;
}
.voice_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  padding: 0;
  margin: 0;
  list-style: none;
}

.voice_wrap li {
  width: 100%;
  margin: 0 auto;

  padding: 20px;
  border: 1px solid #ddd;
  /* background-color: #b0d2c8; */
}
.tag_wrap {
  margin: 20px auto 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: start;
  font-size: 14px;
  gap: 0 5px;
}
.tag_wrap p {
  font-family:
    '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic,
    'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #55a694;
  color: #fff;
  line-height: 1em;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .catch p {
    font-size: 1rem;
    line-height: 2em;
  }
  .voice_wrap ul {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

.filter-area {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
.filter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 0 50px;
}
.filter-area h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  border-left: 6px solid #55a694;
  padding-left: 0.5em;
}
.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn,
.reset-btn {
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.reset-btn {
  border: 1px solid #9fa0a0;
  background: #9fa0a0;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.filter-btn.active {
  background: #55a694;
  color: #fff;
}

.property-card.hide {
  display: none;
}

@media (max-width: 1024px) {
  .filter-area {
    padding: 50px 20px;
  }
  .filter-wrap {
    flex-direction: column;
  }
  .reset-btn {
    margin-left: 0;
  }
}

.btn_return {
  margin: 50px auto 0;
  max-width: 400px;
  background-color: #9fa0a0;
  padding: 25px 0;
  border-radius: 40px;
}
.btn_return a {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.btn_return a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
@media (max-width: 1024px) {
}

/* voice詳細 */
.voice_detaile_wrap {
  background-color: #9fa0a0;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 40px;
}
.voice_detaile {
  background-color: #fff;
  font-size: 16px;
  font-family:
    'Hiragino Sans W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  color: #333;
  background-size: cover;
  background-attachment: fixed;
  font-weight: 500;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .voice_detaile_wrap {
    padding: 0px 0px;
  }
  .voice_detaile {
    padding: 60px 20px;
  }
}

.left {
}

.voice_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.voice_ttl .left {
  width: 40%;
}
.voice_ttl .right {
  width: 60%;
}

.voice_ttl .right img {
  width: auto;
  height: 60px;
}

.voice_ttl img {
  display: block;
  max-width: 100%;
  height: auto;
}
.voice_ttl img + p {
  margin: 10px 0 20px;
  font-size: 1.3rem;
  color: #4c4948;
}

@media (max-width: 1024px) {
  .voice_ttl {
    flex-direction: column;
  }
  .voice_ttl .left {
    width: calc(100% - 40px);
  }
  .voice_ttl .right {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .voice_ttl .right img {
    width: auto;
    height: 40px;
  }
  .voice_ttl p {
    text-align: center;
  }
}
.description {
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
