.content {
    background-color: var(--white);
    font-family: var(--main-font-family);
    width: 100%;
    overflow: hidden;
    padding: 0 0 0;
}

.fv {
    height: auto;
}

.fv-logo {
    background-color: var(--white);
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 90px 10px 40px;
}

.fv-logo__1 {
    display: flex;
    justify-content: center;
    justify-items: center;
    max-width: 300px;
    width: 100%;
}

.fv-logo__1-img {
    width: 100%;

}

.fv-logo__2 {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0;
    max-width: 100px;
    padding: 0 38px;
    width: 100%;
}

.fv-logo__2-img {
    max-width: 24px;
    width: 100%;

}

.fv-logo__3 {
    display: block;
    justify-content: center;
    justify-items: center;
    max-width: 260px;
    width: 100%;
}

.fv-logo__3-img {
    width: 100%;

}

.fv-div {
    height: 500px;
    max-height: 1000px;
    overflow: hidden;
    position: relative;
    width: 100%;

}

.fv-div::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


    /* max-width: 1536px; */

    width: 100%;
    height: 100%;
    background-image: var(--bg-pc);
    background-size: cover;
    background-position: center;
    /* 真ん中を表示 */
    z-index: 1;
}


.fv-flex-1 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    z-index: 2;
}

.fv-flex-1-1 {

    display: flex;
    flex-direction: column;
    height: 100%;

    width: 48%;
    z-index: 2;
}



.fv-illust-01 {
    display: flex;
    flex-direction: row;
    justify-content: center;

    padding: 50px 0 0 15%;
    z-index: 2;
}

.fv-illust-01__img {
    width: 500px;
    z-index: 2;

}

.fv-illust-02 {
    display: flex;
    flex-direction: row;
    justify-content: center;

    height: 50%;
    z-index: 2;
    padding: 120px 0 30px 0;

}

.fv-illust-02__img {
    max-width: 180px;
    z-index: 2;
}

.fv-flex-1-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 48%;
    z-index: 2;
}


.fv-illust-03 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 90%;
    padding: 300px 10px 0 0;
    width: 100%;
    z-index: 2;

}

.fv-illust-03__img {
    max-width: 476px;
    width: 100%;
    z-index: 2;
}

.fv-ps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    padding: 0 10px 0 0;
    height: 10%;
    width: 100%;
    z-index: 2;
}

.fv-p-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
}

.fv-p {
    color: var(--black);
    font-size: 8px;
    font-weight: var(--font-weight-bold);
    line-height: 1.1;
    padding: 0 0 0 5%;
    text-align: left;
    width: 450px;
    z-index: 2;
}

.fv-sentence {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    padding: 0 40px;
    text-align: center;
    width: 100%;
}

.fv-sentence__1-h3 {
    color: var(--blue-primary);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 40px 0;
    text-align: center;
}

.fv-sentence__2-h3 {
    color: var(--blue-primary);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0 0 40px 0;
    text-align: center;

}

.fv-sentence__2-h3-span {
    color: var(--staff-primary);
}


.fv-sentence-color {
    display: flex;
    gap: 1%;
    justify-content: center;
    margin: 0 0 40px 0;
    width: 100%;
}

.fv-sentence-color__1 {
    background-color: #2CA9E3;
    border-radius: 5px;
    max-width: 200px;
    padding: 0 8px;
    width: 100%;

}

.fv-sentence-color__1-p {
    color: var(--white);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-loose);
    text-align: center;

}

.fv-sentence-color__2 {
    background-color: var(--parent-primary);
    border-radius: 5px;
    max-width: 200px;
    padding: 0 8px;
    width: 100%;
}

.fv-sentence-color__2-p {
    color: var(--white);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-loose);
    text-align: center;
}

.fv-sentence-color__3 {
    background-color: var(--other-primary);
    border-radius: 5px;
    max-width: 200px;
    padding: 0 8px;
    width: 100%;


}

.fv-sentence-color__3-p {
    color: var(--white);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-loose);
    text-align: center;
}

.fv-sentence-cards {
    display: flex;
    gap: 1%;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin: 0 0 90px 0;
}

.fv-sentence-card {
    background-color: color-mix(in srgb, var(--yellow-accent), transparent 80%);
    border: solid 2px var(--yellow-accent);
    border-radius: 10px;
    display: block;
    max-width: 320px;
    padding: 32px 14px;
    width: 100%;
}

