 /* =========================
       Design Tokens / Reset
       ========================= */
    *,*::before,*::after{box-sizing:border-box}
    :root{
      --bg:#fff;
      --ink:#222;
      --ink-weak:#555;
      --ink-mute:#8a8a8a;
      --brand:#ffb000;          /* yellow/orange accent */
      --brand-2:#e15c4d;        /* warm red for CTA */
      --line:#eee;
      --paper:#faf7f0;          /* warm paper bg */
      --muted:#f6f6f6;
      --radius:16px;
      --shadow:0 6px 18px rgba(0,0,0,.08);
      --w:1080px;               /* max content width */
      --lead:1.85;
      --shadow-text-sm: 0 1px 1px rgba(0,0,0,.25);
  --shadow-text-md: 0 2px 4px rgba(0,0,0,.7);
    }
    /* ===== Dark Theme ===== */
[data-theme="dark"] {
  --bg: #111;          /* 背景を黒っぽく */
  --fg: #eee;          /* 文字は明るく */
  --fg-weak: #aaa;
  --fg-mute: #777;

  --brand: #ffd93d;     /* 黄色系を映えるように */
  --brand-2: #ff6b6b;   /* CTAは赤でコントラスト */
  --line: #333;         /* 線も暗めに */
  --paper: #1a1a1a;     /* セクション背景も暗め */
  --muted: #222;        /* 薄グレー背景 */

  --shadow: 0 6px 18px rgba(0,0,0,.6);
}

    html,body{height:100%}
    body{margin:0;color:var(--ink);background:var(--bg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;line-height:1.7}
    img,svg,video{display:block;max-width:100%;height:auto}
    h1,h2,h3,h4{line-height:1.3;margin:0 0 .5em}
    a{color:inherit;text-decoration:none}
    p{margin-block-start: 0em;margin-block-end: 0em;
    }

    /* Small helpers */
    .center{text-align:center}
    .mb8{margin-bottom:8px}
    .mb16{margin-bottom:16px}
    .mb24{margin-bottom:24px}
    .mb32{margin-bottom:32px}
    .mt24{margin-top:24px}
    .mt32{margin-top:32px}
    .pd15{
        padding-top:15px;
    }


/*////////content///////////*/

/*--------header---------*/
.LP25-header{
  background-image: url("../../img/lp2510/lp25-top.jpg");
  background-size: cover;       /* 画像を要素いっぱいに拡大縮小 */
  background-position: center;  /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返さない */
  height:550px;
	position:relative;
}
#BGchange{
	background-image: url("../../img/lp2510/lp_topimg2511.jpg")!important;
}
#BGchange2{
	background-image: url("../../img/lp2510/topimg25121.png")!important;
	background-size: auto 100%;       /* 画像を要素いっぱいに拡大縮小 */
  background-position: top;  /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返さない */
  height:500px;
	position:relative;
}
.LP25-header span{
    display:block;
    width:75%;
}
.LP25-header h1{
    width:80%;
    margin:auto;
    padding-top:100px;
}
.LP25-header h1.LPcus{
    padding-top:30px!important;
}
.LP25-header p{
    text-align:center;
    color:#FFF;
    font-size:1.6rem;
    line-height:1.3em;
    padding-top:15px;
}
.LP25-header p i{
    display:block;
}
.LP25-header p small{
    display:block;
    font-size:1rem;
    background-color:#df3d1c;
    margin:auto;
    margin-bottom:7px;
    width:80%;
    border-radius:25px;
}
.SMP2-catch{
	text-align:center;
	font-size:1.5rem;
	font-weight:600;
	color:#FFF;
	line-height:1.3em;
	position:absolute;
	bottom:35px;
	left:0px;
	right:0px;
	margin:auto;
}
.SMP2-catch small{
	display:block;
	font-size:1.4rem;
}
.SMP2-catch i{
	display:block;
}
/* min-450px */
@media (min-width: 450px) {
.LP25-header span{
    display:block;
    width:45%;
}
.LP25-header h1{
    width:50%;
    margin:auto;
    padding-top:70px;
}
}
/* min-710px */
@media (min-width: 710px) {
  .LP25-header{
  background-image: url("../../img/lp2510/lp25-top.jpg");
  background-size: cover;       /* 画像を要素いっぱいに拡大縮小 */
  background-position: center;  /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返さない */
  height:750px;
}
.LP25-header span{
    display:block;
    width:35%;
}
.LP25-header h1{
    width:40%;
    margin:auto;
    padding-top:70px;
}
.LP25-header p{
    text-align:center;
    color:#FFF;
    font-size:2rem;
    line-height:1.3em;
    padding-top:50px;
    width:50%;
    margin:auto;
}
}
/* min-1024px */
@media (min-width: 1450px) {
  .LP25-header{
  background-image: url("../../img/lp2510/lp25-top.jpg");
  background-size: cover;       /* 画像を要素いっぱいに拡大縮小 */
  background-position: center;  /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返さない */
  height:800px;
}
.LP25-header span{
    display:block;
    width:30%;
}
.LP25-header h1{
    width:30%;
    margin:auto;
    padding-top:3%;
}
	.LP25-header h1.LPcus{
    padding-top:0px!important;
}
.LP25-header p{
    text-align:center;
    color:#FFF;
    font-size:2rem;
    line-height:1.3em;
    padding-top:50px;
    width:50%;
    margin:auto;
	padding-bottom:100px;
}
}



/*--------スケジュール---------*/
.Seminor-Schedule{
    width:90%;
    margin:auto;
    position:relative;
    padding-top:10px;
    padding-bottom:35px;
}
.Seminor-Schedule h2{
    font-size:1.6rem;
    padding-top:10px;
    text-align:center;
    color:#222;
    font-weight:700;
}
.Seminor-Schedule h2 big{
    display:block;
     font-size:1.7rem;
     padding-bottom:10px;
     color:#1d2d80;
}
.Seminor-Schedule h2 small{
    display:block;
}
.Seminor-Schedule h2 small span{
    background-color:#e57723;
    color:#FFF;
    padding:5px 10px;
    display:block;
    font-size:1.3rem;
}
/* 横線は画面右端まで */
.headline-wrap{
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
}
.headline-wrap::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;         /* = 画面右端まで */
  bottom: 0;
  height: 1px;
  background: #CCC;
}

