#archive-cases .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  #archive-cases .cate-menu {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .cate-menu {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #archive-cases .cate-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 959px) {
  #archive-cases .cate-menu__item {
    width: calc((100% / 3) - (12px * 2 / 3));
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .cate-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-cases .cate-menu__item a {
  display: block;
  width: 100%;
  padding: 0 16px 8px;
  border-bottom: solid 1px #868686;
  color: #868686;
  font-size: 2.1rem;
}

@media screen and (max-width: 1279px) {
  #archive-cases .cate-menu__item a {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 959px) {
  #archive-cases .cate-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .cate-menu__item a {
    font-size: 1.5rem;
  }
}

#archive-cases .cate-menu__item a:hover, #archive-cases .cate-menu__item a.is-active {
  border-color: #477EB9;
  color: #477EB9;
}

#archive-cases .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 519px) {
  #archive-cases .pagenation {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
    padding-bottom: 52px;
  }
}

#archive-cases .pagenation .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  max-width: 80px;
  height: 48px;
  border: solid 1px #477EB9;
  background: #FFFFFF;
  border-radius: 3px;
  color: #477EB9;
  font-size: 1.7rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #archive-cases .pagenation .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .pagenation .page-numbers {
    width: 100%;
    max-width: 40px;
    font-size: 1.3rem;
  }
}

#archive-cases .pagenation .page-numbers:not(.current):not(.dots):hover {
  background: #477EB9;
  color: #FFFFFF;
}

#archive-cases .pagenation .page-numbers.dots {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

#archive-cases .pagenation .page-numbers.current {
  background: #477EB9;
  color: #FFFFFF;
}

#archive-cases .pagenation .page-numbers.next, #archive-cases .pagenation .page-numbers.prev {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  max-width: none;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  #archive-cases .pagenation .page-numbers.next, #archive-cases .pagenation .page-numbers.prev {
    width: 72px;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .pagenation .page-numbers.next, #archive-cases .pagenation .page-numbers.prev {
    width: calc((100% / 2) - (10px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .pagenation .page-numbers.prev {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#archive-cases .pagenation .page-numbers.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 519px) {
  #archive-cases .pagenation .page-numbers.next {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

#archive-cases .case-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
}

@media screen and (max-width: 1279px) {
  #archive-cases .case-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  #archive-cases .case-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit {
    gap: 24px;
  }
}

#archive-cases .case-unit__menu {
  position: sticky;
  top: 24px;
  width: 240px;
}

@media screen and (max-width: 1279px) {
  #archive-cases .case-unit__menu {
    width: 220px;
  }
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit__menu {
    top: 0;
    width: 100%;
  }
}

#archive-cases .case-unit .case-menu {
  border-top: solid 1px #6D594A;
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-menu {
    display: none;
  }
}

#archive-cases .case-unit .case-menu__item {
  border-bottom: solid 1px #6D594A;
}

#archive-cases .case-unit .case-menu__item a {
  display: block;
  position: relative;
  padding: 12px 12px 12px 42px;
  color: #6D594A;
  font-size: 1.5rem;
}

#archive-cases .case-unit .case-menu__item a::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 12px;
  width: 22px;
  height: 16px;
  background: #6D594A;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-circle.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-circle.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #archive-cases .case-unit .case-menu__item a::before {
    left: 8px;
  }
}

#archive-cases .case-unit .case-menu__item a:not(.is-current):hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

#archive-cases .case-unit .case-menu__item a.is-current {
  color: #FFFFFF;
  background: #6D594A;
}

#archive-cases .case-unit .case-menu__item a.is-current::before {
  background: #FFFFFF;
}

#archive-cases .case-unit .case-dropdown {
  display: none;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/12px 7px no-repeat #F7F5EF;
  border-radius: 3px;
  color: #6D594A;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-dropdown {
    height: 48px;
  }
}

#archive-cases .case-unit__dtl {
  width: calc(100% - 288px);
}

@media screen and (max-width: 1279px) {
  #archive-cases .case-unit__dtl {
    width: calc(100% - 260px);
  }
}

@media screen and (max-width: 1023px) {
  #archive-cases .case-unit__dtl {
    width: calc(100% - 252px);
  }
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit__dtl {
    width: 100%;
  }
}

#archive-cases .case-unit .case-list__item {
  position: relative;
}

#archive-cases .case-unit .case-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

#archive-cases .case-unit .case-list__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(110deg, transparent, transparent 3px, #6D594A 3px, #6D594A 5px);
}

#archive-cases .case-unit .case-list__item .case-vsl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-vsl {
    margin-bottom: 16px;
  }
}

#archive-cases .case-unit .case-list__item .case-vsl__before, #archive-cases .case-unit .case-list__item .case-vsl__after {
  overflow: hidden;
  position: relative;
  width: calc((100% / 2) - (8px * 1 / 2));
  aspect-ratio: 1/1;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  #archive-cases .case-unit .case-list__item .case-vsl__before, #archive-cases .case-unit .case-list__item .case-vsl__after {
    width: calc((100% / 2) - (8px * 1 / 2));
  }
}

#archive-cases .case-unit .case-list__item .case-vsl__before::before, #archive-cases .case-unit .case-list__item .case-vsl__after::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 0px 0px 3px #414141, 0px 0px 5px #414141, 0px 0px 10px #414141, 0px 0px 15px #414141;
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-list__item .case-vsl__before::before, #archive-cases .case-unit .case-list__item .case-vsl__after::before {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-vsl__before::before, #archive-cases .case-unit .case-list__item .case-vsl__after::before {
    font-size: 1.3rem;
  }
}

#archive-cases .case-unit .case-list__item .case-vsl__before img, #archive-cases .case-unit .case-list__item .case-vsl__after img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#archive-cases .case-unit .case-list__item .case-vsl__before::before {
  content: 'Before';
}

