/*
 Theme Name: SANGO Child
 Template: sango-theme
*/

/* =========================================
common
========================================= */
.entry-content p {
  margin-bottom: 10px;
}

.inner {
  padding: 0 16px;
}

.inner-block {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 30px 16px 60px 16px !important;
}

@media (max-width: 768px) {
  .inner-block {
    padding: 0 16px 60px 16px;
  }
}

.inner-section-block {
  padding: 80px 16px 0 16px;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .inner-section-block {
    padding-top: 40px;
  }
}

.merit-top {
  padding-top: 80px !important;
}

@media (max-width: 768px) {
  .merit-top {
    padding-top: 60px !important;
  }
}

.section,
.sgb-section {
  margin: 0 !important;
  padding: 0 !important;
}

.entry-content h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: clamp(18px, 3vw, 22px) !important;
}

.title-en-orange {
  color: #FFF2E5 !important;
}

.wp-block-image {
  margin-bottom: 0;
}


.wp-block-columns>.wp-block-column.is-vertically-aligned-center {
  margin-bottom: 0 !important;
}

.wp-block-column.is-vertically-aligned-center> :last-child {
  margin-bottom: 0 !important;
}

.entry-content dd {
  color: #333333;
}

.sobig,
#inner-content .sobig {
  line-height: 1;
}

/* =========================================
  title/botton
========================================= */


.title-color {
  color: #0BC1E0;
}

.entry-content h3 {
  padding: 0;
}

/* h2 title  */
.custom-heading {
  position: relative;
  text-align: center;
  font-size: clamp(28px, 4.6vw, 48px) !important;
  margin: 2em 0.5em 0 !important;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .custom-heading {
    margin: 1.5em 0 1em !important;
  }
}

.custom-heading .heading-en {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(70px, 16.7vw, 110px);
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  color: #D1F1F7;
  line-height: 1;
  opacity: 0.3;
}

.custom-heading .heading-ja {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #333333;
  line-height: 1.2;
  width: 100%;
}

.faq-heading {
  font-size: clamp(22px, 2.8vw, 48px);
}

.custom-heading .heading-en.white-en {
  color: #FFFEFE !important;
}


/* service-btn  */
.services-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 12px 24px;
  border-radius: 50px;
  color: #fffefe;
  text-decoration: none;
  box-sizing: border-box;
  flex-shrink: 0;
}

.services-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s;
}

.services-btn a:hover {
  background: #333;
  color: #FFFEFE;
}

.services-btn a:hover:after {
  right: 1.4rem;
}


@media (max-width: 840px) {
  .services-btn a {
    padding: 12px 20px;
  }

  .services-btn a:after {
    right: 1rem;
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 480px) {
  .services-btn a {
    max-width: 100%;
    padding: 10px 15px;
  }

  .services-btn a:after {
    right: 0.8rem;
    width: 4px;
    height: 4px;
  }

  .services-btn a::after {
    display: none;
  }
}

.services-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s;
}

.services-btn a:hover {
  background: #333;
  color: #FFFEFE;
}

.services-btn a:hover:after {
  right: 1.4rem;
}

.services-btn a.bottom-fv-btn:hover {
  background: linear-gradient(135deg, rgb(247, 120, 0), rgb(255, 160, 69));
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}


/* =========================================
  top　fv
========================================= */

.top-fv {
  position: relative;
  min-height: 800px;
  background-image: url('image/fv_img.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.top-fv-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 700px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.top-pc-fv-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-sp-fv-img {
  display: none;
}

.top-fv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1180px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}

.fv-title {
  margin: 0.3em 0 !important;
  line-height: 1.2 !important;
  font-size: clamp(36px, 8.5vw, 60px) !important;
}