/* 台形の見出し本体：常に画面幅の何割か */
.headline{
  --w: 20vw;                          /* 好きな割合に変更可 */
  width: clamp(120px, var(--w), 700px);/* 最小/最大ガード */
  margin: 0;
}
.headline > span {
  display: block;
  padding: 5px 22px;
  color: #fff;
  font-size: 0.9rem;

  /* 右上だけを内側に削る（＝上が短い台形） */
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
}
.Place{
    background: #2c96b2;
}
.Online{
    background: #ed9558;
}
.SS-item{
    position:relative;
    padding-top:10px;
    font-size:1.2rem;
    line-height:1.5em;
    margin-bottom:5px;
	font-weight:500;
}
.SS-item span{
    display:inlin-block;
    background-color:#333;
    color:#FFF;
    font-size:0.8rem;
    width:20vw;
    text-align:center;
    line-height:25px;
    border-radius:2px;
    margin-bottom:3px;
	padding:5px;
	margin-right:5px;
}
.SS-item a{
    color:#1172ba;
    border-bottom:1px solid #1172ba;
    font-size:1rem;
}
.PlaceTT{
    display:flex;
    width:100%;
    align-items: center;
}
.PlaceTT .PTT-add{
    padding-right:10px;
    width:80%;
    font-size:1rem;
    line-height:1.4em;
}
.PlaceTT .PTT-add big{
    display:block;
    font-weight:600;
    padding-bottom:7px;
}
.PlaceTT .PTT-map{
    width:50px;
    height:50px;
    text-align:center;
    color:#FFF;
    background-color:#f4bf1b;
}
.PlaceTT .PTT-map i{
    line-height:50px;
    font-size:1.7rem;
}
.PlaceTT .PTT-map a{
    display:block;
}
.zoomIcon{
    width:60px;
}
.zoomInfo{
    padding-left:10px;
    width:80%;
    font-size:1rem;
    line-height:1.3em;
}
.EntryBTN{
    position:relative;
    margin:auto;
    background-color:#ff5e5e;
    border-radius:3px;
	font-weight:600;
}
.EntryBTN p{
    text-align:center;
    font-size:1.2rem;
    /*line-height:1.1em;*/
    color:#FFF;
}
.EntryBTN p small{
    display:block;
    color:#fff16b;
}
.EntryBTN p a{
    display:block;
}
.Entry-note{
    font-size:0.85rem;
    line-height:1.2em;
    padding-top:10px;
    padding-bottom:10px;
}

/* min-641px */
@media (min-width: 641px) {
    .Seminor-Schedule{
    width:80%;
    }
    .EntryBTN{
        width:50%;
    }
	.PlaceTT{
    display:flex;
    width:600px;
    align-items: center;
		margin:auto;
		padding-bottom:15px;
}
}
/* min-1024px */
@media (min-width: 1024px) {
    .Seminor-Schedule{
    width:60%;
    }
    .SS-item span{
    display:inline-block;
    background-color:#333;
    color:#FFF;
    font-size:0.8rem;
    width:120px;
    text-align:center;
    line-height:25px;
    border-radius:2px;
    margin-bottom:3px;
    margin-right:15px;
    border-radius:25px;
}
 .SS-item br{
    display:none;
 }
 .PlaceTT .PTT-add br{
   display: none !important;;
}
.PlaceTT .PTT-add big{
    display:inline-block;
    padding-right:15px;
}
.Entry-note{
    text-align:center;
}
}


/*--------セミナー案内---------*/
.Seminor-Cont1{

}
.TPImg-C1{
background-image: url("../../img/lp2510/lp25-tanimura.jpg");
  background-size: cover;       /* 画像を要素いっぱいに拡大縮小 */
  background-position: center;  /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返さない */
  height:400px;
  position:relative;
}
.TPImg-C1 h1{
    background-color: rgba(0, 0, 0, 0.56);
    color:#FFF;
    font-size:1.3rem;
    padding:15px;
    line-height:1.5em;
}
.TPImg-C1 h1 small{
    display:block;
}
.TPImg-C1 p{
    color:#FFF;
    font-weight:600;
    font-size:1.4rem;
    width:90%;
    margin:auto;
    text-shadow: var(--shadow-text-md);
    line-height:1.3em;
    position:absolute;
    left:0px;
    right:0px;
    bottom:20px;
}
/* min-1024px */
@media (min-width: 641px) {
    .TPImg-C1{
height:400px;
  width:800px;
  margin:auto;
}
.TPImg-C1 h1{
    background-color: rgba(0, 0, 0, 0.56);
    color:#FFF;
    font-size:1.6rem;
    padding:15px 25px;
    line-height:1.4em;
}
.TPImg-C1 p{
    font-size:1.8rem;
}
}

/*--------谷村氏プロフィール---------*/
#TNMR-profile{
    width:90%;
    margin:auto;
    position:relative;
    padding-top:25px;
    padding-bottom:35px;
}
#TNMR-profile h2{
    font-size:0.9rem;
}
#TNMR-profile p{
    font-size:0.9rem;
}

/* min-641px */
@media (min-width: 641px) {
    #TNMR-profile{
    width:800px;
    }
    #TNMR-profile h2{
    font-size:1.1rem;
}
}

/*--------セミナー案内---------*/
.diagonal-section {
  position: relative;
  background: #fff; /* セクション全体の背景 */
  overflow: hidden;
  padding: 30px 20px;
}

.diagonal-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 250px; /* 三角の高さ */
  background: #f7f3d2;
  /* 右上→左下に落ちる三角 */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 0;
}

.diagonal-section > * {
  position: relative;
  z-index: 1;
}
.LessonInfo1{
    position:relative;
}
.LessonInfo1 h1{
    font-size:1.4rem;
    color:#423527;
}
.LessonInfo1 h1 small{
    display:block;
    font-size:1.35rem;
}
.Linfo-tex1{
    font-size:1.05rem;
    padding-bottom:10px;
}
.Linfo-tex0{
    font-size:0.95rem;
    padding-bottom:10px;
    width:90%;
    margin:auto;
    line-height:1.4em;
    font-weight:600;
}
.Linfo-image{
    padding-bottom:10px;
	margin-top:15px;
}
.UnderLine-red{
    border-bottom:1px solid #e72f22;
}

/* min-641px */
@media (min-width: 641px) {
    .LessonInfo1 h1{
    font-size:1.8rem;
    color:#423527;
    text-align:center;
    padding-bottom:25px;
}
.LessonInfo1 h1 small{
    display:block;
    font-size:1.7rem;
}
.Linfo-image{
    width:600px;
    margin:auto;
    padding-bottom:50px;
}
}


