@charset "UTF-8";
*,
*::before,
*::after{
  box-sizing: border-box;
}

.top3{
	text-align: center;
	padding-top: 4%;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top3 h1{
	padding-top: 2%;
}
.top-image2 img {
  width: 37%;      /* ← 30%小さく */
  height: auto;
  display: block;
  margin: 0 auto;  /* 中央寄せ */
	padding-top: 2%;
}
.top-image3 img {
  width: 30%;      /* ← 30%小さく */
  height: auto;
  display: block;
  margin: 0 auto;  /* 中央寄せ */
	padding-top: 2%;
}
/* セクション全体 */
.worries {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  color: #2a2a2a;
  background: #f3efee;
  line-height: 1.9;
  padding: 0px 16px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
}

.worries__inner {

	  margin: 0 auto;
	  background: #f3efee;
	  padding: 48px 24px;
}
.policy-list {
  list-style: none;
  padding: 0;
  margin: 24px auto;
  max-width: 530px;
  text-align: left;
}
.policy-fsize{
	font-size: 1.2em;
}

.policy-list li {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.3em;
  line-height: 3;
  letter-spacing: 0.05em;
}

.policy-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 0.9em;
}
.policy-alt {
  margin: 32px auto 8px;
  text-align: left;
  font-size: 1.5em;
  letter-spacing: 0.12em;
  max-width: 530px;
}
.policy__title{
	text-align: center;
	margin-top: 8%;
}
.yellow-underline {
  background: linear-gradient(
    transparent 60%,
    rgba(255, 230, 120, 0.9) 60%
  );
  padding: 0 2px;
}




.course__title--bar{
  margin: 0;              /* ←超重要：user agentの余白を消す */
  position: relative;
  display: inline-block;

  padding: 0 8px 12px 140px;  /* バー＋文字の余白 */

  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: normal;
}

.course-title-wrap{
  /* ここを変えれば両方まとめて動く */
  padding-left: 25%;
	margin-top: 9%;
}

.course__title--bar::before{
  content:"";
  position:absolute;
  left:100px;
  top:10px;
  width:10px;
  height:calc(100% - 12px);
  background: rgba(120,110,115,0.45);
}
.course-fsize{
	font-size: 1.1em;
}
.course-fsizet{
	font-size: 1.2em;
}
.course__title--bar::after{
  content:"";
  position:absolute;
  left:100px;
  bottom:0;
  width: calc(56vw - 358px);  /* 画面基準で伸ばす */
  height:2px;
  background: rgba(0,0,0,0.25);
}

.course__title--bar2{
	position: relative;
	display: inline-block;

	/* バー＋文字のための余白 */
	padding: 0 8px 12px 140px;

	/* 見出し全体をちょい左へ */
	margin-left: 20%;

	font-size: 32px;
	letter-spacing: 0.12em;
	font-weight: normal;
}
.course-title-image {
  width: 100%;
  max-width: 550px; /* 960px × 0.8 = 768px */
  margin: 32px 610px 56px; /* 見出しとの間・下との余白 */
}

.course-title-image img {
  width: 100%;
  height: auto;
  display: block;
}

.padding-last{
	padding-bottom: 11%;
}
.change-block{
  max-width: 520px;      /* 文章の読みやすい幅 */
  margin: 53px auto 0;   /* 中央に置く */
  text-align: left;      /* 中身は左 */
	margin-bottom: 6%;
	line-height: 2;
}
.change-note p {
  margin: 0 0 32px;
  line-height: 1.9;
}
.message-pad{
	margin-top: 70px;
}
/* 箇条書き */
.change-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.change-list li{
  position: relative;
  padding-left: 1.3em;   /* ・の分 */
  margin-bottom: 14px;
  font-size: 1.2em;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/* 「・」をCSSで作る（揃う） */
.change-list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* 締めの一文 */
.change-note{
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

/* 上の見出し */
.worries__kicker {
  margin: 0 auto 22px;
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.14em;
  color: #3a3a3a;
}

.worries__message {
  margin-top: 70px;
	margin-bottom: 34px;
  text-align: center;
  font-size: 22px;        /* 「ちょい大きめ」 */
  letter-spacing: 0.08em;
  color: #2f2f2f;
}

.worries__statement {
  margin: 48px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #2a2a2a;
}
.hl-yellow {
  background: linear-gradient(
    transparent 60%,
    #fff2a8 60%
  );
  padding: 0 4px;
	font-weight: bold;
}


/* 白いカード */
.worries__card {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  padding: 34px 28px;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
}

/* リスト */
.worries__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 26px; /* 項目間の余白 */
}

/* 各項目：左の四角＋文章 */
.worries__item {
  position: relative;
  padding-left: 28px; /* 四角分の余白 */
  font-size: 1.3em;
}

/* 左の小さな四角 */
.worries__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* 文字の高さに合わせて調整 */
  width: 10px;
  height: 10px;
  background: #b6b1b0;
}
.course-detail--left {
  margin-top: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;   /* ← すべて左揃え */
}

