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


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

 	秋の語活キャンペーン　2025.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: #FDF5ED;
}

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

/*----------------------------------------------------------
header
----------------------------------------------------------*/
#gokatsu .header{
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background: #fff;
  height: 80px;
  z-index: 10;
}
#gokatsu .header .header_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px 0 40px;
  height: 80px;
  flex-wrap: wrap;
}
#gokatsu .logo{
  height: 80px;
}
#gokatsu .logo a{
  width: 100%;
  text-align: center;
}
#gokatsu .logo a img{
  max-height: 50px;
  margin: 20px 0;
  height: 100%;
}
#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.school_btn{
  width: 120px;
  height: 80px;
  background: #E40057;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
#gokatsu .header_btn .school_btn_txt {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#gokatsu .header_menu{
  width: 100%;
  background: #FDE0A5;
  display: flex;
  font-size: 11px;
  justify-content: center;
  gap: 60px;
  line-height: 40px;
}
#gokatsu .header_menu a{
  color: #560000;
  text-decoration: none;
}

/* 基本非表示のハンバーガーアイコン */
#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: #FDE0A5;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    padding: 1em 0;
    z-index: 1000;
  gap:0;
  }

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

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

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

/*----------------------------------------------------------
main
----------------------------------------------------------*/
#gokatsu .main {
}
#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: #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; }
}
#gokatsu .sp_menu{
    display: none;
}
/*----------------------------------------------------------
course
----------------------------------------------------------*/
#gokatsu .contents .course{
  text-align: center;
  padding: 100px 0;
}
.school_detail_cinfo #gokatsu .contents .course{
  background: #F9BE03;
  text-align: center;
  padding:0;
}

#gokatsu .contents .course figure img{
  margin: 10px 0;
}
#gokatsu .contents .course h2 {
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
}
#gokatsu .contents .course .four_courses{
  text-align: center;
}
#gokatsu .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;
}
#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{
  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;
}

.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(/lpi/campaign2025fw/img/ml_bg.png) no-repeat center;
  background-size: 100%;
  position: relative;
}
#gokatsu .contents .ml_banner p{
  margin-bottom:10px;
}

/*----------------------------------------------------------
worries
----------------------------------------------------------*/
 a#worries{
  position: absolute;
  bottom: 100px;
}
#gokatsu .contents .worries{
  text-align: center;
  padding: 35px 0 0;
}

/*----------------------------------------------------------
free_trial
----------------------------------------------------------*/
#gokatsu .contents .free_trial{
  background-image: url("/lpi/campaign2025fw/img/ft_bg_top.png"), url("/lpi/campaign2025fw/img/ft_bg.png") ,linear-gradient(to bottom, white 80%, #FDF5ED 20%);;
  background-position: top center, bottom center;
  text-align: center;
  padding: 50px 0 100px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}
#gokatsu .contents .free_trial p:nth-of-type(2){
  padding: 30px 0 50px;
}

/*----------------------------------------------------------
difference
----------------------------------------------------------*/
#gokatsu .contents .difference{
  padding: 50px 0;
}
#gokatsu .contents .difference h2{
  font-weight: bold;
  font-size: 48px;
  color: #560000;
  text-align: center;
  margin: 0 auto;
  background: url("/lpi/campaign2025fw/img/difference_illust01.png"),url("/lpi/campaign2025fw/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;
}
#gokatsu .contents .difference h2 span{
  color: #E40057;
  border-bottom:6px solid #E40057;
}
#gokatsu .contents .difference .difference_sb{
  text-align: center;
  margin: -50px 0 20px;
}
#gokatsu .contents .difference .comparison {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
#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 .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;
}
#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 .difference .movie{
  width: 100%;
  margin: 40px auto 0;
  background: url("/lpi/campaign2025fw/img/difference_illust02.png"),url("/lpi/campaign2025fw/img/difference_illust03.png");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  width: 1200px;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left 80px bottom 0;
  padding: 40px 0 100px;
}
#gokatsu .contents .difference .movie .movie_inner {
  max-width: 740px;
  width: 100%;
  margin:0 auto;
}

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

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

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

/*----------------------------------------------------------
reason
----------------------------------------------------------*/

#gokatsu .contents .bg_red{
  background: url(/lpi/campaign2025fw/img/bg_red.png) no-repeat top center #A22D24;
  background-size: 100%;
}

/*#gokatsu .contents .bg_red{
  background: url(/lpi/campaign2025fw/img/bg_red.png) no-repeat top 450px center;
  background-size: 100%;
}*/

#gokatsu .contents .reason {
  padding: 0 0 50px;
  text-align: center;
}
#gokatsu .contents .reason h2{
  margin: 0 0 20px;
}
#gokatsu .contents .reason ul li {
  margin-bottom: 35px;
}
#gokatsu .contents .reason .note{
  width: 100%;
  max-width: 1000px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}

