@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;
  }
a:hover {
  opacity: .9;
  text-decoration: underline;
}
#shinsaibashi_lp header > div{
  padding: 20px 10px 10px;
  margin: -10px 0 0;
}
#shinsaibashi_lp .logo img {
  height: 40px;
  width: auto;
  margin: 0 5px 0 0;
}
#shinsaibashi_lp .logo a{
  display: flex;
  align-items: center;
}

#shinsaibashi_lp .logo a span{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 10px;
}
/* ヘッダー全体 */
.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%;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 9999999;
  padding: 8rem 4rem 4rem;
  background: #fff;
}


.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: #B60046;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: left;
  display: block;
}
.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/shinsaibashi/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;
}
#shinsaibashi_lp .pagetop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 40px;
  z-index: 3;
}


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

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

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

#shinsaibashi_lp #contents .entry_btn a{
  width: 550px;
  height: 75px;
  display: grid;
  place-items: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
  border-radius: 8px;
  background: var(--Style, linear-gradient(180deg, #FFF717 42.31%, #E28800 100%));
  text-decoration: none;
}
#shinsaibashi_lp .entry_btn_pink a{
  max-width: 550px;
  width: 100%;
  height: 75px;
  display: grid;
  place-items: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
  border-radius: 8px;
  background: var(--Linear, linear-gradient(356deg, #69001D 3.43%, #E5005A 96.45%));
  text-decoration: none;
}
#shinsaibashi_lp #contents .entry_btn a p{
  color: #B60046;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

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


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

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

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

#shinsaibashi_lp .about{
  padding: 65px 0 0;
  background-image:url(/school/osaka/shinsaibashi/lp/img/bg.jpg);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
#shinsaibashi_lp .about h2{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 40px;
}
#shinsaibashi_lp .about .about_txt{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 40px;
  line-height: 1.4;
}
#shinsaibashi_lp .about .about_txt span{
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 30px;
}

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

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

#shinsaibashi_lp .about .map_area_tit{
  background: url(/school/osaka/shinsaibashi/lp/img/map_area_top.png) no-repeat bottom;
  text-align: center;
  width: 100%;
  background-size: 100%;
  position: relative;
  padding: 19% 0 0;
}
#shinsaibashi_lp .about .map_area_tit img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#shinsaibashi_lp .map_area{
  text-align: center;
  background: #fff;
  margin: -50px 0 90px;
}

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

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

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

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

/*コース*/
#shinsaibashi_lp #contents .course{
  padding: 65px 0;
  background-image: url(/school/osaka/shinsaibashi/lp/img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

#shinsaibashi_lp #contents .ml_lesson{
  padding: 60px 0;
  background: #F3F0D8;
}
#shinsaibashi_lp #contents .ml_lesson .ml_tit{
  text-align: center;
  margin-bottom: 40px;
}
#shinsaibashi_lp #contents .ml_lesson .scene{
  text-align: center;
  margin-bottom:60px;
}
#shinsaibashi_lp #contents .ml_lesson .sheet{
  background: #E5C98E;
  height: 200px;
  text-align: center;
}
#shinsaibashi_lp #contents .ml_lesson .sheet img{
  margin: -30px 0 0;
}




#shinsaibashi_lp .ml_btnArea{
  width: 780px;
  margin: 80px auto 0;
}

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

#shinsaibashi_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;
}
#shinsaibashi_lp .ml_btnArea .btn span{
    font-size: 2.2rem;
}

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

/*qa_area*/
#shinsaibashi_lp #contents .accordion-content{
    display:none;
    padding: 20px;
    background: #F9F3F5;

}



/*four_step*/
#shinsaibashi_lp .four_step{
  margin: 0 auto;
  width: 100%;
  padding: 70px 0 0;
}
#shinsaibashi_lp .four_step h2 {
  color: #B60046;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin: 0 0 50px;
}


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

#shinsaibashi_lp .reason .reason_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  /*height:500px;*/
}

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

