img {
  vertical-align: bottom;
}

a:focus, a:focus-within {
  --_border-color: transparent;
  box-shadow: 0 0 0 2px rgba(170, 35, 36, 0.3);
  outline: none;
}

.widget_media_image a {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.cs-inner {
  max-width: 1120px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 20px;
}

.cs-section {
  padding-block: min(5vw, 80px);
}
@media screen and (max-width: 767px) {
  .cs-section {
    padding-block: min(10vw, 60px);
  }
}
.cs-section.color2 {
  background-color: #727274;
  color: #fff;
}

.cs-section__title {
  font-size: clamp(1.5em, 3vw, 2.5em);
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: skewX(-10deg);
  display: inline-block;
  position: relative;
}
.cs-section__title::before {
  content: "";
  background-color: #aa2324;
  width: calc(100% + 24px);
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.cs-section__title::after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: -20px;
  border-left: 2px solid #aa2324;
  border-right: 2px solid #aa2324;
  transform: skewX(-10deg) rotate(10deg);
}
@media screen and (max-width: 767px) {
  .cs-section__title {
    font-size: 1.75em;
  }
}

.cs-btn {
  display: inline-block;
  padding: min(2vw, 16px) min(3vw, 24px);
  font-size: clamp(0.825em, 1.5vw, 1.25em);
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  background-color: transparent;
  border-radius: 4px;
  transition: color 0.5s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cs-btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #333;
  border-radius: 4px;
  z-index: -1;
}
.cs-btn span::before {
  content: "";
  width: 500px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  background-color: #333;
  transition: transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.cs-btn.color2 {
  color: #fff;
  background-color: #333;
}
.cs-btn.color2 span::before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cs-btn {
    font-size: 1.25em;
    padding: 12px 24px;
  }
}
@media (hover: hover) {
  .cs-btn:hover {
    color: #fff;
  }
  .cs-btn:hover.color2 {
    color: #333;
  }
  .cs-btn:hover span::before {
    transform: translate(-50%, 50%) scale(1);
  }
}

.cs-mv {
  position: relative;
  padding-block: min(3vw, 40px);
}
@media screen and (max-width: 767px) {
  .cs-mv {
    padding-block: min(6vw, 80px);
    overflow: hidden;
  }
}

.cs-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cs-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-mv__inner {
  max-width: 1920px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 20px;
}

.cs-mv__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cs-mv__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.cs-mv__detail {
  margin-right: -6%;
}
@media screen and (max-width: 1023px) {
  .cs-mv__detail {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-mv__detail {
    width: fit-content;
    margin-inline: auto;
  }
}

.cs-mv__title {
  font-size: clamp(2.2em, 3.5vw, 3em);
  line-height: 1.4;
  font-weight: 700;
}

.cs-mv__lead {
  margin-top: min(2vw, 16px);
  font-size: clamp(1em, 1.5vw, 1.25em);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cs-mv__lead {
    margin-top: min(4vw, 32px);
  }
}

.cs-mv__btn {
  margin-top: min(4vw, 32px);
}
@media screen and (max-width: 767px) {
  .cs-mv__btn {
    margin-top: min(6vw, 48px);
    display: flex;
    justify-content: center;
  }
}

.cs-mv__img {
  width: 50%;
  aspect-ratio: 515/422;
}
@media screen and (max-width: 767px) {
  .cs-mv__img {
    margin-top: min(6vw, 48px);
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.cs-feature__list {
  margin-top: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .cs-feature__list {
    margin-top: min(6vw, 40px);
    max-width: 500px;
    margin-inline: auto;
  }
}

.cs-feature__item {
  display: flex;
  gap: min(5vw, 40px);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cs-feature__item {
    flex-direction: column;
    gap: min(5vw, 24px);
  }
}
.cs-feature__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .cs-feature__item:nth-child(even) {
    flex-direction: column;
  }
}
.cs-feature__item:not(:first-child) {
  margin-top: min(7vw, 60px);
}
@media screen and (max-width: 767px) {
  .cs-feature__item:not(:first-child) {
    margin-top: min(8vw, 60px);
  }
}

.cs-feature__img {
  width: 50.9259259259%;
  aspect-ratio: 550/460;
}
@media screen and (max-width: 767px) {
  .cs-feature__img {
    width: 100%;
    height: 280px;
  }
}
.cs-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .cs-feature__img img {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
}

.cs-feature__detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cs-feature__detail {
    width: 100%;
  }
}

.cs-feature__title {
  font-size: clamp(1.25em, 3.2vw, 2em);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cs-feature__title {
    font-size: 1.5em;
  }
}

.cs-feature__text {
  margin-top: min(4vw, 24px);
  font-size: clamp(1em, 2vw, 1.25em);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cs-feature__text {
    margin-top: min(4vw, 20px);
    font-size: 1.25em;
  }
}

.cs-feature__more {
  margin-top: min(4vw, 24px);
}
@media screen and (max-width: 767px) {
  .cs-feature__more {
    margin-top: min(4vw, 24px);
  }
}

.cs-service__list {
  margin-top: min(4vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .cs-service__list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4vw, 24px);
  }
}

.cs-service__item {
  padding: min(2vw, 24px);
  position: relative;
  z-index: 1;
}
.cs-service__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(114, 114, 116, 0.1);
  filter: blur(3px);
  border-radius: 8px;
  z-index: -1;
}

