@charset "utf-8";
/* CSS Document */
/*共通*/

.page-education {
  padding: 80px 0 0;
}

.page-anchor {
  margin: 60px 0;
}

.anchor-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.anchor-btn {
  display: inline-block;
  padding: 16px 28px;
  background: #ffffff;
  border: 2px solid #2c5aa0;
  color: #2c5aa0;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: all .3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.anchor-btn:hover {
  background: #2c5aa0;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .anchor-buttons {
    flex-direction: column;
  }

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


.block-ttl {
  font-size: clamp(1.563rem, 1.434rem + 0.59vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
	color: #2c5aa0;
  font-family: "Noto Sans JP", sans-serif;	
}

.block-ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin: 15px auto 0;
  background: #8fb3e8; /* 少し淡い色に */
  border-radius: 2px;
}
.block-sub{
  display:block;
  font-size:14px;
  font-weight:600;
  letter-spacing:0.08em;
  margin-bottom:10px;
  color:#6b86b5; /* 少し落ち着かせる */
  text-transform:uppercase;
}

/*main-見出し*/
.heading-main{
  text-align:center;
  font-size:clamp(1.25rem, 1.147rem + 0.47vw, 1.5rem);
  font-weight:700;
  margin:0 0 50px;
  color:#2c5aa0;
}
.heading-main span{
	position:relative;
	display: inline-block;	
	padding: 0 20px;
}
.heading-main span::before,
.heading-main span::after{
  content:"";
  position:absolute;
  top:50%;
  width:60px;
  height:2px;
  background:#8fb3e8;
}

.heading-main span::before{
  left:100%;
}

.heading-main span::after{
  right:100%;
}
/*説明ブロック用　見出し*/
.heading-sub{
  border-left:4px solid #2c5aa0;
  padding-left:12px;
  font-size:20px;
  margin:60px 0 20px;
}

/*補足・小見出し*/
.heading-soft{
  background:#f3f8ff;
  padding:15px 20px;
  border-radius:8px;
  font-size:18px;
  margin-bottom: 15px;
}

/* ===== Assist セクション全体 ===== */

#assist{
	background: linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%);
}
#assist p{
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}
/* ===============================
   Assist ヒーロー整理
=============================== */
/* メインメッセージ幅制限 */
.assist-message{
  max-width: 820px;
  margin: 40px auto 70px;
  line-height: 1.9;
}

/* ヒーロー本文エリア */
.assist-hero{
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* リード文を自然に強調 */
.assist-lead{
  font-size: 19px;
  font-weight: 700;
  color:#2c5aa0;
  margin-bottom: 25px;
}

/* 併用可能テキスト */
.assist-note{
  display: inline-block;
  margin: 0 auto 40px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  color: #2c5aa0;
  background: #eaf2ff;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(44,90,160,0.08);
}
/* 出席ボックス*/
.attendance-highlight {
  margin: 70px auto 0;
  padding: 28px 30px;
  max-width: 700px;
  text-align: center;
  background: #fff9e6;
  border-radius: 16px;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(44,90,160,0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.attendance-highlight .icon {
  width: 80px;
}

/*フリースクールとは*/

.definition-box{
  background: rgba(255,255,255,0.9);
  padding: 50px 60px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(44,90,160,0.06);
  margin: 100px auto;
  backdrop-filter: blur(2px);

}

.definition-box p{
  line-height: 1.9;
  margin-bottom: 20px;
}

.definition-box .heading-main{
  margin-top: 0;
  margin-bottom: 40px;
}
@media(max-width:500px){
	.definition-box {
		padding: 30px 20px;
	}
}
/* ===== フリースクールの目的 ===== */

.assist-purpose{
  display:flex;
  justify-content:center;
  gap:50px;
  margin:40px 0;
  flex-wrap:wrap;
  text-align:center;
}

.purpose-item{
  flex:1;
  min-width:180px;
  max-width:220px;
  padding:25px 20px;
  border-radius:16px;
  background:#ffffff;
  box-shadow:0 8px 25px rgba(44,90,160,0.05);
  transition:.3s;
}

.purpose-item img{
  width:100px;
  margin-bottom:15px;
}

.purpose-item p{
  font-weight:700;
  color:#2c5aa0;
  margin:0;
}

/* 軽く浮く */
.purpose-item:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(44,90,160,0.08);
}

/* SP調整 */
@media(max-width:768px){
  .assist-purpose{
    gap:20px;
  }
}



/* ===============================
   Assist 特徴
=============================== */
.assist-features-wrap{
	padding: 80px 0 40px;
}
.assist-features-wrap p{
  max-width: 1000px;
  margin: 0 auto 25px;
  line-height: 1.9;
}

.assist-features-wrap .heading-main{
  margin-bottom: 40px;
}

.assist-features-wrap .heading-sub{
  margin:100px 0 15px;
}

.feature-note{
  text-align:center;
  font-size:15px;
  font-weight:600;
  color:#2c5aa0;
  margin-bottom:50px;
}

.assist-features{
  display:flex;
  gap:40px;
  justify-content:center;
  flex-wrap:wrap;
}

.feature-card{
  flex:1;
  min-width:280px;
  max-width:320px;
  background:#ffffff;
  padding:40px 30px;
  border-radius:20px;
  box-shadow:0 12px 35px rgba(44,90,160,0.05);
  text-align:center;
  transition:.3s;
}

.feature-card img{
  width:90px;
  margin-bottom:20px;
}

.feature-card h4{
  font-size:18px;
  margin-bottom:15px;
  color:#2c5aa0;
}

.feature-card p{
  font-size:15px;
  line-height:1.9;
}

.feature-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(44,90,160,0.08);
}

/* ===============================
   メリットボックス
=============================== */

.assist-merit-box{
  margin:120px auto;
  padding:70px 60px;
  border-radius:30px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(44,90,160,0.08);
	border: 1px solid #8fb3e8;
}

/* タイトル */
.merit-ttl{
  text-align:center;
  font-size:clamp(1.25rem, 1.147rem + 0.47vw, 1.5rem);
  font-weight:700;
  color:#2c5aa0;
  margin-bottom:50px;
  position:relative;
}

/* 下ライン */
.merit-ttl::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  margin:18px auto 0;
  background:#8fb3e8;
  border-radius:3px;
}