.fv-sentence-card-img-div {
    width: 100%;
}

.fv-sentence-card-img-img {
    display: block;
    margin: 0 auto;
    width: 33%;
}


.fv-sentence-card-p {
    margin: 16px 0 0;
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
}

.form-1 {
    background-color: color-mix(in srgb, var(--other-primary), transparent 86%);
    border-radius: 40px;
    margin: 30px 40px;
    padding: 60px 40px;
    width: calc(100%-80px);
}

.form-1-title-h3 {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-loose);
    margin: 0 0 20px 0;
    text-align: center;
}


.form-1-sentence {
    margin: 0 0 20px 0;
    width: 100%;
}

.form-1-sentence-1-p {
    color: var(--blue-primary);
    font-size: var(--font-size-m);

    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 0 8px 0;
    text-align: center;
}

.form-1-sentence-2 {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.form-1-sentence-2-1 {
    padding: 20px 20px 20px 0;
    justify-items: center;
}

.form-1-sentence-2-2 {
    justify-items: center;

}

.form-1-sentence-2-1-p {
    display: block;
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-loose);
    margin: auto 0;
    text-align: center;
}


.form-1-sentence-2-1-span {
    display: inline-block;
    color: var(--blue-primary);
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-loose);
    margin: auto 0;
    position: relative;
    text-align: center;
}

.form-1-sentence-2-1-span::after {
    content: "";
    position: absolute;
    top: 50%;
    /* 上下中央 */
    left: -5%;
    /* 文字より少し左にはみ出させる */
    width: 110%;
    /* 文字幅より少し長くする */
    height: 3px;
    /* 線の太さ */
    background-color: #ff0000;
    /* 赤色 */

    /* 斜めにする */
    transform: translateY(-50%) rotate(-10deg);

    /* 文字の上に重ねる */
    z-index: 3;
    pointer-events: none;
    /* 線が邪魔で文字選択できなくなるのを防ぐ */
}

.form-1-sentence-2-image-div {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: auto 0;
    max-width: 66px;
    padding: 0 12px;
    width: 100%;
}

.form-1-sentence-2-image {
    max-width: 42px;
    width: 100%;
}

.form-1-sentence-2-2-p {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-loose);
    text-align: center;
}

.form-1-sentence-2-2-p-span {
    color: var(--blue-primary);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-loose);
    text-align: center;
}


.form-1-sentence-2-2 {
    /* 1. 外枠のスタイル */
    align-items: center;
    background-color: #ffff00;
    border-radius: 12px;
    display: block;
    height: 100px;
    justify-content: center;
    font-size: var(--font-size-m);
    padding: 0 20px;

    max-width: 310px;
    position: relative;
    width: 100%;
}

.form-1-sentence-2-2-span-2 {
    padding: 0 0 10px 0;
    color: #aa3b66;
    /* メインの紫色 */
    font-size: 48px;
    /* 「4週間無料」のサイズ */
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 40px;
    /* アイコンのスペースを確保 */
}

/* 「特典」アイコンを擬似要素で作成 */
.form-1-sentence-2-2-span-2::before {
    align-items: center;
    background-color: var(--student-primary);
    /* 紺色 */
    border-radius: 4px;
    color: var(--white);
    content: "特典";
    display: flex;
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    height: 54px;
    justify-content: center;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 33px;
    writing-mode: vertical-rl;

}

.form-1-sentence-2-2-span-1 {
    display: block;
    /* 改行させる */
    font-size: 18px;
    /* 小さくする */
    color: var(--student-primary);
    /* 紺色 */
    text-align: center;
}

.form-1-btn {
    margin: 0 auto;
    max-width: 286px;
    width: 100%;
}

.form-1-btn-a {
    text-decoration: none;
    color: var(--white);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-m);
    padding: 20px 60px;
    border-radius: 9999px;
    background-color: #aa3b66;
    box-shadow: 0 9px 0px 4px var(--white);
}

.form-1-btn-a:hover {
    background-color: #a7325d;
    box-shadow: 0 3px 0 4px var(--white);
    transform: translateY(8px);
}

.concept {
    background-color: var(--white);
    padding: 90px 40px;
    width: 100%;
}


.concept-title {
    margin: 0 auto 40px;
    max-width: 478px;

    width: 100%;
}

