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

Warm-Upコース　2025.11.4

----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  }

#nanba_lp header > div{
  padding: 20px 10px 10px;
  margin: -10px 0 0;
}
#nanba_lp .logo img {
  height: 40px;
  width: auto;
  margin: 0 5px 0 0;
}
/* ヘッダー全体 */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20rem; 
  z-index: 99;
  background-color: transparent; 
  transition: background-color 0.3s ease;
}
/* スクロール時の背景 */
.site-header.scrolled {
  background-color: #fff; 
}
/* ロゴは常に表示 */
.site-header .logo {
  opacity: 1;
  transition: none;
}

.contactus header > div {
  padding:10px;
  margin: -10px 0 0;
}

.logo img {
  height: 40px;
  width: auto;
}
.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #333;
  margin: 10px 0 0;
  transition: margin 0.3s ease;
}
.hamburger-btn.is-scrolled {
  margin: 0;
}
.icon-bar {
  display: inline-block;
  font-size:36px;
  font-weight: normal;
}

.icon-bar.close {
  display: none;
}

/* メニュー表示中は ☰ を消して × を出す */
.hamburger-btn.active .open {
  display: none;
}

.hamburger-btn.active .close {
  display: inline-block;
}
/* ハンバーガーメニュー全体 */
.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFBC7;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 9999999;
  padding: 8rem 4rem 4rem;
}


.hamburger-menu.active {
  display: flex;
}
.menu-container{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.menu-btm{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hm_line{
  padding: 0 0 20px;
}
.hm_title{
  margin-bottom: 40px;
}
.menu-top a,
.menu-btm a{
  color: #E61E64;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: left;
  display: block;
  font-family: "Zen Maru Gothic";
}
.menu-top {
  text-align: center;
  margin: -20px 0 0;
}
/* メニュー項目 */
.menu-item {
  cursor: pointer;
  font-weight: bold;
}
/* メニューを無効化 */
.menu-item.disabled {
  pointer-events: none;
  color: #D30D23;
  font-size: 14px;
  font-weight: bold;
  background: url(/form/trial_lp/img/arrow.png) no-repeat right top 7px;
  margin-top: 20px;
}

.button-grid{
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.button-grid a{
  display: block;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s ease;
  background: url(/school/osaka/namba/lp/img/menu_arrow.png) no-repeat right 10px center;
  border-bottom: 2px dotted #9E9E9F;
  padding: 15px 0;
  width: 48%;
}
.button-grid a:hover {
 
}
.close-btn {
  position: fixed;
  top: 2.5rem;
  right: 20.5rem;
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
}
#nanba_lp .pagetop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 40px;
  z-index: 3;
}


#nanba_lp .side_btn {
  position: fixed;
  top: 200px;
  right: 0;
  width: 46px;
  z-index: 3;
}
#nanba_lp #contents {
}
#nanba_lp #contents .main h1 img{
  width: 100%;
}
#nanba_lp #contents .entry_btn{
  width: 100%;
  text-align: center;
  background: #E5005A;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 35px;
}
#nanba_lp .entry_btn_pink{
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

#nanba_lp #contents .entry_btn .entry_txt{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
}
#nanba_lp .entry_btn_pink .entry_txt{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
}
#nanba_lp #contents .entry_btn .entry_txt::before{
  content:"";
  position: absolute;
	width:13px;
	height:26px;
	background:url(/school/osaka/namba/lp/img/diagonal_line.png) no-repeat left;
  top:0;
  left: -20px;
}
#nanba_lp .entry_btn_pink .entry_txt::before{
  content:"";
  position: absolute;
	width:13px;
	height:26px;
	background:url(/school/osaka/namba/lp/img/diagonal_line_black.png) no-repeat left;
  top:0;
  left: -20px;
}

#nanba_lp #contents .entry_btn .entry_txt::after{
  content:"";
  position: absolute;
	width:13px;
	height:26px;
	background:url(/school/osaka/namba/lp/img/diagonal_line.png) no-repeat left;
  top:0;
  right: -20px;
  transform: scaleX(-1);
}
#nanba_lp .entry_btn_pink .entry_txt::after{
  content:"";
  position: absolute;
	width:13px;
	height:26px;
	background:url(/school/osaka/namba/lp/img/diagonal_line_black.png) no-repeat left;
  top:0;
  right: -20px;
  transform: scaleX(-1);
}

#nanba_lp #contents .entry_btn a{
  border-radius: 36px;
  background: #FFF717;
  width: 550px;
  height: 75px;
  display: grid;
  place-items: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}
