#hajimete01{
	background: #f7f7f7;
	padding-bottom: 20px
}

.slide-box{
    width: auto;
    height: 200px;
    margin-top: 20px;
    overflow: hidden;
  }

  .slide-img-container{
    display: flex;
    width: auto;
    height: 200px;
    animation:slide-loop 60s linear infinite;
  }

  
  .slide-img-container img{
    object-fit: cover;
    width: 300px;
    height: auto;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .slide-img-container {
      height: auto;  /* 鬮倥＆繧定�蜍輔↓縺励※逕ｻ蜒上�豈皮紫繧堤ｶｭ謖� */
      /* 蠢�ｦ√↓蠢懊§縺ｦ莉悶�繧ｹ繧ｿ繧､繝ｫ繧りｪｿ謨ｴ */
    }
    .slide-img-container img {
      width: 100%;
      height: auto;
      object-fit: cover;  /* 繧ゅ＠縺上�contain繧呈､懆ｨ� */
    }
  }

  @keyframes slide-loop{
    from{
      transform :translateX(-80%);
    }
    to{
      transform: translateX(0);
    }
  }

  .slide-img-container img{
    margin: 0 5px;
    border-radius: 8px;
  }


.apply-box{
  text-align: center;
  margin: 50px auto;
}
.apply-button-text-upper{
  color: #FF6979;
  font-weight: bold;
  font-size: 36px ;
}
.apply-before-txt {
  width: 600px;
  border: 2px solid;
  margin: 30px auto;
  padding: 20px;
  border-radius: 20px;
}
.apply-button {
    position: relative;
    display: block;
    width: 700px;
    margin: 0px auto -80px;
    padding: 15px 0;
    color: #fff;
    border: solid white 5px;
    border-radius: 70px;
    background-color:#ff0000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0ms, opacity 200ms;
    overflow: hidden
}
.apply-button:before{
    animation: shinyshiny 2s ease-in-out infinite;
     position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
}
.apply-buttom:hover{
     text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.apply-after {
    margin: 0 auto 25px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background-color: #808080;
    border-radius: 50px;
    width: 700px;
    padding: 15px;
}

.apply-button-text-after{
  color: #4497f5;
  font-weight: bold;
  font-size: 30px ;
  margin-bottom: 10px;
}
.apply-button-text-upper {
    position: relative;
    margin: 5px auto;
    font-size: 30px;
    line-height: 0.8;
  width: 535px;
    text-align: center;
    font-weight: bold;
    color: #FF6979;
}

.apply-button-text-upper-small{
  width: 600px;
  font-size: 150%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

/*.apply-button-text-upper::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background: #FF6979;
  transform: rotate(-30deg);
  left: 20px;
  top: 6px;
}
.apply-button-text-upper::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background: #FF6979;
  transform: rotate(30deg);
  right: 30px;
  top: 6px;
}*/

.apply-button-text {
    position: relative;
    font-size: 32px;
  font-weight: normal;
}

.apply-button-img {
    width: 100px;
    position:relative;
    right: -400px;
    margin-top: -24px;
}
   @media screen and (max-width: 1000px) {
		 .apply-button-img {
   display: none;
}
}

/*.apply-button-text::after{
    position: absolute;
    content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  top: 17px;
  right: 160px;
  }
*/
.apply-textlink {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 25px;
    color: #52a4ff;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

.apply-textlink2 {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
}

.apply-box-after {
    position: relative;
    display: block;
    width: 700px;
    margin: 70px auto 10px;
    padding: 12px 0;
    color: #fff;
    border: solid white 5px;
    border-radius: 70px;
    box-shadow: 0px 0px 10px rgb(100 100 100 / 100%);
    background:linear-gradient(to right,#EE8580,#E45965);;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 200ms, opacity 200ms;
}

@keyframes applyHiyoko {
    0% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(-7deg);
    }
    10% {
        transform: rotate(7deg);
    }
    15% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media not all and (min-width: 1080px) {
    .apply-button-catchy {
        margin-top: -30px;
    }

    .apply-button-catchy rt {
        transform: translateY(20px);
    }
}

.present-container{
    margin: -5px auto 0;
    /*position: relative;*/
  z-index: 3;
  /* background-image: url(../img/present/benefits_bgc.jpg); */
  background-size: 100%;
}
.present-box {
    max-width: 950px;
    margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.present-title {
  font-size: 35px;
  text-align: center;
  color: #2d3a9c;
  width: 40%;
  margin: 0 auto 30px;
}
.ttl-under[data-type="present"] {
}
.present-img-box[data-color="green"]{
  position: relative;
  width: 230px;
}
.present-img-box[data-color="green"]::after{
  position: absolute;
  content: "";
  background: #D1FDEE;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  bottom: -25px;
  right: 45px;
}
.present-img-box[data-color="pink"]{
  position: relative;
  width: 230px;
}
.present-img-box[data-color="pink"]::after{
  position: absolute;
  content: "";
  background: #FFD0D0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  bottom: -25px;
  right: 55px;
}

.present-image {
  width: 160px;
  position: relative;
  z-index: 5;
}
.present-text{
  text-align: center;
  font-size: 22px;
}
.present-note {
  margin: 30px auto 0;
  font-size: 14px;
  letter-spacing: 0;
  max-width: 900px;
  padding-bottom: 30px;
}
.present-circle{
  position: relative;
  font-weight: bold;
  z-index: 20;
}
.present-circle::before{
  position: absolute;
  content: ">";
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
}
.present-circle[data-color="green"]::before{
  background: #4EB4B0;
  top: 5px;
  left: -30px;
}
.present-circle[data-color="pink"]::before{
  background: #EA4B52;
  top: 5px;
  left: -30px;
}
.present-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.present-item-text{
  text-align: center;
  font-weight: bold;
  font-size:16px ;
}
.present-item-text[data-color="green"]{
  color: #4EB4B0;
}
.present-item-text[data-color="pink"]{
  color: #EA4B52;
}
.time-box{
  text-align: center;
  border-radius: 90px;
  padding: 0 0 0.5em;
  background-color: white;
  width: 550px;
  margin: 0 auto;
}
.time-text-big{
  font-size: 36px;
  text-align: center;
  color: #F4566A;
  font-weight: bold;
  margin-top: -10px;
}


.time-text-big,.time-text{
  background: linear-gradient(to right,#EE8580,#E45965);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time-text{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
}

.triangle-animation{
  margin: 40px auto 0;
  text-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0px 20px;
  border-color: #E45965 transparent transparent transparent;
  animation-name: updown1;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


.shimekiri-txt {
  background: linear-gradient(to right,#fb2626,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 15px;
}

.time-mega{
  font-size: 36px;
}

    .recommendation {
        max-width: 1200px;
        margin: 50px auto;
        text-align: center;
    }

    .recommendation h2 {
        font-size: 32px;
        margin: 150px 0 40px 0;
        color: #2d3a9c;
    }

    .cards {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    .card {
        width: 32%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .card-content {
        padding: 20px;
    }

    .card-content h3 {
        font-size: 20px;
        color: darkslategray;
        margin-bottom: 10px;
    }

    .card-content p {
        font-size: 16px;
        color: #333;
        line-height: 1.6;
        text-align: left;
    }

    @media (max-width: 768px) {
        .cards {
            flex-direction: column;
            align-items: center;
        }

        .card {
            width: 80%;
            margin-bottom: 20px;
        }
    }
        .outline-section {
            width: 50%; /* PCでは幅を70%に設定 */
            margin: 5% auto; /* 中央揃えにし、上下に5%の余白 */
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 40px;
        }

        /* タイトル部分 */
        .outline-title {
            text-align: center;
            font-size: 36px; /* フォントサイズ調整 */
            font-weight: bold;
            color: #2d3a9c;
            margin-bottom: 20px;
            letter-spacing: 0.1em;
        }

        .outline-sub {
            text-align: center;
            font-size: 20px; /* フォントサイズ調整 */
            color: #666;
            margin-bottom: 30px;
            letter-spacing: 0.1em;
        }

        /* 各項目 */
        .outline-item {
            display: flex;
            border-bottom: 1px solid #ccc;
            padding: 20px 0;
            align-items: flex-start;
        }

        .outline-item:last-child {
            border-bottom: none;
        }

        .label {
            background: #f7e6b0;
            font-weight: bold;
            color: #333;
            font-size: 20px; /* フォントサイズ調整 */
            border-radius: 10px;
            padding: 12px 20px;
            flex: 0 0 150px;
            text-align: center;
            box-sizing: border-box;
        }

        .content {
            flex: 1;
            font-size: 22px; /* フォントサイズ調整 */
            padding-top: 8px;
            padding-left: 20px;
            line-height: 1.5;
            text-align: justify;
            color: black;
        }

        .content span.small {
            display: block;
            font-size: 16px; /* フォントサイズ調整 */
            color: #666;
        }

        /* 受講料だけ赤く強調 */
        .highlight {
            color: #d60000;
            font-weight: bold;
            font-size: 25px;
        }

        /* 下部の小さい注意書き */
        .note {
            font-size: 16px;
            color: #444;
            margin-top: 8px;
        }

        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .outline-section {
                width: 90%; /* スマホ表示では幅を90%に設定 */
                padding: 20px; /* パディング調整 */
            }

            .outline-title {
                font-size: 28px; /* スマホ表示時のタイトルフォントサイズ */
            }

            .outline-sub {
                font-size: 16px; /* スマホ表示時のサブタイトルフォントサイズ */
            }

            .label {
                font-size: 14px; /* スマホ表示時のラベルフォントサイズ */
                padding: 10px 15px; /* スマホ表示時のパディング調整 */
            }

            .content {
                font-size: 14px; /* スマホ表示時のコンテンツフォントサイズ */
                padding-left: 15px; /* スマホ表示時の左パディング調整 */
            }

            .highlight {
                font-size: 14px; /* スマホ表示時の強調フォントサイズ */
            }

            .note {
                font-size: 14px; /* スマホ表示時の注意書きフォントサイズ */
            }
        }
:root {
    --border-color: #cce4f7;
    --blue-light: #e9f5ff;
    --blue-text: #003366;
}
  /* 見出し */
  .flow-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    color: #2d3a9c;
    margin-bottom: 40px;
  }

  /* 横並び配置 */
  .flow-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 100px;
  }

  /* 各STEPカード */
  .flow-step {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    width: 300px;
    padding: 0 24px 24px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .step-header {
    text-align: center;
    margin-bottom: 10px;
  }

  .step-badge-lecture {
    display: inline-block;
    background: lightskyblue;
    color: #fff;
    padding: 6px 20px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
    font-size: 15px;
  }

  .step-body2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }

  .step-body h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 8px;
    line-height: 1.5;
  }

  .step-body p {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .step-body img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* 矢印部分 */
  .flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .arrow-circle-lecture {
    width: 50px;
    height: 50px;
    background-color: var(--blue-light);
    border-radius: 50%;
    position: relative;
  }

  .arrow-circle-lecture::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #5ec6e8;
    border-right: 3px solid #5ec6e8;
    transform: translate(-50%, -50%) rotate(45deg);
  }
.step-body2 h3{
	font-size: 21px
}
.step-body2 p{
		font-size: 21px;
	font-weight: 500;
	

}

  :root {
    --yellow: #ffeb3b;
    --yellow-light: #fff9c4;
    --border-color: #ddd;
    --text-main: #111;
    --text-muted: #444;
  }


  /* 見出し */
  .flow-section h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.6;
    color: #2d3a9c;
    margin-bottom: 20px;
    margin-top: 100px;
  }

  /* 横並び配置 */
  .flow-container {
    display: flex;
    align-items: stretch; /* ← 全STEPカードの高さを揃える */
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }  

  /* 各STEPカード */
  .flow-step {
    background: #fff;
    border: 1px solid blac;
    border-radius: 8px;
    width: 300px;
    padding: 0 24px 24px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .step-header {
    text-align: center;
    margin-bottom: 10px;
  }

  .step-badge {
    display: inline-block;
    background: lightgoldenrodyellow;
    padding: 6px 20px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
    color: #111;
    font-size: 15px;
  }

  .step-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }

  .step-body h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 8px;
    line-height: 1.5;
  }

  .step-body p {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .step-body img {
    width: 100px;
    background: #35BDA3;
    height: auto;
    display: block;
    padding: 10px;
    margin: 0 auto;
  }

  /* 矢印部分 */
  .flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .arrow-circle {
    width: 50px;
    height: 50px;
    background-color: var(--yellow-light);
    border-radius: 50%;
    position: relative;
  }

  .arrow-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #555;   /* ← 横向き矢印に変更 */
    border-right: 3px solid #555;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  :root {
    --border-color: #cce4f7;
    --blue-light: #e9f5ff;
    --blue-text: #003366;
  }

  .faq {
    max-width: 900px;
    margin: 0 auto 100px;
    text-align: center;
  }

  .faq h2 {
    font-size: 34px;
    font-weight: bold;
    color: var(--blue-text);
    color: #2d3a9c;
    line-height: 1.6;
    margin: 100px 0 50px 0;
  }

  .faq h2 span {
    font-size: 20px;
    font-weight: normal;
  }

  .faq-item {
    border: 2px dotted var(--border-color);
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-question {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    padding: 20px 30px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: var(--blue-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .toggle {
    font-size: 28px;
    color: var(--blue-text);
    flex-shrink: 0;
    width: 30px;
    text-align: center;
    transition: transform 0.3s ease;
  }

  /* 回答部分 */
  .faq-answer {
    background: var(--blue-light);
    text-align: left;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.5s ease;
  }

  .faq-item.active .faq-answer {
    padding: 25px 30px;
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
  }

  .faq-item.active .toggle {
    transform: rotate(180deg);
  }

  /* hover効果 */
  .faq-question:hover {
    background: #f7fbff;
  }

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


    /* カード全体 */
    .lesson-cards {
        display: flex;
        justify-content: space-between; /* カード同士の間隔を調整 */
        width: 100%; /* 親要素の幅を100%に */
        max-width: 960px;
        margin: 10px auto 60px;
    }

    .lesson-card {
        display: flex;
        align-items: stretch;
        height: 190px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    /* 左側画像 */
    .lesson-card img {
        width: 40%; /* 画像の幅を40% */
        object-fit: cover;
        display: block;
    }

    /* 右側テキスト部分 */
    .lesson-content {
        width: 60%; /* テキスト部分の幅 */
        padding: 15px 17px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    /* 上のカテゴリ（例：調整系） */
    .lesson-category {
        background: #2ac1a9;
        color: #fff;
        font-weight: bold;
        font-size: 16px; /* フォントサイズ */
        border-radius: 10px;
        padding: 2px 20px;
        display: inline-block;
        margin-bottom: 5px;
    }

    /* タイトル（骨盤フレックス） */
    .lesson-title {
        color: #2ac1a9;
        font-size: 20px; /* フォントサイズ */
        font-weight: bold;
        margin-bottom: 10px;
    }

    /* 説明文 */
    .lesson-text {
        font-size: 17px; /* フォントサイズ */
        line-height: 1.6;
        color: #333;
    }

    /* 矢印ボタン */
    .lesson-arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: #2ac1a9;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lesson-arrow::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-right: 4px solid #fff;
        border-top: 4px solid #fff;
        transform: rotate(45deg);
    }

    /* レスポンシブ対応 */
    @media (max-width: 768px) {
        .lesson-cards {
            flex-direction: column; /* スマホでは縦並び */
            width: 90%;
        }

        .lesson-card {
            width: 100%; /* スマホではカードをフル幅 */
            margin-bottom: 20px; /* カード間にスペースを追加 */
        }

        .lesson-card img {
            width: 100%; /* 画像はフル幅 */
        }

        .lesson-content {
            width: 100%; /* テキスト部分もフル幅 */
            padding: 40px 20px; /* スマホではパディングを調整 */
        }

        .lesson-category {
            font-size: 18px; /* スマホでは少し小さめ */
        }

        .lesson-title {
            font-size: 24px; /* スマホでは少し小さめ */
        }

        .lesson-text {
            font-size: 16px; /* スマホでは少し小さめ */
        }
    }


   @media screen and (max-width: 767px) {
		 
.slide-box{
  width: 100%;
  height: 30vw;
  overflow: hidden;
  margin-top: 2vw;
}

.slide-img-container{
  display: flex;
  width: 100%;
  height: 30vw; 
  animation:slide-loop 30s linear infinite;
}


.slide-img-container img{
  margin: 0 1vw;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  width: auto;
  object-fit: cover;
}

		 .apply-content{
			 padding: 50px 0 0 0
		 }		 

		 
.apply-before-text {
    display: block;
    width: 75vw;
    margin: 3vw auto 0;
    padding: 2vw 0;
    border: 2px solid;
    border-radius: 8px;
    font-size: 4vw;
    text-align: center
}
.apply-start-text {
    margin: 2vw 0;
    color: #00469b;
    font-size: 4vw;
    font-weight: 700;
    text-align: center
}
/*.apply-button {
    position: relative;
    display: block;
    width: 75vw;
    margin: 0 auto 1vw;
    padding: 1.5vw 0;
    padding: 1.5vw 0;
    border-radius: 20px;
    box-shadow: 2px 3px 2px rgba(100, 100, 100, .5);
    background-color: #ff5a4d;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
}*/
.apply-button {
    display: block;
    position: relative;
	border: none;
    width:75vw;/*ボタンの幅*/
    padding: 1vw 0;
    margin: 0 auto -4vw;
    background-color: #ff0000;/*ボタンの色*/
    box-shadow: 2px 3px 2px rgba(100, 100, 100, .5);/*影の色(rgbaの値を変更)*/
    border-radius: 20px;
    font-weight: 700;
    font-size: 4.5vw;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    /* height: 13vw; */
    width: 80vw;
    line-height: 8vw;
    text-decoration: none;
    border-radius: 20vw;
}
.apply-button:hover {
    text-decoration: none;
    color: #fff;
}
.apply-button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    /*animation: shiny-btn1 6s ease-in-out infinite;*/
}

.apply-button-text-under {
    font-size: 4.8vw
}
.apply-textlink {
    display: block;
    width: 100vw;
    color: #52a4ff;
    font-size: 5vw;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 4vw;
}

.apply-textlink2 {
  display: block;
  width: 100%;
  font-size: 3vw;
  text-align: center;
  text-decoration: underline;
}

.apply-content-before{
    background-color: #fff;
    padding: 2vw;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    border-radius: 1.5vw;
    border: 0.5vw #000 solid;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.apply-upper-text{
  position: relative;
  font-size: 5vw;
  font-weight: bold;
  color: #FF6979;
  text-align: center;
  margin-bottom: 1vw;
}

.apply-upper-text-small{
  font-size: 6vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.apply-upper-text-after{
  position: relative;
  font-size: 4.2vw;
  font-weight: bold;
  color: #3197F5;
  text-align: center;
  margin-bottom: 3vw;
}
	.apply-button-img {
    width: 18vw;
		display: block;
    position: relative;
    right: -75vw;
    margin-top: -12vw;
}	 
		 .time-box {
    text-align: center;
    border-radius: 90px;
    padding: 50px 0 50px;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
}
		 .present-title {
  font-size: 6.5vw;
  text-align: center;
  border-radius: 6.5vw;
  width: 75vw;
  margin: 2vw auto 30px;
  color: #000;
  background-color: white;
  animation: move-y 1.5s infinite alternate ease-in-out;
 }

.present-box{
  display: flex;
	width: 100%;
  justify-content: space-around;
}
.present-img-box{
  position: relative;
  width: 28vw;
  z-index: -2;
}
.present-img-box[data-color="green"]{
  margin-top: 6vw;
}
.present-img-box[data-color="green"]::after{
  position: absolute;
  content: "";
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  background: #D1FDEE;
  z-index: -1;
  left: -3.5vw;
  bottom: -4vw;
}
.present-img-box[data-color="pink"]::after{
  position: absolute;
  content: "";
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  background: #FFD0D0;
  z-index: -1;
  left: -3vw;
  bottom: -4vw;
}
.present-text{
  position: relative;
  margin-bottom: 3vw;
  font-weight: bold;
  text-align: center;
  color: #513C3C;
  z-index: 3;
}
.present-text[data-color="pink"]{
  text-align: left;
  margin-left: 2vw;
}
.present-text::before{
  content: "";
  position: absolute;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
}
.present-text[data-color="green"]::before{
  background:-webkit-linear-gradient(left,#99D3C0,#47C6C7);
  top: 1vw;
  right: 28vw;
}
.present-text[data-color="pink"]::before{
  background:-webkit-linear-gradient(left,#EE7676,#D83A52);
  top: 3vw;
  right: 29vw;
}
.present-text[data-color="green"]::after{
  content: ">";
  position: absolute;
  color: white;
  font-weight: bold;
  right: 28.8vw;
  top: 0.6vw;
}
.present-text[data-color="pink"]::after{
  content: ">";
  position: absolute;
  color: white;
  font-weight: bold;
  right: 30vw;
  top: 2.3vw;
}

.present-item-text{
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.present-item-text[data-color="green"]{
  color: #4EB4B0;
}
.present-item-text[data-color="pink"]{
  margin-top: -2.5vw;
  color: #EA4B52;
}
.present-item-text-detail{
 font-size: 0.8em;
 text-align: left;
}
/* .present-item[data-color="green"]{
  margin-top: 3vw;
} */
.wrap {
            width: 90vw;
            /* 全体の本文幅 */
            margin: 8vw auto;
            /* 余白 */
        }

        /* 見出し */
        .lead {
            font-size: 5vw;
            color: #2d3a9c;
            font-weight: 700;
            line-height: 1.6;
            text-align: center;
            margin: 10vw 0 6vw;
        }

        /* 画像ブロック（交互寄せ） */
        .lesson {
            margin: 0 0 9vw;
        }

        .img-wrap {
            /* width: 100vw; */
            /* 画像コンテンツの横幅（親 90vw より少し小さくして“寄ってる”感） */
            border-radius: 2vw;
            overflow: hidden;
        }

        .img-wrap img {
            display: block;
            width: 100vw;
            height: auto;
        }

        /* 寄せ方向の指定：margin を auto で作る */
        .right .img-wrap {
            margin-left: auto;
        }

        /* 右寄せ */
        .left .img-wrap {
            margin-right: auto;
        }

        /* 左寄せ */

        /* テキスト */
        .title-right {
            font-size: 4.6vw;
            font-weight: 700;
            color: darkslategray;
            margin: 3.2vw 0 1.6vw 20vw;
            text-align: left;
        }

        .title-left {
            font-size: 4.6vw;
            font-weight: 700;
            color: darkslategray;
            margin: 3.2vw 0 1.6vw;
            text-align: left;
        }

        .text-right {
            font-size: 3.8vw;
            line-height: 1.85;
            color: #333;
            text-align: left;
            margin-left: 20vw;
        }

        .text-left {
            font-size: 3.8vw;
            line-height: 1.85;
            color: #333;
            text-align: left;
            margin-right: 20vw;
        }
.outline-section {
            width: 90vw;
            margin: 8vw auto;
            background: #fff;
            border-radius: 2vw;
            box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.1);
            padding: 6vw 5vw;
        }

        /* タイトル部分 */
        .outline-title {
            text-align: center;
            font-size: 7vw;
            font-weight: bold;
            color: #2d3a9c;
            margin-bottom: 1vw;
            margin: 0;
            letter-spacing: 0.2em;
        }

        .outline-sub {
            text-align: center;
            font-size: 3.5vw;
            color: #666;
            margin-bottom: 3vw;
            letter-spacing: 0.1em;
        }

        /* 各項目 */
        .outline-item {
            display: flex;
            border-bottom: 1px solid #ccc;
            padding: 3vw 0;
            align-items: flex-start;
        }

        .outline-item:last-child {
            border-bottom: none;
        }

        .label {
            background: #f7e6b0;
            font-weight: bold;
            color: #333;
            font-size: 4.5vw;
            border-radius: 1vw;
            padding: 1.5vw 3vw;
            flex: 0 0 25vw;
            text-align: center;
            box-sizing: border-box;
        }

        .content {
            flex: 1;
            font-size: 4.5vw;
            padding-top: 1vw;
            padding-left: 4vw;
            line-height: 1.5;
            text-align: justify;
            color: black;
        }

        .content span.small {
            display: block;
            font-size: 3vw;
            color: #666;
        }

        /* 受講料だけ赤く強調 */
        .highlight {
            color: #d60000;
            font-weight: bold;
            font-size: 4.5vw;
        }

        /* 下部の小さい注意書き */
        .note {
            font-size: 3vw;
            color: #444;
            margin-top: 1vw;
        }
		 
		 
    :root {
        --card-radius: 12px;
        --card-shadow: 0 3px 10px rgba(0, 0, 0, .12);
        --c-accent: #54d2df;
        /* タブのシアン */
        --c-text: #111;
        --c-muted: #444;
        --c-border: #e6e6e6;
    }


    section h2 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: 10vw 0 5vw;
        letter-spacing: 0.2em;
        color: #2d3a9c;
    }

    section h2 span {
        font-size: 16px;
        color: var(--c-muted);
    }

    .step-card {
        position: relative;
        background: #fff;
        border: 1px solid var(--c-border);
        border-radius: var(--card-radius);
        box-shadow: var(--card-shadow);
        padding: 28px 10px 24px;
        max-width: 720px;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    /* 左上のSTEPタブ */
    .step-badge {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-50%);
        background: var(--c-accent);
        color: #0b2b33;
        font-weight: 700;
        padding: 10vw 5vw 1vw 5vw;
        letter-spacing: .02em;
			border-radius: 0 0 8px 0px;
    }

    .step-badge .num {
        margin-left: .35em;
    }

    .step-body {
        display: flex;
        align-items: center;
			flex-direction: row;
        gap: 0px;
    }

    .step-text {
        flex: 1 1 auto;
        min-width: 0;
    }

    .step-title {
        margin: 5vw 0 2vw !important;
        font-size: 4.5vw !important;
        font-weight: bold;
        letter-spacing: .02em;
        text-align: left;
        color: darkslategray;
    }

    .step-desc {
        font-size: 14px !important;
        color: var(--c-muted);
        line-height: 1.9;
        text-align: left;
    }

    .step-illust {
        flex: 0 0 auto;
        width: 90px;
        aspect-ratio: 1/1;
        display: grid;
        place-items: center;
    }

    .step-illust img {
        width: 100%;
			padding: 0;
        height: auto;
        display: block;
			border: none;
			background: transparent
    }

    /* 矢印アイコン */
    .arrow-circle {
        width: 48px;
        height: 48px;
        background-color: #8ee4ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2vw auto;
    }

    .arrow-circle::before {
        content: "";
        display: block;
        width: 0.8em;
			top: auto;
			left: auto;
        height: 0.8em;
			    border-top: 0px solid #555;
    border-right: 0px solid #555;
        border-left: 1vw solid white;
        border-bottom: 1vw solid white;
        transform: rotate(-45deg);
        margin-top: -3px;
    }
     .step-body {
            align-items: flex-start;
        }

        .step-illust {
            width: 108px;
        }
		 
		 
    :root {
        --card-radius: 12px;
        --card-shadow: 0 3px 10px rgba(0, 0, 0, .12);
        --c-accent: #54d2df;
        /* タブのシアン */
        --c-text: #111;
        --c-muted: #444;
        --c-border: #e6e6e6;
    }

    section h2 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: 10vw 0 5vw;
        letter-spacing: 0.1em;
    }

    section h2 span {
        font-size: 16px;
        color: var(--c-muted);
    }

    .step-card {
        position: relative;
        background: #fff;
        border: 1px solid var(--c-border);
        border-radius: var(--card-radius);
        box-shadow: var(--card-shadow);
        padding: 28px 28px 24px;
        max-width: 720px;
        margin: 0 auto;
        overflow: hidden;
    }

    /* 左上のSTEPタブ */
    .step-badge-apply {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-50%);
        background: lightyellow;
        font-weight: 700;
        padding: 10vw 5vw 1vw 5vw;
        letter-spacing: .02em;
        background-color: #ffff99;
    }

    .step-badge .num {
        margin-left: .35em;
    }

    .step-body {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .step-text {
        flex: 1 1 auto;
        min-width: 0;
    }

    .step-title {
        margin: 5vw 0 2vw;
        font-size: 4.5vw;
        font-weight: bold;
        text-align: left;
    }

    .step-desc {
        font-size: 4vw;
        color: var(--c-muted);
        line-height: 1.6;
        text-align: left;
    }

    .step-illust2 {
        flex: 0 0 auto;
        width: 90px;
        aspect-ratio: 1/1;
        display: grid;
        place-items: center;
    }

    .step-illust2 img {
        max-width: 100%;
        height: auto;
        display: block;
        background: #35BDA3;
        margin: 20px 0 0 0;
    }

    /* 矢印アイコン */
    .arrow-circle-apply {
        width: 48px;
        height: 48px;
        background-color: lightyellow;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2vw auto;
        background-color: #ffff99;
    }

    .arrow-circle-apply::before {
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        border-left: 1vw solid black;
        border-bottom: 1vw solid black;
        transform: rotate(-45deg);
        margin-top: -3px;
    }
		 
    :root {
        --border-color: #cce4f7;
        --blue-light: #e9f5ff;
        --blue-text: #003366;
    }

    .faq {
        max-width: 100vw;
        margin: 0 auto;
        text-align: center;
        margin: 0 0 10vw 0
    }

    .faq h2 {
        font-size: 7vw;
        font-weight: bold;
        color: var(--blue-text);
        color: #2d3a9c;
        margin-bottom: 5vw;
        line-height: 1.6;
    }

    .faq h2 span {
        font-size: 4vw;
        font-weight: normal;
    }

    .faq-item {
        border: 0.8vw dotted var(--border-color);
        border-radius: 1vw;
        margin: 0 auto 3vw;
        overflow: hidden;
        width: 100%;
    }

    .faq-question {
        width: 100%;
        background: #fff;
        border: none;
        outline: none;
			font-weight: normal;
        padding: 0vw 6vw;
        text-align: left;
        font-size: 4.2vw;
        /* Qの文字サイズ */
        color: var(--blue-text);
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .toggle {
        font-size: 11vw;
        color: var(--blue-text);
        flex-shrink: 0;
        width: 8vw;
        text-align: center;
        transition: transform 0.3s ease;
    }

    /* ▼ A（回答）エリアのふわっとアニメーション */
    .faq-answer {
        background: var(--blue-light);
        text-align: left;
        padding: 0 4vw;
        font-size: 3.4vw;
        line-height: 1.8;
        color: #000;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-2vw);
        transition: all 0.5s ease;
    }
		 .faq-answer p{
			         font-size: 3.4vw;

		 }

    .faq-item.active .faq-answer {
        padding: 5vw 4vw;
        max-height: 80vw;
        /* ふわっと開く高さ */
        opacity: 1;
        transform: translateY(0);
    }

    .faq-item.active .toggle {
        transform: rotate(180deg);
        /* ＋→×（45度） */
    }

    /* カード全体 */
    .lesson-card {
        display: flex;
        align-items: stretch;
        width: 90vw;
        max-width: 600px;
			height: auto;
        margin: 8vw auto;
        background: #fff;
        border-radius: 1vw;
        box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
        overflow: hidden;
        text-decoration: none;
    }

    a {
      text-decoration: none !important;
    }

    /* 左側画像 */
    .lesson-card img {
        width: 45%;
        object-fit: cover;
        display: block;
    }

    /* 右側テキスト部分 */
    .lesson-content {
        width: 55%;
        padding: 2vw 3vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    /* 上のカテゴリ（例：調整系） */
    .lesson-category {
        background: #2ac1a9;
        color: #fff;
        font-weight: bold;
        font-size: 3.2vw;
        border-radius: 0.6vw;
        padding: 0.5vw 1vw;
        display: inline-block;
        margin-bottom: 1.5vw;
    }

    /* タイトル（骨盤フレックス） */
    .lesson-title {
        color: #2ac1a9;
        font-size: 4vw;
        font-weight: bold;
        margin-bottom: 1vw;
    }

    /* 説明文 */
    .lesson-text {
        font-size: 3.2vw;
        line-height: 1.6;
        color: #333;
    }

    /* 矢印ボタン */
    .lesson-arrow {
        position: absolute;
        bottom: 2vw;
        right: 2vw;
        background: #2ac1a9;
        width: 5vw;
        height: 5vw;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lesson-arrow::before {
        content: "";
        display: block;
        width: 1vw;
        height: 1vw;
        border-right: 0.4vw solid #fff;
        border-top: 0.4vw solid #fff;
        transform: rotate(45deg);
    }

	 
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(1vw);
  }
}
