@charset "UTF-8";

/* 臨時 */
.t-comsoon {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: clamp(2.5rem, 3vw, 4rem);
  font-weight: bold;
  text-align: center;
}

/* KV
====================================== */
.l-main {
  padding-top: 100px;
  position: relative;
}

.logo {
  max-width: 280px;
  position: absolute;
  top: 60px;
  left: 60px;
}

.main-inner {
  position: relative;
  z-index: 8;
  max-width: 1380px;
  margin: 0 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}

#roop {
  width: 100%;
  height: auto;
  background: url(../images/bg-kv.jpg) repeat-x;
  background-position: center;
  background-size: cover;
  -webkit-animation: bgroop 250s linear infinite;
  animation: bgroop 250s linear infinite;
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2912px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2912px 0;
  }
}

@media screen and (max-width: 1400px) {
  .logo {
    top: 15px;
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 200px;
  }

  .main-inner {
    margin: 100px auto 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 565px) {
  .main-inner {
    margin: 60px auto 0;
  }

  .logo {
    max-width: 180px;
  }
}

/* 弊社にお任せください */
.l-support {
  position: relative;
}
.support {
  background: #000;
  background-image: linear-gradient(165deg, #000000, #4e4e4e 32%, #000000);
  padding-top: 60px;
  padding-bottom: 60px;
}

.support-wrap {
  max-width: 1080px;
  margin-left: 21%;
  margin-right: auto;
  position: relative;
  z-index: 9;
}

.support--text p {
  padding-top: 10px;
  color: #d9df20;
}

h2.support-message {
  color: #fff;
  font-size: clamp(2.5rem, 1.875rem + 1.771vw, 4rem);
}

.support--text {
  padding-left: 15%;
  padding-right: 15px;
}

.support ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-top: 30px;
}

.support ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 100vh;
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1.2;
}

.shape-main {
  max-width: 650px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.shape-main .media-1780 {
  display: block;
}

.shape-main .media-980 {
  display: none;
}

.support-message-img {
  display: none;
}

.img-main-sp {
  display: none;
}

@media screen and (max-width: 1720px) {
  .shape-main-sp {
    width: 42%;
    right: 10px;
  }
}
@media screen and (max-width: 1580px) {
  .shape-main {
    max-width: none;
    width: 35%;
  }

  .shape-main .media-1780 {
    display: none;
  }

  .shape-main .media-980 {
    display: block;
  }
}

@media screen and (max-width: 1180px) {
  h2.support-message {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .support {
    padding-bottom: 30px;
  }
  .support-wrap {
    width: 90%;
    margin: 0 auto;
  }

  .support--text {
    padding-left: 0;
    padding-right: 0;
  }
  .shape-main {
    right: 0;
    left: auto;
  }
  h2.support-message {
    font-size: 2.5rem;
  }
  .support--text .fs-50 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .support ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 25px;
  }

  .shape-main {
    display: none;
  }

  .support--text {
    text-align: center;
  }
}

@media screen and (max-width: 565px) {
  h2.support-message,
  .support--text .fs-50 {
    display: none;
  }
  .support-message-img {
    display: block;
    margin: 0 auto;
  }
  .support ul {
    gap: 10px 15px;
  }
  .support ul li {
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
  }
}
/* 実績
====================================== */
.l-achieve h2 {
  color: #fff;
}

/* スライダー */
.slide-achieve {
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}

.slide-achieve--list {
  height: auto;
  opacity: 0.35;
  transform: scale(0.85);
  transition: opacity 0.9s, transform 0.9s;
  width: 100%;
  background-color: #797979;
  border-radius: 30px 0 30px 0;
}

.slick-center .slide-achieve--list {
  opacity: 1;
  transform: scale(1);
  padding: 0;
  position: relative;
  background-image: url("../images/bg-achieve--list.jpg");
  background-size: cover;
  background-position: center;
  border: 15px solid rgba(255, 255, 255, 0.35);
}

/* スライダーの中のコンテンツ */
.achieve--list-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 30px 45px;
}

.achieve--list-img {
  width: 40%;
  padding-top: 30px;
}

.achieve--list-text {
  line-height: 2;
  width: 60%;
}

.achieve--list-wrap h3.achieve-title {
  font-size: 2.5rem;
}

