/* 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;
}

p {
    line-height: normal;
    margin-bottom: 0px !important;
    font-weight: bold;
}

li {
    line-height: normal;
    margin: 0px !important;
    font-weight: bold;
}

ul {
    margin: 0px !important;
}

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

.text-white {
    color: var(--white);
}

.text-yellow-4 {
    color: var(--yellow-4);
}

.article h2 {
    padding: 0;
}

.article h3 {
    padding: 0;
}

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

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

/* お悩みセクションのスタイル */
.onayami-container {
    width: 100%;
    background-color: var(--gray-4);
    overflow: hidden;
    margin-bottom: 0px;
}

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

.onayami-items {
    width: 100%;
    position: relative;
}

.onayami-item {
    background-color: var(--yellow-6);
    width: 100%;
    position: absolute;
}

.onayami-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.onayami-text p {
    margin-bottom: 0px;
    font-weight: bold;
    line-height: normal;
}

.onayami-image {
    width: 100%;
    height: auto;
}

.onayami-bottom {
    text-align: center;
    width: 100%;
    position: relative;
}

.onayami-bottom img {
    width: 100%;
}

.onayami-bottom-title {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onayami-bottom-title h2 {
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}


/* 解決セクション */
.kaiketu-container {
    background: var(--white);
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kaiketu-bg {
    background-color: var(--yellow-3);
    width: 100%;
    position: absolute;
    z-index: 1;
}

.kaiketu-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
}


.kaiketu-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
}

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




.kaiketu-circles {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
}


.kaiketu-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.kaiketu-circle1 {
    top: 0;
    left: 0;
}

.kaiketu-circle2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kaiketu-circle3 {
    bottom: 0;
    right: 0;
}

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


.kaiketu-circle-text {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}


.kaiketu-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
}


/* カリキュラムセクション */
.curriculum-container {
    width: 100%;
    background-color: var(--gray-4);
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
}


.curriculum-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.curriculum-bg-illust {
    height: auto;
    position: absolute;
    z-index: 2;
}

