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


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

 	秋の語活キャンペーン　2026.08

----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
#sb-overlay {
  background-color: rgb(0, 0, 0) !important;
}
a:hover {
  opacity: 1;
}
#gokatsu{
  font-family: "Noto Sans JP";
	width:100%;
	margin:0 auto 80px;
	line-height: 1.4;
	font-size:16px;
  background: #F1E4C6;
}

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

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

#gokatsu .header_btn a.school_btn{
}
#gokatsu .header_btn .school_btn_txt {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#gokatsu .header_menu{
  width: 100%;
  background: #FFF;
  display: flex;
  font-size: 11px;
  justify-content: center;
  gap: 60px;
  line-height: 40px;
}
#gokatsu .header_menu a{
  color: #505050;
  text-decoration: none;
  font-size: 12px;
}

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

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

#gokatsu .header_menu{
    display: none !important;
    flex-direction: column;
    background: #EAD9AF;
    position: fixed; 
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100dvh - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    padding: 1em 0;
    z-index: 1000;
    gap: 0;
    box-sizing: border-box;
  }

#gokatsu .header_menu.active {
    display: flex !important;
  justify-content: flex-start;
    align-items: stretch;
  }

#gokatsu .header_menu li {
    padding: 10px 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  #gokatsu .header_menu li a {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 75%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #db4e32;
    padding: 5px 0;
  }

#gokatsu .header_btn a.school_btn .school_btn_txt br{
  display: none;
}
}

/*----------------------------------------------------------
main
----------------------------------------------------------*/
#gokatsu .main {
  padding-top: 108px;
}
#gokatsu .main h1{
  text-align: center;
}
#gokatsu .main h1 img{
  width: 100%;
}
/* 光るエフェクト */
#gokatsu .contents .reflection{
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
}
#gokatsu .contents .reflection:after{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #F5F2E8;
    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; }
}
#gokatsu .sp_menu{
    display: none;
}

/*------------------------------
.logo_scroll
------------------------------*/
.logo_scroll {
  overflow: hidden;
  width: 100%;
 padding: 20px 0;
  z-index: 0;
  position: relative;
}

.scroll_inner {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.scroll_inner img {
  height: auto;
  width: auto;
  display: block;
}


@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*----------------------------------------------------------
course
----------------------------------------------------------*/
 #gokatsu .contents .reason .course_anchor{
  position: absolute;
  bottom: 150px;
}
#gokatsu .contents .course{
  text-align: center;
  padding: 0 0 150px;
  position: relative;
}
#gokatsu .contents .course .decoration{
  display: block;
  width: 100%;
  height: auto;
}
.school_detail_cinfo #gokatsu .contents .course{
  background: #F9BE03;
  text-align: center;
  padding:0;
}

#gokatsu .contents .course figure img{
  margin: 10px 0;
}

#gokatsu .contents .course .four_courses{
  text-align: center;
  margin-top: 150px;
}
#gokatsu .contents .course .four_courses ul{
  width: 100%;
  max-width:1000px;
  display: flex;
  flex-wrap: wrap;
  margin: -70px auto 0;
  justify-content: space-between;
}
#gokatsu .contents .course .four_courses ul li{
  margin-bottom: 20px;
}
#gokatsu .contents .course .other_course{
  padding: 0 0 40px;
}
#gokatsu .contents .course .other_course p{
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #1a1311;
}
#gokatsu .contents .course .other_course p span {
  border-bottom: 14px solid #ffee7f;
  color: #D73C1E;
  line-height: 0.5;
  display: inline-block;
}
#gokatsu .contents .course .reflection::after {
  background-color: #F2E8CF;
}
/*モーダル*/
.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;
}

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

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

#gokatsu .contents .ml_banner{
  width: 100%;
  text-align: center;
  padding: 15px 0 50px;
  background: url(/form/lpi/campaign2026fw_lp/img/ml_bg.png) no-repeat center;
  background-size: 100%;
  position: relative;
}
#gokatsu .contents .ml_banner p{
  margin-bottom:10px;
}
#gokatsu .contents .ml_banner #school__area{
  position:absolute;
  bottom: 50px;
}
/*----------------------------------------------------------
worries
----------------------------------------------------------*/

