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


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

 	春の入学応援キャンペーン　2025.12

----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 40px;  /* モバイルなどでは小さなヘッダー */
  }
}

@media (min-width: 769px) {
  html {
    scroll-padding-top: 40px; 
  }
}

#sb-overlay {
  background-color: rgb(0, 0, 0) !important;
}
a:hover {
  opacity: 1;
}
#spring_cam{
	width:100%;
  font-family: "Noto Sans JP";
	margin:0 auto 80px;
	line-height: 1.4;
	font-size:16px;
  background: #fff;
}

p{
    line-height: 1.4;
}
.lightbox { 
  display: none; 
}

/*----------------------------------------------------------
header
----------------------------------------------------------*/
#spring_cam .header{
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background: #fff;
  height: 80px;
  z-index: 10;
}
#spring_cam .header .header_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px 0 40px;
  height: 80px;
  flex-wrap: wrap;
}
#spring_cam .logo{
  height: 80px;
}
#spring_cam .logo a{
  width: 100%;
  text-align: center;
}
#spring_cam .logo a img{
  max-height: 50px;
  margin: 20px 0;
  height: 100%;
}
#spring_cam .header_btn{
  display: flex;
}
#spring_cam .header_btn a:nth-of-type(1){
  display: grid;
  place-items: center;
  padding-right: 20px;
}
#spring_cam .header_btn a:nth-of-type(1) img {
  max-width: 340px;
}

#spring_cam .header_btn a.school_btn{
  width: 120px;
  height: 80px;
  background: #44BAB4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
#spring_cam .header_btn .school_btn_txt {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#spring_cam .header_menu{
  width: 100%;
  background: #FBEBEE;
  display: flex;
  font-size: 11px;
  justify-content: center;
  gap: 60px;
  line-height: 40px;
}
#spring_cam .header_menu a{
  color: #5D514B;
  text-decoration: none;
}

/* 基本非表示のハンバーガーアイコン */
#spring_cam .hamburger {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
#spring_cam .hamburger{
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 30px;
    z-index: 1001;
  }

#spring_cam .header_menu {
    display: none !important;
    flex-direction: column;
    background: #FBEBEE;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    padding: 1em 0;
    z-index: 1000;
  gap:0;
  }

#spring_cam .header_menu.active {
    display: flex !important;
  }

#spring_cam .header_menu li{
    padding: 10px 20px;
    font-size: 1.4rem;
    background: url(/lpi/campaign2026/img/header_arrow.png) no-repeat right 20px center;
    background-size: auto;
    background-size: 40px;
  }
  #spring_cam .header_menu li a{
    display: block;
  }

  #spring_cam .header_menu li:last-child{
  background: #fff;
    padding: 20px;
}
 #spring_cam .header_menu li:last-child .header_btn{
  width: 100%;
  padding: 5px;
  flex-direction: column;
  display: flex;
}
 #spring_cam .header_menu li:last-child .header_btn a:nth-of-type(1) {
  display: grid;
  place-items: center;
  padding: 10px 0;
    order:2;
}
 #spring_cam .header_menu li:last-child .header_btn a.schol_btn{
  order:1;
}
#spring_cam .header_btn a.school_btn .school_btn_txt br{
  display: none;
}
}

/*----------------------------------------------------------
main
----------------------------------------------------------*/
#spring_cam .main {
}
#spring_cam .main h1{
  text-align: center;
}
#spring_cam .main h1 img{
  width: 100%;
}
/* 光るエフェクト */
#spring_cam .contents .reflection{
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
}
@media screen and (max-width: 720px) {
#spring_cam .contents .reflection{
  border-radius: 10px;
}
}
#spring_cam .contents .reflection:after{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 4s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

#spring_cam .sp_menu{
    display: none;
}

/*----------------------------------------------------------
tokuten
----------------------------------------------------------*/
.tokuten{
  background: url("/lpi/campaign2026/img/cam_bg.png") no-repeat top center;
  background-size: cover;
  padding: 0 0 40px 0;
}
.campaign_tit{
  background: #E5015A;
  text-align: center;
}
.tokuten_inner{
  text-align: center;
  padding: 85px 0;
}
.tokuten_inner h2{
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #E40057;
  position: relative;
  margin: 0 auto 20px;
  display: inline-block;
}
.tokuten_inner h2 span{
  color: #5d514b;
}
.tokuten_inner h2::after {
  content: "";
  position: absolute;
  width: 162px;
  height: 162px;
  background: url(/lpi/campaign2026/img/period.png) no-repeat left;
  top: -20px;
  right: -200px;
}
.tokuten_inner img{
  display: block;
  margin: 0 auto 10px;
}


/*----------------------------------------------------------
course
----------------------------------------------------------*/
#spring_cam .contents .course{
  text-align: center;
  padding: 100px 0 50px;
}
.school_detail_cinfo #spring_cam .contents .course{
  background: #F9BE03;
  text-align: center;
  padding:0;
}

#spring_cam .contents .course figure img{
  margin: 10px 0;
}
#spring_cam .contents .course h2 {
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
}
#spring_cam .contents .course .four_courses{
  text-align: center;
}
#spring_cam .contents .course .four_courses ul{
  width: 100%;
  max-width: 870px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  padding: 40px 0;
}
#spring_cam .contents .course .four_courses ul li{
  margin-bottom: 20px;
}
#spring_cam .contents .course .other_course{
  padding: 0 0 40px;
}
#spring_cam .contents .course .other_course p{
  margin: 40px 0 21px;
}
/*モーダル*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 960px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
#clearfile .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 960px;
  background:none;
  box-shadow: none;
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
 /* max-height: 650px;
  height: 600px;
  overflow-y: scroll;*/
  max-height: 80vh;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.course .modal-wrapper .modal-window .modal-content{
  max-height: 80vh;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-wrapper .modal-window .modal-content a.course_btn {
  display: block;
  margin:40px 0;
  text-align: center;
}
.tokuten .modal-wrapper .modal-window .modal-content{
  text-align: center;
  padding:40px 0;
}

.tokuten .modal-wrapper .modal-window .modal-content img{
  width: 60%;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6)
}

