*{
	margin:0;
	padding:0;
}

img {
	border:none;
}


#main_img_top {
	width:980px;
	margin-bottom:45px;
}



.swiper {
  width: 980px;
  height: 360px;
  background-color:#CCC;
  margin: 10px auto 20px;
}



 /* 画面の下に無料体験ボタンを固定 */
.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; 
  height: 70px;
  background: rgba(0, 0, 0, 0.7); /* 黒の半透明（40％不透明度） */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* 内側の980pxエリア */
.cta-inner {
  width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* 左テキスト・右ボタンに分ける */
  padding: 0 20px;
  box-sizing: border-box;
}

/* 左テキスト */
.cta-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

/* 右ボタン */
.cta-btn:link,
.cta-btn:visited {
  color: #333;
}
.cta-btn {
  background: #FFFF00;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: color 0.3s ease, background 0.3s ease;
}
.cta-btn:hover {
  color: #eeeeee;
  background: #FF3366;
}


/* 生徒インタビュー用カルーセル */
.swiper-interview {
  width: 980px;
  height: 400px;
  margin: 40px auto;
}

.swiper-interview .swiper-slide {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.swiper-interview img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}

/* 矢印を黒い小三角に */
.swiper-interview-prev::after,
.swiper-interview-next::after {
  content: "" !important;
}
.swiper-interview-prev,
.swiper-interview-next {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-interview-prev {
  border-right: 16px solid #000;
  left: 10px;
}
.swiper-interview-next {
  border-left: 16px solid #000;
  right: 10px;
}




/* 1) まずデフォルト矢印を完全に無効化（強めの指定） */
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  content: "" !important;     /* ← 文字アイコンを消す */
  display: none !important;   /* ← 念のため非表示 */
}

/* 共通：白い背景＋角丸少し＋影（オプション） */
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 30px; 
  height: 30px;
  background: #fff;            /* 白背景 */
  border: 1px solid #ccc;      /* 薄い枠線 */
  border-radius: 4px;          /* 少し角丸（不要なら0でOK） */
  box-shadow: 0 0 4px rgba(0,0,0,0.2); /* 軽い影（任意） */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 左矢印（三角形） */
.swiper .swiper-button-prev {
  left: 15px;
}
.swiper .swiper-button-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #000; /* 黒い三角 */
}

/* 右矢印（三角形） */
.swiper .swiper-button-next {
  right: 15px;
}
.swiper .swiper-button-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000;
}

/* 5) ホバー時に少しだけ大きくしたい場合（任意） */
.swiper .swiper-button-prev:hover {
  border-right-width: 18px;
}
.swiper .swiper-button-next:hover {
  border-left-width: 18px;
}





.body_contents01 {
	width:980px;
	clear:both;
	margin-bottom:16px;
}

.body_top_title {
	width:790px;
	clear:both;
	margin-bottom:18px;
}

.bana_img1 {
	width:980px;
	text-align:center;
	clear:both;
	margin-bottom:45px;
}

.body_info {
	width:790px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:18px;
}

.body_top_btn {
	width:790px;
	float:left;
	margin-bottom:15px;
}

.btn_area1 {
	width:980px;
	float:left;
	margin-bottom:15px;
}

.btn_area2 {
	width:980px;
	float:left;
	margin-bottom:45px;
}

.body_top_btn1 {
	width:480px;
	float:left;
	margin-bottom:15px;
}

.body_top_btn2 {
	width:500px;
	float:left;
	margin-bottom:15px;
}


.body_top_btn3 {
	width:490px;
	float:left;
	margin-bottom:30px;
}


.body_btn_left1 {
	width:230px;
	float:left;
}

.body_btn_right1 {
	width:230px;
	float:right;
	margin-left:20px;
}

.body_btn_left2 {
	width:230px;
	float:left;
	margin-left:20px;	
}

.body_btn_right2 {
	width:230px;
	float:right;
	margin-left:10px;
}


.btn4_left {
	width:230px;
	float:left;
}

.btn4_right {
	width:230px;
	float:right;
}

.btn2_left {
	width:90px;
	float:left;
}
.btn2_right {
	width:90px;
	float:right;
}

.body_btn {
	width:390px;
	float:left;
	margin-bottom:20px;
}

.body_btn2 {
	width:390px;
	float:right;
	margin-bottom:20px;
}

.body_btn3 {
	width:790px;
	float:left;
	margin-bottom:15px;
}

.body_btn4 {
	width:790px;
	float:left;
	margin-bottom:30px;
}

.body_btn_left {
	width:390px;
	float:left;
}

.body_btn_right {
	width:390px;
	float:right;
	margin-left:10px;
}


.body_txt {
	width:264px;
	height:110px;
	font-size:12px;
	line-height:20px;
	float:left;
	padding:0 6px 15px 120px;
	margin-bottom:25px;
	border-bottom: 1px solid #aba0a4;
	background-image:url(../../images/top_info01.jpg);
	background-repeat:no-repeat;
}

.body_txt p{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color: #FF6600;
	margin-bottom:5px;
}

.body_txt2 {
	width:264px;
	height:110px;	
	font-size:12px;
	line-height:20px;
	float:right;
	padding:0 6px 15px 120px;
	margin-bottom:25px;
	border-bottom: 1px solid #aba0a4;
	background-image:url(../../images/top_info02.jpg);
	background-repeat:no-repeat;	
}

