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);
  }
}

.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;
}

.cs-pages__contact:has(.snow-monkey-form[data-screen=complete]) .cs-google-note {
  display: none !important;
}

.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;
}

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