/* トップページ */
.top #content {
  padding-top: 0em !important;
}

.about_info {
  line-height: 240%;
}

.about_clm {
  background: linear-gradient(
    -60deg,
    #00d910 0%,
    #00d910 50%,
    #00b30f 50%,
    #00b30f 100%
  ) !important;
}

.about_clm .wp-block-column {
  padding: 40px 10px;
}

.about_clm h3 {
  height: 3.5em;
  color: #009944;
}

.about .wp-block-group.is-stack {
  height: 100% !important;
}

.works_list .is-style-more_btn a {
  background-color: #111111;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
}

.works_list .is-style-more_btn a:hover {
  background-color: var(--color_main);
  box-shadow: none;
  color: #fff;
}

/* 全体設定 */
.lineheight18 {
  line-height: 1.8 !important;
}

/* 下層ページ見出し */
#top_title_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#top_title_area::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 85%;
  height: 100%;
  content: "";
  transform: translateX(-90%) skewX(-24deg);
  background-color: #00b30f;
  opacity: 1 !important;
}

@media screen and (max-width: 599px) {
  h2.c-title--alt {
    background: linear-gradient(
      -60deg,
      transparent 0%,
      transparent 30%,
      #00b30f 30%,
      #00b30f 80%,
      #0b8915 80%,
      #0b8915 100%
    );
  }
}

/* 用語集 */
.p-glossary__heading {
  color: black;
  font-size: 26px;
  font-weight: 700 !important;
}

.l-mainContent h2.p-glossary__heading {
  color: #fff;
}

h2 {
  padding: 1rem 2rem;
  /*	transform: skew(-30deg);*/
  background: linear-gradient(
    -60deg,
    transparent 0%,
    transparent 50%,
    #00b30f 50%,
    #00b30f 70%,
    #0b8915 70%,
    #0b8915 100%
  );
}
h2 span.has-swl-main-color {
  color: #fff !important;
}
.home h2 {
  background: none;
}
.is-style-more_btn a {
  background: #111;
  color: #fff;
  font-weight: bold;
}
.l-sidebar h2 {
  color: #fff;
  padding-left: 1em;
}
.wp-block-search__button {
  background: #007a36 !important;
  border-color: #007a36 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(0, 179, 15, 0.08);
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 20px 2px;
}
.l-sidebar .wp-block-search .wp-block-search__input {
  border: 2px solid #111;
}
.l-articleBottom__title.c-secTitle {
  color: #fff;
}

.c-pageTitle__subTitle {
  display: none;
}

.en {
  transform: skew(-5deg, -7.5deg);
}
.en strong {
  font-weight: 700 !important;
}
.l-mainContent h2 {
  color: #00d910;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400;
}

.c-gnav > .menu-item {
  height: 100%;
  position: relative;
  font-weight: 700;
}

.jp {
  color: #00b30f;
  font-size: 16px !important;
}
@media screen and (max-width: 599px) {
  .l-mainContent h2 .jp {
    display: block;
    margin-top: -1em;
  }
}

.wp-element-button {
  background-color: #00d910;
  color: #fff;
}

/*　ファーストビュー　*/
.p-mainVisual__slideTitle {
  /*	font-size:clamp(40px,6vw,96px); */
  font-size: clamp(40px, 20vw, 180px);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 100px;
  transform: skew(-5deg, -7.5deg);
  /*	font-size:180px; */
  line-height: 0.8;
  /*	text-shadow:6px 8px 4px rgba(0,0,0,0.5); */
}

@media screen and (max-width: 599px) {
  .p-mainVisual__textLayer {
    justify-content: flex-start;
    padding-top: 13.5vh;
  }
}

.p-mainVisual__slideText {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 340px) / 259, 24px);
  font-weight: bold;
  /*	text-shadow:2px 2px 3px rgba(0,0,0,0.5); */
}

@media screen and (max-width: 599px) {
  .p-mainVisual__slideText {
    margin-top: 14.5vh;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.18);
  }
}

.p-mainVisual__imgLayer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-mainVisual__imgLayer::before {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: block;
  width: 85%;
  height: 100%;
  content: "";
  transform: translateX(-50%) skewX(-24deg);
  background-color: #00b30f;
}
@media screen and (max-width: 599px) {
  .p-mainVisual__imgLayer {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .p-mainVisual__imgLayer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #00b30f;
    transform: unset;
    clip-path: polygon(0 0, 100% 0, 100% 19%, 0 30%);
  }
}