.modal-wrapper .modal-close{
  z-index: 20;
  position: absolute;
  top: -10px;
  right: -50px;
  width: 35px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
#clearfile .modal-close {
  z-index: 20;
  position: absolute;
  top: -10px;
  right: 20%;
  width: 35px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #fff !important
}

#spring_cam .contents .course .ml_banner{
  max-width:853px; 
  width: 100%;
  text-align: center;
  margin:60px auto;
}
#spring_cam .contents .course .ml_banner img{
  width: 100%;
}

#spring_cam .contents .ml_banner{
  width: 100%;
  max-width: 660px;
  text-align: center;
  padding: 15px 0 50px;
  background: url(/lpi/campaign2026/img/ml_bg.png) no-repeat center;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
}
#spring_cam .contents .ml_banner p{
  margin-bottom:10px;
}
#spring_cam .contents .ml_banner #school__area{
  position:absolute;
  bottom: 50px;
}
#spring_cam .contents .ml_banner::before {
  content: "";
  position: absolute;
  width: 312px;
  height: 40px;
  background: url(/lpi/campaign2026/img/ml_top.png) no-repeat center;
  top: 10px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background-size: 100%;
}
#spring_cam .contents .ml_banner::after{
  content:"";
  position: absolute;
	width:182px;
	height:141px;
	background:url(/lpi/campaign2026/img/ml_teacher.png) no-repeat left;
  top: -38px;
  right: 0;
  z-index: 1
}

/*----------------------------------------------------------
worries
----------------------------------------------------------*/
 a#worries{
  position: absolute;
  bottom: 100px;
}
#spring_cam .contents .worries{
  text-align: center;
  padding: 35px 0 0;
  background: url("/lpi/campaign2026/img/worries_bg.png") no-repeat top center;
  background-size: cover;
}

/*----------------------------------------------------------
free_trial
----------------------------------------------------------*/
#spring_cam .contents .free_trial{
  background-image: url("/lpi/campaign2026/img/ft_bg.png");
  background-position: bottom center;
  text-align: center;
  padding: 50px 0 100px;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-color: #FBEBEE;
}
#spring_cam .contents .free_trial p:nth-of-type(2){
  padding: 30px 0;
}

/*----------------------------------------------------------
difference
----------------------------------------------------------*/
#spring_cam .contents .difference{
  padding: 50px 0 0;
  background: #FBEBEE;
}
#spring_cam .contents .difference h2{
  font-weight: bold;
  font-size: 48px;
  color: #5D514B;
  text-align: center;
  margin: 0 auto;
  background: url("/lpi/campaign2026/img/difference_illust01.png"),url("/lpi/campaign2026/img/difference_tit_img.png");
  height: 200px;
  max-width: 1200px;
  padding-top: 20px;
  background-repeat: no-repeat, no-repeat;
  background-position: left 50px bottom 0, right 110px bottom 40px;
}
#spring_cam .contents .difference h2 span{
  color: #E40057;
  border-bottom:6px solid #E40057;
}
#spring_cam .contents .difference .difference_sb{
  text-align: center;
  margin: -50px 0 20px;
}
#spring_cam .contents .difference .comparison {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 80px;
}

#spring_cam .contents .difference .scene {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
}
#spring_cam .contents .difference .scene .scene_text {
  margin-top: 4rem;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  position: relative;
}
#spring_cam .contents .difference .scene .scene_text::before, 
#spring_cam .contents .difference .scene .scene_text::after {
  content: "";
  background: #dadada;
  width: 20rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
}
#spring_cam .contents .difference .scene .scene_text::after {
  left: auto;
  right: 0;
}
#spring_cam .contents .difference .scene ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  row-gap: 2rem;
  column-gap: 1rem;
}
#spring_cam .contents .difference .scene ul li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
}
#spring_cam .contents .difference .scene ul li p {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #009795;
}

#spring_cam .contents .difference .fbc {
  text-align: center;
  padding: 40px 0;
}

/*----------------------------------------------------------
point
----------------------------------------------------------*/
#spring_cam .contents .difference #point{
  background: #FFF6D1;
  padding: 4rem 0 0;
  max-width: 750px;
  width: 100%;
  margin: 40px auto 0;
}
#spring_cam .contents .difference #point h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  background: none;
  height: initial;
  width: auto;
  padding: 0;
}
#spring_cam .contents .difference #point h2 .sub {
  position: relative;
  display: inline-block;
}
#spring_cam .contents .difference #point h2 .sub::before, 
#spring_cam .contents .difference #point h2 .sub::after {
  content: "";
  display: block;
  background: #000;
  width: 0.1rem;
  height: 100%;
  transform: rotate(-40deg);
  position: absolute;
  left: -1rem;
  bottom: 0;
}
#spring_cam .contents .difference #point h2 .sub::after {
  left: auto;
  right: -1rem;
  transform: rotate(40deg);
}
#spring_cam .contents .difference #point h2 .main{
  text-align: left;
  margin-left: 6rem;
  margin-top: 1.5rem;
  color: #E40057;
  padding-top: 0;
  font-size: 6rem;
}
#spring_cam .contents .difference #point h2 .main span{
  border-bottom: none;
}

#spring_cam .contents .difference #point .content_wrap {
  margin-top: 2rem;
  background: #fff;
  padding: 3rem;
  position: relative;
}
#spring_cam .contents .difference #point .content_wrap::before {
  content: "";
  background: url(../img/point_illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 3rem;
  top: 0rem;
  transform: translateY(-100%);
  width: 196px;
  height: 186px;
}
#spring_cam .contents .difference #point .content_wrap .body_text {
  font-size: 2.6rem;
  margin-bottom: 40px;
}
#spring_cam .contents .difference #point .content_wrap .list_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}

#spring_cam .contents .difference #point .content_wrap .list_wrap li {
  width: 10rem;
  height: 6rem;
  background: #02B7B4;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  line-height: 1.3;
  text-align: center;
}
#spring_cam .contents .difference #point .content_wrap .list_wrap li p{
  white-space: nowrap;
}