.concept-title__image {
    margin: 0 2.5%;
    width: 95%;
}

.concept-p1 {
    color: var(--black);
    display: block;
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 auto 40px;
    max-width: 752px;
    width: 100%;
}



.concept-img {

    margin: 0 auto 40px;
    max-width: 578px;

    width: 100%;
}

.concept-image__image {
    margin: 0 2.5%;
    width: 95%;
}


.concept-p2 {
    color: var(--black);
    display: block;
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 auto;
    max-width: 768px;
    text-align: center;
    width: 100%;
}




.product {
    background-color: #4b68ce;
    padding: 60px 40px;
    width: 100%
}


.product-title-1-h3 {
    color: var(--white);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0 0 40px 0;
    text-align: center;
}

.product-image-1 {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0 0 40px 0;
    width: 100%;
}

.product-image-1-div-1 {
    background-color: #00a57a;
    border-radius: 8px 8px 0 0;
    height: 100%;
    max-width: 300px;
    width: 100%;
}

.product-image-1-div-2 {
    background-color: #0099e1;
    border-radius: 8px 8px 0 0;
    height: 100%;
    max-width: 300px;
    width: 100%;
}

.product-image-1-div-3 {
    background-color: #F2BE00;
    ;
    border-radius: 8px 8px 0 0;
    height: 100%;
    max-width: 300px;
    width: 100%;
}

.product-image-1-div-4 {
    background-color: #a8cf00;
    border-radius: 8px 8px 0 0;
    height: 100%;
    max-width: 300px;
    width: 100%;
}


.product-image-1-p-1 {
    color: var(--white);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-loose);
    font-weight: var(--font-weight-bold);
    text-align: center;
}

.product-image-1-p-2 {
    color: var(--white);
    font-size: var(--font-size-m);
    letter-spacing: var(--letter-spacing-normal);
    font-weight: var(--font-weight-bold);
    text-align: center;
}


.product-image-1-image {
    width: 100%;
}

.product-p-1-p {
    color: var(--white);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 0 40px 0;
    text-align: center;
}

.product-p-1-p-span {
    font-size: var(--font-size-2xl);
}

.product-image-2 {
    display: flex;
    gap: 1%;
    justify-content: center;
    margin: 0 0 40px 0;
    width: 100%;
}

.product-image-2-image {

    width: 100%;
}



.product-image-2-div {
    max-width: 220px;
    width: 100%;
}


.product-p-2-p {
    color: var(--white);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 0 40px 0;
    text-align: center;
}

.product-title-2-h3 {
    color: var(--white);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0 0 40px 0;
    text-align: center;
}

.product-p-3-p {
    color: var(--white);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 0 0;
    text-align: left;
}


.product-image-3 {
    display: flex;
    gap: 3%;
    justify-content: center;
    margin: 0 auto 40px;
    width: 100%;
}

.product-image-3-1 {
    max-width: 462px;
    width: 100%;
}

.product-image-3-image {
    width: 100%;
}

.product-image-3-2 {
    max-width: 462px;
    width: 100%;
}

.product-image-3-p {
    color: var(--white);
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    text-align: left;
}

.product-p-3 {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}









































.collab-reason {
    background-color: var(--white);
    display: block;
    margin: 0 auto;
    padding: 60px 0;
}




.collab-section {
    background-color: var(--white);
    display: block;
    margin: 0 auto;
    padding: 40px;
    width: 100%;

}


