@charset "UTF-8";
/* css reset
------------------------ */
body, html {
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  color: #231815; }

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, figure, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul {
  list-style-type: none; }

p {
  line-height: 1.3; }

a {
  color: inherit;
  text-decoration: none; }

.wrap {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 769px) and (max-width: 1450px) {
    .wrap {
      min-width: 1450px; } }
  @media screen and (max-width: 768px) {
    .wrap {
      min-width: 320px;
      font-size: 0; } }

@media screen and (min-width: 769px) {
  main {
    /*min-width: 1600px;*/
    margin: 0 auto; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  @media screen and (max-width: 768px) {
    img {
      width: 100%; } }
  img.remove {
    width: auto;
    max-width: 100%;
    height: auto; }

.pc-only {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .pc-only {
      display: none !important; } }

.sp-only {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp-only {
      display: block !important; } }

/* common settings
-------------------------------------- */
.l-clm01 {
  background: #f7f3dd;
  overflow: hidden; }

.md-ttl01 {
  font-size: 32px;
  color: #00c0df;
  font-weight: bold;
  letter-spacing: .24em;
  margin-top: 90px;
  border-bottom: 2px solid #00c0df;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .md-ttl01 {
      font-size: 14px;
      font-size: 3.73333vw;
      letter-spacing: .12em;
      padding-bottom: 1.33%;
      margin-top: 6.67%;
      margin-bottom: 2.67%;
      border-width: 1px; } }

.md-ttl02 {
  background: #00c0df;
  color: #fff;
  margin: 80px auto 45px;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  padding: 15px 0;
  letter-spacing: .14em;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .md-ttl02 {
      font-size: 16px;
      font-size: 4.26667vw;
      margin: 7.33% auto 6%;
      letter-spacing: .07em;
      padding: 2% 0; } }

.md-lead01 {
  font-size: 52px;
  color: #231815;
  letter-spacing: .16em;
  font-weight: bold;
  line-height: 1.44; }
  @media screen and (max-width: 768px) {
    .md-lead01 {
      font-size: 22px;
      font-size: 5.86667vw;
      letter-spacing: .08em; } }

.md-txt01 {
  font-size: 23px;
  color: #231815;
  line-height: 1.69;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .md-txt01 {
      font-size: 12px;
      font-size: 3.2vw;
      margin-top: 3.33%; } }

.md-deco {
  position: relative; }
  .md-deco:before, .md-deco:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; }

.md-deco01:before {
  width: 154px;
  height: 164px;
  background: url("../img/deco01@2x.png") no-repeat center center;
  background-size: 100% 100%;
  right: 0; }
  @media screen and (max-width: 768px) {
    .md-deco01:before {
      width: 6.4%;
      height: auto;
      padding-top: 6.8%;
      margin-top: 5.33%;
      margin-right: 6%; } }

.md-deco01:after {
  width: 136px;
  height: 148px;
  background: url("../img/deco02@2x.png") no-repeat center center;
  background-size: 100% 100%;
  left: 0; }
  @media screen and (max-width: 768px) {
    .md-deco01:after {
      width: 6.67%;
      height: auto;
      padding-top: 7.2%;
      margin-top: 4%;
      margin-left: 6%; } }

.md-deco02:before {
  width: 145px;
  height: 121px;
  background: url("../img/deco04@2x.png") no-repeat center center;
  background-size: 100% 100%;
  right: 0; }
  @media screen and (max-width: 768px) {
    .md-deco02:before {
      width: 6.13%;
      height: auto;
      padding-top: 5.07%; } }

.md-deco02:after {
  width: 154px;
  height: 164px;
  background: url("../img/deco03@2x.png") no-repeat center center;
  background-size: 100% 100%;
  left: 0; }
  @media screen and (max-width: 768px) {
    .md-deco02:after {
      width: 6.4%;
      height: auto;
      padding-top: 6.8%; } }

/* hover
-------------------------------------- */
@media screen and (min-width: 769px) {
  .hv {
    transition: .2s; }
    .hv:hover {
      filter: brightness(120%);
      -webkit-filter: brightness(120%); } }

@media screen and (min-width: 769px) {
  .hv-link {
    transition: .2s; }
    .hv-link:hover {
      opacity: .6; } }

/* header
-------------------------------------- */
.l-header {
  max-width: 1450px;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .l-header {
      width: 1450px; } }
  .l-header:after {
    content: "";
    display: block;
    width: 100%;
    clear: both; }

.md-hd-logo {
  margin: 50px 0 0 0;
  float: left; }
  @media screen and (max-width: 768px) {
    .md-hd-logo {
      width: 37.6%;
      margin: 4.67% 0 0 5.33%; } }

.md-hd-clm-right {
  width: 550px;
  text-align: right;
  margin-top: 60px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 205px; }
  @media screen and (min-width: 769px) and (max-width: 1450px) {
    .md-hd-clm-right {
      position: initial;
      float: right; } }
  @media screen and (max-width: 768px) {
    .md-hd-clm-right {
      width: 100%;
      margin-top: 0; } }

.md-hd-tel {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .md-hd-tel {
      display: none; } }
  .md-hd-tel:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_tel@2x.png") no-repeat center center;
    background-size: 100% 100%;
    width: 19px;
    height: 25px;
    vertical-align: middle; }
  .md-hd-tel a {
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    margin-left: 5px; }

