/*
 * import.css
 */

/*
 
/*  */
html{ 
    font-family:"dnp-shuei-gothic-gin-std", sans-serif; 
}
/* html  */
html.loaded { 
    font-family:"dnp-shuei-gothic-gin-std", sans-serif; 
}


/* ==========================================================
Default
========================================================== */
@import url(reset.css);
@import url(cmn_layout.css);
@import url(cmn_style.css);
@import url(animate.css);


/* ==========================================================
Web Fonts
========================================================== */

.shue{
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight:bold;
    line-height: 2em;
}

.momochidori{
    font-family: "momochidori-condensed", sans-serif;
    font-weight:bold;
    line-height: 2em;
}
.atten{
    font-family: "new-atten", sans-serif;
    font-weight: 700;
}
.tablet{
    font-family: "tablet-gothic-compressed", sans-serif;
    font-weight: bold;
}
/* ==========================================================
共通タグ
========================================================== */

.section-title {
    text-align: center;
    color: #fff;
    padding: 60px 20px;
  }
  
  .title_en {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
  }
  
  .title-divider {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto;
  }
  
  .title-ja {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    line-height: 2;
  }
.bg_grey{
    background: #545D5C !important;
}

/* ==========================================================
!遒ｺ隱阪Μ繝ｳ繧ｯ髮�畑 CSS                        
========================================================== */

.flex{
  width: 100%;
  height: 1100px;
  background: #f2f2f2;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 110px 150px 0px 150px;
  color: #000;
  text-align: left;
  display: flex;
}

.srb-lists{
  width: 50%;
  padding-top: 5%;
}


.srb-lists h1{
  padding-bottom: 30px;
  letter-spacing: 1px;
}


.srb-lists ul li{
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}

.srb-lists ul li.comming a{
  text-decoration: line-through;
  pointer-events: none;
}

.srb-lists ul li a{
  color: #000;
}

.srb-lists ul li.comming a:hover{
  text-decoration: line-through;
}

.srb-lists ul li a:hover{
  text-decoration: underline;
}

.srb-lists ul li::before{
  content: "笳�";
  font-size: 8px;
  padding-right: 10px;
  color: #2871fa;
}

.srb-lists ul li.comming::before{
  content: "笨�";
  color: #000;
  text-decoration: none !important;
  padding-right: 15px;
}

.srb-lists ul li.comming::after{
  content: "[譛ｪ逹謇犠";
  color: #000;
  padding-left: 10px;
  font-size: 12px;
}




/* ==========================================================
!SP media queries css
========================================================== */



ul{
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
}

body{
    font-family: Noto Sans, sans-serif;
    margin: 0px;
}




/* ==========================================================
!COMMONS
========================================================== */

/* commons part
------------------------------------ */

.flexs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*
COMMON PART
============================================= */


.contents_wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: url(https://ds-q.com/wp-content/themes/anothemes2/assets/images/maebashi/pc/back_img.png) left top;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: space-between;
}
#contents_left{
    width: 54.14%;
}
#contents_right {
    width: 19.79%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 50px;
}
#contents_right_inner{
    width: 224px;
    height: auto;
    margin: 0 0 0 30px !important;
}

.contents_right_h2{
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    font-family: "new-atten", sans-serif;
    border: solid 1px #FFF;
    padding: 4px 10px;
    text-align: center;
    color: #FFF;
}
.menu-block {
    color: white;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  .menu-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
  }
  
  .menu-num {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    font-family: "realist", sans-serif;
  }
  
  .menu-line {
    flex-grow: 1;
    height: 1px;
    background-color: white;
  }
  
  .menu-ja {
    font-size: 10px;
    font-weight: bold;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    margin: 0 0 0 30px;
    letter-spacing: 0.05em;
    width: 80%;
    color: #FFF;
}
  
  .menu-en {
    font-size: 18px;
    font-weight: bold;
    font-family: "new-atten", sans-serif;
    margin: 0 0 0 30px;
    width: 80%;
    color: #FFF;
}

