@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

/* 横幅 */
.w-main {
  width: clamp(0px, 900px, 90vw);
  margin: 0 auto;
}

/* フォントサイズ */
h1 {
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

p {
  font-size: 1rem;
}

/* フォントサイズここまで */

/* デフォルト設定ここから */
.relative {
  position: relative;
}

.hidden {
  overflow: hidden;
}

.header-logo {
  padding: 10px;
}
.header-logo img {
  width: 180px;
}

/* フッター追従ボタンのスタイル */
.footer-fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.3s ease;
  cursor: pointer;
  width: auto;
  max-width: 400px;
}

.footer-fixed-btn.visible {
  opacity: 1;
  visibility: visible;
}

.footer-fixed-btn img {
  width: 100%;
  height: auto;
}

/* デフォルト設定ここまで */

.top-cta img {
  width: 100%;
  margin-top: -17px;
}

.fv {
  margin-bottom: -9px;
  position: relative;
  background-color: #000;
  text-align: center;
}

.fv img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .fv img {
    width: 90%;
  }
}

.fv-img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.fv-img img {
  width: 220px;
  height: 60px;
  object-fit: cover;
}

.fv-attention-text {
  text-align: center;
  background-color: #000;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 20px;
}
.fv-attention-text p {
  text-align: left;
  margin: 0;
  color: #ccc;
  font-size: 0.7rem;
  font-weight: 300;
}

.over-160 {
  margin-top: -2px;
}

.over-160 img {
  width: 100%;
}

.contact-cta {
  padding: 30px 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/btn_bg.webp);
}

.no-webp .contact-cta {
  background-image: url(../img/btn_bg.png);
}

.contact-cta img {
  width: 100%;
}

/* 次世代のtiktok運用 */

.next-generation {
  margin-top: -10px;
}
.next-generation .title {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}

.next-generation div h2 {
  margin: 0;
  letter-spacing: 2px;
}

.next-generation .title span {
  color: #00f0e9;
}

.next-generation-case {
  margin: 30px auto;
}

.next-generation-case-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.next-generation-case-title img {
  width: 100%;
}

.next-generation-case-text-right {
  padding-right: 15px;
}

.next-generation-case-text-left {
  padding-left: 15px;
}

.next-generation-case-subtext span {
  font-weight: bold;
}

.bg-sky-blue {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.bg-sky-blue img {
  width: 100%;
}

.bg-sky-blue-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.bg-sky-blue-text p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}

.bg-sky-blue-text span {
  font-size: 1.6rem;
  margin: 0;
}

.next-generation-case-sp img {
  width: 150px;
}

.next-generation-case-line img {
  width: 100%;
}

.reverse img {
  transform: rotate(180deg);
}

/* こんな悩みはありませんか？ */
.dont-worry {
  background-color: #ff0b53;
  color: #fff;
  text-align: center;
  padding: 80px 0 50px;
  margin-top: -80px;
}
.dont-worry img {
  padding-top: 4vh;
  max-width: 500px;
  width: 80%;
}

.worry img,
.worry-title img,
.all-support img {
  width: 100%;
}

.dont-worry h2 span {
  font-size: 2rem;
}

.worry-title,
.all-support {
  max-width: 90%;
  margin: 0 auto;
}

.all-support {
  margin-bottom: 30px;
}

.worry-title {
  margin-top: -50px;
}

/* tiktokの知識0でも大丈夫 */
.knowledge-0 {
  background-color: #000;
  padding: 30px 0 100px;
}

.knowledge-0-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.knowledge-0-title img {
  width: 20px;
}

.knowledge-0-title .reverse {
  transform: rotate(65deg);
}

.knowledge-0-title span {
  color: #00f0e9;
}

.knowledge-0-box {
  text-align: center;
}

.knowledge-0-box img {
  width: 70%;
}

.knowledge-0-box-text {
  border-radius: 10px;
  border: 5px solid #000;
  margin-top: -20px;
  background-color: #fff;
}

.knowledge-0-box-text h3 {
  color: #ff0b53;
  margin: 0;
}

.knowledge-0-box-text p {
  margin: 0;
  text-align: left;
}

.knowledge-0-box-text01,
.knowledge-0-box-text02 {
  padding: 15px;
}

