@charset "UTF-8";
/* CSS Document */
/* 2025変更 */
/* トップフェード */
.top2025_mv {
	width: 100%;
}
.fadeimg{
  width: 30%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50% , -50%);
	z-index: 20;
}
.fadeimg img{
	width: 100%;
}
.img-box{
  width: 100%;
  height: 70vw;
  overflow: hidden;
  position: relative;
}
.img-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: topfade;
  animation-duration: 16s;
  animation-iteration-count: infinite;
}
@keyframes topfade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 7;
  }
  80%{
    opacity: 0;
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}
/* 1枚目のスライド */
.img-box>div:first-of-type{
  background-image: url("../img/top/2025/fade/topmv01_pc.jpg");
}
/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
  background-image: url("../img/top/2025/fade/topmv02_pc.jpg");
  animation-delay: 4s;
}
/* 3枚目のスライド */
.img-box>div:nth-of-type(3){
  background-image: url("../img/top/2025/fade/topmv03_pc.jpg");
  animation-delay: 8s;
}
/* 4枚目のスライド */
.img-box>div:last-of-type{
  background-image: url("../img/top/2025/fade/topmv04_pc.jpg");
  animation-delay: 12s;
}
@media (max-width:768px) {
.fadeimg{
  width: 70%;
   position: absolute;
   top: 55%;
   left: 50%;
   transform: translate(-50% , -50%);
	z-index: 20;
}
.img-box{
  width:100%;
  height: 120vw;
  overflow: hidden;
  position: relative;
}
.img-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: topfade;
  animation-duration: 16s;
  animation-iteration-count: infinite;
}
	/* 1枚目のスライド */
.img-box>div:first-of-type{
  background-image: url("../img/top/2025/fade/topmv01_sp.jpg");
}
/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
   background-image: url("../img/top/2025/fade/topmv02_sp.jpg");
  animation-delay: 4s;
}
/* 3枚目のスライド */
.img-box>div:nth-of-type(3){
   background-image: url("../img/top/2025/fade/topmv03_sp.jpg");
  animation-delay: 8s;
}
/* 4枚目のスライド */
.img-box>div:last-of-type{
   background-image: url("../img/top/2025/fade/topmv04_sp.jpg");
  animation-delay: 12s;
}
}
/* トップフェードここまで */
@media screen and ( min-width : 769px ) {
#top2025_sns02ssec {
  background: #fff;
	padding: 10px 0;
}
#top2025_sns02ssec section.content_top {
	width: 500px;
	min-width: 469px;
	margin: 10px auto ;
}
#top2025_aboutsec {
  background: #fff;
}
#top2025_aboutsec section.content_top {
	max-width: 800px;
	min-width: 500px;
	margin: 0 auto 30px;
}
.top2025_aboutsec_iv {
	width: 100%;
  background-image: url("../img/top/2025/top_aboutiv01.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 ;
}
.top2025_aboutsec_iv p {
  margin: 0 auto ;
  padding: 800px 0 100px;
}
.top2025_aboutsec_iv img{
	width: 100%;
}
#top2025_scrollsec {
	width: 100%;
  background-image: url("../img/top/2025/top2025_scrollsec_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 50px 0 ;
}
#top2025_scrollsec section.content_top {
	max-width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
#top2025_oc01sec {
  background: #fff;
	padding-bottom: 50px;
}
#top2025_oc01sec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
#top2025_bnr01sec {
  background: #fff;
	padding: 0 0 50px ;
}
#top2025_bnr01sec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
#top2025_bnr02sec {
  background: #FDE7CB;
	margin: 20px 0;
}
#top2025_bnr02sec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
#top2025_sns01ssec {
  background: #fff;
	padding: 50px 0;
}
#top2025_sns01ssec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
}
@media screen and ( max-width : 768px ) {
#top2025_sns02ssec {
	width : 100%;
  background: #fff;
	padding: 10px 0;
}
#top2025_sns02ssec section.content_top {
	width: 98%;
	min-width: 400px;
	margin: 10px auto ;
}
#top2025_aboutsec {
	width: 100%;
  background: #fff;
}
#top2025_aboutsec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto 30px;
}
.top2025_aboutsec_iv {
	width: 100%;
  background-image: url("../img/top/2025/top_aboutiv01.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 ;
}
.top2025_aboutsec_iv p {
	width: 100%;
	 margin: 0 auto ;
  padding: 400px 0 50px;
}
.top2025_aboutsec_iv img{
	width: 100%;
}
#top2025_scrollsec {
  width: 100%;
  background-image: url("../img/top/2025/top2025_scrollsec_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 30px 0;
}
#top2025_scrollsec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
#top2025_oc01sec {
  background: #fff;
	padding-bottom: 50px;
}
#top2025_oc01sec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
#top2025_bnr01sec {
  background: #fff;
	padding: 0 0 50px ;
}
#top2025_bnr01sec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
#top2025_bnr02sec {
  background: #FDE7CB;
	margin: 20px 0;
}
#top2025_bnr02sec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
#top2025_sns01ssec {
  background: #fff;
	padding: 50px 0;
}
#top2025_sns01ssec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.sp_footer {
	max-width: 768px;
	min-width: 400px;
}
.sp_footer img{
	width: 100%;
}
.sp_footer_sec {
	display: flex;
	margin: 0;
}
.sp_footer_sec02 {
	display: flex;
	margin: -7px 0 0;
}
.sp_footer_sec .sp_ftitem01{
	flex:1;
	margin: 0 ;
}
.sp_footer_sec .sp_ftitem02{
	flex:1;
	margin: 0 0 0 -1px;
}
.sp_footer_sec02 .sp_ft02item01{
	flex:1;
	margin: 0 ;
}
.sp_footer_sec02 .sp_ft02item02{
	flex:1;
	margin: 0 0 0 -1px;
}
}
/* 2025変更ここまで */