.md-hd-line-clm {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (max-width: 768px) {
    .md-hd-line-clm {
      display: none; } }
  .md-hd-line-clm a {
    display: inline-block; }
  .md-hd-line-clm a img {
    width: auto !important;
    height: 46px !important; }
  .md-hd-line-clm .md-hd-line-txt {
    display: inline-block;
    vertical-align: middle;
    color: #00c0df;
    font-weight: bold;
    font-size: 22px;
    margin-right: 5px; }
  .md-hd-line-clm .md-hd-line-img {
    display: inline-block;
    vertical-align: middle; }

/* menu
-------------------------------------- */
.menu {
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  background: #676767;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  margin-top: 60px;
  margin-right: 75px; }
  @media screen and (min-width: 769px) and (max-width: 1450px) {
    .menu {
      position: absolute; } }
  @media screen and (max-width: 768px) {
    .menu {
      width: 60px;
      height: 60px;
      box-sizing: border-box;
      padding: 18px 0;
      top: 0;
      right: 0;
      margin-top: 5.33%;
      margin-right: 5.33%; } }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  @media screen and (min-width: 769px) {
    .menu-trigger {
      height: 26px;
      margin: 32px auto 0; } }
  @media screen and (max-width: 768px) {
    .menu-trigger {
      width: 100%;
      height: 15px;
      margin: 0 auto 0; } }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 150px;
  margin: auto; }
  .menu-trigger span.menu-line {
    height: 1.3px;
    background: #fff;
    right: 0; }
    @media screen and (min-width: 769px) {
      .menu-trigger span.menu-line {
        width: 50px; } }
    @media screen and (max-width: 768px) {
      .menu-trigger span.menu-line {
        width: 25px; } }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 13px;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .menu-trigger span:nth-of-type(2) {
      top: 7px; } }

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  left: 0; }

/* active animation */
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateX(-1px) translateY(12px) rotate(-45deg);
  transform: translateX(-1px) translateY(12px) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateX(0px) translateY(6px) rotate(-45deg);
      transform: translateX(0px) translateY(6px) rotate(-45deg); } }

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateX(0px) translateY(-13px) rotate(45deg);
  transform: translateX(0px) translateY(-13px) rotate(45deg); }
  @media screen and (max-width: 768px) {
    .menu-trigger.active span:nth-of-type(3) {
      width: 24px;
      -webkit-transform: translateX(0px) translateY(-7px) rotate(45deg);
      transform: translateX(0px) translateY(-7px) rotate(45deg); } }

/* menu text */
header .menu-trigger .txt {
  bottom: 0;
  margin-bottom: -2.0em;
  font-size: 12px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    header .menu-trigger .txt {
      margin-bottom: -1.5em;
      font-size: 9px; } }

/* animation */
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

/* nav
-------------------------------------- */
nav {
  position: fixed;
  width: 400px;
  right: 0;
  top: 0;
  background: #fff;
  height: 100%;
  z-index: 999;
  text-align: left;
  transform: translateX(100%);
  transition: .5s;
  opacity: 0;
  visibility: hidden; }
  @media screen and (max-width: 768px) {
    nav {
      width: 100%; } }
  nav.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

.md-nav-list {
  font-size: 26px;
  margin: 250px 0 0 70px;
  letter-spacing: .14em; }
  @media screen and (max-width: 768px) {
    .md-nav-list {
      font-size: 13px;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin: auto;
      transform: translateY(-50%); } }

.md-nav-list-item + .md-nav-list-item:not(:last-child) {
  margin-top: 45px; }
  @media screen and (max-width: 768px) {
    .md-nav-list-item + .md-nav-list-item:not(:last-child) {
      margin-top: 45px; } }

.md-nav-tel {
  font-weight: bold;
  letter-spacing: .08em; }
  .md-nav-tel:before {
    content: "";
    display: block;
    width: 240px;
    height: 1px;
    background: #231815;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .md-nav-tel:before {
        width: 50%;
        left: 0;
        right: 0;
        margin: 0 auto 45px; } }
  .md-nav-tel a:before {
    content: "";
    display: inline-block;
    background: url("../img/nav_tel@2x.png") no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 23px;
    vertical-align: middle;
    margin-right: 5px; }
    @media screen and (max-width: 768px) {
      .md-nav-tel a:before {
        width: 15px;
        height: 19px; } }
  .md-nav-tel a span {
    vertical-align: middle; }