#spring_cam .contents .difference #point .content_wrap .list_wrap li figure {
    width: 10rem;
    margin-bottom: 1rem;
  }
#spring_cam .contents .difference #point .content_wrap .list_wrap li p {
    color: #009795;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
#spring_cam .contents .difference #point .content_wrap .accordion-area {
  margin-top: 3rem;
}

#spring_cam .contents .difference #point .content_wrap .accordion-area .title {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#spring_cam .contents .difference #point .content_wrap .accordion-area .title::before {
  content: "";
  background: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}
#spring_cam .contents .difference #point .content_wrap .accordion-area .title.close::before {
  background: url(../img/icon_minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#spring_cam .contents .difference #point .content_wrap .accordion-area .box {
  display: none;
  background: #fff;
  padding: 2.2rem 0 0;
}
#spring_cam .contents .difference #point .content_wrap .box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 7rem;
}

#spring_cam .contents .difference #point .content_wrap .box ul li figure {
  width: 6rem;
  height: 6rem;
}
#spring_cam .contents .difference #point .content_wrap .box ul li .body_text {
  flex: 1;
  line-height: 1.7;
  font-size: 2.4rem;
}
#spring_cam .contents .difference #point .content_wrap .box ul li .body_text .blue {
  font-size: 2.8rem;
  color: #009795;
  font-weight: bold;
}
#spring_cam .contents .difference #point .content_wrap .box ul li + li {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: #dadada solid 0.1rem;
}

/*----------------------------------------------------------
movie
----------------------------------------------------------*/
#spring_cam .contents .difference .movie{
  width: 100%;
  margin: 40px auto 0;
  background: url("/lpi/campaign2026/img/difference_illust02.png"),url("/lpi/campaign2026/img/difference_illust03.png") #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: right 15% top 10px, left 15% bottom 40px;
  padding: 80px 0 140px;
}
#spring_cam .contents .difference .movie .movie_inner {
  max-width: 740px;
  width: 100%;
  margin:0 auto;
}

#spring_cam .contents .difference .movie h3 {
  font-weight: bold;
  font-size: 40px;
  color: #5D514B;
  text-align: center;
  margin-bottom: 40px;
}
#spring_cam .contents .difference .movie h3 span:nth-of-type(1) {
  color: #E40057;
  border-bottom: 6px solid #E40057;
}
#spring_cam .contents .difference .movie h3 span:nth-of-type(2) {
  font-size: 60px;
  border-bottom: none;
  color: #5D514B;
}

#spring_cam .contents .difference .movie iframe {
  background: #fff;
  width: 100%;
  aspect-ratio: 16 / 9;
}

/*----------------------------------------------------------
online_event
----------------------------------------------------------*/
#spring_cam .contents .online_event{
  display: none;
}
/*
#spring_cam .contents .online_event{
  text-align: center;
  background: url(/lpi/campaign2026/img/online_event_bg.png) no-repeat center top 65%;
  padding: 40px 0;
}
#spring_cam .contents .online_event a{
  display: inline-block;
  margin: 40px 0 0;
}
#spring_cam .contents .online_event .note{
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  font-size: 12px;
  text-align: left;
  color: #5D514B;
  line-height: 1.4;
}
*/

/*----------------------------------------------------------
reason
----------------------------------------------------------*/
#spring_cam .contents .bg_green{
  background: #D9F3F3;
}

#spring_cam .contents .reason {
  padding: 0 0 50px;
  text-align: center;
}
#spring_cam .contents .reason h2{
  margin: 0 0 20px;
}
#spring_cam .contents .reason ul li {
  margin-bottom: 35px;
}
#spring_cam .contents .reason ul li:last-child {
  margin-bottom: 5px;
}

#spring_cam .contents .reason .note{
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
}
/*----------------------------------------------------------
school
----------------------------------------------------------*/
.lightbox {
  display: none;
}
.school__area{
  background: #D9F3F3;
  padding: 90px 0 40px;
  margin-top: 40px;
}
.school__area .wrap {
  width: 1060px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.school__area .wrap h2.offer__ver {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  margin: 0;
  line-height: 1.6;
}
.school__area .wrap .reco__col {
  font-size: 50px;
  font-weight: bold;
  background: #231816;
  text-align: center;
  color: white;
  margin: 10px 0 0;
  line-height: 1.5;
  position: relative;
}
.school__area .wrap .deco3 {
  width: 228px;
  position: absolute;
  left: -20px;
  bottom: 0;
}


.school{
  padding: 80px 0 ;
  background: #D9F3F3;
  margin-top: 40px;
}
.school h2 {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 40px;
  color: #333;
  text-align: center;
}
.school .school_inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.school .school_inner figure{
  width: 42%;
}
.school .school_inner .right_area{
  width: 58%;
}
.school .school_inner .right_area div{
  width: 100%;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
  display: flex;
  padding: 15px;
  margin-bottom: 20px;
}
.school .school_inner .right_area .kanto{
  border: 1px solid #d55c6a;
}
.school .school_inner .right_area .chubu{
  border: 1px solid #de8b54;
}
.school .school_inner .right_area .kinki{
  border: 1px solid #dfb33f;
}
.school .school_inner .right_area .kyushu{
  border: 1px solid #a9c63f;
}

.school .school_inner .right_area h3{
  width: 25%;
  font-weight: 600;
  font-size: 16px;
}
.school .school_inner .right_area .kanto h3{
  color: #d55c6a;
}
.school .school_inner .right_area .chubu h3{
  color: #de8b54;
}
.school .school_inner .right_area .kinki h3{
  color: #dfb33f;
}
.school .school_inner .right_area .kyushu h3{
  color: #a9c63f;
}
.school .school_inner .right_area ul{
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.school .school_inner .right_area ul li{
  width: 23%;
  border-radius: 20px;
  margin: 0 1% 10px;
  padding: 5px 2px;
  text-align: center;
}

.school .school_inner .right_area .kanto ul li{
  background: #FBEEF0;
}
.school .school_inner .right_area .chubu ul li{
  background: #FCF3ED;
}
.school .school_inner .right_area .kinki ul li{
  background: #FBF6EB;
}
.school .school_inner .right_area .kyushu ul li{
  background: #F5F8EB;
}
.school .school_inner .right_area a{
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px; 
}
.school .school_inner .right_area a::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 35%;
}

/*----------------------------------------------------------
modal
----------------------------------------------------------*/
/* #modal{ background: rgb(0,0,0,0.5); } */
.modal_html {
  width: 900px;
  max-height: 85%;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_html::-webkit-scrollbar {
  display: none;
}
.modal_inner {
  border: 1px solid #c8113d;
  border-radius: 10px;
  padding: 60px 50px 70px;
  overflow-y: scroll;
  scrollbar-width: none;
  height: 650px;
}
.modal_html button#course_btn{
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 50px;
  right: 0;
}
#aichi .modal_inner,
#shizuoka .modal_inner,
#mie .modal_inner,
#gifu .modal_inner{
  border: 1px solid #de8b54;
}
#osaka .modal_inner,
#kyoto .modal_inner,
#hyogo .modal_inner,
#shiga .modal_inner,
#nara .modal_inner,
#wakayama .modal_inner{
  border: 1px solid #dfb33f;
}
#okayama .modal_inner,
#fukuoka .modal_inner,
#kagoshima .modal_inner{
  border: 1px solid #a9c63f;
}