/*----------------------------------------------------------
feature
----------------------------------------------------------*/
#gokatsu #features {
  padding: 100px 0;
}
#gokatsu #features h2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5rem 0;
  font-size: 40px;
  color: #560000;
}
#gokatsu #features h2 span {
  display: inline-block;
  background: linear-gradient(transparent 55%, #FFF7B9 55%);
}
#gokatsu #features > div{
	max-width:1180px;
	margin:0 auto;
	width:100%;
    background: #fff;
    border-radius: 30px;
    padding: 60px 50px 30px;
}

#gokatsu #features .features_list {
    width: 100%;
}

#gokatsu #features .features_list li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;

    width: 100%;
}
#gokatsu #features .features_list li + li {
    margin: 40px 0 0;
}
#gokatsu #features .features_list li figure {
}
#gokatsu #features .features_list li .features_txt {
    width: 650px;
}
#gokatsu #features .features_list li .features_txt .num_img {
    float: left;
    width: 145px;
    margin: 60px 30px 60px 0;
}
#gokatsu #features .features_list li .features_txt h3 {
    margin: 60px 0 30px 0;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
}    
#gokatsu #features .features_list li .features_txt p {
  text-align: left;
  line-height: 1.8;
  font-size: 1.6rem;
}    


#gokatsu #features .features_list li:nth-child(even) > figure {
    order: 3;
}
#gokatsu #features .features_list li:first-child > figure {
    margin-left: -90px;
}
#gokatsu #features .features_list li:nth-child(2) > figure {
    margin-right: -90px;
}
#gokatsu #features .features_list li:nth-child(3) > figure {
    margin-left: -90px;
}
#gokatsu #features .features_list li:nth-child(4) > figure {
    margin-right: -90px;
}
#gokatsu #features .features_list li:nth-child(5) > figure {
    margin-left: -90px;
}


/*----------------------------------------------------------
school
----------------------------------------------------------*/
.lightbox {
  display: none;
}
.school__area {
  background: #fff;
  padding-top:90px;
}
.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;
}


.school{
  padding: 130px 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{
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 40px;
  color: #560000;
  text-align: center;
}
/*----------------------------------------------------------
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 .campaign_ml_flow{
  padding: 0 0 60px;
}
#gokatsu .campaign_ml_flow h2 {
  font-weight: bold;
  font-size: 40px;
  color: #560000;
  text-align: center;
  margin: 0 auto;
  background: url(/lpi/campaign2025fw/img/flow_bg.png) no-repeat left top 20px;
  padding-top: 150px;
  height: 260px;
  width: 100%;
  max-width: 1100px;
}
#gokatsu .campaign_ml_flow h2 span {
  color: #E40057;
  border-bottom: 6px solid #E40057;
}
#gokatsu .campaign_ml_flow ul{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

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

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

#gokatsu .contents .qa .qa_txt span{
  font-family: "Cedarville Cursive";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #e78612;
}
#gokatsu .contents .qa .qa_inner{
  max-width: 900px;
  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: 16px;
  background: #fff;
  margin-top: 40px;
}
#gokatsu .contents .qa_list dt.active {
  border-radius: 16px 16px 0 0;
  padding: 30px 40px 0 40px;
}
#gokatsu .contents .qa_list dt::before{
  content: "";
  position: absolute;
  background: url(/lpi/campaign2025fw/img/q.png) no-repeat;
  width: 25px;
  height: 28px;
  left: 55px;
}
#gokatsu .contents .qa_list dt::after{
  content: "▼";
  position: absolute;
  top: 50%;
  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: #E78612;
}

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

/*----------------------------------------------------------
campaign
----------------------------------------------------------*/
#gokatsu .contents .campaign_img {
  padding: 40px 0 30px;
}
#gokatsu .contents .campaign_img img{
  width: 100%;
}
#gokatsu .contents .campaign{
  background: url(/lpi/campaign2025fw/img/campaign_bg.png) no-repeat center top 200px;
  background-size: 100%;
}

#gokatsu .contents .campaign h2{
  text-align: center;
  background: url(/lpi/campaign2025fw/img/campaign_tit_bg.png) no-repeat;
  padding: 10px 0;
  background-size: cover;
}
#gokatsu .contents .campaign p{
  text-align: center;
  padding-top: 30px;
}
#gokatsu .contents .campaign .campaign_present{
  padding: 120px 0 40px;
}


@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: 25px;
}
#gokatsu .logo a img{
    max-height: 35px;
    margin: 0;
    height: 100%;
  }
#gokatsu .header_btn {
    width: 55%;
    padding: 5px;
  }
