.hidden-lg {
  display: block;
}
@media screen and (max-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}

.hidden-sm {
  display: block;
}
@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none;
  }
}

/* --------------------------------
 LP
-------------------------------- */
#lp {
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #222;
  position: relative;
}
#lp h1, #lp h2, #lp h3 {
  font-family: "Noto Sans JP", sans-serif !important;
}
#lp h2 {
  margin-bottom: 0.5em;
}
#lp .section_title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 600px) {
  #lp .section_title {
    font-size: 1.4rem;
  }
}
#lp .section_subtitle {
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 0.7rem;
  line-height: 1.2;
  color: #ff6b08;
}
@media screen and (max-width: 600px) {
  #lp .section_subtitle {
    font-size: 0.5rem;
  }
}
#lp .mv {
  position: relative;
}
#lp .mv .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#lp .mv .txt > div {
  text-align: left;
  padding-left: 0.6em;
  position: relative;
}
#lp .mv .txt h1 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
#lp .mv .txt p {
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.4em;
}
#lp .mv .txt p.link {
  margin-top: 0.4em;
  left: -0.5em;
  padding-left: 0;
  margin-bottom: 0;
}
#lp .mv .txt p.title {
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 600px) {
  #lp .mv .txt h1 {
    font-size: 1.3rem !important;
    line-height: 1.4;
  }
  #lp .mv .txt h2 {
    font-size: 1.1rem !important;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  #lp .mv .txt p {
    font-size: 0.9rem !important;
    line-height: 1.5;
  }
  #lp .mv .txt p.title {
    font-size: 0.8rem !important;
  }
}
#lp .mv .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
#lp .mv .img .obj {
  position: absolute;
  opacity: 0;
}
#lp .mv.mv_1 {
  min-height: 400px;
  height: 80vh;
  background: #1d273b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#lp .mv.mv_1 h1 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}
