@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700&family=Zen+Kurenaido&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;
}



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

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

.fv {
    margin-top: -22px;
    margin-bottom: -9px;
}

.fv img {
    width: 100%;
}

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

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

.contact-cta {
    margin: 20px 20px;
}

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

/* 次世代のtiktok運用 */
.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;
}

.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: 70%;
}

.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.8rem;
    margin: 0;
}

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

.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;
}

.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;
}

.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-image: url(/img/cta_contact_main_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.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: 2.4rem;
}

.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: 50px 0 130px;
    position: relative;
    top: -80px;
    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: 250px;
    position: absolute;
    top: -50px;
    left: -50px;
}

.unique-strengths-title02 img {
    width: 250px;
    position: absolute;
    top: -50px;
    right: -50px;
}

/* だからグンっと伸びる */
.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: -50px;
}


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

.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;
}

.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;
}

.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;
}

.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;
    justify-content: center;
    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 {
    background-color: #f0f0f0;
    padding: 30px 0;
}

.contact-form label {
    display: flex;
    align-items: center;
}

.contact-form label span {
    color: #fff;
    background-color: #000;
    padding: 0 5px;
    margin-right: 5px;
}

.contact-form input,
.contact-form textarea {
    border: none;
    border-radius: 20px;
    width: calc(100% - 20px);
    padding: 10px;
}

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

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

.contact-form textarea {
    height: 250px;
}

.contact-form-title {
    margin-top: 30px;
}

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

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

footer p {
    margin: 0;
}



@media screen and (min-width:769px) {
    .sp {
        display: none !important;
    }
    .fv {
        margin-top: -25px;
    }
    .contact-cta {
        text-align: center;
        margin: 50px auto;
    }
    .contact-cta img {
        width: 30%;
    }
    .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 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;
    }
    .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-image: url(/img/free-campaign-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 200px 0 30px;
        position: relative;
        top: -380px;
        margin-bottom: -380px;
    }
    .free-campaign::before {
        position: relative;
        border: none;
    }
    .cta-contact-main {
        padding: 60px 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-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;
    }
    .unique-strengths-title02 img {
        width: 350px;
        top: -70px;
        left: -10px;
    }
    .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%;
        margin: auto;
        margin-bottom: 30px;
    }
    .contact-form-title {
        margin: auto;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .contact-form {
        margin-top: 100px;
    }
    .contact-form-title img {
        margin-top: -90px;
    }
    .contact-form button img {
        width: 50%;
    }
    .contact-form button {
        margin-top: 40px;
        margin-bottom: 80px;
    }


}


@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.4rem;
    }
}