#nanba_lp .entry_btn_pink a{
  border-radius: 36px;
  background: #E5005A;
  max-width: 550px;
  width: 100%;
  height: 75px;
  display: grid;
  place-items: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}

#nanba_lp #contents .entry_btn a p{
  color: #E5005A;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

#nanba_lp .entry_btn_pink a p{
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
#nanba_lp #contents .entry_btn a p::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background: url("/school/osaka/namba/lp/img/entry_arrow.png") no-repeat center right;
  top: 8%;
  right: -30px;
}
#nanba_lp .entry_btn_pink a p::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background: url("/school/osaka/namba/lp/img/entry_arrow_w.png") no-repeat center right;
  top: 8%;
  right: -30px;
}
#nanba_lp .main-slider img{
  width: 100%;
}

#nanba_lp .about .slick-dots {
  bottom:-55px !important;
}
#nanba_lp .about .slick-dots li button{
  width: 18px !important;
  height: 18px !important;
}
#nanba_lp .about .slick-dots li button:before {
  content: '';
  font-size: 0;
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #E61E64;
  border-radius: 50%;
}

#nanba_lp .about .slick-dots li.slick-active button:before {
  background: #B6B6B6;
}
#nanba_lp .about .slick-dots li button::before{
  font-size:0 !important;
}

#nanba_lp #contents .wrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 100px;
}
#nanba_lp #contents .wrap .start{
  text-align: center;
}
#nanba_lp #contents .wrap h1{
  text-align: center;
  padding: 15px 0;
}
#nanba_lp #contents .wrap h1 img:nth-of-type(1){
  margin: 0 0 30px;
}
#nanba_lp #contents .wrap h2{
  text-align-last: center;
}

#nanba_lp .about{
  background: #FFFBC7;
  padding: 65px 0 80px;
}
#nanba_lp .about h2{
  text-align-last: center;
}

#nanba_lp .slick_prev {
  position: absolute;
  top: 50%;
  left: 20px;
  background: none;
  z-index: 9;
}
#nanba_lp .about .slick_prev {
  position: absolute;
  top: 50%;
  left: 60px;
  background: none;
  z-index: 9;
}

#nanba_lp .slick_next {
  position: absolute;
  top: 50%;
  right: 20px;
  background: none;
}
#nanba_lp .about .slick_next {
  position: absolute;
  top: 50%;
  right: 60px;
  background: none;
}



#nanba_lp .map_area{
  text-align: center;
  margin: 70px 0 0;
}
#nanba_lp .map_area h3{
  color: #E61E64;
  text-align: center;
  font-family:"Inter","Noto Sans JP",system-ui,sans-serif;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
#nanba_lp .map_area h3::before{
  content:"";
  position: absolute;
	width:18px;
	height:40px;
	background:url(/school/osaka/namba/lp/img/diagonal_line_pink.png) no-repeat left;
  bottom:0;
  left: -20px;
}
#nanba_lp .map_area h3::after{
  content:"";
  position: absolute;
	width:18px;
	height:40px;
	background:url(/school/osaka/namba/lp/img/diagonal_line_pink.png) no-repeat left;
  bottom:0;
  right: -20px;
  transform: scaleX(-1);
}
#nanba_lp .map_area h3 span{
  font-size: 26px;
}
#nanba_lp .map_area iframe{
  border: 0;
  display: block;
  max-width: 670px;
  width: 100%;
  margin: 40px auto 30px;;
  height: 360px;
}
#nanba_lp .map_area p{
  text-align: center;
  font-family:"Inter","Noto Sans JP",system-ui,sans-serif;
  font-size: 22px;
  font-weight: 500;
}

/*tokuten*/
#nanba_lp #contents .tokuten{
  background: #FCD980;
  text-align: center;
  padding: 70px 0;
}
#nanba_lp #contents .tokuten > p{
  margin-bottom: 20px;
}

/*recom*/
#nanba_lp #contents .recom{
  padding: 70px 0;
}
#nanba_lp #contents .recom h2{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
#nanba_lp #contents .recom ul{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nanba_lp #contents .recom ul li{
  text-align: center;
}
#nanba_lp #contents .recom ul li p{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
#nanba_lp #contents .recom ul li p span{
  margin: 0 0 15px;
  display: block;
}