@media screen and ( min-width : 769px ) {
#top2024_mv {
  background: #fff;
}
#top2024_mv section.content_top {
	width: 100%;
	min-width: 500px;
	margin: 0 auto ;
}
#top2024_mv img{
  width: 100%;
}
	
#top2024_scrollsec {
  background: #fff;
}
#top2024_scrollsec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
	
#top2024_aboutsec {
  background: #fff;
}
#top2024_aboutsec section.content_top {
	width: 100%;
	min-width: 500px;
	margin: 0 auto 80px;
}
.top2024_aboutsec_ttlsec {
	width: 800px;
	margin: 50px auto;
}
.top2024_aboutsec_ttl {
	width: 80%;
	margin: 0 auto;
	border-bottom: solid 1px #333333;
	color: #333;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_aboutsec_subttl {
	text-align: center;
	font-size: 20px;
	color: #333;
	margin: 10px 0;
}
.top2024_aboutsec_btnarea {
	width: 800px;
	margin: 0 auto 10px;
}
.top2024_aboutsec_subbtnarea {
	width: 100%;
	margin: 30px auto;
}
.top2024_aboutsec_01 {
	width: 100%;
	background: #fff;
	padding: 50px 0 80px 0;
}
.top2024_aboutsec_01 {
  position: relative;
}
.top2024_aboutsec_01::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #9085B9 transparent;
}
.top2024_aboutsec_01_contents {
	max-width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_aboutsec_01flex {
	display: flex;
	margin: 10px 0;
}
.top2024_aboutsec_01flex .top2024_aboutsec_01flexitem01{
	flex:1.5;
	margin: 0 10px;
}
.top2024_aboutsec_01flex .top2024_aboutsec_01flexitem02{
	flex:1;
	margin: 0 10px;
}
.top2024_aboutsec_01flex img{
	width: 100%;
}
.top2024_aboutsec_01flexitemttl{
	width: 90%;
	margin: 80px auto 30px;
}
.top2024_aboutsec_01flexitemttl img{
	width: 100%;
}
.top2024_aboutsec_01flexitemtxt01{
	width: 90%;
	margin: 20px auto;
	text-align: left;
	color: #333;
	font-size: 16px;
}
.top2024_aboutsec_01flexitemtxt02{
	width: 90%;
	margin: 20px auto;
	text-align: left;
	color: #fff;
	font-size: 16px;
}
.top2024_aboutsec_02 {
	width: 100%;
	background: #9085B9;
	padding: 50px 0 80px 0;
}
.top2024_aboutsec_02 {
  position: relative;
}
.top2024_aboutsec_02::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.top2024_aboutsec_02_contents {
	max-width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_aboutsec_02flex {
	display: flex;
	margin: 10px 0;
}
.top2024_aboutsec_02flex .top2024_aboutsec_02flexitem01{
	flex:1;
	margin: 0 10px;
}
.top2024_aboutsec_02flex .top2024_aboutsec_02flexitem02{
	flex:1.5;
	margin: 0 10px;
}
.top2024_aboutsec_02flex img{
	width: 100%;
}
.top2024_aboutsec_03 {
	width: 100%;
	background: #fff;
	padding: 50px 0 30px ;
}
.top2024_aboutsec_03 {
  position: relative;
}
.top2024_aboutsec_03_contents {
	max-width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_aboutsec_03flex {
	display: flex;
	margin: 10px 0;
}
.top2024_aboutsec_03flex img{
	width: 100%;
}
.top2024_aboutsec_03flex .top2024_aboutsec_03flexitem01{
	flex:1.5;
	margin: 0 10px;
}
.top2024_aboutsec_03flex .top2024_aboutsec_03flexitem02{
	flex:1;
	margin: 0 10px;
}

#top2024_oc01sec {
  background: #F9EAF2;
	padding-bottom: 50px;
}
#top2024_oc01sec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_oc01sec_ttl {
	width: 95%;
	margin: 50px auto 0;
}
.top2024_oc01sec_ttl img {
	width: 100%;
	margin: 0 auto;
}
.top2024_oc01sec_iv {
	width: 80%;
	margin: 0 auto;
}
.top2024_oc01sec_iv img {
	width: 100%;
}
.top2024_oc01sec_txt {
	width: 80%;
	margin: 30px auto;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.top2024_oc01sec_btnarea {
	width: 100%;
	margin: 50px auto 30px;
}
	
#top2024_oc02sec {
  background: #D1EAE4;
	padding: 50px 0;
}
#top2024_oc02sec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_oc02sec_area {
	background: #fff;
	padding: 30px 0;
	margin: 30px 0;
}
.top2024_oc02sec_area img {
	width: 100%;
}
.top2024_oc02sec_iv00 {
	width: 15%;
	position: absolute;
	margin: -20px 10px 10px 10px ;
	z-index: 5;
}
.top2024_oc02sec_iv01 {
	width: 90%;
	margin: 0 auto;
}
.top2024_oc02sec_ttl {
	width: 80%;
	margin: 10px auto;
	border-bottom: solid 1px #333333;
	color: #333;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_oc02sec_txt {
	width: 80%;
	margin: 30px auto;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.top2024_oc02sec_btnarea {
	width: 100%;
	margin: 20px auto;
}

#top2024_coursesec {
	width: 100%;
  background: linear-gradient(90deg,
			rgba(130, 133, 212, 0.4) 0%,
			rgba(255, 159, 198, 0.4) 50%,
			rgba(255, 159, 198, 0.4) 100%);
}
#top2024_coursesec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
	padding: 50px 0;
}
.top2024_coursesec_ttl{
	width: 80%;
	margin: 30px auto;
}
.top2024_coursesec_ttl img {
	width: 100%;
}
.top2024_coursesec_txt{
	width: 80%;
	margin: 30px auto;
	color: #333;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.gakka_link2024_flexarea01 {
	width: 100%;
	margin: 20px auto;
}
.gakka_link2024_flexarea02 {
	width: 50%;
	margin: 5px auto;
}
.gakka_link2024_flex01 {
	display: flex;
	margin: 10px ;
}
.gakka_link2024_flex01 img{
	width: 100%;
}
.gakka_link2024_flex01 .gakka_link2024_flex01item01{
	flex:1;
	margin: 0 15px;
}
.gakka_link2024_flex01 .gakka_link2024_flex01item02{
	flex:1;
	margin: 0 15px;
}
.gakka_link2024_flex01 .gakka_link2024_flex01item03{
	flex:1;
	margin: 0 15px;
}

