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


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

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

----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
#sb-overlay {
  background-color: rgb(0, 0, 0) !important;
}
a:hover {
  opacity: 1;
}
#campaign2025{
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",Meiryo,"メイリオ","MS PGothic","MS UI Gothic",sans-serif;
	width:100%;
	margin:0 auto;
	line-height: 1.4;
	font-size:16px;
}

/*header*/
#campaign2025 .logo{
	margin:0 auto;
	width:100%;
	background: #fff;
	z-index: 1;
	top: 0;
}

#campaign2025 .logo ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#campaign2025 .logo ul li {
    flex: 0 0 50%;
}

#campaign2025 .logo ul li:nth-of-type(2){
	position: relative;
}
#campaign2025 .logo ul li:nth-of-type(2) a{
  background: #8C8841;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  right: -25%;
}
#campaign2025 .logo ul li:nth-of-type(2) a:hover{
  text-decoration: none;
}
#campaign2025 .logo ul li:nth-of-type(1) a img {
    max-height: 45px;
    margin: 20px 0;
    height: 100%;
}
#campaign2025 .side_btn {
  position: fixed;
  top:0;
  right: 0;
  z-index: 3;
}

/*main*/
#campaign2025 main {
  background:url("/form/campaign2025_lp/img/main_bg.jpg") no-repeat;
  background-size: 100%;
}
#campaign2025 main h1 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#campaign2025 main h1 img{
  width: 100%;
}

/* 光るエフェクト */
#campaign2025 .contents .reflection{
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
}
#campaign2025 .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; }
}

#campaign2025 .sp_menu{
    display: none;
}

#campaign2025 .contents{
}
#campaign2025 .entry{
  margin: 30px 0 50px;
  text-align: center;
}
#campaign2025 .entry p{
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
#campaign2025 .entry p::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 59px;
  background: url(/form/campaign2025_lp/img/diagonal_line.png) no-repeat left;
  left: -60px;
  top: -10px;
}
#campaign2025 .entry p::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 59px;
  background: url(/form/campaign2025_lp/img/diagonal_line.png) no-repeat right;
  right: -60px;
  top: -10px;
  transform: scale(-1, 1);
}

#campaign2025 .entry .ml_btn{
  width: 100%;
  height: 100px;
  border-radius: 50px;
  background: #003986;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  box-shadow: 5px 5px 0 0 #00265a;
}
#campaign2025 .entry .ml_btn i{
  position: absolute;
  right:20px;
  top: 40%;
}
#campaign2025 .start{
  background: url(/form/campaign2025_lp/img/start_bg.png);
  padding: 180px 0 60px;
  background-size: cover;
}
#campaign2025 h2{
  font-weight: bold;
  font-size: 74px;
  text-align: center;
  position: relative;
  margin-bottom:70px;
}
#campaign2025 .start h2::before {
  content: "";
  position: absolute;
  width: 423px;
  height: 26px;
  background: url(/form/campaign2025_lp/img/start.png) no-repeat center;
  top: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#campaign2025 .start ul{
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign2025 .start ul li{
  width: 490px;
  background: #fff;
  height: 580px;
}
#campaign2025 .start ul li.tokuten02{
  width: 540px;
  background: none;
}
#campaign2025 .start ul li.tokuten02 {
  width: 540px;
  background: none;
}
#campaign2025 .start ul li .tokuten{
  background: #da0048;
  clip-path: polygon(0 0,70% 0,60% 100%,100% 100%,0 100%);
  width: 400px;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  height: 60px;
  display: flex;
  place-items: center;
  padding: 0 0 0 20px;
  position: absolute;
  top: -30px;
  left: -20px;
}
#campaign2025 .start ul li .tokuten span{
  font-size: 20px;
  margin-right:10px;
}
#campaign2025 .start ul li.tokuten01 .tokuten_inner{
  position: relative;
}

#campaign2025 .start ul li.tokuten02 .tokuten_inner{
  background: #fff;
  height: 270px;
  position: relative;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_2{
  height: 260px;
}
#campaign2025 .start ul li.tokuten02 .tokuten_inner:nth-of-type(1) {
  margin-bottom:50px;
}