#lp .mv.mv_1 .txt {
  width: 45%;
  padding: 6em;
  margin-bottom: 1.6em;
}
#lp .mv.mv_1 .txt p {
  font-size: 1.2rem;
  line-height: 1.6;
}
#lp .mv.mv_1 .link .btn {
  font-size: 1.2rem;
  padding: 1.1em 3em;
}
#lp .mv.mv_1 .img {
  width: 55%;
  background-image: url("../img/lp__kv-1__photo.jpg");
}
#lp .mv.mv_1 .img .obj_1-1 {
  left: 11%;
  top: 20%;
  width: max(3.5%, 72px);
}
#lp .mv.mv_1 .img .obj_1-2 {
  right: 10%;
  top: 32%;
  width: max(6%, 100px);
}
#lp .mv.mv_1 .img .obj_1-3 {
  left: 40%;
  top: 42%;
  width: max(4%, 80px);
}
#lp .mv.mv_1 .img .obj_1-4 {
  bottom: 14%;
  left: 20%;
  width: max(8%, 130px);
}
@media screen and (max-width: 1024px) {
  #lp .mv.mv_1 {
    display: block;
    min-height: auto;
    height: auto;
  }
  #lp .mv.mv_1 .txt, #lp .mv.mv_1 .img {
    width: 100%;
  }
  #lp .mv.mv_1 .txt {
    padding: 8em 2em 2em;
  }
  #lp .mv.mv_1 .txt > div {
    text-align: center;
  }
  #lp .mv.mv_1 .img {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #lp .mv.mv_1 .txt {
    padding: 6.5em 1.2em 2em;
  }
  #lp .mv.mv_1 .img .obj_1-1 {
    left: 6%;
    top: 6%;
    width: max(2%, 50px);
  }
  #lp .mv.mv_1 .img .obj_1-2 {
    right: 12%;
    top: 15%;
    width: max(4%, 70px);
  }
  #lp .mv.mv_1 .img .obj_1-3 {
    left: 32%;
    top: 37%;
    width: max(4%, 70px);
  }
  #lp .mv.mv_1 .img .obj_1-4 {
    bottom: 9%;
    left: 9%;
    width: max(6%, 100px);
  }
}
#lp .mv.mv_2 {
  padding: 5em 0;
}
#lp .mv.mv_2 .flex {
  align-items: center;
}
#lp .mv.mv_2 .img {
  width: 45%;
}
#lp .mv.mv_2 .img img {
  border-radius: 12px;
  width: 90%;
  margin: auto;
}
#lp .mv.mv_2 .img .obj_2-1 {
  right: -20px;
  top: -20px;
  width: max(5%, 100px);
}
#lp .mv.mv_2 .img .obj_2-2 {
  left: -10px;
  bottom: -10px;
  width: max(4%, 90px);
}
#lp .mv.mv_2 .txt {
  width: 55%;
  padding: 3em;
}
@media screen and (max-width: 1024px) {
  #lp .mv.mv_2 {
    padding-bottom: 2em;
  }
  #lp .mv.mv_2 .flex {
    display: block;
  }
  #lp .mv.mv_2 .img {
    width: 70%;
    margin: auto;
  }
  #lp .mv.mv_2 .txt {
    width: 90%;
    margin: auto;
  }
  #lp .mv.mv_2 .txt > div {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #lp .mv.mv_2 {
    padding: 3em 0 1.2em;
  }
  #lp .mv.mv_2 .img {
    width: 90%;
  }
  #lp .mv.mv_2 .img .obj_2-1 {
    right: -18px;
    top: -10px;
    width: max(4%, 80px);
  }
  #lp .mv.mv_2 .img .obj_2-2 {
    left: -10px;
    bottom: -10px;
    width: max(3%, 70px);
  }
  #lp .mv.mv_2 .txt {
    width: 100%;
    padding: 1em;
  }
}
#lp .mv.mv_3 {
  padding: 6em 0;
  background: #e7e1cd;
}
#lp .mv.mv_3 .img {
  width: 40%;
}
#lp .mv.mv_3 .img .obj_3-1 {
  right: 3%;
  top: 5%;
  width: max(3%, 80px);
}
#lp .mv.mv_3 .img .obj_3-2 {
  left: 26%;
  top: 12%;
  width: max(3%, 80px);
}
#lp .mv.mv_3 .img .obj_3-3 {
  left: 14%;
  bottom: -30px;
  width: max(4%, 90px);
}
#lp .mv.mv_3 .txt {
  width: 60%;
  padding: 3em;
}
#lp .mv.mv_3 .txt h2 {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  #lp .mv.mv_3 {
    padding: 4em 0 1em;
  }
  #lp .mv.mv_3 .flex {
    display: block;
  }
  #lp .mv.mv_3 .flex .img {
    margin: auto;
    width: 40%;
  }
  #lp .mv.mv_3 .flex .txt {
    width: 90%;
    margin: auto;
  }
  #lp .mv.mv_3 .flex .txt > div {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #lp .mv.mv_3 {
    padding: 3em 0 2em;
  }
  #lp .mv.mv_3 .flex .img {
    width: 70%;
  }
  #lp .mv.mv_3 .flex .img .obj_3-1 {
    right: 1%;
    top: 1%;
    width: max(2%, 40px);
  }
  #lp .mv.mv_3 .flex .img .obj_3-2 {
    left: 30%;
    top: 8%;
    width: max(2%, 60px);
  }
  #lp .mv.mv_3 .flex .img .obj_3-3 {
    left: 8%;
    bottom: -20px;
    width: max(3%, 70px);
  }
  #lp .mv.mv_3 .flex .txt {
    margin-top: 2em;
    padding: 0;
    width: 100%;
  }
}
#lp .mv.mv_4 {
  padding: 4em 0;
  background: #f7f3e7;
  position: relative;
}
#lp .mv.mv_4 .container {
  position: relative;
}
#lp .mv.mv_4 .img {
  z-index: 999;
  height: 100%;
}
#lp .mv.mv_4 .img .obj_4-1 {
  right: 6%;
  top: 120px;
  width: max(3.5%, 72px);
}
#lp .mv.mv_4 .img .obj_4-2 {
  left: -4%;
  top: 450px;
  width: max(6%, 100px);
}
#lp .mv.mv_4 .img .obj_4-3 {
  right: -10%;
  top: 100px;
  width: max(4%, 80px);
}
#lp .mv.mv_4 .img .obj_4-4 {
  bottom: 300px;
  left: -15%;
  width: max(8%, 130px);
}
#lp .mv.mv_4 .img .obj_4-5 {
  bottom: -80px;
  right: -5%;
  width: max(8%, 130px);
}
@media screen and (max-width: 768px) {
  #lp .mv.mv_4 .img .obj_4-1 {
    width: max(3%, 60px);
  }
  #lp .mv.mv_4 .img .obj_4-2 {
    width: max(5%, 80px);
  }
  #lp .mv.mv_4 .img .obj_4-3 {
    width: max(3%, 60px);
  }
  #lp .mv.mv_4 .img .obj_4-4 {
    width: max(5%, 80px);
  }
  #lp .mv.mv_4 .img .obj_4-5 {
    width: max(3%, 60px);
  }
}
@media screen and (max-width: 600px) {
  #lp .mv.mv_4 .img .obj_4-1 {
    right: 4%;
    top: 90px;
    width: max(2%, 40px);
  }
  #lp .mv.mv_4 .img .obj_4-2 {
    left: -4%;
    top: 280px;
    width: max(2%, 40px);
  }
  #lp .mv.mv_4 .img .obj_4-3 {
    right: -10%;
    top: 0;
    width: max(2%, 40px);
  }
  #lp .mv.mv_4 .img .obj_4-4 {
    bottom: 200px;
    left: -15%;
    width: max(3%, 50px);
  }
  #lp .mv.mv_4 .img .obj_4-5 {
    bottom: -70px;
    right: -6%;
    width: max(2%, 40px);
  }
}
#lp .mv.mv_4 .about {
  background: #f0e7ca;
  padding: 2em 0;
  border-radius: 12px;
  position: relative;
}
#lp .mv.mv_4 .about .about__title {
  text-align: center;
  background: #39af2e;
  padding: 1.6em 0 1em;
  position: absolute;
  width: calc(100% + 20px);
  transform: translateX(-10px);
  font-family: "Noto Sans JP", sans-serif !important;
}
#lp .mv.mv_4 .about .about__title h3 {
  font-family: "Noto Sans JP", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto 0.2em;
}
#lp .mv.mv_4 .about .about__title h3 span {
  font-size: 1.2rem;
  margin-right: 4px;
}
#lp .mv.mv_4 .about .about__title p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
}
#lp .mv.mv_4 .about .about__title:before, #lp .mv.mv_4 .about .about__title:after {
  position: absolute;
  content: "";
  bottom: -10px;
  border-style: solid;
  width: 0;
  height: 0;
  transform: rotate(0deg);
}
#lp .mv.mv_4 .about .about__title:before {
  left: 0;
  border-width: 0 10px 10px 0;
  border-color: transparent #12520c transparent transparent;
}
#lp .mv.mv_4 .about .about__title:after {
  right: 0;
  border-width: 10px 10px 0 0;
  border-color: #12520c transparent transparent transparent;
}
#lp .mv.mv_4 .about .about__content {
  padding: 8em 2em 0;
}
#lp .mv.mv_4 .about .about__content .about__box {
  background: #fff;
  border-radius: 8px;
  padding: 2.5em;
}
#lp .mv.mv_4 .about .about__content .about_content_title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
#lp .mv.mv_4 .about .about__content .about_content_title h4 {
  font-family: "Noto Sans JP", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