.md-nav-line {
  width: 240px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 65px; }
  @media screen and (max-width: 768px) {
    .md-nav-line {
      margin-top: 45px; } }
  .md-nav-line img {
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .md-nav-line img {
        width: 45px;
        margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .md-nav-line {
      width: 100%;
      font-size: 13px;
      letter-spacing: 0; }
      .md-nav-line span {
        color: #3aae36; } }

/* main
-------------------------------------- */
.l-main {
  background: url("../img/main_bg01@2x.png") no-repeat center 25px;
  background-size: 1555px auto;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .l-main {
      background: url("../img/main_bg01_sp.png") no-repeat center 5%;
      background-size: 100% auto;
      margin-top: 8%; } }

.l-main-inner {
  text-align: center;
  max-width: 1555px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .md-main-ttl01 {
    width: 60%;
    margin: 0 auto; } }

.md-main-point01 {
  position: absolute;
  bottom: 55px;
  left: 0; }
  @media screen and (max-width: 768px) {
    .md-main-point01 {
      width: 60.2%;
      margin-left: -5%;
      bottom: 0;
      margin-bottom: 5.33%; } }

.md-main-point02 {
  width: 290px;
  margin: 220px 0 50px 28.94%; }
  @media screen and (max-width: 768px) {
    .md-main-point02 {
      width: 36.13%;
      margin: 44% 0 5.33% 60%; } }

/* attractive
-------------------------------------- */
.l-attractive-inner {
  max-width: 1555px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .l-attractive-inner:before {
      margin-top: 160px;
      margin-right: 145px; } }
  @media screen and (min-width: 769px) {
    .l-attractive-inner:after {
      margin-top: 160px;
      margin-left: 140px; } }

.md-attractive-img01 {
  margin: 50px auto 90px; }
  @media screen and (max-width: 768px) {
    .md-attractive-img01 {
      width: 83.07%;
      margin: 5.33% auto 5.33%; } }

/* first_time
-------------------------------------- */
.l-first_time-inner {
  max-width: 1555px;
  text-align: center;
  margin: 0 auto;
  position: relative; }
  .l-first_time-inner:before {
    margin-top: 145px;
    margin-right: 208px; }
    @media screen and (max-width: 768px) {
      .l-first_time-inner:before {
        margin: 3.33% 6.67% 0 0; } }
  .l-first_time-inner:after {
    margin-top: 115px;
    margin-left: 210px; }
    @media screen and (max-width: 768px) {
      .l-first_time-inner:after {
        margin: 6% 0 0 6.67%; } }

.md-first_time-ttl01 {
  letter-spacing: .2em; }

.md-first_time-list {
  overflow: hidden;
  margin-top: -65px;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .md-first_time-list {
      margin-top: 5.33%;
      position: relative;
      margin-bottom: 0; } }

.md-first_time-list-item {
  float: left; }

.md-first_time-list-item01 {
  margin-left: 65px;
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .md-first_time-list-item01 {
      width: 33.73%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 49.33% 0 0 8.67%; } }

.md-first_time-list-item02 {
  margin-top: 110px;
  margin-left: 75px;
  margin-right: 105px; }
  @media screen and (max-width: 768px) {
    .md-first_time-list-item02 {
      width: 35.47%;
      position: absolute;
      top: 0;
      right: 0;
      margin: 59% 14.4% 0 0; } }

.md-first_time-list-item03 {
  margin-top: 95px; }
  @media screen and (max-width: 768px) {
    .md-first_time-list-item03 {
      width: 40.8%;
      margin-top: 0;
      margin-left: 13.33%; } }

.md-first_time-list-item04 {
  margin-left: 50px; }
  @media screen and (max-width: 768px) {
    .md-first_time-list-item04 {
      width: 36.93%;
      margin-left: -0.67%;
      margin-bottom: 54.67%; } }

/* peace
-------------------------------------- */
.l-peace-inner {
  max-width: 1555px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .l-peace-inner:before {
      margin-top: 160px;
      margin-right: 290px; } }
  @media screen and (min-width: 769px) {
    .l-peace-inner:after {
      margin-top: 170px;
      margin-left: 255px; } }

.md-peace-list {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .md-peace-list {
      margin-top: 6.67%; } }
  .md-peace-list:after {
    content: "";
    display: block;
    width: 1409px;
    background: url("../img/peace_line01@2x.png") no-repeat center center;
    height: 4px;
    background-size: 100% 100%;
    margin: 70px auto 0; }
    @media screen and (max-width: 768px) {
      .md-peace-list:after {
        background: url("../img/peace_line01_sp.png") no-repeat center center;
        background-size: 100% 100%;
        width: 80.4%;
        margin: 6% auto 0;
        padding-top: 0.27%;
        height: auto; } }

.md-peace-list-item {
  list-style-type: none;
  vertical-align: top;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .md-peace-list-item {
      width: 100%; } }
  .md-peace-list-item + .md-peace-list-item {
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      .md-peace-list-item + .md-peace-list-item {
        margin-left: 0;
        margin-top: 8%; } }

/* image */
@media screen and (min-width: 769px) {
  .md-peace-list-img {
    height: 200px; } }

@media screen and (max-width: 768px) {
  .md-peace-list-img01 {
    width: 43.33%;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .md-peace-list-img02 {
    width: 38.93%;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .md-peace-list-img03 {
    width: 38.13%;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .md-peace-list-img04 {
    width: 39.07%;
    margin: 0 auto; } }

/* ttl */
.md-peace-list-ttl01 {
  text-align: left;
  margin: 35px 0 20px; }
  @media screen and (max-width: 768px) {
    .md-peace-list-ttl01 {
      text-align: center;
      margin: 3.33% auto 2.67%; } }
  .md-peace-list-ttl01 img {
    vertical-align: middle;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .md-peace-list-ttl01 img {
        width: 9.07%; } }
  .md-peace-list-ttl01 span {
    vertical-align: middle;
    font-size: 31px;
    color: #231815;
    font-weight: bold;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .md-peace-list-ttl01 span {
        font-size: 16px;
        font-size: 4.26667vw;
        letter-spacing: .05em;
        margin-left: 1.33%; } }

/* text */
.md-peace-list-txt01 {
  width: 284px;
  font-size: 19px;
  color: #231815;
  text-align: left;
  line-height: 1.78;
  text-align: justify;
  text-justify: inter-ideograph; }
  @media screen and (max-width: 768px) {
    .md-peace-list-txt01 {
      width: 78%;
      margin: 0 auto;
      font-size: 12px;
      font-size: 3.2vw;
      letter-spacing: .05em;
      line-height: 1.62; } }

/* lesson */
.md-lesson-ttl01 {
  margin-top: 45px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .md-lesson-ttl01 {
      margin-top: 6%;
      margin-bottom: 3.33%;
      padding-left: 1em;
      padding-right: 1em; } }

.md-lesson-txt01 {
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .md-lesson-txt01 {
      letter-spacing: .05em; } }

.md-lesson-list {
  font-size: 0;
  width: 1400px;
  margin: 35px auto 85px; }
  @media screen and (max-width: 768px) {
    .md-lesson-list {
      width: 80%;
      margin: 3.33% auto 7.33%;
      text-align: left; } }

.md-lesson-list-item {
  display: inline-block;
  line-height: 1.78;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .md-lesson-list-item {
      font-size: 11px;
      font-size: 2.93333vw;
      line-height: 1.63; } }
  .md-lesson-list-item:after {
    content: " / ";
    margin: 0 .5em;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .md-lesson-list-item:after {
        margin: 0 .6em; } }
  .md-lesson-list-item.last:after {
    content: ""; }

/* schedule
-------------------------------------- */
.l-schedule-inner {
  max-width: 1555px;
  margin: 0 auto;
  text-align: center; }

.md-schedule-table {
  width: 1057px;
  margin: 60px auto 110px;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .md-schedule-table {
      width: 80%;
      margin: 6% auto 9.33%; } }
  .md-schedule-table th, .md-schedule-table td {
    border-top: #231815 solid 1px;
    padding: 45px 0; }
    @media screen and (max-width: 768px) {
      .md-schedule-table th, .md-schedule-table td {
        padding: 7.5% 0; } }
  .md-schedule-table tr:last-child th, .md-schedule-table tr:last-child td {
    border-bottom: #231815 solid 1px; }
  .md-schedule-table th {
    background: #fcee21;
    font-size: 32px;
    width: 263px;
    letter-spacing: .2em; }
    @media screen and (max-width: 768px) {
      .md-schedule-table th {
        width: 28.8%;
        font-size: 13px;
        font-size: 3.46667vw;
        letter-spacing: .07em; } }
  .md-schedule-table td {
    text-align: left;
    font-size: 32px;
    padding-left: 30px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .md-schedule-table td {
        width: 58.33%;
        font-size: 15px;
        font-size: 4vw;
        letter-spacing: .03em;
        padding-left: 4.17%;
        box-sizing: border-box; } }

.md-schedule-table-note01 {
  font-weight: normal;
  font-size: 23px;
  margin-left: 1em; }
  @media screen and (max-width: 768px) {
    .md-schedule-table-note01 {
      font-size: 10px;
      font-size: 2.66667vw;
      letter-spacing: .03em;
      display: block;
      margin-left: 0;
      margin-top: 3.95%; } }

/* apply
-------------------------------------- */
.l-apply {
  background: #e8f9fc; }
  @media screen and (min-width: 769px) {
    .l-apply {
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    .l-apply {
      padding-bottom: 8.67%; } }

.l-apply-inner {
  max-width: 1555px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .l-apply-inner {
      overflow: hidden; } }

.md-apply-ttl01 {
  position: absolute;
  top: 85px;
  left: 45px; }
  @media screen and (max-width: 768px) {
    .md-apply-ttl01 {
      width: 34.53%;
      top: 0;
      left: auto;
      right: 0;
      margin-top: -6%;
      z-index: 1;
      margin-right: 5.33%; } }

.md-apply-lead01 {
  text-align: center;
  margin: 130px auto 0; }
  @media screen and (max-width: 768px) {
    .md-apply-lead01 {
      margin: 0 auto;
      padding-top: 44%; } }

.md-apply-img01 {
  position: absolute;
  right: 90px;
  top: 315px; }
  @media screen and (max-width: 768px) {
    .md-apply-img01 {
      width: 46%;
      right: 0;
      top: 0;
      left: 0;
      margin: auto;
      margin-top: 8.67%; } }

@media screen and (max-width: 768px) {
  .md-apply-txt01 {
    width: 80%;
    margin: 4% auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.63; } }

.md-apply-lesson-time {
  font-weight: bold;
  font-size: 27px;
  margin: 25px auto 80px; }
  @media screen and (max-width: 768px) {
    .md-apply-lesson-time {
      font-size: 11.5px;
      font-size: 3.06667vw;
      margin: 6% auto 5.33%; } }

.md-appy-clm01 {
  width: 960px;
  margin: 0 auto 100px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .md-appy-clm01 {
      width: 88%;
      margin-bottom: 9.33%;
      border-radius: 10px;
      padding: 0 4%; } }

.md-apply-clm01-ttl01 {
  font-size: 51px;
  color: #00c0df;
  font-weight: bold;
  margin: 120px auto 65px;
  letter-spacing: .14em;
  background: url("../img/apply_bg_line@2x.png") no-repeat center bottom;
  background-size: auto 7px;
  padding-bottom: 38px; }
  @media screen and (max-width: 768px) {
    .md-apply-clm01-ttl01 {
      font-size: 20px;
      font-size: 5.33333vw;
      letter-spacing: .07em;
      background: url("../img/apply_bg_line_sp.png") no-repeat center bottom;
      background-size: 80.00% auto;
      padding-bottom: 4.67%;
      margin: 10.83% auto 9.17%; } }

.md-apply-clm01-list {
  font-size: 0;
  margin-bottom: 130px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .md-apply-clm01-list {
      margin-bottom: 11.67%; } }
  .md-apply-clm01-list .md-apply-clm01-list-item {
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .md-apply-clm01-list .md-apply-clm01-list-item {
        width: 15.67%; } }
    .md-apply-clm01-list .md-apply-clm01-list-item + .md-apply-clm01-list-item {
      margin-left: 125px; }
      @media screen and (max-width: 768px) {
        .md-apply-clm01-list .md-apply-clm01-list-item + .md-apply-clm01-list-item {
          margin-left: 13.33%; } }

/* instructor
-------------------------------------- */
.l-instructor-inner {
 text-align: left;
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
  max-width: 1555px;
  margin: 0 auto;
  padding: 85px 0; }
  @media screen and (max-width: 768px) {
    .l-instructor-inner {
      padding: 8% 0; } }

.instructor-img01 {
  display: block;
/*vertical-align: middle;*/
  margin-left: 200px;
  margin-right: 25px; }
  @media screen and (max-width: 768px) {
    .instructor-img01 {
      width: 22.53%; } }

.md-instructor-txt-inner {
  display: block;
/*  vertical-align: middle;*/
  margin-left: 30px; }
  @media screen and (max-width: 768px) {
    .md-instructor-txt-inner {
      width: 54.27%; } }

.md-instructor-ttl-inner {
  text-align: left;
  border-bottom: solid 3px #00c0df;
  padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .md-instructor-ttl-inner {
      padding-bottom: 2.46%;
      border-width: 1px; } }

.md-instructor-ttl {
  color: #00c0df;
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: .24em; }
  @media screen and (max-width: 768px) {
    .md-instructor-ttl {
      font-size: 12.5px;
      font-size: 3.33333vw;
      letter-spacing: .12em; } }

.md-instructor-name {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 20px; }
  @media screen and (max-width: 768px) {
    .md-instructor-name {
      font-size: 15px;
      font-size: 4vw;
      letter-spacing: .08em;
      margin-left: 3.75%; } }

.md-instructor-txt01 {
  font-size: 22px;
  text-align: left;
  line-height: 1.61;
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .md-instructor-txt01 {
      font-size: 10px;
      font-size: 2.66667vw;
      line-height: 1.65;
      text-align: justify;
      text-justify: inter-ideograph;
      margin-top: 2.46%; } }

/* qa
-------------------------------------- */
.l-qa {
  background: #f7f3dd; }

.l-qa-inner {
  max-width: 1555px;
  margin: 0 auto;
  overflow: hidden; }

.md-qa-ttl01 {
  width: 184px; }
  @media screen and (max-width: 768px) {
    .md-qa-ttl01 {
      width: 20.93%; } }

.md-qa-list {
  max-width: 1287px;
  margin: 0 auto 90px; }
  @media screen and (max-width: 768px) {
    .md-qa-list {
      width: 82.67%;
      margin-bottom: 8.67%; } }

.md-qa-list-item {
  background: #fff;
  padding: 65px 0 45px;
  border-radius: 37px; }
  @media screen and (max-width: 768px) {
    .md-qa-list-item {
      padding-top: 7.26%;
      padding-bottom: 4.84%;
      border-radius: 15px; } }
  .md-qa-list-item + .md-qa-list-item {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .md-qa-list-item + .md-qa-list-item {
        margin-top: 4.03%; } }

.md-qa-list-inner {
  max-width: 1118px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .md-qa-list-inner {
      width: 86.13%; } }

.md-qa-list-question {
  font-size: 32px;
  font-weight: bold;
  color: #a39567;
  letter-spacing: .12em;
  padding-bottom: 25px;
  border-bottom: solid 2px #a39567;
  padding-left: 85px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .md-qa-list-question {
      font-size: 13.5px;
      font-size: 3.6vw;
      padding-left: 15.29%;
      margin-bottom: 4.84%;
      border-width: 1px;
      padding-bottom: 3.23%;
      letter-spacing: .06em;
      line-height: 1.44; } }
  .md-qa-list-question:before {
    content: "Q.";
    display: block;
    font-size: 68px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    margin-top: -25px; }
    @media screen and (max-width: 768px) {
      .md-qa-list-question:before {
        font-size: 29px;
        font-size: 7.73333vw;
        margin-top: 0;
        top: 30%;
        transform: translateY(-50%); } }

.md-qa-list-answer {
  padding-left: 85px;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .md-qa-list-answer {
      padding-left: 0; } }
  .md-qa-list-answer:before {
    content: "A.";
    display: block;
    font-size: 68px;
    font-weight: bold;
    color: #00c0df;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    margin-top: -15px; }
    @media screen and (max-width: 768px) {
      .md-qa-list-answer:before {
        font-size: 29px;
        font-size: 7.73333vw;
        margin-top: -1.3%; } }

.md-qa-list-answer01 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .12em; }
  @media screen and (max-width: 768px) {
    .md-qa-list-answer01 {
      font-size: 13.5px;
      font-size: 3.6vw;
      padding-left: 15.29%;
      letter-spacing: .06em;
      line-height: 1.44; } }

.md-qa-list-answer02 {
  font-size: 22px;
  line-height: 1.54;
  margin-top: 15px;
  letter-spacing: .14em; }
  @media screen and (max-width: 768px) {
    .md-qa-list-answer02 {
      font-size: 10px;
      font-size: 2.66667vw;
      margin-top: 3.23%;
      letter-spacing: .02em;
      text-align: justify;
      text-justify: inter-ideograph; } }

/* access
-------------------------------------- */
.l-access-inner {
  max-width: 1555px;
  margin: 0 auto;
  overflow: hidden; }
  .l-access-inner address {
    font-style: normal;
    max-width: 1288px;
    margin: 0 auto; }

.md-access-ttl01 {
  width: 230px; }
  @media screen and (max-width: 768px) {
    .md-access-ttl01 {
      width: 26.27%; } }

.md-access-adr01,
.md-access-adr02 {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .md-access-adr01,
    .md-access-adr02 {
      display: block; } }

.md-access-adr-txt01 {
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .md-access-adr-txt01 {
      font-size: 13px;
      font-size: 3.46667vw;
      text-align: center;
      line-height: 1.69;
      letter-spacing: .05em; } }

.md-access-adr02 {
  margin-left: 80px; }
  @media screen and (max-width: 768px) {
    .md-access-adr02 {
      margin-left: 0; } }

.md-access-adr-table01 {
  font-size: 24px;
  line-height: 1.58;
  border-spacing: 0;
  border-collapse: collapse; }
  @media screen and (max-width: 768px) {
    .md-access-adr-table01 {
      font-size: 13px;
      font-size: 3.46667vw;
      margin-left: 0;
      margin: 3.33% auto 0;
      line-height: 1.69; } }
  .md-access-adr-table01 th {
    text-align: right;
    white-space: nowrap;
    padding-right: 8px; }
    @media screen and (max-width: 768px) {
      .md-access-adr-table01 th {
        text-align: left;
        padding-right: 4px; } }

.md-access-adr-img-inner {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 125px; }
  @media screen and (max-width: 768px) {
    .md-access-adr-img-inner {
      width: 82.8%;
      margin: 5.33% auto 0; } }
  .md-access-adr-img-inner .md-access-adr-figure01 {
    float: left; }
    @media screen and (max-width: 768px) {
      .md-access-adr-img-inner .md-access-adr-figure01 {
        float: none; } }
  .md-access-adr-img-inner .md-access-adr-img01 {
    float: right; }
    @media screen and (max-width: 768px) {
      .md-access-adr-img-inner .md-access-adr-img01 {
        float: none;
        margin-top: 4%; } }

/* footer
-------------------------------------- */
.l-apply02 {
  margin-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .l-apply02 {
      margin-bottom: 9.33%; } }

.md-apply02-ttl01 {
  font-size: 56px;
  text-align: center;
  background: url("../img/apply02_bg_line@2x.png") no-repeat center bottom;
  background-size: auto 7.5px; }
  @media screen and (max-width: 768px) {
    .md-apply02-ttl01 {
      font-size: 20px;
      font-size: 5.33333vw;
      background: url("../img/apply02_bg_line_sp.png") no-repeat center bottom;
      background-size: 67.47% auto;
      margin-top: 10.67%;
      margin-bottom: 6.67%; } }

.md-apply02-list {
  width: 725px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .md-apply02-list {
      width: 60%; } }

.md-apply02-list-item {
  font-size: 47px; }
  @media screen and (max-width: 768px) {
    .md-apply02-list-item {
      font-size: 13.5px;
      font-size: 3.6vw; } }
  .md-apply02-list-item + .md-apply02-list-item {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .md-apply02-list-item + .md-apply02-list-item {
        margin-top: 8.89%; } }

.md-apply02-list-item-ttl01 {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .md-apply02-list-item-ttl01 {
      width: 26.67%;
      position: relative; } }
  .md-apply02-list-item-ttl01:after {
    content: "";
    display: inline-block;
    background: url("../img/apply02_arrow@2x.png") no-repeat center center;
    width: 31px;
    height: 44px;
    background-size: 100% 100%;
    margin: 0 0 0 15px;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .md-apply02-list-item-ttl01:after {
        margin: 0;
        width: 12.5%;
        height: auto;
        padding-top: 19.17%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: url("../img/apply02_arrow_sp.png") no-repeat center center;
        background-size: 100% 100%;
        margin-right: 12.5%; } }

.md-apply02-list-item-ttl01-inner {
  width: 125px;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .md-apply02-list-item-ttl01-inner {
      width: auto; } }

.md-apply02-list-item-ttl01-inner01 {
  letter-spacing: .340em; }

.md-apply02-list-item-ttl01-inner03 {
  letter-spacing: .107em; }

.md-apply02-list-item-txt {
  display: inline-block;
  vertical-align: middle; }

.md-apply02-list-item-txt01 {
  letter-spacing: .08em; }

@media screen and (max-width: 768px) {
  .md-apply02-list-item-txt03 {
    width: 12%; } }

/* footer
-------------------------------------- */
.l-footer {
  background: #f7f3dd; }

.l-footer-inner {
  text-align: center;
  padding-top: 145px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .l-footer-inner {
      padding-top: 9.33%; } }

.md-footer-logo {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .md-footer-logo {
      width: 61.47%;
      margin: 0 auto 10%; } }

.md-footer-copy {
  text-align: center;
  font-size: 22px;
  letter-spacing: .04em;
  margin-bottom: 65px; }
  @media screen and (max-width: 768px) {
    .md-footer-copy {
      font-size: 9px;
      font-size: 2.4vw;
      letter-spacing: .02em;
      margin-bottom: 4%; } }

/*# sourceMappingURL=index.css.map */
/* instructor スマホビュー修正
-------------------------------------- */
@media screen and (max-width: 768px) {
  .l-instructor-inner {
    display: block; /* フレックスをブロックに変更 */
    text-align: center;
    padding: 8% 5%; /* 左右にパディングを追加 */
  }

  .instructor-img01 {
    width: 50%; /* 画像サイズを拡大 */
    margin: 0 auto 20px; /* 中央寄せして下部にマージン追加 */
  }

  .md-instructor-txt-inner {
    width: 90%; /* テキスト幅を拡大 */
    margin: 0 auto; /* 中央寄せ */
  }

  .md-instructor-ttl-inner {
    text-align: center; /* タイトルを中央寄せ */
  }

  .md-instructor-txt01 {
    font-size: 12px; /* フォントサイズ微調整 */
    line-height: 1.8;
    margin-top: 15px;
  }
}
/* =============================================
   安城ドラム塾LP 追加CSS
   ============================================= */

/* -----------------------------------------------
   FV特徴バッジ
   ----------------------------------------------- */
.fv-badges {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px auto 50px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .fv-badges {
    gap: 8px;
    margin: 6% auto 5%;
    padding: 0 4%;
  }
}

.fv-badge {
  background: rgba(255, 255, 255, 0.92);
  border: 2.5px solid #00c0df;
  border-radius: 16px;
  padding: 22px 20px 18px;
  text-align: center;
  flex: 1;
  max-width: 260px;
  box-shadow: 0 4px 16px rgba(0, 192, 223, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fv-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 192, 223, 0.25);
}
@media screen and (max-width: 768px) {
  .fv-badge {
    padding: 12px 6px 10px;
    border-radius: 10px;
    border-width: 1.5px;
  }
}

.fv-badge-icon {
  display: block;
  font-size: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .fv-badge-icon {
    font-size: 22px;
    margin-bottom: 4px;
  }
}

.fv-badge-text {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .fv-badge-text {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.4;
  }
}


/* -----------------------------------------------
   選ばれる理由セクション（新規）
   ----------------------------------------------- */
.l-reason {
  overflow: hidden;
}

.l-reason-inner {
  max-width: 1555px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .l-reason-inner {
    padding-bottom: 10%;
  }
}

.md-reason-ttl {
  letter-spacing: 0.14em;
}

.md-reason-lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .md-reason-lead {
    margin-bottom: 6%;
  }
}

.md-reason-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .md-reason-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 6%;
  }
}

.md-reason-card {
  background: #fff;
  border-radius: 20px;
  padding: 45px 30px 35px;
  flex: 1;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.3s ease;
}
.md-reason-card:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .md-reason-card {
    max-width: 100%;
    padding: 30px 20px 24px;
    border-radius: 14px;
  }
}

.md-reason-card-number {
  font-size: 56px;
  font-weight: bold;
  color: #00c0df;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.25;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .md-reason-card-number {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.md-reason-card-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .md-reason-card-ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 12px;
  }
}

.md-reason-card-txt {
  font-size: 17px;
  color: #555;
  line-height: 1.76;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .md-reason-card-txt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}


/* -----------------------------------------------
   生徒さんの声セクション
   ----------------------------------------------- */
.l-voice {
  overflow: hidden;
}

.l-voice-inner {
  max-width: 1555px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .l-voice-inner {
    padding-bottom: 10%;
  }
}

.md-voice-ttl {
  letter-spacing: 0.2em;
}

.md-voice-lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .md-voice-lead {
    margin-bottom: 6%;
  }
}

.md-voice-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .md-voice-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 6%;
  }
}

.md-voice-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 35px;
  flex: 1;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.md-voice-item:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .md-voice-item {
    max-width: 100%;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 16px;
  }
}

.md-voice-photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .md-voice-photo {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.md-voice-photo-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e8f9fc;
  border: 3px solid #00c0df;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .md-voice-photo-placeholder {
    width: 64px;
    height: 64px;
    border-width: 2px;
  }
}
.md-voice-photo-placeholder span {
  font-size: 13px;
  color: #00c0df;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .md-voice-photo-placeholder span {
    font-size: 10px;
  }
}