/* 見出し（◇ 講座内容 / 講座資料）も左に */
.course-detail--left .course__label {
  text-align: left;
  margin-left: 0;
	font-size: 1.5em;
  margin-bottom: 1%;
}

/* 章リスト全体 */
.course__list--chapters {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各章 */
.course__chapter {
  margin-bottom: 28px;
}

/* 章タイトル */
.course__chapter-title {
  margin: 0 0 0px;
  letter-spacing: 0.06em;
}

/* 補足説明 */
.course__chapter-desc {
  margin: 0;
  line-height: 1.9;
  color: #444;
}

/* リストはそのまま */
.course__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.course__label--fee {
  font-size: 24px;        /* ← 小さいママを卒業 */
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.course__list li {
  line-height: 2.2;
  letter-spacing: 0.05em;
}
/* 下線強調（太さ・色の調整がコツ） */
.u-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: rgba(60, 60, 60, 0.55);
}

.course-fee {
  margin: 48px auto 0;
  max-width: 520px;
  text-align: left;
}

.course-fee__price {
  margin: 12px 0 6px;
  font-size: 24px;          /* ← course__label と同じ */
  letter-spacing: 0.12em;
}

.course-fee__note {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.85;
}
.course-fee__cta {
  margin-top: 32px;
  text-align: center;
}

.fee-button {
  display: inline-block;

  /* 横長感を出す */
  padding: 14px 64px;   /* ← 左右をしっかり広く */

  background: #ffffff;
  color: #222;
  text-decoration: none;

  font-size: 16px;
  letter-spacing: 0.14em;

  /* 丸すぎない角丸 */
  border-radius: 8px;   /* ← 四角寄りだけど硬すぎない */

  /* 浮き感（そのまま） */
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.08);

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fee-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.14),
    0 4px 10px rgba(0, 0, 0, 0.1);
}

.closing-section {
  margin-top: 80px;
  text-align: center;
}

/* 画像 */
.closing-image {
  max-width: 720px;
  margin: 0 auto 48px;
}

.closing-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* メッセージ */
.closing-message {
  max-width: 520px;
  margin: 0 auto 100px;
}

