@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;
}
h2
{
   line-height: 3.5rem;
}
h3
{
   font-size: 2rem;
   line-height: 3.5rem;
}
/*アイキャッチ*/
#EYECATCH
{
   background: url(../img/eyecatch.png); 
   height: 500px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
#EYECATCH_MANAGEMENT_GAME
{
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   font-size: 5.5rem;
   color: #ffffff;
   opacity: 0.4;
   bottom: -20px;
   position: absolute;
}
/*sec01*/
.bg_cross
{
   background: url(../img/bg_cross.png);
    background-position: left top;
}
#SEC01_H2::after
{
   content: "";
    display: block;
    width: 10.667vw;
    max-width: 40px;
    height: 0;
    margin-top: 40px;
    border-bottom: 3px solid #26B478;
}
.concept_detail
{
    background: #fff;
    border: 5px solid #26B478;
    border-radius: 10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
}
.concept_title
{
   display: inline-block;
   position: relative;
   z-index: 1;
   width: 280px;
   padding: 15px 0;
   border-radius: 0 0 10px 10px;
   background: #26B478;
   line-height: 1;
   font-size: 1.3rem;
}
.concept_title::after {
   content: "";
   display: block;
   position: absolute;
   z-index: 2;
   right: 0;
   bottom: -20px;
   left: 0;
   width: 0;
   height: 0;
   margin: auto;
   margin: auto;
   border-style: solid;
   border-width: 20px 130px 0 130px;
   border-color: #26B478 transparent transparent transparent;
}
#TROUBLE_ITEM_WRAP img
{
   width: 80px;
}
.bg_green_circle
{
   background-color: #26B478;
   border-radius: 50%;
   width: 100px;
   height: 100px;
   text-align:center;
}
.bg_green_circle span
{
   line-height: 100px;
   width: 100px;
}
#SEC01_H2_2
{
   margin-left: 70px;
   margin-top: -30px;
}
/*sec02*/
.effective
{
   background: #fff;
   box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
#EFFECTIVE_GRID
{
   grid-template-columns: repeat(2, auto);
   place-content: center;
}
#EFFECTIVE_GRID img
{
   max-width: 200px;
   width: 100%;
}
/*sec03*/
.format
{
   position: relative;
   margin-left: 20px;
}
.format::before
{
   position: absolute;
   content: '';
   width: 5px;
   height: 100%;
   background-color: #26B478;
   left: -20px;
}
.format_table
{
   border-collapse: collapse;
   width: 100%;
   max-width: 930px;
}
.format_table_padding
{
   padding: 1em;
}
.format_table th
{
   border-right: 1px solid #333333;
   font-weight: bold;
   text-align: left;
   width: 20%;
   min-width: 4em;
}
.format_course_padding
{
   padding: 1em 1em 0.3em 1em;
}
.format_course_item_padding
{
   padding: 0 2em;
}
dt
{
   float: left;
}
dt::after
{
   content: "："
}
dd
{
   margin-left: 50px;
}
/*CTA*/
.bg_cross_green
{
   background: url(../img/bg_cross.png), #26B478;
   background-position: left top;
}
#formLink .formLink_box
{
   padding: 40px 0;
   background: #fff;
   border-radius: 10px;
}
#MG_FLYER
{
   max-width: 150px;
}
.btn
{
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   z-index: 0;
   max-width: 290px;
   padding: 13px 10px;
   background: #EA8F14;
   border: 1px solid #EA8F14;
   border-radius: 48px;
   color: #fff;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   line-height: 1;
   letter-spacing: 0.04em;
   transition: all 0.3s ease 0s;
}
.btn::after
{
   content: "";
   display: inline-block;
   width: 8px;
   height: 8px;
   position: absolute;
   z-index: 1;
   top: 0;
   right: 15px;
   bottom: 0;
   margin: auto;
   border-right: 2px solid;
   border-bottom: 2px solid;
   border-color: #fff;
   transform: rotate(-45deg);
}
#CTA_BTNWRAP
{
   gap: 20px;
}
.btn svg
{
   width: 16px;
   padding-right: 10px;
}
.btn:hover
{
   opacity: 0.5;

}
/*sec05*/
/*sec06*/
/*sec07*/


/* ----------------------------------------------------------------------------- */
/* 1200px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1200px)
{
   h2
   {
      line-height: 2.5rem;
   }
    .width_minus_40
    {
       width: calc(100% - 40px);
    }
    .margin_bottom150
    {
       margin-bottom: 50px;
    }
    .margin_top100
    {
        margin-top: 50px;
    }
    .font_size_100
    {
       font-size: 5rem;
    }
    .font_size_80
    {
       font-size: 4rem;
    }
    .font_size_65
    {
      font-size: 3rem;
    }
    .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_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;
    }
    #EYECATCH_CATCHCOPY
    {
      width: 550px;
      padding-top: 50px;
    }
    h3
    {
       font-size: 1.7rem;
       line-height: 3rem;
    }
}

/* ----------------------------------------------------------------------------- */
/* 768px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 768px)
{
   h3
   {
      font-size: 1.4rem;
      line-height: 2rem;
   }
    .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;
    }
    .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_bottom50
    {
       margin-bottom: 8vw;
    }
    .margin_bottom30
    {
       margin-bottom: 6vw;
    }
    .margin_tb50
    {
       margin-top: 7vw;
       margin-bottom: 7vw;
    }
    .padding_tb50
    {
      padding-top: 7vw;
      padding-bottom: 7vw;
    }
    .padding_tb100
    {
       padding-top: 15vw;
       padding-bottom: 15vw;
    }
    .eyecatch_font_size_21
    {
       font-size: 1.2rem;
    }
    .flex_columnreverse
    {
        flex-direction: column-reverse;
    }
    .fixed_cta
    {
       width: 90px;
       right: 10px;
    }
    #EYECATCH
    {
      background: url(../img/eyecatch_sp.png); 
      height: 380px;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
    }
    #EYECATCH_CATCHCOPY
    {
      display: none;
    }
    #EYECATCH_MANAGEMENT_GAME
    {
      display: none;
    }
    .bg_green_circle
    {
      width: 60px;
      height: 60px;
    }
    .bg_green_circle span
    {
      line-height: 60px;
    }
    #SEC01_H2_2
    {
      margin-left: 40px;
    }
    #formLink .formLink_box
    {
      padding: 20px 0;
    }
}

/* ----------------------------------------------------------------------------- */
/* 450px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 450px)
{
    *
    {
        font-size: 13px;
    }
    h3
    {
       font-size: 1.25rem;
       line-height: 2rem;
    }
    .font_size_80
    {
       font-size: 2rem;
    }
    .font_size_65
    {
      font-size: 2.4rem;
    }
    .font_size_50
    {
       font-size: 1.9rem;
    }
    .font_size_36
    {
        font-size: 1.4rem;
    }
    .font_size_28
    {
        font-size: 1.1rem;
    }
    #EYECATCH
    {
      background: url(../img/eyecatch_sp.png); 
      height: 300px;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg_green_circle
    {
      width: 60px;
      height: 60px;
    }
    .bg_green_circle span
    {
      line-height: 60px;
    }
    #SEC01_H2_2
    {
      margin-left: 40px;
    }
    #TROUBLE_ITEM_WRAP img
    {
      width: 50px;
    }
    .format_table th
    {
      width: 25%;
    }
    .concept_title
    {
      padding: 10px 0;
      width: 240px;
    }
    .concept_title::after
    {
      bottom: -10px;
      border-width: 10px 110px 0 110px;
    }
    #MG_FLYER
    {
       max-width: 130px;
    }
    #CTA_BTNWRAP
    {
       gap: 10px;
    }
}