@charset "utf-8";

/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.2.0
Author: opencage
Author URI: https://open-cage.com/
*/
:root {
    --bg-white: #ffffff;
    --bg-gray: #f5f5f7;
    --bg-ivory: #f3f1ef;
    --dark-blue: #f3f1ef;
    --black: #000000;
    --gray: #737373;

    --font-latin-serif: "Playfair Display", "Zen Old Mincho", serif;
    --font-ja-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    --font-ja-mincho: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;


    --flow-max: 900px;
    --flow-accent: #d5b98e;
    /* 見出し「FLOW」用の控えめゴールド */
    --flow-text: #0f172a;
    --flow-muted: #475569;
    --flow-line: #7aa0d3;
}

body {
    font-family:
        var(--font-ja-sans);
    line-height: 1.7;
    background-color: var(--bg-white);
    font-size: 16px;
}

.serif {
    font-family: var(--font-latin-serif);
}

.gothic {
    font-family: var(--font-ja-sans) !important;
}


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

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

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

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.fw-bold {
    font-weight: bold;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.bg-ivory {
    background-color: var(--bg-ivory);
}

.fs-big {
    font-size: 2rem;
}

.fs-small {
    font-size: 0.8rem;
}

.d-sm-on {
    display: none;
}


/*  */
/* master mind club */
/*  */

#master-mind-club #lp-containar {
    box-shadow: none !important;
}


#first-view {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

#first-view video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

#first-view .fv-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .55) 0%,
            rgba(0, 0, 0, .35) 35%,
            rgba(0, 0, 0, .18) 60%,
            rgba(0, 0, 0, 0) 100%);
}


.first-view-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: start;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    left: 25%;
    max-width: 800px;
}

.first-view-content h2 {
    font-size: 1.8rem;
}

#first-view h1 {
    font-size: 3rem;
    margin-top: 1rem;
}


#master-mind-club section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#master-mind-club h2 {
    font-family: var(--font-ja-mincho);
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#master-mind-club h3 {
    font-family: var(--font-ja-mincho);
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.content-wrap {
    padding: 0.5rem;
}


ul.issue-list {
    display: inline-block;
    text-align: left;
    padding-left: 1.4rem;
    margin: 0;
    margin-bottom: 1rem;
    list-style-type: disc;
}

ul.issue-list li {
    list-style-type: disc;
}


ul.issue-list li::marker {
    color: black;
    /* マーカー色 */
    font-size: 1rem;
    /* 大きさ */
}

p.description {
    font-size: 0.8rem;
    text-align: center;
}

.quat {
    position: relative;
    background-color: var(--bg-white);
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    max-width: 800px;
    width: auto;
    font-family: var(--font-ja-mincho);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.quat p {
    line-height: 1.2;
    margin: 0 0 0.6em
}

.quat::before,
.quat::after {
    position: absolute;
    font-family: var(--font-latin-serif);
    font-weight: 700;
    color: var(--gray);
    /* やわらかいグレー */
    opacity: .9;
    line-height: 1;
}

#mastermind .quat::before {
    content: "“";
    left: clamp(12px, 2vw, 18px);
    top: clamp(-8px, 0vw, 0px);
    font-size: clamp(36px, 6vw, 58px);
}

#mastermind .quat::after {
    content: "”";
    right: clamp(12px, 2vw, 18px);
    bottom: clamp(-8px, -1vw, -6px);
    font-size: clamp(36px, 6vw, 58px);
}


#mastermindclub .vision-blocks,
.todo-blocks {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.8rem;
}

#mastermindclub .vision-blocks .vision-block,
.todo-blocks .todo-block {
    flex: 1 1 calc(33.333% - 20px);
    background: var(--bg-gray);
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#mastermindclub .vision-block h4,
.todo-blocks .todo-block h4 {
    font-size: 1rem;
    margin-bottom: 12px;
}

#mastermindclub .vision-block p,
.todo-blocks .todo-block p {
    font-size: 0.8rem;
    line-height: 1.7;
    flex-grow: 1;
}

/* 高さをPCで揃える */
@media (min-width: 768px) {
    #mastermindclub .vision-blocks {
        align-items: stretch;
    }
}

.mmc-cta {
    padding: clamp(60px, 8vw, 100px) 20px;
    text-align: center;
    background: url('img/master-mind-club-cta.png') center/cover no-repeat;
}

.mmc-cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.mmc-cta h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: bold;
    margin-bottom: 24px;
}

.mmc-cta p {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.8;
    margin-bottom: 16px;
}

.mmc-cta-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.mmc-cta-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.mmc-cta p.price {
    font-weight: bold;
    margin-top: -1.4rem;
    text-align: center;
}


.reason-blocks,
.voice-blocks {
    max-width: 800px;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.reason-block {
    background-color: var(--bg-gray);
    border-radius: 16px;
    width: 100%;
    height: auto;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.reason-block h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.reason-block p {
    font-size: 0.8rem;
}

.voice-block {
    background-color: var(--bg-white);
    border-radius: 16px;
    width: 100%;
    height: auto;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.voice-block h4 {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
}

.voice-content {
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
}

.client-info {
    font-size: 0.7rem;
    font-weight: 500;
}


#coach .coach-title {
    text-align: center;
    font-family: var(--font-latin-serif, serif);
    font-size: clamp(22px, 3.6vw, 36px);
    margin-bottom: clamp(24px, 3vw, 40px);
}

/* レイアウト：PCは2カラム、SPは1カラム */
#coach .coach-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(20px, 3vw, 40px);
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    #coach .coach-wrap {
        grid-template-columns: 420px 1fr;
        /* 左写真／右テキスト */
        align-items: center;
    }
}