/*--------動画---------*/
#MovieArea{
    background-color:#ede8df;
    padding:15px;
}
#MovieArea p{
    text-align:center;
    color:#4f473a;
    font-weight:600;
    padding-bottom:5px;
}
#MovieArea div iframe{
    width:100%;
    height:200px;
}

/* min-641px */
@media (min-width: 641px) {
    #MovieArea{
    padding:25px;
}
    #MovieArea p{
    font-size:1.2rem;
}
#MovieArea div iframe{
    width:800px;
    height:450px;
   margin:auto;
   display:block;
}
}


/*--------セミナー案内2---------*/
.LessonInfo2{
    position:relative;
}
.LessonInfo2 h1{
    font-size:1.15rem;
    color:#423527;
    padding-bottom:15px;
}
/* min-1024px */
@media (min-width: 641px) {
    .LessonInfo2 h1{
    font-size:1.3rem;
    color:#423527;
    padding-bottom:15px;
    text-align:center;
    padding-top:35px;
}
}

/*--------受講者の声1---------*/
.LP25Voice{
    position:relative;
    padding-bottom:25px;
    padding-top:25px;
}
.LP25Voice h1{
    background-color:#ffc248;
    width:120px;
    margin:auto;
    border-radius:50px;
    font-size:1rem;
    font-weight:500;
    line-height:28px;
    text-align:center;
    color:#423527;
}
#BeforeAfter{
    font-weight:200;
    font-size:1.5rem;
    text-align:center;
    color:#423527;
    padding-top:15px;
    padding-bottom:15px;
}
.MemberVoice{
    position:relative;
    display:flex;
   width:90%;
   margin:auto;
   padding-top:15px;
   padding-bottom:15px;
}
.memImg{
    width:40%;
}
.memProf{
    width:67%;
    padding-left:3%;
    position:relative;
}
.memProf h2{
    font-size:1.1rem;
}
.memProf h2 small{
    display:block;
    font-weight:300;
}
.memProf p{
    font-size:1.2rem;
    line-height:1.4em;
    font-weight:bold;
}

/* min-641px */
@media (min-width: 641px) {
    .LP25Voice h1{
    width:180px;
    margin:auto;
    font-size:1.4rem;
    line-height:40px;
    margin-bottom:15px;
}
.MemberVoice{
    position:relative;
    display:flex;
   width:750px;
   margin:auto;
   padding-top:35px;
   padding-bottom:35px;
   border-top:1px solid#CCC;
   align-items: center;
}
.memImg{
    width:150px;
}
.memProf{
    width: 600px;
    padding-left:3%;
}
.memProf h2{
    font-size:1.1rem;
}
.memProf h2 small{
    display:block;
    font-weight:300;
}
.memProf p{
    font-size:1.2rem;
    line-height:1.4em;
    font-weight:bold;
}
}


/*--------カラー---------*/
.Linfo-tex2{
    width:90%;
    margin:auto;
    font-size:0.95rem;
}

.LessonInfo3{
    position:relative;
}
.LessonInfo3 h1{
    font-size:1.3rem;
    color:#423527;
    padding-bottom:15px;
}
.LessonInfo3 h1 small{
    display:block;
    font-size:1.15rem;
    padding-bottom:15px;
}
.Linfo-tex3{
    font-size:1.05rem;
    padding-bottom:25px;
}
.Linfo-tex1 a{
    color:#127bb1;
    text-decoration-line: underline;
}

/* min-641px */
@media (min-width: 641px) {
    .Linfo-tex3{
    font-size:1.2rem;
    padding-bottom:25px;
    width:750px;
    margin:auto;
}
.Linfo-tex1{
    font-size:1.2rem;
    padding-bottom:25px;
    padding-top:15px;
    width:750px;
    margin:auto;
}
.Linfo-tex2{
    width:750px;
    margin:auto;
    font-size:1.05rem;
    line-height:1.8em;
}
.PCcenter{
    text-align:center;
}
.LessonInfo3 h1{
    font-size:1.8rem;
    color:#423527;
    padding-bottom:25px;
    text-align:center;
    padding-top:50px;
}
.LessonInfo3 h1 small{
    display:block;
    font-size:1.5rem;
    padding-bottom:15px;
}
.LessonInfo3 h3{
    text-align:center;
    padding-top:50px;
}
.LessonInfo3 .Linfo-image{
    width:450px;
}
}

/*--------セミナー案内2---------*/
.TPImg-C2{
background-image: url("../../img/lp2510/lp25-tanimura.jpg");
  background-size: cover;       /* 画像を要素いっぱいに拡大縮小 */
  background-position: center;  /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返さない */
  height:350px;
  position:relative;
}
.TPImg-C2 h1{
    color:#FFF;
    font-size:1.9rem;
    padding:25px;
    line-height:1.3em;
    text-shadow: var(--shadow-text-md);
}
.TPImg-C2 h1 small{
    display:block;
    font-size:1.7rem;
}
.LimitedCount{
    position:absolute;
    width:90%;
    margin:auto;
    left:0px;
    right:0px;
    bottom:25px;
    color:#FFF;
    text-shadow: var(--shadow-text-md);
}
.LimitedCount span{
    display:block;
    background-color:#b91c22;
    width:100px;
    line-height:30px;
    text-align:center;
    color:#FFF;
    border-radius:50px;
}

/* min-641px */
@media (min-width: 641px) {
    .TPImg-C2{
        width:800px;
    height:350px;
  position:relative;
  margin:auto;
  margin-bottom:25px;
}
.TPImg-C2 h1{
    color:#FFF;
    font-size:2rem;
    padding:25px;
    line-height:1.3em;
    text-shadow: var(--shadow-text-md);
}
.TPImg-C2 h1 small{
    display:block;
    font-size:1.8rem;
}
}

/*------セミナー紹介----------*/
.SeminorInfo{
    width:90%;
    margin:auto;
}
.SeminorInfo h1{
    font-size:1.3rem;
}

/* min-641px */
@media (min-width: 641px) {
    .SeminorInfo{
    padding-top:35px;
    padding-bottom:50px;
}
   .SeminorInfo h1{
    font-size:2em;
    text-align:center;
    padding-top:50px;
    padding-bottom:25px;
}
}


