#sub_main .ttl span::before {
  background: url(../img/voice/icon_voice.svg) no-repeat;
  background-size: contain;
}

.voice_list {
  margin-top: 90px;
  gap: 50px 0;
}

.voice_list > li {
  width: 31%;
}

.voice_list > li .ttl {
  font-size: 24px;
  padding: 20px 0 22px;
}

.voice_list > li .content_inner {
  padding: 24px 26px 42px;
}

.voice_list > li .photo {
  width: 114px;
  height: 133px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 20px 10px 0;
}

.voice_list > li .photo img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.voice_list > li p {
  margin-top: -7px;
}

.voice_list > li a::before {
  content: '';
  background: url(../img/voice/icon_circle_arrow.svg) no-repeat;
  background-size: contain;
  width: 41px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.voice_list ul.before_after {
  position: relative;
  margin-top: 20px;
}

.voice_list ul.before_after li {
  width: 46%;
}

.voice_list ul.before_after li .room_img {
  height: 92px;
  position: relative;
}

.voice_list ul.before_after li .room_img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.voice_list ul.before_after li:first-child {
  border: 3px solid #06C1A8;
}

.voice_list ul.before_after li:first-child .label {
  background: #06C1A8;
}

.voice_list ul.before_after li:last-child {
  border: 3px solid var(--site-secondary);
}

.voice_list ul.before_after li:last-child .label {
  background: var(--site-secondary);
}

.voice_list ul.before_after li .label {
  text-align: center;
  line-height: 1.0;
  padding: 4px 0 3px;
}

.voice_list ul.before_after li .label img {
  width: 72px;
}

.voice_list ul.before_after::after {
  content: '';
  background: url(../img/voice/icon_sankaku_right.svg) no-repeat;
  width: 12px;
  height: 14px;
  position: absolute;
  left: 50.2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single_before_after {
  position: relative;
  gap: 0 6%;
}

.single_before_after li {
  width: 40%;
  padding: 0;
}

.single_before_after li:first-child {
  border: 5px solid #06C1A8;
}

.single_before_after li:first-child .label {
  background: #06C1A8;
}

.single_before_after li:last-child {
  border: 5px solid var(--site-secondary);
  padding: 0;
}

.single_before_after li:last-child .label {
  background: var(--site-secondary);
}

.single_before_after li .room_img {
  height: 265px;
  position: relative;
}

.single_before_after li .room_img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single_before_after li .label {
  text-align: center;
  line-height: 1.0;
  padding: 12px 0 12px;
}

.single_before_after li .label img {
  width: 115px;
}

.single_before_after li::after {
  content: none;
}

.single_before_after::after {
  content: '';
  background: url(../img/voice/icon_sankaku_right.svg) no-repeat;
  width: 32px;
  height: 36px;
  position: absolute;
  left: 50.2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.customer_box {
  margin-top: 65px;
}

.customer_box .list_ttl {
  margin-bottom: 35px;
}

.customer_box .list_ttl::before {
  background: url(../img/voice/icon_customer.svg) no-repeat;
  background-size: contain;
}

.customer_box img {
  width: 280px;
  float: left;
  margin: 0 48px 0 0;
}

.customer_box p {
  margin-top: -7px;
}

.staff_box {
  margin-top: 65px;
}

.staff_box .list_ttl::before {
  background: url(../img/voice/icon_staff.svg) no-repeat;
  background-size: contain;
}

.wide_box .btn_wrapper {
  margin: 30px 0 20px;
}

@media only screen and (max-width: 1024px) {
  .voice_list {
    margin-top: 70px;
  }
  .voice_list > li .ttl {
    font-size: 21px;
  }
  .single_before_after li .room_img {
    height: 235px;
  }
  .single_before_after li .label {
    padding: 10px 0 8px;
  }
  .customer_box {
    margin-top: 55px;
  }
  .staff_box {
    margin-top: 45px;
  }
  .wide_box .btn_wrapper {
    margin: 40px 0 15px;
  }
}

@media only screen and (max-width: 960px) {
  .voice_list {
    margin-top: 50px;
    gap: 40px 0;
  }
  .voice_list > li {
    width: 48%;
  }
  .voice_list > li .ttl {
    padding: 16px 0 18px;
  }
  .single_before_after li .room_img {
    height: 175px;
  }
  .single_before_after li .label {
    padding: 8px 0 6px;
  }
  .single_before_after li .label img {
    width: 90px;
  }
  .single_before_after::after {
    width: 24px;
    height: 28px;
  }
  .customer_box {
    margin-top: 55px;
  }
  .customer_box .list_ttl {
    margin-bottom: 30px;
  }
  .customer_box img {
    width: 30%;
    margin: 0 35px 0 0;
  }
  .staff_box {
    margin-top: 40px;
  }
  .wide_box .btn_wrapper {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 568px) {
  .voice_list {
    margin-top: 35px;
    gap: 25px 0;
  }
  .voice_list > li {
    width: 100%;
  }
  .voice_list > li .ttl {
    padding: 16px 0 18px;
  }
  .voice_list > li .content_inner {
    padding: 20px 20px 40px;
  }
  .voice_list ul.before_after {
    margin-top: 15px;
  }
  .voice_list ul.before_after li .room_img {
    height: 82px;
  }
  .single_before_after {
    gap: 35px 0;
  }
  .single_before_after li {
    width: 100%;
  }
  .single_before_after li .room_img {
    height: 175px;
  }
  .single_before_after li .label {
    padding: 8px 0 6px;
  }
  .single_before_after li .label img {
    width: 90px;
  }
  .single_before_after::after {
    background: url(../img/voice/icon_sankaku_down.svg) no-repeat;
    width: 38px;
    height: 21px;
    left: 50%;
    top: 50%;
  }
  .customer_box {
    margin-top: 35px;
  }
  .customer_box .list_ttl {
    margin-bottom: 22px;
  }
  .customer_box img {
    width: 47.8%;
    margin: 0 8% 10px 0;
  }
  .staff_box {
    margin-top: 30px;
  }
  .wide_box .btn_wrapper {
    margin: 25px 0 15px;
  }
}
/*# sourceMappingURL=voice.css.map */