@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mainvis ul li img {
  width: 100%;
}

.voice {
  margin: 160px 6.25% 0;
}
@media (max-width: 1024px) {
  .voice {
    margin: 160px 20px 0;
  }
}
@media (max-width: 599px) {
  .voice {
    margin: 120px 20px 0;
  }
}
.voice h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4A2408;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .voice h1 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.voice ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .voice ul {
    display: block;
  }
}
.voice ul li {
  width: 48.12%;
  background-color: #FAF3EA;
  padding: 40px 40px 60px;
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 599px) {
  .voice ul li {
    width: auto;
  }
}
.voice ul li::after {
  content: "";
  display: inline-block;
  width: 33%;
  height: 33%;
  background-image: url(../../images/voice/house.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .voice ul li::after {
    height: 20%;
  }
}
.voice ul li h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4A2408;
}
.voice ul li p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #4A2408;
  letter-spacing: 0.1em;
}
.voice .toplink {
  width: 50%;
  margin: 60px auto 0;
  display: block;
  border: 2px solid #4A2408;
  font-size: 2rem;
  color: #4A2408;
  font-weight: 600;
  border-radius: 6px;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 599px) {
  .voice .toplink {
    font-size: 1.6rem;
    width: 100%;
  }
}/*# sourceMappingURL=style_voice.css.map */