.collab-1 {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

.collab-2 {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.collab-title {
    margin: 0;
    padding: 0;
}

.collab-title_h2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}


.collab-title_h2-1 {
    background-color: var(--staff-primary);
    border-radius: 10px;
    color: var(--white);
    display: block;
    font-size: var(--font-size-heading-m);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    text-align: center;
    max-width: 600px;
    padding: auto 10px;
    width: 90%;
}

.collab-title_h2-2 {
    color: var(--blue-primary);
    display: block;
    font-size: var(--font-size-heading-m);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    text-align: center;
    width: 80px;
    padding: auto 10px;
}



.collab-title_h2-3 {
    background-color: var(--staff-primary);
    border-radius: 10px;
    color: var(--white);
    display: block;
    font-size: var(--font-size-heading-m);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    text-align: center;
    max-width: 792px;
    padding: auto 0;
    width: 90%;
}

.collab-sentence {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0;
    width: 100%;
}


.collab-sentence_p1 {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 0 40px 0;
    text-align: center;
}

.collab-sentence-sub {
    display: block;
    padding: 0;
}

.collab-sentence-sub_h3 {
    margin: 0 0 40px 0;
    text-align: center;
}




.collab-sentence-sub_h3-1 {
    color: var(--staff-primary);
    font-size: var(--font-size-heading-m);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    height: 60px;
    line-height: var(--line-height-tight);
    text-align: center;
}

.collab-sentence-sub_h3-2 {

    color: var(--blue-primary);
    font-size: var(--font-size-heading-m);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    height: 60px;
    line-height: var(--line-height-tight);
    text-align: center;
    width: 80px;
    padding: auto 10px;
}

.collab-sentence-sub_h3-3 {
    color: var(--staff-primary);
    font-size: var(--font-size-heading-m);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    height: 60px;
    line-height: var(--line-height-tight);
    text-align: center;
}

.collab-sentence-sub_h3-4 {
    color: var(--staff-primary);
    font-size: var(--font-size-heading-m);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    height: 60px;
    line-height: var(--line-height-tight);
    text-align: center;
}

.collab-sentence_p2 {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    max-width: 1120px;
    text-align: center;
}






.collab-reason_sentence {
    color: var(--blue-primary);
    font-size: var(--font-size-heading-m);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-tight);
    line-height: var(--line-height-tight);
    margin: 0 0 40px 0;
    text-align: center;
}



.collab-reason-card-div {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.collab-reason-card {
    background-color: color-mix(in srgb, var(--yellow-accent), transparent 90%);
    border: solid 2px var(--yellow-accent);
    border-radius: 10px;
    display: block;
    max-width: 320px;
    padding: 32px 14px;

    width: 100%;
}

.collab-reason-card-image {
    display: block;
    width: 100%;
}

.collab-reason-card-image__img {
    display: block;
    margin: 0 auto;
    width: 33%;
}

.collab-reason-card-image__svg {
    width: 86%
}

.collab-reason-card-h3-div {
    height: 60px;
    padding: 15px 0;
    text-align: center;
}

.collab-reason-card-h3 {
    color: var(--blue-primary);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    text-align: center;
    width: 100%;
}

.collab-reason-card-h3 img {
    width: 90%;
}

.collab-reason-card-p {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
}

.collab-choose {
    background-color: var(--white);
    padding: 0 0 40px 0;
}


.collab-choose__h2 {
    color: var(--blue-primary);
    font-size: var(--font-size-heading-m);
    font-weight: var(--font-weight-bold);

    letter-spacing: var(--letter-spacing-tight);
    line-height: var(--line-height-tight);
    margin: 0 0 40px 0;
    text-align: center;
}


.collab-choose__p-div {
    margin: 0 auto 40px;
}

.collab-choose__p {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    text-align: center;
}

.collab-choose-boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 880px;
    width: 90%;
}

.collab-choose-box {
    background-color: var(--notes-background);
    border-radius: 10px;
    padding: 20px 50px;
    width: 100%;
}

.collab-choose-box__h3 {
    color: var(--blue-primary);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-tight);
    line-height: var(--line-height-tight);
    margin: 0 0 10px 0;
    text-align: left;
    width: 100%;
}

.collab-choose-box__p {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    text-align: left;
}

.trademark {
    justify-content: center;
    padding: 40px 0;
    text-align: center;
    width: 100vw;
}



.trademark__p {
    color: var(--blue-primary);
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-normal);
    justify-content: center;
}









.form-2 {
    background-color: color-mix(in srgb, var(--other-primary), transparent 86%);
    border-radius: 40px;
    margin: 0 auto;
    padding: 40px 10px;
    width: calc(100% - 80px);
}




.form-2-title-1 {
    background-color: var(--white);
    border-radius: 10px;
    margin: 0 auto 40px;
    max-width: 372px;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.form-2-title-h3 {
    color: var(--black);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    text-align: center;
}

.form-2-title-2 {
    margin: 0 auto 40px;
    max-width: 612px;
    text-align: center;
    width: 100%;
}

.form-2-title-h2 {
    color: var(--blue-primary);
    font-size: var(--font-size-heading-m);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-tight);
    line-height: var(--line-height-tight);
    width: 100%;
}