#gokatsu .contents .worries{
  text-align: center;
}
#gokatsu .contents .worries h2 {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  background: #fff;
  padding: 15px 0;
  z-index: 2;
}
#gokatsu .contents .worries h2::after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
#gokatsu .contents .worries p{
  position: relative;
  z-index: 1;
  margin: 40px 0 -60px;
}
/*----------------------------------------------------------
student
----------------------------------------------------------*/
#gokatsu .student {
  background: #E8C982;
}
#gokatsu .student .student_tit{
  background: url(/form/lpi/campaign2026fw_lp/img/student_bg.png) no-repeat center bottom;
  background-size: 100%;
  text-align: center;
  padding: 0 20px;
}
#gokatsu .student .decoration {
  display: block;
  width: 100%;
  height: auto;
}
#gokatsu .student .voice_tit {
  max-width: 1000px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  background: #2b2524;
  margin: 0 auto;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding: 40px 0 30px;
}
#gokatsu .student .voice_tit span{
  border-bottom: 2px dotted #fff;
}
#gokatsu .student ul{
  max-width: 1000px;
  width: 100%;
  border-radius: 0 0 5px 5px;
  background: #ead9af;
  margin: 0 auto 30px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gokatsu .student ul li{
  width: 48%;
  border-radius: 5px;
  background: #f8f6f6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding:30px 20px;
  text-align: center;
  margin-bottom: 35px;
}
#gokatsu .student ul li:nth-of-type(3),
#gokatsu .student ul li:nth-of-type(4){
  margin-bottom: 0;
}

#gokatsu .student ul li img{
  margin: 0 0 20px;
}
#gokatsu .student ul li a img {
  margin: 0 0 0 45px;
  width: 55%;
}
#gokatsu .student .modal-wrapper .modal-window {
  background: none;
  box-shadow: none;
  max-width: 720px;
}
#gokatsu .student .modal-wrapper .modal-window .modal-content{
  background: none;
}

#gokatsu .student .modal-wrapper .modal-window .modal-content .modal_voice{
  width: 100%;
  text-align: center;
  padding: 20px;
  max-width: 720px;
}

/* =========================
   キャンペーン
========================= */
.cpn .cpn_inner {
  background: url(/form/lpi/campaign2026fw_lp/img/student_bg.png) no-repeat center top 30%;
  background-size: 100%;
  text-align: center;
}
.cpn .cpn_inner h2{
  text-align: center;
  padding: 40px 0 0;
}
.cpn .cpn_inner .cpn_txt{
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  color: #4b0900;
  margin: 20px 0 30px;
}
.cpn .cpn_inner .cpn_txt span{
  color: #E40057;
}
.cpn .cpn_inner ul{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cpn .cpn_inner .note{
  text-align: center;
  width: 100%;
}



/* =========================
   スライダー
========================= */
.online_event  h2 {
  text-align: center;
  padding: 60px 0;
}
.online_event .online_event_inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.slider {
  position: relative;
  width: 100%;
}

.slider .slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.online_event .online_event_inner .note{
  font-size: 12px;
  padding: 10px;
}
.online_event .online_event_inner .online_event_link{
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 400px;
  width: 80%;
}
.online_event .online_event_inner .online_event_link img{
  width: 100%;
}
/* =========================
   矢印
========================= */

.slider-arrows {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.slider-arrow {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.slider-arrow img {
  display: block;
}

/* =========================
   ドット
========================= */
.slick-dotted.slick-slider {
  margin-bottom: 90px !important;
}
.slick-dots li button::before {
  font-size: 30px !important;
  top: 10px !important;
}
.slick-dots li.slick-active button::before {
  color: #D73C1E !important;
}
/* =========================
   PC
   矢印を左右に配置
========================= */

@media screen and (min-width: 769px) {

  .slider-arrows {
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    margin: 0;
    display: block;
    pointer-events: none;
  }

  .slider-arrow {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  .slider-prev {
    left: -100px;
    top: -20px;
  }

  .slider-next {
    right: -100px;
    top: -20px;
  }

}


/* =========================
   スマホ
   下に配置
========================= */

@media screen and (max-width: 768px) {

  .slider-arrows {
    position: static;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px auto 20px;
  }

  .slider-arrow {
    position: static;
    transform: none;
  }

}
#gokatsu .student .decoration.bottom {
  transform: scaleY(-1);
}
/*----------------------------------------------------------
difference
----------------------------------------------------------*/
#gokatsu .contents .difference{
  padding: 0 0 115px 0;
  background: #F7F7F7;
  margin-top: 40px;
  background-image: url(/form/lpi/campaign2026fw_lp/img/difference_bg_top.png) ,url(/form/lpi/campaign2026fw_lp/img/difference_bg_btm.png);
  background-position: top 165px center, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}
#gokatsu .contents .difference h2{
  position: relative;
  color: #560000;
  text-align: center;
  background: #2b2524;
  height: 170px;
  margin-bottom: 70px;
}
#gokatsu .contents .difference h2 span {
  border-bottom: 4px solid #E40057;
}
#gokatsu .contents .difference h2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #2b2524;
}
#gokatsu .contents .difference h2 img{
  margin: -43px 0 0;
}
#gokatsu .contents .difference .comparison {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
#gokatsu .contents .difference .comparison a img{
  margin-top: -20px;
}

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

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

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

