@charset "UTF-8";
.case_content {
  background: #f2f2f2;
}
.case_content .ttl_underbar_set .main_txt::before {
  content: none;
}

/*===============================================
 *	詳細ページ
===============================================*/
.case_content_box {
  margin-bottom: 25px;
}
.case_content_box .ttl {
  font-size: min(2.2vw, 32px);
  padding: 0.75em 0.5em 0.75em;
}
.case_content_box .md_inner_space {
  position: relative;
}
.case_content_box .date_time {
  font-size: 16px;
  color: var(--site-primary);
  margin-bottom: 0;
  position: absolute;
  right: 60px;
  top: 60px;
}
.case_content_box .date_time time {
  padding-left: 25px;
  background: url(../img/common/icon_clock.svg) no-repeat left center;
  background-size: 18px;
}

.customer_infobox {
  display: grid;
  grid-template-columns: 17.6% 79%;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 3.4%;
       column-gap: 3.4%;
}
.customer_infobox .work_name {
  grid-column: 1;
  grid-row: 1/-1;
  margin: 0;
  padding: 10px 0 8px;
  border-radius: 5px;
}
.customer_infobox .work_name::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
}
.customer_infobox .work_name.work_huyou::before {
  background: url(../img/service-list/icon_main05.svg) no-repeat;
  background-size: contain;
}
.customer_infobox .work_name.work_gomi::before {
  background: url(../img/service-list/icon_main01.svg) no-repeat;
  background-size: contain;
}
.customer_infobox .work_name.work_tokusyu::before {
  background: url(../img/service-list/icon_main07.svg) no-repeat;
  background-size: contain;
}
.customer_infobox .work_name.work_ihin::before {
  background: url(../img/service-list/icon_main06.svg) no-repeat;
  background-size: contain;
}
.customer_infobox .area_name {
  grid-column: 2;
  grid-row: 1;
  font-size: 22px;
  border-left: 7px solid var(--site-secondary);
  padding-left: 10px;
  margin: 5px 0 22px;
}
.customer_infobox dl {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  border: 2px solid var(--site-primary);
  align-self: end;
}
.customer_infobox dl dt {
  background: var(--site-primary);
  width: 12.5%;
  padding: 7px 0 8px;
}
.customer_infobox dl dd {
  width: 12.5%;
  padding: 7px 0 8px;
  font-weight: bold;
  color: var(--site-primary);
}

.work_infobox {
  background: #ff796e;
  padding: 6px 0 8px;
  margin: 50px 0 28px;
}
.work_infobox p {
  font-size: 24px;
  font-weight: bold;
}

.photo_box {
  background: #f5f5f5;
  padding: 40px 40px 50px;
  margin-top: 40px;
}
.photo_box .car {
  border: 2px solid #29abe2;
  width: 93%;
  margin: 32px auto 0;
}
.photo_box .car dt {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  background: #29abe2;
  padding: 8px 0 10px;
}
.photo_box .car dt span {
  position: relative;
}
.photo_box .car dt span::before {
  content: "";
  background: url(../img/case/icon_track.svg) no-repeat;
  background-size: contain;
  width: 36px;
  height: 24px;
  position: absolute;
  left: -50px;
  top: 3px;
}
.photo_box .car dd {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  background: #fff;
  padding: 8px 0 10px;
}

