@charset "UTF-8";
/* basic style */
body,
html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#smWrap {
  /* basic class */
}
#smWrap p,
#smWrap a,
#smWrap h1,
#smWrap h2,
#smWrap h3,
#smWrap h4,
#smWrap h5,
#smWrap dl {
  margin: 0;
}
#smWrap p,
#smWrap a,
#smWrap h1,
#smWrap h2,
#smWrap h3,
#smWrap h4,
#smWrap h5,
#smWrap ul,
#smWrap li,
#smWrap b,
#smWrap strong,
#smWrap option,
#smWrap span,
#smWrap label,
#smWrap input,
#smWrap select,
#smWrap dt,
#smWrap dd {
  font-size: 1em;
}
#smWrap a {
  text-decoration: none;
  display: block;
}
#smWrap ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#smWrap img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
#smWrap figure {
  margin: 0;
}
#smWrap table {
  width: 100%;
}
#smWrap :focus {
  outline: none;
}
#smWrap .flex {
  display: flex;
  flex-wrap: wrap;
}
#smWrap .contents {
  display: contents;
}
#smWrap .wrap {
  width: min(95%, 1160px);
  margin: 0 auto;
}

/* page wrap */
#smWrap {
  width: min(100%, 1920px);
  margin: 0 auto;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
#smWrap * {
  box-sizing: border-box;
  line-height: 1.5;
  color: #333;
}

