@charset "utf-8";

/*===============================================
  追加
================================================*/
.tax-city_genre .target-label .font-small {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
}

.caution-note {
  position: relative;
  padding-left: 16px;
}

.caution-note::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.single-area .area-table {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.single-area .area-table dt,
.single-area .area-table dd {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 15px;
}

.single-area .area-table dt {
  width: 200px;
  background: #f4fbff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-area .area-table dd {
  width: calc(100% - 200px);
}

.single-area .area-intro .area__text {
  text-align: left;
}

@media (max-width: 767px) {

  .single-area .area-table dt,
  .single-area .area-table dd {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
  }
}

.single-area .area-info__contents {
  display: none;
  padding: 0 60px;
}

.single-area .area-info__contents h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #1975d8;
}

.single-area .area-info__contents h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.single-area .area-info__contents h5 {
  position: relative;
  margin-top: 20px;
  padding-left: 16px;
  font-size: 1.6rem;
  color: #0B71DE;
}

.single-area .area-info__contents h5::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0B71DE;
  content: "";
}

.single-area .area-info__contents h5+ul {
  margin-top: 10px;
  padding-left: 14px;
}

.single-area .area-info__contents p {
  font-size: 1.6rem;
}

.single-area .area-info__contents ul {
  margin: 20px 0;
}

.single-area .area-info__contents ul li {
  position: relative;
  padding-left: 12px;
}

.single-area .area-info__contents ul li+li {
  margin-top: 5px;
}

.single-area .area-info__contents ul li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}

@media (max-width: 767px) {
  .single-area .area-info__contents {
    padding: 0 10px;
  }

  .single-area .area-info__contents h3 {
    font-size: 1.9rem;
  }

  .single-area .area-info__contents h4 {
    margin-top: 30px;
    font-size: 1.8rem;
  }

  .single-area .area-info__contents h5 {
    margin-top: 10px;
  }

  .single-area .area-info__contents ul {
    margin: 10px 0;
  }

  .single-area .area-info__contents ul li::before {
    top: 14px;
  }
}

.case-card__area {
  margin-top: 5px;
}

.case-card__info {
  font-size: 1.6rem;
  margin-top: 0;
}

.case-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  max-height: 10rem;
}

@media (max-width: 767px) {
  .case-card__info {
    font-size: 1.4rem;
  }

  .caseSwiper .swiper-slide-next .case-card,
  .caseSwiper .swiper-slide.is-next2 .case-card {
    transform: translateX(12vw) scale(1);
  }

  .caseSwiper .swiper-wrapper {
    align-items: flex-start;
  }
}

.area-case-part .archive-works__title .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  max-height: 10rem;
}

.area-case-part .product-table td p {
  line-height: 1.5;
}

.area-case-part .archive-works__title .customer {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .area-case-part .archive-works__title .ttl {
    font-size: 1.8rem;
  }
}

/*===============================================
  修正
================================================*/
@media (max-width: 1023px) {
  .target__item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .target__item {
    width: 100%;
  }
}

.page-intro__item {
  flex: 1;
}

.page-intro__img {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 20px;
}

.page-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.target__img {
  overflow: hidden;
  aspect-ratio: 1.46 / 1;
  border-radius: 5px;
}

.target__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-part {
  z-index: 1;
}

.page-intro-box__inner {
  width: min(100%, 1000px);
}

/* 対応エリア */
.single-area .label .wrap {
  width: auto;
}

.works-above__content {
  width: 100%;
}

/* お知らせ */
.default-posts {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.default-posts .contents {
  width: calc(100% - 280px);
}

.default-posts .sidebar {
  width: 250px;
  background: #f4fbff;
  padding: 25px 20px 35px;
  border-radius: 20px;
}

.default-posts .sidebar .widget+.widget {
  margin-top: 40px;
}

.default-posts .widget-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 24px;
  padding-bottom: 5px;
  font-size: 16px;
}

.default-posts .widget-title::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0B71DE;
  position: absolute;
  left: 9px;
  top: 12px;
}

.default-posts .sidebar ul {
  padding: 0;
  margin-left: 20px;
}

.default-posts .sidebar ul li {
  border-bottom: 1px dashed #ddd;
}

.default-posts .sidebar li+li {
  margin-top: 8px;
}

.default-posts .sidebar ul li a {
  color: #333;
  font-size: 14px;
  display: block;
}

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

  .default-posts .contents,
  .default-posts .sidebar {
    width: 100%;
  }

  .default-posts .sidebar {
    margin-top: 100px;
  }
}

/* お知らせ一覧 */
.default-posts .post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.default-posts .post-list__item {
  border-bottom: 1px solid #ddd;
}

.default-posts .post-list__item a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
}

.default-posts .post-list__category {
  padding: 5px 14px;
  border: 1px solid #1677ff;
  border-radius: 20px;
  color: #1677ff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.default-posts .post-list__date {
  font-size: 14px;
  white-space: nowrap;
}

