@charset "UTF-8";
.showroom .showroom__about__textarea__box p {
  font-weight: lighter;
  font-size: 15px;
  padding-top: 0%;
  line-height: 25px;
}

#sb_instagram .sb_instagram_header p,
.sb_instagram_header p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.subsidy__example__textbox h2 {
  font-size: 25px;
  width: 380px;
  color: white;
  background-color: #22996e;
  padding: 5px 10px;
  font-family: FOT-筑紫A丸ゴシック Std;
}

.subsidy__example__textbox h3 {
  padding: 0;
  background: transparent;
  font-size: 25px;
  color: #22996e;
  font-family: FOT-筑紫A丸ゴシック Std;
}

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

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 400px;
  padding-block: 0.75em;
  padding-inline: 4em;
  background: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #22996e;
  border-radius: 0.3em;
  -webkit-box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #ebebeb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flex-btn {
    gap: 3%;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding-inline: 0;
    font-size: 16px;
  }
}
.flex-btn:hover {
  color: #22996e;
  opacity: 0.7;
}
.flex-btn .fa-chevron-circle-right {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flex-btn .fa-chevron-circle-right {
    right: 1em;
  }
}

.top_worries {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_worries {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_worries .u_inner {
    margin-inline: 5%;
  }
}
.top_worries__container {
  padding-inline: 40px;
  padding-bottom: 60px;
  border: 3px solid #22996e;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top_worries__container {
    padding-inline: 20px;
    padding-bottom: 30px;
    border: 3px solid #22996e;
    border-radius: 20px;
  }
}
.top_worries__title {
  margin-top: -1.2em;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .top_worries__title {
    font-size: 2.2rem;
    margin-top: -2em;
  }
}
.top_worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.top_worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 10px #cccccc;
          box-shadow: 0px 3px 10px #cccccc;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_worries__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
.top_worries__figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_worries__figure {
    width: 100%;
  }
}
.top_worries__figure:before {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #22996e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_worries__figure:before {
    width: 70px;
  }
}
.top_worries__number {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 0.2em;
  left: 0.7em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top_worries__number {
    font-size: 24px;
    top: 0.1em;
    left: 0.6em;
  }
}
.top_worries__img {
  display: block;
  position: relative;
  z-index: 1;
}
.top_worries__item_title {
  font-size: 22px;
  font-weight: 700;
  color: #22996e;
  margin-top: -0.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_worries__item_title {
    font-size: 16px;
  }
}
.top_worries__text {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top_worries__text {
    font-size: 14px;
  }
}
.top_worries__bottom_text {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .top_worries__bottom_text {
    font-size: 18px;
    text-align: left;
  }
}