.modal_html h2{
  width: 150px;
  border-radius: 25px;
  background: #c8113d;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px 0;
}
#aichi h2,
#shizuoka h2,
#mie h2,
#gifu h2{
  background: #de8b54;
}
#osaka h2,
#kyoto h2,
#hyogo h2,
#shiga h2,
#nara h2,
#wakayama h2{
  background: #dfb33f;
}
#okayama h2,
#fukuoka h2,
#kagoshima h2{
   background: #a9c63f;
}

.modal_html ul {
  padding: 30px 0 0;
}
.modal_html ul li {
  float: left;
  width: 29%;
  min-height: 180px;
  margin: 0 50px 0 0;
}
.modal_html ul li:nth-of-type(3n) {
  margin: 0;
}

.modal_html ul li h3{
  padding: 0 0 10px;
  font-size: 18px;
  color: #c8113d;
  font-weight: 800;
  line-height: 150%;
  border-bottom: 1px solid #c8113d;
}
#aichi ul li h3,
#shizuoka ul li h3,
#mie ul li h3,
#gifu ul li h3{
  color: #de8b54;
  border-bottom: 1px solid #de8b54;
}
#osaka ul li h3,
#kyoto ul li h3,
#hyogo ul li h3,
#shiga ul li h3,
#nara ul li h3,
#wakayama ul li h3{
  color: #dfb33f;
  border-bottom: 1px solid #dfb33f;
}
#okayama ul li h3,
#fukuoka ul li h3,
#kagoshima ul li h3{
  color: #a9c63f;
  border-bottom: 1px solid #a9c63f;
}

.modal_html ul li p {
  line-height: 160%;
  font-size: 13px;
  margin-top: 15px;
}
/* close_btn */
.modal_html .box {
  position: relative;
}
.modal_html .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  color: #e40057;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#spring_cam .campaign_ml_flow {
  padding: 0 0 120px;
  background: url(/lpi/campaign2026/img/campaign_ml_flow.png) no-repeat bottom 10px left 10%;
}
#spring_cam .campaign_ml_flow h2 {
  font-weight: bold;
  font-size: 40px;
  color: #5D514B;
  text-align: center;
  margin: 0 auto;
  background: url(/lpi/campaign2026/img/flow_bg.png) no-repeat left top 20px;
  padding-top: 150px;
  height: 260px;
  width: 100%;
  max-width: 1100px;
}
#spring_cam .campaign_ml_flow h2 span {
  color: #E40057;
  border-bottom: 6px solid #E40057;
}
/* =========================
   共通（SP / PC）
========================= */
#spring_cam .campaign_ml_flow .slick_slider {
  max-width: 750px;
  width: 85%;
  margin: 0 auto;
}

/* 画像の基本 */
#spring_cam .campaign_ml_flow .slick_slider img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   スマホ（Slick有効）
========================= */
@media (max-width: 767px) {
#spring_cam .campaign_ml_flow .slick-next {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

#spring_cam .campaign_ml_flow .slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: solid #E40057;
  border-width: 2px 2px 0 0; /* 上と右に線を引く */
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
}
#spring_cam .campaign_ml_flow .slick-prev {
  position: absolute;
  top: 50%;
  left:-15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

#spring_cam .campaign_ml_flow .slick-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: solid #E40057;
  border-width: 2px 2px 0 0; /* 上と右に線を引く */
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-135deg);
}
}

/* =========================
   PC（Slick無効・3枚並び）
========================= */
@media (min-width: 768px) {

  #spring_cam .campaign_ml_flow .slick_slider {
    display: flex;
    gap: 16px;
  }

  #spring_cam .campaign_ml_flow .slick_slider > div {
    width: calc(33% - 12px);
  }
}


#spring_cam .campaign_ml_flow .note {
  max-width: 750px;
  width: 100%;
  margin: 10px auto;
  font-size: 12px;
}

/*----------------------------------------------------------
qa
----------------------------------------------------------*/
#spring_cam .contents .qa{
  background: #FBEBEE;
  padding:100px 0;
}
#spring_cam .contents .qa h2{
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  color: #5D514B;
  position: relative;
  max-width: 600px;
  margin: 0 auto 40px;
  width: 100%;
}
#spring_cam .contents .qa h2::before, 
#spring_cam .contents .qa h2::after{
  content: "";
  background: #5D514B;
  width: 10rem;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
#spring_cam .contents .qa h2::after {
  left: auto;
  right: 0;
}
#spring_cam .contents .qa .qa_txt {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #5D514B;
  background: url(/lpi/campaign2026/img/qa_illust.png) no-repeat right;
  height: 90px;
  max-width: 700px;
  margin: 0 auto;
}
#spring_cam .contents .qa .qa_txt:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #5D514B;
  background: url(/lpi/campaign2026/img/difference_illust01.png) no-repeat left bottom;
  height: 110px;
  max-width: 700px;
  margin: 60px auto -40px;
  background-size: 20%;
}