.knowledge-0-box-text01 {
  border-bottom: 5px solid #000;
}

.knowledge-0-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.knowledge-0-flex img {
  width: 30%;
  padding: 5px;
}

.knowledge-0-subtitle {
  margin: 10px;
}

.knowledge-0-subtitle img {
  width: 100%;
}

/* なぜそんな成果が出るの？ */
.why-achievement {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  position: relative;
  top: -60px;
  z-index: 999;
}

.why-achievement::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(
    #fff,
    #fff 2px,
    #ececec 2px,
    #ececec 8px
  );
  transform: skewY(-7deg);
  z-index: -1;
}

.why-achievement-subtitle,
.why-achievement-redtitle {
  text-align: center;
}

.why-achievement-subtitle img {
  width: 70%;
}

.why-achievement-redtitle img {
  width: 90%;
}

.why-achievement-title {
  margin-top: -80px;
  margin-bottom: -120px;
}

.why-achievement-title img {
  width: 100%;
}

.why-achievement-arrow {
  margin-top: -80px;
  text-align: center;
}

.why-achievement-arrow img {
  width: 50%;
}

/* 目標達成を実現 */
.goal-achievement {
  background-color: #000;
  padding-top: 150px;
  margin-top: -120px;
  padding-bottom: 30px;
}

.goal-achievement img {
  width: 100%;
}

.goal-achievement02 {
  max-width: 84%;
  text-align: left;
}

.goal-achievement03 {
  max-width: 90%;
  text-align: left;
}

.goal-achievement01,
.goal-achievement02,
.goal-achievement03 {
  margin-bottom: 10px;
}

.goal-achievement-cost {
  position: relative;
  z-index: 999;
}

/* さらに今なら無料キャンペーン中 */

.free-campaign {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 140px 0 30px;
  position: relative;
  top: -180px;
  z-index: 99;
  overflow: hidden;
  border-bottom: 7px solid #ff0b53;
  margin-bottom: -180px;
}

.free-campaign::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  border: 7px solid #ff0b53;
  transform: skewY(-7deg) translateY(90px);
  z-index: -1;
}

.free-campaign-subtext {
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-campaign-subtext p {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 10px;
}

.free-campaign-subtext-line {
  height: 2px;
  width: 20px;
  background-color: #fff;
}

.free-campaign-title {
  text-align: center;
}

.free-campaign-title h1 {
  margin: 0;
}

.free-campaign-title span {
  color: #00f0e9;
  border-bottom: 2px solid #ff0b53;
}

.free-campaign-mini-text {
  text-align: center;
}

.free-campaign-mini-text p {
  font-size: 1.2rem;
  font-weight: bold;
}

.free-campaign-main img {
  width: 100%;
}

.free-campaign-leaf {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.free-campaign-leaf p {
  margin: 20px 10px;
}

.free-campaign-leaf img {
  width: 45px;
}

.free-campaign-leaf .reverse {
  transform: scale(-1, 1);
}

.free-campaign-icon-human img {
  width: 100%;
}

.cta-contact-main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.required {
  background-color: #ff0b53 !important;
}

.cta-contact-main img {
  width: 100%;
}

/* TLPC独自の強み */
.unique-strengths {
  background-color: #000;
}

.unique-strengths-box01 h2 {
  color: #ff0b53;
  text-align: center;
}

.unique-strengths-box01 p {
  color: #fff;
}

.unique-strengths-box01 span {
  font-size: 1.8rem;
}

.unique-strengths-box01 {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 130px;
  position: relative;
  top: 40px;
  z-index: 100;
  overflow: hidden;
  border-top: 3px solid #ff0b53;
}

.unique-strengths-box01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  border: 3px solid #ff0b53;
  transform: skewY(-7deg) translateY(-90px);
  z-index: -1;
}

.unique-strengths-box02 {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 60px 0 130px;
  position: relative;
  top: -90px;
  z-index: 99;
  overflow: hidden;
}

.unique-strengths-box02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  border: 3px solid #ff0b53;
  transform: skewY(6deg) translateY(-90px);
  z-index: -1;
}

.unique-strengths-box03 {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 40px 0 30px;
  position: relative;
  top: -200px;
  z-index: 98;
  overflow: hidden;
  border-bottom: 3px solid #ff0b53;
}

