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


/*----------------------------------------------------------

対面レッスン×AIアプリ学習LPページ　2026.1.1

----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*{
  padding: 0;
  margin: 0;
}
#ahl {
  overflow-x: hidden;
}
#ahl a{
  text-decoration: none;
}
#history_menu {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
}
#history_menu ul li {
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
#history_menu ul li:first-child {
  background: #FF7E00;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}
#history_menu ul li a {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 50px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#history_menu ul li:first-child a {
  color: #fff;
}
#history_menu ul li a span {
  width: 1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
}


#ahl{
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin:0 auto;
  line-height: 1.4;
  font-size:16px;
  color: #121212;
}
#ahl .logo {
  background-color: #fff;
  padding: 15px 0 15px 30px;
}
#ahl .main{
  margin-bottom: 40px;
  background: url(/form/ai_hybrid_lesson_lp/img/main_bg.png) no-repeat;
  position: relative;
  width: 100%;
  background-size: cover;
  min-height:766px;
}

#ahl .main_inner{
  transform: scale(1);
  transform-origin: top center;
  position: relative;
  width: 1700px;
  height: 780px;
  margin: 0 auto;
}

.main .main_copy{
  width: 100%;
  margin: 0 auto 0 5%;
  max-width: 1230px;
}
.main .main_copy.is_end .img_01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main_copy.is_end .img_02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
  z-index: 1;
  position: absolute;
  top: 355px;
}
.main .main_copy.is_end .img_03{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  z-index: 2;
  position: absolute;
  bottom: 15px;
}
.main .main_copy.is_end .img_04{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.main .copy_img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: block;
}


/*共通フェードイン*/
.fadein {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadein.is_show {
  opacity: 1;
}
.fade_up {
  transform: translateY(20px);
}

.fade_up.is_show {
  transform: translateY(0);
}
/* 左から右へ */
.fade_left {
  transform: translateX(-30px);
}
.fade_left.is_show {
  transform: translateX(0);
}

/* 右から左へ */
.fade_right {
  transform: translateX(30px);
}
.fade_right.is_show {
  transform: translateX(0);
}
/* 少しだけ遅らせる */
.delay_slow {
  transition-delay: 0.2s; 
}
#ahl .ml_area{
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#ahl .ml_area p{
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2.8px;
  margin: 0 0 10px;
  position: relative;
}
#ahl .ml_area p::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 79px;
  background: url(/form/ai_hybrid_lesson_lp/img/ml_line.png) no-repeat left;
  top: 0;
  left: 65px;
}
#ahl .ml_area p::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 79px;
  background: url(/form/ai_hybrid_lesson_lp/img/ml_line.png) no-repeat left;
  top: 0;
  right: 65px;
  transform: scaleX(-1);
}
#ahl .ml_area p span{
  color: #840000;
}
#ahl .ml_area .ml_btn{
  border-radius: 50px;
  background: linear-gradient(90deg, #FF7E00 0%, #FF7E00 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  justify-content: center;
  height: 100px;
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
#ahl .ml_area .ml_btn::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 30px;
  width: 81px;
  height: 99px;
  background: url("/form/ai_hybrid_lesson_lp/img/feedback.png") no-repeat;
  background-size: 90%;
}

#ahl .lesson_style{
  background: url("/form/ai_hybrid_lesson_lp/img/lesson_style_bg.png") no-repeat top;
  background-size: cover;
  padding: 195px 0;
}
#ahl .lesson_style h2{
  text-align: center;
}
#ahl .lesson_style .lead{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  padding: 50px 0 80px;
}
#ahl .lesson_style .lead span{
  background: url(/form/ai_hybrid_lesson_lp/img/lead_bg.png) no-repeat;
  background-size: 100%;
  padding: 0 15px;
}
#ahl .lesson_style h3 {
  color: #FFF;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.1em;
  margin-bottom: 20px;
}
#ahl .lesson_style h3 span{
  font-size: 80px;
  line-height: 1;
}
#ahl .lesson_style h3 .note{
  font-size: 14px;
  font-weight: 400;
  max-width: 1110px;
  text-align: left;
  width: 100%;
}
#ahl .lesson_style .graph{
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
#ahl .lesson_style .graph div:nth-of-type(2){
  text-align: right;
}
#ahl .lesson_style .graph div:nth-of-type(2) img{
  margin: -80px 0 -50px;
}
#ahl .forte .forte_tit{
  margin:30px 0 70px;
  text-align: center;
}
#ahl .forte ul{
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
#ahl .forte ul li{
  background: url(/form/ai_hybrid_lesson_lp/img/lesson_style04_bg.png) no-repeat;
  position: relative;
  background-size: 100%;
  padding: 80px 55px 140px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