/*------受講生の声----------*/
.Graduate-voice{
    position:relative;
    padding-top:25px;
}
.Graduate-voice h1{
    border-bottom:1px solid #CCC;
    width:90%;
    position:relative;
    font-size:0.95rem;
    text-align:right;
    padding:10px;
    font-weight:300;
}
.GD-interview{
  padding-bottom:35px;
}
.GD-interview h2{
    font-size:1.25rem;
    width:90%;
    margin:auto;
    padding-top:15px;
    padding-bottom:15px;
}
.GD-interview h2 small{
	font-weight:300;
	font-size:13px;
}
.GD-wrap{
    width:90%;
    margin:auto;
}
.GD-Salon{
    text-align:center;
    font-size:1.2rem;
    font-weight:300;
    padding-top:15px;
    padding-bottom:15px;
    color:#443f32;
}
.GD-Salon small{
    display:block;
}
.GD-Name{
    text-align:center;
    font-weight:300;
    font-size:1.2rem;
    line-height:1.3em;
    padding-bottom:15px;
}
.GD-Name small{
    display:block;
    font-weight:200;
    letter-spacing:3px;
}
.GD-Title{
    text-align:center;
    font-size:0.95rem;
    font-weight:300;
    letter-spacing:2px;
    padding-bottom:15px;
}
.GD-history{
     text-align:center;
    font-size:0.85rem;
     font-weight:300;
     padding-bottom:25px;
}
.GD-history span{
    display:block;
}
/* min-641px */
@media (min-width: 641px) {
    .Graduate-voice h1{
        font-size:2rem;
        font-weight:600;
        color:#999;
    }
    .GD-interview h2{
    font-size:2rem;
   text-align:center;
    margin:auto;
    padding-top:15px;
    padding-bottom:15px;
}
.GD-Salon{
    text-align:center;
    font-size:1.5rem;
    font-weight:300;
    padding-top:15px;
    padding-bottom:15px;
    color:#443f32;
}
.GD-Salon small{
    display:block;
}
.HraiImg{
    width:450px;
}
.TNMimg{
    width: 350px !important;;
}
}

/*------セミナーメッセージ----------*/
.Seminor-Message{
    width:90%;
    margin:auto;
    color:#423e33;
    padding-bottom:80px;
}
.Seminor-Mimage{
    width:75%;
    margin:auto;
    padding-bottom:25px;
}
.Seminor-Message h1{
    font-size:1.25rem;
    line-height:1.7em;
}

/* min-1024px */
@media (min-width: 641px) {
    .Seminor-Mimage{
    width:400px;
    margin:auto;
    padding-bottom:50px;
}
.Seminor-Message h1{
    text-align:center;
    font-size:2rem;
    padding-bottom:25px;
}
}

/*------申込特典----------*/
.SMN-advantage{
    position:relative;
}
.ADV1{
    background-color:#fffab8;
    padding:15px;
}
.ADV1 h1{
    font-size:1.3rem;
    width:90%;
    margin:auto;
    color:#601c16;
}
.ADV-table{
    display:flex;
    position:relative;
    align-items: center;
}
.ADV-Timage{
    padding:2%;
    width:40%;
}
.ADV-Tinfo{
    width:60%;
    font-size:0.95rem;
    line-height:1.5em;
    padding-left:10px;
}
.ADV2{
    background-color:#ffd252;
    position:relative;
}
#WhiteShadow{
    background-color:#eab021;
    height:40px;
    width:64%;
    border-top-right-radius:7px;
    border-bottom-right-radius:7px;
    position:absolute;
    top:35px;
    left:0px;
    z-index:0;
}
.ADV2 h1{
    background-color:#FFF;
    line-height:40px;
    width:60%;
    border-top-right-radius:7px;
    border-bottom-right-radius:7px;
    position:absolute;
    top:25px;
    left:0px;
    z-index:1;
    font-size:1.1rem;
    padding-left:15px;
}
#ADV2-intro{
    font-size:0.95rem;
    position:relative;
    padding-top:90px;
    width:90%;
    margin:auto;
    padding-bottom:25px;
    font-weight:600;
    color:#601c16;
    line-height:1.5em;
}

/* min-641px */
@media (min-width: 641px) {
    .ADV1{
        padding:35px;
    }
    .ADV1 h1{
    font-size:1.5rem;
    margin:auto;
    color:#601c16;
    text-align:center;
    padding-bottom:15px;
}
.ADV-table{
    display:flex;
    position:relative;
    align-items: center;
    width:600px;
    margin:auto;
}
.ADV-Timage{
    padding:2%;
    width:200px;
}
.ADV-Tinfo{
    width:400px;
    font-size:1.05rem;
    line-height:1.5em;
    padding-left:10px;
}
.ADV2 h1{
    text-align:right;
    padding-right:25px;
}
#ADV2-intro{
    font-size:1rem;
    line-height:1.7em;
    width:600px;
    margin:auto;
}
}

/*------申込特典2----------*/
.IntroWP{
    position:relative;
    padding-top:25px;
    padding-bottom:25px;
    border-top:1px solid #666;
    display: flow-root;
}
.IntroWP h2{
    width:90%;
    margin:auto;
    font-size:1.3rem;
    padding-bottom:10px;
}
#Kizuki h2 span{
    display:block;
}
.MarkMov{
    width:90px;
    line-height:90px;
    font-size: 1rem;
    text-align:center;
    background-color:#ea8600;
    border-radius:65px;
    color:#FFF;
    position:absolute;
    top:10px;
    right:15px;
}
.IntroW-image{
    width:100%;
    height:250px;
    overflow-y: hidden;
}
.IntroW-image img{
    object-fit:cover;
    width:100%;
    height:100%;
}
.IntroWP .Linfo-tex1{
    width:90%;
    margin:auto;
    padding-top:10px;
    color:#423527;
    line-height:1.em;
}
.IntroTX{
    width:90%;
    margin:auto;
    line-height:1.5em;
}
.IntroTX span{
    width:120px;
    height:120px;
    display:block;
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}
.IntroTX span img{
    object-fit:cover;
    width:100%;
    height:100%;
}

#TanimuraSign{
    width:200px;
    display:block;
    float:right;
}
/* min-641px */
@media (min-width: 641px) {
    .IntroWP h2{
    text-align:center;
    padding-bottom:25px;
    font-size:1.7rem;
}
.IntroW-image{
    width:600px;
    height:300px;
    margin:auto;
}
.IntroWP .Linfo-tex1{
    width:600px;
    margin:auto;
    padding-top:25px;
}
.MarkMov{
    right:30%;
}
.IntroTX{
    width:600px;
    margin:auto;
    line-height:1.5em;
}
.IntroTX span{
    width:150px;
    height:150px;
    display:block;
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}
.IntroTX span img{
    object-fit:cover;
    width:100%;
    height:100%;
}
#TanimuraSign{
    width:800px;
    margin:auto;
    position:relative;
    float:none;
}
#TanimuraSign img{
    width:200px;
    float:right;
}
}


