/* ----------  media small screen ---------- */
@media (max-width: 560px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  .container {
    width: calc(100% - 50px);
    text-align: center;
    margin: 0 auto;
  }

/* ----------  header ---------- */
  header {
    padding: 10px 20px 10px 20px;
  }

  header .logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }

  header #menu {
    display: none;
    z-index: 3
  }

  .show {
    display: block;
  }

  header #menu ul {
    display: block;
    margin-top: 30px;
    text-align: center;
  }

  header #menu ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }

  header #menu ul li:last-child {
    margin-top: 30px;
  }

  header #sp-menu {
    display: block;
  }

  header #sp-menu,
  header #sp-close {
    color: #fff;
    font-size: 36px;
    margin-top: 5px;
    cursor: pointer;
    z-index: 4;
  }

  header #modal {
    display: none;
  }

  .mdShow {
    width: 100%;
    height: 400px;
    background-color: #DD8AA5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  header ul li a {
    font-size: 14px;
  }

  /* ----------  hero ---------- */
  .hero {
    height: 400px;
    background-size: cover;
    background-image: url(../images/sp-main.jpg);
    background-position: left;
  }

  .main-message {
    position: absolute;
    top: 90px;
  }

  .main-message h3 {
    font-size: 16px;
    padding-left: 20px;
  }

  .main-message h1 {
    font-size: 18px;
    width: 85%;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 10px 0;
    letter-spacing: 2px;
  }

  .main-message h1 span {
    font-size: 24px;
  }

  .main-message h2 {
    font-size: 18px;
    line-height: 30px;
    padding-left: 10px;
    letter-spacing: 2px;
  }

  .sub-message {
    position: absolute;
    bottom: 75px;
  }

  .sub-message #students {
    font-size: 10px;
    margin-left: 40px;
    width: 140px;
    padding: 5px 20px;
  }

  .sub-message h5 {
    font-size: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px;
    border: 3px solid #fff;
  }

  .sub-message h5 span {
    letter-spacing: 1.5px;
  }

  .sub-message h5 #seven {
    font-size: 14px;
    margin-left: 2px;
  }

  .sub-message h5 span:last-child {
    margin-right: 2px;
  }

  .btn {
    bottom: 20px;
  }

  .btn button {
    margin-left: 10px;
    width: 140px;
    border: 3px solid #fff;
  }

  .btn button:hover {
    border: 3px solid #67BD83;
    background-color: #fff;
  }

  .btn button p {
    font-size: 10px;
  }

  .btn a {
    font-size: 10px;
    margin-left: 8px;
    padding: 5px 15px;
  }

  /* ----------  hero ---------- */
  .worry {
    height: auto;
    padding-bottom: 50px;
  }

  .worry h1 {
    font-size: 16px;
  }

  .worry h1 span {
    display: inline-block;
    line-height: 1.5;
  }

  .worry h3 {
    line-height: 30px;
    padding-top: 20px;
  }

  .worry img {
    width: 80%;
    height: 200px;
    object-fit: cover;
  }

  .worry .info {
    padding-top: 30px;
  }

  .worry .info .desc01,
  .worry .info .desc02 {
    display: block;
  }

  .worry h1:last-child {
    padding-top: 30px;
  }

  /* ---------- about section ---------- */
  .about {
    height: auto;
    padding-bottom: 50px;
  }

  .about .triangle {
    top: -85px;
    left: calc((100% - 115px)/2);
  }

  .about h1 span {
    display: inline-block;
    line-height: 1.5;
  }

  .about img {
    width: 90%;
    height: 200px;
    object-fit: cover;
  }

  .about h1 {
    font-size: 16px;
    padding-top: 80px;
  }
  
  .about h2 {
    padding: 40px 0 30px 0;
  }

  .about h3 {
    padding-bottom: 30px;
  }

  .about .info {
    display: block;
  }

  .about .info .desc p:first-child {
    width: 100%;
    padding-top: 30px;
    font-size: 12px;
    margin-left: 10px;
  }

  .about .info .desc .reason span {
    margin-left: 10px;
  }

  .about .info .desc p:last-child {
    width: 100%;
    font-size: 10px;
    margin-left: 10px;
  }

  /* ---------- profile section ---------- */
  .profile {
    height: auto;
    padding-bottom: 50px;
  }

  .profile #pc-profile {
    display: none;
  }

  .profile #sp-profile {
    display: block;
    width: 90%;
    height: 200px;
    object-fit: cover;
    object-position: right;
    margin: 0 auto;
  }

  .profile h2 {
    padding-top: 100px;
  }

  .profile h3 {
    padding: 30px 0 30px 0;
  }

  .profile .info {
    display: block;
  }

  .profile .info .desc p {
    width: 95%;
    font-size: 12px;
    padding-top: 30px;
    padding-left: 12px;
  }

  .profile .info .desc p span {
    font-size: 14px;
  }

  /* ---------- service section ---------- */
  #service {
    height: auto;
    padding-bottom: 50px;
  }

  #service .planning .schedule img {
    width: 70%;
    height: 250px;
    object-fit: fill;
  }

  #service .planning .schedule img + img {
    padding-top: 30px;
  }

  #service .overview h2 {
    padding-top: 100px;
  }

  #service h3 {
    padding: 30px 0 30px 0;
  }

  #service .overview p,
  #service .planning p,
  #service #coach {
    width: 80%;
  }

  #service .planning h2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #service .schedule {
    width: 100%;
    padding: 40px 0;
  }

  #service .coaching h2 {
    padding-bottom: 30px;
  }

  #service .coaching .check {
    display: block;
  }

  #service .coaching .check .content {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }

  #service .coaching .check .content h4 {
    font-size: 16px;
  }

  #service .coaching .check .content p {
    height: 80px;
    font-size: 12px;
  }

  #service .coaching .coaching-pic {
    display: block;
    margin-top: 40px;
  }

  #service .coaching .coaching-pic .student {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #service .coaching .coaching-pic .student02 {
    width: 60%;
    height: auto;
    margin: 30px auto 0;
  }

  /* ---------- benefit section ---------- */
  .benefit {
    height: auto;
    padding-bottom: 50px;
  }

  .benefit .overview {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .benefit .overview img {
    height: auto;
  }

  .benefit .overview h3 {
    padding: 30px 0;
  }

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

  .benefit .content {
    width: 80%;
    height: 300px;
    margin: 0 auto;
  }

  .benefit .content + .content {
    margin-top: 20px;
  }

  .benefit .content img {
    height: 120px;
  }

  .benefit .content .text {
    height: 128px;
    padding: 15px;
  }

  .benefit .content .text h5 {
    font-size: 12px;
    line-height: 1.4;
  }

  .benefit .content .text p {
    font-size: 10px;
    padding-top: 20px;
  }

  /* ----------  change section ---------- */
  .change {
    height: auto;
    padding-bottom: 50px;
  }

  .change .decoration04 {
    height: 90px;
  }

  .changes {
    display: block;
    padding-top: 100px;
  }

  .changes .text h5 {
    font-size: 14px;
  }

  .changes .text h5:last-child {
    width: 100%;
  }

  .changes .check {
    width: 80%;
  }

  .changes .check .check-text p {
    font-size: 12px;
  }

  .changes .check-pic {
    width: 100%;
    display: flex;
    margin-top: 30px;
    margin-left: 0;
  }

  .changes .check-pic .before {
    height: 200px;
  }

  .changes .check-pic .before h4 {
    padding-top: 6px;
  }

  .changes .check-pic .after {
    height: 200px;
    margin-top: 0;
  }

  .changes .check-pic .after h4 {
    padding-top: 6px;
  }

  /* ----------  central-cv section ---------- */
  .central-cv {
    height: 550px;
  }

  .central-cv #icon {
    top: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
  }

  .central-cv .cv {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .central-cv .cv .text h1 {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    width: 100%;
  }

  .central-cv .cv .text h1 span {
    display: inline-block;
    line-height: 1.6;
  }

  .central-cv .cv .text h2 {
    font-size: 18px;
    padding-top: 50px;
    text-align: center;
    width: 100%;
  }

  .central-cv .cv .btn {
    display: block;
    position: absolute;
    top: 165px;
    left: calc((100% - 230px)/2);
  }

  .central-cv .cv .btn .tel {
    display: block;
  }

  .central-cv .cv .btn p,
  .central-cv .cv .btn a {
    font-size: 16px;
  }

  .central-cv .cv .btn .tel a {
    display: block;
    width: 40%;
    text-align: center;
    padding-top: 5px;
    margin: 30px 20px 20px 55px;
  }

  .central-cv .cv .btn .tel p {
    margin: 20px 0 0 0;
    font-size: 10px;
  }

  .central-cv .cv .image {
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }

  .central-cv .cv .image img {
    width: 65%;
    height: 200px;
    position: absolute;
    top: 350px;
    left: 18%;
    margin-top: 0;
  }

  /* ----------  customer-voice section ---------- */
  .customer-voice {
    height: auto;
    padding-bottom: 50px;
  }

  .customer-voice .text h2 {
    padding-top: 100px;
  }

  .customer-voice .voices {
    display: block;
  }

  .customer-voice .voices h3 {
    padding-bottom: 30px;
  }

  .customer-voice .voices h4 {
    font-size: 14px;
  }

  .customer-voice .voices p {
    font-size: 12px;
  }

  .customer-voice .voices .voice01,
  .customer-voice .voices .voice02 {
    padding: 30px 30px 10px 30px;
  }

  .customer-voice .voices .student01,
  .customer-voice .voices .student02,
  .customer-voice .voices .student03 {
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 20px;
  }

  .customer-voice .voices .voice02 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .customer-voice .voices {
    width: 80%;
  }

  /* ----------  price section ---------- */
  #price {
    height: auto;
    padding-bottom: 50px;
  }

  #price .text {
    padding-top: 100px;
  }

  #price .text h3 {
    padding: 30px 0 30px 0;
  }

  #price .price-text .main-text {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    padding: 0;
  }

  #price .price-text .main-text .one,
  #price .price-text .main-text .two,
  #price .price-text .main-text .three {
  font-size: 14px;
  }

  #price .price-main {
    width: 100%;
    padding-top: 40px;
  }

  #price .price-main .join,
  #price .price-main .guide {
    display: block;
    padding-left: 55px;
    width: 100%;
  }

  #price .price-main .join {
    margin-bottom: -20px;
  }

  #price .price-main .guide {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  #price .price-main .join h2,
  #price .price-main .guide h2,
  #price .price-main .supplement h2 {
    font-size: 16px;
  }

  #price .price-main .join p,
  #price .price-main .guide p {
    font-size: 14px;
  }

  #price .price-main .join p span,
  #price .price-main .guide p span {
    font-size: 14px;
  }

  #price .price-main .guide p span:last-child {
    font-size: 12px;
  }

  #price .price-main .supplement {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  #price .price-main .supplement span {
    font-size: 12px;
  }

  #price .price-main .rectangle01 {
    position: absolute;
    bottom: 60px;
    left: 30px;
    width: 10px;
    height: 100px;
    transform: rotate(-15deg);
    background-color: #E658A6;
  }

  #price .price-main .rectangle02 {
    position: absolute;
    bottom: 60px;
    right: 30px;
    width: 10px;
    height: 100px;
    transform: rotate(15deg);
    background-color: #E658A6;
  }

  /* ----------  cost section ---------- */
  .cost {
    padding-top: 100px;
    height: auto;
    padding-bottom: 50px;
  }

  .cost .text p {
    width:90%;
    padding: 30px 0 30px 0;
  }

  .cost .cost-table {
    width: 93%;
    margin: 0 auto;
  }

  .cost .cost-table table .head th {
    vertical-align: middle;
  }

  .cost .cost-table table th {
    width: 15%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8px;
  }

  .cost .cost-table table td {
    font-size: 8px;
  }

  .cost .cost-table table th span {
    font-size: 12px;
  }