#shinsaibashi_lp .four_step .four_step_inner .slick_slider .step_list img,
#shinsaibashi_lp .reason .reason_inner .slick_slider_pc .reason_list img{
  width: 100%;
}
#shinsaibashi_lp .reason .note{
  margin: 10px;
}
/*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 #B60046;
  background: #B60046;
}

.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;
}


/*アクセス*/
#shinsaibashi_lp .access_area_tit{
  background: url(/school/osaka/shinsaibashi/lp/img/access_area_top.png) no-repeat bottom;
  text-align: center;
  width: 100%;
  background-size: 100%;
  position: relative;
  padding: 19% 0 0;
}
#shinsaibashi_lp .access_area_tit img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#shinsaibashi_lp .access {
  padding: 0 0 70px;
  background: #B60046;
  color:#fff;
}
#shinsaibashi_lp .access h2 {
  color: #B60046;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin: 0 0 35px;
}
#shinsaibashi_lp .access h3{
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  border-top: #fff 1px solid;
}
#shinsaibashi_lp .access h3 span{
  position: relative;
  padding: 0 1rem 0 0;
  display: inline-block;
  font-weight: bold;
  border-right: 1px solid #fff;
}

#shinsaibashi_lp .access .access_inner{
  max-width: 960px;
  width: 100%;
  margin:-50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shinsaibashi_lp .access .sch_name {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 1;
}

#shinsaibashi_lp .access .address{
  width: 30%;
}
#shinsaibashi_lp .access .time{
  width: 65%;
}
#shinsaibashi_lp .access .weekly{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 0 25px;
  margin-bottom: 10px;
}
#shinsaibashi_lp .access .weekly li{
  width: 30%;
  border-bottom: 1px dashed #fff;
  padding: 1.5rem 0;
}
#shinsaibashi_lp .access .weekly li span{
  margin: 0 10px;
}
#shinsaibashi_lp .access .weekly li span.saturday{
  color: #8AB8D5;
}
#shinsaibashi_lp .access .weekly li span.holiday{
  color:#EFFC7C;
}


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

#shinsaibashi_lp .qa_area h2 {
  color: #B60046;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin: 0 0 50px;
}
#shinsaibashi_lp .qa_area h3{
  position: relative;
  height: 50px;
  padding: 0 25px;
  color: #B60046;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  place-items: center;
  margin: 30px 0 0;
  background: url(/school/osaka/shinsaibashi/lp/img/qa_bg.png) top no-repeat;
}
#shinsaibashi_lp .qa_area h3 span{
  margin: -5px 20px 0 0;
}

#shinsaibashi_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: #B60046;
}
#shinsaibashi_lp .qa_area h3.active::after {
  content: "－";
}
#shinsaibashi_lp .qa_area p{
  display: flex;
  padding: 0 20px;
}
#shinsaibashi_lp .qa_area p span{
  margin-right:30px;
}


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

#shinsaibashi_lp .footer_shinsaibashi{
  text-align: center;
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #000;
}
#shinsaibashi_lp .footer_shinsaibashi p{
  margin: 10px 0;
  font-size: 12px;
}
#shinsaibashi_lp .footer_shinsaibashi p img{
  height: auto;
}

@media screen and (max-width: 769px) {
#shinsaibashi_lp #wrap {
  padding: 0;
}
#shinsaibashi_lp header > div {
  margin: 0;
}
#shinsaibashi_lp .logo img {
  height: 30px;
}
#shinsaibashi_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%;
}
#shinsaibashi_lp #contents .wrap h2 img{
      width: 100%;
  }
#shinsaibashi_lp #contents .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
}
#shinsaibashi_lp #contents .wrap .start img{
  width: 70%;
}
#shinsaibashi_lp #contents .wrap h1 {
  margin-top: 70px;
}
#shinsaibashi_lp #contents .wrap h1 img {
  margin: 10px 0 0;
  width: 100%;
}
#shinsaibashi_lp #contents .wrap h1 img:nth-of-type(1) {
  margin: 0 0 10px;
}
#shinsaibashi_lp .about {
    background-image: url(/school/osaka/shinsaibashi/lp/img/bg_sp.png);
    background-size: cover;
    background-position: top;
    padding: 40px 0 0;
  }
#shinsaibashi_lp .about h2{
  font-size: 22px;
}
#shinsaibashi_lp .about h2 img {
    width: 60%;
  }