.before_after {
  position: relative;
  gap: 0 6%;
}
.before_after::after {
  content: "";
  background: url(../img/top/yajirushi_right.png) no-repeat center;
  background-size: contain;
  width: 10%;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.before_after li {
  width: 40%;
  padding: 0;
  position: relative;
}
.before_after li .room_img {
  position: relative;
  height: 265px;
}
.before_after li .room_img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.before_after li::after {
  content: "";
  width: 45%;
  height: 17%;
  position: absolute;
  left: -3.6%;
  bottom: 5%;
}
.before_after li:first-child::after {
  background: url(../img/top/label_before.svg) no-repeat;
  background-size: contain;
}
.before_after li:last-child::after {
  background: url(../img/top/label_after.svg) no-repeat;
  background-size: contain;
}

.txt-off_price {
  margin-top: 40px;
}
.txt-off_price li {
  padding: 0;
}
.txt-off_price li::after {
  content: none;
}
.txt-off_price li dt {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt-off_price li dd {
  font-weight: bold;
}
.txt-off_price li:first-child {
  width: 40%;
}
.txt-off_price li:first-child dl {
  border: 2px solid var(--site-keycolor);
}
.txt-off_price li:first-child dt {
  background: var(--site-keycolor);
  width: 40%;
}
.txt-off_price li:first-child dd {
  font-size: 28px;
  width: 60%;
  padding: 10px 0 12px;
}
.txt-off_price li:first-child dd .yen {
  font-size: 0.65em;
}
.txt-off_price li:last-child {
  width: 56.4%;
  padding: 0;
}
.txt-off_price li:last-child dl {
  border: 2px solid var(--site-primary);
}
.txt-off_price li:last-child dt {
  background: var(--site-primary);
  width: 28.5%;
}
.txt-off_price li:last-child dd {
  font-size: 17px;
  width: 71.5%;
  padding: 19px 20px 20px;
}

.txt-on_price {
  margin-top: 40px;
}
.txt-on_price li {
  width: 29.4%;
  padding: 0;
  position: relative;
}
.txt-on_price li::after {
  content: none;
}
.txt-on_price li dt {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 12px;
}
.txt-on_price li dd {
  font-size: 28px;
  font-weight: bold;
  padding: 8px 0 10px;
}
.txt-on_price li dd .yen {
  font-size: 0.65em;
}
.txt-on_price li:first-child {
  padding: 0;
}
.txt-on_price li:first-child dl {
  border: 2px solid #999;
}
.txt-on_price li:first-child dt {
  background: #999;
}
.txt-on_price li:first-child dd {
  color: #999;
}
.txt-on_price li:first-child::after {
  content: "";
  background: url(../img/case/icon_minus.svg) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 100%;
  position: absolute;
  left: initial;
  bottom: initial;
  right: -16%;
  top: 0;
}
.txt-on_price li:nth-child(2) dl {
  border: 2px solid var(--site-primary);
}
.txt-on_price li:nth-child(2) dt {
  background: var(--site-primary);
}
.txt-on_price li:nth-child(2) dd {
  color: var(--site-primary);
}
.txt-on_price li:nth-child(2)::after {
  content: "";
  background: url(../img/case/icon_equal.svg) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 100%;
  position: absolute;
  left: initial;
  bottom: initial;
  right: -16%;
  top: 0;
}
.txt-on_price li:nth-child(3) {
  padding: 0;
}
.txt-on_price li:nth-child(3) dl {
  border: 2px solid var(--site-keycolor);
}
.txt-on_price li:nth-child(3) dt {
  background: var(--site-keycolor);
}

.collect_dl dt, .purchase_dl dt {
  border-left: 7px solid var(--site-secondary);
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 3px 17px;
  margin-bottom: 15px;
}
.collect_dl dd, .purchase_dl dd {
  padding: 25px 30px 25px;
}

.collect_dl {
  margin-top: 40px;
}
.collect_dl dd {
  background: #f5f5f5;
}

.purchase_dl {
  margin-top: 30px;
}
.purchase_dl dd {
  background: rgba(var(--site-palecolor-rgb), 0.3);
}

.staff_box {
  margin-top: 50px;
  padding: 30px 40px;
}
.staff_box .content_ttl {
  font-size: min(1.9vw, 21px);
  background: rgba(var(--site-palecolor-rgb), 0.7);
  padding: 0.75em 0.5em;
  margin-bottom: 25px;
}
.staff_box .staff_content {
  gap: 4%;
}
.staff_box p {
  width: 68.8%;
}
.staff_box img {
  width: 27.2%;
  border-radius: 5px;
}

@media only screen and (max-width: 960px) {
  .case_content_box .ttl {
    font-size: 22px;
  }
  .case_content_box .date_time {
    right: 4vw;
    top: 4vw;
  }
  .customer_infobox {
    grid-template-columns: 23% 70%;
    -moz-column-gap: 7%;
         column-gap: 7%;
  }
  .customer_infobox .work_name {
    align-items: center;
  }
  .customer_infobox .area_name {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .customer_infobox dl {
    flex-wrap: wrap;
  }
  .customer_infobox dl dt {
    width: 25%;
  }
  .customer_infobox dl dt:nth-of-type(1), .customer_infobox dl dt:nth-of-type(2) {
    border-bottom: 1px solid var(--site-primary);
  }
  .customer_infobox dl dd {
    width: 25%;
  }
  .customer_infobox dl dd:nth-of-type(1), .customer_infobox dl dd:nth-of-type(2) {
    border-bottom: 1px solid var(--site-primary);
  }
  .work_infobox {
    margin: 35px 0 25px;
  }
  .work_infobox p {
    font-size: 20px;
  }
  .photo_box {
    padding: 4vw 40px 5vw;
  }
  .photo_box .car {
    width: 86.5%;
    margin-top: 25px;
  }
  .photo_box .car dt {
    font-size: 18px;
  }
  .photo_box .car dd {
    font-size: 18px;
  }
  .before_after li .room_img {
    height: 175px;
  }
  .before_after li .label {
    padding: 8px 0 6px;
  }
  .before_after li .label img {
    width: 90px;
  }
  .before_after::after {
    width: 24px;
    height: 28px;
  }
  .txt-off_price {
    margin-top: 30px;
  }
  .txt-off_price li dl {
    flex-direction: column;
  }
  .txt-off_price li dt {
    width: 100% !important;
    padding: 4px 0 6px;
  }
  .txt-off_price li dd {
    width: 100% !important;
  }
  .txt-off_price li:first-child dd {
    font-size: 24px;
  }
  .txt-off_price li:last-child dd {
    padding: 15px 20px 18px;
  }
  .txt-on_price {
    margin-top: 30px;
  }
  .txt-on_price li dd {
    font-size: 23px;
  }
  .txt-on_price li:first-child::after {
    width: 25px;
  }
  .txt-on_price li:nth-child(2)::after {
    width: 25px;
  }
  .collect_dl {
    margin-top: 30px;
  }
  .collect_dl dt, .purchase_dl dt {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .collect_dl dd, .purchase_dl dd {
    padding: 20px 3vw 20px;
  }
  .purchase_dl {
    margin-top: 20px;
  }
  .staff_box .content_ttl {
    font-size: 19px;
  }
}
@media only screen and (max-width: 568px) {
  .case_content_box .ttl {
    font-size: 18px;
    text-align: left;
    padding: 11px 15px 12px;
  }
  .case_content_box .date_time {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: -8px;
    position: static;
    right: auto;
  }
  .customer_infobox {
    grid-template-columns: 57% 40%;
    grid-template-rows: auto auto;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .customer_infobox .work_name {
    grid-column: 1;
    grid-row: 1;
    font-size: 16px;
    flex-direction: row;
    padding: 6px 0 6px;
  }
  .customer_infobox .work_name::before {
    width: 35px;
    height: 35px;
    margin-right: 7px;
  }
  .customer_infobox .area_name {
    grid-column: 2;
    grid-row: 1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    align-self: center;
    padding-left: 8px;
    border-width: 5px;
  }
  .customer_infobox dl {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 15px;
  }
  .customer_infobox dl.row {
    flex-direction: row;
  }
  .customer_infobox dl dt {
    font-size: 13px;
  }
  .customer_infobox dl dd {
    font-size: 13px;
  }
  .work_infobox {
    margin: 15px 0 15px;
  }
  .work_infobox p {
    font-size: 16px;
  }
  .photo_box {
    padding: 20px 20px 25px;
    margin-top: 25px;
  }
  .photo_box .car {
    width: 100%;
    margin-top: 15px;
  }
  .photo_box .car.row {
    flex-direction: row;
  }
  .photo_box .car dt {
    font-size: 15px;
    width: 45%;
  }
  .photo_box .car dt span {
    padding-left: 22px;
  }
  .photo_box .car dt span::before {
    width: 26px;
    height: 15px;
    left: -8px;
  }
  .photo_box .car dd {
    font-size: 15px;
    width: 55%;
  }
  .before_after {
    gap: 20px 0;
    flex-direction: column;
  }
  .before_after li {
    width: 100%;
  }
  .before_after::after {
    width: 55px;
    height: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
  }
  .txt-off_price {
    margin-top: 20px;
    gap: 15px 0;
    flex-direction: column;
  }
  .txt-off_price li {
    width: 100% !important;
  }
  .txt-off_price li dt {
    font-size: 18px !important;
  }
  .txt-off_price li:first-child dd {
    font-size: 28px;
    padding: 5px 0 8px;
  }
  .txt-off_price li:last-child dd {
    font-size: 15px;
  }
  .txt-on_price {
    flex-wrap: wrap;
    gap: 45px 0;
    margin-top: 25px;
  }
  .txt-on_price.row {
    flex-direction: row;
  }
  .txt-on_price li dt {
    font-size: 16px;
  }
  .txt-on_price li dd {
    font-size: 22px;
    line-height: 1;
  }
  .txt-on_price li:first-child {
    width: 43%;
  }
  .txt-on_price li:first-child::after {
    width: 20%;
    right: -27%;
  }
  .txt-on_price li:nth-child(2) {
    width: 43%;
  }
  .txt-on_price li:nth-child(2)::after {
    content: none;
  }
  .txt-on_price li:last-child {
    width: 100%;
  }
  .txt-on_price li:last-child dt {
    font-size: 20px;
    padding: 5px 0 7px;
  }
  .txt-on_price li:last-child dd {
    font-size: 28px;
    padding: 12px 0 15px;
  }
  .txt-on_price li:last-child::after {
    content: "";
    background: url(../img/common/arrow_down_red.svg) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .collect_dl {
    margin-top: 25px;
  }
  .collect_dl dt, .purchase_dl dt {
    font-size: 18px;
    border-width: 5px;
    padding-left: 12px;
  }
  .collect_dl dd, .purchase_dl dd {
    padding: 15px 15px 15px;
  }
  .purchase_dl {
    margin-top: 15px;
  }
  .staff_box {
    margin-top: 40px;
    padding: 15px 15px 20px;
  }
  .staff_box .content_ttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .staff_box .staff_content {
    flex-direction: column;
  }
  .staff_box .staff_content img {
    width: 100%;
    margin-bottom: 15px;
  }
  .staff_box .staff_content p {
    width: 100%;
  }
}
/*===============================================
 *	ページャー
===============================================*/
.pagination {
  display: flex;
  justify-content: center;
  gap: 0 7px;
  margin-top: 50px;
}

.pagination li a {
  font-size: 18px;
  font-weight: bold;
  color: var(--site-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  border: 2px solid var(--site-secondary);
  width: 60px;
  height: 60px;
}

.pagination li a.active {
  color: #fff;
  background: var(--site-secondary);
}

.pagination li a:hover {
  color: #fff;
  background: var(--site-secondary);
}

.pagination li a span {
  margin-top: -2px;
}

.pagination li img {
  width: 9px;
  vertical-align: middle;
  margin-top: -4px;
}

.pagination li.pre a:hover img, .pagination li.next a:hover img {
  display: none;
}

.pagination li.pre a:hover::after {
  content: "";
  display: block;
  background: url(../img/common/arrow_left_white.svg) no-repeat;
  width: 10px;
  height: 16px;
}

.pagination li.next a:hover::after {
  content: "";
  display: block;
  background: url(../img/common/arrow_right_white02.svg) no-repeat;
  width: 10px;
  height: 16px;
}

@media only screen and (max-width: 960px) {
  .pagination {
    margin-top: 35px;
  }
  .pagination li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .pagination li img {
    width: 8px;
  }
  .pagination li.pre a:hover::after, .pagination li.next a:hover::after {
    width: 8px;
    position: relative;
    top: 2px;
  }
}
@media only screen and (max-width: 568px) {
  .pagination {
    margin-top: 20px;
    gap: 0 8px;
  }
  .pagination li a {
    font-size: 18px;
    width: 45px;
    height: 45px;
  }
  .pagination li img {
    width: 8px;
    position: relative;
    top: -1px;
  }
  .pagination li.pre a:hover::after, .pagination li.next a:hover::after {
    width: 8px;
  }
}
/*===============================================
 *	ページネーション
===============================================*/
.post_under_nav {
  margin-top: 50px;
}

.post_under_nav ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.post_under_nav li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 140px;
  color: var(--site-secondary);
  background: #fff;
  border-radius: 5px;
  border: 2px solid var(--site-secondary);
  padding: 12px 0 14px;
  text-align: center;
  position: relative;
  transition: 0.2s;
}

.post_under_nav li a:hover {
  background: var(--site-secondary);
  color: #fff;
}

.post_under_nav li.nav-left a::after {
  content: "";
  background: url(../img/common/icon_arrow_left_blue.svg) no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.post_under_nav li.nav-left a:hover::after {
  background: url(../img/common/icon_arrow_left_white.svg) no-repeat;
}

.post_under_nav li.nav-center a {
  background: var(--site-secondary);
  color: #fff;
  width: 250px;
}

.post_under_nav li.nav-center a:hover {
  background: rgba(var(--site-secondary-rgb), 0.8);
  border: 2px solid rgba(var(--site-secondary-rgb), 0.5);
}

.post_under_nav li.nav-right a::after {
  content: "";
  background: url(../img/common/icon_arrow_right_blue.svg) no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.post_under_nav li.nav-right a:hover::after {
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat;
}

@media screen and (max-width: 960px) {
  .post_under_nav {
    margin-top: 32px;
  }
  .post_under_nav li a {
    font-size: 16px;
  }
  .post_under_nav li.nav-center a {
    width: 220px;
  }
}
@media screen and (max-width: 568px) {
  .post_under_nav {
    margin-top: 30px;
  }
  .post_under_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    width: 74.7vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    margin: 25px auto 0;
  }
  .post_under_nav li a {
    font-size: 15px;
    padding: 7px 0 9px;
  }
  .post_under_nav li.nav-left {
    grid-column: 1;
    grid-row: 2;
  }
  .post_under_nav li.nav-left a {
    width: 100%;
  }
  .post_under_nav li.nav-left a span {
    position: relative;
    right: -6px;
  }
  .post_under_nav li.nav-left a::after {
    width: 8px;
    height: 12px;
    right: 12px;
  }
  .post_under_nav li.nav-center {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 15px;
  }
  .post_under_nav li.nav-center a {
    font-size: 17px;
    width: 100%;
  }
  .post_under_nav li.nav-right {
    grid-column: 2;
    grid-row: 2;
  }
  .post_under_nav li.nav-right a {
    width: 100%;
  }
  .post_under_nav li.nav-right a span {
    position: relative;
    left: -6px;
  }
  .post_under_nav li.nav-right a::after {
    width: 8px;
    height: 12px;
    right: 12px;
  }
}/*# sourceMappingURL=case.css.map */