.top-fv-text-wrap {
  flex: 0 0 45%;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .top-fv-text-wrap {
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .top-fv-text-wrap {
    max-width: 80%;
  }
}

@media (max-width: 420px) {
  .top-fv-text-wrap {
    max-width: none;
  }
}

.top-sub-title {
  background-color: #0BC1E0;
  display: inline-block;
  color: #FFFEFE;
  font-size: clamp(20px, 4.8vw, 30px) !important;
  padding: 0 0.5em;
  line-height: 1;
}

.entry-content .top-sub-title {
  margin: 0;
}

.color-yellow {
  color: #FBFF13;
  font-size: clamp(36px, 8.6vw, 50px) !important;
}

.top-main-title {
  font-size: clamp(32px, 7.6vw, 55px) !important;
}

.top-fv-small-text {
  font-size: clamp(28px, 6.7vw, 45px) !important;
  color: #333333;
}

.top-fv-color-blue {
  color: #0BC1E0;
}

.top-fv-icon {
  max-width: 330px;
  padding-bottom: 20px;
  display: inline-block;
}


.top-fv-btn {
  display: inline-block;
}

.top-fv-btn a {
  max-width: 420px;
  padding: 18px 60px 18px 40px !important;
  font-size: 20px;
}

.top-fv-btn a:after {
  right: 2rem;
  width: 8px;
  height: 8px;
}

@media (max-width: 1000px) {
  .top-fv {
    background-image: none;
    padding: 0;
    min-height: auto !important;
  }

  .top-fv-icon {
    padding-bottom: 10px;
  }

  .top-fv-img-wrap {
    min-height: auto !important;
  }

  .top-sub-title {
    letter-spacing: 0.05em;
  }

  .top-pc-fv-img {
    display: none;
  }

  .top-sp-fv-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .top-fv-inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    flex-direction: column;
    text-align: center;
    padding-bottom: 30px;
  }

  .top-fv-img-wrap {
    position: relative;
    height: auto !important;
    overflow: hidden !important;
  }

  .top-fv-btn a {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .top-sub-title {
    display: block;
  }
}

.center {
  display: none;
}

/* c-title  */
.c-title {
  font-size: clamp(22px, 4vw, 36px) !important;
  color: #333333;
  text-align: center;
  padding-bottom: clamp(20px, 5vw, 30px) !important;
  padding-top: clamp(40px, 5vw, 80px);
}

.entry-content p.concern-text {
  margin-bottom: 1em !important;
}

.title-color {
  color: #0BC1E0;
}

.entry-content h3 {
  padding: 0 !important;
}

/* h2 title  */
.custom-heading {
  position: relative;
  text-align: center;
  font-size: clamp(28px, 6.7vw, 48px) !important;
  margin: 1.2em 0 !important;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .custom-heading {
    margin: 1.5em 0 1em !important;
  }
}

.custom-heading .heading-en {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(70px, 16.7vw, 128px);
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  color: #D1F1F7;
  line-height: 1;
  opacity: 0.7;
}

.custom-heading .heading-ja {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #333333;
  line-height: 1.2;
}

.custom-heading .heading-en.white-en {
  color: #FFFEFE !important;
}

/* =========================================
 ボタン
========================================= */

/* service-btn  */
.services-btn {
  text-align: center;
  width: 100%;
  margin: 10px auto 0;
}

/* aタグ */
.services-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  max-width: 350px;
  width: 90%;
  padding: 15px 40px 15px 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fffefe;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

/* hover */
.services-btn a:hover {
  background: #333;
  color: #FFFEFE;
}

@media screen and (min-width: 1200px) {
  .services-btn a.no-arrow::after {
    display: none;
    content: none;
  }

  .services-btn a.no-arrow {
    padding: 15px 25px;
    justify-content: center;
  }
}


/* 矢印 */
.services-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s;
}


.services-btn a:hover::after {
  right: 1.4rem;
}