#spring_cam .contents .qa .qa_txt span{
  font-family: "Cedarville Cursive";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #e78612;
}
#spring_cam .contents .qa .qa_inner{
  max-width: 900px;
  margin:0 auto;
  width: 100%;
}

#spring_cam .contents .qa_list{
 display: block;
}
#spring_cam .contents .qa_list dt{
  position: relative;
  padding: 30px 40px;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  margin-top: 40px;
}
#spring_cam .contents .qa_list dt.active {
  border-radius: 16px 16px 0 0;
  padding: 30px 40px 0 40px;
}
#spring_cam .contents .qa_list dt::before{
  content: "";
  position: absolute;
  background: url(/lpi/campaign2026/img/q.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 55px;
}
#spring_cam .contents .qa_list dt::after{
  content: "▼";
  position: absolute;
  top: 45%;
  right: 40px;
  transform: translateY(-50%);
  font-size: 16px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition:opacity 0.3s ease;
  color: #DF8698;
}

#spring_cam .contents .qa_list dt.active::after {
    content: "▲"; 
  top: 55%;
}
#spring_cam .contents .qa_list dt h3{
  font-weight: bold;
  padding: 0 0 20px 60px;
  color: #5D514B;
  font-size: 18px;
  border-bottom: 1px solid #DF8698;
}
#spring_cam .contents .qa_list dd{
  display: none;
  font-size: 14px;
  border-radius: 0 0 15px 15px;
  background: #fff;
  padding: 0 40px 30px 40px;
}
#spring_cam .contents .qa_list dd p{
  background: #DF8698;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  padding: 20px 60px 20px 60px;
  position: relative;
}
#spring_cam .contents .qa_list dd p::before{
  content: "";
  position: absolute;
  background: url(/lpi/campaign2026/img/a.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 15px;
}
#spring_cam .contents .qa_list dd p span{
  font-size: 11px;
}

#spring_cam .contents .qa_list dd p a{
  font-size: 18px;
  text-align: left;
  color: #fde0a5;
  text-decoration: underline;
}
#spring_cam .contents .qa_list dd p a:nth-of-type(2){
  display: inline-block;
  margin-top: 10px;
}


/*----------------------------------------------------------
campaign
----------------------------------------------------------*/
#spring_cam .contents .campaign_img {
}
#spring_cam .contents .campaign_img img{
  width: 100%;
}
#spring_cam .contents .campaign{
  background: url(/lpi/campaign2026/img/campaign_bg.png) no-repeat center top 200px;
  background-size: 100%;
  position: relative;
}

#spring_cam .contents .campaign h2{
  text-align: center;
  background: #E5015A;
}
#spring_cam .contents .campaign p{
  text-align: center;
  padding-top: 30px;
}
#spring_cam .contents .campaign .campaign_present{
  padding: 120px 0 40px;
}
#spring_cam .contents .campaign #form{
  position: absolute;
  bottom:50px;
}
/* #features */
#spring_cam #features {
    padding: 80px 20px;
}

#spring_cam #features .inner{
	max-width: 1280px;
	margin:0 auto;
	width: 100%;
}
#spring_cam #features h2 {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.2;
  margin: 0 0 4rem 0;
  padding: 0 0 2rem;
}
#spring_cam #features h2 span {
  padding: 0;
  font-size: 6.0rem;
}
#spring_cam #features .features_list {
    width: 100%;
    display: flex;
    flex-wrap : wrap;
    column-gap: 20px;
    row-gap: 30px;
    justify-content: center;
  margin: 0 0 80px;
}

#spring_cam #features .features_list li {
    width: calc( (100% - 40px) / 3);
    background: #fff;
    border-top: 12px solid #FFBF8A;
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}
#spring_cam #features .features_list li h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}    

#spring_cam #features .features_list li figure {
    width: 80%;
    margin: 3.0rem auto;
}
#spring_cam #features .features_list li figure img {
    width: 100%;
    height: auto;
}
#spring_cam #features .features_list li .features_txt {
}
#spring_cam #features .features_list li .features_txt p {
    font-size: 1.6rem;
    line-height: 1.8;
}    


@media screen and (max-width: 720px) {
    
#spring_cam img {
    max-width: 100%;
}
#spring_cam{
	width:100%;
	margin:0 auto 40px;
    line-height: 1.4;
}
/*header*/
#spring_cam .header {
  height: 40px;
  z-index: 11;
}
#spring_cam .header .header_inner {
  padding: 0 15px;
  height: 40px;
}
#spring_cam .logo {
  height: 25px;
}
#spring_cam .logo a img{
    max-height: 35px;
    margin: 0;
    height: 100%;
  }
#spring_cam .header_btn {
    width: 55%;
    padding: 5px;
  }
#spring_cam .header_btn a.school_btn{
    width: 90%;
    height: 50px;
    padding: 10px;
    margin: 0 auto 10px;
  }

#spring_cam .main {
}
#spring_cam .main .main_btn {
  background: #75C5B8;
  padding: 30px 0 10px;
}
#spring_cam .contents .ml_banner p {
    margin: 0 auto 5px;
    width: 70%;
  }
#spring_cam .contents .ml_banner p img{
  width: 100%;
}
#spring_cam .contents .ml_banner #school__area{
  position:absolute;
  bottom: 30px;
}
#spring_cam .contents .ml_banner::before {
  content: "";
  position: absolute;
  width: 312px;
  height: 40px;
  background: url(/lpi/campaign2026/img/ml_top.png) no-repeat center;
  top: 10px;
  left: 48%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background-size: 56%;
}
#spring_cam .contents .ml_banner::after{
    content: "";
    position: absolute;
    width: 109px;
    height: 172px;
    background: url(/lpi/campaign2026/img/ml_teacher.png) no-repeat left;
    top: -47px;
    right: 0;
    z-index: 1;
    background-size: 100%;
  }

