#intro .intro_box .half_box .ttl {
  font-size: 32px;
}

.voice_list {
  gap: 40px 0;
}

.voice_list li {
  width: 48.2%;
}

.voice_list li .voice_inner_box {
  padding: 40px 40px 40px;
}

.voice_list li .name {
  font-size: 27px;
  background: var(--site-primary);
  padding: 13px 0 15px;
}

.voice_list li .hagaki {
  border: 2px solid #dfdfdf;
  width: 136px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

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

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

.voice_list li .before_after {
  position: relative;
  margin: 30px 0 30px;
}

.voice_list li .before_after li {
  width: 46.7%;
  height: 133px;
  position: relative;
  overflow: hidden;
}

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

.voice_list li .before_after li:first-child::before {
  content: '';
  background: url(../img/voice/label_before02.svg) no-repeat;
  width: 90px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.voice_list li .before_after li:last-child::before {
  content: '';
  background: url(../img/voice/label_after02.svg) no-repeat;
  width: 90px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.voice_list li .before_after li:last-child::after {
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid var(--site-secondary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.voice_list li .before_after::after {
  content: '';
  background: url(../img/common/icon_sankaku_right_orange.svg) no-repeat;
  width: 21px;
  height: 34px;
  position: absolute;
  left: 50.2%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice_list li .btn_border {
  width: 260px;
}

#intro .voice_bnr {
  margin: 0;
}

#intro .intro_txt {
  margin-top: 30px;
}

.voice_content_box .voice_content {
  padding: 45px 100px 50px;
}

.voice_content_box .ttl {
  font-size: 32px;
  padding: 13px 0 15px;
  background: var(--site-primary);
}

.voice_content_box .customer_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 177px;
  grid-template-columns: auto 177px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 4.3%;
  column-gap: 4.3%;
}

.voice_content_box .customer_box img {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1 / -1;
  border: 2px solid #dfdfdf;
  aspect-ratio: 177 / 260;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice_content_box .customer_box .ttl_left_border {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: -12px 0 22px;
}

.voice_content_box .customer_box p {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.voice_content_box .photo_box {
  background: #fdf4d7;
  padding: 50px 40px;
  margin-top: 30px;
}

.voice_content_box .photo_box ul {
  gap: 0 50px;
  position: relative;
}

.voice_content_box .photo_box ul li .photo {
  width: 370px;
  height: auto;
  aspect-ratio: 1.618 / 1;
  position: relative;
  overflow: hidden;
}

.voice_content_box .photo_box ul li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice_content_box .photo_box ul li .photo_ttl {
  text-align: center;
  padding: 9px 0 14px;
}

.voice_content_box .photo_box ul li .photo_ttl img {
  vertical-align: middle;
}

.voice_content_box .photo_box ul li:first-child .photo_ttl {
  background: #999;
}

.voice_content_box .photo_box ul li:first-child .photo_ttl img {
  width: 92px;
}

.voice_content_box .photo_box ul li:last-child {
  position: relative;
}

.voice_content_box .photo_box ul li:last-child .photo_ttl {
  background: var(--site-secondary);
}

.voice_content_box .photo_box ul li:last-child .photo_ttl img {
  width: 79px;
}

.voice_content_box .photo_box ul li:last-child::after {
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid var(--site-secondary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.voice_content_box .photo_box ul::after {
  content: '';
  background: url(../img/common/icon_sankaku_right_orange.svg) no-repeat;
  width: 25px;
  height: 41px;
  position: absolute;
  left: 50.2%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice_content_box .staff_box {
  margin-top: 40px;
}

.voice_content_box .staff_box .ttl_stripe_color03 {
  padding: 0;
  border-radius: 10px;
  margin-bottom: 23px;
}

.voice_content_box .staff_box .staff_ttl {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 27px;
  padding: 11px 40px 15px;
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }

  .voice_list li .before_after li {
    height: 111px;
  }

  .voice_content_box .photo_box ul li .photo {
    width: 310px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }

  .voice_list li .name {
    font-size: 21px;
  }

  .voice_list li .voice_inner_box {
    padding: 4vw 4vw;
  }

  .voice_list li .hagaki {
    width: 110px;
    height: 160px;
    margin-bottom: 8px;
  }

  .voice_list li .before_after {
    margin: 25px 0;
  }

  .voice_list li .before_after li {
    height: 85px;
  }

  .voice_list li .before_after li::before {
    width: 70px !important;
  }

  .voice_list li .before_after::after {
    width: 14px;
    height: 22px;
  }

  .voice_content_box .ttl {
    font-size: 25px;
  }

  .voice_content_box .voice_content {
    padding: 5vw 6vw;
  }

  .voice_content_box .photo_box {
    padding: 5vw 0;
  }

  .voice_content_box .photo_box ul li .photo_ttl {
    padding: 7px 0 11px;
  }

  .voice_content_box .photo_box ul li .photo {
    width: 250px;
  }

  .voice_content_box .staff_box .staff_ttl {
    font-size: 24px;
    padding: 0.5em 1.25em 0.6em;
  }

  .voice_content_box .staff_box .ttl_stripe_color03 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 568px) {
  #intro .intro_box .half_box .photo {
    margin-bottom: 20px;
  }

  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }

  #intro .intro_txt {
    margin: 13px 0 -5px;
  }

  .voice_list {
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .voice_list li {
    width: 100%;
  }

  .voice_list li .name {
    padding: 11px 0 13px;
  }

  .voice_list li .voice_inner_box {
    padding: 20px 20px 25px;
  }

  .voice_list li .hagaki {
    width: 102px;
    height: 150px;
    margin: 0 16px 8px 0;
  }

  .voice_list li p {
    line-height: 1.85;
  }

  .voice_list li .before_after {
    margin: 18px 0 25px;
  }

  .voice_list li .before_after li {
    height: 87px;
  }

  .voice_list li .before_after li::before {
    width: 60px !important;
  }

  .voice_list li .before_after li:last-child::after {
    border-width: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }

  .voice_list li .before_after::after {
    left: 50.4%;
  }

  .voice_list li .btn_border {
    width: 72.9%;
  }

  .voice_content_box {
    border-radius: 0;
  }

  .voice_content_box .ttl {
    font-size: 23px;
  }

  .voice_content_box .voice_content {
    padding: 20px 20px 28px;
  }

  .voice_content_box .customer_box {
    display: block;
  }

  .voice_content_box .customer_box .ttl_left_border {
    margin: -5px 0 20px;
  }

  .voice_content_box .customer_box img {
    float: left;
    width: 48.2%;
    margin: 0 4.5% 0 0;
  }

  .voice_content_box .customer_box p {
    line-height: 1.85;
    margin-top: -5px;
  }

  .voice_content_box .photo_box {
    padding: 25px 27px;
    margin-top: 20px;
  }

  .voice_content_box .photo_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }

  .voice_content_box .photo_box ul li .photo {
    width: 100%;
  }

  .voice_content_box .photo_box ul li .photo_ttl {
    padding: 6px 0 8px;
  }

  .voice_content_box .photo_box ul li:first-child .photo_ttl img {
    width: 78px;
  }

  .voice_content_box .photo_box ul li:last-child .photo_ttl img {
    width: 67px;
  }

  .voice_content_box .photo_box ul::after {
    background: url(../img/common/icon_sankaku_down_orange.svg) no-repeat;
    width: 38px;
    height: 21px;
    left: 50%;
    top: 50%;
  }

  .voice_content_box .staff_box {
    margin-top: 30px;
  }

  .voice_content_box .staff_box .ttl_stripe_color03 {
    border-radius: 0;
    margin-bottom: 14px;
  }

  .voice_content_box .staff_box .staff_ttl {
    font-size: 23px;
    text-align: center;
    padding: 0.4em 0.5em 0.5em;
  }
}

/*----google口コミ---*/
.google_wrap {
  background: url(../img/voice/reviews-bg.jpg)no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 6vw 15px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.google_wrap::after {
  content: '';
  background: url(../img/voice/illustration-reviews.svg)no-repeat;
  background-size: contain;
  width: 240px;
  height: 160px;
  position: absolute;
  top: -30px;
  right: 7vw;
  filter: drop-shadow(0 4px 2px #0077c2);
}

.reviews .reviews_txt {
  position: relative;
  font-size: 42px;
  color: #fff;
  text-shadow: 4px 4px 0px #0077c2;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
  display: block;
  width: 70%;
  text-align: center;
}

.reviews .reviews_txt em {
  font-size: 58px;
  color: #f7f81f;
}

.reviews .reviews_txt::before {
  content: '';
  background: url(../img/voice/revews-left.png)no-repeat;
  background-size: contain;
  width: 37px;
  height: 107px;
  position: absolute;
  left: 0;
  top: 0;
  filter: drop-shadow(4px 4px 0 #0077c2);
}

.reviews .reviews_txt::after {
  content: '';
  background: url(../img/voice/revews-right.png)no-repeat;
  background-size: contain;
  width: 37px;
  height: 107px;
  position: absolute;
  right: 0;
  top: 0;
  filter: drop-shadow(4px 4px 0 #0077c2);
}

.reviews .reviews_txt span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-shadow: 2px 2px 0px #0077c2;
  padding-left: 15vw;
}

@media screen and (max-width: 1024px) {
  .google_wrap {
    padding: 15px 5vw;
  }

  .reviews .reviews_txt {
    width: 74%;
  }

  .google_wrap::after {
    right: 4vw;
  }

  .reviews .reviews_txt span {
    padding-left: 26vw;
  }
}

@media screen and (max-width: 960px) {
  .google_wrap {
    padding: 15px 3vw;
  }

  .reviews .reviews_txt {
    font-size: 32px;
  }

  .reviews .reviews_txt em {
    font-size: 48px;
  }

  .reviews .reviews_txt::before,
  .reviews .reviews_txt::after {
    width: 30px;
    height: 87px;
    text-shadow: 2px 2px 0px #0077c2;
  }

  .reviews .reviews_txt span {
    padding-left: 21vw;
  }

  .google_wrap::after {
    right: 2vw;
    top: 5px;
    width: 160px;
    height: 107px;
  }
}

@media screen and (max-width: 568px) {
  .google_wrap {
    margin-bottom: 25px;
  }

  .reviews .reviews_txt {
    font-size: 21px;
    width: 63%;
    text-shadow: 2px 2px 0px #0077c2;
    line-height: 1;
  }

  .reviews .reviews_txt em {
    font-size: 29px;
  }

  .reviews .reviews_txt span {
    padding-left: 0;
  }

  .google_wrap::after {
    width: 118px;
    height: 79px;
  }

  .reviews .reviews_txt::before,
  .reviews .reviews_txt::after {
    width: 17px;
    height: 54px;
    filter: drop-shadow(2px 2px 0 #0077c2);
  }

  .reviews .reviews_txt span {
    font-size: 9px;
    text-shadow: 1px 1px 0px #0077c2;
    margin-top: 7px;
  }
}

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