.cs-service__img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 247/213;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cs-service__img {
    width: 80%;
  }
}
.cs-service__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cs-service__detail {
  margin-top: min(2vw, 16px);
  text-align: center;
}

.cs-service__title {
  font-size: clamp(0.875em, 2vw, 1.25em);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.cs-service__text {
  margin-top: min(2vw, 16px);
  font-size: clamp(0.8em, 1.5vw, 1em);
  line-height: 1.6;
}

.cs-service__more {
  margin-top: min(6vw, 40px);
  display: flex;
  justify-content: center;
}

.cs-cta {
  position: relative;
  overflow: clip;
  z-index: 1;
}
.cs-cta.color2 {
  color: #fff;
}

.cs-cta__bg {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 207/150;
  background: url("../img/logo_b.svg") no-repeat center/cover;
  opacity: 0.2;
  z-index: -1;
  animation: parallax linear;
  animation-timeline: scroll();
}
.cs-cta__bg.color1 {
  background: url("../img/logo.svg") no-repeat center/cover;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .cs-cta__bg {
    top: 35%;
    opacity: 0.1;
  }
}

@keyframes parallax {
  from {
    transform: translateY(-80%) translateX(-50%);
  }
  to {
    transform: translateY(0px) translateX(-50%);
  }
}
.cs-cta__title {
  font-size: clamp(1.5em, 3vw, 2.5em);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cs-cta__title {
    font-size: 1.75em;
  }
}

.cs-cta__text {
  margin-top: min(4vw, 24px);
  font-size: clamp(1em, 2vw, 1.5em);
  text-align: center;
}

.cs-cta__btn {
  margin-top: min(4vw, 32px);
  display: flex;
  justify-content: center;
}

.cs-work__list {
  margin-top: min(6vw, 60px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .cs-work__list {
    margin-top: min(8vw, 60px);
    grid-template-columns: repeat(2, 1fr);
    gap: 24px min(1vw, 24px);
  }
}

.cs-work__link {
  display: block;
  position: relative;
  color: #fff;
}
@media (hover: hover) {
  .cs-work__link:hover .cs-work__hover {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.cs-work__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 3/2;
  padding: min(2vw, 12px) min(3vw, 24px);
  font-size: clamp(0.825em, 1.5vw, 1.25em);
  line-height: 1.4;
  font-weight: 700;
  display: grid;
  place-items: center;
  color: #000;
  background: radial-gradient(white, transparent);
  backdrop-filter: blur(4px);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1), transform 0.3s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
}

.cs-work__img {
  width: 100%;
  aspect-ratio: 240/183;
}
@media screen and (max-width: 767px) {
  .cs-work__img {
    width: 80%;
    margin-inline: auto;
  }
}
.cs-work__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cs-work__detail {
  margin-top: min(2vw, 16px);
  text-align: center;
}

.cs-work__title {
  font-size: clamp(0.875em, 1.7vw, 1.25em);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cs-work__title {
    font-size: 1.05em;
  }
}

.cs-work__name {
  margin-top: min(1vw, 8px);
  font-size: clamp(0.75em, 1.5vw, 0.875em);
}
@media screen and (max-width: 767px) {
  .cs-work__name {
    font-size: 1em;
  }
}

.cs-work__note {
  margin-top: min(2vw, 24px);
  font-size: clamp(0.685em, 1.3vw, 0.875em);
  color: #999;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cs-work__note {
    font-size: 0.8em;
  }
}

.cs-flow__list {
  margin-top: min(7vw, 80px);
  display: grid;
  grid-template-columns: 1fr;
  gap: min(5vw, 60px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .cs-flow__list {
    gap: 40px;
  }
}

.cs-flow__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: min(2vw, 20px);
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .cs-flow__item {
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }
}
.cs-flow__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 959px) {
  .cs-flow__item:not(:first-child)::before {
    top: -30px;
  }
}