#gokatsu .contents .difference #point .content_wrap {
  margin-top: 2rem;
  background: #fff;
  padding: 3rem;
  position: relative;
}
#gokatsu .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;
}
#gokatsu .contents .difference #point .content_wrap .body_text {
  font-size: 2.6rem;
  margin-bottom: 40px;
}
#gokatsu .contents .difference #point .content_wrap .list_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}

#gokatsu .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;
}
#gokatsu .contents .difference #point .content_wrap .list_wrap li p{
  white-space: nowrap;
}

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

#gokatsu .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;
}
#gokatsu .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%);
}
#gokatsu .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;
}
#gokatsu .contents .difference #point .content_wrap .accordion-area .box {
  display: none;
  background: #fff;
  padding: 2.2rem 0 0;
}
#gokatsu .contents .difference #point .content_wrap .box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 7rem;
}

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

/*----------------------------------------------------------
movie
----------------------------------------------------------*/
#gokatsu .contents .movie{
  width: 100%;
  margin:0 auto ;
  background: #F7F7F7;
  padding: 40px 0 0;
  text-align: center;
}
#gokatsu .contents .movie .movie_inner{
  background: #F1E4C6;
  width: 98%;
  border-radius: 20px;
   margin:0 auto ;
  padding: 0 0 150px;
  position: relative;
}
#gokatsu .contents .movie .movie_area {
  max-width: 740px;
  width: 100%;
  margin:0 auto ;
}
#gokatsu .contents .movie h3 {
  font-weight: bold;
  font-size: 40px;
  color: #560000;
  text-align: center;
}

#gokatsu .contents .movie h3 img{
  margin-top:-70px ;
}
#gokatsu .contents .movie h3 span:nth-of-type(1) {
  color: #E40057;
  border-bottom: 6px solid #E40057;
}
#gokatsu .contents .movie h3 span:nth-of-type(2) {
  font-size: 60px;
  border-bottom: none;
  color: #560000;
}