#campaign2025 .start ul li.tokuten02 .tokuten_inner picture{
  position: absolute;
  right: 15px;
  top: -30px;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_2 picture{
  right: 25px;
}

#campaign2025 .start ul li.tokuten01 .tokuten_inner p{
  font-weight: bold;
  font-size: 63px;
  line-height: 1.2;
  text-align: center;
  color: #da0048;
  margin-top: 20px;
}
#campaign2025 .start ul li.tokuten02 .tokuten_inner p{
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  padding: 60px 0 20px 20px;
}

#campaign2025 .start ul li.tokuten02 .tokuten_inner p span{
  font-size: 25px;
  color: #da0048;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_1 p.note{
  font-weight: normal;
  font-size: 12px;
  padding: 0 0 0 20px;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_2 p.note{
  font-weight: normal;
  font-size: 12px;
  padding: 0 0 0 20px;
  width: 57%;
  margin-left: 1em;
  text-indent: -1em;
}

#campaign2025 .start > p{
  text-align: center;
  margin-top: 40px;
}
#campaign2025 .course{
  background: #fffbed;
  padding: 180px 0 60px;
}
#campaign2025 .course h2{
  margin-bottom:30px;
}
#campaign2025 .course h2::before {
  content: "";
  position: absolute;
  width: 435px;
  height: 26px;
  background: url(/form/campaign2025_lp/img/course.png) no-repeat center;
  top: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#campaign2025 .course > p{
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
#campaign2025 .course > p:nth-of-type(2){
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
#campaign2025 .course ul{
  max-width: 1100px;
  background: #da0048;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
}
#campaign2025 .course ul li{
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign2025 .course .course_btm{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: url(/form/campaign2025_lp/img/course_arrow.png) no-repeat;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  height: 160px;
}
#campaign2025 .course ul li .left_area {
  width: 60%;
}
#campaign2025 .course ul li .left_area h3{
  font-weight: bold;
  font-size: 26px;
  color: #da0048;
  margin-bottom: 10px;
  position: relative;
}
#campaign2025 .course ul li .left_area h3 span{
  color: #333;
  position: absolute;
  right: 0;
}

#campaign2025 .course ul li .left_area p {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
#campaign2025 .course ul li .left_area .recom h4{
  background: #da0048;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#campaign2025 .course ul li .left_area .recom p{
  font-weight: normal;
  font-size: 18px;
  background: url("/form/campaign2025_lp/img/check.png") left no-repeat;
  padding-left: 40px;
  height: 27px;
}
#campaign2025 .course ul li picture{
  width: 40%;
  text-align: right;
}
#campaign2025 .course ul li picture img {
  width: 100%;
  max-width: 375px;
}
#campaign2025 .course .trial_bana{
  text-align: center;
  margin:40px 0;
}
#campaign2025 .reason{
  background: url("/form/campaign2025_lp/img/reason_bg.png")top center no-repeat;
  background-size: 100%;
  padding-top: 350px;
}
#campaign2025 .reason .reason_inner{
  max-width: 1200px;
  border-radius: 40px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 100px 60px;
  box-shadow: 13px 13px 0 0 #f4f4f4;
  position: relative;
}
#campaign2025 .reason .reason_inner::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 145px solid transparent;
  border-right: 145px solid transparent;
  border-top: 100px solid #faff71;
  bottom: -100px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#campaign2025 .reason h2 {
  font-size: 50px;
}
#campaign2025 .reason h2::before {
  content: "";
  position: absolute;
  width: 423px;
  height: 26px;
  background: url(/form/campaign2025_lp/img/reason.png) no-repeat center;
  top: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#campaign2025 .reason .reason_inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign2025 .reason .reason_inner ul li{
  text-align: center;
}
#campaign2025 .reason .reason_inner ul li p{
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  margin-top: 20px;
}
#campaign2025 .reason .reason_btm{
  margin-top: 80px;
}
#campaign2025 .reason .reason_btm h3{
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
#campaign2025 .reason .reason_btm p{
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
#campaign2025 .reason .reason_btm ul{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign2025 .reason .reason_btm .note{
  max-width: 1100px;
  width: 100%;
  margin: 20px auto;
  font-size: 12px;
  text-align: left;
  line-height: 1;
}
#campaign2025 .reason .reason_btm .note:not(ul) > span:first-child {
  display: block;
  line-height: 1;
}


