@charset "utf-8";

.en-list {
  display: block;
  margin: 2rem 0;
}

.en-list div {
  margin-bottom: 0.6rem;
  padding: 0.5rem 0;
    padding: 1rem ;
  border-bottom: 1px solid #ddd;
}

.en-list dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  color: #28292a;
}

.en-list dd {
  margin: 0;
  
}


/*テーブル（ta2）縦線あり（外側だけ）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	font-weight: bold;		/*太字に*/
	padding: 0.5rem 1rem;	/*ボックス内の余白*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}

/*ta1テーブルブロック設定*/
.ta2 {
	table-layout: fixed;
	border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;	/*テーブルの一番上の線。幅、線種、色*/
	width: 70%;				/*幅*/
}

/*tr（１行分）タグ設定*/
.ta2 tr {
	border-bottom: 1px solid #999;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta2 th, .ta2 td {
	padding: 0.3rem;		/*ボックス内の余白*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta2 th {
	width: 30%;			/*幅*/
	background: rgba(0,0,0,0.05);	/*背景色*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		/*th（左側）のみの設定*/
		.ta2 th {
			width: 20%;		/*幅*/
		}

	}/*追加指定ここまで*/


/*テーブル（ta3） timetable 枠線全部あり
---------------------------------------------------------------------------*/

/*ta3テーブルブロック設定*/
.ta3 {
	table-layout: fixed;
	border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;	/*テーブルの一番上の線。幅、線種、色*/
	/*width: ;	*/			/*幅*/
}

/*tr（１行分）タグ設定*/
.ta3 tr {
	border-bottom: 1px solid #999;	/*テーブルの下線。幅、線種、色*/
  
}

/*th（左側）、td（右側）の共通設定*/
.ta3 th, .ta3 td {
	padding: 0.3rem;		/*ボックス内の余白*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
  border-right: 1px solid #999;
}

/*th（左側）のみの設定*/
.ta3 th {
	/*width: ;	*/		/*幅*/
	background: rgba(0,0,0,0.05);	/*背景色*/

}



/*画像のフレーム*/
  .border06 {
  width: 280px;
  height: 100px;
  border-radius: 15px;
  background-color: #eeeeee;
  border: 6px solid #FFBA00;
}

/*btn2 btn3（ボタン2）
---------------------------------------------------------------------------*/
.btn2  {
	text-align: center;
	font-size: 1.2rem;	/*文字サイズを120%に*/
	margin-top: 1rem;	/*上に１文字分のスペースを空ける*/
}
.btn2 a {
	display: inline-block;text-decoration: none;
	background: var(--secondary-color);		/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	color: var(--secondary-inverse-color);	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	border-radius: 15px;	/*角を丸くする指定*/
	padding: 0.3em 1em;		/*上下、左右へのボタン内の余白*/
}
.bg1 .btn2  a {
	background: var(--primary-inverse-color);	/*背景色。css冒頭で指定しているprimary_text-colorを読み込みます*/
	color: var(--primary-color);				/*文字色。css冒頭で指定しているprimary-colorを読み込みます*/
}

.btn3  {
	text-align: center;
	font-size: 1.2rem;	/*文字サイズを120%に*/
	margin-top: 1rem;	/*上に１文字分のスペースを空ける*/
}

.btn3 a {
	display: inline-block;text-decoration: none;
	background: var(--secondary-color);		/*背景色。css冒頭で指定しているprimary-colorを読み込みます*/
	color: var(--secondary-inverse-color);	/*文字色。css冒頭で指定しているprimary-inverse-colorを読み込みます*/
	border-radius: 15px;	/*角を丸くする指定*/
	padding: 0.3em 1em;		/*上下、左右へのボタン内の余白*/
}
/*sitemap-list（アイコン）
---------------------------------------------------------------------------*/

.sitemap-list {
  list-style: none;
  padding: 0;
}

.sitemap-list li {
  margin: 0.5em 0;
  font-size: 1.1em;
}

.sitemap-list i {
  margin-right: 0.5em;
  color: #2c7a7b; /* わかばカラーに合わせて調整可能 */
}


/*breadcrumb （パンくずリスト）
---------------------------------------------------------------------------*/

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  display: flex;
  gap: 0.5em;
  font-size: 0.9em;
}
.breadcrumb li::after {
  content: ">";
  margin-left: 0.5em;
  color: #999;
}
.breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb a {
  text-decoration: none;
  color: #2c7a7b;
}

/*各table
---------------------------------------------------------------------------*/
/*テーブル（ta1） 縦線なし設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 0.5rem 1rem;	/*ボックス内の余白*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	border-top: 1px solid #999;	/*テーブルの一番上の線。幅、線種、色*/
	/*width: 100%;	*/			/*幅*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #999;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 1rem;		/*ボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	background: rgba(0,0,0,0.05);	/*背景色*/
}



	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		/*th（左側）のみの設定*/
		.ta1 th {
			width: 20%;		/*幅*/
		}

	}/*追加指定ここまで*/

.pluskids-table {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  }

  .pluskids-table th{
    width:50%;
  }

  .recruit-table {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  }

  .recruit-table td{
    text-align:center;
  }

  .kidsprogram-table {
   width: 500px;
  max-width: 100%;
  margin: 0 auto;
  }

   .kidsprogram-table td {
  word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
   }

   


   /*PAGE TOP 右上のメニューの横に文字を表示させる
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

.fukidashi{
display: block;
  position:fixed;
 top:auto;
  right:100px;
  opacity: 0.7;
  z-index: 9999;
  animation: updown2 1.5s ease-in-out infinite;
}

	/* スマホ画面（最大幅768px）では非表示 */
	@media screen and (max-width:768px) {
		.fukidashi{ display:none; }
	}/*追加指定ここまで*/

	/* 画像の最大サイズ調整（縦長画像対策） */
.c img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.recruit-table {
    margin-left: 0;          /* 必要なら余白調整 */
}

.cp_timeline04 {
  position: relative;
  margin: 3em auto;
  padding-bottom: 2em;
}
.cp_timeline04:before {
  position: absolute;
  top: 0px;
  top: -30px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: #2c8b57;
}
.cp_timeline04 .timeline_item {
  margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
  font-family: serif;
  font-size: 3em;
  font-weight: bold;
  position: relative;
  margin: 3;
  letter-spacing: 3px;
  color: rgba(114, 214, 130, 0.774);
}
.cp_timeline04 .timeline_item .time_date .time:before {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(45deg);
  border: 3px solid #2c8b579c;
  background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
  font-size: 1.3em;
  font-weight: bold;
  margin: -60px 0 0 0;
  color: #2c8b57cc;
}
.cp_timeline04 .timeline_item .desc {
  font-size: 0.8em;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #2c8b579c;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .cp_timeline04:before {
    left: 15px;
  }
  .cp_timeline04 .timeline_item .time_date .time:before {
    left: -32px;
  }
  .cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .cp_timeline04 .timeline_item .desc {
    padding-left: 0px;
    border-top: 1px solid #2c8b579c;
    border-left: none;
  }
}

.line-btn {
  width: auto !important;
  height: 36px !important;
  max-width: none !important;
}

.recruit-banner img {
  width: 500px;
  max-width: 100%;
  height: auto;
}

.list-half {
	margin-bottom: 30px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* ←これが超重要！16:9 */
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}