#top2024_bnr01sec {
	width: 100%;
  background: linear-gradient(90deg,
			rgba(130, 133, 212, 0.4) 0%,
			rgba(255, 159, 198, 0.4) 50%,
			rgba(255, 159, 198, 0.4) 100%);
	padding: 0 0 50px ;
}
#top2024_bnr01sec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_bnr01sec_iv {
	width: 90%;
	margin: 0 auto ;
}
.top2024_bnr01sec_iv img{
	width: 100%;
}

#top2024_supportsec {
  background: #FDE7CB;
}
#top2024_supportsec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
	padding: 50px 0;
}
.top2024_supportsec_subttl {
	width: 80%;
	margin: 0 auto;
	border-bottom: solid 1px #333333;
	color: #333;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}
.top2024_supportsec_ttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_supportsec_txt {
	width: 80%;
	margin: 30px auto 50px;
	color: #F39800;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.top2024_supportsec_iv01 {
	width: 80%;
	margin: 30px auto;
}
.top2024_supportsec_iv01 img{
	width: 100%;
}
.top2024_supportsec_btnarea {
	width: 100%;
	margin: 70px auto;
}
.top2024_supportsec_iv02 {
	width: 80%;
	margin: 30px auto;
}
.top2024_supportsec_iv02 img{
	width: 100%;
}
#top2024_bnr02sec {
  background: #fff;
	margin: 50px 0;
}
#top2024_bnr02sec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_school_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top2024_school_sec img{
	width: 100%;
	margin: 0 auto;
}
.top2024_school_sec .top2024_schoolimg {
  width: calc(50.0% - 20px);
  margin: 20px 10px;
}

