.page_intro_block .ttl_box {
  margin-top: 2.5%;
  padding-left: 12%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/voice/intro_illust.png) no-repeat center bottom -9px;
  background-size: contain;
  width: 253px;
  width: min(18vw, 253px);
  height: 176px;
  height: min(12.5vw, 176px);
}

.case_list {
  margin-top: 10px;
}

.sec_case-main {
  position: relative;
  z-index: 1;
}

.case_content_box .ttl {
  font-size: min(2.6vw, 32px);
  padding: 1.7% 0 1.9%;
}
.case_content_box + .annotation_txt {
  margin-top: 15px;
}

.case_content {
  position: relative;
}
.case_content .date_time {
  font-size: 16px;
  font-weight: bold;
  color: var(--site-primary);
  margin-bottom: 0;
  position: absolute;
  right: 60px;
}
.case_content .date_time::before {
  content: "";
  background: url(../img/common/icon_time.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 2px 8px 0 0;
}
.case_content::after {
  content: "";
  background: url(../img/cases/txt_case.png) no-repeat top left;
  background-size: contain;
  width: 167px;
  width: min(12vw, 167px);
  height: 74px;
  position: absolute;
  right: -8.2%;
  bottom: -2.6%;
}

.customer-infobox {
  margin: -10px 0 30px;
  display: grid;
  grid-template-columns: 17% 78.9%;
  grid-template-rows: auto auto;
  -moz-column-gap: 4.1%;
       column-gap: 4.1%;
  width: 100%;
}
.customer-infobox .workname {
  font-size: min(1.7vw, 20px);
  font-weight: bold;
  border-radius: 5px;
  padding: 20px 0 15px;
  grid-column: 1;
  grid-row: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-infobox .workname::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
}
.customer-infobox .txt-address {
  font-size: min(2.2vw, 24px);
  font-weight: bold;
  margin-bottom: 16px;
  grid-column: 2;
  grid-row: 1;
}
.customer-infobox .txt-address::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7bbce6;
  display: inline-block;
  margin: 0 12px 3px 0;
}
.customer-infobox .case-dl {
  grid-column: 2;
  grid-row: 2;
}
.customer-infobox .case-dl dt, .customer-infobox .case-dl dd {
  font-size: min(1.5vw, 18px);
  font-weight: bold;
}
.customer-infobox .case-dl dt {
  color: #fff;
  padding: 12px 2% 10px;
  background: var(--site-primary);
  text-align: center;
}
.customer-infobox .case-dl dd {
  border: var(--site-primary) 2px solid;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
.customer-infobox .case-dl dd:nth-of-type(1) {
  width: 15%;
}
.customer-infobox .case-dl dd:nth-of-type(2) {
  width: 11%;
}
.customer-infobox .case-dl dd:nth-of-type(3) {
  width: 9.3%;
}
.customer-infobox .case-dl dd:nth-of-type(4) {
  width: 13.5%;
}

.photo_box {
  background: #f5f5f5;
  padding: 40px 0 40px;
  margin: 30px 0;
}
.photo_box ul {
  gap: 0 50px;
  position: relative;
  margin-bottom: 20px;
}
.photo_box ul::after {
  content: "";
  border-left: #fbb46c 20px solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.photo_box li {
  width: 36.3%;
  max-width: 370px;
}
.photo_box li .photo_ttl {
  font-size: min(1.8vw, 22px);
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 4px 0 7px;
}
.photo_box li:first-child .photo_ttl {
  background: #999;
}
.photo_box li:first-child .photo_ttl img {
  width: 92px;
}
.photo_box li:last-child {
  position: relative;
}
.photo_box li:last-child .photo_ttl {
  background: #ff8811;
}
.photo_box li:last-child .photo_ttl img {
  width: 79px;
}
.photo_box li:last-child::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #ff8811;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.photo_box .photo {
  aspect-ratio: 1.618/1;
  position: relative;
  overflow: hidden;
}
.photo_box .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo_box .car {
  border: 2px solid #b98a4a;
  width: 77.5%;
  margin: 30px auto 0;
}
.photo_box .car dt, .photo_box .car dd {
  font-size: min(1.9vw, 20px);
  font-weight: bold;
  width: 50%;
  padding: 8px 0 10px;
}
.photo_box .car dt {
  background: #b98a4a;
}
.photo_box .car dt span {
  position: relative;
}
.photo_box .car dt span::before {
  content: "";
  background: url(../img/cases/icon_car.png) no-repeat;
  background-size: contain;
  width: 37px;
  height: 26px;
  position: absolute;
  left: -50px;
  top: 2px;
}
.photo_box .car dd {
  background: #fff;
}

