/* Webマーケティング導入支援 */
/* 固定ページ共通CSS */
/* 不要要素の非表示 */
.sidebar,
.sns-share,
.date-tags,
.article-footer,
.entry-title {
    display: none;
}

/* リンクの下線を消す */
a {
    text-decoration: none;
}

/* レイアウト基本設定 */
.content-in {
    justify-content: center;
}

.wrap {
    width: 100%;
}

.main {
    width: 100%;
    padding: 0px;
}

.content {
    margin-top: 0px;
}

.footer {
    margin-top: 0px;
}

.entry-content {
    margin-bottom: 0px !important;
}

.article {
    margin-bottom: 0px !important;
}

.article h2 {
    padding: 0;
}

.article h3 {
    padding: 0;
}




/* このページのみのCSS */

/* パンくずリスト */
.breadcrumb {
    background-color: var(--gray-4);
}


/* お悩みパート関連 */
.onayami-container {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: var(--gray-4);
    width: 100%;
    overflow: hidden;
}

.onayami-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.onayami-title h2{
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
}

.onayami-title h2 span{
    color: var(--yellow-4);
}

.onayami-problems {
    width: 100%;
    margin: 0 auto;
}

.onayami-problem {
    position: relative;
}

.onayami-problem-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.onayami-problem-text h3 {
    align-items: center;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
}


.onayami-problem-text h3 span.onayami-problem-text-highlight {
    color: var(--yellow-4);
}

.onayami-problem-illust {
    position: absolute;
    z-index: 1;
}

