@charset "UTF-8";
html {
  font-size: 62.5% !important;
}

body, main {
  overflow-x: hidden;
}

main {
  font-family: "Noto Sans JP", sans-serif;
}
main h1, main h2, main h3, main h4, main h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}
main p, main li, main a {
  line-height: 1.6;
  font-size: 1.4rem;
}
main .text {
  padding-top: 1.2rem;
}

img {
  display: block;
  max-width: 100%;
}

.bg-blue {
  background-color: #06A4CC;
}

.bg-light-blue {
  background-color: #EFF4F9;
}

.bg-gray {
  background-color: #F5F5F5;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #06A4CC;
}

.num {
  font-family: "Oswald", sans-serif;
}

.en {
  font-family: "Oswald", sans-serif;
}

.box-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.text-center {
  text-align: center;
}

.sec-ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .sec-ttl {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .sec-ttl {
    font-size: 4rem;
  }
}

.scroll-img-wrap {
  overflow: auto;
}

.scroll-img-wrap img {
  margin-top: 1.5rem;
  width: 190%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.note {
  padding-top: 0.5rem;
  display: block;
  line-height: 1.6;
}

.note li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.indentback {
  text-indent: -1em;
  padding-left: 1em;
}

.red-text {
  color: #E50000;
}

.link-text {
  color: #0000ee;
  text-decoration: underline;
  letter-spacing: 1px;
}

.small-text {
  font-size: 1.8rem;
}

.inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.inner-left {
  padding-left: 1.5rem;
}

.content {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.f-robot {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.f-en {
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.br-sp {
  display: block;
}

.br-tb {
  display: none;
}

.br-pc {
  display: none;
}

.btn {
  background: #F6CD4B;
  color: #fff;
  font-weight: 600;
  padding: 2rem 0;
  width: 100%;
  max-width: 32rem;
  display: block;
  margin: 4rem auto 0;
  position: relative;
  text-align: center;
  border-radius: 50rem;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.btn:after {
  content: "";
  display: block;
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/arrow-white.svg);
  width: 1.8rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------
マウスオーバーアクション
----------------------*/
/*透過*/
.h-opacity:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*角丸*/
.h-radius:hover {
  border-radius: 50rem;
  -webkit-transition: 1s;
  transition: 1s;
}

/*----------------------------------
タブレット表示
----------------------------------*/
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
  .br-tb {
    display: block;
  }
  .inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .scroll-img-wrap img {
    width: 100%;
  }
  .inner-left {
    padding-left: 4rem;
  }
}
/*----------------------------------
パソコン表示
----------------------------------*/
@media screen and (min-width: 1024px) {
  .btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 2rem;
    padding-bottom: 1.6rem;
  }
  main p, main li, main a {
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .content {
    padding: 8rem 0;
  }
  .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .pc-s-inner {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  .pc-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .small-text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pc-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75em;
  margin-right: -0.75em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row_wr {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*スマホ*/
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  padding: 0 0.75em;
}

.col-xs-5-1, .col-xs-5-2, .col-xs-5-3, .col-xs-5-4 {
  padding: 0 0.75em;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.67%;
}

.col-xs-10 {
  width: 83.33%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.67%;
}

.col-xs-7 {
  width: 58.33%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.67%;
}

.col-xs-4 {
  width: 33.33%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.67%;
}

.col-xs-1 {
  width: 8.33%;
}

.col-xs-5-1 {
  width: 20%;
}

.col-xs-5-2 {
  width: 40%;
}

.col-xs-5-3 {
  width: 60%;
}

.col-xs-5-4 {
  width: 80%;
}

/*タブレット*/
@media screen and (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    padding: 0 0.75em;
  }
  .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4 {
    padding: 0 0.75em;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.67%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.67%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.67%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.67%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-5-1 {
    width: 20%;
  }
  .col-sm-5-2 {
    width: 40%;
  }
  .col-sm-5-3 {
    width: 60%;
  }
  .col-sm-5-4 {
    width: 80%;
  }
}
/*PC小*/
@media screen and (min-width: 1024px) {
  .row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    padding: 0 0.75em;
  }
  .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4 {
    padding: 0 0.75em;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.67%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.67%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.67%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6%;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-5-1 {
    width: 20%;
  }
  .col-md-5-2 {
    width: 40%;
  }
  .col-md-5-3 {
    width: 60%;
  }
  .col-md-5-4 {
    width: 80%;
  }
}
/*PC大*/
@media screen and (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    padding: 0 0.75em;
  }
  .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4 {
    padding: 0 0.75em;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.67%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.67%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.67%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.67%;
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-5-1 {
    width: 20%;
  }
  .col-lg-5-2 {
    width: 40%;
  }
  .col-lg-5-3 {
    width: 60%;
  }
  .col-lg-5-4 {
    width: 80%;
  }
}
/*打ち消し*/
.col-md-0 {
  padding: 0;
  width: 0;
}

.floating-banner-wrap-last {
  width: 100%;
  position: fixed;
  max-width: 38rem;
  bottom: 1.5rem;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .floating-banner-wrap-last {
    right: 15px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.floating-banner-wrap {
  background: #E8013E;
  border: 10px solid #fff;
  border-radius: 1rem;
}
.floating-banner-wrap:before {
  content: "";
  display: block;
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/mail_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 10rem;
  position: absolute;
  rotate: -15deg;
  opacity: 0.2;
  left: 32px;
  top: 21px;
}

.floating-banner {
  display: block;
  padding: 2rem;
}
.floating-banner .text-box {
  display: block;
  z-index: 1;
  position: relative;
}
.floating-banner p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}
.floating-banner h4 {
  font-size: 2.4rem;
  padding-bottom: 0;
  background: #06A4CC;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .floating-banner {
    padding: 1.2rem 2rem;
  }
  .floating-banner p {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.batsu {
  background: #fff;
  border-radius: 50rem;
  right: 0px;
  top: 0px;
  border: 1px solid #000;
}
.batsu:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .batsu {
    right: -5px;
    top: -10px;
  }
}

.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5px; /* 棒の幅（太さ） */
  height: 23px; /* 棒の高さ */
  background: #333;
}

.batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.sec-midasi {
  font-size: 2.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-midasi {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .sec-midasi {
    font-size: 4.8rem;
  }
}

footer {
  background-color: #fff;
  padding: 1.2rem 0;
}
footer .lp_footer_logo {
  margin: 0 auto;
  width: 21rem;
}
@media (min-width: 768px) {
  footer {
    padding: 2.4rem 0;
  }
}

.form-sec {
  background-color: #333333;
}
.form-sec .input-wrap {
  width: 100%;
  font-size: 1.4rem;
}
.form-sec .sec-midasi {
  padding-bottom: 2.4rem;
  color: #fff;
}
.form-sec .inner-content {
  background-color: #fff;
  padding: 2rem 1.5rem;
}
.form-sec .title-text {
  padding-bottom: 2rem;
}
.form-sec textarea {
  height: 10rem;
}
.form-sec input::-webkit-input-placeholder, .form-sec textarea::-webkit-input-placeholder {
  color: #9B9B9B;
}
.form-sec input::-moz-placeholder, .form-sec textarea::-moz-placeholder {
  color: #9B9B9B;
}
.form-sec input:-ms-input-placeholder, .form-sec textarea:-ms-input-placeholder {
  color: #9B9B9B;
}
.form-sec input::-ms-input-placeholder, .form-sec textarea::-ms-input-placeholder {
  color: #9B9B9B;
}
.form-sec input::placeholder, .form-sec textarea::placeholder {
  color: #9B9B9B;
}
.form-sec label {
  width: 100%;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 15px;
}
.form-sec .contact-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0;
  padding-block: 8px;
}
.form-sec .contact-wp input, .form-sec .contact-wp textarea, .form-sec .contact-wp select {
  background-color: #f5f5f5;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  height: auto;
}
.form-sec .checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: normal;
}
.form-sec .checkbox input {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.form-sec .checkbox-wrap br {
  display: none;
}
.form-sec .checkbox-wrap .btn-wrap {
  width: 100%;
}
.form-sec .checkbox-wrap .btn-wrap label {
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  padding: 10px;
}
.form-sec .checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-sec .checkbox-wrap input {
  margin: 0;
  width: 2rem;
  margin-right: 0.5rem;
}
.form-sec .checkbox-wrap .input-wrap span:nth-of-type(4) label {
  margin-bottom: 0;
}
.form-sec .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}
.form-sec .required-srt {
  color: #E8013E;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 1rem;
}
.form-sec .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E8013E;
  color: #fff;
  padding: 1.2rem 2.4rem;
  margin-top: 2.4rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 50rem;
  font-size: 16px;
}
.form-sec .back-btn {
  background: #333;
  color: #fff;
  margin-top: 0;
}
@media (min-width: 768px) {
  .form-sec .inner-content {
    padding: 4rem;
  }
  .form-sec .title-text {
    font-size: 1.4rem;
  }
  .form-sec .sec-title {
    font-size: 4rem;
    padding-bottom: 3.2rem;
  }
  .form-sec form {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
  }
  .form-sec textarea {
    height: 15rem;
    letter-spacing: 0.8px;
    line-height: 1.4;
  }
  .form-sec label {
    margin-bottom: 0;
    width: 37%;
    font-size: 1.4rem;
  }
  .form-sec .contact-wp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.2rem;
  }
  .form-sec .contact-wp input, .form-sec .contact-wp textarea, .form-sec .contact-wp select {
    padding: 16px;
    font-size: 1.4rem;
  }
  .form-sec .contact-wp input, .form-sec .contact-wp .mwform-checkbox-field label {
    height: 50px;
  }
  .form-sec .contact-wp .checkbox {
    height: 15px;
  }
  .form-sec form br {
    display: none;
  }
  .form-sec .checkbox-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-sec .checkbox-wrap .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .form-sec .checkbox-wrap .btn-wrap label {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .form-sec .checkbox-inner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-sec .checkbox-inner {
    width: 100%;
  }
  .form-sec .checkbox-inner2 label {
    margin-bottom: 1rem;
    margin-right: 0;
    max-width: 100%;
  }
  .form-sec .checkbox {
    margin-bottom: 0;
    width: auto;
    margin-right: 3.2rem;
  }
  .form-sec .checkbox input {
    width: 16px;
    height: 16px;
    margin-right: 0.9rem;
  }
  .form-sec .form-btn {
    max-width: 32rem;
    margin: 32px auto 0;
    height: 55px;
    font-size: 16px;
  }
  .form-sec .form-btn:hover {
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .form-sec .inner-content {
    padding: 6rem 4.8rem;
  }
  .form-sec input::-webkit-input-placeholder, .form-sec textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-sec input::-moz-placeholder, .form-sec textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-sec input:-ms-input-placeholder, .form-sec textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-sec input::-ms-input-placeholder, .form-sec textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-sec input::placeholder, .form-sec textarea::placeholder {
    font-size: 16px;
  }
  .form-sec .input-wrap {
    font-size: 1.6rem;
  }
  .form-sec .title-text {
    font-size: 1.6rem;
  }
  .form-sec label {
    font-size: 1.6rem;
  }
  .form-sec .contact-wp input, .form-sec .contact-wp textarea, .form-sec .contact-wp select {
    font-size: 1.6rem;
  }
  .form-sec .contact-wp input, .form-sec .contact-wp .mwform-checkbox-field label {
    height: 55px;
  }
  .form-sec .checkbox-inner .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-sec .checkbox-inner .mwform-checkbox-field {
    width: 49%;
  }
}

.nyuryoku .back-btn {
  display: none;
}

.mw_wp_form .error {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

.checkbox-wrap .btn-wrap .error {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .mw_wp_form .error {
    font-size: 1.2rem !important;
  }
}
.page-thanks {
  padding-block: 4.8rem;
}
.page-thanks .sec-title {
  font-size: 2.4rem;
  padding-bottom: 1.4rem;
}
.page-thanks .title-text {
  text-align: center;
}
.page-thanks .top-btn {
  text-decoration: none;
  font-size: 16px;
  padding: 1.5rem 2.4rem;
  display: block;
  background: #E8013E;
  color: #fff;
  font-weight: 600;
  margin-top: 6rem;
  text-align: center;
  max-width: 32rem;
  margin: 2.4rem auto 0;
  border-radius: 50rem;
}
@media (min-width: 768px) {
  .page-thanks {
    padding-block: 10rem;
  }
  .page-thanks .sec-title {
    font-size: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .page-thanks .title-text {
    text-align: center;
    font-size: 1.8rem;
  }
  .page-thanks .top-btn {
    margin-top: 3.2rem;
  }
  .page-thanks .top-btn:hover {
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 0.7;
  }
}

.confirmation-sec {
  height: 100vh;
  background-color: #fff;
}
.confirmation-sec .confirmation-title {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 0;
}
.confirmation-sec .content-box {
  max-width: 80rem;
  margin: 0 auto;
}
.confirmation-sec .error_messe {
  padding-block: 0.5rem;
}
.confirmation-sec .confirmation-table {
  width: 100%;
}
.confirmation-sec .confirmation-table tr {
  padding-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ccc;
}
.confirmation-sec .confirmation-table th {
  padding-bottom: 0.5rem;
}
.confirmation-sec .checkbox-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.6;
}
.confirmation-sec .contact-wp {
  display: block;
}
.confirmation-sec .contact-wp br, .confirmation-sec .contact-wp p {
  display: none;
}
.confirmation-sec .back-btn {
  margin: 0 auto 0;
}
.confirmation-sec label {
  display: block;
  margin-bottom: 0.5rem;
}
.confirmation-sec .input-wrap {
  font-size: 16px;
}
.confirmation-sec .contact-form-wrap {
  margin-bottom: 4rem;
}
.confirmation-sec .form-btn {
  border: none;
}
@media (min-width: 768px) {
  .confirmation-sec label {
    display: block;
  }
  .confirmation-sec .confirmation-title {
    font-size: 2.8rem;
  }
  .confirmation-sec .confirmation-table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 2.5rem;
  }
  .confirmation-sec .confirmation-table th {
    padding-bottom: 0;
    width: 30%;
  }
  .confirmation-sec .back-btn {
    margin-top: 2rem;
  }
  .confirmation-sec .contact-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 18px;
  }
}

.fv-section {
  overflow: hidden;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/fv_bg.jpg) no-repeat;
  background-size: cover;
}
.fv-section .fv-image_pc {
  display: none;
}
.fv-section .fv-image_sp {
  width: 100%;
  margin-bottom: -1px;
}
.fv-section .img-txt_1 {
  max-width: 28vw;
  margin-block: 1.2rem;
}
.fv-section .fv_parts_1 {
  z-index: 1;
}
.fv-section p {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4;
  mix-blend-mode: multiply;
  margin-bottom: 10px;
}
.fv-section h1 {
  font-weight: 900;
  font-size: 10vw;
  margin-bottom: 20px;
  margin-top: 20px;
}
.fv-section h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.fv-section h3 span {
  background-color: #06A4CC;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 5vw;
}
.fv-section h3 span:last-child {
  margin-left: 3.2rem;
}
.fv-section .fv-parts_2 {
  display: none;
}
.fv-section .fv-color-list {
  position: relative;
  z-index: 1;
}
.fv-section .fv-color-list::before {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/fv_bg_pen.png) no-repeat;
  background-size: contain;
  width: 280px;
  height: 70px;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.fv-section .fv-color-list li {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.fv-section .fv-color-list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.fv-section .fv-color-list li:nth-child(1):before {
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/fv_pen_color_1.png) no-repeat;
  background-size: contain;
}
.fv-section .fv-color-list li:nth-child(2):before {
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/fv_pen_color_2.png) no-repeat;
  background-size: contain;
}
.fv-section .fv-color-list span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .fv-section h1 {
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .fv-section .fv-color-list::before {
    opacity: 0.7;
    position: absolute;
    bottom: -20px;
    width: 330px;
    height: 100px;
    left: 40px;
  }
  .fv-section .fv-color-list li {
    font-size: 22px;
  }
  .fv-section .fv-color-list span {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .fv-section {
    position: relative;
    height: 90vh;
    max-height: 650px;
  }
  .fv-section .fv-parts_2 {
    display: block;
  }
  .fv-section .fv-image_sp {
    display: none;
  }
  .fv-section .fv-image_pc {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 51%;
    -o-object-position: left;
       object-position: left;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-image: url(/cms/wp-content/themes/npat/touch-upper-lp/img/fv_mask.svg);
            mask-image: url(/cms/wp-content/themes/npat/touch-upper-lp/img/fv_mask.svg);
  }
  .fv-section .fv_parts_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
  }
  .fv-section .fv-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .fv-section .fv-parts_2 {
    position: absolute;
    bottom: -1px;
  }
  .fv-section .txt-area {
    width: 50%;
    margin-left: calc(50% - 500px);
    padding-bottom: 4rem;
  }
  .fv-section .txt-area p {
    font-size: 20px;
    background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/fv_txt_bg.svg) no-repeat;
    background-size: contain;
    background-position: 0 16px;
    padding-bottom: 7px;
    display: inline-block;
  }
  .fv-section .txt-area h1 {
    font-size: 55px;
    padding-bottom: 0;
  }
  .fv-section .txt-area h3 {
    padding-bottom: 0;
  }
  .fv-section .txt-area h3 span {
    font-size: 22px;
    padding: 8px 16px;
  }
  .fv-section .txt-area h3 span:last-child {
    margin-left: 6rem;
  }
  .fv-section .img-txt_1 {
    max-width: 13rem;
  }
  .fv-section .fv-color-list::before {
    opacity: 0.9;
    width: 360px;
    height: 110px;
  }
  .fv-section .fv-color-list li {
    font-size: 22px;
  }
  .fv-section .fv-color-list span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .fv-section {
    height: 52vw;
    max-height: 830px;
  }
  .fv-section .txt-area {
    margin-left: 3%;
    padding-bottom: 0;
  }
  .fv-section .txt-area p {
    font-size: min(1.9vw, 25px);
  }
  .fv-section .txt-area h1 {
    font-size: min(5.2vw, 72px);
    margin-bottom: 40px;
  }
  .fv-section .txt-area h3 {
    margin-bottom: 0;
  }
  .fv-section .txt-area h3 span {
    font-size: min(2.2vw, 28px);
  }
  .fv-section .img-txt_1 {
    margin-top: 0;
    margin-bottom: 2rem;
    max-width: 13vw;
  }
}
@media (min-width: 1400px) {
  .fv-section .txt-area {
    margin-left: calc(50% - 700px);
  }
}

.sec_1 {
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/sec_1_bg.jpg) no-repeat;
  background-size: cover;
}
.sec_1 .sec-ttl::before {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/sec_1_ttl_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  height: 70px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.sec_1 .inner-content {
  background: #E3E3E3;
  border: 10px solid #fff;
  padding: 2rem 1.5rem;
  position: relative;
  padding-bottom: 13rem;
  z-index: 1;
  position: relative;
}
.sec_1 .inner-content p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  rotate: -15deg;
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.sec_1 .inner-content .illust {
  width: 12rem;
  position: absolute;
  right: 0;
  bottom: -10px;
  right: 50px;
}
.sec_1 .inner {
  padding-block: 20px;
}
.sec_1 .hukidasi-list li {
  color: #fff;
  background-color: #000000;
  border-radius: 50rem;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  min-height: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2.4rem;
}
.sec_1 .hukidasi-list li::after {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/hukidasi.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -19px;
  right: 60px;
}
.sec_1 .hukidasi-list li::before {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/check.svg) no-repeat;
  background-size: contain;
  width: 13%;
  height: 24px;
  min-width: 20px;
  margin-right: 10px;
}
.sec_1 .hukidasi-list li:nth-child(2)::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: auto;
  left: 60px;
}
@media (min-width: 768px) {
  .sec_1 .hukidasi-list li {
    font-size: 2.4rem;
  }
  .sec_1 .hukidasi-list li:before {
    width: 27px;
    height: 27px;
  }
}
.sec_1 .arrow {
  margin: 20px auto 50px;
  width: 20rem;
}
.sec_1 h4 {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.8;
  position: relative;
}
.sec_1 h4::before {
  content: "Point";
  display: block;
  color: #fff;
  opacity: 0.3;
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -6rem;
}
.sec_1 h4 span {
  display: inline-block;
}
.sec_1 h4 span::after {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/pen_red.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 6px;
}
@media (min-width: 768px) {
  .sec_1 .inner-content .illust {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 14rem;
  }
  .sec_1 h4 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .sec_1 .sec-ttl::before {
    height: 150px;
    top: 20px;
  }
  .sec_1 .inner-content {
    padding: 4.8rem;
    height: 500px;
  }
  .sec_1 .inner-content p {
    rotate: 15deg;
    font-size: 2rem;
    left: auto;
    right: 190px;
  }
  .sec_1 .inner-content .illust {
    width: 15rem;
  }
  .sec_1 .hukidasi-list li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: absolute;
    margin-bottom: 0;
  }
  .sec_1 .hukidasi-list li:nth-child(2) {
    left: 4%;
    bottom: 17%;
  }
  .sec_1 .hukidasi-list li:nth-child(3) {
    right: 4%;
    top: 50%;
  }
  .sec_1 .arrow {
    margin: 32px auto 50px;
    width: 26rem;
  }
  .sec_1 h4 {
    font-size: 4rem;
    line-height: 1.4;
  }
  .sec_1 h4::after {
    content: "";
    display: block;
    background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/pen_red.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 6px;
    background-position: center;
    margin-top: 10px;
  }
  .sec_1 h4:before {
    top: -5rem;
  }
  .sec_1 h4 span::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sec_1 .inner {
    padding-bottom: 4.8rem;
  }
  .sec_1 h4 {
    max-width: 100%;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .sec_1 .inner-content {
    height: 450px;
  }
  .sec_1 .inner-content p {
    right: 310px;
    bottom: 50px;
  }
  .sec_1 .hukidasi-list li:nth-child(2) {
    bottom: 21%;
    left: 3%;
  }
  .sec_1 .hukidasi-list li:nth-child(3) {
    top: 40%;
    right: 1%;
  }
}