/*learning*/
#nanba_lp #contents .learning{
  background: #FFFBC7;
  padding: 70px 0;
}
#nanba_lp #contents .learning h2{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 40px;
}
#nanba_lp #contents .learning h2 span{
  color: #E61E64;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6.4px;
}
#nanba_lp #contents .learning ul{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nanba_lp #contents .learning > p{
  max-width: 960px;
  width: 100%;
  margin: 20px auto;
  font-size: 16px;
}

/*コース*/
#nanba_lp #contents .course_area .course_area_top{
  background:url(/school/osaka/namba/lp/img/bg_line.png) #FCE2C4;
  padding: 70px 0 0;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner h2{
  width: 100%;
  margin:0 0 30px;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea{
  width: 55%;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea h3{
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 20px;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p{
  margin-bottom: 10px;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p span{
  font-size: 13px;
  display: block;
  margin: 30px 0;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner figure{
  width: 45%;
  display: flex;
  align-items: flex-end;
}

#nanba_lp #contents .course_area .course_area_btm{
  background: url(/school/osaka/namba/lp/img/bg_line.png), linear-gradient(180deg, #FFFBE3 0%, #FCE2C4 100%);
  padding: 30px 0;
}

#nanba_lp #contents .course ul{
}
#nanba_lp #contents .course ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 50px 0 20px;
  border-radius: 16px;
}

#nanba_lp #contents .course ul li#course01::before{
  position: absolute;
  content: "";
  background: url("/school/osaka/namba/lp/img/preschool01.png") no-repeat;
  cursor: pointer;
  width: 119px;
  height: 107px;
  top: 45px;
  left: 39%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}
#nanba_lp #contents .course ul li#course02::before{
  position: absolute;
  content: "";
  background: url("/school/osaka/namba/lp/img/elementary01.png") no-repeat;
  cursor: pointer;
  width: 93px;
  height: 107px;
  top: 45px;
  left: 39%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}

#nanba_lp #contents .course ul li#course03::before{
  position: absolute;
  content: "";
  background: url("/school/osaka/namba/lp/img/junior01.png") no-repeat;
  cursor: pointer;
  width: 99px;
  height: 107px;
  top: 45px;
  left: 39%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}
#nanba_lp #contents .course ul li#course04{
  margin-top:70px;
}

#nanba_lp #contents .course ul li#course04::before {
  position: absolute;
  content: "＼ さらに英検®取得にも ／";
  cursor: pointer;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  color: #036EB8;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
#nanba_lp #contents .course ul li figure{
  width: 25%;
}
#nanba_lp #contents .course ul li figure img{
  width: 100%;
}

#nanba_lp #contents .course ul li h3{
  position: relative;
  pointer-events: none;
cursor: default;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-family:"Inter","Noto Sans JP",system-ui,sans-serif;
  font-size: 26px;
  font-weight: bold;
  height: 70px;
  display: grid;
  place-items: center;
  top: 25px;
  z-index: 2;
}
#nanba_lp #contents .course ul li:nth-of-type(1) h3{
  background: #F6AC19;
}
#nanba_lp #contents .course ul li:nth-of-type(2) h3{
  background: #AACE36;
}
#nanba_lp #contents .course ul li:nth-of-type(3) h3{
  background: #62B0E3;
}
#nanba_lp #contents .course ul li:nth-of-type(4) h3{
  background: #036EB8;
}


#nanba_lp #contents .course ul li .course_inner{
   /* display:none;*/
    padding: 90px 40px 30px;
  border-radius: 16px;
  margin: -30px 0 0;
  position: relative;
  z-index: 0;
}

#nanba_lp #contents .course ul li .course_inner::after{
  content:"";
  position: absolute;
  left:8px;
  top:10px;
  width: 100%;
  height:100%;
  border-radius: 16px;
  border: 1px solid #000;
   z-index: 1;
}
#nanba_lp #contents .course ul li#course04 .course_inner::after{
  content:"";
  position: absolute;
  left:1%;
  top:-1%;
  width: 98%;
  height:98%;
  border-radius: 16px;
  border: 1px solid #fff;
   z-index: 1;
}

.course ul li#course01 .course_inner {
  background: #FBD37E;
}
.course ul li#course02 .course_inner {
  background: #D4E188;
}
.course ul li#course03 .course_inner {
  background: #D0E8F8;
}
.course ul li#course04 .course_inner {
  background: #DEE2F2;
}