.md-voice-body {
  flex: 1;
}

.md-voice-meta {
  font-size: 18px;
  font-weight: bold;
  color: #00c0df;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .md-voice-meta {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 6px;
  }
}

.md-voice-comment {
  font-size: 18px;
  color: #231815;
  line-height: 1.72;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .md-voice-comment {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}


/* -----------------------------------------------
   料金の1回あたり表記
   ----------------------------------------------- */
.md-schedule-per-lesson {
  text-align: center;
  font-size: 22px;
  color: #666;
  margin-top: -40px;
  margin-bottom: 80px;
  letter-spacing: 0.06em;
}
.md-schedule-per-lesson strong {
  font-size: 30px;
  color: #00c0df;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .md-schedule-per-lesson {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: -2%;
    margin-bottom: 8%;
  }
  .md-schedule-per-lesson strong {
    font-size: 18px;
    font-size: 4.8vw;
  }
}


/* -----------------------------------------------
   CTA（LINE メインボタン化）
   ----------------------------------------------- */
.cta-main-line {
  margin: 30px auto 25px;
  text-align: center;
  max-width: 580px;
  padding: 0 20px;
}
.cta-main-line--bottom {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cta-main-line {
    margin: 5% auto 4%;
    max-width: 88%;
    padding: 0;
  }
}