/* リスト整理 */
.assist-merit-box ul{
  list-style:none;
  padding:0;
  max-width:820px;
  margin:0 auto;
}

/* 各項目 */
.assist-merit-box li{
  margin-bottom:22px;
  padding-left:32px;
  position:relative;
  line-height:1.9;
	border-bottom: 1px dotted #aaa;
}

.assist-merit-box li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:2px;
  color:#2c5aa0;
  font-weight:bold;
  font-size:16px;
}
@media(max-width:500px){
	.assist-merit-box {
    	padding: 45px 20px;
	}
}
/*================================
子どもたちの未来
===========================================*/

.heading-message{
  text-align:center;
  font-size:26px;
  font-weight:700;
  color:#2c5aa0;
  margin-bottom: 40px;
  position:relative;
  display:inline-block;
  left:50%;
  transform:translateX(-50%);
  padding-bottom:14px;
}

/* 下アクセントライン */
.heading-message::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:60px;
  height:3px;
  background:#4f7dfc;
  border-radius:2px;
}
.assist-future-section .lead-text {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  max-width: 700px;
  margin: 30px auto 60px;
  color: #444;
}
.assist-future-box {
  display: flex;
  align-items: center;
  gap: 60px;
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.future-img img {
  max-width: 300px;
  height: auto;
}
.future-text p {
  font-size: 1.05rem;
  line-height: 2;
}

@media (max-width: 768px) {
  .assist-future-box {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .future-img img {
    max-width: 200px;
  }
}

/*-- CTA全体 ---------------------*/
.assist-action{
  padding: 80px 20px;
  text-align: center;
}

.assist-cta{
  background: #ffffff;
  padding: 70px 50px;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 30px 70px rgba(44,90,160,0.12);
  border: 2px solid #8fb3e8;
}
.assist-cta-catch{
  font-size:clamp(1.063rem, 0.934rem + 0.59vw, 1.375rem);
  font-weight: 700;
  color:#2c5aa0;
  margin-bottom: 35px;
  line-height: 1.8;
}


/* 料金 */
.assist-price{
  display: inline-block;
  background: #2c5aa0;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: 700;
  font-size: 16px;
}
.assist-cta-note{
  font-size: 14px;
  color:#555;
  margin-bottom: 35px;
  line-height:1.8;
}
.btn-consult{
  display: inline-block;
  padding: 22px 60px;
  background: linear-gradient(135deg,#6aa4ff,#4c8ae6);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 17px;
  transition: .3s;
  box-shadow: 0 15px 40px rgba(76,138,230,0.4);
}

.btn-consult:hover{
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(76,138,230,0.5);
}
@media(max-width:550px){
	.assist-cta{
	  padding: 40px 15px;
	}
	.btn-consult {
		padding: 22px 55px;
	}
}


/*==========================
　assist・サポート校用CTA
==============================*/
.section-closing{
  background:#254f8c; /* 少し深いブルー */
  padding:120px 0;
  text-align:center;
  color:#fff;
}

.closing-box{
  max-width: 820px;
  margin: 0 auto;
}

.closing-title{
  font-size:clamp(1.25rem, 1.147rem + 0.47vw, 1.5rem);
  font-weight: 700;
  line-height:1.8;
  margin-bottom: 30px;
}

.closing-text{
  line-height:1.9;
  margin-bottom: 50px;
}

.closing-divider{
  width:80px;
  height:3px;
  background:#8fb3e8;
  margin:40px auto;
  border-radius:3px;
}

.closing-btn{
  display:inline-block;
  padding:20px 60px;
  border-radius:50px;
  font-weight:700;
  text-decoration:none;
  transition:.3s;
  box-shadow:0 15px 40px rgba(44,90,160,0.2);
	background:#ffffff;
	color:#254f8c;
  border: 2px solid #fff;
}

.closing-btn:hover{
  background:#244a88;
	color: #fff;
  transform:translateY(-3px);
}
/*==========================
高校
==============================*/
.education-block.bg-light {
  background: #fafafa;
}

/*===① ヒーロー / 想い===================*/
.hs-hero{
  padding:100px 0 60px;
}

.hs-hero-inner{
  display:flex;
  gap:60px;
  align-items:center;
}

.hs-hero-text{
  flex:1;
}

.hs-hero-img{
  flex:1;

}

.hs-hero-img img{
  width:100%;
  border-radius:12px; /* Assistより控えめ */
}
.hs-catch{
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  margin: 10px 0 25px;
  color:#1f3f75; /* 少し深め */
  position: relative;
}

@media(max-width:768px){
  .hs-hero-inner{
    flex-direction:column;
  }
}

/*===通信制高校の現状======================*/
.hs-background {
  background: #f5f8fc;
  padding: 50px 30px;
  border-radius: 16px;
}

.heading-sub {
  font-size: 24px;
  margin-bottom: 20px;
}

.hs-background .hs-lead {
  font-size: 18px;
  line-height: 1.8;
}

.hs-background .hs-num {
  font-size: 1.2em;
  font-weight: 700;
}

.hs-background .hs-num--accent {
  color: #2f6df6;
}

/*===  ③ 教育理念 ====================================*/
.hs-philosophy {
  padding: 70px 30px;
}

.hs-philosophy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.hs-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  text-align: left;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;	
}

.hs-card:hover {
  transform: translateY(-5px);
}

.hs-card-num {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  font-weight: 800;
  color: rgba(47,109,246,0.08);
  line-height: 1;
}

.hs-card-title {
  margin: 15px 0;
  font-weight: 700;
	color: #2f6df6;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
}

.hs-card p {
  line-height: 1.8;
}

/* SP */
@media (max-width: 768px) {
  .hs-philosophy-cards {
    grid-template-columns: 1fr;
  }
}
/*===  選ばれる理由 ====================================*/
.hs-reason {
  padding: 80px 30px;
  background: #f8fbff;
}

.hs-reason-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.hs-reason-card {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  position: relative;
  transition: 0.3s ease;
}

.hs-reason-card:hover {
  transform: translateY(-6px);
}

.hs-reason-num {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 70px;
  font-weight: 800;
  color: rgba(47,109,246,0.07);
}

.hs-reason-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.hs-reason-card p {
  font-size: 15px;
  line-height: 1.8;
}

@media(max-width:689px){
	.hs-reason-cards {
	  grid-template-columns: repeat(1, 1fr);
	}	
}

/*===⑤ 料金===================================*/

/* 月額メイン */
.hs-cta-heading{
  font-size: 26px;
  font-weight: 700;
  color:#2c5aa0;
  margin-bottom: 15px;
}

.hs-cta-heading strong{
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* 入会金 */
.hs-cta-sub{
  font-size: 16px;
  color:#555;
  margin-bottom: 25px;
}

/* 説明文 */
.hs-cta-text{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  color:#333;
}