#nanba_lp #contents .course ul li div.course_inner .course_info{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nanba_lp #contents .course ul li .rightBox {
  width: 39%;
}
#nanba_lp #contents .course ul li#course03 .rightBox,
#nanba_lp #contents .course ul li#course04 .rightBox {
  width: 69%;
}
#nanba_lp #contents .course ul li .rightBox h4{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

#nanba_lp #contents .course ul li .rightBox p{
  font-size: 16px;
}
#nanba_lp #contents .course ul li .course_btn_area{
  width: 30%;
  z-index:5;
}

/* モーダル背景 */
.course ul li .course_btn_area .open-btn{
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  width: 250px;
  padding: 10px 0;
  margin: 0 0 20px;
  cursor: pointer;
  position: relative;
}
.course ul li .course_btn_area .open-btn img{
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%) translateX(-50%);
}
.course ul li#course01 .course_btn_area .open-btn{
  color: #F6AC19;
}
.course ul li#course02 .course_btn_area .open-btn{
  color: #AACE36;
}
.course ul li#course03 .course_btn_area .open-btn{
  color: #62B0E3;
}
.course ul li#course04 .course_btn_area .open-btn{
 color: #036EB8;
}
.course ul li#course02 .course_btn_area .open-btn img {
  position: absolute;
  top: 70%;
  right: 3px;
  transform: translateY(-50%) translateX(-50%);
}
.modal_lp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer; /* オーバーレイ部分をクリック可能に */
  z-index: 999999;
}

.modal_lp ~ #nanba_lp #contents .course ul li h3 {
  z-index: 0;
}

#modal1-toggle:checked + .modal_lp,
#modal2-toggle:checked + .modal_lp,
#modal3-toggle:checked + .modal_lp,
#modal4-toggle:checked + .modal_lp,
#modal5-toggle:checked + .modal_lp,
#modal6-toggle:checked + .modal_lp,
#modal7-toggle:checked + .modal_lp {
  display: flex;
}

.modal_lp_content{
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  max-width: 710px;
  width: 90%;
  position: relative;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
}
#nanba_lp #contents .course .modal_lp_content figure{
  width: 45%;
}
 #nanba_lp #contents .course .modal_lp_content figure img{
  width: 100%;
}
.modal_lp_content .modal_inner {
  width: 55%;
  padding: 0 10px 0 40px;
}
.modal_lp_content .modal_inner h2{
  text-align-last: left !important;
  color: #F6AC19;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom:15px;
}
 #m_green .modal_lp_content .modal_inner h2{
  color: #AACE36;
}
 #m_l_blue .modal_lp_content .modal_inner h2{
  color: #62B0E3;
}
 #m_blue .modal_lp_content .modal_inner h2{
  color: #036EB8;
}

.close-btn{
  position: absolute;
  top: 15px;
  right: 2rem;
  font-size: 24px;
  cursor: pointer;
}
.hamburger-menu .close-btn{
  position: absolute;
  top: 15px;
  right: 21rem;
  font-size: 24px;
  cursor: pointer;
}
#nanba_lp .ml_btnArea{
  width: 780px;
  margin: 80px auto 0;
}

#nanba_lp .ml_btnArea p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFE114;
}

#nanba_lp .ml_btnArea .btn{
  width: 780px;
  font-size: 3rem;
  font-weight: bold;
  margin: 10px 0 80px;
  border: 5px solid #fff;
  background: #003b74;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 10px 0;
}
#nanba_lp .ml_btnArea .btn span{
    font-size: 2.2rem;
}

#nanba_lp .bnr{
  text-align: center;
  padding: 90px 0 0;
  background: #FCD980;
}

/*qa_area*/
#nanba_lp #contents .accordion-content{
    display:none;
    padding: 20px;
}



/*four_step*/
#nanba_lp .four_step{
  margin: 0 auto;
  width: 100%;
  background: #FFFBC7;
  padding: 70px 0;
}
#nanba_lp .four_step h2 {
  color: #E61E64;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin: 0 0 50px;
}


#nanba_lp .four_step .four_step_inner{
  display: flex;
  justify-content: space-between;
}
#nanba_lp .four_step .four_step_inner .slick_slider{
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto 40px;
}
#nanba_lp .features{
  padding: 70px 0;
}
#nanba_lp .features h2{
  color: #E61E64;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin:0 0 50px;
}
#nanba_lp .features h2 span{
  font-size: 52px;
}

#nanba_lp .features .features_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  height:500px;
}