#campaign2025 .movie{
  padding: 70px 0;
  background: url(/form/campaign2025_lp/img/cm_bg.png) top center no-repeat;
  background-size: cover;
}
#campaign2025 .movie h2 {
  font-weight: initial;
  font-size: initial;
  text-align: right;
  position: initial;
  margin: initial;
}
#campaign2025 .movie .movie_inner{
  text-align: right;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/*モーダル*/
.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: 80vh;
}
.modal-wrapper .modal-window .modal-content a.course_btn {
  display: block;
  margin:40px 0;
}

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


#campaign2025 .contents .charm{
  background: #F8E7AE;
  text-align: center;
  padding: 60px 0;
}
#campaign2025 .contents .charm h2{
  font-weight: bold;
  font-size: 24px;
  margin-bottom:40px;
}
#campaign2025 .contents .charm h2 img{
}
#campaign2025 .contents .charm p{
  margin:20px 0;
}
#campaign2025 .contents .charm ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
#campaign2025 .contents .charm ul li{
  margin: 0 0 60px;
}
#campaign2025 .contents .charm ul li p {
  text-align: left;
}
#campaign2025 .contents .charm ul li figure {
  margin-bottom: 20px;
}


#campaign2025 .pagetop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 40px;
  z-index: 3;
}
footer .btn_pagetop{
  display: none;
}


/* ------------------------------------------------------------ school */
.lightbox {
  display: none;
}
.school{
  padding: 130px 0;
  background: url(/form/campaign2025_lp/img/school_bg.png) top center no-repeat;
  background-size: cover;
}
#campaign2025 .school h2{
  font-weight: bold;
  font-size: 50px;
  text-align: left;
  color: #333;
  width: 35%;
  margin: 0 0 40px 10%;
}
#campaign2025 .school h2::before {
  content: "";
  position: absolute;
  width: 423px;
  height: 26px;
  background: url(/form/campaign2025_lp/img/school_pc.png) no-repeat left;
  top: -40px;
  left: 0;
}

.school .school_inner{
  background: url(/form/campaign2025_lp/img/map.png) top center no-repeat;
  margin: 0 auto;
  height: 915px;
}
.school .school_inner .left_area {
  width: 35%;
  margin: 0 0 0 10%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 8px 8px 0 rgba(0,0,0, 0.1);
}
.school .school_inner .left_area div{
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  padding: 15px;
  margin-bottom: 20px;
}

.school .school_inner .left_area h3{
  font-weight: 600;
  font-size: 22px;
 margin-bottom: 10px;
}
.school .school_inner .left_area .kanto h3 span:nth-of-type(1){
  color: #03B4ED;
}
.school .school_inner .left_area .kanto h3 span:nth-of-type(2){
  color: #D03083;
}

.school .school_inner .left_area .chubu h3 span{
  color: #F8DF05;
}
.school .school_inner .left_area .kinki h3 span{
  color: #E67879;
}
.school .school_inner .left_area .kyushu h3 span:nth-of-type(1){
  color: #8FD3F5;
}
.school .school_inner .left_area .kyushu h3 span:nth-of-type(2){
  color: #435BA3;
}
.school .school_inner .left_area ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.school .school_inner .left_area ul li{
  width: 23%;
  border-radius: 20px;
  margin: 0 1% 10px;
  padding: 5px 2px;
  text-align: center;
}

.school .school_inner .left_area .kanto ul li{
  background: #9AE6FF;
}
.school .school_inner .left_area .kanto ul:nth-of-type(2) li{
  background: #F2B5D5;
}
.school .school_inner .left_area .chubu ul li{
  background: #FFF8BE;
}
.school .school_inner .left_area .kinki ul li{
  background: #F0C8C9;
}
.school .school_inner .left_area .kyushu ul li{
  background: #B5C5F5;
}
.school .school_inner .left_area .kyushu ul li:nth-of-type(1){
  background: #CCEEFF;
}

.school .school_inner .left_area a{
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 16px; 
}
.school .school_inner .left_area a::after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 35%;
}