.cost .cost-table table .head #emp01 {
  border-top: 3px solid #E658A6;
  border-right: 3px solid #E658A6;
  border-left: 3px solid #E658A6;
}

.cost .cost-table table .first #emp02,
.cost .cost-table table .second #emp03,
.cost .cost-table table .third #emp04,
.cost .cost-table table .fourth #emp05 {
  border-right: 3px solid #E658A6;
  border-left: 3px solid #E658A6;
}

.cost .cost-table table .fifth #emp06 {
  border-right: 3px solid #E658A6;
  border-left: 3px solid #E658A6;
  border-bottom: 3px solid #E658A6;
}

.cost .cost-table table .fifth {
  border: 3px solid #67BD83;
}

.cost .cost-table #table-text {
  padding-top: 30px;
  padding-bottom: 10px;
}

.cost .year-cost {
  width: 90%;
  margin: 0 auto;
}

.cost .year-cost img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cost .year-cost p {
  padding: 0;
  font-size: 12px;
}

.cost .year-cost p span {
  font-size: 16px;
}

.cost .head #online span {
  color: #000;
  display: inline-block;
  line-height: 1.3;
  font-size: 4px;
}

/* ----------  trial section ---------- */
.trial {
  height: auto;
  padding-bottom: 50px;
}

.trial .text h2 {
  padding-top: 100px;
}