#ahl .forte ul li:nth-of-type(2){
  background: url(/form/ai_hybrid_lesson_lp/img/lesson_style05_bg.png) no-repeat;
  position: relative;
  background-size: 100%;
  padding: 80px 55px 80px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ahl .forte ul li span{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#ahl .forte ul li p{
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  width: 72%;
  padding: 10px 0 0;
}
#ahl .forte ul li:nth-of-type(2) p{
  padding: 40px 0 0;
}
#ahl .forte ul li .forte_list{
  margin: 40px auto 0;
  display: flex;
  gap: 50px;
  text-align: center;
}
#ahl .study_assist{
  width: 100%;
  margin: 0 auto;
  background: url(/form/ai_hybrid_lesson_lp/img/study_assist_btm.png) bottom no-repeat;
  padding-bottom: 20px;
  background-size: 100%;
  position: relative;
}
#ahl .study_assist::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #860000;
}
#ahl .study_assist ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 50px;
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
#ahl .study_assist ul li:nth-of-type(3){
  padding: 90px 50px;
}
#ahl .study_assist ul li div{
  width: 64%;
}
#ahl .study_assist ul li h4{
  font-size: 32px;
  font-weight: 900;
  background: url(/form/ai_hybrid_lesson_lp/img/study_assist_line.png) no-repeat bottom left;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#ahl .study_assist ul li h4 span{
  letter-spacing: -2px;
}
#ahl .study_assist ul li p{
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
#ahl .study_assist ul li figure{
  position: absolute;
  right: -50px;
  top: 40px;
}
#ahl .study_assist ul li:nth-of-type(2) figure{
  top: 60px;
}

#ahl .study_assist ul li:nth-of-type(3) figure{
  top: 40px;
}
#ahl .lesson_style_btm{
  background: url(/form/ai_hybrid_lesson_lp/img/lesson_style_btm_bg.png) no-repeat;
  background-size: 100%;
  position: relative;
  max-height: 1060px;
  min-height: 1060px;
}
@media screen and (min-width: 2000px) {
#ahl .lesson_style_btm{
  background: url(/form/ai_hybrid_lesson_lp/img/lesson_style_btm_bg.png) no-repeat bottom;
  background-size: 100%;
  position: relative;
  max-height: 1060px;
  min-height: 1060px;
}
}
#ahl .lesson_style_btm .lesson_style_btm_inner {
  text-align: center;
}
#ahl .lesson_style_btm .lesson_style_btm_inner p img {
  width: 56vw; 
  max-width: 1134px;
  min-width: 363px;
  height: auto;
}
#ahl .lesson_style_btm .ml_bg div img{
  width: 90vw;
  max-width: 700px;
  min-width: 180px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  #ahl .lesson_style_btm .ml_bg div img {
    width: 80vw; 
   max-width: 600px;
  min-width: 180px;
  height: auto;
 }
}
@media screen and (max-width: 1300px) {
  #ahl .lesson_style_btm .ml_bg div img {
    width: 70vw; 
   max-width: 500px;
  min-width: 180px;
  height: auto;
 }
}