.unique-strengths-box03::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  border: 3px solid #ff0b53;
  z-index: -1;
}

.unique-strengths-box01-flex,
.unique-strengths-box02-flex,
.unique-strengths-box03-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 70px;
}

.unique-strengths-box01-flex img,
.unique-strengths-box03-flex img {
  width: 40%;
  padding-left: 10px;
}

.unique-strengths-box02-flex img {
  width: 40%;
  padding-right: 10px;
}

.unique-strengths-title01,
.unique-strengths-title02 {
  padding: 10px;
  position: relative;
}

.unique-strengths-title01 img {
  width: 320px;
  position: absolute;
  top: -75px;
  left: -110px;
}

.unique-strengths-title02 img {
  width: 320px;
  position: absolute;
  top: -80px;
  right: -130px;
}

.unique-strengths-box03-flex .unique-strengths-title01 img {
  width: 270px;
  position: absolute;
  top: -75px;
  left: -90px;
}

/* だからグンっと伸びる */
.why-it-grows {
  background-color: #000;
  margin-top: -150px;
}

.why-it-grows img {
  width: 100%;
}

/* 他社とはここが違う */
.tlpc-graph {
  background-color: #000;
  padding-bottom: 30px;
}

.tlpc-graph img {
  width: 100%;
}

.tlpc-graph-main {
  padding-right: 10px;
}

/* まるっとサポート */
.all-support-main {
  background-color: #f1f1f1;
  padding: 20px 0;
}

.all-support-main img {
  width: 100%;
}

.reason-for-choosing img,
.only-campaign img {
  width: 100%;
}

.only-campaign {
  margin-top: -5px;
}

.only-campaign .cta-contact-main {
  padding-top: 70px;
  margin-top: -75px;
}

/* お客様の声 */
.voice {
  margin-top: 50px;
  margin-bottom: 100px;
}

.voice .w-main img {
  width: 100%;
}

.voice-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(to bottom, #fff, #e5e5e5);
  padding-top: 50px;
  z-index: 90;
  position: relative;
  padding-bottom: 50px;
}

.voice-flex01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(to bottom, #fff, #e5e5e5);
  padding-top: 50px;
  z-index: 91;
  position: relative;
  margin-top: -30px;
  padding-bottom: 50px;
}

.voice-flex02 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(to bottom, #fff, #e5e5e5);
  padding-top: 50px;
  z-index: 92;
  position: relative;
  margin-top: -30px;
  padding-bottom: 50px;
}

.voice-flex img,
.voice-flex01 img,
.voice-flex02 img {
  width: 100%;
}

.voice-flex-img {
  max-width: 45%;
  margin: 0 15px;
}

.voice-flex-text > p {
  margin-top: 0;
}

.voice-flex-text span {
  color: #ff0b53;
  font-weight: bold;
}

.voice-flex-text p {
  margin-right: 10px;
  line-height: 1.5;
}

.voice-flex-text .relative img {
  width: 100%;
}

.voice-company-name {
  color: #fff;
  width: 80%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.voice-company-name p {
  margin-right: 0;
}

/* 納品までの流れ */
.flow {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
  margin-top: -30px;
  z-index: 999;
  position: relative;
}

.flow-title {
  margin-bottom: 20px;
}

.flow-title img {
  width: 100%;
}

.flow-flex {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.flow-flex-img {
  margin-right: 10px;
}

.flow-flex-img img {
  width: 80px;
}

.flow-flex-text h3 {
  color: #00f0e9;
  font-weight: bold;
  margin: 0;
}

.flow-flex-text p {
  line-height: 1.5;
  margin-top: 0;
}

/* よくある質問 */
.faq {
  padding: 50px 0;
  text-align: center;
}

.faq-question {
  margin-top: 20px;
}

.faq-question img {
  width: 100%;
}

.faq-question p {
  margin: 0 10px;
  text-align: left;
}

/* お問い合わせ */
.contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  /* width: calc(100% - 5px); */
  width: 97%;
  padding: 10px;
  margin-top: 5px;
  min-height: 100px;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .contact-form textarea {
    width: 93%;
  }
}

.contact-form button {
  border: none;
  margin-top: 10px;
  background-color: transparent;
  cursor: pointer;
}

.contact-form button img {
  width: 100%;
}

.contact-form_2 img {
  width: 80%;
  padding: 50px 0 35px;
}

/* フッター */
footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px;
}