#gokatsu .contents .movie iframe {
  z-index: 1;
  position: relative;
  background: #fff;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#gokatsu .contents .movie .logo_scroll{
  margin: -50px 0;
  z-index: 0;
}
#gokatsu .contents .movie .reflection::after {
  background-color: #F2E8CF;
}
/*----------------------------------------------------------
reason
----------------------------------------------------------*/
#gokatsu .reason_anchor {
  position: absolute;
  bottom: 200px;
}
#gokatsu .contents .reason{
  padding: 150px 0;
  text-align: center;
  background: url(/form/lpi/campaign2026fw_lp/img/reason_bg.png) #F7F7F7 no-repeat center bottom 150px;
  background-size: 100%;
  position: relative;
}
#gokatsu .contents .reason h2,
#gokatsu .contents .course h2,
#gokatsu .contents .school__area h2,
#gokatsu .campaign_ml_flow h2,
#gokatsu .contents .qa h2{
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 5px;
  background: #d73c1e;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 0 30px;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#gokatsu .contents .course h2{
  top: 50px;
}
#gokatsu .campaign_ml_flow h2{
  max-width: 1000px;
  border-radius: 5px;
  background: #d73c1e;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 0 30px;
  line-height: 1.6;
  position: relative;
  transform: initial;
  margin: 0 auto 40px;
  left: initial;
}
#gokatsu .contents .reason h2::after,
#gokatsu .contents .course h2::after,
#gokatsu .contents .school__area h2::after,
#gokatsu .campaign_ml_flow h2::after,
#gokatsu .contents .qa h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d73c1e;
}
#gokatsu .contents .reason h2 span,
#gokatsu .contents .course h2 span,
#gokatsu .contents .school__area h2 span,
#gokatsu .campaign_ml_flow h2 span,
#gokatsu .contents .qa h2 span{
  font-family: "DIN 2014";
  font-size: 26px;
  border-bottom: 2px solid #fff;
}
#gokatsu .contents .reason ul{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#gokatsu .contents .reason ul.reason_btm {
  margin-bottom: 10px;
}
#gokatsu .contents .reason .reason_arrow{
 margin-bottom:40px;
}
#gokatsu .contents .reason .arrow_bTxt{
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #1a1311;
}
#gokatsu .contents .reason .arrow_bTxt span{
  border-bottom: 14px solid #ffee7f;
  color: #D73C1E;
  line-height: 0.5;
  display: inline-block;
}
#gokatsu .contents .reason .note{
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto 40px;
}
/*----------------------------------------------------------
school
----------------------------------------------------------*/
.lightbox {
  display: none;
}
.course .school__area_anchor {
  position: absolute;
  bottom: 200px;
}
.school__area {
  padding: 180px 0 70px;
  text-align: center;
  background: url(/form/lpi/campaign2026fw_lp/img/reason_bg.png) #F7F7F7 no-repeat center bottom 200px;
  background-size: 100%;
  position: relative;
}
.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: 70px;
  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;
}

#gokatsu .contents .school__area .reflection::after {
  background-color: #F7F7F7;
}

.school{
  padding: 0 0 50px 0;
}
.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%;
}

.school h2{
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #c8113d;
	margin-bottom: 60px;
}

/*----------------------------------------------------------
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;
}
#gokatsu .flow_anchor{
  position: absolute;
  bottom: 50px;
}

#gokatsu .campaign_ml_flow{
  background: #fff;
  padding: 0 0 190px;
  position: relative;
}
#gokatsu .campaign_ml_flow .flow_main{
  background: url(/form/lpi/campaign2026fw_lp/img/flow_bg.png) no-repeat center bottom #fff;
  background-size: 100%;
  text-align: center;
  padding: 60px 0;
}
#gokatsu .campaign_ml_flow ul{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#gokatsu .campaign_ml_flow .note{
  max-width: 1000px;
  width: 100%;
  margin: 10px auto;
}

/*----------------------------------------------------------
qa
----------------------------------------------------------*/
#gokatsu .contents .qa{
  background: #FAE5D2;
    background-size: auto;
  padding: 150px 0 100px;
  position: relative;
}
#gokatsu .contents .qa .qa_txt{
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #d73c1e;
  max-width: 1000px;
  margin: 0 auto;
}
#gokatsu .contents .qa .qa_txt:nth-of-type(2){
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #d73c1e;
  max-width: 1000px;
  margin: 60px auto 0;
}

#gokatsu .contents .qa .qa_txt span {
  margin: 0 10px 0 0;
}
#gokatsu .contents .qa .qa_inner{
  max-width: 1000px;
  margin:0 auto;
  width: 100%;
}