@media screen and (max-width: 1200px) {
  #ahl .lesson_style_btm .ml_bg div img {
    width: 70vw; 
   max-width: 450px;
  min-width: 180px;
  height: auto;
 }
}
#ahl .lesson_style_btm .ml_bg{
  padding: 3.5% 0 0;
}
#ahl .lesson_style_btm .ml_bg div{
  width: 100%;
  text-align: center;
}
/*
#ahl .lesson_style_btm .ml_bg .ml_area {
  width: 40%;
}
#ahl .lesson_style_btm .ml_bg .ml_area p {
  font-size: clamp(18px, 2.2vw, 28px);
}
#ahl .lesson_style_btm .ml_bg .ml_area p::before {
  left: 25px;
}
#ahl .lesson_style_btm .ml_bg .ml_area p::after {
  right: 25px;
}

#ahl .lesson_style_btm .ml_bg .ml_area a {
  font-size: clamp(18px, 2.2vw, 30px);
}
*/
#ahl .evidence {
  max-width: 1280px;
  width: 100%;
  height: 740px;
  background: #D9D9D9;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin: 40px auto 80px;
}

#ahl .message{
  background: url(/form/ai_hybrid_lesson_lp/img/message.png) top right no-repeat;
  background-size: auto;
  padding: 60px 0 0;
}
#ahl .message h2{
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 65px;
}

#ahl .message .message_inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#ahl .message .message_inner figure{
  margin: 0 40px 0 0;
}
#ahl .message .message_inner .message_txt h3{
  font-size: 28px;
  font-weight: 900;
  line-height: 170%;
  margin-bottom: 25px;
}
#ahl .message .message_inner .message_txt p{
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 15px;
}
#ahl .message .message_inner .message_txt .right_txt{
  text-align: right;
  font-size: 20px;
}

#ahl .course{
  background: url("/form/ai_hybrid_lesson_lp/img/course_bg.png") no-repeat top;
  background-size: cover;
  padding: 195px 0 290px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 2000px) {
#ahl .course{
    background: url("/form/ai_hybrid_lesson_lp/img/course_bg.png") no-repeat bottom;
    background-size: cover;
  padding: 195px 0 290px;
  position: relative;
  margin-bottom: 40px;
}
}
#ahl .course h2{
  color:#fff;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom:50px;
}
#ahl .school__area h2{
  color:#333 !important;
}
#ahl .course h2{
  color:#fff;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom:50px;
}

#ahl .course .sa_course_list{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
#ahl .course .sa_course_list li{
  width: 32%;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 25px;
  border-top: 8px solid #0A6923;
}
#ahl .course .sa_course_list li.discussion{
  border-top: 8px solid #083889;
}
#ahl .course .sa_course_list li.enjoy_english{
  border-top: 8px solid #A97F03;
}
#ahl .course .sa_course_list li.high_s_academic{
  border-top: 8px solid #B63000;
}
#ahl .course .sa_course_list li.junior{
  border-top: 8px solid #5A047C;
}

#ahl .course .sa_course_list li h3{
  color: #0A6923;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 25px;
}
#ahl .course .sa_course_list li.discussion h3{
  color: #083889;
}
#ahl .course .sa_course_list li.enjoy_english h3{
  color: #A97F03;
}
#ahl .course .sa_course_list li.high_s_academic h3{
  color: #B63000;
}
#ahl .course .sa_course_list li.junior h3{
  color: #5A047C;
}
#ahl .course .sa_course_list li figure{
  margin:0 0 25px;
}
#ahl .course .sa_course_list li figure img{
  width: 100%;
}

#ahl .course .sa_course_list li .icon_list{
  display: flex;
  padding: 0 12px;
  justify-content: left;
  align-items: center;
  gap: 8px;
  margin: 0 0 15px -12px;
}
#ahl .course .sa_course_list li .icon_list span{
  border-radius: 4px;
  background: #0A6923;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
}
#ahl .course .sa_course_list li.discussion .icon_list span{
  background: #083889;
}
#ahl .course .sa_course_list li.enjoy_english .icon_list span{
  background: #A97F03;
}
#ahl .course .sa_course_list li.high_s_academic .icon_list span{
  background: #B63000;
}
#ahl .course .sa_course_list li.junior .icon_list span{
  background: #5A047C;
}
#ahl .course .sa_course_list li .price {
  color: #C01212;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  border-bottom: 1px solid #CCC;
  padding: 0 0 18px;
}
#ahl .course .sa_course_list li .price span{
  font-size: 34px;
}
 #ahl .course .sa_course_list li h4{
  color: #121212;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
 #ahl .course .sa_course_list li p{
  font-size: 18px;
}