#gokatsu .header_btn a.school_btn{
    width: 90%;
    height: 50px;
    padding: 10px;
    margin: 0 auto 10px;
  }

#gokatsu .contents .ml_banner p {
    margin: 0 auto 5px;
    width: 70%;
  }
#gokatsu .contents .ml_banner p img{
  width: 100%;
}
#gokatsu .contents h1 {
    padding: 0;
    background: none;
}
#gokatsu .contents h1 img {
  margin-left: 0;
}
  
/*----------------------------------------------------------
course
----------------------------------------------------------*/
#gokatsu .contents .course {
  padding: 40px 0;
}
#gokatsu .contents .course h2{
    font-size: 2.6rem;
    background: url(/lpi/campaign2025fw/img/course_bg_sp.png) no-repeat center;
    background-size: 100%;
    padding: 0 0 10px;
    height: 100%;
  }
#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 .ml_banner,
#gokatsu .contents .coutse .ml_banne{
    text-align: center;
    padding: 10px 30px;
    background: url(/lpi/campaign2025fw/img/ml_bg_sp.png) no-repeat center;
    background-size: auto;
    background-size: cover;
    width: 100%;
  }


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

#gokatsu .contents .difference h2{
    font-size: 24px;
    background: url("/lpi/campaign2025fw/img/difference_illust01.png"),url("/lpi/campaign2025fw/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%;
  }
#gokatsu .contents .difference h2 span {
  border-bottom: 4px solid #E40057;
}
#gokatsu .contents .difference .difference_sb {
  margin: -60px 0 20px;
}
#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 .movie h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#gokatsu .contents .difference .movie h3 span:nth-of-type(1) {
  border-bottom: 4px solid #E40057;
}
#gokatsu .contents .difference .movie h3 span:nth-of-type(2) {
  font-size: 40px;
} 
  
  #gokatsu .contents .difference .fbc {
  padding: 0;
}
  
/*----------------------------------------------------------
movie
----------------------------------------------------------*/
#gokatsu .contents .difference .movie {
  width: 100%;
  margin: 40px auto 0;
  background-position: right top 30px, left bottom;
  padding: 0 0 50px;
  background-size: 20%, 23%;
} 
#gokatsu .contents .difference .movie .movie_area {
  width: 80%;
  margin: 0 auto;
}
  
/*----------------------------------------------------------
online_event
----------------------------------------------------------*/

#gokatsu .contents .bg_red{
    background: url(/lpi/campaign2025fw/img/bg_red_sp.png) no-repeat top center #A22D24;
    background-size: cover;
  }

  /*#gokatsu .contents .bg_red  {
    background: url(/lpi/campaign2025fw/img/bg_red_sp.png) no-repeat top 480px center;
    background-size: cover;
  }*/

#gokatsu .contents .online_event {
  padding: 20px;
}
#gokatsu .contents .online_event a {
  margin: 10px 0 0;
}
#gokatsu .contents .online_event .note {
  font-size: 10px;
}
#gokatsu .contents .online_event .note span{
  margin-left: 10px;
}
/*----------------------------------------------------------
reason
----------------------------------------------------------*/
#gokatsu .contents .reason {
  padding: 20px;
  text-align: center;
}
 #gokatsu .contents .reason h2 {
  margin: 0 0 20px auto;
  width: 85%;
} 
#gokatsu .contents .reason ul li {
  margin-bottom: 20px;
}
#gokatsu .contents .reason ul li:last-child{
  margin-bottom: 10px;
}
#gokatsu .contents .reason .note {
  font-size: 1rem;
}
  
  
  /*----------------------------------------------------------
feature
----------------------------------------------------------*/
  #gokatsu #features {
  padding: 40px 0;
}
#gokatsu #features h2 {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
}
#gokatsu #features h2 span span {
    padding: 0;
    font-size: 3rem;
}
#gokatsu #features > div{
	max-width:94%;
	margin:0 auto;
	width:100%;
    border-radius: 20px;
    padding: 30px 15px 20px;
}

#gokatsu #features .features_list li {
    display: block;
    width: 100%;
}
#gokatsu #features .features_list li + li {
    margin: 30px 0 0;
}

#gokatsu #features .features_list li figure {
    width: 100%;
    margin-bottom: 2rem;
}
#gokatsu #features .features_list li figure img {
    width: 100%;
    height: auto;
}
#gokatsu #features .features_list li .features_txt {
    width: 100%;
    padding: 0 0 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
#gokatsu #features .features_list li .features_txt .num_img {
    float: inherit;
    width: 25%;
    margin: 0 5% 0 0;
}

#gokatsu #features .features_list li .features_txt .num_img img {
    width: 100%;
    height: auto;
}