.cs-flow__number {
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: clamp(1em, 2vw, 1.5em);
  font-weight: 700;
  letter-spacing: 0.01em;
  background-color: #fff;
  color: #333;
  line-height: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .cs-flow__number {
    top: -16px;
    left: -16px;
    width: 28px;
    height: 28px;
  }
}

.cs-flow__detail {
  flex: 1;
}

.cs-flow__title {
  font-size: clamp(1.25em, 3vw, 1.75em);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cs-flow__title {
    font-size: 1.5em;
    padding-left: 32px;
  }
}

.cs-flow__lead {
  margin-top: min(1vw, 8px);
  font-size: clamp(0.875em, 2vw, 1.125em);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cs-flow__lead {
    margin-top: min(2vw, 12px);
    font-size: 1.125em;
  }
}

.cs-flow__subList {
  margin-top: min(2vw, 16px);
  padding-left: 1.2em;
  list-style: disc;
}

.cs-flow__subitem {
  font-size: clamp(0.875em, 1.5vw, 1em);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cs-flow__subitem {
    font-size: 1em;
  }
}

.cs-flow__img {
  max-width: 140px;
  aspect-ratio: 370/401;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cs-flow__img {
    max-width: 24px;
    position: absolute;
    top: 20px;
    left: 16px;
  }
}
.cs-flow__img img {
  height: 100%;
}

.cs-faq__list {
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 767px) {
  .cs-faq__list {
    margin-top: min(8vw, 60px);
  }
}

.cs-faq__item:last-child .cs-faq__details {
  border-bottom: 1px solid #333;
}

.cs-faq__details {
  padding-inline: 16px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .cs-faq__details {
    padding-inline: 8px;
  }
}
.cs-faq__details[open] .cs-faq__summary::before {
  opacity: 1;
}
.cs-faq__details[open] .cs-faq__summary::after {
  transform: scaleY(0);
}

.cs-faq__summary {
  font-size: clamp(0.875em, 2vw, 1.25em);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 24px 32px 24px 1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  .cs-faq__summary {
    font-size: clamp(1em, 3vw, 1.25em);
    padding: 16px 20px 16px 1.5em;
  }
}
.cs-faq__summary::-webkit-details-marker {
  display: none;
}
.cs-faq__summary::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 20px;
  height: 16px;
  border-top: 2px solid #333;
  transition: opacity 0.3s;
  transform-origin: top;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .cs-faq__summary::before {
    top: calc(50% - 6px);
    width: 16px;
    height: 12px;
  }
}
.cs-faq__summary::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transform: scaleY(1);
  width: 20px;
  height: 16px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #333;
  transition: transform 0.3s;
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .cs-faq__summary::after {
    top: calc(50% - 6px);
    width: 16px;
    height: 12px;
  }
}