#top2024_newssec {
  background: #fff;
	padding: 50px 0;
}
#top2024_newssec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_newsttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	border-bottom: solid 1px #333333;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_newssubttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-size: 20px;
	padding: 10px 30px;
}
.top2024_news{
	width: 550px;
	margin: 0 auto;
}
.top2024_newsbtnarea {
	width: 100%;
	margin: 30px auto;
}

#top2024_sns01ssec {
  background: #E7D0E3;
	padding: 50px 0;
}
#top2024_sns01ssec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_sns01ssec_ttl01 {
	width: 80%;
	margin: 30px auto;
}
.top2024_sns01ssec_ttl01 img{
	width: 100%;
}
.top2024_sns01ssec_ttl02 {
	width: 80%;
	margin: 15px auto 7px;
}
.top2024_sns01ssec_ttl02 img {
	width: 100%;
}
.top2024_sns01ssec_piarea {
	width: 90%;
	margin: 10px auto 0;
}
.top2024_sns01ssec_pi {
	height: 400px;
	margin: 0 auto 60px;
}
.top2024_sns01ssec_pi02 {
	height: 400px;
	margin: 0 auto ;
}
#top2024_sns02ssec {
  background: #fff;
	padding: 10px 0;
}
#top2024_sns02ssec section.content_top {
	width: 500px;
	min-width: 469px;
	margin: 10px auto ;
}
.top2024_sns_msg {
	text-align: center;
	font-size: 16px;
	color: #333;
}
#top2024_otherssec {
  background: #fff;
	padding: 50px 0;
}
#top2024_otherssec section.content_top {
	width: 800px;
	min-width: 500px;
	margin: 0 auto ;
}
.top2024_otherssec_ttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	border-bottom: solid 1px #333333;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_otherssec_subttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}
}
@media screen and ( max-width : 768px ) {
#top2024_mv {
  background: #fff;
}
#top2024_mv section.content_top {
	width: 100%;
	min-width: 400px;
	margin: 0 auto ;
}
#top2024_mv img{
  width: 100%;
}
#top2024_scrollsec {
  background: #fff;
}
#top2024_scrollsec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}