/*--------差別化---------*/
.Differentiation{
    position:relative;
}
.Differentiation h1{
    font-size:1.4rem;
    color:#231815;
    width:85%;
    margin:auto;
    padding-top:15px;
    padding-bottom:5px;
}
.Differentiation h1 small{
    display:block;
}
.Differentiation h1 span{
    display:block;
    color:#d88a19;
    font-size:1.55rem;
    padding-top:5px;
}
.Differentiation .GD-wrap{
    padding-top:15px;
    color:#443f32;
}
.Differentiation ul{
    padding:0px;
    margin:0px;
    list-style-type: none;
    width:90%;
    margin:auto;
}
.Differentiation ul li{
    padding-bottom:20px;
    font-weight:bold;
}
.Differentiation ul li span{
    font-size:1.3rem;
    font-weight:600;
    background-image: url("../../img/lp2510/lp25-line.png");
    background-size: 100% 25px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    line-height:1.3em;
}
/* min-641px */
@media (min-width: 641px) {
    .Differentiation{
    position:relative;
    width:800px;
    margin:auto;
    padding-bottom:50px;
}
.Differentiation h1{
    font-size:2rem;
    padding-top:25px;
}
.Differentiation h1 span{
    font-size:1.8rem;
}
.Differentiation ul li{
    padding-bottom:20px;
}
.Differentiation ul li span{
    font-size:1.8rem;
    font-weight:600;
    background-image: url("../../img/lp2510/lp25-line.png");
    background-size: 100% 25px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    line-height:1.3em;
}
}

/*--------お客様の声---------*/
.CustomersVoice{
    position:relative;
    background-color:#0facbc;
    padding:5%;
}
.CvoiceFK{
    text-align:center;
    color:#FFF;
    font-size:1rem;
    padding-bottom:15px;
}
.CustomersVoice h1{
    text-align:center;
    font-size:1.4rem;
    color:#FFF;
}
.CustomersVoice h1 span{
    display:block;
    padding-top:10px;
    font-size:1.2rem;
    color:#faf2ad;
}
.CustomersVoice div p{
    font-size:1rem;
    padding:15px 10px;
    color:#FFF;
    border-bottom:1px dotted #FFF;
    font: weight 300px !important;;
}
/* min-1024px */
@media (min-width: 641px) {
    .CvoiceFK{
    font-size:1.5rem;
}
.CustomersVoice h1{
    font-size:2rem;
}
.CustomersVoice div{
    width:650px;
    margin:auto;
}
.CustomersVoice div p{
    font-size:1.1rem;
}
}

/*--------LINE---------*/
.LineInfo{
    margin:auto;
    padding:25px;
    background-color:#FFF;
}
.LineBtn{
    line-height:70px;
    text-align:center;
    font-size:1.1rem;
    background-color:#58b431;
    margin:auto;
    color:#FFF;
    margin-bottom:25px;
    width:90%;
}
.LineBtn a{
    display:block;
    color:#FFF;
}
/* min-641px */
@media (min-width: 641px) {
    .LineBtn{
        width:350px;
    }
}

/*--------Footer---------*/
footer{
    position:relative;
    padding-bottom:150px;
    padding-top:50px;
}
footer nav{
    text-align:center;
    padding-bottom:35px;
}
footer nav p{
    font-size:1.2rem;
    line-height:2em;
}
footer nav p a{
    text-decoration-line: underline;
    color: #0073aa;  
}
footer h1{
    text-align:center;
    width:50%;
    margin:auto;
    padding-bottom:15px;
}
footer h1 span{
    display:block;
    font-size:1.1rem;
    font-weight:500;
    padding-top:5px;
}
.Faddress{
    text-align:center;
}
.Official{
    text-align:center;
    font-size:1.2rem;
    margin-top:20px;
    color:#127bb1;
}
.Official {
    text-decoration-line: underline;
    font-weight:600;
}

/* min-641px */
@media (min-width: 641px) {
    footer{
    padding-bottom:50px;
}
    footer h1{
        width:200px;
    }
}
/*---------申し込みフォーム---------*/
.Apply-form{
    padding-top:50px;
}
.formLogo{
    width:150px;
    margin:auto;
    display:block;
    padding-bottom:25px;
}
.Apply-form h1{
    font-size:1.5rem;
    text-align:center;
}
.Apply-form h1 small{
    display:block;
}
.Apply-form .Linfo-tex3{
    width:90%;
    margin:auto;
    line-height:1.4em;
    padding-top:15px;
}
/* min-1024px */
@media (min-width: 1024px) {
 .Apply-form .Linfo-tex3{
    text-align:center;
 }
}

/*----------Accordion-----------*/
.accordion {
  border-top: 1px solid #ddd;
  /*border-radius: 12px;*/
  overflow: clip;
  background: #fff;
  margin:auto;
  color:#514036;
}
/* min-641px */
@media (min-width: 641px) {
}
/* min-1024px */
@media (min-width: 1024px) {
    .accordion {
  border-radius: 12px;
   border: 1px solid #ddd;
   width:700px;
}
}

.accordion + .accordion { margin-top: 0px; }
/* min-1024px */
@media (min-width: 1024px) {
   .accordion + .accordion { margin-top: 10px; }
}

.accordion summary {
  list-style: none; /* Safari対策 */
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary::after{
  content: "▾"; /* 矢印 */
  transition: transform .25s ease;
}

/* 本文ラッパに gridトリック */
.accordion .content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
  color:#82746e;
}
.accordion[open] .content { grid-template-rows: 1fr; }

/* 実際の中身は overflow隠し */
.accordion .content > div {
  overflow: hidden;
  padding: 0px 20px 25px;
  color: #444;
  line-height: 1.7;
}
/*---追加---*/
.accordion .content > div p{
    padding-bottom:15px;
}
.accordion .LineBtn{
    line-height:50px;
    width:230px;
    border-radius:25px;
    margin-bottom:0px!important;
}
.accordion i{
    font-size:25px;
    text-align:center;
    display:block;
    margin-bottom:15px;
}

/* 開いたとき矢印回転 */
.accordion[open] summary::after { transform: rotate(180deg); }

/* フォーカス可視化 */
.accordion summary:focus-visible {
  outline: 2px solid #7aa7ff;
  outline-offset: 2px;
}

