@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body.lower main {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner {
    max-width: 100%;
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv div.title {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv div.title {
    margin: 0;
    padding: 0 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont {
    display: flex;
    align-items: flex-start;
    margin-top: 80px;
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.image {
    width: 50%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.image picture img {
    width: 100%;
    height: 375px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.image picture img {
    width: 94.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts {
    width: 50%;
    margin-top: 65px;
    padding: 0 30px 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv > div.cont div.texts {
    padding: 0 15px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts {
    margin-top: 4.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 {
  display: table;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 {
    text-align: center;
    margin: 0 auto;
  }
}
body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 h2 {
  line-height: 1.25;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 h2 {
    font-size: 3.2vw;
  }
}
body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 h2 span.st {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 h2 span.st {
    line-height: 1.6;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 h2 span.st {
    line-height: 1.6;
    font-size: 5.6vw;
  }
}
body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 span.icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b7392c;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 span.icon {
    top: -30px;
    right: -95px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    background-color: #f7e0de;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 span.icon {
    top: -110px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.c_tit2 span.icon {
    top: -13.3333333333vw;
    right: -25.3333333333vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    font-size: 3.3333333333vw;
    background-color: rgba(247, 224, 222, 0.8);
  }
}
body.lower main div.inner section.fv > div.cont div.texts p.txt {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts p.txt {
    margin: 25px 0 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts p.txt {
    margin: 4vw 0 4vw;
    font-size: 3.7333333333vw;
  }
}
body.lower main div.inner section.fv > div.cont div.texts div.bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e4f2ef;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg {
    max-width: 480px;
    height: 100px;
    margin-top: 25px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg {
    margin: 3.3333333333vw auto 0;
    padding: 4vw 0;
  }
}
body.lower main div.inner section.fv > div.cont div.texts div.bg p.st {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.st {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.st {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.st {
    font-size: 4vw;
  }
}
body.lower main div.inner section.fv > div.cont div.texts div.bg p.st span.cl {
  color: #24b091;
}
body.lower main div.inner section.fv > div.cont div.texts div.bg p.st span.label {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.st span.label {
    top: -10px;
    left: -20px;
    width: 53px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.st span.label {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.st span.label {
    top: -2vw;
    left: -2vw;
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.sm {
    margin-top: 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv > div.cont div.texts div.bg p.sm {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.fv .c_filter {
    max-width: 1100px;
    width: 100%;
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.fv .c_filter {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.fv .c_filter {
    width: 89.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents {
    max-width: 1100px;
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.contents {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents {
    width: 89.3333333333vw;
    margin-top: 9.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.contents ul.c_lesson-coach-list {
    gap: 60px 30px;
    margin: 0 auto;
  }
}
body.lower main div.inner section.contents ul.c_lesson-coach-list li p.nt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents a.btn {
    margin-top: 1.3333333333vw;
  }
}
body.lower main div.inner section.contents a.recruit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  background-color: #b7392c;
  border-radius: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.recruit_btn {
    width: 479px;
    height: 60px;
    margin: 100px auto 0;
    font-size: 19px;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents a.recruit_btn {
    width: 85.3333333333vw;
    height: 10.6666666667vw;
    margin: 11.3333333333vw auto 0;
    padding-right: 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
body.lower main div.inner section.contents a.recruit_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow-wh.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.recruit_btn:after {
    transition: 0.4s;
    right: 20px;
    width: 15px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents a.recruit_btn:after {
    right: 3.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.recruit_btn:hover {
    background-color: #800b06;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.recruit_btn:hover:after {
    transform: translate(5px, -50%);
  }
}
body.lower main div.inner section.contents a.policy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.policy {
    margin-top: 30px;
    font-size: 14px;
    gap: 0 10px;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents a.policy {
    gap: 0 1.3333333333vw;
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
body.lower main div.inner section.contents a.policy {
  position: relative;
}
body.lower main div.inner section.contents a.policy:after {
  content: "";
  background: url(../img/common/arrow-gr.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.policy:after {
    transition: 0.4s;
    right: -25px;
    width: 15px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.contents a.policy:after {
    right: -4.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.policy:hover {
    color: #b7392c;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.contents a.policy:hover:after {
    transform: translate(5px, 0);
    background: url(../img/common/arrow-rd.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner p.txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner p.txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.flow {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.flow {
    margin-top: 13.3333333333vw;
  }
}
body.lower main div.inner section.flow h2 {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.flow h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.flow div.list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    width: 100%;
    margin: 70px auto 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.flow div.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.6666666667vw;
    gap: 5.3333333333vw 0;
  }
}
body.lower main div.inner section.flow div.list div.item {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.flow div.list div.item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.flow div.list div.item {
    display: flex;
    align-items: center;
    gap: 0 4vw;
  }
}
body.lower main div.inner section.flow div.list div.item p.title {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.flow div.list div.item p.title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.flow div.list div.item p.title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.flow div.list div.item div.image {
    margin: 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.flow div.list div.item div.image img {
    min-width: 36.4vw;
    max-width: 36.4vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main div.inner section.flow div.list div.item p {
    line-height: 1.7;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.lower main div.inner section.flow div.list div.item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.flow div.list div.item p {
    line-height: 1.6;
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
body.lower main div.inner section.flow div.list span.arrow {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body.lower main div.inner section.flow div.list span.arrow img {
    width: 16.8vw;
  }
}