/* basic color */
/* breakpoints */
/* mixin */
/* media query */
/* centering */
/* set border */
/* set top position of pseudo element */
/* set pseudo element(no image) */
/* set pseudo element */
/* font size */
#smWrap {
  /* メインビジュアル */
  /* cta */
  /* よく聞くスクール・教室の「集客」のお悩みは... */
  /* あなたの代わりに検索広告運用で集客サポート！ */
  /* 我々のスクール向け広告運用の特徴 */
  /* 検索連動広告を依頼するメリット */
  /* 運用事例 */
}
#smWrap .mv {
  background: url("../ad/img/bg_sm01.webp") no-repeat;
  background-size: cover;
  background-position: center -114px;
  padding: 6.9% 0;
}
@media screen and (max-width: 1500px) {
  #smWrap .mv {
    background-position: initial;
  }
}
@media screen and (max-width: 1280px) {
  #smWrap .mv {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  #smWrap .mv {
    padding-top: 165px;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .mv {
    padding-top: 130px;
  }
}
#smWrap .mv__inner {
  position: relative;
}
@media screen and (max-width: 960px) {
  #smWrap .mv__inner {
    display: flex;
    flex-direction: column;
  }
}
#smWrap .mv__heading {
  font-size: clamp(3.1em, 1.86em + 6.2vw, 9.3em);
  color: #4fa7b2;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #smWrap .mv__heading {
    font-size: 3.8em;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .mv__heading {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 376px) {
  #smWrap .mv__heading {
    font-size: 3em;
  }
}
#smWrap .mv__heading span {
  color: #fff;
  background-color: #4fa7b2;
  font-size: 0.88em;
  padding: 0.25em 0.55em;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  #smWrap .mv__heading br {
    display: none;
  }
}
#smWrap .mv__catch {
  font-size: clamp(2.8em, 2.24em + 2.8vw, 5.6em);
  font-weight: bold;
  width: fit-content;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #smWrap .mv__catch {
    font-size: 4em;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .mv__catch {
    font-size: 3.1em;
  }
}
@media screen and (max-width: 520px) {
  #smWrap .mv__catch {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .mv__catch {
    font-size: 1.9em;
  }
}
#smWrap .mv__catch.first::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 102%;
  height: 35px;
  top: calc(50% - 35px / 2);
  background-color: #fddc0e;
  bottom: 2px;
  left: -5px;
  z-index: -1;
  top: initial;
}
@media screen and (max-width: 768px) {
  #smWrap .mv__catch.first::after {
    height: 25px;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .mv__catch.first::after {
    height: 20px;
  }
}
@media screen and (max-width: 520px) {
  #smWrap .mv__catch.first::after {
    height: 15px;
  }
}
#smWrap .mv__catch.second::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 103%;
  height: 30px;
  top: calc(50% - 30px / 2);
  background-color: #fddc0e;
  bottom: 4px;
  left: -5px;
  z-index: -1;
  top: initial;
}
@media screen and (max-width: 768px) {
  #smWrap .mv__catch.second::after {
    height: 25px;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .mv__catch.second::after {
    height: 20px;
  }
}
@media screen and (max-width: 520px) {
  #smWrap .mv__catch.second::after {
    height: 15px;
    bottom: 1px;
  }
}
#smWrap .mv__catch span {
  font-size: 1.21em;
}
#smWrap .mv__catch span.smFont{
  font-size: 0.65em;
}
#smWrap .mv__img {
  width: 483px;
  position: absolute;
  right: -221px;
  top: -40px;
}
@media screen and (max-width: 1600px) {
  #smWrap .mv__img {
    width: 388px;
    right: -122px;
    top: 95px;
  }
}
@media screen and (max-width: 1400px) {
  #smWrap .mv__img {
    width: 280px;
    right: -32px;
    top: 245px;
  }
}
@media screen and (max-width: 1180px) {
  #smWrap .mv__img {
    width: min(17%, 250px);
    right: -21px;
    top: 365px;
  }
}
@media screen and (max-width: 1024px) {
  #smWrap .mv__img {
    top: 356px;
  }
}
@media screen and (max-width: 960px) {
  #smWrap .mv__img {
    position: initial;
    width: 50%;
    margin: 50px auto 0;
  }
}
#smWrap .mv__txt {
  font-size: clamp(1.35em, 1.08rem + 1.35vw, 2.7em);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #smWrap .mv__txt {
    font-size: clamp(1.1em, 0.88em + 1.1vw, 2.2em);
  }
}
#smWrap .cta {
  background-color: #4fa7b2;
  padding: 60px 0;
}
#smWrap .cta__btn {
  font-size: clamp(2em, 1.6em + 2vw, 4em);
  background-color: #fff;
  color: #4fa7b2;
  font-weight: bold;
  width: min(100%, 622px);
  margin: 0 auto;
  text-align: center;
  padding: 0.75em 0.75em 0.75em 0;
  position: relative;
}
#smWrap .cta__btn:hover {
  border: 6px solid #fff;
  background-color: #4fa7b2;
  color: #fff;
  padding: calc(0.75em - 6px) 0.75em calc(0.75em - 6px) 0;
}
#smWrap .cta__btn:hover::after {
  right: calc(1.2em - 6px);
}
@media screen and (max-width: 438px) {
  #smWrap .cta__btn:hover::after {
    right: 0.5em;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .cta__btn {
    padding-right: 1.75em;
  }
  #smWrap .cta__btn:hover {
    padding-right: calc(1.75em - 6px);
  }
  #smWrap .cta__btn:hover::after {
    right: calc(0.5em -6px);
  }
}
#smWrap .cta__btn::after {
  content: "";
  background: url("../ad/img/ico_sm01.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 53px;
  height: 53px;
  top: calc(50% - 53px / 2);
  right: 1.2em;
}
@media screen and (max-width: 438px) {
  #smWrap .cta__btn::after {
    width: 45px;
    height: 45px;
    top: calc(50% - 45px / 2);
    right: 0.5em;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .cta__btn::after {
    width: 35px;
    height: 35px;
    top: calc(50% - 35px / 2);
  }
}
#smWrap .cta__btn.has-border {
  border: 6px solid #4fa7b2;
  margin-top: 150px;
  padding: 0.6em 0.6em 0.6em 0;
}
#smWrap .cta__btn.has-border:hover {
  border: 6px solid #fff;
  background-color: #4fa7b2;
  color: #fff;
}
#smWrap .cta__btn.has-border:hover::after {
  right: 1.2em;
}
@media screen and (max-width: 438px) {
  #smWrap .cta__btn.has-border:hover::after {
    right: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .cta__btn.has-border {
    margin-top: 50px;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .cta__btn.has-border {
    padding-right: 1.2em;
  }
  #smWrap .cta__btn.has-border::after {
    width: 35px;
    height: 35px;
    top: calc(50% - 35px / 2);
  }
}
#smWrap .worries {
  background: url("../ad/img/bg_sm02.webp") no-repeat;
  background-size: cover;
  background-position-y: -17px;
  padding: 12.5% 0 26%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #smWrap .worries {
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 960px) {
  #smWrap .worries {
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .worries {
    padding-bottom: 60%;
  }
}
#smWrap .worries__heading {
  font-size: clamp(2.5em, 2em + 2.5vw, 5em);
  text-align: center;
}
#smWrap .worries__heading br {
  display: none;
}
@media screen and (max-width: 960px) {
  #smWrap .worries__heading br {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .worries__heading br {
    display: none;
  }
}
#smWrap .worries-list {
  border: 5px solid #4fa7b2;
  font-size: clamp(1.5em, 1.2em + 1.5vw, 3em);
  font-weight: bold;
  background-color: #fff;
  padding: 6.9%;
  max-width: 805px;
}
#smWrap .worries-list__wrap {
  width: min(100%, 941px);
  margin: 100px auto 0;
  position: relative;
}
#smWrap .worries-list__item {
  margin-bottom: 26px;
  position: relative;
  padding-left: 1.8em;
}
#smWrap .worries-list__item:last-child {
  margin-bottom: 0;
}
#smWrap .worries-list__item::before {
  content: "";
  background: url("../ad/img/ico_sm02.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 24px / 2);
  top: calc(50% - 24px / 2);
  left: 0;
}
@media screen and (max-width: 640px) {
  #smWrap .worries-list__item::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 20px / 2);
  }
}
@media screen and (max-width: 360px) {
  #smWrap .worries-list__item::before {
    top: 0;
  }
}
#smWrap .worries-list__img {
  width: 297px;
  position: absolute;
  right: 0;
  top: -76px;
}
@media screen and (max-width: 960px) {
  #smWrap .worries-list__img {
    width: min(28%, 250px);
    top: -16px;
  }
}
@media screen and (max-width: 768px) {
  #smWrap .worries-list__img {
    position: initial;
    width: 50%;
    margin: 30px auto 0;
  }
}
#smWrap .worries__catch {
  font-size: clamp(2.5em, 2em + 2.5vw, 5em);
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #smWrap .worries__catch {
    margin-top: 50px;
  }
}
#smWrap .worries__catch span {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#smWrap .worries__catch span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 103%;
  height: 30px;
  top: calc(50% - 30px / 2);
  background-color: #fddc0e;
  bottom: -1px;
  left: -5px;
  z-index: -1;
  top: initial;
}
@media screen and (max-width: 438px) {
  #smWrap .worries__catch span::after {
    height: 25px;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .worries__catch span {
    background: linear-gradient(transparent 60%, #fddc0e 0%);
  }
  #smWrap .worries__catch span::after {
    content: none;
  }
}
#smWrap .worries__catch br:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 960px) {
  #smWrap .worries__catch br:nth-of-type(2) {
    display: block;
  }
}
#smWrap .worries__box {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 360px;
  background: linear-gradient(-9deg, #fddc0e, #fddc0e 51%, transparent 47%);
}
@media screen and (max-width: 1400px) {
  #smWrap .worries__box {
    height: 25%;
  }
}
@media screen and (max-width: 960px) {
  #smWrap .worries__box {
    height: 260px;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .worries__box {
    height: 190px;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .worries__box {
    height: 120px;
  }
}
#smWrap .support {
  background-color: #fddc0e;
  padding-bottom: 9.2%;
}
#smWrap .support-heading {
  font-size: clamp(3.8em, 3.04em + 3.8vw, 7.6em);
  text-align: center;
  position: relative;
}
#smWrap .support-heading__img {
  width: 1001px;
  position: absolute;
  top: -184%;
  left: 0;
}
@media screen and (max-width: 1400px) {
  #smWrap .support-heading__img {
    width: 90%;
    top: -197%;
    left: 20px;
  }
}
@media screen and (max-width: 1180px) {
  #smWrap .support-heading__img {
    top: -126%;
  }
}
@media screen and (max-width: 960px) {
  #smWrap .support-heading__img {
    top: -110%;
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .support-heading__img {
    top: -94%;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .support-heading__img {
    top: -75%;
  }
}
@media screen and (max-width: 376px) {
  #smWrap .support-heading__img {
    top: -53%;
  }
}
#smWrap .support-heading br:first-child {
  display: none;
}
@media screen and (max-width: 376px) {
  #smWrap .support-heading br:first-child {
    display: block;
  }
}
#smWrap .support-heading br:nth-child(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  #smWrap .support-heading br:nth-child(2) {
    display: block;
  }
}
#smWrap .support-list {
  margin: 60px auto 0;
  border: 5px solid #4fa7b2;
  font-size: clamp(1.5em, 1.2em + 1.5vw, 3em);
  font-weight: bold;
  background-color: #fff;
  padding: 4.4% 6.9%;
  max-width: 696px;
}
@media screen and (max-width: 960px) {
  #smWrap .support-list {
    padding-left: 14%;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .support-list {
    padding-left: 6.9%;
  }
}
#smWrap .support-list__wrap {
  margin-top: 100px;
  position: relative;
}
#smWrap .support-list__heading {
  font-size: clamp(3.4em, 2.72em + 3.4vw, 6.8em);
  text-align: center;
  color: #fff;
}
#smWrap .support-list__heading span:first-child {
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #smWrap .support-list__heading span:first-child {
    display: block;
  }
}
#smWrap .support-list__heading span:nth-child(2) {
  font-size: 2.05em;
  color: #4fa7b2;
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  #smWrap .support-list__heading span:nth-child(2) {
    line-height: 0.6;
    margin-right: 0;
  }
}
#smWrap .support-list__img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #smWrap .support-list__img {
    position: initial;
    display: inline-block;
  }
}
#smWrap .support-list__img.first {
  width: 365px;
  left: 0;
  bottom: -40px;
}
@media screen and (max-width: 1180px) {
  #smWrap .support-list__img.first {
    width: 25%;
    bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  #smWrap .support-list__img.first {
    width: 40%;
    margin-left: calc(50% - 35vw);
    margin-bottom: 15px;
  }
}
#smWrap .support-list__img.second {
  width: 281px;
  right: 26px;
  bottom: -41px;
}
@media screen and (max-width: 1180px) {
  #smWrap .support-list__img.second {
    width: 20%;
    bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  #smWrap .support-list__img.second {
    width: 32%;
    margin-bottom: 15px;
  }
}
#smWrap .support-list__item {
  margin-bottom: 26px;
  position: relative;
  padding-left: 4em;
}
#smWrap .support-list__item.first::before {
  content: "";
  background: url("../ad/img/ico_sm06.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: 2em;
}
@media screen and (max-width: 640px) {
  #smWrap .support-list__item.first::before {
    left: 1em;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .support-list__item.first::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
#smWrap .support-list__item.second::before {
  content: "";
  background: url("../ad/img/ico_sm07.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: 2em;
}
@media screen and (max-width: 640px) {
  #smWrap .support-list__item.second::before {
    left: 1em;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .support-list__item.second::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
#smWrap .support-list__item.third::before {
  content: "";
  background: url("../ad/img/ico_sm08.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: 2em;
}
@media screen and (max-width: 640px) {
  #smWrap .support-list__item.third::before {
    left: 1em;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .support-list__item.third::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
#smWrap .support-list__item.fourth {
  margin-bottom: 0;
}
#smWrap .support-list__item.fourth::before {
  content: "";
  background: url("../ad/img/ico_sm09.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: 2em;
}
@media screen and (max-width: 640px) {
  #smWrap .support-list__item.fourth::before {
    left: 1em;
  }
}
@media screen and (max-width: 360px) {
  #smWrap .support-list__item.fourth::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
#smWrap .support__catch {
  font-size: clamp(3.8em, 3.04em + 3.8vw, 7.6em);
  margin-top: 100px;
  text-align: center;
  font-weight: bold;
}
#smWrap .support__catch br {
  display: none;
}
@media screen and (max-width: 640px) {
  #smWrap .support__catch br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #smWrap .support__catch {
    margin-top: 50px;
  }
}
#smWrap .features {
  padding: 6.6% 0;
}
#smWrap .features__heading {
  font-size: clamp(2.5em, 2em + 2.5vw, 5em);
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#smWrap .features__heading span {
  color: #4fa7b2;
  position: relative;
}
#smWrap .features__heading span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 35px;
  top: calc(50% - 35px / 2);
  background-color: #fddc0e;
  bottom: -1px;
  left: 0;
  z-index: -1;
  top: initial;
}
@media screen and (max-width: 768px) {
  #smWrap .features__heading span::after {
    height: 25px;
  }
}
#smWrap .features__heading::before {
  content: "";
  background: url("../ad/img/ico_sm03.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 84px;
  height: 96px;
  top: calc(50% - 96px / 2);
  left: -93px;
}
@media screen and (max-width: 960px) {
  #smWrap .features__heading::before {
    width: 60px;
    height: 69px;
    top: calc(50% - 69px / 2);
    left: -67px;
  }
}
@media screen and (max-width: 768px) {
  #smWrap .features__heading::before {
    top: 0;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .features__heading::before {
    width: 34px;
    height: 39px;
    left: -34px;
  }
}
#smWrap .features__heading br {
  display: none;
}
@media screen and (max-width: 768px) {
  #smWrap .features__heading br {
    display: block;
  }
}
#smWrap .features-boxes {
  margin-top: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #smWrap .features-boxes {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    margin-top: 50px;
  }
}
#smWrap .features-boxes-item {
  width: 32.33%;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  #smWrap .features-boxes-item {
    width: 90%;
  }
}
#smWrap .features-boxes-item__img {
  border: 4px solid #4fa7b2;
}
#smWrap .features-boxes-item__img figcaption {
  font-size: clamp(1.5em, 1.2em + 1.5vw, 3em);
  background-color: #4fa7b2;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
}
#smWrap .features-boxes-item__title {
  font-size: clamp(1.5em, 1.2em + 1.5vw, 3em);
  font-weight: bold;
  color: #4fa7b2;
  text-align: center;
  position: relative;
}
#smWrap .features-boxes-item__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 156px;
  height: 5px;
  top: calc(50% - 5px / 2);
  background-color: #fddc0e;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  top: initial;
}
#smWrap .features-boxes-item__txt {
  font-size: clamp(1.3em, 1.2em + 0.5vw, 1.8em);
}
#smWrap .merit {
  padding: 9.8% 0 12.25%;
  background-color: #fff9d0;
}
@media screen and (max-width: 1024px) {
  #smWrap .merit {
    padding-bottom: 20%;
  }
}
#smWrap .merit__heading {
  font-size: clamp(2.5em, 2em + 2.5vw, 5em);
  text-align: center;
}
#smWrap .merit__heading span {
  color: #4fa7b2;
  position: relative;
  z-index: 1;
}
#smWrap .merit__heading span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 102%;
  height: 35px;
  top: calc(50% - 35px / 2);
  background-color: #fddc0e;
  bottom: -3px;
  left: -5px;
  z-index: -1;
  top: initial;
}
@media screen and (max-width: 768px) {
  #smWrap .merit__heading span::after {
    height: 25px;
    bottom: -2px;
  }
}
#smWrap .merit__heading br {
  display: none;
}
@media screen and (max-width: 768px) {
  #smWrap .merit__heading br {
    display: block;
  }
}
#smWrap .merit-table {
  max-width: 1095px;
  margin: 100px auto 0;
  position: relative;
  height: 715px;
}
@media screen and (max-width: 960px) {
  #smWrap .merit-table:not(.sp) {
    display: none;
  }
}
#smWrap .merit-table.sp {
  display: none;
  border-collapse: collapse;
  height: initial;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #smWrap .merit-table.sp {
    display: table;
  }
}
#smWrap .merit-table.sp th[colspan="2"] {
  font-size: clamp(1.6em, 1.28em + 1.6vw, 3.2em);
  background-color: #fbdb13;
  padding: 1.2em 0;
}
#smWrap .merit-table.sp tr.sub-heading td {
  font-size: clamp(1.6em, 1.28em + 1.6vw, 3.2em);
  font-weight: bold;
  width: 50%;
  padding: 1.5em 0;
  text-align: center;
}
#smWrap .merit-table.sp tr.sub-heading td:first-child {
  background-color: #fbdb13;
}
#smWrap .merit-table.sp tr.sub-heading td:nth-child(2) {
  background-color: #bebebe;
}
#smWrap .merit-table.sp tr.data td {
  padding: 1.5em 0.3em;
}
#smWrap .merit-table.sp tr.data td div.flex {
  flex-direction: column;
  row-gap: 15px;
}
#smWrap .merit-table.sp tr.data td:first-child figure {
  width: 72px;
  margin: 0 auto;
}
#smWrap .merit-table.sp tr.data td:first-child p {
  font-size: clamp(1.1em, 0.88em + 1.1vw, 2.2em);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #smWrap .merit-table.sp tr.data td:first-child p br {
    display: none;
  }
}
#smWrap .merit-table.sp tr.data td:nth-child(2) figure {
  width: 71px;
  margin: 0 auto;
}
#smWrap .merit-table.sp tr.data td:nth-child(2) p {
  font-size: clamp(1em, 0.8em + 1vw, 2em);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #smWrap .merit-table.sp tr.data td:nth-child(2) p br {
    display: none;
  }
}
#smWrap .merit-table-item {
  position: absolute;
}
#smWrap .merit-table-item.first {
  font-weight: bold;
  width: 23.4%;
  left: 0;
  bottom: 30px;
}
@media screen and (max-width: 1180px) {
  #smWrap .merit-table-item.first {
    bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  #smWrap .merit-table-item.first {
    bottom: 65px;
  }
}
@media screen and (max-width: 960px) {
  #smWrap .merit-table-item.first {
    bottom: 80px;
  }
}
#smWrap .merit-table-item.first div.empty {
  font-size: clamp(1.6em, 1.28em + 1.6vw, 3.2em);
  padding: 1.55em 0;
}
#smWrap .merit-table-item.first div:not(:first-child) {
  font-size: clamp(1.6em, 1.28em + 1.6vw, 3.2em);
  border: 1px solid #000;
  text-align: center;
  background-color: #fbdb13;
  padding: 1.34em 0;
}
#smWrap .merit-table-item.second {
  width: 41.3%;
  left: 23%;
  top: 0;
  z-index: 1;
  box-shadow: 5px 5px 10px -5px #000000;
}
@media screen and (max-width: 1024px) {
  #smWrap .merit-table-item.second {
    top: 15px;
  }
}
#smWrap .merit-table-item.second div:first-child {
  font-size: clamp(1.6em, 1.28em + 1.6vw, 3.2em);
  border: 1px solid #000;
  background-color: #fbdb13;
  font-weight: bold;
  text-align: center;
  padding: 0.94em 0;
}
#smWrap .merit-table-item.second div:not(:first-child) {
  font-size: clamp(1.1em, 0.88em + 1.1vw, 2.2em);
  border: 1px solid #000;
  padding: 1em 0;
  background-color: #fff;
}
#smWrap .merit-table-item.third {
  width: 37.2%;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #smWrap .merit-table-item.third {
    bottom: 50px;
  }
}
#smWrap .merit-table-item.third div:first-child {
  font-size: clamp(1.6em, 1.28em + 1.6vw, 3.2em);
  border: 1px solid #000;
  background-color: #bebebe;
  font-weight: bold;
  text-align: center;
  padding: 0.78em 0;
}
#smWrap .merit-table-item.third div:not(:first-child) {
  font-size: clamp(1em, 0.8em + 1vw, 2em);
  border: 1px solid #000;
  padding: 1.27em 0;
  background-color: #fff;
}
#smWrap .merit-table-item__ico {
  margin: 0 auto;
}
#smWrap .merit-table-item__ico.circle {
  width: 72px;
}
#smWrap .merit-table-item__ico.triangle {
  width: 71px;
}
#smWrap .merit-table-item__txt.bold {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #smWrap .merit-table-item__txt.bold {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  #smWrap .merit-table-item__txt.bold br {
    display: none;
  }
}
#smWrap .merit-table-item__txt.thin {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #smWrap .merit-table-item__txt.thin {
    padding: 0 1em;
  }
}
#smWrap .merit-table th,
#smWrap .merit-table td {
  border: 1px solid #000;
  font-size: clamp(1.6em, 1.28em + 1.6vw, 3.2em);
}
#smWrap .merit-table th.empty {
  width: 23.4%;
  border-top: none;
  border-left: none;
}
#smWrap .merit-table th.empty + th.yellow {
  width: 41.3%;
}
#smWrap .merit-table th.empty + th.yellow + th.gray {
  width: 36%;
}
#smWrap .merit-table th.yellow {
  background-color: #fbdb13;
}
#smWrap .merit-table th.gray {
  background-color: #bebebe;
  padding: 0.79em 0;
}
#smWrap .merit-table td {
  background-color: #fff;
}
#smWrap .merit-table tr.second th.yellow, #smWrap .merit-table tr.third th.yellow, #smWrap .merit-table tr.fourth th.yellow {
  padding: 1.35em 0;
}
#smWrap .merit-table__ico {
  margin: 0 auto;
}
#smWrap .merit-table__ico.circle {
  width: 72px;
}
#smWrap .merit-table__ico.triangle {
  width: 71px;
}
#smWrap .merit-table__txt {
  text-align: center;
  margin-top: 10px;
}
#smWrap .merit-table__txt.bold {
  font-size: clamp(1.1em, 0.88em + 1.1vw, 2.2em);
  font-weight: bold;
}
#smWrap .merit-table__txt.thin {
  font-size: clamp(1em, 0.8em + 1vw, 2em);
}
#smWrap .example {
  padding: 7.3% 0 10.8%;
}
#smWrap .example-catch {
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
@media screen and (max-width: 960px) {
  #smWrap .example-catch {
    row-gap: 25px;
  }
}
#smWrap .example-catch__img {
  width: 269px;
  margin-bottom: -25px;
}
#smWrap .example-catch-box__txt {
  font-size: clamp(2.5em, 2em + 2.5vw, 5em);
  font-weight: bold;
}
#smWrap .example-catch-box__txt.first {
  text-align: center;
}
#smWrap .example-catch-box__txt.first br {
  display: none;
}
@media screen and (max-width: 360px) {
  #smWrap .example-catch-box__txt.first br {
    display: block;
  }
}
#smWrap .example-catch-box__txt.first span {
  color: #4fa7b2;
  font-size: 1.4em;
  position: relative;
}
#smWrap .example-catch-box__txt.first span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 102%;
  height: 35px;
  top: calc(50% - 35px / 2);
  background-color: #fddc0e;
  bottom: 4px;
  left: 0;
  z-index: -1;
  top: initial;
}
@media screen and (max-width: 960px) {
  #smWrap .example-catch-box__txt.first span::after {
    height: 25px;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .example-catch-box__txt.first span::after {
    bottom: -2px;
  }
}
#smWrap .example-catch-box__txt.second {
  margin-top: -50px;
}
#smWrap .example-catch-box__txt.second br {
  display: none;
}
@media screen and (max-width: 438px) {
  #smWrap .example-catch-box__txt.second br {
    display: block;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .example-catch-box__txt.second {
    text-align: center;
  }
}
#smWrap .example-catch-box__txt.second span:first-child {
  color: #4fa7b2;
  font-size: 2.8em;
  position: relative;
}
@media screen and (max-width: 640px) {
  #smWrap .example-catch-box__txt.second span:first-child {
    line-height: 1.8;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .example-catch-box__txt.second span:first-child {
    line-height: 1.1;
    margin-top: 50px;
    display: inline-block;
  }
}
#smWrap .example-catch-box__txt.second span:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 168%;
  height: 35px;
  top: calc(50% - 35px / 2);
  background-color: #fddc0e;
  bottom: 19px;
  left: -5px;
  z-index: -1;
  top: initial;
}
@media screen and (max-width: 438px) {
  #smWrap .example-catch-box__txt.second span:first-child::after {
    bottom: -4px;
  }
}
#smWrap .example-catch-box__txt.second span:nth-of-type(2) {
  color: #4fa7b2;
}
#smWrap .example-catch-box__txt.second span:nth-of-type(3) {
  color: #fbdb13;
}
#smWrap .example-box {
  border: 3px solid #fbdb13;
  margin-top: 65px;
  position: relative;
  justify-content: center;
  padding: 7% 0 6.1%;
  column-gap: 56px;
}
@media screen and (max-width: 960px) {
  #smWrap .example-box {
    align-items: center;
    column-gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  #smWrap .example-box {
    flex-direction: column;
    row-gap: 30px;
  }
}
#smWrap .example-box__label {
  font-size: clamp(2em, 1.6em + 2vw, 4em);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fbdb13;
  display: inline-block;
  width: 30.3%;
  text-align: center;
  padding: 0.25em 0;
}
@media screen and (max-width: 438px) {
  #smWrap .example-box__label {
    width: 100%;
  }
}
#smWrap .example-box-item.before {
  width: 46.51%;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 30px;
}
@media screen and (max-width: 960px) {
  #smWrap .example-box-item.before {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #smWrap .example-box-item.before {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 438px) {
  #smWrap .example-box-item.before {
    padding-top: 45px;
  }
}
#smWrap .example-box-item.after {
  width: 41.75%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #smWrap .example-box-item.after {
    width: 80%;
  }
}
#smWrap .example-box-item.after figcaption {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
#smWrap .example-box-item.after figcaption div.flex {
  align-items: baseline;
  justify-content: center;
}
#smWrap .example-box-item.after figcaption span {
  line-height: 1;
}
#smWrap .example-box-item.after figcaption span.first {
  font-size: clamp(1.95em, 1.56em + 1.95vw, 3.9em);
  padding: 10px 3px 0 0;
  color: #ff6f1e;
  font-weight: bold;
  -webkit-text-stroke: 7px #fff;
  position: relative;
  margin: 0;
}
#smWrap .example-box-item.after figcaption span.first::before {
  content: "無料体験";
  -webkit-text-stroke: 0;
  position: absolute;
}
#smWrap .example-box-item.after figcaption span.second {
  font-size: clamp(2.85em, 2.28em + 2.85vw, 5.7em);
  padding: 10px 10px 0 3px;
  color: #ff6f1e;
  font-weight: bold;
  -webkit-text-stroke: 7px #fff;
  position: relative;
  margin: 0;
}
#smWrap .example-box-item.after figcaption span.second::before {
  content: "申し込み";
  -webkit-text-stroke: 0;
  position: absolute;
}
#smWrap .example-box-item.after figcaption span.third {
  font-size: clamp(4.15em, 3.32em + 4.15vw, 8.3em);
  padding: 10px 3px 0 0;
  color: #4fa7b2;
  font-weight: bold;
  -webkit-text-stroke: 7px #fff;
  position: relative;
  margin: 0;
}
#smWrap .example-box-item.after figcaption span.third::before {
  content: "167";
  -webkit-text-stroke: 0;
  position: absolute;
}
#smWrap .example-box-item.after figcaption span.fourth {
  font-size: clamp(2.4em, 1.92em + 2.4vw, 4.8em);
  padding: 10px 37px 0 3px;
  color: #4fa7b2;
  font-weight: bold;
  -webkit-text-stroke: 7px #fff;
  position: relative;
  margin: 0;
  margin-left: -10px;
}
#smWrap .example-box-item.after figcaption span.fourth::before {
  content: "％UP！";
  -webkit-text-stroke: 0;
  position: absolute;
}
#smWrap .example-box-item__title {
  font-size: clamp(2.5em, 2em + 2.5vw, 5em);
  color: #4fa7b2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #smWrap .example-box-item__title {
    text-align: center;
  }
}
#smWrap .example-box-item__txt {
  font-size: clamp(1.1em, 0.88em + 1.1vw, 2.2em);
}
@media screen and (max-width: 768px) {
  #smWrap .example-box-item__txt {
    padding: 0 1em;
  }
}