#nanba_lp .features .features_inner .slick_slider_pc {
  /*width: calc(100vw - (100vw - 1000px) / 2);
  margin-right: calc((100vw - 1000px) / -2);*/
  display: flex;
  justify-content: left;
  gap: 20px;
}
#nanba_lp .features .features_inner .slick_slider_pc {
  overflow: hidden; 
}
#nanba_lp .four_step .four_step_inner .slick_slider .step_list{
  max-width: 300px;
  width: 100%;
  border-radius:5px;
  position: relative;
}
#nanba_lp .features .features_inner .slick_slider_pc .features_list{
  max-width: 330px;
  width:100%;
  border-radius:5px;
  position: relative;
}

#nanba_lp .four_step .four_step_inner .slick_slider .step_list img,
#nanba_lp .features .features_inner .slick_slider_pc .features_list img{
  width: 100%;
}
/*slick*/
.slick_slider,
.slick_slider_pc{
  width: 100%; 
  margin: 0 auto; 
  overflow: hidden; 
}

.slick_slider .slick-slide,
.slick_slider_pc .slick-slide{
  display: block;
  width: 100%; 
  box-sizing: border-box; 
}
@media screen and (min-width: 769px) {
  /* コンテナははみ出しOK */
  .slick_slider_pc {
    overflow: hidden;
    padding: 0 12px;
  }

  /* スライド間の隙間 */
  .slick_slider_pc .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/*
.slick_prev,
.slick_next {
  position: absolute;
  top: 40px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E5005A;
  background: #E5005A;
}

.slick_prev {
  left: 10%;
  top: 45%;
}

.slick_next{
  right: 10%;
  top: 45%;
}

.slick_prev:before,
.slick_next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 1;
  content: '';
}

.slick_prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.slick_next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
*/
.slick-dots{
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slick-dots li.slick-active button::befor{
  color: #E60012;
}


/*アクセス*/
#nanba_lp .access {
  background: #FFFBC7;
  padding: 70px 0;
}
#nanba_lp .access h2 {
  color: #E61E64;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin: 0 0 35px;
}
#nanba_lp .access .sch_name{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 40px;
}
#nanba_lp .access h3{
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
#nanba_lp .access h3::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #000;
  left: 0;
  margin-top: -1px;
}
#nanba_lp .access h3 span{
  position: relative;
  padding: 0 1rem 0 0;
  display: inline-block;
  background: #FFFBC7;
  font-weight: bold;
}

#nanba_lp .access .access_inner{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nanba_lp .access .address{
  width: 30%;
}
#nanba_lp .access .time{
  width: 65%;
}
#nanba_lp .access .weekly{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 0 25px;
}
#nanba_lp .access .weekly li{
  width: 30%;
  border-bottom: 1px dashed #868686;
  padding: 1.5rem 0;
}
#nanba_lp .access .weekly li span{
  margin: 0 10px;
}
#nanba_lp .access .weekly li span.saturday{
  color: #3852F7;
}
#nanba_lp .access .weekly li span.holiday{
  color:#E61E64;
}


/*よくある質問*/
#nanba_lp .qa_area {
  padding: 70px 0;
}
#nanba_lp .qa_area .qa_area_inner{
  max-width: 960px;
  width: 100%;
  margin:0 auto;
}

#nanba_lp .qa_area h2 {
  color: #E61E64;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin: 0 0 50px;
}
#nanba_lp .qa_area h3{
  position: relative;
  background: #FFFBC7;
  height: 50px;
  border-radius: 16px;
  padding: 0 40px;
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 700;
  display: flex;
  place-items: center;
  margin: 30px 0 0;
}
#nanba_lp .qa_area h3 span{
  margin:0 30px 0 0;
}

#nanba_lp .qa_area h3::after{
  position: absolute;
  top: 5px;
  right: 50px;
  content: "＋";
  font-size: 1.6rem;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  color: #E61E64;
}
#nanba_lp .qa_area h3.active::after {
  content: "－";
}
#nanba_lp .qa_area p{
  display: flex;
  padding: 0 20px;
}
#nanba_lp .qa_area p span{
  margin-right:30px;
}


#nanba_lp .foot_note{
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  font-size: 13px;
}

#nanba_lp .footer_nanba{
  text-align: center;
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #000;
}
#nanba_lp .footer_nanba p{
  margin: 10px 0;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