/* 動き苦手な人への配慮 */
@media (prefers-reduced-motion: reduce){
  .accordion .content { transition: none; }
  .accordion summary::after { transition: none; }
}

/*table*/
.refund-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-size: 1rem;
}

.refund-table td {
  border: 1px solid #666;
  padding: 10px;
  text-align: center;
}

/* スマホ（640px以下）では縦積みに */
@media (max-width: 640px) {
  .refund-table,
  .refund-table tr,
  .refund-table td {
    display: block;
    width: 100%;
  }

  .refund-table tr {
    margin-bottom: 15px;
    border: 1px solid #666; /* 各ブロックを囲む */
  }

  .refund-table td {
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 8px 10px;
  }

  .refund-table td:last-child {
    border-bottom: none; /* 最後のセルは下線消す */
  }
}

/*----------フォーム------------*/
/* base */
:root{
  --bg:#f5f2ea;        /* 背景のクリーム色 */
  --ink:#4b4338;       /* 文字のこげ茶 */
  --line:#d9cfc5;      /* 薄い枠色 */
  --accent:#ee765f;    /* 必須バッジ */
  --primary:#3a75a5;   /* 送信ボタン */
  --radius:5px;
}
.apply-form{background:var(--bg); padding:0px 20px;}
form{max-width:640px; margin:0 auto; color:var(--ink); font-size:16px;}
.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;}

.f-group{margin:22px 0;}
.f-head{margin:28px 0 6px; font-weight:700;}
label{display:block; font-weight:700; margin:0 0 3px;}
.req{
  display:inline-block; margin-left:.4em; padding:.15em .55em;
  font-size:.7em; color:#fff; background:var(--accent);
  border-radius:999px; vertical-align:middle;
}
input, textarea, select{
  width:100%; padding:5px 10px; border:1px solid var(--line);
  border-radius:var(--radius); background:#fff; color:var(--ink);
  outline:none; transition:border-color .2s, box-shadow .2s;height:45px;
  font-size:1.2rem;
}
input:focus{border-color:#b7a99c; box-shadow:0 0 0 3px rgba(183,169,156,.25);}

/* 住所グリッド（モバイルは縦） */
.addr-grid{/*display:grid;*/ grid-template-columns:1fr; /*gap:16px;*/}
.col-span-2{grid-column:1 / -1;}

/* 規約の丸ボタン */
.policy-links p{display:flex; gap:15px; margin:20px 0 18px;}
.pill{
  display: inline-block;
    /* padding: 12px 20px; */
    border: 2px solid var(--line);
    border-radius: 5px;
    color: var(--ink);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .03);
    line-height: 45px;
    padding: 0px 15px;
    font-size:0.9rem;
}

/* 同意チェック */
.agree{display:flex; align-items:flex-start; gap:12px; margin:10px 0 10px;font-weight:300!important;font-size:0.9rem;}
.agree input{width:22px; height:22px; margin-top:2px;}

/* 送信ボタン */
.submit-btn{
  display:block; width:min(92%,520px); margin:0 auto 10px;
  padding:18px 28px; border:none; border-radius:999px;
  background:var(--primary); color:#fff; font-size:1.15rem; font-weight:700;
  box-shadow:inset 0 -4px 0 rgba(0,0,0,.12);
  cursor:pointer; transition:transform .05s ease, filter .15s;
}
.submit-btn:hover{filter:brightness(1.05);}
.submit-btn:active{transform:translateY(1px);}

/* PCレイアウト（640px以上） */
@media (min-width:640px){
  .apply-form{padding:36px 24px 60px;}
  .addr-grid{grid-template-columns:1fr 1fr; gap:18px;}
}

