
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');

/*=================================
 どこでも学習
=================================*/



/*24.12.2追加*/
.dokodemo{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
.dokodemoImg{
  width:100%;
  margin:0 auto;
}
.dokodemoImg img{
  width:100%;
  height:auto;
}

/*=================================
 動画
=================================*/
 .video-wrapper {
    position: relative;
    overflow: hidden;
    background: rgb(239, 225, 239);
    padding-top: 56.25%; 
    width: 80%; 
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 10px; 
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}


/*=================================
 お見舞い
=================================*/

.sympathy-section{
    padding:40px 20px;
    background:linear-gradient(135deg,#fffdf8,#fff6eb);
}

.sympathy-inner{
    max-width:1100px;
    margin:auto;
    background:#fff;
    border:1px solid #f2dfc5;
    border-radius:18px;
    padding:28px 35px;
    display:flex;
    align-items:center;
    gap:25px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.sympathy-icon{
    width:70px;
    height:70px;
    flex-shrink:0;
    border-radius:50%;
    background:#fff4e5;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
}

.sympathy-content{
    flex:1;
}

.sympathy-content h2{
    font-size:28px;
    color:#8b5a2b;
    margin-bottom:10px;
}

.sympathy-content p{
    font-size:16px;
    line-height:1.9;
    color:#666;
    margin:0;
}
/*====================================
学ぶって楽しい
====================================*/
.purpose-catch{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:max-content;
    margin:10px auto 20px;
    padding:8px 20px;
    background:#fff8d9;
    border:2px dashed #ffd75e;
    border-radius:50px;
    font-size:24px;
    font-weight:700;
    color:#ff8c42;
    box-shadow:0 6px 15px rgba(255,190,80,.2);
}

.purpose-catch span{
    font-size:30px;
}

/*====================================
 Purpose Result
====================================*/

.purpose-result-grid{
    width:100%;
    max-width:1100px;
    margin:35px auto 0;

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:30px;

    box-sizing:border-box;
}

.purpose-result-card{
    width:100%;
    min-width:0;

    padding:40px 25px;
    min-height:250px;

    border-radius:30px;
    box-sizing:border-box;

    text-align:center;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.purpose-result-card:hover{
    transform:translateY(-8px);
}

.purpose-blue{
    background:#edf8ff;
}

.purpose-pink{
    background:#fff2f7;
}


/*====================================
 実績タイトル
====================================*/

.purpose-result-title{
    text-align:center;
    line-height:1.7;
    margin-bottom:70px;
    color:#333;
    font-size:clamp(28px,3vw,42px);
    font-weight:700;
}


/* 年間実績ラベル */

.title-label{
    display:inline-block;
    background:linear-gradient(135deg,#19a9df,#48c7f8);
    color:#fff;
    padding:8px 22px;
    border-radius:50px;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}


/* 537人 */

.title-number{
    font-size:1.8em;
    font-weight:900;
    color:#ff4d87;
    position:relative;
    display:inline-block;
    margin:0 8px;
}

.title-number::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:10px;
    background:#ffe58a;
    z-index:-1;
    border-radius:10px;
}


/* スマホだけ改行 */

.sp-only{
    display:none;
}


/*====================================
 実績カード数字
====================================*/

.purpose-percent{
    font-size:72px;
    font-weight:800;
    line-height:1;
    margin-bottom:20px;
}

.purpose-blue .purpose-percent{
    color:#1ba5db;
}

.purpose-pink .purpose-percent{
    color:#ff5b98;
}

#purpose-counter{
    font-size:1em;
}

.percent-sign{
    font-size:.55em;
}

.purpose-result-card p{
    font-size:26px;
    font-weight:600;
    color:#333;
    line-height:1.7;
    margin:0;
}


/*====================================
 92%エリア
====================================*/

.purpose-achievement{
    position:relative;
    display:flex;
    justify-content:center;
    margin:40px 0;
}

.purpose-achievement-card{
    width:380px;
    min-height:240px;
    position:relative;
}

.purpose-penguin{
    position:absolute;
    left:calc(50% + 190px);
    bottom:0;
}

.purpose-penguin img{
    width:180px;
    height:auto;
    display:block;
}


/*====================================
 実績注釈
====================================*/

.purpose-result-note{
    width:100%;
    max-width:1100px;
    margin:30px auto 0;
    color:#777;
    font-size:14px;
    line-height:1.5;
    text-align:center;
}


/*====================================
 Gift / QUOカード
====================================*/

.gift-area{
    display:grid;
    grid-template-columns:360px 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:50px;
}

.gift-image img{
    width:100%;
    display:block;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.gift-info{
    text-align:left;
}

.gift-info h3{
    font-size:38px;
    color:#6b45b8;
    margin-bottom:25px;
}

.gift-info ul{
    list-style:none;
}

.gift-info li{
    font-size:26px;
    margin:18px 0;
    font-weight:700;
    display:flex;
    align-items:center;
}

.gift-info li::before{
    content:"🎁";
    margin-right:12px;
}

.gift-note{
    margin-top:25px;
    font-size:22px;
    color:#666;
}


/*====================================
 Gift Message
====================================*/

.campaign-message{
    font-size:42px;
    color:#4d2d21;
    font-weight:900;
    margin:40px 0 30px;
}


/*====================================
 Gift Check
====================================*/

.campaign-check{
    display:flex;
    justify-content:center;
    gap:25px;
    list-style:none;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.campaign-check li{
    background:#fff;
    padding:12px 22px;
    border-radius:50px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    font-weight:700;
    color:#6b45b8;
}

.campaign-check li::before{
    content:"✔ ";
    color:#00a66c;
}


/*====================================
 Gift Button
====================================*/

.campaign-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#9b67d4,#7b48c8);
    color:#fff;
    text-decoration:none;

    font-size:38px;
    font-weight:900;

    padding:24px 70px;
    border-radius:18px;

    transition:.3s;

    box-shadow:0 10px 25px rgba(123,72,200,.35);
}

.campaign-btn::after{
    content:"▶";
    margin-left:15px;
}

.campaign-btn:hover{
    transform:translateY(-4px);
}


/*====================================
 無料体験
====================================*/

.trial-top{
    position:relative;

    width:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    padding:14px 20px;

    box-sizing:border-box;

    background:
        repeating-linear-gradient(
            -45deg,
            #fff8d9 0,
            #fff8d9 12px,
            #ffe98a 12px,
            #ffe98a 24px
        );

    overflow:visible;
    z-index:2;
}


/* タグ */

.trial-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    flex:0 0 auto;

    padding:10px 28px;

    border-radius:40px;

    color:#fff;
    font-size:20px;
    font-weight:700;
    line-height:1;

    white-space:nowrap;

    box-sizing:border-box;
}

.trial-tag.purple{
    background:#c83ca8;
}

.trial-tag.blue{
    background:#249fe8;
}

.trial-tag.green{
    background:#4dbd72;
}


/* 画像＋ボタン */

.trial-main{
    position:relative;

    width:100%;

    display:flex;
    flex-direction:column;
    align-items:center;

    margin:0;
    padding:0;

    box-sizing:border-box;

    background:#f05a5a;

    overflow:hidden;
    z-index:1;
}


/* 画像 */

.trial-photo{
    position:relative;

    width:100%;
    max-width:1100px;

    margin:0 auto;
    padding:0;

    box-sizing:border-box;

    line-height:0;
    text-align:center;

    overflow:hidden;
}

.trial-photo img{
    display:block;

    width:100%;
    max-width:100%;
    height:auto;

    margin:0;
    padding:0;

    box-sizing:border-box;
}


/* ボタン */

.trial-btn{
    position:relative;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin:18px auto 30px;

    padding:15px 38px;

    background:#ffd43b;
    color:#8a3d00;

    border:3px solid #fff;
    border-radius:50px;

    font-size:20px;
    font-weight:800;
    line-height:1.2;

    text-decoration:none;

    box-sizing:border-box;

    box-shadow:
        0 6px 0 #d99b00,
        0 10px 18px rgba(0,0,0,.2);

    transition:transform .2s ease;
}

.trial-btn:hover{
    transform:translateY(-2px);
}


/*====================================
 お客様の声
====================================*/

.voice-section{
    width:min(100%,1600px);
    margin:0 auto;
    padding:34px 45px 45px;
    overflow:hidden;
}


/* タイトル */

.voice-heading{
    position:relative;

    display:flex;
    align-items:stretch;

    width:calc(100% - 40px);
    min-height:135px;

    margin:10px 20px 38px;

    background:
        repeating-linear-gradient(
            0deg,
            rgba(255,255,255,.10) 0px,
            rgba(255,255,255,.10) 3px,
            transparent 3px,
            transparent 11px
        ),
        linear-gradient(
            135deg,
            #f28ab8 0%,
            #ed79ad 45%,
            #e363a1 100%
        );

    border-radius:20px;

    box-shadow:
        0 7px 10px rgba(0,0,0,.16);

    overflow:visible;
}


/* 左タイトル */

.heading-small{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:center;
    width:34%;
    min-height:135px;
    padding:18px 35px;
    background:transparent;
    color:#fff;
    font-size:clamp(21px,2.1vw,36px);
    font-weight:900;
    line-height:1.35;
    text-align:center;
    letter-spacing:.02em;
    text-shadow:
        2px 3px 0 rgba(150,40,90,.22);
}

.heading-small::after{
    content:"";
    position:absolute;
    top:0;
    right:-25px;
    width:50px;
    height:100%;
    background:#fff;
    clip-path:polygon(
        0 0,
        18% 0,
        100% 100%,
        82% 100%
    );

    z-index:5;
}


/* 右タイトル */

.heading-main{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:center;

    width:66%;
    min-height:135px;

    padding:18px 80px 18px 50px;

    background:transparent;
    border-radius:0;

    color:#fff;

    font-size:clamp(28px,3.1vw,52px);
    font-weight:900;
    line-height:1.2;

    text-align:center;

    letter-spacing:.03em;

    text-shadow:
        3px 3px 0 rgba(150,40,90,.22);
}

.heading-main::before{
    content:"";

    position:absolute;

    top:14px;
    left:18px;
    right:18px;

    height:3px;

    background:rgba(255,255,255,.28);

    border-radius:10px;
}

.heading-main::after{
    content:"";

    position:absolute;

    bottom:14px;
    left:18px;
    right:18px;

    height:3px;

    background:rgba(255,255,255,.28);

    border-radius:10px;
}


/* メイン口コミ */

.main-voice{
    position:relative;

    min-height:365px;

    padding:
        28px
        250px
        25px
        55px;

    background:#fffdd0;

    border:8px solid #f7c4cf;
    border-radius:45px;

    box-shadow:
        0 8px 8px rgba(0,0,0,.12);
}


/* メイン文章 */

.main-copy{
    font-size:clamp(20px,2.35vw,40px);
    line-height:1.48;
    font-weight:900;
    letter-spacing:.02em;
}


/* メイン人物 */

.main-person{
    position:absolute;

    right:5px;
    bottom:0;
    width:250px;
    text-align:center;
    z-index:4;
}

.main-person img{
    display:block;
    width:220px;
    margin:
        0 auto
        -12px;
}

.main-person p{
    margin:0;
    color:#571314;
    font-size:18px;
    line-height:1.25;
    font-weight:900;
}

.main-person strong,
.profile strong{
    color:#9a267c;
}
/*====================================
 お客様の声
 PC専用・最終調整
====================================*/



    /* 2つの口コミを横並び */
    .voice-row{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
        gap:70px !important;
        width:100% !important;
        margin-top:35px !important;
        align-items:start !important;
    }


    /* 1つの口コミ */
    .voice-item{
        position:relative !important;
        width:100% !important;
      
        height:270px !important;
        min-height:270px !important;

        margin:0 !important;
        padding:0 !important;

        box-sizing:border-box !important;
    }


    /*--------------------------------
      人物
    --------------------------------*/

    .voice-item .person-left{
        position:absolute !important;
        left:0 !important;
   
        bottom:50px !important;
        width:75px !important;
        height:105px !important;
        max-width:75px !important;
        max-height:105px !important;

        object-fit:contain !important;
        object-position:bottom center !important;

        margin:0 !important;

        z-index:5 !important;
    }


    /*--------------------------------
      吹き出し
    --------------------------------*/

    .voice-item .bubble{
        position:absolute !important;

        left:75px !important;
        top:0 !important;

        width:calc(100% - 75px) !important;

        height:190px !important;
        min-height:190px !important;

        margin:0 !important;

        padding:20px 35px !important;

        box-sizing:border-box !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        border-radius:50% !important;

        z-index:1 !important;

        filter:
            drop-shadow(
                7px 8px 4px rgba(0,0,0,.12)
            ) !important;
    }


    /* 緑 */
    .voice-item .bubble-green{
        background:#c9e9b9 !important;
    }


    /* 水色 */
    .voice-item .bubble-blue{
        background:#bce9f0 !important;
    }


    /*--------------------------------
      コメント文字
    --------------------------------*/

    .voice-item .bubble p{
        position:relative !important;

        width:100% !important;

        margin:0 !important;
        padding:0 !important;

        text-align:center !important;

        font-size:clamp(18px,1.7vw,28px) !important;
        line-height:1.35 !important;
        font-weight:900 !important;

        z-index:2 !important;
    }


    /*--------------------------------
      プロフィール
    --------------------------------*/

   .voice-item .profile{
    position:absolute !important;

    left:0 !important;
    bottom:0 !important;

    width:75px !important;
    height:45px !important;

    margin:0 !important;
    padding:0 !important;

    box-sizing:border-box !important;

    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;

    font-size:11px !important;
    line-height:1.3 !important;
    font-weight:900 !important;

    white-space:nowrap !important;

    z-index:6 !important;
}




/*====================================
 trial-copy
====================================*/

.trial-copy{
    color:#fff;

    -webkit-text-stroke:3px #000;

    paint-order:stroke fill;
}


/*====================================
 メッセージ画像
====================================*/

.messageSP_img{
    display:none;
}

/* =========================================================
   パーパス学習特性診断
   完全独立CSS
========================================================= */

.purpose-diagnosis {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;

    text-align: center;
    font-family:
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        sans-serif;

    /* 他ページの影響を受けにくくする */
    isolation: isolate;
}

.purpose-diagnosis *,
.purpose-diagnosis *::before,
.purpose-diagnosis *::after {
    box-sizing: border-box;
}


/* =========================================================
   上部キャッチ
========================================================= */

.purpose-diagnosis .diagnosis-lead {
    margin: 0 0 12px;
    padding: 0;

    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}


/* =========================================================
   タイトルエリア
========================================================= */

.purpose-diagnosis .diagnosis-header {
    position: relative;

    width: 100%;
    margin: 0 auto 25px;
    padding: 0;

    text-align: center;
}


.purpose-diagnosis .diagnosis-header-text {
    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}


/* =========================================================
   タイトル
========================================================= */

.purpose-diagnosis .diagnosis-title {
    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0 8px 4px;

    color: #e4007f;

    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;

    white-space: nowrap;
    z-index: 1;
}


.purpose-diagnosis .diagnosis-title::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 12px;

    background: #fff16a;

    z-index: -1;
}


/* =========================================================
   タイトル下説明
========================================================= */

.purpose-diagnosis .diagnosis-intro {
    margin: 10px 0 0;
    padding: 0;
}


.purpose-diagnosis .diagnosis-intro p {
    margin: 0;
    padding: 0;

    color: #e40055;

    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
}


/* =========================================================
   上部ペンギン
========================================================= */

.purpose-diagnosis .diagnosis-character-top {
    position: absolute;

    top: 0;
    right: 15px;

    width: 100px;
    margin: 0;
    padding: 0;
}


.purpose-diagnosis .diagnosis-character-top img {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0;
    padding: 0;
}


/* =========================================================
   診断ボックス
========================================================= */

.purpose-diagnosis .diagnosis-box {
    position: relative;

    width: 100%;
    max-width: 1100px;

    margin: 20px auto 0;
    padding: 50px 45px 35px;

    border: 6px solid #9edee4;

    background: #fff;

    text-align: center;
}


/* =========================================================
   STEP 1～3 フロー
========================================================= */

.purpose-diagnosis .diagnosis-flow {
    display: flex;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    align-items: center;
    justify-content: center;

    gap: 18px;
}


/* =========================================================
   STEP共通
========================================================= */

.purpose-diagnosis .diagnosis-step {
    position: relative;

    flex: 1 1 0;
    min-width: 0;

    margin: 0;
    padding: 0;

    text-align: center;
}


/* =========================================================
   STEP1 上部
   「どんな診断？」＋「スマホから10分」
========================================================= */

.purpose-diagnosis .diagnosis-step-start .diagnosis-flow-heading {
    display: flex;

    width: 100%;

    margin: 0 auto 18px;
    padding: 0;

    align-items: center;
    justify-content: center;

    gap: 10px;
}


/* ---------------------------------------------------------
   どんな診断？
   楕円
--------------------------------------------------------- */

.purpose-diagnosis .diagnosis-flow-heading-title {
    display: flex;

    width: clamp(90px, 10vw, 150px);
    height: clamp(36px, 3.5vw, 52px);

    margin: 0;
    padding: 0 10px;

    align-items: center;
    justify-content: center;

    border: 4px solid #9edee4;
    border-radius: 50%;

    background: #eaf9f7;
    color: #3a8f89;

    font-size: clamp(11px, 1.2vw, 18px);
    font-weight: 900;
    line-height: 1;

    white-space: nowrap;

    flex-shrink: 1;
}


/* ---------------------------------------------------------
   スマホから10分
   正円
--------------------------------------------------------- */

.purpose-diagnosis .diagnosis-flow-heading-time {
    display: flex;

    width: clamp(48px, 5vw, 85px);
    height: clamp(48px, 5vw, 85px);

    min-width: clamp(48px, 5vw, 85px);
    min-height: clamp(48px, 5vw, 85px);

    margin: 0;
    padding: 5px;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    border: 4px solid #fff;
    border-radius: 50%;

    background: #e50073;
    color: #fff;

    box-shadow: 0 3px 7px rgba(0,0,0,.18);

    font-size: clamp(7px, .9vw, 15px);
    font-weight: 900;
    line-height: 1.15;

    text-align: center;

    white-space: nowrap;

    flex: 0 0 auto;
}


.purpose-diagnosis .diagnosis-flow-heading-time strong {
    display: block;

    margin: 0;
    padding: 0;

    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1;
}


/* =========================================================
   STEP1 スタート画面
========================================================= */

.purpose-diagnosis .start-image {
    position: relative;

    width: 145px;
    height: 165px;

    margin: 0 auto 10px;
    padding: 15px;

    border: 7px solid #ddd;
    border-radius: 10px;

    background: #fff;

    box-shadow: 0 3px 7px rgba(0,0,0,.15);

    text-align: center;
}


/* =========================================================
   豚
========================================================= */

.purpose-diagnosis .animal-face {
    display: flex;

    width: 100%;

    margin: 12px 0 0;
    padding: 0;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 2px;

    font-size: 35px;
    line-height: 1;
}


.purpose-diagnosis .animal-face span {
    margin: 0;
    padding: 0;
}


.purpose-diagnosis .animal-face span:last-child {
    width: 100%;
}


/* =========================================================
   START
========================================================= */

.purpose-diagnosis .start-label {
    display: inline-block;

    margin: 10px 0 0;
    padding: 5px 12px;

    background: #43a8d8;
    color: #fff;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}


/* =========================================================
   STEP1説明
========================================================= */

.purpose-diagnosis .diagnosis-step-start > p {
    margin: 0;
    padding: 0;

    color: #333;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;

    text-align: center;
}


/* =========================================================
   STEP2
========================================================= */

.purpose-diagnosis .analysis-title {
    margin: 0 0 12px;
    padding: 0;

    color: #333;

    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;

    white-space: nowrap;
}


.purpose-diagnosis .analysis-title span {
    display: inline-block;

    margin: 0;
    padding: 5px 10px;

    background: #9c238d;
    color: #fff;
}


/* =========================================================
   STEP2 リスト
========================================================= */

.purpose-diagnosis .diagnosis-step-analysis ul {
    display: block;

    width: max-content;
    max-width: 100%;

    margin: 0 auto;
    padding: 0;

    list-style: none;

    text-align: left;
}


.purpose-diagnosis .diagnosis-step-analysis li {
    display: block;

    margin: 5px 0;
    padding: 0;

    color: #74398d;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;

    white-space: nowrap;
}


/* =========================================================
   診断結果
========================================================= */

.purpose-diagnosis .result-title {
    margin: 0 0 10px;
    padding: 0;

    color: #333;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;

    text-align: center;
}


.purpose-diagnosis .result-title strong {
    color: #fff;

    font-size: 18px;
    font-weight: 900;
}


/* =========================================================
   12～13日後 強調
========================================================= */

.purpose-diagnosis .diagnosis-step-analysis .result-title {
    margin-top: 18px;
}


.purpose-diagnosis .diagnosis-step-analysis .result-title strong {
    display: inline-block;

    padding: 5px 10px;

    border-radius: 8px;

    background: #fff3d8;

    color: #e56a00;

    font-size: 19px;
    font-weight: 900;

    line-height: 1.4;
}


/* =========================================================
   タブレット画面
========================================================= */

.purpose-diagnosis .result-screen {
    position: relative;

    width: 150px;
    height: 100px;

    margin: 0 auto;
    padding: 8px;

    border: 8px solid #1872b8;
    border-radius: 8px;

    background: #eaf6ff;

    box-shadow: 0 3px 5px rgba(0,0,0,.15);

    transform: rotate(-2deg);
}


.purpose-diagnosis .screen-inner {
    display: flex;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    background: #fff;
    color: #555;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;

    text-align: center;
}


.purpose-diagnosis .screen-inner small {
    margin: 0;
    padding: 0;

    color: #1884c8;

    font-size: 9px;
    line-height: 1;
}


/* =========================================================
   結果ペンギン
========================================================= */

/* =========================================
   STEP 3
   ペンギン
========================================= */

.purpose-diagnosis .result-character {
    position: relative;
    width: 90px !important;
    max-width: 90px !important;
    height: 90px !important;
    margin: 8px auto 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
}

.purpose-diagnosis .result-character img {
    display: block !important;
    width: 90px !important;
    max-width: 90px !important;
    height: 90px !important;
    max-height: 90px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain;
}

/* =========================================================
   矢印
========================================================= */

.purpose-diagnosis .diagnosis-arrow {
    flex: 0 0 auto;

    margin: 0;
    padding: 0;

    color: #d90073;

    font-size: 40px;
    line-height: 1;

    text-align: center;
}


/* =========================================================
   CTA
========================================================= */

.purpose-diagnosis .diagnosis-button {
    display: block;
    width: 85%;
    max-width: 560px;
    margin: 28px auto 0;
    padding: 17px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ff2517;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    box-shadow:
        0 5px 0 #c91b12,
        0 8px 14px rgba(0, 0, 0, 0.18);
    transition: all .2s ease;
}


.purpose-diagnosis .diagnosis-button:hover {
    opacity: .95;
    transform: translateY(3px);
    box-shadow:
        0 2px 0 #c91b12,
        0 5px 9px rgba(0, 0, 0, 0.15);
}
/* =========================================
   パーパス 体験談カード
   ========================================= */

.purpose-voice {
    width: 100%;
    max-width: 1600px;
    margin: 40px auto;
    padding: 0 18px;
    box-sizing: border-box;
}


/* =========================================
   カードを横並びにする部分
   ========================================= */

.purpose-voice-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;

    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 8px 0 15px;

    box-sizing: border-box;

    -webkit-overflow-scrolling: touch;
}


/* =========================================
   カード本体
   ========================================= */

.purpose-voice-card {
    position: relative;

    flex: 0 0 300px;

    width: 300px;
    height: 435px;

    min-width: 300px;

    box-sizing: border-box;

    background: #ffffff;

    border: 2px solid #9724f5;
    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
}


/* =========================================
   紫の吹き出し
   ========================================= */

.purpose-voice-message {
    position: relative;

    width: calc(100% - 34px);

    margin: 14px auto 0;

    padding: 15px 18px 18px;

    box-sizing: border-box;

    background: #9025e5;

    border-radius: 20px;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.6;

    font-weight: 500;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}


/* 吹き出しの三角 */

.purpose-voice-message::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -14px;

    transform: translateX(-50%);

    width: 0;
    height: 0;

    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #9025e5;
}


/* =========================================
   名前
   ========================================= */

.purpose-voice-message span {
    display: block;

    margin-top: 2px;

    font-size: 15px;
    line-height: 1.5;

    color: #ffffff;
}


/* =========================================
   人物画像
   ========================================= */

.purpose-voice-image {
    position: absolute;

    left: 0;
    right: 0;

    bottom: 42px;

    height: 155px;

    display: flex;

    justify-content: center;
    align-items: flex-end;

    box-sizing: border-box;
}


.purpose-voice-image img {
    display: block;

    width: auto;
    height: 155px;

    max-width: 90%;

    object-fit: contain;
}


/* =========================================
   入会日
   ========================================= */

.purpose-voice-entry {
    position: absolute;

    left: 0;
    right: 0;

    bottom: 7px;

    text-align: center;

    color: #63388c;

    font-size: 24px;
    font-weight: 700;

    line-height: 1.15;

    white-space: nowrap;
}


/* 上の緑ライン */

.purpose-voice-entry::before {
    content: "";

    display: block;

    width: 57%;

    height: 4px;

    margin: 0 auto 3px;

    background: #65b83c;
}


/* 下のピンクライン */

.purpose-voice-entry::after {
    content: "";

    display: block;

    width: 57%;

    height: 4px;

    margin: 3px auto 0;

    background: #ef73a9;
}
/* =========================================================
   家庭教師のパーパス
   無料体験レッスン 2026

   ★ 完全独立型CSS
   ★ すべて purpose-trial2026 配下
   ★ 他ページのCSSと干渉しにくい構造
========================================================= */


/* =========================================================
   全体
========================================================= */

.purpose-trial2026 {
    width: 100%;
    box-sizing: border-box;
    margin: 60px auto;
    padding: 70px 20px 75px;

    background:
        linear-gradient(
            180deg,
            #f8fbfd 0%,
            #ffffff 100%
        );

    overflow: hidden;
}


.purpose-trial2026 *,
.purpose-trial2026 *::before,
.purpose-trial2026 *::after {
    box-sizing: border-box;
}


.purpose-trial2026-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   見出し
========================================================= */

.purpose-trial2026-heading {
    text-align: center;
    margin: 0 auto 45px;
}


.purpose-trial2026-label {
    display: inline-block;

    margin-bottom: 15px;
    padding: 8px 22px;

    border-radius: 30px;

    background: #f28b30;
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.08em;

    box-shadow:
        0 5px 15px rgba(242, 139, 48, 0.18);
}


.purpose-trial2026-title {
    position: relative;

    margin: 0;
    padding: 0;

    color: #102a43;

    font-size: clamp(32px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.35;

    letter-spacing: 0.04em;
}


.purpose-trial2026-title::after {
    content: "";

    display: block;

    width: 80px;
    height: 5px;

    margin: 20px auto 0;

    border-radius: 10px;

    background: #f28b30;
}


.purpose-trial2026-lead {
    margin: 22px auto 0;
    padding: 0;

    color: #52606d;

    font-size: 17px;
    font-weight: 500;
    line-height: 1.9;
}


.purpose-trial2026-sp {
    display: none;
}


/* =========================================================
   写真エリア
========================================================= */

.purpose-trial2026-photo-area {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 25px;

    width: 100%;
    margin: 0 auto;
}


/* =========================================================
   写真カード
========================================================= */

.purpose-trial2026-photo-card {
    position: relative;

    min-width: 0;

    overflow: hidden;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 10px 30px rgba(16, 42, 67, 0.10);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.purpose-trial2026-photo-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 16px 35px rgba(16, 42, 67, 0.15);
}


/* =========================================================
   写真
========================================================= */

.purpose-trial2026-photo {
    position: relative;

    width: 100%;

    aspect-ratio: 4 / 3;

    overflow: hidden;

    background: #edf2f5;
}


.purpose-trial2026-photo img {
    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}


.purpose-trial2026-photo-card:hover
.purpose-trial2026-photo img {
    transform: scale(1.04);
}


/* =========================================================
   写真下テキスト
========================================================= */

.purpose-trial2026-photo-text {
    padding: 18px 18px 20px;

    text-align: center;

    background: #ffffff;
}


.purpose-trial2026-photo-text span {
    display: block;

    margin-bottom: 7px;

    color: #f28b30;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 0.12em;
}


.purpose-trial2026-photo-text strong {
    display: block;

    color: #102a43;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
}


/* =========================================================
   メッセージエリア
========================================================= */

.purpose-trial2026-message {
    position: relative;

    max-width: 850px;

    margin: 50px auto 0;
    padding: 34px 35px 30px;

    text-align: center;

    border-radius: 20px;

    background: #ffffff;

    border: 2px solid #e6eef3;

    box-shadow:
        0 8px 25px rgba(16, 42, 67, 0.06);
}


/* =========================================================
   メッセージ上部ラベル
========================================================= */

.purpose-trial2026-message-mark {
    display: inline-block;

    margin-bottom: 14px;
    padding: 6px 18px;

    border-radius: 20px;

    background: #102a43;
    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.08em;
}


.purpose-trial2026-message-text {
    margin: 0;

    color: #102a43;

    font-size: 21px;
    font-weight: 700;
    line-height: 1.8;
}


.purpose-trial2026-message-text strong {
    color: #f28b30;
    font-weight: 800;
}


.purpose-trial2026-message-sub {
    margin: 12px 0 0;

    color: #52606d;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.purpose-trial2026-cta {
    margin: 38px auto 0;

    text-align: center;
}


.purpose-trial2026-button {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: min(90%, 620px);
    min-height: 78px;

    margin: 0 auto;
    padding: 13px 70px 13px 30px;

    border-radius: 50px;

    background:
        linear-gradient(
            135deg,
            #f28b30 0%,
            #f46f27 100%
        );

    color: #ffffff;

    text-decoration: none;

    box-shadow:
        0 8px 20px rgba(242, 111, 39, 0.28);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.purpose-trial2026-button:hover {
    transform: translateY(-3px);

    color: #ffffff;
    text-decoration: none;

    box-shadow:
        0 12px 25px rgba(242, 111, 39, 0.35);
}


.purpose-trial2026-button-small {
    position: absolute;

    top: 12px;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.2;

    opacity: 0.95;
}


.purpose-trial2026-button-main {
    display: block;

    margin-top: 15px;

    font-size: 21px;
    font-weight: 800;

    line-height: 1.3;

    letter-spacing: 0.05em;
}


.purpose-trial2026-button-arrow {
    position: absolute;

    right: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.18);

    font-size: 30px;
    font-weight: 300;

    line-height: 1;
}


.purpose-trial2026-note {
    margin: 13px 0 0;

    color: #7b8794;

    font-size: 13px;
    font-weight: 500;
}






/* =========================================
   スクロールバー
   ========================================= */

.purpose-voice-list::-webkit-scrollbar {
    height: 10px;
}

.purpose-voice-list::-webkit-scrollbar-track {
    background: #eeeeee;

    border-radius: 10px;
}

.purpose-voice-list::-webkit-scrollbar-thumb {
    background: #999999;

    border-radius: 10px;
}



/* =========================================
   タブレット
========================================= */

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

    .purpose-voice {
        padding-left: 15px;
        padding-right: 15px;
    }

    .purpose-voice-scroll {
        gap: 18px;
    }

    .purpose-voice-card {
        flex-basis: 290px;
        width: 290px;
    }

}



/*====================================
 タブレット
====================================*/

@media screen and (max-width:991px){

    /* 実績 */

    .purpose-result-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}


/*====================================
 タブレット
====================================*/

@media screen and (max-width:900px){

    /* 無料体験 */

    .trial-top{
        gap:8px;
        padding:12px 15px;
    }

    .trial-tag{
        padding:9px 20px;
        font-size:17px;
    }

    .trial-photo{
        width:100%;
    }

    .trial-photo img{
        width:100%;
        height:auto;
    }

    .trial-btn{
        margin:16px auto 28px;
        padding:14px 32px;
        font-size:18px;
    }


    /* お客様の声 */

    .voice-section{
        width:100%;
        padding:15px 12px 30px;
    }

    .voice-heading{
        width:calc(100% - 16px);
        min-height:95px;
        margin:5px 8px 25px;
        border-radius:14px;
    }

    .heading-small{
        width:38%;
        min-height:95px;
        padding:10px 15px;
        font-size:16px;
        line-height:1.3;
    }

    .heading-small::after{
        right:-18px;
        width:36px;
    }

    .heading-main{
        width:62%;
        min-height:95px;
        padding:10px 48px 10px 25px;
        font-size:23px;
        line-height:1.2;
    }

    .heading-main::before{
        top:9px;
        height:2px;
    }

    .heading-main::after{
        bottom:9px;
        height:2px;
    }

    .penguin{
        width:95px;
        right:-5px;
        top:-18px;
    }

    .main-voice{
        min-height:0;

        padding:
            25px
            200px
            140px
            35px;

        border-width:6px;
        border-radius:30px;
    }

    .main-copy{
        font-size:21px;
        line-height:1.55;
    }

    .main-person{
        width:190px;
        right:0;
        bottom:-35px;
    }

    .main-person img{
        width:165px;
    }

    .main-person p{
        font-size:14px;
    }

    .voice-row{
        gap:8px;
        margin-top:35px;
    }

    .voice-item{
        min-height:190px;
    }

    .person-left{
        width:90px;
        bottom:15px;
    }

    .bubble{
        left:48px;
        min-height:145px;
        padding:20px 15px 20px 50px;
    }

    .bubble p{
        font-size:17px;
        line-height:1.35;
    }

    .profile{
        width:100px;
        font-size:12px;
    }
./*無料体験申し込み*/
  .purpose-trial2026 {
        margin: 45px auto;
        padding: 55px 18px 60px;
    }


    .purpose-trial2026-photo-area {
        gap: 16px;
    }


    .purpose-trial2026-photo-text {
        padding: 15px 10px 17px;
    }


    .purpose-trial2026-photo-text strong {
        font-size: 15px;
    }


    .purpose-trial2026-message {
        margin-top: 40px;
    }

}


/*====================================
 スマホ
====================================*/

@media screen and (max-width:768px){

    /* 全体 */

    *{
        box-sizing:border-box;
    }

    html,
    body{
        width:100%;
        max-width:100%;
        overflow-x:hidden;
    }


    /*---------------------------------
     お見舞い
    ---------------------------------*/

    .sympathy-section{
        padding:25px 12px;
    }

    .sympathy-inner{
        width:100%;
        flex-direction:column;
        text-align:center;

        padding:20px 15px;

        gap:12px;

        border-radius:14px;
    }

    .sympathy-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }

    .sympathy-content h2{
        font-size:20px;
        line-height:1.4;
        margin:0 0 8px;
    }

    .sympathy-content p{
        font-size:14px;
        line-height:1.7;
    }


    /*---------------------------------
     メッセージ画像
    ---------------------------------*/

    .message_img{
        display:none;
    }

    .messageSP_img{
        display:block;
        width:100%;
        max-width:100%;
        padding:0;
        margin:0 auto;
    }

    .messageSP_img img{
        width:100%;
        height:auto;
        display:block;
    }


    /*---------------------------------
     実績
    ---------------------------------*/

    .purpose-result-section{
        width:100%;
        margin:35px auto;
        padding:0 10px;
        overflow:hidden;
    }

    .purpose-result-title{
        font-size:18px;
        line-height:1.55;
        margin:0 0 20px;
    }

    .title-label{
        font-size:12px;
        padding:5px 12px;
        margin-bottom:8px;
    }

    .title-number{
        font-size:1.25em;
        margin:0 3px;
    }

    .sp-only{
        display:block;
    }

    .purpose-result-grid{
        width:100%;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px;
        margin:20px 0;
    }

    .purpose-result-card{
        width:100%;
        min-width:0;
        min-height:135px;
        padding:18px 8px;
        border-radius:16px;
    }

    .purpose-percent{
        font-size:30px;
        margin-bottom:8px;
    }

    .purpose-percent span,
    .percent-sign{
        font-size:.45em;
    }

    .purpose-result-card p{
        font-size:12px;
        line-height:1.45;
        word-break:keep-all;
    }

    .purpose-achievement{
        margin:25px 0;
    }

    .purpose-achievement-card{
        width:230px;
        min-height:135px;
    }

    .purpose-penguin{
        left:calc(50% + 105px);
    }

    .purpose-penguin img{
        width:70px;
    }

    .purpose-result-note{
        font-size:10px;
        line-height:1.5;
        margin-top:12px;
    }


    /*---------------------------------
     QUOカード
    ---------------------------------*/

    .campaign{
        width:calc(100% - 20px);
        margin:30px auto;
        padding:20px 12px;
        border-radius:18px;
    }

    .campaign-ribbon{
        display:block;
        font-size:22px;
        padding:12px;
    }

    .campaign-sub{
        font-size:18px;
    }

    .campaign h2{
        font-size:28px;
        line-height:1.35;
        margin-bottom:25px;
    }

    .campaign h2 span{
        font-size:38px;
    }

    h2 span.present-title{
        display:inline-block;
        font-size:22px;
        line-height:1.3;
    }

    .gift-area{
        grid-template-columns:1fr;
        gap:18px;
    }

    .gift-image{
        width:100%;
        max-width:250px;
        margin:auto;
    }

    .gift-info{
        text-align:center;
    }

    .gift-info h3{
        font-size:24px;
        line-height:1.4;
    }

    .gift-info li{
        justify-content:center;
        font-size:17px;
        line-height:1.5;
        margin:12px 0;
    }

    .gift-note{
        font-size:14px;
        line-height:1.6;
    }

    .campaign-message{
        font-size:20px;
        line-height:1.5;
        margin:25px 0 20px;
    }

    .campaign-check{
        flex-direction:column;
        gap:10px;
        margin-bottom:25px;
    }

    .campaign-check li{
        width:100%;
        padding:10px 12px;
        font-size:14px;
        text-align:center;
    }

    .campaign-btn{
        width:100%;
        max-width:100%;
        padding:13px 12px;
        font-size:19px;
        border-radius:14px;
    }


    /*---------------------------------
     無料体験
    ---------------------------------*/

    .trial-top{
        width:100%;
        display:flex;
        flex-wrap:nowrap;
        gap:5px;
        padding:9px 5px;
    }

    .trial-tag{
        flex:1 1 0;
        min-width:0;

        padding:9px 2px;

        font-size:12px;
        line-height:1.1;

        text-align:center;
    }

    .trial-main{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;

        gap:0;

        padding:0;
        margin:0;

        background:#f05a5a;

        overflow:hidden;
    }

    .trial-photo{
        width:100%;
        max-width:100%;

        padding:0;
        margin:0;
    }

    .trial-photo img{
        width:100%;
        max-width:100%;
        height:auto;
        display:block;
    }

    .trial-btn{
        width:calc(100% - 30px);
        max-width:360px;

        margin:12px auto 25px;

        padding:12px 15px;

        font-size:16px;

        white-space:normal;
        text-align:center;

        box-shadow:
            0 5px 0 #d99b00,
            0 8px 15px rgba(0,0,0,.2);
    }


    /* trial-copy */

    .trial-copy{
        padding:12px 8px 10px;
    }

    .trial-copy h2{
        font-size:34px;
        -webkit-text-stroke:2px #000;
    }

    .trial-copy small{
        font-size:.55em;
    }

    .trial-copy p{
        font-size:28px;
        -webkit-text-stroke:2px #000;
    }

    .trial-text{
        padding:0 15px;
        font-size:15px;
    }


    /*---------------------------------
     お客様の声
    ---------------------------------*/

    .voice-section{
        width:100%;
        padding:10px 8px 30px;
        overflow:hidden;
    }

    .voice-heading{
        width:100%;
        min-height:72px;

        margin:5px 0 20px;

        border-radius:10px;
    }

    .heading-small{
        width:39%;
        min-height:72px;

        padding:6px 7px;

        font-size:12px;
        line-height:1.25;
    }

    .heading-main{
        width:61%;
        min-height:72px;

        padding:7px 28px 7px 10px;

        font-size:18px;
        line-height:1.2;

        letter-spacing:0;
    }

    .heading-main::before{
        top:6px;
        left:8px;
        right:8px;
        height:2px;
    }

    .heading-main::after{
        bottom:6px;
        left:8px;
        right:8px;
        height:2px;
    }

    .penguin{
        width:65px;
        right:-3px;
        top:-12px;
    }


    /* メイン口コミ */

    .main-voice{
        width:100%;
        min-height:0;

        padding:18px 14px 140px;

        border:5px solid #f7c4cf;
        border-radius:26px;

        overflow:visible;
    }

    .main-copy{
        width:100%;

        font-size:15px;
        line-height:1.65;

        text-align:left;
    }

    .main-person{
        width:120px;
        right:4px;
        bottom:-40px;
    }

    .main-person img{
        width:105px;
        height:130px;

        object-fit:contain;
    }

    .main-person p{
        font-size:11px;
        white-space:nowrap;
    }


 /* 2つの口コミを縦並び */
    .voice-row{
        display:grid !important;
        grid-template-columns:1fr !important;

        width:100% !important;

        gap:25px !important;

        margin-top:25px !important;
    }


    /* 1つの口コミ */
    .voice-item{
        position:relative !important;

        width:100% !important;
        height:auto !important;
        min-height:230px !important;

        margin:0 !important;
        padding:0 !important;

        box-sizing:border-box !important;
    }


    /* 吹き出し */
    .voice-item .bubble{
        position:relative !important;

        left:auto !important;
        top:auto !important;

        width:calc(100% - 65px) !important;

        height:auto !important;
        min-height:170px !important;

        margin:0 0 0 65px !important;

        padding:20px 25px !important;

        box-sizing:border-box !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        border-radius:50% !important;
    }


    /* コメント */
    .voice-item .bubble p{
        width:100% !important;

        margin:0 !important;
        padding:0 !important;

        text-align:center !important;

        font-size:18px !important;
        line-height:1.45 !important;
    }


    /* 人物 */
    .voice-item .person-left{
        position:absolute !important;

        left:0 !important;
        bottom:40px !important;

        width:90px !important;
        height:110px !important;

        max-width:90px !important;
        max-height:110px !important;

        object-fit:contain !important;
        object-position:bottom center !important;

        margin:0 !important;

        z-index:5 !important;
    }


    /* プロフィール */
    .voice-item .profile{
        position:absolute !important;

        left:0 !important;
        bottom:0 !important;

        width:65px !important;
        height:38px !important;

        margin:0 !important;
        padding:0 !important;

        box-sizing:border-box !important;

        display:flex !important;
        flex-direction:column !important;

        align-items:center !important;
        justify-content:center !important;

        text-align:center !important;

        font-size:10px !important;
        line-height:1.2 !important;

        white-space:nowrap !important;

        z-index:6 !important;
    }
    /* -----------------------------------------
       診断全体
    ----------------------------------------- */

   .purpose-diagnosis {
        width: 100%;
        max-width: 100%;

        margin: 30px auto;
        padding: 0 10px;
    }


    /* -----------------------------------------
       上部キャッチ
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-lead {
        margin-bottom: 8px;

        font-size: 14px;
        line-height: 1.5;
    }


    /* -----------------------------------------
       タイトル
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-title {
        padding: 0 4px 3px;

        font-size: 25px;
        line-height: 1.3;
    }


    .purpose-diagnosis .diagnosis-title::after {
        height: 8px;
    }


    /* -----------------------------------------
       説明
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-intro {
        margin: 7px 0 0;
    }


    .purpose-diagnosis .diagnosis-intro p {
        font-size: 16px;
        line-height: 1.45;
    }


    /* -----------------------------------------
       ペンギン
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-character-top {
        top: -5px;
        right: 0;

        width: 55px;
    }


    /* -----------------------------------------
       診断ボックス
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-box {
        width: 100%;

        margin-top: 18px;
        padding: 35px 10px 20px;

        border-width: 4px;
    }


    /* -----------------------------------------
       STEP1～3
       スマホでは縦並び
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-flow {
        display: flex;

        flex-direction: column;

        width: 100%;

        gap: 25px;

        align-items: center;
        justify-content: flex-start;
    }


    /* -----------------------------------------
       STEP共通
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-step {
        width: 100%;
        max-width: 100%;

        flex: none;
    }


    /* -----------------------------------------
       STEP1見出し
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-step-start .diagnosis-flow-heading {
        width: 100%;

        margin-bottom: 15px;

        gap: 6px;
    }


    /* -----------------------------------------
       どんな診断？
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-flow-heading-title {
        width: clamp(110px, 40vw, 145px);
        height: clamp(40px, 13vw, 48px);

        border-width: 3px;

        font-size: clamp(13px, 4vw, 16px);
    }


    /* -----------------------------------------
       スマホから10分
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-flow-heading-time {
        width: clamp(55px, 19vw, 68px);
        height: clamp(55px, 19vw, 68px);

        min-width: clamp(55px, 19vw, 68px);
        min-height: clamp(55px, 19vw, 68px);

        border-width: 3px;

        font-size: clamp(8px, 2.8vw, 10px);
    }


    .purpose-diagnosis .diagnosis-flow-heading-time strong {
        font-size: clamp(15px, 5vw, 19px);
    }


    /* -----------------------------------------
       STEP1画像
    ----------------------------------------- */

    .purpose-diagnosis .start-image {
        width: 105px;
        height: 125px;

        margin-bottom: 10px;
        padding: 8px;

        border-width: 5px;
    }


    .purpose-diagnosis .animal-face {
        margin-top: 8px;

        font-size: 27px;
    }


    .purpose-diagnosis .start-label {
        margin-top: 7px;
        padding: 4px 8px;

        font-size: 11px;
    }


    /* -----------------------------------------
       STEP1説明
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-step-start > p {
        font-size: 11px;
    }


    /* -----------------------------------------
       STEP2
    ----------------------------------------- */

    .purpose-diagnosis .analysis-title {
        margin-bottom: 8px;

        font-size: 13px;
    }


    .purpose-diagnosis .analysis-title span {
        padding: 4px 6px;
    }


    .purpose-diagnosis .diagnosis-step-analysis ul {
        width: max-content;
        max-width: 100%;
    }


    .purpose-diagnosis .diagnosis-step-analysis li {
        margin: 4px 0;

        font-size: 11px;
    }


    /* -----------------------------------------
       診断結果
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-step-analysis .result-title {
        margin-top: 15px;
    }


    .purpose-diagnosis .diagnosis-step-analysis .result-title strong {
        padding: 4px 8px;

        font-size: 14px;
    }


    /* -----------------------------------------
       STEP3
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-step-result .result-title {
        margin-bottom: 7px;

        font-size: 11px;
    }


    .purpose-diagnosis .diagnosis-step-result .result-title strong {
        font-size: 14px;
    }


    .purpose-diagnosis .result-screen {
        width: 105px;
        height: 75px;

        border-width: 6px;
    }


    .purpose-diagnosis .screen-inner {
        font-size: 10px;
    }


    .purpose-diagnosis .screen-inner small {
        font-size: 7px;
    }


    /* -----------------------------------------
       結果ペンギン
    ----------------------------------------- */

    .purpose-diagnosis .result-character {
        width: 70px;

        margin-top: 0;
    }


    /* -----------------------------------------
       矢印
       スマホでは縦方向
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-arrow {
        font-size: 0;

        width: 100%;
        height: 20px;

        position: relative;
    }


    .purpose-diagnosis .diagnosis-arrow::after {
        content: "▼";

        display: block;

        color: #d90073;

        font-size: 22px;
        line-height: 20px;

        text-align: center;
    }


    /* -----------------------------------------
       CTA
    ----------------------------------------- */

    .purpose-diagnosis .diagnosis-button {
        width: 95%;

        margin-top: 22px;
        padding: 14px 12px;

        font-size: 15px;
    }





/*---------------------------------------------
感想コメント

----------------------------------------------*/
    .purpose-voice {
        margin: 30px auto;
        padding: 0 10px;
    }


    /* 横スクロール */
    .purpose-voice-scroll {
        gap: 14px;

        padding-top: 5px;
        padding-bottom: 14px;

        overflow-x: auto;
        overflow-y: hidden;

        /* 1枚ずつ止まりやすくする */
        scroll-snap-type: x proximity;
    }


    /* スマホでもカードを横幅固定 */
    .purpose-voice-card {
        flex: 0 0 285px;

        width: 285px;
        height: 420px;

        scroll-snap-align: start;
    }


    /* 吹き出し */
    .purpose-voice-bubble {
        width: calc(100% - 32px);

        margin-top: 13px;
        padding: 14px 17px 15px;

        border-radius: 19px;
    }


    .purpose-voice-bubble p {
        font-size: 15px;
        line-height: 1.6;
    }


    .purpose-voice-bubble span {
        font-size: 14px;
    }


    /* 人物 */
    .purpose-voice-person {
        bottom: 39px;
        height: 145px;
    }


    .purpose-voice-person img {
        height: 145px;
        max-width: 86%;
    }


    /* 日付 */
    .purpose-voice-date {
        bottom: 7px;

        font-size: 22px;
    }


    .purpose-voice-date::before,
    .purpose-voice-date::after {
        width: 58%;
        height: 3px;
    }
/*無料体験申し込み*/
    .purpose-trial2026 {
        margin: 35px auto;
        padding: 45px 15px 50px;
    }


    .purpose-trial2026-inner {
        max-width: 100%;
    }


    /* -------------------------
       見出し
    ------------------------- */

    .purpose-trial2026-heading {
        margin-bottom: 30px;
    }


    .purpose-trial2026-label {
        margin-bottom: 12px;
        padding: 7px 16px;

        font-size: 12px;
    }


    .purpose-trial2026-title {
        font-size: 31px;
        line-height: 1.4;

        letter-spacing: 0.02em;
    }


    .purpose-trial2026-title::after {
        width: 60px;
        height: 4px;

        margin-top: 15px;
    }


    .purpose-trial2026-lead {
        margin-top: 17px;

        font-size: 14px;
        line-height: 1.8;
    }


    .purpose-trial2026-sp {
        display: block;
    }


    /* -------------------------
       写真
    ------------------------- */

    .purpose-trial2026-photo-area {
        display: flex;
        flex-direction: column;

        gap: 20px;
    }


    .purpose-trial2026-photo-card {
        width: 100%;

        border-radius: 15px;
    }


    .purpose-trial2026-photo {
        aspect-ratio: 16 / 10;
    }


    .purpose-trial2026-photo-text {
        padding: 14px 15px 17px;
    }


    .purpose-trial2026-photo-text span {
        margin-bottom: 5px;

        font-size: 11px;
    }


    .purpose-trial2026-photo-text strong {
        font-size: 16px;
        line-height: 1.5;
    }


    /* -------------------------
       メッセージ
    ------------------------- */

    .purpose-trial2026-message {
        margin-top: 30px;
        padding: 25px 17px 23px;

        border-radius: 16px;
    }


    .purpose-trial2026-message-mark {
        margin-bottom: 10px;
        padding: 5px 13px;

        font-size: 11px;
    }


    .purpose-trial2026-message-text {
        font-size: 17px;
        line-height: 1.75;
    }


    .purpose-trial2026-message-sub {
        margin-top: 10px;

        font-size: 13px;
        line-height: 1.7;
    }


    /* -------------------------
       CTA
    ------------------------- */

    .purpose-trial2026-cta {
        margin-top: 27px;
    }


    .purpose-trial2026-button {
        width: 100%;
        min-height: 72px;

        padding: 11px 55px 10px 18px;

        border-radius: 40px;
    }


    .purpose-trial2026-button-small {
        top: 10px;

        font-size: 10px;
    }


    .purpose-trial2026-button-main {
        margin-top: 13px;

        font-size: 17px;

        letter-spacing: 0.02em;
    }


    .purpose-trial2026-button-arrow {
        right: 15px;

        width: 34px;
        height: 34px;

        font-size: 27px;
    }


    .purpose-trial2026-note {
        margin-top: 10px;

        font-size: 11px;
    }
}