#gokatsu .contents .qa_list{
 display: block;
}
#gokatsu .contents .qa_list dt{
  position: relative;
  padding: 30px 40px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin-top: 40px;
}
#gokatsu .contents .qa_list dt.active {
  border-radius: 5px 5px 0 0;
  padding: 30px 40px 0 40px;
}
#gokatsu .contents .qa_list dt::before{
  content: "";
  position: absolute;
  background: url(/form/lpi/campaign2026fw_lp/img/q.png) no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
}
#gokatsu .contents .qa_list dt::after{
  content: "";
  position: absolute;
  top: 35%;
  right: 40px;
  width: 31px;
  height: 20px;
  background: url("/form/lpi/campaign2026fw_lp/img/qa_arrow.png") no-repeat right center;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition:opacity 0.3s ease;
}

#gokatsu .contents .qa_list dt.active::after {
  content: ""; 
  transform: scaleY(-1);
  top: 45%;
}
#gokatsu .contents .qa_list dt h3{
  font-weight: bold;
  padding: 0 0 30px 80px;
  color: #560000;
  font-size: 18px;
  border-bottom: 1px solid #CBBBA8;
}
#gokatsu .contents .qa_list dd{
  display: none;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 0 40px 30px 40px;
}
#gokatsu .contents .qa_list dd p{
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding: 20px 20px 20px 80px;
  position: relative;
}
#gokatsu .contents .qa_list dd p::before{
  content: "";
  position: absolute;
  background: url(/form/lpi/campaign2026fw_lp/img/a.png) no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 0;
}
#gokatsu .contents .qa_list dd p span{
  font-size: 11px;
}

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


/*----------------------------------------------------------
campaign
----------------------------------------------------------*/
#gokatsu .contents .campaign img{
  width: 100%;
}


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

#gokatsu .main {
  padding-top: 40px;
}
#gokatsu .contents .ml_banner p {
    margin: 0 auto 5px;
    width: 70%;
  }
#gokatsu .contents .ml_banner p img{
  width: 100%;
}
#gokatsu .contents .ml_banner #school__area{
  position:absolute;
  bottom: 30px;
}

#gokatsu .contents h1 {
    padding: 0;
    background: none;
}
#gokatsu .contents h1 img {
  margin-left: 0;
}
/*------------------------------
.logo_scroll
------------------------------*/
.scroll_inner img {
  height:50px;
}
.logo_scroll {
  padding: 0 0 5px;
}  
.online_event .logo_scroll {
  position: relative;
  }
/*----------------------------------------------------------
course
----------------------------------------------------------*/
 #gokatsu .contents .reason .course_anchor{
  position: absolute;
  bottom: 100px;
}

#gokatsu .contents .course {
  padding: 40px 0 70px;
}
#gokatsu .contents .course .four_courses {
  text-align: center;
  margin-top: 30px;
}
#gokatsu .contents .course .four_courses ul {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 0 20px;
}
#gokatsu .contents .course p {
  font-size: 22px;
}
#gokatsu .contents .course figure{
  width:100%;
  margin: 0 auto;
}
#gokatsu .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;
}  
#gokatsu .contents .course .other_course p {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #1a1311;
}
#gokatsu .contents .ml_banner,
#gokatsu .contents .coutse .ml_banne{
    text-align: center;
    padding: 10px 0;
    background: url(/form/lpi/campaign2026fw_lp/img/ml_bg_sp.png) no-repeat center;
    background-size: auto;
    background-size: cover;
    width: 100%;
  }
#gokatsu .contents .reflection {
  padding: 0 10px;
}

/*----------------------------------------------------------
worries
----------------------------------------------------------*/
#gokatsu .contents .worries{
  text-align: center;
  padding: 20px 0 0;
}
#gokatsu .contents .worries h2 {
  font-size: 18px;
  padding: 10px 0;
}
#gokatsu .contents .worries h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
#gokatsu .contents .worries p img{
  margin:0 0 20px;
}