.achieve--list-wrap h3.achieve-title span.achieve-title-01,
.achieve--list-wrap h3.achieve-title span.achieve-title-02 {
  display: block;
  padding-left: 15px;
  line-height: 1.5;
}

.achieve--list-wrap h3.achieve-title span.achieve-title-02 {
  margin-left: 100px;
}

.achieve--list-text-inner {
  padding-top: 30px;
  padding-bottom: 15px;
}

.achieve--list-text-inner p {
  padding-left: 15px;
}

.cast-name {
  font-size: 2.4rem;
  text-align: right;
}

.cast-name span.small {
  font-size: 1.6rem;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .achieve--list-wrap {
    display: block;
    padding: 30px 15px;
  }
  .achieve--list-wrap h3.achieve-title span.achieve-title-01,
  .achieve--list-wrap h3.achieve-title span.achieve-title-02 {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .achieve--list-img {
    width: 100%;
    padding-top: 30px;
  }

  .achieve--list-img img {
    max-width: 250px;
    margin: 0 auto;
  }

  .achieve--list-text {
    width: 100%;
  }
  .achieve--list-text-inner p {
    padding-left: 0;
  }
}
@media screen and (max-width: 565px) {
  .achieve--list-wrap h3.achieve-title {
    font-size: 1.8rem;
  }
  .cast-name {
    font-size: 2.2rem;
  }
}

/* このようなお悩みありませんか？
====================================== */
.worries-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.worries-list ul li {
  position: relative;
  width: 30%;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

.worries-list ul li:first-child,
.worries-list ul li:nth-child(3) {
  margin-top: 100px;
}

.worries-list ul li h3 {
  font-size: clamp(2rem, 2.3vw, 2.5rem);
  padding-top: 20px;
  padding-bottom: 20px;
}

.worries-pc {
  display: block;
}

.worries-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .worries-list ul li {
    width: 45%;
  }

  .worries-list ul li:first-child,
  .worries-list ul li:nth-child(3) {
    margin-top: 0;
  }

  .worries-list ul li p {
    text-align: left;
  }
}
@media screen and (max-width: 565px) {
  .worries-list ul {
    display: block;
  }

  .worries-list ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }

  .worries-list ul li h3 {
    padding-top: 0;
    padding-bottom: 10px;
}

  .worries-list ul li > div {
    width: 48%;
    text-align: left;
  }

  .worries-list ul li img {
    object-fit: contain;
    width: 90%;
    height: 100%;
    margin-right: 10px;
  }

  .worries-pc {
    display: none;
  }

  .worries-sp {
    display: block;
    width: 100%;
  }
}

/* すべて丸投げで解決 */
.worries-cat {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.worries-cat--text {
  text-align: center;
  padding-right: 60px;
}

.worries-cat--text p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  line-height: 1.5;
}

.worries-cat--img {
  max-width: 450px;
}

.cat--round {
  color: #fff;
  background: #fe3b83;
  border-radius: 100vh;
  font-size: 2.5rem;
  font-weight: normal;
  padding: 10px 25px;
  margin-right: 10px;
}

