@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: unset;
  box-sizing: border-box;
}

#lp-jacks {
  background: #ffffff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #lp-jacks {
    zoom: 80%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  #lp-jacks {
    zoom: 90%;
  }
}
@media only screen and (min-width: 1000px) {
  #lp-jacks .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pc-only {
    display: none !important;
  }
}
#lp-jacks .Montserrat {
  font-family: "Montserrat";
  line-height: 0.7;
}
#lp-jacks .inner {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .inner {
    padding: 0;
  }
}
#lp-jacks img {
  max-width: 100%;
}
#lp-jacks .common-blk-ot .common-blk .common-til {
  font-size: 80px;
  font-weight: bold;
  color: #E8E8E8;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #lp-jacks .common-blk-ot .common-blk .common-til {
    font-size: 14.13vw;
  }
}
#lp-jacks .common-blk-ot .common-blk .common-sbtil {
  margin-top: -5px;
  font-size: 32px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .common-blk-ot .common-blk .common-sbtil {
    margin-top: -1.1vw;
    font-size: 5.6vw;
  }
}
#lp-jacks .header {
  padding: 19px 56px 16px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header {
    padding: 3.4vw 2.67vw 2.67vw 5.6vw;
    position: absolute;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header.fixed {
    position: fixed;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header.fixed .header-img {
    position: relative !important;
    z-index: 3 !important;
    color: #ffffff !important;
  }
}
#lp-jacks .header .inner {
  max-width: 1348px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header .inner {
    position: unset;
  }
}
#lp-jacks .header .header-blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lp-jacks .header .header-blk .header-img {
  font-size: 45px;
  color: #3C3C3C;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header .header-blk .header-img {
    font-size: 8.53vw;
  }
}
#lp-jacks .header .header-blk .header-img img {
  width: 100%;
}
#lp-jacks .header .header-blk .header-menu-list {
  display: flex;
  gap: 23px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header .header-blk .header-menu-list {
    flex-direction: column;
    gap: 5.3vw;
  }
}
#lp-jacks .header .header-blk .header-menu-list .menu-list {
  font-size: 18px;
  font-weight: bold;
  color: #3C3C3C;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header .header-blk .header-menu-list .menu-list {
    color: #ffffff;
    font-size: 4.267vw;
    text-align: center;
    line-height: 1.7;
    width: fit-content;
    margin: 0 auto;
  }
}
#lp-jacks .header .header-blk .header-menu-btn {
  width: 11.73vw;
  height: 11.73vw;
  border-radius: 50%;
  background: #F54F04;
  position: relative;
  z-index: 3;
  cursor: pointer;
  position: fixed;
  top: 2.67vw;
  right: 2.67vw;
}
#lp-jacks .header .header-blk .header-menu-btn:before, #lp-jacks .header .header-blk .header-menu-btn:after {
  content: "";
  width: 5.067vw;
  height: 1px;
  border-radius: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: 0.3s;
}
#lp-jacks .header .header-blk .header-menu-btn:before {
  top: 4.8vw;
}
#lp-jacks .header .header-blk .header-menu-btn:after {
  bottom: 4.8vw;
}
#lp-jacks .header .header-blk .sp-menu-blk {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #3C3C3C;
  width: 100vw;
  height: 100vh;
  padding: 32.3vw 0 24.8vw;
  overflow: auto;
  display: none;
}
#lp-jacks .header .header-blk .sp-menu-blk .header-btn-group {
  margin-top: 25.867vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.67vw;
}
#lp-jacks .header .header-blk .sp-menu-blk .header-btn-group .hb-btn {
  width: 50.13vw;
  height: 11.73vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  border-radius: 2.67vw;
}
#lp-jacks .header .header-blk .sp-menu-blk .header-btn-group .hb-btn.btn01 {
  background: #F54F04;
}
#lp-jacks .header .header-blk .sp-menu-blk .header-btn-group .hb-btn.btn02 {
  background: #323232;
}
#lp-jacks .header .header-blk.active .header-menu-btn:before, #lp-jacks .header .header-blk.active .header-menu-btn:after {
  width: 5.3vw;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%) rotate(45deg);
}
#lp-jacks .header .header-blk.active .header-menu-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#lp-jacks .header .header-blk.active .sp-menu-blk {
  display: block;
}
#lp-jacks .header-grey {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  padding: 19px 56px 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}
#lp-jacks .header-grey .inner {
  max-width: 1348px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header-grey .inner {
    position: unset;
  }
}
#lp-jacks .header-grey .header-blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lp-jacks .header-grey .header-blk .header-img {
  font-size: 45px;
  color: #3C3C3C;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header-grey .header-blk .header-img {
    font-size: 8.53vw;
  }
}
#lp-jacks .header-grey .header-blk .header-img img {
  width: 100%;
}
#lp-jacks .header-grey .header-blk .header-menu-list {
  display: flex;
  gap: 23px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header-grey .header-blk .header-menu-list {
    flex-direction: column;
    gap: 5.3vw;
  }
}
#lp-jacks .header-grey .header-blk .header-menu-list .menu-list {
  font-size: 18px;
  font-weight: bold;
  color: #3C3C3C;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .header-grey .header-blk .header-menu-list .menu-list {
    color: #ffffff;
    font-size: 4.267vw;
    text-align: center;
    line-height: 1.7;
    width: fit-content;
    margin: 0 auto;
  }
}
#lp-jacks .header-grey .header-blk .header-menu-btn {
  width: 11.73vw;
  height: 11.73vw;
  border-radius: 50%;
  background: #F54F04;
  position: relative;
  z-index: 3;
  cursor: pointer;
  position: fixed;
  top: 2.67vw;
  right: 2.67vw;
}
#lp-jacks .header-grey .header-blk .header-menu-btn:before, #lp-jacks .header-grey .header-blk .header-menu-btn:after {
  content: "";
  width: 5.067vw;
  height: 1px;
  border-radius: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: 0.3s;
}
#lp-jacks .header-grey .header-blk .header-menu-btn:before {
  top: 4.8vw;
}
#lp-jacks .header-grey .header-blk .header-menu-btn:after {
  bottom: 4.8vw;
}
#lp-jacks .header-grey .header-blk .sp-menu-blk {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #3C3C3C;
  width: 100vw;
  height: 100vh;
  padding: 32.3vw 0 24.8vw;
  overflow: auto;
  display: none;
}
#lp-jacks .header-grey .header-blk .sp-menu-blk .header-btn-group {
  margin-top: 25.867vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.67vw;
}
#lp-jacks .header-grey .header-blk .sp-menu-blk .header-btn-group .hb-btn {
  width: 50.13vw;
  height: 11.73vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  border-radius: 2.67vw;
}
#lp-jacks .header-grey .header-blk .sp-menu-blk .header-btn-group .hb-btn.btn01 {
  background: #F54F04;
}
#lp-jacks .header-grey .header-blk .sp-menu-blk .header-btn-group .hb-btn.btn02 {
  background: #323232;
}
#lp-jacks .header-grey .header-blk.active .header-menu-btn:before, #lp-jacks .header-grey .header-blk.active .header-menu-btn:after {
  width: 5.3vw;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%) rotate(45deg);
}
#lp-jacks .header-grey .header-blk.active .header-menu-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#lp-jacks .header-grey .header-blk.active .sp-menu-blk {
  display: block;
}
#lp-jacks .footer {
  padding: 75px 0 73px;
  background: #ffffff;
  color: #3C3C3C;
  font-family: "Roboto";
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .footer {
    padding: 9.3vw 0 22.93vw;
  }
}
#lp-jacks .footer .footer-til {
  font-size: 32px;
  font-style: italic;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .footer .footer-til {
    font-size: 7.73vw;
  }
}
#lp-jacks .footer .copyright {
  margin-top: 6px;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .footer .copyright {
    font-size: 3.2vw;
    margin-top: 2.13vw;
  }
}
#lp-jacks .btm-fixed {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .btm-fixed {
    bottom: 0;
    right: 0;
    border-radius: unset;
    width: 100%;
  }
}
#lp-jacks .btm-fixed .hb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 65px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .btm-fixed .hb-btn {
    flex: 1;
    height: 11.73vw;
    font-size: 4.3vw;
  }
}
#lp-jacks .btm-fixed .hb-btn.btn01 {
  background: #F54F04;
}
#lp-jacks .btm-fixed .hb-btn.btn02 {
  background: #323232;
}
#lp-jacks .sec01 {
  padding: 166px 0 148px;
  background: url("/lp/img/lp-jacks/sec01-01.png") bottom center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 {
    background: #ffffff;
    padding: 0 8vw 18.67vw;
  }
}
#lp-jacks .sec01 .sec-blk {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk {
    display: block;
  }
}
#lp-jacks .sec01 .sec-blk .left-blk {
  color: #3C3C3C;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk {
    padding: 30.93vw 8vw 62.67vw;
    margin: 0 -8vw;
    background: url("/lp/img/lp-jacks/sec01-01-sp.png") no-repeat;
    background-size: 100%;
  }
}
#lp-jacks .sec01 .sec-blk .left-blk .blk-txt01 {
  font-size: 83px;
  width: fit-content;
  background: linear-gradient(to top, transparent 10px, #FFFA84 10px, #FFFA84 70px, transparent 70px);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk .blk-txt01 {
    font-size: 10.67vw;
    background: linear-gradient(to top, #FFFA84 8vw, transparent 8vw);
  }
}
#lp-jacks .sec01 .sec-blk .left-blk .blk-txt02 {
  font-size: 59px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk .blk-txt02 {
    font-size: 7.5vw;
  }
}
#lp-jacks .sec01 .sec-blk .left-blk .blk-txt02 span {
  font-size: 74px;
  margin-right: 3px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk .blk-txt02 span {
    font-size: 9.6vw;
    margin-right: 0;
  }
}
#lp-jacks .sec01 .sec-blk .left-blk .blk-txt03 {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  font-size: 109px;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk .blk-txt03 {
    font-size: 14.13vw;
  }
}
#lp-jacks .sec01 .sec-blk .left-blk .check-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk .check-group {
    margin-top: 4vw;
    gap: 1.6vw;
  }
}
#lp-jacks .sec01 .sec-blk .left-blk .check-group .check {
  width: 395px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.81);
  border-radius: 10px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk .check-group .check {
    width: 76.8vw;
    height: 10.4vw;
    gap: 3.2vw;
    border-radius: 1.3vw;
  }
}
#lp-jacks .sec01 .sec-blk .left-blk .check-group .check:before {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/sec01-02.svg") no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .left-blk .check-group .check:before {
    background-size: 4.53vw;
    width: 4.53vw;
    height: 4.53vw;
  }
}
#lp-jacks .sec01 .sec-blk .right-blk {
  margin-top: 38px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .right-blk {
    margin-top: 11.2vw;
  }
}
#lp-jacks .sec01 .sec-blk .right-blk .rb-img {
  display: flex;
  height: 428px;
  width: 241px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 auto;
  margin-right: 0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .right-blk .rb-img {
    width: 47.5vw;
    height: 84vw;
    border-radius: 3.2vw;
    margin: 0 auto;
  }
}
#lp-jacks .sec01 .sec-blk .right-blk .rb-img video {
  width: 100%;
}
#lp-jacks .sec01 .sec-blk .right-blk .blk-txt04 {
  font-size: 58px;
  font-weight: bold;
  color: #3C3C3C;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .right-blk .blk-txt04 {
    font-size: 9.867vw;
    margin-top: 6.13vw;
  }
}
#lp-jacks .sec01 .sec-blk .right-blk .blk-txt04 .dif-family {
  font-family: "Roboto";
  font-size: 102px;
  color: #F54F04;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .right-blk .blk-txt04 .dif-family {
    font-size: 17.1vw;
  }
}
#lp-jacks .sec01 .sec-blk .right-blk .blk-txt04 .color-orange {
  color: #F54F04;
}
#lp-jacks .sec01 .sec-blk .right-blk .blk-txt05 {
  font-size: 34px;
  font-weight: bold;
  color: #3C3C3C;
  text-align: center;
  margin-top: -10px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .right-blk .blk-txt05 {
    font-size: 5.6vw;
    margin-top: 0;
  }
}
#lp-jacks .sec01 .sec-blk .right-blk .blk-txt05 span {
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec01 .sec-blk .right-blk .blk-txt05 span {
    font-size: 6.93vw;
  }
}
#lp-jacks .sec01 .sec-blk .right-blk .blk-txt05 span.weight-thin {
  font-weight: 100;
}
#lp-jacks .sec02 {
  padding: 102px 0 120px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 {
    padding: 0 0 13.3vw;
  }
}
#lp-jacks .sec02 .sec-til {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #323232;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .sec-til {
    font-size: 8.8vw;
  }
}
#lp-jacks .sec02 .sec-til span {
  background: linear-gradient(to top, #FDFA84 0px, #FDFA84 43px, transparent 43px);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .sec-til span {
    background: linear-gradient(to top, #FDFA84 0px, #FDFA84 9.3vw, transparent 9.3vw);
  }
}
#lp-jacks .sec02 .sec-sbtil {
  margin-top: 6px;
  font-size: 70px;
  font-weight: bold;
  color: #323232;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .sec-sbtil {
    margin-top: 1.867vw;
    font-size: 10.67vw;
    line-height: 1.375;
  }
}
#lp-jacks .sec02 .condition-group {
  display: flex;
  flex-direction: column;
  gap: 108px;
  margin-top: 55px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group {
    margin-top: 15vw;
    gap: 20.3vw;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition {
    padding: 0 8vw;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition.sp-bg-grey {
    padding: 15.5vw 8vw 16vw;
    background: #F0F0F0;
  }
}
#lp-jacks .sec02 .condition-group .condition .c-til {
  text-align: center;
  position: relative;
  font-size: 38px;
  font-weight: bold;
  color: #323232;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .c-til {
    font-size: 6.4vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .c-til span {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 0 65px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .c-til span {
    padding: 0 8.53vw;
    background: #F0F0F0;
  }
}
#lp-jacks .sec02 .condition-group .condition .c-til:after {
  content: "";
  display: flex;
  width: 100%;
  height: 1px;
  background: #F54F04;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lp-jacks .sec02 .condition-group .condition .student-group {
  display: flex;
  gap: 40px;
  margin-top: 25px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group {
    margin-top: 6.4vw;
    gap: 22.4vw;
    flex-direction: column;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk {
  flex: 1;
  padding: 45px 0 57px;
  background: #F0F0F0;
  border-radius: 20px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk {
    padding: 0;
    background: unset;
    border-radius: unset;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-til {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #3C3C3C;
  line-height: 1.83;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-til {
    font-size: 6.4vw;
    line-height: 1.625;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-til .roboto {
  font-family: "Roboto";
  font-size: 32px;
  line-height: 0.7;
  color: #F54F04;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-til .roboto {
    font-size: 8.53vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-til .color-orange {
  color: #F54F04;
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-question {
  margin: 0 auto;
  margin-top: 34px;
  width: 397px;
  height: 88px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #323232;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-question {
    margin-top: 5.3vw;
    width: 100%;
    height: 18.8vw;
    border-radius: 2.67vw;
    gap: 3.3vw;
    font-size: 3.73vw;
    line-height: 1.7;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-question:before {
  content: "Q";
  font-family: "Roboto";
  width: 65px;
  height: 100%;
  border-right: 2px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: #B2B2B2;
  line-height: 0.7;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-question:before {
    width: 10vw;
    border-right: 1px solid #F0F0F0;
    font-size: 6.67vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-img {
  display: flex;
  margin: 0 auto;
  margin-top: 42px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-img {
    margin-top: 6.3vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-img.sec02-01 {
  width: 494px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-img.sec02-01 {
    width: 91.5vw;
    margin-left: -1.68vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-img.sec02-02 {
  width: 502px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-img.sec02-02 {
    width: 90.67vw;
    margin-left: -2.13vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .student-group .student-blk .sb-img img {
  width: 100%;
}
#lp-jacks .sec02 .condition-group .condition .c-tip {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  margin-top: 18px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .c-tip {
    display: flex;
    font-size: 3.2vw;
    line-height: 1.83;
    margin-top: 11.44vw;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .c-tip span {
    white-space: nowrap;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group {
  display: flex;
  gap: 40px;
  margin-top: 27px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group {
    gap: 12.53vw;
    margin-top: 12vw;
    flex-direction: column;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk {
  flex: 1;
  position: relative;
  background: #F0F0F0;
  border-radius: 20px;
  padding: 75px 0 20px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group .company-blk {
    width: 100%;
    border-radius: 2.67vw;
    padding: 9.867vw 0 4vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk:before {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group .company-blk:before {
    width: 0.8vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk:after {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/sec02-03.svg") no-repeat;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  position: absolute;
  bottom: 54.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group .company-blk:after {
    background-size: 2.93vw 10.67vw;
    width: 2.93vw;
    height: 10.67vw;
    bottom: 7.8vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk .cb-til {
  background: #ffffff;
  text-align: center;
  width: 300px;
  padding: 24px 0 13px;
  font-size: 24px;
  font-weight: bold;
  color: #3C3C3C;
  border-radius: 12px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group .company-blk .cb-til {
    width: auto;
    white-space: nowrap;
    padding: 1.73vw 4.267vw;
    font-size: 4.8vw;
    border-radius: 2.13vw;
    top: -5.1vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group {
  display: flex;
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk {
  flex: 1;
  text-align: center;
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk .yg-til {
  font-size: 16px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk .yg-til {
    font-size: 4.3vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk .yg-num {
  margin-top: -3px;
  color: #505050;
  font-family: "Roboto";
  font-size: 55px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk .yg-num {
    margin-top: 0;
    font-size: 11.2vw;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk .yg-num span {
  font-size: 16px;
  margin-right: 4px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk .yg-num span {
    font-size: 4.3vw;
    margin-right: 1px;
  }
}
#lp-jacks .sec02 .condition-group .condition .company-group .company-blk .year-group .year-blk .yg-num.color-orange {
  color: #F54F04;
}
#lp-jacks .sec03 {
  position: relative;
  padding: 83px 0 88px;
  text-align: center;
  background: #3C3C3C;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03 {
    padding: 14.93vw 0 18.4vw;
    font-feature-settings: "palt";
  }
}
#lp-jacks .sec03:before {
  content: "";
  border-bottom: 74px solid #3C3C3C;
  border-right: 72px solid transparent;
  border-left: 72px solid transparent;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03:before {
    border-bottom: 10.67vw solid #3C3C3C;
    border-right: 10.4vw solid transparent;
    border-left: 10.4vw solid transparent;
    top: -3.5vw;
  }
}
#lp-jacks .sec03 .tb-txt01 {
  font-size: 32px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03 .tb-txt01 {
    font-size: 4.3vw;
  }
}
#lp-jacks .sec03 .tb-txt02 {
  font-size: 32px;
  margin-top: 8px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03 .tb-txt02 {
    font-size: 4.3vw;
    margin-top: 2.4vw;
  }
}
#lp-jacks .sec03 .tb-txt03 {
  margin-top: 10px;
  font-size: 48px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03 .tb-txt03 {
    margin-top: 4vw;
    font-size: 5.6vw;
  }
}
#lp-jacks .sec03 .tb-txt04 {
  font-size: 50px;
  margin-top: 30px;
  color: #FFAF8B;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03 .tb-txt04 {
    font-size: 5.6vw;
    margin-top: 1.3vw;
  }
}
#lp-jacks .sec03 .tb-txt05 {
  margin-top: -5px;
  font-size: 88px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03 .tb-txt05 {
    font-size: 9.3vw;
    margin-top: 4.8vw;
  }
}
#lp-jacks .sec03 .tb-txt05 span {
  position: relative;
  z-index: 2;
}
#lp-jacks .sec03 .tb-txt05:after {
  content: "";
  position: absolute;
  left: 51%;
  bottom: -10px;
  transform: translateX(-50%);
  display: block;
  width: 759px;
  height: 64px;
  background: #F54F04;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec03 .tb-txt05:after {
    width: 79.5vw;
    height: 7.2vw;
    bottom: -1.6vw;
  }
}
#lp-jacks .sec04 {
  padding: 59px 0 0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 {
    padding: 15vw 0 0;
  }
}
#lp-jacks .sec04 .sec-til {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .sec-til {
    font-size: 4.53vw;
  }
}
#lp-jacks .sec04 .sec-sbtil {
  font-size: 65px;
  font-weight: bold;
  color: #F54F04;
  line-height: 1.35;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .sec-sbtil {
    margin-top: 1vw;
    font-size: 6.67vw;
    line-height: 1.4;
  }
}
#lp-jacks .sec04 .img-til {
  margin: 0 auto;
  margin-top: 31px;
  position: relative;
  width: 770px;
  height: 86px;
  background: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-til {
    margin-top: 8vw;
    width: 84vw;
    height: 25.6vw;
    font-size: 6.93vw;
    line-height: 1.3;
    text-align: center;
  }
}
#lp-jacks .sec04 .img-til:before, #lp-jacks .sec04 .img-til:after {
  content: "";
  border-top: 20px solid #3C3C3C;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  bottom: -15px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-til:before, #lp-jacks .sec04 .img-til:after {
    bottom: -1.867vw;
    border-top: 5.3vw solid #3C3C3C;
    border-left: 4.8vw solid transparent;
    border-right: 4.8vw solid transparent;
  }
}
#lp-jacks .sec04 .img-til:before {
  left: 175px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-til:before {
    left: 15.5vw;
  }
}
#lp-jacks .sec04 .img-til:after {
  right: 173px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-til:after {
    right: 15.5vw;
  }
}
#lp-jacks .sec04 .img-txt-group {
  display: flex;
  justify-content: center;
  gap: 107px;
  margin-top: 46px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-txt-group {
    gap: 11.73vw;
    margin-top: 9.867vw;
  }
}
#lp-jacks .sec04 .img-txt-group .it-blk .it-img {
  display: flex;
  width: 280px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-txt-group .it-blk .it-img {
    width: 34.67vw;
  }
}
#lp-jacks .sec04 .img-txt-group .it-blk .it-img img {
  width: 100%;
}
#lp-jacks .sec04 .img-txt-group .it-blk .it-txt {
  margin-top: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #3C3C3C;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-txt-group .it-blk .it-txt {
    margin-top: 4.8vw;
    font-size: 3.73vw;
  }
}
#lp-jacks .sec04 .img-txt-group .it-blk .it-txt span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: max-content;
}
#lp-jacks .sec04 .img-txt-group .it-blk .it-txt.have-bg span {
  padding: 7px 14px;
  color: #ffffff;
  background: #3C3C3C;
  top: -7px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec04 .img-txt-group .it-blk .it-txt.have-bg span {
    padding: 0.8vw 1.267vw;
    top: -0.8vw;
  }
}
#lp-jacks .sec05 {
  background: #F2F2F2;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  padding: 150px 0 88px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 {
    padding: 10.3vw 8vw 15.2vw;
    margin-top: 15vw;
  }
}
#lp-jacks .sec05 .sec-til {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .sec-til {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
#lp-jacks .sec05 .sec-til .before-til {
  font-size: 49px;
  font-weight: bold;
  color: #3C3C3C;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .sec-til .before-til {
    font-size: 6.93vw;
    margin-top: 2.93vw;
  }
}
#lp-jacks .sec05 .sec-til .before-til span {
  font-family: "Roboto";
  font-size: 56px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .sec-til .before-til span {
    font-size: 8vw;
  }
}
#lp-jacks .sec05 .sec-til .after-til {
  font-family: "Roboto";
  font-size: 120px;
  font-weight: bold;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .sec-til .after-til {
    position: unset;
    transform: unset;
    font-size: 14.13vw;
    line-height: 1;
  }
}
#lp-jacks .sec05 .sec-sbtil {
  text-align: center;
  font-size: 69px;
  font-weight: bold;
  text-align: center;
  color: #F54F04;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .sec-sbtil {
    font-size: 9.867vw;
    white-space: nowrap;
    margin: 0 -8vw;
  }
}
#lp-jacks .sec05 .sec-sbtil span {
  font-size: 84px;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .sec-sbtil span {
    font-size: 12vw;
    margin-right: 1.3vw;
  }
}
#lp-jacks .sec05 .check-group {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 766px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .check-group {
    width: 100%;
    margin-top: 4.53vw;
    gap: 1.3vw;
  }
}
#lp-jacks .sec05 .check-group .check {
  display: flex;
  gap: 24px;
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 29px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .check-group .check {
    gap: 3.73vw;
    padding: 2.13vw 10.4vw 3.2vw 3.2vw;
    border-radius: 1.3vw;
    font-feature-settings: "palt";
    font-size: 4.53vw;
    line-height: 1.64;
  }
}
#lp-jacks .sec05 .check-group .check:before {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/sec05-01.svg") no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin-top: 6px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .check-group .check:before {
    background-size: 5.1vw;
    width: 5.1vw;
    height: 5.1vw;
    margin-top: 1.5vw;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .check-group .check span {
    flex: 1;
  }
}
#lp-jacks .sec05 .btm-art {
  text-align: center;
  margin-top: 48px;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec05 .btm-art {
    margin-top: 10.93vw;
    font-size: 4vw;
    line-height: 1.867;
    text-align: unset;
    font-feature-settings: "palt";
  }
}
#lp-jacks .sec06 {
  padding: 147px 0 155px;
  background: linear-gradient(to top, #F2F2F2 1005px, #fff 1005px);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 {
    padding: 9.867vw 8vw 26.13vw;
    background: linear-gradient(to top, #F2F2F2 188vw, #fff 188vw);
    overflow: hidden;
  }
}
#lp-jacks .sec06 .txt-img {
  padding-left: 100px;
  margin-top: 102px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img {
    display: block;
    padding: 0;
    margin-top: 12vw;
  }
}
#lp-jacks .sec06 .txt-img .left-txt {
  font-weight: bold;
  color: #3C3C3C;
  position: relative;
  z-index: 2;
}
#lp-jacks .sec06 .txt-img .left-txt .txt01 {
  font-size: 40px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt01 {
    font-size: 7.2vw;
  }
}
#lp-jacks .sec06 .txt-img .left-txt .txt01 span {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  font-size: 60px;
  margin-right: 2px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt01 span {
    font-size: 10.93vw;
    margin-right: 1.1vw;
  }
}
#lp-jacks .sec06 .txt-img .left-txt .txt-blk {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 16px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt-blk {
    display: block;
    margin-top: 2.93vw;
  }
}
#lp-jacks .sec06 .txt-img .left-txt .txt-blk .txt02 {
  font-family: "Roboto";
  color: #F54F04;
  font-size: 101px;
  line-height: 0.7;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt-blk .txt02 {
    font-size: 18.67vw;
  }
}
#lp-jacks .sec06 .txt-img .left-txt .txt-blk .txt02 span {
  font-size: 90px;
  font-weight: 100;
  margin: 0 12px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt-blk .txt02 span {
    font-size: 17.6vw;
    margin: 2.93vw;
  }
}
#lp-jacks .sec06 .txt-img .left-txt .txt-blk .txt03 {
  font-size: 36px;
  line-height: 1.31;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt-blk .txt03 {
    margin-top: 4.8vw;
    font-size: 6.67vw;
    line-height: 1.52;
  }
}
#lp-jacks .sec06 .txt-img .left-txt .txt04 {
  font-size: 66px;
  margin-top: 12px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt04 {
    margin-top: -0.8vw;
    font-size: 12.3vw;
    white-space: nowrap;
  }
}
#lp-jacks .sec06 .txt-img .left-txt .txt-art {
  margin-top: 26px;
  font-size: 24px;
  line-height: 1.92;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .left-txt .txt-art {
    margin-top: 7.5vw;
    font-size: 4vw;
    line-height: 2.13;
    letter-spacing: -0.5px;
  }
}
#lp-jacks .sec06 .txt-img .right-img {
  display: flex;
  width: 756px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .txt-img .right-img {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    margin: 0 -8vw;
    margin-top: -66.8vw;
  }
}
#lp-jacks .sec06 .txt-img .right-img img {
  width: 100%;
}
#lp-jacks .sec06 .int-group {
  margin-top: 214px;
  display: flex;
  gap: 40px;
}
#lp-jacks .sec06 .int-swiper {
  margin-top: 20.5vw;
}
#lp-jacks .sec06 .int-swiper .swiper-container {
  width: 100%;
  overflow: unset;
}
#lp-jacks .sec06 .int-swiper .swiper-container .swiper-slide {
  width: 72.3vw;
  margin-right: 5.3vw;
  height: auto;
}
#lp-jacks .sec06 .int {
  width: calc((100% - 80px) / 3);
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  position: relative;
  padding: 164px 40px 80px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .int {
    width: 100%;
    border-radius: 5.3vw;
    padding: 15.73vw 7.73vw 17.3vw;
    border: none;
    height: 100%;
  }
}
#lp-jacks .sec06 .int .int-num {
  display: flex;
  position: absolute;
  top: -61px;
  left: 33px;
  width: 112px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .int .int-num {
    width: 17.6vw;
    top: -8.8vw;
    left: 6.4vw;
  }
}
#lp-jacks .sec06 .int .int-num img {
  width: 100%;
}
#lp-jacks .sec06 .int .int-img {
  display: flex;
  position: absolute;
}
#lp-jacks .sec06 .int .int-img.sec06-02 {
  width: 81px;
  top: 44px;
  right: 55px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .int .int-img.sec06-02 {
    width: 12.53vw;
    top: 7.1vw;
    right: 7.6vw;
  }
}
#lp-jacks .sec06 .int .int-img.sec06-03 {
  width: 86px;
  top: 51px;
  right: 51px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .int .int-img.sec06-03 {
    width: 16.1vw;
    top: 7.1vw;
    right: 5.813vw;
  }
}
#lp-jacks .sec06 .int .int-img.sec06-04 {
  width: 96px;
  top: 45px;
  right: 46px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .int .int-img.sec06-04 {
    width: 13.73vw;
    top: 6.83vw;
    right: 8.88vw;
  }
}
#lp-jacks .sec06 .int .int-img img {
  width: 100%;
}
#lp-jacks .sec06 .int .int-til {
  font-size: 30px;
  font-weight: bold;
  color: #F54F04;
  line-height: 1.67;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .int .int-til {
    font-size: 5.6vw;
    line-height: 1.67;
  }
}
#lp-jacks .sec06 .int .int-art {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.83;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec06 .int .int-art {
    margin-top: 2.93vw;
    font-size: 4vw;
    line-height: 2;
  }
}
#lp-jacks .sec07 {
  border-bottom: 1px solid #DCDCDC;
  padding: 126px 0 132px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec07 {
    padding: 16.8vw 8vw 0;
  }
}
#lp-jacks .sec07 .sec-til {
  font-size: 52px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec07 .sec-til {
    font-size: 8.53vw;
    line-height: 1.65;
    text-align: center;
  }
}
#lp-jacks .sec07 .sec-til span {
  font-size: 65px;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  margin-top: 4px;
  display: inline-block;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec07 .sec-til span {
    font-size: 10.93vw;
    margin-top: 1vw;
    line-height: 0.7;
  }
}
#lp-jacks .sec07 .sec07-01 {
  margin-top: 56px;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec07 .sec07-01 {
    width: auto;
    margin-top: 7.6vw;
    margin-left: -4.3vw;
  }
}
#lp-jacks .sec07 .sec07-01 img {
  width: 100%;
}
#lp-jacks .swiper-scroll {
  padding: 115px 0 126px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .swiper-scroll {
    padding: 26vw 0 25.173vw;
    overflow: hidden;
  }
}
#lp-jacks .swiper-scroll .ss-til {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .swiper-scroll .ss-til {
    font-size: 8.53vw;
  }
}
#lp-jacks .swiper-scroll .swiper-container {
  overflow: unset;
}
#lp-jacks .swiper-scroll .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
#lp-jacks .swiper-scroll .swiper-container .swiper-slide {
  width: 1431px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .swiper-scroll .swiper-container .swiper-slide {
    width: 381.6vw;
  }
}
#lp-jacks .swiper-scroll .swiper-container .swiper-slide img {
  width: 100%;
}
#lp-jacks .sec08 {
  padding: 100px 0 266px;
  background: #F2F2F2;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 {
    padding: 11.5vw 8vw 20.8vw;
  }
}
#lp-jacks .sec08 .common-til {
  color: #ffffff !important;
}
#lp-jacks .sec08 .inner {
  max-width: 1020px;
  position: unset;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .inner {
    max-width: unset;
  }
}
#lp-jacks .sec08 .table-blk-group {
  display: flex;
  gap: 10px;
  margin-top: 57px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group {
    margin: 0 -2.67vw;
    margin-top: 5.867vw;
    gap: 0.267vw;
    width: auto;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk {
  width: calc((100% - 40px) / 5);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk {
    width: calc((100% - 1.068vw) / 5);
    font-feature-settings: "palt";
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk .tb-til {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #868686;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk .tb-til {
    height: 12vw;
    font-size: 3.73vw;
    border: 1px solid #C8C8C8;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group {
    margin-top: 1.867vw;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #3C3C3C;
  background: #E0E0E0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item {
    height: 16.53vw;
    font-size: 3.467vw;
    text-align: center;
    padding: 3.1vw 0;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item:nth-of-type(even) {
  background: #ffffff;
}
#lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item:nth-of-type(1), #lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item:nth-of-type(2) {
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item:nth-of-type(1), #lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item:nth-of-type(2) {
    letter-spacing: -0.5px;
    height: 12vw;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item span {
  font-size: 15px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk .tb-item-group .tb-item span {
    font-size: 2.13vw;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk.til-blk .tb-item {
  justify-content: flex-start;
  padding: 0 20px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk.til-blk .tb-item {
    padding: 3.1vw 1.867vw;
    text-align: left;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk.bg-orange .tb-til {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  background: #F54F04;
  font-size: 30px;
  padding-top: 9px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .table-blk-group .table-blk.bg-orange .tb-til {
    font-size: 4.3vw;
    padding-top: 0;
    border: none;
  }
}
#lp-jacks .sec08 .table-blk-group .table-blk.bg-orange .tb-item-group {
  border: 1px solid #F54F04;
}
#lp-jacks .sec08 .table-blk-group .table-blk.bg-orange .tb-item {
  font-weight: bold;
  background: #FFF1EB;
  color: #F54F04;
}
#lp-jacks .sec08 .table-blk-group .table-blk.bg-orange .tb-item :nth-of-type(even) {
  background: #FFFFFF;
}
#lp-jacks .sec08 .txt-blk {
  margin-top: 40px;
  width: 100%;
  height: 130px;
  background: #F54F04;
  color: #ffffff;
  font-weight: bold;
  padding: 24px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .txt-blk {
    margin: 0 -2.67vw;
    margin-top: 8.53vw;
    height: unset;
    width: auto;
    padding: 8vw 0 9.867vw;
    text-align: center;
    display: block;
  }
}
#lp-jacks .sec08 .txt-blk .tb-txt01 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 32px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .txt-blk .tb-txt01 {
    gap: 1.1vw;
    justify-content: center;
    font-size: 8.53vw;
    position: relative;
  }
}
#lp-jacks .sec08 .txt-blk .tb-txt01 span {
  font-size: 37px;
  font-family: "Roboto";
  font-style: italic;
  margin-top: 6px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .txt-blk .tb-txt01 span {
    font-size: 9.867vw;
    margin-top: 0;
  }
}
#lp-jacks .sec08 .txt-blk .tb-txt01:after {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/sec08-img01.svg") no-repeat;
  background-size: 21px;
  width: 21px;
  height: 130px;
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .txt-blk .tb-txt01:after {
    transform-origin: center center;
    top: unset;
    left: 50%;
    right: unset;
    bottom: -17.2vw;
    transform: translateX(-50%) rotate(90deg);
    background-size: 3.6vw 22.67vw;
    width: 3.6vw;
    height: 22.67vw;
  }
}
#lp-jacks .sec08 .txt-blk .tb-txt02 {
  font-size: 26px;
  line-height: 1.7;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec08 .txt-blk .tb-txt02 {
    margin-top: 11.2vw;
    font-size: 4.8vw;
    line-height: 2;
  }
}
#lp-jacks .link-blk-float {
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .link-blk-float {
    padding: 20vw 8vw 0;
  }
}
#lp-jacks .link-blk-float .link-blk {
  position: absolute;
  bottom: -151px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  margin: 0 10px;
  width: 1200px;
  background: #3C3C3C;
  border-radius: 20px;
  padding: 68px 0 65px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .link-blk-float .link-blk {
    position: relative;
    z-index: 2;
    bottom: unset;
    left: unset;
    transform: unset;
    margin: 0;
    width: 100%;
    padding: 10.13vw 8vw 13.867vw;
    border-radius: 5.3vw;
  }
}
#lp-jacks .link-blk-float .link-blk .lb-til {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .link-blk-float .link-blk .lb-til {
    font-size: 6.13vw;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .link-blk-float .link-blk .lb-til span {
    font-size: 9.867vw;
    line-height: 1.24;
  }
}
#lp-jacks .link-blk-float .link-blk .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  gap: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  font-size: 23px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .link-blk-float .link-blk .btn-group {
    flex-direction: column;
    margin-top: 7.2vw;
    gap: 5.3vw;
    font-size: 4.8vw;
  }
}
#lp-jacks .link-blk-float .link-blk .btn-group .btn-blk {
  width: 306px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .link-blk-float .link-blk .btn-group .btn-blk {
    width: 100%;
    height: 13.3vw;
  }
}
#lp-jacks .link-blk-float .link-blk .btn-group .btn-blk.btn01 {
  background: #F54F04;
}
#lp-jacks .link-blk-float .link-blk .btn-group .btn-blk.btn02 {
  background: #000000;
}
#lp-jacks .sec09 {
  padding: 256px 0 117px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 {
    padding: 30.67vw 8vw 24vw;
  }
}
#lp-jacks .sec09 .til-blk {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .til-blk {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .til-blk .common-blk {
    text-align: center;
  }
}
#lp-jacks .sec09 .til-blk .img-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .til-blk .img-txt {
    margin-top: 6.4vw;
  }
}
#lp-jacks .sec09 .til-blk .img-txt .it-img {
  display: flex;
  width: 349px;
  margin-right: 100px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .til-blk .img-txt .it-img {
    margin: 0 auto;
    width: 51.2vw;
  }
}
#lp-jacks .sec09 .til-blk .img-txt .it-img img {
  width: 100%;
}
#lp-jacks .sec09 .til-blk .img-txt .it-txt {
  margin-top: 27px;
  font-size: 32px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .til-blk .img-txt .it-txt {
    margin-top: 8.32vw;
    font-size: 6.67vw;
    text-align: center;
  }
}
#lp-jacks .sec09 .til-blk .img-txt .it-txt .roboto {
  font-family: "Roboto";
  font-size: 46px;
  line-height: 0.7;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .til-blk .img-txt .it-txt .roboto {
    font-size: 12.3vw;
    line-height: 1.5;
  }
}
#lp-jacks .sec09 .til-blk .img-txt .it-txt .color-orange {
  color: #F54F04;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .til-blk .img-txt .it-txt span:not(.roboto) {
    font-size: 8.5vw;
  }
}
#lp-jacks .sec09 .step-group {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .step-group {
    margin-top: 12.3vw;
    gap: 2.67vw;
  }
}
#lp-jacks .sec09 .step-group .step-blk {
  width: calc((100% - 30px) / 4);
  border-radius: 10px;
  background: #868686;
  padding: 8px 23px 34px 30px;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .step-group .step-blk {
    width: calc((100% - 2.67vw) / 2);
    height: 33.33vw;
    border-radius: 2.67vw;
    padding: 2.4vw 2.93vw 0 4vw;
  }
}
#lp-jacks .sec09 .step-group .step-blk.bg-orange {
  background: #F54F04;
}
#lp-jacks .sec09 .step-group .step-blk .sb-til {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .step-group .step-blk .sb-til {
    gap: 1.1vw;
    justify-content: flex-start;
  }
}
#lp-jacks .sec09 .step-group .step-blk .sb-til .til-txt01 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 3px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .step-group .step-blk .sb-til .til-txt01 {
    font-size: 3.2vw;
    margin-top: 0;
  }
}
#lp-jacks .sec09 .step-group .step-blk .sb-til .til-txt02 {
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .step-group .step-blk .sb-til .til-txt02 {
    font-size: 7.73vw;
  }
}
#lp-jacks .sec09 .step-group .step-blk .sb-art {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .step-group .step-blk .sb-art {
    margin-top: 2.67vw;
    font-size: 3.73vw;
    line-height: 1.857;
  }
}
#lp-jacks .sec09 .int-group {
  margin-top: 21px;
  display: flex;
  gap: 36px;
  justify-content: flex-end;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .int-group {
    margin-top: 6.1vw;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3.5vw;
  }
}
#lp-jacks .sec09 .int-group .int-blk {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .int-group .int-blk {
    gap: 1.867vw;
  }
}
#lp-jacks .sec09 .int-group .int-blk .ib-color {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .int-group .int-blk .ib-color {
    width: 4.8vw;
    height: 4.8vw;
  }
}
#lp-jacks .sec09 .int-group .int-blk .ib-color.bg-orange {
  background: #F54F04;
}
#lp-jacks .sec09 .int-group .int-blk .ib-color.bg-grey {
  background: #868686;
}
#lp-jacks .sec09 .int-group .int-blk .ib-txt {
  font-size: 15px;
  font-weight: 500;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec09 .int-group .int-blk .ib-txt {
    font-size: 3.73vw;
  }
}
#lp-jacks .sec10 {
  padding: 110px 0 153px;
  background: #EFEFEF;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec10 {
    padding: 10.24vw 8vw 29.68vw;
    overflow: hidden;
  }
}
#lp-jacks .sec10 .common-til {
  color: #ffffff !important;
}
#lp-jacks .sec10 .swiper-container {
  margin-top: 46px;
  overflow: unset;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec10 .swiper-container {
    margin-top: 8.53vw;
  }
}
#lp-jacks .sec10 .swiper-container .swiper-slide {
  width: 485px;
  margin-right: 30px;
  height: unset;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec10 .swiper-container .swiper-slide {
    width: 74.67vw;
    margin-right: 2.67vw;
  }
}
#lp-jacks .sec10 .swiper-container .swiper-slide .voice {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 95px 50px 63px;
  border-radius: 20px;
  color: #3C3C3C;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec10 .swiper-container .swiper-slide .voice {
    padding: 13.6vw 8vw 11.28vw;
    border-radius: 20px;
  }
}
#lp-jacks .sec10 .swiper-container .swiper-slide .voice .v-til {
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec10 .swiper-container .swiper-slide .voice .v-til {
    font-size: 4vw;
    line-height: 1.67;
  }
}
#lp-jacks .sec10 .swiper-container .swiper-slide .voice .v-art {
  font-size: 18px;
  margin-top: 20px;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec10 .swiper-container .swiper-slide .voice .v-art {
    font-size: 4vw;
    margin-top: 4.32vw;
  }
}
#lp-jacks .sec11 {
  padding: 118px 0 180px;
  background: #ffffff;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 {
    padding: 18.67vw 8vw 12.96vw;
  }
}
#lp-jacks .sec11 .common-blk {
  padding: 0 100px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .common-blk {
    padding: 0;
  }
}
#lp-jacks .sec11 .faq-group {
  margin-top: 44px;
  padding: 0 100px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .faq-group {
    margin-top: 8vw;
    padding: 0;
    gap: 2.67vw;
  }
}
#lp-jacks .sec11 .faq-group .faq {
  border-radius: 10px;
  overflow: hidden;
  color: #3C3C3C;
  position: relative;
  border: 1px solid #DCDCDC;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .faq-group .faq {
    border-radius: 2.67vw;
  }
}
#lp-jacks .sec11 .faq-group .faq:not(:first-of-type) {
  border-top: none;
}
#lp-jacks .sec11 .faq-group .faq:before {
  content: "";
  width: 18.5px;
  height: 2px;
  background: #F54F04;
  position: absolute;
  top: 33px;
  right: 17.5px;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .faq-group .faq:before {
    width: 4.93vw;
    height: 0.53vw;
    top: 8.67vw;
    right: 4.13vw;
  }
}
#lp-jacks .sec11 .faq-group .faq:after {
  content: "";
  height: 18.5px;
  width: 2px;
  background: #F54F04;
  position: absolute;
  top: 24px;
  right: 26px;
  transition: 0.2s;
  opacity: 1;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .faq-group .faq:after {
    height: 4.93vw;
    width: 0.53vw;
    top: 6.6vw;
    right: 6.3vw;
  }
}
#lp-jacks .sec11 .faq-group .faq .q {
  padding: 16px 74px;
  background: #ffffff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .faq-group .faq .q {
    padding: 5.3vw 12.8vw;
    padding-right: 13.86vw;
    font-size: 4.8vw;
  }
}
#lp-jacks .sec11 .faq-group .faq .q:before {
  content: "Q";
  font-size: 30px;
  color: #F54F04;
  position: absolute;
  left: 30px;
  top: 13px;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .faq-group .faq .q:before {
    font-size: 6.93vw;
    left: 5.1vw;
    top: 4.267vw;
  }
}
#lp-jacks .sec11 .faq-group .faq .a {
  padding: 28px 74px 34px;
  background: #EFEFEF;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  display: none;
  border-top: 1px solid #DCDCDC;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec11 .faq-group .faq .a {
    padding: 5.3vw 8vw 8vw;
    font-size: 4vw;
  }
}
#lp-jacks .sec11 .faq-group .faq.active:after {
  display: none;
  opacity: 0;
}
#lp-jacks .sec11 .faq-group .faq.active .a {
  display: block;
}
#lp-jacks .sec12 {
  background: #3C3C3C;
  padding: 141px 0 138px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 {
    padding: 18.5vw 8vw 22.67vw;
  }
}
#lp-jacks .sec12 .inner {
  max-width: 870px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .inner {
    max-width: unset;
  }
}
#lp-jacks .sec12 .til {
  text-align: center;
  font-size: 120px;
  font-weight: bold;
  color: #000000;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .til {
    font-size: 13.3vw;
  }
}
#lp-jacks .sec12 .sbtil {
  text-align: center;
  margin-top: 4px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .sbtil {
    margin-top: 2.83vw;
    font-size: 5.867vw;
    line-height: 1.55;
  }
}
#lp-jacks .sec12 .form {
  margin-top: 68px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form {
    margin-top: 9.973vw;
  }
}
#lp-jacks .sec12 .form .input-blk-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group {
    gap: 5.3vw;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group .input-blk {
    display: block;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-til {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 12px;
  display: flex;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-til {
    font-size: 4vw;
    margin-top: 0;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-til span {
  color: #F54F04;
  font-size: 10px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-til span {
    font-size: 2.6vw;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input {
  width: 620px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input {
    width: 100%;
    margin-top: 2.93vw;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input input, #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input textarea {
  width: 100%;
  height: 52px;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 12.5px 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input input, #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input textarea {
    height: 11.2vw;
    border-radius: 1.3vw;
    padding: 2.67vw 4.8vw;
    font-size: 4vw;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input textarea {
  height: 285px;
  resize: none;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input textarea {
    height: 54.13vw;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input .errorMsg {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input .errorMsg {
    font-size: 3.5vw;
  }
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input.error input, #lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input.error textarea {
  border: 1px solid red;
  background: #fef1f1;
}
#lp-jacks .sec12 .form .input-blk-group .input-blk .ib-input.error .errorMsg {
  display: block;
}
#lp-jacks .sec12 .form .form-art {
  margin: 0 auto;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .form-art {
    margin-top: 6.13vw;
    gap: 0.8vw;
    font-size: 4vw;
    font-feature-settings: "palt";
  }
}
#lp-jacks .sec12 .form .form-art a {
  color: #fff;
}
#lp-jacks .sec12 .form .form-art input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #B4B4B4;
  background: #ffffff;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .form-art input {
    width: 4.267vw;
    height: 4.267vw;
  }
}
#lp-jacks .sec12 .form .form-art input:checked {
  position: relative;
}
#lp-jacks .sec12 .form .form-art input:checked:after {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/icon-check.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .form-art input:checked:after {
    background-size: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
#lp-jacks .sec12 .form .form-art .errorMsg {
  display: none;
  position: absolute;
  bottom: 2px;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
  left: 0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .form-art .errorMsg {
    font-size: 3.5vw;
  }
}
#lp-jacks .sec12 .form .form-art.error .errorMsg {
  display: block;
}
#lp-jacks .sec12 .form .form-send {
  margin: 0 auto;
  margin-top: 36px;
  width: 306px;
  height: 72px;
  background: #323232;
  border: 1px solid #7C7C7C;
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec12 .form .form-send {
    width: 100%;
    height: 12.8vw;
    margin-top: 5.6vw;
    font-size: 4.53vw;
  }
}
#lp-jacks .sec13 {
  background: #ffffff;
  padding: 161px 0 0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec13 {
    padding: 13.17vw 8vw 0;
  }
}
#lp-jacks .sec13 .main-blk {
  background: #3C3C3C;
  border-radius: 20px;
  padding: 168px 0 80px;
  position: relative;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec13 .main-blk {
    border-radius: 5.3vw;
    padding: 22.67vw 0 16.8vw;
  }
}
#lp-jacks .sec13 .main-blk .mb-txt01 {
  font-size: 157px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  line-height: 0.7;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec13 .main-blk .mb-txt01 {
    font-size: 22.4vw;
    top: -0.53vw;
  }
}
#lp-jacks .sec13 .main-blk .mb-txt02 {
  font-size: 40px;
  font-weight: bold;
  color: #FFAC86;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec13 .main-blk .mb-txt02 {
    font-size: 8.53vw;
    line-height: 1.3125;
  }
}
#lp-jacks .sec13 .main-blk .mb-txt03 {
  margin-top: 15px;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec13 .main-blk .mb-txt03 {
    font-size: 5.3vw;
    margin-top: 3.2vw;
    line-height: 1.75;
  }
}
#lp-jacks .sec13 .main-blk .btn-group {
  margin-top: 42px;
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec13 .main-blk .btn-group {
    margin-top: 5.3vw;
    gap: 5.3vw;
    flex-direction: column;
  }
}
#lp-jacks .sec13 .main-blk .btn-group .btn {
  width: 306px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .sec13 .main-blk .btn-group .btn {
    width: 68.267vw;
    height: 13.3vw;
    font-size: 4.8vw;
    margin: 0 auto;
  }
}
#lp-jacks .sec13 .main-blk .btn-group .btn.btn01 {
  background: #F54F04;
}
#lp-jacks .sec13 .main-blk .btn-group .btn.btn02 {
  background: #000000;
}
#lp-jacks .thanks-contact {
  padding: 130px 0 0px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-contact {
    padding: 33.867vw 8vw 11.6vw;
  }
}
#lp-jacks .thanks-contact .tc-main {
  padding: 76px 0 72px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 14px;
  text-align: center;
  color: #505050;
  width: 900px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-contact .tc-main {
    width: 100%;
    background: unset;
    padding: 0;
    border-radius: unset;
    font-feature-settings: "palt";
  }
}
#lp-jacks .thanks-contact .tc-main .tc-txt01 {
  font-size: 100px;
  font-weight: bold;
  color: #D6D6D6;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-contact .tc-main .tc-txt01 {
    font-size: 16vw;
  }
}
#lp-jacks .thanks-contact .tc-main .tc-txt02 {
  margin-top: 22px;
  font-size: 30px;
  font-weight: bold;
  color: #ED6A10;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-contact .tc-main .tc-txt02 {
    margin-top: 3.73vw;
    font-size: 6.93vw;
    line-height: 1.46;
  }
}
#lp-jacks .thanks-contact .tc-main .tc-txt03 {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-contact .tc-main .tc-txt03 {
    margin-top: 4.8vw;
    font-size: 4vw;
  }
}
#lp-jacks .thanks-contact .tc-main .tc-txt04 {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-contact .tc-main .tc-txt04 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 2;
  }
}
#lp-jacks .thanks-contact .tc-main .tc-link {
  margin: 0 auto;
  margin-top: 21px;
  width: 223px;
  height: 44px;
  color: #ED6A10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #FFAA6F;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-contact .tc-main .tc-link {
    margin-top: 6.13vw;
    width: 59.5vw;
    height: 11.73vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