#shinsaibashi_lp .about .about_txt{
    font-size: 17px;
    margin: 0 auto 40px;
    text-align: left;
    width: 90%;
  }
 #shinsaibashi_lp .about .about_txt span {
    font-size: 14px;
    margin: 10px auto 60px;
    text-align: left;
    display: block;
  }
#shinsaibashi_lp .about .map_area_tit {
  padding: 40% 0 0;
}
#shinsaibashi_lp .about .map_area_tit img {
  top: 120%;
}
#shinsaibashi_lp .about .main-slider{
    margin: -40px 0 0;
  }
#shinsaibashi_lp .main-slider img {
  width: 100%;
}
#shinsaibashi_lp .slick_prev {
  left: 10px;
}
#shinsaibashi_lp .slick_next {
  right: 10px;
}
#shinsaibashi_lp .about .slick_prev {
  left: 20px;
}
#shinsaibashi_lp .about .slick_next {
  right: 20px;
}

 #shinsaibashi_lp .slick_prev img,
#shinsaibashi_lp .slick_next img{
  width: 50%;
}
#shinsaibashi_lp .map_area{
    margin: 110px 0 40px;
    padding: 0 20px;
  }
#shinsaibashi_lp .map_area h3 {
  font-size: 18px;
}
#shinsaibashi_lp .map_area h3 span {
  font-size: 22px;
  font-weight: bold;
}
#shinsaibashi_lp .map_area iframe {
  width: 100%;
  margin: 20px auto;
  height: 190px;
}
 #shinsaibashi_lp .map_area p {
  font-size: 16px;
} 
  
/*tokuten*/
#shinsaibashi_lp #contents .tokuten{
  padding: 40px 20px 0;
}
#shinsaibashi_lp #contents .tokuten p img{
  width: 100%;
}

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

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

#shinsaibashi_lp #contents .learning ul li img{
  width: 90%;
}
#shinsaibashi_lp #contents .learning > p {
  width: 90%;
  margin: 20px auto;
  font-size: 14px;
}
#shinsaibashi_lp #contents .learning .entry_btn_pink{
    width: 90%;
  margin:0 auto;
  }
  
#shinsaibashi_lp #contents .ml_lesson .ml_tit {
  padding: 0 20px;
}
#shinsaibashi_lp #contents .ml_lesson .scene {
  padding: 0 20px;
}
 #shinsaibashi_lp #contents .ml_lesson .sheet {
  height: auto;
}
#shinsaibashi_lp #contents .ml_lesson .sheet img {
  margin: 0;
  padding: 20px;
}
  #shinsaibashi_lp #contents .ml_lesson .entry_btn_pink{
    width: 90%;
    margin:0 auto;
  }
 #shinsaibashi_lp #contents .course {
    padding: 65px 20px 20px;
    background-image: url(/school/osaka/shinsaibashi/lp/img/bg_sp.png);
    background-position: top;
  }
 #shinsaibashi_lp #contents .course .course_list_sp{
  background: #F3F0D8;
   padding: 15px;
   position: relative;
}
 #shinsaibashi_lp #contents .course .course_list_sp::after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    bottom: 0;
    width: 90%;
    left: 5%;
  }
  #shinsaibashi_lp #contents .course #mtm .mtm_inner{
    border: 1px solid #B60046;
    padding: 20px 2px 20px 20px;
  }
  #shinsaibashi_lp #contents .course #mtm::after,
    #shinsaibashi_lp #contents .course #high_s::after,
    #shinsaibashi_lp #contents .course #bn::after{
    display: none;
  }

 #shinsaibashi_lp #contents .course .course_list_sp img{
  width: 100%;
}
#shinsaibashi_lp #contents .course .course_list_sp .accordion-content {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    background: none;
  }
  #shinsaibashi_lp #contents .course .course_list_sp h3{
    position: relative;
  } 

#shinsaibashi_lp #contents .course .course_list_sp h3::after{
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  cursor: pointer;
  background: url(/school/osaka/shinsaibashi/lp/img/course_arrow.png) no-repeat;
  width: 17px;
  height:17px;
}
#shinsaibashi_lp #contents .course .course_list_sp h3.active::after {
  transform: scaleY(-1);
}
#shinsaibashi_lp #contents .course #mtm h3::after {
    right: 20px;
  }
  