#gokatsu #features .features_list li .features_txt h3 {
    width: 68%;
    margin: 0;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}    
#gokatsu #features .features_list li .features_txt p {
    width: 100%;
    margin: 20px 0 0;
    font-size: 1.5rem;
}    

#gokatsu #features .features_list li:nth-child(even) > figure {
    order: 1;
}
#gokatsu #features .features_list li:first-child > figure {
    margin-left: 0;
}
#gokatsu #features .features_list li:nth-child(2) > figure {
    margin-right: 0;
}
#gokatsu #features .features_list li:nth-child(3) > figure {
    margin-left: 0;
}
#gokatsu #features .features_list li:nth-child(4) > figure {
    margin-right: 0;
}
#gokatsu #features .features_list li:nth-child(5) > figure {
    margin-left: 0;
}

/*----------------------------------------------------------
school
----------------------------------------------------------*/
  .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 h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
	.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;
}
.slider{
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0 0;
  }
.slider img {
    width: calc(700px / 3);
    height: auto;
    margin-bottom: 10px;
  }

.slider .slick-slide {
	transform: scale(0.8);/*80%*/
	transition: all .5s;/*0.5秒*/
}
.slider .slick-slide.slick-center{
	transform: scale(1);
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 100%;
}

.slick-prev{
    left: 10%;
    z-index: 1;
}
.slick-next{
    right:10%;
}
#gokatsu .campaign_ml_flow {
  padding: 0 0 20px;
}
 #gokatsu .campaign_ml_flow h2 {
    background: url(/lpi/campaign2025fw/img/flow_bg.png) no-repeat center top 20px;
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    background-size: 95%;
    height: 100%;
    position: relative;
    padding: 40px 0 ;
  }
#gokatsu .campaign_ml_flow h2 span {
  border-bottom: 4px solid #E40057;
}
 #gokatsu .campaign_ml_flow ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
  }
#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;
  color: #560000;
  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 .contents .qa {
  background: url(/lpi/campaign2025fw/img/qa_bg_sp.png) no-repeat center top #FAE5D2;
  padding: 80px 0 40px;
  background-size: 100%;
}
 #gokatsu .contents .qa h2 {
    margin-bottom: 30px;
    font-size: 24px;
   width: 80%;
  }
#gokatsu .contents .qa h2::before, #gokatsu .contents .qa h2::after {
  content: "";
  background: #560000;
  width: 5rem;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
#gokatsu .contents .qa h2::after {
  left: auto;
  right: 0;
}
#gokatsu .contents .qa .qa_txt {
  font-size: 16px;
  background: url(/lpi/campaign2025fw/img/qa_illust.png) no-repeat top right 20px;
  height: auto;
  background-size: 20%;
}

#gokatsu .contents .qa .qa_txt:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #a12c24;
  background: url(/lpi/campaign2025fw/img/difference_illust01.png) no-repeat left center;
  height: 100px;
  max-width: 700px;
  margin: 0 auto -40px;
  background-size: 20%;
}
#gokatsu .contents .qa .qa_txt span img{
  width: 20%;
}
 #gokatsu .contents .qa .qa_txt:nth-of-type(2) span img {
    width: 30%;
  }
#gokatsu .contents .qa_list {
  width: 90%;
  margin:0 auto;
}
#gokatsu .contents .qa_list dt {
  position: relative;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  margin: 20px 0 0;
}
#gokatsu .contents .qa_list dt::before {
  content: "";
  position: absolute;
  background: url(/lpi/campaign2025fw/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: 30%;
  right: 20px;
  font-size: 14px;
}
#gokatsu .contents .qa_list dt.active {
  border-radius: 16px 16px 0 0;
  padding: 20px 20px 0 20px;
}
#gokatsu .contents .qa_list dd {
  font-size: 14px;
  border-radius: 0 0 15px 15px;
  background: #fff;
  padding: 0 20px 20px 20px;
}
 #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(/lpi/campaign2025fw/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;
}

/*----------------------------------------------------------
campaign
----------------------------------------------------------*/
#gokatsu .contents .campaign_img {
  padding: 40px 0 20px;
}
#gokatsu .contents .campaign{
  background: url(/lpi/campaign2025fw/img/campaign_bg_sp.png) no-repeat center top 140px;
  background-size: 100%;
}
#gokatsu .contents .campaign h2 {
  text-align: center;
  background: url(/lpi/campaign2025fw/img/campaign_tit_bg.png) no-repeat;
  padding: 10px;
  background-size: cover;
}
#gokatsu .contents .campaign p {
  text-align: center;
  padding-top: 15px;
  width: 90%;
  margin: 0 auto;
}
#gokatsu .contents .campaign .campaign_present{
  padding: 20px 0;
  width: 75%;
  margin: 0 auto;
}

}