#ahl .course .sa_course_tit{
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 160%;
  margin: 0 0 20px;
}
#ahl .course .sa_course_note{
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  margin: -30px 0 60px;
}
#ahl .course .ml_bg{
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#ahl .voice{
  background: url(/form/ai_hybrid_lesson_lp/img/voice_bg.png) bottom center no-repeat;
  background-size: 100%;
  padding-bottom: 140px;
}
#ahl .voice h2{
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  background: url(/form/ai_hybrid_lesson_lp/img/voice.png) top center no-repeat;
  background-size: auto;
  padding: 110px 0;
}
#ahl .voice ul{
  max-width: 990px;
  margin: -30px auto 0;
  width: 100%;
}
#ahl .voice ul li{
  background: #FFF;
  padding: 50px 60px;
  margin: 0 0 40px;
}
#ahl .voice ul li div{
  display: flex;
  margin-bottom: 20px;
}
#ahl .voice ul li div figure{
  margin: 0 20px 0 0;
}
#ahl .voice ul li div p {
  width: 100%;
  border-bottom: 1px solid #CCC;
  display: grid;
  place-items: center;
  justify-content: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
}
 #ahl .voice ul li > p{
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}

/*-----------------------------------------------------
目的別 カウンセリングの流れ
------------------------------------------------------*/
#flow_counseling{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
#flow_counseling ul{
  display: flex;
}
#flow_counseling ul li{
  border-radius: 20px 20px 0px 0px;
  margin: 0;
  width: 50%;
  text-align: center;
  padding:0;
}
#flow_counseling ul li a{
  display: block;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 0;
  opacity: 0.5;
}
#flow_counseling ul li.school a{
  background: #ffe5ef;
}
#flow_counseling ul li.online a{
  background: #e0ecf9;
}
#flow_counseling ul li.active a{
  opacity: 1;
}

#flow_counseling ul li a span{
  border-radius: 20px;
  background: #fff;
  display: inline-block;
  padding: 0 30px;
  font-size: 2.0rem;
  margin-bottom: 20px;
}
#flow_counseling ul li a span:nth-of-type(2){
  background:none;
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 0;
}
#flow_counseling .tab_box {
  padding: 40px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
#flow_counseling .tab_box ol{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
}
#flow_counseling .tab_box ol li{
  width: 24%;
  position: relative;
}
#flow_counseling .tab_box #tab01 ol li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(/cinfo/img/flow_counseling_arrow01.png) no-repeat left;
  position: absolute;
  right: -20px;
  top: 28%;
}
#flow_counseling .tab_box #tab02 ol li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(/cinfo/img/flow_counseling_arrow02.png) no-repeat left;
  position: absolute;
  right: -20px;
  top: 28%;
}
#flow_counseling .tab_box #tab01 ol li:last-child::after,
#flow_counseling .tab_box #tab02 ol li:last-child::after {
  display: none;
}

#flow_counseling .tab_box #tab01 ol li h3{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.2;
}
#flow_counseling .tab_box #tab02 ol li h3,
#flow_counseling .tab_box #tab01 ol li:nth-of-type(1) h3{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0 15px;
  line-height: 1.2;
}
#flow_counseling .tab_box ol li p{
  padding: 0 30px;
}
#flow_counseling .tab_box .note {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}



@media screen and (max-width: 740px) {
#history_menu {
  position: fixed;
  top: initial;
  bottom: 0;
  z-index: 100;
  width: 100%;
  right: initial;
}
#history_menu ul li:first-child {
  background: #FF7E00;
  margin-bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  width: 100%;
}
#history_menu ul li a span {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: initial;
  line-height: 1;
}
#history_menu ul li a{
    width: 100%;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    height: auto;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    border: none;
  }
#ahl img{
    width: 100%;
  }