.cta-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: #06C755;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 22px 36px;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.35);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta-line-btn:hover {
  background: #05b34c;
  box-shadow: 0 8px 28px rgba(6, 199, 85, 0.45);
  transform: translateY(-2px);
}
.cta-line-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
}
@media screen and (max-width: 768px) {
  .cta-line-btn {
    font-size: 15px;
    font-size: 4vw;
    padding: 16px 20px;
    gap: 6px;
    border-radius: 50px;
  }
}

.cta-line-btn svg {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cta-line-btn svg {
    width: 22px;
    height: 22px;
  }
}

.cta-line-btn-text {
  display: inline;
}

.cta-line-btn-sub {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.9;
  margin-top: -2px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta-line-btn-sub {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

/* パルスアニメーション */
.cta-line-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(6, 199, 85, 0.5);
  animation: cta-pulse 2.5s infinite;
}
@keyframes cta-pulse {
  0% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(6, 199, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0); }
}

/* サブCTAリンク */
.cta-sub-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cta-sub-links {
    gap: 20px;
    margin-bottom: 6%;
    padding: 0;
  }
}

.cta-sub-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  padding: 8px 0;
}
.cta-sub-link:hover {
  color: #00c0df;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .cta-sub-link {
    font-size: 12px;
    font-size: 3.2vw;
    gap: 4px;
  }
}