#top2024_aboutsec {
  background: #fff;
}
#top2024_aboutsec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 50px auto ;
}
.top2024_aboutsec_ttlsec {
	width: 100%;
	margin: 0 auto;
}
.top2024_aboutsec_ttl {
	width: 80%;
	margin: 0 auto;
	border-bottom: solid 1px #333333;
	color: #333;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_aboutsec_subttl {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}
.top2024_aboutsec_btnarea {
	width: 100%;
	margin: 0 auto;
}
.top2024_aboutsec_subbtnarea {
	width: 100%;
	margin: 30px auto;
}
.top2024_aboutsec_01 {
	width: 100%;
	background: #fff;
	padding: 20px 0 40px ;
}
.top2024_aboutsec_01 {
  position: relative;
}
.top2024_aboutsec_01::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #9085B9 transparent;
}
.top2024_aboutsec_01_contents {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_aboutsec_01flex {
	display: flex;
	margin: 10px 0;
}
.top2024_aboutsec_01flex .top2024_aboutsec_01flexitem01{
	flex:1.5;
	margin: 0 10px;
}
.top2024_aboutsec_01flex .top2024_aboutsec_01flexitem02{
	flex:1;
	margin: 0 10px;
}
.top2024_aboutsec_01flex .top2024_aboutsec_01flexitem02 img{
	width: 100%;
}
.top2024_aboutsec_01flexitemttl{
	width: 95%;
	margin: 30px auto;
}
.top2024_aboutsec_01flexitemttl img{
	width: 100%;
}
.top2024_aboutsec_01flexitemtxt01{
	width: 95%;
	margin: 30px auto;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.top2024_aboutsec_01flexitemtxt02{
	width: 90%;
	margin: 30px auto;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.top2024_aboutsec_02 {
	width: 100%;
	background: #9085B9;
	padding: 20px 0 40px ;
}
.top2024_aboutsec_02 {
  position: relative;
}
.top2024_aboutsec_02::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.top2024_aboutsec_02_contents {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_aboutsec_02flex {
	display: flex;
	margin: 10px 0;
}
.top2024_aboutsec_02flex .top2024_aboutsec_02flexitem01{
	flex:1;
	margin: 0 10px;
}
.top2024_aboutsec_02flex .top2024_aboutsec_02flexitem01 img{
	width: 100%;
}
.top2024_aboutsec_02flex .top2024_aboutsec_02flexitem02{
	flex:1.5;
	margin: 0 10px;
}
.top2024_aboutsec_03 {
	width: 100%;
	background: #fff;
	padding: 20px 0 40px ;
}
.top2024_aboutsec_03 {
  position: relative;
}
.top2024_aboutsec_03_contents {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_aboutsec_03flex {
	display: flex;
	margin: 10px 0;
}
.top2024_aboutsec_03flex .top2024_aboutsec_03flexitem01{
	flex:1.5;
	margin: 0 10px;
}
.top2024_aboutsec_03flex .top2024_aboutsec_03flexitem02{
	flex:1;
	margin: 0 10px;
}
.top2024_aboutsec_03flex .top2024_aboutsec_03flexitem02 img{
	width: 100%;
}

#top2024_oc01sec {
  background: #F9EAF2;
	padding: 50px 0;
}
#top2024_oc01sec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_oc01sec_ttl {
	width: 95%;
	margin: 0 auto;
}
.top2024_oc01sec_ttl img {
	width: 100%;
	margin: 0 auto;
}
.top2024_oc01sec_iv {
	width: 80%;
	margin: 0 auto;
}
.top2024_oc01sec_iv img {
	width: 100%;
}
.top2024_oc01sec_txt {
	width: 80%;
	margin: 30px auto;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
.top2024_oc01sec_btnarea {
	width: 100%;
	margin: 30px auto;
}

#top2024_oc02sec {
  background: #D1EAE4;
	padding: 50px 0;
}
#top2024_oc02sec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_oc02sec_area {
	background: #fff;
	width: 	90%;
	margin: 0 auto 30px ;
	padding: 30px 0;
}
.top2024_oc02sec_area img {
	width: 100%;
}
.top2024_oc02sec_iv00 {
	width: 20%;
	position: absolute;
	margin: -20px 10px 10px 10px ;
	z-index: 5;
}
.top2024_oc02sec_iv01 {
	width: 85%;
	margin: 0 auto;
}
.top2024_oc02sec_ttl {
	width: 85%;
	margin: 20px auto 30px;
	border-bottom: solid 1px #333333;
	color: #333;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_oc02sec_txt {
	width: 85%;
	margin: 20px auto;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
.top2024_oc02sec_btnarea {
	width: 100%;
	margin: 30px auto;
}

#top2024_coursesec {
  background: linear-gradient(90deg,
			rgba(130, 133, 212, 0.4) 0%,
			rgba(255, 159, 198, 0.4) 50%,
			rgba(255, 159, 198, 0.4) 100%);
	padding: 50px 0;
}
#top2024_coursesec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_coursesec_ttl{
	width: 85%;
	margin: 30px auto;
}
.top2024_coursesec_ttl img {
	width: 100%;
}
.top2024_coursesec_txt{
	width: 85%;
	margin: 30px auto;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#top2024_bnr01sec {
  background: linear-gradient(90deg,
			rgba(130, 133, 212, 0.4) 0%,
			rgba(255, 159, 198, 0.4) 50%,
			rgba(255, 159, 198, 0.4) 100%);
	margin: 0;
	padding: 30px 0;
}
#top2024_bnr01sec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_bnr01sec_iv {
	width: 90%;
	margin: 0 auto ;
}
.top2024_bnr01sec_iv img{
	width: 100%;
}