/*アクセス*/
#shinsaibashi_lp .access {
  padding: 40px 20px;
}
 #shinsaibashi_lp .access .access_inner {
  width: 100%;
  margin: 0 auto;
  display: block;
} 
#shinsaibashi_lp .access .address {
  width: 100%;
}
#shinsaibashi_lp .access .address a{
  color:#fff;
}
#shinsaibashi_lp .access .time {
  width: 100%;
}  
#shinsaibashi_lp .access .weekly{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
#shinsaibashi_lp .access .weekly li {
  width: 48%;
  padding: 1rem 0;
} 
  
/*QA*/
#shinsaibashi_lp .qa_area h3{
    height: 60px;
    border-radius: 20px;
    padding: 10px 40px 0 20px;
    font-size: 16px;
    margin: 30px auto 0;
    width: 100%;
    line-height: 1.4;
  }
#shinsaibashi_lp .qa_area h3 span {
  margin: 0 15px 0 0;
}
#shinsaibashi_lp .qa_area h3 span img{
}
#shinsaibashi_lp .qa_area h3::after {
  position: absolute;
  top: 18px;
  right: 7px;
  content: "＋";
  font-size: 1.6rem;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  color: #B60046;
}
#shinsaibashi_lp .qa_area p {
  display: flex;
  padding: 0 10px;
}
#shinsaibashi_lp .qa_area p span {
  margin-right: 15px;
} 

#shinsaibashi_lp #contents .accordion-content {
  padding: 20px 10px;
  width: 90%;
  margin: 0 auto;
}
/*four_step*/  
#shinsaibashi_lp .four_step {
  width: 100%;
  padding: 40px 0 60px;
}
#shinsaibashi_lp .four_step h2 {
    margin: 0 auto 20px;
    width: 90%;
  }
#shinsaibashi_lp .four_step h2 img{
    margin: 0 auto;
    width: 100%;
  }
#shinsaibashi_lp .four_step .four_step_inner {
  /*padding: 0 0 0 30px;*/
}

#shinsaibashi_lp .four_step .four_step_inner .slick_slider {
  gap: 0;
}
#shinsaibashi_lp .four_step .four_step_inner .slick_slider,
#shinsaibashi_lp .reason .reason_inner .slick_slider_pc {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
#shinsaibashi_lp .four_step .four_step_inner .slick_slider .step_list{
  margin: 0;
width: 80vw; 
  }
#shinsaibashi_lp .reason {
  /*padding: 40px 0 40px 30px;*/
   padding: 40px 0;
}
#shinsaibashi_lp .reason .reason_inner {
  height: auto;
}
#shinsaibashi_lp .reason .reason_inner .slick_slider_pc .reason_list {
  margin: 0 10px;
width: 70vw; 
  }

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

#shinsaibashi_lp #contents .entry_btn {
  padding: 45px 0;
}
#shinsaibashi_lp #contents .entry_btn a{
  width: 90%;
  height: 75px;
}
#shinsaibashi_lp #contents  .tokuten .entry_btn a{
  width: 100%;
}

#shinsaibashi_lp #contents .entry_btn a p{
  font-size: 17px;
}
#shinsaibashi_lp #contents .entry_btn a p::after {
  top: 25%;
  right: -60px;
}

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

#shinsaibashi_lp .pagetop {
  bottom: 13%;
}
#shinsaibashi_lp .pagetop img{
  width: auto;
}
#shinsaibashi_lp .footer_shinsaibashi{
  padding:40px 0 80px;
}
#shinsaibashi_lp .footer_shinsaibashi img{
  height: 30px !important;
  }
#shinsaibashi_lp .foot_btn{
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: var(--Linear, linear-gradient(356deg, #69001D 3.43%, #E5005A 96.45%));
  }
#shinsaibashi_lp .foot_btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background: url("/school/osaka/shinsaibashi/lp/img/entry_arrow_w.png") no-repeat center right;
  top: 30%;
    right: 10px;
}

#shinsaibashi_lp .foot_btn p{
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  }
#shinsaibashi_lp .foot_btn a p{
  color:#FFF717;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  }

#shinsaibashi_lp .foot_note {
  width: 90%;
  margin: 20px auto;
  font-size: 12px;
}
}