.sec_2 {
  background-color: #EAEAEA;
  border-inline: 10px solid #E8023E;
  padding-bottom: 2rem;
}
.sec_2 .sec-ttl {
  position: relative;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.sec_2 .sec-ttl .num {
  font-size: 4.8rem;
  padding-inline: 5px;
  font-weight: 500;
}
.sec_2 .sec-ttl::before {
  content: "Features";
  display: block;
  color: #fff;
  opacity: 0.56;
  font-size: 8rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -2rem;
  z-index: -1;
  width: 100%;
}
.sec_2 .sec-ttl::after {
  content: "";
  display: block;
  width: 120px;
  margin: 0.8rem auto 1.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 2, 62)), color-stop(50%, rgb(232, 2, 62)), color-stop(50%, rgb(72, 72, 72)), to(rgb(72, 72, 72)));
  background: linear-gradient(90deg, rgb(232, 2, 62) 0%, rgb(232, 2, 62) 50%, rgb(72, 72, 72) 50%, rgb(72, 72, 72) 100%);
  height: 5px;
}
.sec_2 .row {
  margin-bottom: 5.2rem;
}
.sec_2 .row img {
  margin-bottom: 2rem;
}
.sec_2 .row .num {
  color: #06A4CC;
  font-weight: 600;
  font-size: 55px;
  position: absolute;
  right: 15px;
  top: -45px;
}
.sec_2 .row .img-area {
  position: relative;
}
.sec_2 .row h3 {
  margin-bottom: 0.5rem;
}
.sec_2 .row h3 span {
  background: #E8013E;
  color: #fff;
  font-size: 2.5rem;
  padding: 7px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.sec_2 .row .txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.4px;
  height: 86px;
  position: relative;
  z-index: 1;
}
.sec_2 .row .txt::before {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/sec_2_txt_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.sec_2 .row .hukidasi {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/hukidasi-black.svg) no-repeat;
  background-size: contain;
  width: 140px;
  height: 105px;
  position: absolute;
  right: 0;
  bottom: 0;
  rotate: -15deg;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
.sec_2 .row:nth-of-type(2) .hukidasi {
  rotate: 15deg;
  right: auto;
  left: 0px;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/hukidasi-black_2.svg) no-repeat;
  background-size: contain;
}
.sec_2 .row:nth-of-type(2) .num {
  right: auto;
  left: 20px;
}
@media (min-width: 768px) {
  .sec_2 .sec-ttl {
    margin-bottom: 6.8rem;
  }
  .sec_2 .sec-ttl:before {
    width: 100%;
    font-size: 14rem;
    top: -7rem;
  }
  .sec_2 .inner {
    padding-inline: 2rem;
  }
  .sec_2 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_2 .row:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_2 .row h3 span {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .sec_2 {
    position: relative;
  }
  .sec_2::before {
    content: "";
    display: block;
    background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/sec_2_pen.png) no-repeat;
    background-size: contain;
    width: 250px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec_2 .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 110rem;
    margin: 0 auto 4.8rem;
  }
  .sec_2 .row h3 span {
    font-size: 3.6rem;
  }
  .sec_2 .row .txt {
    font-size: 1.8rem;
    width: 100%;
  }
  .sec_2 .row .txt:before {
    width: 100%;
    background-position: left;
  }
  .sec_2 .row .num {
    font-size: 100px;
    line-height: 0;
    top: 0;
  }
  .sec_2 .row .img-area {
    width: 52%;
  }
  .sec_2 .row .txt-area {
    width: 45%;
  }
  .sec_2 .row .hukidasi {
    font-size: 18px;
    width: 195px;
    height: 145px;
    bottom: -20px;
    right: -20px;
  }
  .sec_2 .row:nth-of-type(2) .hukidasi {
    left: -20px;
  }
  .sec_2 .sec-ttl::before {
    font-size: 18rem;
    top: -7rem;
  }
  .sec_2 .sec-ttl::after {
    height: 10px;
    width: 260px;
    margin: 3.2rem auto 0;
  }
  .sec_2 .sec-ttl .num {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .sec_2::before {
    width: 300px;
    height: 200px;
  }
  .sec_2 .row .num {
    right: -40px;
    font-size: 130px;
  }
  .sec_2 .row:nth-of-type(2) .num {
    left: -40px;
  }
  .sec_2 .row:nth-of-type(3) .img-area:before {
    right: -20px;
    bottom: -10px;
  }
  .sec_2 .row .img-area:before {
    width: 170px;
    height: 130px;
  }
}

.color-sec .inner-content {
  background-color: #E8013E;
  margin-inline: 1.5rem;
  border-radius: 10px;
  padding: 24px 15px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.color-sec .inner-content::before {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/color_txt.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}
.color-sec .obi-txt {
  text-align: center;
  margin-bottom: 12px;
}
.color-sec .obi-txt span {
  background-color: #06A4CC;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2rem;
}
.color-sec .txt-area {
  background: #fff;
  padding: 24px 15px;
  border-radius: 10px;
}
.color-sec .txt-area .txt {
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
}
.color-sec .circle-img {
  max-width: 280px;
  margin: 20px auto 0;
  width: 100%;
}
.color-sec .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.color-sec .img-list li {
  width: 49%;
}
@media (min-width: 768px) {
  .color-sec .sec-ttl {
    text-align: left;
  }
  .color-sec .txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .color-sec .txt-area .txt {
    width: 68%;
    font-size: 2rem;
  }
  .color-sec .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 28%;
  }
  .color-sec .img-list li {
    width: 100%;
  }
  .color-sec .img-list li:first-child {
    margin-bottom: 10px;
  }
  .color-sec .inner-content {
    padding: 40px;
    position: relative;
  }
  .color-sec .inner-content::before {
    height: 20rem;
  }
  .color-sec .circle-img {
    right: 40px;
    top: 30px;
    margin: 0;
    position: absolute;
  }
  .color-sec .obi-txt {
    text-align: left;
  }
  .color-sec .obi-txt span {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .color-sec .obi-txt span {
    font-size: 2.8rem;
  }
  .color-sec .inner-content {
    padding-inline: 5.2rem 4.8rem;
  }
  .color-sec .sec-ttl {
    padding-top: 2rem;
  }
  .color-sec .circle-img {
    max-width: 340px;
    right: 60px;
    top: 50px;
  }
  .color-sec .txt-area {
    padding: 2.8rem 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .color-sec .txt-area .txt {
    font-size: 2.4rem;
  }
  .color-sec .img-list {
    max-width: 21rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .color-sec .circle-img {
    max-width: 400px;
    top: 30px;
  }
  .color-sec .inner-content {
    margin: 0;
  }
}

.red-pen {
  display: inline-block;
}
.red-pen span {
  display: inline-block;
}
.red-pen span::after {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/pen_red.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 4px;
}

.mov-sec .mov {
  aspect-ratio: 16/9;
  width: 100%;
}
@media (min-width: 1024px) {
  .mov-sec .mov {
    margin: 0 auto;
    display: block;
  }
}

.lineup-sec {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.lineup-sec .inner {
  position: relative;
}
.lineup-sec .pen-img {
  max-width: 11rem;
  margin-bottom: 1.5rem;
}
.lineup-sec .sec-ttl {
  text-align: left;
  margin-bottom: 4rem;
}
.lineup-sec .sec-ttl::before {
  content: "";
  display: block;
  background: url(/cms/wp-content/themes/npat/touch-upper-lp/img/sec_2_txt_bg.png) no-repeat;
  background-size: contain;
  background-position: left;
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 15px;
}
@media (min-width: 768px) {
  .lineup-sec .sec-ttl::before {
    left: 0;
    top: 10px;
    height: 120px;
  }
}