/* ------------------------------------------------------------ modal */
/* #modal{ background: rgb(0,0,0,0.5); } */
.modal_html {
  width: 900px;
  max-height: 85%;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_html::-webkit-scrollbar {
  display: none;
}
.modal_inner {
  border: 1px solid #03B4ED;
  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;
}
#ibaraki .modal_inner,
#tochigi .modal_inner,
#fukushima .modal_inner{
  border: 1px solid #D03083;
}
#aichi .modal_inner,
#shizuoka .modal_inner,
#mie .modal_inner,
#gifu .modal_inner{
  border: 1px solid #ECC700;;
}
#osaka .modal_inner,
#kyoto .modal_inner,
#hyogo .modal_inner,
#shiga .modal_inner,
#nara .modal_inner,
#wakayama .modal_inner{
  border: 1px solid #E67879;
}
#okayama .modal_inner{
  border: 1px solid #8FD3F5;
}
#fukuoka .modal_inner,
#kagoshima .modal_inner{
  border: 1px solid #435BA3;
}
#tokyo .modal_inner,
#kanagawa .modal_inner,
#aichi .modal_inner,
#osaka .modal_inner,
#hyogo .modal_inner{
  scrollbar-width: auto;
}

.modal_html h2{
  width: 150px;
  border-radius: 25px;
  background: #03B4ED;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px 0;
}
#ibaraki h2,
#tochigi h2,
#fukushima h2{
  background: #D03083;
}
#aichi h2,
#shizuoka h2,
#mie h2,
#gifu h2{
  background: #ECC700;;
}
#osaka h2,
#kyoto h2,
#hyogo h2,
#shiga h2,
#nara h2,
#wakayama h2{
  background: #E67879;
}
#okayama h2{
   background: #8FD3F5;
}
#fukuoka h2,
#kagoshima h2{
   background: #435BA3;
}

.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: #03B4ED;
  font-weight: 800;
  line-height: 150%;
  border-bottom: 1px solid #03B4ED;
}
#ibaraki ul li h3,
#tochigi ul li h3,
#fukushima ul li h3{
  color: #D03083;
  border-bottom: 1px solid #D03083;
}

#aichi ul li h3,
#shizuoka ul li h3,
#mie ul li h3,
#gifu ul li h3{
  color: #ECC700;;
  border-bottom: 1px solid #ECC700;;
}
#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: #E67879;
  border-bottom: 1px solid #E67879;
}
#okayama ul li h3{
  color: #8FD3F5;
  border-bottom: 1px solid #8FD3F5;
}
#fukuoka ul li h3,
#kagoshima ul li h3{
   color: #435BA3;
  border-bottom: 1px solid #435BA3;
}

.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;
}
#campaign2025 .trial_flow {
  background: #fffbed;
  padding: 0 0 60px;
}
#campaign2025 .trial_flow picture img{
  width: 100%;
  margin-bottom:100px;
}

#campaign2025 .trial_flow h2{
  font-size: 50px;
}

#campaign2025 .trial_flow h2::before {
  content: "";
  position: absolute;
  width: 622px;
  height: 26px;
  background: url(/form/campaign2025_lp/img/flow.png) no-repeat center;
  top: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#campaign2025 .trial_flow ul li .step{
  background: #DA0048;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  font-size: 23px;
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
#campaign2025 .trial_flow ul{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#campaign2025 .trial_flow ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom:50px;
}
#campaign2025 .trial_flow ul li .step span{
  font-weight: bold;
  font-size: 68px;
  color: #fff;
  display: block;
  font-family: Helvetica;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#campaign2025 .trial_flow ul li .speech_bubble {
  position: relative;
  display: inline-block;
  padding: 30px 40px;
  width: 83%;
  color: #555;
  font-size: 16px;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(0,0,0, 0.1);
}

#campaign2025 .trial_flow ul li .speech_bubble:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
  filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.1));
}
#campaign2025 .trial_flow ul li h3{
  font-weight: bold;
  font-size: 34px;
  color: #da0048;
  margin-bottom: 10px;
}
#campaign2025 .trial_flow ul li p{
  font-size: 18px;
}
.sp_view{
  display: none;
}