@media (max-width: 840px) {
  .services-btn a::after {
    right: 1rem;
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 480px) {
  .services-btn a {
    max-width: 100%;
    padding: 10px 15px;
  }

  .services-btn a::after {
    display: none;
  }
}


.btn-orange {
  background: #FFA045;
  border-radius: 50px;
  overflow: hidden;
}

.btn-green {
  background: #0ABBB6;
  border-radius: 50px;
}

.btn-red {
  background: #E4596E;
  border-radius: 50px;
}

.btn-blue {
  background: #0BC1E0;
  border-radius: 50px;
}

.btn-lightgreen {
  background: #A9CF51;
  border-radius: 50px;
}

.btn-gradation {
  background: linear-gradient(135deg, #FFA045, #F77800);
  overflow: hidden !important;
}

/* ===================
 送信ボタン
======================*/

.wpcf7 input[type="submit"].btn {
  background: linear-gradient(90deg, #FFA045 0%, #F77800 100%);
  color: #fffefe;
  border-radius: 50px;
  padding: 16px 70px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 !important;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  max-width: 500px;
}


.wpcf7 input[type="submit"].btn:hover {
  background: linear-gradient(90deg, #F77800 0%, #FFA045 100%);
  color: #fffefe;
}

.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 40px;
}

/* ===================
 下層：cta-btn
======================*/
.main-cta-btn {
  display: flex;
  flex-direction: column;
}

.main-cta-btn a {
  display: inline-block;
  max-width: 600px;
  padding: 1em;
  background: #FEFEFE;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  font-size: clamp(18px, 2vw, 20px);
  border: solid 1px #333333;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .main-cta-btn a {
    padding: 0.8em;
  }
}

.main-cta-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s;
}

.main-cta-btn a:hover {
  background: #333333;
  color: #FEFEFE;
  transform: translateY(2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.my-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.main-cta-btn a:hover::after {
  right: 1.4rem;
}

.main-cta-btn a:active {
  transform: translateY(4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.main-cta-btn a.animation {
  animation: fuwafuwa 2s linear infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* =========================================
  fv：下層ページ
========================================= */
.fv {
  padding-top: 20px;
}

.fv-inner {
  display: grid;
  grid-template-columns: 13fr 7fr;
  align-items: center;
  gap: 2em;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

.website-inner {
  display: grid;
  grid-template-columns: 6fr 4fr;
  align-items: center;
  gap: 1em;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 10px;
}

.seo-inner {
  grid-template-columns: 1fr 1fr;
}

.fv-text-wrap {
  font-weight: bold;
}

.fv-top-text {
  position: relative;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
}

.fv-text-strong {
  font-size: clamp(28px, 3.1vw, 48px);
  letter-spacing: -0.03em;
}

.fv-img-wrap {
  display: flex;
  justify-content: flex-start;
}

.fv-text-wrap img {
  max-width: 350px;
  padding-bottom: 1em;
}

.pc-fv-img {
  display: block !important;
  width: 100%;
  max-width: 350px !important;
}

.sp-fv-img {
  display: none !important;
  width: auto;
  max-width: 400px;
  height: auto;
}

.website-fv-img {
  display: block !important;
  width: 100%;
}

.main-text {
  color: #FFFEFE !important;
}

.gradient-line1,
.gradient-line2 {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #F49A57, #C52781);
  padding: 0.2em 0.3em;
}

.gradient-line1 {
  font-size: clamp(32px, 5vw, 65px);
}

.gradient-line2 {
  font-size: clamp(24px, 5.8vw, 45px);
  line-height: 1;
}

.fv-text-small {
  font-size: clamp(22px, 5.2vw, 45px);
}

.fv-main-strong {
  font-size: clamp(30px, 3.9vw, 60px);
}

.fv-bottom-text {
  line-height: 1.7;
  font-size: clamp(15px, 2vw, 24px);
  width: 85%;
}

.fv-top-subtitle {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: clamp(16px, 4.1vw, 20px) !important;
  margin-bottom: 0 !important;
}

.websitefv-text-small {
  font-size: clamp(20px, 3vw, 36px);
}

.websitefv-main-strong {
  font-size: clamp(30px, 3.9vw, 58px);
}

/* 背景部分 */
.fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.fv-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.fv-text-wrap h2 {
  font-size: clamp(18px, 2vw, 24px);
}

/* --- スマホ・タブレット共通（768px以下） --- */
@media (max-width: 768px) {
  .pc-fv-img {
    display: none !important;
  }

  .sp-fv-img {
    display: block !important;
    max-width: 80% !important;
    margin: 0 auto !important;
  }

  .fv-inner,
  .website-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
    padding: 0 20px 10px;
  }

  .fv-text-wrap,
  .fv-img-wrap {
    justify-content: center;
  }

  .fv-text-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fv-img-wrap {
    justify-content: center;
    margin-top: 20px;
  }

  .fv-text-wrap img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .fv_works_icon {
    width: 40%;
  }

  .fv-bottom-text {
    width: 79%;
    text-align: center;
    margin: 10px auto 0;
    display: block;
  }

  .entry-content .fv-bottom-text {
    margin: 0;
  }

  #i-0 {
    letter-spacing: 0.02em;
  }

  .fv-img-padding {
    padding-bottom: 20px !important;
  }

  .fv-icon_img,
  .fv-bottom-text {
    display: none !important;
  }
}

@media (max-width: 420px) {
    .c-block {
    display: inline-block;
    width: 100%;
    padding: 0.2em !important;
    letter-spacing: 0.05em;
  }
}

/* --- 420px以下 --- */
@media (max-width: 420px) {
  .fv-top-block .gradient-line1 {
    display: inline-block !important;
    width: 100%;
    padding: 0.2em 1em;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .fv-text-wrap img {
    max-width: 80%;
  }
}


/* --- 370px以下 --- */
@media (max-width: 370px) {
  .gradient-line1 {
    margin-bottom: 5px;
  }

  .fv-main-strong {
    font-size: 24px;
  }

  .fv-top-text {
    font-size: 16px;
  }

  .seo-text {
    font-size: 28px;
  }
}

.footer-logo {
  margin-bottom: 10px !important;
}

@media (max-width: 420px) {

  .fv-img-wrap {
    margin: 0 auto !important;
  }

  .fv-text-wrap h2 .gradient-line1 {
    padding: 0.1em 0.5em;
  }
}

/* =========================================
   お悩み
========================================= */
/* ----------------- concern セクション ----------------- */
.concern {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.concern-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 18px);
}

/* ---------- concern-list 統合 ---------- */
.concern-list {
  position: relative;
  flex: 1;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  background: #E6F4F7;
  border-radius: 20px !important;
  box-shadow: 0 8px 20px rgba(11, 193, 224, 0.5);
  border: solid 1px #0BC1E0;
  padding: 2em 3em !important;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .concern-list {
    padding: 2em 1em !important;
  }
}

/* li アイテム */
.concern-item li {
  list-style: none;
  display: flex;
  gap: 10px;
}

.concern-item li img {
  width: 8%;
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
}

/* concern-row */
.concern-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 420px) {
  .concern-row {
    align-items: flex-start;
    gap: 8px;
  }
}

.concern-row img {
  width: 30px;
  flex-shrink: 0;
}

.concern-row span {
  font-size: clamp(14px, 3.9vw, 18px);
  line-height: 1.6;
}

.yellow-underline {
  text-decoration: underline;
  text-decoration-color: #FAEC24;
  font-weight: bold;
  text-decoration-thickness: 3px;
}

/* 右下の画像 */
.concern-img-wrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.concern-img {
  position: absolute;
  bottom: -130px;
  right: 0;
  transform: translateY(-50%);
  width: 30%;
}

@media (max-width: 420px) {
  .concern-img {
    display: none;
  }
}

/* 下向き矢印 */
.concern-arrow {
  position: absolute !important;
  left: 50%;
  bottom: -50px !important;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 50px !important;
}

@media (max-width: 768px) {
  .concern-arrow {
    bottom: -30px !important;
    max-width: 40px !important;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  margin: 10px auto 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0BC1E0;
}

/* 下部テキスト */
.concern-bottom-text {
  text-align: center;
  margin: 100px auto 0;
  position: relative;
}

@media (max-width: 420px) {
  .concern-bottom-text {
    margin: 90px auto 0;
  }
}

.concern-text {
  font-size: clamp(24px, 6.6vw, 42px) !important;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FAEC24;
  text-underline-offset: 10px;
}



.c-lightgreen {
  background: linear-gradient(135deg, #BBE163, #32C9AC);
}

.c-instagram {
  background: linear-gradient(135deg, #F49A57, #C52781);
}

.c-tiktok {
  background: linear-gradient(135deg, #1ED7D1, #E6294D);
}

.c-red {
  background: linear-gradient(135deg, #FE2C55, #AD1936);
}

.c-orange {
  background: linear-gradient(90deg, #FFA045 0%, #F77800 100%);
}

.c-bule {
  background: linear-gradient(90deg, #7CB2EF 0%, #0BC1E0 100%);
}

.big-text {
  font-weight: bold;
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
}

/* --メリット-- */
.merit-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px !important;
  padding-bottom: clamp(1.875em, 5vw, 3.75em);
}

.merit-item {
  flex: 0 1 32%;
  max-width: 250px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.merit-item img {
  width: 80%;
  height: auto;
  max-width: 108px;
  padding-bottom: 15px;
  display: block;
  margin: 0 auto;
}

.merit-top-text {
  font-size: clamp(13px, 2.6vw, 16px);
  color: #FFFEFE;
  font-weight: bold;
  padding: 0 30px;
  text-align: center;
  line-height: 1.5;
}


@media (max-width: 768px) {
  .merit-wrap {
    width: 100%;
    gap: 10px;
  }

  .merit-item {
    flex: 1 1 45%;
    max-width: 250px;
  }

  .merit-item img {
    width: 40%;
    max-width: none;
  }

  .merit-top-text {
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  .merit-item {
    flex: 0 1 90%;
    max-width: 200px;
    margin: 0 auto 15px auto;
  }

  .merit-item img {
    width: 40%;
  }
}

.merit-text {
  max-width: 800px;
  margin: 0 auto !important;
  padding: 0 16px 50px 16px;
  font-size: clamp(16px, 2vw, 18px) !important;
  font-weight: bold;
  text-align: left;
}

.text-under-line {
  display: inline-block;
  border-bottom: 4px solid #FFEC3D;
  line-height: 1.2;
}

.cta-area {
  padding: 50px 16px 70px 16px;
}

@media (max-width: 768px) {
  .cta-area {
    padding: 25px 16px 40px 16px;
  }
}

.cta-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FEFEFE;
  ;
  font-size: clamp(13px, 2vw, 20px);
  font-weight: bold;
}

@media (max-width: 768px) {
  .cta-text {
    gap: 20px;
  }
}

.cta-text::before,
.cta-text::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FEFEFE;
}

.cta-text::before {
  transform: rotate(45deg);
}

.cta-text::after {
  transform: rotate(-45deg);
}

/* =======================
   website：merit
==========================*/

.merit-website .merit-item {
  flex: 0 1 23%;
  max-width: none;
}

.merit-website .merit-top-text {
  padding: 0 10px;
}

@media (max-width: 831px) {
  .merit-website .merit-item {
    flex: 1 1 45%;
    max-width: 260px;
  }
}

@media (max-width: 360px) {
  .merit-website .merit-item {
    flex: 0 1 90%;
    max-width: 200px;
  }
}

/* =======================
   youtube：merit
===========================*/

@media screen and (max-width: 768px) {
  .sp-mini-merit {
    flex: 0 1 49%;
  }
}

@media screen and (max-width: 360px) {
  .sp-mini-merit {
    flex: 0 1 90%;
  }
}


/* =========================================
   料金表セクション
========================================= */
.pricing {
  padding: 50px 10px;
  background: #f5f5f5;
  text-align: center;
}

.pricing__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* =========================================
   各プラン共通
========================================= */
.plan {
  background: #fffefe;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 40px 20px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan__header img {
  width: 100px;
  height: auto;
}

.plan__title {
  font-size: clamp(22px, 2vw, 24px) !important;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan__description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}


/* =========================================
   トライアルプラン（緑系）
========================================= */

.plan--trial .plan__header {
  color: #fffefe;
  border-radius: 16px 16px 0 0;
  padding: 30px 20px;
  margin: -40px -20px 0;
}

@media (max-width: 768px) {
  .plan--trial .plan__header {
    margin: -40px -15px 0;
  }
}

.plan--trial.plan-yellowgreen .plan__header {
  background: #A1C92F;
}

.plan--trial.plan-yellow .plan__header {
  background: #F4C449;
}

.plan--trial.plan-orange .plan__header {
  background: #FF8C20;
}

.plan--trial.plan-green .plan__header {
  background: #0ABBB6;
}

.plan--trial .plan__description {
  font-weight: bold;
}

/* =========================================
   価格エリア
========================================= */
.plan__price {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.05em
}

.plan__price-number {
  font-size: clamp(40px, 8vw, 55px);
  color: #FF8C20;
}

.plan__tax {
  font-size: 0.6em;
  color: #555;
}

/* =========================================
   詳細リスト
========================================= */
.plan__list {
  margin: 0 0 20px;
}

.plan__item {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 3.3vw, 16px) !important;
  border-bottom: 1px solid #eee;
  padding: 8px 3px;
  color: #333333;
}

.plan__item dt,
.plan__item dd {
  margin: 0;
}

.plan__item dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.plan__item dt {
  text-align: left;
  width: 50%;
}

.plan__item dd {
  text-align: left;
  font-weight: bold;
  width: 50%;
  margin-left: 2em;
  font-size: clamp(14px, 3.3vw, 16px) !important;
}

.plan-margin {
  margin: 40px 0 30px;
}


/* スマホ対応 */
@media (max-width: 768px) {
  .pricing__inner {
    flex-direction: column;
  }

  .plan {
    max-width: 100%;
    padding: 20px 15px;
    margin-top: 30px;
  }

  .plan__header {
    margin: 0 0 0;
    border-radius: 16px 16px 0 0;
    padding: 25px 15px;
  }
}


h4.point-item-title {
  font-size: clamp(20px, 4.2vw, 24px) !important;
  line-height: 1.5;
  margin-bottom: 16px !important;
}


/* =========================================
color-一覧
========================================= */
/* --フォントカラー-- */
.color-orange {
  color: #FFA045;
}

.color-green {
  color: #0ABBB6;
}

.color-red {
  color: #E4596E;
}

.color-blue {
  color: #0BC1E0;
}

.color-lightgreen {
  color: #A9CF51;
}

.btn-gradation {
  background: linear-gradient(135deg, #FFA045, #F77800);
  overflow: hidden !important;
}

/* --背景色-- */
.back-orange {
  background: #FFA045;
}

.back-green {
  background: #0ABBB6;
}

.back-red {
  background: #E4596E;
}

.back-blue {
  background: #0BC1E0;
}

.back-lightgreen {
  background: #A9CF51;
}

/* --下線-- */
.underline-orange {
  border-bottom: solid 3px #FF8C20;
}

.underline-green {
  border-bottom: solid 3px #0ABBB6;
}

.underline-red {
  border-bottom: solid 3px #E4596E;
}


.underline-lightgreen {
  border-bottom: solid 3px #A9CF51;
}

.fv-underline {
  border-bottom: solid 3px #FF8C20;
}

.underline-blue {
	border-bottom: solid 3px #0BC1E0; 
}

/* ============================
support-category
=============================== */
.service-category {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 18px;
  border-radius: 20px;
  color: #fffefe;
}

.youtube-pricing__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch !important;
  grid-auto-rows: 1fr;
}

.section-plan .plan__header {
  /*   flex-grow: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 290px;
}

@media screen and (max-width: 1200px) {
  .youtube-pricing__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

  }
}

@media screen and (max-width: 768px) {
  .youtube-pricing__inner {
    grid-template-columns: 1fr;
  }
}

.section-plan.plan {
  max-width: none;
}

.website-plan {
  background: #fffefe;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 40px 20px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .website-plan {
    flex-direction: column;
    max-width: 100%;
  }
}


@media screen and (max-width: 768px) {
  .website-plan .plan__header {
    margin: -40px -20px 0;
  }
}


.website-plan-list {
  text-align: left;
  padding: 0 10px !important;
  margin: 0 !important;
  font-size: clamp(14px, 3.3vw, 16px) !important;
}

@media screen and (max-width: 768px) {
  .website-plan-list {
    text-align: center;
  }
}

.website-plan-list li {
  list-style: none;
  border-bottom: solid 1px #EBEBEB;
  padding: 0.3em;
}


.plan-list {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 2fr;
  text-align: left;
}

.plan-list li {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  border-bottom: 1px solid #92d050;
  padding: 10px !important;
}

.plan-item-title {
  font-weight: bold;
}

.plan-item-value {
  text-align: right;
}

.plan-list dt {
  font-weight: bold;
  border-bottom: 1px solid #EEECEC;
  padding: 10px;
}

.plan-list dd {
  margin: 0;
  border-bottom: 1px solid #EEECEC;
  padding: 10px 10px 10px 20px !important;
  font-weight: bold !important;
  font-size: 13px !important;
}


@media screen and (max-width: 768px) {
  .plan-list {
    grid-template-columns: 7fr 3fr;
  }

  .plan-list dt,
  .plan-list dd {
    border-bottom: 1px solid #aeaeae;
    padding: 8px;
  }
}

.i-plan-list {
  grid-template-columns: 1fr 1fr !important;
}

.plan-yes,
.plan-no {
  width: 20px;
}

.works {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .works {
    padding-top: 50px;
  }
}

.fv-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

#i-0.seo-main-text {
  margin: 0 !important;
}

.seo-main-text {
  font-size: clamp(28px, 6.7vw, 55px) !important;
  font-weight: bold;
  line-height: 1.5 !important;
  margin: 0;
}

.seo-fv-icon {
  max-width: 40%;
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.seo-fv-icon img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .seo-fv-icon {
    max-width: 90%;
  }
}

.ft-service-btn {
  display: flex;
  justify-content: center;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.pc-br,
.tab-br,
.sp-br,
.min-br,
.in-br {
  display: none;
}

/* ====================
fv-title / 改行調整
======================= */
@media screen and (min-width: 819px) {
  .in-br {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .pc-br {
    display: block;
  }
}


@media screen and (max-width: 768px) and (min-width: 426px) {
  .tab-br {
    display: block;
  }
}

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

@media screen and (max-width: 400px) {
  .min-br {
    display: block;
  }
}

@media screen and (max-width: 320px) {

  .pc-br,
  .tab-br,
  .sp-br,
  .top-fv-br {
    display: none;
  }
}

.fv-bottom-text {
  font-size: clamp(15px, 2vw, 20px) !important;
}

/* PCでは非表示 */
.top-br,
.web-pc-br,
.youtube-pc-br,
.seo-sp-br,
.website-br,
.in-br,
.top-fv-br {
  display: none;
}

.y-br {
display:block;
}

@media screen and (max-width: 819px) {
  .in-br {
    display: inline-block;
  }
}

@media screen and (max-width: 797px) {
  .top-fv-br {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .top-br {
    display: inline-block;
  }
}

@media screen and (max-width: 319px) {
  .top-br {
    display: none;
  }
}

@media screen and (max-width: 1108px) and (min-width: 767px) {
	.y-br1 {
		display: none !important;
	}
}

@media screen and (max-width: 1013px) and (min-width: 767px) {
	.y-br2 {
		display: none !important;
	}
}


@media screen and (max-width: 948px) and (min-width: 769px) {
  .web-pc-br {
    display: block;
  }
}

@media screen and (max-width: 1022px) and (min-width: 830px) {
  .youtube-pc-br {
    display: block;
  }
}

@media screen and (max-width: 973px) {
  .seo-sp-br {
    display: block;
    line-height: 1.2 !important;
  }
}

@media screen and (max-width: 1048px) {
  .seo-pc-br {
    display: block;
    line-height: 1.2 !important;
  }
}

@media screen and (max-width: 974px) {
  .seo-pc-br {
    display: none;
  }
}

@media screen and (max-width: 413px) {
  .seo-sp-br {
    display: block !important;
  }
}

@media screen and (max-width: 511px) {
  .website-br {
    display: block;
  }
}

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

@media screen and (max-width: 425px) {
  .in-br {
    display: none;
  }
}


/* ============================
footer
=============================== */

/* 上段フッター（#e6f4f7） */
.sgb-footer {
  position: relative;
  z-index: 0;
}

.sgb-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #e6f4f7;
  z-index: -1;
}

/* 下段の濃いフッター（#0bc1e0） */
.sgb-footer__menu {
  position: relative;
  z-index: 0;
}

.sgb-footer__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fffefe;
  z-index: -1;
  color: #7D7C7C !important;
}

.sgb-content-block__admin-link {
  display: none !important;
}

.sgb-footer__copyright {
  color: #7d7c7c;
}

.sgb-footer__menu a {
  color: #333 !important;
}

.logo-flex {
  display: flex;
  flex-direction: column !important;
}

footer a {
  text-decoration: none;
}

.wp-container-core-columns-is-layout-9d6595d7 a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body:not(footer) a:hover {
  text-decoration: underline;
}

footer a:hover {
  text-decoration: underline !important;
}

/* btn-gradation系ボタンの下線を消す */
.btn-gradation.bottom-fv-btn,
.wp-block-button__link.has-sango-accent-background-color.has-background.wp-element-button {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* ボタンのhoverでも下線を出さない */
.btn-gradation.bottom-fv-btn:hover,
.wp-block-button__link.has-sango-accent-background-color.has-background.wp-element-button:hover {
  text-decoration: none !important;
}

.services-btn a:hover,
.main-cta-btn a:hover {
  text-decoration: none !important;
}

.sgb-footer__content {
  padding: 2.5rem 16px 0;
}

.link-arrow a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  text-decoration: none;
  color: #333;
}

/* 矢印の線（右向き） */
.link-arrow a::before,
.link-arrow a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform-origin: right center;
}

/* 上の線（右上） */
.link-arrow a::before {
  transform: translateY(-50%) rotate(45deg);
}

/* 下の線（右下） */
.link-arrow a::after {
  transform: translateY(-50%) rotate(-45deg);
}

.footer-logo {
  margin-bottom: 10px !important;
}

.entry-footer {
  display: none;
}

@media (max-width: 768px) {
  .fv-inner {
    max-width: none !important;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .fv-img-wrap img {
    width: 100% !important;
    max-width: none;
    height: auto;
  }

  .sp-fv-img {
    width: 100% !important;
    max-width: none !important;
    height: auto;
  }

  .fv-text-wrap {
    padding: 0 16px;
  }
}

/* ==================
top：padding-none
===================== */

body.page-id-1109 #container,
/* website */
body.page-id-1250 #container,
/* seo */
body.page-id-1217 #container,
/* youtube */
body.page-id-707 #container,
/* instagram */
body.page-id-1458 #container

/* tiktok */
  {
  padding-top: 0 !important;
}

/* ==================
実績：スクロール
===================== */
.support-scroll {
  display: flex;
  overflow: visible;
}

@media (max-width: 768px) {
  .support-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px !important;
  }

  .support-scroll>* {
    flex: 0 0 80%;
    min-width: 280px;
    scroll-snap-align: start;
    box-sizing: border-box;
  }

  .support-scroll::-webkit-scrollbar {
    height: 4px;
    color: #9F9F9F;
  }

  .support-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .support-scroll img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.copyright {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.copyright p {
  padding-right: 20px;
}

.wp-block-image.is-style-sango-with-shadow {
  margin-bottom: 1em !important;
}


/* ==================
実績
===================== */
.rewords-inner {
  margin-bottom: 80px;
}

/* カードレイアウト */
.rewords-content {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.rewords-item-image img {
  width: 100%;
  height: auto;
  display: block;
  background: #eee;
}

/* カテゴリラベル */
.rewords-category {
  display: inline-block;
  background-color: var(--cat-color, #ff8c20);
  color: #fffefe;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bolder;
  line-height: 1;
}

/* カテゴリごとの色分け */
.rewords-category.instagram {
  background: #ff7b00;
}

.rewords-category.tiktok {
  background: #00b3ad;
}

.rewords-category.youtube {
  background: #c4302b;
}

.rewords-category.seo {
  background: #009944;
}

.rewords-category.homepage {
  background: #007bff;
}

.rewords-title-block {
  text-align: center;
  margin-bottom: 2em;
}


/* タイトルにバーを付ける */
.rewords-title {
  text-align: center;
  font-size: 1.7em!important;
  font-weight: bold;
  margin: 2em 0 1.5em;
  position: relative;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rewords-title::before,
.rewords-title::after {
  content: "";
  height: calc(var(--sgb--custom--bd-width, 1) * 1px);
  flex-grow: 1;
  border-radius: var(--sgb--custom--box-radius, 0);
  height: 2px;
  background-color: var(--title-color, #ff8c20);
  transform: translateY(-50%);
}

.rewords-title::before {
margin-right: 1em;
}

.rewords-title::after {
  margin-left: 1em;

}

.rewords-item {
  width: 33.3333%;
}

.rewords-item-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #f5f5f5;
  aspect-ratio: 16 / 9; 
}

.rewords-item-image img:hover {
  opacity: 0.8;

}

.rewords-item-title h5 {
  font-size: 1.1rem;
  margin-top: 8px;
  color: #333;
}


@media (max-width: 768px) {
	.rewords-inner {
		padding-bottom: 0;
	}
	
  .rewords-content {
    display: flex;
    gap: 14px;
    overflow-x: auto;          
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity; 
    padding-bottom: 8px;  
    justify-content: flex-start; 
  }
  .rewords-item {
    flex: 0 0 auto;          
    width: 240px;              
    scroll-snap-align: start;   
  }
 
  .rewords-item img { 
    display:block; 
    max-width:100%; 
    height:auto; 
  }
}

/* 2列表示 */
@media (max-width: 1029px) and (min-width: 769px) {
  .rewords-content {
    flex-wrap: wrap; 
    justify-content: flex-start;
    gap: 20px;
  }

  .rewords-item {
    width: calc(50% - 20px); 
  }

  .rewords-item-image img {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
  }
}


.single-works_instagram #breadcrumb li::after,
.single-works_tiktok    #breadcrumb li::after,
.single-works_youtube   #breadcrumb li::after,
.single-works_seo       #breadcrumb li::after,
.single-works_homepage  #breadcrumb li::after {
    content: none; 
}

.concern-list.youtube-concern-list {
  padding-left: clamp(1em, 5vw, 9em) !important;
}

.cut-item {
  padding: 1em;
  border-radius: 10px;
}

.section-sub-c_title {
  text-align: center;
  line-height: 1.2!important;
}

.big-number {
  font-size: clamp(24px, 5vw, 32px) !important;
}