.closing-message p {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.closing-image img{
	max-width: 500px;
	margin-left: 13%;
}



.container{
	display:flex;
	flex-wrap: wrap;
  justify-content: center;
}
.contents{
	width: 30%;
  text-align: center;
	}
	.container00{
		display:flex;
		flex-wrap: wrap;
			justify-content: space-around;
	}
	.contents00{
		width: 50%;
	  text-align: center;
		}
	.wrap{
	  overflow: hidden;
	}
	.topimg{
	  background-repeat: no-repeat;
	  margin: 0 auto;
	  position: relative;
	  opacity: 0.8;
	  background-position: top;
	}
	.topimg img{
		display: block;
		margin: auto;
		width: 86vw;
		height: 500px;
	}
	.topimg h3{
	  position: absolute;
	  top: 115px;
	  left: 160px;
	  font-size: 2.3em;
	  color: #fff;
	  font-style: normal;
	  letter-spacing: 10px;
	}
	#sec01{
		padding-top: 30px;
	}
	#sec02{
	  text-align: center;
	}
	#sec02 h3{
	  font-size: 2.2em;
	  margin-bottom: : 40px;
	  color: rgb(180,204,157);
		letter-spacing: 0.5em;
	}
	#sec02 ul,.anker ul{
	    display: flex;
	    justify-content:center;
	    padding: 0;
	    margin: 0;
	    font-size: 1.1em;
	}
	#sec02 li:first-child{
		border-left: 1px solid black;
	}
	#sec02 li,.anker li{
	  border-right:  1px solid black;
	  text-align: center;
		width: 14%;
	}
	#sec02 li a:hover{
	  opacity: 0.5;
	}
	.anker{
		margin: 50px 0 80px;
	}
	.top-image4 img {
			width: 40%;
			height: auto;
			display: block;
			margin: 0 auto;
	}
  .toptitle h1{
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 0 60px 0;
		margin-top: 80px;
  }
	.toptitle{
	    text-align: center;
	    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
			margin-top: 30px;
	  }
	#sec03{
  margin-top: 30px;
	}

	footer{
	  padding: 10px;
	  background-color: #adb685;
	  color: #fff;
	}
	.btn--orange,
	a.btn--orange {
	  padding: 20px;
	  color: #fff;
	  background-color: #adb685;
}
	.btn--orange:hover,
	a.btn--orange:hover {
	  color: #fff;
	  background: rgba(180,204,157,1);
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.container{
		display: block;
	}
	.contents{
		width: 100%;
	}
	.topimg img{
		height: 77vh;
		width: auto;
	}
	img{
		width: 100%;
		margin: 0;
	}
	.top3{
		padding-top:0;
	}
	#sec02 ul,.anker ul{
    display: flex;
  }
  #sec02 li,.anker li{
    padding: 0px 10px 0px;
    font-size: 0.8em;
  }
	#sec02 h3{
		font-size: 1.8em;
	}
	.toptitle{
		margin: 0;
	}
	.toptitle p{
		font-size: 0.6em;
	}
	.topimg h3{
		top: 170px;
		left: 40px;
	}
	h1{
		font-size: 1.5em;
	}
}
/* ===== SP上書き：course-title-wrap崩れ修正 + 全体文字小さめ ===== */
/* ===== SP最終調整：文字さらに小さく＋左余白 ===== */
@media screen and (max-width: 480px){

  /* ① 全体の基準サイズをさらに下げる */
  body{
    font-size: 13px;   /* ←ここが肝。全体が一段締まる */
  }

  /* ② 全セクション共通：左に余白をつくる */
  .worries,
  .policy,
  .course-detail--left,
  .change-block,
  .course-fee,
  .closing-section{
    padding-left: 18px;
    padding-right: 4px;
  }

  /* ③ TOPタイトルだけは相対的に少し大きく */
  .top3 h1{
    font-size: 1.4em;     /* 13px基準で約21px */
    line-height: 1.45;
    letter-spacing: 0.06em;
    margin-left: 6px;
    margin-right: 6px;
		padding-top: 20px;
		padding-bottom: 20px;
  }

  /* ④ kicker */
  .worries__kicker{
    font-size: 1.2em;
    letter-spacing: 0.06em;
    margin-left: 6px;
  }

  /* ⑤ course-title-wrap：左余白を明確に */
  .course-title-wrap{
    padding-left: 0 !important;
    margin-top: 10% !important;
    padding-right: 0;
    text-align: left;
  }

  .course__title--bar{
    display: block;
    padding: 0 0 8px 42px;   /* ←左にしっかり余白 */
    font-size: 1.4em;       /* 本文より一段大きい */
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .course__title--bar::before{
    left: 18px;
    top: 6px;
    width: 7px;
    height: calc(100% - 8px);
  }

  .course__title--bar::after{
    left: 18px;
    width: calc(100% - 18px);
  }

  /* ⑥ 本文系：さらに小さく */
  .worries__item{
    font-size: 0.95em;
    line-height: 1.8;
  }

  .worries__message{
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin-left: 6px;
    margin-right: 6px;
  }

  .worries__statement{
    font-size: 1.15em;
    line-height: 1.9;
  }

  .policy-list li{
    font-size: 0.95em;
    line-height: 1.9;
  }

  .policy-alt{
    font-size: 1.1em;
  }

  .course-detail--left .course__label{
    font-size: 1.3em;
  }


  .change-list li{
    font-size: 0.95em;
  }

  .change-note{
    font-size: 1.2em;
    line-height: 1.9;
  }
.course-fsize{
	font-size: 0.95em;
}
.course-fsizet{
	font-size: 1em;
}
.course-fee {
    margin: 30px auto 0;
    max-width: 520px;
    text-align: left;
}
  /* ⑦ 価格 */
  .course__label--fee{
    font-size: 1.15em;
  }

  .course-fee__price{
    font-size: 1.2em;
  }

  .course-fee__note{
    font-size: 0.9em;
  }

  .fee-button{
    font-size: 0.95em;
    padding: 12px 30px;
  }

  /* ⑧ クロージング */
  .closing-message p{
    font-size: 0.95em;
    line-height: 1.9;
  }
	@media (max-width: 768px) {
  .course-title-image {
    width: 100%;
    max-width: 90%;
    margin: 24px auto 40px; /* 中央寄せに戻す */
  }
	.closing-image {
	 width: 100%;
	 max-width: 90%;
	 margin: 40px 0px 50px 13px; /* 中央寄せに戻す */
 }
 .closing-image img {
    max-width: 500px;
    margin-left: 0%;
}
.top-image2 img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 2%;
}
.worries__statement{
    margin: 48px auto 48px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #2a2a2a;
		font-size: 1.2em;
}
.top-image3 img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 7%;
}
.top-image4 img {
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 16%;
}
.worries{
	margin-top: 13%;
}
.policy-fsize{
    font-size: 0.95em;
}
.change-block{
	margin:30px auto 0;
}
}
}