.trial p,
.trial #text02 {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 10px;
}

.trial p span {
  font-size: 14px;
}

.trial .days {
  width: 95%;
  height: 180px;
  margin-top: 30px;
  border: 3px solid #E658A6;
  padding: 20px 10px 20px 10px;
}

.trial .days h2 {
  font-size: 14px;
}

.trial .days h2 span {
  font-size: 16px;
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

/* ----------  message section ---------- */
.message {
  height: auto;
  padding-bottom: 50px;
  background-position: center;
}

.message .text h2 {
  padding-top: 100px;
}

.message .text h3 {
  padding: 30px 0 30px 0;
} 

.message .text h4 {
  font-size: 18px;
} 

.message .text h4 span {
  display: inline-block;
  line-height: 1.5;
  text-decoration: underline;
}

.message .sub-text {
  width: 85%;
  padding-top: 40px;
  padding-bottom: 0;
}

.message .sub-text span {
  font-size: 18px;
}

.message .sub-text #pink {
  font-size: 14px;
}

/* ----------  flow section ---------- */
#flow {
  height: auto;
  padding-bottom: 50px;
}

#flow .text h2 {
  padding-top: 100px;
}

#flow .text h3 {
  padding: 30px 0 30px 0;
}

#flow .supports {
  width: 85%;
  margin: 0 auto;
  padding: 0;
}