#lp-jacks.thanks-contact-ot {
  background: #F4F4F4;
}
#lp-jacks.thanks-contact-ot .footer {
  background: #F4F4F4;
}
#lp-jacks .thanks-download {
  padding: 144px 0 0px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download {
    padding: 33.867vw 8vw 22.93vw;
  }
}
#lp-jacks .thanks-download .tc-main {
  padding: 76px 0 0;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 14px;
  text-align: center;
  color: #505050;
  width: 900px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main {
    width: 100%;
    background: unset;
    padding: 0;
    border-radius: unset;
    font-feature-settings: "palt";
  }
}
#lp-jacks .thanks-download .tc-main .tc-txt01 {
  font-size: 100px;
  font-weight: bold;
  color: #D6D6D6;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main .tc-txt01 {
    font-size: 16vw;
  }
}
#lp-jacks .thanks-download .tc-main .tc-txt02 {
  font-size: 28px;
  font-weight: bold;
  color: #1580DB;
  margin-top: 11px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main .tc-txt02 {
    margin-top: 9.3vw;
    font-size: 7.5vw;
  }
}
#lp-jacks .thanks-download .tc-main .tc-txt03 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main .tc-txt03 {
    margin-top: 5.867vw;
    font-size: 4vw;
  }
}
#lp-jacks .thanks-download .tc-main .tc-txt04 {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main .tc-txt04 {
    margin-top: 8vw;
    font-size: 4vw;
    line-height: 2;
  }
}
#lp-jacks .thanks-download .tc-main .txt-link {
  margin-top: 37px;
  padding: 30px 0 45px;
  background: #F2F9FF;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main .txt-link {
    margin-top: 16.53vw;
    padding: 0;
    background: unset;
  }
}
#lp-jacks .thanks-download .tc-main .tc-txt05 {
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main .tc-txt05 {
    font-size: 4.53vw;
  }
}
#lp-jacks .thanks-download .tc-main .tc-link {
  margin: 0 auto;
  margin-top: 13px;
  width: 223px;
  height: 44px;
  background: #F54F04;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .thanks-download .tc-main .tc-link {
    margin-top: 5.6vw;
    width: 59.5vw;
    height: 11.73vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