@media screen and (max-width: 720px) {
#campaign2025{
	width:100%;
	margin:0 auto;
    line-height: 1.4;
}
#campaign2025 img {
    max-width: 100%;
}

/*header*/
#campaign2025 .logo{
	width:100%;
	margin:0 auto;
    background: #fff;
    z-index: 2;
    top: 0;
}
#campaign2025 .logo ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
}

#campaign2025 .logo ul li{
    padding: 10px 0;
    flex: 0 0 40%;
}

#campaign2025 .logo ul li a img{
    width: 80%;
}

#campaign2025 .logo ul li:nth-of-type(1) a{
  padding: 5px 10px;
}

#campaign2025 .logo ul li:nth-of-type(1) a img{
  margin: 0;
}
#campaign2025 .logo ul li:nth-of-type(2) {
  flex: 0 0 60%;
}
#campaign2025 .logo ul li:nth-of-type(2) a{
  font-size: 10px;
  top: 50%;
  position: absolute;
  padding: 5px 10px;
}
#campaign2025 .side_btn {
  display: none;
}
#campaign2025 main{
  background: none;
}

#campaign2025 main h1 img {
  max-height:100%;
  height: auto;
  width: 100%;
}
#campaign2025 .main_ml_sp{
  background: #8C8841;
  padding-top: 40%;
}
    
#campaign2025 .contents .ml_area {
  margin: 0 auto 40px;
}
#campaign2025 .contents h1 {
    padding: 0;
    background: none;
}
#campaign2025 .contents h1 img {
  margin-left: 0;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 100%;
}
.modal-wrapper .modal-window .modal-content a.course_btn {
  display: block;
  margin: 30px 0 0;
}  
#campaign2025 .entry p {
  font-size: 14px;
  margin-bottom: 20px;
}
#campaign2025 .entry p::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 59px;
  background: url(/form/campaign2025_lp/img/diagonal_line.png) no-repeat left;
  left: -50px;
  top: -10px;
  background-size: 60%;
}
#campaign2025 .entry p::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 59px;
  background: url(/form/campaign2025_lp/img/diagonal_line.png) no-repeat right;
  right: -60px;
  top: -10px;
  transform: scale(-1, 1);
  background-size: 60%;
}
  
#campaign2025 .entry .ml_btn {
  height: 50px;
  max-width: 80%;
  display: flex;
  font-size: 16px;
  box-shadow: 3px 3px 0 0 #00265a;
}
#campaign2025 .btm_ml{
  width: 100%;
  z-index: 10;
  opacity: 0;
  position: fixed;
}
#campaign2025 .start{
    background: url(/form/campaign2025_lp/img/start_bg_sp.png) no-repeat;
    padding: 60px 0 30px;
    background-size: 100%;
  }
#campaign2025 h2 {
  font-size: 34px;
  margin-bottom: 40px;
}
#campaign2025 .start h2::before {
  background-size: 50%;
  width: 100%;
  top: -15px;
}
#campaign2025 .start ul {
  width: 80%;
}
#campaign2025 .start ul li {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#campaign2025 .start ul li:last-child{
  margin-bottom: 0;
}
#campaign2025 .start ul li .tokuten {
  width: 80%;
  font-size: 15px;
  height: 30px;
  padding: 0 0 0 10px;
  top: -15px;
  left: -10px;
}
#campaign2025 .start ul li.tokuten02 {
  width: 100%;
}
#campaign2025 .start ul li .tokuten span {
  font-size: 12px;
  margin-right: 10px;
}
#campaign2025 .start ul li.tokuten02 .tokuten_inner {
  height: auto;
}
#campaign2025 .start ul li.tokuten01 .tokuten_inner p {
  font-size: 30px;
  padding: 0 0 20px;
}
#campaign2025 .start ul li.tokuten02 .tokuten_inner picture {
  width: 35%;
}
#campaign2025 .start ul li.tokuten02 .tokuten_inner p {
    font-size: 16px;
    padding: 20px 0 15px 15px;
  }