#nanba_lp #wrap {
  padding: 0;
}
#nanba_lp header > div {
  margin: 0;
}
#nanba_lp .logo img {
  height: 30px;
}
#nanba_lp .site-header {
  padding: 1rem 1rem 2rem;
  background-size: 230%;
}
.hamburger-menu {
  padding: 4rem 0 2rem;
  overflow-x: scroll;
  height: 100vh;
}
.hamburger-menu.active {
  padding-bottom: 100px;
}
.hamburger-btn {
  right: 10px;
  margin: 0;
  top: 5px;
}
  .hamburger-menu .close-btn{
    right: 15px;
    top: 10px;
  }
.hm_title img{
  width: 100%;
}

.menu-btm a{
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #B79255;
    padding: 15px 0;
  }
.menu-top a img,
.menu-btm a img{
    width: 100%;
  }
.menu-item.disabled {
  margin: 20px auto;
  border-top: 1px solid #B79255;
  width: 90%;
  padding: 10px 0 0 0;
}
.menu-item .sp_img{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.button-grid {
  display: block;
  width: 90%;
  margin:0 auto 20px;
}
.button-grid a{
  width: 100%;
  margin-bottom:10px;
}
.menu-top {
  text-align: center;
  margin: -20px 0 0;
  padding: 40px 20px 0;
}
.menu-top a {
  margin-bottom:0;
}

.close-btn {
  position: absolute;
}
.close-btn img{
  width: 50%;
}
#nanba_lp #contents .wrap h2 img{
      width: 100%;
  }
#nanba_lp #contents .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
}
#nanba_lp #contents .wrap .start img{
  width: 70%;
}
#nanba_lp #contents .wrap h1 {
  margin-top: 70px;
}
#nanba_lp #contents .wrap h1 img {
  margin: 10px 0 0;
  width: 100%;
}
#nanba_lp #contents .wrap h1 img:nth-of-type(1) {
  margin: 0 0 10px;
}
#nanba_lp .about {
  padding: 0 0 40px;
}
#nanba_lp .about h2{
  background: url(/school/osaka/namba/lp/img/about_img.png) no-repeat left top;
  text-align-last: right;
  width: 100%;
  background-size: 36%;
  padding: 30px 20px 50px 0;
}
#nanba_lp .about h2 img {
    width: 60%;
  }
#nanba_lp .about .main-slider{
    margin: -40px 0 0;
  }
#nanba_lp .slick_prev {
  left: 10px;
}
#nanba_lp .slick_next {
  right: 10px;
}
#nanba_lp .about .slick_prev {
  left: 20px;
}
#nanba_lp .about .slick_next {
  right: 20px;
}

 #nanba_lp .slick_prev img,
#nanba_lp .slick_next img{
  width: 50%;
}
#nanba_lp .map_area {
  margin: 70px 0 0;
  padding: 0 20px;
}
#nanba_lp .map_area iframe {
  width: 100%;
  margin: 20px auto;
  height: 190px;
}
 #nanba_lp .map_area p {
  font-size: 16px;
} 
  
/*tokuten*/
#nanba_lp #contents .tokuten{
  padding: 40px 20px;
}
#nanba_lp #contents .tokuten p img{
  width: 100%;
}

  
/*recom*/
#nanba_lp #contents .recom{
  padding: 40px 0;
}
#nanba_lp #contents .recom h2 {
  font-size: 24px;
}
#nanba_lp #contents .recom ul {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#nanba_lp #contents .recom ul li p {
  text-align: left;
  margin: 0 0 15px;
  position: relative;
  padding: 0 30px 0 80px;
}
#nanba_lp #contents .recom ul li p span {
  left: 30px;
  position: absolute;
}

#nanba_lp #contents .recom ul li figure{
  text-align: left;
  margin-bottom: 40px;
}
#nanba_lp #contents .recom ul li:nth-child(even) figure{
  text-align: right;
}
#nanba_lp #contents .recom ul li figure img{
  width: 90%;
}
  
  
/*learning*/
#nanba_lp #contents .learning{
  padding: 40px 0;
}
#nanba_lp #contents .learning h2{
  font-size: 18px;
  margin: 0 0 40px;
}
#nanba_lp #contents .learning h2 span{
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6.4px;
}
#nanba_lp #contents .learning ul{
 display: block;
}
#nanba_lp #contents .learning ul li{
  text-align: left;
  margin-bottom: 15px;
}
#nanba_lp #contents .learning ul li:nth-of-type(2){
  text-align: right;
}

#nanba_lp #contents .learning ul li img{
  width: 90%;
}
#nanba_lp #contents .learning > p {
  width: 90%;
  margin: 20px auto;
  font-size: 14px;
}
#nanba_lp #contents .learning .entry_btn_pink{
    width: 90%;
  margin:0 auto;
  }
  