.p-mainVisual__img {
  filter: brightness(0.8);
}
@media screen and (max-width: 599px) {
  .p-mainVisual__img {
    filter: brightness(0.8);
  }
}

/*　Footerとその上のセクションの間のmarginを打ち消す為に設定　*/
.home .l-content {
  margin: 0 auto 0;
}

/*　LINEバナー　*/
.follow-banner {
  position: fixed;
  z-index: 20;
}

/* PC表示 */
@media screen and (min-width: 600px) {
  .follow-banner {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .follow-banner a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    writing-mode: vertical-rl;
    color: #fff;
    background-color: #00b30f;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 24px 16px;
    border-radius: 15px 0 0 15px;
    transition: opacity 0.25s;
  }

  .follow-banner .swl-inline-icon::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* スマホ表示 */
@media screen and (max-width: 599px) {
  .follow-banner {
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .follow-banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75em;
    writing-mode: horizontal-tb;
    color: #fff;
    background-color: #00b30f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 12px;
    transition: opacity 0.25s;
    width: 100%;
    line-height: 1.5;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .follow-banner .swl-inline-icon {
    font-size: 1.2em;
  }
}

.follow-banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  #body_wrap:has(.w-beforeFooter) > .l-footer {
    margin-bottom: 60px;
  }
}

/* ABOUT　ワイエス企画では */

/* SERVICE　事業概要 */
.c-topimg1 img {
  width: clamp(
    240px,
    240px + (380 - 240) * (100vw - 320px) / 279,
    380px
  ) !important;
}

.post_content div > :first-child.c-topimg1 {
  margin-top: -175px !important;
}
@media screen and (max-width: 959px) {
  .post_content div > :first-child.c-topimg1 {
    margin-top: -150px !important;
  }
}

.c-topimg2 img {
  width: clamp(
    320px,
    320px + (459 - 320) * (100vw - 320px) / 279,
    459px
  ) !important;
}

.post_content div > :last-child.c-topimg2 {
  margin-bottom: -175px !important;
}
@media screen and (max-width: 959px) {
  .post_content div > :last-child.c-topimg2 {
    margin-bottom: -150px !important;
  }
}

.c-topimg3 img {
  width: clamp(
    300px,
    300px + (440 - 300) * (100vw - 320px) / 279,
    440px
  ) !important;
}

.post_content div > :first-child.c-topimg3 {
  margin-top: -240px !important;
}
@media screen and (max-width: 959px) {
  .post_content div > :first-child.c-topimg3 {
    margin-top: -160px !important;
    position: relative;
    right: -50px;
  }
}

.post_content div > :last-child.c-topimg4 {
  margin-bottom: -200px !important;
}
@media screen and (max-width: 959px) {
  .post_content div > :last-child.c-topimg4 {
    margin-bottom: -150px !important;
  }
}

.c-topimg4 img {
  width: clamp(
    350px,
    350px + (490 - 350) * (100vw - 320px) / 279,
    490px
  ) !important;
}

@media screen and (max-width: 959px) {
  .c-spacer-sp {
    height: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .c-spacer-sp {
    height: 40px !important;
  }
}

.components-resizable-box__container > img {
  border-radius: 15px !important;
}

.img-borderRadius {
  border-radius: 15px;
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .c-cards {
    --swl-clmn-mrgn--x: clamp(
      24px,
      24px + (64 - 24) * (100vw - 600px) / 360,
      64px
    ) !important;
  }
}

.c-card .wp-block-image {
  position: relative;
}

.c-card .wp-block-image figcaption.wp-element-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  display: inline-flex !important;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  height: 2rem;
  font-weight: 700;
  background: #009944;
  color: #fff;
  font-size: 0.9em;
  opacity: 1;
  margin: 0;
  line-height: 1;
  align-items: center;
  pointer-events: none;
  justify-content: center;
}

.c-card figure.wp-block-image:has(figcaption.wp-element-caption:hover) a {
  opacity: 0.8;
}

/* WORKS　施工実績 */

.p-postList__thumb.c-postThumb {
  /*	width:50%;
	border-radius:15px; */
}

.-type-list .p-postList__body,
.-type-list2 .p-postList__body {
  width: 47%;
}