#campaign2025 .start ul li.tokuten02 .tokuten_inner p span {
  font-size: 18px;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_1 p.note {
  font-size: 9px;
  padding: 10px 0 15px 15px;
  width: 100%;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_2 p.note {
  font-size: 9px;
  padding: 10px 0 15px 15px;
  width: 93%;
}

#campaign2025 .start ul li.tokuten02 #tokuten02_2 {
  height: auto;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_2 p {
  padding: 20px 0 15px 15px;
}
#campaign2025 .start ul li.tokuten02 #tokuten02_2 picture {
  width: 33%;
}
#campaign2025 .start > p {
  margin-top: 10px;
  font-size: 12px;
}
#campaign2025 .entry {
  margin: 30px 0;
  text-align: center;
}
#campaign2025 .course {
  padding: 90px 0 30px;
}
#campaign2025 .course h2 {
    margin-bottom: 20px;
  }
#campaign2025 .course h2::before {
  background-size: 55%;
  width: 100%;
  top: -15px;
}
#campaign2025 .course > p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}
#campaign2025 .course ul {
  margin: 0 auto;
  width: 93%;
  padding: 15px;
}
#campaign2025 .course ul li {
  padding: 15px;
  margin-bottom: 20px;
  flex-direction: column;
  display: flex;
}
#campaign2025 .course ul li:last-child{
  margin-bottom: 0;
}
#campaign2025 .course ul li picture{
  order: 1;
  width: 100%;
}

#campaign2025 .course ul li .left_area {
  width: 100%;
  order: 2;
}
#campaign2025 .course ul li .left_area h3 {
  font-size: 16px;
  margin: 10px 0;
}
#campaign2025 .course ul li .left_area h3 span {
  font-size: 14px;
}  
#campaign2025 .course ul li .left_area p {
  font-size: 13px;
}
#campaign2025 .course ul li .left_area .recom h4 {
  font-size: 12px;
}
#campaign2025 .course ul li .left_area .recom p {
  font-weight: normal;
  font-size: 12px;
  background: url("/form/campaign2025_lp/img/check.png") left center no-repeat;
  padding-left: 30px;
  height: 20px;
  background-size: 18px;
}
#campaign2025 .course .course_btm{
    font-size: 16px;
    background: url(/form/campaign2025_lp/img/course_arrow_sp.png) no-repeat bottom;
    width: 93%;
    height: auto;
    background-size: cover;
  }
#campaign2025 .course .course_btm p{
  padding-bottom: 30px;
}
#campaign2025 .course .trial_bana {
  margin: 40px auto;
  width: 93%;
}
#campaign2025 .course > p:nth-of-type(2) {
  font-size: 20px;
}
#campaign2025 .reason {
  background: url("/form/campaign2025_lp/img/reason_bg.png")top center no-repeat;
  background-size: 100%;
  padding-top: 25%;
}
#campaign2025 .reason .reason_inner{
    border-radius: 20px;
    width: 90%;
    padding: 80px 5px 40px;
    box-shadow: 7px 7px 0 0 #f4f4f4;
  }
#campaign2025 .reason h2 {
  font-size: 26px;
}
#campaign2025 .reason h2::before {
  background-size: 60%;
  width: 100%;
  top: -15px;
}
#campaign2025 .reason .reason_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#campaign2025 .reason .reason_inner ul li {
  width: 33%;
  padding: 0 5px;
  margin-bottom: 20px;
}
#campaign2025 .reason .reason_inner ul li:nth-of-type(4),
#campaign2025 .reason .reason_inner ul li:nth-of-type(5){
  width: 40%;
}

#campaign2025 .reason .reason_inner ul li p {
  font-size: 13px;
  margin-top: 10px;
}
 #campaign2025 .reason .reason_inner ul li picture img{
  width: 70%;
}
#campaign2025 .reason .reason_inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 50px solid #faff71;
  bottom: -50px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#campaign2025 .reason .reason_btm h3 {
  font-size: 16px;
}
#campaign2025 .reason .reason_btm p{
    font-size: 12px;
    width: 90%;
    margin: 0 auto 30px;
    line-height: 1.8;
  }
#campaign2025 .reason .reason_btm ul {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#campaign2025 .reason .reason_btm ul li {
  margin-bottom: 10px;
}
#campaign2025 .reason .reason_btm .note {
  width: 90%;
  margin: 20px auto;
  font-size: 10px;
  text-align: left;
  line-height: 1;
}
#campaign2025 .reason .reason_btm .note span {
  margin-left: 25px;
  text-indent: -25px;
  display: block;
  line-height: 1.6;
}
#campaign2025 .trial_flow h2::before{
    background-size: 75%;
    width: 100%;
    top: -15px;
  }