#spring_cam .contents h1 {
    padding: 0;
    background: none;
}
#spring_cam .contents h1 img {
  margin-left: 0;
}
  
/*----------------------------------------------------------
tokuten
----------------------------------------------------------*/
.tokuten {
  background: url("/lpi/campaign2026/img/cam_bg.png") no-repeat top left;
  background-size: cover;
  padding: 0 0 40px 0;
}
.tokuten_inner {
  padding: 60px 20px 40px;
}
.tokuten_inner h2 {
  font-size: 20px;
  width: 100%;
}
.tokuten_inner h2::after{
    content: "";
    position: absolute;
    background: url(/lpi/campaign2026/img/period.png) no-repeat left;
    top: -93px;
    right: -15px;
    background-size: 80px;
    width: 80px;
  }
.tokuten_inner img {
  margin: 0 auto;
}
.tokuten .modal-wrapper .modal-window .modal-content img {
  width: 80%;
}
/*----------------------------------------------------------
course
----------------------------------------------------------*/
#spring_cam .contents .course {
  padding: 40px 0;
}
#spring_cam .contents .course h2{
    font-size: 2.6rem;
    background: url(/lpi/campaign2026/img/course_bg_sp.png) no-repeat center;
    background-size: 100%;
    padding: 0 0 10px;
    height: 100%;
  }
#spring_cam .contents .course .four_courses ul {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 0 20px;
}
#spring_cam .contents .course p {
  font-size: 22px;
}
#spring_cam .contents .course figure{
  width:100%;
  margin: 0 auto;
}
#spring_cam .contents .course .other_course {
  padding: 0 20px 0;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 600px;
  /*height: 70vh;*/
  height: auto;
  overflow-y: scroll;
}
.modal-wrapper .modal-window .modal-content a.course_btn {
  display: block;
  margin: 30px 0 0;
}  

#spring_cam .contents .ml_banner,
#spring_cam .contents .coutse .ml_banne{
    text-align: center;
    padding: 10px 20px;
    background: url(/lpi/campaign2026/img/ml_bg_sp.png) no-repeat center;
    background-size: auto;
    background-size: cover;
    width: 100%;
  }


/*----------------------------------------------------------
worries
----------------------------------------------------------*/
#spring_cam .contents .worries{
  text-align: center;
  padding: 20px 20px 0;
  background: url("/lpi/campaign2026/img/worries_bg_sp.png") no-repeat top center;
  background-size: cover;
}

#spring_cam .contents .worries p:nth-of-type(1){
  margin:0 0 20px;
}
  
/*----------------------------------------------------------
free_trial
----------------------------------------------------------*/
#spring_cam .contents .free_trial {
  background-image: url("/lpi/campaign2026/img/ft_bg_top_sp.png"), url("/lpi/campaign2026/img/ft_bg_sp.png") ,linear-gradient(to bottom, white 90%, #FBEBEE 10%);
  background-position: top center, bottom center;
  text-align: center;
  padding: 40px 20px 60px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}
#spring_cam .contents .free_trial p:nth-of-type(2) {
  padding: 10px 0;
}  
  
/*----------------------------------------------------------
difference
----------------------------------------------------------*/
#spring_cam .contents .difference {
    padding: 30px 0 0;
    width:100%;
    margin: 0 auto;
  }

#spring_cam .contents .difference h2{
    font-size: 24px;
    background: url("/lpi/campaign2026/img/difference_illust01.png"),url("/lpi/campaign2026/img/difference_tit_img.png");
    height: 150px;
    padding: 0 20px 0 0;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom 50px, right bottom 50px;
    background-size: 22%, 18%;
  line-height: 1.7;
  }
#spring_cam .contents .difference h2 span {
  border-bottom: 4px solid #E40057;
}
#spring_cam .contents .difference .comparison{
    margin: 0 auto 40px;
    width: 90%;
  }

#spring_cam .contents .difference .comparison a img{
  margin-top: 0;
}

#spring_cam .contents .difference .difference_sb {
    margin: -60px auto 20px;
    width: 90%;
  }
#spring_cam .contents .difference .scene {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
} 
#spring_cam .contents .difference .scene .scene_text {
  margin-top: 0;
  font-size: 1.6rem;
}
#spring_cam .contents .difference .scene .scene_text::before, #spring_cam .contents .difference .scene .scene_text::after {
  content: "";
  width: 20%;
}
#spring_cam .contents .difference .scene ul li p {
  font-size: 1.2rem;
}
#spring_cam .contents .difference #point{
    padding: 2rem 0 0;
    width: 90%;
    margin: 20px auto 0;
  }
#spring_cam .contents .difference #point h2 {
  font-size: 1.4rem;
} 
#spring_cam .contents .difference #point h2 .main {
  text-align: left;
  margin-left: 2rem;
  margin-top: 1.5rem;
  font-size: 2rem;
}
#spring_cam .contents .difference #point .content_wrap::before {
    content: "";
    background: url(../img/point_illust.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 8.5rem;
    height: 8.2rem;
    position: absolute;
    right: 1rem;
    top: 0rem;
    transform: translateY(-100%);
  }
 #spring_cam .contents .difference #point .content_wrap {
  margin-top: 2rem;
  background: #fff;
  padding: 2rem 0;
  position: relative;
}
#spring_cam .contents .difference #point .content_wrap .body_text {
  font-size: 1.4rem;
}
#spring_cam .contents .difference #point .content_wrap .box ul li figure {
  width: 5rem;
  height: 5rem;
}
#spring_cam .contents .difference #point .content_wrap .box ul li {
  gap: 1.8rem;
}
#spring_cam .contents .difference #point .content_wrap .box ul li .body_text {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#spring_cam .contents .difference #point .content_wrap .box ul li .body_text .blue {
  font-size: 1.4rem;
}
  
#spring_cam .contents .difference .movie .movie_inner {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}
#spring_cam .contents .difference .movie h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#spring_cam .contents .difference .movie h3 span:nth-of-type(1) {
  border-bottom: 4px solid #E40057;
}
#spring_cam .contents .difference .movie h3 span:nth-of-type(2) {
  font-size: 40px;
} 
  
  #spring_cam .contents .difference .fbc {
  padding: 0;
}
  