.cta-sub-icon {
  width: 32px !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta-sub-icon {
    width: 24px !important;
  }
}

.cta-main-line--bottom + .cta-sub-links {
  margin-bottom: 0;
}


/* -----------------------------------------------
   Googleマップ埋め込み
   ----------------------------------------------- */
.md-access-map-embed {
  margin: 30px auto 80px;
  max-width: 1288px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.md-access-map-embed iframe {
  display: block;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .md-access-map-embed {
    width: 86%;
    margin: 5% auto 8%;
    border-radius: 8px;
  }
  .md-access-map-embed iframe {
    height: 250px;
  }
}


/* -----------------------------------------------
   他教室リンク
   ----------------------------------------------- */
.l-other-school {
  background: #e8f9fc;
  text-align: center;
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .l-other-school {
    padding: 6% 5%;
  }
}

.md-other-school-txt {
  font-size: 20px;
  color: #666;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .md-other-school-txt {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 8px;
  }
}

.md-other-school-link {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #00c0df;
  text-decoration: none;
  border-bottom: 2px solid #00c0df;
  padding-bottom: 4px;
  transition: opacity 0.2s ease;
}
.md-other-school-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .md-other-school-link {
    font-size: 15px;
    font-size: 4vw;
  }
}


/* -----------------------------------------------
   スマホ追従CTA（フローティング）
   ----------------------------------------------- */