.-type-list2 .p-postList__body:after {
  background-color: #00b30f;
  font-size: 0.9em;
  color: #fff;
  border-radius: 80px;
  transition: opacity 0.25s;
}

.-type-list2 .p-postList__body::after,
.-type-big .p-postList__body::after {
  content: "READ MORE";
}

.-type-card .p-postList__title,
.-type-list .p-postList__title,
.-type-list2 .p-postList__title {
  font-size: 1.1em;
}

@media (min-width: 600px) {
  .-type-card .p-postList__title,
  .-type-list .p-postList__title,
  .-type-list2 .p-postList__title {
    font-size: 1.3em;
  }
}

.-type-list .p-postList__excerpt,
.-type-list2 .p-postList__excerpt {
  font-size: 0.9em;
}

.p-postList__meta {
  font-size: 0.9em;
}

.c-postTimes__posted.icon-posted {
  border-bottom: #00b30f 1px solid;
}

/*　Footerウィジェット　 */
.w-beforeFooter {
  margin: 0;
}

/* 各セクションなどに生じる隙間の調整 */
/*    .pc-py-60 {
        padding-bottom:0!important;
        padding-top:0!important;
    }

.post_content>* {
     margin-bottom:0!important;
}

.post_content h2 {
    margin:0;
}*/

h2.wp-block-heading.is-style-default.section__title {
  margin-top: 0;
}

.wp-block-group.content__container {
  max-width: calc(
    var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2
  );
  width: 100%;
  margin: 0 auto;
  padding: 0 2em;
}

@media screen and (max-width: 959px) {
  .wp-block-group.content__container {
    padding: 0 4vw;
  }
}

/* .wp-block-image.section__topRight-Image {
  position: absolute;
  top: -250px;
  right: 0px;
  z-index: 5;
} */

/* .wp-block-image.section__bottomLeft-Image {
  position: absolute;
  bottom: -200px;
  left: 0px;
  z-index: 5;
} */

.swell-block-fullWide__SVG {
  z-index: 1;
}

.swell-block-fullWide__SVG.-bottom.-bg {
  z-index: 0;
}

/* company */
figure.wp-block-table.company__table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media not all and (min-width: 960px) {
  figure.wp-block-table.company__table {
    max-width: 700px;
  }
  .wp-block-table.company__table > table tr > :first-child:not(.-no1) {
    max-width: 100%;
    text-align: left;
  }
}

.wp-block-image.section__bottomLeft-Image.company__bottom-image {
  bottom: -275px;
}

/* cta */
.contact_bg {
  overflow: hidden;
}

.contact_bg .swell-block-fullWide__inner {
  position: static;
}

.contact_tel span {
  font-family: "Bebas Neue", sans-serif !important;
}

@media screen and (max-width: 1280px) {
  .cta-lead span {
    font-size: clamp(
      26px,
      26px + (33 - 26) * (100vw - 960px) / 320,
      33px
    ) !important;
  }
}

@media (min-width: 781px) {
  .contact_columns .wp-block-column:last-child .wp-block-image.c-full {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 100%;
    overflow: hidden;
  }

  .contact_columns .wp-block-column:last-child .wp-block-image.c-full img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: right;
  }
}

@media screen and (min-width: 781px) and (max-width: 960px) {
  .contact_columns .wp-block-column:last-child .wp-block-image.c-full {
    left: 58%;
    width: 42vw;
  }
  .cta-left {
    flex-basis: 58% !important;
  }
  .cta-right {
    flex-basis: 42% !important;
  }
  .cta-lead span {
    font-size: clamp(
      24px,
      24px + (26 - 24) * (100vw - 781px) / 179,
      26px
    ) !important;
  }
}

@media screen and (max-width: 782px) {
  .contact_columns .wp-block-column:last-child .wp-block-image.c-full {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem !important;
  }

  .contact_columns .wp-block-column:last-child .wp-block-image.c-full img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .contact_bg {
    padding-bottom: 0 !important;
  }

  .cta-lead span {
    font-size: clamp(
      18px,
      18px + (26 - 18) * (100vw - 340px) / 259,
      26px
    ) !important;
  }

  .contact_tel span {
    font-size: clamp(
      28px,
      28px + (40 - 28) * (100vw - 340px) / 259,
      40px
    ) !important;
  }
}