#top2024_supportsec {
  background: #FDE7CB;
	padding: 50px 0;
}
#top2024_supportsec section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
}
.top2024_supportsec_subttl {
	width: 80%;
	margin: 0 auto;
	border-bottom: solid 1px #333333;
	color: #333;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.top2024_supportsec_ttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_supportsec_txt {
	width: 80%;
	margin: 20px auto;
	color: #F39800;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 2;
}
.top2024_supportsec_iv01 {
	width: 90%;
	margin: 20px auto;
}
.top2024_supportsec_iv01 img{
	width: 100%;
}
.top2024_supportsec_btnarea {
	width: 100%;
	margin: 30px auto;
}
.top2024_supportsec_iv02 {
	width: 90%;
	margin: 30px auto;
}
.top2024_supportsec_iv02 img{
	width: 100%;
}

#top2024_bnr02sec {
  background: #fff;
}
#top2024_bnr02sec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 30px auto ;
}
.top2024_school_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.top2024_school_sec img{
	width: 100%;
	margin: 0 auto;
}
.top2024_school_sec .top2024_schoolimg {
  width: calc(100.0% - 60px);
  margin: 20px 30px;
}

#top2024_newssec {
  background: #fff;
}
#top2024_newssec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 50px auto ;
}
.top2024_newsttl {
	width: 85%;
	margin: 0 auto;
	color: #333;
	border-bottom: solid 1px #333333;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_newssubttl {
	width: 85%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.top2024_news{
	width: 85%;
	margin: 10px auto;
}
.top2024_newsbtnarea {
	width: 100%;
	margin: 30px auto;
}

#top2024_sns01ssec {
  background: #F9EAF2;
	padding: 30px 0;
}
#top2024_sns01ssec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_sns01ssec_ttl01 {
	width: 90%;
	margin: 30px auto;
}
.top2024_sns01ssec_ttl01 img{
	width: 100%;
}
.top2024_sns01ssec_ttl02 {
	width: 90%;
	margin: 15px auto 7px;
}
.top2024_sns01ssec_ttl02 img {
	width: 100%;
}
.top2024_sns01ssec_piarea {
	width: 90%;
	margin: 10px auto 0;
}
.top2024_sns01ssec_pi {
	height: 400px;
	margin: 10px auto 60px;
}
.top2024_sns01ssec_pi02 {
	height: 400px;
	margin: 10px auto 0;
}
#top2024_sns02ssec {
  background: #fff;
	padding: 30px 0;
}
#top2024_sns02ssec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 30px auto ;
}
.top2024_sns_msg {
	text-align: center;
	font-size: 16px;
	color: #333;
}

#top2024_otherssec {
  background: #fff;
	padding: 50px 0;
}
#top2024_otherssec section.content_top {
	max-width: 768px;
	min-width: 400px;
	margin: 0 auto ;
}
.top2024_otherssec_ttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	border-bottom: solid 1px #333333;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}
.top2024_otherssec_subttl {
	width: 80%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
}