.floating-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  .floating-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    padding: 8px 12px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
  }

  .floating-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #06C755;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 13px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(6, 199, 85, 0.3);
    transition: background 0.2s ease;
  }
  .floating-cta-btn:active {
    background: #05a844;
  }

  .floating-cta-btn svg {
    flex-shrink: 0;
  }

  /* フローティングCTAの分だけフッター下にスペース確保 */
  .l-footer-inner {
    padding-bottom: 70px;
  }
}
.md-voice-photo-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #00c0df;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .md-voice-photo-img {
    width: 64px;
    height: 64px;
    border-width: 2px;
  }
}
/* =============================================
   安城ドラム塾LP 追加CSS
   ============================================= */

/* -----------------------------------------------
   FV特徴バッジ
   ----------------------------------------------- */


   
.fv-badges {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px auto 50px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .fv-badges {
    gap: 8px;
    margin: 6% auto 5%;
    padding: 0 4%;
  }
}

.fv-badge {
  background: rgba(255, 255, 255, 0.92);
  border: 2.5px solid #00c0df;
  border-radius: 16px;
  padding: 22px 20px 18px;
  text-align: center;
  flex: 1;
  max-width: 260px;
  box-shadow: 0 4px 16px rgba(0, 192, 223, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fv-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 192, 223, 0.25);
}
@media screen and (max-width: 768px) {
  .fv-badge {
    padding: 12px 6px 10px;
    border-radius: 10px;
    border-width: 1.5px;
  }
}

.fv-badge-icon {
  display: block;
  font-size: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .fv-badge-icon {
    font-size: 22px;
    margin-bottom: 4px;
  }
}

.fv-badge-text {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .fv-badge-text {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.4;
  }
}


/* -----------------------------------------------
   選ばれる理由セクション（新規）
   ----------------------------------------------- */
.l-reason {
  overflow: hidden;
}

.l-reason-inner {
  max-width: 1555px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .l-reason-inner {
    padding-bottom: 10%;
  }
}

.md-reason-ttl {
  letter-spacing: 0.14em;
}

.md-reason-lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .md-reason-lead {
    margin-bottom: 6%;
  }
}

.md-reason-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .md-reason-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 6%;
  }
}

.md-reason-card {
  background: #fff;
  border-radius: 20px;
  padding: 45px 30px 35px;
  flex: 1;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.3s ease;
}
.md-reason-card:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .md-reason-card {
    max-width: 100%;
    padding: 30px 20px 24px;
    border-radius: 14px;
  }
}