#lp .mv.mv_4 .about .about__content .about_content_title h4 i {
  font-style: normal;
  display: inline-block;
  background: #f66b09;
  padding: 0.3em 1.6em;
  border-radius: 50px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  font-size: 1.1rem;
}
#lp .mv.mv_4 .about .about__content .about__steps {
  position: relative;
  margin-top: 3em;
}
#lp .mv.mv_4 .about .about__content .about__steps li {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 2.8em;
}
#lp .mv.mv_4 .about .about__content .about__steps li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #f66b09 transparent transparent transparent;
  left: 10%;
  bottom: -25px;
}
#lp .mv.mv_4 .about .about__content .about__steps li:last-child:after {
  display: none;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_title {
  width: 22%;
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1.5;
  margin-bottom: 0.2em;
  position: relative;
  background: #39af2e;
  color: #fff;
  padding: 1.2em 2em;
  font-weight: bolder;
  text-align: center;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_title p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_title i {
  position: absolute;
  font-size: 1.8rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  background: #f66b09;
  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  z-index: 2;
  left: -20px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_body {
  width: 78%;
  padding: 0.8em 1.5em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_body p {
  margin: 0;
  line-height: 1.4;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_body p span {
  margin-top: 6px;
  line-height: 1.3;
  display: block;
  color: #999;
  font-style: italic;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_body .flex {
  display: flex;
  align-items: center;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_body .flex .img {
  margin-right: 2em;
}
#lp .mv.mv_4 .about .about__content .about__steps li .step_body .flex .img img {
  height: 120px;
}
#lp .mv.mv_4 .about .about__content h5 {
  margin: 2em auto 1em;
  text-align: center;
  font-weight: bolder;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif !important;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
#lp .mv.mv_4 .about .about__content h5 i {
  padding-left: 8px;
  font-style: normal;
  font-size: 1.8rem;
  color: #ff6b08;
}
#lp .mv.mv_4 .about .about__content h5:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background: #f0e7ca;
}
#lp .mv.mv_4 .about .about__content .skill_list {
  margin: 1.6em auto 0;
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill {
  width: 33%;
  padding: 0 2px;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header {
  text-align: center;
  padding: 1.6em 0 0.6em;
  color: #fff;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header .skill_header__icon img {
  width: 100px;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header .skill_header__title {
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1.5;
  margin: 1em auto 0.2em;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_a .skill_header {
  background: #e16060;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_b .skill_header {
  background: #4779c4;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_c .skill_header {
  background: #edb848;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul {
  margin: 0;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li {
  cursor: default;
  list-style: none;
  padding: 1.5em;
  position: relative;
  height: 140px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li span {
  display: inline-block;
  letter-spacing: -4px;
  z-index: 1;
  font-size: 5rem;
  font-weight: bolder;
  font-family: "Century Gothic", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  z-index: 2;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_a .skill_body ul li {
  background: #fcefef;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_a .skill_body ul li span {
  color: #e16060;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_b .skill_body ul li {
  background: #ecf1f9;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_b .skill_body ul li span {
  color: #4779c4;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_c .skill_body ul li {
  background: #fdf8ec;
}
#lp .mv.mv_4 .about .about__content .skill_list .skill.skill_c .skill_body ul li span {
  color: #edb848;
}
#lp .mv.mv_4 .about .about__content .link {
  text-align: center;
  margin: 2em auto 0.4em;
}
@media screen and (max-width: 1280px) {
  #lp .mv.mv_4 {
    padding: 4em 2em;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_title {
    font-size: 1rem;
    padding: 1em 1.5em;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_title i {
    font-size: 1.4rem;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_body {
    padding: 0.8em 1.5em;
  }
  #lp .mv.mv_4 .about .about__content .about_content_title h4 {
    font-size: 1.4rem;
  }
  #lp .mv.mv_4 .about .about__content h5 {
    font-size: 1.2rem;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header {
    height: 140px;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header .skill_header__title {
    font-size: 1rem;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li {
    height: 100px;
    padding: 1em;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #lp .mv.mv_4 .section_title {
    font-size: 1.6rem;
  }
  #lp .mv.mv_4 .about {
    padding: 1.6em 0;
  }
  #lp .mv.mv_4 .about .about__title {
    padding: 1em 0;
  }
  #lp .mv.mv_4 .about .about__title h3 {
    font-size: 1.6rem;
    display: block;
  }
  #lp .mv.mv_4 .about .about__title h3 span {
    font-size: 1rem;
    display: block;
  }
  #lp .mv.mv_4 .about .about__title p {
    font-size: 0.9rem;
  }
  #lp .mv.mv_4 .about .about__content {
    padding: 5em 1.2em 0;
  }
  #lp .mv.mv_4 .about .about__content .about__box {
    padding: 4em 1.4em 1em;
  }
  #lp .mv.mv_4 .about .about__content .about_content_title h4 {
    display: block;
    line-height: 1.2;
    font-size: 0.9rem;
  }
  #lp .mv.mv_4 .about .about__content .about_content_title h4 i {
    width: 100px;
    margin: 0 auto 0.65em;
    display: block;
    font-size: 0.8rem;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_title {
    font-size: 1rem;
    padding: 0.6em 1em;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_title i {
    width: 32px;
    height: 32px;
    font-size: 1.3rem;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_title p {
    font-size: 0.85rem;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_body {
    padding: 0.5em 1.2em;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_body p {
    font-size: 0.85rem;
  }
  #lp .mv.mv_4 .about .about__content .about__steps li .step_body .flex .img img {
    height: 80px;
  }
  #lp .mv.mv_4 .about .about__content .about_content_title h4 {
    font-size: 1.4rem;
  }
  #lp .mv.mv_4 .about .about__content h5 {
    margin-top: 1em;
    font-size: 1rem;
  }
  #lp .mv.mv_4 .about .about__content h5 i {
    font-size: 1.4rem;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header {
    height: 140px;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header .skill_header__icon img {
    width: 70px;
    height: auto;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header .skill_header__title {
    font-size: 1rem;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li {
    height: 100px;
    padding: 1em;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li span {
    font-size: 3rem;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  #lp .mv.mv_4 {
    padding: 2em 0;
  }
  #lp .mv.mv_4 .section_title {
    font-size: 1.2rem;
  }
  #lp .mv.mv_4 .about {
    padding: 1em 0;
  }
  #lp .mv.mv_4 .about .about__title {
    padding: 10px 0;
    width: calc(100% + 10px);
    transform: translateX(-5px);
  }
  #lp .mv.mv_4 .about .about__title h3 {
    line-height: 1.3;
    font-size: 1.3rem;
  }
  #lp .mv.mv_4 .about .about__title h3 span {
    font-size: 0.7rem;
  }
  #lp .mv.mv_4 .about .about__title p {
    font-size: 0.7rem;
    line-height: 1;
  }
  #lp .mv.mv_4 .about .about__content {
    padding: 4em 0.4em 0;
  }
  #lp .mv.mv_4 .about .about__content .about__box {
    padding: 2em 1em 1em;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about_content_title h4 {
    font-size: 1rem;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about_content_title h4 i {
    width: 80px;
    margin: 0 auto 0.65em;
    display: block;
    font-size: 0.7rem;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps {
    margin: 1.8em 0;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li {
    display: block;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li:after {
    left: 48%;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li .step_title {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.4em 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li .step_title i {
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
    left: -8px;
    top: -12px;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li .step_title p {
    font-size: 0.8rem;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li .step_body {
    width: 100%;
    padding: 0.6em 1em;
    border-top: none;
    border-left: 1px solid #ccc;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li .step_body p {
    font-size: 0.7rem;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li .step_body .flex .img {
    margin-right: 12px;
  }
  #lp .mv.mv_4 .about .about__content .about__box .about__steps li .step_body .flex .img img {
    width: auto;
    height: 60px;
  }
  #lp .mv.mv_4 .about .about__content h5 {
    margin: 0 auto 1em;
    font-size: 0.85rem;
  }
  #lp .mv.mv_4 .about .about__content h5 i {
    padding-left: 0;
    font-size: 1.4rem;
    display: block;
  }
  #lp .mv.mv_4 .about .about__content .skill_list {
    display: block;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill {
    width: 100%;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header {
    height: auto;
    padding: 1em 0 0.6em;
    margin-top: 1.4em;
    margin-bottom: 3px;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header .skill_header__icon img {
    width: auto;
    height: 44px;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_header .skill_header__title {
    margin: 0.6em auto 0.2em;
    font-size: 0.9rem;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li {
    height: auto;
    padding: 0.8em 1.2em;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li span {
    font-size: 2.5rem;
  }
  #lp .mv.mv_4 .about .about__content .skill_list .skill .skill_body ul li p {
    font-size: 0.7rem;
  }
  #lp .mv.mv_4 .about .about__content .link {
    margin-top: 1em;
  }
}
#lp .courses {
  padding: 6em 0;
  background: #fff;
}
#lp .courses ul {
  margin: 3em 0 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
#lp .courses ul li {
  width: 30%;
  list-style: none;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 1.5em;
  transition: all 200ms linear;
}
#lp .courses ul li:hover {
  border: 1px solid #1faf2e;
}
#lp .courses ul li:hover h3, #lp .courses ul li:hover h4, #lp .courses ul li:hover p {
  color: #1faf2e;
}
#lp .courses ul li h3 {
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 0.2em;
  color: #222;
  transition: all 200ms linear;
}
#lp .courses ul li h4 {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0.2em 0 0.6em;
  line-height: 1;
  color: #222;
  transition: all 200ms linear;
}
#lp .courses ul li p {
  font-size: 0.7rem;
  line-height: 1.4;
  color: #222;
  margin: 0;
  transition: all 200ms linear;
}
#lp .courses ul li .img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#lp .courses ul li .txt {
  transition: all 200ms linear;
  padding: 1em;
}
@media screen and (max-width: 1024px) {
  #lp .courses {
    padding: 4em 0 2em;
  }
  #lp .courses .section_subtitle {
    margin-bottom: 1em;
  }
  #lp .courses ul {
    margin-top: 2em;
  }
  #lp .courses ul li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #lp .courses {
    padding: 1.6em 0 1em;
  }
  #lp .courses ul {
    margin-top: 1.2em;
    display: block;
    align-items: normal;
  }
  #lp .courses ul li {
    width: 96%;
    margin: 0 auto 1em;
  }
  #lp .courses ul li h3 {
    font-size: 0.8rem;
    margin-bottom: 0.4em;
  }
  #lp .courses ul li p {
    font-size: 0.6rem;
  }
}
#lp .community {
  background: #fff;
  padding: 6em 0 1em;
}
#lp .community .flex {
  margin: 4em auto;
  align-items: flex-start;
  justify-content: center;
}
#lp .community .img {
  width: 35%;
  padding-right: 2em;
}
#lp .community .list {
  width: 65%;
}
#lp .community .list ul {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
#lp .community .list ul li {
  width: 33.333%;
  padding: 0 1.5% 1.4em;
  list-style: none;
}
#lp .community .list ul li a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
  transition: all 200ms linear;
}
#lp .community .list ul li a:hover {
  border-color: #aaa;
}
#lp .community .list ul li a .cover {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#lp .community .list ul li a .cover .avatar_circle {
  border: 1px solid #ddd;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#lp .community .list ul li a .txt {
  height: 100px;
  padding: 0.8em;
  position: relative;
}
#lp .community .list ul li a .txt h3 {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 0.2em;
}
#lp .community .list ul li a .txt p {
  font-size: 0.6rem;
  line-height: 1.4;
  color: #999;
}
#lp .community .list ul li a .txt .number {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #999;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 1024px) {
  #lp .community {
    padding: 4em 0 0;
  }
  #lp .community .flex {
    margin: 2em auto 0;
  }
  #lp .community .img {
    display: none;
  }
  #lp .community .list {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #lp .community {
    padding: 2em 0 1em;
  }
  #lp .community .list ul li {
    width: 50%;
  }
}
#lp footer {
  padding: 4em 0;
  background-color: #282828;
}
#lp footer .logo {
  width: 40%;
}
#lp footer .logo img {
  width: 200px;
  height: auto;
}
#lp footer .nav {
  width: 60%;
  display: flex;
}
#lp footer .nav ul {
  width: 50%;
  padding: 0 1em;
}
#lp footer .nav ul li {
  list-style: none;
  font-size: 0.9rem;
  margin-bottom: 0.6em;
}
#lp footer .nav ul li a {
  color: #fff;
  text-decoration: none;
}
#lp footer .nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #lp footer .flex {
    padding: 0 2em;
  }
  #lp footer #page .bb-footer {
    text-align: center;
    font-size: 12px;
  }
  #lp footer #page .bb-footer .footer-menu {
    justify-content: center;
  }
  #lp footer #page .bb-footer .copyright {
    text-align: center;
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  #lp footer {
    padding: 2em 0 0;
  }
  #lp footer .flex {
    display: block;
    padding: 0 1em;
  }
  #lp footer .logo, #lp footer .nav {
    width: 100%;
    margin: auto;
  }
  #lp footer .logo {
    margin-bottom: 1.4em;
  }
  #lp footer .nav ul {
    padding: 0;
  }
}

/* --------------------------------
 Footer Caption
-------------------------------- */
.footer__caption {
  padding: 2.5em 0 0;
}
@media screen and (max-width: 600px) {
  .footer__caption {
    padding: 1.8em 0 0;
  }
}
/*# sourceMappingURL=lp.css.map */