.default-posts .post-list__title {
  flex: 1;
}

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

  .default-posts .post-list__item a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px 16px;
    padding: 18px 0;
  }

  .default-posts .post-list__category {
    font-size: 12px;
    padding: 5px 12px;
  }

  .default-posts .post-list__date {
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .default-posts .post-list__title {
    grid-column: 1 / -1;
    font-size: 15px;
    line-height: 1.6;
  }

}

/* お知らせ詳細 */
.default-posts .contents_inner {
  margin-top: 20px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.default-posts .contents_inner .wp-block-group {
  margin-bottom: 40px;
}

.default-posts .contents_inner .wp-block-group .wp-block-group {
  margin-bottom: 0;
}

.default-posts .contents_inner h2 {
  background: #f4fbff;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.default-posts .contents_inner h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-size: 17px;
}

.default-posts .contents_inner h3::before,
.default-posts .contents_inner h3::after {
  content: '';
  display: block;
  position: absolute;
}

.default-posts .contents_inner h3::before {
  width: 8px;
  height: 8px;
  background: #0B71DE;
  border-radius: 50%;
  left: 7px;
  top: 12px;
}

.default-posts .contents_inner h3::after {
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  bottom: -5px;
}

.default-posts .contents_inner h4 {
  color: #0b71de;
  margin-top: 20px;
}

.default-posts .contents_inner p+p {
  margin-top: 0;
}

.default-posts .contents_inner p {
  font-size: 16px;
  margin-top: 15px !important;
}

.default-posts .contents_inner p:first-child {
  margin-top: 0 !important;
}

.default-posts .contents_inner figure {
  margin-top: 20px;
}

.default-posts .contents_inner figure:first-child,
.default-posts .contents_inner .wp-block-group figure {
  margin-top: 0;
}

.default-posts nav.post-navigation {
  display: flex;
  position: relative;
}

.default-posts nav.post-navigation a {
  color: #333;
  font-size: 14px;
}

.default-posts nav.post-navigation .post-navigation__archive {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.default-posts nav.post-navigation .post-navigation__next {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .default-posts .contents_inner .is-layout-flex:has(> figure):has(> div) {
    flex-wrap: wrap;
  }
}

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

  .default-posts .contents_inner h2 {
    padding: 5px 10px;
  }

  .default-posts .contents_inner p {
    font-size: 15px;
  }
}

/* 買取実績 ビフォーアフター */
.works-beforeafter {
  width: 100%;
  padding-bottom: 80px;
}

.works-beforeafter__item {
  width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 80px;
  margin-top: 60px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.works-beforeafter__column {
  width: 45%;
  position: relative;
}

.works-beforeafter__column span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 15px;
}

.works-beforeafter__column.works-beforeafter__column--before span {
  background: #0B71DE;
}

.works-beforeafter__column.works-beforeafter__column--after span {
  background: #E13109;
}

.works-beforeafter__column.works-beforeafter__column--before::after {
  content: '';
  background: #0B71DE;
  height: calc(tan(60deg) * 60px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.works-beforeafter__image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.works-beforeafter__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-beforeafter__text {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 15px;
}

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

  .works-beforeafter__item {
    padding: 15px;
    margin-top: 20px;
  }

  .works-beforeafter__column {
    width: 46%;
  }

  .works-beforeafter__column span {
    font-size: 15px;
    padding: 1px 10px;
  }

  .works-beforeafter__column.works-beforeafter__column--before::after {
    height: calc(tan(38deg) * 60px / 2);
    width: 13px;
    right: -21px;
  }

  .works-beforeafter__text {
    line-height: 1.2;
    font-size: 12px;
  }
}

/* トップページ ショップ情報がない時 */
.no_shop {
  padding: 140px;
}

@media (max-width: 767px) {
  .no_shop {
    padding: 60px;
  }
}

/* サイトマップ */
.sitemap__list {
  padding: 100px 0 0;
  width: min(100%, 800px);
  margin: 0 auto;
}

.sitemap__list li {
  position: relative;
}

.sitemap__list li::before {
  content: '';
  display: block;
  background: #0B71DEff;
  position: absolute;
}

.sitemap__list>li {
  background: #f4fbff;
  padding: 3px 15px 3px 30px;
  margin-top: 20px;
}

.sitemap__list>li::before {
  height: calc(tan(60deg) * 12px / 2);
  width: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 14px;
  top: 12px;
}

.sitemap__list>li>ul>li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 2px;
  top: 11px;
}

.sitemap__list a {
  color: #333;
  font-size: 16px;
  display: block;
}

.sitemap__list>li ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  margin: 10px 0;
}

.sitemap__list>li ul li {
  width: calc((100% - 60px) / 3);
  padding-left: 15px;
}

.sitemap__list>li.sitemap-area>ul>li {
  width: calc((100% - 60px) / 2);
}

.sm_area__list li {
  padding-left: 0 !important;
}

.sitemap__list>li ul li a {
  font-size: 15px;
}

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

  .sitemap__list>li ul li,
  .sitemap__list>li.sitemap-area>ul>li {
    width: 100%;
  }

  .sm_area__list li {
    width: calc((100% - 60px) / 2) !important;
  }
}

.archive .nav-links {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pagination * {
    margin-right: 15px;
  }
}