.body_txt2 p{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color: #FF6600;
	margin-bottom:5px;
}


.body_txt3 {
	width:670px;
	height:110px;
	font-size:14px;
	line-height:22px;
	float:left;
	padding:0 0 15px 120px;
	margin-bottom:25px;
	border-bottom: 1px solid #aba0a4;
	background-image:url(../../images/top_info01.jpg);
	background-repeat:no-repeat;
}

.body_txt3 p{
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color: #FF6600;
	margin-bottom:5px;
}

.body_txt4 {
	width:670px;
	font-size:13px;
	line-height:22px;
	float:left;
	padding:0 0 15px 120px;
	margin-bottom:25px;
	border-bottom: 1px solid #aba0a4;
	background-image:url(../../images/top_info02.jpg);
	background-repeat:no-repeat;	
}

.body_txt4 p{
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color: #FF6600;
	margin-bottom:5px;
}


.body_txt5 {
	width:670px;
	font-size:13px;
	line-height:22px;
	float:left;
	padding:0 0 15px 120px;
	margin-bottom:25px;
	border-bottom: 1px solid #aba0a4;
	background-image:url(../../images/top_info03.jpg);
	background-repeat:no-repeat;	
}

.body_txt5 p{
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color: #FF6600;
	margin-bottom:5px;
}

#top_txts p {
	font-size:11px;
	line-height:14px;
	color:#266F00;
	clear:both;
}



.body_text_magin05 {
	width:775px;
	margin-bottom:8px;
	padding:0 5px 0 10px;
	font-size:14px;
	line-height:20px;
}

.body_text_magin15 {
	width:775px;
	margin-bottom:15px;
	padding:0 5px 0 10px;	
	font-size:14px;
	line-height:20px;
	clear:both;	
}

.body_text_magin20 {
	width:775px;
	margin-bottom:20px;
	padding:0 5px 0 10px;	
	font-size:14px;
	line-height:20px;
	clear:both;	
}

.body_table_set {
	width:780px;
	padding:0 10px 0 10px;
}

.body_table360l {
	width:360px;
	margin-bottom:15px;

	font-size:14px;
	line-height:20px;
	float:left;
}

.body_table390r {
	width:390px;
	margin-right:10px;
	font-size:14px;
	line-height:20px;
	float:right;
}


.body_img_magin05 {
	width:790px;
	margin-bottom:5px;
}

.body_img_magin20 {
	width:790px;
	margin-bottom:20px;
}

.body_img_magin30 {
	width:790px;
	margin-bottom:30px;
}


/*インタビュー*/


.box_full_w1 {
	width:760px;
	height:180px;
	float:left;
	clear:both;
	background-color:#fff;
	padding:15px 15px 15px 15px;
}

.box_full_w2 {
	width:760px;
/*	height:220px;*/
	float:left;
	clear:both;
	background-color:#fff;
	padding:15px 15px 15px 15px;
}

.box_full_w3 {
	width:760px;
	float:left;
	clear:both;
	background-color:#fff;
	padding:15px 15px 15px 15px;
	margin-bottom:20px;

}



.int_right_ph {
	width:180px;
	height:180px;
	float:right;
	margin-bottom:15px;
}

.int_right_ph3 {
	width:300px;
	height:300px;
	float:right;
	margin-bottom:15px;
}


.int_right_txt {
	width:560px;
	float:right;
	padding:0 0 15px 0;
	font-size:14px;
	line-height:20px;
}

.int_right_txt2 {
	width:560px;
	float:right;
	font-size:14px;
	line-height:20px;
}

.int_right_txt p {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:5px;
}

.int_right_txt2 p {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:5px;
}

.int_left_ph {
	width:180px;
	height:180px;
	float:left;
}


.int_txt_left3 {
	width:440px;
	float:left;
	padding:0 0 20px 0;
	font-size:14px;
	line-height:20px;
}

.int_txt_left3 p {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:5px;

}

.int_txt_left4 {
	width:440px;
	float:left;
	padding:0 0 20px 0;
	font-size:14px;
	line-height:20px;
}

.int_txt_left4 p {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:5px;

}

.bana_top {
	width:790px;
	margin-bottom:25px;
}


/**/


.zen_point_set {
	width:790px;
	height:110px;
	margin-bottom:20px;
}


/*イベント活動*/

.body_img_event01 {
	width:790px;
	clear:both;
	margin-bottom:5px;
}

.body_text_event01 {
	width:770px;
	font-size:14px;
	line-height:20px;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;
}

.toku_img_tit {
	margin-bottom:15px;
}

.toku_img_txt {
	text-align:center;
	font-size:38px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:#999 solid 1px;
	padding-bottom:10px;
	margin-bottom:15px;
}


.toku_set {
	clear:both;
	width:790px;
	float:left;
	margin-bottom:20px;
}

.toku_left {
	float:left;
	padding-left:10px;
	width:250px;
}

.toku_right {
	float:right;
	width:500px;
	font-size:17px;
	line-height:25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right:10px;
}

.toku_right p {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}

.toku_right_div {
	font-size:24px;
	color:#F09;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin-bottom:8px;
}


.red_txt {
	color:#F00;
}


.interview-copy {
  text-align: center;
  font-size: 1.2em;   /* 大きさはお好みで */
  margin: 1px 0;      /* 上下に余白を少し */
}