#campaign2025 .movie{
    padding: 0 0 40px;
    background: #E5EFF0;
  }
#campaign2025 .movie h2 {
  width: 90%;
  margin: 0 auto;
}
#campaign2025 .movie a{
  width: 90%;
  margin: 0 auto;
  display: block;
}
#campaign2025 .movie img.cm_txt{
  margin: 0 auto 40px;
  padding: 0 20px;
}  
  
  
  
  
#campaign2025 .pagetop {
  bottom: 13%;
  opacity: 0;
}

.fixed{
 position: fixed;
 bottom: 0;
 opacity: 1 !important;
}
/* ------------------------------------------------------------ school */
#campaign2025 .school{
    padding: 20px 0;
    background: url(/form/campaign2025_lp/img/school_bg_sp.png) top center no-repeat;
    background-size: 100%;
  }
#campaign2025 .school h2 {
  font-weight: bold;
  font-size: 26px;
  text-align: left;
  color: #333;
  width: auto;
  margin: 50px 0 20px 10%;
}
#campaign2025 .school h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 26px;
  background: url(/form/campaign2025_lp/img/school_pc.png) no-repeat left;
  top: -30px;
  left: 0;
  background-size: 23%;
}
	.school .school_inner{
    display: block;
    width: 100%;
    margin: 0 auto;
    background: url(/form/campaign2025_lp/img/map.png) bottom center no-repeat;
    background-size: auto;
    background-size: 80%;
    height: auto;
    padding-bottom: 80%;
  }
	.school .school_inner figure {
	  width: 90%;
	  margin: 0 auto;
	}
	.school .school_inner figure img{
	  width: 100%;
	}
	.school .school_inner .left_area{
    width: 90%;
    margin: 0 auto;
    border: none;
    padding: 20px;
    box-shadow: none;
  }
.school .school_inner .left_area a::after {
  right: 5px;
}

  
	.school .school_inner .left_area div{
	  width: 100%;
	  display: block;
	  border: none;
	  background: none;
	  padding: 0;
	  margin-bottom: 10px;
	}
	.school .school_inner .left_area h3{
	  border-radius: 5px;
	  text-align: left;
	  font-size: 15px;
	  width: 100%;
	  position: relative;
	}

	
	.school .school_inner .left_area ul {
	  /*display: none;*/
	  width: 100%;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
	}
	
	.school .school_inner .left_area ul li {
	  width: 23%;
	  float: left;
	}

.school .school_inner .left_area a {
  font-size: 12px;
}

	/* ------------------------------------------------------------ modal */
	  .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;
    scrollbar-width: auto;
	}
	  .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;
}
  
#campaign2025 .trial_flow h2 {
  font-size: 30px;
}
#campaign2025 .trial_flow ul {
  width: 90%;
  margin: 0 auto;
}
#campaign2025 .trial_flow ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#campaign2025 .trial_flow ul li .step {
  width: 60px;
  height: 60px;
  font-size: 10px;
  padding-top: 10px;
  margin-top: 20px;
}
#campaign2025 .trial_flow ul li .step span {
  font-size: 32px;
}
#campaign2025 .trial_flow ul li h3 {
  font-size: 16px;
}
#campaign2025 .trial_flow ul li p {
  font-size: 12px;
}
#campaign2025 .trial_flow ul li .speech_bubble {
  padding: 15px 20px;
  width: 75%;
  font-size: 16px;
  box-shadow: 5px 5px 0 rgba(0,0,0, 0.1);
}
#campaign2025 .trial_flow ul li .speech_bubble::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right-width: 10px;
    border-right-style: solid;
    border-right-color: transparent;
    border-right: 10px solid #fff;
    filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.1));
  }
#campaign2025 .trial_flow ul li:nth-of-type(1) .speech_bubble::before,
#campaign2025 .trial_flow ul li:nth-of-type(2) .speech_bubble::before {
  top: 30%;
}
.pc_view{
  display: none;
}
.sp_view{
  display: block;
}

}