#archive-cases .case-unit .case-list__item .case-vsl__after::before {
  content: 'After';
}

#archive-cases .case-unit .case-list__item .case-dtl {
  width: 100%;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-list__item .case-dtl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-dtl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#archive-cases .case-unit .case-list__item .case-dtl .case-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

#archive-cases .case-unit .case-list__item .case-dtl .case-head__ttl {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 56px;
  color: #6D594A;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-head__ttl {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-head__ttl {
    padding-right: 40px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-head__ttl {
    font-size: 1.5rem;
  }
}

#archive-cases .case-unit .case-list__item .case-dtl .case-head__ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/zigzag-s.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-head__ttl::after {
    width: 30px;
    height: 9px;
  }
}

#archive-cases .case-unit .case-list__item .case-dtl .case-head__gender {
  position: relative;
  padding: 2px 12px;
  color: #6D594A;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-head__gender {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-head__gender {
    font-size: 1.3rem;
  }
}

#archive-cases .case-unit .case-list__item .case-dtl .case-head__gender::before, #archive-cases .case-unit .case-list__item .case-dtl .case-head__gender::after {
  content: '';
  width: 7px;
  height: calc(100% - 12px);
  border: solid 2px #6D594A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#archive-cases .case-unit .case-list__item .case-dtl .case-head__gender::before {
  position: absolute;
  top: 50%;
  left: 0;
  border-right: none;
}

#archive-cases .case-unit .case-list__item .case-dtl .case-head__gender::after {
  position: absolute;
  top: 50%;
  right: 0;
  border-left: none;
}

#archive-cases .case-unit .case-list__item .case-dtl .case-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px 12px;
  padding: 16px;
  background: rgba(109, 89, 74, 0.05);
  border-radius: 3px;
}

#archive-cases .case-unit .case-list__item .case-dtl .case-data__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}

#archive-cases .case-unit .case-list__item .case-dtl .case-data__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  width: 160px;
  color: #6D594A;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-data__item dt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-data__item dt {
    width: 100%;
  }
}

#archive-cases .case-unit .case-list__item .case-dtl .case-data__item dt::after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: rgba(109, 89, 74, 0.4);
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-data__item dt::after {
    display: none;
  }
}

#archive-cases .case-unit .case-list__item .case-dtl .case-data__item dd {
  width: calc(100% - 172px);
  line-height: 1.6;
}

@media screen and (max-width: 519px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-data__item dd {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  #archive-cases .case-unit .case-list__item .case-dtl .case-data__item dd {
    font-size: 1.5rem;
  }
}

#archive-cases .case-unit .case-list__item .case-link {
  width: 100%;
}

.sort-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  max-width: 840px;
  margin-inline: auto;
}

@media screen and (max-width: 959px) {
  .sort-unit {
    max-width: 645px;
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .sort-unit {
    gap: 12px;
  }
}

.sort-ttl {
  margin: 0 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .sort-ttl {
    font-size: 1.7rem;
  }
}

.sort-cat {
  width: 100%;
}

.sort-cat .sort-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 32px;
}

@media screen and (max-width: 959px) {
  .sort-cat .sort-check {
    gap: 6px 24px;
  }
}

.sort-cat .sort-check__item {
  display: inline-block;
  cursor: pointer;
}

.sort-cat .sort-check__item input {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}

.sort-cat .sort-check__item input:checked + span::after {
  display: block;
}

.sort-cat .sort-check__item span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 959px) {
  .sort-cat .sort-check__item span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 959px) {
  .sort-cat .sort-check__item span {
    padding-left: 24px;
  }
}

.sort-cat .sort-check__item span::before, .sort-cat .sort-check__item span::after {
  position: absolute;
  content: '';
  translate: 0 -50%;
}

.sort-cat .sort-check__item span::before {
  content: '';
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .sort-cat .sort-check__item span::before {
    top: calc( 50% + 1px);
    width: 18px;
    height: 18px;
  }
}

.sort-cat .sort-check__item span::after {
  display: none;
  top: calc( 50% - 1px);
  left: 7px;
  z-index: 1;
  width: 7px;
  height: 13px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #477EB9 #477EB9 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

@media screen and (max-width: 767px) {
  .sort-cat .sort-check__item span::after {
    width: 6px;
  }
}

.sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 959px) {
  .sort-btn {
    gap: 8px;
  }
}

.sort-btn__item {
  width: 120px;
  height: 48px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .sort-btn__item {
    width: 96px;
    height: 44px;
  }
}

@media screen and (max-width: 959px) {
  .sort-btn__item {
    height: 40px;
  }
}

.sort-btn__item.--sort {
  border: solid 1px #D65858;
  background: #D65858;
  color: #FFFFFF;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-size: 1.7rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 959px) {
  .sort-btn__item.--sort {
    line-height: 44px;
  }
}

@media screen and (max-width: 959px) {
  .sort-btn__item.--sort {
    line-height: 38px;
    font-size: 1.5rem;
  }
}

.sort-btn__item.--sort:hover {
  background: #FFFFFF;
  color: #D65858;
}

.sort-btn__item.--sort:hover span::before {
  background: #D65858;
}

.sort-btn__item.--clear {
  border: solid 1px #c8c8c8;
  background: #FFFFFF;
  color: #c8c8c8;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 959px) {
  .sort-btn__item.--clear {
    line-height: 40px;
  }
}

@media screen and (max-width: 959px) {
  .sort-btn__item.--clear {
    line-height: 36px;
  }
}

.sort-btn__item.--clear:hover {
  background: #c8c8c8;
  color: #FFFFFF;
}

/*# sourceMappingURL=../../maps/pages/cases-cd.css.map */