.form-2-image-1 {
    margin: 0 auto 40px;
    max-width: 525px;
    width: 100%;
}

.form-2-image-1-image-1 {
    width: 100%;
}

.form-2-image-1-image-2 {
    display: none;
    width: 100%;
}

.form-2-image-2 {
    display: flex;
    gap: 2%;
    justify-content: center;
    margin: 0 auto 40px;
}

.form-2-image-2-div {
    align-items: center;
    text-align: center;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    height: 150px;
    justify-content: center;
    width: 150px;


}

.form-2-image-2-p {
    margin: auto;
    width: auto;
}

form-2-image-p-div {
    margin: 0 auto 40px;
    max-width: 490px;
    width: 100%;
}

.form-2-image-p {
    color: var(--blue-primary);
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin: 0 auto 40px;
    ;
    text-align: center;
    width: 100%;
}



.form-2-btn {
    margin: 0 auto;
    max-width: 286px;
    width: 100%;
}

.form-2-btn-a {
    text-decoration: none;
    color: var(--white);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-m);
    padding: 20px 60px;
    border-radius: 9999px;
    background-color: #aa3b66;
    box-shadow: 0 9px 0px 4px var(--white);
    display: block;
    text-align: center;
}

.form-2-btn-a:hover {
    background-color: #a7325d;
    box-shadow: 0 3px 0 4px var(--white);
    transform: translateY(8px);
}


.br-600 {
    display: none;
}

.br-1024 {
    display: none;
}

.form-1-sentence-small {
    text-align: center;
    margin-top: -10px;
}

.form-1-sentence-small p small {
    color: var(--blue-primary);
}

.form-2-sentence-small {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}

.form-2-sentence-small p small {
    color: var(--blue-primary);
}





@media screen and (max-width: 1024px) {
    .viewPc {
        display: none !important;
        /* ここのみ!important許可 */
    }



    .fv-illust-01 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        height: calc(30% - 50px);
        padding: 50px 0 0 15%;
        z-index: 2;
    }

    .fv-illust-01__img {

        width: calc(350px + (500 - 350) * ((100vw - 600px) / (1000 - 600)));
        z-index: 2;

    }

    .fv-illust-02 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-items: center;
        align-items: center;
        height: 70%;
        z-index: 2;
        padding: calc(160px + (120 - 160) * ((100vw - 600px) / (1000 - 600))) 0 0 0;
        /* padding: clamp(20px, calc(20px + (40 - 20) * ((100vw - 600px) / (1000 - 600))), 40px) 0 0 0; */
        /* width:calc(120px + (180 - 120) * ((100vw - 600px) / (1000 - 600))); */
    }


    .fv-illust-02__img {
        height: 100%;
        width: calc(120px + (180 - 120) * ((100vw - 600px) / (1000 - 600)));
        z-index: 2;
    }

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

    .fv-sentence-color {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        row-gap: 8px;
        justify-content: center;
        margin: 0 0 40px 0;
        width: 100%;
    }

    .form-1 {
        background-color: color-mix(in srgb, var(--other-primary), transparent 86%);
        border-radius: 40px;
        margin: 30px 20px;
        padding: 60px 0;
        width: calc(100%-40px);
    }

    .form-1-title-h3 {
        color: var(--blue-primary);
        font-size: var(--font-size-m);
        font-weight: var(--font-weight-medium);
        line-height: var(--line-height-loose);
        margin: 0 0 20px 0;
        padding: 0 10px;
        text-align: center;
    }

    .concept {
        background-color: var(--white);
        padding: 90px 20px;
        width: 100%;
    }

    .product {
        background-color: #4b68ce;
        padding: 90px 20px;
        width: 100%
    }

    .product-image-1 {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        justify-content: center;
        margin: 0 0 40px 0;
        row-gap: 10px;
        width: 100%;
    }

    .product-image-1-div-1 {
        background-color: #00a57a;
        border-radius: 8px 8px 0 0;
        height: 100%;
        max-width: 350px;
        width: 100%;
    }

    .product-image-1-div-2 {
        background-color: #0099e1;
        border-radius: 8px 8px 0 0;
        height: 100%;
        max-width: 350px;
        width: 100%;
    }

    .product-image-1-div-3 {
        background-color: #F2BE00;
        ;
        border-radius: 8px 8px 0 0;
        height: 100%;
        max-width: 350px;
        width: 100%;
    }

    .product-image-1-div-4 {
        background-color: #a8cf00;
        border-radius: 8px 8px 0 0;
        height: 100%;
        max-width: 350px;
        width: 100%;
    }

    .collab-section {
        background-color: var(--white);
        display: block;
        margin: 0 auto;
        padding: 40px 20px;
        width: 100%;

    }

    .collab-title_h2-1 {
        background-color: var(--staff-primary);
        border-radius: 10px;
        color: var(--white);
        display: block;
        font-size: var(--font-size-2xxl);
        letter-spacing: var(--letter-spacing-tight);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-tight);
        text-align: center;
        max-width: 440px;
        padding: auto 10px;
        width: 90%;
    }

    .collab-title_h2-2 {
        color: var(--blue-primary);
        display: block;
        font-size: var(--font-size-2xxl);
        letter-spacing: var(--letter-spacing-tight);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-tight);
        text-align: center;
        width: 80px;
        padding: auto 10px;
    }

    .collab-title_h2-3 {
        background-color: var(--staff-primary);
        border-radius: 10px;
        color: var(--white);
        display: block;
        font-size: var(--font-size-2xxl);
        letter-spacing: var(--letter-spacing-tight);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-tight);
        text-align: center;
        max-width: 570px;
        padding: auto 10px;
        width: 100%;
    }

    .collab-reason_sentence {
        color: var(--blue-primary);
        font-size: var(--font-size-3xl);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing-tight);
        line-height: var(--line-height-tight);
        margin: 0 0 40px 0;
        text-align: center;
    }

    .collab-reason-card-div {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        margin: 0 auto;
        max-width: 780px;
        width: 100%;
    }

    .collab-reason-card-h3 img {
        height: 40px;
    }

    .form-2 {
        background-color: color-mix(in srgb, var(--other-primary), transparent 86%);
        border-radius: 24px;
        margin: 0 auto;
        padding: 40px 0;
        width: calc(100% - 40px);
    }

    .br-1024 {
        display: block;
    }
}
