/* 写真を円形に */
#coach .coach-photo {
    display: grid;
    place-items: center;
}

#coach .coach-photo img {
    width: min(300px, 80vw);
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}


#coach .coach-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .4em;
}

#coach .coach-lead {
    line-height: 1.9;
    margin-bottom: 1em;
}

/* 年表 */
#coach .coach-timeline {
    list-style: none;
    padding: 0;
    margin: 0 0 1em;
}

#coach .coach-timeline li {
    position: relative;
    padding-left: 0;
    line-height: 1.9;
    margin: .25em 0;
}

#coach .coach-timeline li span {
    font-weight: 700;
    white-space: nowrap;
}

/* 補足文 */
#coach .coach-note {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.9;
    margin-top: .5em;
}


/* ==== リスト本体 ==== */
#flow .flow-list {
    max-width: var(--flow-max);
    margin: clamp(20px, 3vw, 32px) auto 0;
    padding: 0;
    list-style: none;
}

#flow .flow-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    /* 数字と本文の間隔 */
    padding: clamp(14px, 2.4vw, 18px) 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .04);
}

/* 左側：大きい番号＋縦ライン */
#flow .flow-num {
    font-weight: 800;
    font-size: clamp(18px, 2.6vw, 26px);
    color: var(--flow-text);
    line-height: 1;
    position: relative;
    padding-left: 6px;
    margin-top: 4px;
}

/* 本文側 */
#flow .flow-body h4 {
    font-size: clamp(18px, 2.6vw, 22px);
    margin: 0 0 .35em;
    font-weight: 700;
    color: var(--flow-text);
}

#flow .flow-body p {
    margin: 0;
    color: var(--flow-muted);
    line-height: 1.9;
    font-size: clamp(14px, 1.6vw, 16px);
}

#flow .flow-item+.flow-item {
    border-top: 1px solid rgba(0, 0, 0, .04);
}

/* カリキュラムセクション */
  

  .curriculum-wrap {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .curriculum-block {
    background: var(--bg-gray);
    padding: 2rem;
    border-radius: 8px;
    flex: 1 1 45%;
  }
  
  .curriculum-block h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  
  .curriculum-block ul {
    list-style: disc;
    padding-left: 1.5rem;
  }
  
  .curriculum-block li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    list-style-type: disc;
  }


/* ============= */
/* One Love */
/* ============= */

#one-love #lp-containar {
    box-shadow: none !important;
}

#fv-copy-wrap {
    margin-bottom: 0
}

#fv-copy-text-img {
    max-width: 600px;
    width: auto;
    height: auto;
    min-width: 0;
    display: block;
    margin: 0 auto;
}

#one-love .first-view-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
}

#one-love section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#one-love h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

#one-love h3 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.vibes-wrap {
    max-width: 555px;
    width: auto;
    text-align: start;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    position: relative;
    padding: 0 16px;
}

.vibes-item {
    margin-bottom: 1.5rem;
}

#vibes .vibes-item h3 {
    margin-bottom: 0.5rem;
    text-align: start;
    background: linear-gradient(90deg, #007AFF, #8E44AD, #E84393, #FF5733);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.3rem;
    line-height: 1.3;
}



@media (hover: none) and (pointer: coarse) {

    a:hover,
    .button:hover {
        transform: none;
        opacity: 1;
    }

    #mastermindclub .vision-blocks {
        display: block;
    }

}



@media (max-width: 767px) {

    /* 共通 */
    #inner-header .nav_btn {
        top: 5px;
        right: 0;
        left: auto;
    }

    /* Master Mind Club */
    #lp-containar #inner-content {
        padding: 4% 0;
    }

    .d-sm-on {
        display: block;
    }

    .first-view-content {
        left: 4%;
    }

    #master-mind-club section {
        padding: 3rem 0.4rem;
    }

    #master-mind-club h2 {
        font-size: 1.3rem;
    }

    #first-view h1 {
        font-size: 2.6rem;
    }

    section#issue {
        font-size: 0.9rem;
    }

    #master-mind-club h3 {
        font-size: 1.4rem;
    }

    .quat {
        font-size: 1rem;
    }

    #mastermindclub .vision-blocks .vision-block,
    .todo-blocks .todo-block {
        flex: 1 1 100%;
        margin: 1rem 0;
    }

    p.desctrption {
        text-align: justify;
    }

    #coach-content {
        font-size: 14px;
    }

    #flow .flow-item {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    #flow .flow-num {
        padding: 2px 14px;
        font-size: 18px;
        letter-spacing: .06em;
    }

    .curriculum-block {
        flex: 1 1 100%;
      }

    /* ===== */
    /* one love */
    /* ===== */

    #one-love .first-view-content {
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 16px;
        width: 100%;
    }

    #fv-copy-text-img {
        max-width: 90vw;
    }

    #one-love h2 {
        font-size: 1.5rem;
    }
}