@charset "utf-8";

strong, span, p, em, b, a, small, br, li
{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
}
ul
{
    list-style: square;
}
img, svg
{
   vertical-align: middle;
}
img
{
   max-width: 100%;
}

iframe
{
  width: 500px;
  height: 281px;
}
#EYECATCH_SUV_SP, #SEC01_TTL_SP
{
   display: none;
}
/*アイキャッチ*/
.fv {
   background: url(../img/eyecatch_main.png) no-repeat;
   background-color: #002664;
   background-position: calc(60% + (50vw) / 2) center;
   background-size: auto;
   position: relative;
}
.fv img
{
   position: absolute;
   right: 26%;
   bottom: 5%;
}
.lp_contents {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    width: 100%;
}
.lp_contents .inner {
    max-width: 700px;
    margin-left: 15%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.fv .read01 {
    display: inline-block;
    background-color: #fff;
    clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0 100%);
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 1.8em;
    font-weight: 700;
    padding: 20px 30px;
    margin-top: 50px;
    position: relative;
}
.fv .read01 strong
{
   font-size: 60px;
}
.fv h2 {
   position: relative;
   color: #fff;
   font-size: 110px;
   font-weight: 700;
   margin: 30px auto;
}
.fv h2 span
{
   background: url(../img/eyecatch_h2_span.svg) no-repeat right;
   width: 460px;
   height: 45px;
   padding-top: 50px;
   display: inline-block;
}
.fv .read02 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    padding-bottom: 50px;
}
.fv .txt {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.04em;
    margin-top: 22px;
}

   .bl_stepNav {
   display: block;
   margin: 0 auto;
   max-width: 540px;
   padding-right: 0;
}
.bl_stepNav_item {
   flex: 1 1 auto;
   line-height: 1;
   min-width: 160px;
   padding: 42px 10px 5px;
   position: relative;
}
.bl_stepNav_item_inner {
   
   align-items: center;
   display: flex;
   position: relative;
   word-break: keep-all;
   z-index: 2;
   justify-content: center;
}
.bl_stepNav_item:after {
   
   border-bottom: 40px solid transparent;
   border-left: 30px solid #80bfff;
   border-top: 40px solid transparent;
   content: "";
   inset: 0 -30px auto auto;
   position: absolute;
   z-index: 1;
   border: 0 !important;
   inset: inherit;
   bottom: -38%;
   height: 38%;
   left: 0;
   width: 100%;
}
.bl_stepNav_item:first-child {
   background: #06C655;
}
.bl_stepNav_item:nth-child(2) {
   background: #05A94A;
}
.bl_stepNav_item:nth-child(3) {
   background: #01873B;
}
.bl_stepNav_item:nth-child(4) {
   background: #016B33;
}
.bl_stepNav_txt {
   color: #fff;
   font-weight: 700;
}
.bl_stepNav_item:first-child:after {
   background: linear-gradient(to right top, hsla(0, 0%, 100%, 0) 50%, #06C655 50.5%) 0 0 / 50% 100% no-repeat, linear-gradient(to left top, hsla(0, 0%, 100%, 0) 50%, #06C655 50.5%) 100% 0 / 50% 100% no-repeat;
}
.bl_stepNav_item:nth-child(2):after {
   background: linear-gradient(to right top, hsla(0, 0%, 100%, 0) 50%, #05A94A 50.5%) 0 0 / 50% 100% no-repeat, linear-gradient(to left top, hsla(0, 0%, 100%, 0) 50%, #05A94A 50.5%) 100% 0 / 50% 100% no-repeat;
   border-left-color: #05A94A;
}
.bl_stepNav_item:nth-child(3):after {
   background: linear-gradient(to right top, hsla(0, 0%, 100%, 0) 50%, #01873B 50.5%) 0 0 / 50% 100% no-repeat, linear-gradient(to left top, hsla(0, 0%, 100%, 0) 50%, #01873B 50.5%) 100% 0 / 50% 100% no-repeat;
   border-left-color: #01873B;
}
.bl_stepNav_item:nth-child(4):after {
   background: linear-gradient(to right top, hsla(0, 0%, 100%, 0) 50%, #016B33 50.5%) 0 0 / 50% 100% no-repeat, linear-gradient(to left top, hsla(0, 0%, 100%, 0) 50%, #016B33 50.5%) 100% 0 / 50% 100% no-repeat;
    border-left-color: #016B33;
}
#CTA_BUTTON1
{
   height: 90px;
}
.cta_button1
{    
   top: 50px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 1;
   text-decoration: none;
   color: #ffffff;
   font-size: 2rem;
   border-radius: 120px;
   max-width: 500px;
   width: 100%;
   height: 90px;
   font-weight: bold;
   transition: 0.3s;
   background-image: linear-gradient(0deg, rgba(214, 16, 101, 1) 0%, rgba(199, 22, 54, 1) 100%);
   box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
   border: 2px solid #c71636;
   position: absolute;
   margin-right: 5px;
 }
 
 .cta_button1:hover {
   box-shadow: 0 0 rgba(0, 0, 0, 0);
 }
 .cta_button1 p
 {
   position: relative;
    display: inline-block;
 }
 .cta_button1::after
 {
   content: '';
   width: 15px;
   height: 15px;
   margin-top: -4px;
   border-top: solid 2px #FFFFFF;   /* 好みで色を変えてください */  
   border-right: solid 2px #FFFFFF;   /* 好みで色を変えてください */  
   transform: rotate(45deg);
   position: absolute;
   top: 47%;
   right: 30px;
 }
 #EYECATCH_SUVBG
 {
   background-image: url(../img/eyecatch_subbg.svg);
   background-repeat: no-repeat;
   background-size: cover;
   height: 120px;
   background-position: top 20px center;
 }
/*sec01*/
.ttl_wrap
{
   text-align: center;
   max-width: 100%;
   width: 60%;
   margin: 0 auto;
}
#SEC01_SOLUTION
{
   clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
#SEC01_IMG
{
  max-width: 400px;
  width: 90%;
}
.cta_button2 {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 1;
   text-decoration: none;
   color: #ffffff;
   font-size: 1.1rem;
   border-radius: 50px;
   max-width: 450px;
   width: 100%;
   height: 60px;
   margin: 0 auto;
   font-weight: bold;
   transition: 0.3s;
   background-image: linear-gradient(0deg, rgba(214, 16, 101, 1) 0%, rgba(199, 22, 54, 1) 100%);
   box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.3);
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
   border: 2px solid #c71636;
 }
 
 .cta_button2:hover {
   box-shadow: 0 0 rgba(0, 0, 0, 0);
 }
 .cta_button2::after
 {
   content: '';
   width: 8px;
   height: 8px;
   margin-top: -4px;
   border-top: solid 2px #FFFFFF;   /* 好みで色を変えてください */  
   border-right: solid 2px #FFFFFF;   /* 好みで色を変えてください */  
   transform: rotate(45deg);
   position: absolute;
   top: 50%;
   right: 25px;
 }
 .cta_button3 {
   position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1rem;
    border-radius: 50px;
    max-width: 350px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    font-weight: bold;
    transition: 0.3s;
    background-image: linear-gradient(0deg, rgba(214, 16, 101, 1) 0%, rgba(199, 22, 54, 1) 100%);
    box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    border: 2px solid #c71636;
  }
  
  .cta_button3:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }
  .cta_button3::after
  {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #FFFFFF;   /* 好みで色を変えてください */  
    border-right: solid 2px #FFFFFF;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 40px;
  }
 .clippath_bottom
 {
   margin-top: -100px;
 }
 
.flow {
  text-align: center;
  margin: 0px auto;
  max-width: 600px;
}
.flow h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.flow_box .step {
  background: #f7f9fc;
  border: 2px solid #005ab1;
  border-radius: 12px;
  padding: 20px;
  margin: 0 auto;
}
.flow_box .step_num {
  font-weight: 700;
  color: #005ab1;
  font-size: 20px;
}
.flow_box .step_title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}
.flow_box .step_desc {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
}
.flow_box .arrow {
  font-size: 28px;
  margin: 5px 0;
  color: #005ab1;
}

/*sec02*/
.sec02ttl_wrap
{
   text-align: center;
   max-width: 100%;
   width: 40%;
   margin: 0 auto;
}
#SEC02_TXT
{
   border: 5px solid #dbe6ec;
   padding-left: 5px;
   padding-right: 5px;
}
#SEC02_LEFT, #SEC02_RIGHT
{
   max-width: 300px;
   position: absolute;
   bottom: -80px;
}
#SEC02_RIGHT
{
   right: 0;
}
#SEC02_LEFT
{
   left: 0;
}
/*sec03*/
#SEC03
{
   position: relative;
   z-index: -1;
   margin-top: -25px;
   background-image: url(../img/dot_bg.png);
   background-size: 7px;
   clip-path: polygon(40% 0, 50% 80px, 60% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.orange_box
{
   border: 2px solid #ea7c26;
   padding: 0px 5px;
   margin-right: 5px;
}
.orange_border
{
   border-bottom: 2px solid #ea7c26;
}
/*sec04*/
#SEC04_BOX
{
   border-radius: 20px;
   border: 2px solid #07326e;
}
#SEC04_BOX_TOP
{
   border-radius: 20px 20px 0 0;
}
#SEC04_BOX_BOTTOM
{
   border-radius: 0 0 20px 20px;
}
#SEC04_BOX_TOP_SUB
{
   padding: 5px 20px;
   border-radius: 20px;
   border: 3px solid #07326e;
   top: -25px;
   left: 50%;
   transform: translateX(-50%);
}
#SEC04_TXTBOX
{
   padding: 30px 100px;
}
#SEC04_ICON2
{
   right: -40px;
   top: -20px;
   width: 150px;
}
#SEC04_UL
{
   list-style: none;
}
#SEC04_UL li
{
   left: 35px;
   margin-top: 10px;
}
#SEC04_UL li::before
{
   position: absolute;
   content: '';
   background-image: url(../img/sec04_ul_icon.svg);
   background-repeat: no-repeat;
   padding-bottom: 5px;
   width: 35px;
   height: 35px;
   left: -45px;
}
#TRIANGLE_BOX
{
   padding-left: 5px;
   padding-right: 5px;
}
#TRIANGLE_BOX::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 80px solid transparent;
  border-right: 80px solid #07326e;
  z-index: 100;
}
#TRIANGLE_BOX::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 80px solid transparent;
  border-left: 80px solid #07326e;
  z-index: 100;
}

/*sec05*/
#SEC05
{
   position: relative;
   z-index: -1;
   clip-path: polygon(40% 0, 50% 80px, 60% 0, 100% 0, 100% 100%, 0 100%, 0 0);
   background-color: #f2f2f2;
}
.blueshadow_box
{
   background-color: #FFFFFF;
   border: 2px solid #333333;
   padding: 10px ;
   line-height: 5rem;
   box-shadow: 5px 5px 0px 0px rgba(79, 183, 192, 1);
}
.dot_yellow
{
   display: inline-block;
   position: relative;
}
.dot_yellow::before
{
   position: absolute;
   top: -0.8em;
   left: 50%;
   transform: translate(-50%, 0);
   color: #ffdb49;
   font-size: 1em;
   content: "・";
}
#SEC05_ICON1
{
   max-width: 350px;
}
#SEC05_ICON2::before
{
   position: absolute;
   content: url(../img/sec05_icon2.svg);
   width: 150px;
   height: 180px;
   right: -150px;
   top: -20px;
}
#SEC05_TEACHER_TXT
{ 
   background-color: #FFFFFF;
   border-radius: 20px;
   padding-top: 15px;
   padding-bottom: 15px;
}
/*sec06*/
#SEC06
{
   background:repeating-linear-gradient(130deg,
   #f0f3f8,
   #f0f3f8 5px,
   #fff 0,
   #fff 10px
   );
}
.pink_box
{
   color: #e93a7d;
   border: 2px solid #e93a7d;
   padding: 0px 5px;
   margin-right: 5px;
   line-height: 2rem;
}
.pink_border
{
   border-bottom: 2px solid #e93a7d;
}
/*sec07*/
#SEC07
{
   position: relative;
   z-index: -1;
   background-image: url(../img/dot_bg.png);
   background-size: 7px;
}
.teacher_name:after
{
   position: absolute;
   content: 'Kawai Naoya';
   font-size: 0.8rem;
   bottom: -15px;
}
.curriculum_day
{
   width: 100px;
   position: absolute;
   left: -30px;
   top: -30px;
}
.curriculum_date
{
   margin-top: 8px;
   margin-left: 20px;
}
#CURRICULUM
{
   list-style: none;
}
#CURRICULUM_TTL1, #CURRICULUM_TTL2, #CURRICULUM_TTL3, #CURRICULUM_TTL4, #CURRICULUM_TTL5
{
   width: 200px;
   padding-left: 50px;
}
#CURRICULUM_TTL1 {
   background: #80bfff;
}
#CURRICULUM_TTL2 {
   background: #55aaff;
}
#CURRICULUM_TTL3 {
   background: #2b95ff;
}
#CURRICULUM_TTL4 {
   background: #0080ff;
}
#CURRICULUM_TTL5{
   background: #0055aa;
}
#CURRICULUM li:first-child {
   border: 2px solid #80bfff;
}
#CURRICULUM li:nth-child(2) {
   border: 2px solid #55aaff;
}
#CURRICULUM li:nth-child(3) {
   border: 2px solid #2b95ff;
}
#CURRICULUM li:nth-child(4) {
   border: 2px solid #0080ff;
}
#CURRICULUM li:nth-child(5) {
   border: 2px solid #0055aa;
}
.curriculum_left
{
   padding-left: 70px;
   padding-right: 20px;
}
.curriculum_right1
{
   border-left: 1.5px solid #80bfff;
   width: 500px;
}
.curriculum_right2
{
   border-left: 1.5px solid #55aaff;
   width: 500px;
}
.curriculum_right3
{
   border-left: 1.5px solid #2b95ff;
   width: 500px;
}
.curriculum_right4
{
   border-left: 1.5px solid #0080ff;
   width: 500px;
}
.curriculum_right5
{
   border-left: 1.5px solid #0055aa;
   width: 500px;
}
.ttl_wrap3
{
   text-align: center;
   max-width: 100%;
   width: 40%;
   margin: 0 auto;
}
.format_item img
{
   max-height: 90px;
}
.format_item div
{
   width: 350px;
}
.format_item_ttl
{
    margin: 20px 0;
}
/*特典*/
#BENEFIT_BG
{
   background: #ffeea8 url(../img/benefitbg.png) no-repeat  top center / 1200px 590px;
}
.benefit_item
{
   border-radius: 10px;
   box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
   width: 350px;
}
.benefit_item img
{
   width: 300px;
}
/*sec08*/
.voice_orange_border
{
   background: repeating-linear-gradient(130deg, #ffeea8, #ffeea8 5px, #fff 0, #fff 10px);
   background-repeat: no-repeat;
   background-position: left bottom;
   background-size: 100% 40%;
}
.teacher_wrap img
{
   max-width: 300px;
}
/*sec09*/
#SEC09_HUKIDASHI::before
{
   position: absolute;
   content: '';
   background-image: url(../img/sec09_before.svg);
   background-repeat: no-repeat;
   width: 25px;
   height: 40px;
   left: -30px;
}
#SEC09_HUKIDASHI::after
{
   position: absolute;
   content: '';
   background-image: url(../img/sec09_after.svg);
   background-repeat: no-repeat;
   width: 25px;
   height: 40px;
   right: -30px;
}
.sec09_cta_sp
{
   display: none;
}
.cta_ttl2
{
   border-radius: 50px;
   background-color: #ffffff;
   padding: 5px 30px;
   border: 5px solid #07326e;
   margin-top: -25px;
}
#CTA_TTL2_SP
{
   display: none;
}

.link {
    margin-bottom: 0.7rem;
    background-color: #CA153E;
    border-radius: 1rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-decoration: none;
    display: grid;
    place-content: center;
    box-shadow: 0px 0.7rem 0px 0px rgb(139, 14, 45);
    transition: 0.3s;
    overflow: hidden;
    top: 0;
    z-index: 10;
}
.inquiry_link {
    height: 6.2rem;
}
.inquiry_link .txt {
    width: 13rem;
    padding: 0 3.6rem 0 2rem;
    position: absolute;
    height: 100%;
    background-color: #FBE1E8;
    display: grid;
    place-content: center;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
}
.inquiry_link .txt img {
    width: 5rem;
}

.link:hover
{
   top: 0.7rem;
   box-shadow: 0px 0 0px 0px rgb(139, 14, 45);
}
/*sec10*/
.summary_datettl
{
   display: inline-block;
   transform: skewX(-30deg);
   padding: .8em 1.2em;
   margin-top: -50px;
}
.summary_datettl span
{
   display: inline-block;
   transform: skewX(30deg);
}
#SUMMARY_TABLE
{
   border-collapse: separate;
   border-spacing: 0;
}
#SUMMARY_TABLE th
{
   color: #ffffff;
   background-color: #3381DC;
   border: 1px solid #333;
   padding: 10px 0;
}
#SUMMARY_TABLE th:nth-child(1)
{
   border-radius: 10px 0 0 0;
}
#SUMMARY_TABLE th:nth-child(3)
{
   border-radius: 0 10px 0 0;
}
#SUMMARY_TABLE tr:nth-child(odd)
{
   background-color: #E7F0FD;
}
#SUMMARY_TABLE tr:nth-child(even)
{
   background-color: #fff;
}
#SUMMARY_TABLE td
{
   border: 1px solid #333;
   padding: 5px 0;
}
#SUMMARY_DATE_TTL
{
   margin-left: 20px;
}
#SUMMARY_DATE_TTL::before
{
   position: absolute;
   content: '';
   width: 5px;
   height: 100%;
   background-color: #4fb7c0;
   margin-left: -15px;
}
.schedule_list_wrap {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 8px;
  background-color: rgb(255, 255, 255, .5);
}
.bg_color_bluegrade .schedule_list_wrap
{
   background-color: #fff;
}

.schedule_list {
    width: 100%;
    margin: 0;
    padding: 0;
}
.schedule_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #07326e;
    padding: 5px 0;
}
.schedule_date {
    flex: 1;
    width: 30%;
    margin: 0;
    padding: 2px 5px;
    color: #000;
    text-align: right;
    font-weight: bold;
    font-size: 1em;
}
.schedule_date_list {
    width: 55%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.highlight_bk {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    font-size: 60%;
    line-height: 160%;
    color: #313131;
    vertical-align: middle;
    border-radius: 3px;
}
.schedule_time {
    flex: 1;
    width: 70%;
    padding: 2px 5px;
    text-align: left;
    font-size: 0.9em;
}
.schedule_header {
    background-color: #07326e;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 2em;
}
.bg_color_bluegrade .schedule_exe
{
   color: #fff;
   border-bottom: thick double #fff;
}
.schedule_exe {
    color: #0055aa;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    border-bottom: thick double #07326e;
}
.bg_color_bluegrade .flow_box .arrow
{
   color: #fff;
}
/*sec11*/


/* ----------------------------------------------------------------------------- */
/* 1200px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1200px)
{
    .width_minus_40
    {
       width: calc(100% - 40px);
    }
    .margin_bottom150
    {
       margin-bottom: 50px;
    }
    .padding_bottom150
    {
      padding-bottom: 50px;
    }
    .margin_top100
    {
        margin-top: 50px;
    }
    .font_size_100
    {
       font-size: 5rem;
    }
    .font_size_80
    {
       font-size: 4rem;
    }
      .font_size_65
      {
         font-size: 3.5rem;
      }
    .font_size_50
    {
       font-size: 2.4rem;
    }
    .font_size_32
    {
        font-size: 1.5rem;
     }
    .font_size_36
    {
        font-size: 1.6rem;
     }
     .font_size_40
    {
        font-size: 1.8rem;
     }
     .font_size_28
     {
         font-size : 1.3rem;
      }
    .font_size_24
    {
        font-size : 1.125rem;
     }
    h3.font_size_24
    {
        font-size: 1.3rem;
     }
     .font_size_21
    {
        font-size : 1rem;
     }
     .font_size_18
    {
        font-size : 0.95rem;
    }
    .bl_stepNav {
      display: block;
      margin: 0 auto;
      max-width: 540px;
      padding-right: 0;
   }
  .bl_stepNav_item {
      padding: 42px 10px 5px;
   }
   .bl_stepNav_item_inner {
      justify-content: center;
   }
   .bl_stepNav_item:after {
      border: 0 !important;
      inset: inherit;
      bottom: -38%;
      height: 38%;
      left: 0;
      width: 100%;
  }
  .cta_button1
  {
      font-size: 1.5rem;
      max-width: 400px;
  }
  .fv
  {
      background-position: calc(85% + (50vw) / 2) center;
  }
  .fv h2
  {
   font-size: 90px;
  }
   .lp_contents .inner {
    max-width: 500px;
    margin-left: 0%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
   }
   .fv .read01
   {
      font-size: 28px;
   }
   .fv .read01 strong {
    font-size: 40px;
   }
   .fv h2 span {
      width: 350px;
      height: 25px;
   }
}

/* ----------------------------------------------------------------------------- */
/* 768px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 768px)
{
    .font_size_100
    {
       font-size: 5rem;
    }
    .font_size_80
    {
       font-size: 3.1rem;
    }
      .font_size_65
      {
         font-size: 3rem;
      }
    .font_size_50
    {
       font-size: 2rem;
    }
     .font_size_40
    {
        font-size: 1.5rem;
     }
    .font_size_14
    {
       font-size: 0.85rem;
    }
    .font_size_12
    {
       font-size: 0.65rem;
    }
    .font_size_28
    {
       font-size: 1.3rem;
    }
    .line_height_1rem
    {
       line-height: 0.8rem;
   }
    .width_minus_40
    {
        width: calc(100% - 20px);
    }
    .margin_bottom100
    {
        margin-bottom: 15vw;
    }
    .padding_bottom100
    {
        padding-bottom: 15vw;
    }
    .margin_top100
    {
        margin-top: 15vw;
    }
    .margin_tb100
    {
       margin-top: 15vw;
       margin-bottom: 15vw;
    }
    .margin_tb75
    {
        margin-top: 9.7vw;
        margin-bottom: 9.7vw;
    }
    .margin_top50
    {
       margin-top: 8vw;
    }
    .margin_tb50
    {
       margin-top: 7vw;
       margin-bottom: 7vw;
    }
    .padding_top150
    {
        padding-top: 19vw;
    }
    .padding_tb100
    {
       padding-top: 15vw;
       padding-bottom: 15vw;
    }
    .padding_tb50
    {
       padding-top: 7vw;
       padding-bottom: 7vw;
    }
    .padding_bottom50
    {
        padding-bottom: 7vw;
    }
    .eyecatch_font_size_21
    {
       font-size: 1.2rem;
    }
    .flex_columnreverse
    {
        flex-direction: column-reverse;
    }
    .display_flex_768column
    {
      flex-direction: column;
    }
    #SEC04_ICON1, #SEC05_ICON1
    {
       width: 150px;
    }
    #SEC04_TXT
    {
      padding-left: 10px;
      text-align: center;
      line-height: 2rem;
    }
    #SEC02_LEFT, #SEC02_RIGHT
    {
       max-width: 200px;
       position: absolute;
       bottom: -95px;
    }
    #CURRICULUM li:not(:last-child)
    {
      max-width: 350px;
      margin: 0 auto 15vw;
    }
    #CURRICULUM li:last-child
    {
      max-width: 350px;
      margin: 0 auto;
    }
    .curriculum_day
    {
       width: 80px;
    }
    .curriculum_left
   {
      width: 160px;
      margin: 0 auto;
      padding-left: 5px;
      padding-right: 5px;
   }
   #CURRICULUM_TTL1, #CURRICULUM_TTL2, #CURRICULUM_TTL3, #CURRICULUM_TTL4, #CURRICULUM_TTL5
   {
      width: unset;
      padding-left: 5px;
      padding-right: 5px;
  }
  .curriculum_right1
  {
      width: 85%;
      border-left: unset;
      border-top: 1.5px solid #80bfff;
      margin: 0 auto;
      padding: 10px 5px;
  }
  .curriculum_right2
  {
      width: 85%;
      border-left: unset;
      border-top: 1.5px solid #55aaff;
      margin: 0 auto;
      padding: 10px 5px;
  }
  .curriculum_right3
  {
      width: 85%;
      border-left: unset;
      border-top: 1.5px solid #2b95ff;
      margin: 0 auto;
      padding: 10px 5px;
  }
  .curriculum_right4
  {
      width: 85%;
      border-left: unset;
      border-top: 1.5px solid #0080ff;
      margin: 0 auto;
      padding: 10px 5px;
  }
  .curriculum_right5
  {
      width: 85%;
      border-left: unset;
      border-top: 1.5px solid #0055aa;
      margin: 0 auto;
      padding: 10px 5px;
  }
  .format_item img
  {
     max-height: 60px;
  }
  .format_item div
  {
     width: 220px;
  }
  #BENEFIT_WRAP
  {
   max-width: 350px;
   margin-left: auto;
   margin-right: auto;
  }
  .benefit_item img
  {
      width: 220px;
   }
   .curriculum_date
   {
      margin-left: 0px;
   }
   .fv
   {
      background-image: url(../img/eyecatch_main_sp.png);
      background-repeat: no-repeat;
      background-position: center bottom -10vw;
      background-size: contain;
   }
    .cta_button1
    {
      top: 29.94vw;
    }
        .inquiry_link .txt {
        width: 6.2rem;
        -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
    }
    .inquiry_link {
        height: 5rem;
    }
    .lp_contents .inner
    {
      text-align: center;
    max-width: unset;
    margin: auto 20px;
    padding-bottom: 36vw;
    }
    .fv img
   {
      width: 180px;
      right: 10px;
      bottom: 10px;
   }
}

/* ----------------------------------------------------------------------------- */
/* 450px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 450px)
{
    *
    {
        font-size: 13px;
    }
    iframe
    {
      width: 300px;
      height: 200px;
    }
    .font_size_80
    {
       font-size: 2rem;
    }
    .font_size_36
    {
        font-size: 1.4rem;
    }
    .font_size_28
    {
        font-size: 1.1rem;
    }
    #SEC01_IMG
    {
      max-width: 200px;
    }
    #EYECATCH_SUV
    {
      width: 400px;
      bottom: 35%;
    }
    #SEC01_TTL
    {
      display: none;
    }
    #SEC01_TTL_SP
    {
      display: block;
    }
    .ttl_wrap, .sec02ttl_wrap
    {
      width: 90%;
    }
    .ttl_wrap3
    {
      width: 80%;
    }
    #SEC05_ICON2::before
    {
      width: 85px;
      right: -25px;
      top: 25px;
    }
    .logo
    {
       height: 60px;
    }
    #EYECATCH_SUVTTL
    {
      top: 34%;
    }
    #EYECATCH_SUVTTL span
    {
      margin: 0 0 5px;
    }
    #EYECATCH_RIGHT
    {
      position: unset;
      background-color: #FFFFFF;
      margin-right: unset;
      padding: 50px 0 30px;
    }
    #CTA_BUTTON1
    {
      width: 350px;
      height: 60px;
    }
    #EYECATCH_RIGHT_FLEX::before
    {
      width: 70px;
      top: -3px;
    }
    .cta_button1
    {
      width: 300px;
      margin: 10px auto;
      height: 55px;
    }
    #EYECATCH_RIGHT_SEMINARNAME::before
    {
      left: 41%;
    }
    .cta_button2
    {
      font-size: 1rem;
      width: 85%;
      height: 45px;
      margin-top: 50px;
    }
    .cta_button2::after
    {
      right: 15px;
    }
    .cta_button3
    {
      font-size: 1rem;
      width: 50%;
      height: 40px;
    }
    .cta_button3::after
    {
      right: 15px;
    }
    #SEC03, #SEC05
    {
      clip-path: polygon(30% 0, 50% 40px, 70% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
    #SEC04_ICON2
    {
      right: -10px;
      width: 70px;
      bottom: 0;
      top: unset;
  }
   #SEC04_TXTBOX
   {
      padding: 20px 60px 20px 17px;
   }
   #TRIANGLE_BOX::before
   {
      border-bottom: 50px solid transparent;
      border-right: 50px solid #07326e;
   }
   #TRIANGLE_BOX::after
   {
      border-top: 50px solid transparent;
      border-left: 50px solid #07326e;/
   }
   #SEC04_UL li::before
   {
      width: 25px;
      height: 20px;
      left: -35px;
   }
   #SEC04_UL li
   {
      left: 20px;
   }
   .line_height_25rem
   {
      line-height: 2rem;
   }
   .br_off
   {
      display: none;
   }
   .gap_50
   {
      gap: 20px;
   }
   #STEP li img
   {
      max-width: 90px;
   }
   .teacher_wrap img
   {
      max-width: 200px;
   }
   #SEC02_LEFT, #SEC02_RIGHT
   {
      max-width: 120px;
      position: absolute;
      bottom: -40px;
   }
   #CURRICULUM
   {
      margin-left: 20px;
   }
   .curriculum_day
   {
      width: 75px;
      left: -20px;
      top: -20px;
  }
  .format_item
  {
      flex-wrap: wrap;
      margin: 7vw auto 0;
      width: 280px;
  }
  .format_item div
  {
   width: 280px;
  }
  .format_item div:not(:last-child)
  {
   margin-bottom: 10px;
  }
  .format_item_ttl
  {
      margin: 5px 0;
  }
  .benefit_item
  {
   width: 100%;
  }
  .sec09_cta_sp
  {
     display: block;
  }
  .sec09_cta
  {
     display: none;
  }
  #CTA_TTL2_SP
  {
     display: block;
  }
  #CTA_TTL2, #EYECATCH_SUV
  {
     display: none;
  }
  .cta_ttl2
  {
     width: 200px;
  }
  .lp_contents .inner
  {
   margin: auto 10px;
  }
  .fv .read01
  {
   font-size: 18px;
   padding: 20px;
  }
  .fv .read01 strong
  {
   font-size: 30px;
  }
  .fv h2
  {
   font-size: 75px;
   margin: 20px auto;
  }
   .fv h2 span {
      width: 290px;
      height: 12px;
   }
   .fv .read02
   {
      font-size: 25px;
   }
   .inquiry_link .txt img {
    width: 4rem;
   }
   .flow
   {
      padding-bottom: 0px;
   }
   .fv img {
        width: 135px;
        right: 10px;
        bottom: -30px;
    }
}