.onayami-divider {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* 解決パート関連 */
.kaiketu-container {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: var(--white);
    width: 100%;
    overflow: hidden;
}

.kaiketu-title {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.kaiketu-title h2{
    font-weight: bold;
    line-height: normal;
    color: var(--text-main);
    margin-bottom: 0px;
    text-align: center;
}

.kaiketu-title h2 span.kaiketu-title-highlight {
    color: var(--yellow-4);
}

.kaiketu-problems {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.kaiketu-problem {
    position: relative;
}

.kaiketu-problem-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.kaiketu-problem-text h3 {
    align-items: center;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
}

.kaiketu-problem-text h3 span {
    color: var(--white);
}

.kaiketu-problem-illust {
    position: absolute;
    z-index: 1;
}

/* 施策説明パート関連 */
.sisaku-container {
    width: 100%;
    margin: 0 auto;
    background-color: var(--gray-4);
    overflow: hidden;
}

.sisaku-header {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.sisaku-label {
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sisaku-label p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0%;
}

.sisaku-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sisaku-title h2 {
    color: var(--text-main);
    margin: 0;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: normal;
}

.sisaku-title h2 span.sisaku-title-highlight {
    color: var(--yellow-4);
}

.sisaku-content {
    display: grid;
}

.sisaku-box {
    background-color: var(--white);
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sisaku-text-container {
    overflow: hidden;
}

.sisaku-text-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sisaku-text-title h3 {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.sisaku-text-title h3 span {
    color: var(--yellow-4);
}

.sisaku-text-tag {
    background-color: var(--brown-2);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sisaku-text-tag p {
    font-weight: bold;
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.sisaku-text-desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sisaku-text-desc p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.sisaku-text-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sisaku-text-section-title h4 {
    font-weight: bold;
    color: var(--yellow-4);
    margin-bottom: 0px;
}

.sisaku-text-section-list {
    display: flex;
    align-items: center;
}

.sisaku-text-section-list ul {
    margin-bottom: 0px;
}

.sisaku-text-section-list p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
}

.sisaku-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.sisaku-footer p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    text-align: center;
}

.sisaku-footer p span.sisaku-footer-highlight {
    color: var(--yellow-4);
}

.sisaku-divider {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* お客様専用のマーケティング戦略関連 */
.Strategy-container {
    width: 100%;
    margin: 0 auto;
    background-color: var(--white);
    overflow: hidden;
}

.Strategy-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Strategy-title h2 {
    color: var(--text-main);
    font-weight: bold;
    margin: 0;
    line-height: normal;
    text-align: center;
}

.Strategy-title span {
    color: var(--yellow-4);
}

.Strategy-content {
    margin: 0 auto;
}

.Strategy-box {
    background-color: var(--yellow-1);
    border-radius: 20px;
    position: relative;
}

.Strategy-circle {
    background-color: var(--green-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.Strategy-circle p {
    color: var(--white);
    text-align: center;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
}

.Strategy-illust-container {
    background-color: var(--white);
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.Strategy-box-title {
    display: flex;
    justify-content: center;
}

.Strategy-box-title h3 {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.Strategy-description {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
}

.Strategy-description p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
    text-align: left;
}

.Strategy-flow-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.Strategy-flow-title p {
    text-align: center;
    color: var(--text-main);
    margin-bottom: 0px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.Strategy-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.Strategy-flow-illust {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.Strategy-flow-text-container {
    position: absolute;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    z-index: 2;
}

.Strategy-flow-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Strategy-flow-text p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
}

/* 導入事例関連 */
.case-studies-container {
    width: 100%;
    margin: 0 auto;
    background-color: var(--gray-4);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.case-studies-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-studies-title h2 {
    color: var(--text-main);
    font-weight: bold;
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.case-studies-title h2 span.case-studies-title-highlight {
    color: var(--yellow-4);
}

.case-studies-table {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

.case-studies-row {
    display: table-row;
}

.case-studies-cell {
    display: table-cell;
    background-color: var(--yellow-5);
    vertical-align: middle;
    text-align: left;
}

.case-studies-cell p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.case-studies-cell h3 {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.case-studies-label {
    background-color: var(--green-1);
    align-items: center;
}

.case-studies-label p {
    font-weight: bold;
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.case-studies-method {
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-studies-list {
    text-align: left;
    margin: 0;
    list-style: disc;
    margin-bottom: 0px !important;
}

.case-studies-list li {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
}

.case-studies-list li span {
    color: var(--red-2);
}

/* CTAセクション */
.cta-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.cta-bg {
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: left top;
    top: 0;
    left: 0;
    z-index: 1;
}

.cta-inner {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

.cta-left {
    display: flex;
    flex-direction: column;
}

.cta-lead {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-lead p {
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.cta-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-title h2 {
    font-weight: bold;
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.cta-desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-desc p {
    color: var(--white);
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
}

.cta-btn-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-btn-main {
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green-1);
    text-decoration: none;
}

.cta-btn-main p {
    font-weight: bold;
    margin-bottom: 0px;
}

.cta-btn-main:hover {
    background-color: var(--green-1);
    color: var(--white);
}

.cta-btn-sub {
    background-color: var(--green-1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    text-decoration: none;
}

.cta-btn-sub p {
    font-weight: bold;
    margin-bottom: 0px;
}

.cta-btn-sub:hover {
    background-color: var(--white);
    color: var(--green-1);
}

.cta-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-free-circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FAQセクション */
.faq-container {
    background-color: var(--gray-2);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    overflow: hidden;
}

.faq-inner {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.faq-header-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.faq-header-text {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.faq-header-illust {
    position: absolute;
    z-index: 3;
}


.faq-header-label p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    text-align: center;
}

.faq-header-title h2 {
    font-weight: bold;
    color: var(--yellow-4);
    margin-bottom: 0px; 
    text-align: center;
}

.faq-list {
    display: grid;
    margin: 0 auto;
    width: 100%;
}

.faq-item {
    position: relative;
}

.faq-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.faq-item-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.faq-q {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-q-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-q-label p {
    font-weight: bold;
    color: var(--green-1);
    margin-bottom: 0px;
    text-align: center;
}

.faq-q-text {
    display: flex;
    align-items: center;
}

.faq-q-text h3 {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
}


.faq-a {
    display: flex;
    justify-content: center;
}

.faq-a-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-a-label p {
    font-weight: bold;
    color: var(--pink);
    margin-bottom: 0px;
    text-align: center;
}

.faq-a-text {
    display: flex;
}

.faq-a-text p {
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 0px;
    line-height: normal;
}

.text-color-main {
    color: var(--text-main) !important;
}

/* PC表示（1024px以上） */




@media screen and (min-width: 1024px) {
    /* ファーストビュー関連 */
    /*
    .first-view {
        height: 710px;
    }

    .first-view-img {
        height: 710px;
    }

    .first-view-description {
        max-width: 900px;
        height: 300px;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }

    .first-view-description-title p {
        font-size: 64px;
    }

    .first-view-description-sub-title p {
        font-size: 32px;
    }

    

    .first-view-information {
        width: 300px;
        height: 75px;
        border-radius: 10px;
    }

    .first-view-information p {
        font-size: 16px;
    }

    .first-view-information p span {
        font-size: 20px;
    }

    .first-view-contact {
        width: 180px;
        height: 75px;
        margin-left: 15px;
        border-radius: 10px;
    }

    .first-view-contact p {
        font-size: 16px;
    }

    .first-view-contact p span {
        font-size: 20px;
    }
    */

    /* お悩みパート関連 */
    .onayami-container {
        height: 700px;
    }

    .onayami-title {
        max-width: 1200px;
        margin-top: 60px;
        height: 75px;
    }

    .onayami-title h2 {
        font-size: 40px;
    }

    .onayami-title h2 span {
        font-size: 48px;
    }

    .onayami-divider {
        margin-top: 117px;
    }

    .onayami-divider img {
        width: 100%;
        max-width: 1200px;
    }

    .onayami-problems {
        max-width: 1200px;
        margin-top: 56px;
        display: flex;
        justify-content: space-between;
    }

    .onayami-problem {
        width: 250px;
        height: 320px;
    }

    .onayami-problem-text {
        width: 250px;
        height: 250px;
    }

    .onayami-problem-text h3 {
        font-size: 16px;
    }

    .onayami-problem-text h3 span {
        font-size: 24px;
    }

    .onayami-problem-illust {
        width: 250px;
        height: 320px;
    }

    /* 解決パート関連 */
    .kaiketu-container {
        height: 700px;
    }

    .kaiketu-title {
        margin-top: 55px;
        height: 200px;
    }

    .kaiketu-title h2 {
        font-size: 32px;
    }

    .kaiketu-title h2 span { 
        font-size: 36px;
    }

    .kaiketu-title h2 span.kaiketu-title-highlight {
        font-size: 48px;
    }

    .kaiketu-problems {
        max-width: 1200px;
        margin-top: 14px;
    }

    .kaiketu-problem {
        width: 250px;
        height: 320px;
    }

    .kaiketu-problem-text {
        width: 250px;
        height: 250px;
    }

    .kaiketu-problem-text h3 {
        font-size: 16px;
    }

    .kaiketu-problem-text h3 span {
        font-size: 24px;
    }

    .kaiketu-problem-illust {
        width: 250px;
        height: 320px;
    }

    /* 施策説明パート関連 */
    .sisaku-container {
        height: 1750px;
    }

    .sisaku-header {
        margin-top: 56px;
        margin-bottom: 22px;
        max-width: 1000px;
    }

    .sisaku-label {
        width: 130px;
        height: 130px;
    }

    .sisaku-label-dummy {
        width: 130px;
        height: 130px;
      }

    .sisaku-label p {
        font-size: 20px;
    }

    .sisaku-title {
        width: 450px;
        height: 180px;
    }

    .sisaku-title h2 {
        font-size: 36px;
    }

    .sisaku-title h2 span {
        font-size: 40px;
    }

    .sisaku-title h2 span.sisaku-title-highlight {
        font-size: 48px;
    }

    .sisaku-content {
        gap: 30px;
    }

    .sisaku-box {
        max-width: 1200px;
        height: 600px;
        gap: 86px;
    }

    .sisaku-illust {
        width: 400px;
        height: 400px;
    }

    .sisaku-text-container {
        width: 530px;
        height: 580px;
    }

    .sisaku-text-title {
        width: 530px;
        height: 90px;
    }

    .sisaku-text-title h3 {
        font-size: 36px;
    }

    .sisaku-text-title h3 span {
        font-size: 48px;
    }

    .sisaku-text-tag {
        width: 530px;
        height: 60px;
    }

    .sisaku-text-tag p {
        font-size: 24px;
    }

    .sisaku-text-desc {
        width: 530px;
        height: 100px;
    }

    .sisaku-text-desc p {
        font-size: 20px;
    }

    .sisaku-text-desc p span {
        font-size: 24px;
    }

    .sisaku-text-section-title {
        width: 140px;
        height: 40px;
    }

    .sisaku-text-section-title h4 {
        font-size: 24px;
    }

    .sisaku-text-section-list {
        width: 530px;
        height: 115px;
        margin-bottom: 20px;
    }

    .sisaku-text-section-list p {
        font-size: 20px;
    }

    .sisaku-footer {
        max-width: 1200px;
        height: 68px;
        margin-top: 80px;
    }

    .sisaku-footer p {
        font-size: 32px;
    }

    .sisaku-footer p span {
        font-size: 36px;
    }

    .sisaku-footer p span.sisaku-footer-highlight {
        font-size: 48px;
    }

    .sisaku-divider {
        margin-top: 37px;
        width: 1200px;
    }

    /* お客様専用のマーケティング戦略関連 */
    .Strategy-container {
        height: 900px;
    }

    .Strategy-title {
        max-width: 1200px;
        height: 100px;
        margin-top: 36px;
        margin-bottom: 66px;
    }

    .Strategy-title h2 {
        font-size: 36px;
    }

    .Strategy-title h2 span {
        font-size: 48px;
    }

    .Strategy-content {
        max-width: 1200px;
        height: 375px;
        display: flex;
        justify-content: space-between;
        gap: 30px;

    }

    .Strategy-box {
        width: 250px;
        height: 375px;
    }

    .Strategy-circle {
        width: 75px;
        height: 75px;
        top: -37.5px;
    }

    .Strategy-circle p {
        font-size: 32px;
    }

    .Strategy-illust-container {
        width: 200px;
        height: 200px;
        margin-top: 48px;
    }

    .Strategy-illust {
        width: 200px;
        height: 150px;
    }

    .Strategy-box-title {
        width: 200px;
        height: 50px;
    }

    .Strategy-box-title h3 {
        font-size: 16px;
        padding: 0px 0px;
    }

    .Strategy-description {
        width: 200px;
        height: 127px;
    }

    .Strategy-description p {
        font-size: 14px;
    }

    .Strategy-flow-title {
        max-width: 840px;
        height: 100px;
        margin-top: 12px;
    }

    .Strategy-flow-title p {
        font-size: 32px;
    }

    .Strategy-flow {
        width: 840px;
        height: 150px;
    }

    .Strategy-flow-illust {
        width: 840px;
        height: 150px;
    }

    .Strategy-flow-text-container {
        width: 756px;
        height: 150px;
        gap: 52px;
    }

    .Strategy-flow-text {
        width: 150px;
        height: 150px;
    }

    .Strategy-flow-text p {
        font-size: 20px;
    }

    /* 導入事例関連 */
    .case-studies-container {
        height: 700px;
        justify-content: center;
    }

    .case-studies-title {
        max-width: 800px;
        height: 100px;
    }

    .case-studies-title h2 {
        font-size: 32px;
    }

    .case-studies-title h2 span {
        font-size: 40px;
    }

    .case-studies-title h2 span.case-studies-title-highlight {
        font-size: 48px;
    }

    .case-studies-table {
        width: 1000px;
        height: 450px;
        border-spacing: 10px;
        margin-top: 20px;
    }

    .case-studies-cell {
        width: 270px;
        border-radius: 15px;
    }

    .case-studies-cell p {
        font-size: 20px;
    }

    .case-studies-cell h3 {
        font-size: 20px;
    }

    .case-studies-cell img {
        width: 270px;
        height: 126px;
    }

    .case-studies-label {
        width: 143px;
    }

    .case-studies-label p {
        font-size: 20px;
    }

    .case-studies-row-num1 {
        height: 52px;
    }

    .case-studies-row-num2 {
        height: 180px;
    }

    .case-studies-row-num3 {
        height: 180px;
    }

    .case-studies-method {
        height: 54px;
    }

    .case-studies-list li {
        font-size: 16px;
    }

    /* CTAセクション */
    .cta-container {
        height: 500px;
    }

    .cta-bg {
        height: 500px;
    }

    .cta-inner {
        max-width: 1200px;
        height: 500px;
        justify-content: center;
    }

    .cta-left {
        width: 700px;
        height: 405px;
    }

    .cta-lead {
        width: 700px;
        height: 50px;
    }

    .cta-lead p {
        font-size: 20px;
    }

    .cta-title {
        width: 700px;
        height: 130px;
    }

    .cta-title h2 {
        font-size: 24px;
    }

    .cta-title h2 span {
        font-size: 40px;
    }

    .cta-desc {
        width: 700px;
        height: 170px;
    }

    .cta-desc p {
        font-size: 20px;
    }

    .cta-btn-area {
        width: 700px;
        height: 55px;
    }

    .cta-btn-main {
        width: 386px;
        height: 55px;
        border-radius: 27.5px;
        border: 4px solid;
        border-color: var(--white);
    }

    .cta-btn-main p {
        font-size: 16px;
    }

    .cta-btn-main p span {
        font-size: 20px;
    }

    .cta-btn-sub {
        width: 286px;
        height: 55px;
        border-radius: 27.5px;
        border: 4px solid;
        border-color: var(--white);
    }

    .cta-btn-sub p {
        font-size: 16px;
    }

    .cta-btn-sub p span {
        font-size: 20px;
    }

    .cta-right {
        width: 560px;
        height: 400px;
        margin-left: -40px;
    }

    .cta-free-circle {
        width: 170px;
        height: 170px;
        margin-left: -20px;
    }

    .cta-free-circle img {
        width: 170px !important;
        height: 170px !important;
        max-width: 170px !important;
    }

    .cta-image {
        width: 370px;
        height: 400px;
    }

    /* FAQセクション */
    .faq-container {
        height: 1500px;
    }

    .faq-inner {
        max-width: 1200px;
        height: 1500px;
    }

    .faq-header {
        width: 1000px;
        height: 208px;
        margin-top: 50px;
    }

    .faq-header-bg {
        width: 500px;
        height: 150px;
    }

    .faq-header-text {
        width: 500px;
        height: 150px;
    }

    .faq-header-illust {
        top: 72px;
        left: 800px;
    }

    .faq-header-illust img {
        width: 160px;
        height: auto;
    }

    .faq-header-label {
        width: 500px;
        height: 30px;
        margin-top: 10px;
    }

    .faq-header-label p {
        font-size: 24px;
    }

    .faq-header-title {
        width: 500px;
        height: 100px;
    }

    .faq-header-title h2 {
        font-size: 64px;
        letter-spacing: 25.6px;
        /* ご質問って文字だと何故か左寄りになるので中央に見せるためにパディング */
        padding-left: 30px;
        margin-top: 15px;
    }

    .faq-list {
        max-width: 1100px;
        height: 1180px;
        grid-template-columns: repeat(2, auto);
        justify-content: space-around;
    }

    .faq-item {
        width: 500px;
        height: 360px;
    }

    .faq-item-bg {
        width: 500px;
        height: 360px;
    }

    .faq-item-text {
        width: 500px;
        height: 360px;
    }

    .faq-q {
        width: 500px;
        height: 100px;
        margin-top: 22px;
    }

    .faq-q-label {
        width: 100px;
        height: 100px;
    }

    .faq-q-label p {
        font-size: 40px;
    }

    .faq-q-text {
        width: 400px;
        height: 100px;
    }

    .faq-q-text h3 {
        font-size: 20px;
    }

    .faq-q-text h3 span {
        font-size: 24px;
    }

    .faq-a {
        width: 500px;
        height: 227px;
    }

    .faq-a-label {
        width: 100px;
        height: 100px;
    }

    .faq-a-label p {
        font-size: 40px;
    }

    .faq-a-text {
        width: 400px;
        height: 200px;
        margin-top: 27px;
    }

    .faq-a-text p {
        font-size: 20px;
    }

    .sp-only {
        display: none;
    }


}

/* SP表示（1023px以下） */
@media screen and (max-width: 1023px) {

    /* 共通 */
    main.main{
        padding: 0;
    }

    /* ファーストビュー関連 */
    /*
    .first-view {
        height: 600px; 
    }

    .first-view-img {
        height: 600px; 
    }

    .first-view-description {
        max-width: 343px;
        height: 420px;
        top: 153px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .first-view-description-title p {
        font-size: 24px;
        line-height: normal;
    }

    .first-view-description-title p span{
        font-size: 32px; 
    }

    .first-view-description-sub-title{
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
        height: 54px;
    }

    .first-view-description-sub-title p {
        font-size: 16px;
        color: var(--white);
        margin-bottom: 0px;
        line-height: normal;
    }

    .first-view-description-sub-title p span{
        font-size: 20px; 
    }

    .first-view-link-area {
        margin-top: 158px;
        flex-direction: column;
        align-items: center;
        gap: 7px;
    }

    .first-view-information {
        width: 250px; 
        height: 50px;
        border-radius: 25px;
    }

    .first-view-information p {
        font-size: 14px;
    }

    .first-view-information p span{
        font-size: 16px;
    }

    .first-view-contact {
        width: 250px; 
        height: 50px;
        border-radius: 25px;
    }

    .first-view-contact p {
        font-size: 14px;
    }

    .first-view-contact p span{
        font-size: 16px;
    }
    */

    /* お悩みパート関連 */
    .onayami-container {
        height: 550px;
    }

    .onayami-title{
        max-width: 343px;
        margin-top: 18px;
        height: 50px;
    }

    .onayami-title h2{
        font-size: 20px;
    }

    .onayami-title h2 span{
        font-size: 24px;
    }

    .onayami-problems {
        max-width: 330px;
        margin-top: 24px;
        display: grid;
        height: 412px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        justify-items: center; 
        align-items: center; 
        row-gap: 12px;
        column-gap: 30px;
    }

    .onayami-problem {
        width: 150px; 
        height: 200px;
    }

    .onayami-problem-text {
        width: 150px; 
        height: 150px;
    }

    .onayami-problem-text h3{
        font-size: 12px;
    }

    .onayami-problem-text h3 span{
        font-size: 14px;
    }

    .onayami-divider {
        max-width: 343px;
        height: 8px;
        margin: 0 auto;
        margin-top: 17px;
    }

    /* 解決パート関連 */
    .kaiketu-container {
      height: 550px;
    }

    .kaiketu-title{
        max-width: 343px;
        margin-top: 13px;
        height: 80px;
    }

    .kaiketu-title h2{
        font-size: 12px;
    }

    .kaiketu-title h2 span{
        font-size: 14px;
    }

    .kaiketu-title h2 span.kaiketu-title-highlight{
        font-size: 20px;
    }


    .kaiketu-problems {
        max-width: 330px;
        margin-top: 15px;
        display: grid;
        height: 412px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        justify-items: center; 
        align-items: center; 
        row-gap: 12px;
        column-gap: 30px;
    }

    .kaiketu-problem {
        width: 150px; 
        height: 200px;
    }

    .kaiketu-problem-text {
        width: 150px; 
        height: 150px;
    }

    .kaiketu-problem-text h3{
        font-size: 12px;
    }

    .kaiketu-problem-text h3 span{
        font-size: 14px;
    }

    /* 施策説明パート関連 */
    .sisaku-container {
        height: 1276px;
    }

    .sisaku-header {
        margin-top: 18px;
        max-width: 290px;
        margin-bottom: 29px;
    }

    .sisaku-label {
        width: 70px; 
        height: 70px; 
    }

    .sisaku-label p {
        font-size: 12px;
    }

    .sisaku-title {
        width: 220px;
        height: 70px;
    }

    .sisaku-title h2 {
        font-size: 20px;
    }

    .sisaku-title h2 span {
        font-size: 24px;
    }

    .sisaku-content {
        gap: 18px;
    }

    .sisaku-box {
        max-width: 343px;
        height: 500px; 
        flex-direction: column;
    }

    .sisaku-illust {
        width: 170px;
        height: 170px;
    }

    .sisaku-text-container {
        width: 250px;
        height: 275px;
        margin: 0 auto;
    }

    .sisaku-text-title {
        height: 50px;
    }

    .sisaku-text-title h3{
        font-size: 16px;
    }

    .sisaku-text-title h3 span{
        font-size: 24px;
    }

    .sisaku-text-tag {
        width: 250px;
        height: 30px;
        margin: 0 auto;
    }

    .sisaku-text-tag p {
        font-size: 12px;
    }

    .sisaku-text-desc {
        width: 250px;
        height: 50px;
        margin: 0 auto;
    }

    .sisaku-text-desc p {
        font-size: 12px;
    }

    .sisaku-text-section-title {
        width: 70px;
        height: 15px;
    }

    .sisaku-text-section-title  {
        font-size: 12px;
    }

    .sisaku-text-section-list {
        width: 250px;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .sisaku-text-section-list li{
        margin: 0 !important;
        line-height: normal;
        font-size: 8px;
    }

    .sisaku-text-section-list p {
        font-size: 12px;
    }

    .sisaku-footer {
        max-width: 343px;
        height: 100px;
        margin-top: 18px;
    }

    .sisaku-footer p {
        font-size: 16px;
    }

    .sisaku-footer p span {
        font-size: 20px;
    }

    .sisaku-divider {
        width: 343px;
        height: 8px;
        margin: 0 auto;
    }

    
    /* お客様専用のマーケティング戦略関連 */
    .Strategy-container {
        height: 780px;
    }

    .Strategy-title {
        max-width: 343px;
        height: 100px;
        margin-bottom: 24px;
    }

    .Strategy-title h2 {
        font-size: 20px;
    }

    .Strategy-title span {
        font-size: 24px;
    }

    .Strategy-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 343px;
        height: 534px;
        justify-items: center;
        align-items: center;
        row-gap: 34px;
        column-gap: 23px;
    }

    .Strategy-box {
        width: 160px;
        height: 250px;
    }

    .Strategy-circle {
        width: 50px;
        height: 50px;
        top: -25px;
    }

    .Strategy-circle p {
        font-size: 16px;
    }

    .Strategy-illust-container {
        width: 130px;
        height: 130px;
        margin-top: 30px;
    }

    .Strategy-illust {
        width: 130px;
        height: 95px;
    }

    .Strategy-box-title {
        width: 130px; 
        height: 35px;
    }

    .Strategy-box-title h3 {
        font-size: 12px;
    }

    .Strategy-description {
        width: 130px;
        height: 90px;
    }

    .Strategy-description p {
        font-size: 10px;
    }

    .Strategy-flow-title {
        max-width: 343px;
        height: 27px;
        margin-top: 13px;
    }

    .Strategy-flow-title p {
        font-size: 12px;
    }

    .Strategy-flow {
        width: 300px; 
        height: 50px;
    }

    .Strategy-flow-illust {
        width: 300px;
        height: 50px;
    }

    .Strategy-flow-text-container {
        width: 270px;
        height: 50px;
        gap: 18.57px;
    }

    .Strategy-flow-text {
        width: 53.57px;
        height: 50px;
    }

    .Strategy-flow-text p {
        font-size: 10px;
    }

    /* 導入事例関連 */
    .case-studies-container {
        height: 400px;
    }

    .case-studies-title {
        max-width: 343px;
        height: 100px;
    }

    .case-studies-title h2 {
        font-size: 20px;
    }

    .case-studies-title h2 span {
        font-size: 24px;
    }

    .case-studies-table {
        width: auto;
        height: 277px;
        border-spacing: 4px;
    }

    .case-studies-cell {
        width: 91px;
        border-radius: 5px;
    }

    .case-studies-cell p {
        font-size: 10px;
    }

    .case-studies-cell h3 {
        font-size: 10px;
    }

    .case-studies-cell img {
        width: 90px;
        height: 60px;
    }

    .case-studies-label {
        width: 50px;
    }

    .case-studies-row-num1 {
        height: 18px;
    }
    .case-studies-row-num2{
        height: 90px;
    }
    .case-studies-row-num3 {
        height: 159px;
    }

    .case-studies-method {
        height: 30px;
    }

    .case-studies-cell ul {
        list-style: none !important;
        padding-left: 10px;
      }

    .case-studies-list li {
        margin-left: -5px;
        font-size: 10px; 
        position: relative;
    }

    .case-studies-list li::before {
        content: "・";
        position: absolute;
        left: -10px;
        top: 0;
        font-size: 10px;
      }

    /* CTAセクション */
    .cta-container {
        height: 470px;
        background: linear-gradient(141deg, #004628 -0.26%, #00AC62 100%);
    }

    .cta-bg {
        height: 470px;
    }

    .cta-inner {
        height: 475px;
        max-width: 343px;
        flex-direction: column;
        margin-top: 25px;
    }

    .cta-left {
        width: 100%;
        max-width: 343px;
        height: 200px;
    }

    .cta-lead {
        width: 100%;
        height: 20px;
    }

    .cta-lead p {
        font-size: 10px;
    }

    .cta-lead p span {
        font-size: 12px;
    }

    .cta-title {
        width: 100%;
        height: 80px;
    }

    .cta-title h2 {
        font-size: 20px;
    }

    .cta-title h2 span {
        font-size: 24px;
    }

    .cta-desc {
        width: 100%;
        height: 100px;
    }

    .cta-desc p {
        font-size: 12px;
    }

    .cta-desc p span {
        font-size: 14px;
    }

    .cta-btn-area {
        width: 100%;
        max-width: 200px;
        height: 70px;
        flex-direction: column;
        gap: 11px;
        position: absolute;
        top: 153px;
        left: 0;
        z-index: 3;
    }

    .cta-btn-main {
        width: 100%;
        max-width: 200px;
        height: 30px;
        border-radius: 15px;
        border: 2px solid;
        border-color: var(--white);
    }

    .cta-btn-main p {
        font-size: 12px;
    }

    .cta-btn-main p span {
        font-size: 14px;
    }

    .cta-btn-sub {
        width: 100%;
        max-width: 200px;
        height: 30px;
        border-radius: 15px;
        border: 2px solid;
    }

    .cta-btn-sub p {
        font-size: 12px;
    }

    .cta-btn-sub p span {
        font-size: 14px;
    }

    .cta-right {
        width: 100%;
        max-width: 200px;
        position: relative;

    }

    .cta-free-circle {
        width: 53px;
        height: 53px;
        position: absolute;
        top: 81px;
        left: 147px;
        z-index: 2;
    }

    .cta-free-circle img {
        width: 53px;
        height: 53px;
    }

    .cta-image {
        width: 200px;
        height: 134px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    /* FAQセクション */
    .faq-container {
        height: 1451px;
    }

    .faq-inner {
        max-width: 343px;
        height: 1451px;
    }

    .faq-header {
        width: 100%;
        max-width: 300px;
        height: 73px;
        margin-top: 15px;
    }

    .faq-header-bg {
        width: 150px;
        height: 50px;
    }

    .faq-header-text {
        width: 150px;
        height: 50px;
    }

    .faq-header-illust {
        top: 22px;
        right: 10px;
    }

    .faq-header-illust img {
        width: 60px;
    }

    .faq-header-label {
        width: 150px;
        height: 17px;
    }

    .faq-header-label p {
        font-size: 12px;
    }

    .faq-header-title {
        width: 150px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .faq-header-title h2 {
        font-size: 24px;
        letter-spacing: 9.6px;
        line-height: normal;
        margin-top: 0px;
        margin-left: 9.6px;
    }

    .faq-list {
        max-width: 300px;
        grid-template-columns: repeat(1, auto);
        gap: 10px;
    }

    .faq-item {
        width: 100%;
        max-width: 300px;
        height: 216px;
    }

    .faq-item-bg {
        width: 100%;
        max-width: 300px;
        height: 216px;
    }

    .faq-item-text {
        width: 100%;
        max-width: 300px;
        height: 216px;
    }

    .faq-q {
        width: 100%;
        max-width: 300px;
        height: 60px;
        margin-top: 13px;
    }

    .faq-q-label {
        width: 60px;
        height: 60px;
    }

    .faq-q-label p {
        font-size: 16px;
    }

    .faq-q-text {
        width: 240px;
        height: 60px;
    }

    .faq-q-text h3 {
        font-size: 12px;
    }

    .faq-q-text h3 span {
        font-size: 14px;
    }

    .faq-a {
        width: 100%;
        max-width: 300px;
        height: 136px;
    }

    .faq-a-label {
        width: 60px;
        height: 60px;
    }

    .faq-a-label p {
        font-size: 16px;
    }

    .faq-a-text {
        width: 240px;
        height: 120px;
        margin-top: 16px;
    }

    .faq-a-text p {
        font-size: 12px;
    }


    .pc-only {
        display: none;
    }

}