#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: #0071be;
  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-keycolor);
  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: #0071be;
}

.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-keycolor);
}

.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-keycolor);
  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 var(--site-primary));
}

.reviews .reviews_txt {
  position: relative;
  font-size: 42px;
  color: #fff;
  text-shadow: 4px 4px 0px var(--site-primary);
  ;
  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 var(--site-primary));
}

.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 var(--site-primary));
}

.reviews .reviews_txt span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-shadow: 2px 2px 0px var(--site-primary);
  ;
  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 var(--site-primary);
    ;
  }

  .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 var(--site-primary);
    ;
    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 var(--site-primary));
  }

  .reviews .reviews_txt span {
    font-size: 9px;
    text-shadow: 1px 1px 0px var(--site-primary);
    ;
    margin-top: 7px;
  }
}

.review-content {
  background: var(--site-primary);
}

/*-----------best3--------------*/
.sub_ttl {
  margin-bottom: 10px;
}

.sub_ttl span {
  position: relative;
  padding: 0 45px;
  font-size: 32px;
  font-weight: bold;
}

.sub_ttl span em {
  font-size: 37px;
}

.sub_ttl span::before,
.sub_ttl span::after {
  content: '';
  opacity: .7;
  width: 37px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sub_ttl span::before {
  background: url(../img/common/line_left_green02.svg)no-repeat;
  background-size: contain;
  left: 0;
}

.sub_ttl span::after {
  background: url(../img/common/line_right_green02.svg)no-repeat;
  background-size: contain;
  left: right;
}

.ttls {
  margin-bottom: 50px;
}

.ttls h2 {
  padding: 0 70px;
  font-size: 47px;
  text-align: left;
  position: relative;
  display: inline-block;
  line-height: 1.1;
}

.ttls h2::before,
.ttls h2::after {
  content: '';
  width: 62px;
  height: 135px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ttls h2::before {
  background: url(../img/voice/best-left.png)no-repeat;
  background-size: contain;
  left: 0;
}

.ttls h2::after {
  background: url(../img/voice/best-right.png)no-repeat;
  background-size: contain;
  right: 0;
}

.lg_txt {
  font-size: 64px;
}

.ttls h2 span::after {
  content: '';
  background: url(../img/voice/icon_best3.png)no-repeat;
  background-size: contain;
  position: absolute;
  width: 120px;
  height: 145px;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.ttls h2 span {
  padding-right: 150px;
}

.best ul {
  gap: 2%;
  align-items: end;
}

.best ul li {
  width: 32%;
  padding: 20px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.best ul li p {
  line-height: 1.5;
}

.best ul li.second {
  border: 4px solid #b8bac0;
}

.best ul li.first {
  border: 6px solid #c8b45a;
}

.best ul li.third {
  border: 4px solid #a16622;
}

.best ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 60px;
}

.best ul li h3 em {
  font-size: 28px;
}

.ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 40px 0 10px;
  z-index: 2;
  width: 62px;
  text-align: center;
  font-size: 17px;
  color: white;
  background: #c8b45a;
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 31px solid #c8b45a;
  border-right: 31px solid #c8b45a;
  border-bottom: 10px solid transparent;
}

.best ul li.second .ribbon {
  background: #b8bac0;
}

.best ul li.second .ribbon::after {
  border-left: 31px solid #b8bac0;
  border-right: 31px solid #b8bac0;
}

.best ul li.third .ribbon {
  background: #a16622;
}

.best ul li.third .ribbon::after {
  border-left: 31px solid #a16622;
  border-right: 31px solid #a16622;
}

.best ul li .ribbon em {
  position: relative;
  padding-top: 25px;
}

.best ul li .ribbon em::before {
  content: '';
  background: url(../img/voice/icon_crown02.svg)no-repeat;
  background-size: contain;
  width: 32px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.best ul li.first .ribbon em::before {
  background: url(../img/voice/icon_crown01.svg)no-repeat;
}

.box {
  background: #ddffec;
  padding: 15px;
  margin-top: auto;
}

.photo {
  width: 89px;
  float: left;
  margin-right: 10px;
}

.photo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .review-content .lg_inner_space {
    padding: 40px 0;
  }

  .best ul li.first .space {
    height: 10em;
  }

  .best ul li h3 em {
    font-size: 22px;
  }
}

@media screen and (max-width: 960px) {
  .sub_ttl span {
    font-size: 26px;
  }

  .sub_ttl span em {
    font-size: 32px;
  }

  .ttls h2 {
    font-size: 40px;
    padding: 0 60px;
  }

  .ttls h2 span {
    padding-right: 110px;
    display: inline-block;
  }

  .ttls h2::before,
  .ttls h2::after {
    width: 52px;
    height: 113px;
  }

  .lg_txt {
    font-size: 52px;
  }

  .ttls h2 span::after {
    width: 95px;
    height: 115px;
    right: 60px;
  }

  .best ul li.first .space {
    height: 10em;
  }

  .best ul li {
    padding: 20px;
  }

  .photo {
    width: 60px;
  }

  .space {
    height: 10.5em;
  }

  .best ul li.first .space {
    height: 13.5em;
  }
}

@media screen and (max-width: 568px) {
  .review-content .lg_inner_space {
    padding: 20px 0;
  }

  .sub_ttl span {
    font-size: 18px;
  }

  .sub_ttl span em {
    font-size: 22px;
  }

  .sub_ttl span::before,
  .sub_ttl span::after {
    width: 17px;
    height: 24px;
  }

  .sub_ttl span {
    padding: 0px 20px;
  }

  .ttls {
    margin-bottom: 30px;
  }

  .ttls h2 {
    font-size: 20px;
    padding: 0 35px;
  }

  .ttls h2 span {
    padding-right: 60px;
  }

  .lg_txt {
    font-size: 26px;
  }

  .ttls h2 span::after {
    width: 55px;
    height: 70px;
  }

  .ttls h2::before,
  .ttls h2::after {
    width: 30px;
    height: 65px;
  }

  .ttls h2 span::after {
    width: 55px;
    height: 70px;
    right: 35px;
  }

  .best ul {
    flex-direction: column;
    gap: 20px;
  }

  .best ul li {
    width: 100%;
    min-height: auto;
  }

  .best ul li.second {
    order: 2;
  }

  .best ul li.first {
    order: 1;
  }

  .best ul li.third {
    order: 3;
  }

  .best ul li.first .space {
    height: 6.5em;
  }

  .best ul li .space {
    height: 5.5em;
  }
}

/*-------プラグインの表示非表示化---------*/
.ti-widget.ti-goog .ti-verified-by-row {
  display: none !important;
}

/*----------テンプレA調整-------------*/
.breadcrumbs.under_page {
  margin: 20px 0 26px;
}

.page_intro_box .photo {
  width: 44.6%;
  position: relative;
}

.page_intro_box .txt_box {
  width: 48.6%;
  margin-top: 10px;
}

.page_intro_box .txt_box .ttl {
  font-size: 28px;
  margin-bottom: 21px;
}

@media only screen and (max-width: 960px) {
  .page_intro_box .txt_box {
    width: 52%;
  }

  .page_intro_box .photo {
    width: 42%;
  }

  .page_intro_box .txt_box .ttl {
    font-size: 23px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 568px) {

  .page_intro_box .photo,
  .page_intro_box .txt_box {
    width: 100%;
  }

  .page_intro_box .txt_box .ttl {
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
  }

  .page_intro_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}


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