/*----------------------------------------------------------
movie
----------------------------------------------------------*/
#spring_cam .contents .difference .movie{
    width: 100%;
    margin: 40px auto 0;
    background-position: right 5px top 10px, left 10px bottom 10px;
    padding: 0 0 50px;
    background-size: 20%, 23%;
  }
#spring_cam .contents .difference .movie .movie_area {
  width: 100%;
  margin: 0 auto;
}
  
/*----------------------------------------------------------
online_event
----------------------------------------------------------*/
/*#spring_cam .contents .bg_green  {
    background-image: none;
  }
#spring_cam .contents .online_event {
  padding: 20px 20px 0 20px;
}
#spring_cam .contents .online_event a {
  margin: 10px 0 0;
}
#spring_cam .contents .online_event .note {
  font-size: 10px;
}
#spring_cam .contents .online_event .note span{
  margin-left: 10px;
}*/
/*----------------------------------------------------------
reason
----------------------------------------------------------*/
#spring_cam .contents .reason {
  padding: 20px;
  text-align: center;
  background:#D9F3F3;
}
 #spring_cam .contents .reason h2 {
  margin: 0 0 20px auto;
  width: 100%;
} 
#spring_cam .contents .reason ul li {
  margin-bottom: 20px;
}
#spring_cam .contents .reason ul li:last-child{
  margin-bottom: 10px;
}
#spring_cam .contents .reason .note {
  font-size: 1rem;
}
/*----------------------------------------------------------
school
----------------------------------------------------------*/
 .school__area {
  background: #D9F3F3;
  padding: 40px 0 30px;
}
  .school__area .wrap h2.offer__ver {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  line-height: 1.6;
}
.school__area h2.offer__ver.ver2 {
    font-size: 22px;
  }
.school__area .wrap .deco3 {
    width: 88px;
    left: -18px;
  }
.school__area .wrap .reco__col {
  font-size: 16px;
  padding: 5px 0;
}
	.school {
	  padding: 20px 0 40px;
	  background-size: cover;
	}
	
	.school .school_inner{
	  display: block;
	  width: 100%;
	  margin: 0 auto;
	}
	.school .school_inner figure {
	  width: 90%;
	  margin: 0 auto;
	}
	.school .school_inner figure img{
	  width: 100%;
	}
	.school .school_inner .right_area {
	  width: 80%;
	  margin: 0 auto;
	  border: none;
	}
	.school .school_inner .right_area .kanto,
	.school .school_inner .right_area .chubu,
	.school .school_inner .right_area .kinki,
	.school .school_inner .right_area .kyushu{
	  border:none;
	}
	.school .school_inner .right_area div{
	  width: 100%;
	  display: block;
	  border: none;
	  background: none;
	  padding: 0;
	  margin-bottom: 10px;
	}
	.school .school_inner .right_area h3{
	  border-radius: 5px;
	  text-align: left;
	  font-size: 15px;
	  padding: 15px 20px;
	  width: 100%;
	  position: relative;
	}
	.school .school_inner .right_area .kanto h3 {
	  color: #fff;
	  background: #d55c6a;
	}
	.school .school_inner .right_area .chubu h3 {
	  color: #fff;
	  background: #de8b54;
	}
	.school .school_inner .right_area .kinki h3 {
	  color: #fff;
	  background: #dfb33f;
	}
	.school .school_inner .right_area .kyushu h3 {
	  color: #fff;
	  background: #a9c63f;
	}
	.school .school_inner .right_area h3::after {
	  position: absolute;
	  top: 10px;
	  right: 5px;
	  content: "＋";
	  font-size: 14px;
	  padding: 5px 10px;
	  text-align: center;
	  cursor: pointer;
	}
	.school .school_inner .right_area h3.active::after {
	  content: "－";
	}
	
	.school .school_inner .right_area ul {
	  display: none;
	  width: 100%;
	  border-radius: 5px;
	  background: #fff;
	  border: 1px solid #d55c6a;
	  margin-top: 10px;
	  padding: 15px;
	  overflow: hidden;
	}
	.school .school_inner .right_area .kanto ul{
	  border: 1px solid #d55c6a;
	}
	.school .school_inner .right_area .chubu ul{
	  border: 1px solid #de8b54;
	}
	.school .school_inner .right_area .kinki ul{
	  border: 1px solid #dfb33f;
	}
	.school .school_inner .right_area .kyushu ul{
	  border: 1px solid #a9c63f;
	}
	
	.school .school_inner .right_area ul li {
	  width: 48%;
	  float: left;
	}
	.school .school_inner .right_area ul li:last-child{
	  margin:0;
	}
	  .modal_html{
      top: 43%;
	  width: 90%;
	  max-height: auto;
	  height: 300px;
	  padding: 0 5% 40px;
	  border-radius: 10px;
	}
.featherlight .featherlight-content {
    min-height: 500px !important;
  }
  .featherlight #course_btn {
    display: block !important;
  }
  .modal_html button#course_btn {
  margin-top: 20px;
}
	  .modal_html h2 {
	  }
	  .modal_inner {
	  height: 360px;
	  padding: 20px;
	}
	  .modal_html ul {
	    ;
	    padding: 0;
	  }
	  .modal_html ul li {
	    width: 100%;
	    min-height: auto;
	    margin: 0;
	    padding: 10px 0;
	  }
	  .modal_html ul li:nth-of-type(2), .modal_html ul li:nth-of-type(3) {
	    border-top: none;
	  }
	  .modal_html ul li h3 {
	    padding: 0 0 5px;
	    font-size: 15px;
	  }
	  .modal_html ul li p {
	    font-size: 12px;
	  }
  .modal-wrapper .modal-close {
  top: -40px;
  right: -10px;
}
#clearfile .modal-close {
  right:-20px;
}