.cs-faq__answer {
  padding-top: 24px;
  font-size: clamp(0.825em, 1.5vw, 1.125em);
  line-height: 1.6;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (max-width: 767px) {
  .cs-faq__answer {
    padding-top: 16px;
    font-size: clamp(0.875em, 2vw, 1.125em);
  }
}

.cs-faq__more {
  margin-top: min(6vw, 40px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cs-faq__more {
    margin-top: min(8vw, 40px);
  }
}

.cs-post.color2 .cs-post__link {
  border-width: #fff;
}
.cs-post.color2 .cs-post__detail {
  background-color: #fff;
}

.cs-post__list {
  margin-top: min(5vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cs-post__list {
    max-width: 70%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.cs-post__link {
  display: block;
  border: 1px solid #333;
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .cs-post__link:hover {
    border-color: #aa2324;
  }
  .cs-post__link:hover .cs-post__img img {
    scale: 1.05;
  }
}

.cs-post__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.cs-post__img img {
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.cs-post__detail {
  padding: 12px;
}

.cs-post__title {
  font-size: clamp(0.875em, 2vw, 1.25em);
  font-weight: 700;
  overflow: hidden;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .cs-post__title {
    font-size: 1.2em;
  }
}

.cs-post__date {
  margin-top: 8px;
  font-size: clamp(0.75em, 1.5vw, 0.875em);
  color: #333;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .cs-post__date {
    font-size: 0.975em;
  }
}

.cs-post__more {
  margin-top: min(6vw, 40px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cs-post__more {
    margin-top: 32px;
  }
}

.l-content .c-pageTitle {
  font-size: clamp(2em, 5vw, 3.5em);
}
.l-content .c-pageTitle__inner {
  position: relative;
  z-index: 1;
}
.l-content .c-pageTitle__subTitle {
  font-size: 1.5em;
  position: absolute;
  left: 20px;
  bottom: -40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: rgba(170, 35, 36, 0.3);
  margin: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-content .c-pageTitle__subTitle {
    font-size: 1.1em;
    line-height: 2.1em;
  }
}
@media screen and (max-width: 767px) {
  .l-content .cs-privacy-policy .c-pageTitle__subTitle {
    font-size: 1.05em;
    line-height: 2.5;
  }
}
.l-content .sp-column {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-content .sp-column {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.l-content .cs-center {
  justify-content: center;
}
.l-content .cs-narrow {
  max-width: 800px;
  margin-inline: auto;
}
.l-content .cs-narrow .wp-block-group {
  flex: 1;
}
.l-content .cs-pages__contact {
  max-width: 800px;
  margin-inline: auto;
}
.l-content .cs-pages__contact .smf-item__description, .l-content .cs-pages__contact .smf-control-description {
  border: 1px solid #333;
  border-radius: 0.5em;
  display: inline-block;
  color: #333;
  padding: 1px 6px;
  margin-top: 2px;
}
.l-content .cs-pages__contact .cs-center {
  justify-content: center;
}
.l-content .cs-pages__contact .cs-required .smf-item__description, .l-content .cs-pages__contact .cs-required .smf-control-description {
  border-color: #aa2324;
  color: #aa2324;
}
.l-content .cs-pages__contact .smf-textarea-control__control {
  resize: vertical;
  min-height: 200px;
}
.l-content .cs-pages__contact .smf-button-control__control {
  width: fit-content;
  border: none;
  background: #fff;
  color: #333;
  border-radius: 4px;
  border: 1px solid #333;
  font-size: 1.25em;
  z-index: 1;
  overflow: hidden;
  transition: color 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.l-content .cs-pages__contact .smf-button-control__control::before {
  content: "";
  width: 500px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  background-color: #333;
  transition: transform 0.5s cubic-bezier(0.4, 0, 1, 1);
  z-index: -1;
}
@media (hover: hover) {
  .l-content .cs-pages__contact .smf-button-control__control:hover {
    color: #fff;
  }
  .l-content .cs-pages__contact .smf-button-control__control:hover::before {
    transform: translate(-50%, 50%) scale(1);
  }
}
.l-content .cs-pages__contact .smf-button-control__control:focus, .l-content .cs-pages__contact .smf-button-control__control:focus-within {
  --_border-color: transparent;
  box-shadow: 0 0 0 1px rgba(170, 35, 36, 0.3);
  outline: none;
}
.l-content .cs-pages__contact a {
  text-decoration: underline;
}
.l-content .cs-pages__contact a:focus, .l-content .cs-pages__contact a:focus-within {
  --_border-color: transparent;
  box-shadow: 0 0 0 1px rgba(170, 35, 36, 0.3);
  outline: none;
}
.l-content .cs-pages__contact .smf-form .smf-checkbox-control__control:checked {
  background-color: #aa2324;
  border-color: #aa2324;
}
.l-content .cs-pages__contact .smf-form .smf-checkbox-control__control:focus, .l-content .cs-pages__contact .smf-form .smf-checkbox-control__control:focus-within {
  --_border-color: transparent;
  box-shadow: 0 0 0 1px rgba(170, 35, 36, 0.3);
}
.l-content .cs-pages__contact .smf-text-control__control:focus, .l-content .cs-pages__contact .smf-text-control__control:focus-within, .l-content .cs-pages__contact .smf-select-control__control:focus, .l-content .cs-pages__contact .smf-select-control__control:focus-within, .l-content .cs-pages__contact .smf-textarea-control__control:focus, .l-content .cs-pages__contact .smf-textarea-control__control:focus-within {
  --_border-color: transparent;
  box-shadow: 0 0 0 1px rgba(170, 35, 36, 0.3);
}
.l-content .cs-pages__contact .smf-select-control__toggle::before {
  border-color: #aa2324 !important;
}
.l-content .p-postList__thumb:before {
  display: none;
}

.cs-pages {
  margin-top: 8em;
  margin-inline: calc(50% - 50vw);
}

.wp-block-group.cs-hidden {
  display: none !important;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}