#nanba_lp #contents .course_area .course_area_top {
  padding: 40px 0 0;
} 
#nanba_lp #contents .course_area .course_area_top .course_area_inner h2 {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner h2 img{
  width: 80%;
}
  
#nanba_lp #contents .course_area .course_area_top .course_area_inner {
  width: 100%;
  display: block;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p {
  margin-bottom: 10px;
  width: 90%;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p:nth-of-type(2) {
  margin: 0 auto 20px;
  text-align: center;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p:nth-of-type(3) {
  margin: 0 auto 20px;
 text-align: left;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p span {
  font-size: 12px;
  margin: 15px 0;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea,
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p img{
  width: 100%;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner figure,
#nanba_lp #contents .course_area .course_area_top .course_area_inner figure img {
  width: 85%;
  margin: 0 auto;
}

#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea p:nth-of-type(2)  img{
  width: 75%;
}
#nanba_lp #contents .course_area .course_area_top .course_area_inner .leftArea h3 {
  font-size: 25px;
  text-align: center;
}
#nanba_lp #contents .course_area .course_area_btm {
  padding: 0 0 30px;
}
#nanba_lp #contents .course {
  padding: 40px 0 0;
}
#nanba_lp #contents .course ul {
  width: 90%;
  margin: 0 auto;
}
#nanba_lp #contents .course ul li {
  margin: 0 0 40px;
}
#nanba_lp #contents .course ul li:nth-of-type(5){
  margin: 60px 0 20px;
}
#nanba_lp #contents .course ul li h3 {
  position: relative;
  cursor: pointer;
  pointer-events: initial;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-family: "Inter","Noto Sans JP",system-ui,sans-serif;
  font-size: 26px;
  font-weight: bold;
  height: 70px;
  display: grid;
  place-items: center;
  top: 25px;
  z-index: 2;
}
#nanba_lp #contents .course ul li h3::after{
  position: absolute;
  content: "";
  top: 38%;
  right: 20px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

#nanba_lp #contents .course ul li:nth-of-type(1) h3::after{
  position: absolute;
  content: "";
  background: url("/school/osaka/namba/lp/img/preschool_arrow.png") no-repeat;
}
#nanba_lp #contents .course ul li:nth-of-type(2) h3::after{
  position: absolute;
  content: "";
  background: url("/school/osaka/namba/lp/img/elementary_arrow.png") no-repeat;
}
#nanba_lp #contents .course ul li:nth-of-type(3) h3::after{
  position: absolute;
  content: "";
  background: url("/school/osaka/namba/lp/img/junior_arrow.png") no-repeat;
}
#nanba_lp #contents .course ul li:nth-of-type(4) h3::after{
  position: absolute;
  content: "";
  background: url("/school/osaka/namba/lp/img/eiken_arrow.png") no-repeat;
}

#nanba_lp #contents .course ul li h3.active::after{
  transform: scaleY(-1);
  top: 24%;
}
 #nanba_lp #contents .course ul li div.course_inner .course_info {
  display: block;
} 
#nanba_lp #contents .course ul li h3 {
  height: 60px;
}
 #nanba_lp #contents .course ul li div.course_inner .course_info h4{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
#nanba_lp #contents .course ul li#course01::before {
  top: 43px;
  left: 26%;
  background-size: 90%;
}
#nanba_lp #contents .course ul li#course02::before {
  top: 43px;
  left: 26%;
  background-size: 90%;
}
#nanba_lp #contents .course ul li#course03::before {
  top: 43px;
  left: 26%;
  background-size: 90%;
}
 #nanba_lp #contents .course ul li#course04::before {
  font-size: 22px;
  width: 100%;
} 
#nanba_lp #contents .course .entry_btn_pink a{
  width: 90%;
  margin:0 auto;
  }
#nanba_lp #contents .course ul li figure {
  width: 100%;
  margin: 20px 0;
}
#nanba_lp #contents .course ul li .rightBox {
  width: 100%;
  margin: 0 0 20px;
}
#nanba_lp #contents .course ul li#course03 .rightBox, 
  #nanba_lp #contents .course ul li#course04 .rightBox {
  width: 100%;
}
#nanba_lp #contents .course ul li .course_inner {
  display:none;
  padding: 70px 20px 20px 25px;
}
 #nanba_lp #contents .course ul li .course_btn_area {
  width: 100%;
  z-index: 5;
  position: relative;
} 
  #nanba_lp #contents .course ul li:last-child img{
    width: 100%;
  }
 .course ul li .course_btn_area .open-btn {
  width: 100%;
} 
.modal_lp_content {
  display: flex;
    flex-direction: column;
}
.modal_lp_content h2{
  color: #F6AC19;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom:15px;
}
 #m_green .modal_lp_content h2{
  color: #AACE36;
}
 #m_l_blue .modal_lp_content h2{
  color: #62B0E3;
}
 #m_blue .modal_lp_content h2{
  color: #036EB8;
}