#ahl .logo {
  background-color: #fff;
  padding: 15px 0 15px 20px;
}
#ahl .logo img {
 width: auto;
 height: 25px;
}
#ahl .main {
  margin-bottom: 40px;
  background: url(/form/ai_hybrid_lesson_lp/img/main_bg_sp.png) no-repeat;
  position: relative;
  width: 100%;
  background-size: cover;
  min-height: auto;
}
#ahl .main_inner{
    transform: none !important;
    transform-origin: none !important;
    position: relative;
    width: 100%;
  padding-top: 150%;
    margin: 0 auto;
  height:auto;
  }


.main .main_copy {
  width: 100%;
  margin: 0 auto 0 5%;
  max-width: 100%;
}
/* SP専用の親を想定 */
.sp_view .copy_img {
  transform: none !important; /* translateYを無効化 */
  opacity: 0; /* フェードイン用 */
}
.main .main_copy.is_end .img_01 {
  opacity: 1;
  transform: translateX(0) !important;
  transition-delay: 0.2s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main_copy.is_end .img_03{
    opacity: 1;
    transform: translateY(0) !important;
    transition-delay: 0.3s;
    z-index: 2;
    position: absolute;
    top: 65%;
    left: 0;
  width: 55%;
  bottom: initial;
}

.main .main_copy.is_end .img_04{
  opacity: 1;
  transform: none !important;
  transition-delay: 0.2s;
  position: absolute;
bottom: 0;
  right: 0;
  z-index: 1;
  width: 80%;
}

  
  
#ahl .ml_area {
  width: 90%;
  margin: 0 auto 20px;
}
#ahl .ml_area .ml_btn {
  height: 55px;
  font-size: 16px;
  padding: 0 0 0 20px;
}
#ahl .ml_area p {
  font-size: 16px;
}
#ahl .ml_area p::before {
  top: -18px;
  left: -5px;
  background-size: 50%;
}
#ahl .ml_area p::after {
  top: -18px;
  right: -5px;
  background-size: 50%;
} 
#ahl .ml_area .ml_btn::before {
  top: -8px;
  left: 0px;
  background-size: 54%;
}
#ahl .lesson_style{
  background:
    url("/form/ai_hybrid_lesson_lp/img/lesson_style_bg_sp_btm.png") no-repeat center calc(100% + 1px),
    url("/form/ai_hybrid_lesson_lp/img/lesson_style_bg_sp.png") no-repeat center -1px,
    linear-gradient(0deg, #600707 20.24%, #860000 93.22%);
  background-size:
    contain,
    contain,
    cover;
  padding: 70px 0;
}
#ahl .lesson_style .lead {
  font-size: 14px;
  padding: 30px 0 80px;
}
#ahl .lesson_style h2 {
  padding: 0 40px;
} 
#ahl .lesson_style .lead {
  padding: 30px 20px;
}
#ahl .lesson_style h3 {
  font-size: 32px;
  display: block;
  line-height: 1.4;
}
#ahl .lesson_style h3 span {
  font-size: 36px;
}
 #ahl .lesson_style h3 .note {
  font-size: 12px;
  width: 90%;
  margin: 20px auto;
  line-height: 1.4;
} 
#ahl .lesson_style .graph div:nth-of-type(2) img {
  margin: 0;
}
#ahl .forte{
  padding: 0 20px;
  background:
    url(/form/ai_hybrid_lesson_lp/img/forte_bg_sp.png) no-repeat,
    linear-gradient(0deg, #600707 20.24%, #860000 93.22%);
  background-size: contain, cover;
  background-position: top, center;
  margin: -6px 0 0;
}
#ahl .forte .forte_tit {
    margin: 0 0 50px;
    text-align: center;
    padding: 70px 0 0;
  }
#ahl .forte ul li {
  background-image:
    url(/form/ai_hybrid_lesson_lp/img/lesson_style04_bg_sp_t.png), /* 上：前面 */
    url(/form/ai_hybrid_lesson_lp/img/lesson_style04_bg_sp_b.png), /* 下：前面 */
    url(/form/ai_hybrid_lesson_lp/img/lesson_style04_bg_sp_c.png); /* 真ん中：最背面 */

  background-repeat:
    no-repeat,
    no-repeat,
    repeat-y;

  background-position:
    top center,
    bottom center,
    center 100px;

  background-size:
    contain,
  contain,
  contain;

  padding: 50px 25px 80px 30px;
  margin-bottom: 60px;
}
#ahl .forte ul li:nth-of-type(2){
    background: url(/form/ai_hybrid_lesson_lp/img/lesson_style05_bg_sp.png) no-repeat center top;
    position: relative;
    background-size: 100% 100%;
    padding: 50px 25px 80px 30px;
  margin-bottom: 20px;
  }
  