@media screen and (max-width: 600px) {
    .viewPc {
        display: none !important;
        /* ここのみ!important許可 */
    }


    .fv-logo {
        background-color: var(--white);
        display: flex;
        justify-content: center;
        justify-items: center;
        padding: 70px 10px 20px;
    }

    .fv-logo__2 {
        display: flex;
        justify-content: center;
        justify-items: center;
        margin: 0;
        max-width: 40px;
        padding: 0 8px;
        width: 100%;
    }


    .fv-div::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        width: 100%;
        height: 100%;
        background-image: var(--bg-sp);
        background-size: cover;
        /* 隙間なく埋める */
        background-position: center;
        /* 真ん中を表示 */
        z-index: 1;
    }



    .fv-flex-1 {
        display: block;
        margin: 0 auto;
        width: 100%;
        z-index: 2;
    }

    .fv-flex-1-1 {

        display: block;
        flex-direction: column;
        height: 100%;
        width: 50%;
        z-index: 2;
    }

    .fv-illust-01__img {

        position: absolute;
        top: 15%;
        /* left:125px; */
        left: calc(125px + (140 - 125) * ((100vw - 375px) / (600 - 375)));
        transform: translate(-50%, -50%);
        height: 200px;
        width: 240px;

        z-index: 2;
    }

    .fv-illust-02__img {

        position: absolute;
        top: 48%;
        left: 100px;
        transform: translate(-50%, -50%);
        height: 120px;
        width: 120px;

        z-index: 2;
    }



    .fv-illust-03__img {

        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 360px;

        z-index: 2;
    }

    .fv-flex-1-2 {
        display: block;
        flex-direction: column;
        height: 100%;
        width: 48%;
        z-index: 2;
    }

    .fv-ps {
        display: block;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        padding: 0 10px 0 0;
        height: 10%;
        width: 100%;
        z-index: 2;
    }

    .fv-p-div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-items: center;
    }

    .fv-p {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #828488ff;
        font-size: 8px;
        font-weight: var(--font-weight-bold);
        line-height: 1.1;
        padding: 0 0 0 5%;
        text-align: left;
        width: 360px;

        z-index: 2;
    }

    .fv-sentence {
        display: flex;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }

    .fv-sentence-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        row-gap: 20px;
        justify-content: center;
        justify-items: center;
        width: 100%;
        margin: 0 0 90px 0;
    }

    .fv-sentence-card {
        padding-top: 24px;
        padding-bottom: 24px;
    }


    .fv-sentence-cards {
        display: flex;
        gap: 8concetpx;
        row-gap: 8px;
        justify-content: center;
        justify-items: center;
        width: 100%;
        margin: 0 0 30px 0;
    }


    .form-1 {
        background-color: color-mix(in srgb, var(--other-primary), transparent 86%);
        border-radius: 40px;
        margin: 30px 10px;
        padding: 60px 0;
        width: calc(100%-40px);
    }

    .form-1-title-h3 {
        color: var(--blue-primary);
        font-size: var(--font-size-m);
        font-weight: var(--font-weight-medium);
        line-height: var(--line-height-loose);
        margin: 0 0 20px 0;
        padding: 0 8px;
        text-align: center;
    }

    .form-1-sentence-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .form-1-sentence-2-1 {
        padding: 20px 0 20px 0;
        justify-items: center;
    }

    .form-1-sentence-2-image-div {
        display: block;
        justify-content: center;
        justify-items: center;
        margin: auto 0;
        max-width: 100%;
        padding: 0 12px;
        width: 100%;
    }

    .form-1-sentence-2-image {
        max-width: 30px;
        transform: rotate(90deg);
        width: 100%;
    }

    .form-1-sentence-2-2 {
        align-items: center;
        background-color: #ffff00;
        border-radius: 12px;
        display: block;
        justify-content: center;
        font-size: var(--font-size-m);
        padding: 0 20px;
        margin: 20px auto;

        max-width: 310px;
        position: relative;
        width: 100%;
    }


    .concept {
        background-color: var(--white);
        padding: 40px 10px;
        width: 100%;
    }

    .product {
        background-color: #4b68ce;
        padding: 40px 10px 30px;
        width: 100%
    }

    .product-image-1 {
        display: flex;
        gap: 8px;
        justify-content: center;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .product-p-1-p {
        color: var(--white);
        font-size: var(--font-size-m);
        font-weight: var(--font-weight-medium);
        line-height: var(--line-height-relaxed);
        margin: 0 0 20px 0;
        text-align: center;
    }

    .product-image-2 {
        display: flex;
        justify-content: center;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .product-image-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 3%;
        justify-content: center;
        margin: 0 auto 20px;
        row-gap: 24px;
        width: 100%;
    }



    .collab-section {
        background-color: var(--white);
        display: block;
        margin: 0 auto;
        padding: 40px 10px;
        width: 100%;

    }


    .collab-title_h2-1 {
        background-color: var(--staff-primary);
        border-radius: 5px;
        color: var(--white);
        display: block;
        font-size: var(--font-size-heading-m);
        letter-spacing: var(--letter-spacing-tight);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-tight);
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        width: auto;
    }

    .collab-title_h2-2 {
        color: var(--blue-primary);
        display: block;
        font-size: var(--font-size-heading-m);
        letter-spacing: var(--letter-spacing-tight);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-tight);
        text-align: center;
    }

    .collab-title_h2-3 {
        background-color: var(--staff-primary);
        border-radius: 5px;
        color: var(--white);
        display: block;
        font-size: var(--font-size-heading-m);
        letter-spacing: var(--letter-spacing-tight);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-tight);
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .collab-choose-boxes {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0 auto;
        max-width: 880px;
        width: 100%;
    }

    .form-2 {
        background-color: color-mix(in srgb, var(--other-primary), transparent 86%);
        border-radius: 16px;
        margin: 0 auto;
        padding: 40px 10px;
        width: calc(100% - 20px);
    }

    .form-2-image-1 {
        margin: 0 auto 40px;
        max-width: 320px;
        width: 100%;
    }

    .form-2-image-1-image-1 {
        display: none;
        width: 100%;
    }

    .form-2-image-1-image-2 {
        display: block;
        width: 100%;
    }

    .form-2-image-2 {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        gap: 10px;
        justify-content: center;
        margin: 0 auto 40px;
    }

    .trademark__p {
        color: var(--blue-primary);
        font-size: var(--font-size-xs);
        font-weight: var(--font-weight-medium);
        line-height: var(--line-height-normal);
        justify-content: center;
    }

    .br-600 {
        display: block;
    }

}