footer p {
  margin: 0;
}

.policy {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  text-align: center;
  padding: 0 10px;
}

.policy a {
  text-decoration: none;
  color: #999;
  line-height: 1;
  font-size: 10px;
  text-align: right;
}

.thanks_main {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  margin-top: -100px;
  margin-bottom: -10px;
  background-image: url(../img/thanks_bg.webp);
}

.thanks01 .thanks_main {
  height: 100vh;
}

.thanks01 .thanks01-none {
  display: none;
}
.no-webp .thanks_main {
  background-image: url(../img/thanks_bg.png);
}

.thanks {
  background-color: #000;
  text-align: center;
  padding-bottom: 200px;
}

.thanks p {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.thanks_text {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.thanks_text p {
  color: #000;
  font-size: 1.2rem;
}

.big-text {
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  /* .fv {
        margin-top: -25px;
    } */
  .contact-cta {
    text-align: center;
    margin: 0 auto;
  }
  .thanks-sub-text {
    text-align: center;
  }
  .mail-cta {
    width: 25%;
  }
  .small-text {
    font-size: 90% !important;
  }
  .contact-cta img {
    width: 30%;
  }

  .footer-fixed-btn {
    display: none !important;
  }

  .over-160 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .header-logo {
    padding: 20px;
  }
  .header-logo img {
    width: 220px;
  }
  .thanks_main {
    margin-top: -130px;
    margin-right: -5px;
  }
  .next-generation-case-flex {
    align-items: center;
  }
  .bg-sky-blue-text p {
    font-size: 1.4rem;
  }
  .bg-sky-blue-text span {
    font-size: 2.4rem;
  }
  .next-generation-case-text-right > p,
  .next-generation-case-text-left > p {
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 30px;
  }
  .worry-title,
  .all-support {
    max-width: 50%;
  }
  .dont-worry {
    padding: 120px 0 50px;
    margin-top: -110px;
  }
  .dont-worry img {
    max-width: 700px;
    width: 80%;
  }
  .dont-worry h2 span {
    font-size: 3rem;
  }
  .knowledge-0-box img {
    width: 40%;
  }
  .knowledge-0-box-text01,
  .knowledge-0-box-text02 {
    display: flex;
    align-items: center;
  }
  .knowledge-0-box-text01 h3,
  .knowledge-0-box-text02 h3 {
    font-size: 1.2rem;
    margin-right: 20px;
    width: 140px;
    text-align: left;
  }
  .knowledge-0-box-text {
    margin-bottom: 40px;
  }
  .knowledge-0-subtitle {
    max-width: 60%;
    margin: 0 auto;
  }
  .knowledge-0-flex img {
    width: 14%;
  }
  .knowledge-0 {
    padding: 30px 0 200px;
  }
  .why-achievement-redtitle img {
    width: 45%;
  }
  .why-achievement-subtitle img {
    width: 35%;
  }
  .why-achievement-title {
    max-width: 60%;
    margin: 20px auto 0px;
  }
  .why-achievement {
    padding: 80px 0;
    top: -100px;
  }
  .why-achievement-arrow img {
    width: 20%;
  }
  .why-achievement-arrow {
    margin-top: -140px;
  }
  .goal-achievement {
    padding-top: 300px;
    margin-top: -250px;
    padding-bottom: 70px;
  }
  .goal-achievement-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .goal-achievement-flex img {
    width: 100%;
  }
  .goal-achievement-title,
  .goal-achievement01,
  .goal-achievement02,
  .goal-achievement03 {
    max-width: 80%;
    margin: auto;
  }
  .free-campaign-main {
    max-width: 36%;
    margin: auto;
  }
  .free-campaign-icon-human {
    max-width: 60%;
    margin: auto;
  }
  .free-campaign-bg-black {
    background-color: #000;
  }
  .free-campaign-leaf {
    margin-top: 40px;
  }
  .free-campaign-mini-text {
    margin-top: 30px;
  }
  .free-campaign {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0 30px;
    position: relative;
    top: -380px;
    margin-bottom: -380px;
    background-image: url(/img/free-campaign-bg.webp);
  }
  .no-webp .free-campaign {
    background-image: url(/img/free-campaign-bg.png);
  }
  .free-campaign::before {
    position: relative;
    border: none;
  }
  .cta-contact-main {
    padding: 0;
    text-align: center;
  }
  .cta-contact-main img {
    width: 50%;
  }
  .unique-strengths-box01 span {
    font-size: 3.4rem;
  }
  .unique-strengths-box01-flex img,
  .unique-strengths-box02-flex img,
  .unique-strengths-box03-flex img {
    width: 20%;
  }
  .unique-strengths-box01-flex,
  .unique-strengths-box02-flex,
  .unique-strengths-box03-flex {
    align-items: flex-end;
    margin-top: 0;
  }
  .unique-strengths-title01 img {
    width: 350px;
  }

  .unique-strengths-box03-flex .unique-strengths-title01 img {
    width: 400px;
    top: -130px;
    left: -20px;
  }
  .unique-strengths-box02 {
    padding: 80px 0 130px;
    top: -110px;
  }
  .unique-strengths-box03 {
    top: -250px;
  }
  .unique-strengths-box01 p {
    margin-top: 50px;
  }
  .unique-strengths-title02 {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .unique-strengths-title01 img {
    top: -100px;
    width: 500px;
    left: 10px;
  }
  .unique-strengths-title02 img {
    width: 500px;
    top: -120px;
    left: 0px;
  }
  .tlpc-graph-main {
    max-width: 60%;
    margin: auto;
  }
  .why-it-grows {
    margin-top: -300px;
  }
  .all-support-main {
    text-align: center;
  }
  .all-support-main img {
    width: 60%;
  }
  .voice .w-main img {
    width: 60%;
    margin-left: -180px;
  }
  .voice-bg {
    background: linear-gradient(to bottom, #fff, #e5e5e5);
  }
  .voice-flex,
  .voice-flex01,
  .voice-flex02 {
    background: transparent;
    max-width: 60%;
    margin: auto;
    align-items: center;
    margin-top: -30px;
  }
  .voice-flex-text .relative img {
    width: 250px;
  }
  .voice-flex img,
  .voice-flex01 img,
  .voice-flex02 img {
    width: 190px;
  }
  .voice-flex-text p {
    letter-spacing: 1px;
  }
  .voice-flex-text span {
    font-size: 1.2rem;
  }
  .voice-second-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index_00 {
    z-index: 90;
    position: relative;
  }
  .index_01 {
    z-index: 91;
    position: relative;
  }
  .index_02 {
    z-index: 92;
    position: relative;
  }
  .faq-question p {
    margin: 20px 10px 30px;
  }
  .flow {
    padding: 70px 0;
  }
  .flow-title {
    max-width: 60%;
  }
  .flow-flex-pc {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
  }

  .contact-form button img {
    width: 70%;
  }
  .contact-form button {
    margin-top: 10px;
  }
  .contact-form_2 img {
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form_2 img {
    max-width: 500px;
  }
}

.contact-form-title {
  max-width: 500px;
  margin: 30px auto 20px;
}
.contact-form-title img {
  width: 100%;
}

body .annotation-text {
  font-size: 0.7rem;
  color: #999;
  display: block;
  font-weight: 300;
  margin: 0;
}

.voice .annotation-text {
  margin-top: 15px;
}
.goal-achievement-flex .annotation-text {
  max-width: 80%;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 2rem;
    font-weight: bold;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.25rem;
  }
  .obon-banner {
    max-width: 70%;
    padding: 40px;
  }
  .small-text {
    font-size: 80% !important;
  }
  .thanks-sub-text {
    text-align: left;
    width: 85%;
    margin: auto;
  }
  .mail-cta {
    width: 70%;
  }
  .footer-fixed-btn {
    bottom: 0;
    width: 100%;
    max-width: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bg-sky-blue-text span {
    font-size: 1.4rem;
  }
  .next-generation-case-sp img {
    width: 75px;
  }
  .voice-flex02 {
    position: relative;
  }
  .voice-flex02 .annotation-text {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