#spring_cam .campaign_ml_flow {
    padding: 0 0 60px;
    width: 100%;
    background: url(/lpi/campaign2026/img/campaign_ml_flow.png) no-repeat bottom 10px left 10px;
    background-size: 30%;
  }
 #spring_cam .campaign_ml_flow .flow_bg{
  display: grid;
  justify-content: center;
  align-items: center;
  background: url(/lpi/campaign2026/img/flow_bg_sp.png) no-repeat center top 20px;
  background-size: 95%;
  padding: 40px 0;
}
 #spring_cam .campaign_ml_flow h2{
    display: block;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    height: 100%;
    position: relative;
    padding: 10px 0;
  }
#spring_cam .campaign_ml_flow h2 span {
  border-bottom: 4px solid #E40057;
}
#spring_cam .campaign_ml_flow .note {
  width: 90%;
  margin: 10px auto;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  color: #5D514B;
  font-size: 1rem;
}
  
  #spring_cam .ml_entry {
  text-align: center;
  padding: 0 20px 20px;
}
 #spring_cam .btm_ml {
    width: 100%;
    z-index: 10;
    opacity: 0;
    position: fixed;
  }
 #spring_cam .btm_ml .ml_banner{
  background: #fff;
}
 #spring_cam .btm_ml .ml_banner div{
  display: flex;
}
 #spring_cam .btm_ml .ml_banner img{
  width: 100%;
}
 #spring_cam .btm_ml .ml_banner p{
  width: 70%;
  margin: 0 auto 5px;
}
 .fixed {
    position: fixed;
    bottom: 0;
    opacity: 1 !important;
  }

/*----------------------------------------------------------
qa
----------------------------------------------------------*/
#spring_cam .contents .qa {
  padding: 80px 0 40px;
}
 #spring_cam .contents .qa h2 {
    margin-bottom: 30px;
    font-size: 24px;
   width: 80%;
  }
#spring_cam .contents .qa h2::before, #spring_cam .contents .qa h2::after {
  content: "";
  background: #5D514B;
  width: 5rem;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
#spring_cam .contents .qa h2::after {
  left: auto;
  right: 0;
}
#spring_cam .contents .qa .qa_txt {
  font-size: 16px;
  background: url(/lpi/campaign2026/img/qa_illust.png) no-repeat top right 20px;
  height: auto;
  background-size: 20%;
}

#spring_cam .contents .qa .qa_txt:nth-of-type(2){
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #DF8698;
    background: url(/lpi/campaign2026/img/difference_illust01.png) no-repeat left top;
    background-size: auto;
    height: 100px;
    max-width: 700px;
    background-size: 20%;
    margin: 40px auto -60px;
  }
#spring_cam .contents .qa .qa_txt span img{
  width: 20%;
}
 #spring_cam .contents .qa .qa_txt:nth-of-type(2) span img {
    width: 30%;
  }
#spring_cam .contents .qa_list {
  width: 90%;
  margin:0 auto;
}
#spring_cam .contents .qa_list dt {
  position: relative;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  margin: 20px 0 0;
}
#spring_cam .contents .qa_list dt::before {
  content: "";
  position: absolute;
  background: url(/lpi/campaign2026/img/q.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 25px;
  background-size: 18px;
}

#spring_cam .contents .qa_list dt h3 {
  padding: 0 30px 10px 40px;
  font-size: 14px;
}
#spring_cam .contents .qa_list dt::after {
  content: "▼";
  position: absolute;
  top: 45%;
  right: 20px;
  font-size: 14px;
}
#spring_cam .contents .qa_list dt.active::after {
  content: "▲";
  top: 55%;
}
#spring_cam .contents .qa_list dt.active {
  border-radius: 16px 16px 0 0;
  padding: 20px 20px 0 20px;
}
#spring_cam .contents .qa_list dd {
  font-size: 14px;
  border-radius: 0 0 15px 15px;
  background: #fff;
  padding: 0 20px 20px 20px;
}
 #spring_cam .contents .qa_list dd p {
    padding: 10px 10px 10px 40px;
    font-size: 12px;
    background-size: 18px;
    line-height: 1.6;
  }
#spring_cam .contents .qa_list dd p::before {
  content: "";
  position: absolute;
  background: url(/lpi/campaign2026/img/a.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 15px;
  background-size: 18px;
}
#spring_cam .contents .qa_list dd p a {
  font-size: 12px;
}
#spring_cam .contents .qa_list dd p span {
  font-size: 10px;
}
/*----------------------------------------------------------
campaign
----------------------------------------------------------*/
#spring_cam .contents .campaign{
  background: url(/lpi/campaign2026/img/campaign_bg_sp.png) no-repeat center top 140px;
  background-size: 100%;
}
#spring_cam .contents .campaign h2 {
  text-align: center;
  padding: 10px;
}
#spring_cam .contents .campaign p {
  text-align: center;
  padding-top: 15px;
  width: 90%;
  margin: 0 auto;
}
#spring_cam .contents .campaign .campaign_present{
  padding: 20px 0;
  width: 75%;
  margin: 0 auto;
}
#spring_cam .contents .campaign #form{
  position: absolute;
  bottom:30px;
}
#spring_cam #features {
    padding: 50px 0;
}
   
#spring_cam #features h2 {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
}
#spring_cam #features h2 span {
    padding: 0;
    font-size: 4.0rem;
}
#spring_cam #features h2 span span {
    padding: 0;
    font-size: 3rem;
}
#spring_cam #features .inner{
	width:100%;
    padding: 0 20px;
}

#spring_cam #features .features_list {
    grid-template-columns: 1fr;
    gap: 20px;
}

#spring_cam #features .features_list li {
    display: block;
    width: 100%;
}

#spring_cam #features .features_list li h3 {
    font-size: 1.8rem;
}    
#spring_cam #features .features_list li figure {
    width: 100%;
    margin-bottom: 2rem;
}
#spring_cam #features .features_list li figure img {
    width: 100%;
    height: auto;
}
#spring_cam #features .features_list li .features_txt {
    padding: 0;
}

#spring_cam #features .features_list li .features_txt p {
    margin: 20px 0 0;
    font-size: 1.4rem;
}

}