/*----------------------------------------------------------
student
----------------------------------------------------------*/
#gokatsu .student{
  background: #fff;
  padding: 0 0 30px;
}
#gokatsu .student .student_tit{
    background: url(/form/lpi/campaign2026fw_lp/img/student_bg_sp.png) no-repeat center bottom #E8C982;
    background-size: 100%;
    text-align: center;
    padding: 20px 20px 70px;
  }
#gokatsu .student .voice_tit {
  font-size: 18px;
  width: 90%;
  margin-top: -70px;
  position: relative;
  padding: 30px 0;
}
#gokatsu .student .voice_tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #E8C982;
}

#gokatsu .student ul{
  padding: 20px;
  width: 90%;
}
#gokatsu .student ul li{
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
#gokatsu .student ul li:nth-of-type(3), 
#gokatsu .student ul li:nth-of-type(4) {
  margin-bottom: 20px;
}

#gokatsu .student .modal-wrapper .modal-window .modal-content .modal_voice{
  padding: 0;
}
/* =========================
   キャンペーン
========================= */
.cpn .cpn_inner {
  background: url(/form/lpi/campaign2026fw_lp/img/cpn_bg_sp.png) no-repeat center top 35%;
  background-size: 100%;
}
.cpn .cpn_inner h2 {
    text-align: center;
    padding: 40px 0 0;
    margin: 0 auto 15px 15px;
    width: 92%;
  }
.cpn .cpn_inner ul{
  display: block;
  width: 95%;
}
.cpn .cpn_inner ul li{
  margin: 0 0 10px;
}
 
/*----------------------------------------------------------
online_event
----------------------------------------------------------*/
 .online_event {
  width: 90%;
  margin: 0 auto;
}
.online_event h2 {
  text-align: center;
  padding: 60px 0 20px;
}
.online_event .online_event_inner .note {
  font-size: 9px;
  padding: 10px;
}
.slider-arrow img {
  display: block;
  width: 40px;
  height: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}
/*----------------------------------------------------------
difference
----------------------------------------------------------*/
#gokatsu .contents .difference_anchor{
  position: absolute;
  bottom: 20px;
}
#gokatsu .contents .difference {
  padding: 20px 0 60px;
  margin-top: 40px;
  background-image: url(/form/lpi/campaign2026fw_lp/img/difference_bg_top.png) ,url(/form/lpi/campaign2026fw_lp/img/difference_bg_btm.png);
  background-position: top 120px center, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}

#gokatsu .contents .difference h2{
    padding: 0 20px 20px;
    height: auto;
  margin-bottom:30px;
  }
#gokatsu .contents .difference h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2b2524;
}
#gokatsu .contents .difference .comparison {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#gokatsu .contents .difference .comparison a img{
  margin-top: -10px;
}

#gokatsu .contents .difference .scene {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
} 
#gokatsu .contents .difference .scene .scene_text {
  margin-top: 0;
  font-size: 1.6rem;
}
#gokatsu .contents .difference .scene .scene_text::before, #gokatsu .contents .difference .scene .scene_text::after {
  content: "";
  width: 20%;
}
#gokatsu .contents .difference .scene ul li p {
  font-size: 1.2rem;
}
#gokatsu .contents .difference #point{
    padding: 2rem 0 0;
    width: 90%;
    margin: 20px auto 0;
  }