#ahl .forte ul li p {
  font-size: 14px;
  line-height: 180%;
  width: 100%;
  padding: 15px 0 0;
} 
#ahl .forte ul li:nth-of-type(2) p{
  padding: 15px 0 0;
}
#ahl .forte ul li .forte_list{
    margin: 30px auto 0;
    display: grid;
    gap: 25px;
    padding: 0 20px;
  }
#ahl .forte ul li span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
}
 #ahl .forte ul li:nth-of-type(2)  span {
    width: 100%;
  } 
  
#ahl .study_assist {
  background: none;
}
#ahl .study_assist ul li {
  flex-direction: column;
  display: flex;
  padding: 20px;
}
#ahl .study_assist ul li:nth-of-type(3) {
  padding: 20px;
}
#ahl .study_assist ul li div {
  width: 100%;
  order: 2;
}
#ahl .study_assist ul li figure {
  position: initial;
  order: 1;
  margin-bottom: 20px;
  width: 100%;
}
 #ahl .study_assist ul li h4{
  font-size: 20px;
  font-weight: 900;
  background: url(/form/ai_hybrid_lesson_lp/img/study_assist_line_sp.png) no-repeat bottom left;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-size: contain;
}
 #ahl .lesson_style_btm{
    background: url(/form/ai_hybrid_lesson_lp/img/lesson_style_btm_bg_sp.png) no-repeat top;
    background-size: auto;
    background-size: cover;
    position: relative;
    padding: 70px 20px 65%;
   max-height:auto;
   min-height:auto;
}
#ahl .lesson_style_btm .lesson_style_btm_inner p img {
  width: 100%;
  max-width: auto;
  min-width: auto;
  height: auto;
  margin: 0 auto;
}
 #ahl .lesson_style_btm .ml_bg {
  bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 95%;
} 
 #ahl .lesson_style_btm .ml_bg div img {
    width: 90%;
    max-width: auto;
    min-width: auto;
    height: auto;
  }
#ahl .evidence {
  width: 90%;
  height: 380px;
  font-size: 16px;
  margin: 40px auto;
}
#ahl .message {
  background: url(/form/ai_hybrid_lesson_lp/img/message.png) top 50px right no-repeat;
  background-size: 95%;
  padding: 60px 20px;
}
#ahl .message h2 {
  font-size: 28px;
  margin-bottom: 65px;
}
#ahl .message .message_inner {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#ahl .message .message_inner figure {
  margin: 0 0 40px;
} 
#ahl .message .message_inner figure {
  margin: 0 auto 20px;
  width: 60%;
}  
#ahl .message .message_inner .message_txt h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#ahl .message .message_inner .message_txt .right_txt {
  font-size: 18px;
}
#ahl .course {
  background:
    url("/form/ai_hybrid_lesson_lp/img/course_bg_b_sp.png") no-repeat bottom center,
    url("/form/ai_hybrid_lesson_lp/img/course_bg_sp.png") no-repeat center -1px,
    #860000;
  background-size:
    contain,
    contain,
    auto;
  padding: 68px 0 180px;
  position: relative;
  margin-bottom: 40px;
}
#ahl .course h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
#ahl .course .sa_course_list {
  display: block;
} 
#ahl .course .sa_course_list li {
  width: 90%;
  padding: 20px;
  margin: 0 auto 20px;
}
#ahl .course .sa_course_list li h3 {
  font-size: 24px;
  margin: 0 0 20px;
}
#ahl .course .sa_course_list li .icon_list span {
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 8px 6px;
} 
#ahl .course .sa_course_list li .price {
  font-size: 20px;
}
#ahl .course .sa_course_list li .price span {
  font-size: 30px;
}
#ahl .course .sa_course_list li h4 {
  font-size: 17px;
  margin:0;
}
#ahl .course .sa_course_list li p {
  font-size: 16px;
  line-height: 1.8;
  }