.menu-en a{
    color: #FFF !important;
}
#sns{
    width: 32px;
    height: auto;
    margin: 0 20px 0 0;
}
#sns li{
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
}
.contents_inner{
    max-width: 740px;
    margin: 0 auto;
    margin-top: 4em;
}
.contents_inner_bottom{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 2em;
}
.contents_inner_bottom img{
    width: 100%;
    height: auto;
}

.contents_inner h1 img{
    display: block;
    width: 520px;
    height: auto;
    margin: 0 auto;
}

.contents_inner h1 span b {
    display: block;
    transform: translate(-70px,0px);
    transition: 1.5s cubic-bezier(.19, 1, .22, 1);
    opacity: 0;
    text-align: center;
}

.contents_inner h2{
    width: 80%;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 100;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    color: #121213;
}

.contents_inner h2 span{
    display: block;
    transform: translate(0px,0px);
    transition: 1.5s cubic-bezier(.19, 1, .22, 1);
    opacity: 0;
}

main{
    width: 100%;
    max-width: 414px;
    margin-left: auto;
    position: relative;
    right: 20%;
    background: #FFF;
}

.main_contents{
    width: 100%;
    height: 528px;
    position: relative;
}

.cm-head{
    padding-bottom: 0px;
}

.cm-head h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #c3c3c3;
    letter-spacing: 0.2em;
}

.cm-head h3{
    color: #c3c3c3;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 13px;
    position: relative;
    line-height: 2;
}

.cm-head h3 span{
    position: relative;
}


/* SNS list */

.contents_sns{
    width: 28px;
    position: fixed;
    right: 85px;
    top: 80px;
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
}

.contents_sns li{
    width: 28px;
    height: 28px;
    position: relative;
    margin-bottom: 15px;
}