/*====================================
 小さいスマホ
====================================*/

@media screen and (max-width:380px){

    /* 実績 */

    .purpose-result-grid{
        gap:7px;
    }

    .purpose-result-card{
        min-height:125px;
        padding:15px 5px;
    }

    .purpose-percent{
        font-size:27px;
    }

    .purpose-result-card p{
        font-size:10px;
    }


    /* 無料体験 */

    .trial-top{
        gap:4px;
        padding:8px 5px;
    }

    .trial-tag{
        font-size:11px;
        padding:8px 1px;
    }

    .trial-btn{
        margin-top:8px;
        padding:11px 12px;
        font-size:15px;
    }


    /* お客様の声 */

    .heading-small{
        font-size:11px;
        padding:5px;
    }

    .heading-main{
        font-size:16px;
        padding:
            6px
            24px
            6px
            12px;
    }

    .penguin{
        width:58px;
        top:-11px;
    }

    .main-copy{
        font-size:14px;
        line-height:1.6;
    }

    .main-voice{
        padding:18px 15px 130px;
    }

    .main-person{
        width:115px;
        right:3px;
        bottom:-38px;
    }

    .main-person img{
        width:100px;
        height:125px;
    }


    /* 吹き出し */

    .bubble,
    .bubble-green,
    .bubble-blue{
        left:47px;

        width:calc(100% - 47px) !important;

        height:140px !important;
        min-height:140px;

        padding-left:34px;
    }

    .bubble p{
        font-size:13px;
    }

    .person-left{
        width:78px;
    }

    .profile{
        width:75px;
        font-size:9px;
    }
/*感想コメント*/

    .purpose-voice-card {
        flex-basis: 270px;
        width: 270px;
        height: 410px;
    }


    .purpose-voice-bubble p {
        font-size: 14px;
    }


    .purpose-voice-bubble span {
        font-size: 13px;
    }


    .purpose-voice-person img {
        height: 135px;
    }


    .purpose-voice-date {
        font-size: 20px;
    }
/*無料対円体験申し込み*/
    .purpose-trial2026 {
        padding-left: 12px;
        padding-right: 12px;
    }


    .purpose-trial2026-title {
        font-size: 28px;
    }


    .purpose-trial2026-lead {
        font-size: 13px;
    }


    .purpose-trial2026-photo-text strong {
        font-size: 15px;
    }


    .purpose-trial2026-message-text {
        font-size: 16px;
    }


    .purpose-trial2026-button-main {
        font-size: 15px;
    }

}