#ahl .course .sa_course_list .sp-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

#ahl .course .sa_course_list .sp-hidden.is-open {
    max-height: 200px; 
  }

  .more-btn{
    font-size: 14px;
    color: #C01212;
    cursor: pointer;
    text-align: center;
    width: 50%;
    border: 1px solid #C01212;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    padding: 0 0 3px;
  }
#ahl .course .sa_course_tit {
  font-size: 28px;
  margin: 0 0 10px;
}
#ahl .course .ml_bg {
  position: absolute;
  bottom: 9px;
  transform: translateY(-50%) translateX(-50%);
  width: 95%;
}
#ahl .voice {
  background: url(/form/ai_hybrid_lesson_lp/img/voice_bg_sp.png) top 180px center no-repeat;
  background-size: contain;
  padding-bottom: 140px;
}
#ahl .voice h2 {
  font-size: 28px;
  background: url(/form/ai_hybrid_lesson_lp/img/voice.png) top center no-repeat;
  background-size: 90%;
  padding: 35px 0;
}
#ahl .voice ul {
  margin: 0 auto;
  width: 90%;
}
#ahl .voice ul li {
  padding: 20px;
  margin: 0 0 20px;
  width: 100%;
}
#ahl .voice ul li div figure {
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #CCC;
  margin: 0;
} 
#ahl .voice ul li div p {
  width: 100%;
  border-bottom: 1px solid #CCC;
  display: grid;
  place-items: center;
  justify-content: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding: 0 0 20px 0;
}
#ahl .voice ul li > p {
  font-size: 15px;
}
/*-----------------------------------------------------
目的別 カウンセリングの流れ
------------------------------------------------------*/
#flow_counseling{
  width: 95%;
  margin: 0 auto;
  padding: 40px 0 0;
}
#flow_counseling ul{
  display: flex;
}
#flow_counseling ul li a{
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 0;
  opacity: 0.5;
  line-height: 1.4;
}
#flow_counseling ul li.school a{
  background: #ffe5ef;
}
#flow_counseling ul li.online a{
  background: #e0ecf9;
}
#flow_counseling ul li a span {
    padding: 0 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
#flow_counseling ul li a span:nth-of-type(2) {
    font-size: 1.2rem;
}
#flow_counseling .tab_box {
    padding: 10px;
}
 #flow_counseling .tab_box ol {
    display: block;
  }
#flow_counseling .tab_box ol li {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
  }
#flow_counseling .tab_box #tab01 ol li::after,
#flow_counseling .tab_box #tab02 ol li::after{
    bottom: -20%;
    transform: rotateZ(90deg);
    right: 45%;
    top: initial;
  }
  
#flow_counseling .tab_box #tab01 ol li:last-child::after,
#flow_counseling .tab_box #tab02 ol li:last-child::after {
  display: none;
}

#flow_counseling .tab_box ol li figure{
  width: 35%;
}
#flow_counseling .tab_box ol li figure img{
  width: 100%;
}
#flow_counseling .tab_box #tab02 ol li figure img{
  width: 100%;
  margin-top: 20%;
}

#flow_counseling .tab_box #tab01 ol li:nth-of-type(1) figure img{
  margin-top: 20%;
}
#flow_counseling .tab_box #tab02 ol li:nth-of-type(4) figure img{
  margin-top: 0;
}

#flow_counseling .tab_box ol li div{
  width: 65%;
  padding-left: 20px;
}
#flow_counseling .tab_box #tab01 ol li h3,
#flow_counseling .tab_box #tab01 ol li:nth-of-type(1) h3,
#flow_counseling .tab_box #tab02 ol li h3{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 15px 0;
  line-height: 1.2;
  text-align: left;
}
#flow_counseling .tab_box ol li p {
    text-align: left;
    padding: 0;
  }
#flow_counseling .tab_box .note {
    font-size: 1.2rem;
    text-align: left;
  }

}