#gokatsu .contents .difference #point h2 {
  font-size: 1.4rem;
} 
#gokatsu .contents .difference #point h2 .main {
  text-align: left;
  margin-left: 2rem;
  margin-top: 1.5rem;
  font-size: 2rem;
}
#gokatsu .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%);
  }
 #gokatsu .contents .difference #point .content_wrap {
  margin-top: 2rem;
  background: #fff;
  padding: 2rem 0;
  position: relative;
}
#gokatsu .contents .difference #point .content_wrap .body_text {
  font-size: 1.4rem;
}
#gokatsu .contents .difference #point .content_wrap .box ul li figure {
  width: 5rem;
  height: 5rem;
}
#gokatsu .contents .difference #point .content_wrap .box ul li {
  gap: 1.8rem;
}
#gokatsu .contents .difference #point .content_wrap .box ul li .body_text {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#gokatsu .contents .difference #point .content_wrap .box ul li .body_text .blue {
  font-size: 1.4rem;
}

  
  #gokatsu .contents .difference .fbc {
  padding: 0;
}
 #gokatsu .contents .difference .difference_taimen {
  margin: 20px 0 10px;
} 
/*----------------------------------------------------------
movie
----------------------------------------------------------*/
#gokatsu .contents .movie{
    width: 100%;
    margin: 40px auto;
    padding: 0 0 50px;
    background: #F1E4C6;
  }
#gokatsu .contents .movie .movie_inner {
  background: none;
  width: 100%;
  border-radius: 0;
  margin: 0 auto;
  padding: 0;
}
#gokatsu .contents .movie h3{
    font-size: 24px;
    margin: 0 auto;
    width: 80%;
    padding: 50px 0 0;
  }
#gokatsu .contents .movie h3 span:nth-of-type(1) {
  border-bottom: 4px solid #E40057;
}
#gokatsu .contents .movie h3 span:nth-of-type(2) {
  font-size: 40px;
} 
#gokatsu .contents .movie h3 img {
  margin: -70px auto 10px;
  width: 70%;
}
#gokatsu .contents  .movie .movie_area {
  width: 100%;
  margin: 0 auto 60px;
}
#gokatsu .contents .movie iframe {
  z-index: 1;
  position: relative;
  background: #fff;
  width: 90%;
  aspect-ratio: 16 / 9;
}
/*----------------------------------------------------------
reason
----------------------------------------------------------*/
#gokatsu .reason_anchor {
  bottom: 0;
}
#gokatsu .contents .reason {
  padding: 80px 20px 100px;
  text-align: center;
  background: url(/form/lpi/campaign2026fw_lp/img/reason_bg.png) #F7F7F7 no-repeat center bottom 150px;
  background-size: 150%;
  position: relative;
}
#gokatsu .contents .reason h2, #gokatsu .contents .school__area h2, #gokatsu .campaign_ml_flow h2, #gokatsu .contents .qa h2 {
  font-size: 22px;
  width: 95%;
  padding: 10px 0 20px;
}
#gokatsu .contents .course h2{
  font-size: 22px;
  width: 95%;
  padding: 10px 0 20px;
  top: 0;
}
#gokatsu .contents .reason h2 span, #gokatsu .contents .course h2 span, #gokatsu .contents .school__area h2 span, #gokatsu .campaign_ml_flow h2 span, #gokatsu .contents .qa h2 span {
  font-size: 14px;
}
#gokatsu .contents .reason h2::after, #gokatsu .contents .course h2::after, #gokatsu .contents .school__area h2::after, #gokatsu .campaign_ml_flow h2::after, #gokatsu .contents .qa h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d73c1e;
}
#gokatsu .contents .reason ul {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
#gokatsu .contents .reason ul li{
    margin-bottom: 20px;
    width: 30%;
  }
#gokatsu .contents .reason ul li:last-child{
  margin-bottom: 10px;
}
#gokatsu .contents .reason .reason_arrow img{
  width: 20%;
}
#gokatsu .contents .reason .note {
  font-size: 1rem;
}
#gokatsu .contents .reason .reason_btm{
  display: block;
}
#gokatsu .contents .reason .reason_btm li{
  width: 100%;
}
#gokatsu .contents .reason .arrow_bTxt {
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0 0;
}
#gokatsu .contents .reason .arrow_bTxt span {
  border-bottom: 8px solid #ffee7f;
}
/*----------------------------------------------------------
school
----------------------------------------------------------*/
.course .school__area_anchor {
  bottom: 100px;
}

 .school__area {
  padding-top: 40px;
}
  .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;
	  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;
}
#gokatsu .flow_anchor{
  position: absolute;
  bottom: 100px;
}
#gokatsu .campaign_ml_flow{
    display: grid;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    background-size: auto;
    background-size: 90%;
    padding: 0 0 60px;
  position: relative;
  }