/* ダーク配慮（任意） */
@media (prefers-color-scheme: dark){
  :root{--bg:#1b1a17; --ink:#f3eee7; --line:#4c453e; --primary:#3f89c7;}
  .apply-form{background:var(--bg);}
  .pill{background:transparent;}
}
.submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/*-------pop up---------*/
.scroll-btn {
    position: fixed;
    right: 0px;
    left:0px;
    margin:auto;
    bottom: -80px; /* 最初は隠す */
    opacity: 0;
    transition: all 0.4s ease;
    cursor: pointer;
    z-index:9998;
    width:80%;
  }

  .scroll-btn.show {
    bottom: 20px; /* 出てくる位置 */
    opacity: 1;
  }
  /* min-641px */
@media (min-width: 641px) {
    .scroll-btn {
    width:300px;
    right: 50px;
    margin:0px;
    left:auto;
  }
}

/*-------modal---------*/
  :root { --md-w: min(680px, 92vw); --md-pad: 20px; --md-gap: 16px; }
  .modal[hidden] { display: none; }

  .modal {
    position: fixed; inset: 0; z-index: 1000;
    display: grid; place-items: center;
    background: rgba(0,0,0,.5);
    animation: fade-in .18s ease;
    z-index:9999;
  }
  @keyframes fade-in { from {opacity:0} to {opacity:1} }

  .modal__panel {
    width: var(--md-w); max-height: 86vh; overflow: auto;
    background: #fff; border-radius: 14px;
    padding: var(--md-pad);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    transform: translateY(10px);
    animation: pop-up .2s ease forwards;
  }
  @keyframes pop-up { to { transform: translateY(0) } }

  .modal__header {
    display: flex; align-items: center; justify-content: space-between; gap: var(--md-gap);
    position: sticky; top: -20px; padding-bottom: 8px; background: #fff;
  }
  .modal__title { font-size: 1.1rem; font-weight: 700; margin: 0; }
  .modal__close {
    inline-size: 36px; block-size: 36px; border-radius: 50%;
    border: 0; background: #f2f2f2; cursor: pointer;
  }
  .modal__content { margin-top: 8px; line-height: 1.7; }
  .modal__content table { width: 100%; border-collapse: collapse; font-size: .95rem; }
  .modal__content th, .modal__content td { border-bottom: 1px solid #eee; padding: 10px; text-align: left; }
  body.modal-open { overflow: hidden; }
  .btn { cursor:pointer;text-decoration-line: underline; }

/* ボタンをリンク風に */
.link-btn {
  all: unset;                /* 余計なボタン装飾リセット */
  color: #0073aa;            /* WP標準リンク色とかに合わせる */
  cursor: pointer;
  text-decoration: underline;
}
.link-btn:hover {
  color: #005177;
}

/*--------セミナー趣旨---------*/
.Seminer-Concept{
    position:relative;
    padding-bottom:25px;
}
.Seminer-Concept h1{
    width:90%;
    margin:auto;
    padding-bottom:15px;
    font-size:1.9rem;
    font-weight:bold;
}
.Seminer-Concept h2{
    width:90%;
    margin:auto;
    padding-bottom:15px;
    font-size:1.2rem;
    padding-top:15px;
}
.Seminer-Concept h1 small{
    line-height:1.1em;
    display:block;
    background-color:#ef2e34;
    padding:10px;
    color:#FFF;
    margin-bottom:5px;
    font-size:1.4rem;
}

.Linfo-image2{
    width:90%;
    margin:auto;
}
.Seminer-Concept .Linfo-tex3, .Seminer-Concept .Linfo-tex1{
    width:90%;
    margin:auto;
}
.BeforeAfterImg{
    width:90%;
    margin:auto;
}
.BeforeAfterImg div p{
    text-align:center;
    font-size:1.2rem;
}
  /* min-641px */
@media (min-width: 641px) {
   .Seminer-Concept{
    width:1000px;
    margin:auto;
}
.Seminer-Concept h1{
    width:90%;
    margin:auto;
    padding-bottom:15px;
    font-size:1.9rem;
    font-weight:bold;
    text-align:center;
}
.Seminer-Concept h2{
    width:90%;
    margin:auto;
    padding-bottom:15px;
    font-size:1.5rem;
    padding-top:15px;
}
.Seminer-Concept h1 small{
    line-height:1.1em;
    display:block;
    background-color:#ef2e34;
    padding:10px;
    color:#FFF;
    margin-bottom:5px;
    font-size:1.4rem;
}
.BeforeAfterImg{
    display:flex;
    flex-wrap:wrap;
}
.BeforeAfterImg div{
    width:50%;
    padding:15px;
}
.Linfo-image2{
    width:500px;
}
.Linfo-tex0{
    width:500px;
    margin:auto;
}
}
.InstaLink{
    width:90%;
    margin:auto;
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
color:#FFF;
    line-height:45px;
    text-align:center;
    border-radius:40px;
}
.InstaLink i{
    font-size:1.5rem;
    padding-right:7px;
}
.InstaLink a{
    display:block;
}
@media (min-width: 641px) {
    .InstaLink{
        width:300px;
    }
}

.EntryPay{
	width:90%;
	margin:auto;
	font-size:1.1rem;
	padding:25px;
	line-height:2em;
}
.EntryPay strong{
	font-size:1rem;
}
@media (min-width: 641px) {
	.EntryPay{
		width:400px;
	}
}
.AdOn1022{
	display:block;
	font-size:1.2rem;
	font-weight:600;
	padding:10px;
	line-height:1.3em;
}
@media (min-width: 641px) {
	.AdOn1022{
		text-align:center;
	}
}

.FreeSPBnn{
	width:90%;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
}

.FreeSPBnn span{
	display:block;
	text-align:center;
	font-size:1.2rem;
}



.EntryPay2{
	width:90%;
	margin:auto;
	font-size:1.2rem;
	line-height:1.5em;
	font-weight:500;
	padding:10px;
	border-top:1px solid #999;
	margin-top:15px;
	padding-bottom:25px;
}
.EntryPay2 strong{
	font-size:1rem;
}
.EntryPay2 span{
	display:block;
	font-size:1rem;
	font-weight:600;
}
.PPtex{
		width:90%;
	font-size:1.1rem;
	line-height:1.4em;
	margin:auto;
	padding-top:25px;
	}
@media (min-width: 641px) {
	.EntryPay2{
		width:500px;
	}
	.PPtex{
		width:600px;
	font-size:1.1rem;
	line-height:1.4em;
		margin:auto;
		text-align:center;
		padding-top:25px;
	}
	.FreeSPBnn{
	width:500px;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
}
}

/* クリックされやすい光るボタン
   使い方：<a class="cta-btn">〜</a> とか <button class="cta-btn">〜</button> に付けるだけ
*/
.cta-btn {
  position: relative;
  padding: 0.9em 2.4em;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: none;
  box-sizing: border-box;

  /* 色はお好みで変えてOK */
  color: #ffffff;
background: linear-gradient(135deg, #c6323b, #f57c3a);

/* ふわっと光るアニメーション */
  box-shadow:
    0 0 0 rgba(255, 120, 120, 0.0),
    0 0 25px rgba(255, 180, 71, 0.5);
  animation: cta-pulse 1.8s ease-in-out infinite;

  /* スマホでタップしやすく */
  min-width: 180px;
  text-align: center;
	
	margin:auto;
}

/* ボタン内テキスト折り返し対策（任意） */
.cta-btn span {
  display: inline-block;
}

/* ホバー・フォーカス時の動き */
.cta-btn:hover,
.cta-btn:focus-visible {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.4),
    0 0 35px rgba(255, 180, 71, 0.9);
  outline: none;
}

/* クリック時（押し込む感じ） */
.cta-btn:active {
  transform: translateY(1px) scale(0.97);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 180, 71, 0.7);
}

/* きら〜ん用のハイライト */
.cta-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-120%) skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

/* ホバー時に「シャッ」と流れる */
.cta-btn:hover::before,
.cta-btn:focus-visible::before {
  opacity: 1;
  animation: cta-shine 0.8s ease-out;
}

/* 脈打つような光 */
@keyframes cta-pulse {
  0% {
    transform: scale(1);
    box-shadow:
      0 0 0 rgba(255, 120, 120, 0.0),
      0 0 18px rgba(255, 180, 71, 0.5);
  }
  50% {
    transform: scale(1.02);
    box-shadow:
      0 0 0 5px rgba(255, 120, 120, 0.15),
      0 0 28px rgba(255, 180, 71, 0.9);
  }
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 rgba(255, 120, 120, 0.0),
      0 0 18px rgba(255, 180, 71, 0.5);
  }
}

/* シャッと光が流れる */
@keyframes cta-shine {
  0% {
    transform: translateX(-120%) skewX(-20deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(220%) skewX(-20deg);
    opacity: 0;
  }
}

/* お好みで：ボタンが並んでるときの隙間 */
.cta-btn + .cta-btn {
  margin-left: 0.8rem;
}

/* ダーク背景用（必要なら） */
.dark-bg .cta-btn {
  box-shadow:
    0 0 0 rgba(0, 0, 0, 0),
    0 0 30px rgba(255, 180, 71, 0.7);
}

.cta-btn small{
	display:block;
	padding-bottom:7px;
	font-size:0.95rem;
}
@media(min-width:481px){
	.cta-btn{
		width:400px;
	}
}

/*------------------------------------
   ボタンを囲って動かすアニメ3種セット
   好きなクラスを <div> に付けるだけ！
------------------------------------*/

/* === ① ふわふわ上下に浮くタイプ === */
.btn-wrap-float {
  display: inline-block;
  animation: btnFloat 2.6s ease-in-out infinite;
}
@keyframes btnFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}