@media screen and (max-width: 1180px) {
  .worries-cat--text p {
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .worries-cat--text {
    padding-right: 0;
  }
  .worries-cat--img {
    max-width: none;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .worries-cat--text p {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .worries-cat {
    display: block;
  }

  .worries-cat--img {
    margin: 0 auto;
  }
}

/* TikTokコンサル集団にお任せください!
====================================== */

.shape-entrust-head {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}

.shape-entrust-head img {
  margin-top: -3px;
}

.shape-entrust-foot {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}

.shape-entrust-foot img {
  transform: rotate(180deg);
  margin-bottom: -3px;
}

.l-entrust .l-contener--full {
  position: relative;
  z-index: 9;
}

.l-entrust h2.title-head {
  color: #fff;
  position: relative;
  z-index: 10;
}

.entrust-cat {
  background: #d49e32;
  border-radius: 100vh;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.entrust-wrap {
  width: 80%;
  padding: 100px 15% 100px 0;
}

.entrust-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
}

.entrust-list ul li.entrust-point {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 10px 100px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

.entrust-list ul li.entrust-point::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-entrust.png);
  background-size: cover;
  width: 75px;
  height: 48px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* コンサル集団　キャラクター */
.shape-entrust {
  max-width: 380px;
  position: absolute;
  top: 40px;
  right: 5%;
}

@media screen and (max-width: 1280px) {
  .shape-entrust {
    max-width: none;
    width: 30%;
  }
}

@media screen and (max-width: 1080px) {
  .entrust-list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .entrust-list ul li.entrust-point {
    padding: 60px 10px 30px;
    clip-path: none;
  }

  .shape-entrust {
    top: auto;
    bottom: 0;
  }

  .entrust-list ul li.entrust-point::before {
    width: 48px;
    height: 31px;
    top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .entrust-wrap {
    width: 100%;
    padding: 60px 0 120px;
  }

  .shape-entrust {
    bottom: -100px;
  }
}

@media screen and (max-width: 767px) {
  .entrust-wrap {
    width: 100%;
    padding: 60px 0;
  }

  .entrust-list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .shape-entrust {
    width: 28%;
    bottom: -50px;
  }
}

@media screen and (max-width: 565px) {


  .shape-entrust {
    width: 22%;
  }
}

/* 人気のサービス内容
====================================== */
.l-service {
  background-image: linear-gradient(164deg, #434343, #000000);
}

.l-service h2.title-head {
  color: #fff;
}

.service-list {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card__img-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}

@media (max-width: 565px) {
  .service-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    padding-top: 45px;
  }
}

/* 事例動画
====================================== */
.example-tiktok {
  display: flex;
  gap: 60px;
  justify-content: center;
}

@media (max-width: 565px) {
  .example-tiktok {
  display: block;
}

}

/* サービスの流れ
====================================== */
.l-flow h2.title-head {
  color: #fff;
}

.l-flow .inner-text {
  color: #fff;
}

.step-flow {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 100px auto 0;
}

.step-flow > li {
  width: 100%;
  max-width: 250px;
  display: flex;
}

.step-flow > li .icon-flow {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #fe3b83;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.step-flow > li .icon-flow::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #fe3b83;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step-flow > li dl {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 15px;
  position: relative;
}

.step-flow > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.step-flow > li dl dt {
  font-size: clamp(2rem, 2.1vw, 2.2rem);
  font-weight: 600;
  color: #fe3b83;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.step-flow > li dl dd {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 0;
  text-align: center;
}

@media (max-width: 1580px) {
  .step-flow {
    max-width: 991px;
    gap: 30px;
    margin: 30px auto 0;
  }

  .step-flow > li:not(:first-child) dl::before {
    content: none;
  }
}

@media (max-width: 565px) {
  .step-flow {
    gap: 20px;
  }

  .step-flow > li {
    max-width: unset;
    display: block;
  }

  .step-flow > li:not(:first-child) dl::before {
    display: none;
  }
}

/* よくあるご質問
====================================== */
ul.acd {
  padding-top: 100px;
  padding-bottom: 100px;
}

ul.acd li {
  margin-bottom: 10px;
}

.acd-title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #fafafa;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 600;
  padding: 25px 50px;
}

.acd-title::before,
.acd-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
}

.acd-title::before {
  top: 48%;
  right: 50px;
  transform: rotate(0deg);
}

.acd-title::after {
  top: 48%;
  right: 50px;
  transform: rotate(90deg);
}

/*　openというクラスがついたら形状変化　*/
.acd-title::before,
.acd-title.open::before {
  transform: rotate(0deg);
}

.acd-title.open::after {
  transform: rotate(-45deg);
  display: none;
}

/*　表示OPENのコンテンツ装飾　*/
.acd-title.open {
  background: #000;
  color: #fff;
}

.acd-title.open::before {
  background-color: #fff;
}
/*アコーディオンで現れるエリア*/
.acd-box {
  display: none;
  /*はじめは非表示*/
  padding: 25px 50px 60px;
}

@media (max-width: 820px) {
  .acd-title {
    padding: 25px 45px 25px 25px;
  }

  .acd-title::before,
  .acd-title::after {
    width: 15px;
  }

  .acd-box {
    padding: 25px 15px 45px;
  }

  .acd-title::before,
  .acd-title::after {
    right: 25px;
  }
}

@media (max-width: 565px) {
  ul.acd {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .acd-title {
    padding: 25px 25px 25px 10px;
  }

  .acd-title::before,
  .acd-title::after {
    right: 10px;
  }
}

/* コピーライト
====================================== */
p.copy {
  background-image: linear-gradient(158deg, #757575, #000000);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