.contact_btn a {
  width: 80%;
}

.contact_btn a .__icon {
  margin-top: 1px;
}

.contact_tel {
  line-height: 280%;
}
@media screen and (max-width: 782px) {
  .contact_tel {
    line-height: 250%;
  }
}

/* 画像の角丸 */
figure.wp-block-image.size-full.u-lb-off.image-borderRadius img {
  /*	border-radius:15px; */
}

/* top へ戻る　下部ボタン分↑に */
@media screen and (max-width: 599px) {
  .p-fixBtnWrap {
    padding-bottom: 58px;
  }
}

/*++++++++++++++++++++++++++++++++++
| アーカイブ系
++++++++++++++++++++++++++++++++++*/
.p-pnLinks__item {
  border: 1px solid rgba(0, 217, 16, 0.5);
}

.p-service__imgs .p-service__imgBlock {
  margin-top: 4.8rem;
}
.searchandfilter {
  margin-bottom: 4rem;
}

.p-glossary__group {
  margin-bottom: 4rem;
}

.p-glossary__heading {
  margin-bottom: 0.8rem;
}

.p-glossary__list {
  list-style: none;
  padding: 0;
}

.p-glossary__item {
  padding: 0.8rem;
}

.l-articleBottom__title.c-secTitle {
  padding: 0.25em 0.75em 0.15em;
}

.c-pageTtlTop .l-container:has(> .c-pageTitle--result) {
  padding-left: 0 !important;
}

/* 検索条件の表示 */
.search-conditions {
  margin-top: 0.8rem;
}

.search-conditions__title {
  font-size: 0.8em;
  margin-bottom: 0.4rem;
}

.search-conditions__list {
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/*++++++++++++++++++++++++++++++++++
| フォームスタイル
++++++++++++++++++++++++++++++++++*/
.c-form {
  margin-top: 2.4rem;
}
.c-form__block {
  margin-bottom: 1.6rem;
}

.c-form__block2 {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.c-form__label {
  display: block;
  font-weight: bold;
  color: #29323d;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.c-form__required {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.25em 0.5em 0.3em 0.5em;
  margin-left: 0.5rem;
  border-radius: 3px;
  line-height: 1;
}

.c-form__optional {
  display: inline-block;
  background: #757575;
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.25em 0.5em 0.3em 0.5em;
  margin-left: 0.5rem;
  border-radius: 3px;
  line-height: 1;
}

.c-form__note {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.4rem;
}

.c-form__input,
.c-form__textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  color: #29323d;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.c-form__input--sm {
  max-width: 26.5rem;
}

.c-form__input--lg {
  max-width: 32rem;
}

.c-form__input:focus,
.c-form__textarea:focus {
  outline: none;
  border-color: #009944;
  box-shadow: 0 0 0 3px rgba(0, 153, 68, 0.1);
}

.c-form__input::placeholder,
.c-form__textarea::placeholder {
  color: #999;
}

.c-form__textarea {
  resize: vertical;
  line-height: 1.6;
}

/* 送信ボタン */
.c-form__block .c-from__submit {
  background: #009944;
  color: #fff;
  border: none;
  padding: 0.4rem 1.6rem;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s, transform 0.1s;
  display: inline-block;
  min-width: 200px;
}

.c-form__block .c-from__submit:hover {
  background: #007a36;
  transform: translateY(-2px);
}

.c-form__block .c-from__submit:active {
  transform: translateY(0);
}

/* エラーメッセージ */
.c-form__error {
  color: #d32f2f;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .c-form__block {
    margin-bottom: 2rem;
  }

  .c-form__label {
    font-size: 0.9375rem;
  }

  .c-form__input,
  .c-form__textarea {
    padding: 0.625rem 0.875rem;
    font-size: 1rem;
  }

  .c-form__block input[type="submit"],
  .c-form__block button[type="submit"] {
    width: 100%;
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}

/*++++++++++++++++++++++++++++++++++
| 多機能検索ボックス
++++++++++++++++++++++++++++++++++*/
.c-filter__wrap--bottom {
  margin-top: 6rem;
}

.single-service .c-filter__wrap--bottom {
  margin-top: 4.8rem;
}

@media (max-width: 768px) {
  .single-service .c-filter__wrap--bottom {
    margin-top: 3.2rem;
  }
}

.c-filter {
  background: rgb(235, 249, 236);
  border-radius: 10px;
  padding: 24px 32px;
  width: 100%;
  margin: 0.8rem auto 4.8rem auto;
}

.c-filter.is-open {
  max-height: 2000px;
  background: rgb(235, 249, 236);
  padding: 1rem 1.6rem;
  margin-top: 0.8rem;
  margin-bottom: 3.2rem;
}

.c-filter .searchandfilter {
  margin-bottom: 0;
}

.c-filter__title {
  font-size: 1.5em;
  color: #007a36;
  margin: 0;
  font-weight: bold;
  padding: 0.25em 0.5em;
}

.c-filter .searchandfilter > div > ul {
  width: 100%;
}
.c-filter .searchandfilter > div > ul > li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 12px 0;
  border-top: 1px solid #ddd;
}
.c-filter .searchandfilter > div > ul > li:first-child {
  border-top: none;
}
.c-filter .searchandfilter h4 {
  margin: 0;
  min-width: 7em;
  font-size: 0.9em;
  font-weight: 700;
}

