@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;
}
/*アイキャッチ*/
#EYECATCH_IMG
{
   max-width: 450px;
   width: 100%;
}
#EYECATCHMAIN_FLEX
{
   justify-content: space-between;
}
#LOGO
{
   z-index: 1;
   right: 0;
   top: 0%;
}
#ARERGO_LOGO
{
   width: 200px;
}
#SK_LOGO
{
   width: 200px;
}
#EYECATCH_ILLUST
{
   width: 500px;
   position: relative;
   right: 20px;
   top: 30px;
}
#EYECATCH_RIGHT_FLEX::before
{
   position: absolute;
   content: '';
   background-image: url(../img/eyecatch_ttl_svg.svg);
   width: 90px; 
   height: 45px;
   background-size: contain;
   background-repeat:no-repeat;
   top: -20px;
   right: 0;
   left: 0;
   margin: 0 auto;
}
#CTA_BUTTON1
{
   height: 90px;
}
.cta_button1
{    
   right: 15px;
   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;
 }
/*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
{
   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;
}
.curriculum_date
{
   margin-top: 8px;
   margin-left: 20px;
}
/*特典*/
#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;
}
/*sec10*/
table{
   width: 100%;
   border-collapse: collapse;
 }
 
 table tr{
   border-bottom: solid 2px white;
 }
 
 table tr:last-child{
   border-bottom: none;
 }
 
 table th{
   position: relative;
   text-align: left;
   width: 30%;
   background-color: #52c2d0;
   color: white;
   text-align: center;
   padding: 10px 0;
 }
 
 table th:after{
   display: block;
   content: "";
   width: 0px;
   height: 0px;
   position: absolute;
   top:calc(50% - 10px);
   right:-10px;
   border-left: 10px solid #52c2d0;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
 }
 
 table td{
   text-align: left;
   width: 70%;
   text-align: center;
   background-color: #FFFFFF;
   padding: 10px 0;
 }
#SUMMARY_DATE_TTL
{
   margin-left: 20px;
}
#SUMMARY_DATE_TTL::before
{
   position: absolute;
   content: '';
   width: 5px;
   height: 100%;
   background-color: #4fb7c0;
   margin-left: -15px;
}
/*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_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%;
  }
  #EYECATCH_SUVTTL span
  {
      font-size: 1.1rem;
  }
  .cta_button1
  {
      font-size: 1.5rem;
  }
  #EYECATCH_SUVTTL
  {
    top: 62%;
  }
  #EYECATCHMAIN_FLEX
  {
     align-items: center;
  }
}

/* ----------------------------------------------------------------------------- */
/* 768px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 768px)
{
    .font_size_100
    {
       font-size: 5rem;
    }
    .font_size_80
    {
       font-size: 3.1rem;
    }
    .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;
    }
    .fixed_cta
    {
       width: 250px;
       right: 10px;
       bottom: 15px;
    }
    .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;
   }
}

/* ----------------------------------------------------------------------------- */
/* 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;
    }
    #ARERGO_LOGO
    {
      width: 130px;
      top: 25%;
    }
    #EYECATCH_SUVTTL
    {
      top: 34%;
    }
    #EYECATCH_SUVTTL span
    {
      margin: 0 0 5px;
    }
    #CTA_BUTTON1
    {
      width: 350px;
      height: 60px;
    }
    #EYECATCH_RIGHT_FLEX::before
    {
      width: 70px;
      top: -3px;
    }
    .cta_button1
    {
      position: relative;
      margin-right: unset;
      margin: 10px auto;
      top: unset;
      right: unset;
      height: 60px;
    }
    #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;
  }
  #EYECATCH_ILLUST
  {
   width: 300px;
   right: 0;
  }
  #EYECATCH_SUV_SP
  {
      display: block;
      width: 90%;
      margin-right: auto;
      margin-left: auto;
  }
  #EYECATCH_SUVBG
  {
      background-size: 600px;
      height: 126px;
      background-position: top 70px center;
  }
}