.work-infobox p {
  background: #21b2b7;
  font-size: min(1.9vw, 24px);
  font-weight: bold;
  padding: 0.8% 0 1%;
}
.work_huyou::before {
  background: url(../img/cases/icon_huyou.png) no-repeat;
  background-size: contain;
}

.work_ihin::before {
  background: url(../img/cases/icon_ihin.png) no-repeat;
  background-size: contain;
}

.work_gomi::before {
  background: url(../img/cases/icon_gomi.png) no-repeat;
  background-size: contain;
}

.work_tokusyu::before {
  background: url(../img/cases/icon_tokusyu.png) no-repeat;
  background-size: contain;
}

.non-purchase_price {
  margin-top: 30px;
}
.non-purchase_price li dt {
  font-size: min(1.9vw, 20px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.non-purchase_price li dd {
  font-weight: bold;
  min-height: min(5.5vw, 56px);
}
.non-purchase_price li:first-child {
  width: 45.2%;
}
.non-purchase_price li:first-child dl {
  border: 2px solid var(--site-keycolor);
}
.non-purchase_price li:first-child dt {
  font-size: min(2.0vw, 22px);
  background: var(--site-keycolor);
  width: 37.8%;
}
.non-purchase_price li:first-child dd {
  font-size: min(2.5vw, 30px);
  width: 62.2%;
  padding: 0.8% 0 1.4%;
}
.non-purchase_price li:first-child .yen {
  font-size: 0.73em;
}
.non-purchase_price li:first-child .tax {
  font-size: 0.56em;
}
.non-purchase_price li:last-child {
  width: 51.7%;
}
.non-purchase_price li:last-child dl {
  border: 2px solid var(--site-primary);
}
.non-purchase_price li:last-child dt {
  width: 28.4%;
}
.non-purchase_price li:last-child dd {
  padding: 2.8% 5.8% 2.8%;
  width: 71.6%;
}

.purchase_price {
  margin-bottom: 30px;
}
.purchase_price li {
  width: 28.8%;
  position: relative;
}
.purchase_price li dt {
  font-size: min(1.7vw, 20px);
  font-weight: bold;
  height: min(5vw, 48px);
  padding-bottom: 3px;
}
.purchase_price li dd {
  height: min(5vw, 58px);
  padding-left: 5%;
}
.purchase_price li dd div {
  font-size: min(2.4vw, 27px);
  font-weight: bold;
}
.purchase_price li dd .yen {
  font-size: 0.81em;
}
.purchase_price li dd .tax {
  font-size: 0.63em;
}
.purchase_price li:nth-child(1) dl {
  border: 2px solid #999;
}
.purchase_price li:nth-child(1) dt {
  background: #999;
}
.purchase_price li:nth-child(1) dd {
  color: #999;
}
.purchase_price li:nth-child(1)::after {
  content: "";
  background: url(../img/cases/icon-minus.png) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 100%;
  position: absolute;
  right: -16%;
  top: 0;
}
.purchase_price li:nth-child(2) dl {
  border: 2px solid #4c99d4;
}
.purchase_price li:nth-child(2) dt {
  background: #4c99d4;
}
.purchase_price li:nth-child(2) dd {
  color: #4c99d4;
}
.purchase_price li:nth-child(2)::after {
  content: "";
  background: url(../img/cases/icon-equal.png) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 100%;
  position: absolute;
  right: -16%;
  top: 0;
}
.purchase_price li:nth-child(3) {
  width: 29.6%;
}
.purchase_price li:nth-child(3) dl {
  border: 2px solid var(--site-keycolor);
}
.purchase_price li:nth-child(3) dt {
  font-size: min(1.8vw, 22px);
  background: var(--site-keycolor);
}
.purchase_price li:nth-child(3) dd {
  color: var(--site-keycolor);
}

.collect-dl dt, .purchase-dl dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.collect-dl dd, .purchase-dl dd {
  background: #f5f5f5;
  padding: 15px 20px;
  font-weight: bold;
}

.collect-dl {
  margin-bottom: 20px;
}

.purchase-dl dd {
  background: #e7f3fa;
}

.case_staff_box {
  margin-top: 50px;
}
.case_staff_box .box_ttl {
  font-size: min(2.2vw, 27px);
  background: #4c99d4;
  padding: 1.3% 0 1.5%;
}
.case_staff_box .staff_content {
  background: #f5f5f5;
  padding: 4% 4%;
}
.case_staff_box .staff_content img {
  float: right;
  width: 32.5%;
  max-width: 302px;
  margin-left: 30px;
}
.case_staff_box .staff_content p {
  margin-top: -8px;
}

@media only screen and (max-width: 1024px) {
  .case_content::after {
    right: -2%;
  }
}
@media only screen and (max-width: 960px) {
  .case_content .date_time {
    top: 3.2vw;
    right: 4vw;
  }
  .case_content::after {
    width: 116.9px;
    height: 51.8px;
  }
  .customer-infobox .workname {
    font-size: 15px;
  }
  .photo_box li {
    width: 40%;
  }
  .photo_box .car {
    width: 87.8%;
  }
  .case_staff_box {
    margin-top: 30px;
  }
  .non-purchase_price li:first-child dd {
    padding: 2.2% 0 1.4%;
  }
  .purchase_price li dt {
    font-size: 16px;
  }
  .purchase_price li:nth-child(1)::after {
    right: -17%;
  }
  .purchase_price li:nth-child(2)::after {
    right: -17%;
  }
  .purchase_price li:nth-child(3) dt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 568px) {
  .page_ttl_area.basic.archive-page {
    background: url(../img/common/bg_page-ttl_sp02.jpg) no-repeat center;
    background-size: cover;
  }
  .page_ttl_area.basic.archive-page .page_ttl {
    font-size: 33px;
  }
  .page_intro_block .ttl_box {
    padding-left: 0;
    margin-top: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 147px;
    height: 108px;
    background-position: center;
  }
  .sec_case-list.bg_sankaku_right::before {
    content: none;
  }
  .sec_case-list .case_list {
    margin-top: 8px;
  }
  .sec_case-main .lg_inner_space {
    padding-top: 0;
  }
  .sec_case-main .inner {
    width: 100%;
  }
  .case_content_box .ttl {
    font-size: 21px;
    line-height: 1.55;
    text-align: left;
    padding: 14px 5.3vw 16px;
  }
  .case_content_box + .annotation_txt {
    margin-top: 15px;
    padding: 0 5.3vw;
  }
  .case_content {
    padding: 18px 5.3vw 30px;
  }
  .case_content .date_time {
    position: relative;
    top: initial;
    right: initial;
    font-size: 14px;
  }
  .case_content .date_time::before {
    margin-top: 0;
  }
  .case_content::after {
    width: 91px;
    height: 42px;
    right: 15px;
    bottom: 3px;
  }
  .customer-infobox {
    grid-template-columns: 52.2% 43.3%;
    grid-template-rows: auto auto;
    -moz-column-gap: 4.5%;
         column-gap: 4.5%;
    margin: 8px 0 20px;
  }
  .customer-infobox .workname {
    grid-row: 1;
    font-size: 15px;
    flex-direction: row;
    gap: 0 12px;
    padding: 8px 0 7px 13px;
  }
  .customer-infobox .workname::before {
    width: 30px;
    height: 30px;
  }
  .customer-infobox .workname.work_gomi {
    gap: 0 8px;
  }
  .customer-infobox .txt-address {
    font-size: 15px;
    line-height: 1.4;
    text-indent: -1.24em;
    padding-left: 1.24em;
    margin: 0;
  }
  .customer-infobox .txt-address::before {
    margin: 0px 8px 1px 0;
  }
  .customer-infobox .case-dl {
    margin-top: 15px;
    grid-column: 1/-1;
    flex-wrap: wrap;
  }
  .customer-infobox .case-dl dt, .customer-infobox .case-dl dd {
    width: 25% !important;
    font-size: 13px;
    padding: 7px 0 5px;
  }
  .customer-infobox .case-dl dt:nth-of-type(3), .customer-infobox .case-dl dt:nth-of-type(4) {
    border-top: 1px solid #fff;
  }
  .customer-infobox .case-dl dd:nth-of-type(1), .customer-infobox .case-dl dd:nth-of-type(2) {
    border-bottom: none;
  }
  .customer-infobox .case-dl dd:nth-of-type(3), .customer-infobox .case-dl dd:nth-of-type(4) {
    border-top: 1px solid var(--site-primary);
  }
  .work-infobox p {
    font-size: 16px;
    padding: 8px 0 10px;
  }
  .photo_box {
    padding: 25px 20px;
    margin: 15px 0 20px;
  }
  .photo_box ul {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    margin-bottom: 15px;
  }
  .photo_box ul::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fbb46c;
    left: 50%;
    top: 52%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
  }
  .photo_box li {
    width: 96.3%;
  }
  .photo_box li .photo_ttl {
    font-size: 19px;
    padding: 1px 0 3px;
  }
  .photo_box .car {
    width: 96.3%;
    margin: 0 auto;
  }
  .photo_box .car dt, .photo_box .car dd {
    font-size: 16px;
    padding: 7px 0 9px;
  }
  .photo_box .car dt {
    width: 43%;
  }
  .photo_box .car dt span {
    margin-left: 18px;
  }
  .photo_box .car dt span::before {
    width: 22px;
    height: 15px;
    left: -25px;
    top: 6px;
  }
  .photo_box .car dd {
    width: 57%;
  }
  .non-purchase_price {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 20px;
  }
  .non-purchase_price li {
    width: 100% !important;
  }
  .non-purchase_price li dl {
    flex-direction: column;
  }
  .non-purchase_price li dt, .non-purchase_price li dd {
    width: 100% !important;
  }
  .non-purchase_price li:first-child dt {
    font-size: 20px;
    padding: 3px 0 6px;
  }
  .non-purchase_price li:first-child dd {
    font-size: 28px;
    padding: 7px 0 10px;
  }
  .non-purchase_price li:first-child .yen, .non-purchase_price li:first-child .tax {
    font-size: 19px;
  }
  .non-purchase_price li:last-child dt {
    font-size: 18px;
    padding: 4px 0 6px;
  }
  .non-purchase_price li:last-child dd {
    line-height: 1.7;
    padding: 14px 20px 16px;
  }
  .purchase_price {
    margin-bottom: 25px;
  }
  .purchase_price li {
    width: 42%;
  }
  .purchase_price li dt {
    height: initial;
    padding: 3px 0 5px;
  }
  .purchase_price li dd {
    height: initial;
    padding: 9px 0 11px;
  }
  .purchase_price li dd div {
    font-size: 22px;
    line-height: 1;
  }
  .purchase_price li:nth-child(1)::after {
    right: -28%;
  }
  .purchase_price li:nth-child(2)::after {
    content: none;
  }
  .purchase_price li:nth-child(3) {
    width: 100%;
    margin: 50px 0 0;
  }
  .purchase_price li:nth-child(3)::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f1b7bd;
    transform: translateX(-50%);
    top: -40px;
  }
  .purchase_price li:nth-child(3) dt {
    font-size: 20px;
    padding: 4px 0 6px;
  }
  .purchase_price li:nth-child(3) dd {
    padding: 11px 0 16px 16px;
  }
  .purchase_price li:nth-child(3) dd div {
    font-size: 35px;
  }
  .purchase_price li:nth-child(3) dd .yen {
    font-size: 25px;
  }
  .purchase_price li:nth-child(3) dd .tax {
    font-size: 17px;
  }
  .collect-dl dt, .purchase-dl dt {
    margin-bottom: 15px;
  }
  .case_staff_box {
    margin: 30px -5.3vw 0;
  }
  .case_staff_box .staff_content {
    padding: 20px 20px 20px;
  }
  .case_staff_box .staff_content img {
    width: 47.8%;
    margin-left: 4.5%;
  }
  .case_staff_box .staff_content p {
    margin-top: -6px;
  }
  .case_staff_box .box_ttl {
    font-size: 21px;
    padding: 12px 0 14px;
  }
}/*# sourceMappingURL=cases.css.map */