.smb-section__title {
  @media screen and (max-width: 640px) {
    font-size: 24px;
  }
}

.how-serch .smb-section__title,
.news .smb-section__title,
.feature .smb-section__title {
  position: relative;
  display: inline-block;
  /* z-index: 10; */
}

.feature .smb-section__title::before {
  background-image: url(https://ishiji-okinawa.com/ishiji-kakikomi/wp-content/uploads/2025/10/bg-1-1.svg);
  content: "";
  height: 200px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 200px;
  width: 300px;
  right: -130px;
  top: -75px;
  opacity: 0.7;

  @media screen and (max-width: 640px) {
    height: 160px;
    width: 269px;
    right: -93px;
    top: -64px;
  }
}

.how-serch .smb-section__title::before {
  background-image: url(https://ishiji-okinawa.com/ishiji-kakikomi/wp-content/uploads/2025/10/bg-3.svg);
  content: "";
  height: 200px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 200px;
  width: 300px;
  right: -130px;
  top: -75px;
  opacity: 0.7;
  @media screen and (max-width: 640px) {
    height: 116px;
    width: 244px;
    right: -63px;
    top: -50px;
  }
}

.news .smb-section__title::after,
.how-serch .smb-section__title::after,
.feature .smb-section__title::after {
  background-image: url(https://ishiji-okinawa.com/ishiji-kakikomi/wp-content/uploads/2025/10/bg-flower.svg);
  content: "";
  height: 200px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  /* height: 100px;
  width: 100px;
  left: -36px;
  top: -16px; */
  height: 155px;
  width: 155px;
  left: -86px;
  top: -50px;
  margin: 0 !important;
  background-color: unset !important;
  opacity: 0.7;
  z-index: -1;

  @media screen and (max-width: 640px) {
    height: 70px;
    width: 70px;
    left: -22px;
    top: -10px;
  }
}

/* .serch01 h3,
.serch02 h3 {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
}

.serch01 h3::before,
.serch02 h3::before {

  position: absolute;
  bottom: 0;
  left: -2px;
  z-index: -1;
  color: var(--wp--preset--color--sm-accent);
  font-size: 3em;
  line-height: 1;
  pointer-events: none;
} 


.serch01 h3::before {
  content: "01";
}
.serch02 h3::before {
  content: "02";
} */

/* .smb-section__title:before {
  background-color: #333;
  content: "";
  width: 50%;
  height: 2px;
} 
 .how-serch-title,
.smb-section__title {
  border-bottom: solid 3px var(--wp--preset--color--sm-accent) !important;
  position: relative;
  display: inline-block;
}

.how-serch-title::after,
.smb-section__title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  width: 30%;
}

.how-serch-title::before,
.smb-section__title:before {
  content: none !important;
} */

.serch02,
.serch01 {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
  border-bottom: none !important;
  z-index: 1;
}

.serch02::before,
.serch01::before {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: -1;
  color: var(--wp--preset--color--sm-accent);
  opacity: 0.4;
  font-size: 3em;
  line-height: 1;
  pointer-events: none;
}

.serch01::before {
  content: "01";
}
.serch02::before {
  content: "02";
}

.serch02::after,
.serch01::after {
  content: none !important;
}

.how-serch .smb-section__inner {
  @media screen and (min-width: 640px) {
    padding-left: var(--_container-margin-left) !important;
    padding-right: var(--_container-margin-right) !important;
  }
}

.how-serch .smb-section__fixed-background {
  @media screen and (max-width: 640px) {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/* ヘッダーをdispla:noneで削除している */

.l-header {
  display: none;
}

.fv-logo-box {
  width: 100%;
  position: relative;
  z-index: 10;
}

.fv-logo {
  position: absolute;
  width: 150px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  @media screen and (min-width: 640px) {
    width: 200px;
    left: unset;
    transform: unset;
    top: 10%;
    right: 5%;
  }

  @media screen and (min-width: 1024px) {
    width: 450px;
    /* right: 10%; */
    right: 0;
  }
}

.footer_logo-area {
  text-align: center;
  /* background-color: #2E6E9F; */
  padding-top: 10px;
}

.footer-logo {
  display: inline-block;
  width: 200px !important;
}

.c-copyright--inverse {
  color: #333 !important;
  background-color: #fff !important;
}

h3.wp-block-heading span {
  @media screen and (max-width: 640px) {
    font-size: 24px !important;
  }
}