#gokatsu .campaign_ml_flow .flow_main{
    padding: 0;
    background: url(/form/lpi/campaign2026fw_lp/img/flow_bg_sp.png) no-repeat center top #F7F7F7;
    background-size: auto;
    background-size: 100%;
  }
#gokatsu .campaign_ml_flow .flow_main img{
  width: 90%;
  margin: -20px auto 20px;
}
#gokatsu .campaign_ml_flow h2 {
    font-size: 22px;
    width: 90%;
    padding: 10px 0 20px;
    left: 50%;
    position: relative;
    transform: translateY(-50%) translateX(-50%);
    margin: initial;
  }
 #gokatsu .campaign_ml_flow ul{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    background: #F7F7F7;
  }
#gokatsu .campaign_ml_flow ul li {
  display: block;
  margin-bottom: 10px;
}
#gokatsu .campaign_ml_flow .note {
  width: 90%;
  margin: 10px auto;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  font-size: 1rem;
}
  
  #gokatsu .ml_entry {
  text-align: center;
  padding: 0 20px 20px;
}
 #gokatsu .btm_ml {
    width: 100%;
    z-index: 10;
    opacity: 0;
    position: fixed;
  }
 #gokatsu .btm_ml .ml_banner{
  background: #fff;
}
 #gokatsu .btm_ml .ml_banner div{
  display: flex;
}
 #gokatsu .btm_ml .ml_banner img{
  width: 100%;
}
 #gokatsu .btm_ml .ml_banner p{
  width: 70%;
  margin: 0 auto 5px;
}
 .fixed {
    position: fixed;
    bottom: 0;
    opacity: 1 !important;
  }

/*----------------------------------------------------------
qa
----------------------------------------------------------*/
#gokatsu .qa_anchor{
  position: absolute;
  bottom: 100px;
}
#gokatsu .contents .qa{
    font-size: 16px;
    padding: 80px 0 60px;
  }
#gokatsu .contents .qa .qa_txt{
    font-size: 16px;
    padding: 0 0 0 20px;
  }

#gokatsu .contents .qa .qa_txt:nth-of-type(2) {
    font-size: 16px;
  margin: 40px auto 0;
  }
#gokatsu .contents .qa .qa_txt span img{
  width: auto;
}
#gokatsu .contents .qa_list {
  width: 90%;
  margin:0 auto;
}
#gokatsu .contents .qa_list dt {
  position: relative;
  padding: 20px;
  width: 100%;
  background: #fff;
  margin: 20px 0 0;
}
#gokatsu .contents .qa_list dt::before {
  content: "";
  position: absolute;
  background: url(/form/lpi/campaign2026fw_lp/img/q.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 25px;
  background-size: 18px;
}

#gokatsu .contents .qa_list dt h3 {
  padding: 0 0 10px 40px;
  font-size: 14px;
}
#gokatsu .contents .qa_list dt::after{
    content: "";
    position: absolute;
    top: 35%;
    right: 20px;
    font-size: 14px;
    background-size: 50%;
  }
#gokatsu .contents .qa_list dt.active::after {
    content: "";
    top: 45%;
    background-size: 50%;
  }
#gokatsu .contents .qa_list dt.active {
  padding: 20px 20px 0 20px;
}
#gokatsu .contents .qa_list dd {
  font-size: 14px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 0 20px 10px 10px;
}
 #gokatsu .contents .qa_list dd p {
    padding: 10px 10px 10px 40px;
    font-size: 12px;
    background-size: 18px;
    line-height: 1.6;
  }
#gokatsu .contents .qa_list dd p::before {
  content: "";
  position: absolute;
  background: url(/form/lpi/campaign2026fw_lp/img/a.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 15px;
  background-size: 18px;
}
#gokatsu .contents .qa_list dd p a {
  font-size: 12px;
}
#gokatsu .contents .qa_list dd p span {
  font-size: 10px;
}


}