/* === ② ぷるぷる軽く揺れるタイプ（おすすめ） === */
.btn-wrap-wiggle {
  display: inline-block;
  animation: btnWiggle 2.2s ease-in-out infinite;
}
@keyframes btnWiggle {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(2deg); }
  40%  { transform: rotate(-2deg); }
  60%  { transform: rotate(1deg); }
  80%  { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}


/* === ③ 拡大縮小で存在感アピール（鼓動系）=== */
.btn-wrap-pulse {
  display: inline-block;
  animation: btnPulse 1.8s ease-in-out infinite;
}
@keyframes btnPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.07); }
  100% { transform: scale(1); }
}

/* 画像ボタンがにじまないように */
.btn-wrap-float img,
.btn-wrap-wiggle img,
.btn-wrap-pulse img {
  display: block;
  width: 100%;
  height: auto;
}


/* セミナー用 目立つCTAボタン */
.btn-seminar-cta {
  display: inline-block;
  padding: 1rem 2.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7b3a, #ff3f8a);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 18px rgba(255, 90, 80, 0.45),
    0 0 0 0 rgba(255, 105, 180, 0.4);
  transform: translateY(0);
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out,
    filter 0.15s ease-out;
  animation: cta-pulse 2.2s infinite ease-out;
}

/* テキストを少し読みやすくする */
.btn-seminar-cta::first-letter {
  font-size: 1.05em;
}

/* =======================================
   セミナー用 目立つCTAボタン（完全版）
   ======================================= */

.btn-seminar-cta {
  display: inline-block;
  padding: 1rem 2.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7b3a, #ff3f8a);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 18px rgba(255, 90, 80, 0.45),
    0 0 0 0 rgba(255, 105, 180, 0.4);
  transform: translateY(0);
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out,
    filter 0.15s ease-out;
  animation: cta-pulse 2.2s infinite ease-out;
}

/* キラッと光るライン（30%位置で止まって消える） */
.btn-seminar-cta::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 30%;
  height: 350%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.9) 50%,
    transparent 100%
  );
  transform: translateX(-200%) rotate(20deg);
  animation: cta-shine 2.8s infinite;
  pointer-events: none;
}

/* 左 → 30% 位置まで来て消える */
@keyframes cta-shine {
  0% {
    transform: translateX(-200%) rotate(20deg);
    opacity: 0;
  }
  10% {
    transform: translateX(-50%) rotate(20deg); /* 30%より少し手前あたり */
    opacity: 0.9;
  }
  12% {
    opacity: 0; /* その場で消える */
  }
  100% {
    transform: translateX(-50%) rotate(20deg);
    opacity: 0;
  }
}

/* ホバー時の動き */
.btn-seminar-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 12px 26px rgba(255, 90, 80, 0.55),
    0 0 0 4px rgba(255, 255, 255, 0.4);
  filter: brightness(1.05);
}

/* クリック時（押し込む感じ） */
.btn-seminar-cta:active {
  transform: translateY(1px) scale(0.98);
  box-shadow:
    0 4px 10px rgba(255, 90, 80, 0.4),
    0 0 0 0 rgba(255, 255, 255, 0.0);
  animation: none;
}

/* 小さめ画面用微調整 */
@media (max-width: 640px) {
  .btn-seminar-cta {
    width: 100%;
    box-sizing: border-box;
    padding: 0.9rem 1.4rem;
    font-size: 0.95rem;
  }
}

/* ふわっと光が大きくなったり小さくなったり */
@keyframes cta-pulse {
  0% {
    box-shadow:
      0 8px 18px rgba(255, 90, 80, 0.45),
      0 0 0 0 rgba(255, 105, 180, 0.35);
  }
  60% {
    box-shadow:
      0 8px 22px rgba(255, 90, 80, 0.55),
      0 0 0 10px rgba(255, 105, 180, 0);
  }
  100% {
    box-shadow:
      0 8px 18px rgba(255, 90, 80, 0.45),
      0 0 0 0 rgba(255, 105, 180, 0);
  }
}

/* 初期状態：モノクロ＋ちょい暗め */
.color-block {
  filter: grayscale(100%) brightness(70%);
  transition: filter 0.8s ease-out;
}

/* 一番上に来たらカラーに戻す */
.color-block.is-color {
  filter: grayscale(0%) brightness(100%);
}

.FreeSeminerETR{
	padding:5%;
	background-color:#9f8b6d;
	border-radius:7px;
	margin:auto;
	margin-top:20px;
	color:#FFF;
}
.FreeSeminerETR h3{
	text-align:center;
	font-size:1.2rem;
}
.FS-ETR{
	font-size:0.9rem;
	line-height:1.4em;
}
.FS-BTN{
	text-align:center;
	padding-top:15px;
}
.FS-BTN input{
	width:70%;
	font-size:1rem;
	background-color:#1b2d58;
	border:none;
	height:50px;
	border-radius:50px;
	color:#FFF;
}

.SS-item333{
	font-size:1.2rem;
	font-weight:600;
	line-height:1.3em;
	padding-bottom:10px;
}

.fade-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 全スライドを重ねておく */
.fade-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.8s ease;
}

/* 画像 */
.fade-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 表示中のスライドだけ相対配置＆表示 */
.fade-slider .slide.active {
  position: relative; /* これで親に高さが出る */
  opacity: 1;
}

.Cont12251{
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	padding-bottom:10px;
	line-height:1.2em;
	color:#593131;
}
.Cont12251 small{
	display:block;
}
.Cont12252{
	padding:15px;
}
.Cont12252 p{
	position:relative;
	padding-bottom:5px;
	font-weight:600;
	font-size:1.1rem;
	color:#af3a3a;
}
.Cont12253{
	padding:15px;
	font-size:1.2rem;
	font-weight:600;
	line-height:1.2em;
}
@media(min-width:480px){
	.Cont12251{
	font-size:2rem;
		text-align:center;
}
.Cont12252 p{
	font-size:1.5rem;
	text-align:center;
}
.Cont12253{
	font-size:1.5rem;
	text-align:center;
}
}