#lp-jacks.thanks-download-ot {
  background: #F4F4F4;
}
#lp-jacks.thanks-download-ot .footer {
  background: #F4F4F4;
}
@media only screen and (max-width: 999px) {
  #lp-jacks.thanks-download-ot .footer {
    padding-top: 14.13vw;
    background: #1E1E1E;
    color: #ffffff;
  }
}
#lp-jacks .pop-blk {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 82px 10px 0;
  left: 0;
  background: #F0F0F0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk {
    padding: 13.3vw 8vw 23.5vw;
  }
}
#lp-jacks .pop-blk::-webkit-scrollbar {
  display: none;
}
#lp-jacks .pop-blk .pop-logo {
  font-size: 45px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  line-height: 0.7;
  position: absolute;
  top: -35px;
  left: 6px;
  color: #3C3C3C;
}
#lp-jacks .pop-blk .pop-bg-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-bg-close {
    position: fixed;
  }
}
#lp-jacks .pop-blk .pop-main {
  margin: 0 auto;
  width: 800px;
  position: relative;
  border-radius: 14px;
  background: #ffffff;
  padding-bottom: 58px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main {
    width: 100%;
    border: 2.67vw;
    padding-bottom: 9.3vw;
  }
}
#lp-jacks .pop-blk .pop-main .pop-close {
  position: absolute;
  top: -13px;
  right: -8px;
  display: flex;
  width: 53px;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .pop-close {
    top: -4vw;
    right: 0;
    width: 9.6vw;
  }
}
#lp-jacks .pop-blk .pop-main .pop-close img {
  width: 100%;
}
#lp-jacks .pop-blk .pop-main .main-til {
  width: 100%;
  text-align: center;
  background: #272727;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 37px 0 25px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .main-til {
    border-top-left-radius: 2.647vw;
    border-top-right-radius: 2.647vw;
    padding: 5.6vw 0 4.53vw;
    font-size: 5.3vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 95px 0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group {
    gap: 3.73vw;
    padding: 6.67vw 8vw 0;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk {
    flex-direction: column;
    gap: 1.1vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-til {
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-til {
    width: 100%;
    font-size: 3.73vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-til span {
  background: #F54F04;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  border-radius: 5px;
  color: #ffffff;
  height: max-content;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-til span {
    padding: 0.8vw 1.867vw;
    font-size: 2.67vw;
    line-height: 1.5;
    border-radius: 1.3vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input {
  display: flex;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input {
    width: 100%;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input input {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background: #F4F4F4;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input input {
    height: 10.93vw;
    border-radius: 1.3vw;
    padding: 2.67vw 4.53vw;
    font-size: 3.73vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  background: #F4F4F4;
  border: 1px solid #B4B4B4;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  width: 235px;
  height: 46px;
  color: #000;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input select {
    height: 10.93vw;
    width: 100%;
    border-radius: 1.3vw;
    padding: 2.67vw 4.53vw;
    font-size: 3.73vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot {
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot {
    width: 100%;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot:after {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/icon-select-arrow-blue.svg") no-repeat;
  background-size: 10px 6px;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot:after {
    background-size: 2.656vw 1.6vw;
    width: 2.656vw;
    height: 1.6vw;
    right: 4.77vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input .errorMsg {
  display: none;
  position: absolute;
  bottom: 2px;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input .errorMsg {
    font-size: 3.5vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error input, #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error textarea, #lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error select {
  border: 1px solid red;
  background: #fef1f1;
}
#lp-jacks .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error .errorMsg {
  display: block;
}
#lp-jacks .pop-blk .pop-main .form-art {
  margin: 0 auto;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #505050;
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-art {
    margin-top: 6.13vw;
    gap: 0.8vw;
    font-size: 2.93vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-art a {
  text-decoration: underline;
  color: #505050;
}
#lp-jacks .pop-blk .pop-main .form-art input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #B4B4B4;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-art input {
    width: 4.267vw;
    height: 4.267vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-art input:checked {
  position: relative;
}
#lp-jacks .pop-blk .pop-main .form-art input:checked:after {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/icon-check.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-art input:checked:after {
    background-size: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-art .errorMsg {
  display: none;
  position: absolute;
  bottom: 2px;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
  left: 0;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-art .errorMsg {
    font-size: 3.5vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-art.error .errorMsg {
  display: block;
}
#lp-jacks .pop-blk .pop-main .form-send {
  margin: 0 auto;
  margin-top: 36px;
  width: 354px;
  height: 52px;
  border-radius: 30px;
  background: #1580DB;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-send {
    margin-top: 5.6vw;
    width: 68vw;
    height: 12.6vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
#lp-jacks .pop-blk .pop-main .form-send:after {
  content: "";
  display: block;
  background: url("/lp/img/lp-jacks/icon-arrow-white.svg") no-repeat;
  background-size: 10.72px;
  width: 10.72px;
  height: 10.72px;
  position: absolute;
  top: 50%;
  right: 35.5px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  #lp-jacks .pop-blk .pop-main .form-send:after {
    background-size: 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
    right: 6.56vw;
  }
}
#lp-jacks .pop-blk .pop-foot {
  padding: 52px;
  text-align: center;
  color: #3C3C3C;
}
#lp-jacks .pop-blk .pop-foot .footer-til {
  font-size: 32px;
  font-style: italic;
  color: #3C3C3C;
}
#lp-jacks .pop-blk .pop-foot .copyright {
  margin-top: 6px;
  font-size: 14px;
  color: #3C3C3C;
}

/*# sourceMappingURL=lp-jacks.css.map */