.c-filter .searchandfilter > div > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.4rem;
  margin: 0;
  padding: 0;
}

.c-filter .searchandfilter .cat-item {
  margin: 0;
}

.c-filter .searchandfilter input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.c-filter .searchandfilter input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.c-filter .searchandfilter label {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1.4rem 0.4rem 1.4rem;
  font-size: 0.9em;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #fff;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease, box-shadow 0.2s ease;
  gap: 0;
}

.c-filter .searchandfilter label:hover {
  background: #f7fbf7;
}

.c-filter .searchandfilter label:focus-within {
  border: 1px solid #b2e8b7;
}

.c-filter .searchandfilter label:has(input[type="checkbox"]:checked) {
  background: #007a36;
  border-color: #007a36;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 179, 15, 0.08);
}
.c-filter .searchandfilter select {
  min-width: 220px;
  height: 40px;
  padding: 0 1rem;
  font-size: 0.9em;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.c-filter .searchandfilter > div > ul > li:last-child {
  justify-content: flex-end;
}
.c-filter .searchandfilter input[type="submit"] {
  height: 40px;
  padding: 0rem 2rem 0 2rem;
  border: none;
  border-radius: 9999px;
  background: #007a36;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .c-filter {
    max-height: 1px;
    overflow: hidden;
    padding: 0 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    transition: max-height 0.2s ease, padding 0.2s ease, margin 0.2s ease;
  }

  .c-filter__title {
    cursor: pointer;
    position: relative;
    padding-right: 2.5rem;
    user-select: none;
    transition: color 0.3s;
  }

  .c-filter__title::before,
  .c-filter__title::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    width: 16px;
    height: 2px;
    background-color: #007a36;
    transition: transform 0.3s;
  }

  .c-filter__title::before {
    transform: translateY(-50%);
  }

  .c-filter__title::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .c-filter__title.is-open::before {
    transform: translateY(-50%);
  }

  .c-filter__title.is-open::after {
    transform: translateY(-50%) rotate(0deg);
  }
}

/* レスポンシブ：狭い幅では縦積み */
@media (max-width: 768px) {
  .c-filter {
    width: 100%;
    background: rgb(225, 239, 226);
    border-radius: 10px;
    padding: 0rem 1.6rem;
    margin-bottom: 3.2rem;
  }

  .c-filter__title {
    font-size: 1.3em;
  }

  .c-filter .searchandfilter > div > ul > li > ul {
    gap: 0.4rem 0.2rem;
  }

  .c-filter .searchandfilter > div > ul > li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .c-filter .searchandfilter h4 {
    min-width: 0;
  }
  .c-filter .searchandfilter > div > ul > li:last-child {
    align-items: stretch;
    width: 100%;
  }
  .c-filter .searchandfilter input[type="submit"] {
    margin: 0.8rem auto 0 auto;
    height: 2.4rem;
    width: 100%;
    max-width: 22rem;
  }
}

/*++++++++++++++++++++++++++++++++++
| Faq
++++++++++++++++++++++++++++++++++*/
.swell-block-faq .swell-block-faq__item .faq_q:before {
  background: #0b8915;
  color: #fff;
}

.swell-block-faq .swell-block-faq__item .faq_a:before {
  color: #0b8915;
  box-shadow: 0 0 0 1px #0b8915;
}