.md-reason-card-number {
  font-size: 56px;
  font-weight: bold;
  color: #00c0df;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.25;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .md-reason-card-number {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.md-reason-card-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #231815;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .md-reason-card-ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 12px;
  }
}

.md-reason-card-txt {
  font-size: 17px;
  color: #555;
  line-height: 1.76;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .md-reason-card-txt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}


/* -----------------------------------------------
   生徒さんの声セクション
   ----------------------------------------------- */
.l-voice {
  overflow: hidden;
}

.l-voice-inner {
  max-width: 1555px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .l-voice-inner {
    padding-bottom: 10%;
  }
}

.md-voice-ttl {
  letter-spacing: 0.2em;
}

.md-voice-lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .md-voice-lead {
    margin-bottom: 6%;
  }
}

.md-voice-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .md-voice-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 6%;
  }
}

.md-voice-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 35px;
  flex: 1;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.md-voice-item:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .md-voice-item {
    max-width: 100%;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 16px;
  }
}

.md-voice-photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .md-voice-photo {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.md-voice-photo-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e8f9fc;
  border: 3px solid #00c0df;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .md-voice-photo-placeholder {
    width: 64px;
    height: 64px;
    border-width: 2px;
  }
}
.md-voice-photo-placeholder span {
  font-size: 13px;
  color: #00c0df;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .md-voice-photo-placeholder span {
    font-size: 10px;
  }
}

.md-voice-body {
  flex: 1;
}

/* 生徒写真（実写画像版） */
.md-voice-photo-img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  border: 3px solid #00c0df;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .md-voice-photo-img {
    width: 64px !important;
    height: 64px !important;
    border-width: 2px;
  }
}

.md-voice-meta {
  font-size: 18px;
  font-weight: bold;
  color: #00c0df;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .md-voice-meta {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 6px;
  }
}

.md-voice-comment {
  font-size: 18px;
  color: #231815;
  line-height: 1.72;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .md-voice-comment {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}


/* -----------------------------------------------
   料金の1回あたり表記
   ----------------------------------------------- */
.md-schedule-per-lesson {
  text-align: center;
  font-size: 22px;
  color: #666;
  margin-top: -40px;
  margin-bottom: 80px;
  letter-spacing: 0.06em;
}
.md-schedule-per-lesson strong {
  font-size: 30px;
  color: #00c0df;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .md-schedule-per-lesson {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: -2%;
    margin-bottom: 8%;
  }
  .md-schedule-per-lesson strong {
    font-size: 18px;
    font-size: 4.8vw;
  }
}


/* -----------------------------------------------
   CTA（LINE メインボタン化）
   ----------------------------------------------- */
.cta-main-line {
  margin: 30px auto 25px;
  text-align: center;
  max-width: 580px;
  padding: 0 20px;
}
.cta-main-line--bottom {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cta-main-line {
    margin: 5% auto 4%;
    max-width: 88%;
    padding: 0;
  }
}

.cta-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: #06C755;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 22px 36px;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.35);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta-line-btn:hover {
  background: #05b34c;
  box-shadow: 0 8px 28px rgba(6, 199, 85, 0.45);
  transform: translateY(-2px);
}
.cta-line-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
}
@media screen and (max-width: 768px) {
  .cta-line-btn {
    font-size: 15px;
    font-size: 4vw;
    padding: 16px 20px;
    gap: 6px;
    border-radius: 50px;
  }
}

.cta-line-btn svg {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cta-line-btn svg {
    width: 22px;
    height: 22px;
  }
}

.cta-line-btn-text {
  display: inline;
}

.cta-line-btn-sub {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.9;
  margin-top: -2px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta-line-btn-sub {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

/* パルスアニメーション */
.cta-line-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(6, 199, 85, 0.5);
  animation: cta-pulse 2.5s infinite;
}
@keyframes cta-pulse {
  0% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(6, 199, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0); }
}

/* サブCTAリンク */
.cta-sub-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cta-sub-links {
    gap: 20px;
    margin-bottom: 6%;
    padding: 0;
  }
}

.cta-sub-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  padding: 8px 0;
}
.cta-sub-link:hover {
  color: #00c0df;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .cta-sub-link {
    font-size: 12px;
    font-size: 3.2vw;
    gap: 4px;
  }
}

.cta-sub-icon {
  width: 32px !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta-sub-icon {
    width: 24px !important;
  }
}

.cta-main-line--bottom + .cta-sub-links {
  margin-bottom: 0;
}


/* -----------------------------------------------
   Googleマップ埋め込み
   ----------------------------------------------- */
.md-access-map-embed {
  margin: 30px auto 80px;
  max-width: 1288px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.md-access-map-embed iframe {
  display: block;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .md-access-map-embed {
    width: 86%;
    margin: 5% auto 8%;
    border-radius: 8px;
  }
  .md-access-map-embed iframe {
    height: 250px;
  }
}


/* -----------------------------------------------
   他教室リンク
   ----------------------------------------------- */
.l-other-school {
  background: #e8f9fc;
  text-align: center;
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .l-other-school {
    padding: 6% 5%;
  }
}

.md-other-school-txt {
  font-size: 20px;
  color: #666;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .md-other-school-txt {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 8px;
  }
}

.md-other-school-link {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #00c0df;
  text-decoration: none;
  border-bottom: 2px solid #00c0df;
  padding-bottom: 4px;
  transition: opacity 0.2s ease;
}
.md-other-school-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .md-other-school-link {
    font-size: 15px;
    font-size: 4vw;
  }
}


/* -----------------------------------------------
   スマホ追従CTA（フローティング）
   ----------------------------------------------- */
.floating-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  .floating-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    padding: 8px 12px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
  }

  .floating-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #06C755;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 13px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(6, 199, 85, 0.3);
    transition: background 0.2s ease;
  }
  .floating-cta-btn:active {
    background: #05a844;
  }

  .floating-cta-btn svg {
    flex-shrink: 0;
  }

  /* フローティングCTAの分だけフッター下にスペース確保 */
  .l-footer-inner {
    padding-bottom: 70px;
  }
}