.si1-bW{
    background: url(../img/si1.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}

.si2-bW{
    background: url(../img/si2.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}

.si3-bW{
    background: url(../img/si3.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
}

/* LINE BANNER */

.contents_line{
    width: 120px;
    height: 100px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: url(../img/contents_line.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contents_line:hover{
    opacity: 0.5;
}

.contents_campaign{
    width: 140px;
    height: 175px;
    position: fixed;
    right: 40px;
    bottom: 170px;
    background: url(../img/contents_campaign.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contents_campaign:hover{
    opacity: 0.5;
}

/* HEADER */

header{
    display: none !important;
}

.logo{
    width: 88px;
    height: 18px;
    position: relative;
    left: 20px;
    top: 31px;
}
.logo_text{
  position: absolute;
  left: 40%;
  top: 30%;
}
.menu{
    width: 38px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 999999;
}

.close{
    width: 48px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 9999999;
    display: none;
}


.m-line{
    width: 80%;
    height: 3px;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.m1{
    transform: translate(0px,-13px);
}

.m2{
    width: 60%;
}

.m3{
    transform: translate(0px,13px);
}


.m-on .m1{
    transform: translate(0px,0px) rotate(145deg);
}

.m-on .m2{
    width: 0%;
    left: 0;
    right: 0;
}

.m-on .m3{
    transform: translate(0px,0px) rotate(-145deg);
}

.m-remove .m1{
    transform: translate(0px,-13px) rotate(0deg);
}

.m-remove .m2{
    width: 60%;
    right: auto;
    left: 0;
}

.m-remove .m3{
    transform: translate(0px,13px) rotate(0deg);
}

.menu_contents{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 888;
    background: #cecece;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.b-on{
    opacity: 1 !important;
    pointer-events: auto !important;
}


.menu_contents ul {
    padding: 0;
    margin: 0;
    padding-top: 200px;
}

.menu_contents ul li{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    color: #FFF;
    position: relative;
}

.menu_contents ul li span{
    position: relative;
    transform: translate(0px,10px);
    opacity: 0;
    display: inline-block;
    transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.b-on ul li span{
    transform: translate(0px,0px);
    opacity: 1;
}

.menu_contents ul li:nth-child(2) span{
    transition-delay: 100ms !important;
}

.menu_contents ul li:nth-child(3) span{
    transition-delay: 150ms !important;
}

.menu_contents ul li:nth-child(4) span{
    transition-delay: 200ms !important;
}

.menu_contents ul li:nth-child(5) span{
    transition-delay: 250ms !important;
}
.
.menu_contents ul li:nth-child(6) span{
    transition-delay: 300ms !important;
}


.b-in-pol{
    text-align: center;
    font-size: 10px;
    color: #fff;
    position: relative;
    letter-spacing: 0.3em;
    margin-top: 50px;
}

.b-in-pol span{
    position: relative;
}

.b-in-sns{
    width: 200px;
    height: 50px;
    margin: auto;
    margin-top: 50px;
}

.sns-icon{
    width: 50px;
    height: 50px;
    position: relative;
}

.si1{
    background: url(../img/si1.svg) no-repeat;
    background-size: 34px 34px;
    background-position: center center;
}

.si2{
    background: url(../img/si2.svg) no-repeat;
    background-size: 39px 27px;
    background-position: center center;
}

.si3{
    background: url(../img/si3.svg) no-repeat;
    background-size: 39px 37px;
    background-position: center center;
}

/* ==========================================================
!CONTENST
========================================================== */

/* main contents
------------------------------------ */


.fv{
    width: 100%;
    height: 528px;
    position: absolute;
    /*background:url(../images/sp/FV.png) no-repeat center top;*/
    background-size: cover;
    top: 0;
}
#video{
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}




.fv_open_img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    z-index: 100;
}
.fv_open_img img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
   


.fv h2{
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3em;
    display: block;
}

.fv h2 span{
    display: inline-block;
    overflow: hidden;
}

.fv h2 span b{
    display: block;
    transform: translate(0px,20px);
    transition: 1.3s cubic-bezier(.19, 1, .22, 1);
}


.contents_wrapper{
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;
}

.aqeru_open{
    width: 100%;
    height: auto;
    background: url(https://ds-q.com/wp-content/themes/anothemes2/assets/images/maebashi/sp/aqeru_back_img.png) no-repeat left top;
    background-size: cover;
    padding-bottom: 40px;
}
.aqeru_open img{
    width: 94%;
    height: auto;
    display: block;
    margin: 40px auto;
}
#aqeru_open_img{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.aqeru_open_btn{
    width: 100%;
    height: 200px;
    background: #545D5C;
    text-align: center;
}
.aqeru_open_btn p{
    color: #FFF;
    font-size: 20px;
    margin: 0px auto 10px !important;
    padding-top: 15px;
}
.aqeru_open_btn_text{
    font-size: 14px !important;
    border: solid 1px #FFF;
    line-height: 1.2em;
    display: inline-block;
    padding: 0.5em 1em !important;
}
.aqeru_open02{
    width: 100%;
    height: auto;
}
.aqeru_open02 img{
    width: 94%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 3em 0 0;
}
.new_studio{
    width: 100%;
    height: 560px;
    background: url(https://ds-q.com/wp-content/themes/anothemes2/assets/images/maebashi/sp/bg_img_cloud.png) no-repeat center top;
    background-size: cover;
    padding-top: 4em;
}
.new_studio img{
    width: 92%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.new_studio_text{
    margin-top: 30px !important;
}



.new_studio_text .shue{
    font-size: 16px;
    line-height: 2em;
    color: #545D5C;
    font-weight: 400;
    text-align: left;
}

.new_studio_bottom ul{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 30px auto;
    border-top: solid #545D5C 1px;
}

.new_studio_bottom ul li{
    border-bottom: solid #545D5C 1px;
    padding:1em;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.new_studio_bottom ul li img{
    margin-right: 10px;
}
.new_studio_bottom p{
    width: 90%;
    height: auto;
    margin: 30px auto;
}

.img_thought{
    width: 90%;
    margin: 0 auto;
    display: block;
}



/*  会員様・親御さんの声  */
.user_voice{
    background:#F7F7F6;
}
.h2_user_voice img{
    display: block;
    margin: 0 auto;
    padding-top: 40px;
}
.voice-card{
    width: 100%;
    height: auto;
    margin: 30px auto;
}
.voice-wrapper {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    text-align: center;
  }
.voice-img_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    text-align: center;
  }

  .voice-image {
    width: 260px;
    height: 260px;
    border-radius: 32px;
    object-fit: cover;
    z-index: 1;
  }

  .voice-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    font-size: 18px;
    color: #333;
    letter-spacing: 0.1em;
    font-family: "tablet-gothic-compressed", sans-serif;
    font-weight: bold;
  }

  .voice-label.left {
    left: 15px;
  }

  .voice-label.right {
    right: 15px;
  }

  .badge {
    display: inline-block;
    background-color: #3ae3c4;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 24px;
    margin-top: 10px;
  }

  .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
  }

  .voice-button {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    background: #444;
    color: #fff;
    border-radius: 16px;
    width: 90%;
    height: 96px;
    cursor: pointer;
    text-align: center;
}

  .voice-button span {
    display: block !important;
    font-size: 24px !important;
    letter-spacing: 0.1em;
  }

  .voice-button small {
    width: 86px;
    height: 24px;
    display: block;
    margin-top: 4px;
    padding: 2px 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
  }

  .arrow {
    width: auto;
    display: block;
  }

  .voice-detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background: #fff;
  }

  .voice-detail.open {
    max-height: 2000px;
  }

  .voice-content {
    text-align: left;
    background: #F7F7F6;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    width: 92%;
    margin: 30px auto 0;
    border: solid 2px #333;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    border-right: solid 2px #333;
  }
  
  /* 上部タイトル VOICE（グレー背景・丸角） */
  .voice-content .section-title {
    background-color: #444;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0;
  }
  
  /* VOICEの本文 */
  .voice-content p {
    font-size: 14px;
    line-height: 2;
    margin: 16px 0;
    color: #545D5C;
    width: 90%;
    margin: 30px auto;
  }
  
  /* 質問ボックス */

  .q-box {
    max-width: 394px;
    position: relative;
    left: -5px;
    background: #3ae3c4;
    color: #545D5C;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0 50px 50px 0;
    padding: 12px 16px;
    margin: 0 0 8px;
    line-height: 1.6;
    width: fit-content;
    transform: translateX(-12px); /* ← 左にずらして外に出す */
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  /* Aのタイトル */

.a-box {
    position: relative;
    right: -12px;
    background: #fff;
    border-radius:16px 0 0 16px;
    border-top: 2px solid #3ae3c4;
    border-bottom: 2px solid #3ae3c4;
    border-left: 2px solid #3ae3c4;
    padding: 16px 16px 30px;
    margin: 0 0 24px;
    font-size: 14px;
    color: #545D5C;
    line-height: 1.8;
    z-index: 1;
    transform: translateX(4px); /* 少し内側に調整 */
  }
  
  /* Q/Aマークの太字設定 */
  .q-box strong,
  .a-box strong {
    font-size: 18px;
    color: #545D5C;
    display: inline-block;
    margin-bottom: 4px;
    font-family: "new-atten", sans-serif;
  }

  .section-title {
    font-weight: bold;
    font-size: 16px;
    margin: 16px 0 8px;
  }

  .vertical-text {
    position: absolute;
    top: 50px;
    left: 0;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #444;
  }
  .voice-close-button {
    width: 92%;
    margin: 0 auto 0;
    border-bottom: solid 2px #333;
    border-left: solid 2px #333;
    border-right: solid 2px #333;
    background: #545D5C;
    text-align: center;
    border-radius: 0 0 20px 20px;
  }
  
  .close-voice-btn {
    color: #fff;
    font-size: 16px;
    padding: 12px 32px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    transform:rotateX(180deg);
    background: #545D5C;
  }
  


/*　　スケジュール　　*/
.br_schedule{
  background: #b4b9b8;
}
h3.school_name{
    background: #3CE6B4;
    border-radius: 40px 40px 0 0;
    font-size: 25px;
    font-family: "tablet-gothic-compressed", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    line-height: 1.2em;
    padding: 0.5em;
    margin: 0 !important;
        border-bottom: solid 1px #FFF;
}
h3.school_name span{
    background: #3CE6B4;
    border-radius: 40px 40px 0 0;
    font-size: 25px;
    font-weight: bold;
}
.schedule-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.schedule-container {
  display: inline-block;
  min-width: max-content;
  background: #F7F7F6;
  margin-bottom: 14px;
}
.schedule-container img {
  max-width: initial;
  padding: 1em;
}


  
  .schedule-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  
  .schedule-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }


  .custom-schedule-slider {
  margin-bottom: 24px;
}

.custom-schedule-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.custom-schedule-items {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-schedule-slide {
  flex: 0 0 auto;
  margin-right: 20px;
}

.custom-schedule-image {
  display: block;
  width: 1200px; /* 横スクロールを発生させる幅 */
  max-width: none;
  height: auto;
}

.custom-scroll-hint {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin-top: 8px;
}

  


  .scroll-hint {
    text-align: center;
    font-size: 13px;
    color: #FFF;
    margin: 12px;
  }

  .section-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 8px;
    padding: 60px 20px 10px !important;
  }
/*　　スケジュール　　*/


/*　　コース＆プライス　　*/
.course_price {
    width: 100%;
    height: auto;
    background: #B1C1F8;
    border-radius: 80px 80px 0 0;
    padding-bottom: 3em;
}
.course_price img {
    width: 94%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.course_price p{
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin: 20px auto;
}
.btn_pdf{
    display: block;
    width: 195px;
    height:50px;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    background: #F7F7F6;
    border:solid 2px #545D5C;
    margin: 0 auto;
    color: #545D5C;
}

.price-box {
    background: #fff;
    border-top: 8px solid #4a4f4d;
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 20px;
  }

  .price-title {
    background: #4a4f4d;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }

  .price-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-size: 14px;
  }

  .price-left {
    font-weight: bold;
  }

  .price-right {
    color: #b10012;
    text-align: right;
  }

  .price-right span {
    display: block;
    font-size: 28px;
    font-weight: bold;
  }

  .notes {
    font-size: 12px;
    margin-bottom: 24px;
    color: #333;
  }

.price-detail {
    width: 90%;
    margin: 0 auto;
}
.note-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
}
.price-detail .title-price {
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	background: #4D5657;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}
.price-detail .title-price > div {
	text-align: center;
	font-weight: 500;
}
.price-detail .title-price .course,
.price-detail .title-price .time-required {
	position: relative;
}
.price-detail .title-price .course:after,
.price-detail .title-price .time-required:after {
	position: absolute;
	content: '';
	height: 30px;
	width: 1px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.price-detail .title-price .course,
.list-price .item .course-ct {
	width: 235px;
}
.price-detail .title-price .time-required,
.list-price .item .time-ct {
	width: 170px;
}
.list-price .item .course-ct,
.list-price .item .time-ct {
	/*border-right: 1px solid #f8f3f3;*/
	position: relative;
}
.list-price .item .time-ct,
.list-price .item .monthly-ct {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.list-price .item .monthly-ct p:nth-child(2) {
	margin-left: 13px;
}
.list-price .item .course-ct:after,
.list-price .item .time-ct:after {
	position: absolute;
	content: '';
	height: 30px;
	width: 1px;
	background: #4D5657;
	right: -1px;
	bottom: 5px;
}
.price-detail .title-price .monthly-system,
.list-price .item .monthly-ct {
	width: 230px;
}
.price-detail .list-price {
	background: #fff;
	padding-bottom: 20px;
}
.list-price .item {
	display: flex;
	justify-content: space-between;
	/*border-bottom: 1px solid #f8f3f3;*/
}
.list-price .item > div {
	height: 60px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.list-price .item .course-ct {
	line-height: 17px;
	padding-top: 23px;
}
.list-price .item .time-ct {
	line-height: 24px;
	padding-top: 18px;
} 
.list-price .item .monthly-ct {
	padding-top: 18px;
}
.instructor-info h4 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
}
/*　　コース＆プライス　　*/


/*　　インフォメーション　　{*/
.info{
    width: 100%;
    height: auto;
    background: #F7F7F6;
    padding-bottom: 3em;
}
.info .section-title{
    font-size: 13px;
    color:#545D5C;
    padding: 40px 20px 10px !important;
    margin: 0 !important;
}
.info .section-title span{
    font-size: 30px;
    color:#545D5C;
    letter-spacing: 0.03em;
}
@media (min-width: 1200px) {
    .uk-grid {
        margin-left: 30px !important;
    }
}
.uk-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.slider-container {
    padding: 20px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.slider-container .card-title{
    font-size: 28px;
    font-family: "tablet-gothic-compressed", sans-serif;
    margin: 0 0 4px;
    padding: 0;
    letter-spacing: 0.05em;
    color: #545D5C;
    line-height: 1em;
    
}
.slider-container .card-subtitle{
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #545D5C;
    line-height: 1em;
}
    
  .uk-slider-items > li {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 80%;
    height: 616px !important;
    width: 304px;
    margin-right: 15px;
    border: 2px solid #ccc;
    border-radius: 40px;
    padding: 28px !important;
    background: #fff;
  }
  .uk-card-default{
    box-shadow: none !important;
  }
.uk-card-body {
    padding: 0 !important;
}
.uk-card-default {
    background:none !important;
}
.uk-hr, hr {
    margin-bottom: 10px !important;
    border-top: 2px solid #545D5C !important;
}

*+.uk-margin-small {
    margin-top: 0 !important; 
}
.uk-margin-small {
    margin-bottom: 0 !important;
}




.custom-slider-nav {
  text-align: right;
}

  .card-title {
    font-weight: bold;
    font-size: 20px;
  }

  .card-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .map-button {
    display: inline-block;
    border: 1.5px solid #444;
    border-radius: 9999px;
    padding: 2px 28px;
    font-weight: bold;
    margin: 20px 0 0;
    color: #545D5C !important;
  }

  .tel-box {
    font-weight: bold;
    font-size: 24px;
    color: #545D5C;
    display: flex;
    align-items: anchor-center;
  }

  .tel-box a{
    font-weight: bold;
    font-size: 22px;
    color: #545D5C !important;
    font-family: "new-atten", sans-serif;

  }
  .tel-box a span{
    font-weight: bold;
    font-size: 10px;
    color: #545D5C !important;
    display: inline-block;
    margin-left: 5px;
  }
  .tel-label {
    background: #545D5C;
    color: #fff;
    border-radius: 20px;
    margin-right: 6px;
    font-size: 15px;
    width: 40px;
    height: 24px;
    display: flex
;
    justify-content: center;
  }

  .info-text {
    font-size: 12px;
    margin-top: 6px;
    color: #333;
    font-family:"dnp-shuei-gothic-gin-std", sans-serif; 
  }

  /* ▼ ナビゲーションをライン風に */
  .uk-dotnav > * > * {
    width: 40px;
    height: 2px;
    background-color: #999;
    border-radius: 0;
    transition: all 0.3s ease;
  }

  .uk-dotnav > .uk-active > * {
    background-color: #333;
  }
  /* Informationスライダーのスタート位置をRecommended Pointsの画像に揃える */
.uk-slider-items.uk-child-width-auto.uk-grid {
  margin-left: 40px !important;     /* uk-grid のマイナスマージンを無効化 */
  padding-left: 16px !important;    /* 左余白を調整 */
  gap: 20px !important;             /* Recommendedと同じ間隔に */
}

/* スライダーの外枠を制御して、スライド幅以上に左右に余白が出ないようにする */
.uk-slider-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden; /* 横スクロールの制御 */
}
/*　　インフォメーション　　*/


/* Recommended Points */
.r_point{
    width: 100%;
    height: auto;
    background:#BFC6C5;
    border-radius: 80px 80px 0 0;
    padding-bottom: 3em;
}
.custom-slider .uk-slider-items {
    padding-left: 5%;
  }
  
  .uk-slider-items > li.r_point_list {
    min-width: 304px;
    transition: transform 0.5s ease;
    padding: 0 !important;
  }
  
  .r_point_list .card-point {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border:solid 2px #545D5C;
    box-sizing: border-box;
    padding: 20px;
    max-width: 304px;
    height: 616px;
    text-align: left;
  }
  
  .r_point_list .card-point img {
      width: 220px;
      height: auto;
      object-fit: cover;
      margin: 0 auto 10px;
      display: block;
  }
  
  .r_point_list .card-point h3 {
    font-size:24px;
    font-weight: 900 !important;
    margin: 20px auto 10px;
    line-height: 1.8em !important;
    color: #3CE6B4;
  }
  .r_point_list .card-point p {
      font-size:12px !important;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 2em;
    }
    
  
  
  /* 　ナビゲーションバー　 */
#dot-line-navi{
    margin-top: 40px !important;
  }
  
  .dot-line-nav > * > * {
    width: 44px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: #888 !important;
  }
  .uk-dotnav>* {
    flex: none;
    padding-left: 0px !important;
  }
  
  .dot-line-nav > .uk-active > * {
    background-color: #00C6A7 !important;
  }
/* Recommended Points */




.contents_wrapper-in{
    border: 1px solid #fff;
    padding: 30px;
    box-sizing: border-box;
}


.contents_wrapper-in h2{
    font-weight: bold;
    color: #fff;
    font-size: 47px;
    line-height: 1.1;
    margin-top: 0px;
    letter-spacing: 0.4em;
    padding-top: 20px;
    margin-bottom: 0;
}

.contents_wrapper-in h2 span{
    display: inline-block;
    overflow: hidden;
}

.contents_wrapper-in h2 span b{
    display: block;
    transform: translate(-50px,0px);
    opacity: 0;
    transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.contents_wrapper-in h3{
    text-align: center;
    background: #fff;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-top: 20px;
}


.contents_wrapper-img1{
    margin-bottom: 30px;
}

.contents_wrapper-img1 img{
    transform: translate(0,20px);
    opacity: 0;
    transition: .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/*  footer  */
footer{
    width: 100%;
    height: 304px;
    background:#F7F7F6;
}

#footer_wrapper{
    width: 92%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top:30px;
}
.f_logo img{
    margin-bottom: 20px;
}
#footer_wrapper #f_sns{
    width: 32px;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content:center;
    padding: 0;
    margin: 0;
}
#footer_wrapper #f_sns li{
    width: 32px;
    height: auto;
    margin-bottom: 15px;
}
.footer_copy{
    font-size: 10px;
    color: #000;
    letter-spacing: 0.1em;
}


/* btn */
.main-btn{
    width: 100%;
    max-width: 260px;
    margin: auto;
    background: rgb(43,159,193);
    background: linear-gradient(90deg, rgba(43,159,193,1) 0%, rgba(141,43,193,1) 100%);
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    transform: scale(1.15);
}

.main-btn::before{
    width: 10px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/arr-w.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    z-index: 2;
}

.main-btn::after{
    width: 100%;
    height: 100%;
    background: rgb(43,159,193);
    background: linear-gradient(90deg, rgba(141,43,193,1) 0%, rgba(43,159,193,1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    mix-blend-mode: color;
}

.main-btn p{
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.main-btn:hover::after{
    opacity: 1;
}


.fixed-footer {
    display: none !important;
}

/* ==========================================================
!SP media queries css
========================================================== */

@media screen and (max-width:768px) {
    
    
    /* commons part
    ------------------------------------ */
    main{
        max-width: none;
        height: auto;
        right: auto;
        left: auto;
    }
    
	/* ==========================================================
    !HEADER
    ========================================================== */

    .logo{
        position: fixed;
        left: 20px;
        top: 31px;
        bottom: auto;
        z-index: 99999;
    }
    
    .menu{
        position: fixed;
        z-index: 999999;
        top: 18px;
        bottom: auto;
    }
    

}/* end */



/* Style for TabletPCs */
@media screen and (min-width: 481px) and (max-width: 768px) {
    header{
        width: 100%;
        height: 64px;
        position: fixed;
        border: solid 3px #333;
        box-sizing: border-box;
        background: #FFF;
        z-index: 100;
        display: flex !important;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
    }

    .logo{
        width: 64px !important;
        height: 64px !important;
        position: fixed;
        left: 0;
        top: 0;
        bottom: auto;
        z-index: 99999;
        border-right: solid 1px #000;
    }
    .logo a{
        width: 32px;
        height: 32px;
        position: fixed;
        left: 20px;
        top: 18px;
        bottom: auto;
        z-index: 99999;
    }

    .menu_wrapper{
        width: 64px !important;
        height: 64px !important;
        position: fixed;
        right: 0;
        top: 0;
        bottom: auto;
        z-index: 99999;
        border-left: solid 2px #000;
    }

    .menu_contents {
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 888;
        background: #cecece;
        left: 0;
        top: 64px;
        opacity: 0;
        pointer-events: none;
        transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}

  @media screen and (max-width: 480px) {

.menu-en a {
  color: #545D5C !important;
}
    header{
        width: 100%;
        height: 64px;
        position: fixed;
        border: solid 3px #545D5C;
        box-sizing: border-box;
        background: #FFF;
        z-index: 100;
        display: flex !important;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
        z-index: 1000;
    }
    .main_contents {
        width: 100%;
        height: 568px;
        position: relative;
    }
    .fv{
        width: 100%;
        height: 568px;
        position: absolute;
        top: 0;
    }
    #video{
        display: block;
        width: 100%;
        height: 560px;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .fv_open_img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 64px;
        z-index: 100;
    }
    .fv_open_img img{
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .logo{
        width: 64px !important;
        height: 64px !important;
        position: fixed;
        left: 0;
        top: 0;
        bottom: auto;
        z-index: 99999;
        border-right: solid 2px #000;
    }
    .logo a{
        width: 32px;
        height: 32px;
        position: fixed;
        left: 20px;
        top: 18px;
        bottom: auto;
        z-index: 99999;
    }

    .menu_wrapper{
        width: 64px !important;
        height: 64px !important;
        position: fixed;
        right: 0;
        top: 0;
        bottom: auto;
        z-index: 99999;
        border-left: solid 2px #000;
    }

    .menu_contents {
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 888;
        background: #F7F7F6;
        left: 0;
        top: 64px;
        opacity: 0;
        pointer-events: none;
        transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #contents_right {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    #contents_right_inner{
        width: 60%;
        height: auto;
        margin: 0 0 0 30px !important;
    }
    
    .contents_right_h2{
        width: 80px;
        font-size: 18px;
        font-weight: bold;
        font-family: "new-atten", sans-serif;
        border: solid 1px #545D5C;
        padding: 4px 10px;
        text-align: center;
        color: #545D5C;
    }
    .menu-block {
        color: #545D5C;
        margin-bottom: 15px;
        font-family: 'Noto Sans JP', sans-serif;
      }
      
      .menu-header {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
      }
      
      .menu-num {
        font-style: italic;
        font-weight: bold;
        font-size: 15px;
        white-space: nowrap;
        font-family: "realist", sans-serif;
      }
      
      .menu-line {
        flex-grow: 1;
        height: 1px;
        background-color: #545D5C;
      }
      
      .menu-ja {
        font-size: 10px;
        font-weight: bold;
        font-family: "dnp-shuei-gothic-gin-std", sans-serif;
        margin: 0 0 0 30px;
        letter-spacing: 0.05em;
        width: 80%;
        color: #545D5C;
    }
      
      .menu-en {
        font-size: 18px;
        font-weight: bold;
        font-family: "new-atten", sans-serif;
        margin: 0 0 0 30px;
        width: 80%;
        color: #545D5C;
    }
    #sns{
        width: 32px;
        height: auto;
        margin: 0 20px 0 0;
        padding: 0 !important;
    }
    #sns li{
        width: 32px;
        height: 32px;
        margin-bottom: 20px;
    }
    .footer_copy {
        font-size: 10px;
        color: #000;
        letter-spacing: 0.1em;
        text-align: right;
        margin-right: 20px;
    }


/* 固定フッター */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    display: block !important;
    border: 2px solid #545D5C;
    box-sizing:border-box;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
  }
  .fixed-footer_inner{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-btn {
    width: 64px;
    height: 64px;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  
  .footer-btn img {
    width: 31px;
    height: 46px;
    margin-bottom: 2px;
  }
  
  /* 中央のCTAだけ強調 */
  .footer-btn.center {
    width: 248px;
    height: 46px;
    background: #3ae3c4;
    color: #fff;
    font-size: 18px;
    /* padding: 12px 0; */
    font-weight: bold;
    border-radius: 25px;
    /* margin: 4px; */
    /* line-height: 1.4; */
    padding: 0 !important;
  }
  
  .footer-btn.center:hover {
    opacity: 0.8;
  }
  .fixed-footer .left{
    border-right: solid 2px #545D5C;
  }
  .fixed-footer .right{
    border-left: solid 2px #545D5C;
  }

  }