#flow .supports .support img {
  width: 100%;
  height: 180px;
}

#flow .supports .support {
  display: block;
  padding-bottom: 30px;
}

#flow .supports .support + .support {
  padding-top: 35px;
}

#flow .supports .support h3 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ----------  last-message section ---------- */
.last-message {
  height: auto;
  margin-bottom: 50px;
  background-position: center;
}

.last-message .background {
  height: auto;
  padding-bottom: 50px;
}

.last-message .background .text h2 {
  padding-top: 80px;
}

.last-message .background .text h3 {
  padding: 30px 0 30px 0;
} 

.last-message .background .desc p {
  line-height: 1.6;
  padding: 20px 0;
}

.last-message .background .desc p #life {
  font-size: 16px;
}

/* ---------- footer ---------- */
footer {
  padding-bottom: 50px;
}

footer #footer-logo {
  width: 100px;
  height: 100px;
}

footer .footer {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
}

footer .footer-logo h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

footer .footer-menu {
  margin-right: 0;
}

footer .footer-menu ul li + li {
  margin-top: 15px;
}

footer h2 {
  font-size: 16px;
  padding-bottom: 25px;
}

footer .sns {
  padding-bottom: 15px;
}

footer .policy .sns ul li {
  width: 30px;
  height: 30px;
}

footer .policy .sns ul li i {
  padding-top: 6px;
  padding-left: 2px;
}

footer p {
  font-size: 12px;
}

footer small p {
  font-size: 10px;
}

footer .sp-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 20px;
}




}