#nanba_lp #contents .course .modal_lp_content figure {
  width: 100%;
  margin:0 0 15px;
}

.modal_lp_content .modal_inner {
  width: 100%;
  padding: 0;
}
#nanba_lp #contents .course ul li#course04 .course_inner::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 96%;
  height: 98%;
  border-radius: 16px;
  border: 1px solid #fff;
  z-index: 1;
}
/*アクセス*/
#nanba_lp .access {
  padding: 40px 20px;
}
 #nanba_lp .access .access_inner {
  width: 100%;
  margin: 0 auto;
  display: block;
} 
#nanba_lp .access .address {
  width: 100%;
}
#nanba_lp .access .time {
  width: 100%;
}  
#nanba_lp .access .weekly{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
#nanba_lp .access .weekly li {
  width: 48%;
  padding: 1rem 0;
} 
  
/*QA*/
#nanba_lp .qa_area h3 {
  height: 60px;
  border-radius: 20px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  margin: 30px auto 0;
  width: 90%;
}
#nanba_lp .qa_area h3 span {
  margin: 0 15px 0 0;
}
#nanba_lp .qa_area h3 span img{
  width: 28px;
}
#nanba_lp .qa_area h3::after {
  position: absolute;
  top: 10px;
  right: 7px;
  content: "＋";
  font-size: 1.6rem;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  color: #E61E64;
}
#nanba_lp .qa_area p span {
  margin-right: 15px;
} 
#nanba_lp .qa_area p span img{
  width: 28px;
}

/*four_step*/  
#nanba_lp .four_step {
  width: 100%;
  padding: 40px 0 60px;
}
#nanba_lp .four_step h2 {
    margin: 0 auto 20px;
    width: 90%;
  }
#nanba_lp .four_step h2 img{
    margin: 0 auto;
    width: 100%;
  }
#nanba_lp .four_step .four_step_inner {
  /*padding: 0 0 0 30px;*/
}

#nanba_lp .four_step .four_step_inner .slick_slider {
  gap: 0;
}
#nanba_lp .four_step .four_step_inner .slick_slider,
#nanba_lp .features .features_inner .slick_slider_pc {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
#nanba_lp .four_step .four_step_inner .slick_slider .step_list{
  margin: 0;
width: 70vw; 
  }
#nanba_lp .features {
  /*padding: 40px 0 40px 30px;*/
   padding: 40px 0;
}
#nanba_lp .features .features_inner {
  height: auto;
}
#nanba_lp .features .features_inner .slick_slider_pc .features_list {
  margin: 0 10px;
width: 70vw; 
  }

  #nanba_lp .four_step .slick_slider .slick-slide {
    padding: 0 8px; 
    box-sizing: border-box;
  }

#nanba_lp #contents .entry_btn {
  padding: 45px 0;
}
#nanba_lp #contents .entry_btn a{
  width: 90%;
  height: 75px;
}
#nanba_lp #contents .entry_btn a p{
  font-size: 17px;
}
#nanba_lp #contents .entry_btn a p::after {
  top: 25%;
  right: -20px;
}

#nanba_lp .entry_btn_pink a p {
  font-size: 17px;
  line-height: 1.4;
}
#nanba_lp .entry_btn_pink a p::after {
  top: 18%;
  right: -22px;
}
#nanba_lp .btm_entry{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999999;
}
#nanba_lp .btm_entry img{
  width: 100%;
}

#nanba_lp .pagetop {
  bottom: 13%;
}
#nanba_lp .pagetop img{
  width: auto;
}
#nanba_lp .footer_nanba{
  padding:40px 0 80px;
}
#nanba_lp .foot_btn{
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  background: url("/school/osaka/namba/lp/img/entry_arrow_w.png") no-repeat center right 7px #E61E64;
}
#nanba_lp .foot_btn p{
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  }
#nanba_lp .foot_note {
  width: 90%;
  margin: 20px auto;
  font-size: 12px;
}
}