.curriculum-inner {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.curriculum-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.curriculum-header-title {
    text-align: center;
}

.curriculum-stages {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.curriculum-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.curriculum-stage-number {
    font-weight: bold;
    font-style: italic;
    font-family: 'Noto Serif JP', Inter;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
}

.curriculum-stage-description {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    position: absolute;
    top: 0;
}

.curriculum-stage-description-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.curriculum-stage-description-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.curriculum-stage-number1,
.curriculum-stage-number3,
.curriculum-stage-number5 {
    left: 0;
}

.curriculum-stage-number2,
.curriculum-stage-number4,
.curriculum-stage-number6 {
    right: 0;
}

.curriculum-stage-description1,
.curriculum-stage-description3,
.curriculum-stage-description5 {
    right: 0;
}

.curriculum-stage-description2,
.curriculum-stage-description4,
.curriculum-stage-description6 {
    left: 0;
}

/* 成果セクション */
.seika-container {
    width: 100%;
    background-color: var(--white);
    overflow: hidden;
    margin-bottom: 0px;
}

.seika-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.seika-header-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seika-header-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seika-content {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.seika-content-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.seika-content-points {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.seika-content-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seika-content-point1,
.seika-content-point2 {
    flex-direction: column-reverse;
}

.seika-content-point-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seika-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 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;
}


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

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

@media screen and (min-width: 1024px) {

    /* お悩みセクション */

    .onayami-container {
        height: 700px;
    }

    .onayami-inner {
        max-width: 1200px;
    }

    .onayami-items {
        max-width: 1200px;
        height: 300px;
        margin-top: 54px;
    }

    .onayami-item {
        border-radius: 29px;
        height: 58px;
    }

    .onayami-item-1 {
        max-width: 523px;
        top: 0;
        left: 100px;
    }

    .onayami-item-2 {
        max-width: 558px;
        top: 80px;
        right: 135px;
    }

    .onayami-item-3 {
        max-width: 453px;
        top: 160px;
        left: 0;
    }

    .onayami-item-4 {
        max-width: 523px;
        top: 240px;
        right: 0;
    }

    .onayami-text p {
        font-size: 20px;
        line-height: 58px;
    }

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

    .onayami-bottom-title {
        width: 100%;
        bottom: 20px;
    }

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

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

    /* 解決セクション */
    .kaiketu-container {
        height: 1000px;
    }

    .kaiketu-bg {
        height: 520px;
        top: 240px;
    }

    .kaiketu-inner {
        max-width: 1200px;
    }

    .kaiketu-header {
        height: 240px;
        top: 0;
        left: 0;
    }

    .kaiketu-header-label p {
        font-size: 32px;
    }

    .kaiketu-header-label p span {
        font-size: 40px;
    }

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

    .kaiketu-circles {
        max-width: 984px;
        height: 786px;
        top: 110px;
        left: 108px;
    }

    .kaiketu-circle1 {
        width: 328px;
        height: 328px;
    }

    .kaiketu-circle2 {
        width: 493px;
        height: 493px;
    }

    .kaiketu-circle3 {
        width: 328px;
        height: 328px;
    }

    .kaiketu-circle1-text {
        margin-top: 190px;
    }

    .kaiketu-circle2-text {
        margin-top: 300px;
    }

    .kaiketu-circle3-text {
        margin-top: 190px;
    }

    .kaiketu-circle-text h3 {
        font-size: 20px;
    }

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

    .kaiketu-bottom {
        height: 240px;
        top: 760px;
        left: 0;
    }

    .kaiketu-bottom-sub p {
        font-size: 32px;
    }

    .kaiketu-bottom-sub p span {
        font-size: 40px;
    }

    .kaiketu-bottom-main p {
        font-size: 36px;
    }

    .kaiketu-bottom-main p span {
        font-size: 48px;
    }

    /* カリキュラムセクション */
    .curriculum-container {
        height: 2625px;
    }

    .curriculum-bg {
        height: 2625px;
        top: 0;
        left: 0;
    }

    .curriculum-bg-book {
        width: 672px;
        top: 24px;
        left: 50%;
        transform: rotate(-12deg) translateX(calc(-50% - 350px));
    }

    .curriculum-bg-pencil {
        width: 512px;
        top: 500px;
        left: 50%;
        transform: translateX(calc(-50% + 500px));
    }

    .curriculum-bg-phone {
        width: 583px;
        top: 600px;
        left: 50%;
        transform: rotate(-26deg) translateX(calc(-50% - 500px));
    }

    .curriculum-bg-monitor {
        width: 512px;
        top: 1300px;
        left: 50%;
        transform: translateX(calc(-50% + 500px));
    }

    .curriculum-bg-graph {
        width: 512px;
        top: 1705px;
        left: 50%;
        transform: translateX(calc(-50% - 500px));
    }

    .curriculum-bg-team {
        width: 637px;
        top: 1984px;
        left: 50%;
        transform: translateX(calc(-50% + 400px));
    }


    .curriculum-inner {
        max-width: 1200px;
        height: 2625px;
    }

    .curriculum-header {
        height: 150px;
        margin-top: 58px;
    }

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

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

    .curriculum-stages {
        width: 825px;
        top: 225px;
    }


    .curriculum-stage {
        width: 100%;
        height: 450px;
    }

    .curriculum-stage1 {
        top: 0;
    }

    .curriculum-stage2 {
        top: 375px;
    }

    .curriculum-stage3 {
        top: 750px;
    }

    .curriculum-stage4 {
        top: 1125px;
    }

    .curriculum-stage5 {
        top: 1500px;
    }

    .curriculum-stage6 {
        top: 1875px;
    }

    .curriculum-stage-number {
        width: 450px;
        height: 450px;
    }

    .curriculum-stage-number p {
        font-size: 96px;
    }

    .curriculum-stage-description {
        width: 450px;
        height: 450px;
        border-radius: 30px;
    }

    .curriculum-stage-description-img {
        width: 250px;
        height: 250px;
    }

    .curriculum-stage-description-title {
        width: 450px;
        height: 75px;
    }

    .curriculum-stage-description-title h3 {
        font-size: 24px;
    }

    .curriculum-stage-description-list {
        width: 375px;
        height: 112px;
        margin-left: 75px;
    }

    .curriculum-stage-description-list li {
        font-size: 16px;
    }

    /* 成果セクション */
    .seika-container {
        height: 1100px;
    }

    .seika-inner {
        max-width: 1200px;
        height: 1100px;
    }

    .seika-header {
        height: 138px;
        margin-top: 32px;
    }

    .seika-header-label {
        height: 75px;
    }

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

    .seika-header-title {
        height: 75px;
        margin-top: -13px;
    }

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

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

    .seika-content {
        width: 656px;
        height: 656px;
        margin-top: 24px;
    }

    .seika-content-point {
        width: 328px;
        height: 328px;
    }

    .seika-content-point-icon {
        width: 328px;
        height: 228px;
    }

    .seika-content-point-title {
        height: 100px;
    }

    .seika-content-point-title h3 {
        font-size: 24px;
    }

    .seika-content-point-title h3 span {
        font-size: 32px;
    }

    .seika-footer {
        height: 200px;
        margin-top: 28px;
    }

    .seika-footer p {
        font-size: 24px;
    }

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

    /* 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;
        object-fit: cover;
        object-position: center;
    }

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

    .first-view-description-title p {
        color: var(--white);
        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: 420px;
    }

    .onayami-items {
        height: 245px;
    }

    .onayami-inner {
        max-width: 343px;
    }

    .onayami-items {
        max-width: 343px;
        margin-top: 25px;
    }

    .onayami-item {
        border-radius: 10px;
        max-width: 200px;
        height: 50px;
    }

    .onayami-item-1 {
        top: 0;
        left: 40px;
    }

    .onayami-item-2 {
        top: 65px;
        right: 35px;
    }

    .onayami-item-3 {
        top: 130px;
        left: 0
    }

    .onayami-item-4 {
        top: 195px;
        right: 0;
    }

    .onayami-text p {
        font-size: 12px;
        justify-content: center;
        align-items: center;
    }

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

    .onayami-bottom {
        height: 150px;
    }


    .onayami-bottom img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    

    .onayami-bottom-title {
        top: 80px;
        width: 100%;
        height: 70px;
    }

    .onayami-bottom-title h2 {
        font-size: 16px;
        line-height: normal;
    }

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

    /* 解決セクション */
    .kaiketu-container {
        height: 520px;
    }

    .kaiketu-bg {
        height: 280px;
        top: 80px;
    }

    .kaiketu-inner {
        max-width: 343px;
    }

    .kaiketu-header {
        height: 80px;
        top: 0;
        left: 0;
    }

    .kaiketu-header-label p {
        font-size: 14px;
    }

    .kaiketu-header-label p span {
        font-size: 16px;
    }

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

    .kaiketu-circles {
        max-width: 343px;
        height: 425px;
        top: 58px;
        left: 0;
    }

    .kaiketu-circle1 {
        width: 150px;
        height: 150px;
    }

    .kaiketu-circle2 {
        width: 200px;
        height: 200px;
    }

    .kaiketu-circle3 {
        width: 150px;
        height: 150px;
    }

    .kaiketu-circle1-text {
        margin-top: 68px;
    }

    .kaiketu-circle2-text {
        margin-top: 110px;
    }

    .kaiketu-circle3-text {
        margin-top: 70px;
    }

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

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

    .kaiketu-bottom {
        height: 160px;
        top: 360px;
        left: 0;
    }

    .kaiketu-bottom-sub p {
        font-size: 14px;
    }

    .kaiketu-bottom-sub p span {
        font-size: 16px;
    }

    .kaiketu-bottom-main p {
        font-size: 16px;
    }

    .kaiketu-bottom-main p span {
        font-size: 16px;
    }

    /* カリキュラムセクション */
    .curriculum-container {
        height: 1500px;
    }

    .curriculum-bg {
        height: 1500px;
        top: 0;
        left: 0;
    }

    .curriculum-bg-book {
        width: 200px;
        top: 60px;
        left: 50%;
        transform: rotate(-12deg) translateX(calc(-50% - 150px));
    }

    .curriculum-bg-pencil {
        width: 200px;
        top: 332px;
        left: 50%;
        transform: translateX(calc(-50% + 150px));
    }

    .curriculum-bg-phone {
        width: 180px;
        top: 470px;
        left: 50%;
        transform: rotate(-26deg) translateX(calc(-50% - 150px));
    }

    .curriculum-bg-monitor {
        width: 160px;
        top: 847px;
        left: 50%;
        transform: translateX(calc(-50% + 150px));
    }

    .curriculum-bg-graph {
        width: 150px;
        top: 1080px;
        left: 50%;
        transform: translateX(calc(-50% - 150px));
    }

    .curriculum-bg-team {
        width: 170px;
        top: 1280px;
        left: 50%;
        transform: translateX(calc(-50% + 150px));
    }


    .curriculum-inner {
        max-width: 343px;
        height: 1500px;
    }

    .curriculum-header {
        height: 100px;
    }

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

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

    .curriculum-stages {
        width: 343px;
        top: 100px;
    }


    .curriculum-stage {
        width: 100%;
        height: 230px;
    }

    .curriculum-stage1 {
        top: 0px;
    }

    .curriculum-stage2 {
        top: 230px;
    }

    .curriculum-stage3 {
        top: 460px;
    }

    .curriculum-stage4 {
        top: 690px;
    }

    .curriculum-stage5 {
        top: 920px;
    }

    .curriculum-stage6 {
        top: 1150px;
    }

    .curriculum-stage-number {
        width: 113px;
        height: 230px;
    }

    .curriculum-stage-number p {
        font-size: 48px;
    }

    .curriculum-stage-description {
        width: 230px;
        height: 230px;
        border-radius: 10px;
    }

    .curriculum-stage-description-img {
        width: 100px;
        height: 100px;
        margin-top: 15px;
    }

    .curriculum-stage-description-title {
        width: 230px;
        height: 45px;
    }

    .curriculum-stage-description-title h3 {
        font-size: 14px;
    }

    .curriculum-stage-description-list {
        width: 215px;
        height: 70px;
    }

    .curriculum-stage-description-list ul {
        list-style: none;
        padding-left: 0;
    }

    .curriculum-stage-description-list li {
        font-size: 12px;
        position: relative;
        padding-left: 10px;
    }

    .curriculum-stage-description-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0;
    }

    /* 3番目と6番目のステージのみ、4行になるのでタイトルを少し小さくしてリストの位置を少し上に調整 */
    .curriculum-stage-description3 .curriculum-stage-description-title,
    .curriculum-stage-description6 .curriculum-stage-description-title {
        height: 30px;
    }

    /* 成果セクション */
    .seika-container {
        height: 500px;
    }

    .seika-inner {
        max-width: 343px;
        height: 500px;
    }

    .seika-header {
        height: 70px;
    }

    .seika-header-label {
        height: 38px;
    }

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

    .seika-header-title {
        height: 38px;
        margin-top: -6px;
    }

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

    .seika-header-title h2 span {
        font-size: 32px;
    }

    .seika-content {
        width: 302px;
        height: 302px;
        margin-top: 12px;
    }

    .seika-content-point {
        width: 151px;
        height: 151px;
    }

    .seika-content-point-icon {
        width: 151px;
        height: 100px;
    }

    .seika-content-point-title {
        height: 51px;
    }

    .seika-content-point-title h3 {
        font-size: 14px;
    }

    .seika-footer {
        height: 116px;
    }

    .seika-footer p {
        font-size: 14px;
    }

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

    /* 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;
    }

}