body {
  background: white;
}

.smenu {
  padding: 18px 24px;
  background: white;
}
.smenu .logo .cp {
  color: #333;
}
.smenu .logo svg image {
  fill: #333;
}
.smenu .logo .whh {
  display: none;
}
.smenu .logo .bll {
  display: block;
}
.smenu #nav-content a {
  color: #333;
}
.smenu #nav-content a i:before {
  background: #333;
}
.smenu #nav-content .btn_contact {
  color: #fff;
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 10px;
  }
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  background: #333;
}

.under_mv {
  padding-top: 130px;
  background: white;
}
@media all and (max-width: 1380px) {
  .under_mv {
    padding-top: 90px;
  }
}

.under_ttls {
  padding-top: 130px;
}
.under_ttls .eg {
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
}
.under_ttls h1 {
  font-weight: normal;
  font-size: clamp(3rem, 2.1875vw, 4.2rem);
}
@media all and (max-width: 767px) {
  .under_ttls {
    padding-top: 60px;
  }
  .under_ttls .eg {
    font-size: 1.2rem;
  }
  .under_ttls h1 {
    font-size: 2.6rem;
  }
}

.voice_wrap {
  margin: 70px 0 120px 0;
  background: #F8F8F8;
  padding: 100px 0 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .voice_wrap {
    margin: 40px 0 60px 0;
    padding: 50px 0 60px 0;
  }
}

.voice_bx {
  max-width: 1030px;
  margin: 0 auto 60px auto;
  background: white;
  border-radius: 50px;
  position: relative;
  padding: 60px;
  box-sizing: border-box;
}
.voice_bx:last-of-type {
  margin-bottom: 0;
}
.voice_bx .ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.voice_bx .name {
  font-size: 1.4rem;
  margin-top: 40px;
  text-align: right;
}
.voice_bx .img {
  width: 113px;
  height: auto;
  position: absolute;
  left: -20px;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .voice_bx {
    margin: 0 auto 30px auto;
    border-radius: 8px;
    padding: 24px;
  }
  .voice_bx .ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .voice_bx .name {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .voice_bx .img {
    width: 56px;
    left: -5px;
    bottom: -5px;
  }
}

.btnw {
  margin: 60px 0 0 0;
  text-align: center;
}
.btnw a {
  display: inline-block;
}

/*# sourceMappingURL=voice.css.map */
